Ad Widget

Collapse

PagerDuty Integration

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pruchai
    Junior Member
    • Oct 2017
    • 2

    #1

    PagerDuty Integration

    I am trying to integrate Zabbix 3.4 with PD, and it requires

    "Trigger value = PROBLEM"

    to be set under corresponding action. However, there does not seem to be an action to set that. The only options I get from the dropdown menu are Trigger (which does not let me type anything and requires an actual trigger to be selected), Trigger name (which, again, requires a trigger name match) and Trigger severity.

    Where do I set "Trigger value" to "PROBLEM"?

  • kaspars.mednis
    Senior Member
    Zabbix Certified Trainer
    Zabbix Certified SpecialistZabbix Certified Professional
    • Oct 2017
    • 349

    #2
    There is no more Trigger Value condition on 3.4


    It was in 3.0


    now there is two sections - operations and recovery operations, operations are executed on problem status, and recovery operations on ok status

    regards,
    Kaspars

    Comment

    • vesper1978
      Member
      • Nov 2016
      • 59

      #3
      Try using "Trigger Severity" instead.

      For instance, I use:

      Trigger severity >= Warning

      This way it only sends out alerts on Warnings and above.

      Comment

      Working...