Ad Widget

Collapse

{TIGGER.KEY} Question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SAT QPass
    Member
    • Oct 2005
    • 61

    #1

    {TIGGER.KEY} Question

    From the Wiki and my reading in the forums, I was under the impression that given the Trigger Expression:

    Code:
    {__ZABBIX.database:zabbix[items_unsupported].min(90)}#0
    The TITLE of the trigger is as follows:

    Code:
    {HOSTNAME} :: ZABBIX CONFIGURATION :: {TRIGGER.KEY}
    So now my question....

    It is my understanding that the macro {TRIGGER.KEY} *should* expand/replace with "zabbix[items_unsupported]" when viewed in the triggers configuration page.

    Instead I see the following:
    Code:
    __ZABBIX.database :: ZABBIX CONFIGURATION :: {TRIGGER.KEY}
    Thanks to everybody for their time and consideration. Forgive me if this has been asked before.

    Aaron
    Last edited by SAT QPass; 07-03-2006, 19:13. Reason: Fixed "what I see so it did not have duplicate {TRIGGER.KEY} for some reason...
  • bbrendon
    Senior Member
    • Sep 2005
    • 870

    #2
    Aren't you talking about actions?

    I think you'll only see the desired effect when the trigger/action actually runs.
    Unofficial Zabbix Expert
    Blog, Corporate Site

    Comment

    • SAT QPass
      Member
      • Oct 2005
      • 61

      #3
      Actually {HOSTNAME} works correctly in Trigger TITLE configuration form. When viewed in the trigger list, one sees {HOSTNAME} replaced with whatever the hostname is.

      I was hoping that I could save myself some typing by using the {TRIGGER.KEY}, which would simply things in my opinion and having that displayed correctly in the trigger list. I guess that does not work in triggers, but does in actions.

      Aaron

      Comment

      Working...