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

Example is outdate

Open dontsovcmc opened this issue 9 years ago • 2 comments

Example from readme doesnt' work. DataContainer constructor wrong.

dontsovcmc avatar Nov 30 '16 11:11 dontsovcmc

Please check out https://github.com/jbfavre/python-protobix, the new home for the protobix project.

q1x avatar Nov 30 '16 13:11 q1x

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)

dontsovcmc avatar Nov 30 '16 13:11 dontsovcmc