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:
Edward Eastman
2018-08-08 17:25:17 +01:00
committed by Tony Murray
parent 63a4977489
commit 9647ac7805

View File

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