Feature #4783
closedAdd description as a display option on Traffic Graph
0%
Description
The traffic graph can already display a choice of IP address, Hostname or FQDN in the table of top bandwidth hogs.
Sometimes hostnames are not that descriptive. In the case of locally-known hostnames (e.g. that have static mappings) there is also potentially a useful description in the config. For me that description is useful, since we put stuff like the staff member name and job title there. Being able to choose to display that description, as an alternative to [IP|hostname|FQDN] is useful. It does not add any extra boxes to the display - just an extra option ins the "Display" dropdown.
In future, if there are more places that "extra data/description" can be found for an IP address/hostname/FQDN then code to retrieve that could be also be added.
Not a big or urgent thing, just something I have code for and find handy:
https://github.com/pfsense/pfsense/pull/1717
Updated by Phillip Davis over 9 years ago
Done by commits:
https://github.com/pfsense/pfsense/commit/a7a064f4e523cc94d8570075e8b3b9a9220da3a3
https://github.com/pfsense/pfsense/commit/be253f60af60127f9a1888838cb275be3db90e2a
to master.
Should therefore appear in 2.3 in due course.
Updated by Phillip Davis about 9 years ago
And for 2.2.5 committed by https://github.com/pfsense/pfsense/commit/43bcb7a80228edcd8e699303a6881a5d844ec8bd
Updated by Chris Buechler about 9 years ago
- Status changed from New to Feedback
- Target version changed from 2.3 to 2.2.5