Hi, i have a question about possibility to push notification from application to zabbix. The scenario is like this. For example, one of AWS web application service going down and we would like to setup application sending notification to Zabbix so Zabbix is creating an email and sending it to specified recipients with the error code or area/reason for service going down. Is there any possibility like this?
Ad Widget
Collapse
Application allert
Collapse
X
-
-
Trapper items are made for that. You can use Zabbix sender (https://www.zabbix.com/documentation...oncepts/sender) or your own code with zabbix_utils (https://github.com/zabbix/python-zabbix-utils) or similar library.
In Zabbix 7.0 you will be able to also use Zabbix API to send values:
Markku
Comment