Skip to content

Latest commit

 

History

History
52 lines (43 loc) · 1.66 KB

README.md

File metadata and controls

52 lines (43 loc) · 1.66 KB

Sensu-Plugins-graphite

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

Functionality

Files

  • bin/check-graphite-data
  • bin/check-graphite-replication
  • bin/check-graphite-stats
  • bin/check-graphite
  • bin/extension-graphite
  • bin/handler-graphite-event
  • bin/handler-graphite-notify
  • bin/handler-graphite-occurances
  • bin/mutator-graphite

Usage

handler-graphite-event

{
  "graphite_event": {
    "server_uri": "https://graphite.example.com:443/events/",
    "tags": [
      "custom_tag_a",
      "custom_tag_b"
    ]
  }
}

handler-graphite-occurances

{
 "graphite": {
    "server":"graphite.example.com",
    "port":"2003"
 }
}

Installation

Installation and Setup

Notes