Netdata: add monitoring for postgresql databases
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
services:
|
||||
|
||||
netdata:
|
||||
image: netdata/netdata:v2.6.0
|
||||
image: netdata/netdata:v2.6.1
|
||||
container_name: netdata
|
||||
restart: unless-stopped
|
||||
cap_add:
|
||||
|
6
files/netdata/go.d/postgres.conf
Normal file
6
files/netdata/go.d/postgres.conf
Normal file
@@ -0,0 +1,6 @@
|
||||
autodetection_retry: 0
|
||||
jobs:
|
||||
- name: outline_db
|
||||
dsn: 'postgresql://netdata:{{ netdata_postgres_password }}@outline_postgres:5432/outline'
|
||||
- name: miniflux_db
|
||||
dsn: 'postgresql://netdata:{{ netdata_postgres_password }}@miniflux_postgres:5432/miniflux'
|
Reference in New Issue
Block a user