Sha256: 73d2f8ca65f80cf0fb8d1a7c9c5e4a7b3d7ecf69f5d2166fcb7b9f9a80664ed0
Contents?: true
Size: 977 Bytes
Versions: 1
Compression:
Stored size: 977 Bytes
Contents
module Eye VERSION = '0.10.0' ABOUT = "Eye v#{VERSION} (c) 2012-2017 @kostya" PROCLINE = "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 :Sigar, 'eye/sigar' autoload :Controller, 'eye/controller' autoload :Control, 'eye/control' autoload :Cli, 'eye/cli' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
eye-0.10.0 | lib/eye.rb |