python-zabbix-utils
python-zabbix-utils copied to clipboard
save the last active_node in send() request
when using the Sender in cluster mode it seems like the python client always try to check all nodes from the beginning till a match is found every single time. this is a waste.
is it possible to store the latest active_node per cluster and try onto that one and check all others only in case of timeouts ?