Sha256: c407342b9c3c237ff9d68d4c2238cf140167f00fb36f341d54259b5350617b89

Contents?: true

Size: 314 Bytes

Versions: 15

Compression:

Stored size: 314 Bytes

Contents

# Notify example

Eye.config do
  mail host: 'mx.some.host', port: 25, domain: 'some.host'
  contact :errors, :mail, 'error@some.host'
  contact :dev, :mail, 'dev@some.host'
end

Eye.application :some do
  notify :errors

  process :some_process do
    notify :dev, :info
    pid_file '1.pid'

    # ...
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
eye-0.10.1.pre examples/notify.eye
eye-0.10.0 examples/notify.eye
eye-0.10.0.alpha2 examples/notify.eye
eye-0.10.0.alpha examples/notify.eye
eye-0.9.4.nosigar examples/notify.eye
eye-0.9.4 examples/notify.eye
eye-0.9.3 examples/notify.eye
eye-0.9.2.nosigar examples/notify.eye
eye-0.9.2 examples/notify.eye
eye-0.9.1 examples/notify.eye
eye-0.9.pre examples/notify.eye
eye-0.8.1 examples/notify.eye
eye-0.8.celluloid15 examples/notify.eye
eye-0.8 examples/notify.eye
eye-0.8.rc examples/notify.eye