jianingy / RRDweb

a lightweight RRD Browser
11 stars 2 forks source link

RRDweb is a lightweight rrd browser. It enables browse rrd files via web with various options in a given system path.

** Make sure you have below python modules installed

+BEGIN_EXAMPLE

$ pip install twisted mako pyyaml

+END_EXAMPLE

** Configure RRDweb

Edit configuration at etc/rrdweb.yaml, for example,

+BEGIN_EXAMPLE


where you store your rrd files

rrd_root: /tmp/rrd

the path to your rrdtool

rrd_tool: /usr/bin/rrdtool

+END_EXAMPLE

** Run RRDweb

+BEGIN_EXAMPLE

$ env PYTHONPATH=pwd:$PYTHONPATH twistd rrdweb -c etc/rrdweb.yaml -p 8080

+END_EXAMPLE

Then, visit RRDweb using your web browser

http://localhost:8080/