Skip to content

jianingy/RRDweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Make sure you have below python modules installed

$ pip install twisted mako pyyaml

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: /usr/bin/rrdtool

Run RRDweb

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

Then, visit RRDweb using your web browser

http://localhost:8080/

About

a lightweight RRD Browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published