Skip to content

Commit fef66d5

Browse files
Add the pg_auto_failover Monitor datasource
1 parent 953c413 commit fef66d5

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

grafana/provisioning/datasources/datasource.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,20 @@ datasources:
5353
isDefault: false
5454
jsonData:
5555
global_queries: []
56+
57+
- name: pg_auto_failover Monitor (host port)
58+
type: postgres
59+
uid: pgaf_monitor_host
60+
access: proxy
61+
orgId: 1
62+
url: host.docker.internal:5436
63+
database: pg_auto_failover
64+
user: autoctl_node
65+
basicAuth: false
66+
isDefault: false
67+
editable: true
68+
jsonData:
69+
sslmode: require
70+
postgresVersion: 1700
71+
secureJsonData:
72+
password: ""

0 commit comments

Comments
 (0)