Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
envsetup
Manage
Activity
Members
Plan
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mediaserver
envsetup
Commits
f5940bf7
Commit
f5940bf7
authored
8 years ago
by
Stéphane Diemer
Browse files
Options
Downloads
Patches
Plain Diff
Added check with curl after MS installation.
parent
3a88a055
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
2.Common_services/6.Munin/0_setup.sh
+0
-7
0 additions, 7 deletions
2.Common_services/6.Munin/0_setup.sh
5.MediaServer/1.Install_MediaServer/0_setup.sh
+3
-0
3 additions, 0 deletions
5.MediaServer/1.Install_MediaServer/0_setup.sh
with
3 additions
and
7 deletions
2.Common_services/6.Munin/0_setup.sh
+
0
−
7
View file @
f5940bf7
...
@@ -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
This diff is collapsed.
Click to expand it.
5.MediaServer/1.Install_MediaServer/0_setup.sh
+
3
−
0
View file @
f5940bf7
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment