Fixed typo in cpu fan speed check
This commit is contained in:
parent
0adfd32db1
commit
52d195be09
@ -169,7 +169,7 @@ REGEXP=Core 0: +\+?(-?\d{1,3}).\d°[CF]
|
|||||||
DISABLED=True
|
DISABLED=True
|
||||||
ALARM_VALUE_LESS_THAN=300
|
ALARM_VALUE_LESS_THAN=300
|
||||||
COMMAND=sensors
|
COMMAND=sensors
|
||||||
REGEXP=cpu_fan: +(\d) RPM
|
REGEXP=cpu_fan: +(\d+) RPM
|
||||||
|
|
||||||
|
|
||||||
[host_reachability]
|
[host_reachability]
|
||||||
|
Loading…
Reference in New Issue
Block a user