Page 1 of 1

Utilization report in CSV for all servers

Posted: Thu Feb 06, 2020 2:45 am
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

Re: Utilization report in CSV for all servers

Posted: Thu Feb 06, 2020 8:27 pm
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.

Re: Utilization report in CSV for all servers

Posted: Fri Feb 07, 2020 3:16 am
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

Re: Utilization report in CSV for all servers

Posted: Mon Feb 10, 2020 4:48 pm
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.