X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/cc76d36d2a3bc4bbc61a7161f6542029bb95a409..0296325e8f731df5ccbb7999968709ce13ceccd4:/podman/monitoring/prometheus.yml?ds=inline diff --git a/podman/monitoring/prometheus.yml b/podman/monitoring/prometheus.yml deleted file mode 100644 index b98faf3..0000000 --- a/podman/monitoring/prometheus.yml +++ /dev/null @@ -1,35 +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 -- job_name: node - static_configs: - - targets: ['10.0.109.1:9100'] - labels: - hostname: rmz.io - - targets: ['10.0.109.10:9100'] - labels: - hostname: deepthought - - targets: ['10.0.109.20:9100'] - labels: - hostname: hactar - - targets: ['10.0.109.30:9100'] - labels: - hostname: libreelec