Hi, I am using the exec plugin of collectd ( version 4.3.1) to run my script and got confused by how PUTVAL works. From the document, it seems I can log multiple values, but, It works if I put only one value int the value list, but it doesn't work if I have two values:
This works: PUTVAL localhost/sysstats/gauge-ioerror_count interval=60 1258332477:257 But this doesn't work: PUTVAL localhost/sysstats/gauge-ioerror_count interval=60 1258335773:257:123 where 257 and 123 are the two values I am trying to log. Does anyone know what's wrong? Thanks a lot! Jie
_______________________________________________ collectd mailing list [email protected] http://mailman.verplant.org/listinfo/collectd
