Imported Upstream version 1.4.16+git20130910

This commit is contained in:
Jan Wagner 2013-11-27 00:00:26 +01:00
parent e70fb8c051
commit 96678a79c9
28 changed files with 6224 additions and 3446 deletions

View file

@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.13.3 from Makefile.am.
# Makefile.in generated by automake 1.14 from Makefile.am.
# @configure_input@
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
@ -325,6 +325,7 @@ DBILIBS = @DBILIBS@
DEFS = -DLOCALEDIR=\"$(localedir)\"
DEPDIR = @DEPDIR@
DEPLIBS = @DEPLIBS@
DLLTOOL = @DLLTOOL@
DSYMUTIL = @DSYMUTIL@
DUMPBIN = @DUMPBIN@
ECHO_C = @ECHO_C@
@ -1032,6 +1033,7 @@ LTLIBOBJS = @LTLIBOBJS@
LTLIBPTH = @LTLIBPTH@
LTLIBTHREAD = @LTLIBTHREAD@
MAKEINFO = @MAKEINFO@
MANIFEST_TOOL = @MANIFEST_TOOL@
MATHLIBS = @MATHLIBS@
MKDIR_P = @MKDIR_P@
MSGFMT = @MSGFMT@
@ -1357,6 +1359,7 @@ abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
am__include = @am__include@
@ -1396,7 +1399,6 @@ libexecdir = @libexecdir@
lispdir = @lispdir@
localedir = $(datadir)/locale
localstatedir = @localstatedir@
lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
np_mysql_config = @np_mysql_config@
@ -1469,8 +1471,8 @@ $(ACLOCAL_M4): $(am__aclocal_m4_deps)
$(am__aclocal_m4_deps):
config.h: stamp-h1
@if test ! -f $@; then rm -f stamp-h1; else :; fi
@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
@test -f $@ || rm -f stamp-h1
@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
@rm -f stamp-h1
@ -1688,10 +1690,16 @@ dist-xz: distdir
$(am__post_remove_distdir)
dist-tarZ: distdir
@echo WARNING: "Support for shar distribution archives is" \
"deprecated." >&2
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
$(am__post_remove_distdir)
dist-shar: distdir
@echo WARNING: "Support for distribution archives compressed with" \
"legacy program 'compress' is deprecated." >&2
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
$(am__post_remove_distdir)

1
NEWS
View file

@ -45,6 +45,7 @@ This file documents the major additions and syntax changes between releases.
WARNINGS
check_http behaviour of -k/--header changed since it does not seperate multiple headers by semicolons anymore. Use multiple -k switches instead.
check_http's --proxy_authorization option is now called --proxy-authorization (it was always documented this way)
1.4.16 27th June 2012
ENHANCEMENTS

8
THANKS
View file

@ -2,15 +2,15 @@ This software is brought to you by the Nagios Plugins Development Team. However,
there have been many contributors to this project. Everyone below has helped in
raising bug reports, creating patches or contributing new plugins.
Randy O'Meara
dag rob?le
Diego Elio Pettenò
fabiodds
dag rob?le
Randy O'Meara
Oskar Ahner
Lance Albertson
David Alden
Rodger Allen
Paul Allen
Rodger Allen
Patrick Allen
Felipe Gustavo de Almeida
Michael Almond
@ -87,8 +87,8 @@ Paul Farrall
Reuben Farrelly
Mark Favas
Duncan Ferguson
Paulo Fessel
Paulo Afonso Graner Fessel
Paulo Fessel
James Fidell
Roman Fiedler
Johan Fischer

154
aclocal.m4 vendored
View file

