Looking for insight or recommendation on Zabbix ingesting webhooks.
What key\value would be recommended if I want to send a webhook to Zabbix for an event?
For example, I'm using a 3rd party product that has it's own triggers, and I'd like to send a webhook from that product when an action takes place.
For example, a User logs in to a Server, which the 3rd party product is monitoring, which kicks off a webhook to Zabbix.
Normally, I'd just send the webook to the Zabbix API and flip a key value from 0 to 1. Trigger executes due to that value change.
However, there's no reset of the value, after that initial webook is sent there's no follow up to reset the value.
This works well for actions\scripts, since it's a onetime deal, but having an issue with keys since after the trigger is sent there's no "OK" or reset event taking place.
How do you folks handle that scenario?
What key\value would be recommended if I want to send a webhook to Zabbix for an event?
For example, I'm using a 3rd party product that has it's own triggers, and I'd like to send a webhook from that product when an action takes place.
For example, a User logs in to a Server, which the 3rd party product is monitoring, which kicks off a webhook to Zabbix.
Normally, I'd just send the webook to the Zabbix API and flip a key value from 0 to 1. Trigger executes due to that value change.
However, there's no reset of the value, after that initial webook is sent there's no follow up to reset the value.
This works well for actions\scripts, since it's a onetime deal, but having an issue with keys since after the trigger is sent there's no "OK" or reset event taking place.
How do you folks handle that scenario?
Comment