https://github.com/xtonousou/fortiadc-mysql-healthcheck
Solution for MySQL healthcheck on FortiADC using bash, ncat, mysql and systemd.
https://github.com/xtonousou/fortiadc-mysql-healthcheck
bash curl fortiadc healthcheck linux mariadb mysql systemd
Last synced: 15 days ago
JSON representation
Solution for MySQL healthcheck on FortiADC using bash, ncat, mysql and systemd.
- Host: GitHub
- URL: https://github.com/xtonousou/fortiadc-mysql-healthcheck
- Owner: xtonousou
- License: gpl-3.0
- Created: 2020-09-14T20:08:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-19T20:35:34.000Z (over 4 years ago)
- Last Synced: 2025-05-07T17:29:15.773Z (15 days ago)
- Topics: bash, curl, fortiadc, healthcheck, linux, mariadb, mysql, systemd
- Language: Shell
- Homepage:
- Size: 566 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FortiADC-MySQL-Healthcheck
Solution for MySQL healthcheck on FortiADC using bash, ncat, mysql and systemd.## Installation
### Execute the following commands as root on each database node
1. `mysql -u root -p < requirements.sql`
2. `bash install.sh`
### Set up the healthcheck on FortiADC
> Find the required script for FortiADC [here](FortiADC/HealthCheckScript.sh)





