mirror of https://github.com/statping/statping
Updated Notifiers (markdown)
parent
79c99edaf7
commit
b0eddfc84a
10
Notifiers.md
10
Notifiers.md
|
@ -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{¬ifier.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
|
||||
|
|
Loading…
Reference in New Issue