summaryrefslogtreecommitdiffstats
path: root/conf.d/python.d
diff options
context:
space:
mode:
authorSina Saeidi <xesina@gmail.com>2017-12-13 02:50:03 +0330
committerSina Saeidi <xesina@gmail.com>2017-12-13 02:50:03 +0330
commita92dae16d16f9a05cc87d9b3cb18cd698088b041 (patch)
tree741364d2278149012006befb7efa671befe1387c /conf.d/python.d
parent05dd6ddbb898f8c7b08e5d6fa1fa5c2d2d6c3067 (diff)
fix typo in postgres config file
Diffstat (limited to 'conf.d/python.d')
-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.