Xymon Mailing List Archive search

Feature request: Audible Alarm notification of all Business Critical Servers?

5 messages in this thread

list Michael Nemeth · Wed, 31 May 2006 05:49:31 -0400 ·
Our ops people  want:
"Audible Alarm notification of all Business Critical Servers that are DOWN for mornitoring" .
I have not talked to them yet but am assuming they mean not pingable.
IM thinking this  could be tied in to the Critical Systems page.


-- 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|     _p_       Mike Nemeth
|  ___| |_____  email(w) user-609d3fab5b2d@xymon.invalid Work: XXX XXX-XXXX          |><___________)          |               Home Page:http://www.geocities.com/mjnemeth/
|               Work Page:http://faraday.motown.lmco.com:3000/~nemethm/ |               Work Page:http://ortfsb/~mnemeth/ |++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
list Mike Arnold · Wed, 31 May 2006 17:57:27 -0700 (MST) ·
quoted from Michael Nemeth
Michael Nemeth wrote:
Our ops people  want:
"Audible Alarm notification of all Business Critical Servers that are
DOWN for mornitoring" .
I have not talked to them yet but am assuming they mean not pingable.
IM thinking this  could be tied in to the Critical Systems page.
I believe this is why $DEITY invented pagers, but I suppose a stereo
system in the NOC might not be bad....

-- 
-m

... so long as the people do not care to exercise their freedom, those
who wish to tyrranize will do so; for tyrants are active and ardent,
and will devote themselves in the name of any number of gods, religious
and otherwise, to put shackles upon sleeping men.
                -- Voltarine de Cleyre
list David Gilmore · Wed, 31 May 2006 21:04:24 -0400 ·
Look at BBTRAY on deadcat.net.  I have not tried it with hobbit, but I do
recall it had audible alerts.  With any luck your OPS people are Simpsons
fans.
 
Dave
 

From: hobbit-return-7140-david=user-9e293dd11111@xymon.invalid
[mailto:hobbit-return-7140-david=user-9e293dd11111@xymon.invalid] On Behalf
Of Michael Nemeth
Sent: Wednesday, May 31, 2006 5:50 AM
To: hobbit
Subject: [hobbit] Feature request: Audible Alarm notification of all
quoted from Mike Arnold
Business Critical Servers?


Our ops people  want:
"Audible Alarm notification of all Business Critical Servers that are DOWN
for mornitoring" .
I have not talked to them yet but am assuming they mean not pingable.
IM thinking this  could be tied in to the Critical Systems page. 


-- 

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

|     _p_       Mike Nemeth

|  ___| |_____  email(w) user-609d3fab5b2d@xymon.invalid Work: XXX XXX-XXXX


|><___________)          |               Home
Page:http://www.geocities.com/mjnemeth/

|               Work Page:http://faraday.motown.lmco.com:3000/~nemethm/ 

|               Work Page:http://ortfsb/~mnemeth/ 

|++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
list Lars Ebeling · Thu, 1 Jun 2006 06:05:13 +0200 ·
I am using BBTRAY with hobbit and it works

Lars
quoted from David Gilmore
  ----- Original Message ----- 
  From: David Gilmore 
  To: user-ae9b8668bcde@xymon.invalid 
  Sent: Thursday, June 01, 2006 3:04 AM
  Subject: RE: [hobbit] Feature request: Audible Alarm notification of all Business Critical Servers?


  Look at BBTRAY on deadcat.net.  I have not tried it with hobbit, but I do recall it had audible alerts.  With any luck your OPS people are Simpsons fans.

  Dave


    From: hobbit-return-7140-david=user-9e293dd11111@xymon.invalid [mailto:hobbit-return-7140-david=user-9e293dd11111@xymon.invalid] On Behalf Of Michael Nemeth
    Sent: Wednesday, May 31, 2006 5:50 AM
    To: hobbit
    Subject: [hobbit] Feature request: Audible Alarm notification of all Business Critical Servers?


    Our ops people  want:
    "Audible Alarm notification of all Business Critical Servers that are DOWN for mornitoring" .
    I have not talked to them yet but am assuming they mean not pingable.
    IM thinking this  could be tied in to the Critical Systems page. 


-- 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|     _p_       Mike Nemeth
|  ___| |_____  email(w) user-609d3fab5b2d@xymon.invalid Work: XXX XXX-XXXX          
|><___________)          |               Home Page:http://www.geocities.com/mjnemeth/
|               Work Page:http://faraday.motown.lmco.com:3000/~nemethm/ 
|               Work Page:http://ortfsb/~mnemeth/ 
|++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
list Michael Nemeth · Thu, 01 Jun 2006 07:05:28 -0400 ·
quoted from Lars Ebeling
Our ops people want:
"Audible Alarm notification of all Business Critical Servers that are 
DOWN for mornitoring" .
I have not talked to them yet but am assuming they mean not pingable.
IM thinking this could be tied in to the Critical Systems page.
I found  bbaudio-1.0.tar.gz on deadcat 
Heres the code:
- Edit ${BBHOME}/web/bb2_header

        <BGSOUND id="bbaudio">
        <SCRIPT>
        <!--
        setalert();

        function setalert(){
          if ( "&BBBACKGROUND" == "red" )
          {
           document.all.bbaudio.src = "bbalert.wav"
           document.all.bbaudio.loop = -1
          }
          else
          {
           if ( "&BBBACKGROUND" == "yellow" )
           {
           document.all.bbaudio.src = "bbalert.wav"
           document.all.bbaudio.loop = "1"
           };
          };
        }
        //-->
        </SCRIPT>

AS the author says it works with IE but not tested wih others.  He's 
right!  Will not  firefox mozilla or netscape 7. 
First Can anyone fix the code for me to work with the above?

Second It works in bb2_header  and I guess bb_header  (per the author).
But not in  bbnk_header, where I would perfer it to run?
quoted from Lars Ebeling


-- 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|     _p_       Mike Nemeth
|  ___| |_____  email(w) user-609d3fab5b2d@xymon.invalid Work: XXX XXX-XXXX          
|><___________)          |               Home Page:http://www.geocities.com/mjnemeth/
|               Work Page:http://faraday.motown.lmco.com:3000/~nemethm/ 
|               Work Page:http://ortfsb/~mnemeth/ 
|++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++