BBlack has uploaded a new change for review.
https://gerrit.wikimedia.org/r/319068
Change subject: check_ssl: don't report full SAN list on success
......................................................................
check_ssl: don't report full SAN list on success
Change-Id: I2c8bfbe4a81396a0edc50046f015c0e60f2c6fe4
---
M modules/nagios_common/files/check_commands/check_ssl
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/68/319068/1
diff --git a/modules/nagios_common/files/check_commands/check_ssl
b/modules/nagios_common/files/check_commands/check_ssl
index 9ddcfca..7c05284 100755
--- a/modules/nagios_common/files/check_commands/check_ssl
+++ b/modules/nagios_common/files/check_commands/check_ssl
@@ -259,7 +259,7 @@
}
}
if ( !$bad ) {
- push(@ok, "Certificate $name contains all required SANs: $sans");
+ push(@ok, "Certificate $name contains all required SANs");
}
}
}
--
To view, visit https://gerrit.wikimedia.org/r/319068
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2c8bfbe4a81396a0edc50046f015c0e60f2c6fe4
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: BBlack <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits