All MIBs › CHECKPOINT-MIB › diskFreeTotal
diskFreeTotal
Module: CHECKPOINT-MIB
OID (symbolic): CHECKPOINT-MIB::diskFreeTotal
OID (numeric): 1.3.6.1.4.1.2620.1.6.7.3.4
Node type: OBJECT-TYPE
Type: DisplayString
Access: read-only
Description: Disk total free space
What is diskFreeTotal?
This DisplayString reports the total amount of free disk space in absolute terms, per 'Disk total free space,' complementing the percentage figure in diskPercent with a real capacity number. Having both matters because the same percentage means very different things on a small versus a large disk, so an admin doing capacity planning would want this absolute value, not just the percentage, to judge how many more days of logs the disk can actually hold. A diskFreeTotal reading in single-digit gigabytes on an appliance logging heavily would translate to only a few hours of runway before the disk fills.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2620.1.6.7.3.4 snmpwalk -v2c -c public <target> CHECKPOINT-MIB::diskFreeTotal
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2620.1.6.7.3.4.1 snmpget -v2c -c public <target> CHECKPOINT-MIB::diskFreeTotal.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::diskFreeTotal 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.4 | diskFreeTotal | CHECKPOINT-MIB |