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 memcached dependency #1

Closed hirakiuc closed 9 years ago

hirakiuc commented 9 years ago

Hi, sensu-plugins team.

When I try to install sensu-plugins-memory-checks gem, but gem installation failed because memcached is not installed to my server.

I checked this gem codes, but I can't find any dependency of memcached gem.

So this pull req remove the dependency of memcached gem.

Thanks.

hirakiuc commented 9 years ago

The problem which I want to fix by this PR is already fixed by commit 2f00963bcf4d62062070c50f34cb1ed805c9235d.