[collectd] Dispatching value to all write plugins failed with status -1 with network plugin

Eugene Prokopiev enp at itx.ru
Sun Jan 10 09:22:12 CET 2016


Hi,

I have a simple collectd server configuration:

LoadPlugin unixsock
LoadPlugin syslog

LoadPlugin network
LoadPlugin rrdtool

<Plugin "syslog">
  LogLevel "info"
  NotifyLevel "OKAY"
</Plugin>

<Plugin "network">
  Listen "0.0.0.0"
</Plugin>

I see many such messages in syslog:

Jan 10 11:11:59 eye collectd[11993]: Filter subsystem: Built-in target
`write': Dispatching value to all write plugins failed with status -1.
Jan 10 11:11:59 eye collectd[11993]: Filter subsystem: Built-in target
`write': Some write plugin is back to normal operation. `write'
succeeded.

I see this only if network plugin with Listen parameter enabled. No
such mesages with any local plugins.

Is collectd tries to use network plugin as write target? I tried to
explicit use rrdtool target only as described in
https://collectd.org/wiki/index.php?title=Target:Write but the result
was the same.

Can I do something else to avoid such messages?

-- 
WBR,
Eugene Prokopiev



More information about the collectd mailing list