The Open Lighting Project has moved!
We've launched our new site at www.openlighting.org. This wiki will remain and be updated with more technical information.
We've launched our new site at www.openlighting.org. This wiki will remain and be updated with more technical information.
Difference between revisions of "Ola mon"
From wiki.openlighting.org
m |
|||
Line 1: | Line 1: | ||
+ | Brain dump to get ola_mon.py working on a mac: | ||
− | |||
<pre> | <pre> | ||
port install rrdtool +python27 | port install rrdtool +python27 | ||
− | |||
Create a directory to hold the RRD data (DATA_DIRECTORY) , and another to hold the image / html files (WWW_DIRECTORY). | Create a directory to hold the RRD data (DATA_DIRECTORY) , and another to hold the image / html files (WWW_DIRECTORY). | ||
Line 12: | Line 11: | ||
Run ola_mon.py --config <config_file> | Run ola_mon.py --config <config_file> | ||
Open WWW_DIRECTORY/index.html in a browser | Open WWW_DIRECTORY/index.html in a browser | ||
+ | </pre> |
Latest revision as of 17:53, 28 February 2012
Brain dump to get ola_mon.py working on a mac:
port install rrdtool +python27 Create a directory to hold the RRD data (DATA_DIRECTORY) , and another to hold the image / html files (WWW_DIRECTORY). In ./tools/ola_mon , edit ola_mon.conf and point to the DATA_DIRECTORY and WWW_DIRECTORY directories. Copy the tools/ola_mon/index.html file into the WWW_DIRECTORY Start olad Run ola_mon.py --config <config_file> Open WWW_DIRECTORY/index.html in a browser