No commit activity in last 3 years
No release in over 3 years
This plugin provides native Riak instrumentation for monitoring and metrics collection, including: service health, database connectivity, ring status, `/stats` metrics, and more.
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.0
~> 3.2
~> 3.1
~> 0.40.0
~> 0.8

Runtime

 Project Readme

Sensu-Plugins-riak

Build Status Gem Version Code Climate Test Coverage Dependency Status

Functionality

Files

  • bin/metrics-riak.rb
  • bin/check-riak-ringready.rb

Usage

metrics-riak

Include only output the specified values, where exclude remove those not wanted.

Only one of the four available flags will be used, where the precedence order is, -i,-I,-e,-E.

If include or excluded is not manually specified, standard filtering is used.

If using a file, metrics are either space separated or newline separated.

{
    "checks": {
        "include_usage": {
            "type": "metric",
            "command": "metrics-riak.rb -i vnode_gets vnode_puts",
            ...
        },
        "include_file_usage": {
            "type": "metric",
            "command": "metrics-riak.rb -I /some/path/include.txt",
            ...
        },
        "exclude_usage": {
            "type": "metric",
            "command": "metrics-riak.rb -e vnode_gets vnode_puts",
            ...
        },
        "exclude_file_usage": {
            "type": "metric",
            "command": "metrics-riak.rb -E /some/path/exclude.txt",
            ...
        }
    }
}

Installation

Installation and Setup

Notes