EaseProbe-v1.0.0
Release Notes
EaseProbe would do 3 kinds of works - Probe, Notify and Report.
- Probe - Ease Probe supports the following probing methods:
- HTTP. Checking the HTTP status code, Support mTLS, HTTP Basic Auth, and can set the Request Header/Body.
- TCP. Just simply check the TCP connection can be established or not.
- Shell. Run a Shell command and check the result.)
- Client. Currently, support the following native client. Support the mTLS.
- MySQL. Connect to the MySQL server and run the
SHOW STATUS
SQL. - Redis. Connect to the Redis server and run the
PING
command. - MongoDB. Connect to MongoDB server and just ping server.
- Kafka. Connect to Kafka server and list all topics.
- MySQL. Connect to the MySQL server and run the
- Notification - EaseProbe supports the following notifications:
- Email. Support multiple email addresses.
- Slack. Using Webhook for notification
- Discord. Using Webhook for notification
- Log File. Write the notification into a log file
- Report
- SLA Report. EaseProbe would send the daily, weekly or monthly SLA report.