Update amon output
This commit is contained in:
parent
ab86ed2df8
commit
d3ae5adcf0
|
@ -22,8 +22,10 @@ type Amon struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
var sampleConfig = `
|
var sampleConfig = `
|
||||||
# Amon
|
# Amon Server Key
|
||||||
serverkey = "my-server-key" # required.
|
serverkey = "my-server-key" # required.
|
||||||
|
|
||||||
|
# Amon Insance URL
|
||||||
amoninstance = "https://youramoninstance" # required
|
amoninstance = "https://youramoninstance" # required
|
||||||
|
|
||||||
# Connection timeout.
|
# Connection timeout.
|
||||||
|
@ -101,7 +103,7 @@ func (a *Amon) SampleConfig() string {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (a *Amon) Description() string {
|
func (a *Amon) Description() string {
|
||||||
return "Configuration for Amon API to send metrics to."
|
return "Configuration for Amon Server to send metrics to."
|
||||||
}
|
}
|
||||||
|
|
||||||
func (a *Amon) authenticatedUrl() string {
|
func (a *Amon) authenticatedUrl() string {
|
||||||
|
|
Loading…
Reference in New Issue