Skip to content

Files

Latest commit

 

History

History
34 lines (20 loc) · 866 Bytes

File metadata and controls

34 lines (20 loc) · 866 Bytes

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