diff --git a/README.md b/README.md index 4761530d..59377a7e 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,6 @@ Otherwise traefik will not issue the certificate for an existing domain.
#### TODO !!!! General Monitoring
LOGFILES
-Open-File Limits?
Bootstrapping from Snapshots
Link-Timezone into containers. diff --git a/grafana/provisioning/datasources/datasources.yml b/grafana/provisioning/datasources/datasources.yml index 0be650ee..822c829c 100644 --- a/grafana/provisioning/datasources/datasources.yml +++ b/grafana/provisioning/datasources/datasources.yml @@ -27,3 +27,12 @@ datasources: basicAuth: false isDefault: false editable: true + + - name: pokt-fr-1 + type: prometheus + access: proxy + orgId: 1 + url: http://10.13.13.10:9090 + basicAuth: false + isDefault: false + editable: true \ No newline at end of file