We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example from readme doesnt' work. DataContainer constructor wrong.
The text was updated successfully, but these errors were encountered:
Please check out https://github.com/jbfavre/python-protobix, the new home for the protobix project.
Sorry, something went wrong.
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)
No branches or pull requests
Example from readme doesnt' work.
DataContainer constructor wrong.
The text was updated successfully, but these errors were encountered: