Good morning everyone,
I'am creating a template to monitor TrueNas using its APIs instead of SNMP. Once it's ready, I will publish it on GitHub for the community
I make an HTTP call, parse the JSON, and generate the items and their respective triggers.
Is there a way to perform an action when an operator acknowledges a trigger?
The basic idea is as follows: when an operator acknowledges an event in Zabbix, it should make a POST call to TrueNAS to mark the event as acknowledged(TrueNas Api) so it can be deleted in the next scan performed by Zabbix.
I'am creating a template to monitor TrueNas using its APIs instead of SNMP. Once it's ready, I will publish it on GitHub for the community

I make an HTTP call, parse the JSON, and generate the items and their respective triggers.
Is there a way to perform an action when an operator acknowledges a trigger?
The basic idea is as follows: when an operator acknowledges an event in Zabbix, it should make a POST call to TrueNAS to mark the event as acknowledged(TrueNas Api) so it can be deleted in the next scan performed by Zabbix.
Comment