Ad Widget

Collapse

User Macro & Trigger Name

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zabbixflic
    Member
    • Jan 2012
    • 39

    #1

    User Macro & Trigger Name

    Hi eXpert,

    I read about User Macro but I am sure I didn't understand how to manage it.

    So, this is my problem (I think it could be solved using User Macro) :

    - I need to change Trigger Name due to change of Item Value ->

    to better understand -> if item.value <> 2 then Trigger Name displayed is "Good"
    and, "if not" it could "Bad"

    And on 2nd hand, in Trigger defined for a "specific" Item, I need
    to display (in Trigger Name) "value" of another Item ->

    so, to explain : item2.value = "Wow"
    item1.value = 2
    trigger1.name of item1 shoud be = "Wow" is working

    Can you help me please ?

    Many many thanks in advance

    F.
  • Yello
    Senior Member
    • Apr 2011
    • 309

    #2
    Hi,
    You're asking for behaviours that zabbix doesn't support. I recommend that you read this web page which explains the macros zabbix supports and where they can be used:

    http://www.zabbix.com/documentation/.../config/macros

    To do what you want you may be best advised to raise feature requests with Zabbix SIA themselves and see how they react.


    Regards,
    David

    Comment

    • zabbixflic
      Member
      • Jan 2012
      • 39

      #3
      Ok, Yello
      many thanks for your answer.

      I know that webpage, but concepts are not always so clear.

      Regards

      Federico

      Comment

      • eskytthe
        Senior Member
        Zabbix Certified Specialist
        • May 2011
        • 363

        #4
        You may do some hacking like this (last post):

        But I am not sure it solve your needs.
        br
        Erik

        Comment

        Working...