jaredledvina / datadog-dte-outage

Simple DTE outage scraper to Datadog metrics

Repository from Github https://github.comjaredledvina/datadog-dte-outageRepository from Github https://github.comjaredledvina/datadog-dte-outage

datadog-dte-outage

This is a small Python script that scrapes the data availabe from https://outagemap.dteenergy.com and emits it as custom metrics to Datadog. It requires at least a free Datadog account to send metrics to.

Dashboard

A public Datadog dashboard built off of this data is available here.

Usage

If you would like to run your own copy, it's as simple as:

export DD_APP_KEY='<Datadog App Key here>
export DD_API_KEY='<Datadog API Key here>
pipenv run ./main.py

About

Simple DTE outage scraper to Datadog metrics

License:MIT License


Languages

Language:Python 96.3%Language:Dockerfile 3.7%