Lcarr has uploaded a new change for review.
https://gerrit.wikimedia.org/r/59763
Change subject: fixing last non-boolean ganglia_aggregator
......................................................................
fixing last non-boolean ganglia_aggregator
Change-Id: I92355bca2ca97ff294ba9cddaecea96dcece3449
---
M manifests/role/cache.pp
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/63/59763/1
diff --git a/manifests/role/cache.pp b/manifests/role/cache.pp
index 9b28b73..6b8eeb3 100644
--- a/manifests/role/cache.pp
+++ b/manifests/role/cache.pp
@@ -516,7 +516,7 @@
varnish::logging { "multicast_relay" : listener_address
=> "208.80.154.15" , port => "8419", cli_args => "-m RxRequest:^(?!PURGE\$) -D"
}
# HTCP packet loss monitoring on the ganglia aggregators
- if $ganglia_aggregator == "true" and $::site != "esams"
{
+ if $ganglia_aggregator and $::site != "esams" {
include misc::monitoring::htcp-loss
}
}
--
To view, visit https://gerrit.wikimedia.org/r/59763
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I92355bca2ca97ff294ba9cddaecea96dcece3449
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Lcarr <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits