Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Availability Map #4155

Closed
breeman1 opened this issue Aug 21, 2016 · 2 comments
Closed

Feature Request: Availability Map #4155

breeman1 opened this issue Aug 21, 2016 · 2 comments

Comments

@breeman1
Copy link

Hi,
I really the new availability map and I appreciate the work put in into making it available.

I would like to propose these two features;
Make the listed devices sort-able by enabling clickable buttons in the top right-hand corner of the screen, I imagine this can be quite useful in getting one to be able to quickly list and zoom into the devices that are currently down as an example.
snap38
The second feature that may prove useful would be the ability to show sysnames/hostnames instead of the ip addresses on the displayed devices.

@Andreser
Copy link
Contributor

Andreser commented Aug 21, 2016

I second those proposals.
In my case, I enabled $config['force_ip_to_sysname'] in the config file, because I haven't got dns records for many of my devices, and while I now see device names on my alert list, I still don't see snmp sysname in the availability map. Ideal would be to show snmp-sysname and bracketed [ipaddress] on mouseover, or something like that.

@crcro
Copy link
Contributor

crcro commented Aug 29, 2016

@breeman1 @Andreser your requests should be implemented in latest code

@laf laf closed this as completed Aug 29, 2016
philmd added a commit to philmd/librenms that referenced this issue Mar 3, 2017
)

When a network is mostly assigned using RFC 1918, DNS resolution is not useful
and devices are displayed by IP address.

When $config['force_ip_to_sysname'] is enabled, use ip_to_sysname() to display
the device hostname or SNMP sysName if present instead of the device IP address.

UI modified by this patch:
- Hover in Dashboard Availability Map (/overview)
- Name in Availability Map (/availability-map/)
- Title of device page (/device/device=...)

* I agree to the conditions of the Contributor Agreement contained in
doc/General/Contributing.md.

GitHub-issue: librenms#4155
Suggested-by: Andres Rahn <andreser@gmail.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
laf pushed a commit that referenced this issue Mar 3, 2017
When a network is mostly assigned using RFC 1918, DNS resolution is not useful
and devices are displayed by IP address.

When $config['force_ip_to_sysname'] is enabled, use ip_to_sysname() to display
the device hostname or SNMP sysName if present instead of the device IP address.

UI modified by this patch:
- Hover in Dashboard Availability Map (/overview)
- Name in Availability Map (/availability-map/)
- Title of device page (/device/device=...)

* I agree to the conditions of the Contributor Agreement contained in
doc/General/Contributing.md.

GitHub-issue: #4155
Suggested-by: Andres Rahn <andreser@gmail.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
@lock lock bot locked as resolved and limited conversation to collaborators May 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants