Faidon has submitted this change and it was merged.

Change subject: Fix failing Nagios check for Parsoid Varnish
......................................................................


Fix failing Nagios check for Parsoid Varnish

check_http_generic hits the URL /wikimedia-monitoring-test , which
results in a 404 for this particular service. Switch to
check_http_on_port, which checks / , which should get a 200 as intended.

Change-Id: I030ffe69e9204c79b7009c789473a27651b3c7e7
---
M manifests/misc/parsoid.pp
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/manifests/misc/parsoid.pp b/manifests/misc/parsoid.pp
index 302a15a..1e02b88 100644
--- a/manifests/misc/parsoid.pp
+++ b/manifests/misc/parsoid.pp
@@ -65,5 +65,5 @@
                        ensure => "running"
        }
 
-       monitor_service { "parsoid Varnish": description => "Parsoid Varnish", 
check_command => "check_http_generic!varnishcheck!6081" }
+       monitor_service { "parsoid Varnish": description => "Parsoid Varnish", 
check_command => "check_http_on_port!6081" }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I030ffe69e9204c79b7009c789473a27651b3c7e7
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Catrope <[email protected]>
Gerrit-Reviewer: Faidon <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to