|
From: | Philip Waters |
Subject: | Re: Proxy |
Date: | Wed, 18 Dec 2013 09:18:18 -0700 |
User-agent: | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20131028 Thunderbird/17.0.10 |
Consider the case that I'm local.mydomain.com, I have configured http_proxy with export http_proxy="myproxy.mydomain.com:80"
I would like to verify that my buddy's external public domain is working. my request that initiates from local has to traverse myproxy.mydomain.com to check.
here is my proposed monit rule check host my.buddy.com if failed port 80 proto http with target "http://my.buddy.com:80" and maxforward 6 then alertI get a syntax error, (probably the with target, but I pulled this from the sip example.
What's a better way?
[Prev in Thread] | Current Thread | [Next in Thread] |