Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 6930
blob57b596d982e7dca066c0680194a46c08461b4482
1 Title: Service discovery page can now handle long running tasks
2 Level: 2
3 Component: wato
4 Compatible: compat
5 Edition: cre
6 Version: 1.6.0i1
7 Date: 1544597792
8 Class: feature
10 The service discovery page of the configuration GUI could end up
11 in timeouts when working with devices that need a long time to
12 process the discovery process. This mostly affected either large
13 or slow responding SNMP devices.
15 The discovery page is now initially loading almost immediately
16 and then starts fetching the content in the background. The
17 potential long running tasks (full scan or autmatic refresh) are
18 performed in the background. While these actions are performed,
19 the GUI shows the already known check table in a read only mode.
21 Discovering services of hosts monitored by remote sites using a
22 pre 1.6 version is possible but can still end up in timeouts. The
23 new logic is only used by sites using version 1.6 or newer.