Project

General

Profile

Download (4.44 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
608f6828 06/25/2015 01:22 PM Renato Botelho

Merge pull request #1717 from phil-davis/traffic-graph-description

be253f60 06/22/2015 07:20 AM Phil Davis

Add DNS host override descriptions

since we can sometimes provide a useful description from that config
data also.
Fill the $iplookup array with host or FQDN data if description is blank
or host or FQDN was requested. Then we can use $iplookup in all cases...

6c07db48 06/15/2015 08:34 AM Phil Davis

Code spacing

and other random stuff I noticed.
I think this finishes messing with code style. The codebase should match
the developer style guide closely enough that 99.9% of changes will not
feel the need to also massage the formatting.

a7a064f4 06/12/2015 10:52 AM Phil Davis

Add description as a display option on Traffic Graph

This is handy at sites where lots of the LAN clients have static-mapped
DHCP IP addresses. Depending on the site host naming conventions, host
names can be a bit obtuse - may not tell you where the client device...

45b4ffc6 04/19/2015 06:38 AM Phil Davis

Code style usr-local-www back-end

files that do stuff in mostly in the background.

37d4cbf3 04/28/2014 08:26 PM Warren Baker

Include Unbound in logic here

737aef33 02/09/2014 05:21 AM Phil Davis

Make Local the default filter for Traffic Graph

to preserve the old behavior, that it shows "Local" traffic when first started.

5177b583 02/08/2014 03:41 PM Phil Davis

Return all when all or remote is selected on Traffic Graph

ea1aca13 05/01/2013 04:09 PM Renato Botelho

Fix dnsmasq host overrides and dhcp integration

. Do not execute following actions when dnsmasq is disabled:
. Add host overrides to /etc/hosts
. Register DHCP leases in DNS Forwarder
. Register DHCP static mappings in DNS forwarder

It should fix issue reported at following forum post:...

a02ce260 03/07/2013 01:05 PM Phil Davis

Bandwidth by IP - allow filter by local and remote

2dbd8924 03/07/2013 09:18 AM Phil Davis

Bandwidth by IP - display static map names also when FQDN selected

If display FQDN was selected, and an IP had no reverse lookup FQDN, but did have a DHCP static mapping, the static map name was not displayed - just 1 line I overlooked when adding the FQDN option.

232d38ab 03/07/2013 03:19 AM Phil Davis

Traffic Graph add option to display FQDN

It was easy to give the user the choice of displaying IP Address, just the Host Name or the FQDN. And the display wraps long FQDNs OK.

c16f7c5c 03/06/2013 03:02 PM Phil Davis

Add display by host name to Traffic Graph

ae88de13 02/19/2013 09:46 PM Ermal LUÇI

Some more code cleanup

b1b930dd 02/19/2013 06:03 PM Ermal LUÇI

Use jQuery fully on traffic graph. Also remove some unused code from bandwidth_by_ip

1fea5ad9 02/19/2013 11:41 AM Renato Botelho

Get the correct interface subnet

893fb622 11/07/2012 07:07 AM Michele Di Maria

Adds "Sort by direction" in the Traffic Graph page

Added the option to sort IPs by direction in the Traffic Graph page, and
improved the detection of the local network to monitor (before the
results could not be realistic because of too many "local IPs" were...

f1aad4d1 10/15/2010 01:42 PM Ermal LUÇI

Resolves #879. Commit patch referenced in ticket to properly parse rate output.

a1129192 07/29/2010 07:49 PM Carlos Eduardo Ramos

Implement gettext() calls on bandwidth_by_ip.php

ef021ff7 05/13/2010 07:32 PM Ermal LUÇI

Use full path to rate and pass -b option to show the speeds in bits/s rather than byte/s in conformance with the traffic graph metric which is bits/s.

6745e860 12/25/2009 09:52 PM Ermal Luçi

Simplify a lot the code of rate extracting.

13d193c2 09/14/2009 10:20 PM Scott Ullrich

Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on

f0a3b883 06/15/2009 11:06 PM Scott Ullrich

Adding Scott Dale's rate package to system -> traffic graphs. Cool stuff!