Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jameshawkinss/discord-opsgenie-bot
- Owner: JamesHawkinss
- Created: 2020-08-04T10:00:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T11:24:42.000Z (about 2 years ago)
- Last Synced: 2023-03-04T05:18:20.786Z (almost 2 years ago)
- Topics: discord, discord-bot, embeds, opsgenie
- Language: JavaScript
- Homepage:
- Size: 135 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.