Skip to content

Commit

Permalink
Fix incorrect option in net_response sample config
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnelson committed Mar 8, 2019
1 parent 0392007 commit 7da57fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/inputs/net_response/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion plugins/inputs/net_response/net_response.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7da57fe

Please sign in to comment.