Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 730 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 730 Bytes

nestdata

Using python-nest to get and store nest data over time, which is then displayed via highcharts

Don't forget to create virtualenv for this called nestdata, or update the scripts Don't forget to pip install python-nest Don't forget to auth python-nest and don't forget to auth as root if cron-ing there Don't forget to update bash scripts to change the directories as needed

I had to manually compile rrdtool v1.4.9 and reference that b/c 1.5.5 wasn't exporting times in the xml....whhhy

Don't forget to update cron and update paths as needed

# Run this every 5 min
*/5 * * * * /bin/bash /home/joshpelkey/code/nestdata/nest_rrdtool_update.sh && /bin/bash /home/joshpelkey/code/nestdata/nest_rrdtool_export.sh