Dzahn has submitted this change and it was merged.

Change subject: check_http_puppetmaster: set timeout to 60
......................................................................


check_http_puppetmaster: set timeout to 60

icinga-wm is bombarding the channel with Puppetmaster timeout alerts. The
response times mentioned in the recovery reports are just a shadow below the
timeout, so we can expect the service to flap constantly. This sets the timeout
to 60. It doesn't fix the underlying problem, but then neither does having a
bot scream about it on IRC.

Change-Id: I36e0f853b5ca67b5534135d94c1984a1cca24d38
---
M templates/icinga/checkcommands.cfg.erb
1 file changed, 2 insertions(+), 2 deletions(-)

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



diff --git a/templates/icinga/checkcommands.cfg.erb 
b/templates/icinga/checkcommands.cfg.erb
index 7239896..defdd3f 100644
--- a/templates/icinga/checkcommands.cfg.erb
+++ b/templates/icinga/checkcommands.cfg.erb
@@ -81,10 +81,10 @@
         }
 
 # 'check_http' on a puppetmaster (SSL,port 8140,expect 400)
-# XXX(ori-l, 8-Sep-2013): set timeout to 30 (-t 30) to prevent flapping.
+# XXX(ori-l, 11-Oct-2013): set timeout to 60 (-t 60) to prevent flapping.
 define command{
        command_name    check_http_puppetmaster
-       command_line    $USER1$/check_http --ssl -p 8140 -e 400 -t 30 -H 
$HOSTADDRESS$
+       command_line    $USER1$/check_http --ssl -p 8140 -e 400 -t 60 -H 
$HOSTADDRESS$
        }
 
 # Example usage:  check_solr!500:1000|5

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I36e0f853b5ca67b5534135d94c1984a1cca24d38
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ori.livneh <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to