Add cron job foe 60 second stats
This commit is contained in:
parent
a2ee4c6568
commit
e3f43a9bcb
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue