Hi, I am undergratuate student, and I am working with nagios for the first time. My task is monitoring more than 150 hosts with Nagios. I create one client.cfg file for each host, and put in /etc/nagios/servers/ folder, but when I restart Nagios, I get this message: Running configuration check... CONFIG ERROR! Restart aborted. Check your Nagios configuration.
Is there a better way to monitoring so many hosts?
Thanks.
Monitoring 150 Hosts
Re: Monitoring 150 Hosts
That error just means you have a misconfigured object somewhere. You can run /path/to/nagios -v /path/to/nagios.cfg to see what the issue is.
Former Nagios employee
Re: Monitoring 150 Hosts
Thanks, I didnot about this.tmcdonald wrote:That error just means you have a misconfigured object somewhere. You can run /path/to/nagios -v /path/to/nagios.cfg to see what the issue is.