Feature request: Audible Alarm notification of all Business Critical Servers?
Michael Nemeth
michael.nemeth at lmco.com
Thu Jun 1 13:05:28 CEST 2006
>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?
--
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
| _p_ Mike Nemeth
| ___| |_____ email(w) michael.nemeth at lmco.com Work: 856 359-1425
|><___________) | Home Page:http://www.geocities.com/mjnemeth/
| Work Page:http://faraday.motown.lmco.com:3000/~nemethm/
| Work Page:http://ortfsb/~mnemeth/
|++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
More information about the Xymon
mailing list