All MIBs › DKSF-60-4-X-X-X › npThermoStatus
npThermoStatus
Module: DKSF-60-4-X-X-X
OID (symbolic): DKSF-60-4-X-X-X::npThermoStatus
OID (numeric): 1.3.6.1.4.1.25728.8800.1.1.3
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: Temperature status (0=fault, 1=underheat, 2=normal, 3=overheat)
What is npThermoStatus?
This read-only INTEGER summarizes a temperature sensor's health at a glance: failed(0) means the sensor itself is faulty, low(1) and high(3) mean the reading is outside the configured safe range, and norm(2) means it's fine. An admin can alert on npThermoStatus=high(3) instead of having to compare npThermoValue against the thresholds manually.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.25728.8800.1.1.3 snmpwalk -v2c -c public <target> DKSF-60-4-X-X-X::npThermoStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.25728.8800.1.1.3.1 snmpget -v2c -c public <target> DKSF-60-4-X-X-X::npThermoStatus.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> npThermoStatus.1
Start monitoring NetPing DKSF-60 remote power/relay control unit with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the DKSF-60-4-X-X-X::npThermoStatus OID value, configure state conditions and alerts, and monitor any NetPing DKSF-60 remote power/relay control unit from a single console.
OID Breakdown
Upper-level ancestors (10 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.25728 | lightcom | DKSF-201-9-X-X-1 |
| 1.3.6.1.4.1.25728.8800 | npThermo | DKSF-201-9-X-X-1 |
| 1.3.6.1.4.1.25728.8800.1 | npThermoTable | DKSF-201-9-X-X-1 |
| 1.3.6.1.4.1.25728.8800.1.1 | npThermoEntry | DKSF-201-9-X-X-1 |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.25728.8800.1.1.3 | npThermoStatus | DKSF-60-4-X-X-X |