Dzahn has uploaded a new change for review.

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

Change subject: icinga: fix team-services contact name
......................................................................

icinga: fix team-services contact name

Using underscores caused issues on Icinga, replace _ with -.
for contact name. Adjusted in private repo.

Change-Id: Iaea4443fd8cf8b46c5e20d6d14a94979712534f6
---
M modules/icinga/files/contactgroups.cfg
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/53/198253/1

diff --git a/modules/icinga/files/contactgroups.cfg 
b/modules/icinga/files/contactgroups.cfg
index ad30925..36d2c25 100644
--- a/modules/icinga/files/contactgroups.cfg
+++ b/modules/icinga/files/contactgroups.cfg
@@ -26,7 +26,7 @@
 
 define contactgroup {
     contactgroup_name   parsoid
-    members             rkattouw,jamesf,mobrovac,team_services
+    members             rkattouw,jamesf,mobrovac,team-services
 }
 
 define contactgroup {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iaea4443fd8cf8b46c5e20d6d14a94979712534f6
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <dz...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to