Skip to content

Commit df2496c

Browse files
committed
Timeout for Ping Works
1 parent 51c5a93 commit df2496c

5 files changed

Lines changed: 388 additions & 388 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,8 @@ Example configuration showcasing all available monitor types:
234234
"name": "Gateway",
235235
"type": "ping",
236236
"target": "192.168.1.1",
237-
"showHistory": true
237+
"showHistory": true,
238+
"timeout": 5
238239
},
239240
{
240241
"name": "DNS Resolution",
@@ -293,7 +294,7 @@ Example configuration showcasing all available monitor types:
293294
| `inverse` | boolean | Reverse logic (down = operational) |
294295
| `applyToOverall` | boolean | Include in overall status |
295296
| `expectedStatus` | array | HTTP status codes (http only) |
296-
| `timeout` | number | Request timeout in ms |
297+
| `timeout` | number | Request timeout in ms (ping only) |
297298
| `jsonPath` | string | Path to value (json only) |
298299
| `expectedValue` | any | Expected value (json only) |
299300
| `recordType` | string | DNS record type (dns only) |

0 commit comments

Comments
 (0)