Add cron job foe 60 second stats

This commit is contained in:
Keith 2016-11-21 13:10:15 +01:00
parent a2ee4c6568
commit e3f43a9bcb

View file

@ -17,6 +17,7 @@ PYTHONPATH=$PYTHONPATH:/var/rhizomatica/rccn
#RRDtools graphs #RRDtools graphs
*/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
*/1 * * * * root /var/rhizomatica/bin/network_update60.sh
#Bind check between OpenBSC and Kannel (disabled) #Bind check between OpenBSC and Kannel (disabled)
# */10 * * * * root /home/rhizomatica/bin/bind_check.sh # */10 * * * * root /home/rhizomatica/bin/bind_check.sh