From d8135999fb1ebc60f81ca37bbebd0d3e6a12d3ba Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Tue, 11 Sep 2018 19:27:26 -0700 Subject: [PATCH] Updated Notifiers (markdown) --- Notifiers.md | 4 ++++ 1 file changed, 4 insertions(+) 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.