Utilization report in CSV for all servers

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
tssnagiosadmin
Posts: 24
Joined: Wed Oct 23, 2019 9:39 am

Utilization report in CSV for all servers

Post by tssnagiosadmin »

Hello Team,
We are trying to generate report for set of servers in host group as shown in attached document.
But we cannot download report at a time for that group.

Please advise if there any way to download all servers report, please let us know if you need any further information regarding this.

Regards,
Rahul M
You do not have the required permissions to view the files attached to this post.
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: Utilization report in CSV for all servers

Post by Box293 »

If you are only interested in the most recent data then I suggest you use the rest api.

Help > API Docs > Objects Reference.

This will be much easier to script.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
tssnagiosadmin
Posts: 24
Joined: Wed Oct 23, 2019 9:39 am

Re: Utilization report in CSV for all servers

Post by tssnagiosadmin »

As an example I have added only CPU report, however we need to generate storage, CPU and Memory utilization on monthly basis and share it with Higher Management. Is there any way I could download all these reports in CSV format for all servers instead of only 1 server at a time.

Thank You
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: Utilization report in CSV for all servers

Post by Box293 »

You would have to script it.

For example do an API call to get all the servers. Then iterate over this list and for every server do an API call to get the utilization of each one.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked