Ad Widget

Collapse

Need Assistance with Linux OS Reboot from Action in Zabbix - SNMP Trigger Delay

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Katherine_Ryan
    Banned
    • Aug 2023
    • 2

    #1

    Need Assistance with Linux OS Reboot from Action in Zabbix - SNMP Trigger Delay

    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?
  • Demiwinter
    Junior Member
    • Aug 2023
    • 3

    #2
    Originally posted by Katherine_Ryan
    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
    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.

    Comment

    Working...