This tool get the list of uptime checks and check for duplicated items.
Generate Pingdom API token at: https://my.pingdom.com/app/api-tokens
go build .
Provide Pingdom Token:
export PINGDOM_API_TOKEN=loremipsum
./find-duplicated-checks
To remove all the duplicates:
export REMOVE_DUPLICATED=True
./find-duplicated-checks