Checks for MySQL
- connection
- replication
- uptime
Checks the number of MySQL connections.
[plugin.checks.mysql_connection]
command = "/path/to/check-mysql connection --host=127.0.0.1 --port=3306 --user=USER --password=PASSWORD --warning=250 --critical=280
Checks MySQL replication status and its second behind master.
[plugin.checks.mysql_replication]
command = "/path/to/check-mysql replication --host=127.0.0.1 --port=3306 --user=USER --password=PASSWORD --warning=5 --critical=10