Update grafana dashboards
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -5032,8 +5032,8 @@
|
|||||||
{
|
{
|
||||||
"allowCustomValue": false,
|
"allowCustomValue": false,
|
||||||
"current": {
|
"current": {
|
||||||
"text": "All",
|
"text": ["All"],
|
||||||
"value": "$__all"
|
"value": ["$__all"]
|
||||||
},
|
},
|
||||||
"definition": "label_values(node_cpu_seconds_total{hostname=\"$hostname\"},cpu)",
|
"definition": "label_values(node_cpu_seconds_total{hostname=\"$hostname\"},cpu)",
|
||||||
"description": "",
|
"description": "",
|
||||||
@@ -5170,8 +5170,8 @@
|
|||||||
{
|
{
|
||||||
"allowCustomValue": false,
|
"allowCustomValue": false,
|
||||||
"current": {
|
"current": {
|
||||||
"text": ["nvme0n1", "sda", "sdb"],
|
"text": ["nvme0n1", "sda", "sdb", "sdc"],
|
||||||
"value": ["nvme0n1", "sda", "sdb"]
|
"value": ["nvme0n1", "sda", "sdb", "sdc"]
|
||||||
},
|
},
|
||||||
"definition": "label_values(node_disk_info,device)",
|
"definition": "label_values(node_disk_info,device)",
|
||||||
"description": "",
|
"description": "",
|
||||||
@@ -5192,8 +5192,8 @@
|
|||||||
{
|
{
|
||||||
"allowCustomValue": false,
|
"allowCustomValue": false,
|
||||||
"current": {
|
"current": {
|
||||||
"text": ["sda", "sdb", "nvme0"],
|
"text": ["All"],
|
||||||
"value": ["sda", "sdb", "nvme0"]
|
"value": ["$__all"]
|
||||||
},
|
},
|
||||||
"definition": "label_values(smartctl_device,device)",
|
"definition": "label_values(smartctl_device,device)",
|
||||||
"description": "",
|
"description": "",
|
||||||
@@ -5221,5 +5221,5 @@
|
|||||||
"timezone": "browser",
|
"timezone": "browser",
|
||||||
"title": "System",
|
"title": "System",
|
||||||
"uid": "system",
|
"uid": "system",
|
||||||
"version": 23
|
"version": 1
|
||||||
}
|
}
|
||||||
|
@@ -867,6 +867,6 @@
|
|||||||
"timepicker": {},
|
"timepicker": {},
|
||||||
"timezone": "browser",
|
"timezone": "browser",
|
||||||
"title": "Traefik",
|
"title": "Traefik",
|
||||||
"uid": "9789120c-ed69-448a-9ef8-77e73b5a25e2",
|
"uid": "traefik",
|
||||||
"version": 7
|
"version": 1
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user