Skip to content
Snippets Groups Projects
Commit f906c123 authored by Markus Klose's avatar Markus Klose
Browse files

Nginx monitoring

parent ed03f867
No related branches found
No related tags found
1 merge request!10Skalierbarkeit
...@@ -8,6 +8,14 @@ global: ...@@ -8,6 +8,14 @@ global:
# Prometheus configuration of targets which will be scraped # Prometheus configuration of targets which will be scraped
scrape_configs: 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' - job_name: 'server-john'
honor_labels: true honor_labels: true
scrape_interval: 5s scrape_interval: 5s
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment