Dzahn has uploaded a new change for review.

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

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

archiva: add ssl cert expiry check

One more cert check on the list for T114059.

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


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/68/247868/1

diff --git a/manifests/role/archiva.pp b/manifests/role/archiva.pp
index 6b0889e..e8a40a6 100644
--- a/manifests/role/archiva.pp
+++ b/manifests/role/archiva.pp
@@ -44,5 +44,10 @@
         proto => 'tcp',
         port  => 80,
     }
+
+    monitoring::service { 'https':
+        description   => 'HTTPS',
+        check_command => 'check_ssl_http!archiva.wikimedia.org',
+    }
 }
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icf632ff861e916b9a92c04f40034ba0da89542e5
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