Host weekly report with average Packet loss and Latency

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
mejokj
Posts: 353
Joined: Mon Jul 22, 2013 10:31 pm

Host weekly report with average Packet loss and Latency

Post by mejokj »

Hi Team,

We are looking for a weekly report with average Packet loss and Latency for each host in Nagios.

Kindly suggest to us how we can achieve this.

Thanks
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Host weekly report with average Packet loss and Latency

Post by ssax »

There is not currently a report that shows this.

You could go to Home > Host Status, set it to show 1000 per page, and then schedule the page as a report by clicking the very top right menu with the three horizontal lines in it to schedule that as a page.

Or you could get that info from the API but you would need to script it out:

Code: Select all

http://YOURXISERVER/nagiosxi/help/api-object-reference.php#objects-hoststatus
To do it over time you would need to use the rrdexport API endpoint:

Code: Select all

http://YOURXISERVER/nagiosxi/help/api-object-reference.php#objects-rrdexport
Locked