Update amon output

This commit is contained in:
martinrusev 2015-11-06 11:46:59 +02:00
parent ab86ed2df8
commit d3ae5adcf0
1 changed files with 4 additions and 2 deletions

View File

@ -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 {