From 21bf8c1977a0860b36a26da807fd661ee38071b6 Mon Sep 17 00:00:00 2001 From: hogweed1 Date: Mon, 12 May 2025 22:09:45 +1000 Subject: [PATCH] =?UTF-8?q?=D0=BC=D0=BE=D1=80=D0=B5=20=D1=81=D0=BF=D0=B0?= =?UTF-8?q?=D1=81=D1=8F=20=D0=B3=D0=B5=D0=BD=D0=BE=D1=86=D0=B8=D0=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/prometheus/prometheus.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/files/prometheus/prometheus.yaml b/files/prometheus/prometheus.yaml index fb5d369..19b1066 100644 --- a/files/prometheus/prometheus.yaml +++ b/files/prometheus/prometheus.yaml @@ -21,6 +21,7 @@ alerting: rule_files: - '/etc/prometheus/alerts.yaml' - '/etc/prometheus/service_alerts/*.yaml' + - '/etc/prometheus/rules.yaml' # A scrape configuration containing exactly one endpoint to scrape: # Here it's Prometheus itself. @@ -182,3 +183,9 @@ scrape_configs: - 'semyon-0x03.guaranteedstruggle.host:9221' - 'semyon-0x04.guaranteedstruggle.host:9221' - 'semyon-0x05.guaranteedstruggle.host:9221' + + - job_name: 'pipisa-exporter' + metrics_path: / + static_configs: + - targets: + - 'pipisa.guaranteedstruggle.host:1337'