Module: StatMon
- Extended by:
- Listener
- Defined in:
- lib/stat_mon.rb,
lib/stat_mon/log.rb,
lib/stat_mon/task.rb,
lib/stat_mon/listener.rb,
lib/stat_mon/exceptions.rb,
lib/stat_mon/cli/execute.rb
Defined Under Namespace
Modules: CLI, Listener Classes: DuplicateMonitorName, Log, Task
Constant Summary collapse
- VERSION =
'0.1.0'
Class Method Summary collapse
Methods included from Listener
init, monitor, monitors, start
Class Method Details
.version ⇒ Object
24 25 26 |
# File 'lib/stat_mon.rb', line 24 def self.version puts "Version #{VERSION}" end |