This script works great at MT5.26:
http://wiki.mikrotik.com/wiki/Monitor_logs,_send_email_alert_/_run_script
but at the MT 6.38rc52 - there is problem, TAHT: just after midnight (about 00:00:10 hour) - it executing “/tool e-mail send to=”…"
also if there was NO changes defined at “:local startBuf …” - WHY?
Is there any problem with that MT version or it’s necessary to change something for MT6.xx version scripting?
I think that I know where problem is.
Just try that script and see log output at ROS 5.2x and ROS 6.3x:
:local removeThese {“telnet”;“whatever string you want”}
/log info $removeThese
So - could You repair that problem please?
I think the problem is that “/log find” is broken.
/log find topics~“info”
/log find where topics~“info”
Both return no entries in 6.37.3 or 6.38.1