datadog-muted-alert-checker

App for checking muted alert on Datadog


Keywords
Datadog, Muted, Alert, Checker
License
MIT
Install
pip install datadog-muted-alert-checker==1.0.2

Documentation

Datadog Muted Alert Checker

image

To check muted alert for production in datadog and send alert to opsgenie if any

How To Use this module in your local host

  • To use the script you should clone this repository
  • Make sure you already have python 3 installed on your local host
  • Create new spreadsheet for the report and get the id of the spreadsheet
  • Put the id of spreadsheet into the script that have been marked "redacted"
  • Export OPSGENIE_API_KEY variable to your env and add opsgenie api key value in that variable like example below.
  • Install python dependencies requirements to your local host
  • Execute this main python script
  • If using this as a module just import this module in your code