status
BYCAST-STORAGEGRID-MIB ·
.1.3.6.1.4.1.28669.1.0.1.1.1
Object
scalar Enumeration
The system status of a StorageGRID: unknown(1) - At least one service is in the Unknown state and requires immediate investigation. adminDown(11) - All the services have been deliberately shutdown for maintenance by a grid administrator. normal(21) - All services are working normally. notice(31) - An unusual condition that does not affect normal operation. minor(41) - An abnormal condition that could affect operation in the future; should be investigated to prevent escalation. major(51) - An abnormal condition that currently affects operation; requires prompt attention to prevent escalation. critical(61) - An abnormal condition that has stopped normal operation; should be addressed immediately.
Context
- MIB
- BYCAST-STORAGEGRID-MIB
- OID
.1.3.6.1.4.1.28669.1.0.1.1.1- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- system
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 'BYCAST-STORAGEGRID-MIB' -M '/opt/observium/mibs/netapp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BYCAST-STORAGEGRID-MIB::status.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BYCAST-STORAGEGRID-MIB' -M '/opt/observium/mibs/netapp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BYCAST-STORAGEGRID-MIB::status'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
11 | adminDown |
21 | normal |
31 | notice |
41 | minor |
51 | major |
61 | critical |