Christian Hesse
e709af4c4d
dhcp-to-dns: use $IfThenElse
2020-07-16 21:46:20 +02:00
Christian Hesse
6dfd8ed41a
check-certificates: use $IfThenElse
2020-07-16 21:18:12 +02:00
Christian Hesse
4c61cd0b65
global-functions: $DeviceInfo: use $IfThenElse
2020-07-16 21:06:13 +02:00
Christian Hesse
910641b6fa
global-functions: introduce $IfThenElse
2020-07-16 20:34:27 +02:00
Christian Hesse
5859b0406e
netwatch-notify: move symbol before text
2020-07-16 17:51:21 +02:00
Christian Hesse
806d9bd4fb
check-health: move symbol before text
2020-07-16 17:48:21 +02:00
Christian Hesse
371e96911d
sms-forward: add symbol
2020-07-16 14:53:35 +02:00
Christian Hesse
1aed883cd5
INITIAL-COMMANDS: declare $CertificateNameByCN
2020-07-16 10:56:24 +02:00
Christian Hesse
5d7d2e9ac6
check-health: add symbol for voltage
2020-07-15 21:01:15 +02:00
Christian Hesse
efd0b0d274
check-health: new symbol for high temperature
2020-07-15 20:52:24 +02:00
Christian Hesse
96d473cfe8
log-forward: remember the last id only
2020-07-15 14:43:26 +02:00
Christian Hesse
6bce0a4b6a
add 'log-forward', drop 'early-errors'
2020-07-15 12:41:29 +02:00
Christian Hesse
9740b1f269
global-functions: $ScriptInstallUpdate: update wording for notification
2020-07-14 21:28:35 +02:00
Christian Hesse
e19f40f1eb
README: be more explicit on file name
2020-07-14 17:02:46 +02:00
Christian Hesse
f4d6e07dbb
global-config: dropped $ScriptUpdatesIgnore, use ignore flag in comment
2020-07-14 17:02:41 +02:00
Christian Hesse
d1b6ca3d0b
notify about auto patch updates in check-routeros-update
2020-07-14 17:02:36 +02:00
Christian Hesse
4a52d51a36
notify about hooks in netwatch-notify
2020-07-14 17:02:31 +02:00
Christian Hesse
aec63407e8
notify about options in script comments
2020-07-14 16:23:04 +02:00
Christian Hesse
883920aeae
notify about $IPCalc
2020-07-14 16:22:17 +02:00
Christian Hesse
23563cb9aa
notify about early-errors
2020-07-14 16:16:46 +02:00
Christian Hesse
0b5ab83339
capsman-download-packages: wait to be fully connected
2020-07-14 14:29:29 +02:00
Christian Hesse
c4ff95b3ae
global-functions: $MailServerIsUp: do immediate check
2020-07-14 10:59:08 +02:00
Christian Hesse
639bfc367b
sms-forward: wait to be fully connected
2020-07-14 09:25:12 +02:00
Christian Hesse
16685dd332
global-functions: $DNSIsResolving: try a domain that is unlikely to be cached
2020-07-14 09:12:44 +02:00
Christian Hesse
d75ef3bd69
packages-update: add error handling, also run cloud-backup
2020-07-07 12:18:37 +02:00
Christian Hesse
b31d1a0f01
packages-update: do not install downgrade without confirmation
2020-07-07 09:30:48 +02:00
Christian Hesse
c5767c8d23
doc/check-routeros-update: patch updates
2020-07-07 09:27:40 +02:00
Christian Hesse
8b23c1e925
check-routeros-update: send just one notification
2020-07-07 09:27:40 +02:00
Christian Hesse
0f0d539c67
check-routeros-update: log and print on available downgrade
2020-07-07 09:27:40 +02:00
Christian Hesse
22a9a11c73
check-routeros-update: install update only, notification on downgrade
2020-07-07 09:27:40 +02:00
Christian Hesse
2907dbe18f
check-routeros-update: support installing patch updates automatically
2020-07-07 00:21:47 +02:00
Christian Hesse
d8b2055fbc
global-functions: add $VersionToNum
2020-07-07 00:01:00 +02:00
Christian Hesse
e1b45f13f5
early-errors: exclude certificate messages
...
This is most likely SCEP requests before network is up...
2020-07-06 16:04:08 +02:00
Christian Hesse
8dadde23f3
doc/netwatch-notify: document hooks
2020-07-06 15:54:02 +02:00
Christian Hesse
a79461aff2
netwatch-notify: add up hook for consistency
...
Also this works around the permission/policy limitations in
netwatch scripts.
2020-07-06 15:44:41 +02:00
Christian Hesse
1c10044b24
netwatch-notify: add support for down hook
...
Adding up-hook does not make sense... Just use netwatch's up-script for that.
2020-07-03 15:27:21 +02:00
Christian Hesse
49d5f52f0b
mode-button-scheduler: drop useless variable
2020-07-03 15:25:31 +02:00
Christian Hesse
01fe371a0d
dhcp-to-dns: allow to configure 'dhcp' prefix in zone
2020-07-03 08:20:36 +02:00
Christian Hesse
ef2cb11665
global-functions: $ScriptInstallUpdate: get base url and suffix from comment
...
Just set 'base-url=https://example.com/ ...' and/or 'url-suffix=\h=branch'
in comment to overwrite settings from global configuration.
2020-07-02 00:58:06 +02:00
Christian Hesse
e38f3fb022
global-functions: $ScriptInstallUpdate: support ignore from comment
...
Just add 'ignore' in comment...
2020-07-02 00:41:37 +02:00
Christian Hesse
149340ff34
global-functions: $ParseKeyValueStore: allow equals sign in value
2020-07-02 00:41:37 +02:00
Christian Hesse
2aaea7c58e
global-functions: $ParseKeyValueStore: key without value for boolean true
2020-07-02 00:41:37 +02:00
Christian Hesse
5b03ae4fa2
global-functions: do not initialize $Sent* variables
...
The scripts work without initialization, removing this makes sure the
value is not overwritten on global functions reload.
2020-06-30 20:26:37 +02:00
Christian Hesse
2093661552
global-functions: $GetRandomNumber: limit at 2^32-1
2020-06-30 20:06:55 +02:00
Christian Hesse
baba79e3f5
global-functions: $GetRandomNumber: return 32bit number without limit
2020-06-29 16:32:19 +02:00
Christian Hesse
38760d05b0
global-functions: add $IPCalc
...
[admin@MikroTik] > $IPCalc 192.168.88.188/20
Address: 192.168.88.188
Netmask: 255.255.240.0
Network: 192.168.80.0/20
HostMin: 192.168.80.1
HostMax: 192.168.95.254
Broadcast: 192.168.95.255
2020-06-23 13:19:27 +02:00
Christian Hesse
71ad56aacc
explicitly name the license
...
Copyright (C) 2013-2020 Christian Hesse <mail@eworm.de>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
https://www.gnu.org/licenses/#GPL
https://www.gnu.org/licenses/gpl.html
https://www.gnu.org/licenses/gpl.md
2020-06-19 22:17:42 +02:00
Christian Hesse
12015af855
global-functions: $GetRandomNumber: use $GetRandomSha256
2020-06-18 12:52:59 +02:00
Christian Hesse
529dbbe4f8
global-functions: rename $GetRandom -> $GetRandomNumber
2020-06-18 12:49:52 +02:00
Christian Hesse
a1d05f93c6
global-functions: add $GetRandomSha256
2020-06-18 12:23:50 +02:00