From c5b7f295f191d04bfddaa47145184200f327c5e6 Mon Sep 17 00:00:00 2001 From: rouzbeh Date: Tue, 2 Jun 2026 08:42:27 +0000 Subject: [PATCH] Upload files to "/" --- prometheus.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 prometheus.yml diff --git a/prometheus.yml b/prometheus.yml new file mode 100644 index 0000000..bb1a88e --- /dev/null +++ b/prometheus.yml @@ -0,0 +1,15 @@ +global: + scrape_interval: 15s + +scrape_configs: + - job_name: "node" + static_configs: + - targets: ["node-exporter:9100"] + +alerting: + alertmanagers: + - static_configs: + - targets: ["alertmanager:9093"] + +rule_files: + - "/etc/prometheus/alert.rules.yml"