02-03-2022 01:15 AM
Hi all, I have question about eem cron timer.
I configured event manager like this.
What I understood is "0 9 * * *" mean every 9 AM triggered.
But actually it triggered at 00:00AM
What am I wrong for this configuration??
Solved! Go to Solution.
02-21-2022 12:32 AM
Hello,
the weird thing is that the script actually DOES run.
I see there is another script (TT) that runs at 9AM as well, albeit only on one day. Can you test running the script at 1 minute past 9AM ?
event manager applet Every9AM
event timer cron cron-entry "01 9 * * 0-6" maxrun 100
action 1 syslog msg "9AM Stamp"
02-03-2022 01:25 AM
Hello,
what is the time on your device (show clock) ? The cron timer is directly related to that...
02-03-2022 04:16 PM
Thanks for reply Pauwen.
The device time is exactly same with local time.
Is there anything else have to check ?
02-04-2022 02:45 AM
Hello,
odd indeed. Do you have:
service timestamps log datetime localtime
configured ? Are you using NTP ?
02-07-2022 03:45 PM