Skip to content

Instantly share code, notes, and snippets.

@brenoepics
brenoepics / newrelic_discord_webhook.json
Created April 11, 2024 20:25
New Relic Discord Webhook example
{
"username":"New Relic",
"avatar_url":"https://developer.newrelic.com/icons/icon-512x512.png",
"embeds":[
{
"title":"{{ annotations.title.[0] }}",
"description":"A new alert has been triggered in New Relic.",
"color":{{#eq priority "CRITICAL"}}16711680{{else}}{{#
eq priority "HIGH"}}16776960{{else}}{{#
eq priority "MEDIUM"}}16755200{{else}}{{#
@brenoepics
brenoepics / README-Template.md
Created May 15, 2021 21:42 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites