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

725 Commits

Author SHA1 Message Date
ae5570325b ospf-to-leds: introduce script to visualize ospf state via leds change-34 2020-10-23 14:17:33 +02:00
ebbc40e3a0 mode-button: support inverted blink 2020-10-23 12:01:29 +02:00
dd39049d36 mode-button: use user-led for visual feeback
The user-led needs to be configured with type=off, it is ignored with
other configuration.
2020-10-22 22:18:22 +02:00
4af1f5dec2 sms-forward: improve wording for single/multiple message(s) 2020-10-19 13:49:57 +02:00
4a85deb45c log-forward: improve wording for single message 2020-10-18 20:16:54 +02:00
211edb93c0 check-health: do not hardcode names, use as available 2020-10-17 23:05:08 +02:00
a4b237044d sms-forward: lock against multiple invocations 2020-10-17 13:40:01 +02:00
6d9eb99e08 check-health: add deviation on temperature recovery threshold
This helps against notification flooding.
change-33
2020-10-16 22:58:14 +02:00
3e72d1ec0b check-health: give error on messing health values 2020-10-16 21:35:44 +02:00
8b2df7abd0 mode-button: merge mode-button-event & mode-button-scheduler change-32 2020-10-16 08:24:19 +02:00
1c4531d536 README: link to global-config 2020-10-15 22:50:12 +02:00
b769077746 global-config: do not define mail addresses by default 2020-10-15 22:45:27 +02:00
c40c792806 global-functions: $SendTelegram: clean up 2020-10-14 22:07:02 +02:00
0009c7fc65 cloud-backup: add unit for size, add KiB 2020-10-13 20:46:30 +02:00
370d7c1a58 unattended-lte-firmware-upgrade: convert to function 2020-10-13 18:55:23 +02:00
e11e6b4658 check-lte-firmware-upgrade: show manufacturer & model 2020-10-13 13:23:32 +02:00
3e0039c266 global-functions: $SendTelegram: use fixed-width font...
... but give configuration to opt-out.
change-31
2020-10-13 10:05:59 +02:00
6b1d9e8f40 global-functions: $FlushTelegramQueue, $SendTelegram: move hint 2020-10-13 09:00:55 +02:00
fc99440224 global-functions: $UrlEncode: encode new line & carriage return 2020-10-13 08:46:20 +02:00
8ddc964cb5 global-functions: $IPCalc: return data in array 2020-10-10 19:59:53 +02:00
8e6403b1be global-functions: $WaitTimeSync: calculate with modulo operation
The uptime is returned in time, with supports arithmetic modulo
operation. This is three minutes in nano seconds, so multiplied
180 with 10^9.
2020-10-09 16:00:09 +02:00
9bd56d8aca packages-update: improve backup failure handling 2020-10-08 00:06:09 +02:00
ffad79b8fc packages-update: be more verbose 2020-10-08 00:04:29 +02:00
3dc10ca2b8 packages-update: fix variable usage 2020-10-07 23:55:10 +02:00
bc5133fb41 global-functions: $LogPrintExit: explicitly set severity 2020-10-07 23:27:09 +02:00
8425290d1d upload-backup: hint failure in subject 2020-10-07 23:27:09 +02:00
1cb7194ec5 upload-backup: exit with error on error
The error has been logged before, so just make sure to exit with error.
2020-10-07 23:27:09 +02:00
2be4a2ce98 cloud-backup: send notification on error and do exit 2020-10-07 23:27:09 +02:00
38a3ef9552 global-functions: $MailServerIsUp: return gracefully on missing configuration 2020-10-07 14:21:39 +02:00
a0d1709244 log-forward: notify on rate limit change-30 2020-09-28 20:26:29 +02:00
744542e925 log-forward: add rate limit to prevent flooding 2020-09-28 20:20:19 +02:00
42289b6239 sms-forward: fix usage of function 2020-09-28 19:57:04 +02:00
d53cf3e8e7 log-forward: fix usage of function 2020-09-28 19:56:45 +02:00
b0db9c7d52 global-functions: $SendTelegram: scissors symbol for truncation 2020-09-28 19:53:32 +02:00
9ea6b159b6 global-functions: $SendTelegram: truncate messages if too long
Telegram messages have a maximum length of 4096 characters. Truncate if
too long, keep some spare characters for status messages.
2020-09-27 20:38:09 +02:00
697e32a306 log-forward: add filter on log message text change-29 2020-09-25 22:21:59 +02:00
c3ea555233 dhcp-to-dns: notify on acting on all bound leases change-28 2020-09-25 22:20:34 +02:00
9f16e0644b global-functions: notify on Telegram queue change-27 2020-09-25 22:19:16 +02:00
9bec6914cc netwatch-notify: notify on configurable check count threshold change-26 2020-09-25 22:17:26 +02:00
addd4d7d90 netwatch-syslog: find the correct netwatch entry 2020-09-21 21:25:17 +02:00
1a28a417f4 lease-script: give correct hint in message 2020-09-20 21:50:33 +02:00
9f3e39206c dhcp-to-dns: also act on static leases
Since commit 0560f828 we act on bound leases only. That keeps offline
clients away, so act on static leases as well.
2020-09-19 22:36:47 +02:00
956244d53b collect-wireless-mac: add symbol in notification 2020-09-18 13:11:33 +02:00
1367a59c27 daily-psk: add symbol in notification 2020-09-18 13:08:29 +02:00
49737af6d1 extend magic pattern with "by RouterOS"
This matches the string included in export.
2020-09-18 11:00:27 +02:00
6c3bcdecb2 global-functions: add missing colon 2020-09-17 21:21:04 +02:00
52f4f484e5 global-functions: $FlushTelegramQueue: destroy empty queue 2020-09-14 23:56:59 +02:00
a03c8773da global-functions: $FlushTelegramQueue: give hint on queued message 2020-09-14 23:22:02 +02:00
1b68e42bc6 global-functions: queue Telegram notifications on failure and re-send
This introduces function $FlushTelegramQueue, which flushes queue of
Telegram notifications. Notifications are appended to the queue if
sending failed.
2020-09-14 22:56:52 +02:00
0c111a2ebe doc/mode-button: add code to check for support 2020-09-08 17:16:51 +02:00