mirror of
https://github.com/rfmoz/grafana-dashboards.git
synced 2024-11-09 23:24:08 -08:00
#113 Fix reboot anotation based on @zero0cool0
This commit is contained in:
parent
de941e1ab8
commit
c28f512703
|
@ -69,7 +69,7 @@
|
|||
"uid": "${DS_PROMETHEUS}"
|
||||
},
|
||||
"enable": true,
|
||||
"expr": "changes(node_boot_time_seconds{instance=\"$node\"})",
|
||||
"expr": "changes(node_boot_time_seconds{instance=\"$node\"}[$__rate_interval])",
|
||||
"iconColor": "red",
|
||||
"name": "Reboot"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue