qualify the environment

Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
Rick Elrod 2015-06-05 21:56:28 +00:00
parent 8663c9f654
commit 9732b1345f
2 changed files with 2 additions and 2 deletions

View file

@ -57,7 +57,7 @@
when: collectd_apache is defined when: collectd_apache is defined
- name: /etc/collectd/graphite.conf - 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: tags:
- collectd - collectd
- graphite - graphite

View file

@ -4,7 +4,7 @@ LoadPlugin "write_graphite"
<Node "laptop"> <Node "laptop">
Host "graphite.cloud.fedoraproject.org" Host "graphite.cloud.fedoraproject.org"
Port "2003" Port "2003"
Prefix "collectd." Prefix "collectd.{{ environment }}"
#Postfix "" #Postfix ""
#Protocol "udp" #Protocol "udp"
#LogSendErrors false #LogSendErrors false