Fixed typo in cpu fan speed check

This commit is contained in:
Daniele Verducci (Slimpenguin) 2022-10-09 12:45:49 +02:00
parent 0adfd32db1
commit 52d195be09

View File

@ -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]