mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-08 04:04:42 +02:00
18 lines
309 B
Plaintext
18 lines
309 B
Plaintext
<LoadPlugin write_graphite>
|
|
Interval 60
|
|
</LoadPlugin>
|
|
|
|
<Plugin write_graphite>
|
|
<Node "graphite">
|
|
Host "example.com"
|
|
Port "2003"
|
|
Protocol "tcp"
|
|
LogSendErrors true
|
|
Prefix "collectd."
|
|
Postfix ""
|
|
StoreRates true
|
|
AlwaysAppendDS false
|
|
EscapeCharacter "_"
|
|
</Node>
|
|
</Plugin>
|