Giuseppe Lavagetto has submitted this change and it was merged.

Change subject: CXServer: Set up automatic monitoring
......................................................................


CXServer: Set up automatic monitoring

CXServer's Swagger spec already contains the monitoring examples to be
used by the automatic monitoring script. This commit only activates it.

Bug: T121776
Change-Id: I2fe8e18fed4c27008465930f44932fba7eb0ce10
---
M modules/cxserver/manifests/init.pp
1 file changed, 4 insertions(+), 2 deletions(-)

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



diff --git a/modules/cxserver/manifests/init.pp 
b/modules/cxserver/manifests/init.pp
index 156eb6c..db35c4b 100644
--- a/modules/cxserver/manifests/init.pp
+++ b/modules/cxserver/manifests/init.pp
@@ -34,7 +34,9 @@
     }
 
     service::node { 'cxserver':
-        port   => 8080,
-        config => template('cxserver/config.yaml.erb'),
+        port            => 8080,
+        config          => template('cxserver/config.yaml.erb'),
+        healthcheck_url => '',
+        has_spec        => true,
     }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I2fe8e18fed4c27008465930f44932fba7eb0ce10
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Mobrovac <[email protected]>
Gerrit-Reviewer: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]>
Gerrit-Reviewer: KartikMistry <[email protected]>
Gerrit-Reviewer: Mobrovac <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to