Hello,<br><br>We are going to write a plugin in Java for collectd (which is going to clean up old files produced by cvs plugin) and wonder if we can rely on the java API to be not changed in future to support many versions of collectd.<br>
<br>More general Q: how often and how dramatically Java API changed over last year?<br><br>Overall, is there any easier way to clean up collectd stats logs (outputted e.g. by csv plugin)? I was looking at Exec plugin to run &quot;cleaning&quot; script using it, but log files are written by user &quot;root&quot; and there&#39;s no way to execute command as &quot;root&quot; in Exec case (except of course with help of &quot;sudo&quot;, but this won&#39;t work for our case).<br>
<br>Thank you,<br>Alex<br>