mirror of
https://github.com/Icinga/icinga2.git
synced 2025-09-21 16:57:58 +02:00
Merge pull request #10526 from Tqnsls/patch-1
add "--long-output" to ssl_cert command
This commit is contained in:
commit
d1582766ec
@ -6095,6 +6095,7 @@ ssl_cert_ignore_ocsp_timeout | **Optional.** Ignore OCSP result when
|
||||
ssl_cert_ignore_sct | **Optional.** Do not check for signed certificate timestamps.
|
||||
ssl_cert_ignore_tls_renegotiation | **Optional.** Do not check for renegotiation.
|
||||
ssl_cert_dane | **Optional.** Verify that valid DANE records exist ({211,301,302,311,312} or empty string).
|
||||
ssl_cert_long_output | **Optional.** Append the specified comma separated (no spaces) list of attributes to the plugin output on additional lines.
|
||||
|
||||
|
||||
#### jmx4perl <a id="plugin-contrib-command-jmx4perl"></a>
|
||||
|
@ -590,8 +590,11 @@ object CheckCommand "ssl_cert" {
|
||||
"--ignore-maximum-validity" = {
|
||||
description = "Ignore the certificate maximum validity"
|
||||
set_if = "$ssl_cert_ignore_maximum_validity$"
|
||||
}
|
||||
|
||||
}
|
||||
"--long-output" = {
|
||||
description = "Append the specified comma separated (no spaces) list of attributes to the plugin output on additional lines"
|
||||
value = "$ssl_cert_long_output$"
|
||||
}
|
||||
}
|
||||
|
||||
vars.ssl_cert_address = "$check_address$"
|
||||
|
Loading…
x
Reference in New Issue
Block a user