All MIBs › CHECKPOINT-MIB › diskFreeAvail
diskFreeAvail
Module: CHECKPOINT-MIB
OID (symbolic): CHECKPOINT-MIB::diskFreeAvail
OID (numeric): 1.3.6.1.4.1.2620.1.6.7.3.5
Node type: OBJECT-TYPE
Type: DisplayString
Access: read-only
Description: Disk available free space
What is diskFreeAvail?
This DisplayString reports the disk space actually available for use, per 'Disk available free space,' which can differ from diskFreeTotal if some space is reserved (e.g., for root/superuser use on Unix-like filesystems) and thus not available to normal write operations. This distinction matters because a Check Point logging process writing as a non-privileged account could hit an out-of-space error even while diskFreeTotal still shows some free capacity, since that remaining space is reserved. An admin seeing logging failures despite diskFreeTotal reporting nonzero free space should check this available figure specifically, since it may be effectively zero.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2620.1.6.7.3.5 snmpwalk -v2c -c public <target> CHECKPOINT-MIB::diskFreeAvail
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2620.1.6.7.3.5.1 snmpget -v2c -c public <target> CHECKPOINT-MIB::diskFreeAvail.1
Start monitoring Check Point security gateway/firewall appliances with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CHECKPOINT-MIB::diskFreeAvail OID value, configure state conditions and alerts, and monitor any Check Point security gateway/firewall appliances 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.2620 | checkpoint | CHECKPOINT-GAIA-TRAP-MIB |
| 1.3.6.1.4.1.2620.1 | products | CHECKPOINT-GAIA-TRAP-MIB |
| 1.3.6.1.4.1.2620.1.6 | svn | CHECKPOINT-GAIA-TRAP-MIB |
| 1.3.6.1.4.1.2620.1.6.7 | svnPerf | CHECKPOINT-GAIA-TRAP-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.2620.1.6.7.3 | svnDisk | CHECKPOINT-MIB |
| 1.3.6.1.4.1.2620.1.6.7.3.5 | diskFreeAvail | CHECKPOINT-MIB |