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

trying to test #12

Closed
PavelPolyakov opened this issue Dec 1, 2014 · 2 comments
Closed

trying to test #12

PavelPolyakov opened this issue Dec 1, 2014 · 2 comments

Comments

@PavelPolyakov
Copy link

./bin/check_graphite 
/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- check_graphite (LoadError)
    from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
    from ./bin/check_graphite:3:in `<main>'

is that ok?

@pyr
Copy link
Owner

pyr commented Dec 2, 2014

Hi @PavelPolyakov,

this means something went wrong with the gem installation.

@joelgriffiths
Copy link

(For future visitors)
You have to install the gem:

$ git clone https://github.com/pyr/check-graphite.git
$ cd check-graphite/
$ gem build check_graphite.gemspec
$ sudo gem install check_graphite-0.2.5.gem

@pyr pyr closed this as completed Sep 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants