From 988ba18be03dc5ed1834c7a2add4548480ad99a2 Mon Sep 17 00:00:00 2001 From: Julian Brost Date: Thu, 6 Feb 2025 16:49:42 +0100 Subject: [PATCH] ITL docs: list curl_extra_opts as last variable Other plugins list --extra-opts last as it's often some kind of feature of last resort as it provides an option that can't be set in another way. For consistency, this also moves it to the end for the curl check command. --- doc/10-icinga-template-library.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/10-icinga-template-library.md b/doc/10-icinga-template-library.md index 485e6b7e0..736a8acba 100644 --- a/doc/10-icinga-template-library.md +++ b/doc/10-icinga-template-library.md @@ -767,7 +767,6 @@ Custom variables passed as [command parameters](03-monitoring-basics.md#command- Name | Description ---------------------------------|--------------------------------- -curl_extra_opts | **Optional.** Read options from an ini file. curl_vhost | **Optional.** The virtual host that should be sent in the "Host" header. curl_ip | **Optional.** The host's address. Defaults to "$address$" if the host's `address` attribute is set, "$address6$" otherwise. curl_port | **Optional.** The TCP port. Defaults to 80 when not using SSL, 443 otherwise. @@ -814,6 +813,7 @@ curl_cookie_jar_file | **Optional.** Path to a cookie jar file. Stor curl_warning | **Optional.** The warning threshold. curl_critical | **Optional.** The critical threshold. curl_timeout | **Optional.** Seconds before connection times out. +curl_extra_opts | **Optional.** Read options from an ini file. ### icmp