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
Utilization report in CSV for all servers
-
tssnagiosadmin
- Posts: 24
- Joined: Wed Oct 23, 2019 9:39 am
Utilization report in CSV for all servers
You do not have the required permissions to view the files attached to this post.
- 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
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.
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
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
Thank You
- 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
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.
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.