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:
authorAlexei Vladishev <alexei.vladishev@zabbix.com>2012-04-27 13:45:01 +0400
committerAlexei Vladishev <alexei.vladishev@zabbix.com>2012-04-27 13:45:01 +0400
commit6d4c16d5fd5dae380bc906409a37903aa71bedce (patch)
tree1ae6e757949c29b104e89cbc81935bb92a613fdc /conf/zabbix_agentd
parent5897e79aaca2a7be21b0160dd627d11bcd11568d (diff)
....I..... [ZBXNEXT-973] redesign of existing templates
Diffstat (limited to 'conf/zabbix_agentd')
-rw-r--r--conf/zabbix_agentd/userparameter_mysql.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/zabbix_agentd/userparameter_mysql.conf b/conf/zabbix_agentd/userparameter_mysql.conf
index 3750798d245..e7017419d08 100644
--- a/conf/zabbix_agentd/userparameter_mysql.conf
+++ b/conf/zabbix_agentd/userparameter_mysql.conf
@@ -1,6 +1,6 @@
# For all the following commands HOME should be set to the directory that has .my.cnf file with password information.
-# Flexible parameter to grab global variables. On the frontend side, use keys like mysql.status[insert].
+# Flexible parameter to grab global variables. On the frontend side, use keys like mysql.status[Com_insert].
# Key syntax is mysql.status[variable].
UserParameter=mysql.status[*],echo "show global status where Variable_name='$1';" | HOME=/var/lib/zabbix mysql -N | awk '{print $$2}'