Hi, I try to setup collectd and rrdcached in one machine, and try to access rrdcached in another machine. The start script is as following: rrdcached -w 600 -z 10 -p /root/tools/rrdcached/rrdcached.pid -b /root/tools/rrdcached -j /root/tools/rrdcached/cached -l 10.74.125.141 -l unix:/tmp/rrdcached.sock
When I access by rrdtool in the local machine with absolute path, everything is OK. But I try to access in the remote machine by the following commad: rrdtool info 10.74.125.141/memory/memory-buffered.rrd --daemon 10.74.125.141 rrdtool fetch 10.74.125.141/memory/memory-buffered.rrd AVERAGE --start 1362495020 --end 1362495620 --daemon 10.74.125.141 The return result is always "ERROR: opening '10.74.125.141/memory/memory-buffered.rrd': No such file or directory". I have checked the path. There is no symbolic link. Does rrdtool 1.4.7 support remotely fetch, info? B.R. Benjamin Wang
_______________________________________________ rrd-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
