Merge pull request #113 from RasmusLauritsen/master

Adding a reboot annotation
This commit is contained in:
Ricardo F 2022-12-29 15:56:22 +01:00 committed by GitHub
commit c1ecc70692
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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