[Pkg-nagios-devel] Bug#551339: nagios-plugins: Missing ending "$" makes check_httpname unusable

root martin at sumavisos.com
Sat Oct 17 13:39:01 UTC 2009


Package: nagios-plugins
Version: 1.4.12-5
Severity: normal


The configuration for heck_httpname  misses a '$' at the end of $HOSTNAME, this way it will never be replaced by the host name and the check will fail
Original config:
        command_line    /usr/lib/nagios/plugins/check_http -H '$HOSTNAME' -I '$HOSTADDRESS$'

The fixed one is:
        command_line    /usr/lib/nagios/plugins/check_http -H '$HOSTNAME$' -I '$HOSTADDRESS$'

Thanks!


-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages nagios-plugins depends on:
ii  nagios-plugins-basic          1.4.12-5   Plugins for the nagios network mon
ii  nagios-plugins-standard       1.4.12-5   Plugins for the nagios network mon

nagios-plugins recommends no packages.

Versions of packages nagios-plugins suggests:
ii  nagios3                   3.0.6-4~lenny2 A host/service/network monitoring 

-- no debconf information





More information about the Pkg-nagios-devel mailing list