Fix incorrect option in net_response sample config
This commit is contained in:
parent
03920075e4
commit
7da57fe5f5
|
@ -30,7 +30,7 @@ verify text in the response.
|
||||||
# expect = "ssh"
|
# expect = "ssh"
|
||||||
|
|
||||||
## Uncomment to remove deprecated fields; recommended for new deploys
|
## Uncomment to remove deprecated fields; recommended for new deploys
|
||||||
# fieldexclude = ["result_type", "string_found"]
|
# fielddrop = ["result_type", "string_found"]
|
||||||
```
|
```
|
||||||
|
|
||||||
### Metrics:
|
### Metrics:
|
||||||
|
|
|
@ -63,7 +63,7 @@ var sampleConfig = `
|
||||||
# expect = "ssh"
|
# expect = "ssh"
|
||||||
|
|
||||||
## Uncomment to remove deprecated fields
|
## Uncomment to remove deprecated fields
|
||||||
# fieldexclude = ["result_type", "string_found"]
|
# fielddrop = ["result_type", "string_found"]
|
||||||
`
|
`
|
||||||
|
|
||||||
// SampleConfig will return a complete configuration example with details about each field.
|
// SampleConfig will return a complete configuration example with details about each field.
|
||||||
|
|
Loading…
Reference in New Issue