alertLevel
FREENAS-MIB ·
.1.3.6.1.4.1.50536.2.2.2
Object
scalar AlertLevelType
No description available.
Context
- MIB
- FREENAS-MIB
- OID
.1.3.6.1.4.1.50536.2.2.2- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- notificationObjects
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 'FREENAS-MIB' -M '/opt/observium/mibs/ixsystems:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FREENAS-MIB::alertLevel.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FREENAS-MIB' -M '/opt/observium/mibs/ixsystems:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FREENAS-MIB::alertLevel'
Syntax
- Source
- AlertLevelType
- Base type
Enumeration
Values & Constraints
Type Values
1 | info |
2 | notice |
3 | warning |
4 | error |
5 | critical |
6 | alert |
7 | emergency |