Page 1 of 1

Re: [Nagios-devel] Question,

Posted: Fri Nov 05, 2010 4:44 pm
by Guest
This is a multi-part message in MIME format.
--------------000402060604030707060505
Content-Type: text/plain; charset=ISO-8859-15
Content-Transfer-Encoding: quoted-printable

On 11/05/2010 06:42 PM, Jochen Bern wrote:
>> One patch at a time in separate emails with a brief explanation would
>> work too though, but then I'll take them as and when I have time inste=
ad
>> of just applying them directly if they make sense.

2/3

What: Correct typo in config.cgi default page
Why: Selecting "Command Expansion" took the user to the (large!)
"Commands" page, rather than the "Command Expansion" input form.
--=20
Jochen Bern, Systemingenieur --- LINworks GmbH
Postfach 100121, 64201 Darmstadt | Robert-Koch-Str. 9, 64331 Weiterstadt
PGP (1024D/4096g) FP =3D D18B 41B1 16C0 11BA 7F8C DCF7 E1D5 FAF4 444E 1C2=
7
Tel. +49 6151 9067-231, Zentr. -0, Fax -299 - Amtsg. Darmstadt HRB 85202
Unternehmenssitz Weiterstadt, Gesch=E4ftsf=FChrer Metin Dogan, Oliver Mic=
hel

--------------000402060604030707060505
Content-Type: text/plain;
name="nagios-3.2.3-CommandExpandFix02-patch.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="nagios-3.2.3-CommandExpandFix02-patch.txt"

diff -aur nagios-3.2.3-CVS-20101105/cgi/cgiutils.c nagios-3.2.3+Fixes/cgi/cgiutils.c
--- nagios-3.2.3-CVS-20101105/cgi/cgiutils.c 2010-10-23 11:57:45.000000000 +0200
+++ nagios-3.2.3+Fixes/cgi/cgiutils.c 2010-11-05 13:18:34.000000000 +0100
@@ -2456,7 +2450,7 @@
printf("Contact Groups\n",(display_type==DISPLAY_CONTACTGROUPS)?"SELECTED":"");
printf("Timeperiods\n",(display_type==DISPLAY_TIMEPERIODS)?"SELECTED":"");
printf("Commands\n",(display_type==DISPLAY_COMMANDS)?"SELECTED":"");
- printf("Command Expansion\n",(display_type==DISPLAY_COMMAND_EXPANSION)?"SELECTED":"");
+ printf("Command Expansion\n",(display_type==DISPLAY_COMMAND_EXPANSION)?"SELECTED":"");
printf("\n");
printf("\n");


--------------000402060604030707060505--





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