Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | Christian Hesse | 1 | -4/+0 | |
The order may be important: `collect-wireless-mac` can add a dns name in notification, thus `dhcp-to-dns` should run first. | |||||
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 capchange-59 | Michael Gisbers | 1 | -0/+1 | |
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. | |||||
2021-06-25 | doc/notifications: change stroke color | Christian Hesse | 16 | -53/+48 | |
This makes the stroke visible on black background. | |||||
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...change-55 | Christian Hesse | 1 | -0/+3 | |
... 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*. | |||||
2021-06-09 | doc/log-forward: mention Matrix | Christian Hesse | 1 | -1/+1 | |
2021-06-08 | global-functions: implement notifications via Matrixchange-53 | Michael Gisbers | 10 | -12/+12 | |
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/ | |||||
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 | Christian Hesse | 31 | -0/+93 | |
That should make the documentation clearer if external sites link to the documentation of a specific script. | |||||
2021-04-29 | email-backup: use $SendEMail2change-49 | Christian Hesse | 1 | -3/+1 | |
This drops $EmailBackupTo & $EmailBackupCc from settings! Use settings overwrite if required: :global EmailGeneralToOverride { "email-backup"="backup@example.com"; } | |||||
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'change-44 | Christian Hesse | 5 | -64/+9 | |
All scripts wait for the global functions on their own now. | |||||
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 ↵change-36 | Christian Hesse | 1 | -1/+2 | |
neighbor list | |||||
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 | Christian Hesse | 1 | -0/+4 | |
Signed-off-by: Christian Hesse <mail@eworm.de> | |||||
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 samerouteros-6.47beta60 | Christian Hesse | 1 | -2/+8 | |
... starting with RouterOS 6.47beta60. | |||||
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 | |
2020-03-27 | add doc/leds-mode.md | Christian Hesse | 1 | -0/+50 | |
2020-03-27 | add doc/lease-script.md | Christian Hesse | 1 | -0/+36 | |
2020-03-27 | add doc/ipv6-update.md | Christian Hesse | 1 | -0/+56 | |
2020-03-27 | add doc/ip-addr-bridge.md | Christian Hesse | 1 | -0/+32 | |
2020-03-27 | add doc/hotspot-to-wpa.md | Christian Hesse | 1 | -0/+48 | |
2020-03-27 | add doc/gps-track.md | Christian Hesse | 1 | -0/+34 | |
2020-03-27 | add doc/global-wait.md | Christian Hesse | 1 | -0/+34 | |
2020-03-27 | add doc/email-backup.md | Christian Hesse | 1 | -0/+52 | |
2020-03-27 | add doc/dhcp-to-dns.md | Christian Hesse | 1 | -0/+42 | |
2020-03-27 | add doc/dhcp-lease-comment.md | Christian Hesse | 1 | -0/+49 | |
2020-03-27 | add doc/daily-psk.md | Christian Hesse | 1 | -0/+56 | |
2020-03-27 | add doc/collect-wireless-mac.md | Christian Hesse | 1 | -0/+54 | |
2020-03-27 | add doc/cloud-backup.md | Christian Hesse | 1 | -0/+46 | |
2020-03-27 | add doc/check-routeros-update.md | Christian Hesse | 1 | -0/+55 | |
2020-03-27 | add doc/check-lte-firmware-upgrade.md | Christian Hesse | 1 | -0/+41 | |
2020-03-27 | add doc/check-health.md | Christian Hesse | 1 | -0/+43 | |
2020-03-27 | add doc/check-certificates.md | Christian Hesse | 1 | -0/+52 | |
2020-03-27 | add doc/certificate-renew-issued.md | Christian Hesse | 1 | -0/+47 | |
2020-03-27 | add doc/capsman-rolling-upgrade.md | Christian Hesse | 1 | -0/+39 | |
2020-03-27 | add doc/capsman-download-packages.md | Christian Hesse | 1 | -0/+51 | |
2020-03-27 | add doc/bridge-port.md | Christian Hesse | 1 | -0/+84 | |
2020-03-27 | add doc/accesslist-duplicates.md | Christian Hesse | 1 | -0/+49 | |
2020-03-27 | drop doc/template.md | Christian Hesse | 1 | -46/+0 | |
2020-03-20 | move template to sub directory | Christian Hesse | 1 | -0/+46 | |