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

Python modules for zabbix.

Results 41 py-zabbix issues
Sort by recently updated
recently updated
newest added

as zabbix 5.4 introduced support for auth token, is planned to integrate this feature in this python module ?

Zabbix update the `user.login` api which is no longer get the `user` parameter The user parameter has deprecated warning at version 6.0 - https://www.zabbix.com/documentation/6.0/en/manual/api/reference/user/login Which is fully removed in the...

This module does not work with Zabbix version 6 because they changed the user parameter in the user.login method. Added a version check to pass the correct params and removed...

1) for information i found that the pyzabbix project is like your py-zabbix project creates a pyzabbix library and works with it. when installing both, api.py is overwritten 2) I...

I've spent quite a lot of time trying to set up a TLS connection with PSK. I finally managed to do that, so I thought I'd share my solution in...

I was wondering is there a plan to add support for Zabbix 6.X to the module i just upgraded my environment and was doing some tests with the SLA services...

Same feature as is implemented in zabbix_sender -N or --with-ns. Useful when converting snmp traps to zabbix trapper and snmp traps are arriving within same second.

Why both of your modules use the same pip install folders? I have server with several running scripts. Some of the scripts use pyzabbix module, and another ones py-zabbix module...