Hi,<br><br>how about the following change in collectd-nagios.c?<br><br>491c491<br>&lt;     snprintf (address, sizeof (address), &quot;unix:%s&quot;, socket_file_g);<br>---<br>&gt;     snprintf (address, sizeof (address), &quot;%s&quot;, socket_file_g);<br>
<br>Wouldn&#39;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>