sensu-plugins-memory-checks
sensu-plugins-memory-checks copied to clipboard
This plugin provides native memory instrumentation for monitoring and metrics collection, including: memory usage via `free` and `vmstat`, including metrics. Note that this plugin may have cross-platf...
I tried not using W FLAG but it sent me alert on 80 , so is there any way i can disable , some thing like -1
## Pull Request Checklist **Is this in reference to an existing issue?** No, but there sure is an issue... Many Docker images don't carry **bash**, therefore **sh** should be used,...
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
Per the readme, check-ram.rb requires vmstat but that gem is not part of this gem's runtime requirements (not installed by default). In order to make check-ram.rb functional for those consuming...
Updates the requirements on [rubocop](https://github.com/rubocop-hq/rubocop) to permit the latest version. Release notes Sourced from rubocop's releases. RuboCop 0.81 New features #7299: Add new Lint/RaiseException cop. (@denys281) #7793: Prefer include? over...
The README currently has the following for a memory check resource definition example: ``` --- type: CheckConfig spec: command: "check-memory.rb" handlers: [] high_flap_threshold: 0 interval: 10 low_flap_threshold: 0 publish: true...
FWIW, I am using both Ubuntu 16/18 and CentOS 7 systems. So near as I can tell this issues is caused by an incorrect parsing of the values returned by...
For example it is ok to have 20% of free ram but 40% of used ram is considered critical which is probably wrong.
Hi, Could MacOS support get added to this since Sensu also has a Mac client now?
``` /opt/sensu/embedded/lib/ruby/gems/2.3.0/gems/sensu-plugins-memory-checks-1.0.2/bin/check-swap-percent.rb:6:in `exec': No such file or directory - /opt/sensu/embedded/lib/ruby/gems/2.3.0/gems/sensu-plugins-memory-checks-1.0.2/bin/check-swap-percent.sh (Errno::ENOENT) from /opt/sensu/embedded/lib/ruby/gems/2.3.0/gems/sensu-plugins-memory-checks-1.0.2/bin/check-swap-percent.rb:6:in `' ```