ansible/roles/collectd/postgres/templates/postgres.conf
2014-05-29 16:51:04 +00:00

3 lines
116 B
Text

<Plugin exec>
Exec "nobody" "/usr/local/bin/collectd-postgres.sh" "-h" "{{ ansible_fqdn }}" "-p" "10"
</Plugin>