Datadog is a plugin for Errbot, a Python-based chat bot.
It allows chat users query DataDog graphs.
To install the plugin, tell your bot in a private chat:
!repos install https://github.com/MattHodge/errbot-datadog.git
You need to configure a DataDog API key and App key.
# Get the config template
!plugin config datadog
# Set the config template
!plugin config datadog {'DATADOG_API_KEY': 'XXXXX', 'DATADOG_APP_KEY': 'XXXXXX'}