Sha256: 49909f302748b54648c4c6e6c889cfc3a292dc8681398c93bb6e353ee0adc64c

Contents?: true

Size: 472 Bytes

Versions: 30

Compression:

Stored size: 472 Bytes

Contents

Eye Plugin Example
------------------

This plugin adds reactor which try to reads command from file "/tmp/cmd.txt" every 1.second (then execute it and delete file). Also plugin add trigger to save every process state transition into "/tmp/saver.log".

To test it:

    bundle exec eye l examples/plugin/main.eye
    tail -f /tmp/eye.log
    tail -f /tmp/saver.log
    echo 'restart' > /tmp/cmd.txt

Also, here http example of gem:

    https://github.com/kostya/eye-http

Version data entries

30 entries across 30 versions & 2 rubygems

Version Path
eye-0.10.1.pre examples/plugin/README.md
eye-0.10.0 examples/plugin/README.md
eye-0.10.0.alpha2 examples/plugin/README.md
eye-0.10.0.alpha examples/plugin/README.md
eye-0.9.4.nosigar examples/plugin/README.md
eye-0.9.4 examples/plugin/README.md
eye-0.9.3 examples/plugin/README.md
eye-0.9.2.nosigar examples/plugin/README.md
eye-0.9.2 examples/plugin/README.md
eye-0.9.1 examples/plugin/README.md
eye-0.9.pre examples/plugin/README.md
eye-0.8.1 examples/plugin/README.md
eye-0.8.celluloid15 examples/plugin/README.md
eye-0.8 examples/plugin/README.md
eye-0.8.rc examples/plugin/README.md
eye-0.8.pre2 examples/plugin/README.md
eye-0.8.pre examples/plugin/README.md
eye-0.7 examples/plugin/README.md
eye-0.7.pre examples/plugin/README.md
eye-0.6.4 examples/plugin/README.md