Giuseppe Lavagetto has submitted this change and it was merged. Change subject: icinga: add monitor_group definition ......................................................................
icinga: add monitor_group definition Since we still don't have a puppetmaster in any site other than equiad, we need to define the monitor_group defines explicitly for both sites. Change-Id: I313df701fe17cb65045c5b8e7e6c6629d0b1b01f Signed-off-by: Giuseppe Lavagetto <[email protected]> --- M manifests/role/openldap.pp 1 file changed, 6 insertions(+), 2 deletions(-) Approvals: Giuseppe Lavagetto: Looks good to me, approved jenkins-bot: Verified diff --git a/manifests/role/openldap.pp b/manifests/role/openldap.pp index 57071cc..ff529e5 100644 --- a/manifests/role/openldap.pp +++ b/manifests/role/openldap.pp @@ -1,6 +1,10 @@ # vim: set ts=4 et sw=4: - -@monitoring::group { "openldap_corp_mirror_${::site}": description => 'Corp OIT LDAP Mirror' } +@monitoring::group { 'openldap_corp_mirror_eqiad': + description => 'Corp OIT LDAP Mirror' +} +@monitoring::group { 'openldap_corp_mirror_codfw': + description => 'Corp OIT LDAP Mirror' +} class role::openldap::corp { include passwords::openldap::corp -- To view, visit https://gerrit.wikimedia.org/r/174142 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I313df701fe17cb65045c5b8e7e6c6629d0b1b01f Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Giuseppe Lavagetto <[email protected]> Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
