|
||||||||
Hello, I'm using m0n0wall since several years without any issue. Thanks for your effort developing and maintaining this software. The m0n0wall in our lab should be monitored by Nagios with our 'standard' script for SNMP MIB compliant interfaces. It reads values like in/out octets; in/out errors and in/out discards and raises an alarm if the defined limit is exceeded. The m0n0wall 1.22 didn't provide the (mandatory) IF-MIB::ifOutDiscards object. Is this a known issue? I didn't found something related with Google. I've added some snmpwalk outputs of my m0n0wall with 3 NIC's; 2 Intel Pro/1000 and one 3com 3c905B. Regards, Andre snmpwalk -v 1 -c public 129.76.234.240 interfaces -O n < SOME LINES DROPPED > .1.3.6.1.2.1.2.2.1.17.1 = Counter32: 27254779 .1.3.6.1.2.1.2.2.1.17.2 = Counter32: 3253740 .1.3.6.1.2.1.2.2.1.17.3 = Counter32: 16254245 .1.3.6.1.2.1.2.2.1.17.4 = Counter32: 0 .1.3.6.1.2.1.2.2.1.18.1 = Counter32: 0 .1.3.6.1.2.1.2.2.1.18.2 = Counter32: 0 .1.3.6.1.2.1.2.2.1.18.3 = Counter32: 0 .1.3.6.1.2.1.2.2.1.18.4 = Counter32: 0 .1.3.6.1.2.1.2.2.1.20.1 = Counter32: 0 .1.3.6.1.2.1.2.2.1.20.2 = Counter32: 0 .1.3.6.1.2.1.2.2.1.20.3 = Counter32: 0 .1.3.6.1.2.1.2.2.1.20.4 = Counter32: 0 snmpwalk -v 1 -c public 129.76.234.240 interfaces < SOME LINES DROPPED > IF-MIB::ifInUcastPkts.1 = Counter32: 21206168 IF-MIB::ifInUcastPkts.2 = Counter32: 4308767 IF-MIB::ifInUcastPkts.3 = Counter32: 24192828 IF-MIB::ifInUcastPkts.4 = Counter32: 0 IF-MIB::ifInNUcastPkts.1 = Counter32: 4504 IF-MIB::ifInNUcastPkts.2 = Counter32: 0 IF-MIB::ifInNUcastPkts.3 = Counter32: 819832 IF-MIB::ifInNUcastPkts.4 = Counter32: 0 IF-MIB::ifInDiscards.1 = Counter32: 0 IF-MIB::ifInDiscards.2 = Counter32: 0 IF-MIB::ifInDiscards.3 = Counter32: 0 IF-MIB::ifInDiscards.4 = Counter32: 0 IF-MIB::ifInErrors.1 = Counter32: 0 IF-MIB::ifInErrors.2 = Counter32: 0 IF-MIB::ifInErrors.3 = Counter32: 0 IF-MIB::ifInErrors.4 = Counter32: 0 < SOME LINES DROPPED > IF-MIB::ifOutUcastPkts.1 = Counter32: 27257420 IF-MIB::ifOutUcastPkts.2 = Counter32: 3254147 IF-MIB::ifOutUcastPkts.3 = Counter32: 16255587 IF-MIB::ifOutUcastPkts.4 = Counter32: 0 IF-MIB::ifOutNUcastPkts.1 = Counter32: 0 IF-MIB::ifOutNUcastPkts.2 = Counter32: 0 IF-MIB::ifOutNUcastPkts.3 = Counter32: 0 IF-MIB::ifOutNUcastPkts.4 = Counter32: 0 IF-MIB::ifOutErrors.1 = Counter32: 0 IF-MIB::ifOutErrors.2 = Counter32: 0 IF-MIB::ifOutErrors.3 = Counter32: 0 IF-MIB::ifOutErrors.4 = Counter32: 0 |