]> granicus.if.org Git - icinga2/commitdiff
Fix missing documentation for mysql_socket attribute
authorMichael Friedrich <michael.friedrich@icinga.com>
Thu, 9 Mar 2017 13:52:19 +0000 (14:52 +0100)
committerMichael Friedrich <michael.friedrich@icinga.com>
Thu, 9 Mar 2017 14:12:35 +0000 (15:12 +0100)
fixes #5055

doc/10-icinga-template-library.md

index cf73b0ca74b41f14e916d0bbc42d132fab41eafb..4a4800c695c8d30f7bfb279b022d3296a26e6c69 100644 (file)
@@ -732,6 +732,7 @@ Name                        | Description
 ------------------------|---------------------------------------------------------------
 mysql_hostname         | **Optional.** Host name, IP Address, or unix socket (must be an absolute path).
 mysql_port             | **Optional.** Port number (default: 3306).
+mysql_socket           | **Optional.** Use the specified socket (has no effect if `mysql_hostname` is used).
 mysql_ignore_auth      | **Optional.** Ignore authentication failure and check for mysql connectivity only.
 mysql_database         | **Optional.** Check database with indicated name.
 mysql_file             | **Optional.** Read from the specified client options file.