@cryptotaxi247 / netdata-1 / commits / 03002eb22

add postgresql version to requirements section (#11328)

Victor Tadashi committed Jul 15, 2021 at 05:48 UTC 03002eb22812ca342a591e9b961821e2c0afdcd1
2 files changed +2 -7
collectors/python.d.plugin/postgres/README.md
+2
@@ -12,6 +12,8 @@ Collects database health and performance metrics.
12
13 - `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.
14
15 +- PostgreSQL v9.4+
16 +
17 Following charts are drawn:
18
19 1. **Database size** MB
collectors/python.d.plugin/postgres/postgres.conf
-7
@@ -97,13 +97,6 @@
97 # the client (Netdata) is not considered local, unless it runs from inside
98 # the same container.
99 #
100 -# Postgres supported versions are :
101 -# - 9.3 (without autovacuum)
102 -# - 9.4
103 -# - 9.5
104 -# - 9.6
105 -# - 10
106 -#
100 # Superuser access is needed for theses charts:
101 # Write-Ahead Logs
102 # Archive Write-Ahead Logs