Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 432 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 432 Bytes

Find duplicated Pingdom checks

This tool get the list of uptime checks and check for duplicated items.

Prerequisites

Generate Pingdom API token at: https://my.pingdom.com/app/api-tokens

Build

go build .

Usage

Provide Pingdom Token:

export PINGDOM_API_TOKEN=loremipsum

./find-duplicated-checks

To remove all the duplicates:

export REMOVE_DUPLICATED=True

./find-duplicated-checks