The check_ide_smart Plugin
check_ide_smart v2.4.0.7.g78ce (monitoring-plugins 2.4git)
(C) 1999 Ragnar Hojland Espinosa <ragnar@lightside.dhis.org>
Plugin implementation - 1999 Robert Dale <rdale@digital-mission.com>
Copyright (c) 1998-2007 Monitoring Plugins Development Team
<devel@monitoring-plugins.org>
This plugin checks a local hard drive with the (Linux specific) SMART interface [http://smartlinux.sourceforge.net/smart/index.php].
Usage:
check_ide_smart [-d <device>] [-v]
Options:
-h, --help
Print detailed help screen
-V, --version
Print version information
--extra-opts=[section][@file]
Read options from an ini file. See
https://www.monitoring-plugins.org/doc/extra-opts.html
for usage and examples.
-d, --device=DEVICE
Select device DEVICE
Note: if the device is specified without this option, any further option will
be ignored.
-v, --verbose
Show details for command-line debugging (output may be truncated by
the monitoring system)
Notes:
The SMART command modes (-i/--immediate, -0/--auto-off and -1/--auto-on) were
broken in an underhand manner and have been disabled. You can use smartctl
instead:
-0/--auto-off: use "smartctl --offlineauto=off"
-1/--auto-on: use "smartctl --offlineauto=on"
-i/--immediate: use "smartctl --test=offline"
Send email to help@monitoring-plugins.org if you have questions regarding
use of this software. To submit patches or suggest improvements, send email
to devel@monitoring-plugins.org