Page 1 of 1

Monitoring 150 Hosts

Posted: Wed Jan 06, 2016 1:26 pm
by nssantos
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.

Re: Monitoring 150 Hosts

Posted: Wed Jan 06, 2016 1:33 pm
by tmcdonald
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.

Re: Monitoring 150 Hosts

Posted: Wed Jan 06, 2016 2:04 pm
by nssantos
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.
Thanks, I didnot about this.

Re: Monitoring 150 Hosts

Posted: Wed Jan 06, 2016 2:05 pm
by tmcdonald
Did you resolve your issue?