Implement support for TCP sockets through a config option.
The idea is to be able to connect to Naemon/Livestatus over TCP without having to use an additional daemon, like xinetd.
To use it, use inet_addr in broker_module options instead of specifying the path to the unix socket. Example config to listen on all available IPv4 interfaces on TCP port 32768:
Implement support for TCP sockets through a config option. The idea is to be able to connect to Naemon/Livestatus over TCP without having to use an additional daemon, like xinetd.
To use it, use
inet_addr
inbroker_module
options instead of specifying the path to the unix socket. Example config to listen on all available IPv4 interfaces on TCP port 32768:This PR also;
ls-clobber
script to use Python 3.