Dzahn has uploaded a new change for review.

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

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

ganglia: add ssl cert expiry check

Adding another ssl cert expiry check
on the list for T114059.

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


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/71/247771/1

diff --git a/manifests/role/ganglia.pp b/manifests/role/ganglia.pp
index d839d3d..d878a53 100644
--- a/manifests/role/ganglia.pp
+++ b/manifests/role/ganglia.pp
@@ -10,6 +10,11 @@
 
     sslcert::certificate { 'ganglia.wikimedia.org': }
 
+    monitoring::service { 'https':
+        description   => 'HTTPS',
+        check_command => 'check_ssl_http!ganglia.wikimedia.org',
+    }
+
     $gmetad_root = '/srv/ganglia'
     $rrd_rootdir = "${gmetad_root}/rrds"
     $gmetad_socket = '/var/run/rrdcached-gmetad.sock'

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

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