Giuseppe Lavagetto has uploaded a new change for review.

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

Change subject: lvs::monitor_services: fix restbase path
......................................................................

lvs::monitor_services: fix restbase path

Change-Id: I46f31679d895a2e3fa3ce66061ae08a099455f7d
---
M modules/lvs/manifests/monitor_services.pp
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/54/289154/1

diff --git a/modules/lvs/manifests/monitor_services.pp 
b/modules/lvs/manifests/monitor_services.pp
index 85e4901..9bac6dd 100644
--- a/modules/lvs/manifests/monitor_services.pp
+++ b/modules/lvs/manifests/monitor_services.pp
@@ -60,14 +60,14 @@
         host          => 'restbase.svc.eqiad.wmnet',
         group         => 'lvs',
         description   => 'Restbase LVS eqiad',
-        check_command => 
'check_wmf_service!http://restbase.svc.eqiad.wmnet:7231!15',
+        check_command => 
'check_wmf_service!http://restbase.svc.eqiad.wmnet:7231/en.wikipedia.org/v1!15',
     }
 
     monitoring::service { 'check_restbase_cluster_codfw':
         host          => 'restbase.svc.codfw.wmnet',
         group         => 'lvs',
         description   => 'Restbase LVS eqiad',
-        check_command => 
'check_wmf_service!http://restbase.svc.codfw.wmnet:7231!15',
+        check_command => 
'check_wmf_service!http://restbase.svc.codfw.wmnet:7231/en.wikipedia.org/v1!15',
     }
 
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I46f31679d895a2e3fa3ce66061ae08a099455f7d
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Giuseppe Lavagetto <glavage...@wikimedia.org>

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

Reply via email to