/RRDweb

a lightweight RRD Browser

Primary LanguagePython

Introduction

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

Getting Things Run

Configure RRDweb

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

---
# where you store your rrd files
rrd_root: /tmp/rrd

# the path to your rrdtool
rrd_tool: static-rrdtool

Run RRDweb

twisted rrdweb -c etc/rrdweb.yaml -p 8080

Then, visit RRDweb using your web browser

http://localhost:8080/