module Capistrano::Helpers::Puma::Monit

Module Monit provides helpers for Monit/Puma combination

Public Instance Methods

available_configuration_file() click to toggle source
# File lib/capistrano/helpers/puma/monit.rb, line 14
def available_configuration_file
  "#{fetch(:puma_runit_service_name)}.conf"
end
available_configuration_with_path() click to toggle source
# File lib/capistrano/helpers/puma/monit.rb, line 10
def available_configuration_with_path
  File.join(fetch(:monit_available_path), "#{fetch(:puma_runit_service_name)}.conf")
end