mirror of
https://github.com/rfmoz/grafana-dashboards.git
synced 2025-03-05 20:51:45 -08:00
Fix #17 Changed node_boot_time to node_exporter_build_info in templating variables
This commit is contained in:
parent
8581d6b117
commit
3b2bc0f5bc
|
@ -19926,7 +19926,7 @@
|
||||||
"multi": false,
|
"multi": false,
|
||||||
"name": "job",
|
"name": "job",
|
||||||
"options": [],
|
"options": [],
|
||||||
"query": "label_values(node_boot_time_seconds, job)",
|
"query": "label_values(node_exporter_build_info, job)",
|
||||||
"refresh": 1,
|
"refresh": 1,
|
||||||
"regex": "",
|
"regex": "",
|
||||||
"sort": 1,
|
"sort": 1,
|
||||||
|
@ -19946,7 +19946,7 @@
|
||||||
"multi": false,
|
"multi": false,
|
||||||
"name": "node",
|
"name": "node",
|
||||||
"options": [],
|
"options": [],
|
||||||
"query": "label_values(node_boot_time_seconds{job=~\"$job\"}, instance)",
|
"query": "label_values(node_exporter_build_info{job=~\"$job\"}, instance)",
|
||||||
"refresh": 1,
|
"refresh": 1,
|
||||||
"regex": "/([^:]+):.*/",
|
"regex": "/([^:]+):.*/",
|
||||||
"sort": 1,
|
"sort": 1,
|
||||||
|
@ -19966,7 +19966,7 @@
|
||||||
"multi": false,
|
"multi": false,
|
||||||
"name": "port",
|
"name": "port",
|
||||||
"options": [],
|
"options": [],
|
||||||
"query": "label_values(node_boot_time_seconds{instance=~\"$node:(.*)\"}, instance)",
|
"query": "label_values(node_exporter_build_info{instance=~\"$node:(.*)\"}, instance)",
|
||||||
"refresh": 1,
|
"refresh": 1,
|
||||||
"regex": "/[^:]+:(.*)/",
|
"regex": "/[^:]+:(.*)/",
|
||||||
"sort": 3,
|
"sort": 3,
|
||||||
|
@ -20008,6 +20008,6 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"timezone": "browser",
|
"timezone": "browser",
|
||||||
"title": "Node Exporter Full New",
|
"title": "Node Exporter Full",
|
||||||
"version": 57
|
"version": 61
|
||||||
}
|
}
|
Loading…
Reference in a new issue