This is probably more right.

This commit is contained in:
Ralph Bean 2014-05-29 16:46:40 +00:00
parent 19557d5735
commit 20eef15011

View file

@ -1,3 +1,3 @@
<Plugin exec>
Exec "nobody" "/usr/local/bin/collectd_postgres.sh" "-h" "{{ ansible_hostname }}" "-p" "10"
Exec "nobody" "/usr/local/bin/collectd_postgres.sh" "-h" "{{ ansible_fqdn }}" "-p" "10"
</Plugin>