mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Correct smokeping integration example (#8997)
The only mention in the sourcecode I can find to 'smokeping_server_hostname' is in this doc, and such an option doesn't really make sense. You will still require the $config['smokeping']['integration'] = true option though.
This commit is contained in:
committed by
Tony Murray
parent
63a4977489
commit
9647ac7805
@@ -198,7 +198,7 @@ In terms of configuration, simply add the location of where smokeping data such
|
||||
$config['smokeping']['dir'] = '/var/lib/smokeping'; // Ubuntu 16.04 Location
|
||||
#$config['smokeping']['dir'] = '/opt/smokeping/data';
|
||||
$config['smokeping']['pings'] = 20; // should be equal to "pings" in your smokeping config
|
||||
$config['smokeping_server_hostname'].
|
||||
$config['smokeping']['integration'] = true;
|
||||
```
|
||||
|
||||
You should now see a new tab in your device page called ping.
|
||||
|
||||
Reference in New Issue
Block a user