]> git.pld-linux.org Git - packages/collectd.git/blob - collectd-postgresql.conf
- bcond iptables fixed
[packages/collectd.git] / collectd-postgresql.conf
1 LoadPlugin postgresql
2
3 #<Plugin postgresql>
4 #       <Query magic>
5 #               Query "SELECT magic, spells FROM wizard WHERE host = $1;"
6 #               Param hostname
7 #               Column gauge magic
8 #               Column counter spells
9 #       </Query>
10 #
11 #       <Database foo>
12 #               Host "hostname"
13 #               Port 5432
14 #               User "username"
15 #               Password "secret"
16 #
17 #               SSLMode "prefer"
18 #               KRBSrvName "kerberos_service_name"
19 #
20 #               Query magic
21 #       </Database>
22 #
23 #       <Database bar>
24 #               Service "service_name"
25 #       </Database>
26 #</Plugin>
This page took 0.061071 seconds and 3 git commands to generate.