https://github.com/clivern/sloth
🐺 A Fast, Secure and Reliable Self Hosted Monitoring and Status Page System, Set up in Minutes.
https://github.com/clivern/sloth
clivern dns-check http-check monitoring sloth ssl-check status-page tcp-check udp-check
Last synced: 9 months ago
JSON representation
🐺 A Fast, Secure and Reliable Self Hosted Monitoring and Status Page System, Set up in Minutes.
- Host: GitHub
- URL: https://github.com/clivern/sloth
- Owner: Clivern
- License: mit
- Created: 2023-02-18T19:32:21.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-28T17:50:45.000Z (9 months ago)
- Last Synced: 2025-04-13T02:29:45.438Z (9 months ago)
- Topics: clivern, dns-check, http-check, monitoring, sloth, ssl-check, status-page, tcp-check, udp-check
- Language: Go
- Homepage:
- Size: 7.19 MB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
Sloth
🐺 A Fast, Secure and Reliable Self Hosted Monitoring and Status Page System, Set up in Minutes.
Sloth is a Fast, Secure and Reliable Self Hosted Monitoring and Status Page System. Sloth supports a broad range of health checks like `HTTP`, `TCP`, `DNS`, `TLS` and local `Commands`.
### Getting Started
To install `Sloth`, Use the following script:
```zsh
# To install sloth
$ bash < <(curl -s https://raw.githubusercontent.com/clivern/sloth/main/deployment/ubuntu/install.sh)
# To upgrade sloth
$ bash < <(curl -s https://raw.githubusercontent.com/clivern/sloth/main/deployment/ubuntu/upgrade.sh)
```
### Versioning
For transparency into our release cycle and in striving to maintain backward compatibility, Sloth is maintained under the [Semantic Versioning guidelines](https://semver.org/) and release process is predictable and business-friendly.
See the [Releases section of our GitHub project](https://github.com/clivern/sloth/releases) for changelogs for each release version of Sloth. It contains summaries of the most noteworthy changes made in each release. Also see the [Milestones section](https://github.com/clivern/sloth/milestones) for the future roadmap.
### Bug tracker
If you have any suggestions, bug reports, or annoyances please report them to our issue tracker at https://github.com/clivern/sloth/issues
### Security Issues
If you discover a security vulnerability within Sloth, please send an email to [hello@clivern.com](mailto:hello@clivern.com)
### Contributing
We are an open source, community-driven project so please feel free to join us. see the [contributing guidelines](CONTRIBUTING.md) for more details.
### License
© 2023, Clivern. Released under [MIT License](https://opensource.org/licenses/mit-license.php).