@ -1,4 +1,4 @@
# generated automatically by aclocal 1.13.3 -*- Autoconf -*-
# generated automatically by aclocal 1.14 -*- Autoconf -*-
# Copyright (C) 1996-2013 Free Software Foundation, Inc.
@ -32,10 +32,10 @@ To do so, use the procedure documented by the package, typically 'autoreconf'.])
# generated from the m4 files accompanying Automake X.Y.
# (This private macro should not be called outside this file.)
AC_DEFUN([AM_AUTOMAKE_VERSION],
[am__api_version='1.13'
[am__api_version='1.14'
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
dnl require some minimum version. Point them to the right macro.
m4_if([$1], [1.13.3], [],
m4_if([$1], [1.14], [],
[AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
])
@ -51,7 +51,7 @@ m4_define([_AM_AUTOCONF_VERSION], [])
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
[AM_AUTOMAKE_VERSION([1.13.3])dnl
[AM_AUTOMAKE_VERSION([1.14])dnl
m4_ifndef([AC_AUTOCONF_VERSION],
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
@ -418,6 +418,12 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
# This macro actually does too much. Some checks are only needed if
# your package does certain things. But this isn't really a big deal.
dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O.
m4_define([AC_PROG_CC],
m4_defn([AC_PROG_CC])
[_AM_PROG_CC_C_O
])
# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
# AM_INIT_AUTOMAKE([OPTIONS])
# -----------------------------------------------
@ -526,7 +532,48 @@ dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
AC_CONFIG_COMMANDS_PRE(dnl
[m4_provide_if([_AM_COMPILER_EXEEXT],
[AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
])
# POSIX will say in a future version that running "rm -f" with no argument
# is OK; and we want to be able to make that assumption in our Makefile
# recipes. So use an aggressive probe to check that the usage we want is
# actually supported "in the wild" to an acceptable degree.
# See automake bug#10828.
# To make any issue more visible, cause the running configure to be aborted
# by default if the 'rm' program in use doesn't match our expectations; the
# user can still override this though.
if rm -f && rm -fr && rm -rf; then : OK; else
cat >&2 <<'END'
Oops!
Your 'rm' program seems unable to run without file operands specified
on the command line, even when the '-f' option is present. This is contrary
to the behaviour of most rm programs out there, and not conforming with
the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
Please tell bug-automake@gnu.org about your system, including the value
of your $PATH and any error possibly output before this message. This
can help us improve future automake versions.
END
if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
echo 'Configuration will proceed anyway, since you have set the' >&2
echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
echo >&2
else
cat >&2 <<'END'
Aborting the configuration process, to ensure you take notice of the issue.
You can download and install GNU coreutils to get an 'rm' implementation
that behaves properly: <http://www.gnu.org/software/coreutils/>.
If you want to complete the configuration process using your problematic
'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
to "yes", and re-run configure.
END
AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
fi
fi])
dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not
dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
@ -534,7 +581,6 @@ dnl mangled by Autoconf and run in a shell conditional statement.
m4_define([_AC_COMPILER_EXEEXT],
m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
# When config.status generates a header, we must update the stamp-h file.
# This file resides in the same directory as the config header
# that is generated. The stamp files are numbered to have different names.
@ -646,38 +692,6 @@ AC_MSG_RESULT([$_am_result])
rm -f confinc confmf
])
# Copyright (C) 1999-2013 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# AM_PROG_CC_C_O
# --------------
# Like AC_PROG_CC_C_O, but changed for automake.
AC_DEFUN([AM_PROG_CC_C_O],
[AC_REQUIRE([AC_PROG_CC_C_O])dnl
AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
AC_REQUIRE_AUX_FILE([compile])dnl
# FIXME: we rely on the cache variable name because
# there is no other way.
set dummy $CC
am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
if test "$am_t" != yes; then
# Losing compiler, so override with the script.
# FIXME: It is wrong to rewrite CC.
# But if we don't then we get into trouble of one sort or another.
# A longer-term fix would be to have automake use am__CC in this case,
# and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
CC="$am_aux_dir/compile $CC"
fi
dnl Make sure AC_PROG_CC is never called again, or it will override our
dnl setting of CC.
m4_define([AC_PROG_CC],
[m4_fatal([AC_PROG_CC cannot be called after AM_PROG_CC_C_O])])
])
# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
# Copyright (C) 1997-2013 Free Software Foundation, Inc.
@ -777,6 +791,70 @@ AC_DEFUN([_AM_SET_OPTIONS],
AC_DEFUN([_AM_IF_OPTION],
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
# Copyright (C) 1999-2013 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# _AM_PROG_CC_C_O
# ---------------
# Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC
# to automatically call this.
AC_DEFUN([_AM_PROG_CC_C_O],
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
AC_REQUIRE_AUX_FILE([compile])dnl
AC_LANG_PUSH([C])dnl
AC_CACHE_CHECK(
[whether $CC understands -c and -o together],
[am_cv_prog_cc_c_o],
[AC_LANG_CONFTEST([AC_LANG_PROGRAM([])])
# Make sure it works both with $CC and with simple cc.
# Following AC_PROG_CC_C_O, we do the test twice because some
# compilers refuse to overwrite an existing .o file with -o,
# though they will create one.
am_cv_prog_cc_c_o=yes
for am_i in 1 2; do
if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \
&& test -f conftest2.$ac_objext; then
: OK
else
am_cv_prog_cc_c_o=no
break
fi
done
rm -f core conftest*
unset am_i])
if test "$am_cv_prog_cc_c_o" != yes; then
# Losing compiler, so override with the script.
# FIXME: It is wrong to rewrite CC.
# But if we don't then we get into trouble of one sort or another.
# A longer-term fix would be to have automake use am__CC in this case,
# and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
CC="$am_aux_dir/compile $CC"
fi
AC_LANG_POP([C])])
# For backward compatibility.
AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
# Copyright (C) 2001-2013 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# AM_RUN_LOG(COMMAND)
# -------------------
# Run COMMAND, save the exit status in ac_status, and log it.
# (This has been adapted from Autoconf's _AC_RUN_LOG macro.)
AC_DEFUN([AM_RUN_LOG],
[{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
(exit $ac_status); }])
# Check to make sure that the build environment is sane. -*- Autoconf -*-
# Copyright (C) 1996-2013 Free Software Foundation, Inc.

3852
build-aux/ltmain.sh Executable file → Normal file

File diff suppressed because it is too large Load diff

View file

@ -1749,9 +1749,6 @@
/* Define if gettimeofday is needed */
#undef NEED_GETTIMEOFDAY
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
#undef NO_MINUS_C_MINUS_O
/* Enable INI file parsing. */
#undef NP_EXTRA_OPTS

2582
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.13.3 from Makefile.am.
# Makefile.in generated by automake 1.14 from Makefile.am.
# @configure_input@
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
@ -364,6 +364,7 @@ DBILIBS = @DBILIBS@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DEPLIBS = @DEPLIBS@
DLLTOOL = @DLLTOOL@
DSYMUTIL = @DSYMUTIL@
DUMPBIN = @DUMPBIN@
ECHO_C = @ECHO_C@
@ -1071,6 +1072,7 @@ LTLIBOBJS = @LTLIBOBJS@
LTLIBPTH = @LTLIBPTH@
LTLIBTHREAD = @LTLIBTHREAD@
MAKEINFO = @MAKEINFO@
MANIFEST_TOOL = @MANIFEST_TOOL@
MATHLIBS = @MATHLIBS@
MKDIR_P = @MKDIR_P@
MSGFMT = @MSGFMT@
@ -1396,6 +1398,7 @@ abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
am__include = @am__include@
@ -1435,7 +1438,6 @@ libexecdir = @libexecdir@
lispdir = @lispdir@
localedir = @localedir@
localstatedir = @localstatedir@
lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
np_mysql_config = @np_mysql_config@

2064
gl/m4/libtool.m4 vendored

File diff suppressed because it is too large Load diff

32
gl/m4/ltoptions.m4 vendored
View file

@ -1,13 +1,14 @@
# Helper functions for option handling. -*- Autoconf -*-
#
# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
# Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
# Inc.
# Written by Gary V. Vaughan, 2004
#
# This file is free software; the Free Software Foundation gives
# unlimited permission to copy and/or distribute it, with or without
# modifications, as long as this notice is preserved.
# serial 6 ltoptions.m4
# serial 7 ltoptions.m4
# This is to help aclocal find these macros, as it can't see m4_define.
AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
@ -125,7 +126,7 @@ LT_OPTION_DEFINE([LT_INIT], [win32-dll],
[enable_win32_dll=yes
case $host in
*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-cegcc*)
*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*)
AC_CHECK_TOOL(AS, as, false)
AC_CHECK_TOOL(DLLTOOL, dlltool, false)
AC_CHECK_TOOL(OBJDUMP, objdump, false)
@ -133,13 +134,13 @@ case $host in
esac
test -z "$AS" && AS=as
_LT_DECL([], [AS], [0], [Assembler program])dnl
_LT_DECL([], [AS], [1], [Assembler program])dnl
test -z "$DLLTOOL" && DLLTOOL=dlltool
_LT_DECL([], [DLLTOOL], [0], [DLL creation program])dnl
_LT_DECL([], [DLLTOOL], [1], [DLL creation program])dnl
test -z "$OBJDUMP" && OBJDUMP=objdump
_LT_DECL([], [OBJDUMP], [0], [Object dumper program])dnl
_LT_DECL([], [OBJDUMP], [1], [Object dumper program])dnl
])# win32-dll
AU_DEFUN([AC_LIBTOOL_WIN32_DLL],
@ -325,9 +326,24 @@ dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], [])
# MODE is either `yes' or `no'. If omitted, it defaults to `both'.
m4_define([_LT_WITH_PIC],
[AC_ARG_WITH([pic],
[AS_HELP_STRING([--with-pic],
[AS_HELP_STRING([--with-pic@<:@=PKGS@:>@],
[try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
[pic_mode="$withval"],
[lt_p=${PACKAGE-default}
case $withval in
yes|no) pic_mode=$withval ;;
*)
pic_mode=default
# Look at the argument we got. We use all the common list separators.
lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
for lt_pkg in $withval; do
IFS="$lt_save_ifs"
if test "X$lt_pkg" = "X$lt_p"; then
pic_mode=yes
fi
done
IFS="$lt_save_ifs"
;;
esac],
[pic_mode=default])
test -z "$pic_mode" && pic_mode=m4_default([$1], [default])

12
gl/m4/ltversion.m4 vendored
View file

@ -7,17 +7,17 @@
# unlimited permission to copy and/or distribute it, with or without
# modifications, as long as this notice is preserved.
# Generated from ltversion.in.
# @configure_input@
# serial 3017 ltversion.m4
# serial 3337 ltversion.m4
# This file is part of GNU Libtool
m4_define([LT_PACKAGE_VERSION], [2.2.6b])
m4_define([LT_PACKAGE_REVISION], [1.3017])
m4_define([LT_PACKAGE_VERSION], [2.4.2])
m4_define([LT_PACKAGE_REVISION], [1.3337])
AC_DEFUN([LTVERSION_VERSION],
[macro_version='2.2.6b'
macro_revision='1.3017'
[macro_version='2.4.2'
macro_revision='1.3337'
_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
_LT_DECL(, macro_revision, 0)
])

12
gl/m4/lt~obsolete.m4 vendored
View file

@ -1,13 +1,13 @@
# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
#
# Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc.
# Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
# Written by Scott James Remnant, 2004.
#
# This file is free software; the Free Software Foundation gives
# unlimited permission to copy and/or distribute it, with or without
# modifications, as long as this notice is preserved.
# serial 4 lt~obsolete.m4
# serial 5 lt~obsolete.m4
# These exist entirely to fool aclocal when bootstrapping libtool.
#
@ -77,7 +77,6 @@ m4_ifndef([AC_DISABLE_FAST_INSTALL], [AC_DEFUN([AC_DISABLE_FAST_INSTALL])])
m4_ifndef([_LT_AC_LANG_CXX], [AC_DEFUN([_LT_AC_LANG_CXX])])
m4_ifndef([_LT_AC_LANG_F77], [AC_DEFUN([_LT_AC_LANG_F77])])
m4_ifndef([_LT_AC_LANG_GCJ], [AC_DEFUN([_LT_AC_LANG_GCJ])])
m4_ifndef([AC_LIBTOOL_RC], [AC_DEFUN([AC_LIBTOOL_RC])])
m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])])
m4_ifndef([_LT_AC_LANG_C_CONFIG], [AC_DEFUN([_LT_AC_LANG_C_CONFIG])])
m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])])
@ -90,3 +89,10 @@ m4_ifndef([AC_LIBTOOL_LANG_RC_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])])
m4_ifndef([_LT_AC_LANG_RC_CONFIG], [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])])
m4_ifndef([AC_LIBTOOL_CONFIG], [AC_DEFUN([AC_LIBTOOL_CONFIG])])
m4_ifndef([_LT_AC_FILE_LTDLL_C], [AC_DEFUN([_LT_AC_FILE_LTDLL_C])])
m4_ifndef([_LT_REQUIRED_DARWIN_CHECKS], [AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS])])
m4_ifndef([_LT_AC_PROG_CXXCPP], [AC_DEFUN([_LT_AC_PROG_CXXCPP])])
m4_ifndef([_LT_PREPARE_SED_QUOTE_VARS], [AC_DEFUN([_LT_PREPARE_SED_QUOTE_VARS])])
m4_ifndef([_LT_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_PROG_ECHO_BACKSLASH])])
m4_ifndef([_LT_PROG_F77], [AC_DEFUN([_LT_PROG_F77])])
m4_ifndef([_LT_PROG_FC], [AC_DEFUN([_LT_PROG_FC])])
m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])])

