michaelbelgium / freshping-discord
A simple webhook to send a discord message when freshping sends an alert.
Installs: 53
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 1
Open Issues: 0
Type:project
Requires
- restcord/restcord: ^0.3.1
This package is auto-updated.
Last update: 2024-10-29 05:23:02 UTC
README
This is a webhook that can be used for Freshping. When Freshping fires an alert, you can specify a discord channel which receives the alert.
Installation
- Run
composer create-project michaelbelgium/freshping-discord
- Add a
DISCORD_TOKEN
andDISCORD_CHANNEL
in the defines, inwebhook.php
- Log in into your freshping account
- Go to the integrations page
- Add a webhook that links to
webhook.php
of your website.