Skip to main content

A Supervisor event listener for Riemann

Project description

http://img.shields.io/pypi/v/supermann.svg?style=flat-square http://img.shields.io/pypi/l/supermann.svg?style=flat-square http://img.shields.io/travis/borntyping/supermann/master.svg?style=flat-square

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. The only configuration Supermann needs is the host and port for a Riemann instance, which can be provided as arguments or by the RIEMANN_HOST and RIEMANN_PORT environment variables.

Basic usage is as follows, though Supermann will not start if not run under Supervisor:

supermann [--log-level=LEVEL] HOST PORT

A Supervisor configuration file for Supermann should look something like this:

[eventlistener:supermann]
command=supermann-from-file /etc/supermann.args
events=PROCESS_STATE,TICK_5

This loads Supermann’s arguments from /etc/supermann.args, which would contain a host and port for a Riemann server - localhost:5555 is used as the default if no host or port are specified:

riemann.example.com 5555

What Supermann does

Supermann will collect and send information about the system and the processes running under Supervisor each time an event is received. Listening for the TICK_5 and PROCESS_STATE events will collect and send information 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 event listener. Logs are sent to STDERR for collection by Supervisor - the log level can be controlled with the --log-level argument. The logs can be read with supervisorctl tail supermann stderr or finding the log in Supervisor’s log directory.

supermann-from-file

An issue with modifying the configuration of a Supervisord event listener (link) means that the command used to start an event listener process can’t be changed while Supervisord is running.

Supermann 2 allowed files to be named directly as an argument that more arguments would be read from. Supermann 3 instead provides the supermann-from-file entry point, which loads a file containing arguments that will be passed to the main supermann command.

The easiest way to upgrade between versions is to rename the eventlistener:supermann section in the Supervisord configuration, and to then run supervisorctl update. This will remove the old supermann instance, and start a new instance with the new command. The supermann-from-file command reads a set of arguments from a file and starts Supermann with those arguments, so that Supermann’s configuration can be changed without restarting Supervisord.

Installation

Supermann can be installed with pip install supermann. It’s recommended to install it in the same Python environment as Supervisor.

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). Superman currently uses a very old version of psutil so as to remain compatible with 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.

Authors

Supermann was written by Sam Clements, while working at DataSift.

https://0.gravatar.com/avatar/8dd5661684a7385fe723b7e7588e91ee?d=https%3A%2F%2Fidenticons.github.com%2Fe83ef7586374403a328e175927b98cac.png&r=x&s=40 https://1.gravatar.com/avatar/a3a6d949b43b6b880ffb3e277a65f49d?d=https%3A%2F%2Fidenticons.github.com%2F065affbc170e2511eeacb3bd0e975ec1.png&r=x&s=40

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

supermann-3.0.0.tar.gz (12.0 kB view details)

Uploaded Source

Built Distribution

supermann-3.0.0-py2-none-any.whl (24.7 kB view details)

Uploaded Python 2

File details

Details for the file supermann-3.0.0.tar.gz.

File metadata

  • Download URL: supermann-3.0.0.tar.gz
  • Upload date:
  • Size: 12.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for supermann-3.0.0.tar.gz
Algorithm Hash digest
SHA256 4f86c003b780518e8cc03f8b64839af8a19656f58e93e6e56fd8103a94be3f04
MD5 db432c4266f00a870c3d043841d98e29
BLAKE2b-256 5c2bd526b22a32200427f7f974194d03f70e8671e5dc2f2f30df9bb51edb2687

See more details on using hashes here.

File details

Details for the file supermann-3.0.0-py2-none-any.whl.

File metadata

File hashes

Hashes for supermann-3.0.0-py2-none-any.whl
Algorithm Hash digest
SHA256 782b7fb707f8181715c9f12bb5b6ddf87e334b33c8dcd0fa0b50431607102d5b
MD5 b7f3772ff727b86150df1ff1c2171ce4
BLAKE2b-256 472361c51d65012a527fe944eb4fe8c5fabbcc0e28b4cca0dd30dcb2dbd0c4b4

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page