Skip to content
This repository has been archived by the owner on Apr 4, 2018. It is now read-only.

alphagov/backdrop-pingdom-collector

Repository files navigation

backdrop-pingdom-collector

Build Status

Dependency Status

Collects data from Pingdom's api about up and response times and sends it to backdrop.

To test locally:

  • create a config json file for credentials following the format in config/example_credentials.json;
  • create a config json file for the pingdom query following the format in queries/example_query.json;
  • create a log directory;
  • run with:

python collector.py -c path/to/mycredentials.json -q path/to/myquery.json