ansible/roles/collectd/postgres/templates/postgres.conf

4 lines
120 B
Text
Raw Normal View History

2014-05-29 16:36:43 +00:00
<Plugin exec>
Exec "nobody" "/usr/local/bin/collectd_postgres.sh" "-h" "{{ ansible_hostname }}" "-p" "10"
</Plugin>