aixAgentPollInterval
IBM-AIX-MIB ·
.1.3.6.1.4.1.2.6.191.1.1.5
Object
scalar r/w
secondsInteger32
The poll interval(in seconds) used by the agent. The default value is zero. This value is used to define the minimum time interval during which the subagent must update an object's value, check if any events occurred and send a trap when an event occurs. If the value is zero, the polling depends on each seperate configuration variable such as aixFsPollInterval, aixVgPollInterval, etc. if it is not zero, The value can not be less than 5 seconds. If it is set to 1, 2, 3, or 4, the agent automatically sets the poll interval to 5. aixAgentPollInterval works together with the other variables such as aixFsPollInterval, aixCPUPollInterval, aixVgPollInterval, aixPagePollInterval, aixLFPollInterval to decide the final polling interval of each group. In /etc/aixmibd.conf file, this variable is corresponding to pollInterval. Originally, it is SYNTAX Integer32(0,6..2147483647), but IT Director MIB compiler does not accept this and it is changed to this.
Context
- MIB
- IBM-AIX-MIB
- OID
.1.3.6.1.4.1.2.6.191.1.1.5- Type
- scalar
- Access
- readwrite
- Status
- current
- Units
- seconds
- Parent
- aixAgent
- Groups
- 1
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 'IBM-AIX-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IBM-AIX-MIB::aixAgentPollInterval.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IBM-AIX-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IBM-AIX-MIB::aixAgentPollInterval'
Syntax
secondsInteger32
Values & Constraints
Object Constraints
range: 6-2147483647
Conformance
Member of