[Pkg-nagios-devel] Bug#500774: nagios-plugins-basic: check_ssh_4 does not work
Julien Ozog
julien.ozog+debianbugs at ixene.net
Wed Oct 1 10:45:07 UTC 2008
Package: nagios-plugins-basic
Version: 1.4.12-3
Severity: normal
Tags: patch
The nagios check command 'check_ssh_4' is defined by :
------
# 'check_ssh_4' command definition
define command{
command_name check_ssh_4
command_line /usr/lib/nagios/plugins/check_ssh '$HOSTADDRESS$' -4
}
------
This command line does not work because the IP version (-4) must be set before the host address, so check_ssh only display a "usage" message.
The command line should be "/usr/lib/nagios/plugins/check_ssh -4 '$HOSTADDRESS$'".
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.18-4-686 (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-basic depends on:
ii iputils-ping 3:20071127-1 Tools to test the reachability of
ii libc6 2.7-13 GNU C Library: Shared libraries
ii libssl0.9.8 0.9.8g-13 SSL shared libraries
ii procps 1:3.2.7-8 /proc file system utilities
ii ucf 3.0010 Update Configuration File: preserv
nagios-plugins-basic recommends no packages.
-- no debconf information
More information about the Pkg-nagios-devel
mailing list