Commit Graph

12 Commits

Author SHA1 Message Date
uu59
23a30452e4 Fix route name fluentd -> daemon by sed
$ git grep --name-only -E "[a-z0-9A-Z_]*fluentd_[a-zA-Z0-9_]*path" app/  | xargs gsed -i -E 's#([a-z0-9A-Z_]*)fluentd([a-zA-Z0-9_]*path)#\1daemon\2#g'
2014-07-24 15:28:04 +09:00
uu59
e37197bf5c Remove dead/duplicated code 2014-06-30 17:47:21 +09:00
uu59
a240f03aae Display error log when fluentd start/restart failed 2014-06-27 17:17:09 +09:00
uu59
8057c00e45 Don't use Fluentd#agent for URL 2014-06-27 13:56:26 +09:00
uu59
aba81677d0 Can changing log_tail limit by user 2014-06-09 16:55:21 +09:00
uu59
40de380a37 Add recent log view on fluentd detail page 2014-06-09 16:42:19 +09:00
uu59
36e460e885 Add recent error view 2014-05-27 16:57:15 +09:00
uu59
fc9dfb167d Add basically config edit 2014-05-26 13:16:03 +09:00
uu59
479258a84a Error handling for start/stop/restart 2014-05-23 14:21:37 +09:00
uu59
a3c2696fd3 Rename: reload -> restart 2014-05-23 13:59:08 +09:00
uu59
94a26c98d6 Click start/stop/reload to be sync, not async for correct report running status 2014-05-23 13:51:17 +09:00
uu59
92b42c51b7 Rename: fluentd/daemon -> fluentd/agent 2014-05-23 13:24:08 +09:00