Alexandros Kosiaris has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/172690

Change subject: Fixes for role::ganglia::web
......................................................................

Fixes for role::ganglia::web

Typos

Change-Id: I7669bf28502a7c6c12b674b1adf9d07939b0c042
---
M manifests/role/ganglia.pp
M modules/ganglia_new/templates/conf_production.php.erb
2 files changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/90/172690/1

diff --git a/manifests/role/ganglia.pp b/manifests/role/ganglia.pp
index 22d3a60..81dac1f 100644
--- a/manifests/role/ganglia.pp
+++ b/manifests/role/ganglia.pp
@@ -74,7 +74,7 @@
     # TODO: Automate the gmetad trusted hosts variable
     class { 'ganglia_new::gmetad':
         grid             => 'Wikimedia',
-        authority        => 'http://ganglia.wikimedia.org/latest',
+        authority        => 'http://ganglia.wikimedia.org',
         gmetad_root      => $gmetad_root,
         rrd_rootdir      => $rrd_rootdir,
         rrdcached_socket => $gmetad_socket,
@@ -83,7 +83,7 @@
                         '208.80.154.14', # neon
                         '10.64.32.13', # terbium
                         ],
-        data_sources     => $role::ganglia::config::datasources,
+        data_sources     => $role::ganglia::config::data_sources,
         rra_sizes        => $role::ganglia::config::rra_sizes,
     }
 
diff --git a/modules/ganglia_new/templates/conf_production.php.erb 
b/modules/ganglia_new/templates/conf_production.php.erb
index 439ea99..0ac938f 100644
--- a/modules/ganglia_new/templates/conf_production.php.erb
+++ b/modules/ganglia_new/templates/conf_production.php.erb
@@ -6,7 +6,7 @@
 #
 
 # Where gmetad stores the rrd archives.
-$conf['gmetad_root'] = "<%= @gmeta_root %>"
+$conf['gmetad_root'] = "<%= @gmetad_root %>"
 $conf['rrds'] = "${conf['gmetad_root']}/rrds";
 
 # If you want to grab data from a different ganglia source specify it here.

-- 
To view, visit https://gerrit.wikimedia.org/r/172690
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7669bf28502a7c6c12b674b1adf9d07939b0c042
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Alexandros Kosiaris <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to