Christian Hesse
8a1dc2205e
fw-addr-lists: early exit with :exit
2026-05-19 15:21:37 +02:00
Christian Hesse
c9dead9e0f
firmware-upgrade-reboot: early exit with :exit
2026-05-19 15:21:37 +02:00
Christian Hesse
ba06ed446c
dhcpv6-client-lease: early exit with :exit
2026-05-19 15:21:37 +02:00
Christian Hesse
072afadb80
dhcpv4-server-lease: early exit with :exit
2026-05-19 15:21:37 +02:00
Christian Hesse
38a8d5caef
dhcp-to-dns: early exit with :exit
2026-05-19 15:21:37 +02:00
Christian Hesse
d44f649a1b
dhcp-lease-comment: early exit with :exit
2026-05-19 15:21:37 +02:00
Christian Hesse
95e2fc05b8
daily-psk: early exit with :exit
2026-05-19 15:21:37 +02:00
Christian Hesse
5e5f5a38bf
collect-wireless-mac: early exit with :exit
2026-05-19 15:21:37 +02:00
Christian Hesse
cb76d16317
check-routeros-update: early exit with :exit
2026-05-19 15:21:37 +02:00
Christian Hesse
e210b1e215
check-perpetual-license: early exit with :exit
2026-05-19 15:21:37 +02:00
Christian Hesse
7149d79980
check-lte-firmware-upgrade: early exit with :exit
2026-05-19 15:21:37 +02:00
Christian Hesse
665ae36b23
check-health: early exit with :exit
2026-05-19 15:21:37 +02:00
Christian Hesse
500cfdba3e
check-certificates: early exit with :exit
2026-05-19 15:21:37 +02:00
Christian Hesse
08a6725fcb
certificate-renew-issued: early exit with :exit
2026-05-19 15:21:37 +02:00
Christian Hesse
00d262b630
capsman-rolling-upgrade: early exit with :exit
2026-05-19 15:21:37 +02:00
Christian Hesse
19f8e7e400
capsman-download-packages: early exit with :exit
2026-05-19 15:21:37 +02:00
Christian Hesse
9c95587e55
backup-upload: early exit with :exit
2026-05-19 15:21:37 +02:00
Christian Hesse
ceb06fd9ea
backup-partition: early exit with :exit
2026-05-19 15:21:37 +02:00
Christian Hesse
2b947691bd
backup-email: early exit with :exit
2026-05-19 15:21:37 +02:00
Christian Hesse
cb58973796
backup-cloud: early exit with :exit
2026-05-19 15:21:37 +02:00
Christian Hesse
c43a5df335
log-forward: use comparison for ids
...
This was introduced with RouterOS 7.22beta1.
Initializing $LogForwardLast with boolean value looks odd, but this is
required to match the very first message.
2026-05-19 15:21:37 +02:00
Christian Hesse
2fc74b8ad7
doc/telegram-chat: start image alt text with 'notification:' or 'screenshot:'
2026-05-19 15:21:37 +02:00
Christian Hesse
bbe42fbd8f
doc/sms-forward: start image alt text with 'notification:' or 'screenshot:'
2026-05-19 15:21:37 +02:00
Christian Hesse
d407c17a47
doc/netwatch-notify: start image alt text with 'notification:' or 'screenshot:'
2026-05-19 15:21:37 +02:00
Christian Hesse
759ac0f725
doc/mod/scriptrunonce: start image alt text with 'notification:' or 'screenshot:'
2026-05-19 15:21:37 +02:00
Christian Hesse
04e0a73f6a
doc/mod/notification-telegram: start image alt text with 'notification:' or 'screenshot:'
2026-05-19 15:21:37 +02:00
Christian Hesse
6fe9f90575
doc/mod/notification-matrix: start image alt text with 'notification:' or 'screenshot:'
2026-05-19 15:21:37 +02:00
Christian Hesse
4527681fa8
doc/mod/notification-gotify: start image alt text with 'notification:' or 'screenshot:'
2026-05-19 15:21:37 +02:00
Christian Hesse
0d35c825a0
doc/mod/ipcalc: start image alt text with 'notification:' or 'screenshot:'
2026-05-19 15:21:37 +02:00
Christian Hesse
488cb3cf90
doc/mod/inspectvar: start image alt text with 'notification:' or 'screenshot:'
2026-05-19 15:21:37 +02:00
Christian Hesse
a792ed0c52
doc/log-forward: start image alt text with 'notification:' or 'screenshot:'
2026-05-19 15:21:37 +02:00
Christian Hesse
c4de33e064
doc/daily-psk: start image alt text with 'notification:' or 'screenshot:'
2026-05-19 15:21:37 +02:00
Christian Hesse
84832aed73
doc/collect-wireless-mac: start image alt text with 'notification:' or 'screenshot:'
2026-05-19 15:21:37 +02:00
Christian Hesse
6d5ee0c792
doc/check-routeros-update: start image alt text with 'notification:' or 'screenshot:'
2026-05-19 15:21:37 +02:00
Christian Hesse
4c5be0c7be
doc/check-perpetual-license: start image alt text with 'notification:' or 'screenshot:'
2026-05-19 15:21:37 +02:00
Christian Hesse
edcafc8fc0
doc/check-lte-firmware-upgrade: start image alt text with 'notification:' or 'screenshot:'
2026-05-19 15:21:37 +02:00
Christian Hesse
b79d559ca8
doc/check-health: start image alt text with 'notification:' or 'screenshot:'
2026-05-19 15:21:37 +02:00
Christian Hesse
442b9f1171
doc/check-certificates: start image alt text with 'notification:' or 'screenshot:'
2026-05-19 15:21:37 +02:00
Christian Hesse
7f5b053b4d
doc/backup-upload: start image alt text with 'notification:' or 'screenshot:'
2026-05-19 15:21:37 +02:00
Christian Hesse
da8f3abfc8
doc/backup-cloud: start image alt text with 'notification:' or 'screenshot:'
2026-05-19 15:21:37 +02:00
Christian Hesse
727a92738c
bump required RouterOS version for all scripts
2026-05-14 23:01:23 +02:00
Christian Hesse
ac3346b5f6
mod/notification-email: use errors from command...
...
... instead of reading status from properties. This was introduced in
RouterOS 7.21beta2 (and we bump to 7.21 instead).
2026-05-14 23:01:23 +02:00
Christian Hesse
bbc2d5df2e
check-health: use :toarray's new delimiter=
2026-05-14 23:01:23 +02:00
Christian Hesse
bf46f980aa
fw-addr-lists: support giving several certificates...
...
... by delimiting with a colon.
2026-05-14 23:01:23 +02:00
Christian Hesse
c42709cd9b
netwatch-dns: use :toarray's new delimiter= to split cert names
...
The new delimiter= parameter for :toarray with introduced in
RouterOS 7.21.
2026-05-14 23:01:23 +02:00
Christian Hesse
0382a368ec
backup-upload: support date & time in filename
2026-04-28 16:36:31 +02:00
Christian Hesse
d54a0d541d
backup-email: support date & time in filename
2026-04-28 16:36:31 +02:00
Christian Hesse
1f460b5bae
mod/notification-email: add setting for certificate verification
2026-04-23 09:17:42 +02:00
Christian Hesse
d00a517c3b
mod/ssh-keys-import: drop old property
...
The property name changed in RouterOS 7.21beta2, so bump required
version to 7.21.
2026-04-16 09:04:20 +02:00
Christian Hesse
89b9c62e52
ipv6-update: support dhcpv6-client-lease script...
...
... by adding a provide, and handling global variable
$DHCPv6ClientLeaseVars.
2026-04-15 10:46:35 +02:00