summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@tsaousis.gr>2017-12-13 01:23:16 +0200
committerGitHub <noreply@github.com>2017-12-13 01:23:16 +0200
commitc7827d470c82737604f150db29f14eb8ac5d968e (patch)
tree741364d2278149012006befb7efa671befe1387c
parent05dd6ddbb898f8c7b08e5d6fa1fa5c2d2d6c3067 (diff)
parenta92dae16d16f9a05cc87d9b3cb18cd698088b041 (diff)
Merge pull request #3132 from xesina/fix-typo-postgres-conf
fix typo in postgres config file
-rw-r--r--conf.d/python.d/postgres.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/python.d/postgres.conf b/conf.d/python.d/postgres.conf
index bc7c72ed8f..3a70a71841 100644
--- a/conf.d/python.d/postgres.conf
+++ b/conf.d/python.d/postgres.conf
@@ -77,7 +77,7 @@
# index_stats : false
# database_poll : 'dbase_name1 dbase_name2' # poll only specified databases (all other will be excluded from charts)
#
-# Postfix permissions are configured at its pg_hba.conf file. You can
+# Postgres permissions are configured at its pg_hba.conf file. You can
# "trust" local clients to allow netdata to connect, or you can create
# a postgres user for netdata and add its password below to allow
# netdata connect.