summaryrefslogtreecommitdiffstats
path: root/god/temper/collectd-temper.sh
diff options
context:
space:
mode:
Diffstat (limited to 'god/temper/collectd-temper.sh')
-rwxr-xr-xgod/temper/collectd-temper.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/god/temper/collectd-temper.sh b/god/temper/collectd-temper.sh
deleted file mode 100755
index f66e9acc..00000000
--- a/god/temper/collectd-temper.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-HOSTNAME="${COLLECTD_HOSTNAME:-localhost}"
-INTERVAL="${COLLECTD_INTERVAL:-30}"
-TEMPERNAME="${TEMPERNAME:-external}"
-TEMPERBIN="${TEMPERBIN:-/krebs/temper/temper}"
-#while sleep "$INTERVAL"; do
- VALUE=`$TEMPERBIN`
- echo "PUTVAL \"$HOSTNAME/sensors-temper/temperature-$TEMPERNAME\" N:$VALUE" #interval=$INTERVAL
- logger "PUTVAL \"$HOSTNAME/sensors-temper/temperature-$TEMPERNAME\" N:$VALUE" #interval=$INTERVAL
-#done