Ad Widget

Collapse

Define custom trigger status

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cbichis
    Member
    • Apr 2013
    • 30

    #1

    Define custom trigger status

    Hi,

    I would like to define some custom trigger statuses (not OK or PROBLEM), as INFO (for actions where is not needed to send recovery message):

    Of course, I can simply use on actions a diff default subject:

    {TRIGGER.STATUS}: {TRIGGER.NAME}

    to replace with

    INFO: {TRIGGER.NAME}

    However, I find more "appropriate" to just define a new TRIGGER.STATUS.

    Just that I don't seems to find in docs how to define a new status...
  • Heilig
    Senior Member
    Zabbix Certified Trainer
    Zabbix Certified SpecialistZabbix Certified Professional
    • Mar 2013
    • 366

    #2
    Trigger has only two status (Ok or Problem) and you can not add new (for example Info).
    So, I think that you have to use the specified method (define a new TRIGGER.STATUS in subject).

    Comment

    Working...