Hi,<div><br></div><div>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&#39;t work if I have two values:</div>
<div><br></div><div>This works:</div><div>PUTVAL localhost/sysstats/gauge-ioerror_count interval=60 1258332477:257</div><div><br></div><div>But this doesn&#39;t work:</div><div><div>PUTVAL localhost/sysstats/gauge-ioerror_count interval=60 1258335773:257:123</div>
<div><br></div><div>where 257 and 123 are the two values I am trying to log.</div><div><br></div><div>Does anyone know what&#39;s wrong?</div><div><br></div><div>Thanks a lot!</div><div><br></div><div>Jie</div></div>