mirror of https://github.com/statping/statping
Updated Notifiers (markdown)
parent
6c3ec918f1
commit
1dcf6f974c
|
@ -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. 💃
|
||||
|
||||
<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://godoc.org/github.com/statping/statping/core/notifier"><img src="https://godoc.org/github.com/golang/gddo?status.svg"></a>
|
||||
</p>
|
||||
<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>
|
||||
|
||||
## Notifier Requirements
|
||||
- Must have a unique `METHOD` name
|
||||
|
|
Loading…
Reference in New Issue