Netdata: add monitoring for postgresql databases
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
jobs:
|
||||
- name: fail2ban
|
||||
update_every: 5 # Collect Fail2Ban jails statistics every 5 seconds
|
||||
update_every: 15 # Collect Fail2Ban jails statistics every 15 seconds
|
||||
|
9
files/netdata/go.d/postgres.conf
Normal file
9
files/netdata/go.d/postgres.conf
Normal file
@@ -0,0 +1,9 @@
|
||||
update_every: 15
|
||||
|
||||
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'
|
@@ -1,5 +1,4 @@
|
||||
update_every: 5
|
||||
autodetection_retry: 0
|
||||
update_every: 15
|
||||
|
||||
jobs:
|
||||
|
||||
|
Reference in New Issue
Block a user