From 793df90df8f3b956cd750eee6e551727e2686759 Mon Sep 17 00:00:00 2001 From: Paul Gear Date: Tue, 29 Dec 2015 07:14:34 +1000 Subject: [PATCH] Add install hint --- doc/Support/Configuration.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/Support/Configuration.md b/doc/Support/Configuration.md index f582f880db..de4766c2c3 100644 --- a/doc/Support/Configuration.md +++ b/doc/Support/Configuration.md @@ -362,7 +362,9 @@ Set the smokeping directory location. ```php $config['smokeping']['pings'] = 10; ``` -Should be equal to "pings" in your smokeping config. You can also set it to less than the value of "pings" in your smokeping config if you don't want LibreNMS to graph all of the ping data. +Should be equal to "pings" in your smokeping config. On Debian/Ubuntu, this is set in `/etc/smokeping/config.d/Database`. + +You can also set it to less than the value of "pings" in your smokeping config if you don't want LibreNMS to graph all of the ping data. ```php $config['nfsen_enable'] = 0;