Module: Capsaicin::Service

Includes:
CRM, Command, LSB, Windows
Defined in:
lib/capsaicin/service.rb,
lib/capsaicin/service/crm.rb,
lib/capsaicin/service/lsb.rb,
lib/capsaicin/service/command.rb,
lib/capsaicin/service/windows.rb

Defined Under Namespace

Modules: CRM, Command, LSB, Windows

Constant Summary collapse

SVC_ACTION_CAPTIONS =
Hash.new do |h,k|
      h[k] = "#{k.to_s.capitalize} Service"
    end.update :status => 'Check Status', 
:check => 'Check Config', 
:summary => 'Status Summary'

Constants included from LSB

LSB::DEFAULT_ACTIONS

Constants included from CRM

CRM::DEFAULT_ACTIONS, CRM::OCF_DEFAULT_ACTIONS

Constants included from Windows

Windows::DEFAULT_ACTIONS

Method Summary

Methods included from LSB

#lsb, #lsb?

Methods included from CRM

#crm, #crm_ocf

Methods included from Windows

#windows, #windows?

Methods included from Command

#command, #command?