Fixed monitoring scripts.

This commit is contained in:
Ciaby 2015-02-20 12:47:02 -06:00
parent 529f8e788d
commit 82b25ddf60
4 changed files with 12 additions and 6 deletions

View file

@ -1,7 +1,7 @@
#!/bin/bash
# Turn on AMP on all BTS, from BTS1 to BTS3
. ./vars.sh
LOGFILE="/var/log/rhizomatica/monitor_amp.log"
LOGFILE="/var/log/monitor_amp.log"
for bts in $BTS1 $BTS2 $BTS3; do
logc "Turning on AMP on BTS $bts:";