Ad Widget

Collapse

Send text acknowledgement by email.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mpolitaev
    Member
    • Jun 2015
    • 32

    #1

    Send text acknowledgement by email.

    Hello everyone!

    Is there a way in Zabbix 3.2.4 to get on email text of trigger acknowledge by those users who receive the same alert?

    It will be conveniently to know how things are going in with problem cause alert by all users who saw alert notification.
  • batchenr
    Senior Member
    • Sep 2016
    • 440

    #2
    you can use this macros :

    {EVENT.ACK.HISTORY}
    → Trigger-based notifications and commands Log of acknowledgements on the problem.
    {EVENT.ACK.STATUS}
    → Trigger-based notifications and commands Acknowledgement status of the event (Yes/No).

    {TRIGGERS.UNACK}
    → Icon labels in maps1 Number of unacknowledged triggers for a map element, disregarding trigger state.
    A trigger is considered to be unacknowledged if at least one of its PROBLEM events is unacknowledged.
    {TRIGGERS.PROBLEM.UNACK}
    → Icon labels in maps1 Number of unacknowledged PROBLEM triggers for a map element.
    A trigger is considered to be unacknowledged if at least one of its PROBLEM events is unacknowledged.
    Supported since 1.8.3.
    {TRIGGERS.ACK}
    → Icon labels in maps1 Number of acknowledged triggers for a map element, disregarding trigger state.
    A trigger is considered to be acknowledged if all of it's PROBLEM events are acknowledged.
    Supported since 1.8.3.
    {TRIGGERS.PROBLEM.ACK}
    → Icon labels in maps1 Number of acknowledged PROBLEM triggers for a map element.
    A trigger is considered to be acknowledged if all of it's PROBLEM events are acknowledged.
    Supported since 1.8.3.

    and add this to the trigger - ref https://www.zabbix.com/documentation...ed_by_location

    Comment

    Working...