Can someone tell me how to get Observium to NOT ignore interfaces? I'm assuming that it is ignoring them due to the fact that they don't have ifTypes assigned - ##### Module Start: ports #####
o Caching OIDs ifDescr ifAlias ifName ifType ifOperStatus o Caching DB 0 ports o Discovering ports XX VLAN1(12)XXXXXXXX +---------+-----------+-----------+---------+--------+-------------+---------+ | ifIndex | ifDescr | ifName | ifAlias | ifType | Oper Status | Ignored | +---------+-----------+-----------+---------+--------+-------------+---------+ | 9 | WAN2 | WAN2 | ... | | | yes | | 10 | WAN1 | WAN1 | ... | | | yes | | 12 | VLAN1 | VLAN1 | ... | l2vlan | | no | | 25 | LAN4 | LAN4 | ... | | down | yes | | 26 | LAN3 | LAN3 | ... | | down | yes | | 27 | LAN2 | LAN2 | ... | | down | yes | | 28 | LAN1 | LAN1 | ... | | up | yes | | 29 | WAN_PORT1 | WAN_PORT1 | ... | | up | yes | | 30 | WAN_PORT2 | WAN_PORT2 | ... | | down | yes | | 51 | USB1 | USB1 | ... | usb | | yes | | 52 | USB2 | USB2 | ... | usb | | yes | +---------+-----------+-----------+---------+--------+-------------+---------+ LAN1 and WAN PORT 1 are the two interfaces I need to have monitored.
Hi,
what OS on device?
Please show/attach debug discovery for device: ./discovery.php -d -h <device>
And snmpwalk for ifTable:
snmpwalk -v2c -c <community> -m IF-MIB <device> .1.3.6.1.2.1.2.2
Yes, Ports ignored because empty ifType. Usually it makes no sense to observe them, because all other counters are missing too.
But if in ifTable exist counters for this device, I will add exclude for os.
Benjamin Moore via observium wrote on 06/03/2019 20:25:
Can someone tell me how to get Observium to NOT ignore interfaces? I'm assuming that it is ignoring them due to the fact that they don't have ifTypes assigned - ##### Module Start: ports #####
o Caching OIDs ifDescr ifAlias ifName ifType ifOperStatus o Caching DB 0 ports o Discovering ports XX VLAN1(12)XXXXXXXX +---------+-----------+-----------+---------+--------+-------------+---------+ | ifIndex | ifDescr | ifName | ifAlias | ifType | Oper Status | Ignored | +---------+-----------+-----------+---------+--------+-------------+---------+ | 9 | WAN2 | WAN2 | ... | | | yes | | 10 | WAN1 | WAN1 | ... | | | yes | | 12 | VLAN1 | VLAN1 | ... | l2vlan | | no | | 25 | LAN4 | LAN4 | ... | | down | yes | | 26 | LAN3 | LAN3 | ... | | down | yes | | 27 | LAN2 | LAN2 | ... | | down | yes | | 28 | LAN1 | LAN1 | ... | | up | yes | | 29 | WAN_PORT1 | WAN_PORT1 | ... | | up | yes | | 30 | WAN_PORT2 | WAN_PORT2 | ... | | down | yes | | 51 | USB1 | USB1 | ... | usb | | yes | | 52 | USB2 | USB2 | ... | usb | | yes | +---------+-----------+-----------+---------+--------+-------------+---------+ LAN1 and WAN PORT 1 are the two interfaces I need to have monitored. _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
participants (2)
-
Benjamin Moore
-
Mike Stupalov