Update README
This commit is contained in:
parent
ede0c8561b
commit
0857ad8193
1 changed files with 12 additions and 1 deletions
13
README.md
13
README.md
|
@ -2,6 +2,17 @@
|
||||||
|
|
||||||
An HTTP checker for updog.
|
An HTTP checker for updog.
|
||||||
|
|
||||||
|
## Config
|
||||||
|
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"logging": "HttpChecker",
|
||||||
|
"logging-args": {
|
||||||
|
"url": "https://url.to.be.checked.net"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
## Arguments
|
## Arguments
|
||||||
|
|
||||||
Arguments marked with * are required.
|
Arguments marked with * are required.
|
||||||
|
@ -22,7 +33,7 @@ Default: None, this is a required value.
|
||||||
|
|
||||||
Text to be appended after the status message for each status code.
|
Text to be appended after the status message for each status code.
|
||||||
|
|
||||||
TODO: Add ranges and lists for these - will not be stored like that, just processed into a normal dict like this.
|
TODO: Add ranges and lists for these - will not be stored like that, just processed into their currently format.
|
||||||
|
|
||||||
Default: None
|
Default: None
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue