Yuvipanda has submitted this change and it was merged.

Change subject: shinken: Don't specify any contacts for services
......................................................................


shinken: Don't specify any contacts for services

This allows notifications to pass directly through to the
contacts specified for the host/hostgroup

Change-Id: I9dcb05572f08b0367a8e912899f5edd467738742
---
M modules/shinken/files/basic-checks.cfg
1 file changed, 0 insertions(+), 3 deletions(-)

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



diff --git a/modules/shinken/files/basic-checks.cfg 
b/modules/shinken/files/basic-checks.cfg
index 9c9475b..83b9c1d 100644
--- a/modules/shinken/files/basic-checks.cfg
+++ b/modules/shinken/files/basic-checks.cfg
@@ -5,7 +5,6 @@
 # Check that all mounts have at least 10% free space (for warn), 5% (for crit)
 define service {
         check_command                  
check_graphite_series_threshold!http://labmon1001.eqiad.wmnet!10!$HOSTNOTES$.$HOSTNAME$.diskspace.*.byte_percentfree.value!15!10!10min!1!--under
-        contacts                       guest
         hostgroup_name                 labshost
         service_description            Free space - all mounts
         use                            generic-service
@@ -15,7 +14,6 @@
 # Check for puppet failure events
 define service {
         check_command                  
check_graphite_threshold!http://labmon1001.eqiad.wmnet!10!$HOSTNOTES$.$HOSTNAME$.puppetagent.failed_events.value!0!0!10min!1!--over
-        contacts                       guest
         hostgroup_name                 labshost
         service_description            Puppet failure
         use                            generic-service
@@ -24,7 +22,6 @@
 # Check for puppet staleness
 define service {
         check_command                  
check_graphite_threshold!http://labmon1001.eqiad.wmnet!10!$HOSTNOTES$.$HOSTNAME$.puppetagent.time_since_last_run.value!3600!43200!10min!1!--over
-        contacts                       guest
         hostgroup_name                 labshost
         service_description            Puppet staleness
         use                            generic-service

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I9dcb05572f08b0367a8e912899f5edd467738742
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Yuvipanda <yuvipa...@gmail.com>
Gerrit-Reviewer: Yuvipanda <yuvipa...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to