bandwidthd-php: PHP files to graph bandwidthd data in a postgresql

database
Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
bandwidthd-php is a set of PHP files that allows to graph bandwidthd
data stored in a postgresql database.  This bandwidthd data can be
generated using bandwidthd-pgsql in OpenWRT or LEDE or with
bandwidthd on different OS (Windows, Linux for example).

Addition of a config file and an init file.
Modification of the Makefile to take in account the changes above
Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
This commit is contained in:
Jean-Michel Lacroix
2016-07-14 13:38:05 -04:00
parent 7685db7a9d
commit 3a49a7dbe6
10 changed files with 946 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
config bandwidthd-php
option dflt_width '900'
option dflt_height '256'
option dflt_interval 'INT_DAILY'
option host '127.0.0.1'
option user 'postgres'
option dbname 'bandwidthd'