Ad Widget

Collapse

Macros in Trigger description

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • daftu
    Junior Member
    • Feb 2013
    • 14

    #1

    Macros in Trigger description

    Hi,
    I'm trying to use macros in trigger description to propagate them to Actions/Messages (via {TRIGGER.DESCRIPTION} macro).

    I.e. in trigger description I'd like to give more informations related to problem:
    CPU iowait : {{HOST.HOST}:system.cpu.util[,iowait].avg(5m)}

    but instead I get:
    CPU iowait: {Some host name:system.cpu.util[,iowait].avg(5m)}

    The similar functionality is described in https://www.zabbix.com/documentation...eration/macros but it doesn't work in triggers I think, or maybe I'm doing sth wrong?

    If it's not my mistake or a bug, would it be a nice feature!

    I'm using Zabbix 2.2.2
Working...