sensu

Python plugin for the Sensu monitoring framework


Keywords
sensu, plugin, monitoring
License
MIT
Install
pip install sensu==0.0.2

Documentation

Python Sensu Plugin

This is a Python based Sensu (https://github.com/sensu) plugin.

Build Status

Currently, only the handler implementation is complete. It was (almost) directly ported from https://github.com/sensu/sensu-plugin/blob/master/lib/sensu-handler.rb

The Python plugin will take care of things like check stashes (silencing), dependency check monitoring, periodic notifications, etc.

Installation

pip install sensu or python setup.py install

Usage

Create a Sensu handler, derive from sensu.Handler, and override the handle method. The Python plugin will handle the filters, checks, etc.

Example

See the examples directory for examples.