Module: Luban::Deployment::Applications::Fluentd::Paths

Included in:
Configurator, Controller
Defined in:
lib/luban/deployment/applications/fluentd/base.rb

Instance Method Summary collapse

Instance Method Details

#control_file_nameObject



12
13
14
# File 'lib/luban/deployment/applications/fluentd/base.rb', line 12

def control_file_name
  @control_file_name ||= "fluentd.conf"
end

#log_file_nameObject



20
21
22
# File 'lib/luban/deployment/applications/fluentd/base.rb', line 20

def log_file_name
  @log_file_name ||= "fluentd.log"
end

#logrotate_file_nameObject



16
17
18
# File 'lib/luban/deployment/applications/fluentd/base.rb', line 16

def logrotate_file_name
  @logrotate_file_name ||= "fluentd.logrotate"
end

#pid_file_nameObject



8
9
10
# File 'lib/luban/deployment/applications/fluentd/base.rb', line 8

def pid_file_name
  @pid_file_name ||= "fluentd.pid"
end

#profile_nameObject



6
# File 'lib/luban/deployment/applications/fluentd/base.rb', line 6

def profile_name; 'fluentd'; end