mirror of
https://github.com/IgorKha/Grafana-Mikrotik.git
synced 2025-12-18 16:29:30 +00:00
Fill omitted datasource on some panels
This commit is contained in:
parent
5b3213838b
commit
a8e5517a51
1 changed files with 111 additions and 19 deletions
|
|
@ -477,6 +477,10 @@
|
||||||
"type": "stat"
|
"type": "stat"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"datasource": {
|
||||||
|
"type": "prometheus",
|
||||||
|
"uid": "${DS_PROMETHEUS}"
|
||||||
|
},
|
||||||
"description": "The current operational state of the device described by this row of the table. A value unknown(1) indicates that the current state of the device is unknown. running(2) indicates that the device is up and running and that no unusual error conditions are known. The warning(3) state indicates that agent has been informed of an unusual error condition by the operational software (e.g., a disk device driver) but that the device is still 'operational'. An example would be a high number of soft errors on a disk. A value of testing(4), indicates that the device is not available for use because it is in the testing state. The state of down(5) is used only when the agent has been informed that the device is not available for any use.",
|
"description": "The current operational state of the device described by this row of the table. A value unknown(1) indicates that the current state of the device is unknown. running(2) indicates that the device is up and running and that no unusual error conditions are known. The warning(3) state indicates that agent has been informed of an unusual error condition by the operational software (e.g., a disk device driver) but that the device is still 'operational'. An example would be a high number of soft errors on a disk. A value of testing(4), indicates that the device is not available for use because it is in the testing state. The state of down(5) is used only when the agent has been informed that the device is not available for any use.",
|
||||||
"fieldConfig": {
|
"fieldConfig": {
|
||||||
"defaults": {
|
"defaults": {
|
||||||
|
|
@ -575,6 +579,10 @@
|
||||||
"type": "stat"
|
"type": "stat"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"datasource": {
|
||||||
|
"type": "prometheus",
|
||||||
|
"uid": "${DS_PROMETHEUS}"
|
||||||
|
},
|
||||||
"description": "The number of errors detected on this device",
|
"description": "The number of errors detected on this device",
|
||||||
"fieldConfig": {
|
"fieldConfig": {
|
||||||
"defaults": {
|
"defaults": {
|
||||||
|
|
@ -690,7 +698,11 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "System identity",
|
"title": "System identity",
|
||||||
"type": "stat"
|
"type": "stat",
|
||||||
|
"datasource": {
|
||||||
|
"type": "prometheus",
|
||||||
|
"uid": "${DS_PROMETHEUS}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "",
|
"description": "",
|
||||||
|
|
@ -747,7 +759,11 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Serial Number",
|
"title": "Serial Number",
|
||||||
"type": "stat"
|
"type": "stat",
|
||||||
|
"datasource": {
|
||||||
|
"type": "prometheus",
|
||||||
|
"uid": "${DS_PROMETHEUS}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "",
|
"description": "",
|
||||||
|
|
@ -804,7 +820,11 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Model",
|
"title": "Model",
|
||||||
"type": "stat"
|
"type": "stat",
|
||||||
|
"datasource": {
|
||||||
|
"type": "prometheus",
|
||||||
|
"uid": "${DS_PROMETHEUS}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -924,7 +944,11 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Board ver",
|
"title": "Board ver",
|
||||||
"type": "stat"
|
"type": "stat",
|
||||||
|
"datasource": {
|
||||||
|
"type": "prometheus",
|
||||||
|
"uid": "${DS_PROMETHEUS}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "",
|
"description": "",
|
||||||
|
|
@ -982,7 +1006,11 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Package ver",
|
"title": "Package ver",
|
||||||
"type": "stat"
|
"type": "stat",
|
||||||
|
"datasource": {
|
||||||
|
"type": "prometheus",
|
||||||
|
"uid": "${DS_PROMETHEUS}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "",
|
"description": "",
|
||||||
|
|
@ -1039,7 +1067,11 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Board Name",
|
"title": "Board Name",
|
||||||
"type": "stat"
|
"type": "stat",
|
||||||
|
"datasource": {
|
||||||
|
"type": "prometheus",
|
||||||
|
"uid": "${DS_PROMETHEUS}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "",
|
"description": "",
|
||||||
|
|
@ -1096,7 +1128,11 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Software ID",
|
"title": "Software ID",
|
||||||
"type": "stat"
|
"type": "stat",
|
||||||
|
"datasource": {
|
||||||
|
"type": "prometheus",
|
||||||
|
"uid": "${DS_PROMETHEUS}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -1234,7 +1270,11 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "CPU Load",
|
"title": "CPU Load",
|
||||||
"type": "gauge"
|
"type": "gauge",
|
||||||
|
"datasource": {
|
||||||
|
"type": "prometheus",
|
||||||
|
"uid": "${DS_PROMETHEUS}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -1467,7 +1507,11 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "CPU Temp",
|
"title": "CPU Temp",
|
||||||
"type": "gauge"
|
"type": "gauge",
|
||||||
|
"datasource": {
|
||||||
|
"type": "prometheus",
|
||||||
|
"uid": "${DS_PROMETHEUS}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -1648,7 +1692,11 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "CPU frequency",
|
"title": "CPU frequency",
|
||||||
"type": "stat"
|
"type": "stat",
|
||||||
|
"datasource": {
|
||||||
|
"type": "prometheus",
|
||||||
|
"uid": "${DS_PROMETHEUS}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "",
|
"description": "",
|
||||||
|
|
@ -1705,7 +1753,11 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Active Fan",
|
"title": "Active Fan",
|
||||||
"type": "stat"
|
"type": "stat",
|
||||||
|
"datasource": {
|
||||||
|
"type": "prometheus",
|
||||||
|
"uid": "${DS_PROMETHEUS}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Wireless registration table entry count",
|
"description": "Wireless registration table entry count",
|
||||||
|
|
@ -1763,7 +1815,11 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Wi-Fi client count",
|
"title": "Wi-Fi client count",
|
||||||
"type": "stat"
|
"type": "stat",
|
||||||
|
"datasource": {
|
||||||
|
"type": "prometheus",
|
||||||
|
"uid": "${DS_PROMETHEUS}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasource": {
|
"datasource": {
|
||||||
|
|
@ -1936,7 +1992,11 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "POE Status",
|
"title": "POE Status",
|
||||||
"type": "stat"
|
"type": "stat",
|
||||||
|
"datasource": {
|
||||||
|
"type": "prometheus",
|
||||||
|
"uid": "${DS_PROMETHEUS}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "",
|
"description": "",
|
||||||
|
|
@ -1995,7 +2055,11 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "POE Power",
|
"title": "POE Power",
|
||||||
"type": "stat"
|
"type": "stat",
|
||||||
|
"datasource": {
|
||||||
|
"type": "prometheus",
|
||||||
|
"uid": "${DS_PROMETHEUS}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldConfig": {
|
"fieldConfig": {
|
||||||
|
|
@ -2053,7 +2117,11 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "POE Current",
|
"title": "POE Current",
|
||||||
"type": "stat"
|
"type": "stat",
|
||||||
|
"datasource": {
|
||||||
|
"type": "prometheus",
|
||||||
|
"uid": "${DS_PROMETHEUS}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldConfig": {
|
"fieldConfig": {
|
||||||
|
|
@ -2111,7 +2179,11 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "POE Voltage",
|
"title": "POE Voltage",
|
||||||
"type": "stat"
|
"type": "stat",
|
||||||
|
"datasource": {
|
||||||
|
"type": "prometheus",
|
||||||
|
"uid": "${DS_PROMETHEUS}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "",
|
"description": "",
|
||||||
|
|
@ -2206,7 +2278,11 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"title": "Network Traffic Basic",
|
"title": "Network Traffic Basic",
|
||||||
"type": "timeseries"
|
"type": "timeseries",
|
||||||
|
"datasource": {
|
||||||
|
"type": "prometheus",
|
||||||
|
"uid": "${DS_PROMETHEUS}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Status link/states: The current operational state of the interface",
|
"description": "Status link/states: The current operational state of the interface",
|
||||||
|
|
@ -2809,7 +2885,11 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"type": "table"
|
"type": "table",
|
||||||
|
"datasource": {
|
||||||
|
"type": "prometheus",
|
||||||
|
"uid": "${DS_PROMETHEUS}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"aliasColors": {
|
"aliasColors": {
|
||||||
|
|
@ -3082,6 +3162,10 @@
|
||||||
],
|
],
|
||||||
"yaxis": {
|
"yaxis": {
|
||||||
"align": false
|
"align": false
|
||||||
|
},
|
||||||
|
"datasource": {
|
||||||
|
"type": "prometheus",
|
||||||
|
"uid": "${DS_PROMETHEUS}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -3278,6 +3362,10 @@
|
||||||
],
|
],
|
||||||
"yaxis": {
|
"yaxis": {
|
||||||
"align": false
|
"align": false
|
||||||
|
},
|
||||||
|
"datasource": {
|
||||||
|
"type": "prometheus",
|
||||||
|
"uid": "${DS_PROMETHEUS}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -3516,7 +3604,11 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"type": "table"
|
"type": "table",
|
||||||
|
"datasource": {
|
||||||
|
"type": "prometheus",
|
||||||
|
"uid": "${DS_PROMETHEUS}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"collapsed": true,
|
"collapsed": true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue