Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/briancline/mercuro
A simple daemon that listens for syslog events and forwards them to a Riemann server.
https://github.com/briancline/mercuro
Last synced: 16 days ago
JSON representation
A simple daemon that listens for syslog events and forwards them to a Riemann server.
- Host: GitHub
- URL: https://github.com/briancline/mercuro
- Owner: briancline
- License: apache-2.0
- Created: 2013-11-12T08:06:30.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-17T09:19:57.000Z (about 11 years ago)
- Last Synced: 2024-11-16T00:41:52.309Z (about 2 months ago)
- Language: Python
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Mercuro
=======Mercuro is a non-concurrent, unintelligent, Python-based threaded syslog
listener that forwards all its events to a [Riemann][1] server.All interaction with Riemann is handled via the [Bernhard][2] library.
You probably shouldn't use Mercuro in production yet, at least until it
provides concurrency, forking, and a config file.See test.py for example use.
## Installing
This is all you need:
pip install mercuro
Or, if you want to install from source:
git clone https://github.com/briancline/mercuro.git
cd mercuro
sudo python setup.py install[1]: http://riemann.io/
[2]: https://github.com/banjiewen/bernhard