> -----Original Message----- > From: Williard, Jason [mailto:[EMAIL PROTECTED] > Sent: Monday, June 26, 2006 5:03 PM > To: Marc Powell; [email protected] > Subject: RE: [Nagios-users] No Output > > HOSTS.CFG ENTRY > ---------------- > define host{ > use generic-hos > host_name 22xx-WOR-905 > alias WOR 905 Tunnel 1 > address 172.29.xxx.xxx > parents KWA-Core-7206,MOR-7206 > check_command check-host-alive > max_check_attempts 10 > notification_interval 60 > notification_period 24x7 > notification_options d,u,r > contact_groups field-admins > } > > CHECKCOMMANDS.CFG ENTRY > ------------------------
Thanks. Looks good. > > TEST RUN > --------- > [EMAIL PROTECTED] nagios]# /usr/lib/nagios/plugins/check_ping -H 172.29.xxx.xxx > -w 3000.0,80% -c 5000.0,100% -p 1 > CRITICAL - Plugin timed out after 10 seconds You should always perform your tests as the nagios user. Root can run commands that a normal user might not be able to (including ping) and you may see different output. In any event, the output above for this host looks good. Do you have the same check-host-alive command specified for KWA-Core-7206 and MOR-7206? I am presuming that you can't ping this host because one/both of those are down? How about the same kind of test run for those two hosts. Also, try pinging them directly from the command line with /bin/ping -n -U -c 1 172.29.xxx.xxx. Did you upgrade the plugins when you upgraded nagios? Were there any other system upgrades performed at the same time? -- Marc Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
