11 lines
258 B
Text
11 lines
258 B
Text
|
# Configuration for Amon Server to send metrics to.
|
||
|
[[outputs.amon]]
|
||
|
## Amon Server Key
|
||
|
server_key = "my-server-key" # required.
|
||
|
|
||
|
## Amon Instance URL
|
||
|
amon_instance = "https://youramoninstance" # required
|
||
|
|
||
|
## Connection timeout.
|
||
|
# timeout = "5s"
|