sensu-plugins / sensu-plugins-disk-checks

This plugin provides native disk instrumentation for monitoring and metrics collection, including: health, usage, and various metrics.
http://sensu-plugins.io
MIT License
27 stars 63 forks source link

device type and device path arguments for check-smart #45

Closed ghost closed 7 years ago

ghost commented 8 years ago

For some controllers (3ware, Areca...), smartctl has to be called with a specific device type (-d|--device) and device path: smartctl -a -d 3ware,0 /dev/twl0

Auto discovery of devices is great but it could be useful to give the ability to pass device type and device path though command line arguments.

ArakniD commented 7 years ago

This should be resolved with #49 with the ability to add override commands per device and override specific SMART elements if required.

majormoses commented 7 years ago

released: https://rubygems.org/gems/sensu-plugins-disk-checks/versions/2.4.0