module ForemanDlm

Constants

VERSION

Public Class Methods

with_monitoring?() click to toggle source
# File lib/foreman_dlm/engine.rb, line 109
def self.with_monitoring?
  ForemanMonitoring # rubocop:disable Lint/Void
  true
rescue StandardError
  false
end