Yuvipanda has uploaded a new change for review.

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

Change subject: shinken: Make contactgroup name match project name
......................................................................

shinken: Make contactgroup name match project name

Change-Id: Ib2fa54ca8d4d6064df5cefa2af0fac205f89cd08
---
M modules/beta/files/shinken/hosts.cfg
M modules/shinken/files/contactgroups.cfg
2 files changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/46/167646/1

diff --git a/modules/beta/files/shinken/hosts.cfg 
b/modules/beta/files/shinken/hosts.cfg
index 34d60f5..20010a9 100644
--- a/modules/beta/files/shinken/hosts.cfg
+++ b/modules/beta/files/shinken/hosts.cfg
@@ -11,5 +11,5 @@
        notification_period          24x7
        retry_interval               1
        check_interval               5
-       contact_groups               betacluster
+       contact_groups               deployment-prep
 }
diff --git a/modules/shinken/files/contactgroups.cfg 
b/modules/shinken/files/contactgroups.cfg
index ecec94f..e521284 100644
--- a/modules/shinken/files/contactgroups.cfg
+++ b/modules/shinken/files/contactgroups.cfg
@@ -2,13 +2,13 @@
 # Add contact 'guest' to all groups so webUI will show the guest accout
 # status for services
 define contactgroup {
-    contactgroup_name       toollabs
+    contactgroup_name       tools
     alias                   ToolLabs Administrators
     members                 guest,yuvipanda
 }
 
 define contactgroup {
-    contactgroup_name       betacluster
+    contactgroup_name       deployment-prep
     alias                   Beta Cluster Administrators
     members                 guest,yuvipanda,greg_g,cmcmahon,amusso
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib2fa54ca8d4d6064df5cefa2af0fac205f89cd08
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Yuvipanda <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to