Ad Widget

Collapse

Exclude Admin Shut Down Interface Trigger

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Kampai
    Junior Member
    • May 2020
    • 5

    #1

    Exclude Admin Shut Down Interface Trigger

    HI guys.
    I am using cisco ios snmpv2 default template to monitor interfaces.
    When I shut down interface manually i am getting link down problem alert.
    I changed trigger like this:


    {$IFCONTROL:"{#IFNAME}"}=1 and ({Template Net Cisco IOS SNMPv2:net.if.status[ifOperStatus.{#SNMPINDEX}].last()}=2 and {Template Net Cisco IOS SNMPv2:net.if.status[ifOperStatus.{#SNMPINDEX}].diff()}=1) and {Template Net Cisco IOS SNMPv2:net.if.status[ifAdminStatus.{#SNMPINDEX}].last()}=1

    I thought this should work fine just to add if interface is enabled line in trigger, but thing is, it sometimes works and sometimes anyway gives link down alert...
    any ideas?

    Zabbix 5.0.1
Working...