summaryrefslogtreecommitdiff
path: root/grafana/prometheus.yml
blob: 219813095e40ed99bbdbb83b5980ef2f67bef3a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
global:
  scrape_interval: 15s

scrape_configs:
  # Add your own scrape targets. Examples:
  # - job_name: node_exporter
  #   static_configs:
  #     - targets: ['<your-server-ip>:9100']
  #
  # - job_name: nginx_exporter
  #   static_configs:
  #     - targets: ['<your-server-ip>:9113']
  #
  # - job_name: pihole
  #   static_configs:
  #     - targets: ['<your-pihole-ip>:9617']