diff options
| author | makefu <github@syntax-fehler.de> | 2013-01-14 01:48:19 +0100 |
|---|---|---|
| committer | makefu <github@syntax-fehler.de> | 2013-01-14 01:48:19 +0100 |
| commit | 5a782f6c8f7923f9f415afd504ce6e71acbc7fef (patch) | |
| tree | b184489a23d039484560d8b981d956e8b5407a1d /temper/collectd-temper.sh | |
| parent | 431afde0bfcbbccb4c7dad0cece3552384ba2862 (diff) | |
temper: remove
Diffstat (limited to 'temper/collectd-temper.sh')
| -rwxr-xr-x | temper/collectd-temper.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/temper/collectd-temper.sh b/temper/collectd-temper.sh deleted file mode 100755 index f66e9acc..00000000 --- a/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 |
