From d23ed0dd6ee66023852e05f777440da114dd894a Mon Sep 17 00:00:00 2001 From: Hans Erasmus Date: Sat, 12 Dec 2020 19:02:11 +0200 Subject: [PATCH] Update to incorporate new locking mechanisms (#12388) --- doc/Extensions/Dispatcher-Service.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/Extensions/Dispatcher-Service.md b/doc/Extensions/Dispatcher-Service.md index c4cb8edce9..f54ab7212c 100644 --- a/doc/Extensions/Dispatcher-Service.md +++ b/doc/Extensions/Dispatcher-Service.md @@ -45,9 +45,12 @@ system. See ## Memcached (distributed polling) -LibreNMS still uses memcached for locking daily update processes when using -distributed polling. So you will still need to configure memcached -unless you have updates disabled. +LibreNMS can still use memcached as a locking mechanism when using +distributed polling. So you can configure memcached for this purpose +unless you have updates disabled. + +See `Locking Mechanisms` at + ## MySQL