]> git.pld-linux.org Git - packages/collectd.git/blame - collectd-postgresql.conf
- more plugin configuration into separate configs
[packages/collectd.git] / collectd-postgresql.conf
CommitLineData
711f12a6
PG
1LoadPlugin 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.046242 seconds and 4 git commands to generate.