Skip to content

Simple Cloud Function script to send GCP incidents to a Discord channel.

Notifications You must be signed in to change notification settings

weirdgloop/gcf-alerts-discord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gcloud-discord-notify

Express application for Google Cloud Functions that converts incoming Google Cloud Monitoring webhooks into Discord suitable webhooks and sends them to a channel.

Setup

  1. Create a env.yaml file that looks like this:
DISCORD_WEBHOOK_URL: <your webhook url>
  1. Run sh ./deploy.sh to deploy to Google Cloud Functions

About

Simple Cloud Function script to send GCP incidents to a Discord channel.

Resources

Stars

Watchers

Forks