Re: [Nagios-devel] NRPE patch

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

Re: [Nagios-devel] NRPE patch

Post by Guest »

--IKC1RK7+nRZ8SZaO
Content-Type: multipart/mixed; boundary="Y3hCyKCCnioDaTIs"
Content-Disposition: inline


--Y3hCyKCCnioDaTIs
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Sun, Jul 25, 2004 at 11:47:49AM +0200, Andreas Ericsson wrote:
>=20
>=20
> Jason Martin wrote:
> >The attached patch against nrpe-cvs HEAD does the following:
> Can you please resubmit the patch in a unified diff format (i.e. diff=20
> -urN ....)?
I've attached the regenerated patch, crated with diff -urN

-Jason Martin
--=20
Shift happpens. - Doppler
This message is PGP/MIME signed.

--Y3hCyKCCnioDaTIs
Content-Type: text/plain; charset=us-ascii
Content-Description: NRPE-cvs HEAD patch for error handling
Content-Disposition: attachment; filename="nrpe.patch"
Content-Transfer-Encoding: quoted-printable

diff -urN nrpe-cvs/CVS/Entries plugins_build/nrpe-2.1/CVS/Entries
--- nrpe-cvs/CVS/Entries Wed Dec 31 16:00:00 1969
+++ plugins_build/nrpe-2.1/CVS/Entries Thu Jul 22 10:52:58 2004
@@ -0,0 +1,20 @@
+D/contrib////
+D/include////
+D/sample-config////
+D/src////
+/LEGAL/1.1/Tue Jul 9 04:42:03 2002//
+/Makefile.in/1.1/Sat Nov 1 19:14:17 2003//
+/README/1.1/Wed Oct 15 23:14:25 2003//
+/README.SSL/1.1/Fri Mar 14 02:37:05 2003//
+/SECURITY/1.1/Wed Oct 15 23:14:25 2003//
+/configure/1.1/Sat Mar 6 23:17:42 2004//
+/configure.in/1.1/Sat Mar 6 23:17:42 2004//
+/init-script.debian.in/1.1/Sat Mar 6 23:17:42 2004//
+/init-script.freebsd.in/1.1/Wed Jan 8 01:11:36 2003//
+/init-script.in/1.1/Wed Jan 8 01:11:36 2003//
+/init-script.suse.in/1.1/Sat Nov 1 19:14:17 2003//
+/install-sh/1.1/Sat Jun 23 17:02:57 2001//
+/nrpe.spec/1.1/Wed Nov 12 23:37:48 2003//
+/subst.in/1.1/Tue Dec 31 06:03:33 2002//
+/update-version/1.1/Wed Oct 15 23:14:25 2003//
+/Changelog/1.2/Thu Jul 22 17:52:01 2004//
diff -urN nrpe-cvs/CVS/Repository plugins_build/nrpe-2.1/CVS/Repository
--- nrpe-cvs/CVS/Repository Wed Dec 31 16:00:00 1969
+++ plugins_build/nrpe-2.1/CVS/Repository Thu Jul 22 10:13:18 2004
@@ -0,0 +1 @@
+plugins_build/nrpe-2.1
diff -urN nrpe-cvs/CVS/Root plugins_build/nrpe-2.1/CVS/Root
--- nrpe-cvs/CVS/Root Wed Dec 31 16:00:00 1969
+++ plugins_build/nrpe-2.1/CVS/Root Thu Jul 22 10:13:18 2004
@@ -0,0 +1 @@
+:pserver:localhost:/home/cvs
diff -urN nrpe-cvs/Changelog plugins_build/nrpe-2.1/Changelog
--- nrpe-cvs/Changelog Sat Mar 6 15:17:42 2004
+++ plugins_build/nrpe-2.1/Changelog Thu Jul 22 10:58:44 2004
@@ -13,6 +13,12 @@
- SSL protocol used is now limited to TLSv1
- Any output from plugins after first line is now ignored before
plugin process is closed
+- Close STDERR before executing plugin through inetd, reduce CRC32 errors
+- Improve wording of error messages (Jason Martin)
+- Return more error message through to check_nrpe if a valid=20
+ connection exists instead of bailing out (Jason Martin)
+- Return error message for plugin output of only "\n" (Jason Martin)
+
=20
=20
2.0 - 09/08/2003
diff -urN nrpe-cvs/contrib/CVS/Entries plugins_build/nrpe-2.1/contrib/CVS/E=
ntries
--- nrpe-cvs/contrib/CVS/Entries Wed Dec 31 16:00:00 1969
+++ plugins_build/nrpe-2.1/contrib/CVS/Entries Thu Jul 22 10:16:07 2004
@@ -0,0 +1,3 @@
+/README.nrpe_check_control/1.1/Fri Oct 24 01:00:40 2003//
+/nrpe_check_control.c/1.1/Fri Feb 22 01:15:34 2002//
+D
diff -urN nrpe-cvs/contrib/CVS/Repository plugins_build/nrpe-2.1/contrib/CV=
S/Repository
--- nrpe-cvs/contrib/CVS/Repository Wed Dec 31 16:00:00 1969
+++ plugins_build/nrpe-2.1/contrib/CVS/Repository Thu Jul 22 10:15:04 2004
@@ -0,0 +1 @@
+plugins_build/nrpe-2.1/contrib
diff -urN nrpe-cvs/contrib/CVS/Root plugins_build/nrpe-2.1/contrib/CVS/Root
--- nrpe-cvs/contrib/CVS/Root Wed Dec 31 16:00:00 1969
+++ plugins_build/nrpe-2.1/contrib/CVS/Root Thu Jul 22 10:15:04 2004
@@ -0,0 +1 @@
+:pserver:localhost:/home/cvs
diff -urN nrpe-cvs/include/CVS/Entries plugins_build/nrpe-2.1/include/CVS/E=
ntries
--- nrpe-cvs/include/CVS/Entries Wed Dec 31 16:00:00 1969
+++ plugins_build/nrpe-2.1/include/CVS/Entries Thu Jul 22 10:39:13 2004
@@ -0,0 +1,6 @@
+/config.h.in/1.1/Wed Nov 12 23:37:48 2003/

...[email truncated]...


This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked