{"library":"py-zabbix","title":"py-zabbix","description":"Python module to work with Zabbix API and send trapper data. Version 1.1.7. Low release cadence, maintained sporadically.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install py-zabbix"],"cli":null},"imports":["from pyzabbix import ZabbixAPI","from pyzabbix import ZabbixMetric","from pyzabbix import ZabbixSender"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from pyzabbix import ZabbixAPI\n\nzapi = ZabbixAPI('http://zabbix.example.com')\nzapi.login('user', 'password')\nprint('Connected to Zabbix API version %s' % zapi.api_version())","lang":"python","description":"Connect to Zabbix API and print the API version.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}