10 lines
399 B
Plaintext
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
|