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