From 01b609dd5efbc6f4a41e36b1e826d62b5d0b0b67 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Fri, 7 Jun 2024 10:39:50 +0200
Subject: [PATCH] update docs for mysql check

---
 docs/20_Checks/check_mysqlserver.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/docs/20_Checks/check_mysqlserver.md b/docs/20_Checks/check_mysqlserver.md
index bf1fc53..640b644 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>.
-- 
GitLab