mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 00:07:26 +00:00
system: exclude pchtherm thresholds
PR: https://forum.opnsense.org/index.php?topic=45484.msg227497#msg227497
This commit is contained in:
parent
464bd59ec3
commit
695772d201
@ -102,7 +102,7 @@ type:script
|
||||
message:Halt system
|
||||
|
||||
[sensors]
|
||||
command:sysctl -aF | awk -F ": " '$2 ~ "^IK" { print $1 }' | grep -v -e "\._" -e "\.tjmax" | sort
|
||||
command:sysctl -aF | awk -F ": " '$2 ~ "^IK" { print $1 }' | grep -v -e "\._" -e "\.ctt" -e "\.[pt][m012]" -e "\.tjmax" | sort
|
||||
parameters:
|
||||
type:script_output
|
||||
message:Probing system temperature sensor location
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user