Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 661 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 661 Bytes

Pingdom Report generator

Creates a html report on pingdom sites.

Description

Configurable report, using tags to select sites, with a configurable date range.

Getting Started

Requisites

Token

Add your pingdom API token to .env:

PINGDOM_API_TOKEN="YOUR_TOKEN_HERE"

Executing program

Reports are added to a reports/ directory, which is ignored by git.

Generate a report for the past month, using default tags:

; ./build_report.py

Generate a report for the last 35 days, for sites tagged with bug_bounty_site:

; ./build_report.py -d 35 -t bug_bounty_site