/Zabbix-Exporter

Zabbix Exporter for Prometheus

Primary LanguagePythonApache License 2.0Apache-2.0

Zabbix Exporter

Zabbix Exporter for Prometheus, written in python.

Usage




Example

Installation

docker run -d -e ZABBIX_EXP_URL="hostname" \
-e ZABBIX_EXP_USERNAME="Zabbix_Api_Username" \
-e ZABBIX_EXP_PASSWORD="Zabbix_Api_Password" \
-p 9228:9288 \
kyleoh95/zabbix_exporter:latest

How to contribute to these messy codes!