From 91bb7250067f13262e505a65df7ed2fc884f673d Mon Sep 17 00:00:00 2001 From: Neil Lathwood Date: Mon, 19 Nov 2018 23:52:39 +0000 Subject: [PATCH] Update Configuration.md --- 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 67d7efa950..13f16c0c5f 100644 --- a/doc/Support/Configuration.md +++ b/doc/Support/Configuration.md @@ -101,7 +101,7 @@ $config['icmp_check'] = false; If you would like to do this on a per device basis then you can do so under Device -> Edit -> Misc -> Disable ICMP Test? On #### traceroute -LibreNMS uses traceroute / traceroute6 to record debug information when a device is down due to icmp AND you have `$config['debug']['run_trace] = true;` +LibreNMS uses traceroute / traceroute6 to record debug information when a device is down due to icmp AND you have `$config['debug']['run_trace'] = true;` set. ```php