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 ?
Timed Alarm
Moderator: Mattk
- HaylingUK
- Fresh Boarder
- Posts: 10
- Joined: Thu Jan 30, 2014 8:06 pm
- Location: Hayling Island, South Coast UK
- Contact:
Timed Alarm
Regards
Arthur
Arthur