1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-08 04:04:42 +02: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>