Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jameshawkinss/discord-opsgenie-bot

A Discord bot to allow for interaction with Opsgenie alerts, like the Slack integration.
https://github.com/jameshawkinss/discord-opsgenie-bot

discord discord-bot embeds opsgenie

Last synced: 6 days ago
JSON representation

A Discord bot to allow for interaction with Opsgenie alerts, like the Slack integration.

Awesome Lists containing this project

README

        

# discord-opsgenie-bot

A Discord bot that allows for Slack-like interaction with Opsgenie alerts from within Discord.

## Features

- React to message to acknowledge, close, and update priority of alerts
- Embeds for displaying alerts
- Priority updates when alert updated in Opsgenie

## Setup

1. Clone this repository
2. Add the required emojis from the /emojis folder to your Discord server
3. Copy `config.js` from `config.example.js`, and fill out values
4. Run `node .` to start the bot
5. (optional) Use a process manager such as PM2 to keep the bot up.