Host shows down while all services but ping show OK

Masoud Tabrizi masoud.tabrizi at gmail.com
Thu Oct 9 23:52:09 CEST 2008


Thanks for all the suggestions. I am all set now.
Created the new check_host and it worked perfectly.
Thanks again!
M

        \\\|///   
       \\ - - //             
      ( @ @ ) 
  o00o-(_)-o00o------------------ 
Masoud Tabrizi 
-----------0ooo------------------- 
     ooo0  (    ) 
     (    )    )  /         
      \  (    (_/ 
       \_) 


Make a new host check command.  Then define that for the hosts you  
want.  It seems nrpe is working on your systems so just use a simple  
check_nrpe command your host check on those hosts.

define command{
	command_name	new_host_check_cmd
	command_line	$USER1$/check_nrpe -H $HOSTADDRESS$
    	}


define host{
<snip>
	check_command	new_host_check_cmd
<snip>
}


Mark Young
___
Nagios Enterprises, LLC
Web:    www.nagios.com


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
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





More information about the Users mailing list