Sha256: 93d518bbee51049ce36a1302dd4474143450973d9b859f66e21c6cb9f5ee1f89

Contents?: true

Size: 1.07 KB

Versions: 1

Compression:

Stored size: 1.07 KB

Contents

generic:
  resolution: 300

  eventmachine:
    threadpool_size: 2

  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
    ticks: [1]
    listen:
      host: 127.0.0.1
      port: 1337

  client:
    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::Procs
    - klass: Ganymed::Collector::Network
      exclude:
        - ^lo$
        - ^sit
    - klass: Ganymed::Collector::Disk
      exclude:
        - ^dev$
        - ^dev-shm$
        - rc-init-d$
        - ^run$
        - ^sys-fs-cgroup$
    - klass: Ganymed::Collector::IOStat
      skip_numbered: true
      exclude: []

Version data entries

1 entries across 1 versions & 1 rubygems

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