https://github.com/deepblue/nrql_to_slack
NewRelic insights to Slack
https://github.com/deepblue/nrql_to_slack
Last synced: over 1 year ago
JSON representation
NewRelic insights to Slack
- Host: GitHub
- URL: https://github.com/deepblue/nrql_to_slack
- Owner: deepblue
- Created: 2017-02-04T05:31:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-04T05:31:30.000Z (over 9 years ago)
- Last Synced: 2025-02-01T05:44:10.253Z (over 1 year ago)
- Language: Elixir
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NewRelic insights to Slack
This script run NRQL query and post the result to Slack. I use it to monitor transaction errors for applications.
The following is sample Slack message created with this script.

## How to Run
First, fill `config/dev.exs`. You need newrelic query key and slack API key.
```
$ mix deps.get
$ mix escript.build
$ ./nrql_to_slack
```