Skip to content
This repository has been archived by the owner on Dec 17, 2019. It is now read-only.

emerose/pingr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pingr is a Ruby library for accessing the Pingdom API. It provides a thorfile so you can execute its actions from the command line.

Requirements

Install the soap4r and thor gems.

Usage

You will need to create a “creds.yml” file in the pingr directory. It should look like:


:username: someemail@example.com
:password: YourPingdomPassword
:api_key: 13c9a18ee27cafebabe4a72dead3beef

Obviously replace your email/login, password, and Pingdom API keys appropriately.

Use thor to call the various actions. Try thor -T to see the available items from within the pingr directory. For example:

thor pingr:checks

to get a list of your Pingdom checks.

About

Ruby wrapper for the Pingdom API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published