X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/d3af9c3f342ca6bba5291b103496acd497e5add3..1e22be5d5675466d3d5b845dedd29bfb6007ff68:/podman/monitoring/prometheus/prometheus.yml diff --git a/podman/monitoring/prometheus/prometheus.yml b/podman/monitoring/prometheus/prometheus.yml deleted file mode 100644 index 0d932c4..0000000 --- a/podman/monitoring/prometheus/prometheus.yml +++ /dev/null @@ -1,21 +0,0 @@ -global: - scrape_interval: 15s - scrape_timeout: 10s - evaluation_interval: 15s -alerting: - alertmanagers: - - static_configs: - - targets: [] - scheme: http - timeout: 10s - api_version: v1 -scrape_configs: -- job_name: prometheus - honor_timestamps: true - scrape_interval: 15s - scrape_timeout: 10s - metrics_path: /metrics - scheme: http - static_configs: - - targets: - - localhost:3001