47 Commits

Author SHA1 Message Date
hassaku
5de418539f Remove also note file at the same time as removing backup config file. 2015-01-07 18:23:15 +09:00
uu59
40de266d37 Merge pull request #123 from fluent/remove_dead_code
Remove dead code
2014-12-18 12:43:27 +09:00
鳥井 雪
6105886705 Change to use application.yml setting instead of hard coded number 2014-12-17 18:44:17 +09:00
鳥井 雪
7b65e03cc8 Change to use File.join instead of string concatenation
because File.join makes the purpose of code clear and do it safely
2014-12-17 18:19:01 +09:00
鳥井 雪
c4eb06f5ba Chamge method name #backup_files -> #backup_files_in_old_order
to make its sort function clearer, and Refactor #remove_over_backup_files by using it
2014-12-17 18:09:04 +09:00
uu59
47328af9c9 Remove Fluentd::Agent::Remote 2014-12-17 17:08:01 +09:00
鳥井 雪
36bd26a37d Add UI to reuse backup config files 2014-12-16 17:58:34 +09:00
鳥井 雪
b87b2c8af4 Add #backup_running_config method
on Fluentd::Agent
2014-12-15 15:37:21 +09:00
鳥井 雪
9a1b72b6b0 Add fluentd.agent#backup_config method
and call it in #config_write and #config_append
to backup config histories
2014-12-11 16:27:04 +09:00
Koichi TANAKA
50b5fbed54 Fix bug: pid become zero when pid file is empty 2014-12-03 17:07:08 +09:00
Koichi TANAKA
c501a76264 Make public for testing 2014-12-03 16:31:30 +09:00
uu59
c7233a565e Fix to create pidfile on Mac 2014-11-11 13:00:10 +09:00
uu59
703eba0079 Swithing MacOSX or UNIX for handling td-agent process 2014-11-11 13:00:10 +09:00
uu59
341dc515bf Use full path for /usr/sbin/td-agent --version 2014-07-31 14:29:29 +09:00
uu59
144cfdeeef Fix to not create zombie 2014-07-31 10:56:52 +09:00
uu59
e7b449f44f FluentGem default setting no require root permission 2014-07-30 17:53:42 +09:00
uu59
24899b7a6a Don't too quickly response of td-agent start/stop/restart 2014-07-30 17:08:38 +09:00
uu59
0846f18fbb Fix td-agent operation 2014-07-30 16:19:20 +09:00
uu59
dd8fded3a1 Fix to find correct fluent-gem path 2014-07-28 18:37:10 +09:00
uu59
4fac24a9bf Fix fluentd version (not bundle-installed fluentd version) 2014-07-17 13:42:36 +09:00
uu59
6498ad34ff Fix fluentd launch option 2014-07-09 14:22:07 +09:00
uu59
ecf9b0054a Follow fluentd 0.10.51 changes 2014-07-09 14:03:31 +09:00
uu59
016926ca1b To be robust for the future 2014-07-07 15:50:52 +09:00
uu59
afaccdc066 Fix #40 validate config before restart fluentd 2014-07-07 15:37:23 +09:00
uu59
e73915c76e Fix error when log file is not created yet 2014-07-03 15:01:09 +09:00
uu59
5f8e28a841 clarify error message 2014-07-03 14:57:18 +09:00
uu59
cba4f3657d cosme 2014-07-03 14:28:00 +09:00
uu59
2f50f07c8a to be private not public API 2014-07-03 14:15:49 +09:00
uu59
e240dd5600 Rename to a correct name 2014-07-03 11:38:18 +09:00
uu59
82d25469f9 Refactoring Fluentd::Agent API 2014-07-02 16:30:00 +09:00
uu59
a3d61c3cc8 Resolve some TODOs 2014-07-01 11:19:15 +09:00
uu59
675eba7ded Change: error logs limitation by 'recent N days' from 'N errors' 2014-06-30 14:19:16 +09:00
uu59
122158bceb Refactor: grab errors from log to be dependent method 2014-06-30 11:16:44 +09:00
uu59
9aed8408fb Rename Fluentd::Agent::Fluentd{,Gem} for fix autoload problem 2014-06-19 17:33:10 +09:00
uu59
aba81677d0 Can changing log_tail limit by user 2014-06-09 16:55:21 +09:00
uu59
e9ebfb57b1 Use http port from parsed config file 2014-06-09 14:18:52 +09:00
uu59
26efd831f9 Add #log_tail method for fetching recently log 2014-06-04 14:54:36 +09:00
uu59
d6b74d6352 Fix comment 2014-05-29 15:38:02 +09:00
uu59
7c5cf3d0b8 Change fluentd#new position of fluentd-ui. Shift to the guidance at the first time after installed 2014-05-28 13:26:56 +09:00
uu59
36e460e885 Add recent error view 2014-05-27 16:57:15 +09:00
uu59
9071b6ad48 Make wait_starting to strict as commented situation 2014-05-27 11:11:49 +09:00
uu59
264e71107d Fix error if pidfile exists and process not exists 2014-05-27 11:04:02 +09:00
uu59
5d85bff58c Fix to fluentd restart equals stop && start, not reload 2014-05-26 16:45:01 +09:00
uu59
c422fde2b9 Refactoring: test API behavior, not implementation detail 2014-05-26 10:39:43 +09:00
uu59
296477a714 --dry-run for a check before fluentd start 2014-05-23 17:09:51 +09:00
uu59
7eefa05a44 Add specs 2014-05-23 15:16:49 +09:00
uu59
f057f27fc5 Refactoring: Separate file for each class 2014-05-23 14:58:02 +09:00