[collectd] rrdc_update failed with status -1

2012-03-26 Thread Stian Øvrevåge
Hi, When trying to use DaemonAddress 127.0.0.1:42217 I'm receiving Mar 26 20:52:25 collectd-new collectd[13065]: Filter subsystem: Built-in target `write': Dispatching value to all write plugins failed with status -1. Mar 26 20:52:25 collectd-new collectd[13065]: rrdcached plugin: rrdc_update

Re: [collectd] rrdc_update failed with status -1

2012-03-26 Thread Stian Øvrevåge
Tried now using rrdcached -f 7200 -w 3600 -z 900 -b /opt/collectd/var/lib/collectd/rrd/ -P FLUSH,BATCH,UPDATE,STATS -l 127.0.0.1 -l unix:/tmp/rrdcached.sock No change tho. No packets after the connection has been established. Tried simulating using telnet, working just fine:

[collectd] PUTVAL to update multiple fields

2012-03-26 Thread kgardenia42
Hi, I am trying to update an RRD with multiple fields using PUTVAL (from a shell script): I'm basically trying to do the equivalent of this: rrdtool update $COLLECT_PATH/agg.rrd N:100:70 Where agg.rrd has 2 fields, rx and tx (in this case with values 100 and 70 respectively). I gather