Nagios XI host/services report

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
mjeya
Posts: 20
Joined: Wed Apr 25, 2012 11:21 am

Nagios XI host/services report

Post by mjeya »

Hi,
I would like to have a report that shows what have been monitored in nagios xi, which includes the list of the hosts, the associated services and the notification methods etc? Is there any pluign available to churn this kind of report? This is for tracking and documentation purposes.

Thanks
Mukunthini
User avatar
lmiltchev
Former Nagios Staff
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Nagios XI host/services report

Post by lmiltchev »

Currently, there is no such a report available in Nagios XI. You are welcome to post a feature request on our bug tracker. If there is enough interest we will put it on our TODO list.
Be sure to check out our Knowledgebase for helpful articles and solutions!
mjeya
Posts: 20
Joined: Wed Apr 25, 2012 11:21 am

Re: Nagios XI host/services report

Post by mjeya »

Thanks alot.
I tried to produce the report with the nagiosql db data. The DB has 88 tables and the schema looks very complex. Table: tbl_service shows the service names but the host_name has a numeric value which is mapped to tbl_host host_name filed. Is there ay documentation available to describe the nagiosql DB structure and relationship among those tables?

Thanks again
Mukunthini
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios XI host/services report

Post by scottwilkerson »

mjeya wrote:I tried to produce the report with the nagiosql db data. The DB has 88 tables and the schema looks very complex.
Yes it is..

There isn't a document as far as I know, but I'm going to propose an alternative to use that will give you all of the data you seek in XML format.

http://assets.nagios.com/downloads/nagi ... nd_API.pdf
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
mjeya
Posts: 20
Joined: Wed Apr 25, 2012 11:21 am

Re: Nagios XI host/services report

Post by mjeya »

Hi, It looks great!. Thank you so much

Mukunthini
Locked