-CC-2750: Ability to query health status for pypo, liquidsoap,

media monitor, and recorder
This commit is contained in:
martin 2011-09-16 21:30:50 -04:00
parent 09c1259141
commit e1e34d297c
8 changed files with 566 additions and 551 deletions

View file

@ -49,8 +49,11 @@ python ${SCRIPTPATH}/../python_apps/show-recorder/install/recorder-install.py
echo -e "\n*** Media Monitor Installation ***"
python ${SCRIPTPATH}/../python_apps/media-monitor/install/media-monitor-install.py
sleep 4
monit monitor icecast2 >/dev/null 2>&1
monit monitor rabbitmq-server >/dev/null 2>&1
echo -e "\n*** Verifying your system environment ***"
sleep 5
airtime-check-system
echo -e "\n******************************* Install Complete *******************************"

View file

@ -20,6 +20,9 @@ SCRIPTPATH=`dirname $SCRIPT`
echo -e "\n******************************* Uninstall Begin ********************************"
monit unmonitor icecast2 >/dev/null 2>&1
monit unmonitor rabbitmq-server >/dev/null 2>&1
echo -e "\n*** Uninstalling Pypo ***"
python ${SCRIPTPATH}/../python_apps/pypo/install/pypo-uninstall.py