Reduce monitor interval for RAPI and AMP to 5 minutes.
This commit is contained in:
parent
ea0e5a58a5
commit
d58ad61848
1 changed files with 2 additions and 2 deletions
|
@ -28,10 +28,10 @@ PYTHONPATH=$PYTHONPATH:/var/rhizomatica/rccn
|
||||||
0 5 * * * root /usr/bin/python /var/rhizomatica/rccn/rip.py > /dev/null 2>&1
|
0 5 * * * root /usr/bin/python /var/rhizomatica/rccn/rip.py > /dev/null 2>&1
|
||||||
|
|
||||||
# amplifier monitoring
|
# amplifier monitoring
|
||||||
*/10 * * * * root /home/rhizomatica/bin/monitor_amp.sh > /dev/null 2>&1
|
*/5 * * * * root /home/rhizomatica/bin/monitor_amp.sh > /dev/null 2>&1
|
||||||
|
|
||||||
# RAPI monitoring
|
# RAPI monitoring
|
||||||
*/10 * * * * root /var/rhizomatica/bin/monitor_rapi.sh > /dev/null 2>&1
|
*/5 * * * * root /var/rhizomatica/bin/monitor_rapi.sh > /dev/null 2>&1
|
||||||
|
|
||||||
#Billing
|
#Billing
|
||||||
00 10 * * * root [[ $(date +'%d') -eq $(cal | awk '!/^$/{ print $NF }' | grep -v '^ ' | tail -1) ]] && /var/rhizomatica/bin/active_subscribers.sh
|
00 10 * * * root [[ $(date +'%d') -eq $(cal | awk '!/^$/{ print $NF }' | grep -v '^ ' | tail -1) ]] && /var/rhizomatica/bin/active_subscribers.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue