jbfavre / python-protobix

Very simple python module implementing Zabbix Sender protocol.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

self.items_list clear after succesful send

jbfavre opened this issue · comments

I would expect that Datacontainer.items_list would be cleared after a succesfull sending. So the datacontainer can be reused (report from jbfavre/python-zabbix#3)

Need sample long running python process which uses this module in order to be able to test (cc @skinkie)

Should be fixed in dev branch.
@skinkie please check and report