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

Allow Munin reconfiguration in Munin setup.

parent 4f1e7fb2
No related branches found
No related tags found
No related merge requests found
......@@ -3,9 +3,12 @@ source /root/envsetup/global-conf.sh
# This script should be run after Nginx, MySQL and Wowza setup (if they should be installed)
# munin
DEBIAN_FRONTEND=noninteractive apt-get install -y ubicast-config
# install munin and configure it through ubicast-config
if ( dpkg -s ubicast-config >/dev/null 2>&1 ); then
DEBIAN_FRONTEND=noninteractive apt-get install -y --reinstall ubicast-config
else
DEBIAN_FRONTEND=noninteractive apt-get install -y ubicast-config
fi
# configure alerts
# detect where to insert
......
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