mirror of
https://github.com/rfmoz/grafana-dashboards.git
synced 2025-03-05 20:51:45 -08:00
Adding a reboot annotation
This commit is contained in:
parent
2ce90593eb
commit
ac14ae077b
|
@ -62,6 +62,16 @@
|
||||||
"type": "dashboard"
|
"type": "dashboard"
|
||||||
},
|
},
|
||||||
"type": "dashboard"
|
"type": "dashboard"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"datasource": {
|
||||||
|
"type": "prometheus",
|
||||||
|
"uid": "${DS_PROMETHEUS}"
|
||||||
|
},
|
||||||
|
"enable": true,
|
||||||
|
"expr": "changes(node_boot_time_seconds{instance=\"$node\"})",
|
||||||
|
"iconColor": "red",
|
||||||
|
"name": "Reboot"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue