Dzahn has uploaded a new change for review.

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

Change subject: remove etherpad HTTPS monitoring
......................................................................

remove etherpad HTTPS monitoring

We moved Etherpad behind misc-web (T85788). That broke this Icinga
check because it is applied on zirconium and the check uses $HOSTADDRESS
in the checkcommand automatically (as opposed to ARGS to the command).

The fix would be to make a new check command definition in Icinga letting -I
be an argument and pass misc-web-lb.wikimedia.org instead.

But that also seemed redundant to check, since we already monitor misc-web-lb
itself and Etherpad on the backend is already covered by the HTTP check.

So just removing it.

/check_http -H etherpad.wikimedia.org -I zirconium.wikimedia.org -S -u 
/p/Etherpad -s '<title>Etherpad'
CRITICAL - Cannot make SSL connection

./check_http -H etherpad.wikimedia.org -I misc-web-lb.eqiad.wikimedia.org -S -u 
/p/Etherpad -s '<title>Etherpad'
HTTP OK: HTTP/1.1 200 OK

Change-Id: I5d996680f5b7dcf46dcf064286014bb5896f606a
---
M manifests/role/etherpad.pp
1 file changed, 0 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/41/192741/1

diff --git a/manifests/role/etherpad.pp b/manifests/role/etherpad.pp
index c6b46ce..a0dfccb 100644
--- a/manifests/role/etherpad.pp
+++ b/manifests/role/etherpad.pp
@@ -57,10 +57,6 @@
         description   => 'etherpad.wikimedia.org HTTP',
         check_command => 'check_http_url!etherpad.wikimedia.org!/',
     }
-    monitoring::service { 'etherpad-lite-https':
-        description   => 'etherpad.wikimedia.org HTTPS',
-        check_command => 
'check_https_url_for_string!etherpad.wikimedia.org!//p/Etherpad!\'<title>Etherpad\'',
-    }
 
     ferm::service { 'etherpad_http':
         proto   => 'tcp',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5d996680f5b7dcf46dcf064286014bb5896f606a
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