Alexandros Kosiaris has uploaded a new change for review.

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

Change subject: Deduplicate etherpad's monitor_service checks
......................................................................

Deduplicate etherpad's monitor_service checks

Need different descriptions

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


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/93/173793/1

diff --git a/manifests/role/etherpad.pp b/manifests/role/etherpad.pp
index f226583..21bdb13 100644
--- a/manifests/role/etherpad.pp
+++ b/manifests/role/etherpad.pp
@@ -54,11 +54,11 @@
     }
 
     monitor_service { 'etherpad-lite-http':
-        description   => 'etherpad.wikimedia.org',
+        description   => 'etherpad.wikimedia.org HTTP',
         check_command => 'check_http_url!etherpad.wikimedia.org!/',
     }
     monitor_service { 'etherpad-lite-https':
-        description   => 'etherpad.wikimedia.org',
+        description   => 'etherpad.wikimedia.org HTTPS',
         check_command => 
'check_https_url_for_string!etherpad.wikimedia.org!//p/Etherpad!\'<title>Etherpad\'',
     }
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I22a5ad5325a55a6a2de397de05ef688dca585f85
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Alexandros Kosiaris <akosia...@wikimedia.org>

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

Reply via email to