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.
Nagios Reporting
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Nagios Reporting
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.
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.
Re: Nagios Reporting
You could also create an sql check.
Hosts:
Services:
Hosts:
Code: Select all
./check_mysql_query -H localhost -d nagios -u ndoutils -p "n@gweb" -q "select count(*) from nagios_hosts;"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.
"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.