Update changelog

This commit is contained in:
Daniel Nelson
2018-11-29 16:06:18 -08:00
parent 34231f6141
commit 1d6db08dc8
2 changed files with 8 additions and 0 deletions

View File

@@ -45,6 +45,13 @@ A list of databases to pull metrics about. If not specified, metrics for all dat
`databases = ["app_production", "testing"]`
### TLS Configuration
Add the `sslkey`, `sslcert` and `sslrootcert` options to your DSN:
```
host=localhost user=pgotest dbname=app_production sslmode=require sslkey=/etc/telegraf/key.pem sslcert=/etc/telegraf/cert.pem sslrootcert=/etc/telegraf/ca.pem
```
### Configuration example
```
[[inputs.postgresql]]