All MIBs › UPS-MIB › upsShutdownAfterDelay
upsShutdownAfterDelay
Module: UPS-MIB
OID (symbolic): UPS-MIB::upsShutdownAfterDelay
OID (numeric): 1.3.6.1.2.1.33.1.8.2
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: Setting this object will shutdown (i.e., turn off) either the UPS output or the UPS system (as determined by the value of upsShutdownType at the time of shutdown) after the indicated number of seconds, or less if the UPS batteries become depleted. Setting this object to 0 will cause the shutdown to occur immediately. Setting this object to -1 will abort the countdown. If the system is already in the desired state at the time the countdown reaches 0, then nothing will happen. That is, there is no additional action at that time if upsShutdownType = system and the system is already off. Similarly, there is no additional action at that time if upsShutdownType = output and the output is already off. When read, upsShutdownAfterDelay will return the number of seconds remaining until shutdown, or -1 if no shutdown countdown is in effect. On some systems, if the agent is restarted while a shutdown countdown is in effect, the countdown may be aborted. Sets to this object override any upsShutdownAfterDelay already in effect.
What is upsShutdownAfterDelay?
Writing a number of seconds to this object starts a countdown after which the UPS turns off its output or the entire system, per upsShutdownType, while reading it returns the seconds remaining or -1 if no countdown is active. Admins use this for graceful, delayed shutdowns, giving connected servers time to finish work before power is cut, and can write -1 at any time to cancel a countdown already in progress. Setting this to 60 gives attached equipment one minute to shut down cleanly before the UPS output goes dark; setting it to 0 cuts power immediately.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.33.1.8.2 snmpwalk -v2c -c public <target> UPS-MIB::upsShutdownAfterDelay
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.33.1.8.2.1 snmpget -v2c -c public <target> UPS-MIB::upsShutdownAfterDelay.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.2.1.33.1.8.2.1 i <value>
Start monitoring vendor-neutral, standards-based MIB, Uninterruptible Power Supply (UPS) systems (battery health/runtime/alarm status) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the UPS-MIB::upsShutdownAfterDelay OID value, configure state conditions and alerts, and monitor any vendor-neutral, standards-based MIB, Uninterruptible Power Supply (UPS) systems (battery health/runtime/alarm status) from a single console.
OID Breakdown
Upper-level ancestors (6 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.2 | mgmt | AXON-MIB |
| 1.3.6.1.2.1 | mib_2 | AXON-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.2.1.33 | upsMIB | UPS-MIB |
| 1.3.6.1.2.1.33.1 | upsObjects | UPS-MIB |
| 1.3.6.1.2.1.33.1.8 | upsControl | UPS-MIB |
| 1.3.6.1.2.1.33.1.8.2 | upsShutdownAfterDelay | UPS-MIB |