Hello,
I'm running the rrdcached with following arguments:
$ /usr/local/bin/rrdcached -l unix:/tmp/rrdcached.sock -w 43200 -z 43200 -t 8
-f 86400 \
-l 172.25.7.4 -b /usr/local/var/rrd -j /usr/local/var/rrd/journal -p
/tmp/rrdcached.pid
I'm facing following rrdcached issue, let's pick some RRD file:
$ head -1 /usr/local/var/rrd/journal/rrd.journal.1308566363.378979
update /usr/local/var/rrd/10.128.5.238/snmp/octets-23.rrd
1308566363:5643559679:3402210959001
Get last update time from it:
$ rrdtool last --daemon 172.25.7.4
/usr/local/var/rrd/10.128.5.238/snmp/octets-23.rrd
-1
ERROR: absolute path names not allowed when talking to a remote daemon
Okay, try with relative path:
$ rrdtool last --daemon 172.25.7.4 10.128.5.238/snmp/octets-23.rrd
-1
ERROR: opening '10.128.5.238/snmp/octets-23.rrd': No such file or directory
Ugh. Is this correct behaviour? How do I get last update from remote rrdcached
instance?
Regards,
Miroslav
_______________________________________________
rrd-users mailing list
[email protected]
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users