Node uptime and downtime exporters

4,459 views
Skip to first unread message

arulv...@gmail.com

unread,
Jun 30, 2017, 5:21:59 AM6/30/17
to Prometheus Developers
Hi ,

I am searching for exporters which can give uptime, downtimwe of the nodes. Can anyone please suggest.

Thanks
Arul

Ben Kochie

unread,
Jun 30, 2017, 5:26:11 AM6/30/17
to Arulvelu G, Prometheus Developers
The node_exporter[0] is your one-stop-shop for node level metrics. :-)

You can calculate uptime with the query:

time() - node_boot_time

You can find downtimes by using the `up` metric.

avg_over_time(up[1d])



--
You received this message because you are subscribed to the Google Groups "Prometheus Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-developers+unsub...@googlegroups.com.
To post to this group, send email to prometheus-developers@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-developers/12ea8352-1227-48da-86ae-6253a13346a1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages