Module: check_mk
Branch: master
Commit: 9ed030d0fe8a7072b1a4468465c36d80bb5d7adf
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=9ed030d0fe8a70…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Thu Nov 30 16:20:16 2017 +0100
Updated AC test description
Change-Id: I1b011b1db09e49c0f17fac18223cb7223525ffff
---
web/plugins/wato/ac_tests.py | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/web/plugins/wato/ac_tests.py b/web/plugins/wato/ac_tests.py
index 7890d6a..bc5d7a9 100644
--- a/web/plugins/wato/ac_tests.py
+++ b/web/plugins/wato/ac_tests.py
@@ -368,7 +368,11 @@ class ACTestApacheNumberOfProcesses(ACTest, BPApacheTest):
"you need to configure them in a way that you system can handle
them without "
"reaching out of memory situations.</p>"
"<p>Please note that this value is only a rough estimation,
because the memory "
- "usage of the apache processes may vary with the requests being
processed.</p>")
+ "usage of the apache processes may vary with the requests being
processed.</p>"
+ "<p>Possible actions:<ul>"
+ "<li>Change the <a
href=\"wato.py?mode=edit_configvar&varname=process_tuning\">number of
apache processes</a></li>"
+ "</ul>"
+ "</p>")
def is_relevant(self):