Method: Deadpool::Admin#execute_command
- Defined in:
- lib/deadpool/admin.rb
#execute_command(options) ⇒ Object
88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 |
# File 'lib/deadpool/admin.rb', line 88 def execute_command() case [:command] when :help help when :full_report full_report when :nagios_report nagios_report when :promote_server promote_server when :stop stop when :start start when :foreground foreground else help end end |