Module: check_mk
Branch: master
Commit: 6d95f1c216f45cb7a565976b07813be6e65bfb29
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=6d95f1c216f45c…
Author: Andreas Boesl <ab(a)mathias-kettner.de>
Date: Tue Mar 19 11:31:42 2013 +0100
Updated bug entries #0665
---
.bugs/665 | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/.bugs/665 b/.bugs/665
new file mode 100644
index 0000000..a84b97e
--- /dev/null
+++ b/.bugs/665
@@ -0,0 +1,12 @@
+Title: Makefiles von REDHAT/CENTOS 6.4 - Missing packages
+Component: core
+State: open
+Date: 2013-03-19 11:28:02
+Targetversion: 1.2.3
+Class: nastiness
+
+The following packages need to be installed manually after ./configure has been called
+xorg-x11-server-Xvfb
+pythin-ldap
+They are only set in OS_PACKAGES, but probably needed in BUILD_PACKAGES
+
Module: check_mk
Branch: master
Commit: 1c2a67e2cf0ea1e0926b164b215751c096e866ee
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=1c2a67e2cf0ea1…
Author: Andreas Boesl <ab(a)mathias-kettner.de>
Date: Tue Mar 19 14:36:53 2013 +0100
WATO: Inventory: Display link symbol for ps ruleset
---
ChangeLog | 1 +
web/plugins/wato/check_parameters.py | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 79ac01e..a22107e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -72,6 +72,7 @@
logwatch_ec ruleset. With this option the forwarding can now be enabled
for each logfile on a host
* Configuration of an alternativ host check command
+ * Inventory: Display link symbol for ps ruleset
1.2.2b5:
Core:
diff --git a/web/plugins/wato/check_parameters.py b/web/plugins/wato/check_parameters.py
index 05fc956..c5a3d4f 100644
--- a/web/plugins/wato/check_parameters.py
+++ b/web/plugins/wato/check_parameters.py
@@ -2872,5 +2872,5 @@ register_check_parameters(
regex_error = _("Please use only a-z, A-Z, 0-9, space, underscore, "
"dot and hyphon for your service description"),
),
- "first", False
+ "first", True
)