RobH has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/336725 )

Change subject: fix ganglia.w.o ssl expiry check
......................................................................

fix ganglia.w.o ssl expiry check

was set to old ssl check, needed update to new
check_ssl_http_letsencrypt version of check

Change-Id: I7aa8c4ab681d7caa2fc5c773e9939b68a6059757
---
M modules/role/manifests/ganglia/web.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/25/336725/1

diff --git a/modules/role/manifests/ganglia/web.pp 
b/modules/role/manifests/ganglia/web.pp
index 86ec0b5..22c43c0 100644
--- a/modules/role/manifests/ganglia/web.pp
+++ b/modules/role/manifests/ganglia/web.pp
@@ -12,7 +12,7 @@
 
     monitoring::service { 'https':
         description   => 'HTTPS',
-        check_command => 'check_ssl_http!ganglia.wikimedia.org',
+        check_command => 'check_ssl_http_letsencrypt!ganglia.wikimedia.org',
     }
 
     $gmetad_root = '/srv/ganglia'

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7aa8c4ab681d7caa2fc5c773e9939b68a6059757
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: RobH <[email protected]>

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

Reply via email to