diff --git a/doc/10-icinga-template-library.md b/doc/10-icinga-template-library.md index ca06837c8..725e310ee 100644 --- a/doc/10-icinga-template-library.md +++ b/doc/10-icinga-template-library.md @@ -5846,6 +5846,7 @@ ssl_cert_selfsigned | **Optional.** Allow self-signed certificate. ssl_cert_sni | **Optional.** Sets the TLS SNI (Server Name Indication) extension. ssl_cert_timeout | **Optional.** Seconds before connection times out (default: 15) ssl_cert_protocol | **Optional.** Use the specific protocol {http,smtp,pop3,imap,ftp,xmpp,irc,ldap} (default: http). +ssl_cert_http_url | **Optional.** HTTP Request URL (default: /) ssl_cert_clientcert | **Optional.** Use client certificate to authenticate. ssl_cert_clientpass | **Optional.** Set passphrase for client certificate. ssl_cert_ssllabs | **Optional.** SSL Labs assessment diff --git a/itl/plugins-contrib.d/web.conf b/itl/plugins-contrib.d/web.conf index f5e65d5a1..010c1c1e3 100644 --- a/itl/plugins-contrib.d/web.conf +++ b/itl/plugins-contrib.d/web.conf @@ -444,6 +444,10 @@ object CheckCommand "ssl_cert" { value = "$ssl_cert_protocol$" description = "Use the specific protocol {http|smtp|pop3|imap|ftp|xmpp|irc|ldap} (default: http)" } + "--url" = { + value = "$ssl_cert_http_url$" + description = "HTTP request URL (default: /)" + } "-C" = { value = "$ssl_cert_clientssl_cert$" description = "Use client certificate to authenticate"