From 6486d3dab08b56df02cb4ed1759abb4c4f4b6669 Mon Sep 17 00:00:00 2001 From: cventastic Date: Mon, 10 Jan 2022 15:53:11 +0100 Subject: [PATCH] added iokula pokt node --- README.md | 1 - grafana/provisioning/datasources/datasources.yml | 9 +++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) 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