Imported Upstream version 1.4.16+git20130910
This commit is contained in:
parent
e70fb8c051
commit
96678a79c9
16
Makefile.in
16
Makefile.in
|
@ -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@
|
# @configure_input@
|
||||||
|
|
||||||
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
|
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
|
||||||
|
@ -325,6 +325,7 @@ DBILIBS = @DBILIBS@
|
||||||
DEFS = -DLOCALEDIR=\"$(localedir)\"
|
DEFS = -DLOCALEDIR=\"$(localedir)\"
|
||||||
DEPDIR = @DEPDIR@
|
DEPDIR = @DEPDIR@
|
||||||
DEPLIBS = @DEPLIBS@
|
DEPLIBS = @DEPLIBS@
|
||||||
|
DLLTOOL = @DLLTOOL@
|
||||||
DSYMUTIL = @DSYMUTIL@
|
DSYMUTIL = @DSYMUTIL@
|
||||||
DUMPBIN = @DUMPBIN@
|
DUMPBIN = @DUMPBIN@
|
||||||
ECHO_C = @ECHO_C@
|
ECHO_C = @ECHO_C@
|
||||||
|
@ -1032,6 +1033,7 @@ LTLIBOBJS = @LTLIBOBJS@
|
||||||
LTLIBPTH = @LTLIBPTH@
|
LTLIBPTH = @LTLIBPTH@
|
||||||
LTLIBTHREAD = @LTLIBTHREAD@
|
LTLIBTHREAD = @LTLIBTHREAD@
|
||||||
MAKEINFO = @MAKEINFO@
|
MAKEINFO = @MAKEINFO@
|
||||||
|
MANIFEST_TOOL = @MANIFEST_TOOL@
|
||||||
MATHLIBS = @MATHLIBS@
|
MATHLIBS = @MATHLIBS@
|
||||||
MKDIR_P = @MKDIR_P@
|
MKDIR_P = @MKDIR_P@
|
||||||
MSGFMT = @MSGFMT@
|
MSGFMT = @MSGFMT@
|
||||||
|
@ -1357,6 +1359,7 @@ abs_builddir = @abs_builddir@
|
||||||
abs_srcdir = @abs_srcdir@
|
abs_srcdir = @abs_srcdir@
|
||||||
abs_top_builddir = @abs_top_builddir@
|
abs_top_builddir = @abs_top_builddir@
|
||||||
abs_top_srcdir = @abs_top_srcdir@
|
abs_top_srcdir = @abs_top_srcdir@
|
||||||
|
ac_ct_AR = @ac_ct_AR@
|
||||||
ac_ct_CC = @ac_ct_CC@
|
ac_ct_CC = @ac_ct_CC@
|
||||||
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
||||||
am__include = @am__include@
|
am__include = @am__include@
|
||||||
|
@ -1396,7 +1399,6 @@ libexecdir = @libexecdir@
|
||||||
lispdir = @lispdir@
|
lispdir = @lispdir@
|
||||||
localedir = $(datadir)/locale
|
localedir = $(datadir)/locale
|
||||||
localstatedir = @localstatedir@
|
localstatedir = @localstatedir@
|
||||||
lt_ECHO = @lt_ECHO@
|
|
||||||
mandir = @mandir@
|
mandir = @mandir@
|
||||||
mkdir_p = @mkdir_p@
|
mkdir_p = @mkdir_p@
|
||||||
np_mysql_config = @np_mysql_config@
|
np_mysql_config = @np_mysql_config@
|
||||||
|
@ -1469,8 +1471,8 @@ $(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
||||||
$(am__aclocal_m4_deps):
|
$(am__aclocal_m4_deps):
|
||||||
|
|
||||||
config.h: stamp-h1
|
config.h: stamp-h1
|
||||||
@if test ! -f $@; then rm -f stamp-h1; else :; fi
|
@test -f $@ || rm -f stamp-h1
|
||||||
@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
|
@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
|
||||||
|
|
||||||
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
|
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
|
||||||
@rm -f stamp-h1
|
@rm -f stamp-h1
|
||||||
|
@ -1688,10 +1690,16 @@ dist-xz: distdir
|
||||||
$(am__post_remove_distdir)
|
$(am__post_remove_distdir)
|
||||||
|
|
||||||
dist-tarZ: 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
|
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
|
||||||
$(am__post_remove_distdir)
|
$(am__post_remove_distdir)
|
||||||
|
|
||||||
dist-shar: 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
|
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
|
||||||
$(am__post_remove_distdir)
|
$(am__post_remove_distdir)
|
||||||
|
|
||||||
|
|
1
NEWS
1
NEWS
|
@ -45,6 +45,7 @@ This file documents the major additions and syntax changes between releases.
|
||||||
|
|
||||||
WARNINGS
|
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 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
|
1.4.16 27th June 2012
|
||||||
ENHANCEMENTS
|
ENHANCEMENTS
|
||||||
|
|
8
THANKS
8
THANKS
|
@ -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
|
there have been many contributors to this project. Everyone below has helped in
|
||||||
raising bug reports, creating patches or contributing new plugins.
|
raising bug reports, creating patches or contributing new plugins.
|
||||||
|
|
||||||
|
Randy O'Meara
|
||||||
|
dag rob?le
|
||||||
Diego Elio Pettenò
|
Diego Elio Pettenò
|
||||||
fabiodds
|
fabiodds
|
||||||
dag rob?le
|
|
||||||
Randy O'Meara
|
|
||||||
Oskar Ahner
|
Oskar Ahner
|
||||||
Lance Albertson
|
Lance Albertson
|
||||||
David Alden
|
David Alden
|
||||||
Rodger Allen
|
|
||||||
Paul Allen
|
Paul Allen
|
||||||
|
Rodger Allen
|
||||||
Patrick Allen
|
Patrick Allen
|
||||||
Felipe Gustavo de Almeida
|
Felipe Gustavo de Almeida
|
||||||
Michael Almond
|
Michael Almond
|
||||||
|
@ -87,8 +87,8 @@ Paul Farrall
|
||||||
Reuben Farrelly
|
Reuben Farrelly
|
||||||
Mark Favas
|
Mark Favas
|
||||||
Duncan Ferguson
|
Duncan Ferguson
|
||||||
Paulo Fessel
|
|
||||||
Paulo Afonso Graner Fessel
|
Paulo Afonso Graner Fessel
|
||||||
|
Paulo Fessel
|
||||||
James Fidell
|
James Fidell
|
||||||
Roman Fiedler
|
Roman Fiedler
|
||||||
Johan Fischer
|
Johan Fischer
|
||||||
|
|
154
aclocal.m4
vendored
154
aclocal.m4
vendored
|
@ -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.
|
# 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.
|
# generated from the m4 files accompanying Automake X.Y.
|
||||||
# (This private macro should not be called outside this file.)
|
# (This private macro should not be called outside this file.)
|
||||||
AC_DEFUN([AM_AUTOMAKE_VERSION],
|
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 Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
|
||||||
dnl require some minimum version. Point them to the right macro.
|
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
|
[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.
|
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
|
||||||
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
|
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
|
||||||
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
|
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_ifndef([AC_AUTOCONF_VERSION],
|
||||||
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
|
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
|
||||||
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
|
_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
|
# 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.
|
# 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(PACKAGE, VERSION, [NO-DEFINE])
|
||||||
# AM_INIT_AUTOMAKE([OPTIONS])
|
# AM_INIT_AUTOMAKE([OPTIONS])
|
||||||
# -----------------------------------------------
|
# -----------------------------------------------
|
||||||
|
@ -526,7 +532,48 @@ dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
|
||||||
AC_CONFIG_COMMANDS_PRE(dnl
|
AC_CONFIG_COMMANDS_PRE(dnl
|
||||||
[m4_provide_if([_AM_COMPILER_EXEEXT],
|
[m4_provide_if([_AM_COMPILER_EXEEXT],
|
||||||
[AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
|
[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 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
|
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_define([_AC_COMPILER_EXEEXT],
|
||||||
m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_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.
|
# When config.status generates a header, we must update the stamp-h file.
|
||||||
# This file resides in the same directory as the config header
|
# This file resides in the same directory as the config header
|
||||||
# that is generated. The stamp files are numbered to have different names.
|
# 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
|
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 -*-
|
# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
|
||||||
|
|
||||||
# Copyright (C) 1997-2013 Free Software Foundation, Inc.
|
# Copyright (C) 1997-2013 Free Software Foundation, Inc.
|
||||||
|
@ -777,6 +791,70 @@ AC_DEFUN([_AM_SET_OPTIONS],
|
||||||
AC_DEFUN([_AM_IF_OPTION],
|
AC_DEFUN([_AM_IF_OPTION],
|
||||||
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
|
[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 -*-
|
# Check to make sure that the build environment is sane. -*- Autoconf -*-
|
||||||
|
|
||||||
# Copyright (C) 1996-2013 Free Software Foundation, Inc.
|
# Copyright (C) 1996-2013 Free Software Foundation, Inc.
|
||||||
|
|
4036
build-aux/ltmain.sh
Executable file → Normal file
4036
build-aux/ltmain.sh
Executable file → Normal file
File diff suppressed because it is too large
Load diff
|
@ -1749,9 +1749,6 @@
|
||||||
/* Define if gettimeofday is needed */
|
/* Define if gettimeofday is needed */
|
||||||
#undef NEED_GETTIMEOFDAY
|
#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. */
|
/* Enable INI file parsing. */
|
||||||
#undef NP_EXTRA_OPTS
|
#undef NP_EXTRA_OPTS
|
||||||
|
|
||||||
|
|
|
@ -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@
|
# @configure_input@
|
||||||
|
|
||||||
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
|
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
|
||||||
|
@ -364,6 +364,7 @@ DBILIBS = @DBILIBS@
|
||||||
DEFS = @DEFS@
|
DEFS = @DEFS@
|
||||||
DEPDIR = @DEPDIR@
|
DEPDIR = @DEPDIR@
|
||||||
DEPLIBS = @DEPLIBS@
|
DEPLIBS = @DEPLIBS@
|
||||||
|
DLLTOOL = @DLLTOOL@
|
||||||
DSYMUTIL = @DSYMUTIL@
|
DSYMUTIL = @DSYMUTIL@
|
||||||
DUMPBIN = @DUMPBIN@
|
DUMPBIN = @DUMPBIN@
|
||||||
ECHO_C = @ECHO_C@
|
ECHO_C = @ECHO_C@
|
||||||
|
@ -1071,6 +1072,7 @@ LTLIBOBJS = @LTLIBOBJS@
|
||||||
LTLIBPTH = @LTLIBPTH@
|
LTLIBPTH = @LTLIBPTH@
|
||||||
LTLIBTHREAD = @LTLIBTHREAD@
|
LTLIBTHREAD = @LTLIBTHREAD@
|
||||||
MAKEINFO = @MAKEINFO@
|
MAKEINFO = @MAKEINFO@
|
||||||
|
MANIFEST_TOOL = @MANIFEST_TOOL@
|
||||||
MATHLIBS = @MATHLIBS@
|
MATHLIBS = @MATHLIBS@
|
||||||
MKDIR_P = @MKDIR_P@
|
MKDIR_P = @MKDIR_P@
|
||||||
MSGFMT = @MSGFMT@
|
MSGFMT = @MSGFMT@
|
||||||
|
@ -1396,6 +1398,7 @@ abs_builddir = @abs_builddir@
|
||||||
abs_srcdir = @abs_srcdir@
|
abs_srcdir = @abs_srcdir@
|
||||||
abs_top_builddir = @abs_top_builddir@
|
abs_top_builddir = @abs_top_builddir@
|
||||||
abs_top_srcdir = @abs_top_srcdir@
|
abs_top_srcdir = @abs_top_srcdir@
|
||||||
|
ac_ct_AR = @ac_ct_AR@
|
||||||
ac_ct_CC = @ac_ct_CC@
|
ac_ct_CC = @ac_ct_CC@
|
||||||
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
||||||
am__include = @am__include@
|
am__include = @am__include@
|
||||||
|
@ -1435,7 +1438,6 @@ libexecdir = @libexecdir@
|
||||||
lispdir = @lispdir@
|
lispdir = @lispdir@
|
||||||
localedir = @localedir@
|
localedir = @localedir@
|
||||||
localstatedir = @localstatedir@
|
localstatedir = @localstatedir@
|
||||||
lt_ECHO = @lt_ECHO@
|
|
||||||
mandir = @mandir@
|
mandir = @mandir@
|
||||||
mkdir_p = @mkdir_p@
|
mkdir_p = @mkdir_p@
|
||||||
np_mysql_config = @np_mysql_config@
|
np_mysql_config = @np_mysql_config@
|
||||||
|
|
2266
gl/m4/libtool.m4
vendored
2266
gl/m4/libtool.m4
vendored
File diff suppressed because it is too large
Load diff
32
gl/m4/ltoptions.m4
vendored
32
gl/m4/ltoptions.m4
vendored
|
@ -1,13 +1,14 @@
|
||||||
# Helper functions for option handling. -*- Autoconf -*-
|
# 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
|
# Written by Gary V. Vaughan, 2004
|
||||||
#
|
#
|
||||||
# This file is free software; the Free Software Foundation gives
|
# This file is free software; the Free Software Foundation gives
|
||||||
# unlimited permission to copy and/or distribute it, with or without
|
# unlimited permission to copy and/or distribute it, with or without
|
||||||
# modifications, as long as this notice is preserved.
|
# 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.
|
# This is to help aclocal find these macros, as it can't see m4_define.
|
||||||
AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
|
AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
|
||||||
|
@ -125,7 +126,7 @@ LT_OPTION_DEFINE([LT_INIT], [win32-dll],
|
||||||
[enable_win32_dll=yes
|
[enable_win32_dll=yes
|
||||||
|
|
||||||
case $host in
|
case $host in
|
||||||
*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-cegcc*)
|
*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*)
|
||||||
AC_CHECK_TOOL(AS, as, false)
|
AC_CHECK_TOOL(AS, as, false)
|
||||||
AC_CHECK_TOOL(DLLTOOL, dlltool, false)
|
AC_CHECK_TOOL(DLLTOOL, dlltool, false)
|
||||||
AC_CHECK_TOOL(OBJDUMP, objdump, false)
|
AC_CHECK_TOOL(OBJDUMP, objdump, false)
|
||||||
|
@ -133,13 +134,13 @@ case $host in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
test -z "$AS" && AS=as
|
test -z "$AS" && AS=as
|
||||||
_LT_DECL([], [AS], [0], [Assembler program])dnl
|
_LT_DECL([], [AS], [1], [Assembler program])dnl
|
||||||
|
|
||||||
test -z "$DLLTOOL" && DLLTOOL=dlltool
|
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
|
test -z "$OBJDUMP" && OBJDUMP=objdump
|
||||||
_LT_DECL([], [OBJDUMP], [0], [Object dumper program])dnl
|
_LT_DECL([], [OBJDUMP], [1], [Object dumper program])dnl
|
||||||
])# win32-dll
|
])# win32-dll
|
||||||
|
|
||||||
AU_DEFUN([AC_LIBTOOL_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'.
|
# MODE is either `yes' or `no'. If omitted, it defaults to `both'.
|
||||||
m4_define([_LT_WITH_PIC],
|
m4_define([_LT_WITH_PIC],
|
||||||
[AC_ARG_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@:>@])],
|
[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])
|
[pic_mode=default])
|
||||||
|
|
||||||
test -z "$pic_mode" && pic_mode=m4_default([$1], [default])
|
test -z "$pic_mode" && pic_mode=m4_default([$1], [default])
|
||||||
|
|
12
gl/m4/ltversion.m4
vendored
12
gl/m4/ltversion.m4
vendored
|
@ -7,17 +7,17 @@
|
||||||
# unlimited permission to copy and/or distribute it, with or without
|
# unlimited permission to copy and/or distribute it, with or without
|
||||||
# modifications, as long as this notice is preserved.
|
# 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
|
# This file is part of GNU Libtool
|
||||||
|
|
||||||
m4_define([LT_PACKAGE_VERSION], [2.2.6b])
|
m4_define([LT_PACKAGE_VERSION], [2.4.2])
|
||||||
m4_define([LT_PACKAGE_REVISION], [1.3017])
|
m4_define([LT_PACKAGE_REVISION], [1.3337])
|
||||||
|
|
||||||
AC_DEFUN([LTVERSION_VERSION],
|
AC_DEFUN([LTVERSION_VERSION],
|
||||||
[macro_version='2.2.6b'
|
[macro_version='2.4.2'
|
||||||
macro_revision='1.3017'
|
macro_revision='1.3337'
|
||||||
_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
|
_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
|
||||||
_LT_DECL(, macro_revision, 0)
|
_LT_DECL(, macro_revision, 0)
|
||||||
])
|
])
|
||||||
|
|
12
gl/m4/lt~obsolete.m4
vendored
12
gl/m4/lt~obsolete.m4
vendored
|
@ -1,13 +1,13 @@
|
||||||
# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
|
# 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.
|
# Written by Scott James Remnant, 2004.
|
||||||
#
|
#
|
||||||
# This file is free software; the Free Software Foundation gives
|
# This file is free software; the Free Software Foundation gives
|
||||||
# unlimited permission to copy and/or distribute it, with or without
|
# unlimited permission to copy and/or distribute it, with or without
|
||||||
# modifications, as long as this notice is preserved.
|
# 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.
|
# 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_CXX], [AC_DEFUN([_LT_AC_LANG_CXX])])
|
||||||
m4_ifndef([_LT_AC_LANG_F77], [AC_DEFUN([_LT_AC_LANG_F77])])
|
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([_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([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([_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])])
|
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([_LT_AC_LANG_RC_CONFIG], [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])])
|
||||||
m4_ifndef([AC_LIBTOOL_CONFIG], [AC_DEFUN([AC_LIBTOOL_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_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])])
|
||||||
|
|
|
@ -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@
|
# @configure_input@
|
||||||
|
|
||||||
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
|
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
|
||||||
|
@ -333,6 +333,7 @@ DBILIBS = @DBILIBS@
|
||||||
DEFS = @DEFS@
|
DEFS = @DEFS@
|
||||||
DEPDIR = @DEPDIR@
|
DEPDIR = @DEPDIR@
|
||||||
DEPLIBS = @DEPLIBS@
|
DEPLIBS = @DEPLIBS@
|
||||||
|
DLLTOOL = @DLLTOOL@
|
||||||
DSYMUTIL = @DSYMUTIL@
|
DSYMUTIL = @DSYMUTIL@
|
||||||
DUMPBIN = @DUMPBIN@
|
DUMPBIN = @DUMPBIN@
|
||||||
ECHO_C = @ECHO_C@
|
ECHO_C = @ECHO_C@
|
||||||
|
@ -1040,6 +1041,7 @@ LTLIBOBJS = @LTLIBOBJS@
|
||||||
LTLIBPTH = @LTLIBPTH@
|
LTLIBPTH = @LTLIBPTH@
|
||||||
LTLIBTHREAD = @LTLIBTHREAD@
|
LTLIBTHREAD = @LTLIBTHREAD@
|
||||||
MAKEINFO = @MAKEINFO@
|
MAKEINFO = @MAKEINFO@
|
||||||
|
MANIFEST_TOOL = @MANIFEST_TOOL@
|
||||||
MATHLIBS = @MATHLIBS@
|
MATHLIBS = @MATHLIBS@
|
||||||
MKDIR_P = @MKDIR_P@
|
MKDIR_P = @MKDIR_P@
|
||||||
MSGFMT = @MSGFMT@
|
MSGFMT = @MSGFMT@
|
||||||
|
@ -1365,6 +1367,7 @@ abs_builddir = @abs_builddir@
|
||||||
abs_srcdir = @abs_srcdir@
|
abs_srcdir = @abs_srcdir@
|
||||||
abs_top_builddir = @abs_top_builddir@
|
abs_top_builddir = @abs_top_builddir@
|
||||||
abs_top_srcdir = @abs_top_srcdir@
|
abs_top_srcdir = @abs_top_srcdir@
|
||||||
|
ac_ct_AR = @ac_ct_AR@
|
||||||
ac_ct_CC = @ac_ct_CC@
|
ac_ct_CC = @ac_ct_CC@
|
||||||
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
||||||
am__include = @am__include@
|
am__include = @am__include@
|
||||||
|
@ -1404,7 +1407,6 @@ libexecdir = @libexecdir@
|
||||||
lispdir = @lispdir@
|
lispdir = @lispdir@
|
||||||
localedir = @localedir@
|
localedir = @localedir@
|
||||||
localstatedir = @localstatedir@
|
localstatedir = @localstatedir@
|
||||||
lt_ECHO = @lt_ECHO@
|
|
||||||
mandir = @mandir@
|
mandir = @mandir@
|
||||||
mkdir_p = @mkdir_p@
|
mkdir_p = @mkdir_p@
|
||||||
np_mysql_config = @np_mysql_config@
|
np_mysql_config = @np_mysql_config@
|
||||||
|
@ -1490,14 +1492,14 @@ distclean-compile:
|
||||||
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
@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@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
||||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @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:
|
.c.obj:
|
||||||
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
|
@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
|
@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@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
||||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @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:
|
.c.lo:
|
||||||
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
||||||
|
|
|
@ -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@
|
# @configure_input@
|
||||||
|
|
||||||
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
|
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
|
||||||
|
@ -535,6 +535,7 @@ DBILIBS = @DBILIBS@
|
||||||
DEFS = @DEFS@
|
DEFS = @DEFS@
|
||||||
DEPDIR = @DEPDIR@
|
DEPDIR = @DEPDIR@
|
||||||
DEPLIBS = @DEPLIBS@
|
DEPLIBS = @DEPLIBS@
|
||||||
|
DLLTOOL = @DLLTOOL@
|
||||||
DSYMUTIL = @DSYMUTIL@
|
DSYMUTIL = @DSYMUTIL@
|
||||||
DUMPBIN = @DUMPBIN@
|
DUMPBIN = @DUMPBIN@
|
||||||
ECHO_C = @ECHO_C@
|
ECHO_C = @ECHO_C@
|
||||||
|
@ -1242,6 +1243,7 @@ LTLIBOBJS = @LTLIBOBJS@
|
||||||
LTLIBPTH = @LTLIBPTH@
|
LTLIBPTH = @LTLIBPTH@
|
||||||
LTLIBTHREAD = @LTLIBTHREAD@
|
LTLIBTHREAD = @LTLIBTHREAD@
|
||||||
MAKEINFO = @MAKEINFO@
|
MAKEINFO = @MAKEINFO@
|
||||||
|
MANIFEST_TOOL = @MANIFEST_TOOL@
|
||||||
MATHLIBS = @MATHLIBS@
|
MATHLIBS = @MATHLIBS@
|
||||||
MKDIR_P = @MKDIR_P@
|
MKDIR_P = @MKDIR_P@
|
||||||
MSGFMT = @MSGFMT@
|
MSGFMT = @MSGFMT@
|
||||||
|
@ -1567,6 +1569,7 @@ abs_builddir = @abs_builddir@
|
||||||
abs_srcdir = @abs_srcdir@
|
abs_srcdir = @abs_srcdir@
|
||||||
abs_top_builddir = @abs_top_builddir@
|
abs_top_builddir = @abs_top_builddir@
|
||||||
abs_top_srcdir = @abs_top_srcdir@
|
abs_top_srcdir = @abs_top_srcdir@
|
||||||
|
ac_ct_AR = @ac_ct_AR@
|
||||||
ac_ct_CC = @ac_ct_CC@
|
ac_ct_CC = @ac_ct_CC@
|
||||||
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
||||||
am__include = @am__include@
|
am__include = @am__include@
|
||||||
|
@ -1606,7 +1609,6 @@ libexecdir = @libexecdir@
|
||||||
lispdir = @lispdir@
|
lispdir = @lispdir@
|
||||||
localedir = @localedir@
|
localedir = @localedir@
|
||||||
localstatedir = @localstatedir@
|
localstatedir = @localstatedir@
|
||||||
lt_ECHO = @lt_ECHO@
|
|
||||||
mandir = @mandir@
|
mandir = @mandir@
|
||||||
mkdir_p = @mkdir_p@
|
mkdir_p = @mkdir_p@
|
||||||
np_mysql_config = @np_mysql_config@
|
np_mysql_config = @np_mysql_config@
|
||||||
|
@ -1757,14 +1759,14 @@ distclean-compile:
|
||||||
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
@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@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
||||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @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:
|
.c.obj:
|
||||||
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
|
@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
|
@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@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
||||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @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:
|
.c.lo:
|
||||||
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
||||||
|
|
|
@ -2,11 +2,11 @@ PKG="NGOSplugin"
|
||||||
NAME="nagios-plugins"
|
NAME="nagios-plugins"
|
||||||
DESC="Nagios network monitoring plugins"
|
DESC="Nagios network monitoring plugins"
|
||||||
ARCH="unknown"
|
ARCH="unknown"
|
||||||
VERSION="1.4.16,REV=2013.09.03.14.29"
|
VERSION="1.4.16,REV=2013.09.10.13.46"
|
||||||
CATEGORY="application"
|
CATEGORY="application"
|
||||||
VENDOR="Nagios Plugin Development Team"
|
VENDOR="Nagios Plugin Development Team"
|
||||||
EMAIL="nagiosplug-devel@lists.sourceforge.net"
|
EMAIL="nagiosplug-devel@lists.sourceforge.net"
|
||||||
PSTAMP="nag20130903142906"
|
PSTAMP="nag20130910134636"
|
||||||
BASEDIR="/"
|
BASEDIR="/"
|
||||||
CLASSES="none"
|
CLASSES="none"
|
||||||
|
|
||||||
|
|
|
@ -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@
|
# @configure_input@
|
||||||
|
|
||||||
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
|
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
|
||||||
|
@ -497,6 +497,7 @@ DBILIBS = @DBILIBS@
|
||||||
DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
|
DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
|
||||||
DEPDIR = @DEPDIR@
|
DEPDIR = @DEPDIR@
|
||||||
DEPLIBS = @DEPLIBS@
|
DEPLIBS = @DEPLIBS@
|
||||||
|
DLLTOOL = @DLLTOOL@
|
||||||
DSYMUTIL = @DSYMUTIL@
|
DSYMUTIL = @DSYMUTIL@
|
||||||
DUMPBIN = @DUMPBIN@
|
DUMPBIN = @DUMPBIN@
|
||||||
ECHO_C = @ECHO_C@
|
ECHO_C = @ECHO_C@
|
||||||
|
@ -1204,6 +1205,7 @@ LTLIBOBJS = @LTLIBOBJS@
|
||||||
LTLIBPTH = @LTLIBPTH@
|
LTLIBPTH = @LTLIBPTH@
|
||||||
LTLIBTHREAD = @LTLIBTHREAD@
|
LTLIBTHREAD = @LTLIBTHREAD@
|
||||||
MAKEINFO = @MAKEINFO@
|
MAKEINFO = @MAKEINFO@
|
||||||
|
MANIFEST_TOOL = @MANIFEST_TOOL@
|
||||||
MATHLIBS = @MATHLIBS@
|
MATHLIBS = @MATHLIBS@
|
||||||
MKDIR_P = @MKDIR_P@
|
MKDIR_P = @MKDIR_P@
|
||||||
MSGFMT = @MSGFMT@
|
MSGFMT = @MSGFMT@
|
||||||
|
@ -1529,6 +1531,7 @@ abs_builddir = @abs_builddir@
|
||||||
abs_srcdir = @abs_srcdir@
|
abs_srcdir = @abs_srcdir@
|
||||||
abs_top_builddir = @abs_top_builddir@
|
abs_top_builddir = @abs_top_builddir@
|
||||||
abs_top_srcdir = @abs_top_srcdir@
|
abs_top_srcdir = @abs_top_srcdir@
|
||||||
|
ac_ct_AR = @ac_ct_AR@
|
||||||
ac_ct_CC = @ac_ct_CC@
|
ac_ct_CC = @ac_ct_CC@
|
||||||
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
||||||
am__include = @am__include@
|
am__include = @am__include@
|
||||||
|
@ -1568,7 +1571,6 @@ libexecdir = @libexecdir@
|
||||||
lispdir = @lispdir@
|
lispdir = @lispdir@
|
||||||
localedir = $(datadir)/locale
|
localedir = $(datadir)/locale
|
||||||
localstatedir = @localstatedir@
|
localstatedir = @localstatedir@
|
||||||
lt_ECHO = @lt_ECHO@
|
|
||||||
mandir = @mandir@
|
mandir = @mandir@
|
||||||
mkdir_p = @mkdir_p@
|
mkdir_p = @mkdir_p@
|
||||||
np_mysql_config = @np_mysql_config@
|
np_mysql_config = @np_mysql_config@
|
||||||
|
@ -1695,14 +1697,14 @@ distclean-compile:
|
||||||
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
@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@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
||||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @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:
|
.c.obj:
|
||||||
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
|
@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
|
@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@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
||||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @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:
|
.c.lo:
|
||||||
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
||||||
|
|
|
@ -454,6 +454,14 @@ main(int argc, char **argv)
|
||||||
/* Parse extra opts if any */
|
/* Parse extra opts if any */
|
||||||
argv=np_extra_opts(&argc, argv, progname);
|
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 */
|
/* parse the arguments */
|
||||||
for(i = 1; i < argc; i++) {
|
for(i = 1; i < argc; i++) {
|
||||||
while((arg = getopt(argc, argv, "vhVw:c:n:p:t:H:s:i:b:I:l:m:")) != EOF) {
|
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",
|
usage_va("ICMP data length must be between: %d and %d",
|
||||||
sizeof(struct icmp) + sizeof(struct icmp_ping_data),
|
sizeof(struct icmp) + sizeof(struct icmp_ping_data),
|
||||||
MAX_PING_DATA - 1);
|
MAX_PING_DATA - 1);
|
||||||
|
|
||||||
break;
|
break;
|
||||||
case 'i':
|
case 'i':
|
||||||
pkt_interval = get_timevar(optarg);
|
pkt_interval = get_timevar(optarg);
|
||||||
|
@ -512,12 +519,12 @@ main(int argc, char **argv)
|
||||||
case 's': /* specify source IP address */
|
case 's': /* specify source IP address */
|
||||||
set_source_ip(optarg);
|
set_source_ip(optarg);
|
||||||
break;
|
break;
|
||||||
case 'V': /* version */
|
case 'V': /* version */
|
||||||
print_revision (progname, NP_VERSION);
|
print_revision (progname, NP_VERSION);
|
||||||
exit (STATE_OK);
|
exit (STATE_OK);
|
||||||
case 'h': /* help */
|
case 'h': /* help */
|
||||||
print_help ();
|
print_help ();
|
||||||
exit (STATE_OK);
|
exit (STATE_OK);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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@
|
# @configure_input@
|
||||||
|
|
||||||
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
|
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
|
||||||
|
@ -437,6 +437,7 @@ DBILIBS = @DBILIBS@
|
||||||
DEFS = @DEFS@
|
DEFS = @DEFS@
|
||||||
DEPDIR = @DEPDIR@
|
DEPDIR = @DEPDIR@
|
||||||
DEPLIBS = @DEPLIBS@
|
DEPLIBS = @DEPLIBS@
|
||||||
|
DLLTOOL = @DLLTOOL@
|
||||||
DSYMUTIL = @DSYMUTIL@
|
DSYMUTIL = @DSYMUTIL@
|
||||||
DUMPBIN = @DUMPBIN@
|
DUMPBIN = @DUMPBIN@
|
||||||
ECHO_C = @ECHO_C@
|
ECHO_C = @ECHO_C@
|
||||||
|
@ -1144,6 +1145,7 @@ LTLIBOBJS = @LTLIBOBJS@
|
||||||
LTLIBPTH = @LTLIBPTH@
|
LTLIBPTH = @LTLIBPTH@
|
||||||
LTLIBTHREAD = @LTLIBTHREAD@
|
LTLIBTHREAD = @LTLIBTHREAD@
|
||||||
MAKEINFO = @MAKEINFO@
|
MAKEINFO = @MAKEINFO@
|
||||||
|
MANIFEST_TOOL = @MANIFEST_TOOL@
|
||||||
MATHLIBS = @MATHLIBS@
|
MATHLIBS = @MATHLIBS@
|
||||||
MKDIR_P = @MKDIR_P@
|
MKDIR_P = @MKDIR_P@
|
||||||
MSGFMT = @MSGFMT@
|
MSGFMT = @MSGFMT@
|
||||||
|
@ -1469,6 +1471,7 @@ abs_builddir = @abs_builddir@
|
||||||
abs_srcdir = @abs_srcdir@
|
abs_srcdir = @abs_srcdir@
|
||||||
abs_top_builddir = @abs_top_builddir@
|
abs_top_builddir = @abs_top_builddir@
|
||||||
abs_top_srcdir = @abs_top_srcdir@
|
abs_top_srcdir = @abs_top_srcdir@
|
||||||
|
ac_ct_AR = @ac_ct_AR@
|
||||||
ac_ct_CC = @ac_ct_CC@
|
ac_ct_CC = @ac_ct_CC@
|
||||||
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
||||||
am__include = @am__include@
|
am__include = @am__include@
|
||||||
|
@ -1508,7 +1511,6 @@ libexecdir = @libexecdir@
|
||||||
lispdir = @lispdir@
|
lispdir = @lispdir@
|
||||||
localedir = @localedir@
|
localedir = @localedir@
|
||||||
localstatedir = @localstatedir@
|
localstatedir = @localstatedir@
|
||||||
lt_ECHO = @lt_ECHO@
|
|
||||||
mandir = @mandir@
|
mandir = @mandir@
|
||||||
mkdir_p = @mkdir_p@
|
mkdir_p = @mkdir_p@
|
||||||
np_mysql_config = @np_mysql_config@
|
np_mysql_config = @np_mysql_config@
|
||||||
|
|
|
@ -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@
|
# @configure_input@
|
||||||
|
|
||||||
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
|
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
|
||||||
|
@ -685,6 +685,7 @@ DBILIBS = @DBILIBS@
|
||||||
DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
|
DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
|
||||||
DEPDIR = @DEPDIR@
|
DEPDIR = @DEPDIR@
|
||||||
DEPLIBS = @DEPLIBS@
|
DEPLIBS = @DEPLIBS@
|
||||||
|
DLLTOOL = @DLLTOOL@
|
||||||
DSYMUTIL = @DSYMUTIL@
|
DSYMUTIL = @DSYMUTIL@
|
||||||
DUMPBIN = @DUMPBIN@
|
DUMPBIN = @DUMPBIN@
|
||||||
ECHO_C = @ECHO_C@
|
ECHO_C = @ECHO_C@
|
||||||
|
@ -1393,6 +1394,7 @@ LTLIBOBJS = @LTLIBOBJS@
|
||||||
LTLIBPTH = @LTLIBPTH@
|
LTLIBPTH = @LTLIBPTH@
|
||||||
LTLIBTHREAD = @LTLIBTHREAD@
|
LTLIBTHREAD = @LTLIBTHREAD@
|
||||||
MAKEINFO = @MAKEINFO@
|
MAKEINFO = @MAKEINFO@
|
||||||
|
MANIFEST_TOOL = @MANIFEST_TOOL@
|
||||||
MATHLIBS = @MATHLIBS@
|
MATHLIBS = @MATHLIBS@
|
||||||
MKDIR_P = @MKDIR_P@
|
MKDIR_P = @MKDIR_P@
|
||||||
MSGFMT = @MSGFMT@
|
MSGFMT = @MSGFMT@
|
||||||
|
@ -1718,6 +1720,7 @@ abs_builddir = @abs_builddir@
|
||||||
abs_srcdir = @abs_srcdir@
|
abs_srcdir = @abs_srcdir@
|
||||||
abs_top_builddir = @abs_top_builddir@
|
abs_top_builddir = @abs_top_builddir@
|
||||||
abs_top_srcdir = @abs_top_srcdir@
|
abs_top_srcdir = @abs_top_srcdir@
|
||||||
|
ac_ct_AR = @ac_ct_AR@
|
||||||
ac_ct_CC = @ac_ct_CC@
|
ac_ct_CC = @ac_ct_CC@
|
||||||
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
||||||
am__include = @am__include@
|
am__include = @am__include@
|
||||||
|
@ -1757,7 +1760,6 @@ libexecdir = @libexecdir@
|
||||||
lispdir = @lispdir@
|
lispdir = @lispdir@
|
||||||
localedir = $(datadir)/locale
|
localedir = $(datadir)/locale
|
||||||
localstatedir = @localstatedir@
|
localstatedir = @localstatedir@
|
||||||
lt_ECHO = @lt_ECHO@
|
|
||||||
mandir = @mandir@
|
mandir = @mandir@
|
||||||
mkdir_p = @mkdir_p@
|
mkdir_p = @mkdir_p@
|
||||||
np_mysql_config = @np_mysql_config@
|
np_mysql_config = @np_mysql_config@
|
||||||
|
@ -2155,14 +2157,14 @@ distclean-compile:
|
||||||
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
@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@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
||||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @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:
|
.c.obj:
|
||||||
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
|
@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
|
@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@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
||||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @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:
|
.c.lo:
|
||||||
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
||||||
|
|
|
@ -215,7 +215,7 @@ process_arguments (int argc, char **argv)
|
||||||
{"url", required_argument, 0, 'u'},
|
{"url", required_argument, 0, 'u'},
|
||||||
{"port", required_argument, 0, 'p'},
|
{"port", required_argument, 0, 'p'},
|
||||||
{"authorization", required_argument, 0, 'a'},
|
{"authorization", required_argument, 0, 'a'},
|
||||||
{"proxy_authorization", required_argument, 0, 'b'},
|
{"proxy-authorization", required_argument, 0, 'b'},
|
||||||
{"header-string", required_argument, 0, 'd'},
|
{"header-string", required_argument, 0, 'd'},
|
||||||
{"string", required_argument, 0, 's'},
|
{"string", required_argument, 0, 's'},
|
||||||
{"expect", required_argument, 0, 'e'},
|
{"expect", required_argument, 0, 'e'},
|
||||||
|
|
|
@ -112,7 +112,7 @@ char *privproto = NULL;
|
||||||
char *authpasswd = NULL;
|
char *authpasswd = NULL;
|
||||||
char *privpasswd = NULL;
|
char *privpasswd = NULL;
|
||||||
char **oids = NULL;
|
char **oids = NULL;
|
||||||
size_t oids_size = NULL;
|
size_t oids_size = 0;
|
||||||
char *label;
|
char *label;
|
||||||
char *units;
|
char *units;
|
||||||
char *port;
|
char *port;
|
||||||
|
|
|
@ -277,10 +277,7 @@ main (int argc, char **argv)
|
||||||
memcpy(&status[len], buffer, i);
|
memcpy(&status[len], buffer, i);
|
||||||
len += i;
|
len += i;
|
||||||
|
|
||||||
/* stop reading if user-forced or data-starved */
|
/* stop reading if user-forced */
|
||||||
if(i < sizeof(buffer) || (maxbytes && len >= maxbytes))
|
|
||||||
break;
|
|
||||||
|
|
||||||
if (maxbytes && len >= maxbytes)
|
if (maxbytes && len >= maxbytes)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
106
po/de.po
106
po/de.po
|
@ -9,7 +9,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: nagiosplug\n"
|
"Project-Id-Version: nagiosplug\n"
|
||||||
"Report-Msgid-Bugs-To: nagiosplug-devel@lists.sourceforge.net\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"
|
"PO-Revision-Date: 2004-12-23 17:46+0100\n"
|
||||||
"Last-Translator: <>\n"
|
"Last-Translator: <>\n"
|
||||||
"Language-Team: English <en@li.org>\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_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_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_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
|
#: plugins/check_ups.c:556 plugins/negate.c:161
|
||||||
msgid "Timeout interval must be a positive integer"
|
msgid "Timeout interval must be a positive integer"
|
||||||
msgstr "Timeout interval muss ein positiver Integer sein"
|
msgstr "Timeout interval muss ein positiver Integer sein"
|
||||||
|
|
||||||
#: plugins/check_by_ssh.c:230 plugins/check_pgsql.c:341
|
#: plugins/check_by_ssh.c:230 plugins/check_pgsql.c:341
|
||||||
#: plugins/check_radius.c:272 plugins/check_real.c:327
|
#: 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
|
#: plugins/check_ups.c:518
|
||||||
msgid "Port must be a positive integer"
|
msgid "Port must be a positive integer"
|
||||||
msgstr "Port muss ein positiver Integer sein"
|
msgstr "Port muss ein positiver Integer sein"
|
||||||
|
@ -244,10 +244,10 @@ msgstr ""
|
||||||
#: plugins/check_ping.c:603 plugins/check_procs.c:773
|
#: plugins/check_ping.c:603 plugins/check_procs.c:773
|
||||||
#: plugins/check_radius.c:385 plugins/check_real.c:451
|
#: 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_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_ups.c:660 plugins/check_users.c:240
|
||||||
#: plugins/check_ide_smart.c:634 plugins/negate.c:292 plugins/urlize.c:197
|
#: 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:"
|
msgid "Usage:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -299,7 +299,7 @@ msgstr ""
|
||||||
#: plugins/check_ntp_time.c:626 plugins/check_nwstat.c:1670
|
#: plugins/check_ntp_time.c:626 plugins/check_nwstat.c:1670
|
||||||
#: plugins/check_overcr.c:456 plugins/check_snmp.c:1168
|
#: 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/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:"
|
msgid "Notes:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1153,8 +1153,8 @@ msgid "file does not exist or is not readable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/check_http.c:310 plugins/check_http.c:315 plugins/check_http.c:321
|
#: 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_smtp.c:600 plugins/check_tcp.c:558 plugins/check_tcp.c:562
|
||||||
#: plugins/check_tcp.c:571
|
#: plugins/check_tcp.c:568
|
||||||
msgid "Invalid certificate expiration period"
|
msgid "Invalid certificate expiration period"
|
||||||
msgstr "Ungültiger Zertifikatsablauftermin"
|
msgstr "Ungültiger Zertifikatsablauftermin"
|
||||||
|
|
||||||
|
@ -1164,7 +1164,7 @@ msgid ""
|
||||||
"(SSLv3)"
|
"(SSLv3)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/check_http.c:354 plugins/check_tcp.c:584
|
#: plugins/check_http.c:354 plugins/check_tcp.c:581
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Invalid option - SSL is not available"
|
msgid "Invalid option - SSL is not available"
|
||||||
msgstr "Ungültige Option - SSL ist nicht verfügbar\n"
|
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_http.c:464 plugins/check_ntp.c:722
|
||||||
#: plugins/check_ntp_peer.c:513 plugins/check_ntp_time.c:512
|
#: 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"
|
msgid "IPv6 support not available"
|
||||||
msgstr "IPv6 Unterstützung nicht vorhanden"
|
msgstr "IPv6 Unterstützung nicht vorhanden"
|
||||||
|
|
||||||
|
@ -4246,7 +4246,7 @@ msgstr "Ung
|
||||||
msgid "Invalid REAL response received from host on port %d\n"
|
msgid "Invalid REAL response received from host on port %d\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/check_real.c:184 plugins/check_tcp.c:290
|
#: plugins/check_real.c:184 plugins/check_tcp.c:287
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "No data received from host\n"
|
msgid "No data received from host\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -4493,7 +4493,7 @@ msgstr ""
|
||||||
msgid "FQDN used for HELO"
|
msgid "FQDN used for HELO"
|
||||||
msgstr ""
|
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."
|
msgid "Minimum number of days a certificate has to be valid."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -4954,100 +4954,100 @@ msgstr ""
|
||||||
msgid "With UDP checks, a send/expect string must be specified."
|
msgid "With UDP checks, a send/expect string must be specified."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/check_tcp.c:417
|
#: plugins/check_tcp.c:414
|
||||||
msgid "No arguments found"
|
msgid "No arguments found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/check_tcp.c:519
|
#: plugins/check_tcp.c:516
|
||||||
msgid "Maxbytes must be a positive integer"
|
msgid "Maxbytes must be a positive integer"
|
||||||
msgstr "Maxbytes muss ein positiver Integer sein"
|
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"
|
msgid "Refuse must be one of ok, warn, crit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/check_tcp.c:547
|
#: plugins/check_tcp.c:544
|
||||||
msgid "Mismatch must be one of ok, warn, crit"
|
msgid "Mismatch must be one of ok, warn, crit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/check_tcp.c:553
|
#: plugins/check_tcp.c:550
|
||||||
msgid "Delay must be a positive integer"
|
msgid "Delay must be a positive integer"
|
||||||
msgstr "Delay muss ein positiver Integer sein"
|
msgstr "Delay muss ein positiver Integer sein"
|
||||||
|
|
||||||
#: plugins/check_tcp.c:598
|
#: plugins/check_tcp.c:595
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "You must provide a server address"
|
msgid "You must provide a server address"
|
||||||
msgstr "%s: Hostname muss angegeben werden\n"
|
msgstr "%s: Hostname muss angegeben werden\n"
|
||||||
|
|
||||||
#: plugins/check_tcp.c:600
|
#: plugins/check_tcp.c:597
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Invalid hostname, address or socket"
|
msgid "Invalid hostname, address or socket"
|
||||||
msgstr "Ungültige(r) Hostname/Adresse"
|
msgstr "Ungültige(r) Hostname/Adresse"
|
||||||
|
|
||||||
#: plugins/check_tcp.c:614
|
#: plugins/check_tcp.c:611
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"This plugin tests %s connections with the specified host (or unix socket).\n"
|
"This plugin tests %s connections with the specified host (or unix socket).\n"
|
||||||
"\n"
|
"\n"
|
||||||
msgstr "Dieses plugin testet Gameserververbindungen zum angegebenen Host."
|
msgstr "Dieses plugin testet Gameserververbindungen zum angegebenen Host."
|
||||||
|
|
||||||
#: plugins/check_tcp.c:627
|
#: plugins/check_tcp.c:624
|
||||||
msgid ""
|
msgid ""
|
||||||
"Can use \\n, \\r, \\t or \\ in send or quit string. Must come before send or "
|
"Can use \\n, \\r, \\t or \\ in send or quit string. Must come before send or "
|
||||||
"quit option"
|
"quit option"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/check_tcp.c:628
|
#: plugins/check_tcp.c:625
|
||||||
msgid "Default: nothing added to send, \\r\\n added to end of quit"
|
msgid "Default: nothing added to send, \\r\\n added to end of quit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/check_tcp.c:630
|
#: plugins/check_tcp.c:627
|
||||||
msgid "String to send to the server"
|
msgid "String to send to the server"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/check_tcp.c:632
|
#: plugins/check_tcp.c:629
|
||||||
msgid "String to expect in server response"
|
msgid "String to expect in server response"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/check_tcp.c:632
|
#: plugins/check_tcp.c:629
|
||||||
msgid "(may be repeated)"
|
msgid "(may be repeated)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/check_tcp.c:634
|
#: plugins/check_tcp.c:631
|
||||||
msgid "All expect strings need to occur in server response. Default is any"
|
msgid "All expect strings need to occur in server response. Default is any"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/check_tcp.c:636
|
#: plugins/check_tcp.c:633
|
||||||
msgid "String to send server to initiate a clean close of the connection"
|
msgid "String to send server to initiate a clean close of the connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/check_tcp.c:638
|
#: plugins/check_tcp.c:635
|
||||||
msgid "Accept TCP refusals with states ok, warn, crit (default: crit)"
|
msgid "Accept TCP refusals with states ok, warn, crit (default: crit)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/check_tcp.c:640
|
#: plugins/check_tcp.c:637
|
||||||
msgid ""
|
msgid ""
|
||||||
"Accept expected string mismatches with states ok, warn, crit (default: warn)"
|
"Accept expected string mismatches with states ok, warn, crit (default: warn)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/check_tcp.c:642
|
#: plugins/check_tcp.c:639
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Hide output from TCP socket"
|
msgid "Hide output from TCP socket"
|
||||||
msgstr "Konnte TCP socket nicht öffnen\n"
|
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"
|
msgid "Close connection once more than this number of bytes are received"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/check_tcp.c:646
|
#: plugins/check_tcp.c:643
|
||||||
msgid "Seconds to wait between sending string and polling for response"
|
msgid "Seconds to wait between sending string and polling for response"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/check_tcp.c:651
|
#: plugins/check_tcp.c:648
|
||||||
msgid "1st is #days for warning, 2nd is critical (if not specified - 0)."
|
msgid "1st is #days for warning, 2nd is critical (if not specified - 0)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/check_tcp.c:653
|
#: plugins/check_tcp.c:650
|
||||||
msgid "Use SSL for the connection."
|
msgid "Use SSL for the connection."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -6084,85 +6084,85 @@ msgstr ""
|
||||||
msgid "Unicast testing: mimic a DHCP relay, requires -s"
|
msgid "Unicast testing: mimic a DHCP relay, requires -s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins-root/check_icmp.c:1288
|
#: plugins-root/check_icmp.c:1295
|
||||||
msgid "specify a target"
|
msgid "specify a target"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins-root/check_icmp.c:1290
|
#: plugins-root/check_icmp.c:1297
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "warning threshold (currently "
|
msgid "warning threshold (currently "
|
||||||
msgstr "Warning threshold Integer sein"
|
msgstr "Warning threshold Integer sein"
|
||||||
|
|
||||||
#: plugins-root/check_icmp.c:1293
|
#: plugins-root/check_icmp.c:1300
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "critical threshold (currently "
|
msgid "critical threshold (currently "
|
||||||
msgstr "Critical threshold muss ein Integer sein"
|
msgstr "Critical threshold muss ein Integer sein"
|
||||||
|
|
||||||
#: plugins-root/check_icmp.c:1296
|
#: plugins-root/check_icmp.c:1303
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "specify a source IP address or device name"
|
msgid "specify a source IP address or device name"
|
||||||
msgstr "Hostname oder Serveradresse muss angegeben werden"
|
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 "
|
msgid "number of packets to send (currently "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins-root/check_icmp.c:1301
|
#: plugins-root/check_icmp.c:1308
|
||||||
msgid "max packet interval (currently "
|
msgid "max packet interval (currently "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins-root/check_icmp.c:1304
|
#: plugins-root/check_icmp.c:1311
|
||||||
msgid "max target interval (currently "
|
msgid "max target interval (currently "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins-root/check_icmp.c:1307
|
#: plugins-root/check_icmp.c:1314
|
||||||
msgid "number of alive hosts required for success"
|
msgid "number of alive hosts required for success"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins-root/check_icmp.c:1310
|
#: plugins-root/check_icmp.c:1317
|
||||||
msgid "TTL on outgoing packets (currently "
|
msgid "TTL on outgoing packets (currently "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins-root/check_icmp.c:1313
|
#: plugins-root/check_icmp.c:1320
|
||||||
msgid "timeout value (seconds, currently "
|
msgid "timeout value (seconds, currently "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins-root/check_icmp.c:1316
|
#: plugins-root/check_icmp.c:1323
|
||||||
msgid "Number of icmp data bytes to send"
|
msgid "Number of icmp data bytes to send"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins-root/check_icmp.c:1317
|
#: plugins-root/check_icmp.c:1324
|
||||||
msgid "Packet size will be data bytes + icmp header (currently"
|
msgid "Packet size will be data bytes + icmp header (currently"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins-root/check_icmp.c:1319
|
#: plugins-root/check_icmp.c:1326
|
||||||
msgid "verbose"
|
msgid "verbose"
|
||||||
msgstr ""
|
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."
|
msgid "The -H switch is optional. Naming a host (or several) to check is not."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins-root/check_icmp.c:1325
|
#: plugins-root/check_icmp.c:1332
|
||||||
msgid ""
|
msgid ""
|
||||||
"Threshold format for -w and -c is 200.25,60% for 200.25 msec RTA and 60%"
|
"Threshold format for -w and -c is 200.25,60% for 200.25 msec RTA and 60%"
|
||||||
msgstr ""
|
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."
|
msgid "packet loss. The default values should work well for most users."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins-root/check_icmp.c:1327
|
#: plugins-root/check_icmp.c:1334
|
||||||
msgid ""
|
msgid ""
|
||||||
"You can specify different RTA factors using the standardized abbreviations"
|
"You can specify different RTA factors using the standardized abbreviations"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins-root/check_icmp.c:1328
|
#: plugins-root/check_icmp.c:1335
|
||||||
msgid ""
|
msgid ""
|
||||||
"us (microseconds), ms (milliseconds, default) or just plain s for seconds."
|
"us (microseconds), ms (milliseconds, default) or just plain s for seconds."
|
||||||
msgstr ""
|
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."
|
msgid "The -v switch can be specified several times for increased verbosity."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
106
po/fr.po
106
po/fr.po
|
@ -10,7 +10,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fr\n"
|
"Project-Id-Version: fr\n"
|
||||||
"Report-Msgid-Bugs-To: nagiosplug-devel@lists.sourceforge.net\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"
|
"PO-Revision-Date: 2010-04-21 23:38-0400\n"
|
||||||
"Last-Translator: Thomas Guyot-Sionnest <dermoth@aei.ca>\n"
|
"Last-Translator: Thomas Guyot-Sionnest <dermoth@aei.ca>\n"
|
||||||
"Language-Team: Nagios Plugin Development Mailing List <nagiosplug-"
|
"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_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_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_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
|
#: plugins/check_ups.c:556 plugins/negate.c:161
|
||||||
msgid "Timeout interval must be a positive integer"
|
msgid "Timeout interval must be a positive integer"
|
||||||
msgstr "Le délai d'attente doit être un entier positif"
|
msgstr "Le délai d'attente doit être un entier positif"
|
||||||
|
|
||||||
#: plugins/check_by_ssh.c:230 plugins/check_pgsql.c:341
|
#: plugins/check_by_ssh.c:230 plugins/check_pgsql.c:341
|
||||||
#: plugins/check_radius.c:272 plugins/check_real.c:327
|
#: 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
|
#: plugins/check_ups.c:518
|
||||||
msgid "Port must be a positive integer"
|
msgid "Port must be a positive integer"
|
||||||
msgstr "Le numéro du port doit être un entier positif"
|
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_ping.c:603 plugins/check_procs.c:773
|
||||||
#: plugins/check_radius.c:385 plugins/check_real.c:451
|
#: 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_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_ups.c:660 plugins/check_users.c:240
|
||||||
#: plugins/check_ide_smart.c:634 plugins/negate.c:292 plugins/urlize.c:197
|
#: 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:"
|
msgid "Usage:"
|
||||||
msgstr "Utilisation:"
|
msgstr "Utilisation:"
|
||||||
|
|
||||||
|
@ -302,7 +302,7 @@ msgstr "virgules"
|
||||||
#: plugins/check_ntp_time.c:626 plugins/check_nwstat.c:1670
|
#: plugins/check_ntp_time.c:626 plugins/check_nwstat.c:1670
|
||||||
#: plugins/check_overcr.c:456 plugins/check_snmp.c:1168
|
#: 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/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:"
|
msgid "Notes:"
|
||||||
msgstr "Notes:"
|
msgstr "Notes:"
|
||||||
|
|
||||||
|
@ -1188,8 +1188,8 @@ msgid "file does not exist or is not readable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/check_http.c:310 plugins/check_http.c:315 plugins/check_http.c:321
|
#: 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_smtp.c:600 plugins/check_tcp.c:558 plugins/check_tcp.c:562
|
||||||
#: plugins/check_tcp.c:571
|
#: plugins/check_tcp.c:568
|
||||||
msgid "Invalid certificate expiration period"
|
msgid "Invalid certificate expiration period"
|
||||||
msgstr "Période d'expiration du certificat invalide"
|
msgstr "Période d'expiration du certificat invalide"
|
||||||
|
|
||||||
|
@ -1199,7 +1199,7 @@ msgid ""
|
||||||
"(SSLv3)"
|
"(SSLv3)"
|
||||||
msgstr ""
|
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"
|
msgid "Invalid option - SSL is not available"
|
||||||
msgstr "Option invalide - SSL n'est pas disponible"
|
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_http.c:464 plugins/check_ntp.c:722
|
||||||
#: plugins/check_ntp_peer.c:513 plugins/check_ntp_time.c:512
|
#: 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"
|
msgid "IPv6 support not available"
|
||||||
msgstr "Support IPv6 non disponible"
|
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"
|
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"
|
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
|
#, c-format
|
||||||
msgid "No data received from host\n"
|
msgid "No data received from host\n"
|
||||||
msgstr "Pas de données reçues de l'hôte\n"
|
msgstr "Pas de données reçues de l'hôte\n"
|
||||||
|
@ -4560,7 +4560,7 @@ msgstr ""
|
||||||
msgid "FQDN used for HELO"
|
msgid "FQDN used for HELO"
|
||||||
msgstr ""
|
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."
|
msgid "Minimum number of days a certificate has to be valid."
|
||||||
msgstr "Nombre de jours minimum pour que le certificat soit valide."
|
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 "
|
"Avec la surveillance UDP, une chaîne d'envoi et un chaîne de réponse doit "
|
||||||
"être spécifiée."
|
"être spécifiée."
|
||||||
|
|
||||||
#: plugins/check_tcp.c:417
|
#: plugins/check_tcp.c:414
|
||||||
msgid "No arguments found"
|
msgid "No arguments found"
|
||||||
msgstr "Pas de paramètres"
|
msgstr "Pas de paramètres"
|
||||||
|
|
||||||
#: plugins/check_tcp.c:519
|
#: plugins/check_tcp.c:516
|
||||||
msgid "Maxbytes must be a positive integer"
|
msgid "Maxbytes must be a positive integer"
|
||||||
msgstr "Maxbytes doit être un entier positif"
|
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"
|
msgid "Refuse must be one of ok, warn, crit"
|
||||||
msgstr "Refuse doit être parmis 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"
|
msgid "Mismatch must be one of ok, warn, crit"
|
||||||
msgstr "Mismatch doit être parmis 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"
|
msgid "Delay must be a positive integer"
|
||||||
msgstr "Delay doit être un entier positif"
|
msgstr "Delay doit être un entier positif"
|
||||||
|
|
||||||
#: plugins/check_tcp.c:598
|
#: plugins/check_tcp.c:595
|
||||||
msgid "You must provide a server address"
|
msgid "You must provide a server address"
|
||||||
msgstr "Vous devez fournir une adresse serveur"
|
msgstr "Vous devez fournir une adresse serveur"
|
||||||
|
|
||||||
#: plugins/check_tcp.c:600
|
#: plugins/check_tcp.c:597
|
||||||
msgid "Invalid hostname, address or socket"
|
msgid "Invalid hostname, address or socket"
|
||||||
msgstr "Adresse/Nom/Socket invalide"
|
msgstr "Adresse/Nom/Socket invalide"
|
||||||
|
|
||||||
#: plugins/check_tcp.c:614
|
#: plugins/check_tcp.c:611
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"This plugin tests %s connections with the specified host (or unix socket).\n"
|
"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"
|
"Ce plugin teste %s connections avec l'hôte spécifié (ou socket unix).\n"
|
||||||
"\n"
|
"\n"
|
||||||
|
|
||||||
#: plugins/check_tcp.c:627
|
#: plugins/check_tcp.c:624
|
||||||
msgid ""
|
msgid ""
|
||||||
"Can use \\n, \\r, \\t or \\ in send or quit string. Must come before send or "
|
"Can use \\n, \\r, \\t or \\ in send or quit string. Must come before send or "
|
||||||
"quit option"
|
"quit option"
|
||||||
|
@ -5081,59 +5081,59 @@ msgstr ""
|
||||||
"Permet d'utiliser \\n, \\r, \\t ou \\ dans la chaîne de caractères send ou "
|
"Permet d'utiliser \\n, \\r, \\t ou \\ dans la chaîne de caractères send ou "
|
||||||
"quit. Doit être placé avant ces dernières."
|
"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"
|
msgid "Default: nothing added to send, \\r\\n added to end of quit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Par défaut: Rien n'est ajouté à send, \\r\\n est ajouté à la fin de quit"
|
"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"
|
msgid "String to send to the server"
|
||||||
msgstr "Chaîne de caractères à envoyer au serveur"
|
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"
|
msgid "String to expect in server response"
|
||||||
msgstr "Chaîne de caractères à attendre en réponse"
|
msgstr "Chaîne de caractères à attendre en réponse"
|
||||||
|
|
||||||
#: plugins/check_tcp.c:632
|
#: plugins/check_tcp.c:629
|
||||||
msgid "(may be repeated)"
|
msgid "(may be repeated)"
|
||||||
msgstr "(peut être utilisé plusieurs fois)"
|
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"
|
msgid "All expect strings need to occur in server response. Default is any"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Toutes les chaînes attendus (expect) doivent être repérés dans la réponse. "
|
"Toutes les chaînes attendus (expect) doivent être repérés dans la réponse. "
|
||||||
"Par défaut, n'importe laquelle suffit."
|
"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"
|
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"
|
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)"
|
msgid "Accept TCP refusals with states ok, warn, crit (default: crit)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/check_tcp.c:640
|
#: plugins/check_tcp.c:637
|
||||||
msgid ""
|
msgid ""
|
||||||
"Accept expected string mismatches with states ok, warn, crit (default: warn)"
|
"Accept expected string mismatches with states ok, warn, crit (default: warn)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/check_tcp.c:642
|
#: plugins/check_tcp.c:639
|
||||||
msgid "Hide output from TCP socket"
|
msgid "Hide output from TCP socket"
|
||||||
msgstr "Cacher la réponse provenant du socket TCP"
|
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"
|
msgid "Close connection once more than this number of bytes are received"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/check_tcp.c:646
|
#: plugins/check_tcp.c:643
|
||||||
msgid "Seconds to wait between sending string and polling for response"
|
msgid "Seconds to wait between sending string and polling for response"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/check_tcp.c:651
|
#: plugins/check_tcp.c:648
|
||||||
msgid "1st is #days for warning, 2nd is critical (if not specified - 0)."
|
msgid "1st is #days for warning, 2nd is critical (if not specified - 0)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/check_tcp.c:653
|
#: plugins/check_tcp.c:650
|
||||||
msgid "Use SSL for the connection."
|
msgid "Use SSL for the connection."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -6270,82 +6270,82 @@ msgstr ""
|
||||||
msgid "Unicast testing: mimic a DHCP relay, requires -s"
|
msgid "Unicast testing: mimic a DHCP relay, requires -s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins-root/check_icmp.c:1288
|
#: plugins-root/check_icmp.c:1295
|
||||||
msgid "specify a target"
|
msgid "specify a target"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins-root/check_icmp.c:1290
|
#: plugins-root/check_icmp.c:1297
|
||||||
msgid "warning threshold (currently "
|
msgid "warning threshold (currently "
|
||||||
msgstr "Valeurs pour le seuil d'avertissement (actuellement "
|
msgstr "Valeurs pour le seuil d'avertissement (actuellement "
|
||||||
|
|
||||||
#: plugins-root/check_icmp.c:1293
|
#: plugins-root/check_icmp.c:1300
|
||||||
msgid "critical threshold (currently "
|
msgid "critical threshold (currently "
|
||||||
msgstr "Valeurs pour le seuil critique (actuellement "
|
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"
|
msgid "specify a source IP address or device name"
|
||||||
msgstr "spécifiez une adresse ou un nom d'hôte"
|
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 "
|
msgid "number of packets to send (currently "
|
||||||
msgstr "nombre de paquets à envoyer (actuellement "
|
msgstr "nombre de paquets à envoyer (actuellement "
|
||||||
|
|
||||||
#: plugins-root/check_icmp.c:1301
|
#: plugins-root/check_icmp.c:1308
|
||||||
msgid "max packet interval (currently "
|
msgid "max packet interval (currently "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins-root/check_icmp.c:1304
|
#: plugins-root/check_icmp.c:1311
|
||||||
msgid "max target interval (currently "
|
msgid "max target interval (currently "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins-root/check_icmp.c:1307
|
#: plugins-root/check_icmp.c:1314
|
||||||
msgid "number of alive hosts required for success"
|
msgid "number of alive hosts required for success"
|
||||||
msgstr "nombre d'hôtes vivants requis pour réussite"
|
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 "
|
msgid "TTL on outgoing packets (currently "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins-root/check_icmp.c:1313
|
#: plugins-root/check_icmp.c:1320
|
||||||
msgid "timeout value (seconds, currently "
|
msgid "timeout value (seconds, currently "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins-root/check_icmp.c:1316
|
#: plugins-root/check_icmp.c:1323
|
||||||
msgid "Number of icmp data bytes to send"
|
msgid "Number of icmp data bytes to send"
|
||||||
msgstr "Nombre de paquets ICMP à envoyer"
|
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"
|
msgid "Packet size will be data bytes + icmp header (currently"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins-root/check_icmp.c:1319
|
#: plugins-root/check_icmp.c:1326
|
||||||
msgid "verbose"
|
msgid "verbose"
|
||||||
msgstr ""
|
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."
|
msgid "The -H switch is optional. Naming a host (or several) to check is not."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins-root/check_icmp.c:1325
|
#: plugins-root/check_icmp.c:1332
|
||||||
msgid ""
|
msgid ""
|
||||||
"Threshold format for -w and -c is 200.25,60% for 200.25 msec RTA and 60%"
|
"Threshold format for -w and -c is 200.25,60% for 200.25 msec RTA and 60%"
|
||||||
msgstr ""
|
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."
|
msgid "packet loss. The default values should work well for most users."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins-root/check_icmp.c:1327
|
#: plugins-root/check_icmp.c:1334
|
||||||
msgid ""
|
msgid ""
|
||||||
"You can specify different RTA factors using the standardized abbreviations"
|
"You can specify different RTA factors using the standardized abbreviations"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins-root/check_icmp.c:1328
|
#: plugins-root/check_icmp.c:1335
|
||||||
msgid ""
|
msgid ""
|
||||||
"us (microseconds), ms (milliseconds, default) or just plain s for seconds."
|
"us (microseconds), ms (milliseconds, default) or just plain s for seconds."
|
||||||
msgstr ""
|
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."
|
msgid "The -v switch can be specified several times for increased verbosity."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: nagiosplug-devel@lists.sourceforge.net\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"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\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_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_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_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
|
#: plugins/check_ups.c:556 plugins/negate.c:161
|
||||||
msgid "Timeout interval must be a positive integer"
|
msgid "Timeout interval must be a positive integer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/check_by_ssh.c:230 plugins/check_pgsql.c:341
|
#: plugins/check_by_ssh.c:230 plugins/check_pgsql.c:341
|
||||||
#: plugins/check_radius.c:272 plugins/check_real.c:327
|
#: 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
|
#: plugins/check_ups.c:518
|
||||||
msgid "Port must be a positive integer"
|
msgid "Port must be a positive integer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -235,10 +235,10 @@ msgstr ""
|
||||||
#: plugins/check_ping.c:603 plugins/check_procs.c:773
|
#: plugins/check_ping.c:603 plugins/check_procs.c:773
|
||||||
#: plugins/check_radius.c:385 plugins/check_real.c:451
|
#: 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_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_ups.c:660 plugins/check_users.c:240
|
||||||
#: plugins/check_ide_smart.c:634 plugins/negate.c:292 plugins/urlize.c:197
|
#: 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:"
|
msgid "Usage:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -290,7 +290,7 @@ msgstr ""
|
||||||
#: plugins/check_ntp_time.c:626 plugins/check_nwstat.c:1670
|
#: plugins/check_ntp_time.c:626 plugins/check_nwstat.c:1670
|
||||||
#: plugins/check_overcr.c:456 plugins/check_snmp.c:1168
|
#: 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/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:"
|
msgid "Notes:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1114,8 +1114,8 @@ msgid "file does not exist or is not readable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/check_http.c:310 plugins/check_http.c:315 plugins/check_http.c:321
|
#: 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_smtp.c:600 plugins/check_tcp.c:558 plugins/check_tcp.c:562
|
||||||
#: plugins/check_tcp.c:571
|
#: plugins/check_tcp.c:568
|
||||||
msgid "Invalid certificate expiration period"
|
msgid "Invalid certificate expiration period"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1125,7 +1125,7 @@ msgid ""
|
||||||
"(SSLv3)"
|
"(SSLv3)"
|
||||||
msgstr ""
|
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"
|
msgid "Invalid option - SSL is not available"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1149,7 +1149,7 @@ msgstr ""
|
||||||
|
|
||||||
#: plugins/check_http.c:464 plugins/check_ntp.c:722
|
#: plugins/check_http.c:464 plugins/check_ntp.c:722
|
||||||
#: plugins/check_ntp_peer.c:513 plugins/check_ntp_time.c:512
|
#: 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"
|
msgid "IPv6 support not available"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -4145,7 +4145,7 @@ msgstr ""
|
||||||
msgid "Invalid REAL response received from host on port %d\n"
|
msgid "Invalid REAL response received from host on port %d\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/check_real.c:184 plugins/check_tcp.c:290
|
#: plugins/check_real.c:184 plugins/check_tcp.c:287
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "No data received from host\n"
|
msgid "No data received from host\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -4380,7 +4380,7 @@ msgstr ""
|
||||||
msgid "FQDN used for HELO"
|
msgid "FQDN used for HELO"
|
||||||
msgstr ""
|
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."
|
msgid "Minimum number of days a certificate has to be valid."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -4828,97 +4828,97 @@ msgstr ""
|
||||||
msgid "With UDP checks, a send/expect string must be specified."
|
msgid "With UDP checks, a send/expect string must be specified."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/check_tcp.c:417
|
#: plugins/check_tcp.c:414
|
||||||
msgid "No arguments found"
|
msgid "No arguments found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/check_tcp.c:519
|
#: plugins/check_tcp.c:516
|
||||||
msgid "Maxbytes must be a positive integer"
|
msgid "Maxbytes must be a positive integer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/check_tcp.c:537
|
#: plugins/check_tcp.c:534
|
||||||
msgid "Refuse must be one of ok, warn, crit"
|
msgid "Refuse must be one of ok, warn, crit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/check_tcp.c:547
|
#: plugins/check_tcp.c:544
|
||||||
msgid "Mismatch must be one of ok, warn, crit"
|
msgid "Mismatch must be one of ok, warn, crit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/check_tcp.c:553
|
#: plugins/check_tcp.c:550
|
||||||
msgid "Delay must be a positive integer"
|
msgid "Delay must be a positive integer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/check_tcp.c:598
|
#: plugins/check_tcp.c:595
|
||||||
msgid "You must provide a server address"
|
msgid "You must provide a server address"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/check_tcp.c:600
|
#: plugins/check_tcp.c:597
|
||||||
msgid "Invalid hostname, address or socket"
|
msgid "Invalid hostname, address or socket"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/check_tcp.c:614
|
#: plugins/check_tcp.c:611
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"This plugin tests %s connections with the specified host (or unix socket).\n"
|
"This plugin tests %s connections with the specified host (or unix socket).\n"
|
||||||
"\n"
|
"\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/check_tcp.c:627
|
#: plugins/check_tcp.c:624
|
||||||
msgid ""
|
msgid ""
|
||||||
"Can use \\n, \\r, \\t or \\ in send or quit string. Must come before send or "
|
"Can use \\n, \\r, \\t or \\ in send or quit string. Must come before send or "
|
||||||
"quit option"
|
"quit option"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/check_tcp.c:628
|
#: plugins/check_tcp.c:625
|
||||||
msgid "Default: nothing added to send, \\r\\n added to end of quit"
|
msgid "Default: nothing added to send, \\r\\n added to end of quit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/check_tcp.c:630
|
#: plugins/check_tcp.c:627
|
||||||
msgid "String to send to the server"
|
msgid "String to send to the server"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/check_tcp.c:632
|
#: plugins/check_tcp.c:629
|
||||||
msgid "String to expect in server response"
|
msgid "String to expect in server response"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/check_tcp.c:632
|
#: plugins/check_tcp.c:629
|
||||||
msgid "(may be repeated)"
|
msgid "(may be repeated)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/check_tcp.c:634
|
#: plugins/check_tcp.c:631
|
||||||
msgid "All expect strings need to occur in server response. Default is any"
|
msgid "All expect strings need to occur in server response. Default is any"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/check_tcp.c:636
|
#: plugins/check_tcp.c:633
|
||||||
msgid "String to send server to initiate a clean close of the connection"
|
msgid "String to send server to initiate a clean close of the connection"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/check_tcp.c:638
|
#: plugins/check_tcp.c:635
|
||||||
msgid "Accept TCP refusals with states ok, warn, crit (default: crit)"
|
msgid "Accept TCP refusals with states ok, warn, crit (default: crit)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/check_tcp.c:640
|
#: plugins/check_tcp.c:637
|
||||||
msgid ""
|
msgid ""
|
||||||
"Accept expected string mismatches with states ok, warn, crit (default: warn)"
|
"Accept expected string mismatches with states ok, warn, crit (default: warn)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/check_tcp.c:642
|
#: plugins/check_tcp.c:639
|
||||||
msgid "Hide output from TCP socket"
|
msgid "Hide output from TCP socket"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/check_tcp.c:644
|
#: plugins/check_tcp.c:641
|
||||||
msgid "Close connection once more than this number of bytes are received"
|
msgid "Close connection once more than this number of bytes are received"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/check_tcp.c:646
|
#: plugins/check_tcp.c:643
|
||||||
msgid "Seconds to wait between sending string and polling for response"
|
msgid "Seconds to wait between sending string and polling for response"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/check_tcp.c:651
|
#: plugins/check_tcp.c:648
|
||||||
msgid "1st is #days for warning, 2nd is critical (if not specified - 0)."
|
msgid "1st is #days for warning, 2nd is critical (if not specified - 0)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins/check_tcp.c:653
|
#: plugins/check_tcp.c:650
|
||||||
msgid "Use SSL for the connection."
|
msgid "Use SSL for the connection."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -5931,81 +5931,81 @@ msgstr ""
|
||||||
msgid "Unicast testing: mimic a DHCP relay, requires -s"
|
msgid "Unicast testing: mimic a DHCP relay, requires -s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins-root/check_icmp.c:1288
|
#: plugins-root/check_icmp.c:1295
|
||||||
msgid "specify a target"
|
msgid "specify a target"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins-root/check_icmp.c:1290
|
#: plugins-root/check_icmp.c:1297
|
||||||
msgid "warning threshold (currently "
|
msgid "warning threshold (currently "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins-root/check_icmp.c:1293
|
#: plugins-root/check_icmp.c:1300
|
||||||
msgid "critical threshold (currently "
|
msgid "critical threshold (currently "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins-root/check_icmp.c:1296
|
#: plugins-root/check_icmp.c:1303
|
||||||
msgid "specify a source IP address or device name"
|
msgid "specify a source IP address or device name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins-root/check_icmp.c:1298
|
#: plugins-root/check_icmp.c:1305
|
||||||
msgid "number of packets to send (currently "
|
msgid "number of packets to send (currently "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins-root/check_icmp.c:1301
|
#: plugins-root/check_icmp.c:1308
|
||||||
msgid "max packet interval (currently "
|
msgid "max packet interval (currently "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins-root/check_icmp.c:1304
|
#: plugins-root/check_icmp.c:1311
|
||||||
msgid "max target interval (currently "
|
msgid "max target interval (currently "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins-root/check_icmp.c:1307
|
#: plugins-root/check_icmp.c:1314
|
||||||
msgid "number of alive hosts required for success"
|
msgid "number of alive hosts required for success"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins-root/check_icmp.c:1310
|
#: plugins-root/check_icmp.c:1317
|
||||||
msgid "TTL on outgoing packets (currently "
|
msgid "TTL on outgoing packets (currently "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins-root/check_icmp.c:1313
|
#: plugins-root/check_icmp.c:1320
|
||||||
msgid "timeout value (seconds, currently "
|
msgid "timeout value (seconds, currently "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins-root/check_icmp.c:1316
|
#: plugins-root/check_icmp.c:1323
|
||||||
msgid "Number of icmp data bytes to send"
|
msgid "Number of icmp data bytes to send"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins-root/check_icmp.c:1317
|
#: plugins-root/check_icmp.c:1324
|
||||||
msgid "Packet size will be data bytes + icmp header (currently"
|
msgid "Packet size will be data bytes + icmp header (currently"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins-root/check_icmp.c:1319
|
#: plugins-root/check_icmp.c:1326
|
||||||
msgid "verbose"
|
msgid "verbose"
|
||||||
msgstr ""
|
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."
|
msgid "The -H switch is optional. Naming a host (or several) to check is not."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins-root/check_icmp.c:1325
|
#: plugins-root/check_icmp.c:1332
|
||||||
msgid ""
|
msgid ""
|
||||||
"Threshold format for -w and -c is 200.25,60% for 200.25 msec RTA and 60%"
|
"Threshold format for -w and -c is 200.25,60% for 200.25 msec RTA and 60%"
|
||||||
msgstr ""
|
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."
|
msgid "packet loss. The default values should work well for most users."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins-root/check_icmp.c:1327
|
#: plugins-root/check_icmp.c:1334
|
||||||
msgid ""
|
msgid ""
|
||||||
"You can specify different RTA factors using the standardized abbreviations"
|
"You can specify different RTA factors using the standardized abbreviations"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: plugins-root/check_icmp.c:1328
|
#: plugins-root/check_icmp.c:1335
|
||||||
msgid ""
|
msgid ""
|
||||||
"us (microseconds), ms (milliseconds, default) or just plain s for seconds."
|
"us (microseconds), ms (milliseconds, default) or just plain s for seconds."
|
||||||
msgstr ""
|
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."
|
msgid "The -v switch can be specified several times for increased verbosity."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -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@
|
# @configure_input@
|
||||||
|
|
||||||
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
|
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
|
||||||
|
@ -317,6 +317,7 @@ DBILIBS = @DBILIBS@
|
||||||
DEFS = @DEFS@
|
DEFS = @DEFS@
|
||||||
DEPDIR = @DEPDIR@
|
DEPDIR = @DEPDIR@
|
||||||
DEPLIBS = @DEPLIBS@
|
DEPLIBS = @DEPLIBS@
|
||||||
|
DLLTOOL = @DLLTOOL@
|
||||||
DSYMUTIL = @DSYMUTIL@
|
DSYMUTIL = @DSYMUTIL@
|
||||||
DUMPBIN = @DUMPBIN@
|
DUMPBIN = @DUMPBIN@
|
||||||
ECHO_C = @ECHO_C@
|
ECHO_C = @ECHO_C@
|
||||||
|
@ -1024,6 +1025,7 @@ LTLIBOBJS = @LTLIBOBJS@
|
||||||
LTLIBPTH = @LTLIBPTH@
|
LTLIBPTH = @LTLIBPTH@
|
||||||
LTLIBTHREAD = @LTLIBTHREAD@
|
LTLIBTHREAD = @LTLIBTHREAD@
|
||||||
MAKEINFO = @MAKEINFO@
|
MAKEINFO = @MAKEINFO@
|
||||||
|
MANIFEST_TOOL = @MANIFEST_TOOL@
|
||||||
MATHLIBS = @MATHLIBS@
|
MATHLIBS = @MATHLIBS@
|
||||||
MKDIR_P = @MKDIR_P@
|
MKDIR_P = @MKDIR_P@
|
||||||
MSGFMT = @MSGFMT@
|
MSGFMT = @MSGFMT@
|
||||||
|
@ -1349,6 +1351,7 @@ abs_builddir = @abs_builddir@
|
||||||
abs_srcdir = @abs_srcdir@
|
abs_srcdir = @abs_srcdir@
|
||||||
abs_top_builddir = @abs_top_builddir@
|
abs_top_builddir = @abs_top_builddir@
|
||||||
abs_top_srcdir = @abs_top_srcdir@
|
abs_top_srcdir = @abs_top_srcdir@
|
||||||
|
ac_ct_AR = @ac_ct_AR@
|
||||||
ac_ct_CC = @ac_ct_CC@
|
ac_ct_CC = @ac_ct_CC@
|
||||||
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
||||||
am__include = @am__include@
|
am__include = @am__include@
|
||||||
|
@ -1388,7 +1391,6 @@ libexecdir = @libexecdir@
|
||||||
lispdir = @lispdir@
|
lispdir = @lispdir@
|
||||||
localedir = @localedir@
|
localedir = @localedir@
|
||||||
localstatedir = @localstatedir@
|
localstatedir = @localstatedir@
|
||||||
lt_ECHO = @lt_ECHO@
|
|
||||||
mandir = @mandir@
|
mandir = @mandir@
|
||||||
mkdir_p = @mkdir_p@
|
mkdir_p = @mkdir_p@
|
||||||
np_mysql_config = @np_mysql_config@
|
np_mysql_config = @np_mysql_config@
|
||||||
|
@ -1471,14 +1473,14 @@ distclean-compile:
|
||||||
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
@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@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
||||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @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:
|
.c.obj:
|
||||||
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
|
@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
|
@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@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
||||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @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:
|
.c.lo:
|
||||||
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
||||||
|
|
Loading…
Reference in a new issue