cmon - Computer Monitor
Copyright 2014 Matthew Wall

cmon is a weewx extension to monitor computer metrics such as cpu usage,
memory use, disk space, and ups status.  It saves data to its own database,
then those data can be displayed in weewx reports.  This extension also
includes a sample skin that illustrates how to use the data.

Installation instructions:

1) run the installer:

setup.py install --extension weewx-cmon.tgz

2) restart weewx:

sudo /etc/init.d/weewx stop
sudo /etc/init.d/weewx start

This will result in a skin called cmon with a single web page that illustrates
how to use the monitoring data.  See comments in cmon.py for customization
options.
