mirror of
https://github.com/bastienwirtz/homer.git
synced 2025-03-13 06:49:32 +01:00
updated Ping docs to include how to use new method property
This commit is contained in:
parent
6c083d6a36
commit
db28142374
@ -117,7 +117,7 @@ API key can be generated in Settings > Administration > Auth Tokens
|
||||
|
||||
## Ping
|
||||
|
||||
For Ping you need to set the type to Ping and provide a url.
|
||||
For Ping you need to set the type to Ping and provide a url. By default the HEAD method is used but it can be configured to use GET using the optional `method` property.
|
||||
|
||||
```yaml
|
||||
- name: "Awesome app"
|
||||
@ -126,6 +126,7 @@ For Ping you need to set the type to Ping and provide a url.
|
||||
subtitle: "Bookmark example"
|
||||
tag: "app"
|
||||
url: "https://www.reddit.com/r/selfhosted/"
|
||||
method: "head"
|
||||
```
|
||||
|
||||
## Prometheus
|
||||
|
Loading…
Reference in New Issue
Block a user