yoshihara 9dc12cc5bb Update capybara ~> 2.4.0 to surpress warning
refs #161

The below warning was surpressed by the newest capybara.
 c.f. https://github.com/jnicklas/capybara/issues/1254

Warning:
--------------------------------------------------------------------------------
Capybara::RSpecMatchers::HaveText implements a legacy RSpec matcher
protocol. For the current protocol you should expose the failure messages
via the `failure_message` and `failure_message_when_negated` methods.
(Used from /Users/yoshihara/everyleaf/fluentd-ui/spec/features/fluentd/setting/running_backup_spec.rb:85:in `block (6 levels) in <top (required)>')
--------------------------------------------------------------------------------

And specs are all green :)
2015-04-02 14:03:09 +09:00
2015-02-04 17:47:12 +09:00
2015-01-14 11:14:42 +09:00
2015-04-02 13:42:36 +09:00
2014-05-08 15:53:16 +09:00
2014-12-10 16:53:14 +09:00
2015-04-02 12:59:49 +09:00
2015-01-28 13:54:20 +09:00
2014-06-02 11:36:17 +09:00
2014-05-08 16:00:55 +09:00
2015-01-22 15:03:47 +09:00
2015-04-02 13:42:36 +09:00
2014-05-08 15:53:16 +09:00
2015-03-23 18:51:05 +09:00
2014-08-22 17:25:35 +09:00

fluentd-ui

build status Gem Version Code Climate

fluentd-ui is a browser-based fluentd and td-agent manager that supports following operations.

  • Install, uninstall, and upgrade Fluentd plugins
  • start/stop/restart fluentd process
  • Configure Fluentd settings such as config file content, pid file path, etc
  • View Fluentd log with simple error viewer

Getting Started

$ gem install -V fluentd-ui
$ fluentd-ui start

Open http://localhost:9292/ by your browser.
The default account is username="admin" and password="changeme"

fluentd-ui

To Ubuntu 14.04 user (installed ruby by apt-get)

You also need to install these packages:

  • build-essential
  • libssl-dev
  • ruby-dev

To the developer

$ git clone https://github.com/treasure-data/fluentd-ui
$ cd fluentd-ui
$ bundle install
$ bundle exec rails s

Also you need a phantomjs for test.

$ npm install -g phantomjs
Or,
$ brew install phantomjs

NOTE: phantomjs executable binary should be located under your $PATH.

Building fluentd-ui.gem

fluentd-ui has the same tasks of bundle gem foobar; cd foobar; rake -T.

$ bundle exec rake build
fluentd-ui X.X.X built to pkg/fluentd-ui-X.X.X.gem.

$ bundle exec rake release
# Push to rubygems.org

Screenshots

(v0.3.9)

Dashboard

dashboard

Setting

setting

in_tail setting

in_tail

Plugin

plugin

ss01 ss02 ss03 ss04 ss05

Description
No description provided
Readme Apache-2.0 18 MiB
Languages
Ruby 69.2%
Haml 15.8%
JavaScript 11.6%
HTML 2.3%
SCSS 0.7%
Other 0.4%