postgresql plugin: Added "disk_usage" query.
authorSebastian Harl <sh@tokkee.org>
Sat, 16 Aug 2008 17:40:09 +0000 (19:40 +0200)
committerFlorian Forster <octo@huhu.verplant.org>
Tue, 19 Aug 2008 08:12:00 +0000 (10:12 +0200)
commited365605bab34d082123289127e9d5002b4d7bc5
treed93f32cce0f56c3f32f8cb01f03183908ece9b6a
parent83b945c4ced534b0bdf94239cf62a1022abbb2cb
postgresql plugin: Added "disk_usage" query.

This is a new default query which collects the on-disk size of a database in
bytes. A new type "pg_db_size" has been added to types.db for this purpose.

The documentation in collectd.conf(5) and collection.cgi have been updated to
reflect this change.

Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
contrib/collection.cgi
src/collectd.conf.pod
src/postgresql.c
src/postgresql_default.conf
src/types.db