]> arthur.barton.de Git - netdata.git/commitdiff
Try to connect to the postgres database by default.
authorFacetoe <facetoe@facetoe.com.au>
Sat, 15 Oct 2016 06:35:32 +0000 (14:35 +0800)
committerFacetoe <facetoe@facetoe.com.au>
Sat, 15 Oct 2016 06:35:32 +0000 (14:35 +0800)
python.d/postgres.chart.py

index 189717511a13072284ded7cf829c52450ecac8ce..09f8d2e1b069c9fa287c229ced104e412aa120da 100644 (file)
@@ -11,7 +11,7 @@ retries = 60
 
 # Default Config options.
 # {
-#    'database': None,
+#    'database': postgres,
 #    'user': 'postgres',
 #    'password': None,
 #    'host': 'localhost',