Zabbix alert notification isn't being sent #1692
-
Hi community, wonder if someone have already used Zabbix alert in ElastAlert2. Below is presented the config.yaml configuration file and rule that i'm testing.
Corresponding rule ap_status.yml:
command:
Can someone point me out where the problem is hidden, what am i doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
There hasn't been a Zabbix change in over 3 years so I don't know how popular it is. The forum etiquette when asking for help is to provide information such as how you installed ElastAlert2 (container or manually via pip or ?) and what versions are in use. Using the container avoids a lot of problems like what you described, where third-party libs may not be the correct version. Judging from the error, it seems you do have py-zabbix installed but the package doesn't provide a ZabbixSender. Yet the latest version of py-zabbix does include ZabbixSender. That's about all I can offer given the limited information provided. |
Beta Was this translation helpful? Give feedback.
@Eugenemdk @jertel
I tested it on Docker. It uses elastalert2 version 2.5.0 and Zabbix 7.4. I was able to receive alerts in Zabbix, so there are no problems with the current operation of elastalert2.
docker images
a.yaml