2010/2/11 <[email protected]>: > > Hi Spectrum Group, > > We are configuring our AlarmNotifier and SANM instance and after send to my > Email some alarm, it does not display the Alarm URL informatin. But when > we assing a troubleshoter ussing the Alarm Manager interface it was > deliverde to my email and include the next information: > > Alarm URL : > http://bceqspectrum:8080/spectrum/oneclick.jnlp?alarm=4b729d55-639d-1000-007b-00801014280b > > My Question: > How can I include the "Alarm URL" in the email sended by > AlarmNotifier and SANM? > > Atentamente, > Víctor Barrionuevo
Hello Victor, one of the ways: open your $SPECROOT/Notifier/SetScript in text editor and add before "echo_info()" function: ALARM_URL="http://SPECTRUM_HOST:8080/spectrum/oneclick.jnlp?alarm=$GLOBAL_ALARM_ID" add into body "echo_info()" function after "echo "Alarm Notification from SPECTRUM"" string: echo "Alarm URL: $ALARM_URL" --- To unsubscribe from spectrum, send email to [email protected] with the body: unsubscribe spectrum [email protected]
