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

3 lines
116 B
Text

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