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: 8 months ago
JSON representation
A simple Node script to convert Pingdom HTTP checks to Checkly and import them
- Host: GitHub
- URL: https://github.com/checkly/pingdom-2-checkly
- Owner: checkly
- Created: 2019-09-24T16:00:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-06T20:51:03.000Z (about 3 years ago)
- Last Synced: 2025-09-23T16:54:09.691Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 10
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.