Initial refactoring
Renamed rhizomatica_base_system to rhizo_base Split up the init.pp in different subclasses More work to follow
This commit is contained in:
parent
7b938abede
commit
1c7dffc32a
192 changed files with 547 additions and 430 deletions
|
@ -1,12 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
currdate=`date`
|
||||
|
||||
if (grep 'but not bound for Rx' /var/log/osmo-nitb/current > /dev/null); then
|
||||
echo -e "$currdate - OpenBSC lost RX bind" >> /var/log/bind_check.log
|
||||
/etc/init.d/kannel restart >/dev/null
|
||||
:>/var/log/osmo-nitb/current
|
||||
echo -e "$currdate - Restarted kannel and cleared osmo-nitb log" >> /var/log/bind_check.log
|
||||
else
|
||||
echo -e "$currdate - OpenBSC has the RX bind" >> /var/log/bind_check.log
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue