Add pings option

This commit is contained in:
Paul Gear
2015-12-29 07:10:15 +10:00
parent f031467fdc
commit 66468d802c
7 changed files with 13 additions and 4 deletions

View File

@@ -359,6 +359,11 @@ $config['smokeping']['dir'] = "/var/lib/smokeping/";
```
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.
```php
$config['nfsen_enable'] = 0;
$config['nfsen_split_char'] = "_";