An open API service indexing awesome lists of open source software.

https://github.com/checkly/pingdom-2-checkly

A simple Node script to convert Pingdom HTTP checks to Checkly and import them
https://github.com/checkly/pingdom-2-checkly

Last synced: 3 months ago
JSON representation

A simple Node script to convert Pingdom HTTP checks to Checkly and import them

Awesome Lists containing this project

README

        

# Pingdom 2 Checkly

Use this Node.js script to convert Pingdom HTTP type checks to Checkly API type checks.

**Requirements**

- Node.js
- A Pingdom API key
- A Checkly API key

**Usage**

```bash
git clone https://github.com/checkly/pingdom-2-checkly.git
cd pingdom-2-checkly
npm install
node index.js --pingdomApiKey --checklyApiKey
```

> note: this script is mostly for internal Checkly usage. There are no tests and it works only is specific cases.