upsAdvConfigAlarm
PowerNet-MIB ·
.1.3.6.1.4.1.318.1.1.1.5.2.4
Object
scalar mandatory
r/w
Enumeration
A flag indicating how the UPS should handle audible line fail alarms: timed(1): UPS alarm will sound after a preset timed duration starting from the line fail condition (see OID upsAdvConfigAlarmTimer for the alarm timer value) atLowBattery(2): UPS alarm will sound when the UPS has reached a Low Battery condition during a line fail never(3): Disables the UPS audible alarm mute(4): Mutes the current alarm for some UPS devices only when it is in an alarm state and will return to the previously configured option when the UPS recovers from the alarm condition
Context
- MIB
- PowerNet-MIB
- OID
.1.3.6.1.4.1.318.1.1.1.5.2.4- Type
- scalar
- Access
- readwrite
- Status
- mandatory
- Parent
- upsAdvConfig
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PowerNet-MIB' -M '/opt/observium/mibs/apc:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PowerNet-MIB::upsAdvConfigAlarm.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PowerNet-MIB' -M '/opt/observium/mibs/apc:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PowerNet-MIB::upsAdvConfigAlarm'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | timed |
2 | atLowBattery |
3 | never |
4 | mute |