add initial project files.

This commit is contained in:
2020-06-09 16:02:25 +09:00
commit b692151385
22 changed files with 2851 additions and 0 deletions

9
etc/crontab Normal file
View File

@ -0,0 +1,9 @@
#
# Server Room Temperature Monitoring System
#
# update minutely temperature sensor data
* * * * * niu-admin php /data/temperature/sbin/update.php
# send daily temperature informations
1 12 * * * niu-admin php /data/temperature/sbin/send_info.php
# check alert thresholds on every 15 minutes
0,15,30,45 * * * * niu-admin php /data/temperature/sbin/check_alert.php