monit-general
[Top][All Lists]
Advanced

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

Re: Is it possible to monitor Streaming Audio Server?


From: Jan-Henrik Haukeland
Subject: Re: Is it possible to monitor Streaming Audio Server?
Date: Wed, 15 Sep 2004 17:45:37 +0200

Can you please elaborate a bit more. What doesn't work? Do you get an error message in the log? If not, could you try to run monit in debug mode (monit -Iv) and send us any relevant output?

Ps. In a HTTP protocol test monit will *not* try to download the document (brodcast.rm) but instead request the document from the server and check the HTTP headers for errors.

--
Jan-Henrik Haukeland

On Sep 15, 2004, at 16:43, Richie wrote:

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,





reply via email to

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