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
Nagios XI export of active hosts+tests?
Re: Nagios XI export of active hosts+tests?
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
http://tracker.nagios.com
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Nagios XI export of active hosts+tests?
I need this too. I see the OP was posted back in 2011.
Has this been implemented, and if so; howto?
Has this been implemented, and if so; howto?
Re: Nagios XI export of active hosts+tests?
Necro Post Patrol!
You can use the backend to get xml of the host and service status:
For more brevity:
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
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=gethoststatusCode: Select all
http://<ip>/nagiosxi/backend/?cmd=getservicestatus&brevity=3
http://<ip>/nagiosxi/backend/?cmd=gethoststatus&brevity=3http://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.
"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.