Use module parameters in monitors

All monitors now declare the parameters that they use. This allows the
core to check the validity of the parameters before they are passed to the
monitor. It also simplifies the processing of the parameters as they are
guaranteed to be valid.
This commit is contained in:
Markus Mäkelä
2017-01-04 11:54:30 +02:00
parent cefc253e2c
commit 5a290cb0b8
6 changed files with 54 additions and 87 deletions

View File

@ -53,8 +53,6 @@
MXS_BEGIN_DECLS
#define MYSQLMON_DEFAULT_FAILCOUNT 5
/**
* The handle for an instance of a MySQL Monitor module
*/