mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Add install hint
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user