Dear all,

 

Under CentOS 7.2 with RRDTool 1.6.0 I did the following:

 

Created file /etc/sysconfig/rrdcached that contains:

OPTIONS="-l unix:/opt/rrdtool/var/run/rrdcached.pid -s root -m 774 -w 900 -z
450 -f 7200 -b /opt/rrdtool/bin/rrdcached -F"

RRDC_USER=root

 

Then I start rrdcached

 

And I check stats I only get the following:

while true; do clear ; echo STATS | cat - /opt/rrdtool/var/run/rrdcached.pid
; sleep 1; done

 

STATS

20634

 

I did not see anything else, either when I perform updates with -daemon

 

What did I wrong?

 

Jacques Schell

_______________________________________________
rrd-users mailing list
rrd-users@lists.oetiker.ch
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users

Reply via email to