Page 1 of 1

Timed Alarm Script

Posted: Fri Apr 11, 2014 1:55 pm
by HaylingUK
I want to trigger an alarm report once a day at 0730 local time, just to be sure everything is still working.
I have implemented this with :
|| ([hh]=07 && [mm]=30
In the raise condition string.

It does send an email at 0730, followed by several more duplicates during that minute.
So I added [ss]=00 but this resulted in no alarm at all, I guess unless the program polls at the exact second it misses it.

How can I generate one email at 0730 ?

Re: Timed Alarm Script

Posted: Fri Apr 18, 2014 1:47 pm
by admin
Please specify mode as "one-time" alarm and add "|| ([hh]=07 && [mm]=31)" to the "clear condition".
That should give just one email and resets the trigger when 7:31 has been reached to be ready for new notifications.