aboutsummaryrefslogtreecommitdiff
path: root/utils/bandwidthd-php
Commit message (Collapse)AuthorAge
* bandwidthd: update to 2.0.1-34, sqlite support and SMTP trackingJean-Michel Lacroix2017-01-01
| | | | | | | | Addition of sqlite storage Tracking of SMTP traffic instead of P2P traffic Based on NethServer bandwidthd implementation Signed-off-by: Jean-Michel lacroix <lacroix@lepine-lacroix.info>
* bandwidthd-php: migrate to php7Michael Heimpold2016-10-06
| | | | | | | | Package maintainer reported off-list, that the package also works with php7. So lets migrate the dependencies to prepare the php5 removal. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* bandwidthd-php: PHP files to graph bandwidthd data in a postgresqlJean-Michel Lacroix2016-07-29
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>