Initial Commit

This commit is contained in:
Arseniy Kuznetsov
2022-10-22 09:34:19 +01:00
parent 08917e86e5
commit 2b02388c81
2 changed files with 19 additions and 18 deletions

View File

@@ -28,7 +28,7 @@
"graphTooltip": 0,
"links": [
{
"asDropdown": true,
"asDropdown": false,
"icon": "external link",
"includeVars": false,
"keepTime": false,
@@ -36,7 +36,7 @@
"mikrotik"
],
"targetBlank": false,
"title": "Mikrotik",
"title": "Mikrotik MKTXP Exporter",
"tooltip": "",
"type": "dashboards",
"url": ""
@@ -48,7 +48,7 @@
"tags": [
"system"
],
"title": "System",
"title": "System Overview",
"type": "dashboards"
}
],
@@ -271,9 +271,9 @@
"list": [
{
"current": {
"selected": true,
"text": "MKT-MBD-PD",
"value": "MKT-MBD-PD"
"selected": false,
"text": "MKT-GT-PD",
"value": "MKT-GT-PD"
},
"datasource": {
"type": "loki",

View File

@@ -28,15 +28,16 @@
"graphTooltip": 0,
"links": [
{
"asDropdown": true,
"asDropdown": false,
"icon": "external link",
"includeVars": false,
"keepTime": false,
"tags": [
"mikrotik"
"mikrotik",
"loki"
],
"targetBlank": false,
"title": "Mikrotik",
"title": "Mikrotik Loki Logs ",
"tooltip": "",
"type": "dashboards",
"url": ""
@@ -50,7 +51,7 @@
"system"
],
"targetBlank": false,
"title": "System",
"title": "System Overview",
"tooltip": "",
"type": "dashboards",
"url": ""
@@ -3227,7 +3228,7 @@
"fieldConfig": {
"defaults": {
"color": {
"mode": "fixed"
"mode": "thresholds"
},
"custom": {
"align": "center",
@@ -3258,7 +3259,7 @@
{
"matcher": {
"id": "byName",
"options": "Status"
"options": "status"
},
"properties": [
{
@@ -3267,9 +3268,13 @@
{
"options": {
"0": {
"color": "red",
"index": 0,
"text": "Down"
},
"1": {
"color": "green",
"index": 1,
"text": "Up"
}
},
@@ -3280,11 +3285,8 @@
{
"id": "color",
"value": {
"mode": "fixed"
"mode": "thresholds"
}
},
{
"id": "color"
}
]
}
@@ -5264,8 +5266,7 @@
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
"color": "green"
},
{
"color": "yellow",