From 695772d20179903e8210c20bc6cf0c0f929ed90f Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 30 Jan 2025 11:41:42 +0100 Subject: [PATCH] system: exclude pchtherm thresholds PR: https://forum.opnsense.org/index.php?topic=45484.msg227497#msg227497 --- src/opnsense/service/conf/actions.d/actions_system.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/opnsense/service/conf/actions.d/actions_system.conf b/src/opnsense/service/conf/actions.d/actions_system.conf index 623c7ee35..c3a4ee25d 100644 --- a/src/opnsense/service/conf/actions.d/actions_system.conf +++ b/src/opnsense/service/conf/actions.d/actions_system.conf @@ -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