Add wsrep_flow_control_paused check

If this value is > 0.1 usually there is a problem.
  Also add default exit value to UNKNOWN.
This commit is contained in:
Guillaume Coré
2013-04-24 18:03:39 -04:00
parent e547044a5c
commit f910d9e246
2 changed files with 23 additions and 3 deletions
+3 -1
View File
@@ -6,7 +6,7 @@ Version 1.0, Guillaume Coré <g@fridim.org>
check_galera_cluster is a Nagios plugin to monitor Galera cluster status.
check_galera_cluster -u USER -p PASSWORD [-H HOST] [-P PORT] [-w SIZE] [-c SIZE] [-0]
check_galera_cluster -u USER -p PASSWORD [-H HOST] [-P PORT] [-w SIZE] [-c SIZE] [-f FLOAT] [-0]
Options:
u)
@@ -21,5 +21,7 @@ Version 1.0, Guillaume Coré <g@fridim.org>
Sets minimum number of nodes in the cluster when WARNING is raised. (default is same as critical).
c)
Sets minimum number of nodes in the cluster when CRITICAL is raised. (default is 2).
f)
Sets critical value of wsrep_flow_control_paused (default is 0.1).
0)
Rise CRITICAL if the node is not primary