Hello List,
I am trying to setup monit to watch a Streaming Audio Server which
listens at 8080/tcp and attempt to retrieve broadcast.rm, below's my
monit script but it doesn't work... :-/
check host STREAMING_AUDIO with address 192.168.254.1
if failed host 192.168.254.1 port 8080 protocol http
and request "/ramgen/encoder/broadcast.rm"
then alert
alert address@hidden
with mail-format {
from: address@hidden
subject: STREAMING_AUDIO $EVENT - $ACTION
message: This event occurred on $HOST at $DATE.
}
Please help,