Adding a reboot annotation

This commit is contained in:
Rasmus Skovgaard Lauritsen 2022-12-29 14:15:33 +01:00
parent 2ce90593eb
commit ac14ae077b

View file

@ -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"
}
]
},