1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-18 18:07:22 +01:00

Add Munin

removed testing source

fixed typo & dns

oh cat

more fixes

forgot root

more nginx stuff

nginx munin.conf fix

more fixes

set dns record
This commit is contained in:
Norman
2015-01-28 16:10:44 +01:00
parent 624cc7876a
commit f78cff225b
3 changed files with 94 additions and 0 deletions

View File

@@ -125,6 +125,7 @@ source setup/webmail.sh
source setup/owncloud.sh
source setup/zpush.sh
source setup/management.sh
source setup/munin.sh
# Write the DNS and nginx configuration files.
sleep 5 # wait for the daemon to start
@@ -134,6 +135,9 @@ curl -s -d POSTDATA --user $(</var/lib/mailinabox/api.key): http://127.0.0.1:102
# If there aren't any mail users yet, create one.
source setup/firstuser.sh
# Grant admins access to Munin
source tools/munin_update.sh
# Done.
echo
echo "-----------------------------------------------"