Sha256: caef8581c816d970faf953f489675dac5801910f1af491ef00a245af36d39658

Contents?: true

Size: 1.01 KB

Versions: 43

Compression:

Stored size: 1.01 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>
  :common_headers: 
    X_API_VERSION: "1.0"

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"

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
right_chimp-2.2.2 INSTALL
right_chimp-2.2.1 INSTALL
right_chimp-2.2 INSTALL
right_chimp-2.1.28 INSTALL
right_chimp-2.1.27 INSTALL
right_chimp-2.1.26 INSTALL
right_chimp-2.1.25.2 INSTALL
right_chimp-2.1.25 INSTALL
right_chimp-2.1.24 INSTALL
right_chimp-2.1.22.2 INSTALL
right_chimp-2.1.22.1 INSTALL
right_chimp-2.1.22 INSTALL
right_chimp-2.1.21 INSTALL
right_chimp-2.1.19.1 INSTALL
right_chimp-2.1.19 INSTALL
right_chimp-2.1.18 INSTALL
right_chimp-2.1.17 INSTALL
right_chimp-2.1.15 INSTALL
right_chimp-2.1.14 INSTALL
right_chimp-2.1.13 INSTALL