Sorry, stupid on my part,
[root@localhost etc]# grep -R 'Failed_Jobs' /usr/local/nagios/etc/
/usr/local/nagios/etc/services/10.32.35.180.cfg: service_description Failed_Jobs
These definition can be placed in their own file or added to
Re: These definition can be placed in their own file or adde
No worries, now we know where to look.
Please post the contents of /usr/local/nagios/etc/services/10.32.35.180.cfg
Please post the contents of /usr/local/nagios/etc/services/10.32.35.180.cfg
Former Nagios Employee
Re: These definition can be placed in their own file or adde
I found it and removed it. I then did a and it stopped and started cleanly. Is this where I should be putting the service definition? Or is there a better way of handling this?
Thanks Again,
Regards,
Bryan
Code: Select all
service nagios restartThanks Again,
Regards,
Bryan
Re: These definition can be placed in their own file or adde
I believe the error wasn't with the whole service, but with the check_command it was using. You were using check_mssql_job defined in commands.cfg, and check_sqllog for the service check.
Former Nagios Employee