Dzahn has submitted this change and it was merged.

Change subject: rcstream: add ssl cert expiry check
......................................................................


rcstream: add ssl cert expiry check

One more on the list for T114059.

Change-Id: I97f5b9a5409f3951cbc8e7cde4feebc8c642e932
---
M manifests/role/rcstream.pp
1 file changed, 5 insertions(+), 0 deletions(-)

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



diff --git a/manifests/role/rcstream.pp b/manifests/role/rcstream.pp
index ead5a12..7758bd8 100644
--- a/manifests/role/rcstream.pp
+++ b/manifests/role/rcstream.pp
@@ -71,6 +71,11 @@
         srange => '$INTERNAL',
     }
 
+    monitoring::service { 'https_rcstream':
+        description   => 'HTTPS',
+        check_command => 'check_ssl_http!stream.wikimedia.org',
+    }
+
     diamond::collector { 'RCStream':
         source   => 'puppet:///modules/rcstream/diamond_collector.py',
         settings => {

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I97f5b9a5409f3951cbc8e7cde4feebc8c642e932
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <[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