https://github.com/cpanato/mattermost-plugin-statuspage
StatusPage Notification to Mattermost
https://github.com/cpanato/mattermost-plugin-statuspage
go golang mattermost mattermost-plugin plugin statuspage
Last synced: 7 months ago
JSON representation
StatusPage Notification to Mattermost
- Host: GitHub
- URL: https://github.com/cpanato/mattermost-plugin-statuspage
- Owner: cpanato
- License: apache-2.0
- Created: 2019-02-21T09:32:24.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-19T10:18:58.000Z (over 1 year ago)
- Last Synced: 2025-03-17T22:22:39.871Z (7 months ago)
- Topics: go, golang, mattermost, mattermost-plugin, plugin, statuspage
- Language: Go
- Size: 857 KB
- Stars: 14
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mattermost Statuspage Plugin
This plugin sends webhook notifications from Statuspage to Mattermost. Use it to get notified of system outages and of partially degraded services.
**Supported Mattermost Server Versions: 5.37+**
To see the plugin in action, join the **Statuspage** channel in our communtiy server at https://community.mattermost.com/core/channels/statuspage.
# 
## Installation
1. Go to the [releases page of this GitHub repository](https://github.com/cpanato/mattermost-plugin-statuspage/releases) and download the latest release for your Mattermost server.
2. Upload this file in the Mattermost **System Console > Plugins > Management** page to install the plugin, and enable it. To learn more about how to upload a plugin, [see the documentation](https://docs.mattermost.com/administration/plugins.html#plugin-uploads).Next, to configure the plugin, follow these steps:
3. After you've uploaded the plugin in **System Console > Plugins > Management**, go to the plugin's settings page at **System Console > Plugins > Statuspage**.
4. Specify the team and channel to send messages to. For each, use the URL of the team or channel instead of their respective display names.
5. Generate the Token that will be use to validate the requests.
6. Hit **Save**.
7. Next, copy the **Token** above the **Save** button, which is used to configure the plugin for your Statuspage account.
8. Go to your Statuspage account, paste the following webhook URL and specfiy the name of the service and the token you copied in step 8.```
https://SITEURL/plugins/statuspage/webhook?service=SERVICENAME&token=TOKEN
```