Page 1 of 1

Graph For Host Uptime

Posted: Fri Aug 16, 2019 1:41 pm
by hixavier
Hello,

Is there a way to graph hosts that have an uptime of X amount of days. For example, graph that shows all hosts that have been up for longer than 200 days.

Thanks

Re: Graph For Host Uptime

Posted: Fri Aug 16, 2019 2:41 pm
by benjaminsmith
Hi @hixavier,

There's couple options in Nagios XI, and together, hopefully by using one or both of them, you'll have access to the data you need.

1. Availability Report - This report ( Go to Reports > Availability ) will show the percent up-time for hosts, and there's option to select a custom time period and by host group. When you run the report against a host group, it will display a table with each host in the group and the percentage of time up, down and unreachable. Running this report over the required time period, should be helpful for you.

2. For graphing, you can use the Multi-stacked Graph Explorer ( Go to Home > Graphs > Graph Explorer ), and chart the host check results ( normally from a ping test ) over a specified time period, and you can add multiple hosts to the graph.

The image or its data can be downloaded from the hamburger menu in the lower right corner of the graph.

Let me know if you any questions.