Make the USER and PASSWORD parameters optional
This commit is contained in:
committed by
Guillaume Coré
parent
10802af0c4
commit
4ea9e83e67
@@ -2,11 +2,12 @@ nagios-plugin-check_galera_cluster
|
||||
=======================================
|
||||
|
||||
A nagios plugin to check status of a galera cluster
|
||||
Version 1.0, Guillaume Coré <g@fridim.org>
|
||||
|
||||
Version 1.1, Guillaume Coré <fridim@onfi.re>, Ales Nosek <ales.nosek@gmail.com>
|
||||
|
||||
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] [-f FLOAT] [-0]
|
||||
check_galera_cluster [-u USER] [-p PASSWORD] [-H HOST] [-P PORT] [-w SIZE] [-c SIZE] [-f FLOAT] [-0]
|
||||
|
||||
Options:
|
||||
u)
|
||||
@@ -14,9 +15,9 @@ Version 1.0, Guillaume Coré <g@fridim.org>
|
||||
p)
|
||||
MySQL password.
|
||||
H)
|
||||
MySQL host. Default is localhost.
|
||||
MySQL host.
|
||||
P)
|
||||
MySQL port. Default is 3306.
|
||||
MySQL port.
|
||||
w)
|
||||
Sets minimum number of nodes in the cluster when WARNING is raised. (default is same as critical).
|
||||
c)
|
||||
|
||||
Reference in New Issue
Block a user