Ad Widget

Collapse

Trigger URL in LLD triggers

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jacek
    Member
    • Nov 2008
    • 45

    #1

    Trigger URL in LLD triggers

    Hey,

    is there a way to automatically populate URL field in trigger definition with URL to graph related to this trigger while defining triggers via discovery rules? Hope, this makes sense to you .

    For example, lld rule creates traffic items and graphs / triggers basing on these items. As a consequence of trigger changing its status to problem, I' d love to send an email message with link to graph showing a problem.
  • coreychristian
    Senior Member
    Zabbix Certified Specialist
    • Jun 2012
    • 159

    #2
    I am not sure there is an easy way to link to a custom graph, but to a simple graph shouldn't be a problem.

    Here is an example for a link to a simple graph

    zabbix/history.php?action=showgraph&itemid=XXXXXXX

    in the URL section of the trigger I believe you should be able to use the '{ITEM.ID<1-9>}' macro, then configure your notification action to send the URL.

    Comment

    Working...