Releases: bitnami/healthcheck-tools
Releases · bitnami/healthcheck-tools
v2.0.2
2.0.1
2.0.0
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
- Wordpress:
- Redmine
- Check configuration.yaml syntax
- Parse SMTP config. data from configuration.yaml and check there's no missing data
1.0.0
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