Sha256: 281be19a380c9ff481b39d9b2e0cef7fa6a1518ab1ecd67d7660440170c08cac

Contents?: true

Size: 821 Bytes

Versions: 2

Compression:

Stored size: 821 Bytes

Contents

postgresql:
  check: Core Datastore
  host: localhost
  port: 5432
  username: <%= `whoami` %>
  password:
  database: postgres
redis:
  - check: Store Cache
    url: redis://localhost:6379
    db: hcheck
    password:
  - check: Cache Sentinels
    url: redis://mymaster
    db: hcheck
    password:
    role: master
    sentinels:
      - host: localhost
        port: 26379
      - host: localhost
        port: 26380
mongodb:
  check: Mongo DB
  hosts:
    - localhost:27017
  user:
  password:
mysql:
  check: Mysql Connection
  host: localhost
  username: localuser
  password: password
rabbitmq:
  check: Rabbit
  host: localhost
  port: 5672
  user: guest
  pass: guest
ping:
  check: Core Api
  url: https://google.com
memcached:
  check: Memcached Cache
  url: localhost:11211
  namespace: app
  compress: true

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hcheck-0.1.1 hcheck.sample.yml
hcheck-0.1.0 hcheck.sample.yml