summaryrefslogtreecommitdiff
path: root/agent/mysql-repl
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/mysql-repl
parentaac38b5a8f1bf5eb9888b79bf7d8e599c271e99b (diff)
renamed agent plugin and added check for mysql_repl
Diffstat (limited to 'agent/mysql-repl')
-rwxr-xr-xagent/mysql-repl9
1 files changed, 0 insertions, 9 deletions
diff --git a/agent/mysql-repl b/agent/mysql-repl
deleted file mode 100755
index 7a8b54f..0000000
--- a/agent/mysql-repl
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/bash
-#
-# by Christain Pointner <equinox@helsinki.at> - 28/07/15
-
-echo "<<<mysql-repl>>>"
-
-mysql --defaults-extra-file=/etc/mysql/debian.cnf -e "SHOW SLAVE STATUS\G" 2>/dev/null | sed 's/^ *//' | sed '/^*/d'
-
-exit 0