grubs wrote:
suggestion? Is ti possible to display the classes/ip's for which rules are defined but that have a a current rate of zero? ie I have bandwidth rules set for my VoiP phone (ATA) and I'm only ever going to see that in the output table if I load the monitor during a phone call. It would still be interesting to see the totalled statistics for that IP even when the current rate is zero.
For a quick fix, maybe it can be an option but I am not a php programmer:
Go to line 554 in /var/webconfig/htdocs/admin/bandwidth-monitor.php and you should find:
| Code: |
} else if($classid['sent'] != 0){
|
and change the value of 0 to -1 and you are able to see all the classes.