Class: Nagios::Promoo::Master

Inherits:
Thor
  • Object
show all
Defined in:
lib/nagios/promoo/master.rb

Overview

Main class for ‘nagios-promoo`.

Author:

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.exit_on_failure?Boolean

Force thor to exit with a non-zero return code on failure

Returns:

  • (Boolean)


44
45
46
# File 'lib/nagios/promoo/master.rb', line 44

def exit_on_failure?
  true
end

Instance Method Details

#versionObject



38
39
40
# File 'lib/nagios/promoo/master.rb', line 38

def version
  puts Nagios::Promoo::VERSION
end