ntop / ntopng

Web-based Traffic and Security Network Traffic Monitoring
http://www.ntop.org
GNU General Public License v3.0
6.27k stars 656 forks source link

GUI Unresponsive when InfluxDB does not respond #3075

Closed lucaderi closed 4 years ago

lucaderi commented 4 years ago

In case ntopng has been configured to export data in InfluxDB but the database is down, the user interface is unresponsive.

emanuele-f commented 4 years ago

The main issue was a query executed on every page load, fixed in 20ef1a4ebcf5654f29cd69e3cfe8808a25d7a83c . Additionally, in the event of slow InfluxDB queries, 478c97b7437d806947e04a347e20b67de8b0d02b introduces a 1 minute inhibition interval where most of the queries performed during page loads are aborted immediately.