No commit activity in last 3 years
No release in over 3 years
Plugins to provide functionality to check metrics from the turbine stream for Sensu, a monitoring framework
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
~> 0.10
~> 10.5
~> 3.2
~> 3.4
~> 0.37
~> 0.8

Runtime

 Project Readme

sensu-plugins-turbine

Build Status Gem Version

Functionality

Sensu plugin to obtain metrics from Netflix's Turbine service which aggregates data from their Hystrix project.
The data comes in from turbine as a stream, the script parses the data stream looking for the first occurrence of the thread pool in question returns the data, and then disconnects from the stream for the next check.

Files

  • bin/metrics-turbine.rb

Usage

metrics-turbine.rb

Usage: ./metrics-turbine.rb (options)
    -s SCHEME                        Graphite storage scheme
    -t POOLNAME                      The pool name requested (required)
    -u URL                           Full URL path to the turbine stream (required)

Installation

Installation and Setup