Files
digitemp-rrdgraph/etc/crontab.sample
T
2026-03-24 19:59:02 +09:00

10 lines
399 B
Plaintext

#
# Server Room Temperature Monitoring System
#
# update minutely temperature sensor data
* * * * * admin /opt/digitemp_rrdgraph/bin/digitemp_rrdgraph update
# send daily temperature informations
1 12 * * * admin php /opt/digitemp_rrdgraph/bin/digitemp_rrdgraph send-info
# check alert thresholds on every 15 minutes
0,15,30,45 * * * * admin /opt/digitemp_rrdgraph/bin/digitemp_rrdgraph check-alert