If the socket specified has a ':' in it, example: 192.168.1.20:50000 it will use TCP sockets instead of unix ones.
This commit also improves data retrival from livestatus fetching all the data from it without worrying about its size.
Also a more descriptive message has been added in the raised Exception.
If the socket specified has a ':' in it, example:
192.168.1.20:50000
it will use TCP sockets instead of unix ones. This commit also improves data retrival from livestatus fetching all the data from it without worrying about its size.Also a more descriptive message has been added in the raised Exception.