Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_avail_memory
Current Version
1.1
Owner
License
GPL
Hits
7825
Requirements
Nothing special, tools already bundled on every Linux system.
Usage
./check_avail_memory.sh -w -c
Output
OK - if the available memory is above the warning and critical thresholds
WARNING - if the available memory is under the warning threshold and it is above the critical threshold
CRITICAL - if the available memory is under the critical threshold
Example
$ ./check_avail_memory.sh -w 10 -c 5
OK - Available Memory = 89% | Available memory=89%;10;5;0;100
More info can be found here: https://github.com/ninoabbate/nrpe-plugins#check_avail_memory
Nothing special, tools already bundled on every Linux system.
Usage
./check_avail_memory.sh -w
Output
OK - if the available memory is above the warning and critical thresholds
WARNING - if the available memory is under the warning threshold and it is above the critical threshold
CRITICAL - if the available memory is under the critical threshold
Example
$ ./check_avail_memory.sh -w 10 -c 5
OK - Available Memory = 89% | Available memory=89%;10;5;0;100
More info can be found here: https://github.com/ninoabbate/nrpe-plugins#check_avail_memory
Reviews (0)