[collectd] Patch for collectd-nagios.c for tcp sockets
Andre Arnold
andre.arnold at gmail.com
Wed Oct 14 16:50:50 CEST 2009
Hi,
how about the following change in collectd-nagios.c?
491c491
< snprintf (address, sizeof (address), "unix:%s", socket_file_g);
---
> snprintf (address, sizeof (address), "%s", socket_file_g);
Wouldn't it be useful if you can use an unix or a tcp socket? Or
could it cause unexpected problems?
Cheers
Andi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.verplant.org/pipermail/collectd/attachments/20091014/0045ec4a/attachment.htm
More information about the collectd
mailing list