digitemp-rrdgraph/etc/crontab

10 lines
365 B
Plaintext

#
# 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