Skip to content

Instantly share code, notes, and snippets.

View brenoepics's full-sized avatar
:dependabot:
Focusing

Breno A. brenoepics

:dependabot:
Focusing
View GitHub Profile
@brenoepics
brenoepics / newrelic_discord_webhook.json
Last active September 2, 2024 03:58
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