powellnathanj / swisclient

Solarwinds Information Service Ruby Gem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##swisclient - A Ruby Gem for interacting with the Solarwinds Information Service

We use Solarwinds for monitoring. It is useful for us to automate various CRUD tasks. This is just an attempt to package our custom stuff up a bit neater so it can be reused.

##Install

I will eventually push this up to rubygems but for now you have to build it yourself

 $ git clone https://github.com/slaney/swisclient.git

 $ cd swisclient

 $ gem build swisclient.gemspec 
  Successfully built RubyGem
  Name: swisclient
  Version: 0.1.0
  File: swisclient-0.1.0.gem

 $ sudo gem install swisclient-0.1.0.gem 
   Successfully installed swisclient-0.1.0
   Parsing documentation for swisclient-0.1.0
   Installing ri documentation for swisclient-0.1.0
   1 gem installed

#Usage

About

Solarwinds Information Service Ruby Gem

License:Other


Languages

Language:Ruby 100.0%