- Sinatra
- Graphite
- git clone
- apt-get install libsqlite3-dev(for debian and ubuntu)
- gem install bundler
- bundle install
- Change
GRAPHITE HOST
- bundle exec rackup config.ru
- Access to
/addhost
and Add Host - Access to
overview
あらかじめ Graphite
をセットアップしておく必要がある。
td-agent
又はfluentd
のmonitor_agent
プラグインで取得出来る内部情報をホスト毎に表示出来る(はず)Graphite
を利用して各プラグインのretry_count
/buffer_total_queued_size
/buffer_queue_length
のメトリクスを表示することが出来る(はず)
5
分ごとにブラウザをリフレッシュさせているのを止める- ホストの登録は
Serf
を利用して自動で行えるようにしたい