summaryrefslogtreecommitdiffstats
path: root/plugins-scripts/check_sensors.sh
diff options
context:
space:
mode:
authorMisterMountain <bjoern.berg@netways.de>2023-04-11 15:11:06 (GMT)
committerMisterMountain <bjoern.berg@netways.de>2023-04-11 15:11:06 (GMT)
commit3dc677e4f1f990e7b26bc714a02608070379cf85 (patch)
tree541ed77fd046ccc615af9a956accf50ab3302343 /plugins-scripts/check_sensors.sh
parent5af4db7b4169acee20bfa2d637ce3f3eb5bdef47 (diff)
downloadmonitoring-plugins-3dc677e4f1f990e7b26bc714a02608070379cf85.tar.gz
fixed the identation (and also patched -V on check_oracle to behave exactly like --version again)
Diffstat (limited to 'plugins-scripts/check_sensors.sh')
-rwxr-xr-xplugins-scripts/check_sensors.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins-scripts/check_sensors.sh b/plugins-scripts/check_sensors.sh
index 3c4cf01..adbfc53 100755
--- a/plugins-scripts/check_sensors.sh
+++ b/plugins-scripts/check_sensors.sh
@@ -38,7 +38,7 @@ case "$1" in
38 ;; 38 ;;
39 -V) 39 -V)
40 print_revision "$PROGNAME" "$REVISION" 40 print_revision "$PROGNAME" "$REVISION"
41 exit "$STATE_OK" 41 exit "$STATE_UNKNOWN"
42 ;; 42 ;;
43 *) 43 *)
44 sensordata=$(sensors 2>&1) 44 sensordata=$(sensors 2>&1)