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

Remove filenames from scripts #13

Closed mattyjones closed 8 years ago

mattyjones commented 9 years ago

The is in reference to PR #11

@scalp42 @tas50

Thanks for fixing this. Filenames should never be hard coded into a script and should be passed in via ref. This should be changed.