mrtg script for monitoring temperature
#4
nicely done!

quick suggestion, though: instead of piping grep into cut, and then into cut again, i would suggest using something like:

Code:
awk '/Temperature/ {printf("%d", $5); }'


Messages In This Thread
RE: mrtg script for monitoring temperature - by epixoip - 07-15-2013, 08:29 AM