OK - when I check my snmptt.conf file, I have duplicate entries for the same trap in this instance (and I'm betting for others as well):
Code: Select all
EVENT ushaUpsOnBattery .1.3.6.1.4.1.2468.1.2.1.2.0.8 "Status Events" Normal
FORMAT WARNING: The UPS has switched to battery backup power. $*
EXEC /usr/local/bin/snmptraphandling.py "$r" "SNMP Traps" "$s" "$@" "$-*" "WARNING: The UPS has switched to battery backup power. $*"
SDESC
WARNING: The UPS has switched to battery backup power.
Variables:
1: upsEstimatedChargeRemaining
2: upsBatteryVoltage
3: upsSecondsOnBattery
EDESC
Code: Select all
EVENT ushaUpsOnBattery .1.3.6.1.4.1.2468.1.2.1.2.0.8 "Status Events" Warning
FORMAT WARNING: The UPS has switched to battery backup power. $*
EXEC /usr/local/bin/snmptraphandling.py "$r" "SNMP Traps" "$s" "$@" "$-*" "WARNING: The UPS has switched to battery backup power. $*"
SDESC
WARNING: The UPS has switched to battery backup power.
Variables:
1: upsEstimatedChargeRemaining
2: upsBatteryVoltage
3: upsSecondsOnBattery
EDESC
Checking the USHAP.MIB file for the same string, I see the following:
Code: Select all
ushaUpsOnBattery TRAP-TYPE
ENTERPRISE upsTraps
VARIABLES {
upsEstimatedChargeRemaining,
upsBatteryVoltage,
upsSecondsOnBattery
}
DESCRIPTION
"WARNING: The UPS has switched to battery backup power."
::= 8
Which doesn't indicate critical, warning, or normal?
Why would this be?
I should also note that I checked the Falcon
site and downloaded their MIB files to compare against what's on the CD and they are identical per ExamDiff.