Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piotrmaslanka/cyrkus
Cluster health monitoring tool
https://github.com/piotrmaslanka/cyrkus
Last synced: 7 days ago
JSON representation
Cluster health monitoring tool
- Host: GitHub
- URL: https://github.com/piotrmaslanka/cyrkus
- Owner: piotrmaslanka
- License: bsd-3-clause
- Created: 2015-01-09T14:50:21.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-22T23:35:22.000Z (almost 10 years ago)
- Last Synced: 2023-03-12T09:41:51.925Z (over 1 year ago)
- Language: Python
- Size: 164 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cyrkus
Cyrkus is a very simple cluster health monitoring tool.
It consists of two parts: _redaction_ and _reporter_. Multiple _redaction_ instances
report the state to a single _redaction_._reporter_ is a part run on each system in the cluster. It connects to
_redaction_ and reports system health state to it. _redaction_ should run on
the computer that monitors the cluster health state. A _reporter_ should also
run on it - if you want it monitored that is.Similarly to many of my concotions, it requires [Satella](https://github.com/piotrmaslanka/satella).