For When You Can't Have The Real Thing
[ start | index | login ]
start > munin > thumctrl

thumctrl

Created by dave. Last edited by dave, 14 years and 14 days ago. Viewed 2,567 times. #1
[edit] [rdf]
labels
attachments

Plugin for THUMctrl USB Temperature/Humidity Sensor

#!/bin/bash

if [ "$1" = "config" ] ; then echo 'graph_args -l 70 -r' echo 'graph_title Comms Room Temperature' echo 'graph_order temperature' echo 'graph_vlabel Degrees F' echo 'graph_category Environmental' echo 'temperature.label temp' echo 'temperature.warning 85' echo 'temperature.critical 90' exit 0 fi echo "temperature.value `/usr/local/bin/thumctl -t -f | awk '{print $3}'`"

no comments | post comment
This is a collection of techical information, much of it learned the hard way. Consider it a lab book or a /info directory. I doubt much of it will be of use to anyone else.

Useful:


snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt