From d2d913ec19c0395fdc1090bb8baaf911d79dbab0 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 3 Mar 2023 14:15:24 +0100 Subject: 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. --- global-config | 3 +++ 1 file changed, 3 insertions(+) (limited to 'global-config') diff --git a/global-config b/global-config index c65e2f0..770efd0 100644 --- a/global-config +++ b/global-config @@ -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. -- cgit v1.2.3-54-g00ecf