python-zabbix
python-zabbix copied to clipboard
Example is outdate
Example from readme doesnt' work. DataContainer constructor wrong.
Please check out https://github.com/jbfavre/python-protobix, the new home for the protobix project.
Thanks! I've found it.
It will be great, if you add configuration to example like this:
config = ZabbixAgentConfig()
config.server_active = '192.168.1.2'
config.server_port = 10051
zbx_datacontainer = protobix.DataContainer(config=config)