Sha256: 1eed3419942ba64b740e10c4f551fe6d8109c4b068b4bf749b73ffc03c1d5a35

Contents?: true

Size: 1.22 KB

Versions: 4

Compression:

Stored size: 1.22 KB

Contents

INSTALLING FROM GEM
-------------------

This is the easiest way to get up and running with chimp. Make sure you have
Ruby and RubyGems installed. You can then install on your system by using the
following command:

        gem install right_chimp

Once you have the right_chimp gem installed, you'll need to get up your API
creds. First create a directory for the configuration file:

  mkdir ~/.rest_connection

Next create the configuration file. Name it rest_api_config.yaml and place it in the
.rest_connection folder. Use the following YAML as a template, replacing <email>, <password>
and <account> with your email address, RightScale password, and account number.

  ---
  :ssh_keys:
  - ~/.ssh/id_rsa
  :pass: <password>
  :user: <email>
  :api_url: https://my.rightscale.com/api/acct/<account>

Now you're ready to run a test query. The following chimp command should return
a list of all the operational servers in your account:

  chimp --tag="rs_monitoring:state=active"

  RIGHTSCALE OAUTH SPECIFIC NOTES
  --------------------------------

   rest_api_config.yaml should look like

    :ssh_keys:
    - ~/.ssh/id_rsa
    :user: <email>
    :refresh_token: <refresh_token>
    :api_url: https://us-3.rightscale.com
    :account: <account>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
right_chimp-2.4 INSTALL
right_chimp-2.3.2 INSTALL
right_chimp-2.3.1 INSTALL
right_chimp-2.3 INSTALL