MySQL Check
This check monitors the availability of a MySQL database server. It attempts to connect to the specified host and execute a simple query to verify that the server is responsive and accessible.
Configuration
Field | Description | Required | Default |
---|---|---|---|
host |
The hostname or IP address of the MySQL server. | Yes | |
port |
The port number to connect to. | No | 3306 |
database |
The name of the database to connect to. | No | |
user |
The username for authentication. | No | |
password |
The password for authentication. | No | |
connect_timeout |
Connection timeout in seconds. | No | 2 |