Commit Graph

18 Commits

Author SHA1 Message Date
鳥井 雪
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
鳥井 雪
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
uu59
4fac24a9bf Fix fluentd version (not bundle-installed fluentd version) 2014-07-17 13:42:36 +09:00
uu59
5f8e28a841 clarify error message 2014-07-03 14:57:18 +09:00
uu59
2f50f07c8a to be private not public API 2014-07-03 14:15:49 +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
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
36e460e885 Add recent error view 2014-05-27 16:57:15 +09:00
uu59
264e71107d Fix error if pidfile exists and process not exists 2014-05-27 11:04:02 +09:00
uu59
296477a714 --dry-run for a check before fluentd start 2014-05-23 17:09:51 +09:00
uu59
f057f27fc5 Refactoring: Separate file for each class 2014-05-23 14:58:02 +09:00