Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelbelgium/freshping-discord
A simple webhook to send a discord message when freshping sends an alert
https://github.com/michaelbelgium/freshping-discord
discord discord-api freshping
Last synced: about 2 months ago
JSON representation
A simple webhook to send a discord message when freshping sends an alert
- Host: GitHub
- URL: https://github.com/michaelbelgium/freshping-discord
- Owner: MichaelBelgium
- Created: 2019-04-27T16:24:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-28T17:50:03.000Z (over 5 years ago)
- Last Synced: 2024-10-12T20:07:54.201Z (3 months ago)
- Topics: discord, discord-api, freshping
- Language: PHP
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Freshping to discord
This is a webhook that can be used for [Freshping](https://freshping.io/). When Freshping fires an alert, you can specify a discord channel which receives the alert.
## Installation
1. Run `composer create-project michaelbelgium/freshping-discord`
1. Add a `DISCORD_TOKEN` and `DISCORD_CHANNEL` in the defines, in `webhook.php`
1. Log in into your freshping account
1. Go to the integrations page
1. Add a webhook that links to `webhook.php` of your website.