Module: WebLogicFeature

Defined in:
lib/puppet/feature/weblogic_running.rb

Overview

See the file “LICENSE” for the full license governing this code.

WebLogic Features module

Class Method Summary collapse

Class Method Details

.weblogic_running_checkObject



8
9
10
# File 'lib/puppet/feature/weblogic_running.rb', line 8

def self.weblogic_running_check
  `ps -ef | egrep "^.*/java .* weblogic.Server$"` != ''
end