From d6535075dca9d9fa4c75385f3a72c44390f674a7 Mon Sep 17 00:00:00 2001 From: f0o Date: Sun, 15 Mar 2015 16:31:22 +0000 Subject: [PATCH] Docs-Typo --- doc/Extensions/Distributed-Poller.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Extensions/Distributed-Poller.md b/doc/Extensions/Distributed-Poller.md index fccd81647..8fa4bb005 100644 --- a/doc/Extensions/Distributed-Poller.md +++ b/doc/Extensions/Distributed-Poller.md @@ -1,4 +1,4 @@ -= Distributed Poller = +# Distributed Poller LibreNMS has the ability to distribute polling of devices to other machines. These machines can be in a different physical location and therefore minimize network latencies for colocations. @@ -14,7 +14,7 @@ Usually the poller's name is equal to the machine's hostname, if you want to cha __Note__: Eventhough you pin devices to pollers, these pollers will still poll devices with `poller_group = 0`. If you do not want this, consequently define groups for all your devices! -== Configuration == +## Configuration ```php // Distributed Poller-Settings $config['distributed_poller'] = false;