summaryrefslogtreecommitdiff
path: root/roles/monitoring/graphite/carbon/defaults/main.yml
blob: 80553b72c4591e9fc8c7c6d799466944e9a3edbf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
# graphite_carbon_zfs:
# graphite_carbon_lvm:

graphite_carbon_cache_receivers:
  line:
    interface: 127.0.0.1
    port: 2003
  pickle:
    interface: 0.0.0.0
    port: 0

graphite_carbon_cache:
  interface: 127.0.0.1
  port: 7002

graphtie_carbon_storage_schemas:
  - name: carbon
    options:
      pattern: '^carbon\.'
      retentions: '60:90d'
  - name: default_1min_for_1day
    options:
      pattern: '.*'
      retentions: '60s:1d'