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"
|
||||
|
||||
## Uncomment to remove deprecated fields; recommended for new deploys
|
||||
# fieldexclude = ["result_type", "string_found"]
|
||||
# fielddrop = ["result_type", "string_found"]
|
||||
```
|
||||
|
||||
### Metrics:
|
||||
|
|
|
@ -63,7 +63,7 @@ var sampleConfig = `
|
|||
# expect = "ssh"
|
||||
|
||||
## 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.
|
||||
|
|
Loading…
Reference in New Issue