Merge pull request #5056 from Icinga/fix/docs-itl-mysql-socket-5055

Fix missing documentation for mysql_socket attribute

fixes #5055
This commit is contained in:
Michael Friedrich 2017-03-09 14:53:57 +01:00 committed by GitHub
commit 4d45531eb3
1 changed files with 1 additions and 0 deletions

View File

@ -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.