Report of host and service status

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
mansonli
Posts: 60
Joined: Wed Aug 05, 2020 1:54 am

Report of host and service status

Post by mansonli »

Any predefined report can show host with 'down' state and its service with 'warning' or 'critical' state? If such report doesn't exist, is it possible to create? Current XI version is 5.4.13. Will upgrade it to 5.7.3.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Report of host and service status

Post by ssax »

You can go to Tools > My Tools > Add a Tool:
- Set the name you want
- Use this for the URL (change http to https if using https, change YOURXISERVER as well

Code: Select all

http://YOURXISERVER/nagiosxi/includes/components/xicore/status.php?&show=services&hoststatustypes=4&servicestatustypes=20
- Save

Now refresh the Tools page and click on that new tool and it will load a page that will show you all hosts that are DOWN with all services that are in WARNING or CRITICAL.

Then you can click the very top right menu with the three horizonal lines in it and click the first icon to schedule the page as a report.
mansonli
Posts: 60
Joined: Wed Aug 05, 2020 1:54 am

Re: Report of host and service status

Post by mansonli »

How to also add contact of host and service in the output?
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Report of host and service status

Post by ssax »

You can't, that's not a part of the functionality.

The closest you can get to that would be to login here with your XI credentials:

Code: Select all

http://YOURXISERVER/nagios/cgi-bin/config.cgi
Locked