mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-08-03 17:54:47 +02:00
check-routeros-update: support installing updates automatically if seen in neighbor list
This commit is contained in:
parent
7f356d76bf
commit
98c132105d
6 changed files with 19 additions and 5 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
# Make sure all configuration properties are up to date and this
|
||||
# value is in sync with value in script 'global-functions'!
|
||||
:global GlobalConfigVersion 35;
|
||||
:global GlobalConfigVersion 36;
|
||||
|
||||
# This is used for DNS and backup file.
|
||||
:global Domain "example.com";
|
||||
|
@ -62,6 +62,8 @@
|
|||
#:global SafeUpdateUrl "https://example.com/ros/safe-update/";
|
||||
# Allow to install patch updates automatically.
|
||||
:global SafeUpdatePatch false;
|
||||
# Allow to install updates automatically if seen in neighbor list.
|
||||
:global SafeUpdateNeighbor false;
|
||||
|
||||
# These thresholds control when to send health notification
|
||||
# on temperature and voltage.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue