Project

chaoite

0.0
No commit activity in last 3 years
No release in over 3 years
A monitoring data collector that can poll services over http or run shell commands and gather a variety of metrics. Works with JSON/XML based services too, with support for jsonpath/xpath.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.10
~> 3.5
~> 10.0
~> 3.3

Runtime

~> 1.8
~> 0.5
 Project Readme

Chaoite

A Collector and reported for Graphite. It has 2 types of collector

  1. HTTP
  2. Shell

HTTP

Pass in a Check URL which will be hit and send metrics based on status code

Shell

Execute a given shell command and send metrics based on return status

Installation

Add this line to your application's Gemfile:

gem 'chaoite'

And then execute:

$ bundle

Or install it yourself as:

$ gem install chaoite

Usage

$ bundle exec chaoite
Usage: chaoite [options]
    -c, --config-file config_file    Path to config file. Defaults to config.json
    -g, --graphite-server server     Graphite server url. Defaults to localhost
    -p, --graphite-port port         Graphite port. Defaults to 2003
    -h, --help                       Displays Help

Development

After checking out the repo, run bundle install to install dependencies.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/aswinkarthik93/chaoite. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.