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.

Regards,
Sebastian

my definition for host:

define host {
    use generic-host
    host_name   owa
    alias   Outlook owa
    address ipv4
    max_check_attempts  10
    contact_groups  system
}

define service{
    use                     generic-service
    host_name               owa
    service_description     owacheck
    check_command           check_owa
    contact_groups          system
}
------------------------------------------------------------------------------
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