1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-07-05 09:31:24 +00:00
dockerfiles/collectd/data/conf.d/graphite.conf
2017-03-23 16:49:18 +08:00

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>