/newrelic-dashboard-slack-exporter

This generate aws resources that notify newrelic dashboard snapshot to slack.

Primary LanguageJavaScript

newrelic-dashboard-slack-exporter

This generate aws resources that notify newrelic dashboard snapshot to slack.

Cloud Formation Deploy

Architecture

Pre-Requisite

  • Node = 18.x

Setup envs

  • copy example env

cp .example.env .env

  • fill these out
NEWRELIC_GUID="" #NewRelic Dashboard GUID
NEWRELIC_APIKEY="" #NewRelic User API Key
SLACK_PATH="" #Slack Webhook URL
SLACK_SUBJECT="" #Your Preferred Message Subject

Test Notification

  • send slack test notification

make test