schedLastFailure

DISMAN-SCHEDULE-MIB · .1.3.6.1.2.1.63.1.2.1.17

Object

The most recent error that occurred during the invocation of
a scheduled action.  The value noError(0) is returned
if no errors have occurred yet.

Context

MIB
DISMAN-SCHEDULE-MIB
OID
.1.3.6.1.2.1.63.1.2.1.17
Type
column
Access
readonly
Status
current
Parent
schedEntry
Groups
2

Walk the column to discover its indexed instances, or supply every index to read one instance.

Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'DISMAN-SCHEDULE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DISMAN-SCHEDULE-MIB::schedLastFailure'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DISMAN-SCHEDULE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DISMAN-SCHEDULE-MIB::schedLastFailure.<schedOwner>.<schedName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DISMAN-SCHEDULE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DISMAN-SCHEDULE-MIB::schedLastFailure'

Syntax

Source
SnmpPduErrorStatus
Base type
Enumeration

Values & Constraints

Type Values
-1noResponse
0noError
1tooBig
2noSuchName
3badValue
4readOnly
5genErr
6noAccess
7wrongType
8wrongLength
9wrongEncoding
10wrongValue
11noCreation
12inconsistentValue
13resourceUnavailable
14commitFailed
15undoFailed
16authorizationError
17notWritable
18inconsistentName

Conformance