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
|
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
|
||||||
|
|
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue