Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 2328
blob1d6261b4f68f7f84a7bc27d2e64c94e14fc03c1d
1 Title: Fix sporadic error "Connection reset by peer" when reloading Event Console
2 Level: 2
3 Component: ec
4 Class: fix
5 Compatible: compat
6 State: unknown
7 Version: 1.2.7i2
8 Date: 1434107286
10 The problem appeared especially when distributing changes with WATO in a
11 distributed setup. The reason was: the reload of the configuration closed
12 and reopened the UNIX socket that is used for sending commands. That way
13 parallel connections would be closed. Now the UNIX socket is only reopened
14 when the configuration parameter <i>Max. number of pending connections to
15 the status socket</i> has changed and a reload is thus neccessary in order
16 to make that change active.