diff --git a/grafana/provisioning/dashboards/dashboards.yaml b/grafana/provisioning/dashboards/dashboards.yaml new file mode 100644 index 0000000..dedc112 --- /dev/null +++ b/grafana/provisioning/dashboards/dashboards.yaml @@ -0,0 +1,7 @@ +apiVersion: 1 + +providers: + - name: 'Default' + folder: 'Zerto Encryption Analyzer' + options: + path: /etc/grafana/provisioning/dashboards \ No newline at end of file diff --git a/grafana/provisioning/datasources/datasource.yaml b/grafana/provisioning/datasources/datasource.yaml index 1fa315a..551e696 100644 --- a/grafana/provisioning/datasources/datasource.yaml +++ b/grafana/provisioning/datasources/datasource.yaml @@ -6,3 +6,4 @@ datasources: # Access mode - proxy (server in the UI) or direct (browser in the UI). access: proxy url: http://prometheus:9090 + scrapeInterval: 10s diff --git a/prometheus/prometheus.yml b/prometheus/prometheus.yml index 4589da8..2f81d99 100644 --- a/prometheus/prometheus.yml +++ b/prometheus/prometheus.yml @@ -2,9 +2,6 @@ global: scrape_interval: 10s evaluation_interval: 10s - external_labels: - monitor: 'ransomware' - scrape_configs: - job_name: 'ransomexporter' scrape_interval: 10s