ahaerpfer / ansible-inventory-omd-livestatus

Ansible dynamic inventory script for OMD Livestatus.
BSD 2-Clause "Simplified" License
1 stars 1 forks source link

Add support for TCP sockets and improve data retrival from livestatus #15

Open elchicodepython opened 4 years ago

elchicodepython commented 4 years ago

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.