Add initial BTS monitoring cron job

Integrate the old AMP monitoring script into
something new that can be expanded to run more check and
act on results.
This commit is contained in:
Keith Whyte 2021-06-09 04:49:57 +02:00
parent 83034c0a4d
commit ad320affc2
2 changed files with 15 additions and 2 deletions

View file

@ -58,8 +58,8 @@ PYTHONPATH=$PYTHONPATH:/var/rhizomatica/rccn
# 0 5 * * * root /usr/bin/python /var/rhizomatica/rccn/rip.py > /dev/null 2>&1
<% if @bts_type == 'litecel' -%>
# amplifier monitoring
#*/5 * * * * root /home/rhizomatica/bin/monitor_amp.sh > /dev/null 2>&1
# RAN monitoring
<%= @comment -%>*/5 * * * * root /home/rhizomatica/bin/monitor_bts.sh > /dev/null 2>&1
<% end -%>
# RAPI monitoring