Skip to content
Snippets Groups Projects
Commit f5940bf7 authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Added check with curl after MS installation.

parent 3a88a055
No related branches found
No related tags found
No related merge requests found
...@@ -6,9 +6,6 @@ source /root/envsetup/global-conf.sh ...@@ -6,9 +6,6 @@ source /root/envsetup/global-conf.sh
# munin # munin
DEBIAN_FRONTEND=noninteractive apt-get install -y ubicast-config DEBIAN_FRONTEND=noninteractive apt-get install -y ubicast-config
# modify df function https://redmine.ubicast.net/issues/17912
sed -i "s@-P -l @-P@" /usr/share/munin/plugins/df
# configure alerts # configure alerts
# detect where to insert # detect where to insert
...@@ -37,7 +34,3 @@ sed -i "s@-P -l @-P@" /usr/share/munin/plugins/df ...@@ -37,7 +34,3 @@ sed -i "s@-P -l @-P@" /usr/share/munin/plugins/df
#mv /etc/munin/templates /etc/munin/templates.orig #mv /etc/munin/templates /etc/munin/templates.orig
#cp -pr munin-monitoring-theme/templates/munstrap/static /etc/munin/ #cp -pr munin-monitoring-theme/templates/munstrap/static /etc/munin/
#cp -pr munin-monitoring-theme/templates/munstrap/templates /etc/munin/ #cp -pr munin-monitoring-theme/templates/munstrap/templates /etc/munin/
# service restart
service munin restart || true
service munin-node restart
...@@ -6,3 +6,6 @@ DEBIAN_FRONTEND=noninteractive apt-get install -y python3-mediaserver ...@@ -6,3 +6,6 @@ DEBIAN_FRONTEND=noninteractive apt-get install -y python3-mediaserver
# MS instance # MS instance
msinstaller.py msuser msinstaller.py msuser
# Check that the instance responds
curl --insecure -I "https://$MS_SERVER_NAME/" | grep 200
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment