Update RRDCached.md (#8495)

This commit is contained in:
Wheel
2018-04-01 22:25:53 +02:00
committed by Neil Lathwood
parent b39cd1fa04
commit d755b8c55e

View File

@ -164,8 +164,9 @@ Make sure you have network option in /var/default/rrdcached
NETWORK_OPTIONS="-L" NETWORK_OPTIONS="-L"
``` ```
```php ```php
$config['rrdcached'] = "0:42217"; $config['rrdcached'] = "IPADDRESS:42217";
``` ```
NOTE: change IPADDRESS to the ip the rrdcached server is listening on.
### RRDCached installation CentOS 6 ### RRDCached installation CentOS 6
This example is based on a fresh LibreNMS install, on a minimal CentOS 6 installation. This example is based on a fresh LibreNMS install, on a minimal CentOS 6 installation.