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
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request