Hi, any help you can give would be greatly appreciated.<br><br>I receive this output:<br>root@dc2-storage-01:/usr/local/nagios/bin# ./nagios -v /usr/local/nagios/etc/nagios.cfg<br><br>Nagios 2.9<br>Copyright (c) 1999-2007 Ethan Galstad (
<a href="http://www.nagios.org">http://www.nagios.org</a>)<br>Last Modified: 04-10-2007<br>License: GPL<br><br>Reading configuration data...<br><br>Warning: Duplicate definition found for host 'generic-host' (config file '/usr/local/nagios/etc/hosts.cfg', starting on line 140)
<br>Warning: Duplicate definition found for host 'linux-server' (config file '/usr/local/nagios/etc/hosts.cfg', starting on line 156)<br>Warning: Duplicate definition found for service 'generic-service' (config file '/usr/local/nagios/etc/hosts.cfg', starting on line 215)
<br>Warning: Duplicate definition found for service 'local-service' (config file '/usr/local/nagios/etc/hosts.cfg', starting on line 236)<br>Error: Timeperiod '24x7' has already been defined<br>Error: Could not register timeperiod (config file '/usr/local/nagios/etc/hosts.cfg', starting on line 24)
<br><br>I assumed there was anther configuration file somewhere that defined the 24x7 time period, but:<br>root@dc2-storage-01:/usr/local/nagios# grep -r "timeperiod_name 24x7" *<br>etc/hosts.cfg: timeperiod_name 24x7
<br>I am only finding the one file. Oddly if I comment out the 24x7 timeperiod segment it then complains about this time period not being defined. I am not sure where to go from here. This is on a slack 10 system with a newer kernel and packages pretty much the same as slack 11. let me know if you need any additional info.