Install
openclaw skills install zabbix-connectorSkill for Zabbix API monitoring and interaction. Use it to check active alerts, list problems, manage hosts, and query monitoring data.
openclaw skills install zabbix-connectorUse this skill to monitor systems, query alerts, and access historical metrics through the Zabbix API.
This skill is meant for:
Do not use this skill for:
.env file containing ZABBIX_URL and ZABBIX_TOKEN..env.template to .env and fill in the credentials..env file with real credentials must not be included in the release package.scripts/zabbix_api.pyCentral script for Zabbix API communication. It provides methods for host_get, problem_get, history_get, among others.
Internal usage example:
zb = ZabbixDirect(ZABBIX_URL, ZABBIX_TOKEN)
problems = zb.get_active_problems_report()