The http_tppnp.monitor has features to monitor proxy servers.
You can do this:
hostgroup internet [EMAIL PROTECTED]
[EMAIL PROTECTED]
watch pr-internet
service http_tp
interval 5m
monitor http_tppnp.monitor --nocache --log
/usr/local/mon/logs/http-M
Najib Abi Fadel wrote:
> Is there a way to only monitor the proxy server ?
> Should i write my own monitor ?
You can tcp.monitor -p proxy_port, but that does not guarantee that the
proxy actually works (has internet connectivity and responds to requests)
Or you can use http.monitor but make it
What if the URL fails !
I am doing a failover setup with heartbeat and mon and I don't my servers to
spend their time switching from one to another.
Is there a way to only monitor the proxy server ?
Should i write my own monitor ?
Thanks
Dan Borlovan <[EMAIL PROTECTED]> wrote: Najib Abi
Najib Abi Fadel wrote:
> i am searching for a way to monitor a proxy server (a squid server). I
> didn't find in the monitors a proxy monitor.
For example:
http.monitor -p your_proxy_port -u 'http://some_working_url'
Notes: use it on one host (the proxy); it depends on the url you used
and ca