diff --git a/docs/20_Checks/check_mysqlserver.md b/docs/20_Checks/check_mysqlserver.md index bf1fc53e8849738857171f9c467f9882a15005b5..640b6441fa6d0dd1546f314f7709fa9ff29a1ed3 100644 --- a/docs/20_Checks/check_mysqlserver.md +++ b/docs/20_Checks/check_mysqlserver.md @@ -7,7 +7,7 @@ The kind of check is defined by a parameter `-m METHOD`. ## Requirements -* mysql (cli tool) +* ``mysql`` (mysql client as cli tool) * The icinga user needs to connect to the database server (see Installation). ## Syntax @@ -161,3 +161,7 @@ As root run ``` This drops the database user `icingaclient` and removes the config file `/etc/icingaclient/.my.cnf`. + +## Graph + +See templates for mysql graphs in <https://git-repo.iml.unibe.ch/iml-open-source/icinga-graphite-templates>.