aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2023-03-03 14:08:48 +0100
committerGravatar Christian Hesse <mail@eworm.de>2023-03-03 14:08:48 +0100
commita9741336b89a41a8cbf252c799ef3926b268b6e0 (patch)
tree35528c4f436098c672aa41be03b8ae2c8ea30822
parentb0595e53a5ebbbadd88e51ce6c0f70d93549f5f2 (diff)
doc/check-routeros-update: update wording and details
-rw-r--r--doc/check-routeros-update.md18
1 files changed, 10 insertions, 8 deletions
diff --git a/doc/check-routeros-update.md b/doc/check-routeros-update.md
index 348acc6..8eec19b 100644
--- a/doc/check-routeros-update.md
+++ b/doc/check-routeros-update.md
@@ -46,14 +46,16 @@ And add a scheduler for automatic update notification:
Configuration
-------------
-Configuration is required only if you want to control update process with
-safe versions from a web server. The configuration goes to
-`global-config-overlay`, this is the parameter:
-
-* `SafeUpdateNeighbor`: install updates automatically if seen in neighbor list
-* `SafeUpdatePatch`: install patch updates automatically
-* `SafeUpdateUrl`: url to check for safe update, the channel (`long-term`,
-`stable` or `testing`) is appended
+No extra configuration is required to receive notifications. Several
+mechanisms are availalbe to enable automatic installation of updates.
+The configuration goes to `global-config-overlay`, these are the parameters:
+
+* `SafeUpdateNeighbor`: install updates automatically if at least one other
+ device is seen in neighbor list with new version
+* `SafeUpdatePatch`: install patch updates (where just last digit changes)
+ automatically
+* `SafeUpdateUrl`: url on webserver to check for safe update, the channel
+ (`long-term`, `stable` or `testing`) is appended
Also notification settings are required for
[e-mail](mod/notification-email.md),