summaryrefslogtreecommitdiffstats
path: root/pillar/role/monitoring/prometheus.sls
blob: c9c2b018287c27b32b5dc47105473239ea4fb76b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
prometheus:
  wanted:
    component:
      - prometheus
  pkg:
    component:
      prometheus:
        config:
          global:
            scrape_interval: 15s
            evaluation_interval: 1m

firewalld:
  zones:
    internal:
      services:
        - prometheus