Zabbix 2.4
to only create items, triggers etc for ports that are up.
Discovery rule
Network Interfaces
SNMPv2 agent
ifOperStatus
IF-MIB::ifOperStatus
Filters
{#SNMPVALUE} "^u|^1"
snmpwalk -v 2c -c ****** x.x.x.x IF-MIB::ifOperStatus
IF-MIB::ifOperStatus.1 = INTEGER: up(1)
IF-MIB::ifOperStatus.2 = INTEGER: up(1)
IF-MIB::ifOperStatus.3 = INTEGER: down(2)
IF-MIB::ifOperStatus.4 = INTEGER: up(1)
IF-MIB::ifOperStatus.5 = INTEGER: up(1)
IF-MIB::ifOperStatus.6 = INTEGER: up(1)
I get nothing back when I add the template to the same host I did the walk on.
to only create items, triggers etc for ports that are up.
Discovery rule
Network Interfaces
SNMPv2 agent
ifOperStatus
IF-MIB::ifOperStatus
Filters
{#SNMPVALUE} "^u|^1"
snmpwalk -v 2c -c ****** x.x.x.x IF-MIB::ifOperStatus
IF-MIB::ifOperStatus.1 = INTEGER: up(1)
IF-MIB::ifOperStatus.2 = INTEGER: up(1)
IF-MIB::ifOperStatus.3 = INTEGER: down(2)
IF-MIB::ifOperStatus.4 = INTEGER: up(1)
IF-MIB::ifOperStatus.5 = INTEGER: up(1)
IF-MIB::ifOperStatus.6 = INTEGER: up(1)
I get nothing back when I add the template to the same host I did the walk on.
Comment