Ad Widget

Collapse

item value in trigger name

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • losos_sk
    Junior Member
    • Aug 2012
    • 3

    #1

    item value in trigger name

    Hello, I have two items checked over snmp in template for cisco switch:
    Description of port
    Status of port (up down)

    I would like to have in name of trigger for status of port its value for description.

    And if my port description on switch is "printer" and the port on switch goes down I need to see on dashboard something like:

    Host ---- Issue
    Switch01-----Port down-priter

    Any ideas? I know how to get values for both, i got trigger when the port goes down, just need to get there the description.
    Thank you
  • aib
    Senior Member
    • Jan 2014
    • 1615

    #2
    try to create a trigger which will have two parts:
    1) check if port is down
    2) check if Description is not empty

    Then you can create trigger Name , which include {ITEM.VALUE1} for port's status and {ITEM.VALUE2} for port's Description.
    Sincerely yours,
    Aleksey

    Comment

    • losos_sk
      Junior Member
      • Aug 2012
      • 3

      #3
      excelent, ty

      Comment

      Working...