diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-02-20 16:38:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-20 16:38:34 +0100 |
commit | a7b3bb968a2a8fae174d9e8e67f01e16cc0a8335 (patch) | |
tree | 2a140f3bf9d0b7f45017fc79d04a361fc4169847 /plugins-scripts/check_sensors.sh | |
parent | 99a978b669cedb63e15b7df5b6ad81a9a63e9279 (diff) | |
parent | 0d0f4ee7e30dcd2c5f9f0c53400ed6b2a9bc14a2 (diff) | |
download | monitoring-plugins-a7b3bb968a2a8fae174d9e8e67f01e16cc0a8335.tar.gz |
Merge pull request #2065 from RincewindsHat/opttest_tool
Opttest tool
Diffstat (limited to 'plugins-scripts/check_sensors.sh')
-rw-r--r--[-rwxr-xr-x] | plugins-scripts/check_sensors.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins-scripts/check_sensors.sh b/plugins-scripts/check_sensors.sh index 866e0e0f..ba3581b1 100755..100644 --- a/plugins-scripts/check_sensors.sh +++ b/plugins-scripts/check_sensors.sh | |||
@@ -20,7 +20,6 @@ print_help() { | |||
20 | echo "This plugin checks hardware status using the lm_sensors package." | 20 | echo "This plugin checks hardware status using the lm_sensors package." |
21 | echo "" | 21 | echo "" |
22 | support | 22 | support |
23 | exit "$STATE_OK" | ||
24 | } | 23 | } |
25 | 24 | ||
26 | case "$1" in | 25 | case "$1" in |