Dzahn has uploaded a new change for review.

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

Change subject: rc stream: add ssl cert expiry check
......................................................................

rc stream: 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(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/74/247874/1

diff --git a/manifests/role/rcstream.pp b/manifests/role/rcstream.pp
index ead5a12..21a7b22 100644
--- a/manifests/role/rcstream.pp
+++ b/manifests/role/rcstream.pp
@@ -71,6 +71,11 @@
         srange => '$INTERNAL',
     }
 
+    monitoring::service { 'https':
+        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: newchange
Gerrit-Change-Id: I97f5b9a5409f3951cbc8e7cde4feebc8c642e932
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <[email protected]>

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

Reply via email to