I've got a weird issue I'm hoping someone can help out with...

We're trying to use Icinga to to check_http through our ScanSafe proxy -
All web traffic not going through the proxy is blocked.

The proxy is for http and https.

The call we're trying (just to test) is:
/usr/lib/nagios/plugins/check_http -I our.proxy.com -p 8080 -u
http://whatismyip.com

This works fine from the command line, but when run as a command in Icinga,
fails with a socket timeout (10 sec).

The command definition we're using is:
define service {
        use                             generic-service
        host_name                       whatismyip.com
        service_description             Check Coherence
        check_command                   check_http! -I connsvr.nike.com -p
8080 -u http://whatismyip.com --vvv
}

Any ideas what we're doing wrong and why it would pass from the command
line of the box and not pass when called by Icinga on that box?

This is a generic Ubuntu apt-get install of Icinga 1.6.1 that's running in
a NAT'd VirtualBox.

Also, the config fails unless we have the ! after check_http, I can't
figure out what that suffix means...


-- 
-Chris
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
_______________________________________________
icinga-users mailing list
icinga-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/icinga-users

Reply via email to