Hi All,
Is het posible in Hobbit to play a sound when something a status is critical(Red)?
Greetz...
DNS
Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Check on deadcat. I seem to recall a script to do this that might be usable with Hobbit. You may also want to search the list archives...something is niggling at the back of my mind that this may have been covered here previously.
=G=
-----Original Message----- From: DNS [mailto:dns1407 at yahoo.com] Sent: Friday, April 11, 2008 10:05 AM To: hobbit at hswn.dk Subject: [hobbit] Alerts with Sounds
Hi All,
Is het posible in Hobbit to play a sound when something a status is critical(Red)?
Greetz...
DNS
Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
On Fri, Apr 11, 2008 at 9:38 AM, Galen Johnson <Galen.Johnson at sas.com> wrote:
Check on deadcat. I seem to recall a script to do this that might be usable with Hobbit. You may also want to search the list archives...something is niggling at the back of my mind that this may have been covered here previously.
You may be thinking of the Windows program BBTray. I think that can play a sound on a state change. Dunno how well it works with Hobbit, if at all.
Ralph Mitchell
There is a script called bbtray. I use it sometimes. But it is a bit annoying with the sounds. There is also a popupwindow when staus change.
Lars
----- Original Message ----- From: "Galen Johnson" <Galen.Johnson at sas.com> To: <hobbit at hswn.dk> Sent: Friday, April 11, 2008 4:38 PM Subject: RE: [hobbit] Alerts with Sounds
Check on deadcat. I seem to recall a script to do this that might be usable with Hobbit. You may also want to search the list archives...something is niggling at the back of my mind that this may have been covered here previously.
=G=
-----Original Message----- From: DNS [mailto:dns1407 at yahoo.com] Sent: Friday, April 11, 2008 10:05 AM To: hobbit at hswn.dk Subject: [hobbit] Alerts with Sounds
Hi All,
Is het posible in Hobbit to play a sound when something a status is critical(Red)?
Greetz...
DNS
Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
I don't have the sounds at all, but everyone around here does use the BBTray windows app.
Anyone know of a Linux alternative by chance?
On Fri, Apr 11, 2008 at 12:06 PM, Lars Ebeling < lars.ebeling at leopg9.no-ip.org> wrote:
There is a script called bbtray. I use it sometimes. But it is a bit annoying with the sounds. There is also a popupwindow when staus change.
Lars
----- Original Message ----- From: "Galen Johnson" <Galen.Johnson at sas.com> To: <hobbit at hswn.dk> Sent: Friday, April 11, 2008 4:38 PM Subject: RE: [hobbit] Alerts with Sounds
Check on deadcat. I seem to recall a script to do this that might be usable with Hobbit. You may also want to search the list archives...something is niggling at the back of my mind that this may have been covered here previously.
=G=
-----Original Message----- From: DNS [mailto:dns1407 at yahoo.com] Sent: Friday, April 11, 2008 10:05 AM To: hobbit at hswn.dk Subject: [hobbit] Alerts with Sounds
Hi All,
Is het posible in Hobbit to play a sound when something a status is critical(Red)?
Greetz...
DNS
Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
-- Josh Luthman Office: 937-552-2340 Direct: 937-552-2343 1100 Wayne St Suite 1337 Troy, OH 45373
Those who don't understand UNIX are condemned to reinvent it, poorly. --- Henry Spencer
Yup. Perfectly doable.
I've got an alert extension script that plays a sound when red alerts come in (selected the normal way, in hobbit-alerts.cfg)
SCRIPT /usr/local/hobbit/server/ext/alerts/sound.sh blank COLOR=RED EXSERVICE=ntp,sslcert,exim,files
sound.sh ==============================Begin=============================== #!/bin/sh export ESPEAKER=localhost:16001 FILE='/usr/local/hobbit/server/ext/alerts/somethingwrong.wav'; esdplay $FILE =======================End=======================
I've got esound installed on the server, and the windows version running on a client machine. The client machine has MyEnTunnel running on it, to forward port 16001, from the client machine, to the server. (over ssh)
Mostly works ok, but sometimes the sound breaks up.
Steve Anderson
-----Original Message----- From: DNS [mailto:dns1407 at yahoo.com] Sent: 11 April 2008 15:05 To: hobbit at hswn.dk Subject: [hobbit] Alerts with Sounds
Hi All,
Is het posible in Hobbit to play a sound when something a status is critical(Red)?
Greetz...
DNS
Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
This email has been scanned by Netintelligence
http://www.netintelligence.com/email
BiP Solutions Limited is a company registered in Scotland with Company Number SC086146 and VAT number 38303966 and having its registered office at Park House, 300 Glasgow Road, Shawfield, Glasgow, G73 1SQ **************************************************************************** This e-mail (and any attachment) is intended only for the attention of the addressee(s). Its unauthorised use, disclosure, storage or copying is not permitted. If you are not the intended recipient, please destroyall copies and inform the sender by return e-mail. This e-mail (whether you are the sender or the recipient) may be monitored, recorded and retained by BiP Solutions Ltd. E-mail monitoring/ blocking software may be used, and e-mail content may be read at any time. You have a responsibility to ensure laws are not broken when composing or forwarding e-mails and their contents.
participants (6)
-
dns1407@yahoo.com
-
Galen.Johnson@sas.com
-
josh@imaginenetworksllc.com
-
lars.ebeling@leopg9.no-ip.org
-
ralphmitchell@gmail.com
-
Steve.Anderson@bipsolutions.com