https://github.com/bitnami/healthcheck-tools
Set of Go tools to check different elements of your stack (SSL, SMTP, Permissions...)
https://github.com/bitnami/healthcheck-tools
permissions smtp ssl
Last synced: 11 months ago
JSON representation
Set of Go tools to check different elements of your stack (SSL, SMTP, Permissions...)
- Host: GitHub
- URL: https://github.com/bitnami/healthcheck-tools
- Owner: bitnami
- License: apache-2.0
- Created: 2018-01-18T16:33:32.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-05-15T08:23:40.000Z (about 1 year ago)
- Last Synced: 2025-06-26T13:46:54.597Z (12 months ago)
- Topics: permissions, smtp, ssl
- Language: Go
- Homepage: https://bitnami.com
- Size: 1.91 MB
- Stars: 19
- Watchers: 17
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
[](https://goreportcard.com/report/github.com/bitnami/healthcheck-tools)
[](https://github.com/bitnami/healthcheck-tools/actions/workflows/main.yml)
# healthcheck-tools
Set of Go tools to check different elements of your stack (SSL, SMTP, Permissions...). There is one tool per kind of check.
## Installation
```
$> go get github.com/bitnami/healthcheck-tools/...
```
## Building from source
```
$> git clone https://github.com/bitnami/healthcheck-tools.git
$> make
```
## Basic usage
The tools are located in the *cmd* folder. Each tool has its own README.md with basic instructions.
- [SSL Checker](https://github.com/bitnami/healthcheck-tools/tree/main/cmd/ssl-checker)
- [SMTP Checker](https://github.com/bitnami/healthcheck-tools/tree/main/cmd/smtp-checker)