<br><font size=2 face="sans-serif">Hello all,</font>
<br><font size=2 face="sans-serif">and thank you i found the check-host-alive
in the files checkcommands.cfg in the nagios conf directory. </font>
<br><font size=2 face="sans-serif">now what is startles me is that there
are 100% packet loss however the host is up in nagios, it just the service
check-host alive that is critical; what are the arguments of nagios to
say that a host is up or down.. i thought it was a ping but if the ping
from the nagios server to the host doesn't work how can it say it's up?
</font>
<br>
<br><font size=2 face="sans-serif">are all host up by default? how can
you make them down when a ping cannot be performed. </font>
<br><font size=2 face="sans-serif">in the host status information there
is NA still the host is shown as up.. </font>
<br>
<br><font size=2 face="sans-serif">thank you very much for your help </font>
<br>
<br>
<br>
<br><font size=2 face="sans-serif">Mario Garcia Ortiz/ABSI</font>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=40%><font size=1 face="sans-serif"><b>Marc Powell <marc@ena.com></b>
</font>
<p><font size=1 face="sans-serif">04/02/2009 07:02 PM</font>
<td width=59%>
<table width=100%>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">To</font></div>
<td><font size=1 face="sans-serif">nagios-users ML <nagios-users@lists.sourceforge.net></font>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">Subject</font></div>
<td><font size=1 face="sans-serif">Re: [Nagios-users] check-host-alive
check</font></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<br></table>
<br>
<br>
<br><font size=2><tt><br>
On Feb 4, 2009, at 11:18 AM, mariog@absi.be wrote:<br>
<br>
><br>
> Hello all<br>
> can anyone help me with this;<br>
> there a few hosts mostly adsl or sdsl routers dat have critical  <br>
> state with plugin timed out.<br>
><br>
> the critical error is :<br>
> check-host-alive critical plugin timed out after 10 seconds.<br>
><br>
> i cannot find in nagios plugins directory any check named check-host-
<br>
> alive, it seems to be an embedded nagios check when the host is  <br>
> defined? despite this the host is up.<br>
><br>
> can someone help me how does it work and where is this check-host-
<br>
> alive check stored in a regular nagios install under solaris 10.<br>
<br>
<br>
Hello,<br>
<br>
Your host{} definition (http://nagios.sourceforge.net/docs/3_0/objectdefinitions.html#host
<br>
) specifies a check_command of 'check-host-alive'.<br>
<br>
There exists a command{} definition (http://nagios.sourceforge.net/docs/3_0/objectdefinitions.html#command
<br>
) named check-host-alive that probably uses a command_line specifying  <br>
the check_ping plugin, along with some flags for it. Grep your config  <br>
files for it to see where it lives (varies with version and personal  <br>
configuration).<br>
<br>
The check_ping plugin does have a flag that you can pass to it to  <br>
extend the timeout --<br>
<br>
$ /usr/local/nagios/libexec/check_ping --help<br>
...<br>
  -t, --timeout=INTEGER<br>
     Seconds before connection times out (default: 10)<br>
<br>
You can modify the command{} definition above to also pass the -t flag
 <br>
with a higher timeout (-t 30, for example).<br>
<br>
You'll also want to verify that the master nagios host check timeout  <br>
value (host_check_timeout in nagios.cfg - http://nagios.sourceforge.net/docs/3_0/configmain.html)
<br>
  to be higher than your highest plugin specific timeout. You'll need
 <br>
to reload nagios after making these changes.<br>
<br>
HTH,<br>
<br>
--<br>
Marc<br>
<br>
<br>
------------------------------------------------------------------------------<br>
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)<br>
software. With Adobe AIR, Ajax developers can use existing skills and code
to<br>
build responsive, highly engaging applications that combine the power of
local<br>
resources and data with the reach of the web. Download the Adobe AIR SDK
and<br>
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com<br>
_______________________________________________<br>
Nagios-users mailing list<br>
Nagios-users@lists.sourceforge.net<br>
https://lists.sourceforge.net/lists/listinfo/nagios-users<br>
::: Please include Nagios version, plugin version (-v) and OS when reporting
any issue. <br>
::: Messages without supporting info will risk being sent to /dev/null<br>
</tt></font>
<br>