HOST dependencies

Jan Tomasek jan at tomasek.cz
Thu Apr 13 12:43:42 CEST 2006


Hi Andrea,

> Why any "check ping" services depend to the HOSTs STATUS?
> I need that "check ping" services send notifications in case HOST
> unrecheable.
> How can I break this dependency ?

any service depends on host it is running on. I disabled all hosts
checks it by defining check_command = host-is-alive on every host:

define command{
        command_name    host-is-alive
        command_line    $USER1$/check_ping -H 127.0.0.1 -w 3000.0,80% -c
5000.0,100% -p 1
        }

Later I learned that there is also check_dummy plugin which better
suited for this.

Best regards
-- 
-----------------------
Jan Tomasek aka Semik
http://www.tomasek.cz/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
URL: <https://www.monitoring-lists.org/archive/users/attachments/20060413/edb4e8c5/attachment.sig>


More information about the Users mailing list