#!/bin/bash
cd /home/nordlie/public_html/data/scripts
pull_aq
pull_geiger
pull_machine_room_mon
pull_magnetometer
pull_pressure
#!/bin/bash
cd /home/nordlie/public_html/data/data/air_quality
wget -q -O air_quality.txt http://jcnsystems.dyndns.org:8090/~nordlie/office_air_quality/air_quality.txt
wget -q -O daily_temp.png http://jcnsystems.dyndns.org:8090/~nordlie/office_air_quality/daily_temp.png
wget -q -O fortyeight_hr_temp.png http://jcnsystems.dyndns.org:8090/~nordlie/office_air_quality/fortyeight_hr_temp.png
wget -q -O weekly_temp.png http://jcnsystems.dyndns.org:8090/~nordlie/office_air_quality/weekly_temp.png
#!/bin/bash
cd /home/nordlie/public_html/data/data/geiger
wget -q -O index.html http://jcnsystems.dyndns.org:8090/~nordlie/geiger/index.html
wget -q -O 24hr_cpm.png http://jcnsystems.dyndns.org:8090/~nordlie/geiger/24hr_cpm.png
wget -q -O 24hr_urh.png http://jcnsystems.dyndns.org:8090/~nordlie/geiger/24hr_urh.png
wget -q -O geiger_cpm.txt http://jcnsystems.dyndns.org:8090/~nordlie/geiger/geiger_cpm.txt
wget -q -O geiger_data.txt http://jcnsystems.dyndns.org:8090/~nordlie/geiger/geiger_data.txt
#!/bin/bash
cd /home/nordlie/public_html/data/data/machine_room_monitor
wget -q -O daily_rh.png http://jcnsystems.dyndns.org:8090/~nordlie/machine_room_monitor/daily_rh.png
wget -q -O daily_temp.png http://jcnsystems.dyndns.org:8090/~nordlie/machine_room_monitor/daily_temp.png
wget -q -O forty_eight_hr_rh.png http://jcnsystems.dyndns.org:8090/~nordlie/machine_room_monitor/forty_eight_hr_rh.png
wget -q -O forty_eight_hr_temp.png http://jcnsystems.dyndns.org:8090/~nordlie/machine_room_monitor/forty_eight_hr_temp.png
wget -q -O output.txt http://jcnsystems.dyndns.org:8090/~nordlie/machine_room_monitor/output.txt
wget -q -O weekly_rh.png http://jcnsystems.dyndns.org:8090/~nordlie/machine_room_monitor/weekly_rh.png
wget -q -O weekly_temp.png http://jcnsystems.dyndns.org:8090/~nordlie/machine_room_monitor/weekly_temp.png
#!/bin/bash
cd /home/nordlie/public_html/data/data/magnetometer
wget -q -O output.txt http://jcnsystems.dyndns.org:8090/~nordlie/magnetometer/output.txt
wget -q -O theta1.png http://jcnsystems.dyndns.org:8090/~nordlie/magnetometer/theta1.png
wget -q -O theta2.png http://jcnsystems.dyndns.org:8090/~nordlie/magnetometer/theta2.png
wget -q -O total_mag.png http://jcnsystems.dyndns.org:8090/~nordlie/magnetometer/total_mag.png
wget -q -O x_dir.png http://jcnsystems.dyndns.org:8090/~nordlie/magnetometer/x_dir.png
wget -q -O y_dir.png http://jcnsystems.dyndns.org:8090/~nordlie/magnetometer/y_dir.png
wget -q -O z_dir.png http://jcnsystems.dyndns.org:8090/~nordlie/magnetometer/z_dir.png
#!/bin/bash
cd /home/nordlie/public_html/data/data/pressure
wget -q -O old_pressure.txt http://jcnsystems.dyndns.org:8090/~nordlie/pressure/old_pressure.txt
wget -q -O pressure.txt http://jcnsystems.dyndns.org:8090/~nordlie/pressure/pressure.txt
wget -q -O pressure.jpg http://jcnsystems.dyndns.org:8090/~nordlie/pressure/pressure.jpg
wget -q -O readme_pressure.txt http://jcnsystems.dyndns.org:8090/~nordlie/pressure/readme_pressure.txt