Refactor amplifier monitoring
This commit is contained in:
parent
be947c5678
commit
925f154b74
4 changed files with 89 additions and 45 deletions
|
@ -1,4 +1,7 @@
|
|||
#!/bin/sh
|
||||
# Check for AMP status on each BTS, from BTS1 up to BTS10
|
||||
. ./vars.sh
|
||||
echo "BTS1: "
|
||||
ssh root@$BTS1 sbts2050-util sbts2050-pwr-status | grep Amp
|
||||
for bts in $BTS1 $BTS2 $BTS3 $BTS4 $BTS5 $BTS6 $BTS7 $BTS7 $BTS8 $BTS9 $BTS10; do
|
||||
echo "BTS $bts:";
|
||||
ssh root@$bts sbts2050-util sbts2050-pwr-status | grep Amp;
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue