GUI CSS: Refactored wato styles to nested structure meeting sasslint requirements...
[check_mk.git] / checkman / openhardwaremonitor.temperature
blob705c9ce6ce100a851b83bca9e50f582116e36356
1 title: Hardware Sensors via OpenHardwareMonitor: Temperature
2 agents: windows
3 catalog: os/hardware
4 license: GPL
5 distribution: check_mk
6 description:
7  This checks monitors temperature sensors reported by the tool
8  OpenHardwareMonitor (http://openhardwaremonitor.org/). check_mk
9  includes a stripped down version of OpenHardwareMonitor without
10  a gui component which can be installed through the agent backery
11  or manually.
12  If the check_mks own version of ohm is used and installed correcty,
13  the windows agent will ensure it is run (and restarted) as
14  necessary.
16  All temperature sensors (cpu, hdd, ...) are handled through this
17  same check but different default levels are applied based on
18  device type:
19     cpu    - warn = 60, crit = 70
20     hdd    - warn = 40, crit = 50
21     others - warn = 70, crit = 80
24 item:
25  The name of the sensor as reported by OpenHardwareMonitor
27 inventory:
28  All available sensors are automatically inventorized.