https://github.com/progval/upmonitor
Monitoring/message-passing without any central node.
https://github.com/progval/upmonitor
Last synced: 3 months ago
JSON representation
Monitoring/message-passing without any central node.
- Host: GitHub
- URL: https://github.com/progval/upmonitor
- Owner: progval
- Created: 2013-07-25T11:26:36.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-08-01T12:19:59.000Z (almost 12 years ago)
- Last Synced: 2025-02-12T05:39:03.139Z (4 months ago)
- Language: Python
- Homepage:
- Size: 250 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# upmonitor
## What is it?
Monitoring without any central point. It does *not* work yet.
Configuration synchronisation is easy since all hosts use the exact
same settings file.## How to use
See `settings.example.json`. There will be no other doc about the
configuration file until upmonitor works.## How does it work?
Read the code. No other doc for the moment.
You may also want to build the Sphinx documentation from the `docs/` folder
if you want something more readable (actually, it is generated from
docstrings in the code).