Page 1 of 1
Nagios XI export of active hosts+tests?
Posted: Fri May 25, 2012 1:04 pm
by yaanatech
Hi All,
I am looking to see if Nagios XI can perform an export into excel/pdf of all the hosts and services attached to those hosts?
Cheers
Re: Nagios XI export of active hosts+tests?
Posted: Fri May 25, 2012 1:34 pm
by lmiltchev
Currently we don't have this functionality. In Nagios XI you can export reports (availability, state history, etc.) to PDFs but not all hosts and services. I would assume it wouldn't be very difficult to implement this. You can post a feature request on our bug tracker. If there is enough interest we will put it on our TODO list.
http://tracker.nagios.com
Re: Nagios XI export of active hosts+tests?
Posted: Thu Mar 27, 2014 11:01 am
by MichielvM
I need this too. I see the OP was posted back in 2011.
Has this been implemented, and if so; howto?
Re: Nagios XI export of active hosts+tests?
Posted: Thu Mar 27, 2014 11:55 am
by abrist
Necro Post Patrol!
You can use the backend to get xml of the host and service status:
Code: Select all
http://<ip>/nagiosxi/backend/?cmd=getservicestatus
http://<ip>/nagiosxi/backend/?cmd=gethoststatus
For more brevity:
Code: Select all
http://<ip>/nagiosxi/backend/?cmd=getservicestatus&brevity=3
http://<ip>/nagiosxi/backend/?cmd=gethoststatus&brevity=3
Some docs/vids:
http://exchange.nagios.org/directory/Do ... PI/details
https://www.youtube.com/watch?v=kFJrEdeCqfg
http://www.slideshare.net/nagiosinc/eri ... and-nagios