Module: check_mk
Branch: master
Commit: e5dd30c715688eee37890e3e33cc0672a5f66c8b
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=e5dd30c715688e…
Author: Andreas Boesl <ab(a)mathias-kettner.de>
Date: Thu Oct 18 10:48:11 2012 +0200
Updated bug entries #0790
---
.bugs/790 | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/.bugs/790 b/.bugs/790
index 5e8b21f..2e1b710 100644
--- a/.bugs/790
+++ b/.bugs/790
@@ -1,9 +1,9 @@
Title: Three Livecheck issues
Component: livecheck
-State: open
+Class: bug
+State: done
Date: 2012-10-09 14:20:28
Targetversion: 1.2.0
-Class: bug
1. In livecheck.c:53, int bytes_read = read(fd[0], output, sizeof(output));
does not guarantee a valid 0-byte terminated string. I propose a single
@@ -20,3 +20,9 @@ escaped, there is a nagios function for this called escape_newlines.
This
is necessary for long plugin output to be functional.
Ticket #442
+
+2012-10-18 10:48:07: changed state open -> done
+ livecheck:
+ FIX: fixed problem with long plugin output
+ FIX: added /0 termination to strings
+ FIX: changed check_type to be always active (0)