http_uri | **Optional.** The request URI.
http_port | **Optional.** The TCP port. Defaults to 80 when not using SSL, 443 otherwise.
http_ssl | **Optional.** Whether to use SSL. Defaults to false.
+http_auth_pair | **Optional.** Add 'username:password' authorization pair.
http_warn_time | **Optional.** The warning threshold.
http_critical_time | **Optional.** The critical threshold.
"-S" = {
set_if = "$http_ssl$"
}
+ "-a" = {
+ value = "$http_auth_pair$"
+ description = "Username:password on sites with basic authentication"
+ }
"-w" = "$http_warn_time$"
"-c" = "$http_critical_time$"
}