Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sonots committed May 22, 2014
1 parent 1bd1d2c commit 01d8469
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Expand Up @@ -110,18 +110,16 @@ DATA_DIR=data
to store and load Fluentd config contents not from DB, but from local files located at the directory `DATA_DIR`.
This would be useful when you want to manage your config files with git.

ToDo: Create a worker to synchronize local file existences with db (delete and create entries on db).

## HTTP API

See [API.md](API.md).

## ToDo

* Restart Fluentd processes from Fluentd Server

* Currently, users must restart fluentd processes manually to reload config
* Auto-restart, which start processing in each interval if conf is updated, would be useful (not sure whether it works as production level, though)
* Create a sync worker to synchronize local file existences with db (delete and create entries on db).
* Refresh the task result view progressively using ajax for serf query td-agent-status
* Auto cleanup of old tasks (if number of tasks exceed a specified value, remove old tasks)
* Auto-restart in each interval if conf is updated (is this useful??)

## ChangeLog

Expand Down

0 comments on commit 01d8469

Please sign in to comment.