summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcvs2git2012-06-27 19:48:28 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit384671a6b7dc14db3d3ba4de205d73fee8c0fc7d (patch)
tree3d1f6fda8654662fc5a97e2a0690d772a60486d8
parent7127eb8aac9742b5651f0e1c3361cd555edece80 (diff)
downloadnagios-nsca-AC-branch.zip
nagios-nsca-AC-branch.tar.gz
This commit was manufactured by cvs2git to create branch 'AC-branch'.AC-branch
Sprout from master 2012-06-27 19:48:28 UTC Elan Ruusamäe <glen@pld-linux.org> '- increase MAX_PLUGINOUTPUT_LENGTH to 8192 like in Nagios, seems clients with 4096 buffer can still submit properly' Delete: buffer-len.patch
-rw-r--r--buffer-len.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/buffer-len.patch b/buffer-len.patch
deleted file mode 100644
index 3d7170f..0000000
--- a/buffer-len.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- nsca-2.9.1/include/common.h~ 2012-01-27 15:20:03.000000000 +0200
-+++ nsca-2.9.1/include/common.h 2012-06-26 01:39:56.349236637 +0300
-@@ -54,7 +54,7 @@
-
- #define MAX_HOSTNAME_LENGTH 64
- #define MAX_DESCRIPTION_LENGTH 128
--#define MAX_PLUGINOUTPUT_LENGTH 4096
-+#define MAX_PLUGINOUTPUT_LENGTH 8192
-
- #define OLD_PLUGINOUTPUT_LENGTH 512
- #define OLD_PACKET_LENGTH (( sizeof( data_packet) - ( MAX_PLUGINOUTPUT_LENGTH - OLD_PLUGINOUTPUT_LENGTH)))