Giuseppe Lavagetto has submitted this change and it was merged.

Change subject: redisdb: add codfw monitoring group
......................................................................


redisdb: add codfw monitoring group

Add icinga monitoring group for codfw to prevent
icinga fail when we apply the role in codfw.

And to have the web ui link to them.

Bug:T86898
Change-Id: Ie12c03c26175dbe3de6d4cb7f626d57d41de93d4
---
M manifests/role/redisdb.pp
1 file changed, 4 insertions(+), 0 deletions(-)

Approvals:
  Giuseppe Lavagetto: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/manifests/role/redisdb.pp b/manifests/role/redisdb.pp
index 75ed631..4bbd035 100644
--- a/manifests/role/redisdb.pp
+++ b/manifests/role/redisdb.pp
@@ -6,6 +6,10 @@
     description => 'eqiad Redis',
 }
 
+@monitoring::group { 'redis_codfw':
+    description => 'codfw Redis',
+}
+
 class role::db::redis (
     $maxmemory         = inline_template("<%= (Float(memorysize.split[0]) * 
0.82).round %>Gb"),
     $redis_replication = undef,

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie12c03c26175dbe3de6d4cb7f626d57d41de93d4
Gerrit-PatchSet: 4
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <[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

Reply via email to