Sha256: 5b5a40cd150aa264fe9ce8ee45c9e728af983185bfbc4031d87ef15a457663cc

Contents?: true

Size: 903 Bytes

Versions: 1

Compression:

Stored size: 903 Bytes

Contents

generic:
  pid_file: /tmp/ganymed.pid

  resolution: 300

  profiling:
    perftools: false
    gcprofiler: false
    rubyprof: false

  processor:
    enabled: true
    listen:
      host: 0.0.0.0
      port: 1336
    mongodb:
      host: localhost
      port: 27017
      database: ganymed
    websocket:
      host: 0.0.0.0
      port: 1338

  sampler:
    enabled: true
    listen:
      host: 127.0.0.1
      port: 1337
    emit:
      host: 127.0.0.1
      port: 1336

  collector:
    enabled: true
    processor:
      host: 127.0.0.1
      port: 1336
    sampler:
      host: 127.0.0.1
      port: 1337

  collectors:
    - klass: Ganymed::Collector::Metadata
    - klass: Ganymed::Collector::Uptime
    - klass: Ganymed::Collector::Load
    - klass: Ganymed::Collector::CPU
    - klass: Ganymed::Collector::Network
    - klass: Ganymed::Collector::Disk
    - klass: Ganymed::Collector::IOStat

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ganymed-0.1.0 lib/ganymed/config.yml