A Supervisor event listener for Riemann
Project description
Supermann monitors processes running under Supervisor and sends metrics to Riemann.
Usage
Supermann runs as a Supervisor event listener, and will send metrics every time an event is received.
A very basic Supervisor configuration section to run Supermann:
[eventlistener:supermann] command=supermann localhost 5555 events=PROCESS_STATE,TICK_5
Listening for the PROCESS_STATE and TICK_5 events will send metrics every 5 seconds, and when a program changes state. See the Supervisor event documentation for more information. Supermann is designed to bail out when an error is encountered, allowing Supervisor to restart it - it is recommended that you do not set autorestart=false in the Supervisor configuration for the eventlistener. Supervisor logs to stderr, which is logged by Supervisor. The logs can be read with supervisorctl tail supermann stderr or finding the log in Supervisor’s log directory.
supermann --help will display usage information on the available arguments. Basic usage is:
supermann [--log-level=INFO] [--memmon <name>=<limit>] $RIEMANN_HOST $RIEMANN_PORT
The --memmon option takes the name of a Supervisor program, and a memory limit in bytes. The suffixes gb, mb and kb can be used, and are case insensitive. This option can be repeated any number of times.
Installation
Supermann can be installed with pip install supermann, or you can use the provided makefile to build and distribute an RPM using [fpm](https://github.com/jordansissel/fpm).
Supervisor can also be installed with pip, or can be installed from your distributions package manager. Once Supermann is installed, add an eventlistener section to the Supervisor configuration (/etc/supervisord.conf by default) and restart Supervisor.
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 (and therefore riemann-client) are only compatible with Python 2.
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
Built Distribution
File details
Details for the file supermann-2.1.0.tar.gz
.
File metadata
- Download URL: supermann-2.1.0.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0c5c3e346454f8f6f26a43120c9d463862251cc091312cd79ffdeff4d8df0c1d |
|
MD5 | 69121f44a25fe463e2f6059979bcad3f |
|
BLAKE2b-256 | 97e1f1927b9975da923722e2e242d80fd6e6325941e7dfea4dc37d9edd0937d3 |
File details
Details for the file supermann-2.1.0-py27-none-any.whl
.
File metadata
- Download URL: supermann-2.1.0-py27-none-any.whl
- Upload date:
- Size: 14.1 kB
- Tags: Python 2.7
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 218c99accc9f70b9356f8453a3336de4f87469ce5b3618b0874c5f21419c8d77 |
|
MD5 | 1afa878580f5409f2d283f170a17a0e0 |
|
BLAKE2b-256 | 4b7b7a4bc3430feba43ea6b3170855d6a6f001fc254634859646b22e1b718ad0 |