qualify the environment
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
8663c9f654
commit
9732b1345f
2 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@
|
|||
when: collectd_apache is defined
|
||||
|
||||
- name: /etc/collectd/graphite.conf
|
||||
copy: src=graphite.conf dest=/etc/collectd.d/graphite.conf
|
||||
template: src=graphite.conf dest=/etc/collectd.d/graphite.conf
|
||||
tags:
|
||||
- collectd
|
||||
- graphite
|
||||
|
|
|
@ -4,7 +4,7 @@ LoadPlugin "write_graphite"
|
|||
<Node "laptop">
|
||||
Host "graphite.cloud.fedoraproject.org"
|
||||
Port "2003"
|
||||
Prefix "collectd."
|
||||
Prefix "collectd.{{ environment }}"
|
||||
#Postfix ""
|
||||
#Protocol "udp"
|
||||
#LogSendErrors false
|
Loading…
Add table
Add a link
Reference in a new issue