All MIBs › CPQOS-MIB › cpqOsCommonPollFreq
cpqOsCommonPollFreq
Module: CPQOS-MIB
OID (symbolic): CPQOS-MIB::cpqOsCommonPollFreq
OID (numeric): 1.3.6.1.4.1.232.19.2.1.4.1
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: The Management Agent's polling frequency.
The frequency, in seconds, at which the Agent requests information from the device driver. A frequency of zero (0) indicates that the Insight Agent retrieves the information upon request of a management station, it does not poll the device driver at a specific interval.
If the poll frequency is zero (0) all attempts to write to this object will fail. If the poll frequency is non-zero, setting this value will change the polling frequency of the Insight Agent. Setting the poll frequency to zero (0) will always fail, an agent may also choose to fail any request to change the poll frequency to a value that would severely impact system performance.
What is cpqOsCommonPollFreq?
This read-write integer sets, in seconds, how often the Insight management agent polls the underlying OS device driver for fresh data; a value of zero means the agent instead fetches data only on demand from a management station rather than polling continuously, and in that case writes to this object will fail. An admin tunes this to balance monitoring freshness against the overhead of constant polling on the managed server. For example, setting cpqOsCommonPollFreq to 60 has the agent refresh its OS performance counters once per minute.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.232.19.2.1.4.1 snmpwalk -v2c -c public <target> CPQOS-MIB::cpqOsCommonPollFreq
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.232.19.2.1.4.1.1 snmpget -v2c -c public <target> CPQOS-MIB::cpqOsCommonPollFreq.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.232.19.2.1.4.1.1 i <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> cpqOsCommonPollFreq.1
Start monitoring HP/Compaq shared storage subsystem (OpenStorage) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CPQOS-MIB::cpqOsCommonPollFreq OID value, configure state conditions and alerts, and monitor any HP/Compaq shared storage subsystem (OpenStorage) from a single console.
OID Breakdown
Upper-level ancestors (7 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.232 | compaq | COMPAQ-ID-REC-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.232.19 | cpqWinOsMgmt | CPQOS-MIB |
| 1.3.6.1.4.1.232.19.2 | cpqOsComponent | CPQOS-MIB |
| 1.3.6.1.4.1.232.19.2.1 | cpqOsInterface | CPQOS-MIB |
| 1.3.6.1.4.1.232.19.2.1.4 | cpqOsCommon | CPQOS-MIB |
| 1.3.6.1.4.1.232.19.2.1.4.1 | cpqOsCommonPollFreq | CPQOS-MIB |