From: Michael Friedrich Date: Thu, 9 Mar 2017 13:52:19 +0000 (+0100) Subject: Fix missing documentation for mysql_socket attribute X-Git-Tag: v2.7.0~220^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=refs%2Fpull%2F5056%2Fhead;p=icinga2 Fix missing documentation for mysql_socket attribute fixes #5055 --- diff --git a/doc/10-icinga-template-library.md b/doc/10-icinga-template-library.md index cf64b01cf..349396275 100644 --- a/doc/10-icinga-template-library.md +++ b/doc/10-icinga-template-library.md @@ -735,6 +735,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.