Xymon Mailing List Archive search

alarms and recoveries

list Attila Papai
Thu, 23 Oct 2014 14:04:21 +1300
Message-Id: <user-0864c9fb4516@xymon.invalid>

Hi,

I'd like to ask your help, what would suggest to my situation. I'm trying
to set up xymon to send alarms to netcool.

HOST=%wmail.*.xyz.net COLOR=red,yellow,purple EXSERVICE=ports,procs,msgs
        SCRIPT /etc/xymon/send_alarm.sh "WMAIL" FORMAT=plain RECOVERED

When disk is getting full, it sends a warning at warning level. Then i was
decreasing free space, it hit the PANIC level, alarm became critical. Then
I made some space, to clear the alarms and lets see what happens. When it
recovered, I only got recovery for critical alarm, but for the netcool, I
need to send a recovery also to the WARNING alarm. Is this possible to do
this by default, or I need to develop a script for it? Like when sending
recovery to CRITICAL, send a recovery also to the MAJOR alarm?

Thanks!