diff --git a/prometheus/prometheus.yml b/prometheus/prometheus.yml index c9475ed4f5cfd5fddd2d8c981c2db1dc7f327b31..d43227344bcb2a14c1d47f749dd692bc0d77784c 100644 --- a/prometheus/prometheus.yml +++ b/prometheus/prometheus.yml @@ -8,6 +8,14 @@ global: # Prometheus configuration of targets which will be scraped scrape_configs: + + - job_name: 'nginx-3600' + honor_labels: true + scrape_interval: 5s + # scheme: https + static_configs: + - targets: ['192.168.2.34:3600'] + - job_name: 'server-john' honor_labels: true scrape_interval: 5s