summaryrefslogtreecommitdiff
path: root/agent
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2015-07-28 01:04:22 (GMT)
committerChristian Pointner <equinox@spreadspace.org>2015-07-28 01:04:22 (GMT)
commit52ed2e0cccc51ae0656fae0f8802c80d6c2a527a (patch)
tree8cf6d1357b899ab2099b74cf7f5caea8e9785d2f /agent
parentaac38b5a8f1bf5eb9888b79bf7d8e599c271e99b (diff)
renamed agent plugin and added check for mysql_repl
Diffstat (limited to 'agent')
-rwxr-xr-xagent/mysql_repl (renamed from agent/mysql-repl)2
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/mysql-repl b/agent/mysql_repl
index 7a8b54f..fc2bf67 100755
--- a/agent/mysql-repl
+++ b/agent/mysql_repl
@@ -2,7 +2,7 @@
#
# by Christain Pointner <equinox@helsinki.at> - 28/07/15
-echo "<<<mysql-repl>>>"
+echo "<<<mysql_repl>>>"
mysql --defaults-extra-file=/etc/mysql/debian.cnf -e "SHOW SLAVE STATUS\G" 2>/dev/null | sed 's/^ *//' | sed '/^*/d'