View file

@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.13.3 from Makefile.am.
# Makefile.in generated by automake 1.14 from Makefile.am.
# @configure_input@
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
@ -333,6 +333,7 @@ DBILIBS = @DBILIBS@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DEPLIBS = @DEPLIBS@
DLLTOOL = @DLLTOOL@
DSYMUTIL = @DSYMUTIL@
DUMPBIN = @DUMPBIN@
ECHO_C = @ECHO_C@
@ -1040,6 +1041,7 @@ LTLIBOBJS = @LTLIBOBJS@
LTLIBPTH = @LTLIBPTH@
LTLIBTHREAD = @LTLIBTHREAD@
MAKEINFO = @MAKEINFO@
MANIFEST_TOOL = @MANIFEST_TOOL@
MATHLIBS = @MATHLIBS@
MKDIR_P = @MKDIR_P@
MSGFMT = @MSGFMT@
@ -1365,6 +1367,7 @@ abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
am__include = @am__include@
@ -1404,7 +1407,6 @@ libexecdir = @libexecdir@
lispdir = @lispdir@
localedir = @localedir@
localstatedir = @localstatedir@
lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
np_mysql_config = @np_mysql_config@
@ -1490,14 +1492,14 @@ distclean-compile:
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
.c.obj:
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<

View file

@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.13.3 from Makefile.am.
# Makefile.in generated by automake 1.14 from Makefile.am.
# @configure_input@
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
@ -535,6 +535,7 @@ DBILIBS = @DBILIBS@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DEPLIBS = @DEPLIBS@
DLLTOOL = @DLLTOOL@
DSYMUTIL = @DSYMUTIL@
DUMPBIN = @DUMPBIN@
ECHO_C = @ECHO_C@
@ -1242,6 +1243,7 @@ LTLIBOBJS = @LTLIBOBJS@
LTLIBPTH = @LTLIBPTH@
LTLIBTHREAD = @LTLIBTHREAD@
MAKEINFO = @MAKEINFO@
MANIFEST_TOOL = @MANIFEST_TOOL@
MATHLIBS = @MATHLIBS@
MKDIR_P = @MKDIR_P@
MSGFMT = @MSGFMT@
@ -1567,6 +1569,7 @@ abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
am__include = @am__include@
@ -1606,7 +1609,6 @@ libexecdir = @libexecdir@
lispdir = @lispdir@
localedir = @localedir@
localstatedir = @localstatedir@
lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
np_mysql_config = @np_mysql_config@
@ -1757,14 +1759,14 @@ distclean-compile:
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
.c.obj:
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<

View file

@ -2,11 +2,11 @@ PKG="NGOSplugin"
NAME="nagios-plugins"
DESC="Nagios network monitoring plugins"
ARCH="unknown"
VERSION="1.4.16,REV=2013.09.03.14.29"
VERSION="1.4.16,REV=2013.09.10.13.46"
CATEGORY="application"
VENDOR="Nagios Plugin Development Team"
EMAIL="nagiosplug-devel@lists.sourceforge.net"
PSTAMP="nag20130903142906"
PSTAMP="nag20130910134636"
BASEDIR="/"
CLASSES="none"

View file

@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.13.3 from Makefile.am.
# Makefile.in generated by automake 1.14 from Makefile.am.
# @configure_input@
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
@ -497,6 +497,7 @@ DBILIBS = @DBILIBS@
DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
DEPDIR = @DEPDIR@
DEPLIBS = @DEPLIBS@
DLLTOOL = @DLLTOOL@
DSYMUTIL = @DSYMUTIL@
DUMPBIN = @DUMPBIN@
ECHO_C = @ECHO_C@
@ -1204,6 +1205,7 @@ LTLIBOBJS = @LTLIBOBJS@
LTLIBPTH = @LTLIBPTH@
LTLIBTHREAD = @LTLIBTHREAD@
MAKEINFO = @MAKEINFO@
MANIFEST_TOOL = @MANIFEST_TOOL@
MATHLIBS = @MATHLIBS@
MKDIR_P = @MKDIR_P@
MSGFMT = @MSGFMT@
@ -1529,6 +1531,7 @@ abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
am__include = @am__include@
@ -1568,7 +1571,6 @@ libexecdir = @libexecdir@
lispdir = @lispdir@
localedir = $(datadir)/locale
localstatedir = @localstatedir@
lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
np_mysql_config = @np_mysql_config@
@ -1695,14 +1697,14 @@ distclean-compile:
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
.c.obj:
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<

View file

