Skip to content

Lightning Fast Graphing/Visualization, built on RRDTool

License

Notifications You must be signed in to change notification settings

aiming/focuslight

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Focuslight

Lightning Fast Graphing/Visualization, built on RRDTool - Ruby clone of GrowthForecast

For GrowthForecast, see: http://kazeburo.github.io/GrowthForecast/

Focuslight has compatibilities with:

  • stored data files
    • database(sqlite) and graphs(rrdtool)
  • almost all of HTTP API requests, except for
    • complex graph creation
    • export supports (focuslight does NOT support it currently)

Currently, focuslight doesn't have some features:

  • MySQL support
  • Disabling Subtract

Installation

RRDTool and its dependencies must be installed before focuslight installation.

  • RHEL/CentOS
    • sudo install rrdtool
  • Ubuntu
    • sudo apt-get rrdtool
  • OSX
    • brew install rrdtool

And then, install focuslight with Ruby 2.0 or later, and execute.

  1. clone this repository
  2. cd focuslight
  3. install dependencies: bundle install
  4. initialize database: bundle exec rake init
  5. execute: bundle exec foreman start

See http://localhost:5125/

Configurations

See and edit .env in project root directory.

Default configurations are:

DATADIR=./data
PORT=5125
HOST=0.0.0.0
# FRONT_PROXY
# ALLOW_FROM
# 1MIN_METRICS=n
FLOAT_SUPPORT=n
# MYSQL=n
# RRDCACHED=n
# MOUNT=/

Switch from GrowthForecast

  1. Copy directory and its contents of datadir of GrowthForecast to ./data (or where you specified)
  2. Execute focuslight

TODO

  • Merge GrowthForecast's commits after Jan 09, 2014
    • disabling subtract
    • api endpoint link label
  • MySQL support
  • RRDCached support
  • Front proxies and source address restrictions
  • HTTP API mount point support
  • Daemonize support
  • Installation from rubygems.org
  • Add tests, and tests, and more tests

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

The MIT License (MIT)

Copyright (c) 2014- tagomoris

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Lightning Fast Graphing/Visualization, built on RRDTool

Resources

License

Stars

Watchers

Forks

Packages

No packages published