Name Last Update
..
README.md Loading commit data...
auxiliar.cpp Loading commit data...
auxiliar.h Loading commit data...
check_openvpn.cpp Loading commit data...
check_openvpn.h Loading commit data...
tcp.cpp Loading commit data...
tcp.h Loading commit data...

README.md

check_memfree v1.0

Check free memory space on local machine.

Usage: 
check_memfree [-hV] -w <percent_free>% -c <percent_free>%
check_memfree [-hV] -w <bytes_free> -c <bytes_free>

Options:
 -h
    Print detailed help screen
 -V
    Print version information
 -w INTEGER
    Exit with WARNING status if less than INTEGER bytes of memory space are free
 -w PERCENT%
    Exit with WARNING status if less than PERCENT of memory space is free
 -c INTEGER
    Exit with CRITICAL status if less than INTEGER bytes of memory space are free
 -c PERCENT%
    Exit with CRITCAL status if less than PERCENT of memory space is free