Uptimedog / Sloth

πŸ„ Liteweight HA Monitoring & Alerting System.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sloth Logo

Sloth

Liteweight HA Monitoring & Alerting System.

Sloth Logo

Sloth is a liteweight highly available monitoring and alerting system. It comes with three roles:

  • Agent Role: Runs health checks on hosts.
  • Worker Role: Updates agents state, health checks and alerting. The elected leader watches if agents up or down.
  • API Role: A REST service to interact with the cluster & collect metrics.

Sloth uses RabbitMQ as default message broker and etcd as a data storage and for leader election (electing the leader worker). It is still an experimental project so use at your own risk.

Documentation

Installation:

#

Versioning

For transparency into our release cycle and in striving to maintain backward compatibility, Sloth is maintained under the Semantic Versioning guidelines and release process is predictable and business-friendly.

See the Releases section of our GitHub project for changelogs for each release version of Sloth. It contains summaries of the most noteworthy changes made in each release.

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

Contributing

We are an open source, community-driven project so please feel free to join us. see the contributing guidelines for more details.

License

Β© 2019, clivern. Released under MIT License.

Sloth is authored and maintained by @clivern.

About

πŸ„ Liteweight HA Monitoring & Alerting System.

License:MIT License


Languages

Language:Go 94.6%Language:Makefile 5.4%