Module: check_mk
Branch: master
Commit: 038be82cb7fb076e85eefa0eb88ee427cdc972c7
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=038be82cb7fb07…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Wed Jun 4 13:47:58 2014 +0200
mk_mysql: Cleaned up comment folding
---
checks/mysql | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/checks/mysql b/checks/mysql
index 4c217a0..f002407 100644
--- a/checks/mysql
+++ b/checks/mysql
@@ -38,7 +38,7 @@
# Com_alter_db 0
# Com_alter_db_upgrade 0
-# .----------------------------------------------------------------------.
+# .--Helpers-------------------------------------------------------------.
# | _ _ _ |
# | | | | | ___| |_ __ ___ _ __ ___ |
# | | |_| |/ _ \ | '_ \ / _ \ '__/ __| |
@@ -67,8 +67,8 @@ def parse_mysql(info):
values[varname] = value
return values
-
-# .----------------------------------------------------------------------.
+#.
+# .--Sessions------------------------------------------------------------.
# | ____ _ |
# | / ___| ___ ___ ___(_) ___ _ __ ___ |
# | \___ \ / _ \/ __/ __| |/ _ \| '_ \/ __| |
@@ -125,8 +125,8 @@ check_info['mysql.sessions'] = {
"group" : "mysql_sessions",
}
-
-# .----------------------------------------------------------------------.
+#.
+# .--InnoDB-IO-----------------------------------------------------------.
# | ___ ____ ____ ___ ___ |
# | |_ _|_ __ _ __ ___ | _ \| __ ) |_ _/ _ \ |
# | | || '_ \| '_ \ / _ \| | | | _ \ _____| | | | | |
@@ -155,6 +155,7 @@ check_info['mysql.innodb_io'] = {
"group" : "mysql_innodb_io",
}
+#.
# .--Connections---------------------------------------------------------.
# | ____ _ _ |
# | / ___|___ _ __ _ __ ___ ___| |_(_) ___ _ __ ___ |