Module: check_mk
Branch: master
Commit: 26053ad92a01a8b199715949fd011e5acf78b6a9
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=26053ad92a01a8…
Author: Bernd Stroessenreuther <bs(a)mathias-kettner.de>
Date: Fri Aug 30 15:52:45 2013 +0200
Updated bug entries #1042
---
.bugs/1042 | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/.bugs/1042 b/.bugs/1042
new file mode 100644
index 0000000..33a0e20
--- /dev/null
+++ b/.bugs/1042
@@ -0,0 +1,11 @@
+Title: Package should have dependency to apache2-prefork
+Component: multisite
+State: open
+Date: 2013-08-30 15:48:55
+Targetversion: 1.2.3
+Class: bug
+
+Problems in Multisite GUI if apache is running with mpm
+prefork works
+so the package should depend on apache2-mpm
+but at least the deb for ubuntu 13.04 64bit does not, maybe others too
Module: check_mk
Branch: master
Commit: afc31136a65fe07fb2edcb25f25b7042e14d6b52
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=afc31136a65fe0…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Thu Aug 29 10:45:25 2013 +0200
Convention is to begin all OIDs with a leading dot -> fixed
---
checks/if64 | 2 +-
checks/if_lancom | 2 +-
checks/wut_webio_io | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/checks/if64 b/checks/if64
index a5e6310..d45d098 100644
--- a/checks/if64
+++ b/checks/if64
@@ -69,7 +69,7 @@ check_info["if64"] = {
"2.2.1.6", # ifPhysAddress 19
]),
'snmp_scan_function': \
- lambda oid: "LANCOM" not in oid("1.3.6.1.2.1.1.1.0") and \
+ lambda oid: "LANCOM" not in oid(".1.3.6.1.2.1.1.1.0") and \
".4.1.11863." not in oid(".1.3.6.1.2.1.1.2.0") and \
(not if64_disabled(g_hostname)) and \
oid(".1.3.6.1.2.1.31.1.1.1.6.*") != None,
diff --git a/checks/if_lancom b/checks/if_lancom
index 7579084..d0cb680 100644
--- a/checks/if_lancom
+++ b/checks/if_lancom
@@ -94,7 +94,7 @@ check_info["if_lancom"] = {
],
# check if number of network interfaces (IF-MIB::ifNumber.0) is at least 2
'snmp_scan_function': \
- lambda oid: "LANCOM" in oid("1.3.6.1.2.1.1.1.0") and \
+ lambda oid: "LANCOM" in oid(".1.3.6.1.2.1.1.1.0") and \
(not if64_disabled(g_hostname)) and \
oid(".1.3.6.1.2.1.31.1.1.1.6.*") != None,
'group': 'if',
diff --git a/checks/wut_webio_io b/checks/wut_webio_io
index e93866b..05499ef 100644
--- a/checks/wut_webio_io
+++ b/checks/wut_webio_io
@@ -106,6 +106,6 @@ check_info['wut_webio_io.inputs'] = {
]),
# first check we have a vendor mib from W&T, then check for the model in their MIB.
"snmp_scan_function" : lambda oid: \
- ".1.3.6.1.4.1.5040" in oid("1.3.6.1.2.1.1.2.0") and
+ ".1.3.6.1.4.1.5040" in oid(".1.3.6.1.2.1.1.2.0") and
oid(".1.3.6.1.4.1.5040.1.2.4.3.3.5.0").lower().startswith("web-io"),
}
Module: check_mk
Branch: master
Commit: e1cc873ed32b0f74cb86b99af05e0c00c308991f
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=e1cc873ed32b0f…
Author: Bernd Stroessenreuther <bs(a)mathias-kettner.de>
Date: Fri Aug 30 12:40:33 2013 +0200
Updated bug entries #1041
---
.bugs/1041 | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/.bugs/1041 b/.bugs/1041
new file mode 100644
index 0000000..3e42e18
--- /dev/null
+++ b/.bugs/1041
@@ -0,0 +1,12 @@
+Title: cmc problem with parents
+Component: core
+State: open
+Date: 2013-08-30 12:37:32
+Targetversion: 1.2.3
+Class: bug
+
+when running site with cmc, parents of a host are not shown in multisite gui in host status page
+even if there are configured some
+maybe parent hosts are ignored completely??
+
+if running the same site with nagios core, the parents are displayed on host status page
Module: check_mk
Branch: master
Commit: 51291687777a95d68b3a352efb48afa1d975937d
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=51291687777a95…
Author: Bernd Stroessenreuther <bs(a)mathias-kettner.de>
Date: Fri Aug 30 11:03:43 2013 +0200
Updated bug entries #1040
---
.bugs/1040 | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/.bugs/1040 b/.bugs/1040
new file mode 100644
index 0000000..ff22227
--- /dev/null
+++ b/.bugs/1040
@@ -0,0 +1,14 @@
+Title: job directory should be created with mode 1777
+Component: core
+State: open
+Date: 2013-08-30 10:58:02
+Targetversion: 1.2.3i2
+Class: nastiness
+
+/var/lib/check_mk_agent/job directory is created root.root 755 now
+this way only cronjobs running under root can use mk-job
+
+directory should be created with mode 1777 so cronjobs running under unprivileged
+users can write their files into this directory too
+this should be no security problem, because the t bit makes sure, every user can only
+delete his own files