[root@localhost nagios]# nagios -v minimal.cfg<br>
<br>
Nagios 2.0b4<br>
Copyright (c) 1999-2005 Ethan Galstad (<a href="http://www.nagios.org">http://www.nagios.org</a>)<br>
Last Modified: 08-02-2005<br>
License: GPL<br>
<br>
Reading configuration data...<br>
<br>
Error in configuration file '/etc/nagios/minimal.cfg' - Line 34 (NULL value)<br>
<br>
***> The name of the main configuration file looks suspicious...<br>
<br>
     Make sure you are specifying the name of the MAIN configuration file on<br>
     the command line and not the name of another configuration file.  The<br>
     main configuration file is typically '/usr/local/nagios/etc/nagios.cfg'<br>
<br>
***> One or more problems was encountered while processing the config files...<br>
<br>
<br>
lines startin from 34 :<br>
<br>
define timeperiod{<br>
        timeperiod_name 24x7<br>
       
alias           24
Hours A Day, 7 Days A Week<br>
        sunday          00:00-24:00<br>
        monday          00:00-24:00<br>
        tuesday         00:00-24:00<br>
        wednesday       00:00-24:00<br>
        thursday        00:00-24:00<br>
        friday          00:00-24:00<br>
        saturday        00:00-24:00<br>
        }<br>
<br>
<br>
WHAT SHOULD I DO NOW ???<br>
<br>
help please :)<br>