├── ReadMe.md └── index.html /ReadMe.md: -------------------------------------------------------------------------------- 1 | RTBkit Quickboard 2 | 3 | This is a simple dashboarding system for RTBkit. Simply load up the HTML file in a browser and fill in your Graphite host and whatever prefix your RTBkit keys have in Graphite. A demo is available (securely, as all communication is between your browser and your Graphite) at [http://rtbkit.github.io/quickboard](http://rtbkit.github.io/quickboard). The graphs will all refresh every 60 seconds so you can just keep this window open to keep a high-level eye on your RTBkit stack. 4 | 5 | The recommended key layout in Graphite is `....` so keys such as `xyz.us_east.rtb1.router.metric` would correspond to `metric` logged by a `router` service running on server `rtb1` in the `us_east` location for the `xyz` installation. If you follow this convention, then `xyz.*.*` is the right value to use for the `prefix` field in this dashboard to see metrics for the `xyz` installation. -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | RTBkit Quickboard 4 | 5 | 6 | 7 | 8 | 9 | 121 | 122 | 123 | 124 | 125 | --------------------------------------------------------------------------------