Hello Mark, I finally got the time to test your idea but unfortunately I'm getting timeout errors on the event log: [Monitor: my_monitor] [Machine: 192.168.244.131:8888] Failed: Timeout [Monitor: my_monitor] [Machine: 192.168.244.131:8888] Running: /opt/zeus/zxtm/conf/scripts/monitor04.sh --ipaddr=192.168.244.131 --port=8888 --node=192.168.244.131 --verbose "--vsport=8888" "--path=" --failures_left=0 I created a monitor based on your script and changed the port and the $ping and $pong variables. my $ping = "GET / HTTP/1.1"; my $pong = "HTTP/1.1 200 OK"; When I try this using telnet from the Stingray Virtual Appliance I get the 200 OK response, but with the monitor it times out... Any ideas? Another question, when I enable verbose on a monitor where are the logs written to? Is it to the same pool log file? Thanks in advance! BMelo
... View more