You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/common/en/monitoring_mysql.asciidoc
+57-32Lines changed: 57 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,8 +81,11 @@ mysql> GRANT REPLICATION CLIENT ON *.* TO 'checkmk'@'localhost';
81
81
82
82
=== Installing the plug-in
83
83
84
-
==== Linux
85
-
84
+
[.tabs]
85
+
====
86
+
Linux::
87
+
+
88
+
--
86
89
ifdef::onprem[]
87
90
The required `mk_mysql` plug-in can be found on your {CMK} server via [guihint]#Setup > Linux, Solaris, AIX files > Plugins# or alternatively in the `~/share/check_mk/agents/plugins/` directory.
88
91
endif::[]
@@ -100,9 +103,10 @@ As soon as the script is in the specified directory, make it executable:
100
103
----
101
104
102
105
This plug-in can of course also be run xref:agent_linux#async_plugins[asynchronously] if required.
103
-
104
-
==== Windows
105
-
106
+
--
107
+
Windows::
108
+
+
109
+
--
106
110
The Agent for Windows comes with a number of plug-ins as standard.
107
111
That is why you will also find the plug-in for monitoring MySQL on your host
108
112
after installing the agent. Simply copy this into the correct directory for use.
@@ -111,16 +115,20 @@ after installing the agent. Simply copy this into the correct directory for use.
0 commit comments