mirror of
https://github.com/koichixD/uptime-kuma.git
synced 2026-09-02 09:00:26 +00:00
f9be918246
This commit adds support for monitoring MySQL and MariaDB database servers. The mysql2 package was choosen over mysql as it provides a promise wrapper and is reportedly faster than the original mysql package whilst still maintaining the same API. Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>