<div dir="ltr"><div><div>Hi all, happy 2016 ;-)<br></div><br>I'm trying to configure my alerts to trigger different scripts based on how long the host has been offline.  I can write up something outside of xymon, but I figured someone might have a more elegant solution.<br><br></div>If I do not specify a DURATION, xymon will trigger the multiple scripts.  With a DURATION defined, xymon will only trigger the lowest specified DURATION (in the following example, the first "immediate" script).  <br><br>Does anyone have thoughts on how to trigger the scripts in a staggered fashion?<br><div><div><div><br><br>Example hobbit-alerts.cfg<br>HOST=apple SERVICE=conn<br>    SCRIPT alert_group1.sh 123456 REPEAT=8h RECOVERED   #immediate<br>    SCRIPT alert_group2.sh 123456 REPEAT=1h DURATION>1 RECOVERED   #1min<br>    SCRIPT alert_group3.sh 123456 REPEAT=1h DURATION>3 RECOVERED   #3min<br><br><br></div><div>Thanks in advance for the help,<br><br></div><div>-Kyle<br></div></div></div></div>