Updated cronjobs file
This commit is contained in:
parent
20b6b42248
commit
0bc421e3d0
1 changed files with 6 additions and 3 deletions
|
@ -9,5 +9,8 @@ PYTHONPATH=$PYTHONPATH:/var/rhizomatica/rccn
|
||||||
0 3 * * * root /var/rhizomatica/bin/sms_cleanup.sh
|
0 3 * * * root /var/rhizomatica/bin/sms_cleanup.sh
|
||||||
*/5 * * * * root /var/rhizomatica/bin/platform_update_rrd.sh
|
*/5 * * * * root /var/rhizomatica/bin/platform_update_rrd.sh
|
||||||
*/5 * * * * root /var/rhizomatica/bin/network_update_rrd.sh
|
*/5 * * * * root /var/rhizomatica/bin/network_update_rrd.sh
|
||||||
*/15 * * * * root /usr/bin/python /var/rhizomatica/rccn/rrc.py
|
# */10 * * * * root /home/rhizomatica/bin/bind_check.sh
|
||||||
0 4 * * * root /usr/bin/python /var/rhizomatica/rccn/rip.py
|
*/10 * * * * root /usr/bin/python /var/rhizomatica/rccn/rrc.py && /usr/bin/python /var/rhizomatica/rccn/rhs.py
|
||||||
|
# amplifier monitoring
|
||||||
|
*/10 * * * * root /home/rhizomatica/bin/monitor_amp.sh
|
||||||
|
*/10 * * * * root /var/rhizomatica/bin/monitor_rapi.sh > /dev/null
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue