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

3 lines
120 B
Text

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