We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 464bd59 commit 695772dCopy full SHA for 695772d
src/opnsense/service/conf/actions.d/actions_system.conf
@@ -102,7 +102,7 @@ type:script
102
message:Halt system
103
104
[sensors]
105
-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
106
parameters:
107
type:script_output
108
message:Probing system temperature sensor location
0 commit comments