vnstat-php-frontend icon indicating copy to clipboard operation
vnstat-php-frontend copied to clipboard

PHP frontend for vnStat network traffic monitor

Results 13 vnstat-php-frontend issues
Sort by recently updated
recently updated
newest added

I like this front-end and it has been working under Ubuntu 18.x with PHP 5.6 It stops working when I upgraded PHP to 7.4. ![image](https://user-images.githubusercontent.com/11366098/174472019-0697827f-cb85-495a-9c70-731d2d7b2663.png) Any plans to make it...

Hello, I'm not sure how much are you maintaining this project. vnstat from version 2.0 doesn't support command `vnstat --dumpdb` as it is currently required for your frontend to fill...

Do you have a docker image for your php frontend?

Hi team, I just tried your vnstat PHP frontend and calling "php vnstat.php" from CLI failed with error in line 47 (T() undefined function). What went wrong, pls ? My...

It looks like vnstat-php is trying to [auto-detect the script's location](https://github.com/bjd/vnstat-php-frontend/blob/master/vnstat.php#L30) and force all links to be under this root. This doesn't work if the location cannot be auto-detected (e.g....

No svg graphs are shown, after digging into it, the svg contains a notice like Notice: Array to string conversion in $webroot/vnstat/graph_svg.php on line 48 so as a quick workaround,...

Hi. I think variables "$vnstat_bin" and "data_dir" in config should be default commented (or =''). In vnstat.php in function get_vnstat_data: if (!isset($vnstat_bin) || $vnstat_bin == '') should be inverted to:...

Hi all, Thank you for this great tool... But was wondering if you arent planning to upgrade the actual version using [google charts](https://developers.google.com/chart/interactive/docs/gallery)... It is way better, more "shiny" and...

Hi, love this vnstat interface! I'd really like to see a "realtime" page to show vnstat data if it is running in live (-l) mode. At the moment I can...