1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-07-08 11:01:34 +00:00
dockerfiles/collectd/data/conf.d/graphite.conf

18 lines
309 B
Plaintext
Raw Normal View History

2017-03-19 14:22:54 +00:00
<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>