sensu-plugins / sensu-plugins-memory-checks

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-platform issues.
http://sensu-plugins.io
MIT License
15 stars 50 forks source link

Bash fix #112

Open giudicelli opened 3 years ago

giudicelli commented 3 years ago

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, and even more test should be used to compare value instead of the dedicated bash syntax. This guarantees better backward compatibility.

General

New Plugins

Purpose

Known Compatibility Issues