fixes
2 files changed
tree: c6ba71358315e16fcfbd552cb57c9dfb40d36119
  1. conf/
  2. init.sls
  3. README.md
  4. server.sls
README.md

Statsd

Sample pillar

statsd:
  server:
    enabled: true
    bind:
      port: 8125
      address: 0.0.0.0
    backends:
    - type: graphite
      host: metrics1.domain.com
      port: 2003

Read more