bandwidthd-php: PHP files to graph bandwidthd data in a postgresql
authorJean-Michel Lacroix <redacted>
Thu, 14 Jul 2016 17:38:05 +0000 (13:38 -0400)
committerJean-Michel Lacroix <redacted>
Fri, 29 Jul 2016 23:33:10 +0000 (19:33 -0400)
commit3a49a7dbe646b95a46fa540d1daa18427b460dbd
tree97c3b12e030454ab65b1e72c01786879e6ba873b
parent7685db7a9de01e389a2eb6befcf5c5052db5f43b
bandwidthd-php: PHP files to graph bandwidthd data in a postgresql
database
Signed-off-by: Jean-Michel Lacroix <redacted>
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 <redacted>
utils/bandwidthd-php/Makefile [new file with mode: 0644]
utils/bandwidthd-php/files/bandwidthd-php.config [new file with mode: 0644]
utils/bandwidthd-php/files/bandwidthd-php.init [new file with mode: 0755]
utils/bandwidthd-php/files/details.php [new file with mode: 0644]
utils/bandwidthd-php/files/footer.php [new file with mode: 0644]
utils/bandwidthd-php/files/graph.php [new file with mode: 0644]
utils/bandwidthd-php/files/include.php [new file with mode: 0644]
utils/bandwidthd-php/files/index.php [new file with mode: 0644]
utils/bandwidthd-php/files/legend.gif [new file with mode: 0644]
utils/bandwidthd-php/files/logo.gif [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT