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

Very simple python module implementing Zabbix Sender protocol.

Results 4 python-protobix issues
Sort by recently updated
recently updated
newest added

- Check and fix Zabbix 4.0 compatibility - Implement compression

hacktoberfest

The examples as given don't seem to work - zbx_container.debug = True causes an error. A guide on the module would be helpful to us beginners trying to use it....

" If sending many values from an input file, Zabbix sender will batch them at 250 values in one go (all values will be processed)" https://www.zabbix.com/documentation/2.4/manual/concepts/sender

mock is now part of the Python standard library, available as [unittest.mock](https://docs.python.org/dev/library/unittest.mock.html) in Python 3.3 onwards. https://github.com/testing-cabal/mock