Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 6376
blobd91d799ccab8c70dc7a839a1361e190e42fab374
1 Title: Analyze configuration: Fixed "Apache number of processes" on SLES
2 Level: 1
3 Component: multisite
4 Class: fix
5 Compatible: compat
6 Edition: cre
7 State: unknown
8 Version: 1.6.0i1
9 Date: 1532725076
11 An exception could occur for the test "Apache number of processes" on at
12 least SLES12:
14 CRIT:
15 Failed to execute the test ACTestApacheNumberOfProcesses: Traceback (most recent call last):
16 File "/omd/sites/TESTSITE/share/check_mk/web/htdocs/watolib.py", line 9591, in run
17 total_result = ACResult.merge(*list(self.execute()))
18 File "/omd/sites/TESTSITE/share/check_mk/web/plugins/wato/ac_tests.py", line 388, in execute
19 average_process_size = self._get_average_process_size()
20 File "/omd/sites/TESTSITE/share/check_mk/web/plugins/wato/ac_tests.py", line 408, in _get_average_process_size
21 sizes.append(int(summary_line.split()[3][:-1])*1024.0)
22 ValueError: invalid literal for int() with base 10: 'readonly-private'