Fix incorrect option in net_response sample config

This commit is contained in:
Daniel Nelson 2019-03-08 14:10:15 -08:00
parent 03920075e4
commit 7da57fe5f5
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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.