Hi,<br><br>how about the following change in collectd-nagios.c?<br><br>491c491<br>< snprintf (address, sizeof (address), "unix:%s", socket_file_g);<br>---<br>> snprintf (address, sizeof (address), "%s", socket_file_g);<br>
<br>Wouldn't it be useful if you can use an unix or a tcp socket? Or<br>could it cause unexpected problems?<br><br>Cheers<br>Andi<br>