dataLoggingInterval
PDU-MIB ·
.1.3.6.1.4.1.13742.4.1.1.30
Object
Data Logging periodicity in seconds. This is the periodicity of the data in the buffer.
This value must be a multiple of 3 between 3 and 600. For example, 60 is valid,
but 64 is not valid
This is being deprecated in favor of measurementsPerLogEntry.
The mapping is as follows.
dataLoggingInterval measurementsPerLogEntry
3n n
Example: dataLoggingInterval is 60, so every 60 seconds (or 20th sample)
data will be placed in the data log
measurementsPerLogEntry is 20, so the data log sill store the minimum, average
and maximum of every 20 samples
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 'PDU-MIB' -M '/opt/observium/mibs/raritan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PDU-MIB::dataLoggingInterval.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PDU-MIB' -M '/opt/observium/mibs/raritan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PDU-MIB::dataLoggingInterval'
Syntax
- Source
- SNMPv2-SMIInteger32
- Base type
Integer32
Values & Constraints
Type Constraints
range: -2147483648..2147483647
Conformance
Member of