system: exclude pchtherm thresholds

PR: https://forum.opnsense.org/index.php?topic=45484.msg227497#msg227497
This commit is contained in:
Franco Fichtner 2025-01-30 11:41:42 +01:00
parent 464bd59ec3
commit 695772d201

View File

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