1
0
mirror of https://github.com/eworm-de/routeros-scripts.git synced 2024-05-11 05:55:19 +00:00

1227 Commits

Author SHA1 Message Date
6f27553f15 doc/check-routeros-update: mention e-mail, matrix and telegram 2022-02-20 23:38:21 +01:00
fd36241be6 doc/mod: put hints into block quote, update info icon, fix links 2022-02-12 13:51:31 +01:00
cd2a7dcf8c doc: use another info icon: 🛈 -> ℹ️ 2022-02-12 13:09:37 +01:00
f0b0951968 doc/early-errors: no site structure, hint only 2022-02-11 23:55:06 +01:00
9e91ed56aa doc: put hints into block quote 2022-02-11 23:38:28 +01:00
4b16dc06c4 INITIAL-COMMANDS: put hint into block quote 2022-02-11 23:38:28 +01:00
a5e421faeb README: put hint into block quote 2022-02-11 23:35:20 +01:00
3f8e835233 firmware-upgrade-reboot: add a delay before reboot
Looks like my timing was too good... Upgrade and reboot happened too
fast, so device reported:

system;error;critical router was rebooted without proper shutdown

Let's try something smart... Delay the reboot by the amount of uptime,
and hope all devices - slow and powerful - are happy.
2022-02-11 00:19:41 +01:00
674398b342 global-functions: $DownloadPackage: handle special cases
This is a RouterOS v7 only change!

* Revert commit 1e6931c8e34d5035cb07baa98b57eccbcd4278ab (but keep the
  cherry-picked one in branch routeros-v6).

* Drop special case 'routeros-$arch', which no longer exists.

* Update package name 'system' to 'routeros'. This should be the correct
  name, and is expected by CAPsMAN. No idea why package-name property
  for the file is different...
2022-02-10 12:30:06 +01:00
4d26dd07c3 capsman-download-packages: wireless package does no longer exist
This is a RouterOS v7 only change!
2022-02-10 12:29:31 +01:00
7b48b25c27 global-functions: $MkDir: do not act without directory 2022-02-10 11:05:21 +01:00
a50d9d30e3 update list of contributors
Thanks a lot and please enjoy firmware-upgrade-reboot! 😊
2022-02-10 09:07:38 +01:00
3c358980cb introduce firmware-upgrade-reboot change-77 2022-02-10 09:07:32 +01:00
a47f5723cc netwatch-dns: flush cache on configuration change 2022-02-10 08:41:12 +01:00
0b46c508dc netwatch-notify: nest conditions
The logic here was right, but RouterOS runs the checks simultaneously.
This caused delays even if no resolving was needed.

Nesting the checks fixes this.
2022-02-10 08:41:12 +01:00
c6e581d4f9 netwatch-notify: allow to suppress notification on host down change-76 2022-02-10 08:41:12 +01:00
42c203291a doc/netwatch-notify: add sections 2022-02-08 17:40:55 +01:00
dd19aea362 doc/packages-update: link backup-cloud 2022-02-08 17:35:53 +01:00
27a81bcbca packages-update: use correct syntax 2022-01-30 22:06:37 +01:00
dfe995be27 check-routeros-update: use correct syntax 2022-01-30 22:05:58 +01:00
5e32105e7e global-functions: $ScriptInstallUpdate: quote names in log output 2022-01-20 22:13:56 +01:00
b4a5d824a2 global-functions: $ScriptInstallUpdate: give final url in debug output 2022-01-20 22:13:56 +01:00
1e6931c8e3 global-functions: $DownloadPackage: handle special case with name
For RouterOS 6.x bundled package version and architecture are swapped.

Closes: #21
2022-01-17 20:50:52 +01:00
51cd11c803 global-functions: $DownloadPackage: give url in debug output 2022-01-17 20:15:24 +01:00
db4afe28f0 Merge branch 'routeros-v7' into next 2022-01-14 16:54:30 +01:00
5135a41332 global: notify about merging 'routeros-v7' into 'main' change-75 2022-01-14 09:31:07 +01:00
25704812b2 doc/capsman-download-packages: only bundle is available now routeros-7.x-4 2022-01-14 09:20:09 +01:00
93770d40a8 check-health: adopt new data structure for ROS 7.x
The PSU state has an empty string for type... Thus matching on name.
routeros-7.x-3
2022-01-14 09:20:09 +01:00
0ecabfecf7 rotate-ntp: syntax for ROS 7.x
The property name changed in RouterOS v7...
routeros-7.x-2
2022-01-14 09:20:09 +01:00
7e5652e0c5 ospf-to-leds: get state from count of neighbors
The state property is gone in RouterOS v7...
routeros-7.x-1
2022-01-14 09:20:09 +01:00
768afd84c6 backup-upload: export with show-sensitive
This is available (and required) with RouterOS 7.1rc1.
routeros-7.1rc1-3
2022-01-14 09:20:09 +01:00
35d10f80f5 backup-email: export with show-sensitive
This is available (and required) with RouterOS 7.1rc1.
routeros-7.1rc1-2
2022-01-14 09:20:09 +01:00
cdd607037e README: drop hint on branch 'routeros-v7' 2022-01-14 09:20:09 +01:00
d03b6d9374 global-functions: bump the required version for RouterOS 7.x
... but keep a warning when running RouterOS v6.
2022-01-14 09:20:09 +01:00
1089b7e7f9 README: install correct global-config-overlay for RouterOS v6 branch-routeros-v6 2022-01-14 08:03:53 +01:00
31653a84ca INITIAL-COMMANDS: silence the certificate download 2022-01-14 07:49:04 +01:00
491f53a8ce hotspot-to-wpa: support settings from template change-74 2022-01-07 15:28:08 +01:00
97f35dcf0e Merge branch 'backup' into next 2022-01-06 10:23:03 +01:00
ed0135c613 Migrate configuration and send notification on renames change-73 2022-01-06 08:19:58 +01:00
e77b39e933 rename script upload-backup -> backup-upload 2022-01-06 08:19:58 +01:00
95b17ab9a1 rename script email-backup -> backup-email 2022-01-06 08:19:58 +01:00
8c39f41ffc rename script cloud-backup -> backup-cloud 2022-01-06 08:19:58 +01:00
57c80dc2a4 introduce netwatch-dns change-72 2022-01-03 10:00:16 +01:00
cd3fde59d7 netwatch-notify: give netwatch some time to settle 2022-01-03 10:00:16 +01:00
491ecdb812 netwatch-notify: initialize after lock 2022-01-03 10:00:16 +01:00
7f0a8cdfcd netwatch-notify: better match notify-entries 2022-01-03 10:00:16 +01:00
45ffb7e552 add AVIF logo 2022-01-03 10:00:16 +01:00
772b675001 doc/accesslist-duplicates: convert screenshot to AVIF 2022-01-03 10:00:16 +01:00
8f79c4de79 README: convert screenshots to AVIF 2022-01-03 10:00:16 +01:00
6eddaf9b87 README: convert Telegram group qr code to AVIF 2022-01-03 10:00:16 +01:00