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
_______________________________________________ collectd mailing list [email protected] http://mailman.verplant.org/listinfo/collectd
