Files
fedora-infra_ansible/roles/collectd/base/templates/graphite.conf
Ricky Elrod 6ba2f45314 use new hostname here too
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
2016-06-29 13:27:42 +00:00

17 lines
329 B
Plaintext

LoadPlugin "write_graphite"
<Plugin "write_graphite">
<Node "laptop">
Host "graphite.fedorainfracloud.org"
Port "2003"
Prefix "collectd.{{ env }}."
#Postfix ""
#Protocol "udp"
#LogSendErrors false
EscapeCharacter "_"
SeparateInstances true
StoreRates false
AlwaysAppendDS false
</Node>
</Plugin>