Enable commenting of cronjobs if the system is not yet in production
If a system is not fully deployed, then these cronjobs will generate errors and a lot of email.
This commit is contained in:
parent
680e0b53e2
commit
814c343721
2 changed files with 10 additions and 3 deletions
|
@ -17,9 +17,9 @@ PYTHONPATH=$PYTHONPATH:/var/rhizomatica/rccn
|
|||
0 3 * * * root /var/rhizomatica/bin/sms_cleanup.sh
|
||||
|
||||
#RRDtools graphs
|
||||
*/5 * * * * root /var/rhizomatica/bin/platform_update_rrd.sh
|
||||
*/5 * * * * root /var/rhizomatica/bin/network_update_rrd.sh
|
||||
*/1 * * * * root /var/rhizomatica/bin/network_update60.sh
|
||||
<%= @comment -%>*/5 * * * * root /var/rhizomatica/bin/platform_update_rrd.sh
|
||||
<%= @comment -%>*/5 * * * * root /var/rhizomatica/bin/network_update_rrd.sh
|
||||
<%= @comment -%>*/1 * * * * root /var/rhizomatica/bin/network_update60.sh
|
||||
|
||||
#Bind check between OpenBSC and Kannel (disabled)
|
||||
# */10 * * * * root /home/rhizomatica/bin/bind_check.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue