Updated Notifiers (markdown)

master
Hunter Long 2020-05-01 05:43:19 -07:00
parent 6c3ec918f1
commit 1dcf6f974c
1 changed files with 1 additions and 3 deletions

@ -5,9 +5,7 @@
Statping includes multiple Notifiers to alert you when your services are offline. You can also create your own notifier and send a Push Request to this repo! Creating a custom notifier is pretty easy as long as you follow the requirements. A notifier will automatically be installed into the users Statping database, and form values will save without any hassles. 💃 Statping includes multiple Notifiers to alert you when your services are offline. You can also create your own notifier and send a Push Request to this repo! Creating a custom notifier is pretty easy as long as you follow the requirements. A notifier will automatically be installed into the users Statping database, and form values will save without any hassles. 💃
<p align="center"> <p align="center">
<a href="https://github.com/statping/statping/wiki/Notifier-Example">Example Code</a> | <a href="https://github.com/statping/statping/wiki/Notifier-Events">Events</a> | <a href="https://github.com/statping/statping/tree/master/notifiers">View Notifiers</a><br> <a href="https://github.com/statping/statping/wiki/Notifier-Example">Example Code</a> | <a href="https://github.com/statping/statping/wiki/Notifier-Events">Events</a> | <a href="https://github.com/statping/statping/tree/master/notifiers">View Notifiers</a></p>
<a href="https://godoc.org/github.com/statping/statping/core/notifier"><img src="https://godoc.org/github.com/golang/gddo?status.svg"></a>
</p>
## Notifier Requirements ## Notifier Requirements
- Must have a unique `METHOD` name - Must have a unique `METHOD` name