<html><body  bgcolor="#ffffff"><DIV><FONT face=Verdana size=2></FONT></DIV>
<DIV><FONT face=Verdana size=2>Hello,</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>I am new to Nagios and this users list so forgive me if I am doing this incorrectly</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>I just recently added a bunch of new hosts to our nagios config everthing seems to be working great :-)</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>Except...</FONT></DIV>
<DIV><FONT size=2>when I display the Host Detail Page under the column Last Check it says NA and there is no Status Information BUT</FONT></DIV>
<DIV><FONT size=2>when I display the Services Detail Page the information for Last Check and Status Information is displayed for every host defined!</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>I have looked & looked but am unsure where (which config file to check) or why this is the case</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>this is only happening for my newly defined hosts the old hosts are each defined in their own .cfg files  </FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>below are the config files I thought might be helpful...</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV>[root@nagios nagios]# more hosts.cfg<BR>define host{<BR>        host_name               win2k3<BR>        alias                   Windows Server<BR>        address                 10.1.102.22<BR>        max_check_attempts      5<BR>        check_period            24x7<BR>        contact_groups          admins<BR>        notification_interval   30<BR>        notification_period     24x7<BR>        notification_options    d,u,r<BR>        }<BR>define host{<BR>        host_name               security_server_214<BR>        alias                   security Panel 1<BR>        address                 65.205.26.214<BR>        max_check_attempts      5<BR>        check_period            24x7<BR>        contact_groups          admins<BR>        notification_interval   30<BR>        notification_period     24x7<BR>        notification_options    d,u,r<BR>        }<BR>define host{<BR>        host_name               security_server_215<BR>        alias                   security Panel 2<BR>        address                 65.205.26.215<BR>        max_check_attempts      5<BR>        check_period            24x7<BR>        contact_groups          admins<BR>        notification_interval   30<BR>        notification_period     24x7<BR>        notification_options    d,u,r<BR>        }<BR>define host{<BR>        host_name               security_server_216<BR>        alias                   security Panel 3<BR>        address                 65.205.26.216<BR>        max_check_attempts      5<BR>        check_period            24x7<BR>        contact_groups          admins<BR>        notification_interval   30<BR>        notification_period     24x7<BR>        notification_options    d,u,r<BR>        }<BR>define host{<BR>        host_name               security_server<BR>        alias                   security server<BR>        address                 65.205.26.207<BR>        max_check_attempts      5<BR>        check_period            24x7<BR>        contact_groups          admins<BR>        notification_interval   30<BR>        notification_period     24x7<BR>        notification_options    d,u,r<BR>        }<BR>define host{<BR>        host_name               carrier_208<BR>        alias                   carrier control box rm15<BR>        address                 65.205.26.208<BR>        max_check_attempts      5<BR>        check_period            24x7<BR>        contact_groups          admins<BR>        notification_interval   30<BR>        notification_period     24x7<BR>        notification_options    d,u,r<BR>        }<BR>define host{<BR>        host_name               carrier_209<BR>        alias                   carrier control box 2 rm15<BR>        address                 65.205.26.209<BR>        max_check_attempts      5<BR>        check_period            24x7<BR>        contact_groups          admins<BR>        notification_interval   30<BR>        notification_period     24x7<BR>        notification_options    d,u,r<BR>        }<BR>define host{<BR>        host_name               carrier_210<BR>        alias                   carrier server<BR>        address                 65.205.26.210<BR>        max_check_attempts      5<BR>        check_period            24x7<BR>        contact_groups          admins<BR>        notification_interval   30<BR>        notification_period     24x7<BR>        notification_options    d,u,r<BR>        }<BR>[root@nagios nagios]#<BR></DIV>
<DIV><FONT size=2> [root@nagios servers]# ls -lat<BR>total 936<BR>drwxr-xr-x  2 root root   4096 2009-04-02 15:45 .<BR>-rw-r--r--  1 root root   2301 2009-04-02 15:45 00_services.cfg<BR>drwxr-xr-x 11 root root   4096 2009-04-02 15:27 ..<BR>-rw-r--r--  1 root root 932438 2009-04-02 13:25 mibwalk_win2k3<BR>-rw-r--r--  1 root root    135 2009-04-02 12:52 00_groups.cfg<BR>-rw-r--r--  1 root root   1125 2008-07-26 12:54 01_localhost.cfg<BR></FONT></DIV>
<DIV><FONT size=2>[root@nagios servers]# more 01_localhost.cfg<BR>define host{<BR>        use                     linux-server<BR>        host_name               localhost<BR>        alias                   localhost<BR>        address                 127.0.0.1<BR>        }</FONT></DIV>
<DIV><FONT size=2>#Extra tests...<BR>define service{<BR>        use                             local-service<BR>        host_name                       localhost<BR>        service_description             ssh<BR>        check_command                   check_ssh_4<BR>        }<BR></FONT></DIV>
<DIV><FONT size=2>thanks!</FONT></DIV>
<DIV><FONT size=2>Natalie</FONT> <BR>Experis Data Center LLC <BR>8209 Valley Pike <BR>PO Box 535 <BR>Middletown,VA 22645 <BR>phone:540-869-8702 <BR>cell:240-988-3267 <BR>fax:540-869-8710 <BR>e-mail:naloi@experisdatacenters.com</DIV></body></html>