Page 1 of 1
Host weekly report with average Packet loss and Latency
Posted: Mon Feb 15, 2021 6:35 am
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
Re: Host weekly report with average Packet loss and Latency
Posted: Mon Feb 15, 2021 4:23 pm
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