python-zabbix-utils icon indicating copy to clipboard operation
python-zabbix-utils copied to clipboard

save the last active_node in send() request

Open dberardo-com opened this issue 1 year ago • 0 comments

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 ?

dberardo-com avatar Oct 02 '24 14:10 dberardo-com