0.1.7 • Published 4 years ago

easy-pingdom v0.1.7

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

Status: BETA

Easy Pingdom

Package containing scripts to automate configuration of Pingdom https checks. It can be easily integrated with travis.

Scripts:

  • bin/easy-pingdom.js query [options] - Query pingdom configuration
  • bin/easy-pingdom.js update [options] <input file> - Update configuration based on input file

Example

Setup or update checking of https://example.com site to your Pingdom configuration

git clone git@github.com:oakslab/easy-pingdom.git
cd easy-pingdom
npm install

export PD_USERNAME='me@example.com'       # Change to your pingdom login
export PD_PASSWORD='my pingdom password'  # Change to your pingdom password
export PD_KEY='my pingdom api key'        # Create API key here: https://my.pingdom.com/account/appkeys

# See what will be done
./bin/easy-pingdom.js update --no-paused --filter example examples/simple.js

# Update Pingdom configuration
./bin/easy-pingdom.js update --no-paused --filter example examples/simple.js --update

update.js

To get help run ./bin/easy-pingdom.js update --help

Updates all checks that has managed tag assigned. For reference see examples/advanced.js file.

query.js

To get help run ./bin/easy-pingdom.js query --help

Query configured checks from pingdom.com

License

Licensed under MIT license (see LICENSE for details)

0.1.7

4 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago