Werk #15893: ntop_alerts: introduce pagination to ntop alerts dashboard backend

Component The Checkmk Micro Core
Title ntop_alerts: introduce pagination to ntop alerts dashboard backend
Date Jul 11, 2023
Level Major Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
2.3.0b1 Checkmk Enterprise (CEE), Checkmk Cloud (CCE), Checkmk MSP (CME)
2.2.0p8 Checkmk Enterprise (CEE), Checkmk Cloud (CCE), Checkmk MSP (CME)

Previously the alerts dashboard would fetch 5 hours of alert data by default or the time range selected by the user via the time series graphs. This caused performance issues since the number of alerts could vary greatly, often resulting in timeouts. This werk addresses this problem by introducing pagination on the backend. We now only fetch 20 alerts in any given api call. The user can then request more using the next button.

To the list of all Werks