Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Splits out individual programs to GitHub Riemann org #136

Merged
merged 11 commits into from
Jan 20, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ testing. I've got a whole bunch of these internally for monitoring Redis, Riak,
queues, etc. Most have internal configuration dependencies, so it'll be a while
before I can extract them for re-use.

See additional programs in the [Riemann GitHub account](https://github.com/riemann/).

Get started
==========
===========

``` bash
gem install riemann-tools
Expand Down
7 changes: 1 addition & 6 deletions Rakefile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,7 @@

s.add_dependency 'riemann-client', '>= 0.2.2'
s.add_dependency 'trollop', '>= 1.16.2'
s.add_dependency 'munin-ruby', '>= 0.2.1'
s.add_dependency 'yajl-ruby', '>= 1.1.0'
s.add_dependency 'fog', '>= 1.4.0'
s.add_dependency 'faraday', '>= 0.8.5'
s.add_dependency 'nokogiri', '>= 1.5.6'
s.add_dependency 'docker-api', '>= 1.22.0'
s.add_dependency 'json'

s.files = FileList['lib/**/*', 'bin/*', 'LICENSE', 'README.markdown'].to_a
s.executables |= Dir.entries('bin/')
Expand Down
79 changes: 0 additions & 79 deletions bin/riemann-aws-billing

This file was deleted.

48 changes: 0 additions & 48 deletions bin/riemann-aws-rds-status

This file was deleted.

37 changes: 0 additions & 37 deletions bin/riemann-aws-sqs-status

This file was deleted.

64 changes: 0 additions & 64 deletions bin/riemann-aws-status

This file was deleted.

Loading