Skip to content

EaseProbe-v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Mar 09:07
· 479 commits to main since this release
c9708e7

Release Notes

EaseProbe would do 3 kinds of works - Probe, Notify and Report.

  1. 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.
  1. 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
  1. Report
  • SLA Report. EaseProbe would send the daily, weekly or monthly SLA report.