mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
17 lines
329 B
Plaintext
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>
|