mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-08-04 10:14:56 +02:00
add script 'check-health'
This may be incomplete... Please report if you have missing PSUs, ttemperature sensors, whatever.
This commit is contained in:
parent
44437c6846
commit
29dc1b8841
4 changed files with 70 additions and 4 deletions
|
@ -3,10 +3,11 @@
|
|||
|
||||
# Changes for global-config to be added to notification on script-updates
|
||||
:global GlobalConfigChanges {
|
||||
1="moved variables from global-config to global-functions for independence";
|
||||
1="moved variables from 'global-config' to 'global-functions' for independence";
|
||||
2="variable names became CamelCase to work around scripting issues";
|
||||
3="variable for certificate renew passphrase became an array to support multiple passphrases";
|
||||
4="added option to ignore global-config changes";
|
||||
5="split off new script cloud-backup from email-backup";
|
||||
5="split off new script 'cloud-backup' from 'email-backup'";
|
||||
6="introduced script 'upload-backup' with new configuration parameters";
|
||||
7="introduced script 'check-health' with new configuration parameters";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue