diff --git a/Notifiers.md b/Notifiers.md index e276f81..db3b8e3 100644 --- a/Notifiers.md +++ b/Notifiers.md @@ -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. +

+Example Notifier | Notifier Events +

+ ## Notifier Requirements - Must have a unique `METHOD` name - Struct must have `*notifier.Notification` pointer in it.