https://github.com/soixantecircuits/slack-uptime
A simple plugin for uptime to use Webhook Slack API
https://github.com/soixantecircuits/slack-uptime
Last synced: 3 months ago
JSON representation
A simple plugin for uptime to use Webhook Slack API
- Host: GitHub
- URL: https://github.com/soixantecircuits/slack-uptime
- Owner: soixantecircuits
- Created: 2015-07-18T12:59:19.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-18T13:13:40.000Z (almost 10 years ago)
- Last Synced: 2025-01-29T13:44:40.559Z (5 months ago)
- Language: JavaScript
- Homepage: http://soixantecircuits.fr
- Size: 113 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Slack uptime plugin
A simple plugin to post some information about up and down event for your uptime server (https://github.com/fzaninotto/uptime)
## Dependency
We rely on `slack-notify` as this is a 10 minutes project :)
Read more about slack integration here: https://api.slack.com/incoming-webhooks
[Slack notify](https://github.com/andrewchilds/slack-notify)
So do not forget to run `npm install` in the slack-uptime folder.## Installation
1. Clone this repo inside `plugins/` folder under the name of slack-uptime
2. Add the following line to you config file :Under the plugins section of conf file :
```
- ./plugins/slack-uptime
```Anywhere at top level
```
slack:
webhook: 'YOUR_WEBHOOK'
channel: '#yourgroupORchannel'
```In the plugin slack-uptime folder please run :
`npm install`
Enjoy !