Oro / sensu-plugins-influxdb

Sensu Influxdb Plugins

Home Page:http://sensu-plugins.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sensu-Plugins-influxdb

Build Status Gem Version Code Climate Test Coverage Dependency Status Codeship Status for sensu-plugins/sensu-plugins-influxdb

Functionality

Files

  • bin/check-influxdb.rb
  • bin/check-influxdb-query.rb
  • bin/metrics-influxdb.rb

Usage

metrics-influxdb

{
    "influxdb": {
        "hosts"         : ["influxdb.familyguy.com"],
        "host"          : "influxdb.familyguy.com",
        "port"          : "8086",
        "username"      : "root",
        "password"      : "root",
        "database"      : "stats",
        # OPTIONAL
        "time_precision": "s",
        "use_ssl"       : false,
        "verify_ssl"    : true,
        "ssl_ca_cert"   : "path to the ca certificate file",
        "auth_method"   : "params",
        "initial_delay" : 0.01,
        "max_delay"     : 30,
        "open_timeout"  : 5,
        "read_timeout"  : 300,
        "retry"         : null,
        "prefix"        : "",
        "denormalize"   : true
    }
}

Installation

Installation and Setup

Notes

About

Sensu Influxdb Plugins

http://sensu-plugins.github.io

License:MIT License


Languages

Language:Ruby 100.0%