Commit graph

3508 commits

Author SHA1 Message Date
Christian Hesse
24e2e13a10 daily-psk: early exit with :exit 2026-05-13 18:24:39 +02:00
Christian Hesse
6c43cdca1e collect-wireless-mac: early exit with :exit 2026-05-13 18:24:39 +02:00
Christian Hesse
a9ab9227c8 check-routeros-update: early exit with :exit 2026-05-13 18:24:39 +02:00
Christian Hesse
88c63c7ed4 check-perpetual-license: early exit with :exit 2026-05-13 18:24:39 +02:00
Christian Hesse
18f8d4d622 check-lte-firmware-upgrade: early exit with :exit 2026-05-13 18:24:39 +02:00
Christian Hesse
20214e14a9 check-health: early exit with :exit 2026-05-13 18:24:39 +02:00
Christian Hesse
245d7a8326 check-certificates: early exit with :exit 2026-05-13 18:24:39 +02:00
Christian Hesse
331a95ad3f certificate-renew-issued: early exit with :exit 2026-05-13 18:24:39 +02:00
Christian Hesse
031d9dd1f6 capsman-rolling-upgrade: early exit with :exit 2026-05-13 18:24:39 +02:00
Christian Hesse
16a494ce15 capsman-download-packages: early exit with :exit 2026-05-13 18:24:39 +02:00
Christian Hesse
b89dd6aaee backup-upload: early exit with :exit 2026-05-13 18:24:39 +02:00
Christian Hesse
cc31c25f7d backup-partition: early exit with :exit 2026-05-13 18:24:39 +02:00
Christian Hesse
d46870f21f backup-email: early exit with :exit 2026-05-13 18:24:39 +02:00
Christian Hesse
a4156199a8 backup-cloud: early exit with :exit 2026-05-13 18:24:39 +02:00
Christian Hesse
ae5adb37f2 Merge branch 'compare-ids' into next 2026-05-13 18:24:39 +02:00
Christian Hesse
051bb55fd9 bump required RouterOS version for all scripts 2026-05-13 18:24:39 +02:00
Christian Hesse
137e64f972 global-functions: deprecate $HexToNum 2026-05-13 18:24:39 +02:00
Christian Hesse
20d215f33d Merge branch 'drop-builtin-trust-anchors' into next 2026-05-13 18:24:39 +02:00
Christian Hesse
f138624acc log-forward: fix indention 2026-05-13 18:24:39 +02:00
Christian Hesse
cc6ddd7f2d mod/notification-email: get property by name
This works now that we require RouterOS 7.21 anyway.
2026-05-13 18:24:39 +02:00
Christian Hesse
3e77598d91 INITIAL-COMMANDS: drop the old builtin-trust-anchors 2026-05-13 18:24:39 +02:00
Christian Hesse
5bdfb04fc4 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-13 18:24:39 +02:00
Christian Hesse
d057cdc160 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-13 18:24:39 +02:00
Christian Hesse
b6a17e6494 global-functions: $CertificateDownload: drop the old builtin-trust-anchors 2026-05-13 18:24:39 +02:00
Christian Hesse
58e69bbf35 Merge branch 'toarray-delimiter' into next 2026-05-13 18:24:39 +02:00
Christian Hesse
a408c5ec53 global-functions: $CertificateAvailable: drop the old builtin-trust-anchors 2026-05-13 18:24:39 +02:00
Christian Hesse
81784be442 README: drop the old builtin-trust-anchors 2026-05-13 18:24:39 +02:00
Christian Hesse
65b55b7d23 check-health: use :toarray's new delimiter= 2026-05-13 18:24:08 +02:00
Christian Hesse
e4a07419fc fw-addr-lists: get both Let's Encrypt certificates for rsc.eworm.de 2026-05-13 16:37:36 +02:00
Christian Hesse
ab5ff7b1c1 fw-addr-lists: support giving several certificates...
... by delimiting with a colon.
2026-05-13 16:37:36 +02:00
Christian Hesse
ea5f4aff27 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-13 16:29:47 +02:00
Christian Hesse
71c190b478 Merge branch 'lets-encrypt-old-chain' into next 2026-05-13 16:19:11 +02:00
Christian Hesse
a3de8aa081 global-functions: $CleanName: add missing colon 2026-05-13 16:19:11 +02:00
Christian Hesse
2a6567135e INITIAL-COMMANDS: Let's Encrypt switched back to old chain 2026-05-13 16:19:11 +02:00
Christian Hesse
7ad60ac704 README: Let's Encrypt switched back to old chain 2026-05-13 16:19:11 +02:00
Christian Hesse
59e0c4460e certs: Let's Encrypt switched back to old chain 2026-05-13 16:19:11 +02:00
Christian Hesse
6f2eb69ee0 global-functions: $ScriptInstallUpdate: Check for both LE certificates
Hmm... 🤨 Let's Encrypt is doing crazy things. My server was switched to
'Root YE' alredy, now it is back to 'ISRG Root X2'... 😳

So let's check for both for now.
2026-05-13 16:19:11 +02:00
Christian Hesse
73f15a2df0 global-functions: $RmFile: ignore "no such item"...
... as this is still racy.
2026-05-07 15:58:07 +02:00
Christian Hesse
57385b5934 global-functions: $RmDir: ignore "no such item"...
... as this is still racy.
2026-05-07 15:58:07 +02:00
Christian Hesse
74d3fc2933 global-functions: $RmFile: remove with find...
... as this is still racy.
2026-05-07 15:58:07 +02:00
Christian Hesse
875df5da76 global-functions: $RmDir: remove with find...
... as this is still racy.
2026-05-07 15:58:07 +02:00
Christian Hesse
3aaba1f408 netwatch-dns: check with eworm.de and eworm.net
This should prevent against DENIC outages...

https://blog.denic.de/en/denic-reports-resolved-dnssec-disruption-affecting-de-domains/
2026-05-06 16:15:17 +02:00
Christian Hesse
0ef11bf11d global-functions: $IsDNSResolving: check with :retry 2026-05-06 16:15:17 +02:00
Christian Hesse
811df5abf2 global-functions: $IsDNSResolving: check with eworm.de and eworm.net
This should prevent against DENIC outages...

https://blog.denic.de/en/denic-reports-resolved-dnssec-disruption-affecting-de-domains/
2026-05-06 10:01:39 +02:00
Christian Hesse
cd4052ba6b Merge branch 'backup-filename-date' into next 2026-04-28 16:37:09 +02:00
Christian Hesse
2f5aa2f337 backup-{email,upload}: add setting in configuration 2026-04-28 16:36:45 +02:00
Christian Hesse
2f621a5981 backup-upload: drop the GMT offset from filename...
... as it is of little help only. Also it is ambiguous due
to signdness being dropped when cleaning the name.
2026-04-28 16:36:31 +02:00
Christian Hesse
fd956519e2 backup-email: drop the GMT offset from filename...
... as it is of little help only. Also it is ambiguous due
to signdness being dropped when cleaning the name.
2026-04-28 16:36:31 +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