Skip to content

Commit e7c54ad

Browse files
mauri-melatodemartinofra
authored andcommitted
Disable Ganglia by default
Signed-off-by: Maurizio Melato <[email protected]>
1 parent 05b3589 commit e7c54ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

attributes/default.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
default['cfncluster']['munge']['munge_version'] = '0.5.12'
3737
default['cfncluster']['munge']['munge_url'] = 'https://github.com/dun/munge/archive/munge-0.5.12.tar.gz'
3838
# Ganglia
39-
default['cfncluster']['ganglia_enabled'] = 'yes'
39+
default['cfncluster']['ganglia_enabled'] = 'no'
4040
default['cfncluster']['ganglia']['version'] = '3.7.2'
4141
default['cfncluster']['ganglia']['url'] = 'https://github.com/ganglia/monitor-core/archive/3.7.2.tar.gz'
4242
default['cfncluster']['ganglia']['web_version'] = '3.7.2'

0 commit comments

Comments
 (0)