Alerts with Sounds
list Dns
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
list Galen Johnson
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:user-08e747311acb@xymon.invalid] Sent: Friday, April 11, 2008 10:05 AM To: user-ae9b8668bcde@xymon.invalid 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
list Steve Anderson
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:user-08e747311acb@xymon.invalid] Sent: 11 April 2008 15:05 To: user-ae9b8668bcde@xymon.invalid 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
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. ****************************************************************************
list Ralph Mitchell
On Fri, Apr 11, 2008 at 9:38 AM, Galen Johnson <user-87f955643e3d@xymon.invalid>
▸
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
list Lars Ebeling
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" <user-87f955643e3d@xymon.invalid> To: <user-ae9b8668bcde@xymon.invalid> 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:user-08e747311acb@xymon.invalid] Sent: Friday, April 11, 2008 10:05 AM To: user-ae9b8668bcde@xymon.invalid 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
list Josh Luthman
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 <
▸
user-1fecd3eafd52@xymon.invalid> 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" <user-87f955643e3d@xymon.invalid> To: <user-ae9b8668bcde@xymon.invalid> 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:user-08e747311acb@xymon.invalid] Sent: Friday, April 11, 2008 10:05 AM To: user-ae9b8668bcde@xymon.invalid 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
--
Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX
Those who don't understand UNIX are condemned to reinvent it, poorly.
--- Henry Spencer
list Dns
Hi Steve .. Thanks....I'll try this...
▸
----- Original Message ---- From: Steve Anderson <user-a1c59649b432@xymon.invalid> To: user-ae9b8668bcde@xymon.invalid Sent: Friday, April 11, 2008 4:41:21 PM Subject: RE: [hobbit] Alerts with Sounds 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:user-08e747311acb@xymon.invalid] Sent: 11 April 2008 15:05 To: user-ae9b8668bcde@xymon.invalid 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 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. **************************************************************************** Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com