Fix append-messages example
This commit is contained in:
parent
9c8299055a
commit
f5f5b65180
1 changed files with 3 additions and 3 deletions
|
@ -30,9 +30,9 @@ Default: None
|
||||||
|
|
||||||
```json
|
```json
|
||||||
"append-messages": {
|
"append-messages": {
|
||||||
200: " - Up",
|
"200": " - Up",
|
||||||
404: " - Partial outage",
|
"404": " - Partial outage",
|
||||||
502: " - Down"
|
"502": " - Down"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue