Skip to content
Snippets Groups Projects
Commit 281f4d36 authored by Pierre Tessier's avatar Pierre Tessier Committed by Daniel Nelson
Browse files

Fix example source_override values in wavefront output (#3744)

parent 3dcf66ae
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ This plugin writes to a [Wavefront](https://www.wavefront.com) proxy, in Wavefro
#use_regex = false
## point tags to use as the source name for Wavefront (if none found, host will be used)
#source_override = ["hostname", "snmp_host", "node_host"]
#source_override = ["hostname", "agent_host", "node_host"]
## whether to convert boolean values to numeric values, with false -> 0.0 and true -> 1.0. default is true
#convert_bool = true
......
......@@ -68,7 +68,7 @@ var sampleConfig = `
#use_regex = false
## point tags to use as the source name for Wavefront (if none found, host will be used)
#source_override = ["hostname", "snmp_host", "node_host"]
#source_override = ["hostname", "agent_host", "node_host"]
## whether to convert boolean values to numeric values, with false -> 0.0 and true -> 1.0. default true
#convert_bool = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment