Difference between revisions of "Facette"
From collectd Wiki
(Initial page.) |
(Added note about RRDCacheD.) |
||
Line 14: | Line 14: | ||
* Dynamic graphs with zooming and panning. | * Dynamic graphs with zooming and panning. | ||
* Creation of new graphs and collections in the web front-end. | * Creation of new graphs and collections in the web front-end. | ||
+ | * Interoperability with ''RRDCacheD'', e.g. flushing. | ||
== Requirements == | == Requirements == |
Revision as of 21:23, 2 August 2014
Facette | |
---|---|
![]() | |
Type: | Web |
License: | BSD (revised) |
Language: | Go |
Author: | Vincent Batoufflet Marc Falzon |
List of front-ends | |
Facette is a web-based front-end to data collected by collectd, reading data from RRD files, Graphite or InfluxDB.
Features
- Dynamic graphs with zooming and panning.
- Creation of new graphs and collections in the web front-end.
- Interoperability with RRDCacheD, e.g. flushing.
Requirements
- Go language environment (≥ 1.2)
- RRDtool library and development files (≥ 1.4.0)
- pkg-config helper tool
- Node.js "npm" package manager
- Pandoc document converter