diff --git a/prometheus/node-exporter-full.json b/prometheus/node-exporter-full.json index 8b2bd86..c5e592e 100644 --- a/prometheus/node-exporter-full.json +++ b/prometheus/node-exporter-full.json @@ -62,6 +62,16 @@ "type": "dashboard" }, "type": "dashboard" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "enable": true, + "expr": "changes(node_boot_time_seconds{instance=\"$node\"})", + "iconColor": "red", + "name": "Reboot" } ] },