monit-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Is it possible to monitor Streaming Audio Server?


From: Richie
Subject: Is it possible to monitor Streaming Audio Server?
Date: Thu, 16 Sep 2004 00:43:07 +1000
User-agent: Mozilla Thunderbird 0.6 (Windows/20040502)

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,

-r.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]