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'