Welcome
Readme
Setup
Ubuntu
Windows
Distributed
Usage
Data Sources
RRD

Data Sources

RainMon works with timeseries databases that use the OpenTSDB wire format for sending data. The code includes a server that delivers popular RRDtool files in this format. Each data source runs as a server, and the analysis pipeline connects to one of those servers to get data.

To get a data source working with RainMon, it must be added to the code/ui/media/js/selector.js file, which contains definitions for each source. Each definition consists of the following:

Details for configuring an RRD server and generating a list suitable for getCompNames and getAttrNames are available on the RRD page of the guide