Age | Commit message (Expand) | Author | Files | Lines |
2020-09-25 | log-forward: add filter on log message textchange-29 | Christian Hesse | 1 | -1/+1 |
2020-09-25 | dhcp-to-dns: notify on acting on all bound leaseschange-28 | Christian Hesse | 1 | -1/+1 |
2020-09-25 | global-functions: notify on Telegram queuechange-27 | Christian Hesse | 1 | -1/+1 |
2020-09-25 | netwatch-notify: notify on configurable check count thresholdchange-26 | Christian Hesse | 1 | -1/+1 |
2020-09-18 | collect-wireless-mac: add symbol in notification | Christian Hesse | 1 | -0/+1 |
2020-09-18 | daily-psk: add symbol in notification | Christian Hesse | 1 | -0/+1 |
2020-09-18 | extend magic pattern with "by RouterOS"•••This matches the string included in export.
| Christian Hesse | 1 | -4/+4 |
2020-09-17 | global-functions: add missing colon | Christian Hesse | 1 | -1/+1 |
2020-09-14 | global-functions: $FlushTelegramQueue: destroy empty queue | Christian Hesse | 1 | -0/+1 |
2020-09-14 | global-functions: $FlushTelegramQueue: give hint on queued message | Christian Hesse | 1 | -2/+8 |
2020-09-14 | 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.
| Christian Hesse | 1 | -3/+45 |
2020-09-01 | global-functions: $DefaultRouteIsReachable: exclude blackhole | Christian Hesse | 1 | -1/+1 |
2020-08-26 | [ ... print count-only ...] -> [ :len [ ... find ... ] ]•••Using 'print count-only' always prints a number to terminal, even if the
value is evaluated in a condition or assigned to a variable. This can be
quite annoying. Behavior will not chance (SUP-25503), so replacing the
code...
| Christian Hesse | 1 | -12/+12 |
2020-08-21 | global-functions: $TimeIsSync: return gracefully...•••Situation will not improve... But chances are that RTC is available with
correct time, for example from host inside CHR vm. So return gracefully.
| Christian Hesse | 1 | -2/+2 |
2020-08-21 | global-functions: $TimeIsSync: warn on missing time source | Christian Hesse | 1 | -0/+3 |
2020-08-21 | global-functions: $TimeIsSync: return false if cloud enabled but not ready | Christian Hesse | 1 | -3/+5 |
2020-08-21 | global-functions: $TimeIsSync: return false if ntp client enabled but not synced | Christian Hesse | 1 | -0/+1 |
2020-08-07 | notify about support for dhcp server name in fqdnchange-25 | Christian Hesse | 1 | -1/+1 |
2020-07-25 | global-functions: drop $GetRandomSha256, introduce $GetRandom20CharHex•••Do do generate certificate, but use scep-server otp.
| Christian Hesse | 1 | -16/+12 |
2020-07-17 | check-certificates: add symbol in notification | Christian Hesse | 1 | -0/+1 |
2020-07-17 | global-functions: $ScriptInstallUpdate: add symbol in notification | Christian Hesse | 1 | -1/+4 |
2020-07-17 | cloud-backup: add symbol in notification | Christian Hesse | 1 | -0/+1 |
2020-07-17 | global-functions: introduce and use $SymbolForNotificationchange-24 | Christian Hesse | 1 | -1/+14 |
2020-07-17 | global-functions: introduce $SymbolByUnicodeName | Christian Hesse | 1 | -0/+16 |
2020-07-16 | global-functions: $DeviceInfo: use $IfThenElse | Christian Hesse | 1 | -31/+21 |
2020-07-16 | global-functions: introduce $IfThenElse | Christian Hesse | 1 | -0/+9 |
2020-07-15 | add 'log-forward', drop 'early-errors'change-23 | Christian Hesse | 1 | -1/+1 |
2020-07-14 | global-functions: $ScriptInstallUpdate: update wording for notification | Christian Hesse | 1 | -1/+1 |
2020-07-14 | global-config: dropped $ScriptUpdatesIgnore, use ignore flag in commentchange-22 | Christian Hesse | 1 | -5/+13 |
2020-07-14 | notify about auto patch updates in check-routeros-updatechange-21 | Christian Hesse | 1 | -1/+1 |
2020-07-14 | notify about hooks in netwatch-notifychange-20 | Christian Hesse | 1 | -1/+1 |
2020-07-14 | notify about options in script commentschange-19 | Christian Hesse | 1 | -1/+1 |
2020-07-14 | notify about $IPCalcchange-18 | Christian Hesse | 1 | -1/+1 |
2020-07-14 | notify about early-errorschange-17 | Christian Hesse | 1 | -1/+1 |
2020-07-14 | global-functions: $MailServerIsUp: do immediate check | Christian Hesse | 1 | -1/+9 |
2020-07-14 | global-functions: $DNSIsResolving: try a domain that is unlikely to be cached | Christian Hesse | 1 | -1/+3 |
2020-07-07 | global-functions: add $VersionToNum | Christian Hesse | 1 | -0/+30 |
2020-07-02 | 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.
| Christian Hesse | 1 | -2/+6 |
2020-07-02 | global-functions: $ScriptInstallUpdate: support ignore from comment•••Just add 'ignore' in comment...
| Christian Hesse | 1 | -0/+3 |
2020-07-02 | global-functions: $ParseKeyValueStore: allow equals sign in value | Christian Hesse | 1 | -4/+2 |
2020-07-02 | global-functions: $ParseKeyValueStore: key without value for boolean true | Christian Hesse | 1 | -2/+6 |
2020-06-30 | 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.
| Christian Hesse | 1 | -3/+0 |
2020-06-30 | global-functions: $GetRandomNumber: limit at 2^32-1 | Christian Hesse | 1 | -1/+1 |
2020-06-29 | global-functions: $GetRandomNumber: return 32bit number without limit | Christian Hesse | 1 | -1/+4 |
2020-06-23 | 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
| Christian Hesse | 1 | -0/+17 |
2020-06-19 | 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
| Christian Hesse | 1 | -0/+1 |
2020-06-18 | global-functions: $GetRandomNumber: use $GetRandomSha256 | Christian Hesse | 1 | -6/+12 |
2020-06-18 | global-functions: rename $GetRandom -> $GetRandomNumber | Christian Hesse | 1 | -4/+4 |
2020-06-18 | global-functions: add $GetRandomSha256 | Christian Hesse | 1 | -0/+12 |
2020-05-26 | global-functions: add $WaitFullyConnected | Christian Hesse | 1 | -0/+12 |
2020-05-26 | global-functions: add $WaitDNSResolving | Christian Hesse | 1 | -0/+10 |
2020-05-26 | global-functions: add $DNSIsResolving | Christian Hesse | 1 | -0/+11 |
2020-05-17 | global-functions: $WaitTimeSync: replace comment with debug output | Christian Hesse | 1 | -1/+2 |
2020-05-17 | global-functions: $DownloadPackage: replace comment with debug output | Christian Hesse | 1 | -1/+1 |
2020-05-15 | global-functions: $MailServerIsUp: handle resolve errors | Christian Hesse | 1 | -1/+6 |
2020-05-15 | global-functions: $MailServerIsUp: remove duplicate define | Christian Hesse | 1 | -1/+0 |
2020-05-15 | global-functions: $MailServerIsUp: use prepared value | Christian Hesse | 1 | -1/+1 |
2020-05-15 | global-functions: $WaitTimeSync: run rotate-ntp less frequently | Christian Hesse | 1 | -1/+1 |
2020-05-13 | global-functions: $WaitTimeSync: failing rotate-ntp is not fatal•••Resolving ntp servers fais if internet connectivity is not established.
So this is not fatal, we want to catch error and fall through, then
continue.
| Christian Hesse | 1 | -1/+5 |
2020-05-04 | global-functions: $ScriptInstallUpdate: log when reloading code | Christian Hesse | 1 | -0/+2 |
2020-05-04 | global-functions: $DownloadPackage: support downloading bundle | Christian Hesse | 1 | -1/+1 |
2020-04-24 | global-functions: $CertificateNameByCN: replace apostrophe | Christian Hesse | 1 | -1/+2 |
2020-04-22 | global-functions: add $WaitDefaultRouteReachable | Christian Hesse | 1 | -0/+10 |
2020-04-22 | global-functions: add $DefaultRouteIsReachable | Christian Hesse | 1 | -0/+9 |
2020-04-22 | global-functions: $TimeIsSync: unbreak with bundled ntp client | Christian Hesse | 1 | -3/+10 |
2020-04-07 | global-functions: $DownloadPackage: do not re-download | Christian Hesse | 1 | -0/+5 |
2020-04-03 | global-functions: $SendTelegram: use $LogPrintExit | Christian Hesse | 1 | -1/+1 |
2020-04-03 | global-functions: $SendEMail: use $LogPrintExit | Christian Hesse | 1 | -1/+3 |
2020-04-03 | global-functions: $ScriptFromTerminal: use $LogPrintExit | Christian Hesse | 1 | -1/+4 |
2020-04-03 | global-functions: $MailServerIsUp: use $LogPrintExit | Christian Hesse | 1 | -1/+3 |
2020-04-03 | global-functions: $CertificateDownload: use $LogPrintExit | Christian Hesse | 1 | -3/+4 |
2020-04-03 | global-functions: $CertificateAvailable: use $LogPrintExit | Christian Hesse | 1 | -3/+6 |
2020-04-03 | global-functions: $SendTelegram: check status of certificate download | Christian Hesse | 1 | -2/+5 |
2020-04-03 | global-functions: $GetMacVendor: check status of certificate download | Christian Hesse | 1 | -3/+5 |
2020-04-03 | global-functions: $DownloadPackage: check status of certificate download | Christian Hesse | 1 | -1/+4 |
2020-04-03 | global-functions: $Certificate{Available,Download}: return and check status | Christian Hesse | 1 | -2/+9 |
2020-04-01 | global-functions: $ScriptInstallUpdate: log and print changes | Christian Hesse | 1 | -0/+2 |
2020-03-31 | global-functions: $SendTelegram: always return a value•••... overwise it opens a prompt "value:".
| Christian Hesse | 1 | -1/+1 |
2020-03-31 | global-functions: $SendEMail: always return a value•••... overwise it opens a prompt "value:".
| Christian Hesse | 1 | -1/+1 |
2020-03-31 | global-functions: $ScriptInstallUpdate: ignore empty scripts•••Now that script-updates is gone we support installing new scripts with
$ScriptInstallUpdate only.
| Christian Hesse | 1 | -1/+1 |
2020-03-27 | ask for GitHub and GitLab starschange-16 | Christian Hesse | 1 | -1/+1 |
2020-03-27 | Notify about new documentation!change-15 | Christian Hesse | 1 | -1/+1 |
2020-03-27 | link global-{config,config-overlay,functions} to main README | Christian Hesse | 1 | -0/+1 |
2020-03-23 | completely replace script-updates with $ScriptInstallUpdatechange-14 | Christian Hesse | 1 | -3/+133 |
2020-03-20 | global-functions: introduce $MkDir•••This is a dirty hack... RouterOS does not support creating directories,
so we mis-use http server and fetch tool.
| Christian Hesse | 1 | -0/+18 |
2020-03-12 | add script 'global-wait'•••Run this in schedulers that fire on startup without interval. Schedulers
should look something like this:
/ system scheduler {
add name=global-scripts on-event="/ system script { run global-config; run global-config-overlay; run global-functions; }" start-time=startup;
add name=bridge-port-to-default on-event="/ system script { run global-wait; run bridge-port-to-default; }" start-time=startup;
}
| Christian Hesse | 1 | -0/+4 |
2020-03-09 | global-functions: $DeviceInfo: more indention | Christian Hesse | 1 | -5/+5 |
2020-03-05 | global-functions: $SendEMail: invert condition | Christian Hesse | 1 | -11/+13 |
2020-03-05 | global-functions: $SendTelegram: invert condition | Christian Hesse | 1 | -10/+12 |
2020-03-05 | global-functions: $SendTelegram: allow to override chatid•••This allows to send Telegram messages to different contact or group.
Use something like this:
/system scheduler add name=netwatch-notify interval=1m start-time=startup \
on-event=":global TelegramChatIdOverride \"-1234\"; / system script run netwatch-notify; :set TelegramChatIdOverride;"
| Christian Hesse | 1 | -2/+8 |
2020-03-05 | always use severity 'warning', not just 'warn' | Christian Hesse | 1 | -2/+2 |
2020-03-05 | global-functions: $LogPrintExit: add debugging option | Christian Hesse | 1 | -7/+12 |
2020-03-03 | bridge-port-to-default: use $ParseKeyValueStore...•••... and unbreak last commit removing delay (69352c90).
This requires a change in configuration syntax. Change this...
comment="default:br-local, alt:br-guest"
to...
comment="default=br-local, alt=br-guest"
change-13 | Christian Hesse | 1 | -1/+1 |
2020-02-28 | global-functions: sort alphabetically | Christian Hesse | 1 | -281/+280 |
2020-02-27 | global-functions: $ScriptLock: use $LogPrintExit | Christian Hesse | 1 | -2/+3 |
2020-02-26 | global-functions: merge $LogAnd{Error,Put} to $LogPrintExit ...•••... and fix logging.
Logging with severity from variable (:log $severity ...) is not
possible, this is considered a syntax error. Also the 'workaround' with
parsing code failed with missing message in log.
The reliable code is a lot longer, so merge the two functions to save a
lot of duplicate code.
| Christian Hesse | 1 | -16/+17 |
2020-02-26 | global-functions: introduce $LogAndPut | Christian Hesse | 1 | -0/+10 |
2020-02-26 | global-functions: $LogAndError: add severity | Christian Hesse | 1 | -3/+4 |
2020-02-24 | global-functions: introduce $LogAndError | Christian Hesse | 1 | -0/+9 |
2020-02-24 | global-functions: $WaitTimeSync: rotate ntp servers minutely•••Signed-off-by: Christian Hesse <mail@eworm.de>
| Christian Hesse | 1 | -0/+4 |