All MIBs › TUBS-PROC-MIB › procReload
procReload
Module: TUBS-PROC-MIB
OID (symbolic): TUBS-PROC-MIB::procReload
OID (numeric): 1.3.6.1.4.1.1575.1.3.1
Node type: OBJECT-TYPE
Type: DateAndTime
Access: read-write
Description: Any set operation will reload the process table. It contains a time stamp when the proc table was reloaded the last time.
What is procReload?
This object doubles as both a trigger and a status field: any SET operation forces the monitored host's process table to be reloaded, while a GET returns the timestamp of when that reload last occurred. An admin writes any DateAndTime value to it when they want the reported process list refreshed on demand rather than waiting for the agent's normal cycle. For example, after a batch of new services is started on the host, an admin might set procReload and then check the returned timestamp to confirm the process table now reflects them.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.1575.1.3.1 snmpwalk -v2c -c public <target> TUBS-PROC-MIB::procReload
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.1575.1.3.1.1 snmpget -v2c -c public <target> TUBS-PROC-MIB::procReload.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.1575.1.3.1.1 s <value>
Start monitoring Unix/Linux host (running-process table/reload status) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the TUBS-PROC-MIB::procReload OID value, configure state conditions and alerts, and monitor any Unix/Linux host (running-process table/reload status) from a single console.
OID Breakdown
Upper-level ancestors (8 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.1575 | tubs | TUBS-SMI |
| 1.3.6.1.4.1.1575.1 | ibr | TUBS-SMI |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.1575.1.3 | procMIB | TUBS-PROC-MIB |
| 1.3.6.1.4.1.1575.1.3.1 | procReload | TUBS-PROC-MIB |