Ad Widget

Collapse

Zabbix 2.0: Generic trigger

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • arimbun
    Junior Member
    • Jul 2013
    • 3

    #1

    Zabbix 2.0: Generic trigger

    Hi, I have recently setup a user parameter with as follows:

    UserParameter=entity.command_for_param[*],<command>

    What I currently have is a single trigger with a group of very similar conditional expressions:

    {entity.command_for_param[1].last(0)}=0|{entity.command_for_param[2].last(0)}=0|{entity.command_for_param[3].last(0)}=0|{entity.command_for_param[4].last(0)}=0|{entity.command_for_param[5].last(0)}=0

    Is there a way to create a generic trigger, like below?

    {entity.command_for_param[*].last(0)}=0
Working...