Nagios XI export of active hosts+tests?

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
yaanatech
Posts: 74
Joined: Thu Mar 29, 2012 1:23 pm

Nagios XI export of active hosts+tests?

Post 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
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Nagios XI export of active hosts+tests?

Post 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
Be sure to check out our Knowledgebase for helpful articles and solutions!
MichielvM
Posts: 160
Joined: Thu Oct 24, 2013 3:48 am

Re: Nagios XI export of active hosts+tests?

Post by MichielvM »

I need this too. I see the OP was posted back in 2011.
Has this been implemented, and if so; howto?
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Nagios XI export of active hosts+tests?

Post 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
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Locked