Dzahn has submitted this change and it was merged.

Change subject: wdsq: monitoring, remove spaces in check names
......................................................................


wdsq: monitoring, remove spaces in check names

Change-Id: Icb59712546761940470566af5ad3aa57b0238c14
---
M modules/wdqs/manifests/monitor/services.pp
1 file changed, 6 insertions(+), 6 deletions(-)

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



diff --git a/modules/wdqs/manifests/monitor/services.pp 
b/modules/wdqs/manifests/monitor/services.pp
index 9167b76..753e358 100644
--- a/modules/wdqs/manifests/monitor/services.pp
+++ b/modules/wdqs/manifests/monitor/services.pp
@@ -6,32 +6,32 @@
     $username=$::wdqs::username
 ) {
 
-    nrpe::monitor_service { 'WDQS Internal HTTP endpoint':
+    nrpe::monitor_service { 'WDQS_Internal_HTTP_endpoint':
         description  => 'WDQS HTTP Port',
         nrpe_command => '/usr/lib/nagios/plugins/check_tcp -H 127.0.0.1 -p 80',
     }
 
-    nrpe::monitor_service { 'WDQS Local Blazegraph endpoint':
+    nrpe::monitor_service { 'WDQS_Local_Blazegraph_endpoint':
         description  => 'Blazegraph Port',
         nrpe_command => '/usr/lib/nagios/plugins/check_tcp -H 127.0.0.1 -p 
9999',
     }
 
-    monitoring::service { 'WDQS External HTTP Endpoint':
+    monitoring::service { 'WDQS_External_HTTP_Endpoint':
         description   => 'WDQS HTTP',
         check_command => 'check_http!query.wikidata.org!/!Welcome',
     }
 
-    monitoring::service { 'WDQS External SPARQL Endpoint':
+    monitoring::service { 'WDQS_External_SPARQL_Endpoint':
         description   => 'WDQS SPARQL',
         check_command => 
'check_http!query.wikidata.org!/bigdata/namespace/wdq/sparql?query=prefix%20schema:%20%3Chttp://schema.org/%3E%20SELECT%20*%20WHERE%20%7B%3Chttp://www.wikidata.org%3E%20schema:dateModified%20?y%7D&format=json!"xsd:dateTime";',
     }
 
-    nrpe::monitor_service { 'WDQS Blazegraph process':
+    nrpe::monitor_service { 'WDQS_Blazegraph_process':
         description  => 'Blazegraph process',
         nrpe_command => "/usr/lib/nagios/plugins/check_procs -c 1:1 -u 
${username} --ereg-argument-array '^java .* blazegraph-service-.*-dist.war'",
     }
 
-    nrpe::monitor_service { 'WDQS Updater process':
+    nrpe::monitor_service { 'WDQS_Updater_process':
         description  => 'Updater process',
         nrpe_command => "/usr/lib/nagios/plugins/check_procs -w 1:1 -u 
${username} --ereg-argument-array '^java .* 
org.wikidata.query.rdf.tool.Update'",
     }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Icb59712546761940470566af5ad3aa57b0238c14
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Smalyshev <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to