From d755b8c55e5a4efe742938b40e22836ddbc92b1d Mon Sep 17 00:00:00 2001 From: Wheel Date: Sun, 1 Apr 2018 22:25:53 +0200 Subject: [PATCH] Update RRDCached.md (#8495) --- doc/Extensions/RRDCached.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.