Your message dated Thu, 18 Mar 2010 10:37:02 +0100
with message-id <[email protected]>
and subject line nagios3: Nagios sounds (wavs) not playing in Safari, Firefox
has caused the Debian Bug report #482462,
regarding nagios3: Nagios sounds (wavs) not playing in Safari, Firefox
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
482462: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=482462
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: nagios3
Version: 3.0.1-1~bpo40+1
Severity: minor
It's possible that this problem has been fixed in the already
available upstream version, and the debian version does need
to be bumped again. But the nagios sounds won't play in my web
browsers, Firefox 2.0.0.14 or Safari 3.1.1.
I believe that nagios 3.0.2 does not fix the problems due to the
changelog:
"Fixed bug in status CGI where sounds were not played for passive
service problems"
The sound issues I'm having are not passive service problems, but
host down or active service critial failures.
Currently the nagios audio html looks like this:
<object type="application/wav" data="/media/critical.wav" height="0"
width="0">
<param name="filename" value="/media/critical.wav">
<param name="autostart" value="1">
<param name="playcount" value="1">
</object>
I have created a test page where the sound does play correctly:
<object type="audio/x-wav" data="/media/critical.wav">
<param name="playcount" value="1" />
<param name="src" value="/media/critical.wav" />
<param name="autoplay" value="true" />
</object>
For Firefox: change autostart = 1 => autostart = true
For Safari: change autostart = 1 => autostart = true
AND
add: <param name="src" value="/media/critical.wav" />
I haven't tested IE.
I believe that "audio/x-wav" is a better mime type than
"application/wav", but the browsers I tested don't care.
Also, moving towards HTML5 is probably a good idea in the future.
-- System Information:
Debian Release: 4.0
APT prefers stable
APT policy: (990, 'stable')
Architecture: i386 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-amd64
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages nagios3 depends on:
ii libc6 2.3.6.ds1-13etch5 GNU C Library: Shared libraries
ii libgd2-noxpm 2.0.33-5.2 GD Graphics Library version 2 (wit
ii libjpeg62 6b-13 The Independent JPEG Group's JPEG
ii libperl5.8 5.8.8-7etch3 Shared Perl library
ii libpng12-0 1.2.15~beta5-1 PNG library - runtime
ii nagios3-common 3.0.1-1~bpo40+1 support files for nagios3
ii perl 5.8.8-7etch3 Larry Wall's Practical Extraction
ii zlib1g 1:1.2.3-13 compression library - runtime
nagios3 recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Hi,
this should have been fixed in recent nagios version. I just forgot to close
the bug.
Thanks for reporting
Alex
--- End Message ---