Fixed sampleconfig
This commit is contained in:
parent
62270a3697
commit
eabc0875de
|
@ -34,10 +34,10 @@ type Jolokia struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (j *Jolokia) SampleConfig() string {
|
func (j *Jolokia) SampleConfig() string {
|
||||||
return `[jolokia]
|
return `
|
||||||
context = "/jolokia/read"
|
context = "/jolokia/read"
|
||||||
|
|
||||||
[[jolokia.tags]]
|
[jolokia.tags]
|
||||||
group = "as"
|
group = "as"
|
||||||
|
|
||||||
[[jolokia.servers]]
|
[[jolokia.servers]]
|
||||||
|
|
Loading…
Reference in New Issue