Skip to content

Releases: bitnami/healthcheck-tools

v2.0.2

03 Aug 13:58
Compare
Choose a tag to compare

What's Changed

  • Adapt healthcheck-tools to GitHub Actions and update to Go 1.19 by @marcosbc in #5

New Contributors

Full Changelog: 2.0.1...2.0.2

2.0.1

24 Jun 07:03
c694622
Compare
Choose a tag to compare

The SMTP Checker now accepts the --secure_output flag which hides the SMTP password in the output.

2.0.0

08 Mar 12:42
Compare
Choose a tag to compare

In this second release we include our second tool, the SMTP Checker.

This tool will a set of health checks in your web application to detect any possible issues with the SMTP configuration. It performs the checks below:

  • Generic checks:
    • Check connectivity with SMTP server(both using TLS or not)
    • Check Time offset using a global NTP pool
    • Check Mail Delivery via SMTP
  • Specific checks:
    • Wordpress:
      • Obtains MySQL credentials from wp-config.php file
      • Obtains SMTP config. data from MySQL database and check there's no missing data
  • Redmine
    • Check configuration.yaml syntax
    • Parse SMTP config. data from configuration.yaml and check there's no missing data

1.0.0

20 Feb 13:07
Compare
Choose a tag to compare

In this first release we include our first tool, the SSL Checker.

This tool will check:

  • Which certificates you are using in the stack
  • The certificates are not corrupted
  • The domain names of these certificates
  • Whether the certificate-key pairs match or not
  • The certificate of your currently running server