RobH has uploaded a new change for review.

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


Change subject: changing ssl cert monitoring to 90 days
......................................................................

changing ssl cert monitoring to 90 days

Change-Id: I712b8a94a149f7d0f7607e69376381a1428f9bc6
---
M manifests/role/protoproxy.pp
M templates/icinga/checkcommands.cfg.erb
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/85/53485/1

diff --git a/manifests/role/protoproxy.pp b/manifests/role/protoproxy.pp
index 28392cd..97b8717 100644
--- a/manifests/role/protoproxy.pp
+++ b/manifests/role/protoproxy.pp
@@ -7,5 +7,5 @@
     certificates::wmf_ca,
     protoproxy::proxy_sites
 
-  monitor_service { "https": description => "HTTPS", check_command => 
"check_ssl_cert!*.wikimedia.org" }
+  monitor_service { "https": description => "HTTPS", check_command => 
"check_ssl_cert!*.wikimedia.org", critical => true }
 }
diff --git a/templates/icinga/checkcommands.cfg.erb 
b/templates/icinga/checkcommands.cfg.erb
index a345992..820163c 100644
--- a/templates/icinga/checkcommands.cfg.erb
+++ b/templates/icinga/checkcommands.cfg.erb
@@ -103,7 +103,7 @@
 # Example usage:  check_ssl_cert!secure.wikimedia.org
 define command{
        command_name    check_ssl_cert
-       command_line    $USER1$/check_http -H $ARG1$ -I $HOSTADDRESS$ --ssl 
--certificate=14
+       command_line    $USER1$/check_http -H $ARG1$ -I $HOSTADDRESS$ --ssl 
--certificate=90
        }
 
 # 'check_local_disk' command definition

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

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