sensu-plugins / documentation

The home for all sensu-plugins standalone docs. NOTE: Get your edits in here before the migration to sensuapp.org
https://github.com/sensu-plugins/community/issues/58
MIT License
4 stars 4 forks source link

unable to install plugins using doc information #2

Closed frederic-joventures closed 9 years ago

frederic-joventures commented 9 years ago

/opt/sensu/embedded/bin/gem install sensu-plugin-disk-checks ERROR: Could not find a valid gem 'sensu-plugin-disk-checks' (>= 0) in any repository

frederic-joventures commented 9 years ago

closed it by mistake

mattyjones commented 9 years ago

@frederic-jomedia

sensu-plugins-disk-checks How to install a sensu-plugin.

The issue you are having is that that gem is in a prerelease state, defined by the alpha tag. You will need to use a prerelease flag in order to reach it and Rubygems does not index them in the same manner as other gems.

To check if it has an alpha tag check here The alpha tags should be gone on most gems but next week.

frederic-joventures commented 9 years ago

@mattyjones Tx I will wait for next week to test these new plugins