Updated Notifiers (markdown)

master
Hunter Long 2018-09-25 20:11:33 -07:00
parent 79c99edaf7
commit b0eddfc84a
1 changed files with 10 additions and 0 deletions

@ -1,3 +1,7 @@
<p align="center">
<img width="60%" src="https://s3-us-west-2.amazonaws.com/gitimgs/statupnotifier.png">
</p>
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">
@ -57,6 +61,12 @@ var example = &Example{&notifier.Notification{
## Notifier Form
Include a form with your notifier so other users can save API keys, username, passwords, and other values.
- `Type` the HTML input type (text, password, number, or email)
- `Title`
### Accepted DbField Values
The `notifier.NotificationForm` has a field called `DbField` which is the column to save the value into the database. Below are the acceptable DbField string names to include in your form.
- `host` used for a URL or API endpoint