mirror of https://github.com/statping/statping
Updated Notifiers (markdown)
parent
2d27fccce7
commit
d8135999fb
|
@ -1,5 +1,9 @@
|
|||
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.
|
||||
|
||||
<p align="center">
|
||||
<a href="https://github.com/hunterlong/statup/wiki/Notifier-Example">Example Notifier</a> | <a href="#">Notifier Events</a>
|
||||
</p>
|
||||
|
||||
## Notifier Requirements
|
||||
- Must have a unique `METHOD` name
|
||||
- Struct must have `*notifier.Notification` pointer in it.
|
||||
|
|
Loading…
Reference in New Issue