Sha256: 8cf968c58d56125cc08146e38f23d7f49f8cb6d2c314dff7a4bfe13dd4f07571
Contents?: true
Size: 1.04 KB
Versions: 1
Compression:
Stored size: 1.04 KB
Contents
module Eye VERSION = "0.5" ABOUT = "ReelEye v#{VERSION} (c) 2012-2013 @kostya" PROCLINE = "reel-eye monitoring v#{VERSION}" autoload :Process, 'eye/process' autoload :ChildProcess, 'eye/child_process' autoload :Server, 'eye/server' autoload :Logger, 'eye/logger' autoload :System, 'eye/system' autoload :SystemResources,'eye/system_resources' autoload :Checker, 'eye/checker' autoload :Trigger, 'eye/trigger' autoload :Group, 'eye/group' autoload :Dsl, 'eye/dsl' autoload :Application, 'eye/application' autoload :Local, 'eye/local' autoload :Client, 'eye/client' autoload :Utils, 'eye/utils' autoload :Notify, 'eye/notify' autoload :Config, 'eye/config' autoload :Reason, 'eye/reason' autoload :Sigar, 'eye/sigar' autoload :Controller, 'eye/controller' autoload :Control, 'eye/control' autoload :Http, 'eye/http' autoload :Cli, 'eye/cli' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
reel-eye-0.5 | lib/eye.rb |