Module: Luban::Deployment::Applications::Fluentd::Paths
- Included in:
- Configurator, Controller
- Defined in:
- lib/luban/deployment/applications/fluentd/base.rb
Instance Method Summary collapse
- #control_file_name ⇒ Object
- #log_file_name ⇒ Object
- #logrotate_file_name ⇒ Object
- #pid_file_name ⇒ Object
- #profile_name ⇒ Object
Instance Method Details
#control_file_name ⇒ Object
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_name ⇒ Object
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_name ⇒ Object
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_name ⇒ Object
8 9 10 |
# File 'lib/luban/deployment/applications/fluentd/base.rb', line 8 def pid_file_name @pid_file_name ||= "fluentd.pid" end |
#profile_name ⇒ Object
6 |
# File 'lib/luban/deployment/applications/fluentd/base.rb', line 6 def profile_name; 'fluentd'; end |