<div dir="ltr"><div><div>i just upgraded from collectd 5.4 to 5.7. after i did that, my rrd files were not updated anymore. now i see this in the logs:</div><div><br></div><div>Feb 28 15:07:24 david collectd[18815]: Filter subsystem: Built-in target `write': Dispatching value to all write plugins failed with status -1.</div></div><div>...</div><div><br></div><div><div>Feb 28 15:07:34 david collectd[18815]: Filter subsystem: Built-in target `write': Some write plugin is back to normal operation. `write' succeeded.</div></div><div><br></div><div>I found </div><div><a href="https://collectd.org/wiki/index.php?title=Target:Write&redirect=no">https://collectd.org/wiki/index.php?title=Target:Write&redirect=no</a><br></div><div>(which talks about the errorcode 2, not -1 as i get). </div><div><br></div><div>this is my condensed collectd.conf file. </div><div><br></div><div>FQDNLookup true</div><div>WriteQueueLimitHigh 1000000</div><div>WriteQueueLimitLow   800000</div><div>LoadPlugin syslog</div><div><Plugin syslog></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>LogLevel crit</div><div></Plugin></div><div><LoadPlugin perl></div><div>        Globals true</div><div></LoadPlugin></div><div>LoadPlugin rrdtool</div><div><Plugin rrdtool></div><div>        DataDir "/var/lib/collectd/rrd"</div><div>        CacheTimeout 120</div><div>        CacheFlush 900</div><div>        WritesPerSecond 30</div><div>        RandomTimeout 20</div><div>  RRATimespan 3600</div><div>  RRATimespan 86400</div><div>  RRATimespan 604800</div><div>  RRATimespan 2678400</div><div>  RRATimespan 31622400</div><div>  RRATimespan 315576000</div><div></Plugin></div><div> </div><div><Plugin perl></div><div>           BaseName "Collectd::Plugins"</div><div>  </div><div><span class="Apple-tab-span" style="white-space:pre">        </span> LoadPlugin "OneWireCtlr"</div><div>           <Plugin onewirectlr></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>      host "192.168.178.117"</div><div><span class="Apple-tab-span" style="white-space:pre">    </span>        <0F00000561159F28></div><div><span class="Apple-tab-span" style="white-space:pre">                 </span>type "temperature"</div><div><span class="Apple-tab-span" style="white-space:pre">         </span>        name "Beschreibung"</div><div><span class="Apple-tab-span" style="white-space:pre">            </span></0F00000561159F28></div><div>           </Plugin></div><div>        <Plugin onewirectlr></div><div> <span class="Apple-tab-span" style="white-space:pre">      </span> host "192.168.178.116"</div><div>            <F50000000F93691D_1></div><div>                        type "counter"</div><div>                        name "Stromzähler Familie"</div><div><br></div><div>....</div><div><span class="Apple-tab-span" style="white-space:pre">  </span></Plugin></div><div></Plugin></div><div><Include "/etc/collectd/collectd.conf.d"></div><div>Filter "*.conf"</div><div></Include></div><div><br></div><div><br></div><div>what am i doing wrong?</div></div>