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

4 lines
116 B
Text
Raw Normal View History

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