doc: Add section for x509 to the ITL chapter 7181/head
authorJohannes Meyer <johannes.meyer@netways.de>
Mon, 13 May 2019 13:57:27 +0000 (15:57 +0200)
committerGitHub <noreply@github.com>
Mon, 13 May 2019 13:57:27 +0000 (15:57 +0200)
doc/10-icinga-template-library.md

index 6b816cf08c87d4bb793fe5bf4060aeda1141e56f..b5b5e7a869cf3f0e6232a8596588b1875e789e76 100644 (file)
@@ -2783,6 +2783,21 @@ icingacli_elasticsearch_warning           | **Required.** Warning threshold
 icingacli_elasticsearch_filter            | **Required.** Filter for events
 icingacli_elasticsearch_from              | **Optional.** Negative value of time to search from now (Default: -5m)
 
+#### x509 <a id="plugin-contrib-icingacli-x509"></a>
+
+This subcommand is provided by the [x509 module](https://github.com/Icinga/icingaweb2-module-x509) and executed as `icingacli x509 check host`. Please refer to the [documentation](https://github.com/Icinga/icingaweb2-module-x509/blob/master/doc/10-Monitoring.md#host-check-command) for more information.
+
+Custom attributes passed as [command parameters](03-monitoring-basics.md#command-passing-parameters):
+
+Name                                      | Description
+------------------------------------------|-----------------------------------------------------------------------------------------
+icingacli_x509_ip                         | **Required.** A hosts IP address [or]
+icingacli_x509_host                       | **Required.** A hosts name
+icingacli_x509_port                       | **Optional.** The port to check in particular
+icingacli_x509_warning                    | **Optional.** Less remaining time results in state WARNING (Default: 25%)
+icingacli_x509_critical                   | **Optional.** Less remaining time results in state CRITICAL (Default: 10%)
+icingacli_x509_allow_self_signed          | **Optional.** Ignore if a certificate or its issuer has been self-signed (Default: false)
+
 ### IPMI Devices <a id="plugin-contrib-ipmi"></a>
 
 This category includes all plugins for IPMI devices.