Giraffe dashboard for Graphite wrapped in a webserver
npm install giraffe-web> Giraffe dashboard for Graphite wrapped in a webserver
* Introduction
* Installation
* Usage
* Configuration
* Building and Testing
* License
Giraffe is an awesome dashboard for Graphite
Big Kudos to @kenhub
This project :
- merely extends it into a webserver
- allows you to specify your own config file without changing the Giraffe content
- allows you to proxy requests to an internal Graphite server
- provides a self executable version requiring nothing but bash to run it
This project is maintained at:
a) Installing giraffe-web is easy. You can install it like any other npm module
npm install - giraffe-web
b) For your convenience we provide a bashpack allowing you to run it without having node installed.
Download it for your platform:
- graphite-web-darwin-x64.run
- graphite-web-linux-x64.run
Note: Bashpacks are nodejs applications wrapped in a simple shell-executable.
Usage: giraffe-web [options]
Options:
-h, --help output usage information
-V, --version output the version number
-p, --port
-c , --config-file [configFile] Giraffe dashboard.js file containing the dashboards
--graphite-url [url] Graphite Host to connect to [http://localhost:8080]
--proxy-graphite If enabled, this server will proxy graphite requests to the Graphite host specified [false]
./bin/giraffe-web -c dashboard.js --proxy-graphite --graphite-url=http://your-graphite-url
You need to create your own Giraffe dashboards.js file.
Checkout the detailed description on configuring Giraffe
We rely on Grunt tasks to do our job
We currently only lint testing
vendor/giraffegrunt bower
grunt docs
grunt bashpack:linux
grunt bashpack:darwin
grunt gh-pages
grunt release
Copyright (c) 2010-2013 Patrick Debois
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.