Nagios Reporting

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
emartine
Posts: 660
Joined: Thu Dec 29, 2011 10:47 am

Nagios Reporting

Post by emartine »

Is there a way to generate a report based on the number of servers/services that have been added?

I'm looking to gather metrics for environment growth based on the items listed in Nagios Xi.
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: Nagios Reporting

Post by Box293 »

The Nagiostats Wizard will generate services for you which will collect this data over time.

http://exchange.nagios.org/directory/Ad ... rd/details

Then you will be able to run reports against that performance data.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Nagios Reporting

Post by abrist »

You could also create an sql check.
Hosts:

Code: Select all

./check_mysql_query -H localhost -d nagios -u ndoutils -p "n@gweb" -q "select count(*) from nagios_hosts;"
Services:

Code: Select all

./check_mysql_query -H localhost -d nagios -u ndoutils -p "n@gweb" -q "select count(*) from nagios_services;"
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