https://github.com/matteocorti/check_free_mem
check_free_mem is a Nagios plugin that checks the amount of free real memory on a Linux system
https://github.com/matteocorti/check_free_mem
memory nagios-plugin ram
Last synced: 2 months ago
JSON representation
check_free_mem is a Nagios plugin that checks the amount of free real memory on a Linux system
- Host: GitHub
- URL: https://github.com/matteocorti/check_free_mem
- Owner: matteocorti
- License: gpl-3.0
- Created: 2015-10-22T06:58:15.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T15:09:52.000Z (12 months ago)
- Last Synced: 2025-04-15T09:53:38.241Z (6 months ago)
- Topics: memory, nagios-plugin, ram
- Language: Perl
- Size: 101 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- Funding: .github/FUNDING.yml
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
(c) Matteo Corti, ETH Zurich, 2007-2012
(c) Matteo Corti, 2007-2019
see AUTHORS for the complete list of contributors
# check_free_mem
check_free_mem is a Nagios plugin that checks the amount of free real
memory on a Linux system## Usage
```
check_free_mem --critical=critical --warning=warning
[--verbose]
[--version|--help]Mandatory arguments:
--critical,-c critical specify the minumal percentage free memory
--warning,-w warning specify warning threshold for the percentage of free memoryOptions:
--version,V print version number
--verbose,-v be more verbose (can be repeated)
```## Bugs
Report bugs to https://github.com/matteocorti/check_free_mem/issues