I have written a few small scripts to test ping success. Each works when pressing “Run Script” and the test result is placed in the log.
Now I want to have schedule run the scripts every 1/2 hour.
I am using Winbox as the console and when I put the script name in the “on event” window scheduler increments the counter to say the script has run but there no results in the log file.
Is there a “run” command to preceed the script name ?
this should be in your on-event field - /system script run
Might want to post the script. Some commands like “:put” don’t work with the scheduler, but they run fine in a shell. Please include the version of RouterOS are you using too.