A Supervisor event listener for Riemann
Project description
A Supervisor event listener for Riemann.
Requirements
The psutil package uses C extensions, and installing the package from source or with a python package manager (such as pip) will require build tools. Alternatively, it can be installed from your distribution’s repositories (python-psutil on Debian and CentOS).
Supermann is developed and tested on Python 2.6. There are no plans to release it for Python 3, as Google’s protobuf library is only compatible with Python 2. However, the code is written to run on Python 2.6, 2.7 and 3.
Configuration
Supermann runs as a Supervisor event listener:
[eventlistener:supermann] command=supermann localhost 5555 events=PROCESS_STATE,TICK_5 autorestart=true
Run supermann –help for usage information.
Notes
The Protocol buffer definition can be rebuilt using the most recent version:
wget https://github.com/aphyr/riemann-java-client/blob/master/src/main/proto/riemann/proto.proto protoc --python_out=supermann/riemann/ riemann.proto
If supermann is used as a library, you will need to ensure that the log messages Supermann emits are handled. This can be done by either configuring the python logging module, calling supermann.command.configure_logging, or adding a null handler:
import logging class NullHandler(logging.Handler): def emit(self, record): pass logging.getLogger('supermann').addHandler(NullHandler())
Supermann should never send events with a nil host, and will always use the current hostname as the default host for events.
Licence
Supermann is licensed under the MIT Licence.
The protocol buffer definition is sourced from the Riemann Java client, which is licensed under the Apache Licence.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file supermann-1.0.0.tar.gz
.
File metadata
- Download URL: supermann-1.0.0.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 879d9f015cc5b084ec65a90a51f935864e039eb63d0195b97f9d01f5a8f6da99 |
|
MD5 | 01225d0e01643b72520fa77d74f55f7a |
|
BLAKE2b-256 | fd8f53c62a4fcea66ac8440f2dc7c91e45f47d766c71df4e3d81ad293f53212f |