Initial Commit
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
"graphTooltip": 0,
|
"graphTooltip": 0,
|
||||||
"links": [
|
"links": [
|
||||||
{
|
{
|
||||||
"asDropdown": true,
|
"asDropdown": false,
|
||||||
"icon": "external link",
|
"icon": "external link",
|
||||||
"includeVars": false,
|
"includeVars": false,
|
||||||
"keepTime": false,
|
"keepTime": false,
|
||||||
@@ -36,7 +36,7 @@
|
|||||||
"mikrotik"
|
"mikrotik"
|
||||||
],
|
],
|
||||||
"targetBlank": false,
|
"targetBlank": false,
|
||||||
"title": "Mikrotik",
|
"title": "Mikrotik MKTXP Exporter",
|
||||||
"tooltip": "",
|
"tooltip": "",
|
||||||
"type": "dashboards",
|
"type": "dashboards",
|
||||||
"url": ""
|
"url": ""
|
||||||
@@ -48,7 +48,7 @@
|
|||||||
"tags": [
|
"tags": [
|
||||||
"system"
|
"system"
|
||||||
],
|
],
|
||||||
"title": "System",
|
"title": "System Overview",
|
||||||
"type": "dashboards"
|
"type": "dashboards"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -271,9 +271,9 @@
|
|||||||
"list": [
|
"list": [
|
||||||
{
|
{
|
||||||
"current": {
|
"current": {
|
||||||
"selected": true,
|
"selected": false,
|
||||||
"text": "MKT-MBD-PD",
|
"text": "MKT-GT-PD",
|
||||||
"value": "MKT-MBD-PD"
|
"value": "MKT-GT-PD"
|
||||||
},
|
},
|
||||||
"datasource": {
|
"datasource": {
|
||||||
"type": "loki",
|
"type": "loki",
|
||||||
|
|||||||
@@ -28,15 +28,16 @@
|
|||||||
"graphTooltip": 0,
|
"graphTooltip": 0,
|
||||||
"links": [
|
"links": [
|
||||||
{
|
{
|
||||||
"asDropdown": true,
|
"asDropdown": false,
|
||||||
"icon": "external link",
|
"icon": "external link",
|
||||||
"includeVars": false,
|
"includeVars": false,
|
||||||
"keepTime": false,
|
"keepTime": false,
|
||||||
"tags": [
|
"tags": [
|
||||||
"mikrotik"
|
"mikrotik",
|
||||||
|
"loki"
|
||||||
],
|
],
|
||||||
"targetBlank": false,
|
"targetBlank": false,
|
||||||
"title": "Mikrotik",
|
"title": "Mikrotik Loki Logs ",
|
||||||
"tooltip": "",
|
"tooltip": "",
|
||||||
"type": "dashboards",
|
"type": "dashboards",
|
||||||
"url": ""
|
"url": ""
|
||||||
@@ -50,7 +51,7 @@
|
|||||||
"system"
|
"system"
|
||||||
],
|
],
|
||||||
"targetBlank": false,
|
"targetBlank": false,
|
||||||
"title": "System",
|
"title": "System Overview",
|
||||||
"tooltip": "",
|
"tooltip": "",
|
||||||
"type": "dashboards",
|
"type": "dashboards",
|
||||||
"url": ""
|
"url": ""
|
||||||
@@ -3227,7 +3228,7 @@
|
|||||||
"fieldConfig": {
|
"fieldConfig": {
|
||||||
"defaults": {
|
"defaults": {
|
||||||
"color": {
|
"color": {
|
||||||
"mode": "fixed"
|
"mode": "thresholds"
|
||||||
},
|
},
|
||||||
"custom": {
|
"custom": {
|
||||||
"align": "center",
|
"align": "center",
|
||||||
@@ -3258,7 +3259,7 @@
|
|||||||
{
|
{
|
||||||
"matcher": {
|
"matcher": {
|
||||||
"id": "byName",
|
"id": "byName",
|
||||||
"options": "Status"
|
"options": "status"
|
||||||
},
|
},
|
||||||
"properties": [
|
"properties": [
|
||||||
{
|
{
|
||||||
@@ -3267,9 +3268,13 @@
|
|||||||
{
|
{
|
||||||
"options": {
|
"options": {
|
||||||
"0": {
|
"0": {
|
||||||
|
"color": "red",
|
||||||
|
"index": 0,
|
||||||
"text": "Down"
|
"text": "Down"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
|
"color": "green",
|
||||||
|
"index": 1,
|
||||||
"text": "Up"
|
"text": "Up"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -3280,11 +3285,8 @@
|
|||||||
{
|
{
|
||||||
"id": "color",
|
"id": "color",
|
||||||
"value": {
|
"value": {
|
||||||
"mode": "fixed"
|
"mode": "thresholds"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "color"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -5264,8 +5266,7 @@
|
|||||||
"mode": "absolute",
|
"mode": "absolute",
|
||||||
"steps": [
|
"steps": [
|
||||||
{
|
{
|
||||||
"color": "green",
|
"color": "green"
|
||||||
"value": null
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"color": "yellow",
|
"color": "yellow",
|
||||||
|
|||||||
Reference in New Issue
Block a user