Springle has uploaded a new change for review. https://gerrit.wikimedia.org/r/171207
Change subject: haproxy stats socket level user 666 ...................................................................... haproxy stats socket level user 666 HAProxy 1.5 allows mulitple stats sockets with different levels, but Trusty only has v1.4. For now, run the 'user' level socket for the Icinga checks rather than over exposing 'admin' level (which would be most useful for other stuff, like, say, admin-ing...). For the simple use case of primary/secondary failover this isn't a show stopper. Change-Id: I13ee4aa02faca8f76e3395bcbfd8dd7aa9a696c6 --- M templates/mariadb/haproxy.cfg.erb 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/07/171207/1 diff --git a/templates/mariadb/haproxy.cfg.erb b/templates/mariadb/haproxy.cfg.erb index aa16c49..f83899e 100644 --- a/templates/mariadb/haproxy.cfg.erb +++ b/templates/mariadb/haproxy.cfg.erb @@ -5,7 +5,7 @@ daemon user haproxy group haproxy - stats socket /tmp/haproxy.socket user haproxy group haproxy mode 600 level admin + stats socket /tmp/haproxy.socket mode 666 level user defaults #log global -- To view, visit https://gerrit.wikimedia.org/r/171207 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I13ee4aa02faca8f76e3395bcbfd8dd7aa9a696c6 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Springle <sprin...@wikimedia.org> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits