Sebastian Logar schrieb am Friday, den 05. August 2011:

> Hi,
> 
> I am trying to setup monitoring of remote service but Icinga is trying to
> ping host also. I don't want for icinga to check host if it's alive i just
> want to check service owacheck. Thank you in adanced for any pointers on how
> to set up this.
Use check_dummy as host check and let it return always true.

define host{
use generic-host ; Name of host template to use
host_name foobar
alias foo
address 127.0.0.1
check_command check_dummy
}

something like that

Alex

------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
icinga-users mailing list
icinga-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/icinga-users

Reply via email to