From 3d1f90b67e6a4b775ba97923dcb272944861e4a7 Mon Sep 17 00:00:00 2001 From: Thomas Menard Date: Mon, 7 Mar 2016 11:49:00 +0100 Subject: [PATCH] Update README.md --- plugins/inputs/postgresql_extensible/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/inputs/postgresql_extensible/README.md b/plugins/inputs/postgresql_extensible/README.md index 1c63afe68..9c25f9ce9 100644 --- a/plugins/inputs/postgresql_extensible/README.md +++ b/plugins/inputs/postgresql_extensible/README.md @@ -9,7 +9,7 @@ For now only two queries are specified and it's up to you to add more; some per * A boolean to define if the query have to be run against some specific variables (defined in the databaes variable of the plugin section) * The list of the column that have to be defined has tags - +``` # specify address via a url matching: # postgres://[pqgotest[:password]]@localhost[/dbname]?sslmode=[disable|verify-ca|verify-full] # or a simple string: @@ -50,6 +50,6 @@ For now only two queries are specified and it's up to you to add more; some per version=901 withdbname=false tagvalue="" - +``` The system can be easily extended using homemade metrics collection tools or using postgreql extensions (pg_stat_statement, pg_proctab, powa...)