From e3f43a9bcb4f200f80da360136059bef3ba9c689 Mon Sep 17 00:00:00 2001 From: Keith Date: Mon, 21 Nov 2016 13:10:15 +0100 Subject: [PATCH] Add cron job foe 60 second stats --- modules/rhizo_base/files/etc/cron.d/rhizomatica | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/rhizo_base/files/etc/cron.d/rhizomatica b/modules/rhizo_base/files/etc/cron.d/rhizomatica index bd55654..121e6eb 100644 --- a/modules/rhizo_base/files/etc/cron.d/rhizomatica +++ b/modules/rhizo_base/files/etc/cron.d/rhizomatica @@ -17,6 +17,7 @@ PYTHONPATH=$PYTHONPATH:/var/rhizomatica/rccn #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 #Bind check between OpenBSC and Kannel (disabled) # */10 * * * * root /home/rhizomatica/bin/bind_check.sh