Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/go/conf/zabbix_agent2.d/plugins.d/mysql.conf')
-rw-r--r--src/go/conf/zabbix_agent2.d/plugins.d/mysql.conf76
1 files changed, 76 insertions, 0 deletions
diff --git a/src/go/conf/zabbix_agent2.d/plugins.d/mysql.conf b/src/go/conf/zabbix_agent2.d/plugins.d/mysql.conf
new file mode 100644
index 00000000000..8fa5c39fdfb
--- /dev/null
+++ b/src/go/conf/zabbix_agent2.d/plugins.d/mysql.conf
@@ -0,0 +1,76 @@
+### Option: Plugins.Mysql.CallTimeout
+# The maximum time in seconds for waiting when a request has to be done.
+#
+# Mandatory: no
+# Range: 1-30
+# Default:
+# Plugins.Mysql.CallTimeout=<Global timeout>
+
+### Option: Plugins.Mysql.Timeout
+# The maximum time in seconds for waiting when a connection has to be established.
+#
+# Mandatory: no
+# Range: 1-30
+# Default: global timeout
+
+### Option: Plugins.Mysql.KeepAlive
+# Time (in seconds) to wait before unused connections will be closed.
+#
+# Mandatory: no
+# Range: 60-900
+# Default:
+# Plugins.Mysql.KeepAlive=300
+
+### Option: Plugins.Mysql.Sessions.*.Uri
+# Connection string. "*" should be replaced with a session name.
+#
+# Mandatory: no
+# Range: Must matches the URI format.
+# Default:
+# Plugins.Mysql.Sessions.*.Uri=
+
+### Option: Plugins.Mysql.Sessions.*.User
+# Username to be used for MySQL authentication. "*" should be replaced with a session name.
+#
+# Mandatory: no
+# Default:
+# Plugins.Mysql.Sessions.*.User=
+
+### Option: Plugins.Mysql.Sessions.*.Password
+# Password to be used for MySQL authentication. "*" should be replaced with a session name.
+#
+# Mandatory: no
+# Default:
+# Plugins.Mysql.Sessions.*.Password=
+
+### Option: Plugins.Mysql.Sessions.*.TLSConnect
+# Encryption type for MySQL connection. "*" should be replaced with a session name.
+# tls connection required - required
+# verifies certificates - verify_ca
+# verify certificates and ip - verify_full
+#
+# Mandatory: no
+# Default:
+# Plugins.Mysql.Sessions.*.TLSConnect=
+
+### Option: Plugins.Mysql.Sessions.*.TLSCAFile
+# Full pathname of a file containing the top-level CA(s) certificates for mysql
+# peer certificate verification.
+#
+# Mandatory: no
+# Default:
+# Plugins.Mysql.Sessions.*.TLSCAFile=
+
+### Option: Plugins.Mysql.Sessions.*.TLSCertFile
+# Full pathname of a file containing the mysql certificate or certificate chain.
+#
+# Mandatory: no
+# Default:
+# Plugins.Mysql.Sessions.*.TLSCertFile=
+
+### Option: Plugins.Mysql.Sessions.*.TLSKeyFile
+# Full pathname of a file containing the mysql private key.
+#
+# Mandatory: no
+# Default:
+# Plugins.Mysql.Sessions.*.TLSKeyFile=