aboutsummaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2022-01-07hotspot-to-wpa: support settings from templatechange-74Gravatar Christian Hesse1-3/+21
2022-01-06rename script upload-backup -> backup-uploadGravatar Christian Hesse6-75/+76
2022-01-06rename script email-backup -> backup-emailGravatar Christian Hesse5-58/+59
2022-01-06rename script cloud-backup -> backup-cloudGravatar Christian Hesse6-58/+59
2022-01-03introduce netwatch-dnschange-72Gravatar Christian Hesse2-0/+83
2022-01-03doc/accesslist-duplicates: convert screenshot to AVIFGravatar Christian Hesse3-1/+1
2021-12-16doc/ssh-keys-import: number keys, do not overwrite on same commentGravatar Christian Hesse1-1/+1
2021-12-16doc/ssh-keys-import: handle RSA keys onlyGravatar Christian Hesse1-1/+1
Sadly RouterOS does not (yet) support ed25519 keys...
2021-12-02doc/netwatch-notify: add missing empty lineGravatar Christian Hesse1-0/+1
2021-11-16check-health: support hard lower limit for voltagechange-69Gravatar Christian Hesse1-1/+2
... to detect slow decrease of voltage, for example with UPS.
2021-11-16check-health: indicate voltage increase or decreaseGravatar Christian Hesse1-1/+1
2021-11-16reintroduce global-waitchange-68Gravatar Christian Hesse3-2/+46
2021-11-15shorten modules directory name (global-functions.d -> mod)change-67Gravatar Christian Hesse2-2/+2
2021-11-15bridge-port-to-default -> global-functions.d/bridge-port-tochange-66Gravatar Christian Hesse2-24/+17
2021-11-12add global-functions.d/bridge-port-vlanchange-65Gravatar Christian Hesse2-0/+88
2021-11-11doc: move notification images to script-specific directoriesGravatar Christian Hesse27-16/+16
2021-09-22doc/accesslist-duplicates: use real screenshotGravatar Christian Hesse2-9/+2
2021-07-09doc/netwatch-notify: hint on escaping, with exampleGravatar Christian Hesse1-2/+2
2021-07-09netwatch-notify: implement pre-down hookchange-60Gravatar Christian Hesse1-0/+4
2021-07-08lease-script: implement script orderGravatar Christian Hesse1-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-07doc/lease-script: hint on script installation/execution orderGravatar Christian Hesse1-1/+6
2021-07-07doc/lease-script: fix linkGravatar Christian Hesse1-1/+1
2021-07-05doc/netwatch-notify: hint on checking specific ispGravatar Christian Hesse1-0/+17
2021-07-01check-routeros-update: allow update for capchange-59Gravatar Michael Gisbers1-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-25doc/notifications: change stroke colorGravatar Christian Hesse16-53/+48
This makes the stroke visible on black background.
2021-06-23hotspot-to-wpa: add optional cleanup scriptchange-58Gravatar Christian Hesse2-0/+21
2021-06-21doc/netwatch-notify: hint on checking internet connectivityGravatar Christian Hesse1-0/+14
2021-06-21doc: add sample notificationsGravatar Christian Hesse27-0/+3052
2021-06-18doc/check-health: no capital character hereGravatar Christian Hesse1-1/+1
2021-06-09log-forward: implement reverse logic to include messages...change-55Gravatar Christian Hesse1-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-09doc/log-forward: mention MatrixGravatar Christian Hesse1-1/+1
2021-06-08global-functions: implement notifications via Matrixchange-53Gravatar Michael Gisbers10-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-17add 'ipsec-to-dns'change-51Gravatar Christian Hesse2-0/+47
2021-05-06netwatch-notify: support dynamic address updatechange-50Gravatar Christian Hesse1-0/+9
2021-05-05doc/netwatch-notify: tips & tricks: one of several hostsGravatar Christian Hesse1-0/+12
2021-05-03doc: inform about dependency on base installationGravatar Christian Hesse31-0/+93
That should make the documentation clearer if external sites link to the documentation of a specific script.
2021-04-29email-backup: use $SendEMail2change-49Gravatar Christian Hesse1-3/+1
This drops $EmailBackupTo & $EmailBackupCc from settings! Use settings overwrite if required: :global EmailGeneralToOverride { "email-backup"="backup@example.com"; }
2021-02-26doc/unattended-lte-firmware-upgrade: broadband connection is required!Gravatar Christian Hesse1-0/+4
2021-02-24upload-backup: add configurable random delayGravatar Christian Hesse1-0/+1
2021-02-24email-backup: add configurable random delayGravatar Christian Hesse1-1/+2
2021-02-24cloud-backup: add configurable random delayGravatar Christian Hesse1-1/+2
2021-02-18global: drop script 'global-wait'change-44Gravatar Christian Hesse5-64/+9
All scripts wait for the global functions on their own now.
2020-12-18ipv6-update: update interface specific address list entriesGravatar Christian Hesse1-0/+6
2020-12-18ipv6-update: automatically add ipv6 address list entryGravatar Christian Hesse1-0/+3
2020-11-17netwatch-notify: increase count for every parent in chainGravatar Christian Hesse1-1/+2
2020-11-17netwatch-notify: implemented simple dependency modelGravatar Christian Hesse1-2/+11
2020-11-17doc/netwatch-notify: remove timeout from examplesGravatar Christian Hesse1-3/+3
2020-11-01doc/global-wait: link more use casesGravatar Christian Hesse1-0/+3
2020-11-01doc/global-wait: warn about schedulerGravatar Christian Hesse1-0/+3
2020-11-01check-routeros-update: support installing updates automatically if seen in ↵change-36Gravatar Christian Hesse1-1/+2
neighbor list
2020-10-23mode-button: make LED configurablechange-35Gravatar Christian Hesse1-1/+2
2020-10-23ospf-to-leds: introduce script to visualize ospf state via ledschange-34Gravatar Christian Hesse1-0/+34
2020-10-16mode-button: merge mode-button-event & mode-button-schedulerchange-32Gravatar Christian Hesse1-6/+6
2020-09-25log-forward: add filter on log message textchange-29Gravatar Christian Hesse1-1/+2
2020-09-08doc/mode-button: add code to check for supportGravatar Christian Hesse1-0/+14
2020-09-03doc/check-certificates: hint on running on startupGravatar Christian Hesse1-0/+4
2020-08-24netwatch-notify: make check count threshold configurableGravatar Christian Hesse1-0/+4
Signed-off-by: Christian Hesse <mail@eworm.de>
2020-08-13fix typo: botton -> buttonGravatar Christian Hesse2-2/+2
2020-08-07dhcp-to-dns: add support for dhcp server name in fqdnGravatar netztrip1-0/+1
2020-08-03doc/dhcp-to-dns: document $PrefixInZoneGravatar Christian Hesse1-0/+1
2020-07-15add 'log-forward', drop 'early-errors'change-23Gravatar Christian Hesse2-35/+46
2020-07-14capsman-download-packages: wait to be fully connectedGravatar Christian Hesse1-3/+5
2020-07-07doc/check-routeros-update: patch updatesGravatar Christian Hesse1-0/+4
2020-07-06doc/netwatch-notify: document hooksGravatar Christian Hesse1-0/+6
2020-06-02dhcp-to-dns: add a marker for new recordsGravatar Christian Hesse1-0/+4
2020-05-27daily-psk: wait to be fully connectedGravatar Christian Hesse1-1/+1
2020-05-27early-errors: wait to be fully connectedGravatar Christian Hesse1-1/+1
2020-05-26doc/early-errors: use $WaitFullyConnectedGravatar Christian Hesse1-1/+1
2020-05-26doc/daily-psk: use $WaitFullyConnectedGravatar Christian Hesse1-1/+1
2020-05-17doc/sms-forward: add a hint on receiving smsGravatar Christian Hesse1-1/+4
2020-05-11doc/gps-track: add hint on coordinate formatGravatar Christian Hesse1-0/+3
2020-04-28doc/early-errors: also install global-waitGravatar Christian Hesse1-2/+2
2020-04-28doc/bridge-port: add command to install global-waitGravatar Christian Hesse1-0/+1
2020-04-24doc/mode-button: the reset button can do the samerouteros-6.47beta60Gravatar Christian Hesse1-2/+8
... starting with RouterOS 6.47beta60.
2020-04-19add script 'early-erros'Gravatar Christian Hesse1-0/+42
2020-04-07doc/capsman-rolling-upgrade: explain what happensGravatar Christian Hesse1-1/+4
2020-04-07doc/capsman-download-packages: document how to download packagesGravatar Christian Hesse1-1/+10
2020-03-27add doc/upload-backup.mdGravatar Christian Hesse1-0/+62
2020-03-27add doc/update-tunnelbroker.mdGravatar Christian Hesse1-0/+41
2020-03-27add doc/update-gre-address.mdGravatar Christian Hesse1-0/+38
2020-03-27add doc/unattended-lte-firmware-upgrade.mdGravatar Christian Hesse1-0/+42
2020-03-27add doc/super-mario-theme.mdGravatar Christian Hesse1-0/+31
2020-03-27add doc/ssh-keys-import.mdGravatar Christian Hesse1-0/+33
2020-03-27add doc/sms-forward.mdGravatar Christian Hesse1-0/+36
2020-03-27add doc/sms-action.mdGravatar Christian Hesse1-0/+49
2020-03-27add doc/rotate-ntp.mdGravatar Christian Hesse1-0/+40
2020-03-27add doc/ppp-on-up.mdGravatar Christian Hesse1-0/+34
2020-03-27add doc/packages-update.mdGravatar Christian Hesse1-0/+46
2020-03-27add doc/netwatch-syslog.mdGravatar Christian Hesse1-0/+34
2020-03-27add doc/netwatch-notify.mdGravatar Christian Hesse1-0/+36
2020-03-27add doc/mode-button.mdGravatar Christian Hesse1-0/+40
2020-03-27add doc/leds-mode.mdGravatar Christian Hesse1-0/+50
2020-03-27add doc/lease-script.mdGravatar Christian Hesse1-0/+36
2020-03-27add doc/ipv6-update.mdGravatar Christian Hesse1-0/+56
2020-03-27add doc/ip-addr-bridge.mdGravatar Christian Hesse1-0/+32
2020-03-27add doc/hotspot-to-wpa.mdGravatar Christian Hesse1-0/+48
2020-03-27add doc/gps-track.mdGravatar Christian Hesse1-0/+34
2020-03-27add doc/global-wait.mdGravatar Christian Hesse1-0/+34
2020-03-27add doc/email-backup.mdGravatar Christian Hesse1-0/+52
2020-03-27add doc/dhcp-to-dns.mdGravatar Christian Hesse1-0/+42