Branch: refs/heads/2.2.0
Home:
https://github.com/Checkmk/checkmk
Commit: c4fbae8686d17797ad4128307c593f4d65a44944
https://github.com/Checkmk/checkmk/commit/c4fbae8686d17797ad4128307c593f4d6…
Author: Lukas Lengler <lukas.lengler(a)checkmk.com>
Date: 2023-08-01 (Tue, 01 Aug 2023)
Changed paths:
A .werks/16031
Log Message:
-----------
16031 FIX ntop: interface and vlan dropdown
When selecting a new interface or vlan id via the dropdown
the data was not automatically updated and the page had to
be refreshed manually.
Now the data is updated after selecting the interface or vlan.
CMK-8154
Change-Id: I48c28e6c979773149d2d1fd2c77961287eed3e83
Commit: f80b66732b3d1e00483cd062f0cb5b0351d0b2ec
https://github.com/Checkmk/checkmk/commit/f80b66732b3d1e00483cd062f0cb5b035…
Author: Gav <gavin.mcguigan(a)checkmk.com>
Date: 2023-08-01 (Tue, 01 Aug 2023)
Changed paths:
A .werks/15892
M cmk/gui/page_menu_utils.py
Log Message:
-----------
15892 FIX ntop_alerts: rename alert tabs in ntop alerts dashboard
Previously, the alert tabs were named Engaged, Host, Flow. This didn't
align correctly with ntopng's own dashboard. They have now been renamed
to Engaged Host, Past Host and Past Flow.
Change-Id: I6cddd8d33f84ec06589478214e3e1531d54a11f2
Commit: b11304763a9df6f24802b3a481ce3ba67dc191af
https://github.com/Checkmk/checkmk/commit/b11304763a9df6f24802b3a481ce3ba67…
Author: Gav <gavin.mcguigan(a)checkmk.com>
Date: 2023-08-01 (Tue, 01 Aug 2023)
Changed paths:
A .werks/15893
Log Message:
-----------
15893 FIX ntop_alerts: introduce pagination to ntop alerts dashboard
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.
Change-Id: I47c6bb1fd4bff1b1276f67541ab5d75326602a91
Commit: 63745c5e605d18546c30edb0044df6126875dd10
https://github.com/Checkmk/checkmk/commit/63745c5e605d18546c30edb0044df6126…
Author: Gav <gavin.mcguigan(a)checkmk.com>
Date: 2023-08-01 (Tue, 01 Aug 2023)
Changed paths:
A .werks/15959
Log Message:
-----------
15959 FIX ntop_alerts: populate alert type dropdown list in alerts dashboards
This werk fixes an issue with the alert type dropdown menu in the alerts
dashboards. Previously, it was only populated with All, meaning you
couldn't filter the alerts on alert type. Now the dropdown is populated
with all possible alert type values.
Change-Id: I64a59af935ea665565abfad78f732fbabd63f4fb
Compare:
https://github.com/Checkmk/checkmk/compare/a347f8468616...63745c5e605d