Network Availability map device status?

Quick questions:
Does the network map support real-time device status? I can a nice map view, but trying to see if there is:

  1. Built in support where a device turns red in color if it goes down
  2. If someone here has achieved the same with any Third-party plugins or configurations

====
3) Also, is the network availability map real-time? or does it need to be refreshed

Output of validate.php:

root@osboxes:/opt/librenms# ./validate.php

Component Version
LibreNMS 1.38-57-g146fc98
DB Schema 247
PHP 7.0.28-0ubuntu0.16.04.1
MySQL 10.0.34-MariaDB-0ubuntu0.16.04.1
RRDTool 1.5.5
SNMP NET-SNMP 5.7.3
====================================

[OK] Composer Version: 1.6.4
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database schema correct
[WARN] Some devices have not been polled in the last 5 minutes. You may have performance issues.
[FIX] Check your poll log and see: Performance - LibreNMS Docs
Devices:
10.153.35.20
10.153.35.102
10.153.35.103
10.153.35.104
10.153.35.109
10.153.35.110
10.153.35.112
10.153.35.119
10.153.35.120
10.153.35.121
10.153.35.125
10.153.35.15
[WARN] Your local git contains modified files, this could prevent automatic updates.
[FIX] You can fix this with ./scripts/github-remove
Modified Files:

By default mostly all pages refresh every 300 seconds including the “Availability Map” Device will display red for down if it cant be pinged or SNMP is not responding. It will also display yellow for warning if the device has been restarted in the last 24 hours.

Hello Kevin,

Thank you for your response. My apologies, I meant the topology map. Please find attached map

Check here -> https://docs.librenms.org/#Extensions/Network-Map/

I believe if device “down” in that map goes down it will show gray in color or may even disappear since it the map depends on CDP,LLDP for discovery. Its also the same as the other pages it will refresh every 300 seconds. The “network map” code is visjs not allot has been done with it…it could use some work. :slight_smile:

I tested one by unplugging it from the network.
LibreNMS changed its status to down, but there was no change on the map whatsoever.

Yeah, we would need users from the community to look at improving the network map code.