Skip to content

Commit

Permalink
fix(sample): Made TOML parser happy again
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Jimenez committed Feb 18, 2016
1 parent e5f3acd commit 1f77b75
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions plugins/inputs/mesos/mesos.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,9 @@ var defaultMetrics = []string{
var sampleConfig = `
# Timeout, in ms.
timeout = 100
# A list of Mesos masters. e.g. master1:5050, master2:5080, etc.
# The port can be skipped if using the default (5050)
# Default value is localhost:5050.
# A list of Mesos masters, default value is localhost:5050.
masters = ["localhost:5050"]
# Metrics groups to be collected.
# Default, all enabled.
# Metrics groups to be collected, by default, all enabled.
master_collections = ["resources","master","system","slaves","frameworks","messages","evqueue","registrar"]
`

Expand Down

0 comments on commit 1f77b75

Please sign in to comment.