@ -454,6 +454,14 @@ main(int argc, char **argv)
/* Parse extra opts if any */
argv=np_extra_opts(&argc, argv, progname);
/* support "--help" and "--version" */
if(argc == 2) {
if(!strcmp(argv[1], "--help"))
strcpy(argv[1], "-h");
if(!strcmp(argv[1], "--version"))
strcpy(argv[1], "-V");
}
/* parse the arguments */
for(i = 1; i < argc; i++) {
while((arg = getopt(argc, argv, "vhVw:c:n:p:t:H:s:i:b:I:l:m:")) != EOF) {
@ -472,7 +480,6 @@ main(int argc, char **argv)
usage_va("ICMP data length must be between: %d and %d",
sizeof(struct icmp) + sizeof(struct icmp_ping_data),
MAX_PING_DATA - 1);
break;
case 'i':
pkt_interval = get_timevar(optarg);

View file

@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.13.3 from Makefile.am.
# Makefile.in generated by automake 1.14 from Makefile.am.
# @configure_input@
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
@ -437,6 +437,7 @@ DBILIBS = @DBILIBS@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DEPLIBS = @DEPLIBS@
DLLTOOL = @DLLTOOL@
DSYMUTIL = @DSYMUTIL@
DUMPBIN = @DUMPBIN@
ECHO_C = @ECHO_C@
@ -1144,6 +1145,7 @@ LTLIBOBJS = @LTLIBOBJS@
LTLIBPTH = @LTLIBPTH@
LTLIBTHREAD = @LTLIBTHREAD@
MAKEINFO = @MAKEINFO@
MANIFEST_TOOL = @MANIFEST_TOOL@
MATHLIBS = @MATHLIBS@
MKDIR_P = @MKDIR_P@
MSGFMT = @MSGFMT@
@ -1469,6 +1471,7 @@ abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
am__include = @am__include@
@ -1508,7 +1511,6 @@ libexecdir = @libexecdir@
lispdir = @lispdir@
localedir = @localedir@
localstatedir = @localstatedir@
lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
np_mysql_config = @np_mysql_config@

View file

@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.13.3 from Makefile.am.
# Makefile.in generated by automake 1.14 from Makefile.am.
# @configure_input@
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
@ -685,6 +685,7 @@ DBILIBS = @DBILIBS@
DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
DEPDIR = @DEPDIR@
DEPLIBS = @DEPLIBS@
DLLTOOL = @DLLTOOL@
DSYMUTIL = @DSYMUTIL@
DUMPBIN = @DUMPBIN@
ECHO_C = @ECHO_C@
@ -1393,6 +1394,7 @@ LTLIBOBJS = @LTLIBOBJS@
LTLIBPTH = @LTLIBPTH@
LTLIBTHREAD = @LTLIBTHREAD@
MAKEINFO = @MAKEINFO@
MANIFEST_TOOL = @MANIFEST_TOOL@
MATHLIBS = @MATHLIBS@
MKDIR_P = @MKDIR_P@
MSGFMT = @MSGFMT@
@ -1718,6 +1720,7 @@ abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
am__include = @am__include@
@ -1757,7 +1760,6 @@ libexecdir = @libexecdir@
lispdir = @lispdir@
localedir = $(datadir)/locale
localstatedir = @localstatedir@
lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
np_mysql_config = @np_mysql_config@
@ -2155,14 +2157,14 @@ distclean-compile:
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
.c.obj:
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<

View file

@ -215,7 +215,7 @@ process_arguments (int argc, char **argv)
{"url", required_argument, 0, 'u'},
{"port", required_argument, 0, 'p'},
{"authorization", required_argument, 0, 'a'},
{"proxy_authorization", required_argument, 0, 'b'},
{"proxy-authorization", required_argument, 0, 'b'},
{"header-string", required_argument, 0, 'd'},
{"string", required_argument, 0, 's'},
{"expect", required_argument, 0, 'e'},

View file

@ -112,7 +112,7 @@ char *privproto = NULL;
char *authpasswd = NULL;
char *privpasswd = NULL;
char **oids = NULL;
size_t oids_size = NULL;
size_t oids_size = 0;
char *label;
char *units;
char *port;

View file

@ -277,10 +277,7 @@ main (int argc, char **argv)
memcpy(&status[len], buffer, i);
len += i;
/* stop reading if user-forced or data-starved */
if(i < sizeof(buffer) || (maxbytes && len >= maxbytes))
break;
/* stop reading if user-forced */
if (maxbytes && len >= maxbytes)
break;
}

BIN
po/de.gmo

Binary file not shown.

106
po/de.po
View file

@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: nagiosplug\n"
"Report-Msgid-Bugs-To: nagiosplug-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-09-03 14:30+0200\n"
"POT-Creation-Date: 2013-09-10 13:48+0200\n"
"PO-Revision-Date: 2004-12-23 17:46+0100\n"
"Last-Translator: <>\n"
"Language-Team: English <en@li.org>\n"
@ -65,14 +65,14 @@ msgstr ""
#: plugins/check_http.c:278 plugins/check_ldap.c:293 plugins/check_pgsql.c:311
#: plugins/check_procs.c:429 plugins/check_radius.c:308
#: plugins/check_real.c:356 plugins/check_smtp.c:581 plugins/check_snmp.c:726
#: plugins/check_ssh.c:138 plugins/check_tcp.c:490 plugins/check_time.c:302
#: plugins/check_ssh.c:138 plugins/check_tcp.c:487 plugins/check_time.c:302
#: plugins/check_ups.c:556 plugins/negate.c:161
msgid "Timeout interval must be a positive integer"
msgstr "Timeout interval muss ein positiver Integer sein"
#: plugins/check_by_ssh.c:230 plugins/check_pgsql.c:341
#: plugins/check_radius.c:272 plugins/check_real.c:327
#: plugins/check_smtp.c:506 plugins/check_tcp.c:496 plugins/check_time.c:296
#: plugins/check_smtp.c:506 plugins/check_tcp.c:493 plugins/check_time.c:296
#: plugins/check_ups.c:518
msgid "Port must be a positive integer"
msgstr "Port muss ein positiver Integer sein"
@ -244,10 +244,10 @@ msgstr ""
#: plugins/check_ping.c:603 plugins/check_procs.c:773
#: plugins/check_radius.c:385 plugins/check_real.c:451
#: plugins/check_smtp.c:843 plugins/check_snmp.c:1197 plugins/check_ssh.c:309
#: plugins/check_swap.c:558 plugins/check_tcp.c:669 plugins/check_time.c:371
#: plugins/check_swap.c:558 plugins/check_tcp.c:666 plugins/check_time.c:371
#: plugins/check_ups.c:660 plugins/check_users.c:240
#: plugins/check_ide_smart.c:634 plugins/negate.c:292 plugins/urlize.c:197
#: plugins-root/check_dhcp.c:1417 plugins-root/check_icmp.c:1347
#: plugins-root/check_dhcp.c:1417 plugins-root/check_icmp.c:1354
msgid "Usage:"
msgstr ""
@ -299,7 +299,7 @@ msgstr ""
#: plugins/check_ntp_time.c:626 plugins/check_nwstat.c:1670
#: plugins/check_overcr.c:456 plugins/check_snmp.c:1168
#: plugins/check_swap.c:547 plugins/check_ups.c:642 plugins/negate.c:274
#: plugins-root/check_icmp.c:1322
#: plugins-root/check_icmp.c:1329
msgid "Notes:"
msgstr ""
@ -1153,8 +1153,8 @@ msgid "file does not exist or is not readable"
msgstr ""
#: plugins/check_http.c:310 plugins/check_http.c:315 plugins/check_http.c:321
#: plugins/check_smtp.c:600 plugins/check_tcp.c:561 plugins/check_tcp.c:565
#: plugins/check_tcp.c:571
#: plugins/check_smtp.c:600 plugins/check_tcp.c:558 plugins/check_tcp.c:562
#: plugins/check_tcp.c:568
msgid "Invalid certificate expiration period"
msgstr "Ungültiger Zertifikatsablauftermin"
@ -1164,7 +1164,7 @@ msgid ""
"(SSLv3)"
msgstr ""
#: plugins/check_http.c:354 plugins/check_tcp.c:584
#: plugins/check_http.c:354 plugins/check_tcp.c:581
#, fuzzy
msgid "Invalid option - SSL is not available"
msgstr "Ungültige Option - SSL ist nicht verfügbar\n"
@ -1189,7 +1189,7 @@ msgstr ""
#: plugins/check_http.c:464 plugins/check_ntp.c:722
#: plugins/check_ntp_peer.c:513 plugins/check_ntp_time.c:512
#: plugins/check_smtp.c:621 plugins/check_ssh.c:149 plugins/check_tcp.c:462
#: plugins/check_smtp.c:621 plugins/check_ssh.c:149 plugins/check_tcp.c:459
msgid "IPv6 support not available"
msgstr "IPv6 Unterstützung nicht vorhanden"
@ -4246,7 +4246,7 @@ msgstr "Ung
msgid "Invalid REAL response received from host on port %d\n"
msgstr ""
#: plugins/check_real.c:184 plugins/check_tcp.c:290
#: plugins/check_real.c:184 plugins/check_tcp.c:287
#, c-format
msgid "No data received from host\n"
msgstr ""
@ -4493,7 +4493,7 @@ msgstr ""
msgid "FQDN used for HELO"
msgstr ""
#: plugins/check_smtp.c:809 plugins/check_tcp.c:650
#: plugins/check_smtp.c:809 plugins/check_tcp.c:647
msgid "Minimum number of days a certificate has to be valid."
msgstr ""
@ -4954,100 +4954,100 @@ msgstr ""
msgid "With UDP checks, a send/expect string must be specified."
msgstr ""
#: plugins/check_tcp.c:417
#: plugins/check_tcp.c:414
msgid "No arguments found"
msgstr ""
#: plugins/check_tcp.c:519
#: plugins/check_tcp.c:516
msgid "Maxbytes must be a positive integer"
msgstr "Maxbytes muss ein positiver Integer sein"
#: plugins/check_tcp.c:537
#: plugins/check_tcp.c:534
msgid "Refuse must be one of ok, warn, crit"
msgstr ""
#: plugins/check_tcp.c:547
#: plugins/check_tcp.c:544
msgid "Mismatch must be one of ok, warn, crit"
msgstr ""
#: plugins/check_tcp.c:553
#: plugins/check_tcp.c:550
msgid "Delay must be a positive integer"
msgstr "Delay muss ein positiver Integer sein"
#: plugins/check_tcp.c:598
#: plugins/check_tcp.c:595
#, fuzzy
msgid "You must provide a server address"
msgstr "%s: Hostname muss angegeben werden\n"
#: plugins/check_tcp.c:600
#: plugins/check_tcp.c:597
#, fuzzy
msgid "Invalid hostname, address or socket"
msgstr "Ungültige(r) Hostname/Adresse"
#: plugins/check_tcp.c:614
#: plugins/check_tcp.c:611
#, fuzzy, c-format
msgid ""
"This plugin tests %s connections with the specified host (or unix socket).\n"
"\n"
msgstr "Dieses plugin testet Gameserververbindungen zum angegebenen Host."
#: plugins/check_tcp.c:627
#: plugins/check_tcp.c:624
msgid ""
"Can use \\n, \\r, \\t or \\ in send or quit string. Must come before send or "
"quit option"
msgstr ""
#: plugins/check_tcp.c:628
#: plugins/check_tcp.c:625
msgid "Default: nothing added to send, \\r\\n added to end of quit"
msgstr ""
#: plugins/check_tcp.c:630
#: plugins/check_tcp.c:627
msgid "String to send to the server"
msgstr ""
#: plugins/check_tcp.c:632
#: plugins/check_tcp.c:629
msgid "String to expect in server response"
msgstr ""
#: plugins/check_tcp.c:632
#: plugins/check_tcp.c:629
msgid "(may be repeated)"
msgstr ""
#: plugins/check_tcp.c:634
#: plugins/check_tcp.c:631
msgid "All expect strings need to occur in server response. Default is any"
msgstr ""
#: plugins/check_tcp.c:636
#: plugins/check_tcp.c:633
msgid "String to send server to initiate a clean close of the connection"
msgstr ""
#: plugins/check_tcp.c:638
#: plugins/check_tcp.c:635
msgid "Accept TCP refusals with states ok, warn, crit (default: crit)"
msgstr ""
#: plugins/check_tcp.c:640
#: plugins/check_tcp.c:637
msgid ""
"Accept expected string mismatches with states ok, warn, crit (default: warn)"
msgstr ""
#: plugins/check_tcp.c:642
#: plugins/check_tcp.c:639
#, fuzzy
msgid "Hide output from TCP socket"
msgstr "Konnte TCP socket nicht öffnen\n"
#: plugins/check_tcp.c:644
#: plugins/check_tcp.c:641
msgid "Close connection once more than this number of bytes are received"
msgstr ""
#: plugins/check_tcp.c:646
#: plugins/check_tcp.c:643
msgid "Seconds to wait between sending string and polling for response"
msgstr ""
#: plugins/check_tcp.c:651
#: plugins/check_tcp.c:648
msgid "1st is #days for warning, 2nd is critical (if not specified - 0)."
msgstr ""
#: plugins/check_tcp.c:653
#: plugins/check_tcp.c:650
msgid "Use SSL for the connection."
msgstr ""
@ -6084,85 +6084,85 @@ msgstr ""
msgid "Unicast testing: mimic a DHCP relay, requires -s"
msgstr ""
#: plugins-root/check_icmp.c:1288
#: plugins-root/check_icmp.c:1295
msgid "specify a target"
msgstr ""
#: plugins-root/check_icmp.c:1290
#: plugins-root/check_icmp.c:1297
#, fuzzy
msgid "warning threshold (currently "
msgstr "Warning threshold Integer sein"
#: plugins-root/check_icmp.c:1293
#: plugins-root/check_icmp.c:1300
#, fuzzy
msgid "critical threshold (currently "
msgstr "Critical threshold muss ein Integer sein"
#: plugins-root/check_icmp.c:1296
#: plugins-root/check_icmp.c:1303
#, fuzzy
msgid "specify a source IP address or device name"
msgstr "Hostname oder Serveradresse muss angegeben werden"
#: plugins-root/check_icmp.c:1298
#: plugins-root/check_icmp.c:1305
msgid "number of packets to send (currently "
msgstr ""
#: plugins-root/check_icmp.c:1301
#: plugins-root/check_icmp.c:1308
msgid "max packet interval (currently "
msgstr ""
#: plugins-root/check_icmp.c:1304
#: plugins-root/check_icmp.c:1311
msgid "max target interval (currently "
msgstr ""
#: plugins-root/check_icmp.c:1307
#: plugins-root/check_icmp.c:1314
msgid "number of alive hosts required for success"
msgstr ""
#: plugins-root/check_icmp.c:1310
#: plugins-root/check_icmp.c:1317
msgid "TTL on outgoing packets (currently "
msgstr ""
#: plugins-root/check_icmp.c:1313
#: plugins-root/check_icmp.c:1320
msgid "timeout value (seconds, currently "
msgstr ""
#: plugins-root/check_icmp.c:1316
#: plugins-root/check_icmp.c:1323
msgid "Number of icmp data bytes to send"
msgstr ""
#: plugins-root/check_icmp.c:1317
#: plugins-root/check_icmp.c:1324
msgid "Packet size will be data bytes + icmp header (currently"
msgstr ""
#: plugins-root/check_icmp.c:1319
#: plugins-root/check_icmp.c:1326
msgid "verbose"
msgstr ""
#: plugins-root/check_icmp.c:1323
#: plugins-root/check_icmp.c:1330
msgid "The -H switch is optional. Naming a host (or several) to check is not."
msgstr ""
#: plugins-root/check_icmp.c:1325
#: plugins-root/check_icmp.c:1332
msgid ""
"Threshold format for -w and -c is 200.25,60% for 200.25 msec RTA and 60%"
msgstr ""
#: plugins-root/check_icmp.c:1326
#: plugins-root/check_icmp.c:1333
msgid "packet loss. The default values should work well for most users."
msgstr ""
#: plugins-root/check_icmp.c:1327
#: plugins-root/check_icmp.c:1334
msgid ""
"You can specify different RTA factors using the standardized abbreviations"
msgstr ""
#: plugins-root/check_icmp.c:1328
#: plugins-root/check_icmp.c:1335
msgid ""
"us (microseconds), ms (milliseconds, default) or just plain s for seconds."
msgstr ""
#: plugins-root/check_icmp.c:1334
#: plugins-root/check_icmp.c:1341
msgid "The -v switch can be specified several times for increased verbosity."
msgstr ""

BIN
po/fr.gmo

Binary file not shown.

106
po/fr.po
View file

@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fr\n"
"Report-Msgid-Bugs-To: nagiosplug-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-09-03 14:30+0200\n"
"POT-Creation-Date: 2013-09-10 13:48+0200\n"
"PO-Revision-Date: 2010-04-21 23:38-0400\n"
"Last-Translator: Thomas Guyot-Sionnest <dermoth@aei.ca>\n"
"Language-Team: Nagios Plugin Development Mailing List <nagiosplug-"
@ -68,14 +68,14 @@ msgstr "%s: Erreur d'analyse du résultat\n"
#: plugins/check_http.c:278 plugins/check_ldap.c:293 plugins/check_pgsql.c:311
#: plugins/check_procs.c:429 plugins/check_radius.c:308
#: plugins/check_real.c:356 plugins/check_smtp.c:581 plugins/check_snmp.c:726
#: plugins/check_ssh.c:138 plugins/check_tcp.c:490 plugins/check_time.c:302
#: plugins/check_ssh.c:138 plugins/check_tcp.c:487 plugins/check_time.c:302
#: plugins/check_ups.c:556 plugins/negate.c:161
msgid "Timeout interval must be a positive integer"
msgstr "Le délai d'attente doit être un entier positif"
#: plugins/check_by_ssh.c:230 plugins/check_pgsql.c:341
#: plugins/check_radius.c:272 plugins/check_real.c:327
#: plugins/check_smtp.c:506 plugins/check_tcp.c:496 plugins/check_time.c:296
#: plugins/check_smtp.c:506 plugins/check_tcp.c:493 plugins/check_time.c:296
#: plugins/check_ups.c:518
msgid "Port must be a positive integer"
msgstr "Le numéro du port doit être un entier positif"
@ -247,10 +247,10 @@ msgstr "Exemples:"
#: plugins/check_ping.c:603 plugins/check_procs.c:773
#: plugins/check_radius.c:385 plugins/check_real.c:451
#: plugins/check_smtp.c:843 plugins/check_snmp.c:1197 plugins/check_ssh.c:309
#: plugins/check_swap.c:558 plugins/check_tcp.c:669 plugins/check_time.c:371
#: plugins/check_swap.c:558 plugins/check_tcp.c:666 plugins/check_time.c:371
#: plugins/check_ups.c:660 plugins/check_users.c:240
#: plugins/check_ide_smart.c:634 plugins/negate.c:292 plugins/urlize.c:197
#: plugins-root/check_dhcp.c:1417 plugins-root/check_icmp.c:1347
#: plugins-root/check_dhcp.c:1417 plugins-root/check_icmp.c:1354
msgid "Usage:"
msgstr "Utilisation:"
@ -302,7 +302,7 @@ msgstr "virgules"
#: plugins/check_ntp_time.c:626 plugins/check_nwstat.c:1670
#: plugins/check_overcr.c:456 plugins/check_snmp.c:1168
#: plugins/check_swap.c:547 plugins/check_ups.c:642 plugins/negate.c:274
#: plugins-root/check_icmp.c:1322
#: plugins-root/check_icmp.c:1329
msgid "Notes:"
msgstr "Notes:"
@ -1188,8 +1188,8 @@ msgid "file does not exist or is not readable"
msgstr ""
#: plugins/check_http.c:310 plugins/check_http.c:315 plugins/check_http.c:321
#: plugins/check_smtp.c:600 plugins/check_tcp.c:561 plugins/check_tcp.c:565
#: plugins/check_tcp.c:571
#: plugins/check_smtp.c:600 plugins/check_tcp.c:558 plugins/check_tcp.c:562
#: plugins/check_tcp.c:568
msgid "Invalid certificate expiration period"
msgstr "Période d'expiration du certificat invalide"
@ -1199,7 +1199,7 @@ msgid ""
"(SSLv3)"
msgstr ""
#: plugins/check_http.c:354 plugins/check_tcp.c:584
#: plugins/check_http.c:354 plugins/check_tcp.c:581
msgid "Invalid option - SSL is not available"
msgstr "Option invalide - SSL n'est pas disponible"
@ -1223,7 +1223,7 @@ msgstr "Impossible de compiler l'expression rationnelle: %s"
#: plugins/check_http.c:464 plugins/check_ntp.c:722
#: plugins/check_ntp_peer.c:513 plugins/check_ntp_time.c:512
#: plugins/check_smtp.c:621 plugins/check_ssh.c:149 plugins/check_tcp.c:462
#: plugins/check_smtp.c:621 plugins/check_ssh.c:149 plugins/check_tcp.c:459
msgid "IPv6 support not available"
msgstr "Support IPv6 non disponible"
@ -4320,7 +4320,7 @@ msgstr "Réponses REAL invalide reçue de l'hôte"
msgid "Invalid REAL response received from host on port %d\n"
msgstr "Réponses REAL invalide reçue de l'hôte sur le port %d\n"
#: plugins/check_real.c:184 plugins/check_tcp.c:290
#: plugins/check_real.c:184 plugins/check_tcp.c:287
#, c-format
msgid "No data received from host\n"
msgstr "Pas de données reçues de l'hôte\n"
@ -4560,7 +4560,7 @@ msgstr ""
msgid "FQDN used for HELO"
msgstr ""
#: plugins/check_smtp.c:809 plugins/check_tcp.c:650
#: plugins/check_smtp.c:809 plugins/check_tcp.c:647
msgid "Minimum number of days a certificate has to be valid."
msgstr "Nombre de jours minimum pour que le certificat soit valide."
@ -5036,35 +5036,35 @@ msgstr ""
"Avec la surveillance UDP, une chaîne d'envoi et un chaîne de réponse doit "
"être spécifiée."
#: plugins/check_tcp.c:417
#: plugins/check_tcp.c:414
msgid "No arguments found"
msgstr "Pas de paramètres"
#: plugins/check_tcp.c:519
#: plugins/check_tcp.c:516
msgid "Maxbytes must be a positive integer"
msgstr "Maxbytes doit être un entier positif"
#: plugins/check_tcp.c:537
#: plugins/check_tcp.c:534
msgid "Refuse must be one of ok, warn, crit"
msgstr "Refuse doit être parmis ok, warn, crit"
#: plugins/check_tcp.c:547
#: plugins/check_tcp.c:544
msgid "Mismatch must be one of ok, warn, crit"
msgstr "Mismatch doit être parmis ok, warn, crit"
#: plugins/check_tcp.c:553
#: plugins/check_tcp.c:550
msgid "Delay must be a positive integer"
msgstr "Delay doit être un entier positif"
#: plugins/check_tcp.c:598
#: plugins/check_tcp.c:595
msgid "You must provide a server address"
msgstr "Vous devez fournir une adresse serveur"
#: plugins/check_tcp.c:600
#: plugins/check_tcp.c:597
msgid "Invalid hostname, address or socket"
msgstr "Adresse/Nom/Socket invalide"
#: plugins/check_tcp.c:614
#: plugins/check_tcp.c:611
#, c-format
msgid ""
"This plugin tests %s connections with the specified host (or unix socket).\n"
@ -5073,7 +5073,7 @@ msgstr ""
"Ce plugin teste %s connections avec l'hôte spécifié (ou socket unix).\n"
"\n"
#: plugins/check_tcp.c:627
#: plugins/check_tcp.c:624
msgid ""
"Can use \\n, \\r, \\t or \\ in send or quit string. Must come before send or "
"quit option"
@ -5081,59 +5081,59 @@ msgstr ""
"Permet d'utiliser \\n, \\r, \\t ou \\ dans la chaîne de caractères send ou "
"quit. Doit être placé avant ces dernières."
#: plugins/check_tcp.c:628
#: plugins/check_tcp.c:625
msgid "Default: nothing added to send, \\r\\n added to end of quit"
msgstr ""
"Par défaut: Rien n'est ajouté à send, \\r\\n est ajouté à la fin de quit"
#: plugins/check_tcp.c:630
#: plugins/check_tcp.c:627
msgid "String to send to the server"
msgstr "Chaîne de caractères à envoyer au serveur"
#: plugins/check_tcp.c:632
#: plugins/check_tcp.c:629
msgid "String to expect in server response"
msgstr "Chaîne de caractères à attendre en réponse"
#: plugins/check_tcp.c:632
#: plugins/check_tcp.c:629
msgid "(may be repeated)"
msgstr "(peut être utilisé plusieurs fois)"
#: plugins/check_tcp.c:634
#: plugins/check_tcp.c:631
msgid "All expect strings need to occur in server response. Default is any"
msgstr ""
"Toutes les chaînes attendus (expect) doivent être repérés dans la réponse. "
"Par défaut, n'importe laquelle suffit."
#: plugins/check_tcp.c:636
#: plugins/check_tcp.c:633
msgid "String to send server to initiate a clean close of the connection"
msgstr "Chaîne de caractères à envoyer pour fermer gracieusement la connection"
#: plugins/check_tcp.c:638
#: plugins/check_tcp.c:635
msgid "Accept TCP refusals with states ok, warn, crit (default: crit)"
msgstr ""
#: plugins/check_tcp.c:640
#: plugins/check_tcp.c:637
msgid ""
"Accept expected string mismatches with states ok, warn, crit (default: warn)"
msgstr ""
#: plugins/check_tcp.c:642
#: plugins/check_tcp.c:639
msgid "Hide output from TCP socket"
msgstr "Cacher la réponse provenant du socket TCP"
#: plugins/check_tcp.c:644
#: plugins/check_tcp.c:641
msgid "Close connection once more than this number of bytes are received"
msgstr ""
#: plugins/check_tcp.c:646
#: plugins/check_tcp.c:643
msgid "Seconds to wait between sending string and polling for response"
msgstr ""
#: plugins/check_tcp.c:651
#: plugins/check_tcp.c:648
msgid "1st is #days for warning, 2nd is critical (if not specified - 0)."
msgstr ""
#: plugins/check_tcp.c:653
#: plugins/check_tcp.c:650
msgid "Use SSL for the connection."
msgstr ""
@ -6270,82 +6270,82 @@ msgstr ""
msgid "Unicast testing: mimic a DHCP relay, requires -s"
msgstr ""
#: plugins-root/check_icmp.c:1288
#: plugins-root/check_icmp.c:1295
msgid "specify a target"
msgstr ""
#: plugins-root/check_icmp.c:1290
#: plugins-root/check_icmp.c:1297
msgid "warning threshold (currently "
msgstr "Valeurs pour le seuil d'avertissement (actuellement "
#: plugins-root/check_icmp.c:1293
#: plugins-root/check_icmp.c:1300
msgid "critical threshold (currently "
msgstr "Valeurs pour le seuil critique (actuellement "
#: plugins-root/check_icmp.c:1296
#: plugins-root/check_icmp.c:1303
msgid "specify a source IP address or device name"
msgstr "spécifiez une adresse ou un nom d'hôte"
#: plugins-root/check_icmp.c:1298
#: plugins-root/check_icmp.c:1305
msgid "number of packets to send (currently "
msgstr "nombre de paquets à envoyer (actuellement "
#: plugins-root/check_icmp.c:1301
#: plugins-root/check_icmp.c:1308
msgid "max packet interval (currently "
msgstr ""
#: plugins-root/check_icmp.c:1304
#: plugins-root/check_icmp.c:1311
msgid "max target interval (currently "
msgstr ""
#: plugins-root/check_icmp.c:1307
#: plugins-root/check_icmp.c:1314
msgid "number of alive hosts required for success"
msgstr "nombre d'hôtes vivants requis pour réussite"
#: plugins-root/check_icmp.c:1310
#: plugins-root/check_icmp.c:1317
msgid "TTL on outgoing packets (currently "
msgstr ""
#: plugins-root/check_icmp.c:1313
#: plugins-root/check_icmp.c:1320
msgid "timeout value (seconds, currently "
msgstr ""
#: plugins-root/check_icmp.c:1316
#: plugins-root/check_icmp.c:1323
msgid "Number of icmp data bytes to send"
msgstr "Nombre de paquets ICMP à envoyer"
#: plugins-root/check_icmp.c:1317
#: plugins-root/check_icmp.c:1324
msgid "Packet size will be data bytes + icmp header (currently"
msgstr ""
#: plugins-root/check_icmp.c:1319
#: plugins-root/check_icmp.c:1326
msgid "verbose"
msgstr ""
#: plugins-root/check_icmp.c:1323
#: plugins-root/check_icmp.c:1330
msgid "The -H switch is optional. Naming a host (or several) to check is not."
msgstr ""
#: plugins-root/check_icmp.c:1325
#: plugins-root/check_icmp.c:1332
msgid ""
"Threshold format for -w and -c is 200.25,60% for 200.25 msec RTA and 60%"
msgstr ""
#: plugins-root/check_icmp.c:1326
#: plugins-root/check_icmp.c:1333
msgid "packet loss. The default values should work well for most users."
msgstr ""
#: plugins-root/check_icmp.c:1327
#: plugins-root/check_icmp.c:1334
msgid ""
"You can specify different RTA factors using the standardized abbreviations"
msgstr ""
#: plugins-root/check_icmp.c:1328
#: plugins-root/check_icmp.c:1335
msgid ""
"us (microseconds), ms (milliseconds, default) or just plain s for seconds."
msgstr ""
#: plugins-root/check_icmp.c:1334
#: plugins-root/check_icmp.c:1341
msgid "The -v switch can be specified several times for increased verbosity."
msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: nagiosplug-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2013-09-03 14:30+0200\n"
"POT-Creation-Date: 2013-09-10 13:48+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -64,14 +64,14 @@ msgstr ""
#: plugins/check_http.c:278 plugins/check_ldap.c:293 plugins/check_pgsql.c:311
#: plugins/check_procs.c:429 plugins/check_radius.c:308
#: plugins/check_real.c:356 plugins/check_smtp.c:581 plugins/check_snmp.c:726
#: plugins/check_ssh.c:138 plugins/check_tcp.c:490 plugins/check_time.c:302
#: plugins/check_ssh.c:138 plugins/check_tcp.c:487 plugins/check_time.c:302
#: plugins/check_ups.c:556 plugins/negate.c:161
msgid "Timeout interval must be a positive integer"
msgstr ""
#: plugins/check_by_ssh.c:230 plugins/check_pgsql.c:341
#: plugins/check_radius.c:272 plugins/check_real.c:327
#: plugins/check_smtp.c:506 plugins/check_tcp.c:496 plugins/check_time.c:296
#: plugins/check_smtp.c:506 plugins/check_tcp.c:493 plugins/check_time.c:296
#: plugins/check_ups.c:518
msgid "Port must be a positive integer"
msgstr ""
@ -235,10 +235,10 @@ msgstr ""
#: plugins/check_ping.c:603 plugins/check_procs.c:773
#: plugins/check_radius.c:385 plugins/check_real.c:451
#: plugins/check_smtp.c:843 plugins/check_snmp.c:1197 plugins/check_ssh.c:309
#: plugins/check_swap.c:558 plugins/check_tcp.c:669 plugins/check_time.c:371
#: plugins/check_swap.c:558 plugins/check_tcp.c:666 plugins/check_time.c:371
#: plugins/check_ups.c:660 plugins/check_users.c:240
#: plugins/check_ide_smart.c:634 plugins/negate.c:292 plugins/urlize.c:197
#: plugins-root/check_dhcp.c:1417 plugins-root/check_icmp.c:1347
#: plugins-root/check_dhcp.c:1417 plugins-root/check_icmp.c:1354
msgid "Usage:"
msgstr ""
@ -290,7 +290,7 @@ msgstr ""
#: plugins/check_ntp_time.c:626 plugins/check_nwstat.c:1670
#: plugins/check_overcr.c:456 plugins/check_snmp.c:1168
#: plugins/check_swap.c:547 plugins/check_ups.c:642 plugins/negate.c:274
#: plugins-root/check_icmp.c:1322
#: plugins-root/check_icmp.c:1329
msgid "Notes:"
msgstr ""
@ -1114,8 +1114,8 @@ msgid "file does not exist or is not readable"
msgstr ""
#: plugins/check_http.c:310 plugins/check_http.c:315 plugins/check_http.c:321
#: plugins/check_smtp.c:600 plugins/check_tcp.c:561 plugins/check_tcp.c:565
#: plugins/check_tcp.c:571
#: plugins/check_smtp.c:600 plugins/check_tcp.c:558 plugins/check_tcp.c:562
#: plugins/check_tcp.c:568
msgid "Invalid certificate expiration period"
msgstr ""
@ -1125,7 +1125,7 @@ msgid ""
"(SSLv3)"
msgstr ""
#: plugins/check_http.c:354 plugins/check_tcp.c:584
#: plugins/check_http.c:354 plugins/check_tcp.c:581
msgid "Invalid option - SSL is not available"
msgstr ""
@ -1149,7 +1149,7 @@ msgstr ""
#: plugins/check_http.c:464 plugins/check_ntp.c:722
#: plugins/check_ntp_peer.c:513 plugins/check_ntp_time.c:512
#: plugins/check_smtp.c:621 plugins/check_ssh.c:149 plugins/check_tcp.c:462
#: plugins/check_smtp.c:621 plugins/check_ssh.c:149 plugins/check_tcp.c:459
msgid "IPv6 support not available"
msgstr ""
@ -4145,7 +4145,7 @@ msgstr ""
msgid "Invalid REAL response received from host on port %d\n"
msgstr ""
#: plugins/check_real.c:184 plugins/check_tcp.c:290
#: plugins/check_real.c:184 plugins/check_tcp.c:287
#, c-format
msgid "No data received from host\n"
msgstr ""
@ -4380,7 +4380,7 @@ msgstr ""
msgid "FQDN used for HELO"
msgstr ""
#: plugins/check_smtp.c:809 plugins/check_tcp.c:650
#: plugins/check_smtp.c:809 plugins/check_tcp.c:647
msgid "Minimum number of days a certificate has to be valid."
msgstr ""
@ -4828,97 +4828,97 @@ msgstr ""
msgid "With UDP checks, a send/expect string must be specified."
msgstr ""
#: plugins/check_tcp.c:417
#: plugins/check_tcp.c:414
msgid "No arguments found"
msgstr ""
#: plugins/check_tcp.c:519
#: plugins/check_tcp.c:516
msgid "Maxbytes must be a positive integer"
msgstr ""
#: plugins/check_tcp.c:537
#: plugins/check_tcp.c:534
msgid "Refuse must be one of ok, warn, crit"
msgstr ""
#: plugins/check_tcp.c:547
#: plugins/check_tcp.c:544
msgid "Mismatch must be one of ok, warn, crit"
msgstr ""
#: plugins/check_tcp.c:553
#: plugins/check_tcp.c:550
msgid "Delay must be a positive integer"
msgstr ""
#: plugins/check_tcp.c:598
#: plugins/check_tcp.c:595
msgid "You must provide a server address"
msgstr ""
#: plugins/check_tcp.c:600
#: plugins/check_tcp.c:597
msgid "Invalid hostname, address or socket"
msgstr ""
#: plugins/check_tcp.c:614
#: plugins/check_tcp.c:611
#, c-format
msgid ""
"This plugin tests %s connections with the specified host (or unix socket).\n"
"\n"
msgstr ""
#: plugins/check_tcp.c:627
#: plugins/check_tcp.c:624
msgid ""
"Can use \\n, \\r, \\t or \\ in send or quit string. Must come before send or "
"quit option"
msgstr ""
#: plugins/check_tcp.c:628
#: plugins/check_tcp.c:625
msgid "Default: nothing added to send, \\r\\n added to end of quit"
msgstr ""
#: plugins/check_tcp.c:630
#: plugins/check_tcp.c:627
msgid "String to send to the server"
msgstr ""
#: plugins/check_tcp.c:632
#: plugins/check_tcp.c:629
msgid "String to expect in server response"
msgstr ""
#: plugins/check_tcp.c:632
#: plugins/check_tcp.c:629
msgid "(may be repeated)"
msgstr ""
#: plugins/check_tcp.c:634
#: plugins/check_tcp.c:631
msgid "All expect strings need to occur in server response. Default is any"
msgstr ""
#: plugins/check_tcp.c:636
#: plugins/check_tcp.c:633
msgid "String to send server to initiate a clean close of the connection"
msgstr ""
#: plugins/check_tcp.c:638
#: plugins/check_tcp.c:635
msgid "Accept TCP refusals with states ok, warn, crit (default: crit)"
msgstr ""
#: plugins/check_tcp.c:640
#: plugins/check_tcp.c:637
msgid ""
"Accept expected string mismatches with states ok, warn, crit (default: warn)"
msgstr ""
#: plugins/check_tcp.c:642
#: plugins/check_tcp.c:639
msgid "Hide output from TCP socket"
msgstr ""
#: plugins/check_tcp.c:644
#: plugins/check_tcp.c:641
msgid "Close connection once more than this number of bytes are received"
msgstr ""
#: plugins/check_tcp.c:646
#: plugins/check_tcp.c:643
msgid "Seconds to wait between sending string and polling for response"
msgstr ""
#: plugins/check_tcp.c:651
#: plugins/check_tcp.c:648
msgid "1st is #days for warning, 2nd is critical (if not specified - 0)."
msgstr ""
#: plugins/check_tcp.c:653
#: plugins/check_tcp.c:650
msgid "Use SSL for the connection."
msgstr ""
@ -5931,81 +5931,81 @@ msgstr ""
msgid "Unicast testing: mimic a DHCP relay, requires -s"
msgstr ""
#: plugins-root/check_icmp.c:1288
#: plugins-root/check_icmp.c:1295
msgid "specify a target"
msgstr ""
#: plugins-root/check_icmp.c:1290
#: plugins-root/check_icmp.c:1297
msgid "warning threshold (currently "
msgstr ""
#: plugins-root/check_icmp.c:1293
#: plugins-root/check_icmp.c:1300
msgid "critical threshold (currently "
msgstr ""
#: plugins-root/check_icmp.c:1296
#: plugins-root/check_icmp.c:1303
msgid "specify a source IP address or device name"
msgstr ""
#: plugins-root/check_icmp.c:1298
#: plugins-root/check_icmp.c:1305
msgid "number of packets to send (currently "
msgstr ""
#: plugins-root/check_icmp.c:1301
#: plugins-root/check_icmp.c:1308
msgid "max packet interval (currently "
msgstr ""
#: plugins-root/check_icmp.c:1304
#: plugins-root/check_icmp.c:1311
msgid "max target interval (currently "
msgstr ""
#: plugins-root/check_icmp.c:1307
#: plugins-root/check_icmp.c:1314
msgid "number of alive hosts required for success"
msgstr ""
#: plugins-root/check_icmp.c:1310
#: plugins-root/check_icmp.c:1317
msgid "TTL on outgoing packets (currently "
msgstr ""
#: plugins-root/check_icmp.c:1313
#: plugins-root/check_icmp.c:1320
msgid "timeout value (seconds, currently "
msgstr ""
#: plugins-root/check_icmp.c:1316
#: plugins-root/check_icmp.c:1323
msgid "Number of icmp data bytes to send"
msgstr ""
#: plugins-root/check_icmp.c:1317
#: plugins-root/check_icmp.c:1324
msgid "Packet size will be data bytes + icmp header (currently"
msgstr ""
#: plugins-root/check_icmp.c:1319
#: plugins-root/check_icmp.c:1326
msgid "verbose"
msgstr ""
#: plugins-root/check_icmp.c:1323
#: plugins-root/check_icmp.c:1330
msgid "The -H switch is optional. Naming a host (or several) to check is not."
msgstr ""
#: plugins-root/check_icmp.c:1325
#: plugins-root/check_icmp.c:1332
msgid ""
"Threshold format for -w and -c is 200.25,60% for 200.25 msec RTA and 60%"
msgstr ""
#: plugins-root/check_icmp.c:1326
#: plugins-root/check_icmp.c:1333
msgid "packet loss. The default values should work well for most users."
msgstr ""
#: plugins-root/check_icmp.c:1327
#: plugins-root/check_icmp.c:1334
msgid ""
"You can specify different RTA factors using the standardized abbreviations"
msgstr ""
#: plugins-root/check_icmp.c:1328
#: plugins-root/check_icmp.c:1335
msgid ""
"us (microseconds), ms (milliseconds, default) or just plain s for seconds."
msgstr ""
#: plugins-root/check_icmp.c:1334
#: plugins-root/check_icmp.c:1341
msgid "The -v switch can be specified several times for increased verbosity."
msgstr ""

View file

@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.13.3 from Makefile.am.
# Makefile.in generated by automake 1.14 from Makefile.am.
# @configure_input@
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
@ -317,6 +317,7 @@ DBILIBS = @DBILIBS@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DEPLIBS = @DEPLIBS@
DLLTOOL = @DLLTOOL@
DSYMUTIL = @DSYMUTIL@
DUMPBIN = @DUMPBIN@
ECHO_C = @ECHO_C@
@ -1024,6 +1025,7 @@ LTLIBOBJS = @LTLIBOBJS@
LTLIBPTH = @LTLIBPTH@
LTLIBTHREAD = @LTLIBTHREAD@
MAKEINFO = @MAKEINFO@
MANIFEST_TOOL = @MANIFEST_TOOL@
MATHLIBS = @MATHLIBS@
MKDIR_P = @MKDIR_P@
MSGFMT = @MSGFMT@
@ -1349,6 +1351,7 @@ abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
am__include = @am__include@
@ -1388,7 +1391,6 @@ libexecdir = @libexecdir@
lispdir = @lispdir@
localedir = @localedir@
localstatedir = @localstatedir@
lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
np_mysql_config = @np_mysql_config@
@ -1471,14 +1473,14 @@ distclean-compile:
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
.c.obj:
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<