This is a MIME message. If you are reading this text, you may want to
consider changing to a mail reader or gateway that understands how to
properly handle MIME multipart messages.
--=__Part1C3AA485.0__=
Content-Type: multipart/alternative; boundary="=__Part1C3AA485.1__="
--=__Part1C3AA485.1__=
Content-Type: text/plain; charset=ISO-8859-15
Content-Transfer-Encoding: quoted-printable
Hallo list,
=20
=20
This patch prevents the range *Service Status Details For Host * to
slipped into the middle of the status Website.
The effect only happens if sound-file is played a status.
=20
patch for nagios-3.x (cvs from 2008/03/31)
=20
thx
=20
Uwe
--=__Part1C3AA485.1__=
Content-Type: text/html; charset=ISO-8859-15
Content-Transfer-Encoding: quoted-printable
Content-Description: HTML
Hallo list,
This patch prevents the range "Service Status Details For Host " to =
slipped into the middle of the status Website.
The effect only happens if sound-file is played a status.
patch for nagios-3.x (cvs from 2008/03/31)
thx
Uwe
--=__Part1C3AA485.1__=--
--=__Part1C3AA485.0__=
Content-Type: text/plain; name="status.c.patch"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment; filename="status.c.patch"
--- status.c 2008-04-01 12:48:49.000000000 +0200
+++ status.c 2008-04-01 12:48:31.000000000 +0200
@@ -438,7 +438,7 @@
else if(problem_services_unknown=3D=3D0 && problem_services_warning=
=3D=3D0 && problem_services_critical=3D=3D0 && problem_hosts_down=3D=3D0 =
&& problem_hosts_unreachable=3D=3D0 && normal_sound!=3DNULL)
sound=3Dnormal_sound;
if(sound!=3DNULL){
- printf("",url_media_path,sound);
+ printf("",url_media_path,sound);
printf("",url_m=
edia_path,sound);
printf("");
printf("");
--=__Part1C3AA485.0__=--
This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]