From 5af3a4d6f268ea18db78957b2491513954d8cf48 Mon Sep 17 00:00:00 2001 From: capitangiaco <33665535+capitangiaco@users.noreply.github.com> Date: Wed, 15 Nov 2017 09:14:40 +0100 Subject: [PATCH] Update Configuration.md (#7732) --- doc/Support/Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Support/Configuration.md b/doc/Support/Configuration.md index 38a2a1d759..9038108f42 100644 --- a/doc/Support/Configuration.md +++ b/doc/Support/Configuration.md @@ -333,7 +333,7 @@ Generally, it is a better to set these [per OS](../Developing/os/Settings.md#pol ```php $config['discovery_modules]['arp-table'] = 1; -$config['poller_modules]['bgp-peers'] = 0; +$config['poller_modules']['bgp-peers'] = 0; ``` ### SNMP Settings