Fix db settings monitor_gating dashboard
This commit is contained in:
parent
784cf9bda6
commit
efe403c598
1 changed files with 1 additions and 1 deletions
|
@ -12,11 +12,11 @@ data:
|
|||
- name: Datanommer
|
||||
type: postgres
|
||||
url: db-datanommer01.iad2.fedoraproject.org:5432
|
||||
database: datanommer2
|
||||
user: datanommer_ro
|
||||
secureJsonData:
|
||||
password: {{ datanommer_ro_password }}
|
||||
jsonData:
|
||||
database: datanommer2
|
||||
default: true
|
||||
sslmode: "disable" # disable/require/verify-ca/verify-full
|
||||
maxOpenConns: 0 # Grafana v5.4+
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue