From f4ea49e38e73b8bb345e279334aca584f3253287 Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Thu, 12 Nov 2020 07:40:02 -0600 Subject: [PATCH] Update Distributed-Poller.md --- doc/Extensions/Distributed-Poller.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Extensions/Distributed-Poller.md b/doc/Extensions/Distributed-Poller.md index b4c07431c2..93c95f8f14 100644 --- a/doc/Extensions/Distributed-Poller.md +++ b/doc/Extensions/Distributed-Poller.md @@ -25,7 +25,7 @@ It is also a requirement that at least one locking service is in place to which all pollers can connect. There are currently three locking mechanisms available - memcached -- redis +- redis (preferred) - sql locks (default) All of the above locking mechanisms are natively supported in LibreNMS.