Dzahn has submitted this change and it was merged.

Change subject: ores: do not check for a string on /
......................................................................


ores: do not check for a string on /

Just leave it as it was before and just use the default
check_http for the home page. The content will change soon.

We still want this in addition to the new worker check though.

Change-Id: I5dfa65184a5e8cf86b7c8002d7910387bf2a5493
---
M modules/icinga/manifests/monitor/ores.pp
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/modules/icinga/manifests/monitor/ores.pp 
b/modules/icinga/manifests/monitor/ores.pp
index 39074bd..2ee74ff 100644
--- a/modules/icinga/manifests/monitor/ores.pp
+++ b/modules/icinga/manifests/monitor/ores.pp
@@ -7,7 +7,7 @@
 
     monitoring::service { 'ores_main_page':
         description    => 'ORES home page',
-        check_command  => 'check_http_url_for_string!ores.wmflabs.org!/!ORES',
+        check_command  => 'check_http',
         host           => 'ores.wmflabs.org',
         contact_group  => 'team-ores',
     }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I5dfa65184a5e8cf86b7c8002d7910387bf2a5493
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <dz...@wikimedia.org>
Gerrit-Reviewer: Dzahn <dz...@wikimedia.org>
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