Sha256: 7bfda126164eae39ea071a83aa5fae43eb094ff14b7976597909d540d59c37a4

Contents?: true

Size: 1.48 KB

Versions: 7

Compression:

Stored size: 1.48 KB

Contents

test:
  pid_file: tmp/pids/flapjack_test.pid
  log_file: log/flapjack_test.log
  daemonize: no
  redis:
    host: 127.0.0.1
    port: 6379
    db: 14
  processor:
    enabled: yes
    queue: events
    notifier_queue: notifications
    archive_events: false
    events_archive_maxage: 10800
    new_check_scheduled_maintenance_duration: 1 month
    exit_on_queue_empty: true
    logger:
      level: WARN
  notifier:
    enabled: yes
    queue: notifications
    email_queue: email_notifications
    sms_queue: sms_notifications
    jabber_queue: jabber_notifications
    pagerduty_queue: pagerduty_notifications
    notification_log_file: log/notification_test.log
    default_contact_timezone: Australia/Broken_Hill
    logger:
      level: WARN
development:
  pid_file: tmp/pids/flapjack_development.pid
  log_file: log/flapjack_development.log
  daemonize: no
  redis:
    host: 127.0.0.1
    port: 6379
    db: 13
  processor:
    enabled: yes
    queue: events
    notifier_queue: notifications
    archive_events: true
    events_archive_maxage: 10800
    new_check_scheduled_maintenance_duration: 1 month
    exit_on_queue_empty: true
    logger:
      level: INFO
  notifier:
    enabled: yes
    queue: notifications
    email_queue: email_notifications
    sms_queue: sms_notifications
    jabber_queue: jabber_notifications
    pagerduty_queue: pagerduty_notifications
    notification_log_file: log/notification_test.log
    default_contact_timezone: Australia/Broken_Hill
    logger:
      level: INFO

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
flapjack-0.7.29 tasks/support/flapjack_config_benchmark.yaml
flapjack-0.7.28 tasks/support/flapjack_config_benchmark.yaml
flapjack-0.7.27 tasks/support/flapjack_config_benchmark.yaml
flapjack-0.7.26 tasks/support/flapjack_config_benchmark.yaml
flapjack-0.7.25 tasks/support/flapjack_config_benchmark.yaml
flapjack-0.7.22 tasks/support/flapjack_config_benchmark.yaml
flapjack-0.7.21 tasks/support/flapjack_config_benchmark.yaml