mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-12-24 10:49:30 +00:00
check-routeros-update: allow to install all updates automatically...
... but with extra hurdle for more awareness of danger. Let's not send a new notification, intentionally. This feature is dangerous, and we should not advertise it.
This commit is contained in:
parent
a9741336b8
commit
d2d913ec19
3 changed files with 18 additions and 0 deletions
|
|
@ -105,6 +105,9 @@
|
|||
:global SafeUpdatePatch false;
|
||||
# Allow to install updates automatically if seen in neighbor list.
|
||||
:global SafeUpdateNeighbor false;
|
||||
# Install *ALL* updates automatically!
|
||||
# Set to all upper-case "Yes, please!" to enable.
|
||||
:global SafeUpdateAll "no";
|
||||
|
||||
# These thresholds control when to send health notification
|
||||
# on temperature and voltage.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue