Refactoring: Moved more storage check parameters from unsorted.py to dedicated module...
[check_mk.git] / checkman / openhardwaremonitor.smart
blob9901e7b2761d4a4b202ab0710e01d58b332c3709
1 title: Hardware Sensors via OpenHardwareMonitor: S.M.A.R.T.
2 agents: windows
3 catalog: os/hardware
4 license: GPL
5 distribution: check_mk
6 description:
7  This checks monitors hard disk health via S.M.A.R.T. as reported by the
8  tool OpenHardwareMonitor (http://openhardwaremonitor.org/).
9  Please note that OHM reports aggregated S.M.A.R.T. attributes, not raw
10  values.
11  This check will only pick up on disks where it has support for at least
12  one of the reported attributes.
13  Currently supported attributes are:
14    - Remaining Life
16  check_mk includes a stripped down version of OpenHardwareMonitor without
17  a gui component which can be installed through the agent backery
18  or manually.
19  If the check_mks own version of ohm is used and installed correcty,
20  the windows agent will ensure it is run (and restarted) as
21  necessary.
23 item:
24  The id of the disk as reported by OpenHardwareMonitor
26 inventory:
27  All disks that report a supported smart reading are inventorized.