I've been encountering a few challenges recently related to Zabbix SNMP monitoring and actions, and I was hoping to get some insights from the community.I'm trying to set up an action in Zabbix that would allow me to reboot a Linux OS remotely when a specific trigger condition is met.In my Zabbix setup, I've noticed that SNMP triggers sometimes generate alerts even for temporary fluctuations. I believe a delay in triggering might be helpful to prevent false alarms. How can I implement a delay in Zabbix SNMP triggers, so they activate only if the condition persists for a certain duration?
Ad Widget
Collapse
Need Assistance with Linux OS Reboot from Action in Zabbix - SNMP Trigger Delay
Collapse
X
-
Tags: None
-
You have a specify your SNMP trigger condition in the "Problem expression" field. Then, create a "Recovery expression" that checks if the trigger condition has been resolved after a certain duration using the {TRIGGER.VALUE} macro.I've been encountering a few challenges recently related to Zabbix SNMP monitoring and actions, and I was hoping to get some insights from the community.I'm trying to set up an action in Zabbix that would allow me to reboot a Linux OS remotely when a specific trigger condition is met.In my Zabbix setup, I've noticed that SNMP triggers sometimes generate alerts even for temporary fluctuations. I believe a delay in triggering might be helpful to prevent false alarms. How can I implement a delay in Zabbix SNMP triggers, so they activate only if the condition persists for a certain duration? YourTexasBenefits
Comment