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