Opstat

iCollect and analyze statistics for opstat analytics system

Installation

Clone this repository

cd into repository base

And then execute:

$ gem build

Next install created gem as:

$ gem install opstat-client-0.0.2.gem

Usage

Configure it via /etc/opstat/opstat.yml Run command opstatd-client

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request