Add install hint

This commit is contained in:
Paul Gear
2015-12-29 07:14:34 +10:00
parent 81ac9fda51
commit 793df90df8

View File

@ -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;