From 3a9c5c80da7e45b2271e541c79c7b2bc479c2309 Mon Sep 17 00:00:00 2001 From: Christoph Califice Date: Wed, 13 Aug 2025 23:35:09 -0300 Subject: [PATCH] prometheus config --- grafana/prometheus.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 grafana/prometheus.yml diff --git a/grafana/prometheus.yml b/grafana/prometheus.yml new file mode 100644 index 0000000..ce7a0eb --- /dev/null +++ b/grafana/prometheus.yml @@ -0,0 +1,10 @@ +global: + scrape_interval: 10s +scrape_configs: + - job_name: prometheus + static_configs: + - targets: + - 192.168.1.202:9100 + - 192.168.1.201:9100 + - 192.168.1.204:9100 + - 85.209.92.53:9100 \ No newline at end of file