diff --git a/doc/Extensions/RRDCached.md b/doc/Extensions/RRDCached.md index 518774c7a9..e9543b5d0b 100644 --- a/doc/Extensions/RRDCached.md +++ b/doc/Extensions/RRDCached.md @@ -164,8 +164,9 @@ Make sure you have network option in /var/default/rrdcached NETWORK_OPTIONS="-L" ``` ```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 This example is based on a fresh LibreNMS install, on a minimal CentOS 6 installation.