Fix #17 Changed node_boot_time to node_exporter_build_info in templating variables

This commit is contained in:
rfraile 2018-07-11 14:41:01 +02:00
parent 8581d6b117
commit 3b2bc0f5bc

View file

@ -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
} }