Re: Monitoring a proxy server

2007-07-17 Thread Jon Meek
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

Re: Monitoring a proxy server

2007-07-17 Thread Dan Borlovan
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

Re: Monitoring a proxy server

2007-07-17 Thread Najib Abi Fadel
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

Re: Monitoring a proxy server

2007-07-16 Thread Dan Borlovan
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