Ad Widget

Collapse

Can we attach a graph to a triggered alert?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • neilb
    Member
    • Jan 2013
    • 33

    #1

    Can we attach a graph to a triggered alert?

    Hi all
    does anyone know how to attach a graph to a triggered alert?

    currently all we have is an email alert eg

    ...
    Trigger item:

    1. Trigger against processor busy time % on Citrix xxxxx
    .....

    but nothing speaks more volumes than a graphic showing this problem.

    or at the very least how do i embed a link to the respective graph or even better screen?

    thanks
    Neil
  • neilb
    Member
    • Jan 2013
    • 33

    #2
    [QUOTE=neilb;127929]Hi all
    does anyone know how to attach a graph to a triggered alert?

    currently all we have is an email alert eg

    ...
    Trigger item:

    1. Trigger against processor busy time % on Citrix xxxxx
    .....

    but nothing speaks more volumes than a graphic showing this problem.

    or at the very least how do i embed a link to the respective graph or even better screen?

    thanks
    Neil

    Comment

    • BDiE8VNy
      Senior Member
      • Apr 2010
      • 680

      #3
      Not tested but what about something like this:
      Code:
      Trigger: {TRIGGER.NAME}
      Trigger status: {TRIGGER.STATUS}
      Trigger severity: {TRIGGER.SEVERITY}
      Trigger URL: {TRIGGER.URL}
      
      Item values:
      
      {ITEM.NAME1} ({HOST.NAME1}): {ITEM.VALUE3}
      {ITEM.NAME1} ({HOST.NAME1}): {ITEM.VALUE2}
      {ITEM.NAME1} ({HOST.NAME1}): {ITEM.VALUE1}
      
      Item graphs:
      
      https://zabbix.example.com/zabbix/history.php?action=showgraph&itemid={ITEM.ID3}
      https://zabbix.example.com/zabbix/history.php?action=showgraph&itemid={ITEM.ID2}
      https://zabbix.example.com/zabbix/history.php?action=showgraph&itemid={ITEM.ID1}

      Comment

      Working...