Faidon Liambotis has uploaded a new change for review.

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

Change subject: gitblit: fix monitoring check
......................................................................

gitblit: fix monitoring check

gitblit (git.wm.org) is behind the misc-lb Varnish cluster nowadays
which handles SSL termination for the service as well. The machine
itself doesn't respond to HTTPS (in fact, it just happens for some other
service, svn.wm.org, to be responding on 443).

Fix the check to check HTTP instead of HTTPS and hence making the check
work again, rather than hitting svn and 404ing.

Change-Id: I0a9689973a89284e71add8c6bd421bd9f600c28d
---
M manifests/role/gitblit.pp
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/50/165450/1

diff --git a/manifests/role/gitblit.pp b/manifests/role/gitblit.pp
index be0873f..ba50006 100644
--- a/manifests/role/gitblit.pp
+++ b/manifests/role/gitblit.pp
@@ -17,8 +17,8 @@
     }
 
     monitor_service { 'gitblit_web':
-        description   => 'gitblit.wikimedia.org',
-        check_command => 
'check_https_url!git.wikimedia.org!/tree/mediawiki%2Fcore.git',
+        description   => 'git.wikimedia.org',
+        check_command => 
'check_http_url!git.wikimedia.org!/tree/mediawiki%2Fcore.git',
     }
 
     nrpe::monitor_service { 'gitblit_process':

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0a9689973a89284e71add8c6bd421bd9f600c28d
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Faidon Liambotis <fai...@wikimedia.org>

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

Reply via email to