-
Router configs change routinely and we dont have an audit log. We could pretty easily scrape all devices configs every day and save them as files using ansible. Then commit that to a repo. This could …
-
Everything on a line following the `#` comment delimiter _[should be ignored](https://wiki.mikrotik.com/wiki/Manual:Scripting#Comments)_.
If the keyword `CREATE` or `SET` exists _in a comment_, it …
-
Hey @Jamesits I've done some research for my own gist on this: https://gist.github.com/stroebs/54fc09734a3911e91eeeb43434f117df
Newer ROS raw disk images no longer contain two partitions, so this i…
-
Exports from my device are getting cut off after certain system scripts. It seems to be something to do with the contents of the script; if I install the following script on my router, it and everythi…
-
Hi, I like your improvement from blocking domains from `127.0.0.1` to `240.0.0.0` + TCP reset, but have you considered using `NXDOMAIN` for blocking domains? I think that's even better, I've made a [s…
-
Hi,
I'm using script for telegram notification, but messages are received without diacritics. Is there a way how to display them correctly ? And 1 long message is distributed as 2 notifications, can…
-
Doesn't work for me. Please update to new version script.
-
##### SUMMARY
Starting with Router OS 7.2 stdout of `community.routeros.command` contains the output twice. And when running `community.routeros.facts` against a device with RouterOS 7.2 or newer (te…
-
Scintillua 6.0 considers lexers from Scintillua 5.x to be legacy lexers. While legacy lexers should still function properly, they ought to be migrated using this [migration guide][].
[migration gui…
-
Thanks @robertcheramy for all your work to create device2yaml.rb
I tried it to a MikroTik router but it seems the scripts starts way to early with sending commands, even before the prompt is compl…