summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Tadashi <victor.t.y.z@hotmail.com>2021-07-15 05:48:02 -0300
committerGitHub <noreply@github.com>2021-07-15 11:48:02 +0300
commit03002eb22812ca342a591e9b961821e2c0afdcd1 (patch)
treef3ef0bc73441e4c62d6d4688be644c524b905406
parentf9ca77f8d262bbdaddbad4e465fc0454f55cffec (diff)
add postgresql version to requirements section (#11328)
-rw-r--r--collectors/python.d.plugin/postgres/README.md2
-rw-r--r--collectors/python.d.plugin/postgres/postgres.conf7
2 files changed, 2 insertions, 7 deletions
diff --git a/collectors/python.d.plugin/postgres/README.md b/collectors/python.d.plugin/postgres/README.md
index e283687758..0515ec57c0 100644
--- a/collectors/python.d.plugin/postgres/README.md
+++ b/collectors/python.d.plugin/postgres/README.md
@@ -12,6 +12,8 @@ Collects database health and performance metrics.
- `python-psycopg2` package. You have to install it manually and make sure that it is available to the `netdata` user, either using `pip`, the package manager of your Linux distribution, or any other method you prefer.
+- PostgreSQL v9.4+
+
Following charts are drawn:
1. **Database size** MB
diff --git a/collectors/python.d.plugin/postgres/postgres.conf b/collectors/python.d.plugin/postgres/postgres.conf
index 1970a7a274..24ccf29147 100644
--- a/collectors/python.d.plugin/postgres/postgres.conf
+++ b/collectors/python.d.plugin/postgres/postgres.conf
@@ -97,13 +97,6 @@
# the client (Netdata) is not considered local, unless it runs from inside
# the same container.
#
-# Postgres supported versions are :
-# - 9.3 (without autovacuum)
-# - 9.4
-# - 9.5
-# - 9.6
-# - 10
-#
# Superuser access is needed for theses charts:
# Write-Ahead Logs
# Archive Write-Ahead Logs