Age | Commit message (Expand) | Author | Files | Lines |
2022-02-21 | doc/check-routeros-update: mention e-mail, matrix and telegram•••(cherry picked from commit 6f27553f15787540a7b4bc353d89aa4d3d268830)
| Christian Hesse | 1 | -0/+2 |
2022-02-12 | doc/mod: put hints into block quote, update info icon, fix links•••(cherry picked from commit fd36241be649989e7b26348db31a3d3461888a1c)
| Christian Hesse | 2 | -6/+6 |
2022-02-12 | doc: use another info icon: đ -> âšī¸•••(cherry picked from commit cd2a7dcf8ce3324179768b48a785f24f0d53aa19)
| Christian Hesse | 34 | -34/+34 |
2022-02-11 | doc/early-errors: no site structure, hint only•••(cherry picked from commit f0b0951968bc865877c1f5b6607935490ba68033)
| Christian Hesse | 1 | -10/+1 |
2022-02-11 | doc: put hints into block quote•••(cherry picked from commit 9e91ed56aaed77c6776ef95ebed791c40d7f21d2)
| Christian Hesse | 34 | -71/+70 |
2022-02-10 | introduce firmware-upgrade-reboot•••(cherry picked from commit 3c358980cb416c61419a0aaa384ab1db1dab8d29)
change-77-v6 | Christian Hesse | 3 | -0/+38 |
2022-02-10 | netwatch-notify: allow to suppress notification on host down•••(cherry picked from commit c6e581d4f90c9bea0adf405685aa634e264d1f3b)
change-76-v6 | Christian Hesse | 1 | -0/+10 |
2022-02-10 | doc/netwatch-notify: add sections•••(cherry picked from commit 42c203291a7db814be00f40caddb6980632358fa)
| Christian Hesse | 1 | -0/+8 |
2022-02-10 | doc/packages-update: link backup-cloud•••(cherry picked from commit dd19aea3628471ce54fefa30913879322f20e63a)
| Christian Hesse | 1 | -0/+1 |
2022-01-07 | hotspot-to-wpa: support settings from templatechange-74 | Christian Hesse | 1 | -3/+21 |
2022-01-06 | rename script upload-backup -> backup-upload | Christian Hesse | 6 | -75/+76 |
2022-01-06 | rename script email-backup -> backup-email | Christian Hesse | 5 | -58/+59 |
2022-01-06 | rename script cloud-backup -> backup-cloud | Christian Hesse | 6 | -58/+59 |
2022-01-03 | introduce netwatch-dnschange-72 | Christian Hesse | 2 | -0/+83 |
2022-01-03 | doc/accesslist-duplicates: convert screenshot to AVIF | Christian Hesse | 3 | -1/+1 |
2021-12-16 | doc/ssh-keys-import: number keys, do not overwrite on same comment | Christian Hesse | 1 | -1/+1 |
2021-12-16 | doc/ssh-keys-import: handle RSA keys only•••Sadly RouterOS does not (yet) support ed25519 keys...
| Christian Hesse | 1 | -1/+1 |
2021-12-02 | doc/netwatch-notify: add missing empty line | Christian Hesse | 1 | -0/+1 |
2021-11-16 | check-health: support hard lower limit for voltage•••... to detect slow decrease of voltage, for example with UPS.
change-69 | Christian Hesse | 1 | -1/+2 |
2021-11-16 | check-health: indicate voltage increase or decrease | Christian Hesse | 1 | -1/+1 |
2021-11-16 | reintroduce global-waitchange-68 | Christian Hesse | 3 | -2/+46 |
2021-11-15 | shorten modules directory name (global-functions.d -> mod)change-67 | Christian Hesse | 2 | -2/+2 |
2021-11-15 | bridge-port-to-default -> global-functions.d/bridge-port-tochange-66 | Christian Hesse | 2 | -24/+17 |
2021-11-12 | add global-functions.d/bridge-port-vlanchange-65 | Christian Hesse | 2 | -0/+88 |
2021-11-11 | doc: move notification images to script-specific directories | Christian Hesse | 27 | -16/+16 |
2021-09-22 | doc/accesslist-duplicates: use real screenshot | Christian Hesse | 2 | -9/+2 |
2021-07-09 | doc/netwatch-notify: hint on escaping, with example | Christian Hesse | 1 | -2/+2 |
2021-07-09 | netwatch-notify: implement pre-down hookchange-60 | Christian Hesse | 1 | -0/+4 |
2021-07-08 | lease-script: implement script order•••The order may be important: `collect-wireless-mac` can add a dns name
in notification, thus `dhcp-to-dns` should run first.
| Christian Hesse | 1 | -4/+0 |
2021-07-07 | doc/lease-script: hint on script installation/execution order | Christian Hesse | 1 | -1/+6 |
2021-07-07 | doc/lease-script: fix link | Christian Hesse | 1 | -1/+1 |
2021-07-05 | doc/netwatch-notify: hint on checking specific isp | Christian Hesse | 1 | -0/+17 |
2021-07-01 | check-routeros-update: allow update for cap•••If CAPsMAN is running on a device with just 16MB flash downloading the
packages is not possible (or at least lost at reboot). So allow a CAP to
update with opt-in.
change-59 | Michael Gisbers | 1 | -0/+1 |
2021-06-25 | doc/notifications: change stroke color•••This makes the stroke visible on black background.
| Christian Hesse | 16 | -53/+48 |
2021-06-23 | hotspot-to-wpa: add optional cleanup scriptchange-58 | Christian Hesse | 2 | -0/+21 |
2021-06-21 | doc/netwatch-notify: hint on checking internet connectivity | Christian Hesse | 1 | -0/+14 |
2021-06-21 | doc: add sample notifications | Christian Hesse | 27 | -0/+3052 |
2021-06-18 | doc/check-health: no capital character here | Christian Hesse | 1 | -1/+1 |
2021-06-09 | log-forward: implement reverse logic to include messages...•••... even if a filter matches to exclude them. Let's have an example:
:global LogForwardFilter "(debug|info)";
:global LogForwardInclude "account";
This will forward everything about topic *account* (login, logout,
failed login, ...) - even with topic *info*.
change-55 | Christian Hesse | 1 | -0/+3 |
2021-06-09 | doc/log-forward: mention Matrix | Christian Hesse | 1 | -1/+1 |
2021-06-08 | global-functions: implement notifications via Matrix•••Matrix is an open network for secure, decentralized communication - and
it has a web api.
A warning on message type: Using 'm.notice' breaks rendering on Element
for Android (no fixed width font) and does not pop up desktop
notification. Thus we use 'm.text'. Should be safe as we do not send the
messages in response to other messages.
https://matrix.org/
change-53 | Michael Gisbers | 10 | -12/+12 |
2021-05-17 | add 'ipsec-to-dns'change-51 | Christian Hesse | 2 | -0/+47 |
2021-05-06 | netwatch-notify: support dynamic address updatechange-50 | Christian Hesse | 1 | -0/+9 |
2021-05-05 | doc/netwatch-notify: tips & tricks: one of several hosts | Christian Hesse | 1 | -0/+12 |
2021-05-03 | doc: inform about dependency on base installation•••That should make the documentation clearer if external sites link to the
documentation of a specific script.
| Christian Hesse | 31 | -0/+93 |
2021-04-29 | email-backup: use $SendEMail2•••This drops $EmailBackupTo & $EmailBackupCc from settings! Use settings
overwrite if required:
:global EmailGeneralToOverride {
"email-backup"="backup@example.com";
}
change-49 | Christian Hesse | 1 | -3/+1 |
2021-02-26 | doc/unattended-lte-firmware-upgrade: broadband connection is required! | Christian Hesse | 1 | -0/+4 |
2021-02-24 | upload-backup: add configurable random delay | Christian Hesse | 1 | -0/+1 |
2021-02-24 | email-backup: add configurable random delay | Christian Hesse | 1 | -1/+2 |
2021-02-24 | cloud-backup: add configurable random delay | Christian Hesse | 1 | -1/+2 |
2021-02-18 | global: drop script 'global-wait'•••All scripts wait for the global functions on their own now.
change-44 | Christian Hesse | 5 | -64/+9 |
2020-12-18 | ipv6-update: update interface specific address list entries | Christian Hesse | 1 | -0/+6 |
2020-12-18 | ipv6-update: automatically add ipv6 address list entry | Christian Hesse | 1 | -0/+3 |
2020-11-17 | netwatch-notify: increase count for every parent in chain | Christian Hesse | 1 | -1/+2 |
2020-11-17 | netwatch-notify: implemented simple dependency model | Christian Hesse | 1 | -2/+11 |
2020-11-17 | doc/netwatch-notify: remove timeout from examples | Christian Hesse | 1 | -3/+3 |
2020-11-01 | doc/global-wait: link more use cases | Christian Hesse | 1 | -0/+3 |
2020-11-01 | doc/global-wait: warn about scheduler | Christian Hesse | 1 | -0/+3 |
2020-11-01 | check-routeros-update: support installing updates automatically if seen in ne...change-36 | Christian Hesse | 1 | -1/+2 |
2020-10-23 | mode-button: make LED configurablechange-35 | Christian Hesse | 1 | -1/+2 |
2020-10-23 | ospf-to-leds: introduce script to visualize ospf state via ledschange-34 | Christian Hesse | 1 | -0/+34 |
2020-10-16 | mode-button: merge mode-button-event & mode-button-schedulerchange-32 | Christian Hesse | 1 | -6/+6 |
2020-09-25 | log-forward: add filter on log message textchange-29 | Christian Hesse | 1 | -1/+2 |
2020-09-08 | doc/mode-button: add code to check for support | Christian Hesse | 1 | -0/+14 |
2020-09-03 | doc/check-certificates: hint on running on startup | Christian Hesse | 1 | -0/+4 |
2020-08-24 | netwatch-notify: make check count threshold configurable•••Signed-off-by: Christian Hesse <mail@eworm.de>
| Christian Hesse | 1 | -0/+4 |
2020-08-13 | fix typo: botton -> button | Christian Hesse | 2 | -2/+2 |
2020-08-07 | dhcp-to-dns: add support for dhcp server name in fqdn | netztrip | 1 | -0/+1 |
2020-08-03 | doc/dhcp-to-dns: document $PrefixInZone | Christian Hesse | 1 | -0/+1 |
2020-07-15 | add 'log-forward', drop 'early-errors'change-23 | Christian Hesse | 2 | -35/+46 |
2020-07-14 | capsman-download-packages: wait to be fully connected | Christian Hesse | 1 | -3/+5 |
2020-07-07 | doc/check-routeros-update: patch updates | Christian Hesse | 1 | -0/+4 |
2020-07-06 | doc/netwatch-notify: document hooks | Christian Hesse | 1 | -0/+6 |
2020-06-02 | dhcp-to-dns: add a marker for new records | Christian Hesse | 1 | -0/+4 |
2020-05-27 | daily-psk: wait to be fully connected | Christian Hesse | 1 | -1/+1 |
2020-05-27 | early-errors: wait to be fully connected | Christian Hesse | 1 | -1/+1 |
2020-05-26 | doc/early-errors: use $WaitFullyConnected | Christian Hesse | 1 | -1/+1 |
2020-05-26 | doc/daily-psk: use $WaitFullyConnected | Christian Hesse | 1 | -1/+1 |
2020-05-17 | doc/sms-forward: add a hint on receiving sms | Christian Hesse | 1 | -1/+4 |
2020-05-11 | doc/gps-track: add hint on coordinate format | Christian Hesse | 1 | -0/+3 |
2020-04-28 | doc/early-errors: also install global-wait | Christian Hesse | 1 | -2/+2 |
2020-04-28 | doc/bridge-port: add command to install global-wait | Christian Hesse | 1 | -0/+1 |
2020-04-24 | doc/mode-button: the reset button can do the same•••... starting with RouterOS 6.47beta60.
routeros-6.47beta60 | Christian Hesse | 1 | -2/+8 |
2020-04-19 | add script 'early-erros' | Christian Hesse | 1 | -0/+42 |
2020-04-07 | doc/capsman-rolling-upgrade: explain what happens | Christian Hesse | 1 | -1/+4 |
2020-04-07 | doc/capsman-download-packages: document how to download packages | Christian Hesse | 1 | -1/+10 |
2020-03-27 | add doc/upload-backup.md | Christian Hesse | 1 | -0/+62 |
2020-03-27 | add doc/update-tunnelbroker.md | Christian Hesse | 1 | -0/+41 |
2020-03-27 | add doc/update-gre-address.md | Christian Hesse | 1 | -0/+38 |
2020-03-27 | add doc/unattended-lte-firmware-upgrade.md | Christian Hesse | 1 | -0/+42 |
2020-03-27 | add doc/super-mario-theme.md | Christian Hesse | 1 | -0/+31 |
2020-03-27 | add doc/ssh-keys-import.md | Christian Hesse | 1 | -0/+33 |
2020-03-27 | add doc/sms-forward.md | Christian Hesse | 1 | -0/+36 |
2020-03-27 | add doc/sms-action.md | Christian Hesse | 1 | -0/+49 |
2020-03-27 | add doc/rotate-ntp.md | Christian Hesse | 1 | -0/+40 |
2020-03-27 | add doc/ppp-on-up.md | Christian Hesse | 1 | -0/+34 |
2020-03-27 | add doc/packages-update.md | Christian Hesse | 1 | -0/+46 |
2020-03-27 | add doc/netwatch-syslog.md | Christian Hesse | 1 | -0/+34 |
2020-03-27 | add doc/netwatch-notify.md | Christian Hesse | 1 | -0/+36 |
2020-03-27 | add doc/mode-button.md | Christian Hesse | 1 | -0/+40 |