mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Merge pull request #2252 from holta/munin-vstat-in-big-only
Munin & vnStat in BIG only (these are barely used, and can be slow to install)
This commit is contained in:
commit
24024c0cb6
4 changed files with 14 additions and 14 deletions
|
@ -1,5 +1,5 @@
|
|||
# munin_install: True
|
||||
# munin_enabled: True
|
||||
# munin_install: False
|
||||
# munin_enabled: False
|
||||
|
||||
# All above are set in: github.com/iiab/iiab/blob/master/vars/default_vars.yml
|
||||
# If nec, change them by editing /etc/iiab/local_vars.yml prior to installing!
|
||||
|
|
|
@ -538,15 +538,15 @@ watchdog:
|
|||
- postgresql
|
||||
- squid
|
||||
|
||||
munin_install: True
|
||||
munin_enabled: True
|
||||
munin_install: False
|
||||
munin_enabled: False
|
||||
|
||||
# Handy for maintaining tables, but DANGEROUS if not locked down
|
||||
phpmyadmin_install: False
|
||||
phpmyadmin_enabled: False
|
||||
|
||||
vnstat_install: True
|
||||
vnstat_enabled: True
|
||||
vnstat_install: False
|
||||
vnstat_enabled: False
|
||||
|
||||
|
||||
# 9-LOCAL-ADDONS
|
||||
|
|
|
@ -322,15 +322,15 @@ awstats_enabled: True
|
|||
monit_install: False
|
||||
monit_enabled: False
|
||||
|
||||
munin_install: True
|
||||
munin_enabled: True
|
||||
munin_install: False
|
||||
munin_enabled: False
|
||||
|
||||
# Handy for maintaining tables, but DANGEROUS if not locked down
|
||||
phpmyadmin_install: False
|
||||
phpmyadmin_enabled: False
|
||||
|
||||
vnstat_install: True
|
||||
vnstat_enabled: True
|
||||
vnstat_install: False
|
||||
vnstat_enabled: False
|
||||
|
||||
|
||||
# 9-LOCAL-ADDONS
|
||||
|
|
|
@ -322,15 +322,15 @@ awstats_enabled: True
|
|||
monit_install: False
|
||||
monit_enabled: False
|
||||
|
||||
munin_install: True
|
||||
munin_enabled: True
|
||||
munin_install: False
|
||||
munin_enabled: False
|
||||
|
||||
# Handy for maintaining tables, but DANGEROUS if not locked down
|
||||
phpmyadmin_install: False
|
||||
phpmyadmin_enabled: False
|
||||
|
||||
vnstat_install: True
|
||||
vnstat_enabled: True
|
||||
vnstat_install: False
|
||||
vnstat_enabled: False
|
||||
|
||||
|
||||
# 9-LOCAL-ADDONS
|
||||
|
|
Loading…
Reference in a new issue