mirror of https://github.com/statping/statping
Updated Notifiers (markdown)
parent
b7a3f320d8
commit
532bb05e5e
|
@ -5,7 +5,8 @@
|
|||
Statup 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 Statup database, and form values will save without any hassles. 💃
|
||||
|
||||
<p align="center">
|
||||
<a href="https://github.com/hunterlong/statup/wiki/Notifier-Example">Example Code</a> | <a href="https://github.com/hunterlong/statup/wiki/Notifier-Events">Events</a> | <a href="https://github.com/hunterlong/statup/tree/master/notifiers">View Notifiers</a>
|
||||
<a href="https://github.com/hunterlong/statup/wiki/Notifier-Example">Example Code</a> | <a href="https://github.com/hunterlong/statup/wiki/Notifier-Events">Events</a> | <a href="https://github.com/hunterlong/statup/tree/master/notifiers">View Notifiers</a><br>
|
||||
<a href="https://godoc.org/github.com/hunterlong/statup/core/notifier"><img src="https://godoc.org/github.com/golang/gddo?status.svg"></a>
|
||||
</p>
|
||||
|
||||
## Notifier Requirements
|
||||
|
|
Loading…
Reference in New Issue