Overview
MySQL plugin should perform tests of a mysql server. This should be done in two ways. The first test is a real MySQL test, including insert and select queries executed against the MySQL server. The test should watch after the total execution time and the correctness of results.
The other test is related to the SHOW STATUS MySQL extension of ANSI-SQL. This gives a pile of useful info concerning server load, which is to be gathered and stored in result notes.
Parameters
Database
The name of the database
User
The username used to connect
Pass
The password used to connect
Update
The update query (optional)
Select
The select query (optional)
MinSuccessRows
The minimum number of rows returned that classifies test as successful (optional)
MaxSuccessRows
The maximum number of rows returned that classifies test as successful (optional)
Properties
Space separated names of the fields returned by SHOW STATUS to be included in test results