Skip to content

mozilla-services/pingdom_report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published