On Sunday, July 20, 2014, tov...@gmx.net <tov...@gmx.net> wrote:

> Hello List,
> can someone point me out how to eliminate the following messages in my
> syslog ?
>
> Jul 19 18:26:01 lxkvm collectd[3568]: 0 Success: 1 value has been
> dispatched.
> Jul 19 18:26:01 lxkvm collectd[3568]: 0 Success: 1 value has been
> dispatched.
> Jul 19 18:26:01 lxkvm collectd[3568]: 0 Success: 1 value has been
> dispatched.
> Jul 19 18:26:01 lxkvm collectd[3568]: 0 Success: 1 value has been
> dispatched.
> Jul 19 18:26:01 lxkvm collectd[3568]: 0 Success: 1 value has been
> dispatched.
> Jul 19 18:26:01 lxkvm collectd[3568]: 0 Success: 1 value has been
> dispatched.
> Jul 19 18:26:01 lxkvm collectd[3568]: 0 Success: 1 value has been
> dispatched.
>
> They appear for every single PUTVAL line.
>
> Seems to come from
>
> /src/utils_cmd_putval.c :
>
>         print_to_socket (fh, "0 Success: %i %s been dispatched.\n",
>                         values_submitted,
>                         (values_submitted == 1) ? "value has" : "values
> have");
>
>
> Can it be disabled ?  How ?
>
> Any Ideas ?


There's an open bug for this:

https://github.com/collectd/collectd/issues/664

Cheers,
Lindsay


-- 
w: http://fractio.nl/
t: @auxesis
_______________________________________________
collectd mailing list
collectd@verplant.org
http://mailman.verplant.org/listinfo/collectd

Reply via email to