From 882cdeecca961f3de52c17003d43f4b6054a2169 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Tue, 26 Nov 2013 23:57:14 +0100 Subject: [PATCH] Imported Upstream version 1.4.14 --- BUGS | 15 +- ChangeLog | 18816 ++++++++++------- INSTALL | 50 +- Makefile.in | 133 +- NEWS | 3 +- NP-VERSION-GEN | 2 +- THANKS | 7 +- aclocal.m4 | 240 +- build-aux/config.sub | 14 +- build-aux/depcomp | 64 +- build-aux/install-sh | 342 +- build-aux/missing | 61 +- build-aux/mkinstalldirs | 5 +- configure | 345 +- configure.in | 2 +- contrib/check_adptraid.sh | 2 +- contrib/check_apc_ups.pl | 4 +- contrib/check_appletalk.pl | 6 +- contrib/check_arping.pl | 4 +- contrib/check_email_loop.pl | 2 +- contrib/check_fan_cpq_present | 4 +- contrib/check_fan_fsc_present | 4 +- contrib/check_frontpage | 6 +- contrib/check_http-with-client-certificate.c | 2 +- contrib/check_hw.sh | 2 +- contrib/check_ica_master_browser.pl | 6 +- contrib/check_ica_metaframe_pub_apps.pl | 6 +- contrib/check_ica_program_neigbourhood.pl | 6 +- contrib/check_inodes-freebsd.pl | 4 +- contrib/check_javaproc.pl | 2 +- contrib/check_joy.sh | 2 +- contrib/check_log2.pl | 4 +- contrib/check_lotus.pl | 6 +- contrib/check_mem.pl | 2 +- contrib/check_ms_spooler.pl | 6 +- contrib/check_ora_table_space.pl | 4 +- contrib/check_oracle_instance.pl | 4 +- contrib/check_oracle_tbs | 2 +- contrib/check_pfstate | 4 +- contrib/check_rbl.c | 8 +- contrib/check_smb.sh | 2 +- contrib/check_snmp_disk_monitor.pl | 2 +- contrib/check_snmp_printer.pl | 4 +- contrib/check_snmp_process_monitor.pl | 2 +- contrib/check_snmp_procs.pl | 4 +- contrib/check_temp_cpq | 4 +- contrib/check_temp_fsc | 4 +- contrib/check_traceroute.pl | 6 +- contrib/check_uptime.c | 4 +- contrib/check_vcs.pl | 2 +- contrib/check_wins.pl | 6 +- contrib/packet_utils.pm | 2 +- contrib/utils.py | 2 +- gl/Makefile.in | 148 +- lib/Makefile.in | 144 +- lib/tests/Makefile.in | 142 +- nagios-plugins.spec | 4 +- perlmods/Makefile | 242 +- perlmods/Makefile.in | 92 +- pkg/solaris/pkginfo | 6 +- plugins-root/Makefile.in | 146 +- plugins-root/pst3.c | 4 + plugins-scripts/Makefile.in | 99 +- plugins/Makefile.in | 239 +- plugins/check_cluster.c | 5 + plugins/check_snmp.c | 17 +- plugins/check_tcp.c | 2 +- plugins/t/check_snmp.t | 12 +- po/de.gmo | Bin 8167 -> 8167 bytes po/de.po | 128 +- po/fr.gmo | Bin 85332 -> 85332 bytes po/fr.po | 124 +- po/nagios-plugins.pot | 124 +- release | 2 +- tap/Makefile.in | 119 +- 75 files changed, 12919 insertions(+), 9125 deletions(-) diff --git a/BUGS b/BUGS index 9e4c5a0..21c1e27 100644 --- a/BUGS +++ b/BUGS @@ -2,10 +2,16 @@ This file lists the major bugs from the Nagios Plugins page on Sourceforge at http://sourceforge.net/tracker/?group_id=29880&atid=397597. These are not necessarily verified as errors. -For the 1.4.13 release: +For the 1.4.14 release: +2832451 - check_snmp regression parsing multi-line snmpget responses +2826570 - check_http does not work with some HTTPS servers +2823005 - check_swap returns OK if no swap activated +2786808 - check_http asks for HTTP/1.1, but doesn't understand chunked +2555782 - check_imap fails with SSL3 +2550254 - check_ldap with starttls requires hostname to match cert name +2315953 - check_ping: timeouts when reverse name resolution times out 2075933 - check_disk segfault on freebsd 7 if using -p option -1985263 - check_ups doesn't disconnect cleanly 1984255 - check_swap not built on Solaris 10 and HP-UX 11.11, 11.23 1984240 - check_tcp Segmentation fault on HP-UX 11.23 1939578 - check_jabber: Always returns WARNING with Openfire server @@ -14,19 +20,14 @@ For the 1.4.13 release: 1922579 - check_ldap: ldap_init implicitly converted 1904965 - check_apt: SECURITY_RE is not correct 1894850 - check_ping: incorrectly parses ping6 output -1868822 - check_http link fails with openssl installed -1864404 - check_smtp/check_http miscalculate timezones in cert expiry 1681516 - output too verbose for various checks -1670261 - check_snmp might require snmpget with LD_LIBRARY_PATH 1523748 - check_disk should error if warn range is subset of critical -1478287 - check_dns fails with CNAMEs 1469468 - signal handler in popen.c is broken 1381604 - Perlsec breaks any perl plugin with perl 5.8.x 1373801 - check_ping timeout on Mandrake 10.1 1370031 - check_disk_smb requires DNS agree with NetBIOS names 1250982 - check_postgresql: configure test for -lcrypto on OpenBSD 1225470 - check_swap perf data incorrect -1108499 - check_ping with -U on Debian fails 1090549 - check_dhcp ignores DHCP replies 990948 - check_disk_smb doesn't allow spaces in share names diff --git a/ChangeLog b/ChangeLog index 97944cf..f0718a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11343 +1,14763 @@ -2008-09-25 08:04 tonvoon +2009-09-14 Ton Voon - * [r2056] plugins/tests/check_http.t: - Fix small test failure + * plugins-root/pst3.c: Ensure dirhandle is closed (Duncan Ferguson) -2008-09-25 08:01 tonvoon +2009-09-11 Ton Voon - * [r2055] doc/LEAVERS, doc/NEW_STARTERS, doc/RELEASING: - Moving project administration documents to nagiosplugins.org site + * plugins/t/check_snmp.t: Fix skip number -2008-09-02 12:28 dermoth +2009-09-05 Thomas Guyot-Sionnest - * [r2054] plugins/check_ntp_peer.c: - Typo + * plugins/tests/check_snmp.t: Add a test that succeeds on check_snmp + v1.4.13. Newer versions skip additional lines so this new test fails + on the current head. Note: check_snmp v1.4.13 with multi-line strings return somewhat v3 + output; it's not exactly what the specs say but it doesn't appears + to break them either. The fix could eventually supports both v2 and + v3 output formats. -2008-09-02 11:26 hweiss +2009-08-05 Thomas Guyot-Sionnest - * [r2053] THANKS.in, plugins/check_http.c: - Some HTTP server applications/configurations cause trouble if the - port is explicitly specified in our "Host:" header line. - Therefore, we now specify the port only if we're using a - non-default port (Erik Wasser - 2082501). + * plugins/check_snmp.c: Fix segfault in check_snmp (definitive fix + is still in the works - see bug #2832451) -2008-09-02 03:42 dermoth +2009-07-31 Thomas Guyot-Sionnest - * [r2052] NEWS, plugins/check_ntp_peer.c: - Fix possible segfault in check_ntp_peer with deliberately invalid - packets + * plugins/check_snmp.c: Fix check_snmp passing single-quotes as -m + argument when it should be empty -2008-09-01 14:04 dermoth +2009-07-31 Thomas Guyot-Sionnest - * [r2051] NEWS, plugins/check_ntp_peer.c, plugins/check_ntp_time.c: - check_ntp_peer/check_ntp_time used to show port in --help but - ignored the argument - now implemented. + * plugins/check_snmp.c, plugins/t/check_snmp.t: check_snmp: Add some + verbose output and tests -2008-09-01 14:04 dermoth +2009-07-31 Thomas Guyot-Sionnest - * [r2050] NEWS, THANKS.in, plugins/check_http.c: - Revert "Re-structure the HTTP 1.1 headers to prevent 301s on - servers with virtual hosts" - - This reverts commit 2030 + * plugins/tests/check_snmp.t, plugins/tests/check_snmp_agent.pl, + plugins/tests/conf/snmpd.conf: Add tests using custom snmp agent Only multi-line string test for now (regression test), counter + rollover tests planed with my snmp_counters_new branch. NB: 64bit counters are broken in NetSNMP::agent from NetSNMP version + 5.4.1 and lower, but might come in handy one day -2008-09-01 12:20 hweiss +2009-07-31 Thomas Guyot-Sionnest - * [r2049] plugins/check_http.c: - Under some circumstances, the 'url' path of a redirection target - missed a leading slash. While this was fixed later on, the - incomplete 'url' was used for redirection loop detection and - error messages. This is now fixed by adding the missing slash - immediately. + * plugins/t/check_snmp.t: Fix check_snmp Timetick test with <1 day + uptime -2008-08-25 18:39 tonvoon +2009-07-23 Thomas Guyot-Sionnest - * [r2048] plugins/tests/check_http.t: - Fix HTTP::Daemon::VERSION to get a fixed header size for tests - (Sven Nierlein) + * doc/RELEASING: Add accidentally removed line plus a note about the + web copy -2008-08-25 13:26 tonvoon +2009-07-23 Thomas Guyot-Sionnest - * [r2047] plugins/tests/check_http.t: - Updated with more tests re: multiple status codes (Sven Nierlein) + * doc/RELEASING: Merge changes from web -2008-08-25 11:42 hweiss +2009-07-17 Ton Voon - * [r2046] NEWS, THANKS.in, plugins/check_http.c, - plugins/tests/check_http.t: - The "-e" option now accepts a comma-delimited list of expected - status lines (Sven Nierlein - 1894496). + * doc/developer-guidelines.sgml: Updated links for + exchange.nagios.org -2008-08-22 13:08 tonvoon +2009-07-14 Ton Voon - * [r2045] plugins/tests/check_http.t, plugins/tests/var/root: - Added HTTP tests for status codes + * NEWS, THANKS.in, plugins-root/pst3.c: pst3 compile with Sun Studio + Compiler -2008-08-21 21:52 tonvoon +2009-06-22 Ton Voon - * [r2044] configure.in: - Only include extra-opts tests if libtap is enabled + * plugins/check_cluster.c: Added example for check_cluster to alert + if more than X non-OK states -2008-08-21 15:21 tonvoon +2009-06-16 Matthias Eble - * [r2043] NEWS: - Note re: --enable-libtap + * NPTest.pm: Switch back to "use Test" and plain prints instead of + diag() -2008-08-21 15:18 tonvoon +2009-06-16 Matthias Eble - * [r2042] lib/tests/Makefile.am, lib/tests/test_all.t, - lib/tests/test_base64.t, lib/tests/test_cmd.t, - lib/tests/test_disk.t, lib/tests/test_ini.t, - lib/tests/test_opts.t, lib/tests/test_tcp.t, - lib/tests/test_utils.c, lib/tests/test_utils.t: - Correctly link to included libtap. Simplify invoking test - scripts. Removed basename test as we should use base_name from - GNUlib which is tested separately + * NPTest.pm: Tinderbox output testing commit -2008-08-21 15:15 tonvoon +2009-06-15 Matthias Eble - * [r2041] tools/tinderbox_build: - Fix regexp of version number of snapshot + * NPTest.pm, test.pl.in: Make output of "make test" more verbose This is intended to make error fixing based on tinderbox output + easier. -2008-08-21 15:12 tonvoon +2009-06-14 Matthias Eble - * [r2040] Makefile.am: - Remove .svn files in distribution + * plugins-root/check_icmp.c: Fixed error in rtt/rta calculation in + case of system clock problems Time differences are now set to 0 in case of backward timejumps so + there are no wrap-around problems any more. The RTA calculation + hopefully gets a more accurate value in these cases also. -2008-08-21 15:12 tonvoon +2009-06-13 Matthias Eble - * [r2039] external/tap-1.01-altinity.tar.gz, - external/tap-1.01-nagios-plugins.tar.gz, tools/setup: - Renamed altered tap file to nagios-plugins + * plugins-scripts/t/check_ifoperstatus.t, + plugins-scripts/t/check_ifstatus.t, plugins/t/check_snmp.t: Fixed + testcases for check_snmp, check_ifstatus and check_ifoperstatus when + no snmp community is specified The checks for invalid/unavailable hosts need a complete command + line. They failed on hosts where no community was specified. Now, + an invalid community is used so the tests can run on hosts w/o snmp + host/community in NPTest.cache. Execution will fail anyway. -2008-08-21 09:41 dermoth +2009-06-13 Matthias Eble - * [r2038] plugins/check_ntp_peer.c: - Nothing + * plugins-scripts/t/check_ifoperstatus.t, + plugins-scripts/t/check_ifstatus.t: Further test parameters and skip + blocks for check_ifoperstatus.t. getTestparam changes for + check_ifstatus.t and ifoperstatus.t Added snmp_interface and snmp_ifxtable test parameters to + check_ifoperstatus.t. Also getTestParameter calls for both plugins + were converted to use three arguments instead of undocumented >3 arg + behaviour which led to redundant data in NPTest.cache. -2008-08-21 04:22 dermoth +2009-06-11 Matthias Eble - * [r2037] plugins/check_ntp_peer.c: - Misplaced comment + * : commit c66d2c6b3b6d948ff36126f5d3a7629279f47878 Author: Matthias + Eble Date: Thu Jun 11 17:24:52 2009 +0200 -2008-08-21 04:17 dermoth +2009-06-11 Matthias Eble - * [r2036] plugins/check_ntp_peer.c: - Complete rewrite of the extract_value function - - The original one was flawed (easy to trigger segfaults) and did - not allow some whitespaces as permitted by rfc1305. This one has - been troughfully tested with tap (the testing code might get - included later) + * NEWS, plugins-scripts/check_ifstatus.pl, + plugins-scripts/t/check_ifstatus.t: Fixed SNMPv3 behaviour of + check_ifstatus. Added -P to define privprotocol (#2343438 - Robin + Schroeder) check_ifstatus didn't function correctly with SNMPv3. This is fixed + now. Created argument-hash for SNMP session creation. This removes + redundant code. Session creation was moved out of + process_arguments() and now takes place after setting the timeout + handler. Additionally the -P argument was added to specify the privprotocol. -2008-08-21 04:17 dermoth +2009-06-11 Matthias Eble - * [r2035] lib/parse_ini.c, lib/parse_ini.h, lib/tests/test_opts.c: - Typos in comments + * plugins-scripts/t/check_ifoperstatus.t: Added testcases for + check_ifoperstatus Added testcases for check_ifoperstatus. No SNMPv3 testing included + for now. -2008-08-16 04:47 dermoth +2009-06-11 Matthias Eble - * [r2034] plugins/check_mysql.c, plugins/check_mysql_query.c: - Fix assignment written as a comparison in validate_arguments() - when db_pass is NULL (Patch from - http://blog.barfoo.org/projects/rpms-for-sles10) + * plugins-scripts/check_ifoperstatus.pl: minor fixes to + check_ifoperstatus Minor output fixes for check_ifoperstatus. Fixed typo so that -n + now implies -I as documented. -2008-08-16 04:47 dermoth +2009-06-10 Thomas Guyot-Sionnest - * [r2033] plugins/check_fping.c: - Fix check_fping --help output (Patch from - http://blog.barfoo.org/projects/rpms-for-sles10) + * lib/extra_opts.h, lib/tests/test_opts1.c, lib/tests/test_opts2.c: + Use a more "natural" way of writing argument lists in extra-opts + tests. -2008-08-16 01:52 dermoth +2009-06-11 Matthias Eble - * [r2032] plugins/t/check_by_ssh.t: - Typo + * NEWS, plugins-scripts/check_ifoperstatus.pl: check_ifoperstatus is + now more user friendly in case of missing arguments Added proper usage messages in case of missing arguments. Removed + accidently committed Data::Dumper call. Minor whitespace fixes. -2008-08-08 16:12 tonvoon +2009-06-11 Matthias Eble - * [r2031] plugins-root/pst3.c: - Close on fd + * plugins-scripts/check_ifoperstatus.pl: Whitespace and indent fixes + for check_ifoperstatus -2008-08-08 02:25 dermoth +2009-06-11 Matthias Eble - * [r2030] NEWS, THANKS.in, plugins/check_http.c: - Re-structure the HTTP 1.1 headers to prevent 301s on servers with - virtual hosts + * NEWS, plugins-scripts/check_ifoperstatus.pl: Fixed SNMPv3 + behaviour of check_ifoperstatus. Added -x to define privprotocol + (#2343438 - Robin Schroeder) check_ifoperstatus didn't function correctly with SNMPv3. This is + fixed now. Created argument-hash for SNMP session creation. This + removes redundant code. Session creation was moved out of + process_arguments() and now takes place after setting the timeout + handler. Additionally the -x argument was added to specify the privprotocol. -2008-08-08 02:08 dermoth +2009-06-02 Holger Weiss - * [r2029] plugins-root/check_icmp.c: - Typo in --help output + * THANKS.in, lib/utils_base.c: Fix the memory allocation for the + thresholds data Allocate the appropriate amount of memory for storing the thresholds + data. Before, we allocated the amount of memory required for + storing a _pointer_ to the thresholds data. This crashed (at least) + check_mysql when using its "-S" option on FreeBSD/amd64 (as reported + and analyzed by Nikita Kalabukhov - 2797757). Signed-off-by: Holger Weiss -2008-08-05 11:14 dermoth +2009-06-02 Holger Weiss - * [r2028] tools/devmode: - Set -D_FORTIFY_SOURCE=2, and added a comment with link to - explaination of this flag. + * plugins-root/check_icmp.c: Don't use the plain char type for data + buffers Buffers which are used for holding arbitrary data should be + referenced using pointers to void and accessed using pointers to + unsigned char. Signed-off-by: Holger Weiss -2008-07-28 20:15 psychotrahe +2009-06-01 Matthias Eble - * [r2027] plugins-root/check_icmp.c: - -b option now specifies ICMP data bytes instead of packet size + * plugins/check_pgsql.c: Whitespace indent fixes for check_pgsql -2008-07-17 07:06 psychotrahe +2009-06-01 Matthias Eble - * [r2026] NEWS, plugins-root/check_icmp.c: - Add support for packet size modification (-b) + * plugins-root/check_icmp.c: Fixed check_icmp compiler warnings by + including float.h Self defined DBL_MAX caused compiler warnings. Now float.h which + defines DBL_MAX is included. -2008-07-10 10:03 dermoth +2009-06-01 Matthias Eble - * [r2025] plugins/check_disk.c: - Verbose should not have to exceed 3 as per developement - guidelines + * plugins-root/check_icmp.c: Fixed --help output for warn and + critical thresholds (sf.net #2796624, debian #530553) check_icmp wrongly calculated the current thresholds in --help + output. -2008-07-10 10:03 dermoth +2009-06-01 Matthias Eble - * [r2024] tools/devmode: - Add -D_FORTIFY_SOURCE + * plugins/check_pgsql.c: Added verbose output to check_pgsql + (#2799281 - Jun Kuriyama) check_pgsql displayed the -v flag in help output, but didn't accept + the verbosity argument. Added -v and basic verbose output. -2008-07-10 10:03 dermoth +2009-06-01 Matthias Eble - * [r2023] plugins/check_ups.c: - Typo in check_ups + * NEWS, plugins/check_fping.c: check_fping now supports passing + target timeout and interval to fping (#2347686 - Martin Foster) Added support for passing timeout and interval length to + check_fping. To protect compatibility, both options use fping's + defaults if they are not specified on the command line. -2008-07-09 21:54 psychotrahe +2009-05-27 Thomas Guyot-Sionnest - * [r2022] plugins/t/check_snmp.t: - rewrote check_snmp.t to use Test::More added perfdata checking - for string values + * NEWS, lib/utils_base.h, plugins/check_snmp.c, + plugins/t/check_snmp.t: check_snmp: Make use of standard threshold + functions This patch makes use of standard threshold functions. This allows + using doubles as thresholds. Since SNMP supports only integers, double precision numbers are + only printed when parsed from a STRING type. In addition, support for printing properly Timeticks type has been + added, and the code has been thoroughly cleaned. -2008-07-09 21:53 psychotrahe +2009-05-27 Thomas Guyot-Sionnest - * [r2021] NEWS, plugins/check_snmp.c: - check_snmp now only prints perfdata for non numeric values (Joerg - Linge #1867716) + * plugins/check_snmp.c: Fix whitespaces in check_snmp -2008-07-08 10:09 tonvoon +2009-05-26 Thomas Guyot-Sionnest - * [r2020] Makefile.am, tools/tinderbox_build: - Removed libtap configuration for the moment, as tinderbox builds - are breaking + * NEWS, THANKS.in, plugins/Makefile.am, plugins/check_by_ssh.c: Fix + check_by_ssh interpretation of quotes in -C parameter (#1985246, + #2268675) -2008-07-08 09:31 tonvoon +2009-05-22 Matthias Eble - * [r2019] NEWS, lib/utils_cmd.c, lib/utils_cmd.h, - plugins/Makefile.am, plugins/check_procs.c: - check_procs captures stderr and adds to plugin output. This is - from a merge of branch nagiosplug/branches/new_threshold_syntax - 1979:1982 + * NEWS, plugins/check_mrtgtraf.c: Fixed wrong perfdata label for + output traffic in check_mrtgtraf check_mrtgtraf used the label "in" for both input and output + traffic. This fixed, now. -2008-07-06 12:57 hweiss +2009-05-22 Matthias Eble - * [r2018] plugins-root/check_dhcp.c: - Don't try to set the "SO_BROADCAST" socket option for unicast - requests. (Also, removed the unused "DHCP_UNICAST_FLAG" macro.) + * plugins/check_smtp.c: Removed -n option in check_smtp's help and + usage output (#2782784) Check_smtp's help showed the -n/--nocommand options to not send an + SMTP command. This usage is covered by check_tcp and is thus not + needed in check_smtp. -2008-07-02 20:07 tonvoon +2009-05-20 Thomas Guyot-Sionnest - * [r2017] lib/tests/Makefile.am: - Use tap.h from the libtap directory + * plugins/sslutils.c: Whitespace changes only -2008-07-02 20:00 tonvoon +2009-05-20 Thomas Guyot-Sionnest - * [r2016] plugins-root/Makefile.am, plugins-root/pst3.c: - Change pst3 again, this time to remove use of kvm which is not - available in Solaris 10 non-global zones. Uses /proc, which is - not available in older versions of Solaris. + * NEWS, THANKS.in, plugins/check_http.c, plugins/netutils.h, + plugins/sslutils.c: check_http: Add SSL/TLS hostname extension + support (SNI) - (#1939022 - Joe Presbrey) -2008-06-30 14:32 tonvoon +2009-05-20 Thomas Guyot-Sionnest - * [r2015] tools/setup: - Fixed bug in tools/setup if docbook was run + * NEWS, THANKS.in, plugins-scripts/subst.in: Fix awk subst.in/subst + script path error (#2722832 - Martin Foster) -2008-06-30 09:01 tonvoon +2009-05-20 Thomas Guyot-Sionnest - * [r2014] Makefile.am: - Have to list tap_dir manually to get into make dist + * NEWS, THANKS.in, plugins/check_mysql.c, + plugins/check_mysql_query.c: Fix check_mysql* not using password set + in my.cnf (#2531905 - Ben Timby) -2008-06-26 22:00 tonvoon +2009-05-20 Holger Weiss - * [r2013] Makefile.am, configure.in, external, external/README, - external/tap-1.01-altinity.tar.gz, lib/tests/Makefile.am, - tools/setup, tools/tinderbox_build: - Adding libtap into distribution to help run C based tests + * gl/Makefile.am, gl/alignof.h, gl/arpa_inet.in.h, gl/c-strtod.c, + gl/c-strtod.h, gl/config.charset, gl/dup-safer.c, gl/fd-safer.c, + gl/fsusage.c, gl/gai_strerror.c, gl/getloadavg.c, gl/getopt1.c, + gl/gettext.h, gl/localcharset.c, gl/m4/00gnulib.m4, gl/m4/btowc.m4, + gl/m4/c-strtod.m4, gl/m4/errno_h.m4, gl/m4/extensions.m4, + gl/m4/fcntl_h.m4, gl/m4/floorf.m4, gl/m4/gnulib-common.m4, + gl/m4/gnulib-comp.m4, gl/m4/include_next.m4, gl/m4/inet_ntop.m4, + gl/m4/lib-link.m4, gl/m4/lib-prefix.m4, gl/m4/locale-fr.m4, + gl/m4/locale-ja.m4, gl/m4/locale-zh.m4, gl/m4/mbrtowc.m4, + gl/m4/mktime.m4, gl/m4/multiarch.m4, gl/m4/printf.m4, + gl/m4/regex.m4, gl/m4/stdint.m4, gl/m4/stdio_h.m4, + gl/m4/stdlib_h.m4, gl/m4/strdup.m4, gl/m4/sys_socket_h.m4, + gl/m4/unistd_h.m4, gl/m4/vasnprintf.m4, gl/m4/wchar.m4, + gl/m4/wcrtomb.m4, gl/math.in.h, gl/mbrtowc.c, gl/mountlist.c, + gl/regex_internal.h, gl/stdint.in.h, gl/stdio.in.h, gl/stdlib.in.h, + gl/strdup.c, gl/strerror.c, gl/sys_socket.in.h, gl/unistd.in.h, + gl/vasnprintf.c, gl/wchar.in.h, gl/xmalloc.c: Sync with the latest + Gnulib code (cb75dc5) Signed-off-by: Holger Weiss -2008-06-17 14:19 tonvoon +2009-05-19 Chris Pepper - * [r2012] plugins-root/pst3.c: - Fixed possible coredump. Removed one level of subroutines (Duncan - Ferguson) + * plugins/check_ups.c, plugins/urlize.c: Fix a few minor typos Signed-off-by: Holger Weiss -2008-06-09 19:47 psychotrahe +2009-05-19 Holger Weiss - * [r2011] NEWS, plugins/check_dig.c, plugins/t/check_dig.t: - Added testcases for check_dig check_dig's -l option is mandatory - now (#1986306) + * doc/developer-guidelines.sgml: Talk about Git instead of CVS Update the Developer Guidelines to reflect the fact that our + development is done using Git instead of CVS these days (as noted by + Chris Pepper on the "nagiosplug-devel" list). While at it, apply another few minor cleanups. Signed-off-by: Holger Weiss -2008-06-02 16:22 tonvoon +2009-05-19 Holger Weiss - * [r2010] NEWS, plugins-root/pst3.c: - Optimised pst3 for systems with large number of processes (Duncan - Ferguson) + * doc/developer-guidelines.sgml: Remove comments regarding former + requirements Don't explain why Libtool and Gettext are no longer needed. Libtool + actually is a requirement, as (at least) the M4 macros provided by + Libtool are needed for our Autotools setup. And the fact that + Gettext is no longer needed probably isn't that interesting for new + developers. Signed-off-by: Holger Weiss -2008-06-02 16:21 tonvoon +2009-05-07 Ton Voon - * [r2009] NEWS, perlmods/Nagios-Plugin-0.22.tar.gz, - perlmods/Nagios-Plugin-0.27.tar.gz: - Updated Nagios::Plugin perl modules to 0.27 + * NEWS, THANKS.in, plugins/check_disk.c: Fixed typo in check_disk -2008-05-30 23:38 dermoth +2009-05-01 Matthias Eble - * [r2008] NEWS, THANKS.in, plugins/check_http.c: - Fix Debian bug #460097: check_http --max-age broken (Hilko - Bengen) + * NEWS, plugins/check_nt.c, plugins/tests/check_nt.t: Fixed crash + from check_nt when -H unspecified or given multiple times (sf.net + #2731755, debian #521097) -2008-05-29 10:21 dermoth +2009-03-24 Thomas Guyot-Sionnest - * [r2007] BUGS: - typo + * NEWS, plugins/check_nt.c: check_nt: allow returning UNKNOWN on + timeouts (-u) -2008-05-27 23:44 tonvoon +2009-03-24 Thomas Guyot-Sionnest - * [r2006] doc/RELEASING: - Changed SF file release to use sftp instead of ftp + * plugins/netutils.c, plugins/netutils.h: Make socket alarm handler + customisable (like c459ca07) -2008-05-27 22:01 tonvoon +2009-03-24 Thomas Guyot-Sionnest - * [r2004] BUGS, ChangeLog, NEWS, configure.in, package.def: - Preparation for 1.4.12 release + * NEWS, THANKS.in, plugins/check_mysql.c: check_mysql: Fix segfault + with old slaves (#2696823 - Oskar Ahner) -2008-05-27 21:52 tonvoon +2009-03-24 Thomas Guyot-Sionnest - * [r2003] THANKS.in, configure.in: - Not picking up solaris systems correctly for check_dhcp. Only - affected SunStudio compiles of check_dhcp (1890260 - Rob Windsor) + * plugins/check_nt.c: Whitespace and intend cleanup -2008-05-27 21:31 tonvoon +2009-03-21 Thomas Guyot-Sionnest - * [r2002] plugins/check_by_ssh.c: - Addition to help to state that -f will always return OK if ssh - command is executed (Alain Dewit - 1852198) + * plugins/check_http.c: Update check_http short help with new stycky + and stickyport options. -2008-05-27 13:35 tonvoon +2009-03-21 Thomas Guyot-Sionnest - * [r2001] plugins-root/pst3.c: - Add additional PID column heading + * plugins/check_http.c: check_http: die when an invalid --onredirect + option is specified -2008-05-26 09:43 dermoth +2009-03-21 Thomas Guyot-Sionnest - * [r2000] NEWS: - correct typo in NEWS + * NEWS, plugins/check_http.c, plugins/tests/check_http.t: + check_http: add --onredirect=stickyport - also follow the same port -2008-05-23 09:09 dermoth +2009-03-20 Thomas Guyot-Sionnest - * [r1999] REQUIREMENTS: - Add a note about radiusclient + * .gitignore, gl/Makefile.am, gl/m4/gnulib-cache.m4, + gl/m4/gnulib-comp.m4, gl/m4/mktime.m4, gl/m4/time_h.m4, + gl/m4/time_r.m4, gl/m4/timegm.m4, gl/mktime.c, gl/time.in.h, + gl/time_r.c, gl/timegm.c: Add the timegm Gnulib module -2008-05-22 08:25 dermoth +2009-03-20 Thomas Guyot-Sionnest - * [r1998] NEWS, configure.in: - Fix linking against OpenSSL where libdl is required + * NEWS, plugins/negate.c, plugins/t/negate.t: negate: make timeouts + configurable -2008-05-21 08:57 dermoth +2009-03-20 Thomas Guyot-Sionnest - * [r1997] NEWS, plugins/check_by_ssh.c, plugins/t/check_by_ssh.t: - Fixed passive option in check_by_ssh Also: - On non-skipped - stderr, check_by_ssh now returns UNKNOWN or worse (result from - command) instead of always UNKNOWN. - Fixed passive tests and - make is always run the specified number of tests (using fail if - there's nothing to test). + * plugins/utils.c, plugins/utils.h: Make alarm handler customisable -2008-05-20 11:37 dermoth +2009-03-20 Thomas Guyot-Sionnest - * [r1996] plugins/t/check_by_ssh.t: - Oops - forgot to remove the SKIP block (which didn't seem to work - fine) + * NEWS, plugins/negate.c: negate: Fix not printing the real timeout + in ALRM handler when timeout is left to default -2008-05-20 11:32 dermoth +2009-03-20 Thomas Guyot-Sionnest - * [r1995] plugins/t/check_by_ssh.t: - Add check_by_ssh tests (passive checks are broken - should be - fixed before next release!) + * plugins/tests/check_http.t: tests/check_http.t: Add various + timeout-related tests -2008-05-20 07:57 dermoth +2009-03-19 Thomas Guyot-Sionnest thomas@aei.ca - * [r1994] NEWS, plugins/check_radius.c: - Clobber password in check_radius process list aguments + * NEWS, plugins/check_http.c: Fixed check_http not timing-out on + redirects -2008-05-13 09:14 dermoth +2009-03-18 Thomas Guyot-Sionnest - * [r1992] plugins/check_dns.c: - Typo + * plugins/sslutils.c, plugins/tests/check_http.t: Revert "Add + timezone support and fix checks around cert expiration" (keep the + expiration fix) This reverts commit d41a33a434558189300113c28b26e2d3d681d390. -2008-05-07 10:02 dermoth +2009-03-18 Thomas Guyot-Sionnest - * [r1991] plugins-root/check_dhcp.c, plugins-root/check_icmp.c, - plugins/check_apt.c, plugins/check_by_ssh.c, - plugins/check_cluster.c, plugins/check_dig.c, - plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c, - plugins/check_game.c, plugins/check_hpjd.c, plugins/check_http.c, - plugins/check_ide_smart.c, plugins/check_ldap.c, - plugins/check_load.c, plugins/check_mrtg.c, - plugins/check_mrtgtraf.c, plugins/check_mysql.c, - plugins/check_mysql_query.c, plugins/check_nagios.c, - plugins/check_nt.c, plugins/check_ntp.c, - plugins/check_ntp_peer.c, plugins/check_ntp_time.c, - plugins/check_nwstat.c, plugins/check_overcr.c, - plugins/check_pgsql.c, plugins/check_ping.c, - plugins/check_procs.c, plugins/check_radius.c, - plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c, - plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c, - plugins/check_time.c, plugins/check_ups.c, plugins/check_users.c, - plugins/utils.h: - Added support for --extra-opts in all C plugins (disabled by - default, see configure --help) + * plugins/t/check_snmp.t: Add suggested multi-oid test (John A. + Barbuto) -2008-05-07 10:01 dermoth +2009-03-18 Thomas Guyot-Sionnest - * [r1990] NEWS, THANKS.in, plugins/check_ping.c: - Added performance data to check_ping (Christian Schneemann) + * plugins/check_snmp.c: check_snmp: Fix potential buffer overflow - + enforce MAX_OIDS limit (John A. Barbuto) -2008-05-02 09:28 dermoth +2009-03-18 Thomas Guyot-Sionnest - * [r1989] NEWS, plugins/negate.c: - negate now has the ability to replace the status text as well - (-s, --substitute) Also changed: - default timeout to 11 instead - of 9 (since it's recommended to have a higher timeout, and many - plugins default to 10 seconds) - If there's no STDOUT lines - returned, still returns the returned result if it's NON-ok - instead of forcing it to UNKNOWN + * tools/tinderbox_build: Fix logging of STDERR in tinderbox tests + phase -2008-04-30 12:50 dermoth +2009-03-17 Thomas Guyot-Sionnest - * [r1988] NEWS, plugins/check_mysql.c, plugins/check_mysql_query.c, - plugins/t/check_mysql.t: - Add socket support to check_mysql* Also clears the password from - check_mysql command-line options + * plugins/sslutils.c, plugins/tests/check_http.t: Add timezone + support and fix checks around cert expiration -2008-04-29 14:54 hweiss +2009-03-17 Thomas Guyot-Sionnest - * [r1987] configure.in: - Support "--without-pgsql" (reported by Alex Songe via IRC). + * plugins/t/check_procs.t: Check for existence of pre-instaleld pst3 + for Solaris tests in t/check_procs.t -2008-04-29 09:01 dermoth +2009-03-17 Thomas Guyot-Sionnest - * [r1986] plugins/check_ntp.c, plugins/check_ntp_peer.c, - plugins/check_ntp_time.c: - Use UT_THRESHOLDS_NOTES in all plugins + * NEWS, plugins/check_http.c: Fix check_http sending HTTP/1.0 with + v1.1 headers (#2638765) -2008-04-29 09:01 dermoth +2009-03-16 Thomas Guyot-Sionnest - * [r1985] plugins-root/check_dhcp.c, plugins-root/check_icmp.c: - --help output cleanup (plus removal of spaces on blank lines) + * plugins/t/check_snmp.t: Fix check_snmp test on solaris -2008-04-27 14:35 dermoth +2009-03-16 Thomas Guyot-Sionnest - * [r1984] plugins/check_apt.c, plugins/check_by_ssh.c, - plugins/check_cluster.c, plugins/check_dig.c, - plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, - plugins/check_fping.c, plugins/check_game.c, - plugins/check_hpjd.c, plugins/check_http.c, - plugins/check_ide_smart.c, plugins/check_ldap.c, - plugins/check_load.c, plugins/check_mrtg.c, - plugins/check_mrtgtraf.c, plugins/check_mysql.c, - plugins/check_mysql_query.c, plugins/check_nagios.c, - plugins/check_nt.c, plugins/check_ntp.c, - plugins/check_ntp_peer.c, plugins/check_nwstat.c, - plugins/check_overcr.c, plugins/check_pgsql.c, - plugins/check_ping.c, plugins/check_procs.c, - plugins/check_radius.c, plugins/check_real.c, - plugins/check_snmp.c, plugins/check_swap.c, plugins/check_ups.c, - plugins/utils.h: - --help output cleanup (plus removal of spaces on blank lines) + * plugins/tests/check_http.t: Update extended check_http tests for + 0d78171... Also add some tests, and make debug mode loop + infinitely. -2008-04-23 08:19 dermoth +2009-03-16 Thomas Guyot-Sionnest - * [r1983] plugins/check_radius.c: - Correct typo and make the --help notes a bit simpler. + * plugins/check_http.c: check_http fixes: - Fix broken printf on 500 errors - Add bytes to normal output (accidentally removed in 0d78171) -2008-04-17 10:46 dermoth +2009-03-16 Thomas Guyot-Sionnest - * [r1979] plugins/check_dns.c: - Correct the help text + * plugins/check_snmp.c, plugins/t/check_snmp.t: check_snmp fixes: - Fix broken compilation caused by typo in command ending - Remove extra whitespaces at EOL - Fix invalid host test on Ubuntu Hardy (and possibly others) -2008-04-17 10:37 dermoth +2009-03-14 Ton Voon - * [r1978] NEWS, plugins/check_dns.c: - Allow to repeat -a to set multiple possible addresses + * plugins/check_snmp.c: Ignore stderr messages unless return code is + non-zero or there is no output -2008-04-05 08:02 dermoth +2009-03-14 Ton Voon - * [r1977] NEWS, plugins/check_ntp.c, plugins/check_ntp_peer.c: - check_ntp and check_ntp_peer now show proper jitter/stratum - thresholds longopts in --help + * NEWS, THANKS.in, plugins/Makefile.am, plugins/check_snmp.c, + plugins/t/check_snmp.t: Fixed passing of quotes in OID for + check_snmp (#1985230 - Jan Wagner, patch by John Barbuto) -2008-04-04 10:11 dermoth +2009-03-06 Ton Voon - * [r1976] lib/extra_opts.c, lib/parse_ini.c, lib/tests/test_ini.c, - lib/tests/test_opts.c: - make parse_ini die like in N::P if section isn't found + * plugins/tests/certs/expired-cert.pem, + plugins/tests/certs/expired-key.pem, plugins/tests/check_http.t: + Create expired cert for testing purposes. Updated tests to check + expired and unexpired certificates -2008-04-02 09:19 dermoth +2009-03-05 Ton Voon - * [r1974] lib/Makefile.config-opts, lib/tests/Makefile.config-opts: - Delete obsolete files + * : commit 8580335779b44f23a97b5534c90262b9658a37d7 Author: Ton Voon + Date: Thu Mar 5 23:37:45 2009 +0000 -2008-04-02 09:11 dermoth +2009-02-24 Thomas Guyot-Sionnest - * [r1973] configure.in, lib/Makefile.am, lib/parse_ini.c, - lib/tests/Makefile.am, lib/tests/test_ini.t, - lib/tests/test_opts.t, po/de.po, po/fr.po, po/nagios-plugins.pot: - - Add --enable-extra-opts configure option for compiling - extra-opts support - Auto-update po/pot files + * NEWS, THANKS.in, plugins/check_snmp.c: check_snmp long help + missing retries entry (#2608223) Fix for check_snmp long help, reported by Richard Edward Horner -2008-04-01 09:38 dermoth +2009-02-20 Ton Voon - * [r1972] lib/parse_ini.c: - fix the obvious... + * po/fr.po: Updated string ids, due to typo fixes -2008-04-01 09:31 dermoth +2009-02-20 Ton Voon - * [r1971] lib/extra_opts.c, lib/extra_opts.h: - np_extra_opts now retain pointers from argv so that plugins can - still overwrite sensitive options + * plugins-scripts/check_mailq.pl, plugins/check_dns.c, + plugins/check_http.c, plugins/check_ldap.c, plugins/check_mysql.c, + plugins/check_procs.c, plugins/check_radius.c, + plugins/check_snmp.c, plugins/check_tcp.c, plugins/check_ups.c: Typo + fixes (Jan Wagner - SF 1878971) -2008-03-31 07:07 dermoth +2009-02-19 Ton Voon - * [r1970] gl: - update svn:ignore property (last gnulib update added many - auto-generated files) + * NEWS, THANKS.in, plugins/check_nt.c, plugins/tests/check_nt.t: + Fixed coredump from check_nt when drive not found (Olli Hauer - SF + 2179754) -2008-03-31 07:04 dermoth +2009-02-06 Thomas Guyot-Sionnest - * [r1969] lib/extra_opts.c, lib/tests/test_opts.c: - Fix bug with --extra-opts as last argument with no value Fix - problem with duplicate function name (function should eventually - move to /lib) + * doc/RELEASING: Devel doc: NP-VERSION-GEN needs to be updated as + well -2008-03-31 05:31 dermoth +2009-02-06 Thomas Guyot-Sionnest - * [r1968] lib/extra_opts.c, lib/extra_opts.h, lib/parse_ini.c, - lib/parse_ini.h, lib/tests/test_ini.c, lib/tests/test_opts.c: - Fix for last commit - I accidentaly broke my local Makefile and - tests weren't being re-compiled. + * NEWS: Small correction in NEWS entry -2008-03-30 14:02 dermoth +2009-02-06 Thomas Guyot-Sionnest - * [r1967] lib/extra_opts.c, lib/extra_opts.h, - lib/tests/test_opts.c: - - Remove the last argument of np_extra_opts - Code cleanups and - comments + * doc/LEAVERS, doc/NEW_STARTERS, doc/RELEASING: Update the devel + notes for Git -2008-03-29 15:35 dermoth +2009-02-06 Thomas Guyot-Sionnest - * [r1966] lib/tests: - Update svn:ignore property + * doc/LEAVERS, doc/NEW_STARTERS, doc/RELEASING: Revert "Moving + project administration documents to nagiosplugins.org site" This reverts commit f4a52594818e7c3634a397ac1f86ef87a68bd121. -2008-03-26 09:46 dermoth +2009-02-05 Thomas Guyot-Sionnest - * [r1962] lib/parse_ini.c, lib/parse_ini.h, lib/tests/plugins.ini, - lib/tests/test_opts.c: - write ini-file lookup function + tests + * NEWS, plugins/check_http.c: check_http --onredirect=sticky follows + using the same IP address (sf.net #2550208). -2008-03-24 07:02 dermoth +2009-02-03 Thomas Guyot-Sionnest - * [r1961] lib/extra_opts.c, lib/extra_opts.h, - lib/tests/config-opts.ini, lib/tests/test_opts.c, - lib/tests/test_opts.t: - Add extra-opts argument parsing with tests + * NEWS: Add NEWS entry for last commit -2008-03-24 06:28 dermoth +2009-02-03 Thomas Guyot-Sionnest - * [r1960] lib/parse_ini.c, lib/parse_ini.h: - Replace broken usage of NAGIOS_CONFIG_PATH with a stub function - (that will try to find a config file in the future...) Allow NULL - locator (default file/section) + * plugins/check_http.c: Fix aberrant behaviours in check_http: check_http used to ignore many parameters with check combinations - + sometimes even time thresholds(!!) With this commit as long as a response is received *all* checks are + performed on it. This fixes #1460312 plus a number of other issues I discovered over + time. -2008-03-20 11:53 dermoth +2009-01-26 Thomas Guyot-Sionnest - * [r1959] plugins/check_dig.c: - - Fix bug #1920671 - Make --help output looks nice + * lib/tests/test_utils.c, lib/utils_base.c, lib/utils_base.h, + plugins/check_ntp_peer.c: Make extract_value more generic: Add a separator argument passed using defines. -2008-03-18 10:59 tonvoon +2009-01-24 Thomas Guyot-Sionnest - * [r1955] plugins/tests/check_procs.t: - Include test for check_procs, using input file + * lib/tests/test_ini1.c, lib/tests/test_opts1.c: Remove the + commented out blocks The die tests are implemented in the test_*3.t files -2008-03-18 01:21 tonvoon +2009-01-24 Thomas Guyot-Sionnest - * [r1954] plugins/check_procs.c, plugins/tests/var, - plugins/tests/var/ps-axwo.darwin, - plugins/tests/var/ps_axwo.debian: - Updated check_procs with a hidden --input-file option. Include - some sample outputs for testing + * lib/tests/test_ini1.t, lib/tests/test_ini3.t: Fix paths in + test_ini tests -2008-03-17 23:08 tonvoon +2009-01-23 Thomas Guyot-Sionnest - * [r1953] plugins/t/check_nagios.t: - Don't run check_nagios tests on Solaris, because of pst3 - requirement + * .gitignore, configure.in, lib/tests/Makefile.am, + lib/tests/test_ini.c, lib/tests/test_ini.t, lib/tests/test_ini1.c, + lib/tests/test_ini1.t, lib/tests/test_ini3.c, + lib/tests/test_ini3.t, lib/tests/test_opts3.t: Add die tests for + parse_ini -2008-03-16 18:10 dermoth +2009-01-22 Thomas Guyot-Sionnest - * [r1951] lib/tests/config-dos.ini, lib/tests/plugin.ini, - lib/tests/test_ini.c: - Add tests: - DOS-newline ini file - section defined twice + * lib/parse_ini.c, lib/tests/test_opts3.t: Return UNKNOWN if none of + the default files can be found. It makes no sense to return unknown if an implicit section is not + found, but go on if the file is missing -2008-03-15 22:42 dermoth +2009-01-21 Thomas Guyot-Sionnest - * [r1950] lib/parse_ini.c: - parse_ini now reads the default section if the request one can't - be found. All tests should return ok now. + * .gitignore, configure.in, lib/tests/Makefile.am, + lib/tests/test_opts1.c, lib/tests/test_opts2.c, + lib/tests/test_opts3.c, lib/tests/test_opts3.t: Add die tests for + extra-opts -2008-03-15 21:51 dermoth +2009-01-19 Thomas Guyot-Sionnest - * [r1949] lib/parse_ini.c: - Oops - this line shouldn't have been here (doesn't even work - anyways) ;) + * lib/tests/test_utils.c, lib/utils_base.c, lib/utils_base.h, + plugins/check_ntp_peer.c: Move check_ntp's extract_value to + utils_base.c. This function can also be used to parse performance data strings + which could be useful in the future. -2008-03-15 20:47 dermoth +2009-01-21 Thomas Guyot-Sionnest - * [r1948] lib/parse_ini.c, lib/tests/plugin.ini, - lib/tests/test_ini.c: - - Make equal-less parameters illegal - parameters without - argument after '=' are now assumed to be argument-less - Add a - testcase for space in stanza and various argument-less parameters + * .gitignore: Accidentally included built executables - also updated + .gitignore -2008-03-15 20:34 dermoth +2009-01-20 Thomas Guyot-Sionnest - * [r1947] lib/parse_ini.c: - Fix handling of leading and trailing spaces in stanza + * configure.in, lib/tests/Makefile.am, lib/tests/test_opts.c, + lib/tests/test_opts.t, lib/tests/test_opts1.c, + lib/tests/test_opts1.t, lib/tests/test_opts2.c, + lib/tests/test_opts2.t: Some platform are missing setenv Instead of adding the gnulib module for solving tests only I split + the test in two, setting environment from Perl for the later. -2008-03-15 16:17 dermoth +2009-01-20 Thomas Guyot-Sionnest - * [r1946] lib/parse_ini.c, lib/tests/test_ini.c: - Fix segfault in test_ini.c and uncomment the affected tests Fix - bug in stanza parsing where full section could be skipped Fix - single-argument options + * lib/tests/Makefile.am: Fix (or try at least) for IRIX compile to + tap tests Gnulib says: "$(LTLIBINTL) when linking with libtool, $(LIBINTL) + otherwise" Everywhere else we use LTLIBINTL so I assume the tests + should use it as well. -2008-03-15 04:51 dermoth +2009-01-20 Thomas Guyot-Sionnest - * [r1945] lib/parse_ini.c, lib/parse_ini.h, lib/tests/test_ini.c, - lib/tests/test_ini.t: - This commit consist of two changes: 1. Make np_get_defaults - return a linked list instead of a string. It will then be easy to - convert the linked list back to an argument array. 2. Fix tests - 3-4 of test_ini.c. - - A test_ini.t was added too. parse_ini and test_ini aren't - included yet in the build makefiles. + * plugins/t/check_users.t: Trick for check_users test without users + logged-in -2008-03-15 00:14 psychotrahe +2009-01-19 Thomas Guyot-Sionnest - * [r1944] plugins/check_http.c: - Add port to Host Header to prevent problems with non default - ports (Christophe Dupre #1881898) + * tools/tinderbox_build: Build extra-opts in tinderbox so they can + be tested -2008-03-14 23:47 psychotrahe +2009-01-18 Thomas Guyot-Sionnest - * [r1943] NEWS, plugins/check_dig.c: - Added -A/--dig-arguments to check_dig (#1889453/#1874041) + * lib/tests/Makefile.am: Re-apply "Cleanup; fix the way libraries + are linked; Make-It-Simple(tm)" This reverts commit 7449b16b1781c645751e2c05b93893e93630fb2a. -2008-03-14 22:35 psychotrahe +2009-01-18 Thomas Guyot-Sionnest - * [r1942] plugins/check_smtp.c: - Enhanced check_smtp to actually print invalid response text - (#1911239) + * gl/wchar.in.h: Trying out new patch for IRIX 6.5 from Bruno Haible See: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/16341 -2008-03-14 15:44 tonvoon +2009-01-18 Thomas Guyot-Sionnest - * [r1941] NEWS, plugins-root/Makefile.am, plugins/Makefile.am: - Fixed 64 bit pst3 when tries to link to gettext. Gettext linked - dynamically, if necessary + * gl/wchar.in.h: Revert "Trying out a patch for IRIX 11" This reverts commit d190c5d25865a7414eea4fe6409a94842fba220e. -2008-03-14 10:17 dermoth +2009-01-16 Thomas Guyot-Sionnest - * [r1940] gl/charset.alias, gl/configmake.h, gl/math.h, - gl/ref-add.sed, gl/ref-del.sed, gl/stdio.h, gl/stdlib.h, - gl/string.h, gl/unistd.h: - These files are generated automatically during the make process, - and removed by make clean. + * gl/wchar.in.h: Trying out a patch for IRIX 11 See: + http://lists.gnu.org/archive/html/bug-gnulib/2009-01/msg00098.html -2008-03-11 00:37 tonvoon +2009-01-15 Thomas Guyot-Sionnest - * [r1939] configure.in, gl/m4/mbstate_t.m4: - Possible fix for HP-UX compile problems of regex_internal.c + * configure.in: Removing AC_FUNC_ALLOCA from configure.in (added in + the gnulib sync commit) I added AC_FUNC_ALLOCA because of a mistake on my part (which has + been fixed before the final commit). Removing it now. -2008-03-11 00:10 tonvoon +2009-01-15 Thomas Guyot-Sionnest - * [r1938] configure.in, lib/utils_base.c, plugins-root/Makefile.am, - plugins/check_http.c, plugins/check_smtp.c, plugins/common.h: - Fixed link -m64 problems on pst3 for solaris. Fixed - _FILE_OFFSET_BITS redefinition warnings. Fixed helper ar error in - ./configure + * lib/tests/test_disk.c: Typo -2008-02-28 16:21 tonvoon +2009-01-15 Thomas Guyot-Sionnest - * [r1937] NEWS, configure.in, plugins-root/Makefile.am, - plugins-root/pst3.c, plugins/check_procs.c, - plugins/t/check_procs.t: - Reverted check_procs for solaris back to using pst3 due to - truncation for argument fields using other methods + * .gitignore, build-aux/config.rpath, configure.in, gl/Makefile.am, + gl/alloca.in.h, gl/arpa_inet.in.h, gl/base64.c, gl/base64.h, + gl/btowc.c, gl/config.charset, gl/errno.in.h, gl/fcntl.in.h, + gl/float.in.h, gl/gai_strerror.c, gl/getaddrinfo.c, + gl/getaddrinfo.h, gl/gethostname.c, gl/getloadavg.c, gl/getopt.c, + gl/inet_ntop.c, gl/inet_ntop.h, gl/localcharset.c, + gl/m4/absolute-header.m4, gl/m4/alloca.m4, gl/m4/arpa_inet_h.m4, + gl/m4/btowc.m4, gl/m4/c-strtod.m4, gl/m4/codeset.m4, + gl/m4/double-slash-root.m4, gl/m4/eoverflow.m4, gl/m4/errno_h.m4, + gl/m4/extensions.m4, gl/m4/fcntl_h.m4, gl/m4/fsusage.m4, + gl/m4/getaddrinfo.m4, gl/m4/gethostname.m4, gl/m4/getloadavg.m4, + gl/m4/getopt.m4, gl/m4/gettext.m4, gl/m4/glibc2.m4, + gl/m4/glibc21.m4, gl/m4/gnulib-cache.m4, gl/m4/gnulib-common.m4, + gl/m4/gnulib-comp.m4, gl/m4/gnulib-tool.m4, gl/m4/hostent.m4, + gl/m4/iconv.m4, gl/m4/include_next.m4, gl/m4/inet_ntop.m4, + gl/m4/inline.m4, gl/m4/intdiv0.m4, gl/m4/intldir.m4, + gl/m4/intlmacosx.m4, gl/m4/intmax.m4, gl/m4/intmax_t.m4, + gl/m4/inttypes-pri.m4, gl/m4/inttypes_h.m4, gl/m4/lcmessage.m4, + gl/m4/lib-ld.m4, gl/m4/lib-link.m4, gl/m4/lib-prefix.m4, + gl/m4/localcharset.m4, gl/m4/locale-fr.m4, gl/m4/locale-ja.m4, + gl/m4/locale-zh.m4, gl/m4/lock.m4, gl/m4/longlong.m4, + gl/m4/ls-mntd-fs.m4, gl/m4/malloc.m4, gl/m4/math_h.m4, + gl/m4/mbrtowc.m4, gl/m4/mbsinit.m4, gl/m4/mbstate_t.m4, + gl/m4/mountlist.m4, gl/m4/multiarch.m4, gl/m4/netdb_h.m4, + gl/m4/netinet_in_h.m4, gl/m4/nls.m4, gl/m4/onceonly.m4, + gl/m4/onceonly_2_57.m4, gl/m4/open.m4, gl/m4/po.m4, + gl/m4/printf-posix.m4, gl/m4/printf.m4, gl/m4/progtest.m4, + gl/m4/regex.m4, gl/m4/servent.m4, gl/m4/size_max.m4, + gl/m4/snprintf.m4, gl/m4/sockpfaf.m4, gl/m4/stdbool.m4, + gl/m4/stdint.m4, gl/m4/stdint_h.m4, gl/m4/stdio_h.m4, + gl/m4/stdlib_h.m4, gl/m4/strdup.m4, gl/m4/strerror.m4, + gl/m4/string_h.m4, gl/m4/strndup.m4, gl/m4/strnlen.m4, + gl/m4/sys_socket_h.m4, gl/m4/threadlib.m4, gl/m4/uintmax_t.m4, + gl/m4/unistd_h.m4, gl/m4/vasnprintf.m4, gl/m4/visibility.m4, + gl/m4/vsnprintf.m4, gl/m4/wchar.m4, gl/m4/wchar_t.m4, + gl/m4/wcrtomb.m4, gl/m4/wctype.m4, gl/m4/wint_t.m4, gl/m4/write.m4, + gl/m4/xsize.m4, gl/math.in.h, gl/mbrtowc.c, gl/mbsinit.c, + gl/netdb.in.h, gl/netinet_in.in.h, gl/open-safer.c, gl/open.c, + gl/regcomp.c, gl/regex_internal.c, gl/regex_internal.h, + gl/regexec.c, gl/snprintf.c, gl/stdbool.in.h, gl/stdint.in.h, + gl/stdio-write.c, gl/stdio.in.h, gl/stdlib.in.h, gl/strdup.c, + gl/streq.h, gl/strerror.c, gl/string.in.h, gl/sys_socket.in.h, + gl/unistd.in.h, gl/vasnprintf.c, gl/vasprintf.c, gl/verify.h, + gl/vsnprintf.c, gl/wchar.in.h, gl/wcrtomb.c, gl/wctype.in.h, + gl/write.c, gl/xalloc.h, gl/xmalloc.c, gl/xsize.h, + plugins/Makefile.am, plugins/netutils.h: Sync with gnulib -2008-02-28 12:54 tonvoon +2009-01-15 Thomas Guyot-Sionnest - * [r1936] tools/build_perl_modules: - Fix where PERL5LIB is blank + * tap/tap.h: Clean up last commit - remove the __STDC_VERSION__ + check in tap.h HP-UX refuses to compile tap with the check for __STDC_VERSION__ >= + 199901L even though it can. -2008-02-18 11:23 tonvoon +2009-01-14 Thomas Guyot-Sionnest + + * tap/tap.h: Trying to see if HP-UX will compile without the + __STDC_VERSION__ check in tap.h + +2009-01-13 Thomas Guyot-Sionnest + + * lib/Makefile.am: Make /lib before /lib/tests to satisfy + dependencies (building tests fails on IRIX) + +2009-01-09 Thomas Guyot-Sionnest + + * lib/tests/test_utils.c: Fix test from last commit + +2009-01-09 Thomas Guyot-Sionnest + + * lib/tests/test_utils.c: basename check in test_utils.c was + accidentaly added again. In 538b97c I reverted a serie of libtap patch by Ton Voon; it + included the removal of the useless basename check. Relevant portion of the changelog from which it was removed + (f31cd40): Removed basename test as we should use base_name from GNUlib which + is tested separately + +2009-01-09 Thomas Guyot-Sionnest + + * lib/Makefile.am, lib/tests/Makefile.am: Revert "Cleanup; fix the + way libraries are linked; Make-It-Simple(tm)" Trying to see if this has any relation to the tinderbox failure. I + doubt it and will revert back as soon as it's tested. This reverts commit a97e5fbda21a05574b0e3c5a5118402ebfbbd13c. + +2009-01-08 Thomas Guyot-Sionnest + + * lib/tests/test_utils.c: Try to make IRIX happy (this fixes a + similar warning in Solaris) + +2009-01-07 Thomas Guyot-Sionnest + + * lib/Makefile.am, lib/tests/Makefile.am: Cleanup; fix the way + libraries are linked; Make-It-Simple(tm) lib/Makefile.am | 2 +- lib/tests/Makefile.am | 37 ++++--------------------------------- 2 files changed, 5 insertions(+), 34 deletions(-) + +2009-01-06 Thomas Guyot-Sionnest + + * tools/git2svn.pl: git2svn: Use --add-author-from with "git + set-tree" + +2009-01-06 Thomas Guyot-Sionnest + + * tools/tinderbox_build: tinderbox_build: Add --enable-libtap + configure option + +2009-01-06 Thomas Guyot-Sionnest + + * tools/tinderbox_build: tinderbox_build: Clarify comment + +2008-12-23 Ton Voon + + * plugins/check_snmp.c: Allow privproto to be passed through + check_snmp to snmpget. Defaults to DES for compatibility + +2008-12-03 Thomas Guyot-Sionnest + + * NEWS, THANKS.in, plugins/check_mrtg.c: check_mrtg: fix plugin + returning UNKNOWN instead of OK (bug #2378068) + +2008-12-02 Ton Voon + + * tools/sfsnapshot: Updated to latest due to SF policy changes + +2008-11-28 Thomas Guyot-Sionnest + + * .gitignore, Makefile.am, NEWS, configure.in, + lib/tests/Makefile.am, tap/Makefile.am, tap/README, tap/tap.3, + tap/tap.c, tap/tap.h, tap/tests/Makefile.am, tap/tests/README, + tap/tests/diag/Makefile.am, tap/tests/diag/test.c, + tap/tests/diag/test.pl, tap/tests/diag/test.t, + tap/tests/fail/Makefile.am, tap/tests/fail/test.c, + tap/tests/fail/test.pl, tap/tests/fail/test.t, + tap/tests/ok/Makefile.am, tap/tests/ok/ok-hash/Makefile.am, + tap/tests/ok/ok-hash/test.c, tap/tests/ok/ok-hash/test.pl, + tap/tests/ok/ok-hash/test.t, tap/tests/ok/ok-numeric/Makefile.am, + tap/tests/ok/ok-numeric/test.c, tap/tests/ok/ok-numeric/test.pl, + tap/tests/ok/ok-numeric/test.t, tap/tests/ok/ok/Makefile.am, + tap/tests/ok/ok/test.c, tap/tests/ok/ok/test.pl, + tap/tests/ok/ok/test.t, tap/tests/pass/Makefile.am, + tap/tests/pass/test.c, tap/tests/pass/test.pl, + tap/tests/pass/test.t, tap/tests/plan/Makefile.am, + tap/tests/plan/no-tests/Makefile.am, + tap/tests/plan/no-tests/test.c, tap/tests/plan/no-tests/test.pl, + tap/tests/plan/no-tests/test.t, tap/tests/plan/no_plan/Makefile.am, + tap/tests/plan/no_plan/test.c, tap/tests/plan/no_plan/test.pl, + tap/tests/plan/no_plan/test.t, + tap/tests/plan/not-enough-tests/Makefile.am, + tap/tests/plan/not-enough-tests/test.c, + tap/tests/plan/not-enough-tests/test.pl, + tap/tests/plan/not-enough-tests/test.t, + tap/tests/plan/sane/Makefile.am, tap/tests/plan/sane/test.c, + tap/tests/plan/sane/test.pl, tap/tests/plan/sane/test.t, + tap/tests/plan/skip_all/Makefile.am, + tap/tests/plan/skip_all/test.c, tap/tests/plan/skip_all/test.pl, + tap/tests/plan/skip_all/test.t, + tap/tests/plan/too-many-plans/Makefile.am, + tap/tests/plan/too-many-plans/test.c, + tap/tests/plan/too-many-plans/test.pl, + tap/tests/plan/too-many-plans/test.t, + tap/tests/plan/too-many-tests/Makefile.am, + tap/tests/plan/too-many-tests/test.c, + tap/tests/plan/too-many-tests/test.pl, + tap/tests/plan/too-many-tests/test.t, tap/tests/skip/Makefile.am, + tap/tests/skip/test.c, tap/tests/skip/test.pl, + tap/tests/skip/test.t, tap/tests/todo/Makefile.am, + tap/tests/todo/test.c, tap/tests/todo/test.pl, + tap/tests/todo/test.t: Add Libtap as a bundled library (does not + change any behaviour without --enable-libtap) Detects system library as pre-1.4.13 and does not install the + built-in library anymore Tested on: - Linux x86_64, with and without local libtap (System libtap + installed) - Linux x86, with and without local libtap (System libtap NOT + installed) - Solaris SPARC, with and without local libtap, with and without + system libtap installed - * [r1935] NEWS: - Added CVE MITRE tracking number +2008-11-28 Thomas Guyot-Sionnest -2008-02-13 20:36 psychotrahe - - * [r1934] NEWS, plugins/check_pgsql.c: - check_pgsql now builds with postgres lib v8.3 (Jan Wagner - #1878972) - -2008-02-13 19:14 psychotrahe - - * [r1933] plugins/check_disk.c: - Fix --local argument handling (Jan Wagner #1878971) - -2008-02-13 15:10 dermoth - - * [r1932] plugins/check_disk.c: - Fix broken intending (The whole file use spaces only except my - last patch and 1-3 other places). - -2008-02-13 11:37 dermoth - - * [r1931] gl: - Add two files to svn:ignore - -2008-02-13 11:05 dermoth - - * [r1930] lib/utils_base.c, plugins/check_disk.c: - set_thresholds now let the user free the thresolds. (P.S.: When - you set twice the thresholds for a path in check disk (like using - -C followed by -p ) it overrides them. All new elements are - created with np_add_parameter which initialises the thresholds to - NULL.) - -2008-02-13 04:18 dermoth - - * [r1929] NEWS: - News, nothing else. - -2008-02-13 04:16 dermoth - - * [r1928] plugins/common.h: - This floorf workaround is Nnot needed anymore since floorf is - part of Gnulib - -2008-02-13 04:07 dermoth - - * [r1927] lib/tests/test_base64.c: - Reverting patch to test 8-bit data: Still broken on Solaris - (7-bit works as before) - -2008-02-12 12:03 dermoth - - * [r1926] gl/Makefile.am, gl/base64.c, gl/base64.h, - gl/charset.alias, gl/configmake.h, gl/floor.c, gl/floorf.c, - gl/m4/base64.m4, gl/m4/floorf.m4, gl/m4/gnulib-cache.m4, - gl/m4/gnulib-comp.m4, gl/m4/math_h.m4, gl/math.h, gl/math.in.h, - gl/ref-add.sed, gl/ref-del.sed, gl/stdio.h, gl/stdlib.h, - gl/string.h, gl/unistd.h, lib/Makefile.am, lib/base64.c, - lib/base64.h, lib/tests/Makefile.am, lib/tests/test_base64.c, - plugins/check_http.c, plugins/check_smtp.c: - Import Gnulib floorf and base64 and removed our old base64 - library. - -2008-02-12 11:07 dermoth - - * [r1925] build-aux/config.rpath, build-aux/link-warning.h, - gl/Makefile.am, gl/alloca.c, gl/alloca.in.h, gl/alloca_.h, - gl/asnprintf.c, gl/asprintf.c, gl/basename.c, gl/c-strtod.c, - gl/cloexec.c, gl/config.charset, gl/creat-safer.c, gl/dirname.c, - gl/dirname.h, gl/dup-safer.c, gl/error.c, gl/error.h, gl/exit.h, - gl/exitfail.c, gl/exitfail.h, gl/fcntl--.h, gl/fcntl-safer.h, - gl/fd-safer.c, gl/float+.h, gl/float.in.h, gl/fsusage.c, - gl/fsusage.h, gl/full-read.c, gl/full-read.h, gl/full-write.c, - gl/full-write.h, gl/gai_strerror.c, gl/getaddrinfo.c, - gl/getaddrinfo.h, gl/gethostname.c, gl/getloadavg.c, gl/getopt.c, - gl/getopt.in.h, gl/getopt1.c, gl/getopt_.h, gl/getopt_int.h, - gl/gettext.h, gl/inet_ntop.c, gl/inet_ntop.h, gl/intprops.h, - gl/localcharset.c, gl/localcharset.h, gl/m4/absolute-header.m4, - gl/m4/alloca.m4, gl/m4/extensions.m4, gl/m4/float_h.m4, - gl/m4/fsusage.m4, gl/m4/getaddrinfo.m4, gl/m4/getloadavg.m4, - gl/m4/gettext.m4, gl/m4/gnulib-cache.m4, gl/m4/gnulib-common.m4, - gl/m4/gnulib-comp.m4, gl/m4/iconv.m4, gl/m4/include_next.m4, - gl/m4/intdiv0.m4, gl/m4/intl.m4, gl/m4/intlmacosx.m4, - gl/m4/intmax_t.m4, gl/m4/lib-link.m4, gl/m4/localcharset.m4, - gl/m4/lock.m4, gl/m4/longdouble.m4, gl/m4/longlong.m4, - gl/m4/malloc.m4, gl/m4/mbchar.m4, gl/m4/mbiter.m4, - gl/m4/mbrtowc.m4, gl/m4/memchr.m4, gl/m4/minmax.m4, - gl/m4/netinet_in_h.m4, gl/m4/po.m4, gl/m4/printf-posix.m4, - gl/m4/regex.m4, gl/m4/snprintf.m4, gl/m4/socklen.m4, - gl/m4/stdint.m4, gl/m4/stdio_h.m4, gl/m4/stdlib_h.m4, - gl/m4/strcase.m4, gl/m4/strdup.m4, gl/m4/strerror.m4, - gl/m4/string_h.m4, gl/m4/strndup.m4, gl/m4/strnlen.m4, - gl/m4/sys_socket_h.m4, gl/m4/uintmax_t.m4, gl/m4/ulonglong.m4, - gl/m4/unistd_h.m4, gl/m4/vasnprintf.m4, gl/m4/vasprintf.m4, - gl/m4/vsnprintf.m4, gl/m4/wchar.m4, gl/m4/wctype.m4, - gl/m4/wcwidth.m4, gl/m4/wint_t.m4, gl/malloc.c, gl/mbchar.c, - gl/mbchar.h, gl/mbuiter.h, gl/memchr.c, gl/minmax.h, - gl/mountlist.c, gl/mountlist.h, gl/netinet_in.in.h, - gl/open-safer.c, gl/pipe-safer.c, gl/printf-args.c, - gl/printf-args.h, gl/printf-parse.c, gl/printf-parse.h, - gl/ref-add.sin, gl/ref-del.sin, gl/regcomp.c, gl/regex.c, - gl/regex.h, gl/regex_internal.c, gl/regex_internal.h, - gl/regexec.c, gl/safe-read.c, gl/safe-read.h, gl/safe-write.c, - gl/safe-write.h, gl/size_max.h, gl/snprintf.c, gl/snprintf.h, - gl/socket_.h, gl/stdbool.in.h, gl/stdbool_.h, gl/stdint.in.h, - gl/stdint_.h, gl/stdio.in.h, gl/stdlib.in.h, gl/strcase.h, - gl/strcasecmp.c, gl/strdup.c, gl/strdup.h, gl/strerror.c, - gl/string.in.h, gl/stripslash.c, gl/strncasecmp.c, gl/strndup.c, - gl/strndup.h, gl/strnlen.c, gl/strnlen.h, gl/strnlen1.c, - gl/strnlen1.h, gl/sys_socket.in.h, gl/unistd--.h, - gl/unistd-safer.h, gl/unistd.in.h, gl/unistd_.h, gl/vasnprintf.c, - gl/vasnprintf.h, gl/vasprintf.c, gl/vasprintf.h, gl/vsnprintf.c, - gl/vsnprintf.h, gl/wchar.in.h, gl/wchar_.h, gl/wctype.in.h, - gl/wctype_.h, gl/wcwidth.h, gl/xalloc-die.c, gl/xalloc.h, - gl/xmalloc.c, gl/xsize.h, gl/xstrndup.c, gl/xstrndup.h, - plugins/common.h, po/Makevars: - Sync to latest Gnulib - -2008-02-11 21:36 tonvoon - - * [r1924] REQUIREMENTS: - Hints re: SSL features - -2008-02-11 21:23 tonvoon - - * [r1923] configure.in: - Added link to FAQ for redhat spopen problem - -2008-01-31 11:52 dermoth - - * [r1920] plugins-root/check_dhcp.c, plugins-root/check_icmp.c, - plugins-root/pst3.c: - Bump plugins-root/ to GPLv3 - -2008-01-31 11:45 dermoth - - * [r1919] plugins/common.h, plugins/netutils.h, plugins/popen.h, - plugins/runcmd.h: - Bump plugins/ to GPLv3 (header files) - -2008-01-31 11:27 dermoth - - * [r1918] plugins/negate.c, plugins/netutils.c, plugins/popen.c, - plugins/runcmd.c, plugins/sslutils.c, plugins/urlize.c, - plugins/utils.c: - Bump plugins/ to GPLv3 (non-plugind files) - -2008-01-31 10:44 dermoth - - * [r1917] plugins/check_overcr.c, plugins/check_pgsql.c, - plugins/check_ping.c, plugins/check_procs.c, - plugins/check_radius.c, plugins/check_real.c, - plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_ssh.c, - plugins/check_swap.c, plugins/check_tcp.c, plugins/check_time.c, - plugins/check_ups.c, plugins/check_users.c: - Bump plugin/ to GPLv3 (check_overcr to check_users) - -2008-01-30 10:53 dermoth - - * [r1916] plugins/check_apt.c, plugins/check_by_ssh.c, - plugins/check_cluster.c, plugins/check_dig.c, - plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, - plugins/check_fping.c, plugins/check_game.c, - plugins/check_hpjd.c, plugins/check_http.c, - plugins/check_ide_smart.c, plugins/check_ldap.c, - plugins/check_load.c, plugins/check_mrtg.c, - plugins/check_mrtgtraf.c, plugins/check_mysql.c, - plugins/check_mysql_query.c, plugins/check_nagios.c, - plugins/check_nt.c, plugins/check_ntp.c, - plugins/check_ntp_peer.c, plugins/check_ntp_time.c, - plugins/check_nwstat.c: - Bump plugins/ to GPLv3 (check_apt to check_nwstat) - -2008-01-30 09:46 dermoth + * Makefile.am, configure.in, external/README, + lib/tests/Makefile.am, lib/tests/test_all.t, + lib/tests/test_base64.t, lib/tests/test_cmd.t, + lib/tests/test_disk.t, lib/tests/test_ini.t, lib/tests/test_opts.t, + lib/tests/test_tcp.t, lib/tests/test_utils.c, + lib/tests/test_utils.t, tools/setup: Revert inclusion of libtap into + nagiosplugins (except for the NEWS file) This reverts the following commits (latest first): f3e0909, 9f16b54, + be8df51, f31cd40, 5270c7d, a25083f, f1bfe40, c503d85 and 6c476db + +2008-11-27 Thomas Guyot-Sionnest + + * tools/tinderbox_build: tinderbox: Don't alter SunOS path if we're + building off a repository tree SunOS make will work only out of snapshots and releases. + +2008-11-26 Thomas Guyot-Sionnest + + * plugins-root/Makefile.am, plugins-scripts/Makefile.am, + plugins/Makefile.am: Fixing build breakages (I totally forgot this + rule was there...) + +2008-11-26 Thomas Guyot-Sionnest + + * NP-VERSION-GEN: Fix it for good now + +2008-11-26 Thomas Guyot-Sionnest + + * NP-VERSION-GEN: Minor fix in NP-VERSION-GEN + +2008-11-26 Thomas Guyot-Sionnest + + * Makefile.am, NP-VERSION-GEN, configure.in, + plugins-root/Makefile.am, plugins-scripts/Makefile.am, + plugins/Makefile.am: Disable dynamic versionning for releases, and + allow generating version out of subversion. This should be a definitive fix for systems with non-compilant make + programs as the version will be taken from $(PACKAGE_VERSION) + instead. At the same time I added code for generating svn-based version + strings. + +2008-11-25 Thomas Guyot-Sionnest + + * plugins-root/Makefile.am, plugins-scripts/Makefile.am, + plugins/Makefile.am: Workaround to support more make programs Avoid the use of "-include". Since "include" is interpreted by + Automake, we have to use a special macro instead. + +2008-11-25 Thomas Guyot-Sionnest + + * plugins-scripts/Makefile.am: Exporting ENV vars from Makefile is + supported only with GNU Make. Use the shell instead. + +2008-11-24 Thomas Guyot-Sionnest + + * tools/distclean: tools/distclean: No need to bailout on distclean + failures + +2008-11-24 Thomas Guyot-Sionnest + + * tools/tinderbox_build: Revert "tinderbox: Comment out additional + PATH conponent added for SunOS builds" This reverts commit 088452683cf881c6ed717cc559ca2eee3faa95ca. + +2008-11-23 Thomas Guyot-Sionnest + + * tools/tinderbox_build: tinderbox: Comment out additional PATH + conponent added for SunOS builds + +2008-11-23 Thomas Guyot-Sionnest + + * plugins-root/Makefile.am, plugins-scripts/Makefile.am, + plugins/Makefile.am: Avoid the use of .PHONY (target s created twice + and I have no idea if it's right). + +2008-11-23 Thomas Guyot-Sionnest + + * .gitignore: Update .gitignore to include missing file/extention + +2008-11-23 Thomas Guyot-Sionnest + + * .gitignore: Add .gitignore (Imported from svn:ignore) + +2008-11-23 Thomas Guyot-Sionnest + + * BRANCHES, Makefile.am, NP-VERSION-GEN, NPTest.pm, acinclude.m4, + autogen.sh, command.cfg.in, configure.in, + contrib/check_adptraid.sh, contrib/check_apc_ups.pl, + contrib/check_appletalk.pl, contrib/check_arping.pl, + contrib/check_email_loop.pl, contrib/check_fan_cpq_present, + contrib/check_fan_fsc_present, contrib/check_frontpage, + contrib/check_http-with-client-certificate.c, contrib/check_hw.sh, + contrib/check_ica_master_browser.pl, + contrib/check_ica_metaframe_pub_apps.pl, + contrib/check_ica_program_neigbourhood.pl, + contrib/check_inodes-freebsd.pl, contrib/check_javaproc.pl, + contrib/check_joy.sh, contrib/check_log2.pl, + contrib/check_lotus.pl, contrib/check_mem.pl, + contrib/check_ms_spooler.pl, contrib/check_ora_table_space.pl, + contrib/check_oracle_instance.pl, contrib/check_oracle_tbs, + contrib/check_pfstate, contrib/check_rbl.c, contrib/check_smb.sh, + contrib/check_snmp_disk_monitor.pl, contrib/check_snmp_printer.pl, + contrib/check_snmp_process_monitor.pl, contrib/check_snmp_procs.pl, + contrib/check_temp_cpq, contrib/check_temp_fsc, + contrib/check_traceroute.pl, contrib/check_uptime.c, + contrib/check_vcs.pl, contrib/check_wins.pl, + contrib/packet_utils.pm, contrib/utils.py, doc/BRANCHING, + doc/developer-guidelines.sgml, lib/extra_opts.c, lib/parse_ini.c, + lib/tests/test_base64.c, lib/tests/test_cmd.c, + lib/tests/test_disk.c, lib/tests/test_ini.c, lib/tests/test_opts.c, + lib/tests/test_tcp.c, lib/tests/test_utils.c, lib/utils_base.c, + lib/utils_cmd.c, lib/utils_disk.c, lib/utils_tcp.c, + plugins-root/Makefile.am, plugins-root/check_dhcp.c, + plugins-root/check_icmp.c, plugins-root/t/check_icmp.t, + plugins-scripts/Makefile.am, plugins-scripts/check_breeze.pl, + plugins-scripts/check_disk_smb.pl, + plugins-scripts/check_file_age.pl, plugins-scripts/check_flexlm.pl, + plugins-scripts/check_ifoperstatus.pl, + plugins-scripts/check_ifstatus.pl, plugins-scripts/check_ircd.pl, + plugins-scripts/check_log.sh, plugins-scripts/check_mailq.pl, + plugins-scripts/check_mssql.pl, plugins-scripts/check_netdns.pl, + plugins-scripts/check_ntp.pl, plugins-scripts/check_oracle.sh, + plugins-scripts/check_rpc.pl, plugins-scripts/check_sensors.sh, + plugins-scripts/check_wave.pl, plugins-scripts/subst.in, + plugins-scripts/t/check_file_age.t, plugins-scripts/t/check_rpc.t, + plugins-scripts/t/utils.t, plugins-scripts/utils.pm.in, + plugins/Makefile.am, plugins/check_apt.c, plugins/check_by_ssh.c, + plugins/check_cluster.c, plugins/check_dig.c, plugins/check_disk.c, + plugins/check_dns.c, plugins/check_dummy.c, plugins/check_fping.c, + plugins/check_game.c, plugins/check_hpjd.c, plugins/check_http.c, + plugins/check_ide_smart.c, plugins/check_ldap.c, + plugins/check_load.c, plugins/check_mrtg.c, + plugins/check_mrtgtraf.c, plugins/check_mysql.c, + plugins/check_mysql_query.c, plugins/check_nagios.c, + plugins/check_nt.c, plugins/check_ntp.c, plugins/check_ntp_peer.c, + plugins/check_ntp_time.c, plugins/check_nwstat.c, + plugins/check_overcr.c, plugins/check_pgsql.c, + plugins/check_ping.c, plugins/check_procs.c, + plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, + plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, + plugins/check_tcp.c, plugins/check_time.c, plugins/check_ups.c, + plugins/check_users.c, plugins/common.h, plugins/negate.c, + plugins/netutils.c, plugins/netutils.h, plugins/popen.c, + plugins/popen.h, plugins/runcmd.c, plugins/runcmd.h, + plugins/sslutils.c, plugins/t/check_by_ssh.t, + plugins/t/check_cluster.t, plugins/t/check_dig.t, + plugins/t/check_disk.t, plugins/t/check_dns.t, + plugins/t/check_dummy.t, plugins/t/check_fping.t, + plugins/t/check_ftp.t, plugins/t/check_hpjd.t, + plugins/t/check_http.t, plugins/t/check_imap.t, + plugins/t/check_jabber.t, plugins/t/check_load.t, + plugins/t/check_mysql.t, plugins/t/check_mysql_query.t, + plugins/t/check_nagios.t, plugins/t/check_ntp.t, + plugins/t/check_ping.t, plugins/t/check_pop.t, + plugins/t/check_procs.t, plugins/t/check_smtp.t, + plugins/t/check_snmp.t, plugins/t/check_swap.t, + plugins/t/check_tcp.t, plugins/t/check_time.t, + plugins/t/check_udp.t, plugins/t/check_users.t, plugins/t/negate.t, + plugins/urlize.c, plugins/utils.c, plugins/utils.h, test.pl.in, + tools/README, tools/git2svn.pl, tools/mini_epn.c, tools/setup, + tools/tinderbox_build: Removing CVS/SVN tags and replacing with + git-based versioning For contrib/, full tags have been imported from + subversion git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2091 f882894a-f735-0410-b71e-b25c423dba1c + +2008-11-20 Thomas Guyot-Sionnest + + * plugins/check_disk.c: Add comment to recent check_disk patch git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2088 f882894a-f735-0410-b71e-b25c423dba1c + +2008-11-19 Thomas Guyot-Sionnest + + * lib/parse_ini.c, lib/utils_base.c, lib/utils_disk.c, + plugins-root/check_dhcp.c, plugins-root/check_icmp.c, + plugins-root/pst3.c, plugins/check_apt.c, plugins/check_cluster.c, + plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, + plugins/check_game.c, plugins/check_hpjd.c, plugins/check_http.c, + plugins/check_ldap.c, plugins/check_mrtg.c, plugins/check_mysql.c, + plugins/check_nagios.c, plugins/check_ntp.c, + plugins/check_ntp_peer.c, plugins/check_ntp_time.c, + plugins/check_nwstat.c, plugins/check_pgsql.c, + plugins/check_ping.c, plugins/check_radius.c, plugins/check_smtp.c, + plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, + plugins/check_tcp.c, plugins/check_time.c, plugins/check_ups.c, + plugins/netutils.c, plugins/popen.c, plugins/urlize.c: Bulk EOL + cleanup $ git diff --ignore-space-change|diffstat 0 files changed git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2087 f882894a-f735-0410-b71e-b25c423dba1c + +2008-11-19 Thomas Guyot-Sionnest + + * NEWS, plugins/check_ntp.c, plugins/check_ntp_peer.c: Fixed buffer + overflow in check_ntp/check_ntp_peer (#1999319, Ubuntu #291265) git-svn-id: - * [r1915] lib/utils_disk.c, lib/utils_tcp.c: - details... + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2086 f882894a-f735-0410-b71e-b25c423dba1c -2008-01-30 09:38 dermoth +2008-11-19 Thomas Guyot-Sionnest - * [r1914] lib/tests/test_base64.c, lib/tests/test_cmd.c, - lib/tests/test_disk.c, lib/tests/test_ini.c, - lib/tests/test_tcp.c, lib/tests/test_utils.c: - Bump lib/tests to GPLv3 + * NEWS, THANKS.in, lib/utils_disk.c, plugins/check_disk.c: + check_disk: rerpopulate the mount list after doing a stat() on paths + specified with -p for better automount support. NB: There's a memory leak here - properly freeing the mount list + would invlove much more work - there's many other places where leaks + can happen so it should be a project on its own. git-svn-id: -2008-01-30 09:33 dermoth + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2085 f882894a-f735-0410-b71e-b25c423dba1c - * [r1913] lib/parse_ini.c, lib/utils_base.c, lib/utils_cmd.c, - lib/utils_disk.c, lib/utils_tcp.c: - Bump /lib to GPLv3 +2008-11-14 Ton Voon -2008-01-30 09:03 dermoth + * tools/sfupload: Helper script to upload tarballs to SF and create + md5sum git-svn-id: - * [r1912] lib/parse_ini.c: - new standardized GPLv3 header (will be applied to all C files) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2081 f882894a-f735-0410-b71e-b25c423dba1c -2008-01-29 10:27 dermoth +2008-11-11 Ton Voon - * [r1911] NEWS, plugins/check_ntp_peer.c: - check_ntp_peer now checks for the LI_ALARM flag + * doc/developer-guidelines.sgml: Updated tinderbox link git-svn-id: -2008-01-29 08:55 dermoth + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2080 f882894a-f735-0410-b71e-b25c423dba1c - * [r1910] NEWS: - typo +2008-11-08 Thomas Guyot-Sionnest -2008-01-29 08:54 dermoth + * NEWS, plugins/check_nt.c: Add missing long options for check_nt + (for use with extra-opts) Extra-opts (ini files) requires long-options for setting up + arguments. Added the missing ones for check_nt so that it can be + properly used with extra-opts. git-svn-id: - * [r1909] NEWS, plugins/check_ntp.c, plugins/check_ntp_time.c: - Fix bugs and flaws in best offset server selection of - check_ntp_time and (deprecated) check_ntp + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2079 f882894a-f735-0410-b71e-b25c423dba1c -2008-01-26 15:55 dermoth +2008-11-08 Thomas Guyot-Sionnest - * [r1908] NEWS, THANKS.in, plugins/check_ntp_peer.c, - plugins/check_ntp_time.c: - Fix help text of check_ntp_* (Bug #1880095) + * NEWS, plugins/check_disk.c, plugins/check_dns.c, + plugins/check_ide_smart.c, plugins/check_mrtg.c, + plugins/check_mrtgtraf.c, plugins/check_mysql_query.c, + plugins/check_nt.c: Fix long options parsing in check_disk, + check_dns, check_mrtg and check_mrtgtraf (check_tcp was done in an + earlier commit) git-svn-id: -2008-01-15 11:34 dermoth + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2078 f882894a-f735-0410-b71e-b25c423dba1c - * [r1907] NEWS, plugins/check_disk.c: - Fix check_disk disk usage calculation when using --group=NAME - (related to bug #1348746) +2008-11-08 Ton Voon -2008-01-15 09:40 dermoth + * THANKS.in: Added Jan for check_http method patch git-svn-id: - * [r1906] NEWS, configure.in: - Add AC_SYS_LARGEFILE to configure.in (check_disk should now work - with large file systems (2TB+) on all archs that supports it) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2077 f882894a-f735-0410-b71e-b25c423dba1c -2008-01-10 07:49 dermoth +2008-11-08 Ton Voon - * [r1905] lib/tests/test_cmd.c: - Add a return-code check (also test cmd_run without out/err - buffers) + * NEWS, THANKS.in, plugins/check_http.c, plugins/tests/check_http.t: + Fixed bug where extra headers and redirect caused segfault (Dieter + Van de Walle - 2089159) git-svn-id: -2008-01-09 04:27 dermoth + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2076 f882894a-f735-0410-b71e-b25c423dba1c - * [r1904] tools/tinderbox_build: - make test-debug generate lots of false errors in tinderbox. - Turning off until we find a solution (so al least we can watch - the tinderbox for breakages again) +2008-11-08 Ton Voon -2008-01-08 23:08 psychotrahe + * NEWS, plugins/check_http.c, plugins/tests/check_http.t: check_http + now has options to specify the HTTP method (Jan - 2155152) git-svn-id: - * [r1903] plugins/check_dns.c: - Fixed reverse lookup damaged by previous commit + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2075 f882894a-f735-0410-b71e-b25c423dba1c -2008-01-08 16:05 tonvoon +2008-11-08 Ton Voon - * [r1902] plugins/t/check_dns.t: - Changed default test values for check_dns (using nagios.com) + * tools/setup: Fix for tar on Solaris git-svn-id: -2008-01-08 11:57 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2074 f882894a-f735-0410-b71e-b25c423dba1c - * [r1901] plugins/t/check_ftp.t, plugins/t/check_imap.t, - plugins/t/check_jabber.t, plugins/t/check_pop.t, - plugins/t/check_tcp.t: - Reverted commits 1898 and 1899 due to reversion of 1879 +2008-11-07 Thomas Guyot-Sionnest -2008-01-08 11:51 tonvoon + * NEWS, THANKS.in, plugins-root/check_icmp.c: check_icmp now reports + min and max round trip time perfdata (Steve Rader) git-svn-id: - * [r1900] NEWS, plugins/check_tcp.c: - Reverted commit 1879 where an invalid hostname returns UNKNOWN - - back to CRITICAL + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2073 f882894a-f735-0410-b71e-b25c423dba1c -2008-01-08 11:35 dermoth +2008-11-05 Thomas Guyot-Sionnest - * [r1899] plugins/t/check_imap.t, plugins/t/check_jabber.t, - plugins/t/check_pop.t: - more r1879 fixes + * NEWS, plugins/check_tcp.c: Fix check_tcp longoptions handling git-svn-id: -2008-01-08 11:27 dermoth + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2072 f882894a-f735-0410-b71e-b25c423dba1c - * [r1898] plugins/t/check_ftp.t, plugins/t/check_tcp.t: - Fix test breakages for commit r1879: check_tcp now returns - UNKNOWN with an invalid hostname on command line +2008-11-05 Ton Voon -2008-01-08 02:06 hweiss + * lib/tests/Makefile.am: Need to add in the libgnu.la for Solaris + and other platforms where missing functions have been replaced by + GNUlib git-svn-id: - * [r1897] plugins-root/check_icmp.c: - Hide some debug output which was printed even without "-v" (under - certain circumstances). + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2071 f882894a-f735-0410-b71e-b25c423dba1c -2008-01-08 01:51 hweiss +2008-11-05 Thomas Guyot-Sionnest - * [r1896] plugins-root/check_icmp.c: - Fix the handling of ICMP packets which are not echo replies (such - as destination unreachable messages) or which are not directed at - us. + * NEWS: Missing NEWS item git-svn-id: -2008-01-08 01:43 hweiss + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2070 f882894a-f735-0410-b71e-b25c423dba1c - * [r1895] plugins-root/check_icmp.c: - Get rid of a cast which increases the required alignment. +2008-11-05 Thomas Guyot-Sionnest -2008-01-08 01:40 hweiss + * lib/extra_opts.c, lib/tests/test_opts.c: Fix calculation of + extra-opts parameters. By reading the current list instead of the additional one when + counting parameters, extra-opts calculation was allocating + insuficient space for the final array if later sections contained + more arguments than the sum of all previously parsed sections. git-svn-id: - * [r1894] plugins-root/check_icmp.c: - Mark some constant strings "const". + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2069 f882894a-f735-0410-b71e-b25c423dba1c -2008-01-07 02:04 hweiss +2008-11-05 Ton Voon - * [r1893] plugins/netutils.c: - Support "[IPv6]" address syntax. + * Makefile.am, NEWS, configure.in: Fixed libtap dependency issue. + Warning: will install tap into lib directories if ./configure + --enable-libtap is used, but as development tool, will be okay git-svn-id: -2008-01-07 01:59 hweiss + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2068 f882894a-f735-0410-b71e-b25c423dba1c - * [r1892] plugins/check_http.c: - My assumption that "-H example.com:80" didn't work (see my - previous commit) was wrong, it worked if used together with "-I". - So, here's support for "-H [IPv6]:port", "-H [IPv6]", "-H IPv6", - "-H IPv4:port", "-H IPv4", and "-H host:port". +2008-11-05 Thomas Guyot-Sionnest -2008-01-06 19:45 hweiss + * plugins/t/check_http.t: Fix check_http test (altinity.com + redirects now). git-svn-id: - * [r1891] plugins/check_http.c: - Remove support for specifying the port number using "-H - example.com:80". Since this didn't work anyway (because ":80" - wasn't stripped from the "host_name" after extracting the - "server_port"), nobody can be using this syntax, and it prevents - "-H" from accepting IPv6 addresses (neufeind - 1865082). IMO, - fixing it to recognize both ":80" and IPv6 addresses isn't worth - it, as the ":80" syntax doesn't seem very useful for Nagios - plugins (given the way how they are usually called in Nagios - command definitions). + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2067 f882894a-f735-0410-b71e-b25c423dba1c -2008-01-06 15:44 dermoth +2008-11-04 Thomas Guyot-Sionnest - * [r1890] lib/tests/test_base64.c: - Fix base64 test (known string wasn't null-terminated) + * lib/tests/test_ini.c, lib/tests/test_opts.c: Fixed the test (not + the bug yet) and added similar one to test_ini (that one works) git-svn-id: -2008-01-06 07:04 dermoth + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2066 f882894a-f735-0410-b71e-b25c423dba1c - * [r1889] lib/tests/test_cmd.c: - Fix tinderbox breakage +2008-11-04 Thomas Guyot-Sionnest -2008-01-06 00:10 psychotrahe + * lib/tests/test_opts.c: Corrected test_opts plan git-svn-id: - * [r1888] plugins/check_ldap.c: - If unspecified set LDAP_OPT_SUCCESS to LDAP_SUCCESS (Sergei - Haramundanis - #1498923) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2065 f882894a-f735-0410-b71e-b25c423dba1c -2008-01-05 14:09 dermoth +2008-11-04 Thomas Guyot-Sionnest - * [r1887] NEWS, plugins/check_ntp.c, plugins/check_ntp_time.c: - Fix Bug #1862300: check_ntp_time segfault in 1.4.11 (Also apply - to check_ntp) + * lib/tests/plugins.ini, lib/tests/test_opts.c: Adding extra-opts + check that crash on my prod servers (*** glibc detected *** + malloc(): memory corruption: 0x0804e248 ***) git-svn-id: -2008-01-05 01:06 psychotrahe + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2064 f882894a-f735-0410-b71e-b25c423dba1c - * [r1886] NEWS, THANKS.in, plugins/check_dns.c: - check_dns now sorts addresses for -a support with multiple - address replies (Matthias Urlichs #1724052) +2008-11-04 Thomas Guyot-Sionnest -2008-01-04 22:10 psychotrahe + * NEWS, lib/parse_ini.c, lib/tests/plugin.ini: Make extra-opts (C + plugins) behave more like N::P: N::P allows both '#' and ';' for comments. Extra-opts used to + allow only '#', it now allows both (';' is the standard for ini + files) Extra-opts does not allow trailing comments anymore (like + N::P) git-svn-id: - * [r1885] plugins/check_procs.c: - Cleaned check_procs usage output (Ferenc Wagner #1862218) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2063 f882894a-f735-0410-b71e-b25c423dba1c -2007-12-21 14:19 hweiss +2008-11-04 Thomas Guyot-Sionnest - * [r1884] plugins-root/check_icmp.c: - Fix INADDR_NONE value (for systems which don't define it). + * NEWS, THANKS.in, plugins/check_ups.c: check_ups now sends a LOGOUT + string (debian bug #387001) git-svn-id: -2007-12-21 14:17 hweiss + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2062 f882894a-f735-0410-b71e-b25c423dba1c - * [r1883] plugins-root/check_icmp.c: - Include (if available) to get SIOCGIFADDR defined - on Solaris. +2008-10-22 Matthias Eble -2007-12-21 13:25 hweiss + * BUGS, NEWS, plugins-scripts/check_ifoperstatus.pl: + check_ifoperstatus -n flag now works as expected (sf.net #1569488) + check_ifoperstatus now supports ifType based lookup for ifIndex git-svn-id: - * [r1882] NEWS, THANKS.in, plugins-root/check_icmp.c: - New "-s" option to specify the source IP address (thanks to - Harald Jenny for providing the patch and to Patrick Cervicek for - looking into it!) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2061 f882894a-f735-0410-b71e-b25c423dba1c -2007-12-21 04:23 dermoth +2008-10-21 Ton Voon - * [r1881] plugins/check_ldap.c: - Remove c formating from translated strings (makes translation - easier) + * NEWS, tools/tinderbox_build: Updated tinderbox server git-svn-id: -2007-12-19 18:41 hweiss + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2060 f882894a-f735-0410-b71e-b25c423dba1c - * [r1880] plugins/check_ldap.c: - Fix the "--help" output. +2008-10-05 Thomas Guyot-Sionnest -2007-12-19 10:08 tonvoon + * NEWS, plugins/check_users.c: check-users thresholds was >= rather + than > as documented. git-svn-id: - * [r1879] NEWS, plugins/check_tcp.c: - check_tcp now returns UNKNOWN with an invalid hostname on command - line + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2059 f882894a-f735-0410-b71e-b25c423dba1c -2007-12-17 11:47 tonvoon +2008-09-25 Ton Voon - * [r1877] NEWS, THANKS.in, plugins/check_nt.c: - Add check_nt -v INSTANCES (Alessandro Ren) + * BUGS, ChangeLog, NEWS, configure.in, package.def: Preparation for + 1.4.13 git-svn-id: -2007-12-13 23:17 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2057 f882894a-f735-0410-b71e-b25c423dba1c - * [r1876] plugins/check_nwstat.c: - Fixed help output (Christian Mies) +2008-09-25 Ton Voon -2007-12-13 23:12 tonvoon + * plugins/tests/check_http.t: Fix small test failure git-svn-id: - * [r1875] NEWS: - NEWS edited for consistent grammar + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2056 f882894a-f735-0410-b71e-b25c423dba1c -2007-12-13 22:39 tonvoon +2008-09-25 Ton Voon - * [r1873] BUGS, ChangeLog, NEWS, configure.in, package.def: - Preparation for 1.4.11 + * doc/LEAVERS, doc/NEW_STARTERS, doc/RELEASING: Moving project + administration documents to nagiosplugins.org site git-svn-id: -2007-12-13 22:22 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2055 f882894a-f735-0410-b71e-b25c423dba1c - * [r1872] NEWS, THANKS.in, plugins-root/Makefile.am: - Fixed VPATH problem in plugins-root (Tom Payerle - 1789000) +2008-09-02 Thomas Guyot-Sionnest -2007-12-13 22:09 tonvoon + * plugins/check_ntp_peer.c: Typo git-svn-id: - * [r1871] NEWS, perlmods/Nagios-Plugin-0.21.tar.gz, - perlmods/Nagios-Plugin-0.22.tar.gz: - Update to latest Nagios::Plugin + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2054 f882894a-f735-0410-b71e-b25c423dba1c -2007-12-12 08:52 dermoth +2008-09-02 Holger Weiss - * [r1867] ., gl, lib, lib/tests, plugins: - Add build files/binaries to the svn:ignore propt + * THANKS.in, plugins/check_http.c: Some HTTP server + applications/configurations cause trouble if the port is explicitly + specified in our "Host:" header line. Therefore, we now specify the + port only if we're using a non-default port (Erik Wasser - 2082501). git-svn-id: -2007-12-12 01:27 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2053 f882894a-f735-0410-b71e-b25c423dba1c - * [r1866] Makefile.am, NEWS, lib/Makefile.am, - lib/tests/Makefile.am, perlmods/Makefile.am, - plugins-scripts/Makefile.am, plugins/Makefile.am, - tools/tinderbox_build: - Run tinderbox builds in a test debug mode using "make test-debug" +2008-09-02 Thomas Guyot-Sionnest -2007-12-11 13:54 dermoth + * NEWS, plugins/check_ntp_peer.c: Fix possible segfault in + check_ntp_peer with deliberately invalid packets git-svn-id: - * [r1865] plugins/t/check_ntp.t: - D'oh! single escape will be handled by Perl.... + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2052 f882894a-f735-0410-b71e-b25c423dba1c -2007-12-11 13:31 dermoth +2008-09-01 Thomas Guyot-Sionnest - * [r1864] plugins/check_ntp_peer.c, plugins/t/check_ntp.t: - - Fix check_ntp_peer returning misleading information when an - ICMP message came back - Try to fix some servers apparently - exanding the ~ in threshold ranges in t/check_ntp.t + * NEWS, plugins/check_ntp_peer.c, plugins/check_ntp_time.c: + check_ntp_peer/check_ntp_time used to show port in --help but + ignored the argument - now implemented. git-svn-id: -2007-12-11 12:05 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2051 f882894a-f735-0410-b71e-b25c423dba1c - * [r1863] lib/tests/test_cmd.c: - Fixed test so works on MacOSX (use /bin/sh instead of /bin/grep). - Added extra test for missing command - should drop into - STATE_UNKNOWN +2008-09-01 Thomas Guyot-Sionnest -2007-12-11 10:58 tonvoon + * NEWS, THANKS.in, plugins/check_http.c: Revert "Re-structure the + HTTP 1.1 headers to prevent 301s on servers with virtual hosts" This reverts commit 2030 git-svn-id: - * [r1862] lib/tests/Makefile.am: - Add verbose flag so each test result is seen, rather than grouped - by test + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2050 f882894a-f735-0410-b71e-b25c423dba1c -2007-12-11 05:57 dermoth +2008-09-01 Holger Weiss - * [r1861] plugins-root/check_icmp.c, plugins/check_cluster.c, - plugins/check_http.c, plugins/check_mrtgtraf.c, - plugins/check_ntp.c, plugins/check_ntp_peer.c, - plugins/check_ntp_time.c: - Adding missing function calls needed for i18n (only for plugins - already in POTFILES.in) + * plugins/check_http.c: Under some circumstances, the 'url' path of + a redirection target missed a leading slash. While this was fixed + later on, the incomplete 'url' was used for redirection loop + detection and error messages. This is now fixed by adding the + missing slash immediately. git-svn-id: -2007-12-10 08:10 dermoth + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2049 f882894a-f735-0410-b71e-b25c423dba1c - * [r1860] po/fr.po: - Some corrections +2008-08-25 Ton Voon -2007-12-10 07:52 dermoth + * plugins/tests/check_http.t: Fix HTTP::Daemon::VERSION to get a + fixed header size for tests (Sven Nierlein) git-svn-id: - * [r1859] plugins/check_cluster.c, plugins/check_mysql.c, - plugins/check_radius.c, plugins/check_snmp.c, - plugins/check_swap.c, plugins/negate.c, po/de.po, po/fr.po, - po/nagios-plugins.pot: - Plenty of french translations (and a few fixes BTW) - No more - fuzzy french translations - Only (!) 355 strings to translate + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2048 f882894a-f735-0410-b71e-b25c423dba1c -2007-12-10 04:00 dermoth +2008-08-25 Ton Voon - * [r1858] plugins/check_ntp.c, plugins/check_ntp_peer.c, - plugins/check_ntp_time.c: - OOPS! Last commit should have included these files. + * plugins/tests/check_http.t: Updated with more tests re: multiple + status codes (Sven Nierlein) git-svn-id: -2007-12-10 03:40 dermoth + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2047 f882894a-f735-0410-b71e-b25c423dba1c - * [r1857] po/de.po, po/fr.po, po/nagios-plugins.pot: - D'autres translations - Err, I mean more translations :) +2008-08-25 Holger Weiss -2007-12-10 02:30 dermoth + * NEWS, THANKS.in, plugins/check_http.c, plugins/tests/check_http.t: + The "-e" option now accepts a comma-delimited list of expected + status lines (Sven Nierlein - 1894496). git-svn-id: - * [r1856] po/fr.po: - More translations + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2046 f882894a-f735-0410-b71e-b25c423dba1c -2007-12-10 02:10 dermoth +2008-08-22 Ton Voon - * [r1855] po/de.po, po/fr.po, po/nagios-plugins.pot: - re-update the po files + * plugins/tests/check_http.t, plugins/tests/var/root: Added HTTP + tests for status codes git-svn-id: -2007-12-10 02:07 dermoth + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2045 f882894a-f735-0410-b71e-b25c423dba1c - * [r1854] plugins/check_ntp_peer.c, po/fr.po: - Some translations +2008-08-21 Ton Voon -2007-12-10 01:50 psychotrahe + * configure.in: Only include extra-opts tests if libtap is enabled git-svn-id: - * [r1853] po/de.po, po/fr.po, po/nagios-plugins.pot: - Localization updates for recent changes + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2044 f882894a-f735-0410-b71e-b25c423dba1c -2007-12-10 01:13 psychotrahe +2008-08-21 Ton Voon - * [r1852] plugins/check_http.c: - Fix output when response time is critical. Thanks to Nobuhiro Ban - (patch #1817228) + * NEWS: Note re: --enable-libtap git-svn-id: -2007-12-10 00:19 psychotrahe + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2043 f882894a-f735-0410-b71e-b25c423dba1c - * [r1851] NEWS, plugins/check_load.c, plugins/t/check_load.t: - Fixed check_load argument handling when passing non triplet - thresholds. Thanks to Jonathan Kamens (bug #1831890) +2008-08-21 Ton Voon -2007-12-09 23:36 dermoth + * lib/tests/Makefile.am, lib/tests/test_all.t, + lib/tests/test_base64.t, lib/tests/test_cmd.t, + lib/tests/test_disk.t, lib/tests/test_ini.t, lib/tests/test_opts.t, + lib/tests/test_tcp.t, lib/tests/test_utils.c, + lib/tests/test_utils.t: Correctly link to included libtap. Simplify + invoking test scripts. Removed basename test as we should use + base_name from GNUlib which is tested separately git-svn-id: - * [r1850] po/POTFILES.in, po/de.po, po/fr.po, - po/nagios-plugins.pot: - Gettin' ready for some translation frenzy :) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2042 f882894a-f735-0410-b71e-b25c423dba1c -2007-12-09 17:15 dermoth +2008-08-21 Ton Voon - * [r1849] po/de.po, po/fr.po, po/nagios-plugins.pot: - update po files and fix a few French translations + * tools/tinderbox_build: Fix regexp of version number of snapshot git-svn-id: -2007-12-08 16:34 dermoth + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2041 f882894a-f735-0410-b71e-b25c423dba1c - * [r1848] NEWS, plugins/check_disk.c: - Fix check_disk reporting OK if disk usage grows over 100% (bug - #1348746). +2008-08-21 Ton Voon -2007-12-04 12:57 dermoth + * Makefile.am: Remove .svn files in distribution git-svn-id: - * [r1847] plugins/check_ntp_time.c: - Interesting... For some reason it did not take this (patch barfed - on it and I thought I had fixed it already)... + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2040 f882894a-f735-0410-b71e-b25c423dba1c -2007-12-04 12:38 dermoth +2008-08-21 Ton Voon - * [r1846] NEWS, plugins/Makefile.am, plugins/check_ntp_peer.c, - plugins/check_ntp_time.c, plugins/t/check_ntp.t: - Merge changes from branches/dermoth_ntp_rework - (check_ntp_peer/check_ntp_time) - - NEWS | 13 plugins/Makefile.am | 8 plugins/check_ntp_peer.c | 628 - ++++++++++++++++------------------------------- - plugins/check_ntp_time.c | 323 ++---------------------- - plugins/t/check_ntp.t | 92 +++++- + * tools/setup: Renamed altered tap file to nagios-plugins git-svn-id: -2007-12-04 12:27 dermoth + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2039 f882894a-f735-0410-b71e-b25c423dba1c - * [r1843] plugins/check_ntp_peer.c, plugins/check_ntp_time.c: - Add the new checks as check_ntp copies to keep full plug-in - history +2008-08-21 Thomas Guyot-Sionnest -2007-12-04 11:14 dermoth + * plugins/check_ntp_peer.c: Nothing git-svn-id: - * [r1838] plugins/check_ntp.c: - missing word in comment block. + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2038 f882894a-f735-0410-b71e-b25c423dba1c -2007-11-23 04:21 dermoth +2008-08-21 Thomas Guyot-Sionnest - * [r1830] NEWS, plugins/check_ntp.c: - - Use max_state_alt in check_ntp to fix some issues with the - latest commits. - Roll back the stratum check as there were - issues with it and a better one is already implemented in - check_ntp_peer (about to be included) + * plugins/check_ntp_peer.c: Misplaced comment git-svn-id: -2007-11-23 04:18 dermoth + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2037 f882894a-f735-0410-b71e-b25c423dba1c - * [r1829] plugins/utils.c, plugins/utils.h: - Add a max_state_alt function that put UNKNOWN and DEPENDENT ahead - of OK. +2008-08-21 Thomas Guyot-Sionnest -2007-11-11 16:29 dermoth + * plugins/check_ntp_peer.c: Complete rewrite of the extract_value + function The original one was flawed (easy to trigger segfaults) and did not + allow some whitespaces as permitted by rfc1305. This one has been + troughfully tested with tap (the testing code might get included + later) git-svn-id: - * [r1827] NEWS, plugins/check_cluster.c, plugins/check_snmp.c: - Fix broken usage2 in check_snmp and check_cluster Fix - check_cluster blocking some special characters for thresholds - ("-", "@", "~") + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2036 f882894a-f735-0410-b71e-b25c423dba1c -2007-11-10 17:37 dermoth +2008-08-21 Thomas Guyot-Sionnest - * [r1822] plugins/check_ntp.c: - Fix newly added stratum check (has to be decreased by one when - using normal NTP packets versus control packets) + * lib/parse_ini.c, lib/parse_ini.h, lib/tests/test_opts.c: Typos in + comments git-svn-id: -2007-11-09 23:24 dermoth + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2035 f882894a-f735-0410-b71e-b25c423dba1c - * [r1819] lib/tests/test_base64.c: - Adding svn:keywords props +2008-08-16 Thomas Guyot-Sionnest -2007-11-09 22:01 dermoth + * plugins/check_mysql.c, plugins/check_mysql_query.c: Fix assignment + written as a comparison in validate_arguments() when db_pass is NULL + (Patch from http://blog.barfoo.org/projects/rpms-for-sles10) git-svn-id: - * [r1818] configure.in, lib/tests/Makefile.am, - lib/tests/test_base64.c, lib/tests/test_base64.t, - tools/distclean: - Adding test for base64 lib + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2034 f882894a-f735-0410-b71e-b25c423dba1c -2007-11-09 21:17 dermoth +2008-08-16 Thomas Guyot-Sionnest - * [r1817] lib/Makefile.am, lib/base64.c, lib/base64.h, - plugins/check_http.c, plugins/check_smtp.c: - Moved base64 function to /lib. + * plugins/check_fping.c: Fix check_fping --help output (Patch from + http://blog.barfoo.org/projects/rpms-for-sles10) git-svn-id: -2007-11-09 18:24 dermoth + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2033 f882894a-f735-0410-b71e-b25c423dba1c - * [r1816] lib/utils_tcp.h: - Nothing to see here... +2008-08-16 Thomas Guyot-Sionnest -2007-11-09 17:21 dermoth + * plugins/t/check_by_ssh.t: Typo git-svn-id: - * [r1815] THANKS.in: - Credits of check_snmp fix for bug #1815362 (CVE-2007-5623) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2032 f882894a-f735-0410-b71e-b25c423dba1c -2007-11-09 16:05 dermoth +2008-08-08 Ton Voon - * [r1814] plugins/check_snmp.c: - Fix check_snmp buffer overflow (CVE-2007-5623) - - This patch comes from the Gentoo Portage tree but I couldn't find - the author. I sent an email and will give credits when I get an - answer. + * plugins-root/pst3.c: Close on fd git-svn-id: -2007-11-09 13:08 dermoth + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2031 f882894a-f735-0410-b71e-b25c423dba1c - * [r1813] plugins/check_ssh.c: - Close the socket on all exits (not just the OK one) +2008-08-08 Thomas Guyot-Sionnest -2007-11-09 13:06 dermoth + * NEWS, THANKS.in, plugins/check_http.c: Re-structure the HTTP 1.1 + headers to prevent 301s on servers with virtual hosts git-svn-id: - * [r1812] plugins/check_snmp.c: - Fix missing \n in --help output + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2030 f882894a-f735-0410-b71e-b25c423dba1c -2007-10-25 21:06 dermoth +2008-08-08 Thomas Guyot-Sionnest - * [r1811] NEWS, plugins/check_ntp.c: - check_ntp now return UNKNOWN instead of WARNING if jitter is - unavailable. If no offset threshold is specified and the offset - is unavailable, will return UNKNOWN as well. + * plugins-root/check_icmp.c: Typo in --help output git-svn-id: -2007-10-25 20:43 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2029 f882894a-f735-0410-b71e-b25c423dba1c - * [r1810] plugins-root/check_dhcp.c, plugins/check_ping.c, - plugins/check_ups.c, tools/sync_website: - Automatically update website with --help output. Cosmetic fixes - for some help output +2008-08-05 Thomas Guyot-Sionnest -2007-10-24 15:08 hweiss + * tools/devmode: Set -D_FORTIFY_SOURCE=2, and added a comment with + link to explaination of this flag. git-svn-id: - * [r1809] THANKS.in, plugins/check_snmp.c: - Hide the SNMP community string (and v3 passwords) from error - messages (Bernhard Fischer on nagiosplug-devel@) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2028 f882894a-f735-0410-b71e-b25c423dba1c -2007-10-15 06:52 tonvoon +2008-07-28 Matthias Eble - * [r1808] doc/RELEASING: - Add reparagraph option to make ChangeLog output bit prettier + * plugins-root/check_icmp.c: -b option now specifies ICMP data bytes + instead of packet size git-svn-id: -2007-10-14 22:19 hweiss + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2027 f882894a-f735-0410-b71e-b25c423dba1c - * [r1807] plugins/check_http.c: - Fix a possible segfault if using "-f follow" and the server sends - a forged "LLLLocation" header prefixed with multiple "L"s - (fabiodds - 1813346) +2008-07-17 Matthias Eble -2007-10-11 04:21 dermoth + * NEWS, plugins-root/check_icmp.c: Add support for packet size + modification (-b) git-svn-id: - * [r1806] NEWS, plugins/check_ntp.c: - Add stratum thresholds support for check_ntp (feature request - #1703823) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2026 f882894a-f735-0410-b71e-b25c423dba1c -2007-10-11 02:56 dermoth +2008-07-10 Thomas Guyot-Sionnest - * [r1805] plugins/check_ntp.c: - Use provided threshold functions (no functionnal change apart the - check for overlaping thresholds) + * plugins/check_disk.c: Verbose should not have to exceed 3 as per + developement guidelines git-svn-id: -2007-10-02 13:51 hweiss + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2025 f882894a-f735-0410-b71e-b25c423dba1c - * [r1804] NEWS, plugins/check_http.c: - Fix regression in 1.4.10 where following redirects to relative - URLs on virtual hosts failed if both "-H" and "-I" were specified - (noted by Rodrigo A. G. Schichaschwili on nagiosplug-devel@) +2008-07-10 Thomas Guyot-Sionnest -2007-09-29 10:03 tonvoon + * tools/devmode: Add -D_FORTIFY_SOURCE git-svn-id: - * [r1803] doc/RELEASING: - Updated notes on releasing, mainly for svn + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2024 f882894a-f735-0410-b71e-b25c423dba1c -2007-09-29 00:44 tonvoon +2008-07-10 Thomas Guyot-Sionnest - * [r1801] BUGS, ChangeLog, NEWS, configure.in, package.def: - Prep for 1.4.10 + * plugins/check_ups.c: Typo in check_ups git-svn-id: -2007-09-26 10:57 hweiss + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2023 f882894a-f735-0410-b71e-b25c423dba1c - * [r1800] NEWS, plugins/check_radius.c: - Drop the weird and undocumented behaviour of using positional - argument parsing instead of getopt(3) if 8 command line arguments - were given (as suggested by Matthias) and check whether all - required arguments have been specified in order to spit out - proper error messages and to avoid a possible segfault (as - suggested by Thomas). +2008-07-09 Matthias Eble -2007-09-26 04:16 dermoth + * plugins/t/check_snmp.t: rewrote check_snmp.t to use Test::More + added perfdata checking for string values git-svn-id: - * [r1799] NEWS, THANKS.in, plugins/check_ntp.c: - Patch #1798774: check_ntp: honor ntp flags + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2022 f882894a-f735-0410-b71e-b25c423dba1c -2007-09-24 19:34 tonvoon +2008-07-09 Matthias Eble - * [r1798] perlmods, perlmods/Nagios-Plugin-0.20.tar.gz, - perlmods/Nagios-Plugin-0.21.tar.gz: - Update N::P with new version, redirecting help, version and usage - to stdout + * NEWS, plugins/check_snmp.c: check_snmp now only prints perfdata + for non numeric values (Joerg Linge #1867716) git-svn-id: -2007-09-24 18:51 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2021 f882894a-f735-0410-b71e-b25c423dba1c - * [r1796] doc/developer-guidelines.sgml: - State that stderr should not have any output +2008-07-08 Ton Voon -2007-09-24 00:30 hweiss + * Makefile.am, tools/tinderbox_build: Removed libtap configuration + for the moment, as tinderbox builds are breaking git-svn-id: - * [r1794] NEWS, configure.in, plugins/netutils.c: - Let ./configure --without-ipv6 suppress non-IPv4 DNS lookups - (noted by Mark Frost on nagios-users@) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2020 f882894a-f735-0410-b71e-b25c423dba1c -2007-09-23 12:29 psychotrahe +2008-07-08 Ton Voon - * [r1793] plugins/check_disk.c, plugins/negate.c: - Removed some c99 style comments + * NEWS, lib/utils_cmd.c, lib/utils_cmd.h, plugins/Makefile.am, + plugins/check_procs.c: check_procs captures stderr and adds to + plugin output. This is from a merge of branch + nagiosplug/branches/new_threshold_syntax 1979:1982 git-svn-id: -2007-09-23 12:26 psychotrahe + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2019 f882894a-f735-0410-b71e-b25c423dba1c - * [r1792] NEWS, plugins/check_by_ssh.c: - Added multiline output capability to check_by_ssh. Thanks to - Matthias Flacke (#1769653) +2008-07-06 Holger Weiss -2007-09-23 11:18 psychotrahe + * plugins-root/check_dhcp.c: Don't try to set the "SO_BROADCAST" + socket option for unicast requests. (Also, removed the unused "DHCP_UNICAST_FLAG" macro.) git-svn-id: - * [r1791] BUGS: - removed solved issues + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2018 f882894a-f735-0410-b71e-b25c423dba1c -2007-09-23 11:03 psychotrahe +2008-07-02 Ton Voon - * [r1790] REQUIREMENTS: - Added radiusclient-ng support to requirement notes + * lib/tests/Makefile.am: Use tap.h from the libtap directory git-svn-id: -2007-09-23 10:58 psychotrahe + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2017 f882894a-f735-0410-b71e-b25c423dba1c - * [r1789] NEWS, plugins/check_disk.c: - Fixed bug: stat was called on remote fs even if -l was given - Added -L option to call stat on remote fs but without threshold - comparison +2008-07-02 Ton Voon -2007-09-23 09:48 psychotrahe + * plugins-root/Makefile.am, plugins-root/pst3.c: Change pst3 again, + this time to remove use of kvm which is not available in Solaris 10 + non-global zones. Uses /proc, which is not available in older + versions of Solaris. git-svn-id: - * [r1788] NEWS, THANKS.in, configure.in, plugins/check_radius.c: - Added radiusclient-ng support for check_radius. Thanks to - Sebastien Guay (#1218438) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2016 f882894a-f735-0410-b71e-b25c423dba1c -2007-09-22 17:48 psychotrahe +2008-06-30 Ton Voon - * [r1787] lib/utils_disk.c, lib/utils_tcp.c, plugins/check_disk.c: - substituted bool/true/false with int/TRUE/FALSE (discussed on - np-devel) + * tools/setup: Fixed bug in tools/setup if docbook was run git-svn-id: -2007-09-22 17:40 psychotrahe + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2015 f882894a-f735-0410-b71e-b25c423dba1c - * [r1786] NEWS, lib/tests/test_disk.c, lib/utils_disk.c, - lib/utils_disk.h, plugins/check_disk.c, plugins/t/check_disk.t: - Added -i/-I to ignore pathes/partitions based on regular - expressions Added check_disk -A selecting all filesystems -E - option must now be passed before -p or -r/-R Passing -E after -p - or -r results in UNKNOWN state Fixed bug when mixing case - sensitive and insensitive regexes +2008-06-30 Ton Voon -2007-09-22 03:00 dermoth + * Makefile.am: Have to list tap_dir manually to get into make dist git-svn-id: - * [r1785] NEWS, plugins/negate.c, plugins/t/negate.t: - Rewrite the "map changes to return codes" patch nearly from - scratch. + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2014 f882894a-f735-0410-b71e-b25c423dba1c -2007-09-21 23:01 tonvoon +2008-06-26 Ton Voon - * [r1784] NEWS, configure.in, lib/Makefile.am, - lib/tests/Makefile.am, lib/tests/test_cmd.c, - lib/tests/test_cmd.t, lib/utils_cmd.c, lib/utils_cmd.h, - plugins/Makefile.am, plugins/negate.c, plugins/t/negate.pl, - plugins/t/negate.t: - Stop double expansion of parameters for negate - works like time - command now + * Makefile.am, configure.in, external/README, + lib/tests/Makefile.am, tools/setup, tools/tinderbox_build: Adding + libtap into distribution to help run C based tests git-svn-id: -2007-09-21 05:05 dermoth + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2013 f882894a-f735-0410-b71e-b25c423dba1c - * [r1783] plugins/check_disk.c: - My solaris box needs %llu to display 64bits integers. +2008-06-17 Ton Voon -2007-09-21 04:59 dermoth + * plugins-root/pst3.c: Fixed possible coredump. Removed one level of + subroutines (Duncan Ferguson) git-svn-id: - * [r1782] plugins/check_disk.c: - - Added some variables at verbose==3 - Removed support for - verbose<0 (-q). -q was broken and tried to to the same as -e. - - -q in now an undocumented alias of -e (for - backward-compatibility). NB: Long help text for -d was already - missing. - Reordered the switches so that:   a. less-important - ones are in alphabetical order b. short and long help orders - match. - Enclosed "-p | -x" inside braces instead of brackets as - one or the other is required. + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2012 f882894a-f735-0410-b71e-b25c423dba1c -2007-09-17 08:19 tonvoon +2008-06-09 Matthias Eble - * [r1781] Makefile.am: - Include directories and files required for perl modules + * NEWS, plugins/check_dig.c, plugins/t/check_dig.t: Added testcases + for check_dig check_dig's -l option is mandatory now (#1986306) git-svn-id: -2007-09-15 14:25 hweiss + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2011 f882894a-f735-0410-b71e-b25c423dba1c - * [r1780] NEWS, plugins/check_smtp.c: - Properly handle SMTP server responses which are split into - multiple packets (noted by Chris Adams on nagiosplug-help@). - TODO: The new recvline()/recvlines() functions should buffer - received data instead of reading one byte at a time and they - should be moved to netutils.c so that other plugins can use them, - too. +2008-06-02 Ton Voon -2007-09-15 11:55 hweiss + * NEWS, plugins-root/pst3.c: Optimised pst3 for systems with large + number of processes (Duncan Ferguson) git-svn-id: - * [r1779] NEWS, plugins-root/check_icmp.c: - Correct all instances of misaligned memory access. This fixes bus - erros on platforms which require alignment (such as SPARC and - MIPS). + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2010 f882894a-f735-0410-b71e-b25c423dba1c -2007-09-15 11:34 hweiss +2008-06-02 Ton Voon - * [r1778] tools/devmode: - Remove "-Wtraditional" from our development GCC flags. We use - ANSI C. + * NEWS: Updated Nagios::Plugin perl modules to 0.27 git-svn-id: -2007-09-13 11:36 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2009 f882894a-f735-0410-b71e-b25c423dba1c - * [r1777] Makefile.am, configure.in, perlmods, - perlmods/Class-Accessor-0.31.tar.gz, - perlmods/Config-Tiny-2.10.tar.gz, perlmods/Makefile.am, - perlmods/Math-Calc-Units-1.06.tar.gz, - perlmods/Nagios-Plugin-0.20.tar.gz, - perlmods/Params-Validate-0.88.tar.gz, - perlmods/Test-Simple-0.70.tar.gz, perlmods/install_order, - tools/build_perl_modules: - Adding in optional Nagios::Plugin perl module (and dependencies) - compilation and installation +2008-05-30 Thomas Guyot-Sionnest -2007-08-28 03:19 dermoth + * NEWS, THANKS.in, plugins/check_http.c: Fix Debian bug #460097: + check_http --max-age broken (Hilko Bengen) git-svn-id: - * [r1771] contrib/check_apc_ups.pl, contrib/check_appletalk.pl, - contrib/check_linux_raid.pl, contrib/check_snmp_procs.pl: - These plugins assumed the "use lib util.pm;" would be substituted - like standard Perl plugins (in plugins-scripts) which isn't the - case in contrib. I changed the "use lib" line to use the default - path. People using custom paths will have to change it manually. + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2008 f882894a-f735-0410-b71e-b25c423dba1c -2007-08-09 12:32 hweiss +2008-05-29 Thomas Guyot-Sionnest - * [r1770] plugins/check_disk.c: - Don't use C++ style comments (noted by Johannes Kingma on - nagiosplug-help@) + * BUGS: typo git-svn-id: -2007-07-31 14:47 hweiss + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2007 f882894a-f735-0410-b71e-b25c423dba1c - * [r1769] plugins/check_smtp.c: - Read the response to an SMTP QUIT command before closing the - socket (noted by Dieter Hendricks on nagiosplug-help@) +2008-05-27 Ton Voon -2007-07-29 12:42 hweiss + * doc/RELEASING: Changed SF file release to use sftp instead of ftp git-svn-id: - * [r1768] lib/utils_base.c: - Don't use C++ style comments. + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2006 f882894a-f735-0410-b71e-b25c423dba1c -2007-07-27 15:49 hweiss +2008-05-27 Ton Voon - * [r1767] tools/tinderbox_build: - If the TMPDIR environment variable is set, use that instead of - "/tmp" as the installation directory. + * BUGS, ChangeLog, NEWS, configure.in, package.def: Preparation for + 1.4.12 release git-svn-id: -2007-07-26 17:32 hweiss + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2004 f882894a-f735-0410-b71e-b25c423dba1c - * [r1766] NEWS, plugins-root/check_dhcp.c: - The "--serverip" and "--requestedip" options now accept host - names, too. This doesn't quite fit the option names and so far I - haven't changed the "--help" output which currently only talks - about IP addresses. However, I don't see why resolving host names - should not be supported. - - Also note that for the moment, I added a quick'n'dirty - resolve_host() function which should really go into netutils.c. I - just wanted to think about its interface a bit more before - providing such a function globally. +2008-05-27 Ton Voon -2007-07-26 12:38 hweiss + * THANKS.in, configure.in: Not picking up solaris systems correctly + for check_dhcp. Only affected SunStudio compiles of check_dhcp + (1890260 - Rob Windsor) git-svn-id: - * [r1765] NEWS, plugins-root/check_dhcp.c: - New "-m, --mac" option which allows for specifying the MAC - address to use in the DHCP request. + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2003 f882894a-f735-0410-b71e-b25c423dba1c -2007-07-26 00:46 hweiss +2008-05-27 Ton Voon - * [r1764] plugins-root/check_dhcp.c: - Make sure strncpy(3)d buffers are nul-terminated. + * plugins/check_by_ssh.c: Addition to help to state that -f will + always return OK if ssh command is executed (Alain Dewit - 1852198) git-svn-id: -2007-07-26 00:07 hweiss + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2002 f882894a-f735-0410-b71e-b25c423dba1c - * [r1763] plugins-root/check_dhcp.c: - A few minor fixes/improvements which were included with (but - unrelated to) the "--unicast" patch (Andreas Ericsson and Heiti - Ernits - 1218235) +2008-05-27 Ton Voon -2007-07-26 00:02 hweiss + * plugins-root/pst3.c: Add additional PID column heading git-svn-id: - * [r1762] NEWS, THANKS.in, configure.in, plugins-root/check_dhcp.c: - New "-u, --unicast" option which gives check_dhcp the ability to - mimic a DHCP relay server in order to check remote subnets (Heiti - Ernits and Andreas Ericsson - 1218235) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2001 f882894a-f735-0410-b71e-b25c423dba1c -2007-07-24 00:35 tonvoon +2008-05-26 Thomas Guyot-Sionnest - * [r1761] .cvsignore, build-aux/.cvsignore, doc/.cvsignore, - gl/.cvsignore, intl/.cvsignore, lib/.cvsignore, - lib/tests/.cvsignore, m4/.cvsignore, pkg/solaris/.cvsignore, - plugins-root/.cvsignore, plugins-scripts/.cvsignore, - plugins/.cvsignore, plugins/t/.cvsignore, po/.cvsignore: - Removing all .cvsignore files + * NEWS: correct typo in NEWS git-svn-id: -2007-07-24 00:35 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2000 f882894a-f735-0410-b71e-b25c423dba1c - * [r1760] tools/sfsnapshot, tools/sfwebcron: - Updated to use svn instead of cvs +2008-05-23 Thomas Guyot-Sionnest -2007-07-21 16:29 hweiss + * REQUIREMENTS: Add a note about radiusclient git-svn-id: - * [r1759] NEWS, plugins/check_http.c: - Add "Connection: close" to the HTTP request header, which tells - HTTP/1.1 servers to close the connection after completion of the - response. This should be compatible with HTTP/1.0, as HTTP/1.0 - allows for custom header fields which should be ignored if not - recognized by the server. With some server configurations, the - server would keep the connection alive without this header line - (despite the plugin requesting HTTP/1.0), resulting in the plugin - running into either the server's or it's own timeout (reported by - Roman Schliessmeyer and Jesse Morgan via IRC). + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1999 f882894a-f735-0410-b71e-b25c423dba1c -2007-07-15 15:21 psychotrahe +2008-05-22 Thomas Guyot-Sionnest - * [r1758] THANKS.in, plugins/check_procs.c: - Make ps column count in zombie detection less restrictive. Thanks - to Andrew Elwell (#1280470) + * NEWS, configure.in: Fix linking against OpenSSL where libdl is + required git-svn-id: -2007-07-14 19:36 psychotrahe + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1998 f882894a-f735-0410-b71e-b25c423dba1c - * [r1757] THANKS.in, plugins/check_smtp.c: - Fixed segfault in argument processing. Thanks to Christoph Schell - (#1742066) +2008-05-21 Thomas Guyot-Sionnest -2007-07-14 18:30 psychotrahe + * NEWS, plugins/check_by_ssh.c, plugins/t/check_by_ssh.t: Fixed + passive option in check_by_ssh Also: - On non-skipped stderr, check_by_ssh now returns UNKNOWN or worse + (result from command) instead of always UNKNOWN. - Fixed passive tests and make is always run the specified number of + tests (using fail if there's nothing to test). git-svn-id: - * [r1756] THANKS.in, plugins/check_ntp.c: - check_ntp: Fixed typo in typo in argument sanity check. Thanks to - Aurelien Bompard (#1753506) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1997 f882894a-f735-0410-b71e-b25c423dba1c -2007-07-10 20:45 psychotrahe +2008-05-20 Thomas Guyot-Sionnest - * [r1755] NEWS, plugins/check_disk.c: - Added examples for new features to check_disk + * plugins/t/check_by_ssh.t: Oops - forgot to remove the SKIP block + (which didn't seem to work fine) git-svn-id: -2007-07-10 20:18 psychotrahe + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1996 f882894a-f735-0410-b71e-b25c423dba1c - * [r1754] NEWS, plugins/check_disk.c, plugins/t/check_disk.t: - Check_disk now calls stat() for all filesystems to check. - Check_disk prints an strerror() message if the call of stat() - fails. +2008-05-20 Thomas Guyot-Sionnest -2007-07-07 22:20 psychotrahe + * plugins/t/check_by_ssh.t: Add check_by_ssh tests (passive checks + are broken - should be fixed before next release!) git-svn-id: - * [r1753] plugins/check_ldap.c: - Added -v/--verbose argument to call ldap_perror() for detailed - messages on failure. + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1995 f882894a-f735-0410-b71e-b25c423dba1c -2007-07-07 12:02 psychotrahe +2008-05-20 Thomas Guyot-Sionnest - * [r1752] plugins/utils.c: - Changed output order of print_revision print_revision now uses - clean_revstring + * NEWS, plugins/check_radius.c: Clobber password in check_radius + process list aguments git-svn-id: -2007-07-07 11:55 psychotrahe + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1994 f882894a-f735-0410-b71e-b25c423dba1c - * [r1751] plugins-scripts/utils.pm.in: - Changed print_revision output order in utils.pm +2008-05-13 Thomas Guyot-Sionnest -2007-07-07 11:54 psychotrahe + * plugins/check_dns.c: Typo git-svn-id: - * [r1750] plugins-scripts/check_file_age.pl: - substituted $ID$ through $Revision: 2057 $ in print_revision call + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1992 f882894a-f735-0410-b71e-b25c423dba1c -2007-07-07 11:40 psychotrahe +2008-05-07 Thomas Guyot-Sionnest - * [r1749] plugins-scripts/check_log.sh, - plugins-scripts/check_oracle.sh, plugins-scripts/utils.sh.in: - Changed order in -V/--version output Fixed -V output for - check_log and check_oracle + * plugins-root/check_dhcp.c, plugins-root/check_icmp.c, + plugins/check_apt.c, plugins/check_by_ssh.c, + plugins/check_cluster.c, plugins/check_dig.c, plugins/check_disk.c, + plugins/check_dns.c, plugins/check_fping.c, plugins/check_game.c, + plugins/check_hpjd.c, plugins/check_http.c, + plugins/check_ide_smart.c, plugins/check_ldap.c, + plugins/check_load.c, plugins/check_mrtg.c, + plugins/check_mrtgtraf.c, plugins/check_mysql.c, + plugins/check_mysql_query.c, plugins/check_nagios.c, + plugins/check_nt.c, plugins/check_ntp.c, plugins/check_ntp_peer.c, + plugins/check_ntp_time.c, plugins/check_nwstat.c, + plugins/check_overcr.c, plugins/check_pgsql.c, + plugins/check_ping.c, plugins/check_procs.c, + plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, + plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, + plugins/check_tcp.c, plugins/check_time.c, plugins/check_ups.c, + plugins/check_users.c, plugins/utils.h: Added support for + --extra-opts in all C plugins (disabled by default, see configure + --help) git-svn-id: -2007-07-06 23:03 psychotrahe + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1991 f882894a-f735-0410-b71e-b25c423dba1c - * [r1748] doc/developer-guidelines.sgml: - Added hint to avoid using the boolean type in C as discussed on - the devel list +2008-05-07 Thomas Guyot-Sionnest -2007-06-20 11:09 psychotrahe + * NEWS, THANKS.in, plugins/check_ping.c: Added performance data to + check_ping (Christian Schneemann) git-svn-id: - * [r1747] plugins/check_ldap.c: - Fixed default behaviour of check_ldaps + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1990 f882894a-f735-0410-b71e-b25c423dba1c -2007-06-20 11:00 psychotrahe +2008-05-02 Thomas Guyot-Sionnest - * [r1746] NEWS, plugins/check_ldap.c: - Clarified check_ldaps behaviour. New arguments to explicitly - select secure connect behaviour (--starttls/--ssl). + * NEWS, plugins/negate.c: negate now has the ability to replace the + status text as well (-s, --substitute) Also changed: - default timeout to 11 instead of 9 (since it's recommended to + have a higher timeout, and many plugins default to 10 seconds) - If there's no STDOUT lines returned, still returns the returned + result if it's NON-ok instead of forcing it to UNKNOWN git-svn-id: -2007-06-20 09:01 psychotrahe + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1989 f882894a-f735-0410-b71e-b25c423dba1c - * [r1745] plugins/check_cluster.c: - added -V/--version to check_cluster +2008-04-30 Thomas Guyot-Sionnest -2007-06-18 20:20 psychotrahe + * NEWS, plugins/check_mysql.c, plugins/check_mysql_query.c, + plugins/t/check_mysql.t: Add socket support to check_mysql* Also + clears the password from check_mysql command-line options git-svn-id: - * [r1744] REQUIREMENTS, configure.in, plugins, plugins/.cvsignore: - Make Linux specific plugin check_ide_smart build if appropriate - headers are found + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1988 f882894a-f735-0410-b71e-b25c423dba1c -2007-06-17 19:34 hweiss +2008-04-29 Holger Weiss - * [r1743] plugins/check_http.c: - Minor fixes. + * configure.in: Support "--without-pgsql" (reported by Alex Songe + via IRC). git-svn-id: -2007-06-17 19:22 hweiss + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1987 f882894a-f735-0410-b71e-b25c423dba1c - * [r1742] NEWS, plugins/check_http.c: - Fix buffer overflow vulnerabilities when parsing HTTP redirect - 'Location:' strings using sscanf(3) (Nobuhiro Ban - 1687867) +2008-04-29 Thomas Guyot-Sionnest -2007-06-15 18:37 hweiss + * plugins/check_ntp.c, plugins/check_ntp_peer.c, + plugins/check_ntp_time.c: Use UT_THRESHOLDS_NOTES in all plugins git-svn-id: - * [r1741] plugins/check_http.c: - When following redirects, the plugin supported 'Location:' header - fields which spanned multiple lines. However, it was not checked - whether extra lines are preceeded with white space, which could - lead to the following header field name being interpreted as the - value of the 'Location:' field if the latter was empty for some - reason. + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1986 f882894a-f735-0410-b71e-b25c423dba1c -2007-06-15 18:31 hweiss +2008-04-29 Thomas Guyot-Sionnest - * [r1740] plugins/check_http.c: - `host_name' is a NULL pointer if the "-I" flag is used instead of - "-H", so use `server_address' instead. Fixes a possible segfault - when following redirects to relative URLs (reported by Ingo - Lantschner). + * plugins-root/check_dhcp.c, plugins-root/check_icmp.c: --help + output cleanup (plus removal of spaces on blank lines) git-svn-id: -2007-06-13 09:43 psychotrahe + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1985 f882894a-f735-0410-b71e-b25c423dba1c - * [r1739] plugins/check_ide_smart.c: - Fixed some syntax errors to make check_ide_smart build +2008-04-27 Thomas Guyot-Sionnest -2007-06-12 23:18 hweiss + * plugins/check_apt.c, plugins/check_by_ssh.c, + plugins/check_cluster.c, plugins/check_dig.c, plugins/check_disk.c, + plugins/check_dns.c, plugins/check_dummy.c, plugins/check_fping.c, + plugins/check_game.c, plugins/check_hpjd.c, plugins/check_http.c, + plugins/check_ide_smart.c, plugins/check_ldap.c, + plugins/check_load.c, plugins/check_mrtg.c, + plugins/check_mrtgtraf.c, plugins/check_mysql.c, + plugins/check_mysql_query.c, plugins/check_nagios.c, + plugins/check_nt.c, plugins/check_ntp.c, plugins/check_ntp_peer.c, + plugins/check_nwstat.c, plugins/check_overcr.c, + plugins/check_pgsql.c, plugins/check_ping.c, plugins/check_procs.c, + plugins/check_radius.c, plugins/check_real.c, plugins/check_snmp.c, + plugins/check_swap.c, plugins/check_ups.c, plugins/utils.h: --help + output cleanup (plus removal of spaces on blank lines) git-svn-id: - * [r1738] plugins/check_by_ssh.c: - Add "-v" to help/usage output. + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1984 f882894a-f735-0410-b71e-b25c423dba1c -2007-06-12 07:13 psychotrahe +2008-04-23 Thomas Guyot-Sionnest - * [r1737] plugins/popen.c: - Removed debug line + * plugins/check_radius.c: Correct typo and make the --help notes a + bit simpler. git-svn-id: -2007-06-11 20:54 psychotrahe + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1983 f882894a-f735-0410-b71e-b25c423dba1c - * [r1736] THANKS.in, plugins/popen.c: - Fixed problem with popen.c not parsing --longopt='foo bar' - correctly (Daniel Bimschas #1291987) +2008-04-17 Thomas Guyot-Sionnest -2007-06-04 09:07 tonvoon + * plugins/check_dns.c: Correct the help text git-svn-id: - * [r1735] THANKS.in: - Removed duplicate names + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1979 f882894a-f735-0410-b71e-b25c423dba1c -2007-06-04 08:58 tonvoon +2008-04-17 Thomas Guyot-Sionnest - * [r1733] BUGS, ChangeLog, NEWS, configure.in, package.def: - For 1.4.9 release + * NEWS, plugins/check_dns.c: Allow to repeat -a to set multiple + possible addresses git-svn-id: -2007-06-03 15:58 psychotrahe + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1978 f882894a-f735-0410-b71e-b25c423dba1c - * [r1732] lib/tests/test_tcp.c: - Minor corrections to test_tcp.c +2008-04-05 Thomas Guyot-Sionnest -2007-06-03 15:14 psychotrahe + * NEWS, plugins/check_ntp.c, plugins/check_ntp_peer.c: check_ntp and + check_ntp_peer now show proper jitter/stratum thresholds longopts in + --help git-svn-id: - * [r1731] lib/tests/Makefile.am: - Makefile.am changes for test_tcp.c + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1977 f882894a-f735-0410-b71e-b25c423dba1c -2007-06-03 15:00 psychotrahe +2008-04-04 Thomas Guyot-Sionnest - * [r1730] configure.in, lib/tests, lib/tests/.cvsignore, - lib/tests/test_tcp.c, lib/tests/test_tcp.t: - Added test cases for utils_tcp + * lib/extra_opts.c, lib/parse_ini.c, lib/tests/test_ini.c, + lib/tests/test_opts.c: make parse_ini die like in N::P if section + isn't found git-svn-id: -2007-06-03 14:40 psychotrahe + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1976 f882894a-f735-0410-b71e-b25c423dba1c - * [r1729] NEWS, lib/Makefile.am, lib/utils_tcp.c, lib/utils_tcp.h, - plugins/check_tcp.c: - Moved check_tcp's expect string testing into utils_tcp for - testing purposes. Added -A/--all flag to test for every expect - string passed. +2008-04-02 Thomas Guyot-Sionnest -2007-06-01 23:11 hweiss + * lib/Makefile.config-opts, lib/tests/Makefile.config-opts: Delete + obsolete files git-svn-id: - * [r1728] BUGS, NEWS: - Fix possible check_http segfaults when following HTTP redirects. + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1974 f882894a-f735-0410-b71e-b25c423dba1c -2007-06-01 23:08 hweiss +2008-04-02 Thomas Guyot-Sionnest - * [r1727] plugins/check_http.c: - Fix an off-by-one error where a realloc(3) call doesn't allocate - space for nul-termination (Aravind Gottipati - 1729692) + * configure.in, lib/Makefile.am, lib/parse_ini.c, + lib/tests/Makefile.am, lib/tests/test_ini.t, lib/tests/test_opts.t, + po/de.po, po/fr.po, po/nagios-plugins.pot: - Add --enable-extra-opts configure option for compiling extra-opts + support - Auto-update po/pot files git-svn-id: -2007-06-01 22:57 hweiss + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1973 f882894a-f735-0410-b71e-b25c423dba1c - * [r1726] plugins/sslutils.c: - Call the SSL library initialization functions only once (not for - every SSL connection). +2008-04-01 Thomas Guyot-Sionnest -2007-06-01 17:06 hweiss + * lib/parse_ini.c: fix the obvious... git-svn-id: - * [r1725] plugins/sslutils.c: - Save an entire CPU cycle if c points to NULL already. + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1972 f882894a-f735-0410-b71e-b25c423dba1c -2007-06-01 16:42 hweiss +2008-04-01 Thomas Guyot-Sionnest - * [r1724] plugins/sslutils.c: - Set the pointers to the SSL and SSL_CTX objects back to NULL - after freeing them in np_net_ssl_cleanup(). This fixes a - check_http segfault if an SSL site redirects to a non-SSL one - (reported by Aravind Gottipati via IRC). + * lib/extra_opts.c, lib/extra_opts.h: np_extra_opts now retain + pointers from argv so that plugins can still overwrite sensitive + options git-svn-id: -2007-05-29 20:01 psychotrahe + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1971 f882894a-f735-0410-b71e-b25c423dba1c - * [r1723] plugins/check_tcp.c: - Fix segfault when -e is specified multiple times. Thanks to John - Rouillard and Ralph Roessner (#1475899) +2008-03-31 Thomas Guyot-Sionnest -2007-05-29 19:11 psychotrahe + * : update svn:ignore property (last gnulib update added many + auto-generated files) git-svn-id: - * [r1722] plugins/check_tcp.c: - No more warn/crit values in performance data if -w and -c are not - specified. Thanks to Simon Bellwood (#1181554) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1970 f882894a-f735-0410-b71e-b25c423dba1c -2007-05-29 05:22 dermoth +2008-03-31 Thomas Guyot-Sionnest - * [r1721] NEWS, plugins/check_snmp.c: - check_snmp don't warn anymore if something is printed on stderr + * lib/extra_opts.c, lib/extra_opts.h, lib/parse_ini.c, + lib/parse_ini.h, lib/tests/test_ini.c, lib/tests/test_opts.c: Fix + for last commit - I accidentaly broke my local Makefile and tests + weren't being re-compiled. git-svn-id: -2007-05-29 04:25 dermoth + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1968 f882894a-f735-0410-b71e-b25c423dba1c - * [r1720] plugins/check_snmp.c: - change a bunch of whitespaces (no code was harmed) +2008-03-30 Thomas Guyot-Sionnest -2007-05-27 14:49 psychotrahe + * lib/extra_opts.c, lib/extra_opts.h, lib/tests/test_opts.c: - Remove the last argument of np_extra_opts - Code cleanups and comments git-svn-id: - * [r1719] THANKS.in, plugins-scripts/check_oracle.sh: - check_oracle does not need a valid ORACLE_HOME if called with - --db. Thanks to Jason Martin (#1505551) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1967 f882894a-f735-0410-b71e-b25c423dba1c -2007-05-27 13:46 seanius +2008-03-29 Thomas Guyot-Sionnest - * [r1718] lib/utils_base.c, lib/utils_base.h, - plugins-root/check_dhcp.c, plugins-root/check_icmp.c: - added functions to utils_base: np_check_if_root() - returns - nonzero if geteuid()==0 np_warn_if_not_root() - uses the above to - print an informative warning added uses of these functions to - check_dhcp and check_icmp. + * : Update svn:ignore property git-svn-id: -2007-05-24 08:53 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1966 f882894a-f735-0410-b71e-b25c423dba1c - * [r1717] plugins/t/negate.pl: - Test for new functionality in negate (not automatically run in - make test) +2008-03-24 Thomas Guyot-Sionnest -2007-05-24 08:35 tonvoon + * lib/extra_opts.c, lib/extra_opts.h, lib/tests/config-opts.ini, + lib/tests/test_opts.c, lib/tests/test_opts.t: Add extra-opts + argument parsing with tests git-svn-id: - * [r1716] plugins/check_dummy.c, plugins/t/check_dummy.t: - Tests for check_dummy + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1961 f882894a-f735-0410-b71e-b25c423dba1c -2007-05-23 08:22 dermoth +2008-03-24 Thomas Guyot-Sionnest - * [r1715] NEWS, plugins/check_http.c, po/de.po, po/fr.po, - po/nagios-plugins.pot: - Update many strings in check_http to get more consistent output - Update translation files; fix all check_http changes in French - and most changes in German. + * lib/parse_ini.c, lib/parse_ini.h: Replace broken usage of + NAGIOS_CONFIG_PATH with a stub function (that will try to find a + config file in the future...) Allow NULL locator (default + file/section) git-svn-id: -2007-05-18 07:17 dermoth + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1960 f882894a-f735-0410-b71e-b25c423dba1c - * [r1714] plugins/t/check_tcp.t: - Make check_tcp.t compatible with picky web servers. +2008-03-20 Thomas Guyot-Sionnest -2007-05-13 20:02 hweiss + * plugins/check_dig.c: - Fix bug #1920671 - Make --help output looks nice git-svn-id: - * [r1713] plugins/check_http.c: - Add missing options to the usage output. + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1959 f882894a-f735-0410-b71e-b25c423dba1c -2007-05-13 12:28 psychotrahe +2008-03-18 Ton Voon - * [r1712] THANKS.in, plugins-root/check_dhcp.c: - check_dhcp now adds mandatory end option (Thanks to Enrico Scholz - - #1675306) + * plugins/tests/check_procs.t: Include test for check_procs, using + input file git-svn-id: -2007-05-12 07:45 psychotrahe + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1955 f882894a-f735-0410-b71e-b25c423dba1c - * [r1711] plugins/check_cluster.c: - Fixed glibc error caused in utils_base.c due to uninitialized - thresholds struct (spotted on ubundu 6.06 LTS). +2008-03-18 Ton Voon -2007-05-12 00:49 tonvoon + * plugins/check_procs.c, plugins/tests/var/ps-axwo.darwin, + plugins/tests/var/ps_axwo.debian: Updated check_procs with a hidden + --input-file option. Include some sample outputs for testing git-svn-id: - * [r1710] ABOUT-NLS, build-aux/mkinstalldirs, configure.in: - Updating gettext files from coreutils-6.9. mkinstalldirs needs to - be in build-aux for some systems without gettext natively. Also - have at top level, though gettext documentation says file not - neceesary + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1954 f882894a-f735-0410-b71e-b25c423dba1c -2007-05-09 09:16 psychotrahe +2008-03-17 Ton Voon - * [r1709] plugins/check_ups.c: - small typo in --help + * plugins/t/check_nagios.t: Don't run check_nagios tests on Solaris, + because of pst3 requirement git-svn-id: -2007-05-09 09:09 psychotrahe + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1953 f882894a-f735-0410-b71e-b25c423dba1c - * [r1708] THANKS.in, plugins/check_ups.c: - Fixed --help output (Ask Bjoern Hansen - #1714823) +2008-03-16 Thomas Guyot-Sionnest -2007-05-09 08:16 psychotrahe + * lib/tests/config-dos.ini, lib/tests/plugin.ini, + lib/tests/test_ini.c: Add tests: - DOS-newline ini file - section defined twice git-svn-id: - * [r1707] plugins/t/check_disk.t: - added testcase to verify that old positional arguments only - select one path + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1951 f882894a-f735-0410-b71e-b25c423dba1c -2007-05-03 20:43 psychotrahe +2008-03-15 Thomas Guyot-Sionnest - * [r1706] ChangeLog, THANKS.in, plugins/check_disk.c: - fixed backward incompatibility introduced in 1.4.8 where all - partitions are selected, if path is specified as last argument - (without using -p). Thanks to Emil Michles (Emilis) on #nagios + * lib/parse_ini.c: parse_ini now reads the default section if the + request one can't be found. All tests should return ok now. git-svn-id: -2007-05-02 10:11 dermoth + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1950 f882894a-f735-0410-b71e-b25c423dba1c - * [r1705] tools/distclean: - Making Solaris happy +2008-03-15 Thomas Guyot-Sionnest -2007-05-02 05:30 dermoth + * lib/parse_ini.c: Oops - this line shouldn't have been here + (doesn't even work anyways) ;) git-svn-id: - * [r1704] NEWS: - /* Nothing */ + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1949 f882894a-f735-0410-b71e-b25c423dba1c -2007-05-02 05:22 dermoth +2008-03-15 Thomas Guyot-Sionnest - * [r1703] NEWS, THANKS.in, plugins/check_time.c: - Fix check_time returning wrong OK when time is before the epoch - on some arch + * lib/parse_ini.c, lib/tests/plugin.ini, lib/tests/test_ini.c: - Make equal-less parameters illegal - parameters without argument after '=' are now assumed to be + argument-less - Add a testcase for space in stanza and various argument-less + parameters git-svn-id: -2007-04-28 21:57 psychotrahe + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1948 f882894a-f735-0410-b71e-b25c423dba1c - * [r1702] plugins/t/check_cluster.t: - added test cases for check_cluster +2008-03-15 Thomas Guyot-Sionnest -2007-04-25 22:21 tonvoon + * lib/parse_ini.c: Fix handling of leading and trailing spaces in + stanza git-svn-id: - * [r1701] tools/tinderbox_build: - Test installs into temporary directories + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1947 f882894a-f735-0410-b71e-b25c423dba1c -2007-04-25 22:10 tonvoon +2008-03-15 Thomas Guyot-Sionnest - * [r1700] NEWS, configure.in, plugins/check_load.c, - plugins/common.h, plugins/t/check_load.t: - check_load can optionally divide by number of cpus + * lib/parse_ini.c, lib/tests/test_ini.c: Fix segfault in test_ini.c + and uncomment the affected tests Fix bug in stanza parsing where + full section could be skipped Fix single-argument options git-svn-id: -2007-04-23 07:30 hweiss + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1946 f882894a-f735-0410-b71e-b25c423dba1c - * [r1699] plugins/check_ping.c: - #ifdef can only test a single macro, not an expression. +2008-03-15 Thomas Guyot-Sionnest -2007-04-20 17:55 hweiss + * lib/parse_ini.c, lib/parse_ini.h, lib/tests/test_ini.c, + lib/tests/test_ini.t: This commit consist of two changes: 1. Make np_get_defaults return a linked list instead of a string. It + will then be easy to convert the linked list back to an argument + array. 2. Fix tests 3-4 of test_ini.c. A test_ini.t was added too. parse_ini and test_ini aren't included + yet in the build makefiles. git-svn-id: - * [r1698] plugins-root/check_dhcp.c: - Remove unused variables. + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1945 f882894a-f735-0410-b71e-b25c423dba1c -2007-04-20 17:46 hweiss +2008-03-15 Matthias Eble - * [r1697] plugins/check_cluster.c: - Include "utils_base.h". + * plugins/check_http.c: Add port to Host Header to prevent problems + with non default ports (Christophe Dupre #1881898) git-svn-id: -2007-04-20 17:45 hweiss + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1944 f882894a-f735-0410-b71e-b25c423dba1c - * [r1696] lib/utils_base.h: - Declare print_thresholds(). +2008-03-14 Matthias Eble -2007-04-20 17:39 hweiss + * NEWS, plugins/check_dig.c: Added -A/--dig-arguments to check_dig + (#1889453/#1874041) git-svn-id: - * [r1695] plugins/check_cluster.c: - Predeclare functions and remove unused variables. + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1943 f882894a-f735-0410-b71e-b25c423dba1c -2007-04-20 17:25 hweiss +2008-03-14 Matthias Eble - * [r1694] THANKS.in, plugins-root/check_dhcp.c: - Use the 'server identifier' option instead of the 'siaddr' field - as the DHCP server address; see RFC 2131, 2. (Denis Knauf - - 1667488) + * plugins/check_smtp.c: Enhanced check_smtp to actually print + invalid response text (#1911239) git-svn-id: -2007-04-19 03:46 dermoth + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1942 f882894a-f735-0410-b71e-b25c423dba1c - * [r1693] NEWS, configure.in: - Fix compilation of check_ldap, check_radius and check_pgsql - (*ding*) +2008-03-14 Ton Voon -2007-04-18 19:31 hweiss + * NEWS, plugins-root/Makefile.am, plugins/Makefile.am: Fixed 64 bit + pst3 when tries to link to gettext. Gettext linked dynamically, if + necessary git-svn-id: - * [r1692] NEWS, plugins/check_by_ssh.c: - Revert my previous change to "-S/--skip" in favour of the two - options "-E/--skip-stderr" and "-S/--skip-stdout". Both of them - support omitting the number of lines to skip, in which case all - output on the respective file descriptor is skipped. "--skip" is - kept as an alias for "--skip-stdout" for backwards compatibility - with recent releases. - - Also, print a message if no (non-skipped) stdout/stderr output is - available. This fixes a segfault if the remote command prints no - output. + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1941 f882894a-f735-0410-b71e-b25c423dba1c -2007-04-15 15:17 dermoth +2008-03-14 Thomas Guyot-Sionnest - * [r1691] plugins/check_cluster.c: - Localization and help fixes (Thanks Benoit M.) + * gl/charset.alias, gl/configmake.h, gl/math.h, gl/ref-add.sed, + gl/ref-del.sed, gl/stdio.h, gl/stdlib.h, gl/string.h, gl/unistd.h: + These files are generated automatically during the make process, and + removed by make clean. git-svn-id: -2007-04-15 09:03 dermoth + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1940 f882894a-f735-0410-b71e-b25c423dba1c - * [r1690] plugins/check_cluster.c: - Cosmetic change +2008-03-11 Ton Voon -2007-04-15 08:56 dermoth + * configure.in, gl/m4/mbstate_t.m4: Possible fix for HP-UX compile + problems of regex_internal.c git-svn-id: - * [r1689] contrib/check_cluster2.README: - More details about the changes + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1939 f882894a-f735-0410-b71e-b25c423dba1c -2007-04-15 08:50 dermoth +2008-03-11 Ton Voon - * [r1688] NEWS, plugins/Makefile.am, plugins/check_cluster.c: - Add thresholds support for check_cluster + lots of - standardization. Add forgotten items to NEWS. + * configure.in, lib/utils_base.c, plugins-root/Makefile.am, + plugins/check_http.c, plugins/check_smtp.c, plugins/common.h: Fixed + link -m64 problems on pst3 for solaris. Fixed _FILE_OFFSET_BITS + redefinition warnings. Fixed helper ar error in ./configure git-svn-id: -2007-04-15 06:44 dermoth + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1938 f882894a-f735-0410-b71e-b25c423dba1c - * [r1687] BUGS, plugins/check_snmp.c: - Fix bug #1344584: Counter64 values not handled correctly +2008-02-28 Ton Voon -2007-04-14 15:07 dermoth + * NEWS, configure.in, plugins-root/Makefile.am, + plugins-root/pst3.c, plugins/check_procs.c, plugins/t/check_procs.t: + Reverted check_procs for solaris back to using pst3 due to + truncation for argument fields using other methods git-svn-id: - * [r1686] BUGS: - Works for me + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1937 f882894a-f735-0410-b71e-b25c423dba1c -2007-04-14 03:09 hweiss +2008-02-28 Ton Voon - * [r1685] BUGS, plugins/check_by_ssh.c: - Up to revision 1.35, the "-S" option skipped the specified number - of lines written to stderr. With revision 1.36 and newer, "-S" - skipped the specified number of lines written to stdout. Now, - "-S" skips the specified number of lines written to stderr; and - if the number specified via "-S" minus the number of lines - written to stderr is larger than 0, the difference is used as the - number of lines written to stdout to skip. Also, the "--help" - output was fixed. (Hector - 1675286) + * tools/build_perl_modules: Fix where PERL5LIB is blank git-svn-id: -2007-04-13 11:38 dermoth + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1936 f882894a-f735-0410-b71e-b25c423dba1c - * [r1684] plugins, plugins/.cvsignore: - ... Some CVS magic too +2008-02-18 Ton Voon -2007-04-13 11:35 dermoth + * NEWS: Added CVE MITRE tracking number git-svn-id: - * [r1683] contrib/check_cluster2.README, plugins/Makefile.am, - plugins/check_cluster.c: - automake magic for check_cluster + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1935 f882894a-f735-0410-b71e-b25c423dba1c -2007-04-11 14:43 tonvoon +2008-02-13 Matthias Eble - * [r1682] doc/RELEASING: - Add news item to nagiosplugins.org + * NEWS, plugins/check_pgsql.c: check_pgsql now builds with postgres + lib v8.3 (Jan Wagner #1878972) git-svn-id: -2007-04-11 12:08 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1934 f882894a-f735-0410-b71e-b25c423dba1c - * [r1680] AUTHORS, BUGS, ChangeLog, NEWS, configure.in, - package.def: - 1.4.8 release +2008-02-13 Matthias Eble -2007-04-10 07:17 dermoth + * plugins/check_disk.c: Fix --local argument handling (Jan Wagner + #1878971) git-svn-id: - * [r1679] po/POTFILES.in, po/de.po, po/fr.po, - po/nagios-plugins.pot: - Add some check_ntp translations + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1933 f882894a-f735-0410-b71e-b25c423dba1c -2007-04-10 07:17 dermoth +2008-02-13 Thomas Guyot-Sionnest - * [r1678] plugins/check_ntp.c: - - Fix possibility of printing scientific numbers in perfdata - - Use fperfdata function for perfdata formatting - Make the - printing part a bit more flexible (similar to check_disk) + * plugins/check_disk.c: Fix broken intending (The whole file use + spaces only except my last patch and 1-3 other places). git-svn-id: -2007-04-10 05:58 dermoth + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1932 f882894a-f735-0410-b71e-b25c423dba1c - * [r1677] po/de.po, po/fr.po, po/nagios-plugins.pot: - Hopefully this is correct. Need to make more changes so I'm - commiting these. +2008-02-13 Thomas Guyot-Sionnest -2007-04-04 20:08 dermoth + * : Add two files to svn:ignore git-svn-id: - * [r1676] plugins/check_ntp.c: - Fix for getting dispersion instead of jitter on older servers - (like xntpd on Solaris). + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1931 f882894a-f735-0410-b71e-b25c423dba1c -2007-04-03 17:19 hweiss +2008-02-13 Thomas Guyot-Sionnest - * [r1675] plugins/check_ntp.c: - Fix the synchronization source selection on big-endian systems. + * NEWS: News, nothing else. git-svn-id: -2007-04-03 01:31 dermoth + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1929 f882894a-f735-0410-b71e-b25c423dba1c - * [r1674] plugins/check_ntp.c: - Temporary fix for jitter calculation +2008-02-13 Thomas Guyot-Sionnest -2007-04-02 12:39 hweiss + * plugins/common.h: This floorf workaround is Nnot needed anymore + since floorf is part of Gnulib git-svn-id: - * [r1673] plugins/check_ntp.c: - Don't rely on the assumption that the size of a READSTAT response - is a multiple of sizeof(ntp_assoc_status_pair). + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1928 f882894a-f735-0410-b71e-b25c423dba1c -2007-04-02 09:28 tonvoon +2008-02-13 Thomas Guyot-Sionnest - * [r1672] lib/tests/Makefile.am: - Add libgnu.a as regex functions required + * lib/tests/test_base64.c: Reverting patch to test 8-bit data: Still + broken on Solaris (7-bit works as before) git-svn-id: -2007-04-02 07:32 dermoth + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1927 f882894a-f735-0410-b71e-b25c423dba1c - * [r1671] plugins/check_ntp.c: - Fix byte order in verbose logging +2008-02-12 Thomas Guyot-Sionnest -2007-04-02 06:00 dermoth + * gl/Makefile.am, gl/base64.c, gl/base64.h, gl/charset.alias, + gl/configmake.h, gl/floor.c, gl/floorf.c, gl/m4/base64.m4, + gl/m4/floorf.m4, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, + gl/m4/math_h.m4, gl/math.h, gl/math.in.h, gl/ref-add.sed, + gl/ref-del.sed, gl/stdio.h, gl/stdlib.h, gl/string.h, gl/unistd.h, + lib/Makefile.am, lib/base64.c, lib/base64.h, lib/tests/Makefile.am, + lib/tests/test_base64.c, plugins/check_http.c, plugins/check_smtp.c: + Import Gnulib floorf and base64 and removed our old base64 library. git-svn-id: - * [r1670] plugins/check_ntp.c: - Seems like we don't get any jitter sometimes. While this needs to - be fixed we should at least handle it gracefully. + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1926 f882894a-f735-0410-b71e-b25c423dba1c -2007-04-01 14:21 psychotrahe +2008-02-12 Thomas Guyot-Sionnest - * [r1669] plugins/t/check_http.t: - check_http.t: - added internet_access variable to skip tests - where internet access is required. - added host_tcp_http2 - variable for a webserver serving the string 'nagios' in index - - no tests are skipped if the new vars are not defined (existing - installations) + * build-aux/config.rpath, build-aux/link-warning.h, gl/Makefile.am, + gl/alloca.c, gl/alloca.in.h, gl/alloca_.h, gl/asnprintf.c, + gl/asprintf.c, gl/basename.c, gl/c-strtod.c, gl/cloexec.c, + gl/config.charset, gl/creat-safer.c, gl/dirname.c, gl/dirname.h, + gl/dup-safer.c, gl/error.c, gl/error.h, gl/exit.h, gl/exitfail.c, + gl/exitfail.h, gl/fcntl--.h, gl/fcntl-safer.h, gl/fd-safer.c, + gl/float+.h, gl/float.in.h, gl/fsusage.c, gl/fsusage.h, + gl/full-read.c, gl/full-read.h, gl/full-write.c, gl/full-write.h, + gl/gai_strerror.c, gl/getaddrinfo.c, gl/getaddrinfo.h, + gl/gethostname.c, gl/getloadavg.c, gl/getopt.c, gl/getopt.in.h, + gl/getopt1.c, gl/getopt_.h, gl/getopt_int.h, gl/gettext.h, + gl/inet_ntop.c, gl/inet_ntop.h, gl/intprops.h, gl/localcharset.c, + gl/localcharset.h, gl/m4/absolute-header.m4, gl/m4/alloca.m4, + gl/m4/extensions.m4, gl/m4/float_h.m4, gl/m4/fsusage.m4, + gl/m4/getaddrinfo.m4, gl/m4/getloadavg.m4, gl/m4/gettext.m4, + gl/m4/gnulib-cache.m4, gl/m4/gnulib-common.m4, + gl/m4/gnulib-comp.m4, gl/m4/iconv.m4, gl/m4/include_next.m4, + gl/m4/intdiv0.m4, gl/m4/intl.m4, gl/m4/intlmacosx.m4, + gl/m4/intmax_t.m4, gl/m4/lib-link.m4, gl/m4/localcharset.m4, + gl/m4/lock.m4, gl/m4/longdouble.m4, gl/m4/longlong.m4, + gl/m4/malloc.m4, gl/m4/mbchar.m4, gl/m4/mbiter.m4, + gl/m4/mbrtowc.m4, gl/m4/memchr.m4, gl/m4/minmax.m4, + gl/m4/netinet_in_h.m4, gl/m4/po.m4, gl/m4/printf-posix.m4, + gl/m4/regex.m4, gl/m4/snprintf.m4, gl/m4/socklen.m4, + gl/m4/stdint.m4, gl/m4/stdio_h.m4, gl/m4/stdlib_h.m4, + gl/m4/strcase.m4, gl/m4/strdup.m4, gl/m4/strerror.m4, + gl/m4/string_h.m4, gl/m4/strndup.m4, gl/m4/strnlen.m4, + gl/m4/sys_socket_h.m4, gl/m4/uintmax_t.m4, gl/m4/ulonglong.m4, + gl/m4/unistd_h.m4, gl/m4/vasnprintf.m4, gl/m4/vasprintf.m4, + gl/m4/vsnprintf.m4, gl/m4/wchar.m4, gl/m4/wctype.m4, + gl/m4/wcwidth.m4, gl/m4/wint_t.m4, gl/malloc.c, gl/mbchar.c, + gl/mbchar.h, gl/mbuiter.h, gl/memchr.c, gl/minmax.h, + gl/mountlist.c, gl/mountlist.h, gl/netinet_in.in.h, + gl/open-safer.c, gl/pipe-safer.c, gl/printf-args.c, + gl/printf-args.h, gl/printf-parse.c, gl/printf-parse.h, + gl/ref-add.sin, gl/ref-del.sin, gl/regcomp.c, gl/regex.c, + gl/regex.h, gl/regex_internal.c, gl/regex_internal.h, gl/regexec.c, + gl/safe-read.c, gl/safe-read.h, gl/safe-write.c, gl/safe-write.h, + gl/size_max.h, gl/snprintf.c, gl/snprintf.h, gl/socket_.h, + gl/stdbool.in.h, gl/stdbool_.h, gl/stdint.in.h, gl/stdint_.h, + gl/stdio.in.h, gl/stdlib.in.h, gl/strcase.h, gl/strcasecmp.c, + gl/strdup.c, gl/strdup.h, gl/strerror.c, gl/string.in.h, + gl/stripslash.c, gl/strncasecmp.c, gl/strndup.c, gl/strndup.h, + gl/strnlen.c, gl/strnlen.h, gl/strnlen1.c, gl/strnlen1.h, + gl/sys_socket.in.h, gl/unistd--.h, gl/unistd-safer.h, + gl/unistd.in.h, gl/unistd_.h, gl/vasnprintf.c, gl/vasnprintf.h, + gl/vasprintf.c, gl/vasprintf.h, gl/vsnprintf.c, gl/vsnprintf.h, + gl/wchar.in.h, gl/wchar_.h, gl/wctype.in.h, gl/wctype_.h, + gl/wcwidth.h, gl/xalloc-die.c, gl/xalloc.h, gl/xmalloc.c, + gl/xsize.h, gl/xstrndup.c, gl/xstrndup.h, plugins/common.h, + po/Makevars: Sync to latest Gnulib git-svn-id: -2007-04-01 11:17 psychotrahe + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1925 f882894a-f735-0410-b71e-b25c423dba1c - * [r1668] lib/utils_disk.c: - utils_disk: fixed handling if check_disk -p is a device - (np_set_best_match()) +2008-02-11 Ton Voon -2007-03-31 18:49 hweiss + * REQUIREMENTS: Hints re: SSL features git-svn-id: - * [r1667] NEWS: - Various check_ntp fixes + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1924 f882894a-f735-0410-b71e-b25c423dba1c -2007-03-31 18:48 hweiss +2008-02-11 Ton Voon - * [r1666] plugins/check_ntp.c: - Fix an out-of-bounds memcpy(3) and add a realloc(3) error check - in jitter_request(). + * configure.in: Added link to FAQ for redhat spopen problem git-svn-id: -2007-03-31 17:35 hweiss + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1923 f882894a-f735-0410-b71e-b25c423dba1c - * [r1665] plugins/check_ntp.c: - Add a warning to the verbose output if jitter_request() found no - synchronization source. +2008-01-31 Thomas Guyot-Sionnest -2007-03-31 17:29 hweiss + * plugins-root/check_dhcp.c, plugins-root/check_icmp.c, + plugins-root/pst3.c: Bump plugins-root/ to GPLv3 git-svn-id: - * [r1664] plugins/check_ntp.c: - Avoid division by zero. + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1920 f882894a-f735-0410-b71e-b25c423dba1c -2007-03-31 17:25 hweiss +2008-01-31 Thomas Guyot-Sionnest - * [r1663] plugins/check_ntp.c: - Remove the '-O' option, as it's ignored. + * plugins/common.h, plugins/netutils.h, plugins/popen.h, + plugins/runcmd.h: Bump plugins/ to GPLv3 (header files) git-svn-id: -2007-03-30 15:45 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1919 f882894a-f735-0410-b71e-b25c423dba1c - * [r1662] m4/np_mysqlclient.m4: - Use AS_HELP_STRING instead of ACX_HELP_STRING +2008-01-31 Thomas Guyot-Sionnest -2007-03-30 14:08 tonvoon + * plugins/negate.c, plugins/netutils.c, plugins/popen.c, + plugins/runcmd.c, plugins/sslutils.c, plugins/urlize.c, + plugins/utils.c: Bump plugins/ to GPLv3 (non-plugind files) git-svn-id: - * [r1661] NEWS, configure.in, m4/np_mysqlclient.m4: - Fix AC_CHECK_LIB for mysql_init - add dependent libraries. mysql - detection separated into external m4 file + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1918 f882894a-f735-0410-b71e-b25c423dba1c -2007-03-30 09:00 psychotrahe +2008-01-31 Thomas Guyot-Sionnest - * [r1660] lib/tests/test_disk.c, plugins/t/check_disk.t: - Test Cases for check_disk's -r, -R, -C and -g + * plugins/check_overcr.c, plugins/check_pgsql.c, + plugins/check_ping.c, plugins/check_procs.c, + plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, + plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, + plugins/check_tcp.c, plugins/check_time.c, plugins/check_ups.c, + plugins/check_users.c: Bump plugin/ to GPLv3 (check_overcr to + check_users) git-svn-id: -2007-03-30 08:56 psychotrahe + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1917 f882894a-f735-0410-b71e-b25c423dba1c - * [r1659] plugins/check_disk.c: - check_disk: minor fix for -C if bestmatch != -p +2008-01-30 Thomas Guyot-Sionnest -2007-03-30 08:53 psychotrahe + * plugins/check_apt.c, plugins/check_by_ssh.c, + plugins/check_cluster.c, plugins/check_dig.c, plugins/check_disk.c, + plugins/check_dns.c, plugins/check_dummy.c, plugins/check_fping.c, + plugins/check_game.c, plugins/check_hpjd.c, plugins/check_http.c, + plugins/check_ide_smart.c, plugins/check_ldap.c, + plugins/check_load.c, plugins/check_mrtg.c, + plugins/check_mrtgtraf.c, plugins/check_mysql.c, + plugins/check_mysql_query.c, plugins/check_nagios.c, + plugins/check_nt.c, plugins/check_ntp.c, plugins/check_ntp_peer.c, + plugins/check_ntp_time.c, plugins/check_nwstat.c: Bump plugins/ to + GPLv3 (check_apt to check_nwstat) git-svn-id: - * [r1658] lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c: - check_disk: added regex functionality -r and -R. see np-devel - mail (2007-02-10) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1916 f882894a-f735-0410-b71e-b25c423dba1c -2007-03-30 08:52 psychotrahe +2008-01-30 Thomas Guyot-Sionnest - * [r1657] lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c: - check_disk: added grouping functionality. see np-devel mail - (2007-02-10) + * lib/utils_disk.c, lib/utils_tcp.c: details... git-svn-id: -2007-03-30 08:48 psychotrahe + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1915 f882894a-f735-0410-b71e-b25c423dba1c - * [r1656] lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c: - check_disk -C is more flexible now. See np-devel post - (2007-02-10) +2008-01-30 Thomas Guyot-Sionnest -2007-03-29 17:58 hweiss + * lib/tests/test_base64.c, lib/tests/test_cmd.c, + lib/tests/test_disk.c, lib/tests/test_ini.c, lib/tests/test_tcp.c, + lib/tests/test_utils.c: Bump lib/tests to GPLv3 git-svn-id: - * [r1655] THANKS.in, plugins/check_mysql.c: - Fix argument processing (Felix Frank - 1690697) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1914 f882894a-f735-0410-b71e-b25c423dba1c -2007-03-29 17:34 hweiss +2008-01-30 Thomas Guyot-Sionnest - * [r1654] plugins-root/Makefile.am: - Set the "read" and "execute" bits only for "user" and "group" in - order to not overwrite "--without-world-permissions" for the root - plugins. + * lib/parse_ini.c, lib/utils_base.c, lib/utils_cmd.c, + lib/utils_disk.c, lib/utils_tcp.c: Bump /lib to GPLv3 git-svn-id: -2007-03-29 10:32 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1913 f882894a-f735-0410-b71e-b25c423dba1c - * [r1652] BUGS, ChangeLog, NEWS, configure.in, package.def: - 1.4.7 release +2008-01-30 Thomas Guyot-Sionnest -2007-03-29 10:25 tonvoon + * lib/parse_ini.c: new standardized GPLv3 header (will be applied to + all C files) git-svn-id: - * [r1651] plugins/check_ntp.c: - Adding help text for jitter flags + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1912 f882894a-f735-0410-b71e-b25c423dba1c -2007-03-27 06:53 dermoth +2008-01-29 Thomas Guyot-Sionnest - * [r1650] THANKS.in, plugins-root/check_icmp.c: - Fix bug #1494629 - check_icmp fails after some time on FreeBSD + * NEWS, plugins/check_ntp_peer.c: check_ntp_peer now checks for the + LI_ALARM flag git-svn-id: -2007-03-25 13:55 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1911 f882894a-f735-0410-b71e-b25c423dba1c - * [r1649] NEWS, configure.in: - Reinstate --with-nagios-user/group and new - --without-group-permissions ./configure options +2008-01-29 Thomas Guyot-Sionnest -2007-03-22 17:54 hweiss + * NEWS: typo git-svn-id: - * [r1646] THANKS.in, plugins/common.h: - Increase MAX_INPUT_BUFFER from 1k to 8k in order to increase I/O - performance (Stefan Meier) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1910 f882894a-f735-0410-b71e-b25c423dba1c -2007-03-16 12:11 gonzai +2008-01-29 Thomas Guyot-Sionnest - * [r1642] plugins-scripts/check_ifoperstatus.pl: - Fix bogus 'eq ( || )' constructions in check_ifoperstatus.pl. + * NEWS, plugins/check_ntp.c, plugins/check_ntp_time.c: Fix bugs and + flaws in best offset server selection of check_ntp_time and + (deprecated) check_ntp git-svn-id: -2007-03-12 10:51 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1909 f882894a-f735-0410-b71e-b25c423dba1c - * [r1639] NEWS, plugins/check_ping.c, plugins/t/check_ping.t: - check_ping's timeout interval is only +1 if ping command has a - timeout value. Tests updated to check for 100% packet loss - (always if ping has timeout), otherwise will check for "timed - out" string +2008-01-26 Thomas Guyot-Sionnest -2007-03-11 06:51 dermoth + * NEWS, THANKS.in, plugins/check_ntp_peer.c, + plugins/check_ntp_time.c: Fix help text of check_ntp_* (Bug #1880095) git-svn-id: - * [r1638] plugins-root/t/check_icmp.t: - Add tests for new check_icmp switch -m + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1908 f882894a-f735-0410-b71e-b25c423dba1c -2007-03-11 02:27 tonvoon +2008-01-15 Thomas Guyot-Sionnest - * [r1637] plugins-root/t, plugins-root/t/check_icmp.t, - plugins/t/check_ping.t: - Converted check_ping.t to new-style testcases. Added test case - for check_icmp - requires sudo access + * NEWS, plugins/check_disk.c: Fix check_disk disk usage calculation + when using --group=NAME (related to bug #1348746) git-svn-id: -2007-03-11 01:57 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1907 f882894a-f735-0410-b71e-b25c423dba1c - * [r1636] plugins/check_ping.c: - Fixed some help display. Removed -L from usage as deprecated - option +2008-01-15 Thomas Guyot-Sionnest -2007-03-08 09:09 dermoth + * NEWS, configure.in: Add AC_SYS_LARGEFILE to configure.in + (check_disk should now work with large file systems (2TB+) on all + archs that supports it) git-svn-id: - * [r1635] NEWS, THANKS.in, plugins-root/check_icmp.c: - New switch to check_icmp to set the minimum required hosts for - success. + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1906 f882894a-f735-0410-b71e-b25c423dba1c -2007-03-08 06:12 dermoth +2008-01-10 Thomas Guyot-Sionnest - * [r1634] config_test/child_test.c: - Ficing C++ style comments + * lib/tests/test_cmd.c: Add a return-code check (also test cmd_run + without out/err buffers) git-svn-id: -2007-03-08 06:09 dermoth + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1905 f882894a-f735-0410-b71e-b25c423dba1c - * [r1633] plugins-root/check_icmp.c: - Fixed C++ style comments, but I don't get why those lines were - originally commented out. +2008-01-09 Thomas Guyot-Sionnest -2007-03-06 22:45 tonvoon + * tools/tinderbox_build: make test-debug generate lots of false + errors in tinderbox. Turning off until we find a solution (so al + least we can watch the tinderbox for breakages again) git-svn-id: - * [r1632] plugins/check_http.c: - Fix option handling (Nobuhiro Ban - 1657280) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1904 f882894a-f735-0410-b71e-b25c423dba1c -2007-03-06 22:29 tonvoon +2008-01-08 Matthias Eble - * [r1631] plugins/check_smtp.c: - Fixed compile errors in check_smtp.c + * plugins/check_dns.c: Fixed reverse lookup damaged by previous + commit git-svn-id: -2007-03-06 22:17 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1903 f882894a-f735-0410-b71e-b25c423dba1c - * [r1630] NEWS, THANKS.in, plugins/check_smtp.c: - Fixed broken HELO cmd (Enrico Scholz - 1675279) +2008-01-08 Ton Voon -2007-03-06 17:29 tonvoon + * plugins/t/check_dns.t: Changed default test values for check_dns + (using nagios.com) git-svn-id: - * [r1629] NEWS, configure.in, plugins/check_procs.c: - Use /usr/ucb/ps on Solaris in preference to pst3 (problems in - 64bit mode) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1902 f882894a-f735-0410-b71e-b25c423dba1c -2007-03-06 17:26 tonvoon +2008-01-08 Ton Voon - * [r1628] plugins/t/check_disk.t: - Test failure if a filesystem which is a subset of another fails - the inode check (Matthias Elbe - 1660953) + * plugins/t/check_ftp.t, plugins/t/check_imap.t, + plugins/t/check_jabber.t, plugins/t/check_pop.t, + plugins/t/check_tcp.t: Reverted commits 1898 and 1899 due to + reversion of 1879 git-svn-id: -2007-03-06 14:18 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1901 f882894a-f735-0410-b71e-b25c423dba1c - * [r1627] NEWS, configure.in: - Detect if check_mysql compile will work at ./configure time, due - to some Redhat systems distributing mysql_config, but not the - include files +2008-01-08 Ton Voon -2007-03-06 11:03 tonvoon + * NEWS, plugins/check_tcp.c: Reverted commit 1879 where an invalid + hostname returns UNKNOWN - back to CRITICAL git-svn-id: - * [r1626] configure.in: - Clearer message when --with-nagios-user is used for ./configure + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1900 f882894a-f735-0410-b71e-b25c423dba1c -2007-03-06 10:48 tonvoon +2008-01-08 Thomas Guyot-Sionnest - * [r1625] FAQ, INSTALLING, NEWS, README, plugins-root/Makefile.am: - Root plugins installed with world executable permissions. Removed - references to --with-nagios-user and --with-nagios-group in - README + * plugins/t/check_imap.t, plugins/t/check_jabber.t, + plugins/t/check_pop.t: more r1879 fixes git-svn-id: -2007-03-02 01:38 egalstad + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1899 f882894a-f735-0410-b71e-b25c423dba1c - * [r1624] plugins/check_mrtgtraf.c: - Fix for broken check_mrtgtraf +2008-01-08 Thomas Guyot-Sionnest -2007-02-24 01:03 dermoth + * plugins/t/check_ftp.t, plugins/t/check_tcp.t: Fix test breakages + for commit r1879: check_tcp now returns UNKNOWN with an invalid + hostname on command line git-svn-id: - * [r1623] doc/makefile: - Fix the makefile ('[[' is bash-specific, 'rm -f' don't remove - directories) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1898 f882894a-f735-0410-b71e-b25c423dba1c -2007-02-14 20:56 tonvoon +2008-01-08 Holger Weiss - * [r1622] NEWS, contrib/check_sybase: - check_sybase now maintained in NagiosExchange + * plugins-root/check_icmp.c: Hide some debug output which was + printed even without "-v" (under certain circumstances). git-svn-id: -2007-02-14 20:52 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1897 f882894a-f735-0410-b71e-b25c423dba1c - * [r1621] plugins/check_disk.c: - Fixed typo in help for -M +2008-01-08 Holger Weiss -2007-02-14 10:11 tonvoon + * plugins-root/check_icmp.c: Fix the handling of ICMP packets which + are not echo replies (such as destination unreachable messages) or + which are not directed at us. git-svn-id: - * [r1620] plugins/check_tcp.c, plugins/t/check_tcp.t: - Documentation fix re: --escape flag. Fix of ./check_tcp test to - webservers to make it more standards compliant + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1896 f882894a-f735-0410-b71e-b25c423dba1c -2007-02-09 14:35 tonvoon +2008-01-08 Holger Weiss - * [r1619] NEWS, THANKS.in, po, po/.cvsignore, po/Makefile.in.in: - Fixed MKINSTALLDIRS problem on some systems - Lars Stavholm + * plugins-root/check_icmp.c: Get rid of a cast which increases the + required alignment. git-svn-id: -2007-02-07 14:46 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1895 f882894a-f735-0410-b71e-b25c423dba1c - * [r1614] lib/Makefile.config-opts, lib/parse_ini.c, - lib/tests/Makefile.config-opts, lib/tests/config-tiny.ini, - lib/tests/plugin.ini, lib/tests/test_ini.c: - Added test files to test the parse_ini.c routines. Requires - libtap +2008-01-08 Holger Weiss -2007-02-07 14:06 hweiss + * plugins-root/check_icmp.c: Mark some constant strings "const". git-svn-id: - * [r1613] plugins/check_swap.c: - Include before in order to fix - compilation on OpenBSD (nsturm - 1653934) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1894 f882894a-f735-0410-b71e-b25c423dba1c -2007-02-06 23:30 dermoth +2008-01-07 Holger Weiss - * [r1612] plugins/check_tcp.c: - Correct vim typo in comment block :P + * plugins/netutils.c: Support "[IPv6]" address syntax. git-svn-id: -2007-02-06 21:03 opensides + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1893 f882894a-f735-0410-b71e-b25c423dba1c - * [r1611] plugins/check_disk.c, plugins/check_http.c, - plugins/check_ide_smart.c, plugins/check_mrtg.c, - plugins/check_mrtgtraf.c, plugins/check_overcr.c, - plugins/check_smtp.c, plugins/check_tcp.c, po/de.po, po/fr.po, - po/nagios-plugins.pot: - correcting some translation problems +2008-01-07 Holger Weiss -2007-02-06 19:33 seanius + * plugins/check_http.c: My assumption that "-H example.com:80" + didn't work (see my previous commit) was wrong, it worked if used + together with "-I". So, here's support for "-H [IPv6]:port", "-H + [IPv6]", "-H IPv6", "-H IPv4:port", "-H IPv4", and "-H host:port". git-svn-id: - * [r1610] lib/parse_ini.c, lib/parse_ini.h: - initial version of ini file parsing routines in C + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1892 f882894a-f735-0410-b71e-b25c423dba1c -2007-02-06 18:34 opensides +2008-01-06 Holger Weiss - * [r1609] po/Makevars: - adding PACKAGE_BUGREPORT to fix Report-Msgid-Bugs-To: + * plugins/check_http.c: Remove support for specifying the port + number using "-H example.com:80". Since this didn't work anyway + (because ":80" wasn't stripped from the "host_name" after extracting + the "server_port"), nobody can be using this syntax, and it prevents + "-H" from accepting IPv6 addresses (neufeind - 1865082). IMO, + fixing it to recognize both ":80" and IPv6 addresses isn't worth it, + as the ":80" syntax doesn't seem very useful for Nagios plugins + (given the way how they are usually called in Nagios command + definitions). git-svn-id: -2007-02-05 13:51 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1891 f882894a-f735-0410-b71e-b25c423dba1c - * [r1608] AUTHORS, doc/RELEASING: - Update list of team members. More notes on new releases +2008-01-06 Thomas Guyot-Sionnest -2007-02-05 13:13 tonvoon + * lib/tests/test_base64.c: Fix base64 test (known string wasn't + null-terminated) git-svn-id: - * [r1606] BUGS, ChangeLog, NEWS, configure.in, package.def: - For 1.4.6 release + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1890 f882894a-f735-0410-b71e-b25c423dba1c -2007-02-02 09:10 dermoth +2008-01-06 Thomas Guyot-Sionnest - * [r1605] plugins/check_snmp.c: - Fix parsing of multiple OIDs sets needmibs = TRUE + * lib/tests/test_cmd.c: Fix tinderbox breakage git-svn-id: -2007-02-01 06:53 dermoth + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1889 f882894a-f735-0410-b71e-b25c423dba1c - * [r1604] plugins/check_tcp.c, plugins/t/check_jabber.t: - Fix progname being partly set to upper case Change formating of - invalid hostname output +2008-01-06 Matthias Eble -2007-02-01 05:37 dermoth + * plugins/check_ldap.c: If unspecified set LDAP_OPT_SUCCESS to + LDAP_SUCCESS (Sergei Haramundanis - #1498923) git-svn-id: - * [r1603] NEWS: - Adding NEWS entry for check_jabber + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1888 f882894a-f735-0410-b71e-b25c423dba1c -2007-02-01 05:33 dermoth +2008-01-05 Thomas Guyot-Sionnest - * [r1602] plugins-scripts/check_log.sh: - Fix bug #1593073 Check_Log problem with log rotation + * NEWS, plugins/check_ntp.c, plugins/check_ntp_time.c: Fix Bug + #1862300: check_ntp_time segfault in 1.4.11 (Also apply to + check_ntp) git-svn-id: -2007-01-31 22:50 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1887 f882894a-f735-0410-b71e-b25c423dba1c - * [r1601] plugins/t/check_jabber.t: - Converted to new style object and Test::More testing. Skipped - jabber server tests if not defined +2008-01-05 Matthias Eble -2007-01-31 06:18 dermoth + * NEWS, THANKS.in, plugins/check_dns.c: check_dns now sorts + addresses for -a support with multiple address replies (Matthias + Urlichs #1724052) git-svn-id: - * [r1600] plugins/t/check_jabber.t: - Add check_jabber test. Will ask for a jabber host (default should - be OK) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1886 f882894a-f735-0410-b71e-b25c423dba1c -2007-01-31 04:47 dermoth +2008-01-04 Matthias Eble - * [r1599] plugins/check_tcp.c: - Fix Debian Bug #392610: check_jabber always return warning + * plugins/check_procs.c: Cleaned check_procs usage output (Ferenc + Wagner #1862218) git-svn-id: -2007-01-30 14:24 dermoth + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1885 f882894a-f735-0410-b71e-b25c423dba1c - * [r1598] plugins/check_tcp.c: - Jail does not requires any arguments +2007-12-21 Holger Weiss -2007-01-30 09:56 tonvoon + * plugins-root/check_icmp.c: Fix INADDR_NONE value (for systems + which don't define it). git-svn-id: - * [r1597] config.rpath: - make dist failing without config.rpath in top level. File copied - from build-aux/ + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1884 f882894a-f735-0410-b71e-b25c423dba1c -2007-01-30 05:01 dermoth +2007-12-21 Holger Weiss - * [r1596] plugins/check_tcp.c, plugins/t/check_tcp.t: - Fix reporting bug using expect, affecting (not fixing) Debian bug - #392610: check_jabber always return warning + * plugins-root/check_icmp.c: Include (if available) + to get SIOCGIFADDR defined on Solaris. git-svn-id: -2007-01-30 02:22 hweiss + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1883 f882894a-f735-0410-b71e-b25c423dba1c - * [r1595] configure.in: - grep(1) "-q" isn't portable (e.g., it won't work on Solaris 8), - redirect output to /dev/null instead. +2007-12-21 Holger Weiss -2007-01-29 14:14 dermoth + * NEWS, THANKS.in, plugins-root/check_icmp.c: New "-s" option to + specify the source IP address (thanks to Harald Jenny for providing + the patch and to Patrick Cervicek for looking into it!) git-svn-id: - * [r1594] plugins/check_disk.c, plugins/t/check_disk.t: - Revert 1643463 (reversed disk thresholds) keeping the thresholds - checks. + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1882 f882894a-f735-0410-b71e-b25c423dba1c -2007-01-29 12:13 hweiss +2007-12-21 Thomas Guyot-Sionnest - * [r1593] configure.in: - Automake 1.10 says: "compiling `test_disk.c' with per-target - flags requires `AM_PROG_CC_C_O' in `configure.in'". + * plugins/check_ldap.c: Remove c formating from translated strings + (makes translation easier) git-svn-id: -2007-01-29 10:06 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1881 f882894a-f735-0410-b71e-b25c423dba1c - * [r1592] build-aux/config.rpath, config.rpath: - Move config.rpath into build-aux for automake 1.10 +2007-12-19 Holger Weiss -2007-01-28 22:00 hweiss + * plugins/check_ldap.c: Fix the "--help" output. git-svn-id: - * [r1591] INSTALLING: - Remove description of deprecated ./configure - --with-nagios-{user,group} options. + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1880 f882894a-f735-0410-b71e-b25c423dba1c -2007-01-28 21:46 hweiss +2007-12-19 Ton Voon - * [r1590] plugins-root/check_dhcp.c, plugins/check_apt.c, - plugins/check_by_ssh.c, plugins/check_dig.c, plugins/check_dns.c, - plugins/check_fping.c, plugins/check_game.c, - plugins/check_hpjd.c, plugins/check_http.c, - plugins/check_ide_smart.c, plugins/check_ldap.c, - plugins/check_load.c, plugins/check_mrtg.c, - plugins/check_mrtgtraf.c, plugins/check_mysql.c, - plugins/check_mysql_query.c, plugins/check_nagios.c, - plugins/check_nt.c, plugins/check_ntp.c, plugins/check_nwstat.c, - plugins/check_overcr.c, plugins/check_pgsql.c, - plugins/check_ping.c, plugins/check_procs.c, - plugins/check_radius.c, plugins/check_real.c, - plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_ssh.c, - plugins/check_swap.c, plugins/check_tcp.c, plugins/check_time.c, - plugins/check_ups.c, plugins/check_users.c, plugins/negate.c, - plugins/urlize.c, plugins/utils.c, plugins/utils.h: - Don't try to print `optarg' (which will be a NULL pointer) if an - unknown command line option was used, as this leads to a segfault - on some systems. The unknown option will be printed by getopt(3) - anyway. So, simply call print_usage() and exit UNKNOWN via the - new usage5() instead. - -2007-01-27 21:49 dermoth - - * [r1589] plugins/check_disk.c, plugins/t/check_disk.t: - Fix #1643463: Miscalculating thresholds check_disk - -2007-01-27 17:49 hweiss - - * [r1588] lib/utils_base.c: - Change the variable names `true' and `false' (which are keywords - in C99) to `yes' and `no'. Fixes compilation when using SGI's - MIPSpro c99(1). - -2007-01-27 17:42 hweiss - - * [r1587] plugins/common.h: - Include GNULib's "dirname.h" in order to pull in the base_name() - prototype, fixes compilation of check_procs using SGI's MIPSpro - C. - -2007-01-27 16:56 hweiss - - * [r1586] ACKNOWLEDGEMENTS, NEWS: - Fix typos. - -2007-01-27 16:51 hweiss - - * [r1585] NEWS: - Added "-o,--ssh-option=OPTION" which hands "-o OPTION" over to - ssh(1) and "-q,--quiet" which tells ssh(1) to suppress warnings - (Gerhard Lausser - 1472491) - -2007-01-27 16:37 hweiss - - * [r1584] plugins-root/check_dhcp.c: - Include which is a prerequisite for - on NetBSD and OpenBSD (at least). - -2007-01-25 00:58 tonvoon - - * [r1583] Makefile.am, README, configure.in, doc/RELEASING: - Update references to NEWS instead of CHANGES. Fix compile of - libtap test programs - -2007-01-25 00:26 tonvoon - - * [r1582] build-aux, build-aux/.cvsignore, build-aux/ltmain.sh, - config.guess, config.sub, configure.in, ltmain.sh: - Use build-aux directory. Removed unnecessary checks in - configure.in. Keeping libtool to link to libtap - can't find a - suitable replacement method - -2007-01-24 23:18 tonvoon - - * [r1581] ACKNOWLEDGEMENTS, CHANGES, NEWS, config.rpath, - configure.in, doc/developer-guidelines.sgml, gl, gl/.cvsignore, - plugins/Makefile.am, plugins/check_procs.c, po/POTFILES.in: - Various cleanups in the syncing with gnulib - -2007-01-24 22:47 tonvoon - - * [r1580] Makefile.am, NEWS, config.rpath, configure.in, - doc/developer-guidelines.sgml, gl, gl/Makefile.am, gl/alloca.c, - gl/alloca_.h, gl/asnprintf.c, gl/asprintf.c, gl/basename.c, - gl/c-strtod.c, gl/c-strtod.h, gl/cloexec.c, gl/cloexec.h, - gl/creat-safer.c, gl/dirname.c, gl/dirname.h, gl/dup-safer.c, - gl/error.c, gl/error.h, gl/exit.h, gl/exitfail.c, gl/exitfail.h, - gl/fcntl--.h, gl/fcntl-safer.h, gl/fd-safer.c, gl/fsusage.c, - gl/fsusage.h, gl/full-read.c, gl/full-read.h, gl/full-write.c, - gl/full-write.h, gl/gai_strerror.c, gl/getaddrinfo.c, - gl/getaddrinfo.h, gl/gethostname.c, gl/getloadavg.c, gl/getopt.c, - gl/getopt1.c, gl/getopt_.h, gl/getopt_int.h, gl/gettext.h, - gl/inet_ntop.c, gl/inet_ntop.h, gl/intprops.h, gl/m4, - gl/m4/absolute-header.m4, gl/m4/alloca.m4, gl/m4/arpa_inet_h.m4, - gl/m4/c-strtod.m4, gl/m4/cloexec.m4, gl/m4/codeset.m4, - gl/m4/dirname.m4, gl/m4/dos.m4, gl/m4/double-slash-root.m4, - gl/m4/eoverflow.m4, gl/m4/error.m4, gl/m4/exitfail.m4, - gl/m4/extensions.m4, gl/m4/fcntl-safer.m4, gl/m4/fstypename.m4, - gl/m4/fsusage.m4, gl/m4/getaddrinfo.m4, gl/m4/gethostname.m4, - gl/m4/getloadavg.m4, gl/m4/getopt.m4, gl/m4/gettext.m4, - gl/m4/glibc2.m4, gl/m4/glibc21.m4, gl/m4/gnulib-cache.m4, - gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4, - gl/m4/gnulib-tool.m4, gl/m4/iconv.m4, gl/m4/inet_ntop.m4, - gl/m4/inline.m4, gl/m4/intdiv0.m4, gl/m4/intl.m4, - gl/m4/intldir.m4, gl/m4/intmax.m4, gl/m4/intmax_t.m4, - gl/m4/inttypes-pri.m4, gl/m4/inttypes_h.m4, gl/m4/lcmessage.m4, - gl/m4/lib-ld.m4, gl/m4/lib-link.m4, gl/m4/lib-prefix.m4, - gl/m4/lock.m4, gl/m4/longdouble.m4, gl/m4/longlong.m4, - gl/m4/ls-mntd-fs.m4, gl/m4/mbchar.m4, gl/m4/mbiter.m4, - gl/m4/mbrtowc.m4, gl/m4/memchr.m4, gl/m4/minmax.m4, - gl/m4/mountlist.m4, gl/m4/netinet_in_h.m4, gl/m4/nls.m4, - gl/m4/onceonly_2_57.m4, gl/m4/po.m4, gl/m4/printf-posix.m4, - gl/m4/progtest.m4, gl/m4/regex.m4, gl/m4/safe-read.m4, - gl/m4/safe-write.m4, gl/m4/size_max.m4, gl/m4/snprintf.m4, - gl/m4/socklen.m4, gl/m4/sockpfaf.m4, gl/m4/ssize_t.m4, - gl/m4/stdbool.m4, gl/m4/stdint.m4, gl/m4/stdint_h.m4, - gl/m4/strcase.m4, gl/m4/strdup.m4, gl/m4/strndup.m4, - gl/m4/strnlen.m4, gl/m4/sys_socket_h.m4, gl/m4/uintmax_t.m4, - gl/m4/ulonglong.m4, gl/m4/unistd-safer.m4, gl/m4/unistd_h.m4, - gl/m4/vasnprintf.m4, gl/m4/vasprintf.m4, gl/m4/visibility.m4, - gl/m4/vsnprintf.m4, gl/m4/wchar.m4, gl/m4/wchar_t.m4, - gl/m4/wctype.m4, gl/m4/wcwidth.m4, gl/m4/wint_t.m4, - gl/m4/xalloc.m4, gl/m4/xsize.m4, gl/m4/xstrndup.m4, gl/malloc.c, - gl/mbchar.c, gl/mbchar.h, gl/mbuiter.h, gl/memchr.c, gl/minmax.h, - gl/mountlist.c, gl/mountlist.h, gl/open-safer.c, gl/pipe-safer.c, - gl/printf-args.c, gl/printf-args.h, gl/printf-parse.c, - gl/printf-parse.h, gl/regcomp.c, gl/regex.c, gl/regex.h, - gl/regex_internal.c, gl/regex_internal.h, gl/regexec.c, - gl/safe-read.c, gl/safe-read.h, gl/safe-write.c, gl/safe-write.h, - gl/size_max.h, gl/snprintf.c, gl/snprintf.h, gl/socket_.h, - gl/stdbool_.h, gl/stdint_.h, gl/strcase.h, gl/strcasecmp.c, - gl/strdup.c, gl/strdup.h, gl/stripslash.c, gl/strncasecmp.c, - gl/strndup.c, gl/strndup.h, gl/strnlen.c, gl/strnlen.h, - gl/strnlen1.c, gl/strnlen1.h, gl/unistd--.h, gl/unistd-safer.h, - gl/unistd_.h, gl/vasnprintf.c, gl/vasnprintf.h, gl/vasprintf.c, - gl/vasprintf.h, gl/vsnprintf.c, gl/vsnprintf.h, gl/wchar_.h, - gl/wctype_.h, gl/wcwidth.h, gl/xalloc-die.c, gl/xalloc.h, - gl/xmalloc.c, gl/xsize.h, gl/xstrndup.c, gl/xstrndup.h, - lib/Makefile.am, lib/alloca.c, lib/alloca_.h, lib/basename.c, - lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cloexec.c, - lib/cloexec.h, lib/creat-safer.c, lib/dirname.h, lib/dup-safer.c, - lib/error.c, lib/error.h, lib/exit.h, lib/exitfail.c, - lib/exitfail.h, lib/fcntl--.h, lib/fcntl-safer.h, lib/fd-safer.c, - lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h, - lib/full-write.c, lib/full-write.h, lib/getloadavg.c, - lib/getopt.c, lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, - lib/gettext.h, lib/intprops.h, lib/malloc.c, lib/mountlist.c, - lib/mountlist.h, lib/open-safer.c, lib/pipe-safer.c, - lib/realloc.c, lib/regcomp.c, lib/regex.c, lib/regex.h, - lib/regex_internal.c, lib/regex_internal.h, lib/regexec.c, - lib/safe-read.c, lib/safe-read.h, lib/safe-write.c, - lib/safe-write.h, lib/snprintf.c, lib/stdbool_.h, lib/strcase.h, - lib/strtod.c, lib/tests/Makefile.am, lib/unistd--.h, - lib/unistd-safer.h, lib/unlocked-io.h, lib/xalloc-die.c, - lib/xalloc.h, lib/xmalloc.c, lib/xstrdup.c, m4/Makefile.am.in, - m4/afs.m4, m4/alloca.m4, m4/basename.m4, m4/c-strtod.m4, - m4/codeset.m4, m4/dos.m4, m4/error.m4, m4/exitfail.m4, - m4/extensions.m4, m4/fcntl-safer.m4, m4/fstypename.m4, - m4/fsusage.m4, m4/getopt.m4, m4/gettext.m4, m4/glibc21.m4, - m4/iconv.m4, m4/inttypes-pri.m4, m4/inttypes.m4, - m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4, - m4/longdouble.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, - m4/mountlist.m4, m4/nls.m4, m4/np_coreutils.m4, m4/np_curl.m4, - m4/onceonly_2_57.m4, m4/po.m4, m4/progtest.m4, m4/regex.m4, - m4/restrict.m4, m4/signed.m4, m4/stdbool.m4, m4/stdint_h.m4, - m4/uintmax_t.m4, m4/ulonglong.m4, m4/unistd-safer.m4, - m4/unlocked-io.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xalloc.m4, - plugins-root/Makefile.am, plugins/Makefile.am, - plugins/check_smtp.c, plugins/common.h, plugins/getaddrinfo.c, - plugins/getaddrinfo.h, plugins/gethostbyname.c, - plugins/gethostbyname.h, plugins/netutils.h, tools/setup, - tools/update_coreutils: - Sync with gnulib - lots of extraneous code removed in preference - to GNU code - -2007-01-23 18:34 hweiss - - * [r1579] THANKS.in, plugins/check_ssh.c: - Support `check_ssh --hostname=ADDRESS' (but keep `--host=ADDRESS' - for backward compatibility) (Ville Mattila - 1642780) - -2007-01-23 18:20 hweiss - - * [r1578] REQUIREMENTS: - Location updates - -2007-01-23 17:20 hweiss - - * [r1577] plugins/check_tcp.c: - Add missing `break' to the switch-case block that handles the - `-m' option (Nobuhiro Ban - 1642682) - -2007-01-23 16:42 hweiss - - * [r1576] THANKS.in, plugins/check_radius.c: - Initialize `data' to zero, fixes potential segfault (Nobuhiro Ban - - 1642658) - -2007-01-23 14:39 hweiss - - * [r1575] lib/mountlist.c: - Add support for statvfs(2) which is needed in order to compile - the plugins on NetBSD 3.0 and newer. The current coreutils - release supports statvfs(2), so this patch won't be needed - anymore when updating the coreutils files. - -2007-01-22 04:05 hweiss - - * [r1574] plugins/check_by_ssh.c: - Added "-o,--ssh-option=OPTION" which hands "-o OPTION" over to - ssh(1) and "-q,--quiet" which tells ssh(1) to suppress warnings - (Gerhard Lausser - 1472491) - -2007-01-20 20:45 tonvoon - - * [r1573] doc/developer-guidelines.sgml: - Updated policy on contributed plugins - -2007-01-20 20:06 tonvoon - - * [r1572] doc/LEAVERS, doc/NEW_STARTERS, doc/RELEASING: - Administrative notes + * NEWS, plugins/check_tcp.c: check_tcp now returns UNKNOWN with an + invalid hostname on command line git-svn-id: -2007-01-20 10:59 seanius + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1879 f882894a-f735-0410-b71e-b25c423dba1c - * [r1571] plugins/check_ntp.c: - compilation fixes for check_ntp.c: - check_ntp.c:290: warning: - overflow in implicit constant conversion fixed with an explicit - cast to int8_t. - check_ntp.c:544: warning: pointer of type - ñ€˜void *ñ€™ used in arithmetic fixed by casting to ptrdiff_t - before arithmetic and (void*) afterwards - in TVtoNTP64, cast - arithmetic result passed to R32 as uint64_t. +2007-12-17 Ton Voon -2007-01-20 07:18 dermoth + * NEWS, THANKS.in, plugins/check_nt.c: Add check_nt -v INSTANCES + (Alessandro Ren) git-svn-id: - * [r1570] plugins/check_http.c, plugins/check_ldap.c: - Fix bug #1632091: printf format string typos. Add some more - cosmetic changes. + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1877 f882894a-f735-0410-b71e-b25c423dba1c -2007-01-20 06:27 dermoth +2007-12-13 Ton Voon - * [r1569] plugins-root/check_icmp.c: - Fix bug #1632078: critical threshold % incorrectly displayed by - check_icmp + * plugins/check_nwstat.c: Fixed help output (Christian Mies) git-svn-id: -2007-01-20 06:07 dermoth + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1876 f882894a-f735-0410-b71e-b25c423dba1c - * [r1568] CHANGES, THANKS.in, plugins/netutils.c: - Fix bug #1632072 pointer error in plugins/netutils.c. Add - changelog entry for previous commit. +2007-12-13 Ton Voon -2007-01-17 05:28 dermoth + * NEWS: NEWS edited for consistent grammar git-svn-id: - * [r1566] THANKS.in, plugins/check_procs.c: - Fix bug #1630970 Fix for buffer overflow of check_procs procprog - string + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1875 f882894a-f735-0410-b71e-b25c423dba1c -2007-01-08 11:05 tonvoon +2007-12-13 Ton Voon - * [r1565] CHANGES, THANKS.in, plugins/t/check_disk.t: - Added notes about check_disk perf data fix. Added test to check - perf data is same when mount points reversed + * BUGS, ChangeLog, NEWS, configure.in, package.def: Preparation for + 1.4.11 git-svn-id: -2007-01-07 07:14 dermoth + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1873 f882894a-f735-0410-b71e-b25c423dba1c - * [r1564] plugins/check_disk.c: - Fix bug #1627970: check_disk performance output for more then one - partition +2007-12-13 Ton Voon -2007-01-06 06:41 dermoth + * NEWS, THANKS.in, plugins-root/Makefile.am: Fixed VPATH problem in + plugins-root (Tom Payerle - 1789000) git-svn-id: - * [r1563] plugins/check_ping.c: - Fix bug #1629008: check_ping fails to handle Packet filtered - error + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1872 f882894a-f735-0410-b71e-b25c423dba1c -2007-01-06 06:33 dermoth +2007-12-13 Ton Voon - * [r1562] plugins/check_ping.c: - Revert last patch: it works but not really for the reason I - though. + * NEWS: Update to latest Nagios::Plugin git-svn-id: -2007-01-06 04:52 dermoth + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1871 f882894a-f735-0410-b71e-b25c423dba1c - * [r1561] plugins/check_ping.c: - Fix the way check_ping calculate the maximum run time +2007-12-12 Thomas Guyot-Sionnest -2007-01-04 11:51 dermoth + * : Add build files/binaries to the svn:ignore propt git-svn-id: - * [r1560] plugins/check_real.c: - Fix bug #1574863: check_real does not accept the '-v' option + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1867 f882894a-f735-0410-b71e-b25c423dba1c -2007-01-04 11:35 dermoth +2007-12-11 Thomas Guyot-Sionnest - * [r1559] plugins/check_ping.c: - Fix bug #1592605: check_ping times out + * plugins/t/check_ntp.t: D'oh! single escape will be handled by + Perl.... git-svn-id: -2007-01-04 11:18 dermoth + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1865 f882894a-f735-0410-b71e-b25c423dba1c - * [r1558] tools/README, tools/distclean: - Adding my distclean script +2007-12-11 Thomas Guyot-Sionnest -2006-12-23 18:59 dermoth + * plugins/check_ntp_peer.c, plugins/t/check_ntp.t: - Fix check_ntp_peer returning misleading information when an ICMP + message came back - Try to fix some servers apparently exanding the ~ in threshold + ranges in t/check_ntp.t git-svn-id: - * [r1557] plugins/t/check_snmp.t: - Regexps in check_snmp tests fails where they shouldn't. + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1864 f882894a-f735-0410-b71e-b25c423dba1c -2006-12-21 05:25 dermoth +2007-12-11 Ton Voon - * [r1556] NPTest.pm: - - Fixing small error (wrong file name) in NPTest.pm - documentation. + * lib/tests/test_cmd.c: Fixed test so works on MacOSX (use /bin/sh + instead of /bin/grep). Added extra test for missing command - + should drop into STATE_UNKNOWN git-svn-id: -2006-12-20 22:33 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1863 f882894a-f735-0410-b71e-b25c423dba1c - * [r1555] CHANGES, THANKS.in, plugins/check_http.c, - plugins/t/check_http.t: - Removed unused timestamp variable (Matthias Eble) Fixed - redirection test. Added extra tests for funny syntax when - checking certificates, updated help for more common syntax +2007-12-11 Ton Voon -2006-12-20 19:25 tonvoon + * lib/tests/Makefile.am: Add verbose flag so each test result is + seen, rather than grouped by test git-svn-id: - * [r1554] lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c, - plugins/t/check_disk.t: - Fixed inode thresholds, regressed from previous release + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1862 f882894a-f735-0410-b71e-b25c423dba1c -2006-12-20 11:32 opensides +2007-12-11 Thomas Guyot-Sionnest - * [r1553] po/de.po, po/fr.po, po/nagios-plugins.pot: - updated the nagios-pulgins.pot files now that localization is - clean first pass at updating the french locale + * plugins-root/check_icmp.c, plugins/check_cluster.c, + plugins/check_http.c, plugins/check_mrtgtraf.c, + plugins/check_ntp.c, plugins/check_ntp_peer.c, + plugins/check_ntp_time.c: Adding missing function calls needed for + i18n (only for plugins already in POTFILES.in) git-svn-id: -2006-12-12 12:59 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1861 f882894a-f735-0410-b71e-b25c423dba1c - * [r1549] plugins-scripts/t/utils.t: - Enhanced test for single letters in fqdn +2007-12-10 Thomas Guyot-Sionnest -2006-12-12 08:56 tonvoon + * po/fr.po: Some corrections git-svn-id: - * [r1548] plugins-scripts/utils.pm.in: - Allow single characters in fqdn (Dave Alden) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1860 f882894a-f735-0410-b71e-b25c423dba1c -2006-12-07 22:38 tonvoon +2007-12-10 Thomas Guyot-Sionnest - * [r1547] CHANGES, THANKS.in, configure.in: - Fixed HP/UX's swapinfo command for check_procs (Dick van den Burg - - 1573700) + * plugins/check_cluster.c, plugins/check_mysql.c, + plugins/check_radius.c, plugins/check_snmp.c, plugins/check_swap.c, + plugins/negate.c, po/de.po, po/fr.po, po/nagios-plugins.pot: Plenty + of french translations (and a few fixes BTW) - No more fuzzy french translations - Only (!) 355 strings to translate git-svn-id: -2006-12-07 16:07 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1859 f882894a-f735-0410-b71e-b25c423dba1c - * [r1546] THANKS.in, plugins/check_disk.c, plugins/check_swap.c, - plugins/common.h, plugins/netutils.h: - Fix coredump on 64bit Solaris. Also adds more error conditions - and moves swap specific includes out of common.h (Duncan Ferguson - - 1588031) +2007-12-10 Thomas Guyot-Sionnest -2006-12-06 20:34 tonvoon + * plugins/check_ntp.c, plugins/check_ntp_peer.c, + plugins/check_ntp_time.c: OOPS! Last commit should have included + these files. git-svn-id: - * [r1545] plugins/Makefile.am: - Move SSL libs to correct order per plugin + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1858 f882894a-f735-0410-b71e-b25c423dba1c -2006-12-06 17:36 tonvoon +2007-12-10 Thomas Guyot-Sionnest - * [r1544] plugins/Makefile.am: - Only include -lssl for plugins that require it + * po/de.po, po/fr.po, po/nagios-plugins.pot: D'autres translations - + Err, I mean more translations :) git-svn-id: -2006-12-06 17:00 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1857 f882894a-f735-0410-b71e-b25c423dba1c - * [r1543] configure.in: - Flag common compile error because of no ar on Solaris +2007-12-10 Thomas Guyot-Sionnest -2006-12-06 15:58 tonvoon + * po/fr.po: More translations git-svn-id: - * [r1542] Makefile.am: - Remove CVS files from distribution + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1856 f882894a-f735-0410-b71e-b25c423dba1c -2006-12-06 15:53 tonvoon +2007-12-10 Thomas Guyot-Sionnest - * [r1541] doc/developer-guidelines.sgml: - Add libtool requirement for development + * po/de.po, po/fr.po, po/nagios-plugins.pot: re-update the po files git-svn-id: -2006-11-09 11:44 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1855 f882894a-f735-0410-b71e-b25c423dba1c - * [r1535] CHANGES, THANKS.in, plugins/check_ping.c, - plugins/netutils.c: - Reduced DNS lookups in check_ping and netutils.c in IPv6 - configurations (Pawel Malachowski) +2007-12-10 Thomas Guyot-Sionnest -2006-11-03 15:40 tonvoon + * plugins/check_ntp_peer.c, po/fr.po: Some translations git-svn-id: - * [r1534] lib/Makefile.am, lib/alloca.c, lib/alloca_.h: - Add alloca files, required for *BSD + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1854 f882894a-f735-0410-b71e-b25c423dba1c -2006-11-01 21:15 tonvoon +2007-12-10 Matthias Eble - * [r1532] ChangeLog, configure.in, package.def: - For 1.4.5 release + * po/de.po, po/fr.po, po/nagios-plugins.pot: Localization updates + for recent changes git-svn-id: -2006-10-27 15:37 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1853 f882894a-f735-0410-b71e-b25c423dba1c - * [r1531] plugins-scripts/t/utils.t, plugins-scripts/utils.pm.in: - More edge testcases. Allow anything if ends with a . as long as - correct characters +2007-12-10 Matthias Eble -2006-10-26 21:32 tonvoon + * plugins/check_http.c: Fix output when response time is critical. + Thanks to Nobuhiro Ban (patch #1817228) git-svn-id: - * [r1530] NPTest.pm: - New test variables default to "none", so no changes required to - tinderbox satelites + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1852 f882894a-f735-0410-b71e-b25c423dba1c -2006-10-26 21:10 tonvoon +2007-12-10 Matthias Eble - * [r1529] THANKS.in, plugins-scripts/check_oracle.sh: - Fixed error if dba_free_space has no free segments (Florian - Gleixner) + * NEWS, plugins/check_load.c, plugins/t/check_load.t: Fixed + check_load argument handling when passing non triplet thresholds. + Thanks to Jonathan Kamens (bug #1831890) git-svn-id: -2006-10-26 21:02 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1851 f882894a-f735-0410-b71e-b25c423dba1c - * [r1528] plugins-scripts/Makefile.am, plugins-scripts/t/utils.t, - plugins-scripts/utils.pm.in: - Fixed regression where hostnames with hyphens were rejected - (1581402 - Holger Weiss) +2007-12-09 Thomas Guyot-Sionnest -2006-10-26 20:56 tonvoon + * po/POTFILES.in, po/de.po, po/fr.po, po/nagios-plugins.pot: Gettin' + ready for some translation frenzy :) git-svn-id: - * [r1527] contrib/tarballs/check_traffic-0.90b.tar.gz: - Removing unnecessary tarball + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1850 f882894a-f735-0410-b71e-b25c423dba1c -2006-10-26 20:51 tonvoon +2007-12-09 Thomas Guyot-Sionnest - * [r1526] THANKS.in, plugins/check_disk.c, plugins/check_http.c: - Remove C style comments (1583467 - Markus Baertschi) + * po/de.po, po/fr.po, po/nagios-plugins.pot: update po files and fix + a few French translations git-svn-id: -2006-10-24 21:54 opensides + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1849 f882894a-f735-0410-b71e-b25c423dba1c - * [r1525] plugins-root/check_icmp.c: - more fixes and removal of certain sentences not needed +2007-12-08 Thomas Guyot-Sionnest -2006-10-24 21:48 opensides + * NEWS, plugins/check_disk.c: Fix check_disk reporting OK if disk + usage grows over 100% (bug #1348746). git-svn-id: - * [r1524] plugins-root/check_icmp.c, plugins/check_nt.c: - last localization fixes for core plugins in c + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1848 f882894a-f735-0410-b71e-b25c423dba1c -2006-10-24 21:01 opensides +2007-12-04 Thomas Guyot-Sionnest - * [r1523] plugins/check_nt.c: - next round of localization fixes + * plugins/check_ntp_time.c: Interesting... For some reason it did + not take this (patch barfed on it and I thought I had fixed it + already)... git-svn-id: -2006-10-24 09:48 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1847 f882894a-f735-0410-b71e-b25c423dba1c - * [r1522] plugins-root/Makefile.am, plugins-root/check_icmp.c: - Fixed compile on non-glibc platforms +2007-12-04 Thomas Guyot-Sionnest -2006-10-24 08:34 tonvoon + * NEWS, plugins/Makefile.am, plugins/check_ntp_peer.c, + plugins/check_ntp_time.c, plugins/t/check_ntp.t: Merge changes from + branches/dermoth_ntp_rework (check_ntp_peer/check_ntp_time) NEWS | 13 plugins/Makefile.am | 8 plugins/check_ntp_peer.c | 628 + ++++++++++++++++------------------------------- + plugins/check_ntp_time.c | 323 ++---------------------- plugins/t/check_ntp.t | 92 +++++- git-svn-id: - * [r1521] plugins/check_http.c: - Restored accidently regressed fix + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1846 f882894a-f735-0410-b71e-b25c423dba1c -2006-10-23 21:47 opensides +2007-12-04 Thomas Guyot-Sionnest - * [r1520] plugins/check_http.c: - localization fixes + * plugins/check_ntp_peer.c, plugins/check_ntp_time.c: Add the new + checks as check_ntp copies to keep full plug-in history git-svn-id: -2006-10-23 00:02 opensides + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1843 f882894a-f735-0410-b71e-b25c423dba1c - * [r1519] plugins-root/check_icmp.c: - first pass a making check icmp respecting nagiosplugins rules +2007-12-04 Thomas Guyot-Sionnest -2006-10-22 22:34 opensides + * plugins/check_ntp.c: missing word in comment block. git-svn-id: - * [r1518] plugins/check_nt.c: - latest localization fixes for tonight ;-) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1838 f882894a-f735-0410-b71e-b25c423dba1c -2006-10-22 22:24 opensides +2007-11-23 Thomas Guyot-Sionnest - * [r1517] plugins/check_ldap.c: - localization fixes + * NEWS, plugins/check_ntp.c: - Use max_state_alt in check_ntp to fix some issues with the latest + commits. - Roll back the stratum check as there were issues with it and a + better one is already implemented in check_ntp_peer (about to be + included) git-svn-id: -2006-10-22 22:14 opensides + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1830 f882894a-f735-0410-b71e-b25c423dba1c - * [r1516] plugins-root/check_icmp.c: - putting default template for copyright and explanations +2007-11-23 Thomas Guyot-Sionnest -2006-10-22 22:07 opensides + * plugins/utils.c, plugins/utils.h: Add a max_state_alt function + that put UNKNOWN and DEPENDENT ahead of OK. git-svn-id: - * [r1515] plugins-root/check_icmp.c: - revert mistake when commiting fixes + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1829 f882894a-f735-0410-b71e-b25c423dba1c -2006-10-22 22:03 opensides +2007-11-11 Thomas Guyot-Sionnest - * [r1514] plugins-root/check_icmp.c, plugins/check_apt.c, - plugins/check_procs.c: - more localization fixes + * NEWS, plugins/check_cluster.c, plugins/check_snmp.c: Fix broken + usage2 in check_snmp and check_cluster Fix check_cluster blocking + some special characters for thresholds ("-", "@", "~") git-svn-id: -2006-10-20 07:53 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1827 f882894a-f735-0410-b71e-b25c423dba1c - * [r1513] plugins/check_snmp.c: - Reverting back accidently regressed code +2007-11-10 Thomas Guyot-Sionnest -2006-10-20 07:39 opensides + * plugins/check_ntp.c: Fix newly added stratum check (has to be + decreased by one when using normal NTP packets versus control + packets) git-svn-id: - * [r1512] plugins/check_mrtg.c: - more localization fixes + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1822 f882894a-f735-0410-b71e-b25c423dba1c -2006-10-20 06:24 opensides +2007-11-09 Thomas Guyot-Sionnest - * [r1511] plugins-root/check_dhcp.c, plugins/check_apt.c: - localization updates + * lib/tests/test_base64.c: Adding svn:keywords props git-svn-id: -2006-10-19 23:56 opensides + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1819 f882894a-f735-0410-b71e-b25c423dba1c - * [r1510] plugins/check_snmp.c: - adding missing check_snmp +2007-11-09 Thomas Guyot-Sionnest -2006-10-19 23:53 opensides + * configure.in, lib/tests/Makefile.am, lib/tests/test_base64.c, + lib/tests/test_base64.t, tools/distclean: Adding test for base64 lib git-svn-id: - * [r1509] plugins/check_radius.c, plugins/check_real.c, - plugins/check_smtp.c, plugins/check_ssh.c, plugins/check_swap.c, - plugins/check_tcp.c, plugins/check_time.c, plugins/check_ups.c, - plugins/check_users.c, plugins/negate.c, plugins/urlize.c: - another round of localization cleaning + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1818 f882894a-f735-0410-b71e-b25c423dba1c -2006-10-19 20:04 tonvoon +2007-11-09 Thomas Guyot-Sionnest - * [r1507] BUGS, ChangeLog, configure.in, package.def: - For 1.4.4 release + * lib/Makefile.am, lib/base64.c, lib/base64.h, + plugins/check_http.c, plugins/check_smtp.c: Moved base64 function to + /lib. git-svn-id: -2006-10-19 19:52 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1817 f882894a-f735-0410-b71e-b25c423dba1c - * [r1506] CHANGES: - Added info re: 1.4.4 in prep for release +2007-11-09 Thomas Guyot-Sionnest -2006-10-19 19:36 tonvoon + * lib/utils_tcp.h: Nothing to see here... git-svn-id: - * [r1505] THANKS.in, plugins/check_snmp.c: - Initialise strings for Fedora Core 5 (Henning Schmiedehausen) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1816 f882894a-f735-0410-b71e-b25c423dba1c -2006-10-19 19:25 tonvoon +2007-11-09 Thomas Guyot-Sionnest - * [r1504] THANKS.in, plugins/check_snmp.c: - Removed asprintf for perf data (Craig Orsinger, Robby Giffin - - 1310495) + * THANKS.in: Credits of check_snmp fix for bug #1815362 + (CVE-2007-5623) git-svn-id: -2006-10-19 19:13 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1815 f882894a-f735-0410-b71e-b25c423dba1c - * [r1503] THANKS.in, plugins/check_snmp.c: - type variable not cleared in Sol 10 (Kyle Tucker) +2007-11-09 Thomas Guyot-Sionnest -2006-10-19 18:59 tonvoon + * plugins/check_snmp.c: Fix check_snmp buffer overflow + (CVE-2007-5623) This patch comes from the Gentoo Portage tree but I couldn't find + the author. I sent an email and will give credits when I get an + answer. git-svn-id: - * [r1502] THANKS.in, plugins/check_http.c, plugins/t/check_http.t: - Redirection error if other headers beginning with L (Aravind - Gottipati - 1562572) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1814 f882894a-f735-0410-b71e-b25c423dba1c -2006-10-19 18:44 tonvoon +2007-11-09 Thomas Guyot-Sionnest - * [r1501] THANKS.in, plugins-scripts/utils.pm.in: - Allow hostnames beginning with digits (O'Shaughnessy Evans - - 1567390) + * plugins/check_ssh.c: Close the socket on all exits (not just the + OK one) git-svn-id: -2006-10-19 11:56 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1813 f882894a-f735-0410-b71e-b25c423dba1c - * [r1500] plugins/t/check_smtp.t: - Added tests for SMTP servers without TLS and with TLS +2007-11-09 Thomas Guyot-Sionnest -2006-10-19 00:25 opensides + * plugins/check_snmp.c: Fix missing \n in --help output git-svn-id: - * [r1499] plugins/check_apt.c, plugins/check_by_ssh.c, - plugins/check_dig.c, plugins/check_dns.c, plugins/check_dummy.c, - plugins/check_fping.c, plugins/check_game.c, - plugins/check_hpjd.c, plugins/check_http.c, - plugins/check_ide_smart.c, plugins/check_ldap.c, - plugins/check_load.c, plugins/check_mrtg.c, - plugins/check_mrtgtraf.c, plugins/check_mysql.c, - plugins/check_mysql_query.c, plugins/check_nagios.c, - plugins/check_nt.c, plugins/check_ntp.c, plugins/check_nwstat.c, - plugins/check_overcr.c, plugins/check_pgsql.c, - plugins/check_ping.c, plugins/check_procs.c: - first pass at cleaning localization for new release first pass at - making all the headre be the same licence, plugin, etc... + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1812 f882894a-f735-0410-b71e-b25c423dba1c -2006-10-18 12:12 tonvoon +2007-10-25 Thomas Guyot-Sionnest - * [r1498] plugins/check_disk.c, plugins/t/check_disk.t: - Re-added perf data to check_disk + * NEWS, plugins/check_ntp.c: check_ntp now return UNKNOWN instead of + WARNING if jitter is unavailable. If no offset threshold is + specified and the offset is unavailable, will return UNKNOWN as + well. git-svn-id: -2006-10-18 12:05 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1811 f882894a-f735-0410-b71e-b25c423dba1c - * [r1497] lib/tests/test_disk.c, lib/utils_disk.h: - Fix tests for exact matches when searching filesystems +2007-10-25 Ton Voon -2006-10-18 12:03 tonvoon + * plugins-root/check_dhcp.c, plugins/check_ping.c, + plugins/check_ups.c, tools/sync_website: Automatically update + website with --help output. Cosmetic fixes for some help output git-svn-id: - * [r1496] lib/utils_base.c, lib/utils_base.h: - Cater for different errors when setting thresholds + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1810 f882894a-f735-0410-b71e-b25c423dba1c -2006-10-12 20:36 tonvoon +2007-10-24 Holger Weiss - * [r1493] plugins/check_smtp.c, plugins/t/check_smtp.t: - Resend EHLO after TLS negotiation as per RFC3207 (Holger Weiss - - 1482832) + * THANKS.in, plugins/check_snmp.c: Hide the SNMP community string + (and v3 passwords) from error messages (Bernhard Fischer on + nagiosplug-devel@) git-svn-id: -2006-10-12 14:22 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1809 f882894a-f735-0410-b71e-b25c423dba1c - * [r1492] plugins/check_ntp.c: - Removed extraneous comma in perf data output +2007-10-15 Ton Voon -2006-10-12 14:14 tonvoon + * doc/RELEASING: Add reparagraph option to make ChangeLog output bit + prettier git-svn-id: - * [r1491] plugins/check_disk.c, plugins/t/check_disk.t: - Remove the "- free space" if status is OK + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1808 f882894a-f735-0410-b71e-b25c423dba1c -2006-10-12 13:58 tonvoon +2007-10-14 Holger Weiss - * [r1490] NPTest.pm, THANKS.in, plugins/check_disk.c, - plugins/t/check_disk.t: - Fixed output from -e in check_disk (Andreas Behal) + * plugins/check_http.c: Fix a possible segfault if using "-f follow" + and the server sends a forged "LLLLocation" header prefixed with + multiple "L"s (fabiodds - 1813346) git-svn-id: -2006-10-02 12:09 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1807 f882894a-f735-0410-b71e-b25c423dba1c - * [r1487] plugins/t/check_load.t: - Fix test failure on poseidon +2007-10-11 Thomas Guyot-Sionnest -2006-09-21 10:41 tonvoon + * NEWS, plugins/check_ntp.c: Add stratum thresholds support for + check_ntp (feature request #1703823) git-svn-id: - * [r1480] THANKS.in, plugins/check_nwstat.c: - Added perfdata for most variables and new parameters: VMU, VMF, - VMP, NRMH, NRMP, NRMM, NRMS, NSS1 to NSS7 (Christian Mies) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1806 f882894a-f735-0410-b71e-b25c423dba1c -2006-09-02 20:41 seanius +2007-10-11 Thomas Guyot-Sionnest - * [r1474] lib/utils_base.h, plugins/utils.h: - - explicitly include utils_base.h from utils.h - put utils.h - inside of an #ifndef/#endif + * plugins/check_ntp.c: Use provided threshold functions (no + functionnal change apart the check for overlaping thresholds) git-svn-id: -2006-09-02 20:32 seanius + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1805 f882894a-f735-0410-b71e-b25c423dba1c - * [r1473] plugins/check_tcp.c: - - fix for warning/critical timeouts in check_tcp.c, in which the +2007-10-02 Holger Weiss + + * NEWS, plugins/check_http.c: Fix regression in 1.4.10 where + following redirects to relative URLs on virtual hosts failed if both + "-H" and "-I" were specified (noted by Rodrigo A. G. Schichaschwili + on nagiosplug-devel@) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1804 f882894a-f735-0410-b71e-b25c423dba1c + +2007-09-29 Ton Voon + + * doc/RELEASING: Updated notes on releasing, mainly for svn git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1803 f882894a-f735-0410-b71e-b25c423dba1c + +2007-09-29 Ton Voon + + * BUGS, ChangeLog, NEWS, configure.in, package.def: Prep for 1.4.10 git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1801 f882894a-f735-0410-b71e-b25c423dba1c + +2007-09-26 Holger Weiss + + * NEWS, plugins/check_radius.c: Drop the weird and undocumented + behaviour of using positional argument parsing instead of getopt(3) + if 8 command line arguments were given (as suggested by Matthias) + and check whether all required arguments have been specified in + order to spit out proper error messages and to avoid a possible + segfault (as suggested by Thomas). git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1800 f882894a-f735-0410-b71e-b25c423dba1c + +2007-09-26 Thomas Guyot-Sionnest + + * NEWS, THANKS.in, plugins/check_ntp.c: Patch #1798774: check_ntp: + honor ntp flags git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1799 f882894a-f735-0410-b71e-b25c423dba1c + +2007-09-24 Ton Voon + + * : Update N::P with new version, redirecting help, version and + usage to stdout git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1798 f882894a-f735-0410-b71e-b25c423dba1c + +2007-09-24 Ton Voon + + * doc/developer-guidelines.sgml: State that stderr should not have + any output git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1796 f882894a-f735-0410-b71e-b25c423dba1c + +2007-09-24 Holger Weiss + + * NEWS, configure.in, plugins/netutils.c: Let ./configure + --without-ipv6 suppress non-IPv4 DNS lookups (noted by Mark Frost on + nagios-users@) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1794 f882894a-f735-0410-b71e-b25c423dba1c + +2007-09-23 Matthias Eble + + * plugins/check_disk.c, plugins/negate.c: Removed some c99 style + comments git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1793 f882894a-f735-0410-b71e-b25c423dba1c + +2007-09-23 Matthias Eble + + * NEWS, plugins/check_by_ssh.c: Added multiline output capability to + check_by_ssh. Thanks to Matthias Flacke (#1769653) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1792 f882894a-f735-0410-b71e-b25c423dba1c + +2007-09-23 Matthias Eble + + * BUGS: removed solved issues git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1791 f882894a-f735-0410-b71e-b25c423dba1c + +2007-09-23 Matthias Eble + + * REQUIREMENTS: Added radiusclient-ng support to requirement notes git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1790 f882894a-f735-0410-b71e-b25c423dba1c + +2007-09-23 Matthias Eble + + * NEWS, plugins/check_disk.c: Fixed bug: stat was called on remote + fs even if -l was given Added -L option to call stat on remote fs + but without threshold comparison git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1789 f882894a-f735-0410-b71e-b25c423dba1c + +2007-09-23 Matthias Eble + + * NEWS, THANKS.in, configure.in, plugins/check_radius.c: Added + radiusclient-ng support for check_radius. Thanks to Sebastien Guay + (#1218438) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1788 f882894a-f735-0410-b71e-b25c423dba1c + +2007-09-22 Matthias Eble + + * lib/utils_disk.c, lib/utils_tcp.c, plugins/check_disk.c: + substituted bool/true/false with int/TRUE/FALSE (discussed on + np-devel) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1787 f882894a-f735-0410-b71e-b25c423dba1c + +2007-09-22 Matthias Eble + + * NEWS, lib/tests/test_disk.c, lib/utils_disk.c, lib/utils_disk.h, + plugins/check_disk.c, plugins/t/check_disk.t: Added -i/-I to ignore + pathes/partitions based on regular expressions Added check_disk -A + selecting all filesystems -E option must now be passed before -p or + -r/-R Passing -E after -p or -r results in UNKNOWN state Fixed bug + when mixing case sensitive and insensitive regexes git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1786 f882894a-f735-0410-b71e-b25c423dba1c + +2007-09-22 Thomas Guyot-Sionnest + + * NEWS, plugins/negate.c, plugins/t/negate.t: Rewrite the "map + changes to return codes" patch nearly from scratch. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1785 f882894a-f735-0410-b71e-b25c423dba1c + +2007-09-21 Ton Voon + + * NEWS, configure.in, lib/Makefile.am, lib/tests/Makefile.am, + lib/tests/test_cmd.c, lib/tests/test_cmd.t, lib/utils_cmd.c, + lib/utils_cmd.h, plugins/Makefile.am, plugins/negate.c, + plugins/t/negate.pl, plugins/t/negate.t: Stop double expansion of + parameters for negate - works like time command now git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1784 f882894a-f735-0410-b71e-b25c423dba1c + +2007-09-21 Thomas Guyot-Sionnest + + * plugins/check_disk.c: My solaris box needs %llu to display 64bits + integers. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1783 f882894a-f735-0410-b71e-b25c423dba1c + +2007-09-21 Thomas Guyot-Sionnest + + * plugins/check_disk.c: - Added some variables at verbose==3 - Removed support for verbose<0 (-q). -q was broken and tried to to + the same as -e. - -q in now an undocumented alias of -e (for + backward-compatibility). NB: Long help text for -d was already + missing. - Reordered the switches so that:   a. less-important ones are in + alphabetical order b. short and long help orders match. - Enclosed "-p | -x" inside braces instead of brackets as one or the + other is required. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1782 f882894a-f735-0410-b71e-b25c423dba1c + +2007-09-17 Ton Voon + + * Makefile.am: Include directories and files required for perl + modules git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1781 f882894a-f735-0410-b71e-b25c423dba1c + +2007-09-15 Holger Weiss + + * NEWS, plugins/check_smtp.c: Properly handle SMTP server responses + which are split into multiple packets (noted by Chris Adams on + nagiosplug-help@). TODO: The new recvline()/recvlines() functions + should buffer received data instead of reading one byte at a time + and they should be moved to netutils.c so that other plugins can use + them, too. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1780 f882894a-f735-0410-b71e-b25c423dba1c + +2007-09-15 Holger Weiss + + * NEWS, plugins-root/check_icmp.c: Correct all instances of + misaligned memory access. This fixes bus erros on platforms which + require alignment (such as SPARC and MIPS). git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1779 f882894a-f735-0410-b71e-b25c423dba1c + +2007-09-15 Holger Weiss + + * tools/devmode: Remove "-Wtraditional" from our development GCC + flags. We use ANSI C. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1778 f882894a-f735-0410-b71e-b25c423dba1c + +2007-09-13 Ton Voon + + * Makefile.am, configure.in, perlmods/Makefile.am, + perlmods/install_order, tools/build_perl_modules: Adding in optional + Nagios::Plugin perl module (and dependencies) compilation and + installation git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1777 f882894a-f735-0410-b71e-b25c423dba1c + +2007-08-28 Thomas Guyot-Sionnest + + * contrib/check_apc_ups.pl, contrib/check_appletalk.pl, + contrib/check_linux_raid.pl, contrib/check_snmp_procs.pl: These + plugins assumed the "use lib util.pm;" would be substituted like + standard Perl plugins (in plugins-scripts) which isn't the case in + contrib. I changed the "use lib" line to use the default path. + People using custom paths will have to change it manually. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1771 f882894a-f735-0410-b71e-b25c423dba1c + +2007-08-09 Holger Weiss + + * plugins/check_disk.c: Don't use C++ style comments (noted by + Johannes Kingma on nagiosplug-help@) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1770 f882894a-f735-0410-b71e-b25c423dba1c + +2007-07-31 Holger Weiss + + * plugins/check_smtp.c: Read the response to an SMTP QUIT command + before closing the socket (noted by Dieter Hendricks on + nagiosplug-help@) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1769 f882894a-f735-0410-b71e-b25c423dba1c + +2007-07-29 Holger Weiss + + * lib/utils_base.c: Don't use C++ style comments. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1768 f882894a-f735-0410-b71e-b25c423dba1c + +2007-07-27 Holger Weiss + + * tools/tinderbox_build: If the TMPDIR environment variable is set, + use that instead of "/tmp" as the installation directory. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1767 f882894a-f735-0410-b71e-b25c423dba1c + +2007-07-26 Holger Weiss + + * NEWS, plugins-root/check_dhcp.c: The "--serverip" and + "--requestedip" options now accept host names, too. This doesn't + quite fit the option names and so far I haven't changed the "--help" + output which currently only talks about IP addresses. However, I + don't see why resolving host names should not be supported. Also note that for the moment, I added a quick'n'dirty + resolve_host() function which should really go into netutils.c. I + just wanted to think about its interface a bit more before providing + such a function globally. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1766 f882894a-f735-0410-b71e-b25c423dba1c + +2007-07-26 Holger Weiss + + * NEWS, plugins-root/check_dhcp.c: New "-m, --mac" option which + allows for specifying the MAC address to use in the DHCP request. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1765 f882894a-f735-0410-b71e-b25c423dba1c + +2007-07-26 Holger Weiss + + * plugins-root/check_dhcp.c: Make sure strncpy(3)d buffers are + nul-terminated. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1764 f882894a-f735-0410-b71e-b25c423dba1c + +2007-07-26 Holger Weiss + + * plugins-root/check_dhcp.c: A few minor fixes/improvements which + were included with (but unrelated to) the "--unicast" patch (Andreas + Ericsson and Heiti Ernits - 1218235) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1763 f882894a-f735-0410-b71e-b25c423dba1c + +2007-07-26 Holger Weiss + + * NEWS, THANKS.in, configure.in, plugins-root/check_dhcp.c: New "-u, + --unicast" option which gives check_dhcp the ability to mimic a DHCP + relay server in order to check remote subnets (Heiti Ernits and + Andreas Ericsson - 1218235) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1762 f882894a-f735-0410-b71e-b25c423dba1c + +2007-07-24 Ton Voon + + * .cvsignore, build-aux/.cvsignore, doc/.cvsignore, gl/.cvsignore, + intl/.cvsignore, lib/.cvsignore, lib/tests/.cvsignore, + m4/.cvsignore, pkg/solaris/.cvsignore, plugins-root/.cvsignore, + plugins-scripts/.cvsignore, plugins/.cvsignore, + plugins/t/.cvsignore, po/.cvsignore: Removing all .cvsignore files git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1761 f882894a-f735-0410-b71e-b25c423dba1c + +2007-07-24 Ton Voon + + * tools/sfsnapshot, tools/sfwebcron: Updated to use svn instead of + cvs git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1760 f882894a-f735-0410-b71e-b25c423dba1c + +2007-07-21 Holger Weiss + + * NEWS, plugins/check_http.c: Add "Connection: close" to the HTTP + request header, which tells HTTP/1.1 servers to close the connection + after completion of the response. This should be compatible with + HTTP/1.0, as HTTP/1.0 allows for custom header fields which should + be ignored if not recognized by the server. With some server + configurations, the server would keep the connection alive without + this header line (despite the plugin requesting HTTP/1.0), resulting + in the plugin running into either the server's or it's own timeout + (reported by Roman Schliessmeyer and Jesse Morgan via IRC). git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1759 f882894a-f735-0410-b71e-b25c423dba1c + +2007-07-15 Matthias Eble + + * THANKS.in, plugins/check_procs.c: Make ps column count in zombie + detection less restrictive. Thanks to Andrew Elwell (#1280470) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1758 f882894a-f735-0410-b71e-b25c423dba1c + +2007-07-14 Matthias Eble + + * THANKS.in, plugins/check_smtp.c: Fixed segfault in argument + processing. Thanks to Christoph Schell (#1742066) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1757 f882894a-f735-0410-b71e-b25c423dba1c + +2007-07-14 Matthias Eble + + * THANKS.in, plugins/check_ntp.c: check_ntp: Fixed typo in typo in + argument sanity check. Thanks to Aurelien Bompard (#1753506) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1756 f882894a-f735-0410-b71e-b25c423dba1c + +2007-07-10 Matthias Eble + + * NEWS, plugins/check_disk.c: Added examples for new features to + check_disk git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1755 f882894a-f735-0410-b71e-b25c423dba1c + +2007-07-10 Matthias Eble + + * NEWS, plugins/check_disk.c, plugins/t/check_disk.t: Check_disk now + calls stat() for all filesystems to check. Check_disk prints an + strerror() message if the call of stat() fails. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1754 f882894a-f735-0410-b71e-b25c423dba1c + +2007-07-07 Matthias Eble + + * plugins/check_ldap.c: Added -v/--verbose argument to call + ldap_perror() for detailed messages on failure. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1753 f882894a-f735-0410-b71e-b25c423dba1c + +2007-07-07 Matthias Eble + + * plugins/utils.c: Changed output order of print_revision + print_revision now uses clean_revstring git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1752 f882894a-f735-0410-b71e-b25c423dba1c + +2007-07-07 Matthias Eble + + * plugins-scripts/utils.pm.in: Changed print_revision output order + in utils.pm git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1751 f882894a-f735-0410-b71e-b25c423dba1c + +2007-07-07 Matthias Eble + + * plugins-scripts/check_file_age.pl: substituted $ID$ through + $Revision$ in print_revision call git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1750 f882894a-f735-0410-b71e-b25c423dba1c + +2007-07-07 Matthias Eble + + * plugins-scripts/check_log.sh, plugins-scripts/check_oracle.sh, + plugins-scripts/utils.sh.in: Changed order in -V/--version output + Fixed -V output for check_log and check_oracle git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1749 f882894a-f735-0410-b71e-b25c423dba1c + +2007-07-06 Matthias Eble + + * doc/developer-guidelines.sgml: Added hint to avoid using the + boolean type in C as discussed on the devel list git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1748 f882894a-f735-0410-b71e-b25c423dba1c + +2007-06-20 Matthias Eble + + * plugins/check_ldap.c: Fixed default behaviour of check_ldaps git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1747 f882894a-f735-0410-b71e-b25c423dba1c + +2007-06-20 Matthias Eble + + * NEWS, plugins/check_ldap.c: Clarified check_ldaps behaviour. New + arguments to explicitly select secure connect behaviour + (--starttls/--ssl). git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1746 f882894a-f735-0410-b71e-b25c423dba1c + +2007-06-20 Matthias Eble + + * plugins/check_cluster.c: added -V/--version to check_cluster git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1745 f882894a-f735-0410-b71e-b25c423dba1c + +2007-06-18 Matthias Eble + + * REQUIREMENTS, configure.in, plugins/.cvsignore: Make Linux + specific plugin check_ide_smart build if appropriate headers are + found git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1744 f882894a-f735-0410-b71e-b25c423dba1c + +2007-06-17 Holger Weiss + + * plugins/check_http.c: Minor fixes. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1743 f882894a-f735-0410-b71e-b25c423dba1c + +2007-06-17 Holger Weiss + + * NEWS, plugins/check_http.c: Fix buffer overflow vulnerabilities + when parsing HTTP redirect 'Location:' strings using sscanf(3) + (Nobuhiro Ban - 1687867) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1742 f882894a-f735-0410-b71e-b25c423dba1c + +2007-06-15 Holger Weiss + + * plugins/check_http.c: When following redirects, the plugin + supported 'Location:' header fields which spanned multiple lines. + However, it was not checked whether extra lines are preceeded with + white space, which could lead to the following header field name + being interpreted as the value of the 'Location:' field if the + latter was empty for some reason. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1741 f882894a-f735-0410-b71e-b25c423dba1c + +2007-06-15 Holger Weiss + + * plugins/check_http.c: `host_name' is a NULL pointer if the "-I" + flag is used instead of "-H", so use `server_address' instead. + Fixes a possible segfault when following redirects to relative URLs + (reported by Ingo Lantschner). git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1740 f882894a-f735-0410-b71e-b25c423dba1c + +2007-06-13 Matthias Eble + + * plugins/check_ide_smart.c: Fixed some syntax errors to make + check_ide_smart build git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1739 f882894a-f735-0410-b71e-b25c423dba1c + +2007-06-12 Holger Weiss + + * plugins/check_by_ssh.c: Add "-v" to help/usage output. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1738 f882894a-f735-0410-b71e-b25c423dba1c + +2007-06-12 Matthias Eble + + * plugins/popen.c: Removed debug line git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1737 f882894a-f735-0410-b71e-b25c423dba1c + +2007-06-11 Matthias Eble + + * THANKS.in, plugins/popen.c: Fixed problem with popen.c not parsing + --longopt='foo bar' correctly (Daniel Bimschas #1291987) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1736 f882894a-f735-0410-b71e-b25c423dba1c + +2007-06-04 Ton Voon + + * THANKS.in: Removed duplicate names git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1735 f882894a-f735-0410-b71e-b25c423dba1c + +2007-06-04 Ton Voon + + * BUGS, ChangeLog, NEWS, configure.in, package.def: For 1.4.9 + release git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1733 f882894a-f735-0410-b71e-b25c423dba1c + +2007-06-03 Matthias Eble + + * lib/tests/test_tcp.c: Minor corrections to test_tcp.c git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1732 f882894a-f735-0410-b71e-b25c423dba1c + +2007-06-03 Matthias Eble + + * lib/tests/Makefile.am: Makefile.am changes for test_tcp.c git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1731 f882894a-f735-0410-b71e-b25c423dba1c + +2007-06-03 Matthias Eble + + * configure.in, lib/tests/.cvsignore, lib/tests/test_tcp.c, + lib/tests/test_tcp.t: Added test cases for utils_tcp git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1730 f882894a-f735-0410-b71e-b25c423dba1c + +2007-06-03 Matthias Eble + + * NEWS, lib/Makefile.am, lib/utils_tcp.c, lib/utils_tcp.h, + plugins/check_tcp.c: Moved check_tcp's expect string testing into + utils_tcp for testing purposes. Added -A/--all flag to test for + every expect string passed. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1729 f882894a-f735-0410-b71e-b25c423dba1c + +2007-06-01 Holger Weiss + + * BUGS, NEWS: Fix possible check_http segfaults when following HTTP + redirects. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1728 f882894a-f735-0410-b71e-b25c423dba1c + +2007-06-01 Holger Weiss + + * plugins/check_http.c: Fix an off-by-one error where a realloc(3) + call doesn't allocate space for nul-termination (Aravind Gottipati - + 1729692) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1727 f882894a-f735-0410-b71e-b25c423dba1c + +2007-06-01 Holger Weiss + + * plugins/sslutils.c: Call the SSL library initialization functions + only once (not for every SSL connection). git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1726 f882894a-f735-0410-b71e-b25c423dba1c + +2007-06-01 Holger Weiss + + * plugins/sslutils.c: Save an entire CPU cycle if c points to NULL + already. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1725 f882894a-f735-0410-b71e-b25c423dba1c + +2007-06-01 Holger Weiss + + * plugins/sslutils.c: Set the pointers to the SSL and SSL_CTX + objects back to NULL after freeing them in np_net_ssl_cleanup(). + This fixes a check_http segfault if an SSL site redirects to a + non-SSL one (reported by Aravind Gottipati via IRC). git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1724 f882894a-f735-0410-b71e-b25c423dba1c + +2007-05-29 Matthias Eble + + * plugins/check_tcp.c: Fix segfault when -e is specified multiple + times. Thanks to John Rouillard and Ralph Roessner (#1475899) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1723 f882894a-f735-0410-b71e-b25c423dba1c + +2007-05-29 Matthias Eble + + * plugins/check_tcp.c: No more warn/crit values in performance data + if -w and -c are not specified. Thanks to Simon Bellwood (#1181554) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1722 f882894a-f735-0410-b71e-b25c423dba1c + +2007-05-29 Thomas Guyot-Sionnest + + * NEWS, plugins/check_snmp.c: check_snmp don't warn anymore if + something is printed on stderr git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1721 f882894a-f735-0410-b71e-b25c423dba1c + +2007-05-29 Thomas Guyot-Sionnest + + * plugins/check_snmp.c: change a bunch of whitespaces (no code was + harmed) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1720 f882894a-f735-0410-b71e-b25c423dba1c + +2007-05-27 Matthias Eble + + * THANKS.in, plugins-scripts/check_oracle.sh: check_oracle does not + need a valid ORACLE_HOME if called with --db. Thanks to Jason Martin + (#1505551) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1719 f882894a-f735-0410-b71e-b25c423dba1c + +2007-05-27 M. Sean Finney + + * lib/utils_base.c, lib/utils_base.h, plugins-root/check_dhcp.c, + plugins-root/check_icmp.c: added functions to utils_base: np_check_if_root() - returns nonzero if geteuid()==0 np_warn_if_not_root() - uses the above to print an informative + warning added uses of these functions to check_dhcp and + check_icmp. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1718 f882894a-f735-0410-b71e-b25c423dba1c + +2007-05-24 Ton Voon + + * plugins/t/negate.pl: Test for new functionality in negate (not + automatically run in make test) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1717 f882894a-f735-0410-b71e-b25c423dba1c + +2007-05-24 Ton Voon + + * plugins/check_dummy.c, plugins/t/check_dummy.t: Tests for + check_dummy git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1716 f882894a-f735-0410-b71e-b25c423dba1c + +2007-05-23 Thomas Guyot-Sionnest + + * NEWS, plugins/check_http.c, po/de.po, po/fr.po, + po/nagios-plugins.pot: Update many strings in check_http to get more + consistent output Update translation files; fix all check_http + changes in French and most changes in German. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1715 f882894a-f735-0410-b71e-b25c423dba1c + +2007-05-18 Thomas Guyot-Sionnest + + * plugins/t/check_tcp.t: Make check_tcp.t compatible with picky web + servers. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1714 f882894a-f735-0410-b71e-b25c423dba1c + +2007-05-13 Holger Weiss + + * plugins/check_http.c: Add missing options to the usage output. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1713 f882894a-f735-0410-b71e-b25c423dba1c + +2007-05-13 Matthias Eble + + * THANKS.in, plugins-root/check_dhcp.c: check_dhcp now adds + mandatory end option (Thanks to Enrico Scholz - #1675306) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1712 f882894a-f735-0410-b71e-b25c423dba1c + +2007-05-12 Matthias Eble + + * plugins/check_cluster.c: Fixed glibc error caused in utils_base.c + due to uninitialized thresholds struct (spotted on ubundu 6.06 LTS). git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1711 f882894a-f735-0410-b71e-b25c423dba1c + +2007-05-12 Ton Voon + + * ABOUT-NLS, build-aux/mkinstalldirs, configure.in: Updating gettext + files from coreutils-6.9. mkinstalldirs needs to be in build-aux for + some systems without gettext natively. Also have at top level, + though gettext documentation says file not neceesary git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1710 f882894a-f735-0410-b71e-b25c423dba1c + +2007-05-09 Matthias Eble + + * plugins/check_ups.c: small typo in --help git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1709 f882894a-f735-0410-b71e-b25c423dba1c + +2007-05-09 Matthias Eble + + * THANKS.in, plugins/check_ups.c: Fixed --help output (Ask Bjoern + Hansen - #1714823) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1708 f882894a-f735-0410-b71e-b25c423dba1c + +2007-05-09 Matthias Eble + + * plugins/t/check_disk.t: added testcase to verify that old + positional arguments only select one path git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1707 f882894a-f735-0410-b71e-b25c423dba1c + +2007-05-03 Matthias Eble + + * ChangeLog, THANKS.in, plugins/check_disk.c: fixed backward + incompatibility introduced in 1.4.8 where all partitions are + selected, if path is specified as last argument (without using -p). + Thanks to Emil Michles (Emilis) on #nagios git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1706 f882894a-f735-0410-b71e-b25c423dba1c + +2007-05-02 Thomas Guyot-Sionnest + + * tools/distclean: Making Solaris happy git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1705 f882894a-f735-0410-b71e-b25c423dba1c + +2007-05-02 Thomas Guyot-Sionnest + + * NEWS: /* Nothing */ git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1704 f882894a-f735-0410-b71e-b25c423dba1c + +2007-05-02 Thomas Guyot-Sionnest + + * NEWS, THANKS.in, plugins/check_time.c: Fix check_time returning + wrong OK when time is before the epoch on some arch git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1703 f882894a-f735-0410-b71e-b25c423dba1c + +2007-04-28 Matthias Eble + + * plugins/t/check_cluster.t: added test cases for check_cluster git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1702 f882894a-f735-0410-b71e-b25c423dba1c + +2007-04-25 Ton Voon + + * tools/tinderbox_build: Test installs into temporary directories git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1701 f882894a-f735-0410-b71e-b25c423dba1c + +2007-04-25 Ton Voon + + * NEWS, configure.in, plugins/check_load.c, plugins/common.h, + plugins/t/check_load.t: check_load can optionally divide by number + of cpus git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1700 f882894a-f735-0410-b71e-b25c423dba1c + +2007-04-23 Holger Weiss + + * plugins/check_ping.c: #ifdef can only test a single macro, not an + expression. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1699 f882894a-f735-0410-b71e-b25c423dba1c + +2007-04-20 Holger Weiss + + * plugins-root/check_dhcp.c: Remove unused variables. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1698 f882894a-f735-0410-b71e-b25c423dba1c + +2007-04-20 Holger Weiss + + * plugins/check_cluster.c: Include "utils_base.h". git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1697 f882894a-f735-0410-b71e-b25c423dba1c + +2007-04-20 Holger Weiss + + * lib/utils_base.h: Declare print_thresholds(). git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1696 f882894a-f735-0410-b71e-b25c423dba1c + +2007-04-20 Holger Weiss + + * plugins/check_cluster.c: Predeclare functions and remove unused + variables. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1695 f882894a-f735-0410-b71e-b25c423dba1c + +2007-04-20 Holger Weiss + + * THANKS.in, plugins-root/check_dhcp.c: Use the 'server identifier' + option instead of the 'siaddr' field as the DHCP server address; see + RFC 2131, 2. (Denis Knauf - 1667488) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1694 f882894a-f735-0410-b71e-b25c423dba1c + +2007-04-19 Thomas Guyot-Sionnest + + * NEWS, configure.in: Fix compilation of check_ldap, check_radius + and check_pgsql (*ding*) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1693 f882894a-f735-0410-b71e-b25c423dba1c + +2007-04-18 Holger Weiss + + * NEWS, plugins/check_by_ssh.c: Revert my previous change to + "-S/--skip" in favour of the two options "-E/--skip-stderr" and + "-S/--skip-stdout". Both of them support omitting the number of + lines to skip, in which case all output on the respective file + descriptor is skipped. "--skip" is kept as an alias for + "--skip-stdout" for backwards compatibility with recent releases. Also, print a message if no (non-skipped) stdout/stderr output is + available. This fixes a segfault if the remote command prints no + output. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1692 f882894a-f735-0410-b71e-b25c423dba1c + +2007-04-15 Thomas Guyot-Sionnest + + * plugins/check_cluster.c: Localization and help fixes (Thanks + Benoit M.) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1691 f882894a-f735-0410-b71e-b25c423dba1c + +2007-04-15 Thomas Guyot-Sionnest + + * plugins/check_cluster.c: Cosmetic change git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1690 f882894a-f735-0410-b71e-b25c423dba1c + +2007-04-15 Thomas Guyot-Sionnest + + * contrib/check_cluster2.README: More details about the changes git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1689 f882894a-f735-0410-b71e-b25c423dba1c + +2007-04-15 Thomas Guyot-Sionnest + + * NEWS, plugins/Makefile.am, plugins/check_cluster.c: Add thresholds + support for check_cluster + lots of standardization. Add forgotten + items to NEWS. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1688 f882894a-f735-0410-b71e-b25c423dba1c + +2007-04-15 Thomas Guyot-Sionnest + + * BUGS, plugins/check_snmp.c: Fix bug #1344584: Counter64 values not + handled correctly git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1687 f882894a-f735-0410-b71e-b25c423dba1c + +2007-04-14 Thomas Guyot-Sionnest + + * BUGS: Works for me git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1686 f882894a-f735-0410-b71e-b25c423dba1c + +2007-04-14 Holger Weiss + + * BUGS, plugins/check_by_ssh.c: Up to revision 1.35, the "-S" option + skipped the specified number of lines written to stderr. With + revision 1.36 and newer, "-S" skipped the specified number of lines + written to stdout. Now, "-S" skips the specified number of lines + written to stderr; and if the number specified via "-S" minus the + number of lines written to stderr is larger than 0, the difference + is used as the number of lines written to stdout to skip. Also, the + "--help" output was fixed. (Hector - 1675286) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1685 f882894a-f735-0410-b71e-b25c423dba1c + +2007-04-13 Thomas Guyot-Sionnest + + * plugins/.cvsignore: ... Some CVS magic too git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1684 f882894a-f735-0410-b71e-b25c423dba1c + +2007-04-13 Thomas Guyot-Sionnest + + * contrib/check_cluster2.README, plugins/Makefile.am, + plugins/check_cluster.c: automake magic for check_cluster git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1683 f882894a-f735-0410-b71e-b25c423dba1c + +2007-04-11 Ton Voon + + * doc/RELEASING: Add news item to nagiosplugins.org git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1682 f882894a-f735-0410-b71e-b25c423dba1c + +2007-04-11 Ton Voon + + * AUTHORS, BUGS, ChangeLog, NEWS, configure.in, package.def: 1.4.8 + release git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1680 f882894a-f735-0410-b71e-b25c423dba1c + +2007-04-10 Thomas Guyot-Sionnest + + * po/POTFILES.in, po/de.po, po/fr.po, po/nagios-plugins.pot: Add + some check_ntp translations git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1679 f882894a-f735-0410-b71e-b25c423dba1c + +2007-04-10 Thomas Guyot-Sionnest + + * plugins/check_ntp.c: - Fix possibility of printing scientific numbers in perfdata - Use fperfdata function for perfdata formatting - Make the printing part a bit more flexible (similar to check_disk) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1678 f882894a-f735-0410-b71e-b25c423dba1c + +2007-04-10 Thomas Guyot-Sionnest + + * po/de.po, po/fr.po, po/nagios-plugins.pot: Hopefully this is + correct. Need to make more changes so I'm commiting these. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1677 f882894a-f735-0410-b71e-b25c423dba1c + +2007-04-04 Thomas Guyot-Sionnest + + * plugins/check_ntp.c: Fix for getting dispersion instead of jitter + on older servers (like xntpd on Solaris). git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1676 f882894a-f735-0410-b71e-b25c423dba1c + +2007-04-03 Holger Weiss + + * plugins/check_ntp.c: Fix the synchronization source selection on + big-endian systems. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1675 f882894a-f735-0410-b71e-b25c423dba1c + +2007-04-03 Thomas Guyot-Sionnest + + * plugins/check_ntp.c: Temporary fix for jitter calculation git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1674 f882894a-f735-0410-b71e-b25c423dba1c + +2007-04-02 Holger Weiss + + * plugins/check_ntp.c: Don't rely on the assumption that the size of + a READSTAT response is a multiple of sizeof(ntp_assoc_status_pair). git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1673 f882894a-f735-0410-b71e-b25c423dba1c + +2007-04-02 Ton Voon + + * lib/tests/Makefile.am: Add libgnu.a as regex functions required git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1672 f882894a-f735-0410-b71e-b25c423dba1c + +2007-04-02 Thomas Guyot-Sionnest + + * plugins/check_ntp.c: Fix byte order in verbose logging git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1671 f882894a-f735-0410-b71e-b25c423dba1c + +2007-04-02 Thomas Guyot-Sionnest + + * plugins/check_ntp.c: Seems like we don't get any jitter sometimes. + While this needs to be fixed we should at least handle it + gracefully. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1670 f882894a-f735-0410-b71e-b25c423dba1c + +2007-04-01 Matthias Eble + + * plugins/t/check_http.t: check_http.t: - added internet_access + variable to skip tests where internet access is required. - added host_tcp_http2 variable for a webserver serving the string + 'nagios' in index - no tests are skipped if the new vars are not defined (existing + installations) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1669 f882894a-f735-0410-b71e-b25c423dba1c + +2007-04-01 Matthias Eble + + * lib/utils_disk.c: utils_disk: fixed handling if check_disk -p is a + device (np_set_best_match()) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1668 f882894a-f735-0410-b71e-b25c423dba1c + +2007-03-31 Holger Weiss + + * NEWS: Various check_ntp fixes git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1667 f882894a-f735-0410-b71e-b25c423dba1c + +2007-03-31 Holger Weiss + + * plugins/check_ntp.c: Fix an out-of-bounds memcpy(3) and add a + realloc(3) error check in jitter_request(). git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1666 f882894a-f735-0410-b71e-b25c423dba1c + +2007-03-31 Holger Weiss + + * plugins/check_ntp.c: Add a warning to the verbose output if + jitter_request() found no synchronization source. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1665 f882894a-f735-0410-b71e-b25c423dba1c + +2007-03-31 Holger Weiss + + * plugins/check_ntp.c: Avoid division by zero. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1664 f882894a-f735-0410-b71e-b25c423dba1c + +2007-03-31 Holger Weiss + + * plugins/check_ntp.c: Remove the '-O' option, as it's ignored. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1663 f882894a-f735-0410-b71e-b25c423dba1c + +2007-03-30 Ton Voon + + * m4/np_mysqlclient.m4: Use AS_HELP_STRING instead of + ACX_HELP_STRING git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1662 f882894a-f735-0410-b71e-b25c423dba1c + +2007-03-30 Ton Voon + + * NEWS, configure.in, m4/np_mysqlclient.m4: Fix AC_CHECK_LIB for + mysql_init - add dependent libraries. mysql detection separated into + external m4 file git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1661 f882894a-f735-0410-b71e-b25c423dba1c + +2007-03-30 Matthias Eble + + * lib/tests/test_disk.c, plugins/t/check_disk.t: Test Cases for + check_disk's -r, -R, -C and -g git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1660 f882894a-f735-0410-b71e-b25c423dba1c + +2007-03-30 Matthias Eble + + * plugins/check_disk.c: check_disk: minor fix for -C if bestmatch != + -p git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1659 f882894a-f735-0410-b71e-b25c423dba1c + +2007-03-30 Matthias Eble + + * lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c: + check_disk: added regex functionality -r and -R. see np-devel mail + (2007-02-10) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1658 f882894a-f735-0410-b71e-b25c423dba1c + +2007-03-30 Matthias Eble + + * lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c: + check_disk: added grouping functionality. see np-devel mail + (2007-02-10) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1657 f882894a-f735-0410-b71e-b25c423dba1c + +2007-03-30 Matthias Eble + + * lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c: + check_disk -C is more flexible now. See np-devel post (2007-02-10) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1656 f882894a-f735-0410-b71e-b25c423dba1c + +2007-03-29 Holger Weiss + + * THANKS.in, plugins/check_mysql.c: Fix argument processing (Felix + Frank - 1690697) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1655 f882894a-f735-0410-b71e-b25c423dba1c + +2007-03-29 Holger Weiss + + * plugins-root/Makefile.am: Set the "read" and "execute" bits only + for "user" and "group" in order to not overwrite + "--without-world-permissions" for the root plugins. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1654 f882894a-f735-0410-b71e-b25c423dba1c + +2007-03-29 Ton Voon + + * BUGS, ChangeLog, NEWS, configure.in, package.def: 1.4.7 release git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1652 f882894a-f735-0410-b71e-b25c423dba1c + +2007-03-29 Ton Voon + + * plugins/check_ntp.c: Adding help text for jitter flags git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1651 f882894a-f735-0410-b71e-b25c423dba1c + +2007-03-27 Thomas Guyot-Sionnest + + * THANKS.in, plugins-root/check_icmp.c: Fix bug #1494629 - + check_icmp fails after some time on FreeBSD git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1650 f882894a-f735-0410-b71e-b25c423dba1c + +2007-03-25 Ton Voon + + * NEWS, configure.in: Reinstate --with-nagios-user/group and new + --without-group-permissions ./configure options git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1649 f882894a-f735-0410-b71e-b25c423dba1c + +2007-03-22 Holger Weiss + + * THANKS.in, plugins/common.h: Increase MAX_INPUT_BUFFER from 1k to + 8k in order to increase I/O performance (Stefan Meier) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1646 f882894a-f735-0410-b71e-b25c423dba1c + +2007-03-16 Gavin Carr + + * plugins-scripts/check_ifoperstatus.pl: Fix bogus 'eq ( || )' + constructions in check_ifoperstatus.pl. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1642 f882894a-f735-0410-b71e-b25c423dba1c + +2007-03-12 Ton Voon + + * NEWS, plugins/check_ping.c, plugins/t/check_ping.t: check_ping's + timeout interval is only +1 if ping command has a timeout value. + Tests updated to check for 100% packet loss (always if ping has + timeout), otherwise will check for "timed out" string git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1639 f882894a-f735-0410-b71e-b25c423dba1c + +2007-03-11 Thomas Guyot-Sionnest + + * plugins-root/t/check_icmp.t: Add tests for new check_icmp switch + -m git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1638 f882894a-f735-0410-b71e-b25c423dba1c + +2007-03-11 Ton Voon + + * plugins-root/t/check_icmp.t, plugins/t/check_ping.t: Converted + check_ping.t to new-style testcases. Added test case for check_icmp + - requires sudo access git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1637 f882894a-f735-0410-b71e-b25c423dba1c + +2007-03-11 Ton Voon + + * plugins/check_ping.c: Fixed some help display. Removed -L from + usage as deprecated option git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1636 f882894a-f735-0410-b71e-b25c423dba1c + +2007-03-08 Thomas Guyot-Sionnest + + * NEWS, THANKS.in, plugins-root/check_icmp.c: New switch to + check_icmp to set the minimum required hosts for success. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1635 f882894a-f735-0410-b71e-b25c423dba1c + +2007-03-08 Thomas Guyot-Sionnest + + * config_test/child_test.c: Ficing C++ style comments git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1634 f882894a-f735-0410-b71e-b25c423dba1c + +2007-03-08 Thomas Guyot-Sionnest + + * plugins-root/check_icmp.c: Fixed C++ style comments, but I don't + get why those lines were originally commented out. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1633 f882894a-f735-0410-b71e-b25c423dba1c + +2007-03-06 Ton Voon + + * plugins/check_http.c: Fix option handling (Nobuhiro Ban - 1657280) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1632 f882894a-f735-0410-b71e-b25c423dba1c + +2007-03-06 Ton Voon + + * plugins/check_smtp.c: Fixed compile errors in check_smtp.c git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1631 f882894a-f735-0410-b71e-b25c423dba1c + +2007-03-06 Ton Voon + + * NEWS, THANKS.in, plugins/check_smtp.c: Fixed broken HELO cmd + (Enrico Scholz - 1675279) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1630 f882894a-f735-0410-b71e-b25c423dba1c + +2007-03-06 Ton Voon + + * NEWS, configure.in, plugins/check_procs.c: Use /usr/ucb/ps on + Solaris in preference to pst3 (problems in 64bit mode) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1629 f882894a-f735-0410-b71e-b25c423dba1c + +2007-03-06 Ton Voon + + * plugins/t/check_disk.t: Test failure if a filesystem which is a + subset of another fails the inode check (Matthias Elbe - 1660953) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1628 f882894a-f735-0410-b71e-b25c423dba1c + +2007-03-06 Ton Voon + + * NEWS, configure.in: Detect if check_mysql compile will work at + ./configure time, due to some Redhat systems distributing + mysql_config, but not the include files git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1627 f882894a-f735-0410-b71e-b25c423dba1c + +2007-03-06 Ton Voon + + * configure.in: Clearer message when --with-nagios-user is used for + ./configure git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1626 f882894a-f735-0410-b71e-b25c423dba1c + +2007-03-06 Ton Voon + + * FAQ, INSTALLING, NEWS, README, plugins-root/Makefile.am: Root + plugins installed with world executable permissions. Removed + references to --with-nagios-user and --with-nagios-group in README git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1625 f882894a-f735-0410-b71e-b25c423dba1c + +2007-03-02 Ethan Galstad + + * plugins/check_mrtgtraf.c: Fix for broken check_mrtgtraf git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1624 f882894a-f735-0410-b71e-b25c423dba1c + +2007-02-24 Thomas Guyot-Sionnest + + * doc/makefile: Fix the makefile ('[[' is bash-specific, 'rm -f' + don't remove directories) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1623 f882894a-f735-0410-b71e-b25c423dba1c + +2007-02-14 Ton Voon + + * NEWS, contrib/check_sybase: check_sybase now maintained in + NagiosExchange git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1622 f882894a-f735-0410-b71e-b25c423dba1c + +2007-02-14 Ton Voon + + * plugins/check_disk.c: Fixed typo in help for -M git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1621 f882894a-f735-0410-b71e-b25c423dba1c + +2007-02-14 Ton Voon + + * plugins/check_tcp.c, plugins/t/check_tcp.t: Documentation fix re: + --escape flag. Fix of ./check_tcp test to webservers to make it more + standards compliant git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1620 f882894a-f735-0410-b71e-b25c423dba1c + +2007-02-09 Ton Voon + + * NEWS, THANKS.in, po/.cvsignore, po/Makefile.in.in: Fixed + MKINSTALLDIRS problem on some systems - Lars Stavholm git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1619 f882894a-f735-0410-b71e-b25c423dba1c + +2007-02-07 Ton Voon + + * lib/Makefile.config-opts, lib/parse_ini.c, + lib/tests/Makefile.config-opts, lib/tests/config-tiny.ini, + lib/tests/plugin.ini, lib/tests/test_ini.c: Added test files to test + the parse_ini.c routines. Requires libtap git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1614 f882894a-f735-0410-b71e-b25c423dba1c + +2007-02-07 Holger Weiss + + * plugins/check_swap.c: Include before in + order to fix compilation on OpenBSD (nsturm - 1653934) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1613 f882894a-f735-0410-b71e-b25c423dba1c + +2007-02-06 Thomas Guyot-Sionnest + + * plugins/check_tcp.c: Correct vim typo in comment block :P git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1612 f882894a-f735-0410-b71e-b25c423dba1c + +2007-02-06 Benoit Mortier + + * plugins/check_disk.c, plugins/check_http.c, + plugins/check_ide_smart.c, plugins/check_mrtg.c, + plugins/check_mrtgtraf.c, plugins/check_overcr.c, + plugins/check_smtp.c, plugins/check_tcp.c, po/de.po, po/fr.po, + po/nagios-plugins.pot: correcting some translation problems git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1611 f882894a-f735-0410-b71e-b25c423dba1c + +2007-02-06 M. Sean Finney + + * lib/parse_ini.c, lib/parse_ini.h: initial version of ini file + parsing routines in C git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1610 f882894a-f735-0410-b71e-b25c423dba1c + +2007-02-06 Benoit Mortier + + * po/Makevars: adding PACKAGE_BUGREPORT to fix Report-Msgid-Bugs-To: git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1609 f882894a-f735-0410-b71e-b25c423dba1c + +2007-02-05 Ton Voon + + * AUTHORS, doc/RELEASING: Update list of team members. More notes on + new releases git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1608 f882894a-f735-0410-b71e-b25c423dba1c + +2007-02-05 Ton Voon + + * BUGS, ChangeLog, NEWS, configure.in, package.def: For 1.4.6 + release git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1606 f882894a-f735-0410-b71e-b25c423dba1c + +2007-02-02 Thomas Guyot-Sionnest + + * plugins/check_snmp.c: Fix parsing of multiple OIDs sets needmibs = + TRUE git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1605 f882894a-f735-0410-b71e-b25c423dba1c + +2007-02-01 Thomas Guyot-Sionnest + + * plugins/check_tcp.c, plugins/t/check_jabber.t: Fix progname being + partly set to upper case Change formating of invalid hostname output git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1604 f882894a-f735-0410-b71e-b25c423dba1c + +2007-02-01 Thomas Guyot-Sionnest + + * NEWS: Adding NEWS entry for check_jabber git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1603 f882894a-f735-0410-b71e-b25c423dba1c + +2007-02-01 Thomas Guyot-Sionnest + + * plugins-scripts/check_log.sh: Fix bug #1593073 Check_Log problem + with log rotation git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1602 f882894a-f735-0410-b71e-b25c423dba1c + +2007-01-31 Ton Voon + + * plugins/t/check_jabber.t: Converted to new style object and + Test::More testing. Skipped jabber server tests if not defined git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1601 f882894a-f735-0410-b71e-b25c423dba1c + +2007-01-31 Thomas Guyot-Sionnest + + * plugins/t/check_jabber.t: Add check_jabber test. Will ask for a + jabber host (default should be OK) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1600 f882894a-f735-0410-b71e-b25c423dba1c + +2007-01-31 Thomas Guyot-Sionnest + + * plugins/check_tcp.c: Fix Debian Bug #392610: check_jabber always + return warning git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1599 f882894a-f735-0410-b71e-b25c423dba1c + +2007-01-30 Thomas Guyot-Sionnest + + * plugins/check_tcp.c: Jail does not requires any arguments git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1598 f882894a-f735-0410-b71e-b25c423dba1c + +2007-01-30 Ton Voon + + * config.rpath: make dist failing without config.rpath in top level. + File copied from build-aux/ git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1597 f882894a-f735-0410-b71e-b25c423dba1c + +2007-01-30 Thomas Guyot-Sionnest + + * plugins/check_tcp.c, plugins/t/check_tcp.t: Fix reporting bug + using expect, affecting (not fixing) Debian bug #392610: + check_jabber always return warning git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1596 f882894a-f735-0410-b71e-b25c423dba1c + +2007-01-30 Holger Weiss + + * configure.in: grep(1) "-q" isn't portable (e.g., it won't work on + Solaris 8), redirect output to /dev/null instead. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1595 f882894a-f735-0410-b71e-b25c423dba1c + +2007-01-29 Thomas Guyot-Sionnest + + * plugins/check_disk.c, plugins/t/check_disk.t: Revert 1643463 + (reversed disk thresholds) keeping the thresholds checks. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1594 f882894a-f735-0410-b71e-b25c423dba1c + +2007-01-29 Holger Weiss + + * configure.in: Automake 1.10 says: "compiling `test_disk.c' with + per-target flags requires `AM_PROG_CC_C_O' in `configure.in'". git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1593 f882894a-f735-0410-b71e-b25c423dba1c + +2007-01-29 Ton Voon + + * build-aux/config.rpath, config.rpath: Move config.rpath into + build-aux for automake 1.10 git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1592 f882894a-f735-0410-b71e-b25c423dba1c + +2007-01-28 Holger Weiss + + * INSTALLING: Remove description of deprecated ./configure + --with-nagios-{user,group} options. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1591 f882894a-f735-0410-b71e-b25c423dba1c + +2007-01-28 Holger Weiss + + * plugins-root/check_dhcp.c, plugins/check_apt.c, + plugins/check_by_ssh.c, plugins/check_dig.c, plugins/check_dns.c, + plugins/check_fping.c, plugins/check_game.c, plugins/check_hpjd.c, + plugins/check_http.c, plugins/check_ide_smart.c, + plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c, + plugins/check_mrtgtraf.c, plugins/check_mysql.c, + plugins/check_mysql_query.c, plugins/check_nagios.c, + plugins/check_nt.c, plugins/check_ntp.c, plugins/check_nwstat.c, + plugins/check_overcr.c, plugins/check_pgsql.c, + plugins/check_ping.c, plugins/check_procs.c, + plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, + plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, + plugins/check_tcp.c, plugins/check_time.c, plugins/check_ups.c, + plugins/check_users.c, plugins/negate.c, plugins/urlize.c, + plugins/utils.c, plugins/utils.h: Don't try to print `optarg' (which + will be a NULL pointer) if an unknown command line option was used, + as this leads to a segfault on some systems. The unknown option + will be printed by getopt(3) anyway. So, simply call print_usage() + and exit UNKNOWN via the new usage5() instead. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1590 f882894a-f735-0410-b71e-b25c423dba1c + +2007-01-27 Thomas Guyot-Sionnest + + * plugins/check_disk.c, plugins/t/check_disk.t: Fix #1643463: + Miscalculating thresholds check_disk git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1589 f882894a-f735-0410-b71e-b25c423dba1c + +2007-01-27 Holger Weiss + + * lib/utils_base.c: Change the variable names `true' and `false' + (which are keywords in C99) to `yes' and `no'. Fixes compilation + when using SGI's MIPSpro c99(1). git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1588 f882894a-f735-0410-b71e-b25c423dba1c + +2007-01-27 Holger Weiss + + * plugins/common.h: Include GNULib's "dirname.h" in order to pull in + the base_name() prototype, fixes compilation of check_procs using + SGI's MIPSpro C. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1587 f882894a-f735-0410-b71e-b25c423dba1c + +2007-01-27 Holger Weiss + + * ACKNOWLEDGEMENTS, NEWS: Fix typos. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1586 f882894a-f735-0410-b71e-b25c423dba1c + +2007-01-27 Holger Weiss + + * NEWS: Added "-o,--ssh-option=OPTION" which hands "-o OPTION" over + to ssh(1) and "-q,--quiet" which tells ssh(1) to suppress warnings + (Gerhard Lausser - 1472491) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1585 f882894a-f735-0410-b71e-b25c423dba1c + +2007-01-27 Holger Weiss + + * plugins-root/check_dhcp.c: Include which is a + prerequisite for on NetBSD and OpenBSD (at least). git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1584 f882894a-f735-0410-b71e-b25c423dba1c + +2007-01-25 Ton Voon + + * Makefile.am, README, configure.in, doc/RELEASING: Update + references to NEWS instead of CHANGES. Fix compile of libtap test + programs git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1583 f882894a-f735-0410-b71e-b25c423dba1c + +2007-01-25 Ton Voon + + * build-aux/.cvsignore, build-aux/ltmain.sh, config.guess, + config.sub, configure.in, ltmain.sh: Use build-aux directory. + Removed unnecessary checks in configure.in. Keeping libtool to link + to libtap - can't find a suitable replacement method git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1582 f882894a-f735-0410-b71e-b25c423dba1c + +2007-01-24 Ton Voon + + * ACKNOWLEDGEMENTS, CHANGES, NEWS, config.rpath, configure.in, + doc/developer-guidelines.sgml, gl/.cvsignore, plugins/Makefile.am, + plugins/check_procs.c, po/POTFILES.in: Various cleanups in the + syncing with gnulib git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1581 f882894a-f735-0410-b71e-b25c423dba1c + +2007-01-24 Ton Voon + + * Makefile.am, NEWS, config.rpath, configure.in, + doc/developer-guidelines.sgml, gl/Makefile.am, gl/alloca.c, + gl/alloca_.h, gl/asnprintf.c, gl/asprintf.c, gl/basename.c, + gl/c-strtod.c, gl/c-strtod.h, gl/cloexec.c, gl/cloexec.h, + gl/creat-safer.c, gl/dirname.c, gl/dirname.h, gl/dup-safer.c, + gl/error.c, gl/error.h, gl/exit.h, gl/exitfail.c, gl/exitfail.h, + gl/fcntl--.h, gl/fcntl-safer.h, gl/fd-safer.c, gl/fsusage.c, + gl/fsusage.h, gl/full-read.c, gl/full-read.h, gl/full-write.c, + gl/full-write.h, gl/gai_strerror.c, gl/getaddrinfo.c, + gl/getaddrinfo.h, gl/gethostname.c, gl/getloadavg.c, gl/getopt.c, + gl/getopt1.c, gl/getopt_.h, gl/getopt_int.h, gl/gettext.h, + gl/inet_ntop.c, gl/inet_ntop.h, gl/intprops.h, + gl/m4/absolute-header.m4, gl/m4/alloca.m4, gl/m4/arpa_inet_h.m4, + gl/m4/c-strtod.m4, gl/m4/cloexec.m4, gl/m4/codeset.m4, + gl/m4/dirname.m4, gl/m4/dos.m4, gl/m4/double-slash-root.m4, + gl/m4/eoverflow.m4, gl/m4/error.m4, gl/m4/exitfail.m4, + gl/m4/extensions.m4, gl/m4/fcntl-safer.m4, gl/m4/fstypename.m4, + gl/m4/fsusage.m4, gl/m4/getaddrinfo.m4, gl/m4/gethostname.m4, + gl/m4/getloadavg.m4, gl/m4/getopt.m4, gl/m4/gettext.m4, + gl/m4/glibc2.m4, gl/m4/glibc21.m4, gl/m4/gnulib-cache.m4, + gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4, gl/m4/gnulib-tool.m4, + gl/m4/iconv.m4, gl/m4/inet_ntop.m4, gl/m4/inline.m4, + gl/m4/intdiv0.m4, gl/m4/intl.m4, gl/m4/intldir.m4, gl/m4/intmax.m4, + gl/m4/intmax_t.m4, gl/m4/inttypes-pri.m4, gl/m4/inttypes_h.m4, + gl/m4/lcmessage.m4, gl/m4/lib-ld.m4, gl/m4/lib-link.m4, + gl/m4/lib-prefix.m4, gl/m4/lock.m4, gl/m4/longdouble.m4, + gl/m4/longlong.m4, gl/m4/ls-mntd-fs.m4, gl/m4/mbchar.m4, + gl/m4/mbiter.m4, gl/m4/mbrtowc.m4, gl/m4/memchr.m4, + gl/m4/minmax.m4, gl/m4/mountlist.m4, gl/m4/netinet_in_h.m4, + gl/m4/nls.m4, gl/m4/onceonly_2_57.m4, gl/m4/po.m4, + gl/m4/printf-posix.m4, gl/m4/progtest.m4, gl/m4/regex.m4, + gl/m4/safe-read.m4, gl/m4/safe-write.m4, gl/m4/size_max.m4, + gl/m4/snprintf.m4, gl/m4/socklen.m4, gl/m4/sockpfaf.m4, + gl/m4/ssize_t.m4, gl/m4/stdbool.m4, gl/m4/stdint.m4, + gl/m4/stdint_h.m4, gl/m4/strcase.m4, gl/m4/strdup.m4, + gl/m4/strndup.m4, gl/m4/strnlen.m4, gl/m4/sys_socket_h.m4, + gl/m4/uintmax_t.m4, gl/m4/ulonglong.m4, gl/m4/unistd-safer.m4, + gl/m4/unistd_h.m4, gl/m4/vasnprintf.m4, gl/m4/vasprintf.m4, + gl/m4/visibility.m4, gl/m4/vsnprintf.m4, gl/m4/wchar.m4, + gl/m4/wchar_t.m4, gl/m4/wctype.m4, gl/m4/wcwidth.m4, + gl/m4/wint_t.m4, gl/m4/xalloc.m4, gl/m4/xsize.m4, + gl/m4/xstrndup.m4, gl/malloc.c, gl/mbchar.c, gl/mbchar.h, + gl/mbuiter.h, gl/memchr.c, gl/minmax.h, gl/mountlist.c, + gl/mountlist.h, gl/open-safer.c, gl/pipe-safer.c, gl/printf-args.c, + gl/printf-args.h, gl/printf-parse.c, gl/printf-parse.h, + gl/regcomp.c, gl/regex.c, gl/regex.h, gl/regex_internal.c, + gl/regex_internal.h, gl/regexec.c, gl/safe-read.c, gl/safe-read.h, + gl/safe-write.c, gl/safe-write.h, gl/size_max.h, gl/snprintf.c, + gl/snprintf.h, gl/socket_.h, gl/stdbool_.h, gl/stdint_.h, + gl/strcase.h, gl/strcasecmp.c, gl/strdup.c, gl/strdup.h, + gl/stripslash.c, gl/strncasecmp.c, gl/strndup.c, gl/strndup.h, + gl/strnlen.c, gl/strnlen.h, gl/strnlen1.c, gl/strnlen1.h, + gl/unistd--.h, gl/unistd-safer.h, gl/unistd_.h, gl/vasnprintf.c, + gl/vasnprintf.h, gl/vasprintf.c, gl/vasprintf.h, gl/vsnprintf.c, + gl/vsnprintf.h, gl/wchar_.h, gl/wctype_.h, gl/wcwidth.h, + gl/xalloc-die.c, gl/xalloc.h, gl/xmalloc.c, gl/xsize.h, + gl/xstrndup.c, gl/xstrndup.h, lib/Makefile.am, lib/alloca.c, + lib/alloca_.h, lib/basename.c, lib/c-strtod.c, lib/c-strtod.h, + lib/c-strtold.c, lib/cloexec.c, lib/cloexec.h, lib/creat-safer.c, + lib/dirname.h, lib/dup-safer.c, lib/error.c, lib/error.h, + lib/exit.h, lib/exitfail.c, lib/exitfail.h, lib/fcntl--.h, + lib/fcntl-safer.h, lib/fd-safer.c, lib/fsusage.c, lib/fsusage.h, + lib/full-read.c, lib/full-read.h, lib/full-write.c, + lib/full-write.h, lib/getloadavg.c, lib/getopt.c, lib/getopt1.c, + lib/getopt_.h, lib/getopt_int.h, lib/gettext.h, lib/intprops.h, + lib/malloc.c, lib/mountlist.c, lib/mountlist.h, lib/open-safer.c, + lib/pipe-safer.c, lib/realloc.c, lib/regcomp.c, lib/regex.c, + lib/regex.h, lib/regex_internal.c, lib/regex_internal.h, + lib/regexec.c, lib/safe-read.c, lib/safe-read.h, lib/safe-write.c, + lib/safe-write.h, lib/snprintf.c, lib/stdbool_.h, lib/strcase.h, + lib/strtod.c, lib/tests/Makefile.am, lib/unistd--.h, + lib/unistd-safer.h, lib/unlocked-io.h, lib/xalloc-die.c, + lib/xalloc.h, lib/xmalloc.c, lib/xstrdup.c, m4/Makefile.am.in, + m4/afs.m4, m4/alloca.m4, m4/basename.m4, m4/c-strtod.m4, + m4/codeset.m4, m4/dos.m4, m4/error.m4, m4/exitfail.m4, + m4/extensions.m4, m4/fcntl-safer.m4, m4/fstypename.m4, + m4/fsusage.m4, m4/getopt.m4, m4/gettext.m4, m4/glibc21.m4, + m4/iconv.m4, m4/inttypes-pri.m4, m4/inttypes.m4, m4/inttypes_h.m4, + m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4, m4/longdouble.m4, + m4/longlong.m4, m4/ls-mntd-fs.m4, m4/mountlist.m4, m4/nls.m4, + m4/np_coreutils.m4, m4/np_curl.m4, m4/onceonly_2_57.m4, m4/po.m4, + m4/progtest.m4, m4/regex.m4, m4/restrict.m4, m4/signed.m4, + m4/stdbool.m4, m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4, + m4/unistd-safer.m4, m4/unlocked-io.m4, m4/wchar_t.m4, m4/wint_t.m4, + m4/xalloc.m4, plugins-root/Makefile.am, plugins/Makefile.am, + plugins/check_smtp.c, plugins/common.h, plugins/getaddrinfo.c, + plugins/getaddrinfo.h, plugins/gethostbyname.c, + plugins/gethostbyname.h, plugins/netutils.h, tools/setup, + tools/update_coreutils: Sync with gnulib - lots of extraneous code + removed in preference to GNU code git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1580 f882894a-f735-0410-b71e-b25c423dba1c + +2007-01-23 Holger Weiss + + * THANKS.in, plugins/check_ssh.c: Support `check_ssh + --hostname=ADDRESS' (but keep `--host=ADDRESS' for backward + compatibility) (Ville Mattila - 1642780) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1579 f882894a-f735-0410-b71e-b25c423dba1c + +2007-01-23 Holger Weiss + + * REQUIREMENTS: Location updates git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1578 f882894a-f735-0410-b71e-b25c423dba1c + +2007-01-23 Holger Weiss + + * plugins/check_tcp.c: Add missing `break' to the switch-case block + that handles the `-m' option (Nobuhiro Ban - 1642682) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1577 f882894a-f735-0410-b71e-b25c423dba1c + +2007-01-23 Holger Weiss + + * THANKS.in, plugins/check_radius.c: Initialize `data' to zero, + fixes potential segfault (Nobuhiro Ban - 1642658) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1576 f882894a-f735-0410-b71e-b25c423dba1c + +2007-01-23 Holger Weiss + + * lib/mountlist.c: Add support for statvfs(2) which is needed in + order to compile the plugins on NetBSD 3.0 and newer. The current + coreutils release supports statvfs(2), so this patch won't be needed + anymore when updating the coreutils files. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1575 f882894a-f735-0410-b71e-b25c423dba1c + +2007-01-22 Holger Weiss + + * plugins/check_by_ssh.c: Added "-o,--ssh-option=OPTION" which hands + "-o OPTION" over to ssh(1) and "-q,--quiet" which tells ssh(1) to + suppress warnings (Gerhard Lausser - 1472491) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1574 f882894a-f735-0410-b71e-b25c423dba1c + +2007-01-20 Ton Voon + + * doc/developer-guidelines.sgml: Updated policy on contributed + plugins git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1573 f882894a-f735-0410-b71e-b25c423dba1c + +2007-01-20 Ton Voon + + * doc/LEAVERS, doc/NEW_STARTERS, doc/RELEASING: Administrative notes git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1572 f882894a-f735-0410-b71e-b25c423dba1c + +2007-01-20 M. Sean Finney + + * plugins/check_ntp.c: compilation fixes for check_ntp.c: - check_ntp.c:290: warning: overflow in implicit constant conversion fixed with an explicit cast to int8_t. - check_ntp.c:544: warning: pointer of type ñ€˜void *ñ€™ used + in arithmetic fixed by casting to ptrdiff_t before arithmetic and + (void*) afterwards - in TVtoNTP64, cast arithmetic result passed to R32 as uint64_t. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1571 f882894a-f735-0410-b71e-b25c423dba1c + +2007-01-20 Thomas Guyot-Sionnest + + * plugins/check_http.c, plugins/check_ldap.c: Fix bug #1632091: + printf format string typos. Add some more cosmetic changes. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1570 f882894a-f735-0410-b71e-b25c423dba1c + +2007-01-20 Thomas Guyot-Sionnest + + * plugins-root/check_icmp.c: Fix bug #1632078: critical threshold % + incorrectly displayed by check_icmp git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1569 f882894a-f735-0410-b71e-b25c423dba1c + +2007-01-20 Thomas Guyot-Sionnest + + * CHANGES, THANKS.in, plugins/netutils.c: Fix bug #1632072 pointer + error in plugins/netutils.c. Add changelog entry for previous + commit. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1568 f882894a-f735-0410-b71e-b25c423dba1c + +2007-01-17 Thomas Guyot-Sionnest + + * THANKS.in, plugins/check_procs.c: Fix bug #1630970 Fix for buffer + overflow of check_procs procprog string git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1566 f882894a-f735-0410-b71e-b25c423dba1c + +2007-01-08 Ton Voon + + * CHANGES, THANKS.in, plugins/t/check_disk.t: Added notes about + check_disk perf data fix. Added test to check perf data is same when + mount points reversed git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1565 f882894a-f735-0410-b71e-b25c423dba1c + +2007-01-07 Thomas Guyot-Sionnest + + * plugins/check_disk.c: Fix bug #1627970: check_disk performance + output for more then one partition git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1564 f882894a-f735-0410-b71e-b25c423dba1c + +2007-01-06 Thomas Guyot-Sionnest + + * plugins/check_ping.c: Fix bug #1629008: check_ping fails to handle + Packet filtered error git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1563 f882894a-f735-0410-b71e-b25c423dba1c + +2007-01-06 Thomas Guyot-Sionnest + + * plugins/check_ping.c: Revert last patch: it works but not really + for the reason I though. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1562 f882894a-f735-0410-b71e-b25c423dba1c + +2007-01-06 Thomas Guyot-Sionnest + + * plugins/check_ping.c: Fix the way check_ping calculate the maximum + run time git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1561 f882894a-f735-0410-b71e-b25c423dba1c + +2007-01-04 Thomas Guyot-Sionnest + + * plugins/check_real.c: Fix bug #1574863: check_real does not accept + the '-v' option git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1560 f882894a-f735-0410-b71e-b25c423dba1c + +2007-01-04 Thomas Guyot-Sionnest + + * plugins/check_ping.c: Fix bug #1592605: check_ping times out git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1559 f882894a-f735-0410-b71e-b25c423dba1c + +2007-01-04 Thomas Guyot-Sionnest + + * tools/README, tools/distclean: Adding my distclean script git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1558 f882894a-f735-0410-b71e-b25c423dba1c + +2006-12-23 Thomas Guyot-Sionnest + + * plugins/t/check_snmp.t: Regexps in check_snmp tests fails where + they shouldn't. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1557 f882894a-f735-0410-b71e-b25c423dba1c + +2006-12-21 Thomas Guyot-Sionnest + + * NPTest.pm: - Fixing small error (wrong file name) in NPTest.pm documentation. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1556 f882894a-f735-0410-b71e-b25c423dba1c + +2006-12-20 Ton Voon + + * CHANGES, THANKS.in, plugins/check_http.c, plugins/t/check_http.t: + Removed unused timestamp variable (Matthias Eble) Fixed redirection + test. Added extra tests for funny syntax when checking certificates, + updated help for more common syntax git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1555 f882894a-f735-0410-b71e-b25c423dba1c + +2006-12-20 Ton Voon + + * lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c, + plugins/t/check_disk.t: Fixed inode thresholds, regressed from + previous release git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1554 f882894a-f735-0410-b71e-b25c423dba1c + +2006-12-20 Benoit Mortier + + * po/de.po, po/fr.po, po/nagios-plugins.pot: updated the + nagios-pulgins.pot files now that localization is clean first pass + at updating the french locale git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1553 f882894a-f735-0410-b71e-b25c423dba1c + +2006-12-12 Ton Voon + + * plugins-scripts/t/utils.t: Enhanced test for single letters in + fqdn git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1549 f882894a-f735-0410-b71e-b25c423dba1c + +2006-12-12 Ton Voon + + * plugins-scripts/utils.pm.in: Allow single characters in fqdn (Dave + Alden) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1548 f882894a-f735-0410-b71e-b25c423dba1c + +2006-12-07 Ton Voon + + * CHANGES, THANKS.in, configure.in: Fixed HP/UX's swapinfo command + for check_procs (Dick van den Burg - 1573700) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1547 f882894a-f735-0410-b71e-b25c423dba1c + +2006-12-07 Ton Voon + + * THANKS.in, plugins/check_disk.c, plugins/check_swap.c, + plugins/common.h, plugins/netutils.h: Fix coredump on 64bit Solaris. + Also adds more error conditions and moves swap specific includes out + of common.h (Duncan Ferguson - 1588031) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1546 f882894a-f735-0410-b71e-b25c423dba1c + +2006-12-06 Ton Voon + + * plugins/Makefile.am: Move SSL libs to correct order per plugin git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1545 f882894a-f735-0410-b71e-b25c423dba1c + +2006-12-06 Ton Voon + + * plugins/Makefile.am: Only include -lssl for plugins that require + it git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1544 f882894a-f735-0410-b71e-b25c423dba1c + +2006-12-06 Ton Voon + + * configure.in: Flag common compile error because of no ar on + Solaris git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1543 f882894a-f735-0410-b71e-b25c423dba1c + +2006-12-06 Ton Voon + + * Makefile.am: Remove CVS files from distribution git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1542 f882894a-f735-0410-b71e-b25c423dba1c + +2006-12-06 Ton Voon + + * doc/developer-guidelines.sgml: Add libtool requirement for + development git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1541 f882894a-f735-0410-b71e-b25c423dba1c + +2006-11-09 Ton Voon + + * CHANGES, THANKS.in, plugins/check_ping.c, plugins/netutils.c: + Reduced DNS lookups in check_ping and netutils.c in IPv6 + configurations (Pawel Malachowski) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1535 f882894a-f735-0410-b71e-b25c423dba1c + +2006-11-03 Ton Voon + + * lib/Makefile.am, lib/alloca.c, lib/alloca_.h: Add alloca files, + required for *BSD git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1534 f882894a-f735-0410-b71e-b25c423dba1c + +2006-11-01 Ton Voon + + * ChangeLog, configure.in, package.def: For 1.4.5 release git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1532 f882894a-f735-0410-b71e-b25c423dba1c + +2006-10-27 Ton Voon + + * plugins-scripts/t/utils.t, plugins-scripts/utils.pm.in: More edge + testcases. Allow anything if ends with a . as long as correct + characters git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1531 f882894a-f735-0410-b71e-b25c423dba1c + +2006-10-26 Ton Voon + + * NPTest.pm: New test variables default to "none", so no changes + required to tinderbox satelites git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1530 f882894a-f735-0410-b71e-b25c423dba1c + +2006-10-26 Ton Voon + + * THANKS.in, plugins-scripts/check_oracle.sh: Fixed error if + dba_free_space has no free segments (Florian Gleixner) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1529 f882894a-f735-0410-b71e-b25c423dba1c + +2006-10-26 Ton Voon + + * plugins-scripts/Makefile.am, plugins-scripts/t/utils.t, + plugins-scripts/utils.pm.in: Fixed regression where hostnames with + hyphens were rejected (1581402 - Holger Weiss) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1528 f882894a-f735-0410-b71e-b25c423dba1c + +2006-10-26 Ton Voon + + * : Removing unnecessary tarball git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1527 f882894a-f735-0410-b71e-b25c423dba1c + +2006-10-26 Ton Voon + + * THANKS.in, plugins/check_disk.c, plugins/check_http.c: Remove C + style comments (1583467 - Markus Baertschi) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1526 f882894a-f735-0410-b71e-b25c423dba1c + +2006-10-24 Benoit Mortier + + * plugins-root/check_icmp.c: more fixes and removal of certain + sentences not needed git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1525 f882894a-f735-0410-b71e-b25c423dba1c + +2006-10-24 Benoit Mortier + + * plugins-root/check_icmp.c, plugins/check_nt.c: last localization + fixes for core plugins in c git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1524 f882894a-f735-0410-b71e-b25c423dba1c + +2006-10-24 Benoit Mortier + + * plugins/check_nt.c: next round of localization fixes git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1523 f882894a-f735-0410-b71e-b25c423dba1c + +2006-10-24 Ton Voon + + * plugins-root/Makefile.am, plugins-root/check_icmp.c: Fixed compile + on non-glibc platforms git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1522 f882894a-f735-0410-b71e-b25c423dba1c + +2006-10-24 Ton Voon + + * plugins/check_http.c: Restored accidently regressed fix git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1521 f882894a-f735-0410-b71e-b25c423dba1c + +2006-10-23 Benoit Mortier + + * plugins/check_http.c: localization fixes git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1520 f882894a-f735-0410-b71e-b25c423dba1c + +2006-10-23 Benoit Mortier + + * plugins-root/check_icmp.c: first pass a making check icmp + respecting nagiosplugins rules git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1519 f882894a-f735-0410-b71e-b25c423dba1c + +2006-10-22 Benoit Mortier + + * plugins/check_nt.c: latest localization fixes for tonight ;-) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1518 f882894a-f735-0410-b71e-b25c423dba1c + +2006-10-22 Benoit Mortier + + * plugins/check_ldap.c: localization fixes git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1517 f882894a-f735-0410-b71e-b25c423dba1c + +2006-10-22 Benoit Mortier + + * plugins-root/check_icmp.c: putting default template for copyright + and explanations git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1516 f882894a-f735-0410-b71e-b25c423dba1c + +2006-10-22 Benoit Mortier + + * plugins-root/check_icmp.c: revert mistake when commiting fixes git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1515 f882894a-f735-0410-b71e-b25c423dba1c + +2006-10-22 Benoit Mortier + + * plugins-root/check_icmp.c, plugins/check_apt.c, + plugins/check_procs.c: more localization fixes git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1514 f882894a-f735-0410-b71e-b25c423dba1c + +2006-10-20 Ton Voon + + * plugins/check_snmp.c: Reverting back accidently regressed code git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1513 f882894a-f735-0410-b71e-b25c423dba1c + +2006-10-20 Benoit Mortier + + * plugins/check_mrtg.c: more localization fixes git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1512 f882894a-f735-0410-b71e-b25c423dba1c + +2006-10-20 Benoit Mortier + + * plugins-root/check_dhcp.c, plugins/check_apt.c: localization + updates git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1511 f882894a-f735-0410-b71e-b25c423dba1c + +2006-10-19 Benoit Mortier + + * plugins/check_snmp.c: adding missing check_snmp git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1510 f882894a-f735-0410-b71e-b25c423dba1c + +2006-10-19 Benoit Mortier + + * plugins/check_radius.c, plugins/check_real.c, + plugins/check_smtp.c, plugins/check_ssh.c, plugins/check_swap.c, + plugins/check_tcp.c, plugins/check_time.c, plugins/check_ups.c, + plugins/check_users.c, plugins/negate.c, plugins/urlize.c: another + round of localization cleaning git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1509 f882894a-f735-0410-b71e-b25c423dba1c + +2006-10-19 Ton Voon + + * BUGS, ChangeLog, configure.in, package.def: For 1.4.4 release git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1507 f882894a-f735-0410-b71e-b25c423dba1c + +2006-10-19 Ton Voon + + * CHANGES: Added info re: 1.4.4 in prep for release git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1506 f882894a-f735-0410-b71e-b25c423dba1c + +2006-10-19 Ton Voon + + * THANKS.in, plugins/check_snmp.c: Initialise strings for Fedora + Core 5 (Henning Schmiedehausen) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1505 f882894a-f735-0410-b71e-b25c423dba1c + +2006-10-19 Ton Voon + + * THANKS.in, plugins/check_snmp.c: Removed asprintf for perf data + (Craig Orsinger, Robby Giffin - 1310495) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1504 f882894a-f735-0410-b71e-b25c423dba1c + +2006-10-19 Ton Voon + + * THANKS.in, plugins/check_snmp.c: type variable not cleared in Sol + 10 (Kyle Tucker) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1503 f882894a-f735-0410-b71e-b25c423dba1c + +2006-10-19 Ton Voon + + * THANKS.in, plugins/check_http.c, plugins/t/check_http.t: + Redirection error if other headers beginning with L (Aravind + Gottipati - 1562572) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1502 f882894a-f735-0410-b71e-b25c423dba1c + +2006-10-19 Ton Voon + + * THANKS.in, plugins-scripts/utils.pm.in: Allow hostnames beginning + with digits (O'Shaughnessy Evans - 1567390) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1501 f882894a-f735-0410-b71e-b25c423dba1c + +2006-10-19 Ton Voon + + * plugins/t/check_smtp.t: Added tests for SMTP servers without TLS + and with TLS git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1500 f882894a-f735-0410-b71e-b25c423dba1c + +2006-10-19 Benoit Mortier + + * plugins/check_apt.c, plugins/check_by_ssh.c, plugins/check_dig.c, + plugins/check_dns.c, plugins/check_dummy.c, plugins/check_fping.c, + plugins/check_game.c, plugins/check_hpjd.c, plugins/check_http.c, + plugins/check_ide_smart.c, plugins/check_ldap.c, + plugins/check_load.c, plugins/check_mrtg.c, + plugins/check_mrtgtraf.c, plugins/check_mysql.c, + plugins/check_mysql_query.c, plugins/check_nagios.c, + plugins/check_nt.c, plugins/check_ntp.c, plugins/check_nwstat.c, + plugins/check_overcr.c, plugins/check_pgsql.c, + plugins/check_ping.c, plugins/check_procs.c: first pass at cleaning + localization for new release first pass at making all the headre be + the same licence, plugin, etc... git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1499 f882894a-f735-0410-b71e-b25c423dba1c + +2006-10-18 Ton Voon + + * plugins/check_disk.c, plugins/t/check_disk.t: Re-added perf data + to check_disk git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1498 f882894a-f735-0410-b71e-b25c423dba1c + +2006-10-18 Ton Voon + + * lib/tests/test_disk.c, lib/utils_disk.h: Fix tests for exact + matches when searching filesystems git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1497 f882894a-f735-0410-b71e-b25c423dba1c + +2006-10-18 Ton Voon + + * lib/utils_base.c, lib/utils_base.h: Cater for different errors + when setting thresholds git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1496 f882894a-f735-0410-b71e-b25c423dba1c + +2006-10-12 Ton Voon + + * plugins/check_smtp.c, plugins/t/check_smtp.t: Resend EHLO after + TLS negotiation as per RFC3207 (Holger Weiss - 1482832) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1493 f882894a-f735-0410-b71e-b25c423dba1c + +2006-10-12 Ton Voon + + * plugins/check_ntp.c: Removed extraneous comma in perf data output git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1492 f882894a-f735-0410-b71e-b25c423dba1c + +2006-10-12 Ton Voon + + * plugins/check_disk.c, plugins/t/check_disk.t: Remove the "- free + space" if status is OK git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1491 f882894a-f735-0410-b71e-b25c423dba1c + +2006-10-12 Ton Voon + + * NPTest.pm, THANKS.in, plugins/check_disk.c, + plugins/t/check_disk.t: Fixed output from -e in check_disk (Andreas + Behal) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1490 f882894a-f735-0410-b71e-b25c423dba1c + +2006-10-02 Ton Voon + + * plugins/t/check_load.t: Fix test failure on poseidon git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1487 f882894a-f735-0410-b71e-b25c423dba1c + +2006-09-21 Ton Voon + + * THANKS.in, plugins/check_nwstat.c: Added perfdata for most + variables and new parameters: VMU, VMF, VMP, NRMH, NRMP, NRMM, NRMS, + NSS1 to NSS7 (Christian Mies) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1480 f882894a-f735-0410-b71e-b25c423dba1c + +2006-09-02 M. Sean Finney + + * lib/utils_base.h, plugins/utils.h: - explicitly include utils_base.h from utils.h - put utils.h inside of an #ifndef/#endif git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1474 f882894a-f735-0410-b71e-b25c423dba1c + +2006-09-02 M. Sean Finney + + * plugins/check_tcp.c: - fix for warning/critical timeouts in check_tcp.c, in which the plugin would exit with a usage error if non-int timeouts were - passed. - change --warning-time/--critical-time to just - --warning/--critical, as it's what --help says. + passed. - change --warning-time/--critical-time to just + --warning/--critical, as it's what --help says. git-svn-id: -2006-08-14 09:04 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1473 f882894a-f735-0410-b71e-b25c423dba1c - * [r1469] THANKS.in, plugins/check_disk.c: - Fixed inode percent free output (Mike Emigh - 1531899) +2006-08-14 Ton Voon -2006-08-14 08:42 tonvoon + * THANKS.in, plugins/check_disk.c: Fixed inode percent free output + (Mike Emigh - 1531899) git-svn-id: - * [r1468] plugins/t/check_ntp.t: - Fixed skip of no ntp test + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1469 f882894a-f735-0410-b71e-b25c423dba1c -2006-08-11 08:26 tonvoon +2006-08-14 Ton Voon - * [r1467] plugins/check_ntp.c, plugins/t/check_ntp.t: - Catch no responses from any server (1538341 - nmdias) + * plugins/t/check_ntp.t: Fixed skip of no ntp test git-svn-id: -2006-08-03 08:14 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1468 f882894a-f735-0410-b71e-b25c423dba1c - * [r1465] tools/tinderbox_build: - Interpret the snapshot datestamp as GMT +2006-08-11 Ton Voon -2006-07-31 18:55 harpermann + * plugins/check_ntp.c, plugins/t/check_ntp.t: Catch no responses + from any server (1538341 - nmdias) git-svn-id: - * [r1464] plugins/check_nt.c: - Bug: 694259 fix. After consulting with the target service - authors, we decided to keep the default port as 1248 and add a - note about other services sometimes using this port and - suggesting to change the port. Closing bug. + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1467 f882894a-f735-0410-b71e-b25c423dba1c -2006-07-31 14:09 tonvoon +2006-08-03 Ton Voon - * [r1463] doc/developer-guidelines.sgml: - M4 requirement for developer platform + * tools/tinderbox_build: Interpret the snapshot datestamp as GMT git-svn-id: -2006-07-29 01:43 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1465 f882894a-f735-0410-b71e-b25c423dba1c - * [r1462] plugins-root/check_dhcp.c, plugins/common.h: - Fix two Solaris compile problems +2006-07-31 Harper Mann -2006-07-29 00:04 tonvoon + * plugins/check_nt.c: Bug: 694259 fix. After consulting with the + target service authors, we decided to keep the default port as 1248 + and add a note about other services sometimes using this port and + suggesting to change the port. Closing bug. git-svn-id: - * [r1461] po/POTFILES.in: - Remove reference to check_udp.c + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1464 f882894a-f735-0410-b71e-b25c423dba1c -2006-07-28 23:59 tonvoon +2006-07-31 Ton Voon - * [r1460] configure.in, plugins-scripts/Makefile.am, - plugins/Makefile.am: - Cleanup references to old check_udp and INSTALL_OPTS. Error if - --with-nagios-user or --with-nagios-group specified for configure + * doc/developer-guidelines.sgml: M4 requirement for developer + platform git-svn-id: -2006-07-28 22:44 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1463 f882894a-f735-0410-b71e-b25c423dba1c - * [r1459] CHANGES, plugins/Makefile.am, plugins/check_udp.c, - plugins/t/check_udp.t: - check_udp.c deprecated and check_udp now linked to check_tcp. - check_udp2 removed +2006-07-29 Ton Voon -2006-07-27 11:29 tonvoon + * plugins-root/check_dhcp.c, plugins/common.h: Fix two Solaris + compile problems git-svn-id: - * [r1458] doc/developer-guidelines.sgml: - Example ranges (Nathan Vonnahme) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1462 f882894a-f735-0410-b71e-b25c423dba1c -2006-07-19 23:05 tonvoon +2006-07-29 Ton Voon - * [r1457] THANKS.in, configure.in: - Stricter autoconf 2.60 rules (Lance Albertson - 1522900) + * po/POTFILES.in: Remove reference to check_udp.c git-svn-id: -2006-07-19 22:56 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1461 f882894a-f735-0410-b71e-b25c423dba1c - * [r1456] plugins/common.h: - Fix to add uintmax_t, for check_disk.c compile +2006-07-28 Ton Voon -2006-07-19 22:37 tonvoon + * configure.in, plugins-scripts/Makefile.am, plugins/Makefile.am: + Cleanup references to old check_udp and INSTALL_OPTS. Error if + --with-nagios-user or --with-nagios-group specified for configure git-svn-id: - * [r1455] plugins/common.h: - Fix for CHAR_MAX on Solaris 9 + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1460 f882894a-f735-0410-b71e-b25c423dba1c -2006-07-14 09:47 tonvoon +2006-07-28 Ton Voon - * [r1454] lib/Makefile.am, lib/utils_base.c: - Missing header files + * CHANGES, plugins/Makefile.am, plugins/check_udp.c, + plugins/t/check_udp.t: check_udp.c deprecated and check_udp now + linked to check_tcp. check_udp2 removed git-svn-id: -2006-07-14 09:43 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1459 f882894a-f735-0410-b71e-b25c423dba1c - * [r1453] plugins/check_disk.c: - Fix inode percents using coreutils' percentage calculation - technique +2006-07-27 Ton Voon -2006-07-13 23:58 tonvoon + * doc/developer-guidelines.sgml: Example ranges (Nathan Vonnahme) git-svn-id: - * [r1452] CHANGES, lib/tests/test_utils.c, lib/utils_base.c, - lib/utils_base.h, lib/utils_disk.c, lib/utils_disk.h, - plugins/check_disk.c, plugins/t/check_disk.t: - Major fixes to check_disk. Now should return same data as df + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1458 f882894a-f735-0410-b71e-b25c423dba1c -2006-07-13 12:50 tonvoon +2006-07-19 Ton Voon - * [r1451] Makefile.am, configure.in, lib/Makefile.am, lib/tests, - lib/tests/.cvsignore, lib/tests/Makefile.am, lib/tests/README, - lib/tests/test_disk.c, lib/tests/test_disk.t, - lib/tests/test_utils.c, lib/tests/test_utils.t, - plugins/Makefile.am, plugins/check_disk.c, plugins/check_dns.c, - plugins/check_mysql.c, plugins/check_mysql_query.c, - plugins/tests/.cvsignore, plugins/tests/Makefile.am, - plugins/tests/README, plugins/tests/test_disk.c, - plugins/tests/test_disk.t, plugins/tests/test_utils.c, - plugins/tests/test_utils.t, plugins/utils.c, plugins/utils.h, - plugins/utils_disk.c, plugins/utils_disk.h: - Move new util_* functions to lib/ + * THANKS.in, configure.in: Stricter autoconf 2.60 rules (Lance + Albertson - 1522900) git-svn-id: -2006-07-13 08:54 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1457 f882894a-f735-0410-b71e-b25c423dba1c - * [r1450] configure.in, lib/basename.c, lib/dirname.h, - m4/basename.m4, m4/dos.m4, m4/np_coreutils.m4, - plugins/check_procs.c, plugins/utils.c, plugins/utils.h: - Using coreutils' base_name function because of portability issues - with Tru64 +2006-07-19 Ton Voon -2006-07-12 22:53 tonvoon + * plugins/common.h: Fix to add uintmax_t, for check_disk.c compile git-svn-id: - * [r1449] plugins/check_disk.c, plugins/t/check_disk.t, - plugins/utils_disk.c, plugins/utils_disk.h: - Added -E option for exact match of filesystem. Restructured main - filesystem loop. Added extra tests for possible duplicate - filesystems. + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1456 f882894a-f735-0410-b71e-b25c423dba1c -2006-07-12 19:30 tonvoon +2006-07-19 Ton Voon - * [r1448] plugins/check_disk.c, plugins/tests, - plugins/tests/.cvsignore, plugins/tests/test_disk.c, - plugins/utils_disk.c, plugins/utils_disk.h: - Moving parameter_list into utils_disk.h. Given list of mount - points, can now work out best match or exact match. + * plugins/common.h: Fix for CHAR_MAX on Solaris 9 git-svn-id: -2006-07-12 12:15 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1455 f882894a-f735-0410-b71e-b25c423dba1c - * [r1447] plugins/Makefile.am, plugins/check_disk.c, - plugins/tests/Makefile.am, plugins/tests/test_disk.c, - plugins/tests/test_disk.t, plugins/utils_disk.c, - plugins/utils_disk.h: - Moving check_disk functions into utils_disk.c and testing them +2006-07-14 Ton Voon -2006-07-11 12:38 tonvoon + * lib/Makefile.am, lib/utils_base.c: Missing header files git-svn-id: - * [r1446] lib/creat-safer.c, lib/dup-safer.c, lib/fcntl--.h, - lib/fcntl-safer.h, lib/fd-safer.c, lib/open-safer.c, - lib/pipe-safer.c, lib/unistd--.h, lib/unistd-safer.h, - m4/fcntl-safer.m4, m4/np_coreutils.m4, m4/unistd-safer.m4: - Extra files from coreutils required for getloadavg.c to compile - on Tru64 (Ciro Iriarte - 1520331) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1454 f882894a-f735-0410-b71e-b25c423dba1c -2006-07-10 08:44 tonvoon +2006-07-14 Ton Voon - * [r1445] lib/Makefile.am: - Didn't add intprops.h into distribution correctly + * plugins/check_disk.c: Fix inode percents using coreutils' + percentage calculation technique git-svn-id: -2006-07-07 06:36 harpermann + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1453 f882894a-f735-0410-b71e-b25c423dba1c - * [r1444] plugins/urlize.c: - Added check for two arguments. Was segfaulting if no or one arg. - Now returns help. +2006-07-13 Ton Voon -2006-07-05 13:45 tonvoon + * CHANGES, lib/tests/test_utils.c, lib/utils_base.c, + lib/utils_base.h, lib/utils_disk.c, lib/utils_disk.h, + plugins/check_disk.c, plugins/t/check_disk.t: Major fixes to + check_disk. Now should return same data as df git-svn-id: - * [r1443] plugins-scripts/check_mailq.pl: - Fixed checking of return codes from external mailq programs + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1452 f882894a-f735-0410-b71e-b25c423dba1c -2006-07-05 08:55 tonvoon +2006-07-13 Ton Voon - * [r1442] tools/tinderbox_build: - Add instructions for manually sending Tinderbox build logs + * Makefile.am, configure.in, lib/Makefile.am, lib/tests/.cvsignore, + lib/tests/Makefile.am, lib/tests/README, lib/tests/test_disk.c, + lib/tests/test_disk.t, lib/tests/test_utils.c, + lib/tests/test_utils.t, plugins/Makefile.am, plugins/check_disk.c, + plugins/check_dns.c, plugins/check_mysql.c, + plugins/check_mysql_query.c, plugins/tests/.cvsignore, + plugins/tests/Makefile.am, plugins/tests/README, + plugins/tests/test_disk.c, plugins/tests/test_disk.t, + plugins/tests/test_utils.c, plugins/tests/test_utils.t, + plugins/utils.c, plugins/utils.h, plugins/utils_disk.c, + plugins/utils_disk.h: Move new util_* functions to lib/ git-svn-id: -2006-07-05 08:26 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1451 f882894a-f735-0410-b71e-b25c423dba1c - * [r1441] lib/Makefile.am, lib/intprops.h: - Missing intprops.h for Tru64 (Ciro Iriarte - 1517379) +2006-07-13 Ton Voon -2006-07-04 09:47 tonvoon + * configure.in, lib/basename.c, lib/dirname.h, m4/basename.m4, + m4/dos.m4, m4/np_coreutils.m4, plugins/check_procs.c, + plugins/utils.c, plugins/utils.h: Using coreutils' base_name + function because of portability issues with Tru64 git-svn-id: - * [r1440] THANKS.in, m4/alloca.m4, m4/np_coreutils.m4: - Added alloca.h check and fixed locale.h, wchar.h (Ari Pollak - - 1516578) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1450 f882894a-f735-0410-b71e-b25c423dba1c -2006-07-03 08:03 tonvoon +2006-07-12 Ton Voon - * [r1439] plugins/check_dig.c: - Fixed -p getopt call (Allan Bennett - 1511650) + * plugins/check_disk.c, plugins/t/check_disk.t, + plugins/utils_disk.c, plugins/utils_disk.h: Added -E option for + exact match of filesystem. Restructured main filesystem loop. Added + extra tests for possible duplicate filesystems. git-svn-id: -2006-07-03 07:55 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1449 f882894a-f735-0410-b71e-b25c423dba1c - * [r1438] THANKS.in, lib/c-strtod.c, lib/c-strtod.h, - lib/c-strtold.c, m4/c-strtod.m4, m4/np_coreutils.m4, - plugins/Makefile.am: - Fixed compile on Tru64 5.1b (Ciro Iriarte - 1515435) +2006-07-12 Ton Voon -2006-06-21 11:05 opensides + * plugins/check_disk.c, plugins/tests/.cvsignore, + plugins/tests/test_disk.c, plugins/utils_disk.c, + plugins/utils_disk.h: Moving parameter_list into utils_disk.h. Given + list of mount points, can now work out best match or exact match. git-svn-id: - * [r1437] plugins/check_snmp.c, plugins/check_ssh.c: - cleaning help and usage + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1448 f882894a-f735-0410-b71e-b25c423dba1c -2006-06-21 09:49 opensides +2006-07-12 Ton Voon - * [r1436] po/LINGUAS: - fixing bug id #1509699 + * plugins/Makefile.am, plugins/check_disk.c, + plugins/tests/Makefile.am, plugins/tests/test_disk.c, + plugins/tests/test_disk.t, plugins/utils_disk.c, + plugins/utils_disk.h: Moving check_disk functions into utils_disk.c + and testing them git-svn-id: -2006-06-20 11:17 opensides + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1447 f882894a-f735-0410-b71e-b25c423dba1c - * [r1435] plugins/check_procs.c, plugins/check_radius.c, - plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c, - plugins/check_ssh.c: - cleaning help and usage + license +2006-07-11 Ton Voon -2006-06-18 19:36 opensides + * lib/creat-safer.c, lib/dup-safer.c, lib/fcntl--.h, + lib/fcntl-safer.h, lib/fd-safer.c, lib/open-safer.c, + lib/pipe-safer.c, lib/unistd--.h, lib/unistd-safer.h, + m4/fcntl-safer.m4, m4/np_coreutils.m4, m4/unistd-safer.m4: Extra + files from coreutils required for getloadavg.c to compile on Tru64 + (Ciro Iriarte - 1520331) git-svn-id: - * [r1434] plugins/check_disk.c, plugins/check_time.c, - plugins/check_udp.c, plugins/check_ups.c, plugins/check_users.c, - plugins/gethostbyname.c, plugins/gethostbyname.h, - plugins/negate.c, plugins/netutils.c, plugins/popen.c, - plugins/runcmd.c, plugins/sslutils.c, plugins/urlize.c, - plugins/utils.c: - updating help and usage and license + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1446 f882894a-f735-0410-b71e-b25c423dba1c -2006-06-17 12:28 opensides +2006-07-10 Ton Voon - * [r1433] plugins/check_hpjd.c, plugins/check_nt.c, - plugins/check_ntp.c, plugins/check_nwstat.c, - plugins/check_overcr.c, plugins/check_pgsql.c, - plugins/check_ping.c, plugins/check_procs.c: - cleaning up help and usage + * lib/Makefile.am: Didn't add intprops.h into distribution correctly git-svn-id: -2006-06-15 12:52 opensides + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1445 f882894a-f735-0410-b71e-b25c423dba1c - * [r1432] plugins/check_ldap.c, plugins/check_load.c, - plugins/check_mrtg.c, plugins/check_mysql.c, - plugins/check_mysql_query.c, plugins/check_nagios.c: - cleaning help and usage +2006-07-07 Harper Mann -2006-06-15 10:16 opensides + * plugins/urlize.c: Added check for two arguments. Was segfaulting + if no or one arg. Now returns help. git-svn-id: - * [r1430] plugins/check_ide_smart.c: - cleaning help and usage + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1444 f882894a-f735-0410-b71e-b25c423dba1c -2006-06-14 21:27 opensides +2006-07-05 Ton Voon - * [r1427] plugins/check_dns.c, plugins/check_dummy.c, - plugins/check_fping.c, plugins/check_game.c: - updating the help and usage for localization + * plugins-scripts/check_mailq.pl: Fixed checking of return codes + from external mailq programs git-svn-id: -2006-06-14 19:15 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1443 f882894a-f735-0410-b71e-b25c423dba1c - * [r1426] INSTALLING, doc/developer-guidelines.sgml: - Updated requirements for development platform +2006-07-05 Ton Voon -2006-06-14 18:48 opensides + * tools/tinderbox_build: Add instructions for manually sending + Tinderbox build logs git-svn-id: - * [r1425] plugins/check_by_ssh.c, plugins/check_dig.c, - plugins/check_disk.c: - starting the BIG locale update ;-) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1442 f882894a-f735-0410-b71e-b25c423dba1c -2006-06-07 14:28 seanius +2006-07-05 Ton Voon - * [r1418] contrib/check_linux_raid.pl: - some gratuitous whitespace changes, and a fix to the "recovery =" - detection logic in check_linux_raid.pl + * lib/Makefile.am, lib/intprops.h: Missing intprops.h for Tru64 + (Ciro Iriarte - 1517379) git-svn-id: -2006-06-07 14:23 seanius + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1441 f882894a-f735-0410-b71e-b25c423dba1c - * [r1417] plugins-scripts/utils.pm.in: - removed stale references to PATH_TO_NTPFOO, as it's no longer - used. +2006-07-04 Ton Voon -2006-06-07 07:59 tonvoon + * THANKS.in, m4/alloca.m4, m4/np_coreutils.m4: Added alloca.h check + and fixed locale.h, wchar.h (Ari Pollak - 1516578) git-svn-id: - * [r1416] plugins-root/Makefile.am: - Do not install setuid programs unless run as root + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1440 f882894a-f735-0410-b71e-b25c423dba1c -2006-06-07 07:18 tonvoon +2006-07-03 Ton Voon - * [r1415] plugins-root/Makefile.am, tools/setup: - Fixed two build problems re: libtool and pst3 + * plugins/check_dig.c: Fixed -p getopt call (Allan Bennett - + 1511650) git-svn-id: -2006-06-06 16:48 seanius + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1439 f882894a-f735-0410-b71e-b25c423dba1c - * [r1414] plugins/check_pgsql.c: - modify the is_pg_dbname() function to allow databases with '-' in - their name. reference: sf tracker #1500752 +2006-07-03 Ton Voon -2006-06-03 23:06 seanius + * THANKS.in, lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, + m4/c-strtod.m4, m4/np_coreutils.m4, plugins/Makefile.am: Fixed + compile on Tru64 5.1b (Ciro Iriarte - 1515435) git-svn-id: - * [r1413] configure.in: - removed the -R for openssl, as it should be figured out - automatically by libtool and also controlled via the - --enable-rpath/--disable-rpath configure options. furthermore - keeping it in forces the rpath option on in spite of what's - passed on the configure line. + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1438 f882894a-f735-0410-b71e-b25c423dba1c -2006-06-01 22:30 seanius +2006-06-21 Benoit Mortier - * [r1412] contrib/check_linux_raid.pl: - gave some TLC to check_linux_raid + * plugins/check_snmp.c, plugins/check_ssh.c: cleaning help and usage git-svn-id: -2006-05-30 09:55 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1437 f882894a-f735-0410-b71e-b25c423dba1c - * [r1411] configure.in: - Default to search path for mysql_config +2006-06-21 Benoit Mortier -2006-05-30 09:39 tonvoon + * po/LINGUAS: fixing bug id #1509699 git-svn-id: - * [r1410] THANKS.in: - For reporting check_radius compile problem + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1436 f882894a-f735-0410-b71e-b25c423dba1c -2006-05-30 09:19 tonvoon +2006-06-20 Benoit Mortier - * [r1409] ., .cvsignore, config.guess, config.sub, - doc/developer-guidelines.sgml, ltmain.sh: - Added libtool files, at version 1.5.22, into CVS + * plugins/check_procs.c, plugins/check_radius.c, + plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c, + plugins/check_ssh.c: cleaning help and usage + license git-svn-id: -2006-05-25 17:40 egalstad + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1435 f882894a-f735-0410-b71e-b25c423dba1c - * [r1408] plugins-root/check_dhcp.c: - Applied patch for responses from helpers/relays, cleaned up - different coding styles for consistency +2006-06-18 Benoit Mortier -2006-05-25 16:59 tonvoon + * plugins/check_disk.c, plugins/check_time.c, plugins/check_udp.c, + plugins/check_ups.c, plugins/check_users.c, + plugins/gethostbyname.c, plugins/gethostbyname.h, plugins/negate.c, + plugins/netutils.c, plugins/popen.c, plugins/runcmd.c, + plugins/sslutils.c, plugins/urlize.c, plugins/utils.c: updating help + and usage and license git-svn-id: - * [r1407] lib/regex.o: - Removed unnecessary file + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1434 f882894a-f735-0410-b71e-b25c423dba1c -2006-05-25 16:58 tonvoon +2006-06-17 Benoit Mortier - * [r1406] configure.in, lib/Makefile.am, plugins/common.h: - Gettext fixes to sync with coreutils + * plugins/check_hpjd.c, plugins/check_nt.c, plugins/check_ntp.c, + plugins/check_nwstat.c, plugins/check_overcr.c, + plugins/check_pgsql.c, plugins/check_ping.c, plugins/check_procs.c: + cleaning up help and usage git-svn-id: -2006-05-25 16:53 egalstad + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1433 f882894a-f735-0410-b71e-b25c423dba1c - * [r1405] plugins-root/check_dhcp.c: - Fixed short interface name length, UNKNOWN return code (patches - from tracker) +2006-06-15 Benoit Mortier -2006-05-25 15:34 tonvoon + * plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c, + plugins/check_mysql.c, plugins/check_mysql_query.c, + plugins/check_nagios.c: cleaning help and usage git-svn-id: - * [r1404] plugins/check_http.c, plugins/t/check_http.t: - Option to invert results from a regexp pattern match + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1432 f882894a-f735-0410-b71e-b25c423dba1c -2006-05-25 12:33 tonvoon +2006-06-15 Benoit Mortier - * [r1403] configure.in, lib, lib/.cvsignore, lib/regcomp.c, - lib/regex.c, lib/regex.h, lib/regex.o, lib/regex_internal.c, - lib/regex_internal.h, lib/regexec.c, lib/strcase.h, m4, - m4/.cvsignore, m4/np_coreutils.m4, m4/regex.m4, m4/restrict.m4, - plugins/check_apt.c, plugins/check_http.c, plugins/check_smtp.c, - plugins/check_snmp.c: - Use coreutils' regexp libraries, so regexp always available now + * plugins/check_ide_smart.c: cleaning help and usage git-svn-id: -2006-05-25 12:13 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1430 f882894a-f735-0410-b71e-b25c423dba1c - * [r1402] m4/ls-mntd-fs.m4: - Sync with coreutils 5.96 +2006-06-14 Benoit Mortier -2006-05-24 12:48 tonvoon + * plugins/check_dns.c, plugins/check_dummy.c, + plugins/check_fping.c, plugins/check_game.c: updating the help and + usage for localization git-svn-id: - * [r1401] THANKS.in, configure.in: - Fix for mysql 3.x (Jeremy Reed, Michael Tiernan - 1491936) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1427 f882894a-f735-0410-b71e-b25c423dba1c -2006-05-24 09:23 tonvoon +2006-06-14 Ton Voon - * [r1400] doc/developer-guidelines.sgml: - Reminder of no inline variable declarations + * INSTALLING, doc/developer-guidelines.sgml: Updated requirements + for development platform git-svn-id: -2006-05-24 09:05 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1426 f882894a-f735-0410-b71e-b25c423dba1c - * [r1399] plugins/check_snmp.c: - Variables need to be declared at top of code for better - portability (Gerhard Lausser) +2006-06-14 Benoit Mortier -2006-05-19 21:41 tonvoon + * plugins/check_by_ssh.c, plugins/check_dig.c, plugins/check_disk.c: + starting the BIG locale update ;-) git-svn-id: - * [r1398] configure.in, doc/developer-guidelines.sgml: - Requirement of automake 1.8.3, as coreutils needs it + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1425 f882894a-f735-0410-b71e-b25c423dba1c -2006-05-19 21:30 tonvoon +2006-06-07 M. Sean Finney - * [r1397] ., .cvsignore, config.rpath, mkinstalldirs, po, - po/.cvsignore, po/remove-potcdate.sin: - Adding more required files from gettext + * contrib/check_linux_raid.pl: some gratuitous whitespace changes, + and a fix to the "recovery =" detection logic in check_linux_raid.pl git-svn-id: -2006-05-18 23:17 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1418 f882894a-f735-0410-b71e-b25c423dba1c - * [r1396] tools/setup: - Bug in Makefile.am creation +2006-06-07 M. Sean Finney -2006-05-18 23:09 tonvoon + * plugins-scripts/utils.pm.in: removed stale references to + PATH_TO_NTPFOO, as it's no longer used. git-svn-id: - * [r1395] ., .cvsignore, ABOUT-NLS, m4/Makefile.am, - m4/Makefile.am.in, po, po/.cvsignore, po/Makefile.in.in, - tools/setup: - Fixes from coreutils sync: some files now required and removed - generateable files + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1417 f882894a-f735-0410-b71e-b25c423dba1c -2006-05-18 22:05 tonvoon +2006-06-07 Ton Voon - * [r1394] ., .cvsignore, Makefile.am, configure.in, - doc/developer-guidelines.sgml, lib/Makefile.am, lib/cloexec.c, - lib/cloexec.h, lib/error.c, lib/error.h, lib/exit.h, - lib/exitfail.c, lib/exitfail.h, lib/fsusage.c, lib/fsusage.h, - lib/full-read.c, lib/full-read.h, lib/full-write.c, - lib/full-write.h, lib/getloadavg.c, lib/getopt.c, lib/getopt.h, - lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/gettext.h, - lib/malloc.c, lib/mountlist.c, lib/mountlist.h, lib/realloc.c, - lib/safe-read.c, lib/safe-read.h, lib/safe-write.c, - lib/safe-write.h, lib/stdbool_.h, lib/strtod.c, - lib/unlocked-io.h, lib/xalloc-die.c, lib/xalloc.h, lib/xmalloc.c, - m4, m4/.cvsignore, m4/Makefile.am, m4/afs.m4, m4/codeset.m4, - m4/error.m4, m4/exitfail.m4, m4/extensions.m4, m4/fstypename.m4, - m4/fsusage.m4, m4/getopt.m4, m4/gettext.m4, m4/glibc21.m4, - m4/iconv.m4, m4/intdiv0.m4, m4/inttypes-pri.m4, m4/inttypes.m4, - m4/inttypes_h.m4, m4/isc-posix.m4, m4/lcmessage.m4, m4/lib-ld.m4, - m4/lib-link.m4, m4/lib-prefix.m4, m4/longdouble.m4, - m4/longlong.m4, m4/ls-mntd-fs.m4, m4/malloc.m4, m4/mountlist.m4, - m4/nls.m4, m4/np_coreutils.m4, m4/onceonly.m4, - m4/onceonly_2_57.m4, m4/po.m4, m4/progtest.m4, m4/realloc.m4, - m4/signed.m4, m4/stdbool.m4, m4/stdint_h.m4, m4/uintmax_t.m4, - m4/ulonglong.m4, m4/unlocked-io.m4, m4/wchar_t.m4, m4/wint_t.m4, - m4/xalloc.m4, plugins, plugins-root, plugins-root/.cvsignore, - plugins-root/check_dhcp.c, plugins/.cvsignore, - plugins/check_disk.c, plugins/common.h, plugins/tests, - plugins/tests/.cvsignore, po, po/.cvsignore, tools/setup: - Synchronise with coreutils 2.95. Gettext now synced with - coreutils, so no longer development platform requirement + * plugins-root/Makefile.am: Do not install setuid programs unless + run as root git-svn-id: -2006-05-17 10:10 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1416 f882894a-f735-0410-b71e-b25c423dba1c - * [r1393] configure.in: - Fix for loading SSL libraries at runtime +2006-06-07 Ton Voon -2006-05-17 08:56 tonvoon + * plugins-root/Makefile.am, tools/setup: Fixed two build problems + re: libtool and pst3 git-svn-id: - * [r1392] configure.in, plugins-root/Makefile.am: - Fix compile problems on Solaris for pst3 and ssl libs + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1415 f882894a-f735-0410-b71e-b25c423dba1c -2006-05-15 13:20 tonvoon +2006-06-06 M. Sean Finney - * [r1391] CHANGES, contrib/check_disk_snmp.pl: - check_disk_snmp.pl removed. Notice added to CHANGES + * plugins/check_pgsql.c: modify the is_pg_dbname() function to allow + databases with '-' in their name. reference: sf tracker #1500752 git-svn-id: -2006-05-15 13:07 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1414 f882894a-f735-0410-b71e-b25c423dba1c - * [r1390] tools/sfsnapshot: - Changed snapshot generator due to cvs changes on SF +2006-06-03 M. Sean Finney -2006-05-03 14:12 tonvoon + * configure.in: removed the -R for openssl, as it should be figured + out automatically by libtool and also controlled via the + --enable-rpath/--disable-rpath configure options. furthermore + keeping it in forces the rpath option on in spite of what's passed + on the configure line. git-svn-id: - * [r1389] doc/LEAVERS: - Leavers process documented + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1413 f882894a-f735-0410-b71e-b25c423dba1c -2006-05-02 08:30 tonvoon +2006-06-01 M. Sean Finney - * [r1388] plugins/check_disk.c: - Inode thresholds not always being initialised (James Fidell - - 1476457) + * contrib/check_linux_raid.pl: gave some TLC to check_linux_raid git-svn-id: -2006-05-02 08:21 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1412 f882894a-f735-0410-b71e-b25c423dba1c - * [r1387] CHANGES: - New check_ntp and check_apt plugins by Sean +2006-05-30 Ton Voon -2006-05-01 21:52 seanius + * configure.in: Default to search path for mysql_config git-svn-id: - * [r1386] configure.in, plugins-scripts/Makefile.am, - plugins/Makefile.am, plugins/check_ntp.c, plugins/common.h, - plugins/runcmd.c: - - check_ntp: - now roughly feature-complete. - various bugfixes, - esp. offset calculation. - enhanced the asynchronous offset - polling to set requests that haven't recieved a response in >= 1 - second to stale and retransmit them, which results in much better - performance on unreliable networks. - we only spend timeout/2 - seconds polling offsets, and if we don't get everything by that - point we work with what we have and set status to - warning/critical depending on how much data we have. - set the - same defaults as the perl script. - commit changes to - configure.in to support automatic building of check_apt (if - apt-get is installed and regex libraries available) and check_ntp - (unconditionally), now defaulting to check_ntp.c instead of the - perl script. if this is an issue we can back out the commit of - course. an eye should be kept on check_ntp building and running - correctly in different environments, esp. 64-bit and big-endian - platforms, and those with more "esoteric" API's (do any of the - platforms not have poll()?). - similar changes to Makefile.am's. - - common.h: add statement to include sys/poll.h - runcmd.c: exit - STATE_UNKNOWN if execve() fails. + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1411 f882894a-f735-0410-b71e-b25c423dba1c -2006-04-28 15:52 tonvoon +2006-05-30 Ton Voon - * [r1385] configure.in: - Remove stupid error where pst3 was always compiled + * THANKS.in: For reporting check_radius compile problem git-svn-id: -2006-04-28 08:45 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1410 f882894a-f735-0410-b71e-b25c423dba1c - * [r1384] configure.in, plugins-root/Makefile.am: - Added pst3 into distribution (Jason Kau - 1476451) +2006-05-30 Ton Voon -2006-04-27 13:25 tonvoon + * .cvsignore, config.guess, config.sub, + doc/developer-guidelines.sgml, ltmain.sh: Added libtool files, at + version 1.5.22, into CVS git-svn-id: - * [r1383] configure.in, plugins/check_procs.c, - plugins/tests/test_utils.c, plugins/utils.c, plugins/utils.h: - Internal version of basename if one not found in system + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1409 f882894a-f735-0410-b71e-b25c423dba1c -2006-04-19 09:33 tonvoon +2006-05-25 Ethan Galstad - * [r1382] plugins/t/check_nagios.t: - Fix check_nagios tests on MacOSX 10.4 + * plugins-root/check_dhcp.c: Applied patch for responses from + helpers/relays, cleaned up different coding styles for consistency git-svn-id: -2006-04-19 03:47 sghosh + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1408 f882894a-f735-0410-b71e-b25c423dba1c - * [r1380] ChangeLog: - ChangeLog update - release pending +2006-05-25 Ton Voon -2006-04-19 03:42 sghosh + * : Removed unnecessary file git-svn-id: - * [r1379] configure.in, package.def: - version update - release pending + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1407 f882894a-f735-0410-b71e-b25c423dba1c -2006-04-17 21:08 opensides +2006-05-25 Ton Voon - * [r1378] po/fr.po: - Final commit of fr.po + * configure.in, lib/Makefile.am, plugins/common.h: Gettext fixes to + sync with coreutils git-svn-id: -2006-04-17 13:54 opensides + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1406 f882894a-f735-0410-b71e-b25c423dba1c - * [r1377] po/fr.po: - another big chunk of fr.po - - Still 20 to go ;) +2006-05-25 Ethan Galstad -2006-04-16 14:24 opensides + * plugins-root/check_dhcp.c: Fixed short interface name length, + UNKNOWN return code (patches from tracker) git-svn-id: - * [r1376] po/fr.po: - big revision of po file for 1.4.3 + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1405 f882894a-f735-0410-b71e-b25c423dba1c -2006-04-15 10:46 opensides +2006-05-25 Ton Voon - * [r1375] po/fr.po: - second part of fr.po updating + * plugins/check_http.c, plugins/t/check_http.t: Option to invert + results from a regexp pattern match git-svn-id: -2006-04-14 22:44 opensides + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1404 f882894a-f735-0410-b71e-b25c423dba1c - * [r1374] po/de.po, po/fr.po, po/nagios-plugins.pot: - updated pot file sarted updating fr.po for nagios 1.4.3 +2006-05-25 Ton Voon -2006-04-12 10:00 seanius + * configure.in, lib/.cvsignore, lib/regcomp.c, lib/regex.c, + lib/regex.h, lib/regex_internal.c, lib/regex_internal.h, + lib/regexec.c, lib/strcase.h, m4/.cvsignore, m4/np_coreutils.m4, + m4/regex.m4, m4/restrict.m4, plugins/check_apt.c, + plugins/check_http.c, plugins/check_smtp.c, plugins/check_snmp.c: + Use coreutils' regexp libraries, so regexp always available now git-svn-id: - * [r1373] plugins/check_ntp.c: - the offset_requests are now parallelized. still stuff needs to be - done (conveniently marked with XXX), but on well behaving - networks the plugin should behave more or less identical to - check_ntp.pl now. + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1403 f882894a-f735-0410-b71e-b25c423dba1c -2006-04-12 06:33 seanius +2006-05-25 Ton Voon - * [r1372] plugins/check_ntp.c: - added a currently unused but "good for reference" version of - offset_request which attempts to behave more like ntpdate, but - this doesn't yet and the code isn't actually used yet. + * m4/ls-mntd-fs.m4: Sync with coreutils 5.96 git-svn-id: -2006-04-11 23:24 seanius + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1402 f882894a-f735-0410-b71e-b25c423dba1c - * [r1371] plugins/check_ntp.c: - another big code-commit to check_ntp. jitter calculations now - work, and the program is becoming much closer on the - packet-for-packet level to how check_ntp.pl behaves. i'll send an - email in the morning :) +2006-05-24 Ton Voon -2006-04-06 10:08 tonvoon + * THANKS.in, configure.in: Fix for mysql 3.x (Jeremy Reed, Michael + Tiernan - 1491936) git-svn-id: - * [r1370] THANKS.in, plugins/utils.c: - Stop coredump on Solaris if arg not specified (Jason Kau - - 1465288) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1401 f882894a-f735-0410-b71e-b25c423dba1c -2006-04-05 08:11 tonvoon +2006-05-24 Ton Voon - * [r1369] CHANGES: - Notice added re: check_udp in next release + * doc/developer-guidelines.sgml: Reminder of no inline variable + declarations git-svn-id: -2006-04-05 08:06 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1400 f882894a-f735-0410-b71e-b25c423dba1c - * [r1368] plugins/check_procs.c: - Use pid_t for pids (1463853) +2006-05-24 Ton Voon -2006-04-05 07:58 tonvoon + * plugins/check_snmp.c: Variables need to be declared at top of code + for better portability (Gerhard Lausser) git-svn-id: - * [r1367] plugins/check_http.c, plugins/t/check_http.t: - Allow multiple -k parameters (Gerd Mueller - 1457726) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1399 f882894a-f735-0410-b71e-b25c423dba1c -2006-04-05 06:58 seanius +2006-05-19 Ton Voon - * [r1366] plugins/check_apt.c: - finally??? cvs works again???? let me dig up my week-old cvs - commit message..... - - i'm becoming very happy with check_apt now :) - now has support - for an externally (configure.in) path to apt-get, though i still - have that in #ifdefs for the time being. - support for defining - what packages are "critical updates", via the already-existing - security regexp or overridable on the cmdline - allow overriding - of apt-get cmdline options - introduce a "no upgrade" in case - someone just wants to check that they can download the package - lists with -u but not check for upgrades. might need to change - the name of this option to prevent confusion. - improved -h - documentation + * configure.in, doc/developer-guidelines.sgml: Requirement of + automake 1.8.3, as coreutils needs it git-svn-id: -2006-03-29 16:33 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1398 f882894a-f735-0410-b71e-b25c423dba1c - * [r1365] THANKS.in, plugins/check_tcp.c, - plugins/tests/test_utils.c, plugins/utils.c, plugins/utils.h: - New function to for escaped strings from command line for - send/quit. Adapted from Sebastian Wiesinger's patch (1292404) +2006-05-19 Ton Voon -2006-03-29 15:30 tonvoon + * .cvsignore, config.rpath, mkinstalldirs, po/.cvsignore, + po/remove-potcdate.sin: Adding more required files from gettext git-svn-id: - * [r1364] NPTest.pm: - Will die if signal received from a testCmd + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1397 f882894a-f735-0410-b71e-b25c423dba1c -2006-03-29 14:37 tonvoon +2006-05-18 Ton Voon - * [r1363] plugins/t/check_udp.t: - Allow 1 second delay in check_udp timeout + * tools/setup: Bug in Makefile.am creation git-svn-id: -2006-03-29 08:18 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1396 f882894a-f735-0410-b71e-b25c423dba1c - * [r1362] plugins/t/check_http.t: - Fix possible timeout issue on hostname_invalid +2006-05-18 Ton Voon -2006-03-29 08:13 tonvoon + * .cvsignore, ABOUT-NLS, m4/Makefile.am, m4/Makefile.am.in, + po/.cvsignore, po/Makefile.in.in, tools/setup: Fixes from coreutils + sync: some files now required and removed generateable files git-svn-id: - * [r1361] plugins/t/check_dns.t: - Fix test if response time is one second + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1395 f882894a-f735-0410-b71e-b25c423dba1c -2006-03-29 08:01 seanius +2006-05-18 Ton Voon - * [r1360] plugins/check_apt.c: - now support for detecting critical/security updates, which sets - the return code to STATE_CRITICAL instead of just STATE_WARNING - as it was previously doing. + * .cvsignore, Makefile.am, configure.in, + doc/developer-guidelines.sgml, lib/Makefile.am, lib/cloexec.c, + lib/cloexec.h, lib/error.c, lib/error.h, lib/exit.h, + lib/exitfail.c, lib/exitfail.h, lib/fsusage.c, lib/fsusage.h, + lib/full-read.c, lib/full-read.h, lib/full-write.c, + lib/full-write.h, lib/getloadavg.c, lib/getopt.c, lib/getopt.h, + lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/gettext.h, + lib/malloc.c, lib/mountlist.c, lib/mountlist.h, lib/realloc.c, + lib/safe-read.c, lib/safe-read.h, lib/safe-write.c, + lib/safe-write.h, lib/stdbool_.h, lib/strtod.c, lib/unlocked-io.h, + lib/xalloc-die.c, lib/xalloc.h, lib/xmalloc.c, m4/.cvsignore, + m4/Makefile.am, m4/afs.m4, m4/codeset.m4, m4/error.m4, + m4/exitfail.m4, m4/extensions.m4, m4/fstypename.m4, m4/fsusage.m4, + m4/getopt.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4, + m4/intdiv0.m4, m4/inttypes-pri.m4, m4/inttypes.m4, + m4/inttypes_h.m4, m4/isc-posix.m4, m4/lcmessage.m4, m4/lib-ld.m4, + m4/lib-link.m4, m4/lib-prefix.m4, m4/longdouble.m4, m4/longlong.m4, + m4/ls-mntd-fs.m4, m4/malloc.m4, m4/mountlist.m4, m4/nls.m4, + m4/np_coreutils.m4, m4/onceonly.m4, m4/onceonly_2_57.m4, m4/po.m4, + m4/progtest.m4, m4/realloc.m4, m4/signed.m4, m4/stdbool.m4, + m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4, + m4/unlocked-io.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xalloc.m4, + plugins-root/.cvsignore, plugins-root/check_dhcp.c, + plugins/.cvsignore, plugins/check_disk.c, plugins/common.h, + plugins/tests/.cvsignore, po/.cvsignore, tools/setup: Synchronise + with coreutils 2.95. Gettext now synced with coreutils, so no longer + development platform requirement git-svn-id: -2006-03-27 08:39 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1394 f882894a-f735-0410-b71e-b25c423dba1c - * [r1359] plugins/t/check_udp.t: - Set timeout within nc, rather than the test script +2006-05-17 Ton Voon -2006-03-27 08:19 tonvoon + * configure.in: Fix for loading SSL libraries at runtime git-svn-id: - * [r1358] plugins/check_disk.c: - Fixed bug with malloc of wrong size + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1393 f882894a-f735-0410-b71e-b25c423dba1c -2006-03-24 17:26 tonvoon +2006-05-17 Ton Voon - * [r1357] plugins/t/check_dns.t: - Fixing defaults to work + * configure.in, plugins-root/Makefile.am: Fix compile problems on + Solaris for pst3 and ssl libs git-svn-id: -2006-03-24 16:49 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1392 f882894a-f735-0410-b71e-b25c423dba1c - * [r1356] CHANGES: - Reintroduced --with-mysql configure option. Note about SSL - cleanup +2006-05-15 Ton Voon -2006-03-24 16:25 tonvoon + * CHANGES, contrib/check_disk_snmp.pl: check_disk_snmp.pl removed. + Notice added to CHANGES git-svn-id: - * [r1355] plugins/check_http.c: - -C now implies -S/--ssl as well + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1391 f882894a-f735-0410-b71e-b25c423dba1c -2006-03-24 16:13 tonvoon +2006-05-15 Ton Voon - * [r1354] plugins/t/check_hpjd.t, plugins/t/check_http.t: - Tests converted to new style + * tools/sfsnapshot: Changed snapshot generator due to cvs changes on + SF git-svn-id: -2006-03-24 16:12 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1390 f882894a-f735-0410-b71e-b25c423dba1c - * [r1353] plugins/check_tcp.c, plugins/t/check_udp.t: - udp checks require and send and receive option. Tests updated so - if nc is available, will check send and receive working correctly +2006-05-03 Ton Voon -2006-03-23 22:58 seanius + * doc/LEAVERS: Leavers process documented git-svn-id: - * [r1352] plugins/check_apt.c: - - addition of include/exclude option for package names in - check_apt, using POSIX regexp support. - various commenting and - tidying of code/logic/output. - still haven't committed the - Makefile.am/configure.in stuff. + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1389 f882894a-f735-0410-b71e-b25c423dba1c -2006-03-23 17:16 tonvoon +2006-05-02 Ton Voon - * [r1351] NPTest.pm, plugins/check_disk.c, plugins/t/check_disk.t: - check_disk now errors if a specified directory does not exist (cf - df /foo) + * plugins/check_disk.c: Inode thresholds not always being + initialised (James Fidell - 1476457) git-svn-id: -2006-03-23 16:06 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1388 f882894a-f735-0410-b71e-b25c423dba1c - * [r1350] plugins/t/check_disk.t: - Some versions of Test::More do not like the m#foo# syntax +2006-05-02 Ton Voon -2006-03-23 12:01 tonvoon + * CHANGES: New check_ntp and check_apt plugins by Sean git-svn-id: - * [r1349] NPTest.pm, plugins/check_disk.c, plugins/t/check_disk.t: - Incorrect output when checking non-existent disk (John Rouillard - - 1326050) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1387 f882894a-f735-0410-b71e-b25c423dba1c -2006-03-23 00:01 seanius +2006-05-01 M. Sean Finney - * [r1348] plugins/check_apt.c: - more work on check_apt. more graceful error handling and - information reporting, a couple new cmdline options. still not - quite ready for prime-time, maybe tomorrow :) + * configure.in, plugins-scripts/Makefile.am, plugins/Makefile.am, + plugins/check_ntp.c, plugins/common.h, plugins/runcmd.c: - check_ntp: - now roughly feature-complete. - various bugfixes, esp. offset calculation. - enhanced the asynchronous offset polling to set requests that haven't recieved a response in >= 1 second to stale and + retransmit them, which results in much better performance on + unreliable networks. - we only spend timeout/2 seconds polling offsets, and if we don't + get everything by that point we work with what we have and set + status to warning/critical depending on how much data we have. - set the same defaults as the perl script. - commit changes to configure.in to support automatic building of + check_apt (if apt-get is installed and regex libraries available) + and check_ntp (unconditionally), now defaulting to check_ntp.c instead of the perl + script. if this is an issue we can back out the commit of course. + an eye should be kept on check_ntp building and running correctly in + different environments, esp. 64-bit and big-endian platforms, and + those with more "esoteric" API's (do any of the platforms not have + poll()?). - similar changes to Makefile.am's. - common.h: add statement to include sys/poll.h - runcmd.c: exit STATE_UNKNOWN if execve() fails. git-svn-id: -2006-03-22 17:32 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1386 f882894a-f735-0410-b71e-b25c423dba1c - * [r1347] REQUIREMENTS, configure.in: - Reinstated --with-mysql option +2006-04-28 Ton Voon -2006-03-22 16:45 tonvoon + * configure.in: Remove stupid error where pst3 was always compiled git-svn-id: - * [r1346] plugins/check_dns.c, plugins/t/check_dns.t: - Added warning and critical response times (John Rouillard - - 1343159) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1385 f882894a-f735-0410-b71e-b25c423dba1c -2006-03-22 15:45 tonvoon +2006-04-28 Ton Voon - * [r1345] plugins/t/check_pop.t: - Convert to new style tests + * configure.in, plugins-root/Makefile.am: Added pst3 into + distribution (Jason Kau - 1476451) git-svn-id: -2006-03-22 15:45 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1384 f882894a-f735-0410-b71e-b25c423dba1c - * [r1344] THANKS.in, plugins/check_tcp.c: - Options to change line ends for -s and -q (John Rouillard - - 1346104) +2006-04-27 Ton Voon -2006-03-22 14:32 tonvoon + * configure.in, plugins/check_procs.c, plugins/tests/test_utils.c, + plugins/utils.c, plugins/utils.h: Internal version of basename if + one not found in system git-svn-id: - * [r1343] plugins-scripts/check_log.sh: - Remove PATH restriction + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1383 f882894a-f735-0410-b71e-b25c423dba1c -2006-03-22 14:17 tonvoon +2006-04-19 Ton Voon - * [r1342] plugins/check_dns.c, plugins/t/check_dns.t: - New style tests. Cleanup of presentation of help. Added '' around - -a checks + * plugins/t/check_nagios.t: Fix check_nagios tests on MacOSX 10.4 git-svn-id: -2006-03-22 13:18 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1382 f882894a-f735-0410-b71e-b25c423dba1c - * [r1341] plugins/check_by_ssh.c: - Typo (Thomas Guettler - 1433447) +2006-04-19 Subhendu Ghosh -2006-03-22 12:59 tonvoon + * ChangeLog: ChangeLog update - release pending git-svn-id: - * [r1340] plugins-scripts/check_log.sh, - plugins-scripts/utils.sh.in: - Remove hardlink to /bin/sed. Leave to PATH (Abs - 1391483) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1380 f882894a-f735-0410-b71e-b25c423dba1c -2006-03-22 00:00 seanius +2006-04-19 Subhendu Ghosh - * [r1339] plugins/check_apt.c: - initial version of a check_apt plugin... not editing - configure/Makefile.am's until i'm happier with it (better output, - better ways to define warning vs. critical thresholds... etc). + * configure.in, package.def: version update - release pending git-svn-id: -2006-03-21 14:20 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1379 f882894a-f735-0410-b71e-b25c423dba1c - * [r1338] THANKS.in, configure.in: - Stop check_dns from compiling if nslookup does not exist (Sakari - Lehtonen - 1412721) +2006-04-17 Benoit Mortier -2006-03-21 13:42 tonvoon + * po/fr.po: Final commit of fr.po git-svn-id: - * [r1337] plugins/t/check_load.t: - Updated to new Test::More method for testing + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1378 f882894a-f735-0410-b71e-b25c423dba1c -2006-03-21 13:32 tonvoon +2006-04-17 Benoit Mortier - * [r1336] configure.in: - Fix for mysql 3.x + * po/fr.po: another big chunk of fr.po Still 20 to go ;) git-svn-id: -2006-03-21 13:31 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1377 f882894a-f735-0410-b71e-b25c423dba1c - * [r1335] plugins/check_tcp.c: - Return CRITICAL if hostname invalid, as per guidelines +2006-04-16 Benoit Mortier -2006-03-21 12:56 tonvoon + * po/fr.po: big revision of po file for 1.4.3 git-svn-id: - * [r1334] tools/setup: - Patch to workaround SFnot having libtool installed + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1376 f882894a-f735-0410-b71e-b25c423dba1c -2006-03-21 11:42 tonvoon +2006-04-15 Benoit Mortier - * [r1333] CHANGES, REQUIREMENTS, THANKS.in, configure.in, - plugins/Makefile.am, plugins/tests/Makefile.am: - mysql discovery based on mysql_config (Johan Fischer - 1359414) + * po/fr.po: second part of fr.po updating git-svn-id: -2006-03-20 22:06 seanius + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1375 f882894a-f735-0410-b71e-b25c423dba1c - * [r1332] plugins/check_ntp.c: - - shuffling some code around to keep things tidy. - now average - the result of 4 queries just as ntpdate does - put things in - place for jitter calculation +2006-04-14 Benoit Mortier -2006-03-20 17:18 seanius + * po/de.po, po/fr.po, po/nagios-plugins.pot: updated pot file sarted + updating fr.po for nagios 1.4.3 git-svn-id: - * [r1331] plugins/check_ntp.c: - ipv6 support for c-version of check_ntp + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1374 f882894a-f735-0410-b71e-b25c423dba1c -2006-03-18 19:00 seanius +2006-04-12 M. Sean Finney - * [r1330] plugins/check_ntp.c: - initial version of the pure-c check_ntp implementation. jitter - not yet implemented, and a couple other misc things to do, so i - haven't yet patched Makefile.am + * plugins/check_ntp.c: the offset_requests are now parallelized. + still stuff needs to be done (conveniently marked with XXX), but on + well behaving networks the plugin should behave more or less + identical to check_ntp.pl now. git-svn-id: -2006-03-18 14:47 seanius + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1373 f882894a-f735-0410-b71e-b25c423dba1c - * [r1329] plugins/check_http.c: - return-logic related fix for cert checking, thanks to emmet - hogan. +2006-04-12 M. Sean Finney -2006-03-17 14:08 tonvoon + * plugins/check_ntp.c: added a currently unused but "good for + reference" version of offset_request which attempts to behave more + like ntpdate, but this doesn't yet and the code isn't actually used + yet. git-svn-id: - * [r1328] plugins/tests/test_utils.t: - Better error message re: tap library + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1372 f882894a-f735-0410-b71e-b25c423dba1c -2006-03-17 14:07 tonvoon +2006-04-11 M. Sean Finney - * [r1327] REQUIREMENTS, configure.in, plugins/Makefile.am, - plugins/check_mysql.c, plugins/check_mysql_query.c, - plugins/t/check_mysql.t: - mysql detection cleanup: fixes runtime linking, autodetection of - main locations, detection of lib64 and different layouts + * plugins/check_ntp.c: another big code-commit to check_ntp. jitter + calculations now work, and the program is becoming much closer on + the packet-for-packet level to how check_ntp.pl behaves. i'll send + an email in the morning :) git-svn-id: -2006-03-17 10:20 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1371 f882894a-f735-0410-b71e-b25c423dba1c - * [r1326] doc/developer-guidelines.sgml: - Added requirement for developer system to have gnu libtool +2006-04-06 Ton Voon -2006-03-16 17:31 tonvoon + * THANKS.in, plugins/utils.c: Stop coredump on Solaris if arg not + specified (Jason Kau - 1465288) git-svn-id: - * [r1325] configure.in, plugins/tests/Makefile.am, tools/setup: - Using libtool to get runpath for tap library + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1370 f882894a-f735-0410-b71e-b25c423dba1c -2006-03-15 19:54 tonvoon +2006-04-05 Ton Voon - * [r1324] THANKS.in, plugins/check_mysql.c, - plugins/t/check_mysql.t: - Alert on amount of time a slave is behind (Steven Kreuzer) + * CHANGES: Notice added re: check_udp in next release git-svn-id: -2006-03-13 17:59 seanius + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1369 f882894a-f735-0410-b71e-b25c423dba1c - * [r1323] plugins/check_swap.c: - fix for (tracker id 1420741) "check_swap: incorrect totals for - multiple partitions (BSD)" thanks to scott thompson +2006-04-05 Ton Voon -2006-03-13 11:08 tonvoon + * plugins/check_procs.c: Use pid_t for pids (1463853) git-svn-id: - * [r1322] plugins/check_ping.c: - Change warning message if there is stderr output. This catches a - problem where time was shifting backwards on a linux VMware guest - during the ping + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1368 f882894a-f735-0410-b71e-b25c423dba1c -2006-03-07 10:33 tonvoon +2006-04-05 Ton Voon - * [r1321] plugins/t/check_http.t: - Added tests for two external websites with certificates + * plugins/check_http.c, plugins/t/check_http.t: Allow multiple -k + parameters (Gerd Mueller - 1457726) git-svn-id: -2006-03-07 10:23 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1367 f882894a-f735-0410-b71e-b25c423dba1c - * [r1320] plugins/t/check_http.t: - Tests re-written in new object format +2006-04-05 M. Sean Finney -2006-02-24 17:03 tonvoon + * plugins/check_apt.c: finally??? cvs works again???? let me dig up + my week-old cvs commit message..... i'm becoming very happy with check_apt now :) - now has support for an externally (configure.in) path to apt-get, though i still have that in #ifdefs for the time being. - support for defining what packages are "critical updates", via the already-existing security regexp or overridable on the cmdline - allow overriding of apt-get cmdline options - introduce a "no upgrade" in case someone just wants to check that they can download the package lists with -u but not check for + upgrades. might need to change the name of this option to prevent + confusion. - improved -h documentation git-svn-id: - * [r1319] doc/developer-guidelines.sgml: - Updated doc as tap library is now automatically discovered + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1366 f882894a-f735-0410-b71e-b25c423dba1c -2006-02-24 16:41 tonvoon +2006-03-29 Ton Voon - * [r1318] configure.in, plugins/tests/Makefile.am: - Use the installed tap library instead of requesting a compiled - object + * THANKS.in, plugins/check_tcp.c, plugins/tests/test_utils.c, + plugins/utils.c, plugins/utils.h: New function to for escaped + strings from command line for send/quit. Adapted from Sebastian + Wiesinger's patch (1292404) git-svn-id: -2006-02-17 09:08 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1365 f882894a-f735-0410-b71e-b25c423dba1c - * [r1317] THANKS.in, plugins/popen.c: - SIGALRM could be received before child_process is created (Jason - Crawford) +2006-03-29 Ton Voon -2006-02-17 06:24 seanius + * NPTest.pm: Will die if signal received from a testCmd git-svn-id: - * [r1316] plugins/check_procs.c: - set LC_NUMERIC to POSIX in check_procs.c + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1364 f882894a-f735-0410-b71e-b25c423dba1c -2006-02-01 13:23 tonvoon +2006-03-29 Ton Voon - * [r1315] plugins/t/check_mysql_query.t: - If a mysql server has anonymous login, tests will always fail + * plugins/t/check_udp.t: Allow 1 second delay in check_udp timeout git-svn-id: -2006-02-01 11:53 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1363 f882894a-f735-0410-b71e-b25c423dba1c - * [r1314] plugins/tests/Makefile.am: - Need to distribute perl test file +2006-03-29 Ton Voon -2006-01-31 16:48 tonvoon + * plugins/t/check_http.t: Fix possible timeout issue on + hostname_invalid git-svn-id: - * [r1313] CHANGES: - check_mysql_query included + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1362 f882894a-f735-0410-b71e-b25c423dba1c -2006-01-31 16:47 tonvoon +2006-03-29 Ton Voon - * [r1312] REQUIREMENTS: - Note on MacOSX difference in mysql package + * plugins/t/check_dns.t: Fix test if response time is one second git-svn-id: -2006-01-31 16:45 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1361 f882894a-f735-0410-b71e-b25c423dba1c - * [r1311] configure.in, plugins/Makefile.am: - Clean compile of check_mysql_query on MacOSX +2006-03-29 M. Sean Finney -2006-01-31 15:40 tonvoon + * plugins/check_apt.c: now support for detecting critical/security + updates, which sets the return code to STATE_CRITICAL instead of + just STATE_WARNING as it was previously doing. git-svn-id: - * [r1310] NPTest.pm: - Sort ordering of tests + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1360 f882894a-f735-0410-b71e-b25c423dba1c -2006-01-31 14:52 tonvoon +2006-03-27 Ton Voon - * [r1309] configure.in, plugins, plugins/.cvsignore, - plugins/Makefile.am, plugins/check_mysql_query.c, - plugins/t/check_mysql_query.t, plugins/utils.h: - Adding check_mysql_query, using new ranges and threshold checking + * plugins/t/check_udp.t: Set timeout within nc, rather than the test + script git-svn-id: -2006-01-31 14:37 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1359 f882894a-f735-0410-b71e-b25c423dba1c - * [r1308] plugins/t/check_mysql.t: - Extra explanation in tests +2006-03-27 Ton Voon -2006-01-31 14:36 tonvoon + * plugins/check_disk.c: Fixed bug with malloc of wrong size git-svn-id: - * [r1307] plugins/tests/test_utils.c: - Fixed invalid free + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1358 f882894a-f735-0410-b71e-b25c423dba1c -2006-01-31 10:06 tonvoon +2006-03-24 Ton Voon - * [r1306] doc/developer-guidelines.sgml: - Updated instructions on using libtap as configure option changed + * plugins/t/check_dns.t: Fixing defaults to work git-svn-id: -2006-01-31 10:05 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1357 f882894a-f735-0410-b71e-b25c423dba1c - * [r1305] configure.in: - Changed configure option to --with-libtap-srcdir because requires - tap.h as well as tap.o +2006-03-24 Ton Voon -2006-01-30 22:24 tonvoon + * CHANGES: Reintroduced --with-mysql configure option. Note about + SSL cleanup git-svn-id: - * [r1304] doc/developer-guidelines.sgml, - plugins/tests/test_utils.c, plugins/utils.c, plugins/utils.h: - Clearly defined thresholds & ranges in docs. Added get_status - routine. Added set_thresholds routine. Tests enhanced to check - new routines + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1356 f882894a-f735-0410-b71e-b25c423dba1c -2006-01-30 16:10 tonvoon +2006-03-24 Ton Voon - * [r1303] configure.in, doc/developer-guidelines.sgml, - plugins/Makefile.am, plugins/tests, plugins/tests/.cvsignore, - plugins/tests/Makefile.am, plugins/tests/README, - plugins/tests/check_disk, plugins/tests/check_dns, - plugins/tests/check_ftp, plugins/tests/check_hpjd, - plugins/tests/check_http, plugins/tests/check_load, - plugins/tests/check_ping, plugins/tests/check_procs, - plugins/tests/check_swap, plugins/tests/check_users, - plugins/tests/check_vsz, plugins/tests/test_utils.c, - plugins/tests/test_utils.t, plugins/utils.c, plugins/utils.h: - Added libtap tests for utils.c library functions. Removed - redundant test files + * plugins/check_http.c: -C now implies -S/--ssl as well git-svn-id: -2006-01-21 21:46 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1355 f882894a-f735-0410-b71e-b25c423dba1c - * [r1302] tools/sfsnapshot: - Have to use own id for cvs checkout. Change compile server - because old one not working consistently +2006-03-24 Ton Voon -2005-12-19 09:25 tonvoon + * plugins/t/check_hpjd.t, plugins/t/check_http.t: Tests converted to + new style git-svn-id: - * [r1301] NPTest.pm: - Break out of testing if a new parameter is required + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1354 f882894a-f735-0410-b71e-b25c423dba1c -2005-12-16 18:41 harpermann +2006-03-24 Ton Voon - * [r1300] contrib/check_log2.pl: - Added ability to output critical on error. Fixed open so it - properly fails if the log file open throws an error, turned on -w - in the perl call, fixed warnings + * plugins/check_tcp.c, plugins/t/check_udp.t: udp checks require and + send and receive option. Tests updated so if nc is available, will + check send and receive working correctly git-svn-id: -2005-12-15 17:06 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1353 f882894a-f735-0410-b71e-b25c423dba1c - * [r1299] NPTest.pm, plugins/check_mysql.c, - plugins/t/check_mysql.t: - Display errors with slave queries correctly. Added extra tests - for slaves +2006-03-23 M. Sean Finney -2005-12-15 15:19 tonvoon + * plugins/check_apt.c: - addition of include/exclude option for package names in check_apt, using POSIX regexp support. - various commenting and tidying of code/logic/output. - still haven't committed the Makefile.am/configure.in stuff. git-svn-id: - * [r1298] NPTest.pm, doc/developer-guidelines.sgml, - plugins/t/check_disk.t: - New 3 parameter version of getTestParameters. Updated - check_disk.t to reflect. Added notes re: testing in developer - guidelines. + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1352 f882894a-f735-0410-b71e-b25c423dba1c -2005-12-15 15:17 tonvoon +2006-03-23 Ton Voon - * [r1297] plugins-scripts/check_file_age.pl, - plugins-scripts/t/check_file_age.t: - Allow directories and links to be tested by check_file_age. - Sanitise output. Added tests + * NPTest.pm, plugins/check_disk.c, plugins/t/check_disk.t: + check_disk now errors if a specified directory does not exist (cf df + /foo) git-svn-id: -2005-12-07 19:32 harpermann + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1351 f882894a-f735-0410-b71e-b25c423dba1c - * [r1296] plugins/urlize.c: - Nagiosplug bug 1266977. Added code to insert the closing - after the plugin output but before the performance output. +2006-03-23 Ton Voon -2005-12-07 15:10 tonvoon + * plugins/t/check_disk.t: Some versions of Test::More do not like + the m#foo# syntax git-svn-id: - * [r1295] THANKS.in, plugins/common.h: - No floorf on Solaris 9 (Jon Vandegrift - 1374705) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1350 f882894a-f735-0410-b71e-b25c423dba1c -2005-12-02 22:28 tonvoon +2006-03-23 Ton Voon - * [r1294] THANKS.in, doc/developer-guidelines.sgml, - plugins/check_nagios.c, - plugins/t/check_nagios.nagios1.status.log, - plugins/t/check_nagios.nagios2.status.dat, - plugins/t/check_nagios.t: - Support for Nagios 1 and Nagios 2 status files (Gerhard Lausser - - 1296242) + * NPTest.pm, plugins/check_disk.c, plugins/t/check_disk.t: Incorrect + output when checking non-existent disk (John Rouillard - 1326050) git-svn-id: -2005-12-02 22:25 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1349 f882894a-f735-0410-b71e-b25c423dba1c - * [r1293] plugins/t, plugins/t/.cvsignore: - Ignore temporary files created for tests +2006-03-23 M. Sean Finney -2005-12-01 01:05 tonvoon + * plugins/check_apt.c: more work on check_apt. more graceful error + handling and information reporting, a couple new cmdline options. + still not quite ready for prime-time, maybe tomorrow :) git-svn-id: - * [r1292] config_test/Makefile, config_test/run_tests, - configure.in: - Run longer test on redhat for spopen/pthread problem. Allow - enable/disable of pthread fix via configure option + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1348 f882894a-f735-0410-b71e-b25c423dba1c -2005-11-30 00:49 harpermann +2006-03-22 Ton Voon - * [r1291] plugins-scripts/check_ntp.pl: - Nagiosplug bug # 1251096 check_ntp wasn't properly handing a bad - exit status from the external programs it calls (ntpdate and - ntpq), so jitter wasn't set. Added check of $? on close and - proper error output if status from the sub program call - completion is non-zero. This includes "host not found". + * REQUIREMENTS, configure.in: Reinstated --with-mysql option git-svn-id: -2005-11-29 23:21 harpermann + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1347 f882894a-f735-0410-b71e-b25c423dba1c - * [r1290] contrib/check_email_loop.pl: - UNKNOWN exit status was returning status of "-1", changed to "3" +2006-03-22 Ton Voon -2005-11-29 23:19 harpermann + * plugins/check_dns.c, plugins/t/check_dns.t: Added warning and + critical response times (John Rouillard - 1343159) git-svn-id: - * [r1289] contrib/check_email_loop.pl: - Bug: 1355304 Added patch for ePN and perl warnings. Fixed some - text and a warning about type comparison. + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1346 f882894a-f735-0410-b71e-b25c423dba1c -2005-11-18 12:56 tonvoon +2006-03-22 Ton Voon - * [r1288] tools/sfsnapshot: - Create a permanent link to HEAD snapshot + * plugins/t/check_pop.t: Convert to new style tests git-svn-id: -2005-11-18 11:56 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1345 f882894a-f735-0410-b71e-b25c423dba1c - * [r1287] doc/developer-guidelines.sgml: - Updated with more detailed description of UNKNOWN states +2006-03-22 Ton Voon -2005-11-16 17:26 tonvoon + * THANKS.in, plugins/check_tcp.c: Options to change line ends for -s + and -q (John Rouillard - 1346104) git-svn-id: - * [r1286] plugins/check_disk.c: - Fixed some compile errors with new translations. Also - reintroduced formatting after discussion with Benoit + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1344 f882894a-f735-0410-b71e-b25c423dba1c -2005-11-15 16:26 tonvoon +2006-03-22 Ton Voon - * [r1285] plugins/t/check_disk.t: - Updated tests to minimise false positives. Breaking down so more - obvious what the tests are doing + * plugins-scripts/check_log.sh: Remove PATH restriction git-svn-id: -2005-11-14 14:43 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1343 f882894a-f735-0410-b71e-b25c423dba1c - * [r1284] doc/developer-guidelines.sgml: - Added section re: translations +2006-03-22 Ton Voon -2005-11-14 01:18 opensides + * plugins/check_dns.c, plugins/t/check_dns.t: New style tests. + Cleanup of presentation of help. Added '' around -a checks git-svn-id: - * [r1283] plugins/check_http.c: - localization cleaning ... last commit before sleeping + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1342 f882894a-f735-0410-b71e-b25c423dba1c -2005-11-14 00:51 opensides +2006-03-22 Ton Voon - * [r1282] plugins/check_dig.c, plugins/check_disk.c, - plugins/check_dns.c, plugins/check_dummy.c, - plugins/check_fping.c, plugins/check_game.c: - start of the cleaning of the localization + * plugins/check_by_ssh.c: Typo (Thomas Guettler - 1433447) git-svn-id: -2005-11-12 23:48 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1341 f882894a-f735-0410-b71e-b25c423dba1c - * [r1281] THANKS.in, plugins/t/check_disk.t: - Updated check_disk tests to use Test::More (Serhan Kiymaz) +2006-03-22 Ton Voon -2005-11-09 17:27 tonvoon + * plugins-scripts/check_log.sh, plugins-scripts/utils.sh.in: Remove + hardlink to /bin/sed. Leave to PATH (Abs - 1391483) git-svn-id: - * [r1280] plugins/t/check_mysql.t: - Using Test::More + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1340 f882894a-f735-0410-b71e-b25c423dba1c -2005-11-09 16:40 tonvoon +2006-03-22 M. Sean Finney - * [r1279] NPTest.pm, plugins/t/check_imap.t, - plugins/t/check_swap.t: - Added new NPTest->testCmd which returns objects back for testing - at the test script level. Updated check_swap and check_imap to - this new format + * plugins/check_apt.c: initial version of a check_apt plugin... not + editing configure/Makefile.am's until i'm happier with it (better + output, better ways to define warning vs. critical thresholds... + etc). git-svn-id: -2005-11-09 16:37 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1339 f882894a-f735-0410-b71e-b25c423dba1c - * [r1278] plugins/check_swap.c: - Problem where absolute thresholds not working on /proc/meminfo - systems. Suffixed all variables with the unit of measurement +2006-03-21 Ton Voon -2005-11-09 16:34 tonvoon + * THANKS.in, configure.in: Stop check_dns from compiling if nslookup + does not exist (Sakari Lehtonen - 1412721) git-svn-id: - * [r1277] configure.in: - Typo with predetermined values + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1338 f882894a-f735-0410-b71e-b25c423dba1c -2005-11-09 14:10 tonvoon +2006-03-21 Ton Voon - * [r1276] doc/developer-guidelines.sgml: - Added copyright/license info required in submissions + * plugins/t/check_load.t: Updated to new Test::More method for + testing git-svn-id: -2005-11-09 09:31 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1337 f882894a-f735-0410-b71e-b25c423dba1c - * [r1275] doc/NEW_STARTERS, doc/developer-guidelines.sgml: - Updated dev guidelines to link to NagiosExchange. Removed project - admin notes from guidelines into separate file +2006-03-21 Ton Voon -2005-11-07 12:46 seanius + * configure.in: Fix for mysql 3.x git-svn-id: - * [r1274] configure.in: - incorporated patch from Elan RuusamĂ€e (ahmake) to override - program autodetection (see Feature Requests-1341528). i would not - call this quite complete just yet (i'll explain more in the - tracker), but should be functional and useful enough to commit - now, in any case. + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1336 f882894a-f735-0410-b71e-b25c423dba1c -2005-11-04 09:38 tonvoon +2006-03-21 Ton Voon - * [r1273] THANKS.in, plugins/check_tcp.c, plugins/t/check_imap.t: - Fixed --mismatch option for check_tcp. Added tests into - check_imap (Rick Fey - 1339134) + * plugins/check_tcp.c: Return CRITICAL if hostname invalid, as per + guidelines git-svn-id: -2005-11-03 15:21 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1335 f882894a-f735-0410-b71e-b25c423dba1c - * [r1272] Makefile.am, tools/tinderbox_build: - Adding new tinderbox build script +2006-03-21 Ton Voon -2005-11-03 15:13 tonvoon + * tools/setup: Patch to workaround SFnot having libtool installed git-svn-id: - * [r1271] plugins/t/check_disk.t, plugins/t/check_procs.t: - Invalid mount point doesn't make sense because most df - implementations would work out the actual mount point. And fixed - typo in check_procs.t + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1334 f882894a-f735-0410-b71e-b25c423dba1c -2005-11-03 15:04 tonvoon +2006-03-21 Ton Voon - * [r1270] NPTest.pm, plugins/t/check_http.t, - plugins/t/check_time.t: - Fixing some test failures + * CHANGES, REQUIREMENTS, THANKS.in, configure.in, + plugins/Makefile.am, plugins/tests/Makefile.am: mysql discovery + based on mysql_config (Johan Fischer - 1359414) git-svn-id: -2005-11-02 08:59 seanius + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1333 f882894a-f735-0410-b71e-b25c423dba1c - * [r1269] plugins/check_disk.c: - #995761: patch from ben o'hara to include inode calculations in - check_disk.c. - - previous commit also had a patch for smtp auth support, but i - accidentally sent a blank commit message. +2006-03-20 M. Sean Finney -2005-11-02 08:47 seanius + * plugins/check_ntp.c: - shuffling some code around to keep things tidy. - now average the result of 4 queries just as ntpdate does - put things in place for jitter calculation git-svn-id: - * [r1268] plugins/check_smtp.c: - check_smtp.c + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1332 f882894a-f735-0410-b71e-b25c423dba1c -2005-10-31 20:03 seanius +2006-03-20 M. Sean Finney - * [r1267] configure.in, plugins/check_game.c, plugins/check_http.c, - plugins/check_nagios.c, plugins/check_snmp.c, - plugins/check_swap.c, plugins/check_tcp.c, plugins/common.h, - plugins/netutils.c, plugins/netutils.h, plugins/sslutils.c: - code cleanups, largely resulting from turning on -Wall. mostly - unused variables and explicit casting issues, but there were a - couple gotchas in there too. + * plugins/check_ntp.c: ipv6 support for c-version of check_ntp git-svn-id: -2005-10-30 22:45 seanius + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1331 f882894a-f735-0410-b71e-b25c423dba1c - * [r1266] plugins/Makefile.am: - turned on -Wall in plugins/Makefile.am via AM_CFLAGS. shouldn't - keep our heads in the sand for potential errors, after all :) +2006-03-18 M. Sean Finney -2005-10-30 18:05 seanius + * plugins/check_ntp.c: initial version of the pure-c check_ntp + implementation. jitter not yet implemented, and a couple other misc + things to do, so i haven't yet patched Makefile.am git-svn-id: - * [r1265] plugins/check_tcp.c: - another fix from alex: check for '/' in the server_address before - trying to resolve it via is_host(). + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1330 f882894a-f735-0410-b71e-b25c423dba1c -2005-10-30 10:25 seanius +2006-03-18 M. Sean Finney - * [r1264] plugins/check_tcp.c: - fixes for some bugs found in my merging of the tcp socket patch + * plugins/check_http.c: return-logic related fix for cert checking, + thanks to emmet hogan. git-svn-id: -2005-10-29 15:38 seanius + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1329 f882894a-f735-0410-b71e-b25c423dba1c - * [r1263] plugins-scripts/check_log.sh: - check_log fixes from Ade Rixon +2006-03-17 Ton Voon -2005-10-29 12:46 seanius + * plugins/tests/test_utils.t: Better error message re: tap library git-svn-id: - * [r1262] plugins/Makefile.am: - patch from nsturm: Makefile.am should have been checking for - check_ldap instead of check_ldaps. the result was that - check_ldaps was not being created during the build process. + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1328 f882894a-f735-0410-b71e-b25c423dba1c -2005-10-25 10:38 seanius +2006-03-17 Ton Voon - * [r1261] COPYING, configure.in, plugins/Makefile.am, - plugins/check_tcp.c, plugins/netutils.c, plugins/netutils.h, - plugins/utils.h, po/de.po, po/fr.po: - - added code to allow check_tcp (via np_net_connect) work with - local unix sockets. some testing would be welcome. based on idea - from Alex Samorukov. - also introduced a check_clamd behavior in - check_tcp. + * REQUIREMENTS, configure.in, plugins/Makefile.am, + plugins/check_mysql.c, plugins/check_mysql_query.c, + plugins/t/check_mysql.t: mysql detection cleanup: fixes runtime + linking, autodetection of main locations, detection of lib64 and + different layouts git-svn-id: -2005-10-24 11:10 seanius + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1327 f882894a-f735-0410-b71e-b25c423dba1c - * [r1260] plugins/Makefile.am, plugins/check_by_ssh.c, - plugins/check_dig.c, plugins/check_dns.c, plugins/check_game.c, - plugins/check_nagios.c, plugins/netutils.c, plugins/runcmd.c, - plugins/runcmd.h, plugins/utils.c, plugins/utils.h: - initial merging of ae's np_runcmd code into selected plugins. +2006-03-17 Ton Voon -2005-10-23 12:01 seanius + * doc/developer-guidelines.sgml: Added requirement for developer + system to have gnu libtool git-svn-id: - * [r1259] configure.in: - whoops, missed this one, same as last commit + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1326 f882894a-f735-0410-b71e-b25c423dba1c -2005-10-23 11:59 seanius +2006-03-16 Ton Voon - * [r1258] plugins/Makefile.am, plugins/netutils.c, - plugins/sslutils.c: - - compartmentalized ssl code into seperate sslutils.c - - ssl-related cleanups in configure.in, and now openssl/gnutls - options automatically disable each other. + * configure.in, plugins/tests/Makefile.am, tools/setup: Using + libtool to get runpath for tap library git-svn-id: -2005-10-19 20:22 seanius + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1325 f882894a-f735-0410-b71e-b25c423dba1c - * [r1257] plugins/check_http.c, plugins/check_smtp.c, - plugins/check_tcp.c, plugins/netutils.c, plugins/netutils.h: - all plugins now using centralized ssl functions in netutils.c +2006-03-15 Ton Voon -2005-10-19 13:05 seanius + * THANKS.in, plugins/check_mysql.c, plugins/t/check_mysql.t: Alert + on amount of time a slave is behind (Steven Kreuzer) git-svn-id: - * [r1256] plugins/check_http.c: - endif was a few lines off of where it should be + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1324 f882894a-f735-0410-b71e-b25c423dba1c -2005-10-19 12:59 seanius +2006-03-13 M. Sean Finney - * [r1255] configure.in, plugins-root/Makefile.am, - plugins/Makefile.am, plugins/check_http.c, plugins/check_smtp.c, - plugins/check_tcp.c, plugins/common.h, plugins/netutils.c, - plugins/netutils.h: - - initial attempt at consolidating ssl-related code into - netutils.{c,h} - added some #ifdefs to common.h and netutils.h to - prevent multiple inclusions (as netlibs now includes common.h) - - all ssl plugins (tcp/http/smtp) compile cleanly against gnutls, - though certificate checking still needs to be done. - modified - configure script so you can also explicitly say "without-gnutls" - too (otherwise if you disable openssl you have no way of - disabling gnutls too) + * plugins/check_swap.c: fix for (tracker id 1420741) "check_swap: + incorrect totals for multiple partitions (BSD)" thanks to scott + thompson git-svn-id: -2005-10-18 22:35 seanius + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1323 f882894a-f735-0410-b71e-b25c423dba1c - * [r1254] configure.in, plugins/check_tcp.c: - initial "experimental" support for gnutls. by default openssl is - still used if available, and gnutls is only used if openssl is - not available or explicitly disabled (--without-openssl). - currently the only plugin i've verified to work is check_tcp, but - i had to disable cert checking. +2006-03-13 Ton Voon -2005-10-18 09:26 tonvoon + * plugins/check_ping.c: Change warning message if there is stderr + output. This catches a problem where time was shifting backwards on + a linux VMware guest during the ping git-svn-id: - * [r1253] README: - Added license information to README with exemption for use of - OpenSSL + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1322 f882894a-f735-0410-b71e-b25c423dba1c -2005-10-13 11:51 tonvoon +2006-03-07 Ton Voon - * [r1252] configure.in: - Run spopen tests for Redhat ES SMP (Hans Engelen) + * plugins/t/check_http.t: Added tests for two external websites with + certificates git-svn-id: -2005-10-13 10:22 seanius + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1321 f882894a-f735-0410-b71e-b25c423dba1c - * [r1251] po/de.po: - debian bts #313960: - grammatical german fixes. i'm taking the - reporter's word for it :) +2006-03-07 Ton Voon -2005-10-13 10:20 seanius + * plugins/t/check_http.t: Tests re-written in new object format git-svn-id: - * [r1250] plugins-scripts/check_ntp.pl: - debian bts #268044: - use a "less beastly" regex for parsing ntpq - output. probably need some more widespread testing on this one. + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1320 f882894a-f735-0410-b71e-b25c423dba1c -2005-10-13 10:18 seanius +2006-02-24 Ton Voon - * [r1249] plugins/check_disk.c: - debian bts #296278: - it seems that when check_disk uses the "df" - routines and is told to check a non-mountpoint, it would check - the filesystem on which the directory was mounted (i.e. /var/log - -> /var if no /var/log mount). the system-call routines now do - this too. might need a bit more widespread testing, but looks - good for me and i did it without modifying any of the - system-call-specific codeblocks. + * doc/developer-guidelines.sgml: Updated doc as tap library is now + automatically discovered git-svn-id: -2005-10-13 10:16 seanius + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1319 f882894a-f735-0410-b71e-b25c423dba1c - * [r1248] plugins/check_game.c: - debian bts #307905: - someone changed the cmdline syntax of check - game without also updating the usage/help function ;p +2006-02-24 Ton Voon -2005-10-13 10:14 seanius + * configure.in, plugins/tests/Makefile.am: Use the installed tap + library instead of requesting a compiled object git-svn-id: - * [r1247] plugins-scripts/check_disk_smb.pl: - debian bts #300701: - check_smb fix for freespace threshold - parsing from the cmdline options. + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1318 f882894a-f735-0410-b71e-b25c423dba1c -2005-10-13 10:11 seanius +2006-02-17 Ton Voon - * [r1246] plugins/check_smtp.c: - multiple fixes in check_smtp from debian (bts #285554): - fix for - double free via SSL_CTX_free. looks like the previous author knew - this was a problem but didn't care enough to fix it ;p. - use - defines instead of const chars for SMTP strings. - default to - send our fqdn (via gethostbyname lookup on gethostname) in the - HELO string, as this is an RFC/SMTP requirement. overridable via - cmdline. - use EHLO instead of HELO if using STARTTLS, as it is - not SMTP but ESMTP. - verify the server supports STARTTLS before - initializing it. - always send QUIT before disconnecting when - possible. + * THANKS.in, plugins/popen.c: SIGALRM could be received before + child_process is created (Jason Crawford) git-svn-id: -2005-10-13 09:58 seanius + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1317 f882894a-f735-0410-b71e-b25c423dba1c - * [r1245] plugins/check_mrtg.c: - was this plugin even working? i don't think the if/else logic was - doing what was intended. +2006-02-17 M. Sean Finney -2005-10-13 09:55 seanius + * plugins/check_procs.c: set LC_NUMERIC to POSIX in check_procs.c git-svn-id: - * [r1244] plugins/check_mysql.c: - check mysql now reads [client] defaults from my.cnf (debian bug - #278817) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1316 f882894a-f735-0410-b71e-b25c423dba1c -2005-10-06 12:16 seanius +2006-02-01 Ton Voon - * [r1243] plugins/check_ups.c: - fix for misreporting temperature in perfdata output for check_ups - (debian bts id: #316534) + * plugins/t/check_mysql_query.t: If a mysql server has anonymous + login, tests will always fail git-svn-id: -2005-10-06 12:12 seanius + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1315 f882894a-f735-0410-b71e-b25c423dba1c - * [r1242] configure.in, plugins-root/Makefile.am: - whoops. now using automake conditionals to prevent attempted - compiles of pst3 on non solaris systems. +2006-02-01 Ton Voon -2005-09-25 16:34 seanius + * plugins/tests/Makefile.am: Need to distribute perl test file git-svn-id: - * [r1241] plugins-root/Makefile.am: - added rules to Makefile.am for pst3 + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1314 f882894a-f735-0410-b71e-b25c423dba1c -2005-09-24 20:01 seanius +2006-01-31 Ton Voon - * [r1240] configure.in: - a final change to hardcode the path for where plugins are - installed. it's a very, very ugly hack... if anyone can think of - a better way to do it, i'm all ears. + * CHANGES: check_mysql_query included git-svn-id: -2005-09-22 12:10 seanius + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1313 f882894a-f735-0410-b71e-b25c423dba1c - * [r1239] configure.in: - use test instead of '[ ... ]' in configure.in. the - check_procs/pst3 situation is still not quite fixed. +2006-01-31 Ton Voon -2005-09-22 09:43 seanius + * REQUIREMENTS: Note on MacOSX difference in mysql package git-svn-id: - * [r1238] THANKS.in, configure.in, plugins-root/pst3.c: - first version of bob ingraham's pst3 to allow checking for longer - cmdline names than otherwise possible, by querying solaris kmem - directly (ps forcibly truncates). added requisite configure.in - voodoo and updated THANKS.in. + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1312 f882894a-f735-0410-b71e-b25c423dba1c -2005-09-22 08:10 tonvoon +2006-01-31 Ton Voon - * [r1237] po/POTFILES.in: - Mark moving of check_dhcp and check_icmp for translation + * configure.in, plugins/Makefile.am: Clean compile of + check_mysql_query on MacOSX git-svn-id: -2005-09-21 13:07 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1311 f882894a-f735-0410-b71e-b25c423dba1c - * [r1236] AUTHORS, THANKS.in: - Updated with contributors and new team member +2006-01-31 Ton Voon -2005-09-21 13:04 tonvoon + * NPTest.pm: Sort ordering of tests git-svn-id: - * [r1235] plugins/check_nwstat.c: - Reopen connections for each query (1296296 - David Sullivan) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1310 f882894a-f735-0410-b71e-b25c423dba1c -2005-09-21 10:09 tonvoon +2006-01-31 Ton Voon - * [r1234] plugins/check_dhcp.c, plugins/check_icmp.c: - Moved into plugins-root/ + * configure.in, plugins/.cvsignore, plugins/Makefile.am, + plugins/check_mysql_query.c, plugins/t/check_mysql_query.t, + plugins/utils.h: Adding check_mysql_query, using new ranges and + threshold checking git-svn-id: -2005-09-21 10:06 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1309 f882894a-f735-0410-b71e-b25c423dba1c - * [r1233] ACKNOWLEDGEMENTS, CHANGES, Makefile.am, README, - configure.in, plugins-root, plugins-root/.cvsignore, - plugins-root/Makefile.am, plugins-root/check_dhcp.c, - plugins-root/check_icmp.c, plugins/Makefile.am: - Separation of root setuid plugins into plugins-root/ +2006-01-31 Ton Voon -2005-09-20 16:11 tonvoon + * plugins/t/check_mysql.t: Extra explanation in tests git-svn-id: - * [r1232] configure.in: - Incorrect assignment of procppid in configure.in (1296497 - - Pascal Larisch) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1308 f882894a-f735-0410-b71e-b25c423dba1c -2005-09-20 11:34 tonvoon +2006-01-31 Ton Voon - * [r1231] configure.in, plugins/t/check_procs.t: - Support for Tru64 for check_procs + additional test cases + * plugins/tests/test_utils.c: Fixed invalid free git-svn-id: -2005-09-19 14:18 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1307 f882894a-f735-0410-b71e-b25c423dba1c - * [r1230] doc/RELEASING: - Note to update version number before creating ChangeLog +2006-01-31 Ton Voon -2005-09-19 13:51 tonvoon + * doc/developer-guidelines.sgml: Updated instructions on using + libtap as configure option changed git-svn-id: - * [r1228] configure.in, package.def: - For 1.4.2 release + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1306 f882894a-f735-0410-b71e-b25c423dba1c -2005-09-19 13:48 tonvoon +2006-01-31 Ton Voon - * [r1227] ChangeLog: - Updated for 1.4.2 release + * configure.in: Changed configure option to --with-libtap-srcdir + because requires tap.h as well as tap.o git-svn-id: -2005-09-19 13:46 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1305 f882894a-f735-0410-b71e-b25c423dba1c - * [r1226] doc/RELEASING: - Reminders for news item and tag format +2006-01-30 Ton Voon -2005-09-19 13:42 tonvoon + * doc/developer-guidelines.sgml, plugins/tests/test_utils.c, + plugins/utils.c, plugins/utils.h: Clearly defined thresholds & + ranges in docs. Added get_status routine. Added set_thresholds + routine. Tests enhanced to check new routines git-svn-id: - * [r1225] BUGS: - Updated BUGS for 1.4.2 release + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1304 f882894a-f735-0410-b71e-b25c423dba1c -2005-09-19 10:58 tonvoon +2006-01-30 Ton Voon - * [r1224] THANKS.in: - More contributors + * configure.in, doc/developer-guidelines.sgml, plugins/Makefile.am, + plugins/tests/.cvsignore, plugins/tests/Makefile.am, + plugins/tests/README, plugins/tests/check_disk, + plugins/tests/check_dns, plugins/tests/check_ftp, + plugins/tests/check_hpjd, plugins/tests/check_http, + plugins/tests/check_load, plugins/tests/check_ping, + plugins/tests/check_procs, plugins/tests/check_swap, + plugins/tests/check_users, plugins/tests/check_vsz, + plugins/tests/test_utils.c, plugins/tests/test_utils.t, + plugins/utils.c, plugins/utils.h: Added libtap tests for utils.c + library functions. Removed redundant test files git-svn-id: -2005-09-15 08:39 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1303 f882894a-f735-0410-b71e-b25c423dba1c - * [r1223] plugins/t/check_ping.t: - Added test to make sure hostname has to be specified +2006-01-21 Ton Voon -2005-09-15 08:27 tonvoon + * tools/sfsnapshot: Have to use own id for cvs checkout. Change + compile server because old one not working consistently git-svn-id: - * [r1222] plugins/check_procs.c, plugins/check_swap.c: - - Cleanup minor compile errors on Irix + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1302 f882894a-f735-0410-b71e-b25c423dba1c -2005-09-14 14:40 tonvoon +2005-12-19 Ton Voon - * [r1221] plugins/check_ping.c: - Using common message + * NPTest.pm: Break out of testing if a new parameter is required git-svn-id: -2005-09-14 14:36 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1301 f882894a-f735-0410-b71e-b25c423dba1c - * [r1220] plugins/check_ping.c: - Required hostname not flagging as an error +2005-12-16 Harper Mann -2005-09-14 12:40 tonvoon + * contrib/check_log2.pl: Added ability to output critical on error. + Fixed open so it properly fails if the log file open throws an + error, turned on -w in the perl call, fixed warnings git-svn-id: - * [r1219] plugins/Makefile.am: - Some makes do not like blank lines after "\". Fixed check_ldaps - to only generate if check_ldap was created (Chester Hosey) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1300 f882894a-f735-0410-b71e-b25c423dba1c -2005-09-14 09:53 tonvoon +2005-12-15 Ton Voon - * [r1218] plugins/check_load.c: - Fix to parsing of uptime (Ronald Tin - 1254656) + * NPTest.pm, plugins/check_mysql.c, plugins/t/check_mysql.t: Display + errors with slave queries correctly. Added extra tests for slaves git-svn-id: -2005-09-14 09:49 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1299 f882894a-f735-0410-b71e-b25c423dba1c - * [r1217] configure.in: - - Removing typos +2005-12-15 Ton Voon -2005-09-13 15:48 tonvoon + * NPTest.pm, doc/developer-guidelines.sgml, plugins/t/check_disk.t: + New 3 parameter version of getTestParameters. Updated check_disk.t + to reflect. Added notes re: testing in developer guidelines. git-svn-id: - * [r1216] plugins/check_ping.c: - More diagnostic messages from check_ping + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1298 f882894a-f735-0410-b71e-b25c423dba1c -2005-09-12 11:20 seanius +2005-12-15 Ton Voon - * [r1215] plugins/check_ping.c: - re-add a call to setlocale(LC_ALL, "") in check_ping.c + * plugins-scripts/check_file_age.pl, + plugins-scripts/t/check_file_age.t: Allow directories and links to + be tested by check_file_age. Sanitise output. Added tests git-svn-id: -2005-09-12 10:37 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1297 f882894a-f735-0410-b71e-b25c423dba1c - * [r1214] THANKS.in: - For help in fixing Red Hat problem with ECHILD and waitpid +2005-12-07 Harper Mann -2005-09-12 10:31 tonvoon + * plugins/urlize.c: Nagiosplug bug 1266977. Added code to insert + the closing after the plugin output but before the performance + output. git-svn-id: - * [r1213] Makefile.am, config_test, config_test/Makefile, - config_test/child_test.c, config_test/run_tests, configure.in, - plugins/popen.c: - ECHILD error at waitpid on Red Hat systems (Peter Pramberger and - Sascha Runschke - 1250191) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1296 f882894a-f735-0410-b71e-b25c423dba1c -2005-08-30 22:11 tonvoon +2005-12-07 Ton Voon - * [r1212] plugins-scripts/subst.in: - Better comments for what the substitutions are doing + * THANKS.in, plugins/common.h: No floorf on Solaris 9 (Jon + Vandegrift - 1374705) git-svn-id: -2005-08-01 21:30 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1295 f882894a-f735-0410-b71e-b25c423dba1c - * [r1210] doc/BRANCHING: - Move notes on branching away from RELEASING +2005-12-02 Ton Voon -2005-08-01 21:28 tonvoon + * THANKS.in, doc/developer-guidelines.sgml, plugins/check_nagios.c, + plugins/t/check_nagios.nagios1.status.log, + plugins/t/check_nagios.nagios2.status.dat, plugins/t/check_nagios.t: + Support for Nagios 1 and Nagios 2 status files (Gerhard Lausser - + 1296242) git-svn-id: - * [r1209] BUGS, ChangeLog, REQUIREMENTS, configure.in, package.def: - For 1.4.1 release + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1294 f882894a-f735-0410-b71e-b25c423dba1c -2005-07-25 14:17 illumino +2005-12-02 Ton Voon - * [r1208] NPTest.pm: - Change the environment variable NPTESTCACHE to NPTEST_CACHE for - consistancy + * plugins/t/.cvsignore: Ignore temporary files created for tests git-svn-id: -2005-07-25 01:47 illumino + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1293 f882894a-f735-0410-b71e-b25c423dba1c - * [r1207] Helper.pm, Makefile.am, NPTest.pm, configure.in, - plugins-scripts/t/check_rpc.t, plugins/t/check_disk.t, - plugins/t/check_dns.t, plugins/t/check_fping.t, - plugins/t/check_ftp.t, plugins/t/check_hpjd.t, - plugins/t/check_http.t, plugins/t/check_imap.t, - plugins/t/check_load.t, plugins/t/check_mysql.t, - plugins/t/check_ping.t, plugins/t/check_pop.t, - plugins/t/check_procs.t, plugins/t/check_smtp.t, - plugins/t/check_snmp.t, plugins/t/check_swap.t, - plugins/t/check_tcp.t, plugins/t/check_time.t, - plugins/t/check_udp.t, plugins/t/check_users.t, - plugins/t/check_vsz.t, test.pl.in: - [1185704] New Testing Infrastructure. Complete rewrite of the - original testing infrastructure and all test cases (to use the - new infrastructure) See NPTest.pm and issue 1185704 for more - details. +2005-12-01 Ton Voon -2005-07-20 22:39 tonvoon + * config_test/Makefile, config_test/run_tests, configure.in: Run + longer test on redhat for spopen/pthread problem. Allow + enable/disable of pthread fix via configure option git-svn-id: - * [r1206] THANKS.in: - More contributors + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1292 f882894a-f735-0410-b71e-b25c423dba1c -2005-07-20 22:38 tonvoon +2005-11-30 Harper Mann - * [r1205] plugins/check_ping.c: - Fix parsing for netkit-ping and iputils-ping (Christian G Warden) + * plugins-scripts/check_ntp.pl: Nagiosplug bug # 1251096 check_ntp + wasn't properly handing a bad exit status from the external programs + it calls (ntpdate and ntpq), so jitter wasn't set. Added check of + $? on close and proper error output if status from the sub program + call completion is non-zero. This includes "host not found". git-svn-id: -2005-07-11 22:15 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1291 f882894a-f735-0410-b71e-b25c423dba1c - * [r1204] plugins/check_nwstat.c: - Miscelleneous bug fixes (Gerd Mueller - 1235879) +2005-11-29 Harper Mann -2005-07-09 04:44 tonvoon + * contrib/check_email_loop.pl: UNKNOWN exit status was returning + status of "-1", changed to "3" git-svn-id: - * [r1203] BRANCHES: - Changed format (already!) for awk simplicity + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1290 f882894a-f735-0410-b71e-b25c423dba1c -2005-07-09 04:03 tonvoon +2005-11-29 Harper Mann - * [r1202] BRANCHES: - Master file to describe the current branches in CVS. Will be used - by sfsnapshot to create the snapshot tarballs + * contrib/check_email_loop.pl: Bug: 1355304 Added patch for ePN and + perl warnings. Fixed some text and a warning about type comparison. git-svn-id: -2005-07-06 22:21 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1289 f882894a-f735-0410-b71e-b25c423dba1c - * [r1201] configure.in: - Removed ",", causing problems with MacOSX compile +2005-11-18 Ton Voon -2005-07-06 22:10 tonvoon + * tools/sfsnapshot: Create a permanent link to HEAD snapshot git-svn-id: - * [r1200] plugins/check_swap.c: - Updated help file to remove swap -s reference (Sivakumar - Nellurandi) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1288 f882894a-f735-0410-b71e-b25c423dba1c -2005-07-06 21:00 tonvoon +2005-11-18 Ton Voon - * [r1199] AUTHORS, THANKS.in: - Sean Finney moved to main list of plugin developers + * doc/developer-guidelines.sgml: Updated with more detailed + description of UNKNOWN states git-svn-id: -2005-07-04 09:52 opensides + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1287 f882894a-f735-0410-b71e-b25c423dba1c - * [r1198] contrib/tarballs/check_traffic-0.90b.tar.gz: - replace the version of check_traffic who was missing the plugin - by a good one +2005-11-16 Ton Voon -2005-06-29 04:11 seanius + * plugins/check_disk.c: Fixed some compile errors with new + translations. Also reintroduced formatting after discussion with + Benoit git-svn-id: - * [r1197] plugins/runcmd.c, plugins/runcmd.h: - initial versions of the runcmd framework by andreas + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1286 f882894a-f735-0410-b71e-b25c423dba1c -2005-06-29 01:04 seanius +2005-11-15 Ton Voon - * [r1196] plugins/check_swap.c: - divide by 0 fix for check_swap + * plugins/t/check_disk.t: Updated tests to minimise false positives. + Breaking down so more obvious what the tests are doing git-svn-id: -2005-06-28 02:26 seanius + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1285 f882894a-f735-0410-b71e-b25c423dba1c - * [r1195] plugins/check_load.c: - set LC_NUMERIC to POSIX in check_load (1164325) +2005-11-14 Ton Voon -2005-06-28 00:26 seanius + * doc/developer-guidelines.sgml: Added section re: translations git-svn-id: - * [r1194] configure.in, plugins/Makefile.am, plugins/check_swap.c: - scanf parsing fix for check_swap from tracker id 1123292. now use - floor(3) to round down floating point numbers. requires -lm on - many systems, so support for testing for this was added to the - configure.in and automake template + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1284 f882894a-f735-0410-b71e-b25c423dba1c -2005-06-27 13:07 seanius +2005-11-14 Benoit Mortier - * [r1193] plugins/check_hpjd.c: - fixes from richard brodie (tracker id 1216576) + * plugins/check_http.c: localization cleaning ... last commit + before sleeping git-svn-id: -2005-06-26 16:27 seanius + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1283 f882894a-f735-0410-b71e-b25c423dba1c - * [r1192] contrib/check_dl_size.pl, contrib/check_ftpget.pl, - contrib/check_logins.c, contrib/check_mysql.c, - contrib/check_mysql.pl, contrib/check_mysqlslave.pl, - contrib/check_nwstat.pl, contrib/check_pop3.pl, - contrib/check_procl.sh, contrib/check_procr.sh: - spring cleaning of contrib directory from andreas +2005-11-14 Benoit Mortier -2005-06-26 16:18 seanius + * plugins/check_dig.c, plugins/check_disk.c, plugins/check_dns.c, + plugins/check_dummy.c, plugins/check_fping.c, plugins/check_game.c: + start of the cleaning of the localization git-svn-id: - * [r1191] contrib/tarballs/berger-ping.tar.gz, - contrib/tarballs/check_memory.tgz, - contrib/tarballs/check_spread.tar, - contrib/tarballs/radius.tar.gz: - removal of obsolete tarballs + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1282 f882894a-f735-0410-b71e-b25c423dba1c -2005-06-26 01:23 seanius +2005-11-12 Ton Voon - * [r1190] plugins/check_swap.c: - "asprintf madness" fix from andreas' patch to np-d, minus the - comments. + * THANKS.in, plugins/t/check_disk.t: Updated check_disk tests to use + Test::More (Serhan Kiymaz) git-svn-id: -2005-06-05 17:43 seanius + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1281 f882894a-f735-0410-b71e-b25c423dba1c - * [r1189] plugins/check_tcp.c: - check_tcp code cleanup from andreas plus fix to andreas' patch - from sean +2005-11-09 Ton Voon -2005-06-03 13:53 seanius + * plugins/t/check_mysql.t: Using Test::More git-svn-id: - * [r1188] plugins/check_procs.c: - gcc 2.x fixes from edward + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1280 f882894a-f735-0410-b71e-b25c423dba1c -2005-06-01 19:41 sghosh +2005-11-09 Ton Voon - * [r1187] plugins/check_snmp.c: - only load mibs if needed or specified - patch 1212395 + * NPTest.pm, plugins/t/check_imap.t, plugins/t/check_swap.t: Added + new NPTest->testCmd which returns objects back for testing at the + test script level. Updated check_swap and check_imap to this new + format git-svn-id: -2005-05-28 01:21 seanius + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1279 f882894a-f735-0410-b71e-b25c423dba1c - * [r1186] plugins/check_load.c: - bugfixes to check_load thanks to andreas +2005-11-09 Ton Voon -2005-05-26 02:13 seanius + * plugins/check_swap.c: Problem where absolute thresholds not + working on /proc/meminfo systems. Suffixed all variables with the + unit of measurement git-svn-id: - * [r1185] plugins/check_mysql.c: - fix for check_msyql so that it doesn't use column numbers but the - names instead for determining slave status. thanks to james - kingston. + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1278 f882894a-f735-0410-b71e-b25c423dba1c -2005-05-25 17:42 sghosh +2005-11-09 Ton Voon - * [r1183] plugins/check_time.c: - 64bit sys support - 1185713 + * configure.in: Typo with predetermined values git-svn-id: -2005-05-25 15:40 sghosh + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1277 f882894a-f735-0410-b71e-b25c423dba1c - * [r1182] plugins/check_snmp.c: - support for getnext - 1106430 +2005-11-09 Ton Voon -2005-05-25 14:25 sghosh + * doc/developer-guidelines.sgml: Added copyright/license info + required in submissions git-svn-id: - * [r1181] plugins/check_ping.c: - RH9 pattern + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1276 f882894a-f735-0410-b71e-b25c423dba1c -2005-05-25 14:05 sghosh +2005-11-09 Ton Voon - * [r1180] plugins-scripts/check_ntp.pl: - perfdata patch - 1172539 + * doc/NEW_STARTERS, doc/developer-guidelines.sgml: Updated dev + guidelines to link to NagiosExchange. Removed project admin notes + from guidelines into separate file git-svn-id: -2005-05-25 03:37 sghosh + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1275 f882894a-f735-0410-b71e-b25c423dba1c - * [r1179] plugins-scripts/check_ntp.pl: - new option for zero offset - 1159317 +2005-11-07 M. Sean Finney -2005-05-25 03:23 sghosh + * configure.in: incorporated patch from Elan RuusamĂ€e (ahmake) to + override program autodetection (see Feature Requests-1341528). i + would not call this quite complete just yet (i'll explain more in + the tracker), but should be functional and useful enough to commit + now, in any case. git-svn-id: - * [r1178] plugins/check_snmp.c: - v2c support - 1155754 + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1274 f882894a-f735-0410-b71e-b25c423dba1c -2005-05-25 00:43 seanius +2005-11-04 Ton Voon - * [r1177] configure.in, plugins/check_nagios.c, - plugins/check_procs.c: - fixes for check_procs: - added support for printing the pid in - all the ps outputs - don't use the proc name to ignore self, use - the pid vs getpid(). - initialize procetime to null string - otherwise -vvv can have funny results + * THANKS.in, plugins/check_tcp.c, plugins/t/check_imap.t: Fixed + --mismatch option for check_tcp. Added tests into check_imap (Rick + Fey - 1339134) git-svn-id: -2005-05-25 00:30 seanius + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1273 f882894a-f735-0410-b71e-b25c423dba1c - * [r1176] plugins/check_tcp.c, plugins/netutils.c, - plugins/netutils.h: - bah, my_connect is taken by mysql. now calling it np_net_connect. +2005-11-03 Ton Voon -2005-05-24 22:33 sghosh + * Makefile.am, tools/tinderbox_build: Adding new tinderbox build + script git-svn-id: - * [r1175] plugins-scripts/check_ntp.pl: - patched bug id 1200030 - regex update + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1272 f882894a-f735-0410-b71e-b25c423dba1c -2005-05-24 22:10 sghosh +2005-11-03 Ton Voon - * [r1174] plugins-scripts/check_ntp.pl: - patched bug id 1204636 + * plugins/t/check_disk.t, plugins/t/check_procs.t: Invalid mount + point doesn't make sense because most df implementations would work + out the actual mount point. And fixed typo in check_procs.t git-svn-id: -2005-05-24 20:25 seanius + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1271 f882894a-f735-0410-b71e-b25c423dba1c - * [r1173] plugins/check_tcp.c, plugins/netutils.c, - plugins/netutils.h: - optimizations and cleanup from andreas +2005-11-03 Ton Voon -2005-05-23 05:09 seanius + * NPTest.pm, plugins/t/check_http.t, plugins/t/check_time.t: Fixing + some test failures git-svn-id: - * [r1172] nagios-plugins.spec.in: - build fix + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1270 f882894a-f735-0410-b71e-b25c423dba1c -2005-05-03 02:00 seanius +2005-11-02 M. Sean Finney - * [r1171] plugins/check_ping.c: - setlocale(LC_ALL, "") should be setlocale(LC_NUMERIC, "C") to - properly parse the output of ping. + * plugins/check_disk.c: #995761: patch from ben o'hara to include + inode calculations in check_disk.c. previous commit also had a patch for smtp auth support, but i + accidentally sent a blank commit message. git-svn-id: -2005-05-03 01:52 seanius + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1269 f882894a-f735-0410-b71e-b25c423dba1c - * [r1170] plugins/check_tcp.c: - if check_tcp was called with -e but not -s, it would hang in a - call to my_recv. the fix committed here adds on more piece of - logic to the check to see if more data needs to be read, avoiding - the deadlock call. a better fix would be to not use these - "voodoo" heuristics and instead use poll() or select(), but - that's quite a bit more complicated. +2005-11-02 M. Sean Finney -2005-05-01 20:12 seanius + * plugins/check_smtp.c: check_smtp.c git-svn-id: - * [r1169] plugins/popen.c, plugins/popen.h: - better error checking in spopen signal handler (see 1107524) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1268 f882894a-f735-0410-b71e-b25c423dba1c -2005-05-01 19:50 seanius +2005-10-31 M. Sean Finney - * [r1168] configure.in: - provide a --with-perl option + * configure.in, plugins/check_game.c, plugins/check_http.c, + plugins/check_nagios.c, plugins/check_snmp.c, plugins/check_swap.c, + plugins/check_tcp.c, plugins/common.h, plugins/netutils.c, + plugins/netutils.h, plugins/sslutils.c: code cleanups, largely + resulting from turning on -Wall. mostly unused variables and + explicit casting issues, but there were a couple gotchas in there + too. git-svn-id: -2005-04-29 00:27 stanleyhopcroft + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1267 f882894a-f735-0410-b71e-b25c423dba1c - * [r1167] contrib/check_sybase: - check_sybase 0.7 from Simon Bellman. Thx +2005-10-30 M. Sean Finney -2005-04-19 00:16 seanius + * plugins/Makefile.am: turned on -Wall in plugins/Makefile.am via + AM_CFLAGS. shouldn't keep our heads in the sand for potential + errors, after all :) git-svn-id: - * [r1166] plugins-scripts/check_ntp.pl: - regexp fix for check_ntp + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1266 f882894a-f735-0410-b71e-b25c423dba1c -2005-04-19 00:09 seanius +2005-10-30 M. Sean Finney - * [r1165] configure.in: - check for the -w flag for ping6 as well as ping + * plugins/check_tcp.c: another fix from alex: check for '/' in the + server_address before trying to resolve it via is_host(). git-svn-id: -2005-04-17 22:22 seanius + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1265 f882894a-f735-0410-b71e-b25c423dba1c - * [r1164] plugins-scripts/check_disk_smb.pl: - also change the --help output to reflect that check_disk_smb - defaults to empty passwords +2005-10-30 M. Sean Finney -2005-04-16 06:09 seanius + * plugins/check_tcp.c: fixes for some bugs found in my merging of + the tcp socket patch git-svn-id: - * [r1163] plugins-scripts/check_disk_smb.pl: - patch to check_disk_smb to allow empty passwords + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1264 f882894a-f735-0410-b71e-b25c423dba1c -2005-04-14 04:13 seanius +2005-10-29 M. Sean Finney - * [r1162] plugins-scripts/check_mailq.pl: - check_mailq fix, don't be case sensitive matching - /^\s+Total\sRequests:\s(\d+)$/ + * plugins-scripts/check_log.sh: check_log fixes from Ade Rixon git-svn-id: -2005-04-14 04:07 seanius + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1263 f882894a-f735-0410-b71e-b25c423dba1c - * [r1161] plugins-scripts/check_ntp.pl: - typographical fix in check_ntp +2005-10-29 M. Sean Finney -2005-04-11 18:02 seanius + * plugins/Makefile.am: patch from nsturm: Makefile.am should have + been checking for check_ldap instead of check_ldaps. the result was + that check_ldaps was not being created during the build process. git-svn-id: - * [r1160] plugins/check_ssh.c: - properly call close() on the ssh connection before exiting. + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1262 f882894a-f735-0410-b71e-b25c423dba1c -2005-04-11 03:07 seanius +2005-10-25 M. Sean Finney - * [r1159] configure.in, plugins/check_tcp.c: - this should add support for check_ssmtp, based on the 1.3.x patch - in 1155562, but fixed to follow how things are done in 1.4 (using - strdup instead of asprintf) and patching configure.in instead of - configure. + * COPYING, configure.in, plugins/Makefile.am, plugins/check_tcp.c, + plugins/netutils.c, plugins/netutils.h, plugins/utils.h, po/de.po, + po/fr.po: - added code to allow check_tcp (via np_net_connect) work with local unix sockets. some testing would be welcome. based on idea from Alex Samorukov. - also introduced a check_clamd behavior in check_tcp. git-svn-id: -2005-04-07 04:33 seanius + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1261 f882894a-f735-0410-b71e-b25c423dba1c - * [r1158] plugins/check_smtp.c: - in honor of joining up, my first bugfix. this should resolve - 1174070. - - note i don't have an exchange server to test this against, but it - does what the requester mentioned (slightly cleaner than the - patch attached in the tracker). - - it does, however, still work against my own postfix server :) - - sean +2005-10-24 M. Sean Finney -2005-04-05 21:26 harpermann + * plugins/Makefile.am, plugins/check_by_ssh.c, plugins/check_dig.c, + plugins/check_dns.c, plugins/check_game.c, plugins/check_nagios.c, + plugins/netutils.c, plugins/runcmd.c, plugins/utils.c, + plugins/utils.h: initial merging of ae's np_runcmd code into + selected plugins. git-svn-id: - * [r1157] plugins/check_snmp.c: - This is a first cut at adding performance data to check_snmp. I - wasn't sure how to handle UOM so only values that return SNMP - type Counter32: are labled with "c". All other values have a - blank UOM. I also left off warn, crit, max and min values in the - performance data until we come up with a way to handle them. + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1260 f882894a-f735-0410-b71e-b25c423dba1c -2005-04-04 18:25 tonvoon +2005-10-23 M. Sean Finney - * [r1156] THANKS.in: - More contributors + * configure.in: whoops, missed this one, same as last commit git-svn-id: -2005-04-04 18:24 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1259 f882894a-f735-0410-b71e-b25c423dba1c - * [r1155] plugins/check_smtp.c: - Fix static buffer (Nikolay Sturm) +2005-10-23 M. Sean Finney -2005-03-18 03:14 mattkent + * plugins/Makefile.am, plugins/netutils.c, plugins/sslutils.c: - compartmentalized ssl code into seperate sslutils.c - ssl-related cleanups in configure.in, and now openssl/gnutls + options automatically disable each other. git-svn-id: - * [r1154] plugins/check_mysql.c: - Replication check support for 4.1.x from Gerrit Beine + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1258 f882894a-f735-0410-b71e-b25c423dba1c -2005-03-08 06:19 tonvoon +2005-10-19 M. Sean Finney - * [r1149] plugins-scripts/check_ntp.pl: - Added OS info for offset issue + * plugins/check_http.c, plugins/check_smtp.c, plugins/check_tcp.c, + plugins/netutils.c, plugins/netutils.h: all plugins now using + centralized ssl functions in netutils.c git-svn-id: -2005-03-04 22:20 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1257 f882894a-f735-0410-b71e-b25c423dba1c - * [r1148] plugins-scripts/check_ntp.pl: - Ignore extra check on offset 0.00000 (John Warburton - 1150777) +2005-10-19 M. Sean Finney -2005-03-04 21:58 tonvoon + * plugins/check_http.c: endif was a few lines off of where it should + be git-svn-id: - * [r1146] plugins/check_disk.c, plugins/check_smtp.c, - plugins/check_ups.c: - Fixed // comments (Steve Greenland - 1143836) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1256 f882894a-f735-0410-b71e-b25c423dba1c -2005-03-04 21:50 tonvoon +2005-10-19 M. Sean Finney - * [r1145] plugins-scripts/check_ntp.pl: - Support for IPv6 (Merijn Evertse - 1119917) + * configure.in, plugins-root/Makefile.am, plugins/Makefile.am, + plugins/check_http.c, plugins/check_smtp.c, plugins/check_tcp.c, + plugins/common.h, plugins/netutils.c, plugins/netutils.h: - initial attempt at consolidating ssl-related code into + netutils.{c,h} - added some #ifdefs to common.h and netutils.h to prevent multiple inclusions (as netlibs now includes common.h) - all ssl plugins (tcp/http/smtp) compile cleanly against gnutls, + though certificate checking still needs to be done. - modified configure script so you can also explicitly say + "without-gnutls" too (otherwise if you disable openssl you have no + way of disabling gnutls too) git-svn-id: -2005-03-04 21:04 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1255 f882894a-f735-0410-b71e-b25c423dba1c - * [r1144] configure.in, package.def: - Changed to next version number +2005-10-18 M. Sean Finney -2005-03-04 21:03 tonvoon + * configure.in, plugins/check_tcp.c: initial "experimental" support + for gnutls. by default openssl is still used if available, and + gnutls is only used if openssl is not available or explicitly + disabled (--without-openssl). currently the only plugin i've + verified to work is check_tcp, but i had to disable cert checking. git-svn-id: - * [r1143] doc/RELEASING: - Notes on branching + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1254 f882894a-f735-0410-b71e-b25c423dba1c -2005-03-04 20:43 tonvoon +2005-10-18 Ton Voon - * [r1141] CHANGES: - Missed check_disk addition to 1.4 + * README: Added license information to README with exemption for use + of OpenSSL git-svn-id: -2005-02-11 11:49 stanleyhopcroft + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1253 f882894a-f735-0410-b71e-b25c423dba1c - * [r1140] plugins/Makefile.am: - Fix for check_icmp build on Solaris from Andreas Ericsson - +2005-10-13 Ton Voon -2005-02-04 00:44 tonvoon + * configure.in: Run spopen tests for Redhat ES SMP (Hans Engelen) git-svn-id: - * [r1138] configure.in: - For 1.4 release + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1252 f882894a-f735-0410-b71e-b25c423dba1c -2005-02-04 00:43 tonvoon +2005-10-13 M. Sean Finney - * [r1137] ChangeLog: - Updated for 1.4 release + * po/de.po: debian bts #313960: - grammatical german fixes. i'm taking the reporter's word for it + :) git-svn-id: -2005-02-04 00:29 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1251 f882894a-f735-0410-b71e-b25c423dba1c - * [r1136] BUGS: - New file to note known bugs for major releases +2005-10-13 M. Sean Finney -2005-02-04 00:28 tonvoon + * plugins-scripts/check_ntp.pl: debian bts #268044: - use a "less beastly" regex for parsing ntpq output. probably need some more widespread testing on this one. git-svn-id: - * [r1135] CHANGES: - Reordering of items with most important announcements first + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1250 f882894a-f735-0410-b71e-b25c423dba1c -2005-02-04 00:27 stanleyhopcroft +2005-10-13 M. Sean Finney - * [r1134] contrib/check_oracle_tbs: - New version (1.1) from John Koyle + * plugins/check_disk.c: debian bts #296278: - it seems that when check_disk uses the "df" routines and is told + to check a non-mountpoint, it would check the filesystem on which + the directory was mounted (i.e. /var/log -> /var if no /var/log + mount). the system-call routines now do this too. might need a bit + more widespread testing, but looks good for me and i did it without modifying any of the system-call-specific codeblocks. git-svn-id: -2005-02-04 00:26 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1249 f882894a-f735-0410-b71e-b25c423dba1c - * [r1133] Makefile.am: - BUGS file addition to release +2005-10-13 M. Sean Finney -2005-02-04 00:26 tonvoon + * plugins/check_game.c: debian bts #307905: - someone changed the cmdline syntax of check game without also updating the usage/help function ;p git-svn-id: - * [r1132] README: - Cleanup and addition of reference to BUGS file + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1248 f882894a-f735-0410-b71e-b25c423dba1c -2005-02-04 00:25 tonvoon +2005-10-13 M. Sean Finney - * [r1131] doc/RELEASING: - Updated with corrections. Added note to update BUGS file + * plugins-scripts/check_disk_smb.pl: debian bts #300701: - check_smb fix for freespace threshold parsing from the cmdline + options. git-svn-id: -2005-02-03 23:52 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1247 f882894a-f735-0410-b71e-b25c423dba1c - * [r1130] THANKS.in: - Patch against check_log +2005-10-13 M. Sean Finney -2005-02-03 23:51 tonvoon + * plugins/check_smtp.c: multiple fixes in check_smtp from debian + (bts #285554): - fix for double free via SSL_CTX_free. looks like the previous + author knew this was a problem but didn't care enough to fix it ;p. - use defines instead of const chars for SMTP strings. - default to send our fqdn (via gethostbyname lookup on gethostname) in the HELO string, as this is an RFC/SMTP requirement. + overridable via cmdline. - use EHLO instead of HELO if using STARTTLS, as it is not SMTP but ESMTP. - verify the server supports STARTTLS before initializing it. - always send QUIT before disconnecting when possible. git-svn-id: - * [r1129] plugins-scripts/check_log.sh: - Check for log file readability + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1246 f882894a-f735-0410-b71e-b25c423dba1c -2005-02-02 09:47 stanleyhopcroft +2005-10-13 M. Sean Finney - * [r1128] contrib/check_email_loop.pl: - Add debug option from John Rouillard + * plugins/check_mrtg.c: was this plugin even working? i don't think + the if/else logic was doing what was intended. git-svn-id: -2005-02-02 06:42 stanleyhopcroft + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1245 f882894a-f735-0410-b71e-b25c423dba1c - * [r1127] plugins/check_ide_smart.c: - try again to stop looping +2005-10-13 M. Sean Finney -2005-02-02 05:44 stanleyhopcroft + * plugins/check_mysql.c: check mysql now reads [client] defaults + from my.cnf (debian bug #278817) git-svn-id: - * [r1126] plugins/check_ide_smart.c: - restructure main() to stop looping on -n + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1244 f882894a-f735-0410-b71e-b25c423dba1c -2005-02-01 12:43 stanleyhopcroft +2005-10-06 M. Sean Finney - * [r1125] contrib/check_traceroute-pure_perl.pl: - Thank you to Myke Place for check_traceroute-pure_perl.pl + * plugins/check_ups.c: fix for misreporting temperature in perfdata + output for check_ups (debian bts id: #316534) git-svn-id: -2005-02-01 12:42 stanleyhopcroft + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1243 f882894a-f735-0410-b71e-b25c423dba1c - * [r1124] THANKS.in: - Thank you for contributed plugins +2005-10-06 M. Sean Finney -2005-02-01 12:30 stanleyhopcroft + * configure.in, plugins-root/Makefile.am: whoops. now using + automake conditionals to prevent attempted compiles of pst3 on non + solaris systems. git-svn-id: - * [r1123] plugins/Makefile.am: - check_icmp added to libexec_PROGRAMS + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1242 f882894a-f735-0410-b71e-b25c423dba1c -2005-02-01 12:25 stanleyhopcroft +2005-09-25 M. Sean Finney - * [r1122] CHANGES: - check_icmp no longer regarded as volatile; built by default + * plugins-root/Makefile.am: added rules to Makefile.am for pst3 git-svn-id: -2005-02-01 12:23 stanleyhopcroft + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1241 f882894a-f735-0410-b71e-b25c423dba1c - * [r1121] plugins/linux.h: - plugins/linux.h, vestigeal header required for prior versions of - check_icmp, no longer required. +2005-09-24 M. Sean Finney -2005-02-01 07:35 stanleyhopcroft + * configure.in: a final change to hardcode the path for where + plugins are installed. it's a very, very ugly hack... if anyone can + think of a better way to do it, i'm all ears. git-svn-id: - * [r1120] CHANGES: - Amendments for check_icmp + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1240 f882894a-f735-0410-b71e-b25c423dba1c -2005-02-01 07:34 stanleyhopcroft +2005-09-22 M. Sean Finney - * [r1119] plugins/Makefile.am: - hacks to partly support check_icmp.c (1.0). + * configure.in: use test instead of '[ ... ]' in configure.in. the + check_procs/pst3 situation is still not quite fixed. git-svn-id: -2005-02-01 07:33 stanleyhopcroft + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1239 f882894a-f735-0410-b71e-b25c423dba1c - * [r1118] plugins/check_icmp.c: - Revised check_icmp (1.0) from A Ericsson. +2005-09-22 M. Sean Finney -2005-02-01 04:20 stanleyhopcroft + * THANKS.in, configure.in, plugins-root/pst3.c: first version of bob + ingraham's pst3 to allow checking for longer cmdline names than + otherwise possible, by querying solaris kmem directly (ps forcibly + truncates). added requisite configure.in voodoo and updated + THANKS.in. git-svn-id: - * [r1117] contrib/check_asterisk.pl, contrib/check_email_loop.pl, - contrib/check_http-with-client-certificate.c, - contrib/tarballs/check_traffic-0.91b.tar.gz: - New or revised plugin in /contrib + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1238 f882894a-f735-0410-b71e-b25c423dba1c -2005-01-28 22:42 stanleyhopcroft +2005-09-22 Ton Voon - * [r1116] contrib/check_sybase: - New version of Simon Bellwoods check_sybase (0.4). Thank you. + * po/POTFILES.in: Mark moving of check_dhcp and check_icmp for + translation git-svn-id: -2005-01-27 10:34 stanleyhopcroft + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1237 f882894a-f735-0410-b71e-b25c423dba1c - * [r1115] contrib/check_traceroute.pl: - Jon Meek's check_traceroute for Mon hacked by YT for Nagios. Prob - pretty weak +2005-09-21 Ton Voon -2005-01-27 10:32 stanleyhopcroft + * AUTHORS, THANKS.in: Updated with contributors and new team member git-svn-id: - * [r1114] contrib/check_smart.pl: - Candidate successor to /plugins/check_ide_smart.c. Now in - /contrib. NB there is another new plugin with sim function + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1236 f882894a-f735-0410-b71e-b25c423dba1c -2005-01-27 04:54 stanleyhopcroft +2005-09-21 Ton Voon - * [r1113] contrib/check_fan_cpq_present, - contrib/check_fan_fsc_present, contrib/check_mysqlslave.pl, - contrib/check_temp_cpq, contrib/check_temp_fsc: - New /contrib plugin + * plugins/check_nwstat.c: Reopen connections for each query (1296296 + - David Sullivan) git-svn-id: -2005-01-27 04:46 stanleyhopcroft + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1235 f882894a-f735-0410-b71e-b25c423dba1c - * [r1112] contrib/check_arping.pl, contrib/check_cpqarray.c, - contrib/check_frontpage, contrib/check_logins.c, - contrib/check_oracle_tbs, contrib/check_pcpmetric.py, - contrib/check_pfstate: - New /contrib plugin +2005-09-21 Ton Voon -2005-01-27 02:27 stanleyhopcroft + * plugins/check_dhcp.c, plugins/check_icmp.c: Moved into + plugins-root/ git-svn-id: - * [r1111] CHANGES, THANKS.in, contrib/README.TXT, po/de.po, - po/fr.po: - 1 New /contrib plugins 2 Revised check_dhcp.c status in CHANGES + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1234 f882894a-f735-0410-b71e-b25c423dba1c -2005-01-27 01:38 harpermann +2005-09-21 Ton Voon - * [r1110] plugins/Makefile.am: - Added check_dhcp bask into libexec_PROGRAMS after talking with - Stanley. + * ACKNOWLEDGEMENTS, CHANGES, Makefile.am, README, configure.in, + plugins-root/.cvsignore, plugins-root/Makefile.am, + plugins-root/check_dhcp.c, plugins-root/check_icmp.c, + plugins/Makefile.am: Separation of root setuid plugins into + plugins-root/ git-svn-id: -2005-01-26 21:39 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1233 f882894a-f735-0410-b71e-b25c423dba1c - * [r1109] THANKS.in: - More contributors +2005-09-20 Ton Voon -2005-01-26 21:21 tonvoon + * configure.in: Incorrect assignment of procppid in configure.in + (1296497 - Pascal Larisch) git-svn-id: - * [r1108] plugins/check_dig.c: - Convert tabs to spaces from dig's answer section (Randy O'Meara - - 1107651) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1232 f882894a-f735-0410-b71e-b25c423dba1c -2005-01-26 20:53 tonvoon +2005-09-20 Ton Voon - * [r1107] REQUIREMENTS: - Add recommendation for check_procs on Mandrake systems (Paulo - Fessel - 1106849) + * configure.in, plugins/t/check_procs.t: Support for Tru64 for + check_procs + additional test cases git-svn-id: -2005-01-25 22:15 stanleyhopcroft + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1231 f882894a-f735-0410-b71e-b25c423dba1c - * [r1106] plugins/check_ide_smart.c: - Display usage if no argv (Reuben Farrelly) +2005-09-19 Ton Voon -2005-01-25 18:11 harpermann + * doc/RELEASING: Note to update version number before creating + ChangeLog git-svn-id: - * [r1105] plugins/check_dhcp.c: - Tracker:1109261 This was an alignment problem on Solaris. Linux - kernel fixes alignment so this was not seen there. Memcpy takes - care of proper alignment. Tested on RHEL V3 U3, RHEL V4, FreeBSD - 4.10 (Thanks Stanley!) and Solaris 9 with the GNU env. + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1230 f882894a-f735-0410-b71e-b25c423dba1c -2005-01-25 12:43 stanleyhopcroft +2005-09-19 Ton Voon - * [r1104] plugins/check_ide_smart.c: - Trivial text changes (print_help, commentary & -n option) + * configure.in, package.def: For 1.4.2 release git-svn-id: -2005-01-25 09:20 stanleyhopcroft + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1228 f882894a-f735-0410-b71e-b25c423dba1c - * [r1103] contrib/check_dhcp.c, - contrib/tarballs/check_icmp-0.8.tar.gz: - moved to /plugins (core plugin) +2005-09-19 Ton Voon -2005-01-25 09:19 stanleyhopcroft + * ChangeLog: Updated for 1.4.2 release git-svn-id: - * [r1102] contrib/tarballs/check_cit.tgz: - replaced by contrib/check_ica* (esp check_ica_metaframe_pub_apps) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1227 f882894a-f735-0410-b71e-b25c423dba1c -2005-01-25 09:15 stanleyhopcroft +2005-09-19 Ton Voon - * [r1101] contrib/check_citrix: - Replaced by the check_ica* pair of plugins (mainly - check_ica_metaframe_pub_apps) + * doc/RELEASING: Reminders for news item and tag format git-svn-id: -2005-01-25 09:12 stanleyhopcroft + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1226 f882894a-f735-0410-b71e-b25c423dba1c - * [r1100] contrib/packet_utils.pm: - packet creation and dumping hacks used by check_ica* and - check_lotus +2005-09-19 Ton Voon -2005-01-25 09:09 stanleyhopcroft + * BUGS: Updated BUGS for 1.4.2 release git-svn-id: - * [r1099] contrib/check_ica_master_browser.pl: - New plugin - checks that ICA master browser is what it should be - (important for firewalled dialup) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1225 f882894a-f735-0410-b71e-b25c423dba1c -2005-01-25 09:07 stanleyhopcroft +2005-09-19 Ton Voon - * [r1098] contrib/check_ica_metaframe_pub_apps.pl: - Replacement (structured name mainly) for check_citrix: check of - ICA browse service + * THANKS.in: More contributors git-svn-id: -2005-01-25 09:05 stanleyhopcroft + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1224 f882894a-f735-0410-b71e-b25c423dba1c - * [r1097] contrib/check_ica_program_neigbourhood.pl: - New plugin to check Citrix Metaframe XP "Program Neighbourhood" +2005-09-15 Ton Voon -2005-01-25 09:04 stanleyhopcroft + * plugins/t/check_ping.t: Added test to make sure hostname has to be + specified git-svn-id: - * [r1096] contrib/check_lotus.pl: - New plugin to check responsiveness of Louts Notes (v5 at least) - servers + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1223 f882894a-f735-0410-b71e-b25c423dba1c -2005-01-24 23:17 stanleyhopcroft +2005-09-15 Ton Voon - * [r1095] plugins/Makefile.am: - Removed check_dhcp and check_icmp from libexec_PROGRAMS (ie dont - build by defaut) + * plugins/check_procs.c, plugins/check_swap.c: - Cleanup minor compile errors on Irix git-svn-id: -2005-01-24 23:15 stanleyhopcroft + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1222 f882894a-f735-0410-b71e-b25c423dba1c - * [r1094] CHANGES: - Notes about check_dhcp and check_icmp (no longer built by - default, use at own peril, volatile) +2005-09-14 Ton Voon -2005-01-21 09:24 stanleyhopcroft + * plugins/check_ping.c: Using common message git-svn-id: - * [r1093] configure.in: - Set arch specifc preprocessor symbols in config.h. TEMPORARY hack - for check_dhcp.c [on FreeBSD 4: /check_dhcp -i fxp0 -> DHCP ok: - Received 1 DHCPOFFER(s), max lease time = 259200 sec. + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1221 f882894a-f735-0410-b71e-b25c423dba1c -2005-01-21 01:03 harpermann +2005-09-14 Ton Voon - * [r1092] plugins/check_snmp.c: - Tracker 1106378 fixed - The -t (timeout) arg was not handled - correctly when passed to the snmpget command. Added -e --retries - for the correct retries value to snmpcmd. + * plugins/check_ping.c: Required hostname not flagging as an error git-svn-id: -2005-01-21 00:01 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1220 f882894a-f735-0410-b71e-b25c423dba1c - * [r1091] doc/developer-guidelines.sgml: - Changing copyright to the Nagios Plugins Development Team, rather - than individual names. Also, clarified use of ACKNOWLEDGEMENTS, - THANKS.in and AUTHORS +2005-09-14 Ton Voon -2005-01-20 23:40 harpermann + * plugins/Makefile.am: Some makes do not like blank lines after "\". + Fixed check_ldaps to only generate if check_ldap was created + (Chester Hosey) git-svn-id: - * [r1090] plugins/check_http.c: - Changed long argument --minmax to --pagesize and updated help and - usage + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1219 f882894a-f735-0410-b71e-b25c423dba1c -2005-01-20 23:39 tonvoon +2005-09-14 Ton Voon - * [r1089] AUTHORS, Makefile.am, THANKS.in: - The AUTHORS file now used for the plugin team, with THANKS.in as - the contributors list. + * plugins/check_load.c: Fix to parsing of uptime (Ronald Tin - + 1254656) git-svn-id: -2005-01-20 23:37 harpermann + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1218 f882894a-f735-0410-b71e-b25c423dba1c - * [r1088] CHANGES: - Added comment about check_http --pagesize and added max value to - page size check +2005-09-14 Ton Voon -2005-01-20 23:25 tonvoon + * configure.in: - Removing typos git-svn-id: - * [r1087] AUTHORS: - Added Sean for bug reports + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1217 f882894a-f735-0410-b71e-b25c423dba1c -2005-01-20 22:50 harpermann +2005-09-13 Ton Voon - * [r1086] plugins/check_http.c: - Tracker 1099682 fix. Now getting the page size from - Content-Length in the header. Added max value to the -m switch so - can do "-m min:max". Retained "-m min" convention. Renamed long - arg name to --minmax + * plugins/check_ping.c: More diagnostic messages from check_ping git-svn-id: -2005-01-19 23:39 harpermann + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1216 f882894a-f735-0410-b71e-b25c423dba1c - * [r1085] plugins/check_nt.c: - In the CHECK_COUNTER block, there were several strcats writing to - unallocated memory. Changed to asprintf. We're not freeing since - plugin run is short. +2005-09-12 M. Sean Finney -2005-01-19 21:14 tonvoon + * plugins/check_ping.c: re-add a call to setlocale(LC_ALL, "") in + check_ping.c git-svn-id: - * [r1084] plugins/check_swap.c: - Fixed parsing of AIX lsps command (1093522) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1215 f882894a-f735-0410-b71e-b25c423dba1c -2005-01-14 14:39 tonvoon +2005-09-12 Ton Voon - * [r1083] AUTHORS: - More contributors + * THANKS.in: For help in fixing Red Hat problem with ECHILD and + waitpid git-svn-id: -2005-01-14 10:59 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1214 f882894a-f735-0410-b71e-b25c423dba1c - * [r1081] configure.in: - Fixed ssl configure problems on Solaris (Bug 1096091) +2005-09-12 Ton Voon -2005-01-13 18:24 tonvoon + * Makefile.am, config_test/Makefile, config_test/child_test.c, + config_test/run_tests, configure.in, plugins/popen.c: ECHILD error + at waitpid on Red Hat systems (Peter Pramberger and Sascha Runschke + - 1250191) git-svn-id: - * [r1080] configure.in, plugins/check_swap.c: - Use floats for holding memory values to avoid different types on - different OSes. Seems to have a problem with the perf data for - check_swap on Sol 2.6, but not critical + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1213 f882894a-f735-0410-b71e-b25c423dba1c -2005-01-05 21:32 tonvoon +2005-08-30 Ton Voon - * [r1079] configure.in, package.def: - Update version number to next release + * plugins-scripts/subst.in: Better comments for what the + substitutions are doing git-svn-id: -2005-01-04 00:16 opensides + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1212 f882894a-f735-0410-b71e-b25c423dba1c - * [r1078] plugins/check_ide_smart.c: - still trying to fix #1094326 +2005-08-01 Ton Voon -2005-01-03 01:37 opensides + * doc/BRANCHING: Move notes on branching away from RELEASING git-svn-id: - * [r1077] plugins/check_ide_smart.c: - more fixes for #1094326 + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1210 f882894a-f735-0410-b71e-b25c423dba1c -2005-01-03 00:59 opensides +2005-08-01 Ton Voon - * [r1076] plugins-scripts/check_mailq.pl: - fixes for #1094324 + * BUGS, ChangeLog, REQUIREMENTS, configure.in, package.def: For + 1.4.1 release git-svn-id: -2005-01-02 14:00 opensides + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1209 f882894a-f735-0410-b71e-b25c423dba1c - * [r1075] plugins/check_ide_smart.c: - fixing bug #1094326 - - still need to check the makefile for check_ide_smart.c +2005-07-25 Peter Bray -2005-01-01 16:15 tonvoon + * NPTest.pm: Change the environment variable NPTESTCACHE to + NPTEST_CACHE for consistancy git-svn-id: - * [r1074] plugins/check_smtp.c: - Removed old terminate function (Bug 1093491) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1208 f882894a-f735-0410-b71e-b25c423dba1c -2004-12-30 17:17 tonvoon +2005-07-25 Peter Bray - * [r1072] ChangeLog: - Updated with r1_4-beta1 details + * Helper.pm, Makefile.am, NPTest.pm, configure.in, + plugins-scripts/t/check_rpc.t, plugins/t/check_disk.t, + plugins/t/check_dns.t, plugins/t/check_fping.t, + plugins/t/check_ftp.t, plugins/t/check_hpjd.t, + plugins/t/check_http.t, plugins/t/check_imap.t, + plugins/t/check_load.t, plugins/t/check_mysql.t, + plugins/t/check_ping.t, plugins/t/check_pop.t, + plugins/t/check_procs.t, plugins/t/check_smtp.t, + plugins/t/check_snmp.t, plugins/t/check_swap.t, + plugins/t/check_tcp.t, plugins/t/check_time.t, + plugins/t/check_udp.t, plugins/t/check_users.t, + plugins/t/check_vsz.t, test.pl.in: [1185704] New Testing + Infrastructure. Complete rewrite of the original testing + infrastructure and all test cases (to use the new infrastructure) + See NPTest.pm and issue 1185704 for more details. git-svn-id: -2004-12-30 14:23 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1207 f882894a-f735-0410-b71e-b25c423dba1c - * [r1071] CHANGES: - Note some syntax changes to check_disk +2005-07-20 Ton Voon -2004-12-30 14:22 tonvoon + * THANKS.in: More contributors git-svn-id: - * [r1070] doc/RELEASING: - Update package files for version + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1206 f882894a-f735-0410-b71e-b25c423dba1c -2004-12-30 14:21 tonvoon +2005-07-20 Ton Voon - * [r1069] AUTHORS: - For help with ps on FreeBSD 4 + * plugins/check_ping.c: Fix parsing for netkit-ping and iputils-ping + (Christian G Warden) git-svn-id: -2004-12-30 14:19 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1205 f882894a-f735-0410-b71e-b25c423dba1c - * [r1068] configure.in: - Get ps command for FreeBSD 4 (Tomasz Pilat) +2005-07-11 Ton Voon -2004-12-30 00:41 opensides + * plugins/check_nwstat.c: Miscelleneous bug fixes (Gerd Mueller - + 1235879) git-svn-id: - * [r1067] plugins/check_dhcp.c, plugins/check_dns.c, - plugins/check_ping.c, plugins/check_procs.c, - plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_swap.c, - plugins/check_tcp.c, po/de.po, po/fr.po, po/nagios-plugins.pot: - more internationalization fixes internationalization freeze for - beta1 + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1204 f882894a-f735-0410-b71e-b25c423dba1c -2004-12-28 23:40 opensides +2005-07-09 Ton Voon - * [r1066] AUTHORS, po/fr.po: - more internationalization + * BRANCHES: Changed format (already!) for awk simplicity git-svn-id: -2004-12-28 23:18 opensides + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1203 f882894a-f735-0410-b71e-b25c423dba1c - * [r1065] plugins/Makefile.am, plugins/check_smtp.c, po/fr.po: - starttls support for check_smtp #1041576 +2005-07-09 Ton Voon -2004-12-28 22:34 opensides + * BRANCHES: Master file to describe the current branches in CVS. + Will be used by sfsnapshot to create the snapshot tarballs git-svn-id: - * [r1064] AUTHORS, plugins/check_ping.c: - String match in check_ping for Solaris 10 #1091043 + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1202 f882894a-f735-0410-b71e-b25c423dba1c -2004-12-28 20:40 tonvoon +2005-07-06 Ton Voon - * [r1063] configure.in: - sys/param.h needed for sys/swap.h on openbsd 3.6 (Julien Touche) + * configure.in: Removed ",", causing problems with MacOSX compile git-svn-id: -2004-12-27 22:44 opensides + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1201 f882894a-f735-0410-b71e-b25c423dba1c - * [r1062] po/fr.po: - more internationalization +2005-07-06 Ton Voon -2004-12-25 23:17 opensides + * plugins/check_swap.c: Updated help file to remove swap -s + reference (Sivakumar Nellurandi) git-svn-id: - * [r1061] plugins/check_dig.c, plugins/check_disk.c, - plugins/check_dns.c, plugins/check_dummy.c, - plugins/check_fping.c, plugins/check_game.c, - plugins/check_hpjd.c, plugins/check_icmp.c, - plugins/check_ide_smart.c, plugins/check_ldap.c, - plugins/check_load.c, plugins/check_mrtg.c, - plugins/check_mrtgtraf.c, plugins/check_mysql.c, - plugins/check_nagios.c, plugins/check_nt.c, - plugins/check_nwstat.c, plugins/check_overcr.c, - plugins/check_pgsql.c, plugins/check_ping.c, - plugins/check_procs.c, plugins/check_radius.c, - plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c, - plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c, - plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c, - plugins/check_users.c, plugins/negate.c, plugins/netutils.c, - plugins/popen.c, plugins/popen.h, plugins/urlize.c, - plugins/utils.c, po/de.po, po/fr.po, po/nagios-plugins.pot: - various fixes for localization + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1200 f882894a-f735-0410-b71e-b25c423dba1c -2004-12-25 16:18 opensides +2005-07-06 Ton Voon - * [r1060] po/de.po, po/fr.po, po/nagios-plugins.pot: - new version of po files and pot file + * AUTHORS, THANKS.in: Sean Finney moved to main list of plugin + developers git-svn-id: -2004-12-25 12:25 opensides + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1199 f882894a-f735-0410-b71e-b25c423dba1c - * [r1059] package.def, po/POTFILES.in: - change realase name on package.def adding check_dhcp.c to - potfiles.in +2005-07-04 Benoit Mortier -2004-12-25 12:09 opensides + * : replace the version of check_traffic who was missing the plugin + by a good one git-svn-id: - * [r1058] plugins/check_by_ssh.c, plugins/check_dhcp.c: - internationalization of check_dhcp internationalization fixes of - check_ssh + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1198 f882894a-f735-0410-b71e-b25c423dba1c -2004-12-24 18:06 opensides +2005-06-29 M. Sean Finney - * [r1057] plugins/check_icmp.c, po/POTFILES.in, po/fr.po: - first pass at adapting to plugin guidelines and start of - localization + * plugins/runcmd.c, plugins/runcmd.h: initial versions of the runcmd + framework by andreas git-svn-id: -2004-12-23 18:54 opensides + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1197 f882894a-f735-0410-b71e-b25c423dba1c - * [r1056] plugins/check_http.c, po/fr.po: - internationalization fixes +2005-06-29 M. Sean Finney -2004-12-23 16:47 mwirtgen + * plugins/check_swap.c: divide by 0 fix for check_swap git-svn-id: - * [r1055] po/de.po: - german translations 391 to go + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1196 f882894a-f735-0410-b71e-b25c423dba1c -2004-12-23 09:30 tonvoon +2005-06-28 M. Sean Finney - * [r1054] ACKNOWLEDGEMENTS, configure.in, m4/np_curl.m4, - plugins/Makefile.am: - Another attempt at fixing check_http compile on Redhat EL3. Fixed - check_icmp compile (Lynne Lawrence - 1087171) - still some code - changes to check_icmp outstanding. Fixed compile of check_dhcp - (complaining about socklen_t). Added acknowledgements for - Coreutils and curl + * plugins/check_load.c: set LC_NUMERIC to POSIX in check_load + (1164325) git-svn-id: -2004-12-22 23:02 harpermann + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1195 f882894a-f735-0410-b71e-b25c423dba1c - * [r1053] plugins/check_nt.c: - Added check for "%" in COUNTER . If it exists, - is used as an arg to asprintf. If it doesn't exist, - is used as a label. If the formatting is wrong, the - program will segv. +2005-06-28 M. Sean Finney -2004-12-22 07:24 tonvoon + * configure.in, plugins/Makefile.am, plugins/check_swap.c: scanf + parsing fix for check_swap from tracker id 1123292. now use + floor(3) to round down floating point numbers. requires -lm on many + systems, so support for testing for this was added to the + configure.in and automake template git-svn-id: - * [r1052] lib/Makefile.am, lib/stdbool_.h: - File required from coreutils + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1194 f882894a-f735-0410-b71e-b25c423dba1c -2004-12-21 22:52 tonvoon +2005-06-27 M. Sean Finney - * [r1051] configure.in, plugins/Makefile.am: - Revert back to previous openssl checks (the ones from curl kept - having problems with later Redhat versions) + * plugins/check_hpjd.c: fixes from richard brodie (tracker id + 1216576) git-svn-id: -2004-12-21 22:36 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1193 f882894a-f735-0410-b71e-b25c423dba1c - * [r1050] m4/stdbool.m4: - Another m4 from coreutils +2005-06-26 M. Sean Finney -2004-12-21 15:45 tonvoon + * contrib/check_dl_size.pl, contrib/check_ftpget.pl, + contrib/check_logins.c, contrib/check_mysql.c, + contrib/check_mysql.pl, contrib/check_mysqlslave.pl, + contrib/check_nwstat.pl, contrib/check_pop3.pl, + contrib/check_procl.sh, contrib/check_procr.sh: spring cleaning of + contrib directory from andreas git-svn-id: - * [r1049] AUTHORS: - For their bug reports + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1192 f882894a-f735-0410-b71e-b25c423dba1c -2004-12-21 09:32 tonvoon +2005-06-26 M. Sean Finney - * [r1047] lib/Makefile.am, m4/Makefile.am, m4/np_coreutils.m4: - Fixed compile problem on Sol2.6 with stdbool.h + * : removal of obsolete tarballs git-svn-id: -2004-12-21 08:56 stanleyhopcroft + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1191 f882894a-f735-0410-b71e-b25c423dba1c - * [r1046] plugins/check_dhcp.c: - Commentary changes only: cite origin of copied code with - reference to ACK file +2005-06-26 M. Sean Finney -2004-12-21 08:55 stanleyhopcroft + * plugins/check_swap.c: "asprintf madness" fix from andreas' patch + to np-d, minus the comments. git-svn-id: - * [r1045] ACKNOWLEDGEMENTS: - ACK file contains the details of the authors of code copied by - the plugins + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1190 f882894a-f735-0410-b71e-b25c423dba1c -2004-12-21 05:00 mattkent +2005-06-05 M. Sean Finney - * [r1044] plugins/check_dns.c: - Add another error string match from Pasi Tiittanen + * plugins/check_tcp.c: check_tcp code cleanup from andreas plus fix + to andreas' patch from sean git-svn-id: -2004-12-20 22:20 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1189 f882894a-f735-0410-b71e-b25c423dba1c - * [r1043] plugins/check_nagios.c: - Corrected help for expiry units. Restored functionality of - searching for process arguments +2005-06-03 M. Sean Finney -2004-12-20 22:01 tonvoon + * plugins/check_procs.c: gcc 2.x fixes from edward git-svn-id: - * [r1042] plugins/check_nagios.c: - Updating help text to reflect using shortname instead of full - path for command + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1188 f882894a-f735-0410-b71e-b25c423dba1c -2004-12-20 21:38 tonvoon +2005-06-01 Subhendu Ghosh - * [r1041] configure.in: - - stupid typo + * plugins/check_snmp.c: only load mibs if needed or specified - + patch 1212395 git-svn-id: -2004-12-20 21:26 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1187 f882894a-f735-0410-b71e-b25c423dba1c - * [r1040] configure.in: - Fix compile errors when looking for openssl +2005-05-28 M. Sean Finney -2004-12-20 09:04 stanleyhopcroft + * plugins/check_load.c: bugfixes to check_load thanks to andreas git-svn-id: - * [r1039] COPYING, plugins/check_dhcp.c, po/de.po, po/fr.po: - Compilation fixes for check_dhcp.c HP-UX 11. Still fails on HP-UX - 10. Unknown if check_dhcp works on UX. + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1186 f882894a-f735-0410-b71e-b25c423dba1c -2004-12-18 18:28 mwirtgen +2005-05-26 M. Sean Finney - * [r1038] po/de.po: - Initial commit on german translation - 428 to go + * plugins/check_mysql.c: fix for check_msyql so that it doesn't use + column numbers but the names instead for determining slave status. + thanks to james kingston. git-svn-id: -2004-12-17 18:14 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1185 f882894a-f735-0410-b71e-b25c423dba1c - * [r1037] configure.in: - Support for FreeBSD 5.2.1 and 5.3 in check_procs +2005-05-25 Subhendu Ghosh -2004-12-15 23:12 tonvoon + * plugins/check_time.c: 64bit sys support - 1185713 git-svn-id: - * [r1036] configure.in: - Bump version to next release + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1183 f882894a-f735-0410-b71e-b25c423dba1c -2004-12-15 23:11 tonvoon +2005-05-25 Subhendu Ghosh - * [r1035] doc/developer-guidelines.sgml: - Mistake in automake version - back to 1.8 + * plugins/check_snmp.c: support for getnext - 1106430 git-svn-id: -2004-12-15 23:10 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1182 f882894a-f735-0410-b71e-b25c423dba1c - * [r1034] doc/RELEASING: - Clarified notes +2005-05-25 Subhendu Ghosh -2004-12-15 21:56 tonvoon + * plugins/check_ping.c: RH9 pattern git-svn-id: - * [r1032] ChangeLog: - Updated for r1_4_0-alpha3 + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1181 f882894a-f735-0410-b71e-b25c423dba1c -2004-12-15 21:27 tonvoon +2005-05-25 Subhendu Ghosh - * [r1031] doc/developer-guidelines.sgml: - Updated requirements for GNU tools + * plugins-scripts/check_ntp.pl: perfdata patch - 1172539 git-svn-id: -2004-12-15 21:01 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1180 f882894a-f735-0410-b71e-b25c423dba1c - * [r1030] m4/Makefile.am: - Makefile for m4 files +2005-05-25 Subhendu Ghosh -2004-12-15 20:54 tonvoon + * plugins-scripts/check_ntp.pl: new option for zero offset - 1159317 git-svn-id: - * [r1029] Makefile.am, configure.in, plugins/Makefile.am, - tools/setup: - Support for coreutils lib. Configure tests via m4 scripts from - coreutils + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1179 f882894a-f735-0410-b71e-b25c423dba1c -2004-12-15 20:51 tonvoon +2005-05-25 Subhendu Ghosh - * [r1028] m4, m4/Makefile.am.in, m4/afs.m4, m4/codeset.m4, - m4/error.m4, m4/exitfail.m4, m4/extensions.m4, m4/fstypename.m4, - m4/fsusage.m4, m4/getopt.m4, m4/gettext.m4, m4/glibc21.m4, - m4/iconv.m4, m4/intdiv0.m4, m4/inttypes-pri.m4, m4/inttypes.m4, - m4/inttypes_h.m4, m4/isc-posix.m4, m4/lcmessage.m4, m4/lib-ld.m4, - m4/lib-link.m4, m4/lib-prefix.m4, m4/ls-mntd-fs.m4, m4/malloc.m4, - m4/mountlist.m4, m4/np_coreutils.m4, m4/onceonly.m4, - m4/progtest.m4, m4/realloc.m4, m4/stdint_h.m4, m4/uintmax_t.m4, - m4/ulonglong.m4, m4/unlocked-io.m4, m4/xalloc.m4: - Moving m4 files from lib/ + * plugins/check_snmp.c: v2c support - 1155754 git-svn-id: -2004-12-15 20:47 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1178 f882894a-f735-0410-b71e-b25c423dba1c - * [r1027] lib/Makefile.am, lib/afs.m4, lib/error.m4, - lib/exitfail.m4, lib/fstypename.m4, lib/fsusage.m4, - lib/full-read.c, lib/full-write.c, lib/full-write.h, - lib/getopt.m4, lib/ls-mntd-fs.m4, lib/onceonly.m4, - lib/safe-read.c, lib/safe-read.h, lib/safe-write.c, - lib/safe-write.h, lib/unlocked-io.m4, lib/xalloc.m4: - Moving m4 files into m4/. Added extra coreutils files required - from autoconf tests. Updated Makefile.am to have nagiosplug lib - and a separate coreutils lib +2005-05-25 M. Sean Finney -2004-12-15 00:10 opensides + * configure.in, plugins/check_nagios.c, plugins/check_procs.c: fixes + for check_procs: - added support for printing the pid in all the ps outputs - don't use the proc name to ignore self, use the pid vs getpid(). - initialize procetime to null string otherwise -vvv can have funny + results git-svn-id: - * [r1026] po/de.po, po/fr.po: - fr.po work in progress still 88 to translate ;-) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1177 f882894a-f735-0410-b71e-b25c423dba1c -2004-12-11 06:25 mattkent +2005-05-25 M. Sean Finney - * [r1025] plugins/check_tcp.c: - Patch from Ollie Cook to define return code when expected value - not received (#1082275). Also included another change from Ollie - Cook to do stricter matching of expected values from the - beginning of the line. When a user defines an expected string - this is changed to the old style strstr matching. + * plugins/check_tcp.c, plugins/netutils.c, plugins/netutils.h: bah, + my_connect is taken by mysql. now calling it np_net_connect. git-svn-id: -2004-12-10 21:18 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1176 f882894a-f735-0410-b71e-b25c423dba1c - * [r1024] plugins/check_ldap.c: - Fixed compile warning +2005-05-24 Subhendu Ghosh -2004-12-10 06:10 mattkent + * plugins-scripts/check_ntp.pl: patched bug id 1200030 - regex + update git-svn-id: - * [r1023] plugins/Makefile.am: - Compile broken - fixing link flags. + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1175 f882894a-f735-0410-b71e-b25c423dba1c -2004-12-10 05:57 mattkent +2005-05-24 Subhendu Ghosh - * [r1022] plugins/check_dns.c: - Error catching improvements from Ollie Cook + * plugins-scripts/check_ntp.pl: patched bug id 1204636 git-svn-id: -2004-12-10 05:54 mattkent + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1174 f882894a-f735-0410-b71e-b25c423dba1c - * [r1021] plugins/check_pgsql.c: - Fixing broken compile +2005-05-24 M. Sean Finney -2004-12-10 05:39 mattkent + * plugins/check_tcp.c, plugins/netutils.c, plugins/netutils.h: + optimizations and cleanup from andreas git-svn-id: - * [r1020] AUTHORS: - More contributers + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1173 f882894a-f735-0410-b71e-b25c423dba1c -2004-12-10 00:54 stanleyhopcroft +2005-05-23 M. Sean Finney - * [r1019] plugins/Makefile.am: - Changes to link flags for check_dhcp.c + * nagios-plugins.spec.in: build fix git-svn-id: -2004-12-10 00:52 stanleyhopcroft + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1172 f882894a-f735-0410-b71e-b25c423dba1c - * [r1018] plugins/check_dhcp.c: - Extensive changes to get MAC address from Solaris via DLPI +2005-05-03 M. Sean Finney -2004-12-10 00:20 tonvoon + * plugins/check_ping.c: setlocale(LC_ALL, "") should be + setlocale(LC_NUMERIC, "C") to properly parse the output of ping. git-svn-id: - * [r1017] plugins/check_dns.c, plugins/check_procs.c: - Reverting back ngettext calls + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1171 f882894a-f735-0410-b71e-b25c423dba1c -2004-12-10 00:13 tonvoon +2005-05-03 M. Sean Finney - * [r1016] plugins/common.h: - Fix includes for gettext + * plugins/check_tcp.c: if check_tcp was called with -e but not -s, + it would hang in a call to my_recv. the fix committed here adds on + more piece of logic to the check to see if more data needs to be + read, avoiding the deadlock call. a better fix would be to not use + these "voodoo" heuristics and instead use poll() or select(), but + that's quite a bit more complicated. git-svn-id: -2004-12-09 22:33 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1170 f882894a-f735-0410-b71e-b25c423dba1c - * [r1015] configure.in: - Include $libsuff for systems that define this (based on advice - from Daniel Stenberg) +2005-05-01 M. Sean Finney -2004-12-08 23:14 tonvoon + * plugins/popen.c, plugins/popen.h: better error checking in spopen + signal handler (see 1107524) git-svn-id: - * [r1014] configure.in: - Removed redundant check and make export LD_LIBRARY_PATH more sh - friendly + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1169 f882894a-f735-0410-b71e-b25c423dba1c -2004-12-08 00:36 opensides +2005-05-01 M. Sean Finney - * [r1013] configure.in, plugins/Makefile.am, - plugins/check_by_ssh.c, plugins/check_game.c, - plugins/check_http.c, plugins/check_ide_smart.c, - plugins/check_ldap.c, plugins/check_snmp.c, plugins/check_tcp.c: - patch 1028033 - - minor internationalization fixes + * configure.in: provide a --with-perl option git-svn-id: -2004-12-08 00:22 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1168 f882894a-f735-0410-b71e-b25c423dba1c - * [r1012] configure.in: - Fixed output info for openssl and LD_LIBRARY_PATH for subsequent - compiles (otherwise get ld.so.1: ./conftest: fatal: - libssl.so.0.9.7: open failed) +2005-04-29 Stanley Hopcroft -2004-12-07 06:51 tonvoon + * contrib/check_sybase: check_sybase 0.7 from Simon Bellman. Thx git-svn-id: - * [r1011] configure.in, plugins/Makefile.am: - Better SSL checking (inspired by curl 7.12.2's configure.ac) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1167 f882894a-f735-0410-b71e-b25c423dba1c -2004-12-07 03:13 mattkent +2005-04-19 M. Sean Finney - * [r1010] plugins-scripts/check_ifoperstatus.pl: - Option to check for admin down (#1012191) from RaĂșl Pedroche. + * plugins-scripts/check_ntp.pl: regexp fix for check_ntp git-svn-id: -2004-12-07 02:45 stanleyhopcroft + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1166 f882894a-f735-0410-b71e-b25c423dba1c - * [r1009] plugins/Makefile.am: - Correct dependencies for check_dhcp.c. +2005-04-19 M. Sean Finney -2004-12-07 02:33 stanleyhopcroft + * configure.in: check for the -w flag for ping6 as well as ping git-svn-id: - * [r1008] plugins/Makefile.am, plugins/check_dhcp.c: - New plugin: check_dhcp.c. Attempt to port to non Linux platform. + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1165 f882894a-f735-0410-b71e-b25c423dba1c -2004-12-06 18:49 opensides +2005-04-17 M. Sean Finney - * [r1007] po/fr.po: - new version of fr.po + * plugins-scripts/check_disk_smb.pl: also change the --help output + to reflect that check_disk_smb defaults to empty passwords git-svn-id: -2004-12-05 22:07 mattkent + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1164 f882894a-f735-0410-b71e-b25c423dba1c - * [r1006] plugins/check_snmp.c: - Fix for -s string matching (#756567, Tony Missana) +2005-04-16 M. Sean Finney -2004-12-05 12:59 opensides + * plugins-scripts/check_disk_smb.pl: patch to check_disk_smb to + allow empty passwords git-svn-id: - * [r1005] plugins/check_nt.c, po/fr.po, po/nagios-plugins.pot: - cleaned fr.po nagios-plugins.pot + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1163 f882894a-f735-0410-b71e-b25c423dba1c -2004-12-05 00:54 opensides +2005-04-14 M. Sean Finney - * [r1004] plugins/check_http.c, plugins/check_icmp.c, - plugins/check_nwstat.c, plugins/check_ping.c, - plugins/check_smtp.c, plugins/check_swap.c, plugins/utils.h: - fix patch 998291 fix patch 1078934 expect check_ssh fix and - check_nt perfdata should stay on one word like in nagios + * plugins-scripts/check_mailq.pl: check_mailq fix, don't be case + sensitive matching /^\s+Total\sRequests:\s(\d+)$/ git-svn-id: -2004-12-04 12:34 opensides + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1162 f882894a-f735-0410-b71e-b25c423dba1c - * [r1003] po/nagios-plugins.pot: - new version of pot file +2005-04-14 M. Sean Finney -2004-12-04 12:31 opensides + * plugins-scripts/check_ntp.pl: typographical fix in check_ntp git-svn-id: - * [r1002] plugins/check_by_ssh.c, plugins/check_dns.c, - po/POTFILES.in: - various internationalization fixes + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1161 f882894a-f735-0410-b71e-b25c423dba1c -2004-12-04 12:12 opensides +2005-04-11 M. Sean Finney - * [r1001] plugins/Makefile.am, plugins/check_by_ssh.c, - plugins/check_dig.c, plugins/check_http.c, - plugins/check_ide-smart.c, plugins/check_ide_smart.c, - plugins/check_mrtg.c, plugins/check_nt.c, plugins/check_nwstat.c, - plugins/check_overcr.c, plugins/check_real.c, - plugins/check_smtp.c, plugins/check_swap.c, plugins/check_tcp.c, - plugins/check_time.c, plugins/check_udp.c, po/POTFILES.in: - internationalization fixes bugfixes + * plugins/check_ssh.c: properly call close() on the ssh connection + before exiting. git-svn-id: -2004-12-04 10:57 opensides + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1160 f882894a-f735-0410-b71e-b25c423dba1c - * [r1000] plugins/check_dns.c, plugins/check_hpjd.c: - check_dns needs a space between 'time' and the hostname - check_hpjd needs a parenthesis removed in print_usage() +2005-04-11 M. Sean Finney -2004-12-04 00:23 opensides + * configure.in, plugins/check_tcp.c: this should add support for + check_ssmtp, based on the 1.3.x patch in 1155562, but fixed to + follow how things are done in 1.4 (using strdup instead of asprintf) + and patching configure.in instead of configure. git-svn-id: - * [r999] plugins/check_swap.c: - Bug Fix [ 1024735 ] check_swap providing inaccurate swap - information on Sol6 + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1159 f882894a-f735-0410-b71e-b25c423dba1c -2004-12-03 23:55 opensides +2005-04-07 M. Sean Finney - * [r998] plugins/check_by_ssh.c, plugins/check_dig.c, - plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c, - plugins/check_game.c, plugins/check_hpjd.c, plugins/check_http.c, - plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c, - plugins/check_mrtgtraf.c, plugins/check_mysql.c, - plugins/check_nagios.c, plugins/check_nt.c, - plugins/check_nwstat.c, plugins/check_overcr.c, - plugins/check_pgsql.c, plugins/check_ping.c, - plugins/check_procs.c, plugins/check_radius.c, - plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c, - plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c, - plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c, - plugins/check_users.c, plugins/negate.c: - reverting my changes from !=TRUE to == ERROR, that's not good ;-( - sorry + * plugins/check_smtp.c: in honor of joining up, my first bugfix. + this should resolve 1174070. note i don't have an exchange server to test this against, but it + does what the requester mentioned (slightly cleaner than the patch + attached in the tracker). it does, however, still work against my own postfix server :) sean git-svn-id: -2004-12-03 23:23 opensides + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1158 f882894a-f735-0410-b71e-b25c423dba1c - * [r997] plugins/check_tcp.c, po/de.po, po/fr.po, - po/nagios-plugins.pot: - check_tcp parenthesis bug, header fix for po files +2005-04-05 Harper Mann -2004-12-03 23:02 opensides + * plugins/check_snmp.c: This is a first cut at adding performance + data to check_snmp. I wasn't sure how to handle UOM so only values + that return SNMP type Counter32: are labled with "c". All other + values have a blank UOM. I also left off warn, crit, max and min + values in the performance data until we come up with a way to handle + them. git-svn-id: - * [r996] plugins/check_dig.c, plugins/check_disk.c, - plugins/check_dns.c, plugins/check_dummy.c, - plugins/check_fping.c, plugins/check_game.c, - plugins/check_hpjd.c, plugins/check_http.c, - plugins/check_ide-smart.c, plugins/check_ldap.c, - plugins/check_mrtg.c, plugins/check_mrtgtraf.c, - plugins/check_nagios.c, plugins/check_nt.c, - plugins/check_nwstat.c, plugins/check_overcr.c, - plugins/check_pgsql.c, plugins/check_procs.c, - plugins/check_radius.c, plugins/check_real.c, - plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_swap.c, - plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c, - plugins/check_ups.c: - print_help and print_usage() cleanup - - other misc cleanups + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1157 f882894a-f735-0410-b71e-b25c423dba1c -2004-12-03 21:56 stanleyhopcroft +2005-04-04 Ton Voon - * [r995] plugins/check_tcp.c: - 1041571: -D option processing corrected (Eric Chen). Changed - process_arguments() to return TRUE. Dont know why this was - necessary. - -2004-12-03 20:28 opensides - - * [r994] plugins/check_by_ssh.c, plugins/check_dig.c, - plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, - plugins/check_fping.c, plugins/check_game.c, - plugins/check_hpjd.c, plugins/check_http.c, - plugins/check_ide-smart.c, plugins/check_ldap.c, - plugins/check_load.c, plugins/check_mrtg.c, - plugins/check_mrtgtraf.c, plugins/check_mysql.c, - plugins/check_nagios.c, plugins/check_nt.c, - plugins/check_nwstat.c, plugins/check_overcr.c, - plugins/check_pgsql.c, plugins/check_ping.c, - plugins/check_procs.c, plugins/check_radius.c, - plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c, - plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c, - plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c, - plugins/check_users.c, plugins/negate.c, plugins/urlize.c: - remove UT_HLP_VRS from print_usage this was not a good idea ;-) - -2004-12-03 19:20 opensides - - * [r993] plugins/utils.c: - removing support fonction removing warranty from print_revision - -2004-12-03 17:48 opensides - - * [r992] ROADMAP, package.def, plugins/negate.c, plugins/utils.h: - some minor fixes - -2004-12-03 17:15 opensides - - * [r991] plugins/check_load.c, plugins/check_ssh.c: - correcting parenthesis error - -2004-12-03 16:56 opensides - - * [r990] AUTHORS, plugins/check_load.c, plugins/check_pgsql.c, - plugins/check_ping.c, plugins/check_procs.c, - plugins/check_radius.c, plugins/check_real.c, - plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_ssh.c, - plugins/check_swap.c, plugins/check_tcp.c, plugins/check_time.c, - plugins/check_udp.c, plugins/check_ups.c, plugins/check_users.c, - plugins/urlize.c: - fixes for internationalization - -2004-12-03 11:45 opensides - - * [r989] plugins/check_by_ssh.c, plugins/check_dig.c, - plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, - plugins/check_fping.c, plugins/check_game.c, - plugins/check_hpjd.c, plugins/check_http.c, - plugins/check_ide-smart.c, plugins/check_ldap.c, - plugins/check_load.c, plugins/check_mrtg.c, - plugins/check_mrtgtraf.c, plugins/check_mysql.c, - plugins/check_nagios.c, plugins/check_nt.c, - plugins/check_nwstat.c: - internationalization fixes and help fixes - -2004-12-03 09:19 opensides - - * [r988] plugins/check_by_ssh.c, plugins/check_dig.c, - plugins/check_http.c, plugins/check_nwstat.c, - plugins/check_pgsql.c, plugins/check_ping.c, plugins/check_udp.c, - po, po/.cvsignore: - Localization fixes - -2004-12-03 08:45 opensides - - * [r987] plugins/check_ide-smart.c, plugins/check_pgsql.c: - correcting copyright and remaning int result = STATE_UNKNOWN; - -2004-12-03 04:37 mattkent - - * [r986] plugins/check_nagios.c: - Affected by elapsed time patch. - -2004-12-03 04:16 mattkent - - * [r985] AUTHORS: - Another contributer. - -2004-12-03 04:10 mattkent - - * [r984] configure.in, plugins/check_procs.c: - Patch from Russell Miller which adds elapsed time as a metric. - Only for linux so far. (991359) - -2004-12-03 02:21 mattkent - - * [r983] plugins/check_ldap.c: - Fix typo breaking compile. - -2004-12-03 00:55 opensides - - * [r982] plugins/check_by_ssh.c, plugins/check_dig.c, - plugins/check_dns.c, plugins/check_dummy.c, - plugins/check_fping.c, plugins/check_game.c, - plugins/check_hpjd.c, plugins/check_ide-smart.c, - plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c, - plugins/check_mrtgtraf.c, plugins/check_mysql.c, - plugins/check_nagios.c, plugins/check_nt.c, - plugins/check_nwstat.c, plugins/check_overcr.c, - plugins/check_pgsql.c, plugins/check_ping.c, - plugins/check_procs.c, plugins/check_radius.c, - plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c, - plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c, - plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c, - plugins/check_users.c, plugins/negate.c, plugins/urlize.c: - bump copyright year initialize result to STATE_UNKNOW in place of - STATE_OK - -2004-12-02 21:23 opensides - - * [r981] plugins/check_dns.c, plugins/check_ldap.c, - plugins/check_procs.c: - --disable-nls throws an error on check_dns, check_procs and - check_ldap without this patch. + * THANKS.in: More contributors git-svn-id: -2004-12-02 21:03 stanleyhopcroft - - * [r980] plugins/check_tcp.c: - Tracker 1041571: appended :D to getopt_long() args (for cert - expiry check). Eric Chen. - -2004-12-02 16:51 opensides - - * [r979] plugins/check_by_ssh.c, plugins/check_dig.c, - plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c, - plugins/check_game.c, plugins/check_hpjd.c, plugins/check_http.c, - plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c, - plugins/check_mrtgtraf.c, plugins/check_mysql.c, - plugins/check_nagios.c, plugins/check_nt.c, - plugins/check_nwstat.c, plugins/check_overcr.c, - plugins/check_pgsql.c, plugins/check_ping.c, - plugins/check_procs.c, plugins/check_radius.c, - plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c, - plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c, - plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c, - plugins/check_users.c, plugins/negate.c, plugins/popen.c, - plugins/utils.c: - More internationalization work new usage4 function to permit - localisation of think like check_ssh: xxxxx - -2004-12-02 14:54 opensides - - * [r978] plugins/check_by_ssh.c, plugins/check_dig.c, - plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c, - plugins/check_game.c, plugins/check_hpjd.c, plugins/check_ldap.c, - plugins/check_load.c, plugins/check_mrtg.c, - plugins/check_mrtgtraf.c, plugins/check_mysql.c, - plugins/check_nagios.c, plugins/check_nt.c, - plugins/check_nwstat.c, plugins/check_overcr.c, - plugins/check_pgsql.c, plugins/check_ping.c, - plugins/check_procs.c, plugins/check_radius.c, - plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c, - plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c, - plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c, - plugins/check_users.c, plugins/negate.c: - return of process_arguments() is TRUE not OK ! + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1156 f882894a-f735-0410-b71e-b25c423dba1c -2004-12-02 14:35 opensides +2005-04-04 Ton Voon - * [r977] plugins/check_http.c: - return of process_arguments() is TRUE not OK ! + * plugins/check_smtp.c: Fix static buffer (Nikolay Sturm) git-svn-id: -2004-12-02 08:45 stanleyhopcroft + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1155 f882894a-f735-0410-b71e-b25c423dba1c - * [r976] plugins/Makefile.am: - Add check_icmp plugin +2005-03-18 Matthew Kent -2004-12-02 08:44 stanleyhopcroft - - * [r975] plugins/check_icmp.c: - check_icmp plugin from A Ericsson - -2004-12-02 08:44 stanleyhopcroft - - * [r974] plugins/linux.h: - For check_icmp plugin from A Ericsson - -2004-12-02 04:48 mattkent - - * [r973] command.cfg.in: - Fix typo. - -2004-12-02 04:36 mattkent + * plugins/check_mysql.c: Replication check support for 4.1.x from + Gerrit Beine git-svn-id: - * [r972] AUTHORS, REQUIREMENTS, command.cfg.in, - plugins/check_ups.c: - Patch from Arnaud Quette to bring support to NUT 2.0 plus couple - improvements and fixes (1038413 which includes 1032009, 815785). + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1154 f882894a-f735-0410-b71e-b25c423dba1c -2004-12-02 01:11 opensides - - * [r971] plugins/check_dns.c, plugins/check_game.c, - plugins/check_http.c, plugins/check_ide-smart.c, - plugins/check_load.c, plugins/check_mrtgtraf.c, - plugins/check_mysql.c, plugins/check_nagios.c, - plugins/check_nt.c, plugins/check_nwstat.c, - plugins/check_overcr.c, plugins/check_pgsql.c, - plugins/check_ping.c, plugins/check_procs.c, - plugins/check_radius.c, plugins/check_real.c, - plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_tcp.c, - plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c, - plugins/negate.c, plugins/popen.c: - changed Error: by CRITICAL - more localization fixes +2005-03-08 Ton Voon -2004-12-02 00:30 opensides + * plugins-scripts/check_ntp.pl: Added OS info for offset issue git-svn-id: - * [r970] contrib/check_rbl.c: - adapted for localization + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1149 f882894a-f735-0410-b71e-b25c423dba1c -2004-12-01 23:54 opensides +2005-03-04 Ton Voon - * [r969] plugins/check_by_ssh.c, plugins/check_dig.c, - plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, - plugins/check_fping.c, plugins/check_game.c, - plugins/check_hpjd.c, plugins/check_http.c, - plugins/check_ide-smart.c, plugins/check_ldap.c, - plugins/check_load.c, plugins/check_mrtg.c, - plugins/check_mrtgtraf.c, plugins/check_mysql.c, - plugins/check_nagios.c, plugins/check_nt.c, - plugins/check_nwstat.c, plugins/check_overcr.c, - plugins/check_pgsql.c, plugins/check_ping.c, - plugins/check_procs.c, plugins/check_radius.c, - plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c, - plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c, - plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c, - plugins/check_users.c, plugins/common.h, plugins/getaddrinfo.c, - plugins/getaddrinfo.h, plugins/gethostbyname.c, - plugins/gethostbyname.h, plugins/negate.c, plugins/netutils.c, - plugins/netutils.h, plugins/popen.c, plugins/urlize.c, - plugins/utils.c, plugins/utils.h: - standardize localization string standardize unknow arguments + * plugins-scripts/check_ntp.pl: Ignore extra check on offset 0.00000 + (John Warburton - 1150777) git-svn-id: -2004-12-01 22:02 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1148 f882894a-f735-0410-b71e-b25c423dba1c - * [r968] doc/RELEASING: - Notes on releasing +2005-03-04 Ton Voon -2004-12-01 21:55 tonvoon + * plugins/check_disk.c, plugins/check_smtp.c, plugins/check_ups.c: + Fixed // comments (Steve Greenland - 1143836) git-svn-id: - * [r967] configure.in: - Next version number + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1146 f882894a-f735-0410-b71e-b25c423dba1c -2004-12-01 21:01 tonvoon +2005-03-04 Ton Voon - * [r965] ChangeLog: - Updated for r1_4_0-alpha2 + * plugins-scripts/check_ntp.pl: Support for IPv6 (Merijn Evertse - + 1119917) git-svn-id: -2004-12-01 20:43 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1145 f882894a-f735-0410-b71e-b25c423dba1c - * [r964] tools/devmode: - eval not working - instructions now in comments +2005-03-04 Ton Voon -2004-12-01 20:09 tonvoon + * configure.in, package.def: Changed to next version number git-svn-id: - * [r963] plugins-scripts/check_oracle.sh: - Fixed pmon process checking from a change I made earlier + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1144 f882894a-f735-0410-b71e-b25c423dba1c -2004-12-01 19:33 opensides +2005-03-04 Ton Voon - * [r962] plugins/check_by_ssh.c, plugins/check_dig.c, - plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c, - plugins/check_ssh.c: - first pass at standardization of messages for the localization + * doc/RELEASING: Notes on branching git-svn-id: -2004-12-01 08:41 stanleyhopcroft + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1143 f882894a-f735-0410-b71e-b25c423dba1c - * [r961] configure.in: - Bryan Loniewski contributed check_jabber plugin (SSL/check_tcp); - Eric Chen check_nntps plugin + SSL certficate expiry check [added - -D option to check_tcp] +2005-03-04 Ton Voon -2004-12-01 08:28 stanleyhopcroft + * CHANGES: Missed check_disk addition to 1.4 git-svn-id: - * [r960] plugins/netutils.c: - 1075725: patch to my_connect() to deal with SEGV if connect fails + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1141 f882894a-f735-0410-b71e-b25c423dba1c -2004-12-01 08:26 stanleyhopcroft +2005-02-11 Stanley Hopcroft - * [r959] plugins/check_tcp.c: - 1041571 & 664615: check_tcp with cert check + nntps, simap, - jabber + * plugins/Makefile.am: Fix for check_icmp build on Solaris from + Andreas Ericsson git-svn-id: -2004-12-01 03:50 mattkent + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1140 f882894a-f735-0410-b71e-b25c423dba1c - * [r958] contrib/check_nmap.py: - Small fix from David Rippel (996800) for newer versions of nmap +2005-02-04 Ton Voon -2004-12-01 03:26 mattkent + * configure.in: For 1.4 release git-svn-id: - * [r957] plugins-scripts/check_oracle.sh: - Perf data and other improvements by Florian Gleixner (1027787) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1138 f882894a-f735-0410-b71e-b25c423dba1c -2004-11-30 07:40 opensides +2005-02-04 Ton Voon - * [r956] po/fr.po: - more french translations + * ChangeLog: Updated for 1.4 release git-svn-id: -2004-11-30 00:25 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1137 f882894a-f735-0410-b71e-b25c423dba1c - * [r955] plugins/check_ide-smart.c: - Capitalized some error messages +2005-02-04 Ton Voon -2004-11-30 00:24 tonvoon + * BUGS: New file to note known bugs for major releases git-svn-id: - * [r954] plugins/urlize.c: - Updated output to UNKNOWN + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1136 f882894a-f735-0410-b71e-b25c423dba1c -2004-11-30 00:21 opensides +2005-02-04 Ton Voon - * [r953] po/fr.po: - translating fr.po new part + * CHANGES: Reordering of items with most important announcements + first git-svn-id: -2004-11-29 23:52 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1135 f882894a-f735-0410-b71e-b25c423dba1c - * [r952] lib/Makefile.am, lib/exitfail.m4, lib/getopt.m4: - Extra files required from coreutils +2005-02-04 Stanley Hopcroft -2004-11-29 23:46 tonvoon + * contrib/check_oracle_tbs: New version (1.1) from John Koyle git-svn-id: - * [r951] SUPPORT: - Cleanup and statement re: contrib plugins + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1134 f882894a-f735-0410-b71e-b25c423dba1c -2004-11-29 22:42 tonvoon +2005-02-04 Ton Voon - * [r950] configure.in: - Patches for configure on *BSD (Julien Touche) + * Makefile.am: BUGS file addition to release git-svn-id: -2004-11-29 05:07 stanleyhopcroft + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1133 f882894a-f735-0410-b71e-b25c423dba1c - * [r949] contrib/README.TXT, contrib/rblcheck-dns, - contrib/rblcheck-web, contrib/tarballs/check_icmp-0.8.tar.gz: - *** empty log message *** +2005-02-04 Ton Voon -2004-11-29 04:49 mattkent + * README: Cleanup and addition of reference to BUGS file git-svn-id: - * [r948] contrib/check_linux_raid.pl: - Better error checking (820806) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1132 f882894a-f735-0410-b71e-b25c423dba1c -2004-11-29 00:56 opensides +2005-02-04 Ton Voon - * [r947] po/fr.po: - second version of french .po still 300 ;-) to translate + * doc/RELEASING: Updated with corrections. Added note to update BUGS + file git-svn-id: -2004-11-28 22:57 opensides + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1131 f882894a-f735-0410-b71e-b25c423dba1c - * [r946] po/fr.po: - first new translation of fr.po +2005-02-03 Ton Voon -2004-11-27 21:00 mattkent + * THANKS.in: Patch against check_log git-svn-id: - * [r945] plugins/check_ssh.c: - Add remote version check (1030269, Daniel Gullin) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1130 f882894a-f735-0410-b71e-b25c423dba1c -2004-11-26 08:54 stanleyhopcroft +2005-02-03 Ton Voon - * [r944] AUTHORS: - New plugin/bugfix: tracker 1070929. check_hpjdres + * plugins-scripts/check_log.sh: Check for log file readability git-svn-id: -2004-11-25 05:09 mattkent + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1129 f882894a-f735-0410-b71e-b25c423dba1c - * [r943] plugins/check_disk.c: - From old test harness code, make ./check_disk -w 0 -c 0 / valid - parameters again +2005-02-02 Stanley Hopcroft -2004-11-25 05:06 mattkent + * contrib/check_email_loop.pl: Add debug option from John Rouillard git-svn-id: - * [r942] plugins/t/check_dns.t, plugins/t/check_http.t, - plugins/t/check_load.t, plugins/t/check_mysql.t, test.pl.in: - Updating test harness + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1128 f882894a-f735-0410-b71e-b25c423dba1c -2004-11-25 04:49 stanleyhopcroft +2005-02-02 Stanley Hopcroft - * [r941] contrib/README.TXT: - Removed reference to non existent tar balls (Hopcroft plugins) + * plugins/check_ide_smart.c: try again to stop looping git-svn-id: -2004-11-25 04:46 stanleyhopcroft + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1127 f882894a-f735-0410-b71e-b25c423dba1c - * [r940] contrib/check_wins.pl: - Non functional tidy ups to check_wins +2005-02-02 Stanley Hopcroft -2004-11-25 04:30 stanleyhopcroft + * plugins/check_ide_smart.c: restructure main() to stop looping on + -n git-svn-id: - * [r939] contrib/check_hw.sh: - Added /contrib/check_hw.sh by Rok Debevc + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1126 f882894a-f735-0410-b71e-b25c423dba1c -2004-11-25 04:28 stanleyhopcroft +2005-02-01 Stanley Hopcroft - * [r938] contrib/check_sybase: - Added /contrib/check_sybase by Simon Bellwood + * contrib/check_traceroute-pure_perl.pl: Thank you to Myke Place for + check_traceroute-pure_perl.pl git-svn-id: -2004-11-25 03:01 stanleyhopcroft + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1125 f882894a-f735-0410-b71e-b25c423dba1c - * [r937] contrib/check_hprsc.pl: - update check_hprsc.pl for Net-SNMP versions >=4 +2005-02-01 Stanley Hopcroft -2004-11-24 21:34 tonvoon + * THANKS.in: Thank you for contributed plugins git-svn-id: - * [r936] tools/sfsnapshot: - Removing build directory after creating distribution + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1124 f882894a-f735-0410-b71e-b25c423dba1c -2004-11-24 21:19 tonvoon +2005-02-01 Stanley Hopcroft - * [r935] doc/makefile: - Added clean + * plugins/Makefile.am: check_icmp added to libexec_PROGRAMS git-svn-id: -2004-11-24 06:36 stanleyhopcroft + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1123 f882894a-f735-0410-b71e-b25c423dba1c - * [r933] plugins/check_hpjd.c: - add -OQa to command_line in check_hpjd.c. Correct - nagiosplug-Bugs-889948, 846329 +2005-02-01 Stanley Hopcroft -2004-11-24 04:35 mattkent + * CHANGES: check_icmp no longer regarded as volatile; built by + default git-svn-id: - * [r932] plugins/check_nwstat.c: - Attempting to fix a reported segfault (1055054) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1122 f882894a-f735-0410-b71e-b25c423dba1c -2004-11-24 04:25 mattkent +2005-02-01 Stanley Hopcroft - * [r931] plugins/check_http.c: - Added support for sending port in host header (913633) + * plugins/linux.h: plugins/linux.h, vestigeal header required for + prior versions of check_icmp, no longer required. git-svn-id: -2004-11-24 00:46 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1121 f882894a-f735-0410-b71e-b25c423dba1c - * [r930] plugins/check_by_ssh.c, plugins/check_dig.c, - plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, - plugins/check_fping.c, plugins/check_game.c, - plugins/check_hpjd.c, plugins/check_http.c, plugins/check_ldap.c, - plugins/check_load.c, plugins/check_mrtg.c, - plugins/check_mrtgtraf.c, plugins/check_mysql.c, - plugins/check_nwstat.c, plugins/check_overcr.c, - plugins/check_pgsql.c, plugins/check_ping.c, - plugins/check_procs.c, plugins/check_radius.c, - plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c, - plugins/check_ssh.c, plugins/check_tcp.c, plugins/check_time.c, - plugins/check_udp.c, plugins/check_ups.c, plugins/check_users.c, - plugins/negate.c, plugins/urlize.c: - Making messages more consistent +2005-02-01 Stanley Hopcroft -2004-11-23 23:53 tonvoon + * CHANGES: Amendments for check_icmp git-svn-id: - * [r929] plugins/check_by_ssh.c, plugins/check_dns.c, - plugins/check_hpjd.c, plugins/check_mrtg.c, - plugins/check_mrtgtraf.c, plugins/check_mysql.c, - plugins/check_real.c, plugins/check_smtp.c, plugins/check_swap.c, - plugins/check_time.c: - Standardising translation texts + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1120 f882894a-f735-0410-b71e-b25c423dba1c -2004-11-23 23:35 tonvoon +2005-02-01 Stanley Hopcroft - * [r928] doc/developer-guidelines.sgml: - Guidelines on translated text (Yves Mettier, Simon Bellwood, - Andreas Ericsson) + * plugins/Makefile.am: hacks to partly support check_icmp.c (1.0). git-svn-id: -2004-11-23 22:49 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1119 f882894a-f735-0410-b71e-b25c423dba1c - * [r927] doc/developer-guidelines.sgml: - Adding notes on developer and translator access in SF +2005-02-01 Stanley Hopcroft -2004-11-23 06:06 mattkent + * plugins/check_icmp.c: Revised check_icmp (1.0) from A Ericsson. git-svn-id: - * [r926] AUTHORS: - More contributers. + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1118 f882894a-f735-0410-b71e-b25c423dba1c -2004-11-23 05:49 mattkent +2005-02-01 Stanley Hopcroft - * [r925] plugins/check_disk.c: - Fix integer warning and critical options. Take values from - current unit instead of always KB. + * contrib/check_asterisk.pl, contrib/check_email_loop.pl, + contrib/check_http-with-client-certificate.c: New or revised plugin + in /contrib git-svn-id: -2004-11-23 00:06 stanleyhopcroft + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1117 f882894a-f735-0410-b71e-b25c423dba1c - * [r924] doc/developer-guidelines.sgml: - trivial changes to Perl plugin section. +2005-01-28 Stanley Hopcroft -2004-11-22 22:44 tonvoon + * contrib/check_sybase: New version of Simon Bellwoods check_sybase + (0.4). Thank you. git-svn-id: - * [r923] AUTHORS: - More contributors + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1116 f882894a-f735-0410-b71e-b25c423dba1c -2004-11-22 22:30 tonvoon +2005-01-27 Stanley Hopcroft - * [r922] plugins/check_nt.c: - Fixed some messages that should not be translated (Benoit - Mortier) + * contrib/check_traceroute.pl: Jon Meek's check_traceroute for Mon + hacked by YT for Nagios. Prob pretty weak git-svn-id: -2004-11-21 05:24 mattkent + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1115 f882894a-f735-0410-b71e-b25c423dba1c - * [r920] plugins/check_mysql.c: - Patch from Nathan Shafer to add replication slave check (1006777) +2005-01-27 Stanley Hopcroft -2004-11-20 22:56 mattkent + * contrib/check_smart.pl: Candidate successor to + /plugins/check_ide_smart.c. Now in /contrib. NB there is another new + plugin with sim function git-svn-id: - * [r919] AUTHORS: - Oops, forgot one. + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1114 f882894a-f735-0410-b71e-b25c423dba1c -2004-11-20 22:46 mattkent +2005-01-27 Stanley Hopcroft - * [r918] AUTHORS: - More contributers. + * contrib/check_fan_cpq_present, contrib/check_fan_fsc_present, + contrib/check_mysqlslave.pl, contrib/check_temp_cpq, + contrib/check_temp_fsc: New /contrib plugin git-svn-id: -2004-11-20 22:43 mattkent + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1113 f882894a-f735-0410-b71e-b25c423dba1c - * [r917] contrib/check_linux_raid.pl: - Fix always reading status from the last line (1045506) +2005-01-27 Stanley Hopcroft -2004-11-20 22:28 mattkent + * contrib/check_arping.pl, contrib/check_cpqarray.c, + contrib/check_frontpage, contrib/check_logins.c, + contrib/check_oracle_tbs, contrib/check_pcpmetric.py, + contrib/check_pfstate: New /contrib plugin git-svn-id: - * [r916] plugins/check_ping.c: - New output format reported by pumuckel1980 (946857) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1112 f882894a-f735-0410-b71e-b25c423dba1c -2004-11-20 21:36 mattkent +2005-01-27 Stanley Hopcroft - * [r915] plugins/check_http.c: - Bit of cleanup, fix verbose output. + * CHANGES, THANKS.in, contrib/README.TXT, po/de.po, po/fr.po: 1 New + /contrib plugins 2 Revised check_dhcp.c status in CHANGES git-svn-id: -2004-11-20 07:04 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1111 f882894a-f735-0410-b71e-b25c423dba1c - * [r914] configure.in: - Fixed va_copy problem on AIX by copying samba's configure.in +2005-01-27 Harper Mann -2004-11-19 15:58 tonvoon + * plugins/Makefile.am: Added check_dhcp bask into libexec_PROGRAMS + after talking with Stanley. git-svn-id: - * [r913] CODING: - Added perl coding guidelines, from Programming Perl book (Andreas - Ericsson) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1110 f882894a-f735-0410-b71e-b25c423dba1c -2004-11-19 14:28 tonvoon +2005-01-26 Ton Voon - * [r912] lib/getloadavg.m4: - I think getloadavg.m4 is no longer required (as autoconf has - built-in function) + * THANKS.in: More contributors git-svn-id: -2004-11-19 14:24 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1109 f882894a-f735-0410-b71e-b25c423dba1c - * [r911] lib/Makefile.am: - Removed getloadavg.m4 (built-in function in autoconf) and added - cloexec.[hc] for getloadavg.c +2005-01-26 Ton Voon -2004-11-19 14:23 tonvoon + * plugins/check_dig.c: Convert tabs to spaces from dig's answer + section (Randy O'Meara - 1107651) git-svn-id: - * [r910] lib/cloexec.c, lib/cloexec.h: - Files required for getloadavg.c + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1108 f882894a-f735-0410-b71e-b25c423dba1c -2004-11-19 03:59 mattkent +2005-01-26 Ton Voon - * [r909] plugins-scripts/check_ntp.pl: - Fix incorrectly labelled units in output (1025905, Jason Martin) + * REQUIREMENTS: Add recommendation for check_procs on Mandrake + systems (Paulo Fessel - 1106849) git-svn-id: -2004-11-19 03:44 mattkent + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1107 f882894a-f735-0410-b71e-b25c423dba1c - * [r908] plugins/check_procs.c: - Enabling timeout flag (1010097, Jason Martin) +2005-01-25 Stanley Hopcroft -2004-11-19 02:53 mattkent + * plugins/check_ide_smart.c: Display usage if no argv (Reuben + Farrelly) git-svn-id: - * [r907] plugins/check_http.c: - Make -L notice ssl use to output a proper href (1035234, Abid - Rasheed) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1106 f882894a-f735-0410-b71e-b25c423dba1c -2004-11-19 02:39 mattkent +2005-01-25 Harper Mann - * [r906] plugins/check_smtp.c: - Change unit from 'us' to 's' to match other core plugins for - simplicity. + * plugins/check_dhcp.c: Tracker:1109261 This was an alignment + problem on Solaris. Linux kernel fixes alignment so this was not + seen there. Memcpy takes care of proper alignment. Tested on RHEL + V3 U3, RHEL V4, FreeBSD 4.10 (Thanks Stanley!) and Solaris 9 with + the GNU env. git-svn-id: -2004-11-19 00:21 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1105 f882894a-f735-0410-b71e-b25c423dba1c - * [r905] AUTHORS: - - More great contributors... +2005-01-25 Stanley Hopcroft -2004-11-19 00:12 tonvoon + * plugins/check_ide_smart.c: Trivial text changes (print_help, + commentary & -n option) git-svn-id: - * [r904] plugins/check_http.c: - Options for User Agent string and extra headers (Ibere Tizio) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1104 f882894a-f735-0410-b71e-b25c423dba1c -2004-11-18 22:48 tonvoon +2005-01-25 Stanley Hopcroft - * [r903] configure.in: - Remove unnecessary CPPFLAGS for openssl (Lutz Behnke - 686476) + * contrib/check_dhcp.c: moved to /plugins (core plugin) git-svn-id: -2004-11-18 22:42 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1103 f882894a-f735-0410-b71e-b25c423dba1c - * [r902] plugins/check_tcp.c: - Enhance SSL initialization problems (Phil Dibowitz - 1055120) +2005-01-25 Stanley Hopcroft -2004-11-18 05:36 mattkent + * : replaced by contrib/check_ica* (esp + check_ica_metaframe_pub_apps) git-svn-id: - * [r901] plugins/check_smtp.c: - Go critical on no route to host instead of warning (934025) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1102 f882894a-f735-0410-b71e-b25c423dba1c -2004-11-18 00:27 tonvoon +2005-01-25 Stanley Hopcroft - * [r900] tools/setup: - Use copy of tools for consistency if building on different - platforms from shared source + * contrib/check_citrix: Replaced by the check_ica* pair of plugins + (mainly check_ica_metaframe_pub_apps) git-svn-id: -2004-11-17 23:35 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1101 f882894a-f735-0410-b71e-b25c423dba1c - * [r899] plugins/check_tcp.c: - Ignore output from tcp port (949070 - Jan-Piet Mens) +2005-01-25 Stanley Hopcroft -2004-11-17 23:22 tonvoon + * contrib/packet_utils.pm: packet creation and dumping hacks used by + check_ica* and check_lotus git-svn-id: - * [r898] plugins/check_http.c: - --no-body and --max-age options (949521 - Jamie Zawinski) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1100 f882894a-f735-0410-b71e-b25c423dba1c -2004-11-17 22:19 tonvoon +2005-01-25 Stanley Hopcroft - * [r897] doc/developer-guidelines.sgml: - Added section on using Sourceforge, mainly for administrators + * contrib/check_ica_master_browser.pl: New plugin - checks that ICA + master browser is what it should be (important for firewalled + dialup) git-svn-id: -2004-11-12 00:51 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1099 f882894a-f735-0410-b71e-b25c423dba1c - * [r896] tools/update_coreutils: - Tool to pull newer coreutil libs into nagiosplug's lib directory +2005-01-25 Stanley Hopcroft -2004-11-12 00:49 tonvoon + * contrib/check_ica_metaframe_pub_apps.pl: Replacement (structured + name mainly) for check_citrix: check of ICA browse service git-svn-id: - * [r895] lib/Makefile.am, lib/error.c, lib/error.h, lib/error.m4, - lib/exit.h, lib/exitfail.c, lib/exitfail.h, lib/fsusage.c, - lib/fsusage.h, lib/fsusage.m4, lib/full-read.h, lib/getloadavg.c, - lib/getopt.c, lib/getopt.h, lib/getopt1.c, lib/gettext.h, - lib/ls-mntd-fs.m4, lib/malloc.c, lib/mountlist.c, - lib/mountlist.h, lib/onceonly.m4, lib/realloc.c, lib/snprintf.c, - lib/strtod.c, lib/unlocked-io.h, lib/unlocked-io.m4, - lib/xalloc.h, lib/xalloc.m4, lib/xmalloc.c, lib/xstrdup.c, - plugins/check_disk.c, po/de.po, po/fr.po: - Update to using coreutils 5.2.1 libraries and snprintf.c from - samba 3.0.8 + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1098 f882894a-f735-0410-b71e-b25c423dba1c -2004-09-07 20:27 tonvoon +2005-01-25 Stanley Hopcroft - * [r894] doc/developer-guidelines.sgml: - Clarity based on comments by Ben Clewett + * contrib/check_ica_program_neigbourhood.pl: New plugin to check + Citrix Metaframe XP "Program Neighbourhood" git-svn-id: -2004-08-23 21:59 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1097 f882894a-f735-0410-b71e-b25c423dba1c - * [r893] AUTHORS: - For patch to check_nt +2005-01-25 Stanley Hopcroft -2004-08-23 21:58 tonvoon + * contrib/check_lotus.pl: New plugin to check responsiveness of + Louts Notes (v5 at least) servers git-svn-id: - * [r892] plugins/check_nt.c: - Restore divisor for memory size reported by Windows. Also, - implements warning and critical levels for performance counters. - (Paulo Afonso Graner Fessel) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1096 f882894a-f735-0410-b71e-b25c423dba1c -2004-08-23 21:18 tonvoon +2005-01-24 Stanley Hopcroft - * [r891] configure.in, plugins/check_swap.c, plugins/common.h: - Using swapctl for Solaris, Tru64 and *BSD (Sean Finney) + * plugins/Makefile.am: Removed check_dhcp and check_icmp from + libexec_PROGRAMS (ie dont build by defaut) git-svn-id: -2004-08-19 19:05 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1095 f882894a-f735-0410-b71e-b25c423dba1c - * [r890] configure.in, plugins/check_swap.c, plugins/common.h: - Patch for tru64 using swapctl calls (Sean Finney) +2005-01-24 Stanley Hopcroft -2004-08-18 21:32 tonvoon + * CHANGES: Notes about check_dhcp and check_icmp (no longer built by + default, use at own peril, volatile) git-svn-id: - * [r889] AUTHORS: - Another day's work... + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1094 f882894a-f735-0410-b71e-b25c423dba1c -2004-08-18 21:25 tonvoon +2005-01-21 Stanley Hopcroft - * [r888] plugins/check_dig.c: - Checks different record types and checks against an expected - address (Bill Kunkel) + * configure.in: Set arch specifc preprocessor symbols in config.h. + TEMPORARY hack for check_dhcp.c [on FreeBSD 4: /check_dhcp -i fxp0 + -> DHCP ok: Received 1 DHCPOFFER(s), max lease time = 259200 sec. git-svn-id: -2004-08-18 20:36 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1093 f882894a-f735-0410-b71e-b25c423dba1c - * [r887] configure.in: - Support for check_swap on NetBSD/OpenBSD (Sean Finney) +2005-01-21 Harper Mann -2004-08-18 20:25 tonvoon + * plugins/check_snmp.c: Tracker 1106378 fixed - The -t (timeout) arg + was not handled correctly when passed to the snmpget command. Added + -e --retries for the correct retries value to snmpcmd. git-svn-id: - * [r886] plugins-scripts/check_oracle.sh: - More specific test for sid (Paul Allen) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1092 f882894a-f735-0410-b71e-b25c423dba1c -2004-08-18 20:21 tonvoon +2005-01-21 Ton Voon - * [r885] plugins/check_disk.c: - Fixed perfdata so that shows amount used (Garry Cook) + * doc/developer-guidelines.sgml: Changing copyright to the Nagios + Plugins Development Team, rather than individual names. Also, + clarified use of ACKNOWLEDGEMENTS, THANKS.in and AUTHORS git-svn-id: -2004-08-18 19:51 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1091 f882894a-f735-0410-b71e-b25c423dba1c - * [r884] plugins-scripts/check_ifstatus.pl: - Perfdata corrected (Garry Cook) +2005-01-20 Harper Mann -2004-08-18 19:46 tonvoon + * plugins/check_http.c: Changed long argument --minmax to --pagesize + and updated help and usage git-svn-id: - * [r883] plugins-scripts/check_oracle.sh: - Fix for similar dataabase sids (Carole Verdon) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1090 f882894a-f735-0410-b71e-b25c423dba1c -2004-08-18 19:41 tonvoon +2005-01-20 Ton Voon - * [r882] AUTHORS: - Gary Cook for perfdata for check_nt + * AUTHORS, Makefile.am, THANKS.in: The AUTHORS file now used for the + plugin team, with THANKS.in as the contributors list. git-svn-id: -2004-08-18 19:40 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1089 f882894a-f735-0410-b71e-b25c423dba1c - * [r881] plugins/check_nt.c: - Perfdata added (Gary Cook) +2005-01-20 Harper Mann -2004-06-26 16:39 tonvoon + * CHANGES: Added comment about check_http --pagesize and added max + value to page size check git-svn-id: - * [r880] tools/sfsnapshot: - Change of compile server and cleanups + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1088 f882894a-f735-0410-b71e-b25c423dba1c -2004-06-26 05:13 tonvoon +2005-01-20 Ton Voon - * [r879] tools/sfsnapshot: - Remove need to alter configure.in. Using different compile farms - for SF to do the compiling + * AUTHORS: Added Sean for bug reports git-svn-id: -2004-05-24 14:22 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1087 f882894a-f735-0410-b71e-b25c423dba1c - * [r878] AUTHORS: - Ben Clewett +2005-01-20 Harper Mann -2004-05-24 14:21 tonvoon + * plugins/check_http.c: Tracker 1099682 fix. Now getting the page + size from Content-Length in the header. Added max value to the -m + switch so can do "-m min:max". Retained "-m min" convention. + Renamed long arg name to --minmax git-svn-id: - * [r877] lib/Makefile.am: - Missed getloadavg.c (Ben Clewett) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1086 f882894a-f735-0410-b71e-b25c423dba1c -2004-05-20 06:09 egalstad +2005-01-19 Harper Mann - * [r876] contrib/check_dhcp.c: - DHCP bug fix + * plugins/check_nt.c: In the CHECK_COUNTER block, there were several + strcats writing to unallocated memory. Changed to asprintf. We're + not freeing since plugin run is short. git-svn-id: -2004-05-10 10:25 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1085 f882894a-f735-0410-b71e-b25c423dba1c - * [r875] configure.in: - Set EXTRAS with check_swap if ac_cv_have_swap is set +2005-01-19 Ton Voon -2004-04-30 11:12 tonvoon + * plugins/check_swap.c: Fixed parsing of AIX lsps command (1093522) git-svn-id: - * [r874] configure.in: - ps -el for HP-UX + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1084 f882894a-f735-0410-b71e-b25c423dba1c -2004-04-29 15:08 tonvoon +2005-01-14 Ton Voon - * [r873] configure.in: - Bug in ps -el for AIX 4.1 + * AUTHORS: More contributors git-svn-id: -2004-04-29 11:13 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1083 f882894a-f735-0410-b71e-b25c423dba1c - * [r872] AUTHORS: - Sven for HP-UX requirements +2005-01-14 Ton Voon -2004-04-29 11:12 tonvoon + * configure.in: Fixed ssl configure problems on Solaris (Bug + 1096091) git-svn-id: - * [r871] REQUIREMENTS: - HP-UX requirements (Sven Schaffranneck) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1081 f882894a-f735-0410-b71e-b25c423dba1c -2004-04-19 13:14 sghosh +2005-01-13 Ton Voon - * [r870] AUTHORS, contrib/check_nagios_db_pg.pl: - Postgres backend monitor + * configure.in, plugins/check_swap.c: Use floats for holding memory + values to avoid different types on different OSes. Seems to have a + problem with the perf data for check_swap on Sol 2.6, but not + critical git-svn-id: -2004-04-19 13:10 sghosh + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1080 f882894a-f735-0410-b71e-b25c423dba1c - * [r869] AUTHORS, plugins-scripts/check_mssql.pl: - check_mssql.pl +2005-01-05 Ton Voon -2004-04-19 13:08 sghosh + * configure.in, package.def: Update version number to next release git-svn-id: - * [r868] README: - Win32 plugin repository + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1079 f882894a-f735-0410-b71e-b25c423dba1c -2004-04-08 11:05 tonvoon +2005-01-04 Benoit Mortier - * [r867] AUTHORS: - Torsten Werner for check_racle patches + * plugins/check_ide_smart.c: still trying to fix #1094326 git-svn-id: -2004-04-08 11:05 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1078 f882894a-f735-0410-b71e-b25c423dba1c - * [r866] plugins-scripts/check_oracle.sh: - Cleaner calls to awk and support if Oracle has different national - language settings (Torsten Werner) +2005-01-03 Benoit Mortier -2004-04-06 16:02 tonvoon + * plugins/check_ide_smart.c: more fixes for #1094326 git-svn-id: - * [r864] configure.in, plugins/check_procs.c: - Fixed weird scanf bug on Solaris + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1077 f882894a-f735-0410-b71e-b25c423dba1c -2004-04-02 19:37 kdebisschop +2005-01-03 Benoit Mortier - * [r863] plugins/check_by_ssh.c: - add example invocation to help + * plugins-scripts/check_mailq.pl: fixes for #1094324 git-svn-id: -2004-03-31 23:01 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1076 f882894a-f735-0410-b71e-b25c423dba1c - * [r862] AUTHORS: - Howard Wilkinson +2005-01-02 Benoit Mortier -2004-03-31 22:53 tonvoon + * plugins/check_ide_smart.c: fixing bug #1094326 still need to check the makefile for check_ide_smart.c git-svn-id: - * [r861] plugins/check_nt.c: - Command line argument bug (Howard Wilkinson) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1075 f882894a-f735-0410-b71e-b25c423dba1c -2004-03-31 22:48 tonvoon +2005-01-01 Ton Voon - * [r860] plugins/netutils.c: - Set default state (Howard Wilkinson) + * plugins/check_smtp.c: Removed old terminate function (Bug 1093491) git-svn-id: -2004-03-31 19:20 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1074 f882894a-f735-0410-b71e-b25c423dba1c - * [r859] doc/developer-guidelines.sgml: - Update author list +2004-12-30 Ton Voon -2004-03-23 06:35 kdebisschop + * ChangeLog: Updated with r1_4-beta1 details git-svn-id: - * [r858] plugins/check_fping.c: - check was supposed to be agains ms - got munged wfixeg the - perfdata output to be in seconds + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1072 f882894a-f735-0410-b71e-b25c423dba1c -2004-03-22 07:22 tonvoon +2004-12-30 Ton Voon - * [r856] AUTHORS: - Joe Rhett for getopt bug + * CHANGES: Note some syntax changes to check_disk git-svn-id: -2004-03-22 07:19 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1071 f882894a-f735-0410-b71e-b25c423dba1c - * [r855] plugins/check_http.c: - Option --url not mapped (Joe Rhett) +2004-12-30 Ton Voon -2004-03-18 20:58 tonvoon + * doc/RELEASING: Update package files for version git-svn-id: - * [r854] AUTHORS: - More help for patches + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1070 f882894a-f735-0410-b71e-b25c423dba1c -2004-03-18 20:50 tonvoon +2004-12-30 Ton Voon - * [r853] plugins/check_disk.c: - Typo in check_disk units (Matthew Kent - 909281) + * AUTHORS: For help with ps on FreeBSD 4 git-svn-id: -2004-03-18 20:40 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1069 f882894a-f735-0410-b71e-b25c423dba1c - * [r852] configure.in: - Mysql include path not added correctly (Arnold Cavazos - 912974) +2004-12-30 Ton Voon -2004-03-18 20:31 tonvoon + * configure.in: Get ps command for FreeBSD 4 (Tomasz Pilat) git-svn-id: - * [r851] plugins/check_radius.c: - Option to fill in NAS-identifier to Emulate pam_radius behaviour - (Alexander Kulak) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1068 f882894a-f735-0410-b71e-b25c423dba1c -2004-03-17 20:38 tonvoon +2004-12-30 Benoit Mortier - * [r850] doc/developer-guidelines.sgml: - Copyright information for patches + * plugins/check_dhcp.c, plugins/check_dns.c, plugins/check_ping.c, + plugins/check_procs.c, plugins/check_smtp.c, plugins/check_snmp.c, + plugins/check_swap.c, plugins/check_tcp.c, po/de.po, po/fr.po, + po/nagios-plugins.pot: more internationalization fixes + internationalization freeze for beta1 git-svn-id: -2004-03-14 04:09 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1067 f882894a-f735-0410-b71e-b25c423dba1c - * [r849] plugins/check_ldap.c, plugins/check_load.c, - plugins/check_mrtgtraf.c, plugins/check_pgsql.c, - plugins/check_smtp.c, plugins/check_tcp.c, plugins/check_ups.c: - use fperfdata +2004-12-28 Benoit Mortier -2004-03-14 03:37 kdebisschop + * AUTHORS, po/fr.po: more internationalization git-svn-id: - * [r848] plugins/check_fping.c: - use fperfdata + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1066 f882894a-f735-0410-b71e-b25c423dba1c -2004-03-12 03:40 egalstad +2004-12-28 Benoit Mortier - * [r847] contrib/check_cluster2.c: - New cluster plugin for Nagios 2.x + * plugins/Makefile.am, plugins/check_smtp.c, po/fr.po: starttls + support for check_smtp #1041576 git-svn-id: -2004-03-11 15:33 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1065 f882894a-f735-0410-b71e-b25c423dba1c - * [r846] CHANGES: - check_procs difference +2004-12-28 Benoit Mortier -2004-03-11 15:17 tonvoon + * AUTHORS, plugins/check_ping.c: String match in check_ping for + Solaris 10 #1091043 git-svn-id: - * [r845] plugins/check_nagios.c: - Incorporate check_proc changes into check_nagios. ps handling - probably should be moved into utils.c in future + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1064 f882894a-f735-0410-b71e-b25c423dba1c -2004-03-08 21:03 tonvoon +2004-12-28 Ton Voon - * [r844] configure.in: - Require ngettext + * configure.in: sys/param.h needed for sys/swap.h on openbsd 3.6 + (Julien Touche) git-svn-id: -2004-03-08 21:01 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1063 f882894a-f735-0410-b71e-b25c423dba1c - * [r843] doc/developer-guidelines.sgml: - Information on plugin output format +2004-12-27 Benoit Mortier -2004-03-04 05:08 kdebisschop + * po/fr.po: more internationalization git-svn-id: - * [r842] plugins/check_dig.c, plugins/check_dns.c, - plugins/check_game.c: - use float for time in perf data + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1062 f882894a-f735-0410-b71e-b25c423dba1c -2004-03-03 12:33 kdebisschop +2004-12-25 Benoit Mortier - * [r841] plugins/check_http.c, plugins/utils.c: - begin writing some perfdata as float + * plugins/check_dig.c, plugins/check_disk.c, plugins/check_dns.c, + plugins/check_dummy.c, plugins/check_fping.c, plugins/check_game.c, + plugins/check_hpjd.c, plugins/check_icmp.c, + plugins/check_ide_smart.c, plugins/check_ldap.c, + plugins/check_load.c, plugins/check_mrtg.c, + plugins/check_mrtgtraf.c, plugins/check_mysql.c, + plugins/check_nagios.c, plugins/check_nt.c, plugins/check_nwstat.c, + plugins/check_overcr.c, plugins/check_pgsql.c, + plugins/check_ping.c, plugins/check_procs.c, + plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, + plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, + plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c, + plugins/check_ups.c, plugins/check_users.c, plugins/negate.c, + plugins/netutils.c, plugins/popen.c, plugins/popen.h, + plugins/urlize.c, plugins/utils.c, po/de.po, po/fr.po, + po/nagios-plugins.pot: various fixes for localization git-svn-id: -2004-03-03 04:24 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1061 f882894a-f735-0410-b71e-b25c423dba1c - * [r840] contrib/check_pop3.pl: - fix loop and \r\n (Jason Burnett - - http://sourceforge.net/tracker/index.php?func=detail&aid=895677&group_id=29880&atid=397599) +2004-12-25 Benoit Mortier -2004-03-03 03:48 kdebisschop + * po/de.po, po/fr.po, po/nagios-plugins.pot: new version of po files + and pot file git-svn-id: - * [r839] plugins/check_disk.c: - check_disk was getting blocks instead of bytes (Michael Musikhin - - - http://sourceforge.net/tracker/index.php?func=detail&aid=900215&group_id=29880&atid=397599) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1060 f882894a-f735-0410-b71e-b25c423dba1c -2004-03-02 17:44 kdebisschop +2004-12-25 Benoit Mortier - * [r838] pkg/fedora/requires, pkg/redhat, pkg/redhat/requires: - attempt to prune requires + * package.def, po/POTFILES.in: change realase name on package.def + adding check_dhcp.c to potfiles.in git-svn-id: -2004-03-02 06:17 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1059 f882894a-f735-0410-b71e-b25c423dba1c - * [r837] Makefile.am, nagios-plugins.spec.in, pkg/fedora, - pkg/fedora/requires: - make specfile into a template which can generate a generic spec - plus specs suitable for various repositories +2004-12-25 Benoit Mortier -2004-03-02 06:13 kdebisschop + * plugins/check_by_ssh.c, plugins/check_dhcp.c: internationalization + of check_dhcp internationalization fixes of check_ssh git-svn-id: - * [r836] configure.in: - prpare for alpha2 + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1058 f882894a-f735-0410-b71e-b25c423dba1c -2004-03-02 05:25 kdebisschop +2004-12-24 Benoit Mortier - * [r835] plugins/check_http.c: - relax check for -w/-c to accept floats (bug report from Warrick - FitzGerald) + * plugins/check_icmp.c, po/POTFILES.in, po/fr.po: first pass at + adapting to plugin guidelines and start of localization git-svn-id: -2004-03-02 05:01 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1057 f882894a-f735-0410-b71e-b25c423dba1c - * [r834] AUTHORS, plugins/check_swap.c: - fix div by zero error when swaptotal is zero (Flo Gleixner) +2004-12-23 Benoit Mortier -2004-03-01 12:27 kdebisschop + * plugins/check_http.c, po/fr.po: internationalization fixes git-svn-id: - * [r833] plugins/check_tcp.c, plugins/netutils.c: - check_tcp was returning uninitialized string with user-defined - refused outcome + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1056 f882894a-f735-0410-b71e-b25c423dba1c -2004-03-01 06:15 kdebisschop +2004-12-23 Michael Wirtgen - * [r832] plugins/check_smtp.c: - allow regex for ecpect checks + * po/de.po: german translations 391 to go git-svn-id: -2004-02-29 04:09 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1055 f882894a-f735-0410-b71e-b25c423dba1c - * [r831] plugins/check_nwstat.c, plugins/netutils.c, - plugins/netutils.h: - was making up to 34 separate tcp connections - now we open one - and reuse +2004-12-23 Ton Voon -2004-02-28 07:27 kdebisschop + * ACKNOWLEDGEMENTS, configure.in, m4/np_curl.m4, + plugins/Makefile.am: Another attempt at fixing check_http compile on + Redhat EL3. Fixed check_icmp compile (Lynne Lawrence - 1087171) - + still some code changes to check_icmp outstanding. Fixed compile of + check_dhcp (complaining about socklen_t). Added acknowledgements + for Coreutils and curl git-svn-id: - * [r830] plugins/check_snmp.c: - checks for warn in check_num() mistakenly referred to crit limits + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1054 f882894a-f735-0410-b71e-b25c423dba1c -2004-02-28 06:51 kdebisschop +2004-12-22 Harper Mann - * [r829] plugins/check_smtp.c: - minor doco update to reflect handling of repeated caoomand - strings + * plugins/check_nt.c: Added check for "%" in COUNTER . + If it exists, is used as an arg to asprintf. If it + doesn't exist, is used as a label. If the formatting + is wrong, the program will segv. git-svn-id: -2004-02-28 06:48 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1053 f882894a-f735-0410-b71e-b25c423dba1c - * [r828] plugins/check_smtp.c: - work in progress to accept multiple command/expect pairs +2004-12-22 Ton Voon -2004-02-28 04:54 kdebisschop + * lib/Makefile.am, lib/stdbool_.h: File required from coreutils git-svn-id: - * [r827] plugins/check_swap.c: - update to work with Linux 2.6 /proc/meminfo format + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1052 f882894a-f735-0410-b71e-b25c423dba1c -2004-02-25 08:51 kdebisschop +2004-12-21 Ton Voon - * [r826] AUTHORS, plugins/check_dns.c: - check server for authoritative status (from Jon Hallet) + * configure.in, plugins/Makefile.am: Revert back to previous openssl + checks (the ones from curl kept having problems with later Redhat + versions) git-svn-id: -2004-02-25 08:12 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1051 f882894a-f735-0410-b71e-b25c423dba1c - * [r825] plugins/check_swap.c: - change some datatypes to llu for very large swaps +2004-12-21 Ton Voon -2004-02-25 07:49 kdebisschop + * m4/stdbool.m4: Another m4 from coreutils git-svn-id: - * [r824] configure.in, plugins/check_ping.c: - pass timeout to ping if supported with -w parameter (linux) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1050 f882894a-f735-0410-b71e-b25c423dba1c -2004-02-21 05:37 kdebisschop +2004-12-21 Ton Voon - * [r823] plugins/check_by_ssh.c: - add option to ignore a specified number of lines on stderr (to - suppress a login banner) + * AUTHORS: For their bug reports git-svn-id: -2004-02-21 03:44 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1049 f882894a-f735-0410-b71e-b25c423dba1c - * [r821] AUTHORS: - Add Jason Martin for report of missing $opt_C for 'use vars' in - check_breeze +2004-12-21 Ton Voon -2004-02-21 03:42 kdebisschop + * lib/Makefile.am, m4/Makefile.am, m4/np_coreutils.m4: Fixed compile + problem on Sol2.6 with stdbool.h git-svn-id: - * [r820] plugins-scripts/check_breeze.pl: - add opt_C to 'usr vars' + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1047 f882894a-f735-0410-b71e-b25c423dba1c -2004-02-20 19:35 tonvoon +2004-12-21 Stanley Hopcroft - * [r819] plugins/check_http.c: - - Missed out getopt for -T + * plugins/check_dhcp.c: Commentary changes only: cite origin of + copied code with reference to ACK file git-svn-id: -2004-02-20 05:25 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1046 f882894a-f735-0410-b71e-b25c423dba1c - * [r818] contrib/check_dhcp.c, plugins/check_snmp.c, - plugins/negate.c, plugins/netutils.c, plugins/urlize.c: - spell fix "received" +2004-12-21 Stanley Hopcroft -2004-02-20 05:21 kdebisschop + * ACKNOWLEDGEMENTS: ACK file contains the details of the authors of + code copied by the plugins git-svn-id: - * [r817] plugins/utils.c, plugins/utils.h: - add perfdata function for floats to complement ints, also spell - fix "received" + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1045 f882894a-f735-0410-b71e-b25c423dba1c -2004-02-20 05:19 kdebisschop +2004-12-21 Matthew Kent - * [r816] AUTHORS: - add Ralph Rye for report of check_procs segfault on AIX/WebSphere - and proof-of-concept patch + * plugins/check_dns.c: Add another error string match from Pasi + Tiittanen git-svn-id: -2004-02-20 05:04 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1044 f882894a-f735-0410-b71e-b25c423dba1c - * [r815] plugins/check_procs.c: - handle case where line from ps output exceed MAX_INPUT_BUFFER +2004-12-20 Ton Voon -2004-02-20 03:37 tonvoon + * plugins/check_nagios.c: Corrected help for expiry units. Restored + functionality of searching for process arguments git-svn-id: - * [r814] AUTHORS: - Shaun Wills for patch to check_http + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1043 f882894a-f735-0410-b71e-b25c423dba1c -2004-02-20 03:21 tonvoon +2004-12-20 Ton Voon - * [r813] plugins/check_http.c: - Added Content-type when POSTing (Shawn Wills) + * plugins/check_nagios.c: Updating help text to reflect using + shortname instead of full path for command git-svn-id: -2004-02-20 03:00 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1042 f882894a-f735-0410-b71e-b25c423dba1c - * [r812] plugins/check_procs.c: - - compiler warning removed (but usage2 messages badly broken) +2004-12-20 Ton Voon -2004-02-20 02:58 tonvoon + * configure.in: - stupid typo git-svn-id: - * [r811] AUTHORS: - Matt Pounsett for bug report + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1041 f882894a-f735-0410-b71e-b25c423dba1c -2004-02-20 02:09 tonvoon +2004-12-20 Ton Voon - * [r810] plugins/check_dns.c: - Different text to scan for if multiple addresses + * configure.in: Fix compile errors when looking for openssl git-svn-id: -2004-02-20 01:05 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1040 f882894a-f735-0410-b71e-b25c423dba1c - * [r809] plugins/check_swap.c: - Corrected usage message (Matt Pounsett) +2004-12-20 Stanley Hopcroft -2004-02-19 13:24 tonvoon + * COPYING, plugins/check_dhcp.c, po/de.po, po/fr.po: Compilation + fixes for check_dhcp.c HP-UX 11. Still fails on HP-UX 10. Unknown if + check_dhcp works on UX. git-svn-id: - * [r808] AUTHORS: - Michael Musikhin for check_disk patch + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1039 f882894a-f735-0410-b71e-b25c423dba1c -2004-02-19 13:23 tonvoon +2004-12-18 Michael Wirtgen - * [r807] plugins/check_disk.c: - Uninitialised variables for -X (Bug 900091 - Michael Musikhin) + * po/de.po: Initial commit on german translation - 428 to go git-svn-id: -2004-02-18 14:57 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1038 f882894a-f735-0410-b71e-b25c423dba1c - * [r806] configure.in: - version bump (old) +2004-12-17 Ton Voon -2004-02-18 14:56 kdebisschop + * configure.in: Support for FreeBSD 5.2.1 and 5.3 in check_procs git-svn-id: - * [r805] acinclude.m4, lib/afs.m4, lib/fstypename.m4, - lib/fsusage.m4: - underquoted defines cause warning on FC2 + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1037 f882894a-f735-0410-b71e-b25c423dba1c -2004-02-18 02:11 tonvoon +2004-12-15 Ton Voon - * [r804] AUTHORS: - Johannes Herlitz for patch to check_dns + * configure.in: Bump version to next release git-svn-id: -2004-02-18 02:09 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1036 f882894a-f735-0410-b71e-b25c423dba1c - * [r803] plugins/check_dns.c: - Output message includes the query_address, as inspired by - Johannes Herlitz. Also cleanup of comments and handles multi-line - nslookup output (MacOSX 10.3) +2004-12-15 Ton Voon -2004-02-17 13:24 tonvoon + * doc/developer-guidelines.sgml: Mistake in automake version - back + to 1.8 git-svn-id: - * [r802] AUTHORS: - David Alden for check_snmp_procs.pl + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1035 f882894a-f735-0410-b71e-b25c423dba1c -2004-02-17 13:23 tonvoon +2004-12-15 Ton Voon - * [r801] contrib/check_snmp_procs.pl: - Checks remote processes via SNMP (David Alden) + * doc/RELEASING: Clarified notes git-svn-id: -2004-02-09 08:32 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1034 f882894a-f735-0410-b71e-b25c423dba1c - * [r800] AUTHORS: - Patrick McCormick +2004-12-15 Ton Voon -2004-02-09 08:27 tonvoon + * ChangeLog: Updated for r1_4_0-alpha3 git-svn-id: - * [r799] plugins/check_ping.c: - Fix for check_ping old-style argument handling (Patrick McCormick - - 892211) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1032 f882894a-f735-0410-b71e-b25c423dba1c -2004-01-28 11:42 tonvoon +2004-12-15 Ton Voon - * [r798] plugins/check_dummy.c: - Print optional text + * doc/developer-guidelines.sgml: Updated requirements for GNU tools git-svn-id: -2004-01-21 12:50 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1031 f882894a-f735-0410-b71e-b25c423dba1c - * [r797] AUTHORS: - credit David Croft (patch check_tcp formultibyte malloc bug in - server_expect) +2004-12-15 Ton Voon -2004-01-21 12:49 kdebisschop + * m4/Makefile.am: Makefile for m4 files git-svn-id: - * [r796] plugins/check_tcp.c: - =fix segfault on malloc of server_expect for multibyte chars - (David Croft) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1030 f882894a-f735-0410-b71e-b25c423dba1c -2004-01-18 20:07 sghosh +2004-12-15 Ton Voon - * [r795] contrib/check_snmp_printer.pl: - plugin to check printer status via snmp, includes page count as - perfdata; perl plugin + * Makefile.am, configure.in, plugins/Makefile.am, tools/setup: + Support for coreutils lib. Configure tests via m4 scripts from + coreutils git-svn-id: -2003-12-24 08:51 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1029 f882894a-f735-0410-b71e-b25c423dba1c - * [r794] AUTHORS: - Bug reporter +2004-12-15 Ton Voon -2003-12-24 08:51 tonvoon + * m4/Makefile.am.in, m4/afs.m4, m4/codeset.m4, m4/error.m4, + m4/exitfail.m4, m4/extensions.m4, m4/fstypename.m4, m4/fsusage.m4, + m4/getopt.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4, + m4/intdiv0.m4, m4/inttypes-pri.m4, m4/inttypes.m4, + m4/inttypes_h.m4, m4/isc-posix.m4, m4/lcmessage.m4, m4/lib-ld.m4, + m4/lib-link.m4, m4/lib-prefix.m4, m4/ls-mntd-fs.m4, m4/malloc.m4, + m4/mountlist.m4, m4/np_coreutils.m4, m4/onceonly.m4, + m4/progtest.m4, m4/realloc.m4, m4/stdint_h.m4, m4/uintmax_t.m4, + m4/ulonglong.m4, m4/unlocked-io.m4, m4/xalloc.m4: Moving m4 files + from lib/ git-svn-id: - * [r793] plugins/check_swap.c: - Fixed help doc on use of % (854817 - Gunnar Hellekson) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1028 f882894a-f735-0410-b71e-b25c423dba1c -2003-12-18 09:24 tonvoon +2004-12-15 Ton Voon - * [r792] README: - Reference to CHANGES file + * lib/Makefile.am, lib/afs.m4, lib/error.m4, lib/exitfail.m4, + lib/fstypename.m4, lib/fsusage.m4, lib/full-read.c, + lib/full-write.c, lib/full-write.h, lib/getopt.m4, + lib/ls-mntd-fs.m4, lib/onceonly.m4, lib/safe-read.c, + lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, + lib/unlocked-io.m4, lib/xalloc.m4: Moving m4 files into m4/. Added + extra coreutils files required from autoconf tests. Updated + Makefile.am to have nagiosplug lib and a separate coreutils lib git-svn-id: -2003-12-18 09:19 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1027 f882894a-f735-0410-b71e-b25c423dba1c - * [r791] Makefile.am: - Add CHANGES file to distribution +2004-12-15 Benoit Mortier -2003-12-18 09:15 tonvoon + * po/de.po, po/fr.po: fr.po work in progress still 88 to translate + ;-) git-svn-id: - * [r790] CHANGES: - List major changes between releases + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1026 f882894a-f735-0410-b71e-b25c423dba1c -2003-12-11 10:00 tonvoon +2004-12-11 Matthew Kent - * [r789] AUTHORS: - For patch to check_http + * plugins/check_tcp.c: Patch from Ollie Cook to define return code + when expected value not received (#1082275). Also included another + change from Ollie Cook to do stricter matching of expected values + from the beginning of the line. When a user defines an expected + string this is changed to the old style strstr matching. git-svn-id: -2003-12-11 10:00 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1025 f882894a-f735-0410-b71e-b25c423dba1c - * [r788] plugins/check_http.c: - Relative redirects not followed correctly (854131 - John Sivak) +2004-12-10 Ton Voon -2003-12-05 18:12 tonvoon + * plugins/check_ldap.c: Fixed compile warning git-svn-id: - * [r787] AUTHORS: - Ben Whaley for reported Solaris 8 /usr/ucb/ps problem in - configure.in + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1024 f882894a-f735-0410-b71e-b25c423dba1c -2003-12-05 18:08 tonvoon +2004-12-10 Matthew Kent - * [r786] configure.in: - Not correctly working out ps command if /usr/ucb before /usr/bin - in PATH for Solaris (reported by Ben Whaley) + * plugins/Makefile.am: Compile broken - fixing link flags. git-svn-id: -2003-12-05 16:45 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1023 f882894a-f735-0410-b71e-b25c423dba1c - * [r785] AUTHORS: - Patch to my_connect +2004-12-10 Matthew Kent -2003-12-05 16:42 tonvoon + * plugins/check_dns.c: Error catching improvements from Ollie Cook git-svn-id: - * [r784] plugins/netutils.c, plugins/netutils.h: - Fix clash of namespace for my_connect with mysql (854339 - Ian - Holsman) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1022 f882894a-f735-0410-b71e-b25c423dba1c -2003-12-02 15:27 tonvoon +2004-12-10 Matthew Kent - * [r783] plugins/check_disk.c: - Default thresholds not defined for lists in -x parameter (raised - by Matt Garrett) + * plugins/check_pgsql.c: Fixing broken compile git-svn-id: -2003-12-01 02:47 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1021 f882894a-f735-0410-b71e-b25c423dba1c - * [r782] po/de.po, po/fr.po: - commit changes caused by upstream code mods +2004-12-10 Matthew Kent -2003-12-01 02:46 kdebisschop + * AUTHORS: More contributers git-svn-id: - * [r781] plugins/check_procs.c: - use usage2 function + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1020 f882894a-f735-0410-b71e-b25c423dba1c -2003-12-01 02:38 kdebisschop +2004-12-10 Stanley Hopcroft - * [r780] nagios-plugins.spec.in: - add THANKS to %doc + * plugins/Makefile.am: Changes to link flags for check_dhcp.c git-svn-id: -2003-11-28 14:18 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1019 f882894a-f735-0410-b71e-b25c423dba1c - * [r779] plugins/check_procs.c: - Fixed listing of failed processes +2004-12-10 Stanley Hopcroft -2003-11-24 14:56 tonvoon + * plugins/check_dhcp.c: Extensive changes to get MAC address from + Solaris via DLPI git-svn-id: - * [r778] AUTHORS: - For patches + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1018 f882894a-f735-0410-b71e-b25c423dba1c -2003-11-24 14:53 tonvoon +2004-12-10 Ton Voon - * [r777] plugins/check_hpjd.c: - Bug from code-clean (Antony Simmonds - 846311) + * plugins/check_dns.c, plugins/check_procs.c: Reverting back + ngettext calls git-svn-id: -2003-11-21 07:53 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1017 f882894a-f735-0410-b71e-b25c423dba1c - * [r776] README: - update auotmake/autoconf versions +2004-12-10 Ton Voon -2003-11-21 07:52 kdebisschop + * plugins/common.h: Fix includes for gettext git-svn-id: - * [r775] doc/developer-guidelines.sgml: - update developer names + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1016 f882894a-f735-0410-b71e-b25c423dba1c -2003-11-21 07:34 kdebisschop +2004-12-09 Ton Voon - * [r774] INSTALLING: - our policy now is to use most recent versions of GNU tool chain + * configure.in: Include $libsuff for systems that define this (based + on advice from Daniel Stenberg) git-svn-id: -2003-11-19 06:24 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1015 f882894a-f735-0410-b71e-b25c423dba1c - * [r773] plugins/check_time.c: - add perfdata +2004-12-08 Ton Voon -2003-11-19 06:00 kdebisschop + * configure.in: Removed redundant check and make export + LD_LIBRARY_PATH more sh friendly git-svn-id: - * [r772] plugins/check_smtp.c: - use perfdata() to return perfoamnace data in stanadrd format + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1014 f882894a-f735-0410-b71e-b25c423dba1c -2003-11-17 11:45 kdebisschop +2004-12-08 Benoit Mortier - * [r771] plugins/check_ups.c: - bugfix - each supported option was overwriting the previous - perfdata + * configure.in, plugins/Makefile.am, plugins/check_by_ssh.c, + plugins/check_game.c, plugins/check_http.c, + plugins/check_ide_smart.c, plugins/check_ldap.c, + plugins/check_snmp.c, plugins/check_tcp.c: patch 1028033 minor internationalization fixes git-svn-id: -2003-11-17 07:19 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1013 f882894a-f735-0410-b71e-b25c423dba1c - * [r770] plugins/check_ups.c: - add perfdata +2004-12-08 Ton Voon -2003-11-17 06:37 kdebisschop + * configure.in: Fixed output info for openssl and LD_LIBRARY_PATH + for subsequent compiles (otherwise get ld.so.1: ./conftest: fatal: + libssl.so.0.9.7: open failed) git-svn-id: - * [r769] plugins/check_pgsql.c: - add perfdata + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1012 f882894a-f735-0410-b71e-b25c423dba1c -2003-11-12 06:05 kdebisschop +2004-12-07 Ton Voon - * [r768] plugins/check_snmp.c: - clean up compiler warnings + * configure.in, plugins/Makefile.am: Better SSL checking (inspired + by curl 7.12.2's configure.ac) git-svn-id: -2003-11-12 05:53 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1011 f882894a-f735-0410-b71e-b25c423dba1c - * [r767] plugins/check_mrtg.c, plugins/check_nt.c: - clean up compiler warnings +2004-12-07 Matthew Kent -2003-11-12 05:41 kdebisschop + * plugins-scripts/check_ifoperstatus.pl: Option to check for admin + down (#1012191) from RaĂșl Pedroche. git-svn-id: - * [r766] plugins/check_mrtgtraf.c, plugins/check_swap.c: - clean up compiler warnings + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1010 f882894a-f735-0410-b71e-b25c423dba1c -2003-11-12 05:29 kdebisschop +2004-12-07 Stanley Hopcroft - * [r765] plugins/check_mrtgtraf.c: - add perfdata + * plugins/Makefile.am: Correct dependencies for check_dhcp.c. git-svn-id: -2003-11-12 05:28 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1009 f882894a-f735-0410-b71e-b25c423dba1c - * [r764] plugins/check_dig.c: - remove overflow checks of strtod - HUGE_VALF requires C99; also - remove equality checks on warn/crit interval which are no doubles +2004-12-07 Stanley Hopcroft -2003-11-11 10:43 tonvoon + * plugins/Makefile.am, plugins/check_dhcp.c: New plugin: + check_dhcp.c. Attempt to port to non Linux platform. git-svn-id: - * [r763] plugins/check_tcp.c: - Added perfdata + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1008 f882894a-f735-0410-b71e-b25c423dba1c -2003-11-11 10:34 tonvoon +2004-12-06 Benoit Mortier - * [r762] plugins/check_users.c: - Added perfdata + * po/fr.po: new version of fr.po git-svn-id: -2003-11-11 10:27 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1007 f882894a-f735-0410-b71e-b25c423dba1c - * [r761] plugins/check_swap.c: - Added perfdata +2004-12-05 Matthew Kent -2003-11-11 10:19 tonvoon + * plugins/check_snmp.c: Fix for -s string matching (#756567, Tony + Missana) git-svn-id: - * [r760] plugins/check_swap.c: - Fixed if only absolute warn/crit set + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1006 f882894a-f735-0410-b71e-b25c423dba1c -2003-11-10 11:15 tonvoon +2004-12-05 Benoit Mortier - * [r759] plugins/utils.h: - - typo fixes + * plugins/check_nt.c, po/fr.po, po/nagios-plugins.pot: cleaned fr.po + nagios-plugins.pot git-svn-id: -2003-11-05 22:59 sghosh + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1005 f882894a-f735-0410-b71e-b25c423dba1c - * [r758] plugins-scripts/check_ifoperstatus.pl, - plugins-scripts/check_ifstatus.pl: - added plugin timeout options +2004-12-05 Benoit Mortier -2003-10-31 04:22 kdebisschop + * plugins/check_http.c, plugins/check_icmp.c, + plugins/check_nwstat.c, plugins/check_ping.c, plugins/check_smtp.c, + plugins/check_swap.c, plugins/utils.h: fix patch 998291 fix patch + 1078934 expect check_ssh fix and check_nt perfdata should stay on + one word like in nagios git-svn-id: - * [r757] plugins/check_nt.c: - provide an error message + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1004 f882894a-f735-0410-b71e-b25c423dba1c -2003-10-31 04:21 kdebisschop +2004-12-04 Benoit Mortier - * [r756] plugins/check_hpjd.c: - line indentation + * po/nagios-plugins.pot: new version of pot file git-svn-id: -2003-10-31 04:20 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1003 f882894a-f735-0410-b71e-b25c423dba1c - * [r755] plugins/check_load.c: - add perfdata +2004-12-04 Benoit Mortier -2003-10-31 04:19 kdebisschop + * plugins/check_by_ssh.c, plugins/check_dns.c, po/POTFILES.in: + various internationalization fixes git-svn-id: - * [r754] plugins/check_mrtg.c: - add perf data fix bug where stale data message would get - overwritten + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1002 f882894a-f735-0410-b71e-b25c423dba1c -2003-10-24 13:28 tonvoon +2004-12-04 Benoit Mortier - * [r753] plugins/common.h: - Ignore __attribute__ for non-GNU compilers + * plugins/Makefile.am, plugins/check_by_ssh.c, plugins/check_dig.c, + plugins/check_http.c, plugins/check_ide-smart.c, + plugins/check_ide_smart.c, plugins/check_mrtg.c, + plugins/check_nt.c, plugins/check_nwstat.c, plugins/check_overcr.c, + plugins/check_real.c, plugins/check_smtp.c, plugins/check_swap.c, + plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c, + po/POTFILES.in: internationalization fixes bugfixes git-svn-id: -2003-10-24 09:37 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1001 f882894a-f735-0410-b71e-b25c423dba1c - * [r752] plugins/Makefile.am: - Moved config.h to toplevel +2004-12-04 Benoit Mortier -2003-10-23 10:24 tonvoon + * plugins/check_dns.c, plugins/check_hpjd.c: check_dns needs a space + between 'time' and the hostname check_hpjd needs a parenthesis + removed in print_usage() git-svn-id: - * [r751] lib/Makefile.am: - Need to include intl/ for systems without libintl.h + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1000 f882894a-f735-0410-b71e-b25c423dba1c -2003-10-21 16:16 tonvoon +2004-12-04 Benoit Mortier - * [r750] AUTHORS: - Matt Garrett for bug reports + * plugins/check_swap.c: Bug Fix [ 1024735 ] check_swap providing + inaccurate swap information on Sol6 git-svn-id: -2003-10-21 15:56 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@999 f882894a-f735-0410-b71e-b25c423dba1c - * [r749] plugins-scripts/check_file_age.pl: - - Fixed file name (Matt Garrett) +2004-12-03 Benoit Mortier -2003-10-20 14:03 tonvoon + * plugins/check_by_ssh.c, plugins/check_dig.c, + plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c, + plugins/check_game.c, plugins/check_hpjd.c, plugins/check_http.c, + plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c, + plugins/check_mrtgtraf.c, plugins/check_mysql.c, + plugins/check_nagios.c, plugins/check_nt.c, plugins/check_nwstat.c, + plugins/check_overcr.c, plugins/check_pgsql.c, + plugins/check_ping.c, plugins/check_procs.c, + plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, + plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, + plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c, + plugins/check_ups.c, plugins/check_users.c, plugins/negate.c: + reverting my changes from !=TRUE to == ERROR, that's not good ;-( + sorry git-svn-id: - * [r748] configure.in, lib/fsusage.c, lib/mountlist.c: - Fix for config.h at top level. Required for intl/ + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@998 f882894a-f735-0410-b71e-b25c423dba1c -2003-10-15 19:27 tonvoon +2004-12-03 Benoit Mortier - * [r747] tools/mail_error: - Need to export PATH for sfsnapshot to get correct GNU toolchain + * plugins/check_tcp.c, po/de.po, po/fr.po, po/nagios-plugins.pot: + check_tcp parenthesis bug, header fix for po files git-svn-id: -2003-10-14 03:15 sghosh + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@997 f882894a-f735-0410-b71e-b25c423dba1c - * [r746] plugins-scripts/check_ifoperstatus.pl: - snmpv3 patches +2004-12-03 Benoit Mortier -2003-10-14 03:14 sghosh + * plugins/check_dig.c, plugins/check_disk.c, plugins/check_dns.c, + plugins/check_dummy.c, plugins/check_fping.c, plugins/check_game.c, + plugins/check_hpjd.c, plugins/check_http.c, + plugins/check_ide-smart.c, plugins/check_ldap.c, + plugins/check_mrtg.c, plugins/check_mrtgtraf.c, + plugins/check_nagios.c, plugins/check_nt.c, plugins/check_nwstat.c, + plugins/check_overcr.c, plugins/check_pgsql.c, + plugins/check_procs.c, plugins/check_radius.c, + plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c, + plugins/check_swap.c, plugins/check_tcp.c, plugins/check_time.c, + plugins/check_udp.c, plugins/check_ups.c: print_help and + print_usage() cleanup other misc cleanups git-svn-id: - * [r745] plugins-scripts/check_ifstatus.pl: - more snmpv3 patches + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@996 f882894a-f735-0410-b71e-b25c423dba1c -2003-10-14 02:40 sghosh +2004-12-03 Stanley Hopcroft - * [r744] plugins-scripts/check_ntp.pl: - Bug 773588: added check to warn on matching # candidates only + * plugins/check_tcp.c: 1041571: -D option processing corrected (Eric + Chen). Changed process_arguments() to return TRUE. Dont know why + this was necessary. git-svn-id: -2003-10-14 02:15 sghosh + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@995 f882894a-f735-0410-b71e-b25c423dba1c - * [r743] plugins-scripts/check_ifstatus.pl: - Added -M for maxmsgsize (v1/v2c) Added v3 support +2004-12-03 Benoit Mortier -2003-09-30 13:54 tonvoon + * plugins/check_by_ssh.c, plugins/check_dig.c, + plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, + plugins/check_fping.c, plugins/check_game.c, plugins/check_hpjd.c, + plugins/check_http.c, plugins/check_ide-smart.c, + plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c, + plugins/check_mrtgtraf.c, plugins/check_mysql.c, + plugins/check_nagios.c, plugins/check_nt.c, plugins/check_nwstat.c, + plugins/check_overcr.c, plugins/check_pgsql.c, + plugins/check_ping.c, plugins/check_procs.c, + plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, + plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, + plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c, + plugins/check_ups.c, plugins/check_users.c, plugins/negate.c, + plugins/urlize.c: remove UT_HLP_VRS from print_usage this was not a + good idea ;-) git-svn-id: - * [r742] plugins/check_swap.c: - Fixed logic problem if HAVE_SWAP, but not on AIX or Solaris. - Removed unnecessary ifdefs for help page. Better indentation for - ifdefs + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@994 f882894a-f735-0410-b71e-b25c423dba1c -2003-09-29 10:02 tonvoon +2004-12-03 Benoit Mortier - * [r741] lib/Makefile.am: - Missed GNU files for AIX 5.1 + * plugins/utils.c: removing support fonction removing warranty from + print_revision git-svn-id: -2003-09-17 19:16 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@993 f882894a-f735-0410-b71e-b25c423dba1c - * [r740] AUTHORS: - Added authors of obsolete contrib plugins +2004-12-03 Benoit Mortier -2003-09-17 19:07 tonvoon + * ROADMAP, package.def, plugins/negate.c, plugins/utils.h: some + minor fixes git-svn-id: - * [r739] contrib/maser-oracle.pl: - Obsolete from main check_oracle + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@992 f882894a-f735-0410-b71e-b25c423dba1c -2003-09-17 19:05 tonvoon +2004-12-03 Benoit Mortier - * [r738] contrib/aix/check_crit_dsk, contrib/aix/check_dsk, - contrib/aix/check_ping: - Plugins obsolete from main check_disk and check_ping + * plugins/check_load.c, plugins/check_ssh.c: correcting parenthesis + error git-svn-id: -2003-09-17 16:33 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@991 f882894a-f735-0410-b71e-b25c423dba1c - * [r737] lib/strtod.c: - Required if strtod not GNU compilant +2004-12-03 Benoit Mortier -2003-09-17 16:31 tonvoon + * AUTHORS, plugins/check_load.c, plugins/check_pgsql.c, + plugins/check_ping.c, plugins/check_procs.c, + plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, + plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, + plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c, + plugins/check_ups.c, plugins/check_users.c, plugins/urlize.c: fixes + for internationalization git-svn-id: - * [r736] configure.in, lib/Makefile.am, lib/error.c, lib/error.h, - lib/error.m4, lib/malloc.c, lib/realloc.c, lib/unlocked-io.h, - lib/xalloc.h, lib/xmalloc.c: - Support to compile on AIX + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@990 f882894a-f735-0410-b71e-b25c423dba1c -2003-09-17 16:15 tonvoon +2004-12-03 Benoit Mortier - * [r735] plugins/check_load.c: - - typo + * plugins/check_by_ssh.c, plugins/check_dig.c, + plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, + plugins/check_fping.c, plugins/check_game.c, plugins/check_hpjd.c, + plugins/check_http.c, plugins/check_ide-smart.c, + plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c, + plugins/check_mrtgtraf.c, plugins/check_mysql.c, + plugins/check_nagios.c, plugins/check_nt.c, plugins/check_nwstat.c: + internationalization fixes and help fixes git-svn-id: -2003-09-17 09:31 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@989 f882894a-f735-0410-b71e-b25c423dba1c - * [r734] configure.in, plugins/check_swap.c: - Support for check_swap in AIX (tested on 5.1) +2004-12-03 Benoit Mortier -2003-09-17 09:25 tonvoon + * plugins/check_by_ssh.c, plugins/check_dig.c, + plugins/check_http.c, plugins/check_nwstat.c, + plugins/check_pgsql.c, plugins/check_ping.c, plugins/check_udp.c, + po/.cvsignore: Localization fixes git-svn-id: - * [r733] tools/setup: - Hide error message if docbook not available + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@988 f882894a-f735-0410-b71e-b25c423dba1c -2003-09-16 21:58 tonvoon +2004-12-03 Benoit Mortier - * [r732] doc/developer-guidelines.sgml: - Added in threshold range format and updated autoconf to 2.54 for - a problem on Darwin) + * plugins/check_ide-smart.c, plugins/check_pgsql.c: correcting + copyright and remaning int result = STATE_UNKNOWN; git-svn-id: -2003-09-16 14:14 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@987 f882894a-f735-0410-b71e-b25c423dba1c - * [r731] configure.in, plugins/Makefile.am, plugins/check_procs.c: - Support for AIX ps command and cleanup of configure's ps checks +2004-12-03 Matthew Kent -2003-09-16 12:32 tonvoon + * plugins/check_nagios.c: Affected by elapsed time patch. git-svn-id: - * [r730] AUTHORS, plugins/common.h: - AIX problem with enum TRUE and FALSE (Ludse Verhoeven) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@986 f882894a-f735-0410-b71e-b25c423dba1c -2003-09-16 11:36 kdebisschop +2004-12-03 Matthew Kent - * [r729] tools/sfsnapshot: - here-doc format was not correct + * AUTHORS: Another contributer. git-svn-id: -2003-09-16 05:45 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@985 f882894a-f735-0410-b71e-b25c423dba1c - * [r728] plugins/check_ldap.c: - milisecond timing and perfdata, fix NULL pointer error in - validate_arguments +2004-12-03 Matthew Kent -2003-09-15 15:49 tonvoon + * configure.in, plugins/check_procs.c: Patch from Russell Miller + which adds elapsed time as a metric. Only for linux so far. (991359) git-svn-id: - * [r727] AUTHORS: - Contributors to the perfdata discussion + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@984 f882894a-f735-0410-b71e-b25c423dba1c -2003-09-15 15:28 tonvoon +2004-12-03 Matthew Kent - * [r726] AUTHORS, plugins-scripts/check_mailq.pl: - Added Exim support (768445 - Eric Bollengier) + * plugins/check_ldap.c: Fix typo breaking compile. git-svn-id: -2003-09-15 14:57 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@983 f882894a-f735-0410-b71e-b25c423dba1c - * [r725] AUTHORS, plugins/check_nt.c: - Option to verify check_nt version (799098 - Steve Hanselman) +2004-12-03 Benoit Mortier -2003-09-15 14:30 tonvoon + * plugins/check_by_ssh.c, plugins/check_dig.c, plugins/check_dns.c, + plugins/check_dummy.c, plugins/check_fping.c, plugins/check_game.c, + plugins/check_hpjd.c, plugins/check_ide-smart.c, + plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c, + plugins/check_mrtgtraf.c, plugins/check_mysql.c, + plugins/check_nagios.c, plugins/check_nt.c, plugins/check_nwstat.c, + plugins/check_overcr.c, plugins/check_pgsql.c, + plugins/check_ping.c, plugins/check_procs.c, + plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, + plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, + plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c, + plugins/check_ups.c, plugins/check_users.c, plugins/negate.c, + plugins/urlize.c: bump copyright year initialize result to + STATE_UNKNOW in place of STATE_OK git-svn-id: - * [r724] AUTHORS: - Jason Burnett for check_disk_smb patch + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@982 f882894a-f735-0410-b71e-b25c423dba1c -2003-09-15 14:26 tonvoon +2004-12-02 Benoit Mortier - * [r723] plugins-scripts/check_disk_smb.pl: - Optionally specify port for smbclient to use (781227 - Jason - Burnett) + * plugins/check_dns.c, plugins/check_ldap.c, plugins/check_procs.c: + --disable-nls throws an error on check_dns, check_procs and + check_ldap without this patch. git-svn-id: -2003-09-15 05:03 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@981 f882894a-f735-0410-b71e-b25c423dba1c - * [r722] plugins/check_http.c: - make status code extensible (thanks to Chris Wilson - ) +2004-12-02 Stanley Hopcroft -2003-09-12 11:53 kdebisschop + * plugins/check_tcp.c: Tracker 1041571: appended :D to getopt_long() + args (for cert expiry check). Eric Chen. git-svn-id: - * [r721] AUTHORS: - two new additions + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@980 f882894a-f735-0410-b71e-b25c423dba1c -2003-09-12 11:38 kdebisschop +2004-12-02 Benoit Mortier - * [r719] plugins/check_ping.c: - new output format reported by Patrick Allen - + * plugins/check_by_ssh.c, plugins/check_dig.c, + plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c, + plugins/check_game.c, plugins/check_hpjd.c, plugins/check_http.c, + plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c, + plugins/check_mrtgtraf.c, plugins/check_mysql.c, + plugins/check_nagios.c, plugins/check_nt.c, plugins/check_nwstat.c, + plugins/check_overcr.c, plugins/check_pgsql.c, + plugins/check_ping.c, plugins/check_procs.c, + plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, + plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, + plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c, + plugins/check_ups.c, plugins/check_users.c, plugins/negate.c, + plugins/popen.c, plugins/utils.c: More internationalization work new + usage4 function to permit localisation of think like check_ssh: + xxxxx git-svn-id: -2003-09-11 11:50 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@979 f882894a-f735-0410-b71e-b25c423dba1c - * [r718] plugins/check_http.c: - use prefdata function for size too +2004-12-02 Benoit Mortier -2003-09-11 08:02 kdebisschop + * plugins/check_by_ssh.c, plugins/check_dig.c, + plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c, + plugins/check_game.c, plugins/check_hpjd.c, plugins/check_ldap.c, + plugins/check_load.c, plugins/check_mrtg.c, + plugins/check_mrtgtraf.c, plugins/check_mysql.c, + plugins/check_nagios.c, plugins/check_nt.c, plugins/check_nwstat.c, + plugins/check_overcr.c, plugins/check_pgsql.c, + plugins/check_ping.c, plugins/check_procs.c, + plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, + plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, + plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c, + plugins/check_ups.c, plugins/check_users.c, plugins/negate.c: return + of process_arguments() is TRUE not OK ! git-svn-id: - * [r717] plugins/check_http.c: - use prefdata function + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@978 f882894a-f735-0410-b71e-b25c423dba1c -2003-09-11 08:02 kdebisschop +2004-12-02 Benoit Mortier - * [r716] configure.in, plugins/check_swap.c: - last changes to configure broke check_swap on RHLinux. Restore - /proc/meminfo check and make check_swap ifdefs safer + * plugins/check_http.c: return of process_arguments() is TRUE not OK + ! git-svn-id: -2003-09-04 06:43 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@977 f882894a-f735-0410-b71e-b25c423dba1c - * [r715] Makefile.am: - change so make-dist works in subdirs +2004-12-02 Stanley Hopcroft -2003-09-03 19:37 tonvoon + * plugins/Makefile.am: Add check_icmp plugin git-svn-id: - * [r714] configure.in: - Remove df checks and ignore swap checks if no swap commands found + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@976 f882894a-f735-0410-b71e-b25c423dba1c -2003-09-03 19:32 tonvoon +2004-12-02 Stanley Hopcroft - * [r713] doc/developer-guidelines.sgml: - No named credits in source code + * plugins/check_icmp.c: check_icmp plugin from A Ericsson git-svn-id: -2003-09-03 10:32 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@975 f882894a-f735-0410-b71e-b25c423dba1c - * [r712] configure.in: - Fixed substitution for Tru64's ps format +2004-12-02 Stanley Hopcroft -2003-09-03 06:01 kdebisschop + * plugins/linux.h: For check_icmp plugin from A Ericsson git-svn-id: - * [r711] plugins/check_dig.c: - allow warn/crit times to be floating point + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@974 f882894a-f735-0410-b71e-b25c423dba1c -2003-09-03 06:00 kdebisschop +2004-12-02 Matthew Kent - * [r710] configure.in, plugins/common.h: - include math.h if needed for HUGE_VAL + * command.cfg.in: Fix typo. git-svn-id: -2003-09-02 15:04 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@973 f882894a-f735-0410-b71e-b25c423dba1c - * [r709] plugins/check_procs.c: - Solaris requires asprintf checks for null variables +2004-12-02 Matthew Kent -2003-09-01 20:07 tonvoon + * AUTHORS, REQUIREMENTS, command.cfg.in, plugins/check_ups.c: Patch + from Arnaud Quette to bring support to NUT 2.0 plus couple + improvements and fixes (1038413 which includes 1032009, 815785). git-svn-id: - * [r708] Makefile.am: - Report duplicates in AUTHORS file + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@972 f882894a-f735-0410-b71e-b25c423dba1c -2003-09-01 19:43 tonvoon +2004-12-02 Benoit Mortier - * [r707] doc/developer-guidelines.sgml: - Add contributor's name into CVS comments + * plugins/check_dns.c, plugins/check_game.c, plugins/check_http.c, + plugins/check_ide-smart.c, plugins/check_load.c, + plugins/check_mrtgtraf.c, plugins/check_mysql.c, + plugins/check_nagios.c, plugins/check_nt.c, plugins/check_nwstat.c, + plugins/check_overcr.c, plugins/check_pgsql.c, + plugins/check_ping.c, plugins/check_procs.c, + plugins/check_radius.c, plugins/check_real.c, plugins/check_snmp.c, + plugins/check_ssh.c, plugins/check_tcp.c, plugins/check_time.c, + plugins/check_udp.c, plugins/check_ups.c, plugins/negate.c, + plugins/popen.c: changed Error: by CRITICAL - more localization + fixes git-svn-id: -2003-08-31 05:24 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@971 f882894a-f735-0410-b71e-b25c423dba1c - * [r706] ., .cvsignore, AUTHORS, Makefile.am, THANKS.in: - Updated AUTHORS to include all contributors listed in comments in - code and CVS for plugins and plugins-scripts. Still need to do SF +2004-12-02 Benoit Mortier -2003-08-31 05:13 tonvoon + * contrib/check_rbl.c: adapted for localization git-svn-id: - * [r705] doc/developer-guidelines.sgml: - Updated perf data standard for warn before crit + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@970 f882894a-f735-0410-b71e-b25c423dba1c -2003-08-28 11:56 kdebisschop +2004-12-01 Benoit Mortier - * [r704] plugins/check_game.c: - add perf data + * plugins/check_by_ssh.c, plugins/check_dig.c, + plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, + plugins/check_fping.c, plugins/check_game.c, plugins/check_hpjd.c, + plugins/check_http.c, plugins/check_ide-smart.c, + plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c, + plugins/check_mrtgtraf.c, plugins/check_mysql.c, + plugins/check_nagios.c, plugins/check_nt.c, plugins/check_nwstat.c, + plugins/check_overcr.c, plugins/check_pgsql.c, + plugins/check_ping.c, plugins/check_procs.c, + plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, + plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, + plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c, + plugins/check_ups.c, plugins/check_users.c, plugins/common.h, + plugins/getaddrinfo.c, plugins/getaddrinfo.h, + plugins/gethostbyname.c, plugins/gethostbyname.h, plugins/negate.c, + plugins/netutils.c, plugins/netutils.h, plugins/popen.c, + plugins/urlize.c, plugins/utils.c, plugins/utils.h: standardize + localization string standardize unknow arguments git-svn-id: -2003-08-28 03:53 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@969 f882894a-f735-0410-b71e-b25c423dba1c - * [r703] plugins/check_dns.c: - add perf data +2004-12-01 Ton Voon -2003-08-28 03:53 kdebisschop + * doc/RELEASING: Notes on releasing git-svn-id: - * [r702] plugins/utils.c: - use single quotes per guideline, also quote when SPC or = are - found + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@968 f882894a-f735-0410-b71e-b25c423dba1c -2003-08-28 03:22 kdebisschop +2004-12-01 Ton Voon - * [r701] plugins/check_disk.c: - add perf data + * configure.in: Next version number git-svn-id: -2003-08-28 03:21 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@967 f882894a-f735-0410-b71e-b25c423dba1c - * [r700] plugins/utils.c: - suppress quotes in perf data when not needed (some plugins need - the space to keep below line length limit +2004-12-01 Ton Voon -2003-08-28 03:20 kdebisschop + * ChangeLog: Updated for r1_4_0-alpha2 git-svn-id: - * [r699] plugins/utils.h: - add min() macro to complement max() + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@965 f882894a-f735-0410-b71e-b25c423dba1c -2003-08-26 11:08 kdebisschop +2004-12-01 Ton Voon - * [r698] plugins/check_dig.c: - print perfdata + * tools/devmode: eval not working - instructions now in comments git-svn-id: -2003-08-26 10:51 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@964 f882894a-f735-0410-b71e-b25c423dba1c - * [r697] plugins/check_fping.c: - print perfdata +2004-12-01 Ton Voon -2003-08-26 10:44 kdebisschop + * plugins-scripts/check_oracle.sh: Fixed pmon process checking from + a change I made earlier git-svn-id: - * [r696] plugins/utils.c, plugins/utils.h: - function to make perfdata output + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@963 f882894a-f735-0410-b71e-b25c423dba1c -2003-08-23 15:07 kdebisschop +2004-12-01 Benoit Mortier - * [r695] plugins/check_http.c: - - found and fixed memory allocation error in rewritten redir() - function + * plugins/check_by_ssh.c, plugins/check_dig.c, + plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c, + plugins/check_ssh.c: first pass at standardization of messages for + the localization git-svn-id: -2003-08-23 13:59 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@962 f882894a-f735-0410-b71e-b25c423dba1c - * [r694] plugins/check_http.c: - - hacked interim fix to segfault on redirect - for tesing only +2004-12-01 Stanley Hopcroft -2003-08-23 13:58 kdebisschop + * configure.in: Bryan Loniewski contributed check_jabber plugin + (SSL/check_tcp); Eric Chen check_nntps plugin + SSL certficate + expiry check [added -D option to check_tcp] git-svn-id: - * [r693] plugins/check_dig.c: - - fix various format errors with newly added perf data + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@961 f882894a-f735-0410-b71e-b25c423dba1c -2003-08-22 23:49 kdebisschop +2004-12-01 Stanley Hopcroft - * [r692] plugins/check_dig.c: - - forgot to declare struct timeval tv for hires timing + * plugins/netutils.c: 1075725: patch to my_connect() to deal with + SEGV if connect fails git-svn-id: -2003-08-22 06:55 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@960 f882894a-f735-0410-b71e-b25c423dba1c - * [r691] plugins/check_dig.c: - - add perf data for time +2004-12-01 Stanley Hopcroft -2003-08-22 06:22 kdebisschop + * plugins/check_tcp.c: 1041571 & 664615: check_tcp with cert check + + nntps, simap, jabber git-svn-id: - * [r690] plugins/check_by_ssh.c, plugins/check_dig.c, - plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, - plugins/check_fping.c, plugins/check_game.c, - plugins/check_hpjd.c, plugins/check_http.c, - plugins/check_ide-smart.c, plugins/check_ldap.c, - plugins/check_load.c, plugins/check_mrtg.c, - plugins/check_mysql.c, plugins/check_nagios.c, - plugins/check_nt.c, plugins/check_nwstat.c, - plugins/check_overcr.c, plugins/check_pgsql.c, - plugins/check_ping.c, plugins/check_procs.c, - plugins/check_radius.c, plugins/check_real.c, - plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_ssh.c, - plugins/check_swap.c, plugins/check_tcp.c, plugins/check_time.c, - plugins/check_udp.c, plugins/check_ups.c, plugins/check_users.c, - plugins/negate.c, plugins/urlize.c: - - bindtextdomain for gettext, a few other smale cleanups here and - there + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@959 f882894a-f735-0410-b71e-b25c423dba1c -2003-08-22 04:43 kdebisschop +2004-12-01 Matthew Kent - * [r689] plugins/check_http.c: - * bugfix: snprintf of timestamp truncated '\0' + * contrib/check_nmap.py: Small fix from David Rippel (996800) for + newer versions of nmap git-svn-id: -2003-08-21 18:00 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@958 f882894a-f735-0410-b71e-b25c423dba1c - * [r688] plugins/check_http.c: - * Check redirections for infinte loops and limit depth of - recursion +2004-12-01 Matthew Kent -2003-08-20 09:54 tonvoon + * plugins-scripts/check_oracle.sh: Perf data and other improvements + by Florian Gleixner (1027787) git-svn-id: - * [r687] plugins/check_time.c: - Optionally use udp instead of tcp (Bradley Baetz - 751646) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@957 f882894a-f735-0410-b71e-b25c423dba1c -2003-08-20 08:31 tonvoon +2004-11-30 Benoit Mortier - * [r686] contrib/check_wins.pl: - Changed netsaint to nagios in use lib + * po/fr.po: more french translations git-svn-id: -2003-08-19 11:41 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@956 f882894a-f735-0410-b71e-b25c423dba1c - * [r685] plugins/check_http.c: - *BUGFIX: LWS is not required betwwen "Location:" header field - name and field value +2004-11-30 Ton Voon -2003-08-19 11:19 kdebisschop + * plugins/check_ide-smart.c: Capitalized some error messages git-svn-id: - * [r684] plugins/check_http.c: - *add missing status numbers from RFC 2616 (HTTP1.1) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@955 f882894a-f735-0410-b71e-b25c423dba1c -2003-08-18 11:05 kdebisschop +2004-11-30 Ton Voon - * [r683] plugins/check_ping.c: - move error scans to a new separate routine and scan both stderr - and stdio + * plugins/urlize.c: Updated output to UNKNOWN git-svn-id: -2003-08-11 19:50 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@954 f882894a-f735-0410-b71e-b25c423dba1c - * [r682] doc/developer-guidelines.sgml: - Performance data guidelines added +2004-11-30 Benoit Mortier -2003-08-11 19:43 tonvoon + * po/fr.po: translating fr.po new part git-svn-id: - * [r681] tools/sfsnapshot: - Fixed building snapshots - cvs update ignores new directories. - Also do not need to run make + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@953 f882894a-f735-0410-b71e-b25c423dba1c -2003-08-10 12:56 kdebisschop +2004-11-29 Ton Voon - * [r680] plugins/utils.c: - config.h is redundant (common.h includes it) + * lib/Makefile.am, lib/exitfail.m4, lib/getopt.m4: Extra files + required from coreutils git-svn-id: -2003-08-10 12:48 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@952 f882894a-f735-0410-b71e-b25c423dba1c - * [r679] plugins/check_dns.c, plugins/check_smtp.c: - perf data in integer microseconds +2004-11-29 Ton Voon -2003-08-10 12:12 kdebisschop + * SUPPORT: Cleanup and statement re: contrib plugins git-svn-id: - * [r678] po/POTFILES.in, po/de.po, po/fr.po: - first pass at NLS markup done + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@951 f882894a-f735-0410-b71e-b25c423dba1c -2003-08-10 12:11 kdebisschop +2004-11-29 Ton Voon - * [r677] plugins-scripts/check_rpc.pl: - proposed fix for LANG issue + * configure.in: Patches for configure on *BSD (Julien Touche) git-svn-id: -2003-08-10 06:53 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@950 f882894a-f735-0410-b71e-b25c423dba1c - * [r676] plugins/check_by_ssh.c, plugins/check_dig.c, - plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c, - plugins/check_game.c, plugins/check_hpjd.c, plugins/check_http.c, - plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c, - plugins/check_mrtgtraf.c, plugins/check_mysql.c, - plugins/check_nagios.c, plugins/check_nt.c, - plugins/check_nwstat.c, plugins/check_overcr.c, - plugins/check_pgsql.c, plugins/check_ping.c, - plugins/check_procs.c, plugins/check_radius.c, - plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c, - plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c, - plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c, - plugins/check_users.c, plugins/negate.c, plugins/popen.c, - plugins/urlize.c: - the last round of pedantic compiler warnings +2004-11-29 Stanley Hopcroft -2003-08-09 13:37 kdebisschop + * contrib/README.TXT, contrib/rblcheck-dns, contrib/rblcheck-web: + [no log message] - * [r675] tools/devmode: - a little shell script to make it a little easier to produce - pedantic compiler warnings +2004-11-29 Matthew Kent -2003-08-09 13:36 kdebisschop + * contrib/check_linux_raid.pl: Better error checking (820806) git-svn-id: - * [r674] plugins/check_smtp.c, plugins/check_ssh.c, - plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c, - plugins/check_ups.c, plugins/check_users.c: - more pedantic compiler warnings + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@948 f882894a-f735-0410-b71e-b25c423dba1c -2003-08-09 06:51 undrgrid +2004-11-29 Benoit Mortier - * [r673] plugins/common.h, po/de.po, po/fr.po: - Code clean-up + * po/fr.po: second version of french .po still 300 ;-) to translate git-svn-id: -2003-08-09 06:01 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@947 f882894a-f735-0410-b71e-b25c423dba1c - * [r672] plugins/check_dig.c, plugins/check_http.c, - plugins/check_load.c, plugins/check_mrtg.c, - plugins/check_mrtgtraf.c, plugins/check_nwstat.c, - plugins/check_overcr.c, plugins/check_ping.c, - plugins/check_procs.c, plugins/check_real.c, plugins/utils.c, - plugins/utils.h: - more pedantic compiler warns +2004-11-28 Benoit Mortier -2003-08-09 04:19 kdebisschop + * po/fr.po: first new translation of fr.po git-svn-id: - * [r671] plugins/check_http.c: - more pedantic compiler warns, change to microsecond output for - perf data, add size to perf data + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@946 f882894a-f735-0410-b71e-b25c423dba1c -2003-08-09 04:12 kdebisschop +2004-11-27 Matthew Kent - * [r670] plugins/utils.c, plugins/utils.h: - add function for elapsed tim ein microseconds + * plugins/check_ssh.c: Add remote version check (1030269, Daniel + Gullin) git-svn-id: -2003-08-09 00:56 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@945 f882894a-f735-0410-b71e-b25c423dba1c - * [r669] plugins/check_http.c: - more pedantic compiler warnings +2004-11-26 Stanley Hopcroft -2003-08-09 00:41 kdebisschop + * AUTHORS: New plugin/bugfix: tracker 1070929. check_hpjdres git-svn-id: - * [r668] plugins/check_disk.c, plugins/check_dummy.c, - plugins/popen.c, plugins/utils.c, plugins/utils.h: - more pedantic compiler warnings + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@944 f882894a-f735-0410-b71e-b25c423dba1c -2003-08-08 20:31 kdebisschop +2004-11-25 Matthew Kent - * [r667] lib/Makefile.am: - include getloadvag.m4 in distrib + * plugins/check_disk.c: From old test harness code, make + ./check_disk -w 0 -c 0 / valid parameters again git-svn-id: -2003-08-08 16:49 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@943 f882894a-f735-0410-b71e-b25c423dba1c - * [r666] plugins/check_disk.c, plugins/netutils.c, - plugins/netutils.h: - cleanups from pedantic complier warnings +2004-11-25 Matthew Kent -2003-08-08 16:48 kdebisschop + * plugins/t/check_dns.t, plugins/t/check_http.t, + plugins/t/check_load.t, plugins/t/check_mysql.t, test.pl.in: + Updating test harness git-svn-id: - * [r665] plugins/check_nt.c: - change if/elseif block to case, general streamline + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@942 f882894a-f735-0410-b71e-b25c423dba1c -2003-08-08 12:14 kdebisschop +2004-11-25 Stanley Hopcroft - * [r664] plugins/check_disk.c: - fix a variety of compiler warnings about qualifier discards and - other pedantic stuff + * contrib/README.TXT: Removed reference to non existent tar balls + (Hopcroft plugins) git-svn-id: -2003-08-08 05:09 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@941 f882894a-f735-0410-b71e-b25c423dba1c - * [r663] plugins/check_by_ssh.c, plugins/check_dig.c, - plugins/check_disk.c, plugins/check_snmp.c, plugins/utils.c, - plugins/utils.h: - fix a variety of compiler warnings about qualifier discards and - other pedantic stuff +2004-11-25 Stanley Hopcroft -2003-08-08 04:33 kdebisschop + * contrib/check_wins.pl: Non functional tidy ups to check_wins git-svn-id: - * [r662] plugins/check_by_ssh.c, plugins/check_disk.c, - plugins/check_nt.c, plugins/netutils.c, plugins/netutils.h, - plugins/popen.h, plugins/utils.h: - fix a variety of compiler warnings about qualifier discards and - other pedantic stuff + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@940 f882894a-f735-0410-b71e-b25c423dba1c -2003-08-08 03:51 kdebisschop +2004-11-25 Stanley Hopcroft - * [r661] plugins/check_nt.c, plugins/check_smtp.c: - markup for translation + * contrib/check_hw.sh: Added /contrib/check_hw.sh by Rok Debevc git-svn-id: -2003-08-07 23:17 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@939 f882894a-f735-0410-b71e-b25c423dba1c - * [r660] plugins/check_real.c: - markup for translation +2004-11-25 Stanley Hopcroft -2003-08-07 12:36 kdebisschop + * contrib/check_sybase: Added /contrib/check_sybase by Simon + Bellwood git-svn-id: - * [r659] plugins/check_procs.c: - markup for translation + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@938 f882894a-f735-0410-b71e-b25c423dba1c -2003-08-07 12:09 kdebisschop +2004-11-25 Stanley Hopcroft - * [r658] plugins/check_load.c: - reorder for consistency, restore prototypes for print_foo, nest - #ifdef to avoid pedantic traditional c warn + * contrib/check_hprsc.pl: update check_hprsc.pl for Net-SNMP + versions >=4 git-svn-id: -2003-08-07 12:00 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@937 f882894a-f735-0410-b71e-b25c423dba1c - * [r657] plugins/check_snmp.c: - reorder for consistency (no code changes) +2004-11-24 Ton Voon -2003-08-07 11:51 kdebisschop + * tools/sfsnapshot: Removing build directory after creating + distribution git-svn-id: - * [r656] plugins/check_by_ssh.c, plugins/check_disk.c, - plugins/check_dns.c, plugins/check_fping.c, plugins/check_game.c, - plugins/check_http.c, plugins/check_mrtg.c, - plugins/check_mrtgtraf.c, plugins/check_nagios.c, - plugins/check_nt.c, plugins/check_nwstat.c, - plugins/check_overcr.c, plugins/check_radius.c, - plugins/check_real.c, plugins/check_snmp.c, plugins/check_swap.c, - plugins/check_tcp.c, plugins/check_time.c, plugins/negate.c, - plugins/netutils.c, plugins/popen.c, plugins/utils.c, - plugins/utils.h: - replace "terminate" with "die" for shorter name and better - readability + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@936 f882894a-f735-0410-b71e-b25c423dba1c -2003-08-07 11:49 kdebisschop +2004-11-24 Ton Voon - * [r655] plugins/check_ping.c: - cleanup for better readability + * doc/makefile: Added clean git-svn-id: -2003-08-07 09:51 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@935 f882894a-f735-0410-b71e-b25c423dba1c - * [r654] plugins/check_ping.c: - markup for translation +2004-11-24 Stanley Hopcroft -2003-08-07 01:23 kdebisschop + * plugins/check_hpjd.c: add -OQa to command_line in check_hpjd.c. + Correct nagiosplug-Bugs-889948, 846329 git-svn-id: - * [r653] tools/sfsnapshot: - make must be run before make dist to creat language files + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@933 f882894a-f735-0410-b71e-b25c423dba1c -2003-08-06 20:53 tonvoon +2004-11-24 Matthew Kent - * [r652] doc/developer-guidelines.sgml: - Added in that Nagios plugins are written to GNU standards + * plugins/check_nwstat.c: Attempting to fix a reported segfault + (1055054) git-svn-id: -2003-08-06 14:26 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@932 f882894a-f735-0410-b71e-b25c423dba1c - * [r651] lib, lib/.cvsignore: - ignore ulonglong.m4 +2004-11-24 Matthew Kent -2003-08-06 12:13 kdebisschop + * plugins/check_http.c: Added support for sending port in host + header (913633) git-svn-id: - * [r650] plugins/check_overcr.c: - markup for translation, move send_buffer assignment to - process_args so process_tcp_request can be moved outside the - conditional, replace if/esleif with switch, replace #defines with - enum + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@931 f882894a-f735-0410-b71e-b25c423dba1c -2003-08-06 12:11 kdebisschop +2004-11-24 Ton Voon - * [r649] plugins/check_nwstat.c: - markup for translation + * plugins/check_by_ssh.c, plugins/check_dig.c, + plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, + plugins/check_fping.c, plugins/check_game.c, plugins/check_hpjd.c, + plugins/check_http.c, plugins/check_ldap.c, plugins/check_load.c, + plugins/check_mrtg.c, plugins/check_mrtgtraf.c, + plugins/check_mysql.c, plugins/check_nwstat.c, + plugins/check_overcr.c, plugins/check_pgsql.c, + plugins/check_ping.c, plugins/check_procs.c, + plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, + plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_tcp.c, + plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c, + plugins/check_users.c, plugins/negate.c, plugins/urlize.c: Making + messages more consistent git-svn-id: -2003-08-05 19:20 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@930 f882894a-f735-0410-b71e-b25c423dba1c - * [r648] doc/developer-guidelines.sgml: - Added dev platform requirements +2004-11-23 Ton Voon -2003-08-05 11:53 kdebisschop + * plugins/check_by_ssh.c, plugins/check_dns.c, + plugins/check_hpjd.c, plugins/check_mrtg.c, + plugins/check_mrtgtraf.c, plugins/check_mysql.c, + plugins/check_real.c, plugins/check_smtp.c, plugins/check_swap.c, + plugins/check_time.c: Standardising translation texts git-svn-id: - * [r647] plugins/check_ssh.c: - markup for translation + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@929 f882894a-f735-0410-b71e-b25c423dba1c -2003-08-05 09:56 stanleyhopcroft +2004-11-23 Ton Voon - * [r646] contrib/check_mssql.sh: - Version 2.0 of MS SQL server plugin (contrib/check_mssql.sh) from - T De Blende. + * doc/developer-guidelines.sgml: Guidelines on translated text (Yves + Mettier, Simon Bellwood, Andreas Ericsson) git-svn-id: -2003-08-04 11:38 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@928 f882894a-f735-0410-b71e-b25c423dba1c - * [r645] plugins/check_users.c, plugins/urlize.c: - markup for translation +2004-11-23 Ton Voon -2003-08-04 08:13 kdebisschop + * doc/developer-guidelines.sgml: Adding notes on developer and + translator access in SF git-svn-id: - * [r644] plugins/check_time.c, plugins/check_udp.c: - markup for translation + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@927 f882894a-f735-0410-b71e-b25c423dba1c -2003-08-04 07:42 kdebisschop +2004-11-23 Matthew Kent - * [r643] plugins/check_ldap.c, plugins/check_nagios.c, - plugins/check_radius.c, plugins/check_udp.c, plugins/check_ups.c, - plugins/negate.c: - markup for translation + * AUTHORS: More contributers. git-svn-id: -2003-08-03 14:24 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@926 f882894a-f735-0410-b71e-b25c423dba1c - * [r642] plugins/check_ldap.c, plugins/check_mrtg.c, - plugins/check_mrtgtraf.c: - markup for translation +2004-11-23 Matthew Kent -2003-08-03 06:19 kdebisschop + * plugins/check_disk.c: Fix integer warning and critical options. + Take values from current unit instead of always KB. git-svn-id: - * [r641] plugins/check_load.c: - markup for translation + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@925 f882894a-f735-0410-b71e-b25c423dba1c -2003-08-03 06:05 kdebisschop +2004-11-23 Stanley Hopcroft - * [r640] plugins/check_ldap.c: - markup for translation + * doc/developer-guidelines.sgml: trivial changes to Perl plugin + section. git-svn-id: -2003-08-03 06:05 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@924 f882894a-f735-0410-b71e-b25c423dba1c - * [r639] plugins/check_http.c, plugins/check_ldap.c, - plugins/check_tcp.c: - markup for translation +2004-11-22 Ton Voon -2003-08-03 06:03 kdebisschop + * AUTHORS: More contributors git-svn-id: - * [r638] plugins/Makefile.am, plugins/check_ide-smart.c: - markup for translation, use common.h, fix problems compiling + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@923 f882894a-f735-0410-b71e-b25c423dba1c -2003-08-03 00:01 kdebisschop +2004-11-22 Ton Voon - * [r637] plugins/check_http.c: - markup for translation + * plugins/check_nt.c: Fixed some messages that should not be + translated (Benoit Mortier) git-svn-id: -2003-08-02 22:19 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@922 f882894a-f735-0410-b71e-b25c423dba1c - * [r636] plugins/check_hpjd.c: - markup for translation +2004-11-21 Matthew Kent -2003-08-02 22:08 kdebisschop + * plugins/check_mysql.c: Patch from Nathan Shafer to add replication + slave check (1006777) git-svn-id: - * [r635] plugins/check_mysql.c: - markup for translation + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@920 f882894a-f735-0410-b71e-b25c423dba1c -2003-08-02 22:06 kdebisschop +2004-11-20 Matthew Kent - * [r634] plugins/check_fping.c, plugins/check_game.c, - plugins/check_mysql.c, plugins/check_snmp.c, plugins/utils.h: - markupf for translation + * AUTHORS: Oops, forgot one. git-svn-id: -2003-08-02 18:22 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@919 f882894a-f735-0410-b71e-b25c423dba1c - * [r633] plugins/utils.c, plugins/utils.h: - ifdef so utils.h can be header for utils.c +2004-11-20 Matthew Kent -2003-08-02 18:22 kdebisschop + * AUTHORS: More contributers. git-svn-id: - * [r632] plugins/check_fping.c, plugins/check_snmp.c: - markup for translation + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@918 f882894a-f735-0410-b71e-b25c423dba1c -2003-08-02 16:42 kdebisschop +2004-11-20 Matthew Kent - * [r631] plugins/check_by_ssh.c, plugins/check_dig.c, - plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, - plugins/check_pgsql.c, plugins/check_swap.c, plugins/check_tcp.c, - plugins/utils.h: - establish "UT_" namespace for usage text in #defines + * contrib/check_linux_raid.pl: Fix always reading status from the + last line (1045506) git-svn-id: -2003-08-02 16:42 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@917 f882894a-f735-0410-b71e-b25c423dba1c - * [r630] plugins/check_snmp.c: - markup for translation +2004-11-20 Matthew Kent -2003-08-01 23:56 kdebisschop + * plugins/check_ping.c: New output format reported by pumuckel1980 + (946857) git-svn-id: - * [r628] plugins/check_dns.c: - terminate in error_scan() so meaningfull errors can be sent + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@916 f882894a-f735-0410-b71e-b25c423dba1c -2003-08-01 06:04 kdebisschop +2004-11-20 Matthew Kent - * [r627] plugins/check_dummy.c: - mark for transaltion + * plugins/check_http.c: Bit of cleanup, fix verbose output. git-svn-id: -2003-08-01 06:03 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@915 f882894a-f735-0410-b71e-b25c423dba1c - * [r626] plugins/check_dns.c: - do not translate the strings that will be compared to utility - output - LC_ALL is set to C so those strings should be - untranslated regardless of the system settings +2004-11-20 Ton Voon -2003-08-01 06:01 kdebisschop + * configure.in: Fixed va_copy problem on AIX by copying samba's + configure.in git-svn-id: - * [r625] plugins/popen.c: - set LC_ALL to C in execve environemnt + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@914 f882894a-f735-0410-b71e-b25c423dba1c -2003-08-01 02:12 kdebisschop +2004-11-19 Ton Voon - * [r624] plugins/Makefile.am: - 'ln -f -s ...' is not reliable/portable. Use 'rm -f ...; ln -s - ...' + * CODING: Added perl coding guidelines, from Programming Perl book + (Andreas Ericsson) git-svn-id: -2003-07-31 12:06 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@913 f882894a-f735-0410-b71e-b25c423dba1c - * [r623] plugins/check_dns.c: - mark for translation (note problem here - it relies on - tranalation in underlying utility, which has a high chance of - failing) +2004-11-19 Ton Voon -2003-07-31 11:02 kdebisschop + * lib/getloadavg.m4: I think getloadavg.m4 is no longer required (as + autoconf has built-in function) git-svn-id: - * [r622] plugins/check_disk.c, plugins/utils.h: - mark for translation + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@912 f882894a-f735-0410-b71e-b25c423dba1c -2003-07-30 11:39 kdebisschop +2004-11-19 Ton Voon - * [r621] plugins/check_by_ssh.c: - mark up for translation + * lib/Makefile.am: Removed getloadavg.m4 (built-in function in + autoconf) and added cloexec.[hc] for getloadavg.c git-svn-id: -2003-07-30 04:07 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@911 f882894a-f735-0410-b71e-b25c423dba1c - * [r620] plugins/check_dig.c, plugins/check_pgsql.c, - plugins/check_swap.c, plugins/check_tcp.c, plugins/utils.h: - markup for translation +2004-11-19 Ton Voon -2003-07-29 11:58 kdebisschop + * lib/cloexec.c, lib/cloexec.h: Files required for getloadavg.c git-svn-id: - * [r619] plugins/check_pgsql.c, plugins/check_swap.c, - plugins/check_tcp.c: - mark for translation + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@910 f882894a-f735-0410-b71e-b25c423dba1c -2003-07-29 11:57 kdebisschop +2004-11-19 Matthew Kent - * [r618] plugins/utils.h: - some shared text for internationalized help text + * plugins-scripts/check_ntp.pl: Fix incorrectly labelled units in + output (1025905, Jason Martin) git-svn-id: -2003-07-29 05:49 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@909 f882894a-f735-0410-b71e-b25c423dba1c - * [r617] plugins/utils.c: - clean up warnings about ill-formed comment and string - concatenation +2004-11-19 Matthew Kent -2003-07-29 05:43 kdebisschop + * plugins/check_procs.c: Enabling timeout flag (1010097, Jason + Martin) git-svn-id: - * [r616] ., .cvsignore, ChangeLog, README, configure.in, - lib/Makefile.am: - bump to gettext 0.11.5 and cleanup GNU toolchain + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@908 f882894a-f735-0410-b71e-b25c423dba1c -2003-07-29 05:38 kdebisschop +2004-11-19 Matthew Kent - * [r615] ABOUT-NLS, INSTALL: - get from GNU files instead of storing in CVS + * plugins/check_http.c: Make -L notice ssl use to output a proper + href (1035234, Abid Rasheed) git-svn-id: -2003-07-29 05:03 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@907 f882894a-f735-0410-b71e-b25c423dba1c - * [r614] tools/setup: - move autopoint to start of gnu toolchain setup use - --force-missing instead on manually copying files (manual process - was broken on RedHat, and we should expect automake to do its job - right anyway) +2004-11-19 Matthew Kent -2003-07-29 03:06 kdebisschop + * plugins/check_smtp.c: Change unit from 'us' to 's' to match other + core plugins for simplicity. git-svn-id: - * [r613] configure.in: - look for getloadavg.c in $topdir/lib, not $srcdir/lib + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@906 f882894a-f735-0410-b71e-b25c423dba1c -2003-07-29 03:05 kdebisschop +2004-11-19 Ton Voon - * [r612] plugins/check_http.c: - patch attempt to reference undefined optarg (credit Paul Farrall) + * AUTHORS: - More great contributors... git-svn-id: -2003-07-28 11:36 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@905 f882894a-f735-0410-b71e-b25c423dba1c - * [r611] configure.in: - - Specify srcdir so no confusion +2004-11-19 Ton Voon -2003-07-28 11:30 tonvoon + * plugins/check_http.c: Options for User Agent string and extra + headers (Ibere Tizio) git-svn-id: - * [r608] configure.in, lib/getloadavg.m4: - Readded getloadavg.m4 as using autoconf 2.50+. This fixes redhat - 6.2 compiles + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@904 f882894a-f735-0410-b71e-b25c423dba1c -2003-07-26 12:15 kdebisschop +2004-11-18 Ton Voon - * [r607] plugins/check_pgsql.c: - mark for translation + * configure.in: Remove unnecessary CPPFLAGS for openssl (Lutz Behnke + - 686476) git-svn-id: -2003-07-26 12:13 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@903 f882894a-f735-0410-b71e-b25c423dba1c - * [r606] plugins/common.h: - add S_ macor to mark message for both translation and inclusion - into docbook SGML +2004-11-18 Ton Voon -2003-07-26 05:29 kdebisschop + * plugins/check_tcp.c: Enhance SSL initialization problems (Phil + Dibowitz - 1055120) git-svn-id: - * [r605] po/de.po, po/fr.po: - updated check_tcp + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@902 f882894a-f735-0410-b71e-b25c423dba1c -2003-07-26 05:25 kdebisschop +2004-11-18 Matthew Kent - * [r604] plugins/check_tcp.c, po/ChangeLog: - internationalization + * plugins/check_smtp.c: Go critical on no route to host instead of + warning (934025) git-svn-id: -2003-07-26 05:17 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@901 f882894a-f735-0410-b71e-b25c423dba1c - * [r603] intl, intl/.cvsignore, lib, lib/.cvsignore, po, - po/.cvsignore: - skip gettext files +2004-11-18 Ton Voon -2003-07-26 04:36 kdebisschop + * tools/setup: Use copy of tools for consistency if building on + different platforms from shared source git-svn-id: - * [r602] lib/Makefile.am: - checkins for internationalization + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@900 f882894a-f735-0410-b71e-b25c423dba1c -2003-07-26 04:33 kdebisschop +2004-11-17 Ton Voon - * [r601] lib/Makefile.am: - checkins for internationalization + * plugins/check_tcp.c: Ignore output from tcp port (949070 - + Jan-Piet Mens) git-svn-id: -2003-07-26 04:25 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@899 f882894a-f735-0410-b71e-b25c423dba1c - * [r600] po/Makevars: - checkins for internationalization +2004-11-17 Ton Voon -2003-07-26 04:17 kdebisschop + * plugins/check_http.c: --no-body and --max-age options (949521 - + Jamie Zawinski) git-svn-id: - * [r599] configure.in, tools/setup: - checkins for internationalization + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@898 f882894a-f735-0410-b71e-b25c423dba1c -2003-07-26 04:17 kdebisschop +2004-11-17 Ton Voon - * [r598] ., .cvsignore, ABOUT-NLS, ChangeLog, Makefile.am, - configure.in, lib/Makefile.am, lib/gettext.h, - nagios-plugins.spec.in, plugins/Makefile.am, plugins/check_tcp.c, - plugins/common.h, plugins/utils.c, po, po/LINGUAS, - po/POTFILES.in, po/de.po, po/fr.po, tools/setup: - checkins for internationalization + * doc/developer-guidelines.sgml: Added section on using Sourceforge, + mainly for administrators git-svn-id: -2003-07-21 12:06 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@897 f882894a-f735-0410-b71e-b25c423dba1c - * [r597] plugins/common.h: - add stubs to allow markup for translation +2004-11-12 Ton Voon -2003-07-21 11:53 kdebisschop + * tools/update_coreutils: Tool to pull newer coreutil libs into + nagiosplug's lib directory git-svn-id: - * [r596] configure.in, plugins/common.h: - test GNU_SOURCE and include features.h if present to clear - warning about asprintf definition + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@896 f882894a-f735-0410-b71e-b25c423dba1c -2003-07-20 14:40 kdebisschop +2004-11-12 Ton Voon - * [r595] doc/developer-guidelines.sgml: - must use '&' in attribute values instead of '&' id tokens - (attibute values) must not have embedded spaces + * lib/Makefile.am, lib/error.c, lib/error.h, lib/error.m4, + lib/exit.h, lib/exitfail.c, lib/exitfail.h, lib/fsusage.c, + lib/fsusage.h, lib/fsusage.m4, lib/full-read.h, lib/getloadavg.c, + lib/getopt.c, lib/getopt.h, lib/getopt1.c, lib/gettext.h, + lib/ls-mntd-fs.m4, lib/malloc.c, lib/mountlist.c, lib/mountlist.h, + lib/onceonly.m4, lib/realloc.c, lib/snprintf.c, lib/strtod.c, + lib/unlocked-io.h, lib/unlocked-io.m4, lib/xalloc.h, lib/xalloc.m4, + lib/xmalloc.c, lib/xstrdup.c, plugins/check_disk.c, po/de.po, + po/fr.po: Update to using coreutils 5.2.1 libraries and snprintf.c + from samba 3.0.8 git-svn-id: -2003-07-17 12:14 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@895 f882894a-f735-0410-b71e-b25c423dba1c - * [r593] plugins-scripts/check_oracle.sh: - - Cleanup comments +2004-09-07 Ton Voon -2003-07-17 09:35 tonvoon + * doc/developer-guidelines.sgml: Clarity based on comments by Ben + Clewett git-svn-id: - * [r592] doc/developer-guidelines.sgml: - Guidelines updated to use Sourceforge tracker system + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@894 f882894a-f735-0410-b71e-b25c423dba1c -2003-07-11 22:20 tonvoon +2004-08-23 Ton Voon - * [r591] doc/developer-guidelines.sgml: - - Fixed CVS commit comments + * AUTHORS: For patch to check_nt git-svn-id: -2003-07-11 13:06 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@893 f882894a-f735-0410-b71e-b25c423dba1c - * [r590] doc/developer-guidelines.sgml: - Added in practice of prefixing comments in CVS commits +2004-08-23 Ton Voon -2003-07-04 10:42 kdebisschop + * plugins/check_nt.c: Restore divisor for memory size reported by + Windows. Also, implements warning and critical levels for + performance counters. (Paulo Afonso Graner Fessel) git-svn-id: - * [r586] configure.in, plugins/Makefile.am: - only make links for check_spop and check_simap when SSL is built - into check_tcp + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@892 f882894a-f735-0410-b71e-b25c423dba1c -2003-07-03 16:49 tonvoon +2004-08-23 Ton Voon - * [r585] plugins/check_procs.c: - Fixed seg fault on some Sol 7/8 servers (Patch 764745 - Alexander - Matey) + * configure.in, plugins/check_swap.c, plugins/common.h: Using + swapctl for Solaris, Tru64 and *BSD (Sean Finney) git-svn-id: -2003-07-03 15:00 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@891 f882894a-f735-0410-b71e-b25c423dba1c - * [r584] tools/setup: - Changing $() to `` to be compatible with Solaris' sh +2004-08-19 Ton Voon -2003-07-03 03:23 kdebisschop + * configure.in, plugins/check_swap.c, plugins/common.h: Patch for + tru64 using swapctl calls (Sean Finney) git-svn-id: - * [r583] autogen.sh, tools/setup: - mv GNU toolchain check into tools/setup + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@890 f882894a-f735-0410-b71e-b25c423dba1c -2003-07-03 03:19 kdebisschop +2004-08-18 Ton Voon - * [r582] plugins/utils.c: - remove LABELLEN + * AUTHORS: Another day's work... git-svn-id: -2003-07-02 16:21 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@889 f882894a-f735-0410-b71e-b25c423dba1c - * [r581] plugins-scripts/check_oracle.sh: - Check for ORA- errors for tablespace and cache (patch 755456 - - Sven Meyer) +2004-08-18 Ton Voon -2003-07-02 15:57 tonvoon + * plugins/check_dig.c: Checks different record types and checks + against an expected address (Bill Kunkel) git-svn-id: - * [r580] plugins-scripts/check_disk_smb.pl: - Update error message from smbclient v2.2.7 (Patch 740132 - Cove - Schneider) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@888 f882894a-f735-0410-b71e-b25c423dba1c -2003-07-02 15:01 tonvoon +2004-08-18 Ton Voon - * [r578] contrib/check_file_age.pl, plugins-scripts, - plugins-scripts/.cvsignore, plugins-scripts/Makefile.am, - plugins-scripts/check_file_age.pl, plugins-scripts/subst.in: - Moving check_file_age into core + * configure.in: Support for check_swap on NetBSD/OpenBSD (Sean + Finney) git-svn-id: -2003-07-02 14:39 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@887 f882894a-f735-0410-b71e-b25c423dba1c - * [r577] configure.in: - Fixed SUPPORT message +2004-08-18 Ton Voon -2003-06-30 19:47 undrgrid + * plugins-scripts/check_oracle.sh: More specific test for sid (Paul + Allen) git-svn-id: - * [r575] plugins/check_http.c, plugins/check_ldap.c, - plugins/check_smtp.c: - Added -4 and -6 command line options into check_http, check_ldap - and check_smtp + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@886 f882894a-f735-0410-b71e-b25c423dba1c -2003-06-30 18:52 undrgrid +2004-08-18 Ton Voon - * [r574] plugins/check_ping.c, plugins/check_ssh.c, - plugins/check_tcp.c, plugins/netutils.c: - Corrections to get code to compile on systems without IPv6 - support + * plugins/check_disk.c: Fixed perfdata so that shows amount used + (Garry Cook) git-svn-id: -2003-06-30 18:52 undrgrid + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@885 f882894a-f735-0410-b71e-b25c423dba1c - * [r573] plugins/Makefile.am: - Added check_simap & check_spop to check_tcp_programs If someone - knows how to make this conditional in the Makefile only if being - compiled with SSL I think this is the only way to make it better +2004-08-18 Ton Voon -2003-06-30 17:02 tonvoon + * plugins-scripts/check_ifstatus.pl: Perfdata corrected (Garry Cook) git-svn-id: - * [r572] plugins/check_disk.c: - Fixed support for "check_disk warn crit [path]" with thresholds - at used levels + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@884 f882894a-f735-0410-b71e-b25c423dba1c -2003-06-29 19:54 undrgrid +2004-08-18 Ton Voon - * [r571] configure.in, plugins/check_ldap.c: - Included patch for check_ldap from Patch #753621 by Ziya Suzen + * plugins-scripts/check_oracle.sh: Fix for similar dataabase sids + (Carole Verdon) git-svn-id: -2003-06-29 19:22 undrgrid + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@883 f882894a-f735-0410-b71e-b25c423dba1c - * [r570] plugins/check_ping.c, plugins/check_tcp.c: - Changed usage output to show -4 and -6 are mutually exclusive. - You can only use one or the other but not both. The last one used - will win out. +2004-08-18 Ton Voon -2003-06-29 19:17 undrgrid + * AUTHORS: Gary Cook for perfdata for check_nt git-svn-id: - * [r569] plugins/check_ping.c, plugins/netutils.c: - check_ping is now coded with -4 & -6 options to call PING or - PING6 command netutils modified to verify hosts based on - address_family setting when used with -4 or -6 options. - is_inet_addr() will not be tested if -6 is used and - is_inet6_addr() will not be tested if -4 is used. Also the - is_hostname() will use the address_family value to resolve - hostnames only if IPv6 support is available otherwise defaults to - AF_INET. + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@882 f882894a-f735-0410-b71e-b25c423dba1c -2003-06-29 06:36 undrgrid +2004-08-18 Ton Voon - * [r568] plugins/check_ssh.c, plugins/check_tcp.c, - plugins/netutils.c, plugins/netutils.h: - Added address_family extern int variable to netutils to allow for - -4 & -6 options for explicit connection protocol Added support - for -4 & -6 options to check_ssh and check_tcp for testing + * plugins/check_nt.c: Perfdata added (Gary Cook) git-svn-id: -2003-06-29 02:18 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@881 f882894a-f735-0410-b71e-b25c423dba1c - * [r567] plugins/check_nwstat.c: - Added NLM test (Phil Randal) +2004-06-26 Ton Voon -2003-06-29 01:52 tonvoon + * tools/sfsnapshot: Change of compile server and cleanups git-svn-id: - * [r566] plugins/check_swap.c: - Corrected reported size for PROC_MEMINFO systems + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@880 f882894a-f735-0410-b71e-b25c423dba1c -2003-06-29 01:36 tonvoon +2004-06-26 Ton Voon - * [r565] tools/sfwebcron: - Fixed so goes to correct web area + * tools/sfsnapshot: Remove need to alter configure.in. Using + different compile farms for SF to do the compiling git-svn-id: -2003-06-29 01:07 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@879 f882894a-f735-0410-b71e-b25c423dba1c - * [r564] tools/sfwebcron: - New tool to run on shell.sf.net to update the dev guidelines +2004-05-24 Ton Voon -2003-06-29 00:58 tonvoon + * AUTHORS: Ben Clewett git-svn-id: - * [r563] doc/makefile: - Fixed makefile + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@878 f882894a-f735-0410-b71e-b25c423dba1c -2003-06-27 18:47 undrgrid +2004-05-24 Ton Voon - * [r562] plugins/netutils.c: - Modified my_connect to include ai_socktype in the hints to be - compliant with RFC3493 as pointed out by Janos Mohacsi. + * lib/Makefile.am: Missed getloadavg.c (Ben Clewett) git-svn-id: -2003-06-27 14:43 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@877 f882894a-f735-0410-b71e-b25c423dba1c - * [r561] configure.in, plugins/check_swap.c: - Support for swap -s for solaris. Also changes size of swap to MBs - through a conversion amount in configure. Possible breakage on - other OSes +2004-05-20 Ethan Galstad -2003-06-27 12:04 tonvoon + * contrib/check_dhcp.c: DHCP bug fix git-svn-id: - * [r560] doc/makefile: - Remove if which check - done in tools/setup instead + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@876 f882894a-f735-0410-b71e-b25c423dba1c -2003-06-27 10:30 tonvoon +2004-05-10 Ton Voon - * [r559] tools/setup: - Fiddling as Solaris' which command is broken + * configure.in: Set EXTRAS with check_swap if ac_cv_have_swap is set git-svn-id: -2003-06-26 23:33 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@875 f882894a-f735-0410-b71e-b25c423dba1c - * [r558] plugins/check_disk.c: - Fixed different thresholds if using exclude lists +2004-04-30 Ton Voon -2003-06-25 15:43 tonvoon + * configure.in: ps -el for HP-UX git-svn-id: - * [r557] plugins/check_disk.c: - Support for different thresholds for different filesystems + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@874 f882894a-f735-0410-b71e-b25c423dba1c -2003-06-25 13:38 tonvoon +2004-04-29 Ton Voon - * [r556] plugins/check_disk.c: - Removed -d option and just check against -p parameter + * configure.in: Bug in ps -el for AIX 4.1 git-svn-id: -2003-06-25 13:28 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@873 f882894a-f735-0410-b71e-b25c423dba1c - * [r555] plugins/check_disk.c: - Report errors if path specified not found +2004-04-29 Ton Voon -2003-06-25 13:16 tonvoon + * AUTHORS: Sven for HP-UX requirements git-svn-id: - * [r554] plugins/check_disk.c: - Problems compiling on SunOS 5.6 with gcc 2.8.1. Fixed by - specifying floating variables, rather than letting asprintf work - it out + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@872 f882894a-f735-0410-b71e-b25c423dba1c -2003-06-21 05:49 kdebisschop +2004-04-29 Ton Voon - * [r552] plugins/Makefile.am: - soalris 8 needs 'ln -s -f' instead of 'ln -sf' + * REQUIREMENTS: HP-UX requirements (Sven Schaffranneck) git-svn-id: -2003-06-21 05:23 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@871 f882894a-f735-0410-b71e-b25c423dba1c - * [r549] plugins/check_http.c: - add remaining URI_PATH chars per RFC 2396 remove '-' from - URI_PORT +2004-04-19 Subhendu Ghosh -2003-06-12 04:46 undrgrid + * AUTHORS, contrib/check_nagios_db_pg.pl: Postgres backend monitor git-svn-id: - * [r548] command.cfg.in: - Renamed duplicate check_snmp command definitions to be unique + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@870 f882894a-f735-0410-b71e-b25c423dba1c -2003-06-12 04:16 undrgrid +2004-04-19 Subhendu Ghosh - * [r547] command.cfg.in, configure.in: - Made the two check_ifoperstatus commands unique to remove - conflicts + * AUTHORS, plugins-scripts/check_mssql.pl: check_mssql.pl git-svn-id: -2003-06-11 10:41 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@869 f882894a-f735-0410-b71e-b25c423dba1c - * [r546] plugins/check_http.c: - fix URI_PATH to allow ?&#: (more still should be allowed) fix - class to be POSIX compliant +2004-04-19 Subhendu Ghosh -2003-06-10 05:04 kdebisschop + * README: Win32 plugin repository git-svn-id: - * [r544] contrib/urlize.pl: - add comment about shell quote removal to address - https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597 + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@868 f882894a-f735-0410-b71e-b25c423dba1c -2003-06-10 05:02 kdebisschop +2004-04-08 Ton Voon - * [r543] plugins/urlize.c: - add note about shell quote removal to address - https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597 + * AUTHORS: Torsten Werner for check_racle patches git-svn-id: -2003-06-08 22:39 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@867 f882894a-f735-0410-b71e-b25c423dba1c - * [r540] configure.in: - Fixed quoting on SWAP_FORMAT +2004-04-08 Ton Voon -2003-06-08 22:22 tonvoon + * plugins-scripts/check_oracle.sh: Cleaner calls to awk and support + if Oracle has different national language settings (Torsten Werner) git-svn-id: - * [r539] configure.in: - Support for OpenBSD 3.2 & 3.3 ps (Julien Touche) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@866 f882894a-f735-0410-b71e-b25c423dba1c -2003-06-07 00:36 sghosh +2004-04-06 Ton Voon - * [r537] plugins/check_real.c: - \r\n patch from Mathias + * configure.in, plugins/check_procs.c: Fixed weird scanf bug on + Solaris git-svn-id: -2003-06-04 22:17 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@864 f882894a-f735-0410-b71e-b25c423dba1c - * [r533] plugins/check_disk.c: - Argument to asprintf in wrong order +2004-04-02 Karl DeBisschop -2003-06-04 21:17 tonvoon + * plugins/check_by_ssh.c: add example invocation to help git-svn-id: - * [r532] pkg/solaris/solpkg: - Remove /usr as well. Maybe this is best done by changing BASEDIR - to configure's prefix? + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@863 f882894a-f735-0410-b71e-b25c423dba1c -2003-06-02 14:46 kdebisschop +2004-03-31 Ton Voon - * [r531] plugins/check_tcp.c: - finish recv() loop when stream GT or EQ maxbytes (was GT) + * AUTHORS: Howard Wilkinson git-svn-id: -2003-06-01 05:38 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@862 f882894a-f735-0410-b71e-b25c423dba1c - * [r529] plugins/check_tcp.c: - allow user to limit number of bytes fetched fix some doco (wait - is now delay, server_quit was not shown) +2004-03-31 Ton Voon -2003-05-31 14:39 kdebisschop + * plugins/check_nt.c: Command line argument bug (Howard Wilkinson) git-svn-id: - * [r526] plugins/check_dns.c: - first revised patch failed to trap the "break" in while() + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@861 f882894a-f735-0410-b71e-b25c423dba1c -2003-05-27 13:10 stanleyhopcroft +2004-03-31 Ton Voon - * [r523] contrib/check_sap.sh: - check_sap.sh plugin to check SAP /R3 servers from Karel Salavec - and Tom De Blende. + * plugins/netutils.c: Set default state (Howard Wilkinson) git-svn-id: -2003-05-26 10:09 stanleyhopcroft + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@860 f882894a-f735-0410-b71e-b25c423dba1c - * [r522] contrib/check_axis.sh, contrib/check_mssql.sh: - Revisions to Tom De Blende contributed plugins: check_axis.sh and - check_mssql.sh +2004-03-31 Ton Voon -2003-05-17 23:10 tonvoon + * doc/developer-guidelines.sgml: Update author list git-svn-id: - * [r521] plugins/t/check_ftp.t: - Fixed test (Mathew Ericson - 738609) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@859 f882894a-f735-0410-b71e-b25c423dba1c -2003-05-17 17:59 tonvoon +2004-03-23 Karl DeBisschop - * [r520] plugins/t/check_load.t: - Fixed tests (Mathew Ericson - 738607) + * plugins/check_fping.c: check was supposed to be agains ms - got + munged wfixeg the perfdata output to be in seconds git-svn-id: -2003-05-17 17:50 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@858 f882894a-f735-0410-b71e-b25c423dba1c - * [r519] plugins/t/check_procs.t: - Fixed test commands (Mathew Ericson - 738605) +2004-03-22 Ton Voon -2003-05-17 17:40 tonvoon + * AUTHORS: Joe Rhett for getopt bug git-svn-id: - * [r518] plugins/t/check_http.t: - Fixed tests (Mathew Ericson - 738608) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@856 f882894a-f735-0410-b71e-b25c423dba1c -2003-05-17 17:36 tonvoon +2004-03-22 Ton Voon - * [r517] plugins/t/check_tcp.t: - Fixed tests (Mathew Ericson - 738604) CV: - ---------------------------------------------------------------------- + * plugins/check_http.c: Option --url not mapped (Joe Rhett) git-svn-id: -2003-05-16 17:33 sghosh + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@855 f882894a-f735-0410-b71e-b25c423dba1c - * [r515] plugins-scripts/check_ntp.pl: - bug fix +2004-03-18 Ton Voon -2003-05-14 23:17 tonvoon + * AUTHORS: More help for patches git-svn-id: - * [r514] plugins/negate.c: - Added examples + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@854 f882894a-f735-0410-b71e-b25c423dba1c -2003-05-14 21:59 tonvoon +2004-03-18 Ton Voon - * [r513] plugins-scripts/check_mailq.pl: - Added postfix support (Thomas Nilsen - 735218) + * plugins/check_disk.c: Typo in check_disk units (Matthew Kent - + 909281) git-svn-id: -2003-05-14 21:51 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@853 f882894a-f735-0410-b71e-b25c423dba1c - * [r512] plugins/check_nwstat.c: - Added DSVER and UPTIME checks (Phil Randal - 737617) +2004-03-18 Ton Voon -2003-05-14 21:49 tonvoon + * configure.in: Mysql include path not added correctly (Arnold + Cavazos - 912974) git-svn-id: - * [r511] pkg/solaris/solpkg: - Typo + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@852 f882894a-f735-0410-b71e-b25c423dba1c -2003-05-14 21:44 tonvoon +2004-03-18 Ton Voon - * [r510] doc, doc/.cvsignore: - Ignore developer-guidelines.html as generated from docbook + * plugins/check_radius.c: Option to fill in NAS-identifier to + Emulate pam_radius behaviour (Alexander Kulak) git-svn-id: -2003-05-14 21:39 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@851 f882894a-f735-0410-b71e-b25c423dba1c - * [r509] Makefile.am, pkg/solaris/pkginfo.in, pkg/solaris/solpkg: - Remove dependency on gnu make +2004-03-17 Ton Voon -2003-05-13 23:20 tonvoon + * doc/developer-guidelines.sgml: Copyright information for patches git-svn-id: - * [r508] doc/developer-guidelines.sgml: - Updated docs to include comments, contrib->main, getopts_long and - verbose output levels + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@850 f882894a-f735-0410-b71e-b25c423dba1c -2003-05-13 22:23 tonvoon +2004-03-14 Karl DeBisschop - * [r507] tools/sfsnapshot: - Calls tools/setup and creates a README for the snapshot directory + * plugins/check_ldap.c, plugins/check_load.c, + plugins/check_mrtgtraf.c, plugins/check_pgsql.c, + plugins/check_smtp.c, plugins/check_tcp.c, plugins/check_ups.c: use + fperfdata git-svn-id: -2003-05-13 22:03 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@849 f882894a-f735-0410-b71e-b25c423dba1c - * [r506] doc/developer-guidelines.html, doc/makefile, tools/setup: - The developer-guidelines.html file is now generated from the sgml - file by docbook2html at tools/setup time +2004-03-14 Karl DeBisschop -2003-05-13 12:14 stanleyhopcroft + * plugins/check_fping.c: use fperfdata git-svn-id: - * [r505] contrib/tarballs/hopcroft-plugins.tar.gz: - Removed contrib/tarballs/hopcroft-plugins.tar.gz. This is - archaic, anachronistic, unmaintained and humblingly embarrassing. + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@848 f882894a-f735-0410-b71e-b25c423dba1c -2003-05-13 12:13 stanleyhopcroft +2004-03-12 Ethan Galstad - * [r504] contrib/check_mssql.sh: - check_mssql.sh. A new plugin from Mr T DE BLENDE to check MS - SQLServer databases. + * contrib/check_cluster2.c: New cluster plugin for Nagios 2.x git-svn-id: -2003-05-09 03:22 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@847 f882894a-f735-0410-b71e-b25c423dba1c - * [r503] plugins/check_http.c: - fix error when server closes connection immediately +2004-03-11 Ton Voon -2003-05-09 03:00 kdebisschop + * CHANGES: check_procs difference git-svn-id: - * [r501] plugins/check_snmp.c: - cause snmpget try try for 1 second less than the timeout - (allowing plugin to force close if needed) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@846 f882894a-f735-0410-b71e-b25c423dba1c -2003-05-07 18:01 undrgrid +2004-03-11 Ton Voon - * [r500] plugins/check_ping.c: - Modified check_ping to handle IPv6 as well as IPv4 ICMP checks - using the PING6_COMMAND determined during the configure script - execution. As USE_IPV6 may be defined and PING6_COMMAND is not - defined if there is not IPv6 TCP stack available when configure - is run I condition it off PING6_COMMAND existing to remove build - errors for being undefined. + * plugins/check_nagios.c: Incorporate check_proc changes into + check_nagios. ps handling probably should be moved into utils.c in + future git-svn-id: -2003-04-25 09:07 sghosh + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@845 f882894a-f735-0410-b71e-b25c423dba1c - * [r499] plugins-scripts/check_ntp.pl: - corrected output units +2004-03-08 Ton Voon -2003-04-23 04:58 kdebisschop + * configure.in: Require ngettext git-svn-id: - * [r498] plugins/check_http.c: - update to RFC1123 hostname specs + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@844 f882894a-f735-0410-b71e-b25c423dba1c -2003-04-17 05:56 kdebisschop +2004-03-08 Ton Voon - * [r497] nagios-plugins.spec.in: - add check_nt, drop check_vsz + * doc/developer-guidelines.sgml: Information on plugin output format git-svn-id: -2003-04-17 05:55 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@843 f882894a-f735-0410-b71e-b25c423dba1c - * [r496] plugins/check_dig.c, plugins/check_tcp.c, - plugins/check_users.c: - code cleanup to clear strict compiler warnings +2004-03-04 Karl DeBisschop -2003-04-17 05:36 kdebisschop + * plugins/check_dig.c, plugins/check_dns.c, plugins/check_game.c: + use float for time in perf data git-svn-id: - * [r495] plugins/check_dig.c, plugins/check_tcp.c, - plugins/netutils.c: - code cleanup to clear strict compiler warnings + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@842 f882894a-f735-0410-b71e-b25c423dba1c -2003-04-16 15:06 sghosh +2004-03-03 Karl DeBisschop - * [r493] plugins/check_real.c: - reset to old behavior of not checking stream by default + * plugins/check_http.c, plugins/utils.c: begin writing some perfdata + as float git-svn-id: -2003-04-13 04:49 sghosh + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@841 f882894a-f735-0410-b71e-b25c423dba1c - * [r492] plugins/check_hpjd.c: - reduce compiler warning between gcc3 and gcc2.96 +2004-03-03 Karl DeBisschop -2003-04-13 04:28 sghosh + * contrib/check_pop3.pl: fix loop and \r\n (Jason Burnett - - * [r491] configure.in, plugins-scripts/utils.pm.in: - update for check_mailq - qmail support + http://sourceforge.net/tracker/index.php?func=detail&aid=895677&group_id=29880&atid=397599)git-svn-id: -2003-04-13 04:23 sghosh + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@840 f882894a-f735-0410-b71e-b25c423dba1c - * [r490] plugins-scripts/check_mailq.pl: - Added sendmail multi-queue support (Canau), merged qmail support - (Schmid) +2004-03-03 Karl DeBisschop -2003-04-11 23:47 tonvoon + * plugins/check_disk.c: check_disk was getting blocks instead of + bytes (Michael Musikhin - - * [r488] plugins/check_procs.c: - Match -a STRING anywhere in ps args (Laurent Vaslin - 719783) + http://sourceforge.net/tracker/index.php?func=detail&aid=900215&group_id=29880&atid=397599)git-svn-id: -2003-04-11 22:36 sghosh + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@839 f882894a-f735-0410-b71e-b25c423dba1c - * [r487] plugins-scripts/check_ifstatus.pl: - added feature -u (list of unused ifIndex) +2004-03-02 Karl DeBisschop -2003-04-11 22:09 sghosh + * pkg/fedora/requires, pkg/redhat/requires: attempt to prune + requires git-svn-id: - * [r486] plugins-scripts/check_ifstatus.pl: - bug 691412, added feature -x (list of excluded ifTypes) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@838 f882894a-f735-0410-b71e-b25c423dba1c -2003-04-11 18:44 sghosh +2004-03-02 Karl DeBisschop - * [r485] plugins/check_hpjd.c: - patch 698384 - order of args to snmpget + print a bit of stderr + * Makefile.am, nagios-plugins.spec.in, pkg/fedora/requires: make + specfile into a template which can generate a generic spec plus + specs suitable for various repositories git-svn-id: -2003-04-09 03:46 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@837 f882894a-f735-0410-b71e-b25c423dba1c - * [r483] plugins/check_hpjd.c, plugins/check_http.c, - plugins/check_nt.c: - cleanup to suppress various strict compiler warnings +2004-03-02 Karl DeBisschop -2003-04-09 03:44 kdebisschop + * configure.in: prpare for alpha2 git-svn-id: - * [r482] plugins/common.h: - rewrite #elif to be compatible with traditional C + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@836 f882894a-f735-0410-b71e-b25c423dba1c -2003-04-09 02:09 kdebisschop +2004-03-02 Karl DeBisschop - * [r481] plugins/Makefile.am: - check_game needs popen.c now + * plugins/check_http.c: relax check for -w/-c to accept floats (bug + report from Warrick FitzGerald) git-svn-id: -2003-04-08 20:38 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@835 f882894a-f735-0410-b71e-b25c423dba1c - * [r479] command.cfg.in: - Updated command for new check_procs +2004-03-02 Karl DeBisschop -2003-04-08 20:37 tonvoon + * AUTHORS, plugins/check_swap.c: fix div by zero error when + swaptotal is zero (Flo Gleixner) git-svn-id: - * [r478] plugins/check_hpjd.c, plugins/check_nt.c: - Changed // to /* */ comments as some compilers do not like them + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@834 f882894a-f735-0410-b71e-b25c423dba1c -2003-04-08 00:00 stanleyhopcroft +2004-03-01 Karl DeBisschop - * [r477] contrib/check_axis.sh: - check_axis.sh (Axis 5xx print servers) from Tom De Blende + * plugins/check_tcp.c, plugins/netutils.c: check_tcp was returning + uninitialized string with user-defined refused outcome git-svn-id: -2003-04-07 23:40 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@833 f882894a-f735-0410-b71e-b25c423dba1c - * [r476] plugins/check_procs.c: - Fixed zombie processes +2004-03-01 Karl DeBisschop -2003-04-07 23:16 tonvoon + * plugins/check_smtp.c: allow regex for ecpect checks git-svn-id: - * [r475] configure.in: - Missed some PS_FORMAT strings + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@832 f882894a-f735-0410-b71e-b25c423dba1c -2003-04-07 22:53 tonvoon +2004-02-29 Karl DeBisschop - * [r474] configure.in, plugins/Makefile.am, plugins/check_nagios.c, - plugins/check_procs.c, plugins/check_vsz.c: - Souped up check_procs with different metrics + * plugins/check_nwstat.c, plugins/netutils.c, plugins/netutils.h: + was making up to 34 separate tcp connections - now we open one and + reuse git-svn-id: -2003-04-07 21:21 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@831 f882894a-f735-0410-b71e-b25c423dba1c - * [r472] plugins/check_snmp.c: - Removed unnecessary regex array +2004-02-28 Karl DeBisschop -2003-04-07 11:39 kdebisschop + * plugins/check_snmp.c: checks for warn in check_num() mistakenly + referred to crit limits git-svn-id: - * [r471] plugins/check_http.c: - ste timeout one second greater than critical time + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@830 f882894a-f735-0410-b71e-b25c423dba1c -2003-04-07 11:38 kdebisschop +2004-02-28 Karl DeBisschop - * [r470] plugins/check_game.c: - had been grandfathered ibto core, finally use normal getopts, add - options for player, max-player array positions + * plugins/check_smtp.c: minor doco update to reflect handling of + repeated caoomand strings git-svn-id: -2003-04-03 21:21 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@829 f882894a-f735-0410-b71e-b25c423dba1c - * [r469] plugins-scripts/check_oracle.sh: - Cleaned up cache output +2004-02-28 Karl DeBisschop -2003-04-01 22:24 tonvoon + * plugins/check_smtp.c: work in progress to accept multiple + command/expect pairs git-svn-id: - * [r468] plugins-scripts/check_oracle.sh: - Fixed sqlplus calls and rearranged parameters for --tablespace & - --cache + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@828 f882894a-f735-0410-b71e-b25c423dba1c -2003-04-01 04:00 kdebisschop +2004-02-28 Karl DeBisschop - * [r467] configure.in: - remove PATH_PROG call for autoconf/automake components + * plugins/check_swap.c: update to work with Linux 2.6 /proc/meminfo + format git-svn-id: -2003-03-31 12:49 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@827 f882894a-f735-0410-b71e-b25c423dba1c - * [r466] plugins/check_disk.c: - checkpoint supresses iso9660 adds option for checking only local - adds choice of scale factor +2004-02-25 Karl DeBisschop -2003-03-27 22:53 tonvoon + * AUTHORS, plugins/check_dns.c: check server for authoritative + status (from Jon Hallet) git-svn-id: - * [r465] plugins/check_nwstat.c: - Extra Netware checks (Patch 710247 - Dietmar Ruzicka) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@826 f882894a-f735-0410-b71e-b25c423dba1c -2003-03-26 05:37 tonvoon +2004-02-25 Karl DeBisschop - * [r464] configure.in: - ipv6 check requires unistd.h for Darwin + * plugins/check_swap.c: change some datatypes to llu for very large + swaps git-svn-id: -2003-03-26 03:57 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@825 f882894a-f735-0410-b71e-b25c423dba1c - * [r463] configure.in, plugins/check_procs.c: - Removal of ps_raw and ps_vars +2004-02-25 Karl DeBisschop -2003-03-26 03:39 tonvoon + * configure.in, plugins/check_ping.c: pass timeout to ping if + supported with -w parameter (linux) git-svn-id: - * [r462] plugins/check_nagios.c: - Uses same ps command as check_procs + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@824 f882894a-f735-0410-b71e-b25c423dba1c -2003-03-25 06:33 kdebisschop +2004-02-21 Karl DeBisschop - * [r461] ., .cvsignore: - subst is no longer used + * plugins/check_by_ssh.c: add option to ignore a specified number of + lines on stderr (to suppress a login banner) git-svn-id: -2003-03-24 19:05 undrgrid + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@823 f882894a-f735-0410-b71e-b25c423dba1c - * [r460] ., .cvsignore, Makefile.am: - Better stripping of prefix for Solaris package install needs to - remove /usr/local as package installs there by default +2004-02-21 Karl DeBisschop -2003-03-24 17:45 undrgrid + * AUTHORS: Add Jason Martin for report of missing $opt_C for 'use + vars' in check_breeze git-svn-id: - * [r459] Makefile.am, pkg/solaris, pkg/solaris/.cvsignore, - pkg/solaris/pkginfo.in, plugins/check_disk.c: - Minor changes to build for Solaris packages + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@821 f882894a-f735-0410-b71e-b25c423dba1c -2003-03-24 16:23 tonvoon +2004-02-21 Karl DeBisschop - * [r458] plugins/check_procs.c: - Use max_state + * plugins-scripts/check_breeze.pl: add opt_C to 'usr vars' git-svn-id: -2003-03-24 02:57 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@820 f882894a-f735-0410-b71e-b25c423dba1c - * [r457] tools/mail_error, tools/sfsnapshot: - PATH set in correct place and extra comments +2004-02-20 Ton Voon -2003-03-24 02:44 tonvoon + * plugins/check_http.c: - Missed out getopt for -T git-svn-id: - * [r456] tools/mail_error, tools/sfsnapshot: - Bug fixes + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@819 f882894a-f735-0410-b71e-b25c423dba1c -2003-03-24 02:21 tonvoon +2004-02-20 Karl DeBisschop - * [r455] tools/mail_error: - Sends email if non-zero return code from command + * contrib/check_dhcp.c, plugins/check_snmp.c, plugins/negate.c, + plugins/netutils.c, plugins/urlize.c: spell fix "received" git-svn-id: -2003-03-24 02:19 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@818 f882894a-f735-0410-b71e-b25c423dba1c - * [r454] tools/sfsnapshot: - Error code depending on number of files generated +2004-02-20 Karl DeBisschop -2003-03-24 01:18 tonvoon + * plugins/utils.c, plugins/utils.h: add perfdata function for floats + to complement ints, also spell fix "received" git-svn-id: - * [r453] lib/ls-mntd-fs.m4: - Using coreutils 4.5.11 version to fix Darwin problem + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@817 f882894a-f735-0410-b71e-b25c423dba1c -2003-03-24 00:42 tonvoon +2004-02-20 Karl DeBisschop - * [r452] REQUIREMENTS: - Add NSClient requirement for check_nt + * AUTHORS: add Ralph Rye for report of check_procs segfault on + AIX/WebSphere and proof-of-concept patch git-svn-id: -2003-03-24 00:26 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@816 f882894a-f735-0410-b71e-b25c423dba1c - * [r450] plugins/check_nt.c: - Reference to web site to get NSClient +2004-02-20 Karl DeBisschop -2003-03-23 07:01 undrgrid + * plugins/check_procs.c: handle case where line from ps output + exceed MAX_INPUT_BUFFER git-svn-id: - * [r449] Makefile.am, autogen.sh, configure.in, lib/Makefile.am, - pkg, pkg/solaris, pkg/solaris/pkginfo.in, pkg/solaris/solpkg: - Solaris package build system + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@815 f882894a-f735-0410-b71e-b25c423dba1c -2003-03-23 06:20 kdebisschop +2004-02-20 Ton Voon - * [r448] plugins/check_disk.c: - can once again exclude indiviual path/partitions + * AUTHORS: Shaun Wills for patch to check_http git-svn-id: -2003-03-23 06:11 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@814 f882894a-f735-0410-b71e-b25c423dba1c - * [r447] plugins/check_disk.c: - add -X to exclude FS type, now works with more than one path/dev - specified +2004-02-20 Ton Voon -2003-03-22 13:23 kdebisschop + * plugins/check_http.c: Added Content-type when POSTing (Shawn + Wills) git-svn-id: - * [r446] plugins/utils.c: - declaration must precede printf + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@813 f882894a-f735-0410-b71e-b25c423dba1c -2003-03-21 14:08 kdebisschop +2004-02-20 Ton Voon - * [r444] plugins/check_disk.c: - checkpoint, allows selecting devices and paths now + * plugins/check_procs.c: - compiler warning removed (but usage2 messages badly broken) git-svn-id: -2003-03-21 14:04 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@812 f882894a-f735-0410-b71e-b25c423dba1c - * [r443] configure.in: - instructions for posting plugin version number +2004-02-20 Ton Voon -2003-03-19 23:44 kdebisschop + * AUTHORS: Matt Pounsett for bug report git-svn-id: - * [r442] plugins/check_by_ssh.c: - allow to specify -1 and -2 for protocol version + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@811 f882894a-f735-0410-b71e-b25c423dba1c -2003-03-19 13:01 kdebisschop +2004-02-20 Ton Voon - * [r440] plugins/utils.c, plugins/utils.h: - make state_text a function + * plugins/check_dns.c: Different text to scan for if multiple + addresses git-svn-id: -2003-03-19 12:59 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@810 f882894a-f735-0410-b71e-b25c423dba1c - * [r439] lib/mountlist.c, plugins/check_disk.c: - check_disk working with mountlist.c +2004-02-20 Ton Voon -2003-03-19 02:28 kdebisschop + * plugins/check_swap.c: Corrected usage message (Matt Pounsett) git-svn-id: - * [r438] Makefile.am, configure.in: - subst.* was replaced by dist-hook + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@809 f882894a-f735-0410-b71e-b25c423dba1c -2003-03-19 02:27 kdebisschop +2004-02-19 Ton Voon - * [r437] subst.in, subst.sh: - these were replaced by dist-hook + * AUTHORS: Michael Musikhin for check_disk patch git-svn-id: -2003-03-18 15:18 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@808 f882894a-f735-0410-b71e-b25c423dba1c - * [r436] configure.in: - running the AFS macro causes newer AC/AM to barf +2004-02-19 Ton Voon -2003-03-18 09:02 kdebisschop + * plugins/check_disk.c: Uninitialised variables for -X (Bug 900091 - + Michael Musikhin) git-svn-id: - * [r435] configure.in: - afs checking + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@807 f882894a-f735-0410-b71e-b25c423dba1c -2003-03-18 08:50 kdebisschop +2004-02-18 Karl DeBisschop - * [r434] lib/afs.m4, lib/ls-mntd-fs.m4: - use AC_DEFINE_UNQOUTED + * configure.in: version bump (old) git-svn-id: -2003-03-18 08:47 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@806 f882894a-f735-0410-b71e-b25c423dba1c - * [r433] lib/ls-mntd-fs.m4: - stop warning on autoheader 2.13 +2004-02-18 Karl DeBisschop -2003-03-18 07:57 kdebisschop + * acinclude.m4, lib/afs.m4, lib/fstypename.m4, lib/fsusage.m4: + underquoted defines cause warning on FC2 git-svn-id: - * [r432] plugins/netutils.c, plugins/netutils.h: - common.h was doubly included + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@805 f882894a-f735-0410-b71e-b25c423dba1c -2003-03-18 07:57 kdebisschop +2004-02-18 Ton Voon - * [r431] plugins/common.h: - use enum instead of define, remove some cruft from old snprintf - implementation + * AUTHORS: Johannes Herlitz for patch to check_dns git-svn-id: -2003-03-18 07:48 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@804 f882894a-f735-0410-b71e-b25c423dba1c - * [r430] configure.in, lib/Makefile.am, plugins/check_disk.c: - use GNU fileutils for check_disk +2004-02-18 Ton Voon -2003-03-18 07:47 kdebisschop + * plugins/check_dns.c: Output message includes the query_address, as + inspired by Johannes Herlitz. Also cleanup of comments and handles + multi-line nslookup output (MacOSX 10.3) git-svn-id: - * [r429] lib/afs.m4, lib/fstypename.m4, lib/fsusage.c, - lib/fsusage.h, lib/fsusage.m4, lib/ls-mntd-fs.m4, - lib/mountlist.c, lib/mountlist.h: - from GNU fileutils for check_disk + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@803 f882894a-f735-0410-b71e-b25c423dba1c -2003-03-17 22:24 tonvoon +2004-02-17 Ton Voon - * [r428] plugins-scripts/check_oracle.sh: - Allow default Oracle home from oratab (reported by Walbert - Oberngruber) + * AUTHORS: David Alden for check_snmp_procs.pl git-svn-id: -2003-03-16 23:54 undrgrid + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@802 f882894a-f735-0410-b71e-b25c423dba1c - * [r427] configure.in: - Modified to automatically enable getaddrinfo emulation if lwres - is not used and getaddrinfo is not found in the system. +2004-02-17 Ton Voon -2003-03-16 23:28 undrgrid + * contrib/check_snmp_procs.pl: Checks remote processes via SNMP + (David Alden) git-svn-id: - * [r426] plugins/check_tcp.c, plugins/netutils.c, - plugins/netutils.h: - Applied patch #660973 for tcp refusals + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@801 f882894a-f735-0410-b71e-b25c423dba1c -2003-03-15 01:28 undrgrid +2004-02-09 Ton Voon - * [r425] configure.in: - Left over debug define + * AUTHORS: Patrick McCormick git-svn-id: -2003-03-15 01:25 undrgrid + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@800 f882894a-f735-0410-b71e-b25c423dba1c - * [r424] configure.in, lib/Makefile.am, lib/getaddrinfo.c, - lib/getaddrinfo.h, lib/gethostbyname.c, lib/gethostbyname.h, - plugins/Makefile.am, plugins/getaddrinfo.c, - plugins/getaddrinfo.h, plugins/gethostbyname.c, - plugins/gethostbyname.h, plugins/netutils.c, plugins/netutils.h, - plugins/utils.c, plugins/utils.h: - Spent the day working on backwards compatability using - getaddrinfo() Moved getaddrinfo.? and gethostbyname.? from lib/ - to plugins/ due to problems with compiling into the - libnagiosplug.a as it required linking against socket libraries - which are unneeded except for network based plugins. This code - should hopefully happily work for all systems and has been tested - prior to commit on Debian GNU/Linux, SPARC Solaris 7 and SPARC - Solaris 9. +2004-02-09 Ton Voon -2003-03-14 13:28 kdebisschop + * plugins/check_ping.c: Fix for check_ping old-style argument + handling (Patrick McCormick - 892211) git-svn-id: - * [r423] plugins-scripts/check_ntp.pl: - add timeout, fix taint chacking diom + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@799 f882894a-f735-0410-b71e-b25c423dba1c -2003-03-13 22:20 undrgrid +2004-01-28 Ton Voon - * [r422] ., .cvsignore, configure.in, lib/Makefile.am: - Working out issues with getaddrinfo emulation build environment + * plugins/check_dummy.c: Print optional text git-svn-id: -2003-03-13 21:14 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@798 f882894a-f735-0410-b71e-b25c423dba1c - * [r421] plugins/check_dns.c, plugins/check_http.c, - plugins/check_tcp.c: - Strip leading spaces in perf data +2004-01-21 Karl DeBisschop -2003-03-13 21:10 tonvoon + * AUTHORS: credit David Croft (patch check_tcp formultibyte malloc + bug in server_expect) git-svn-id: - * [r420] plugins/check_smtp.c: - Perf data without leading spaces and fix ANSI C complaint about - \n + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@797 f882894a-f735-0410-b71e-b25c423dba1c -2003-03-13 20:33 tonvoon +2004-01-21 Karl DeBisschop - * [r419] plugins/check_tcp.c: - Fix compiler warnings re progname + * plugins/check_tcp.c: =fix segfault on malloc of server_expect for + multibyte chars (David Croft) git-svn-id: -2003-03-13 06:52 undrgrid + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@796 f882894a-f735-0410-b71e-b25c423dba1c - * [r418] depcomp: - Removed auto-tools script that automake adds +2004-01-18 Subhendu Ghosh -2003-03-13 06:51 undrgrid + * contrib/check_snmp_printer.pl: plugin to check printer status via + snmp, includes page count as perfdata; perl plugin git-svn-id: - * [r417] ., .cvsignore, configure.in, install-sh, missing, - mkinstalldirs, plugins, plugins/.cvsignore, plugins/Makefile.am, - plugins/common.h, plugins/common.h.in, plugins/netutils.h, - plugins/netutils.h.in, plugins/popen.h, plugins/popen.h.in, - plugins/utils.c, plugins/utils.h, plugins/utils.h.in, - plugins/version.h.in: - Updated cvs ignore files to reflect changes Moved header files - from being ran through configure to standard Removed auto-tools - scripts that get added by automake + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@795 f882894a-f735-0410-b71e-b25c423dba1c -2003-03-13 06:00 kdebisschop +2003-12-24 Ton Voon - * [r416] plugins/negate.c: - negate must be POSIXly correct in handling options, else wrapped - options get passed to it + * AUTHORS: Bug reporter git-svn-id: -2003-03-13 05:59 undrgrid + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@794 f882894a-f735-0410-b71e-b25c423dba1c - * [r415] configure.in: - Removed --with-ipv6 configure option so it determines IPv6 - availablity completely on it's own per suggestion by Karl +2003-12-24 Ton Voon -2003-03-12 22:13 undrgrid + * plugins/check_swap.c: Fixed help doc on use of % (854817 - Gunnar + Hellekson) git-svn-id: - * [r413] plugins/check_tcp.c: - doco standarization + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@793 f882894a-f735-0410-b71e-b25c423dba1c -2003-03-12 19:50 undrgrid +2003-12-18 Ton Voon - * [r412] configure.in, plugins-scripts/subst.in: - Just a lil namespace clean-up + * README: Reference to CHANGES file git-svn-id: -2003-03-12 17:42 undrgrid + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@792 f882894a-f735-0410-b71e-b25c423dba1c - * [r411] configure.in: - Minor fix to --with-ipv6 behavior +2003-12-18 Ton Voon -2003-03-12 17:11 undrgrid + * Makefile.am: Add CHANGES file to distribution git-svn-id: - * [r410] autogen.sh, configure.in, plugins/utils.c, - plugins/utils.h.in: - Added autogen.sh script that rebuilds using autotools and runs - configure Modified configure.in to include some debug build - option info at the end of the scripts execution. Can be removed - by release time. Modified configure.in to include a --with-ipv6 - option Default build is without IPv6 support now to enable you - need to use the --with-ipv6 command line option to configure. - Modified plugins/utils.* to use USE_IPV6 + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@791 f882894a-f735-0410-b71e-b25c423dba1c -2003-03-12 07:05 kdebisschop +2003-12-18 Ton Voon - * [r409] plugins/check_disk.c: - doco standarization + * CHANGES: List major changes between releases git-svn-id: -2003-03-12 06:44 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@790 f882894a-f735-0410-b71e-b25c423dba1c - * [r408] plugins/check_disk.c: - errors for statfs +2003-12-11 Ton Voon -2003-03-12 06:41 kdebisschop + * AUTHORS: For patch to check_http git-svn-id: - * [r407] plugins/check_smtp.c: - comment/doco cleanup for embeeded doc work, control STMP command - via options instead of defines + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@789 f882894a-f735-0410-b71e-b25c423dba1c -2003-03-12 06:38 kdebisschop +2003-12-11 Ton Voon - * [r406] configure.in: - version increase, statfs work + * plugins/check_http.c: Relative redirects not followed correctly + (854131 - John Sivak) git-svn-id: -2003-03-12 02:47 undrgrid + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@788 f882894a-f735-0410-b71e-b25c423dba1c - * [r405] plugins, plugins/.cvsignore: - Add some more extra plugins +2003-12-05 Ton Voon -2003-03-12 02:29 undrgrid + * AUTHORS: Ben Whaley for reported Solaris 8 /usr/ucb/ps problem in + configure.in git-svn-id: - * [r404] plugins/check_http.c: - Clean up of output from plugin + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@787 f882894a-f735-0410-b71e-b25c423dba1c -2003-03-12 02:29 undrgrid +2003-12-05 Ton Voon - * [r403] plugins/check_dig.c, plugins/check_http.c, - plugins/check_ldap.c, plugins/check_udp.c: - Code clean-up + * configure.in: Not correctly working out ps command if /usr/ucb + before /usr/bin in PATH for Solaris (reported by Ben Whaley) git-svn-id: -2003-03-12 02:23 undrgrid + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@786 f882894a-f735-0410-b71e-b25c423dba1c - * [r402] plugins/check_tcp.c: - Code cleanup +2003-12-05 Ton Voon -2003-03-12 00:45 tonvoon + * AUTHORS: Patch to my_connect git-svn-id: - * [r401] plugins/check_dns.c: - Removed is_host checks to speed up code. Fixed timings so no - spaces + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@785 f882894a-f735-0410-b71e-b25c423dba1c -2003-03-12 00:08 tonvoon +2003-12-05 Ton Voon - * [r400] plugins/check_dns.c: - Timings in milliseconds and nicer output + * plugins/netutils.c, plugins/netutils.h: Fix clash of namespace for + my_connect with mysql (854339 - Ian Holsman) git-svn-id: -2003-03-11 22:51 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@784 f882894a-f735-0410-b71e-b25c423dba1c - * [r399] plugins-scripts, plugins-scripts/.cvsignore: - Add script ignores +2003-12-02 Ton Voon -2003-03-11 22:36 tonvoon + * plugins/check_disk.c: Default thresholds not defined for lists in + -x parameter (raised by Matt Garrett) git-svn-id: - * [r398] plugins/negate.c: - Remove getopt_long checks + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@783 f882894a-f735-0410-b71e-b25c423dba1c -2003-03-11 22:34 tonvoon +2003-12-01 Karl DeBisschop - * [r397] plugins/negate.c: - Fixed reading too many argv parameters and changed to asprintf + * po/de.po, po/fr.po: commit changes caused by upstream code mods git-svn-id: -2003-03-11 22:22 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@782 f882894a-f735-0410-b71e-b25c423dba1c - * [r396] plugins/check_by_ssh.c, plugins/check_dig.c, - plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c, - plugins/check_hpjd.c, plugins/check_http.c, - plugins/check_ide-smart.c, plugins/check_ldap.c, - plugins/check_load.c, plugins/check_mrtg.c, - plugins/check_mrtgtraf.c, plugins/check_mysql.c, - plugins/check_nagios.c, plugins/check_nt.c, - plugins/check_nwstat.c, plugins/check_overcr.c, - plugins/check_pgsql.c, plugins/check_ping.c, - plugins/check_procs.c, plugins/check_radius.c, - plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c, - plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c, - plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c, - plugins/check_users.c, plugins/check_vsz.c: - Remove getopt_long checks +2003-12-01 Karl DeBisschop -2003-03-11 22:09 undrgrid + * plugins/check_procs.c: use usage2 function git-svn-id: - * [r395] configure.in: - Fixed some ping6 variables + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@781 f882894a-f735-0410-b71e-b25c423dba1c -2003-03-11 18:32 undrgrid +2003-12-01 Karl DeBisschop - * [r394] configure.in: - Minor change to Karl's statfs check Inclusion of ICMPv6 ping - tests to define PING6_COMMAND Minor fix to ps syntax checking to - fix bug I introduced last nite + * nagios-plugins.spec.in: add THANKS to %doc git-svn-id: -2003-03-11 07:04 undrgrid + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@780 f882894a-f735-0410-b71e-b25c423dba1c - * [r393] Makefile.am, configure.in: - Removed acconfig.h from EXTRA_DIST Fixed problem with test in - SWAP_FORMAT and SWAP_COMMAND +2003-11-28 Ton Voon -2003-03-11 06:44 kdebisschop + * plugins/check_procs.c: Fixed listing of failed processes git-svn-id: - * [r392] configure.in, plugins/check_disk.c: - use statfs for check_disk (still needs fs scan) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@779 f882894a-f735-0410-b71e-b25c423dba1c -2003-03-11 06:03 undrgrid +2003-11-24 Ton Voon - * [r391] acconfig.h, configure.in: - Finishing clean-up of configure.in Removing acconfig.h as it's no - longer needed + * AUTHORS: For patches git-svn-id: -2003-03-10 23:58 undrgrid + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@778 f882894a-f735-0410-b71e-b25c423dba1c - * [r390] acconfig.h, configure.in: - Cleaned up configure for PS and PING to produce cleaner config.h +2003-11-24 Ton Voon -2003-03-09 18:13 undrgrid + * plugins/check_hpjd.c: Bug from code-clean (Antony Simmonds - + 846311) git-svn-id: - * [r389] plugins/common.h.in: - Make sure sys/socket.h is explicitly included if - HAVE_SYS_SOCKET_H is defined + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@777 f882894a-f735-0410-b71e-b25c423dba1c -2003-03-09 10:39 tonvoon +2003-11-21 Karl DeBisschop - * [r388] plugins/check_disk.c: - Implement error-only option for check_disk (Ian Duggan) + * README: update auotmake/autoconf versions git-svn-id: -2003-03-08 12:08 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@776 f882894a-f735-0410-b71e-b25c423dba1c - * [r387] plugins/check_disk.c: - Fix AIX /proc filesystem (Ian Duggan) +2003-11-21 Karl DeBisschop -2003-03-08 11:44 tonvoon + * doc/developer-guidelines.sgml: update developer names git-svn-id: - * [r386] configure.in: - snprintf checks in configure.in like samba + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@775 f882894a-f735-0410-b71e-b25c423dba1c -2003-03-08 02:27 undrgrid +2003-11-21 Karl DeBisschop - * [r385] plugins/check_dns.c: - Modified code to call is_addr() rather than is_dotted_quad() with - the new AF indepdent function routines + * INSTALLING: our policy now is to use most recent versions of GNU + tool chain git-svn-id: -2003-03-08 02:26 undrgrid + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@774 f882894a-f735-0410-b71e-b25c423dba1c - * [r384] plugins/netutils.c, plugins/netutils.h.in, - plugins/utils.c, plugins/utils.h.in: - AF indepedent routines introduced. Modifed process_request() & - my_connect() parameters to make 'proto' type 'int' rather than - 'char *' and use IPPROTO_* POSIX values. Removed is_dotted_quad() - & my_inet_aton() functions Added is_addr(), is_inet_addr(), - is_inet6_addr() and resolve_host_or_addr() functions to check - whether it is a valid IP address Modified is_host() to call - is_addr() and is_hostname() +2003-11-19 Karl DeBisschop -2003-03-08 02:02 tonvoon + * plugins/check_time.c: add perfdata git-svn-id: - * [r383] tools/sfsnapshot: - Need to remove configure.in + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@773 f882894a-f735-0410-b71e-b25c423dba1c -2003-03-08 01:59 tonvoon +2003-11-19 Karl DeBisschop - * [r382] lib/Makefile.am, lib/snprintf.c, plugins/Makefile.am, - plugins/snprintf.c: - Move snprintf into lib + * plugins/check_smtp.c: use perfdata() to return perfoamnace data in + stanadrd format git-svn-id: -2003-03-08 01:48 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@772 f882894a-f735-0410-b71e-b25c423dba1c - * [r381] tools/sfsnapshot: - Have to run through whole automake procedure as datestamp in - RELEASE variable +2003-11-17 Karl DeBisschop -2003-03-08 01:13 tonvoon + * plugins/check_ups.c: bugfix - each supported option was + overwriting the previous perfdata git-svn-id: - * [r380] tools/sfsnapshot: - Added automake parameters for config.sub and config.guess + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@771 f882894a-f735-0410-b71e-b25c423dba1c -2003-03-08 00:57 tonvoon +2003-11-17 Karl DeBisschop - * [r379] tools/sfsnapshot: - Fixed production OUT variable + * plugins/check_ups.c: add perfdata git-svn-id: -2003-03-08 00:55 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@770 f882894a-f735-0410-b71e-b25c423dba1c - * [r378] tools/sfsnapshot: - Adds MD5SUM file, creates multiple branch snapshots and doesn't - rerun configure/automake/autoconf unnecessarily +2003-11-17 Karl DeBisschop -2003-03-08 00:23 tonvoon + * plugins/check_pgsql.c: add perfdata git-svn-id: - * [r377] Makefile.am: - Use Makefile's variables (to support a shortcut in sfsnapshot) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@769 f882894a-f735-0410-b71e-b25c423dba1c -2003-03-07 22:11 undrgrid +2003-11-12 Karl DeBisschop - * [r376] configure.in, lib/Makefile.am, lib/getaddrinfo.c, - lib/getaddrinfo.h, lib/gethostbyname.c, lib/gethostbyname.h, - plugins/check_pgsql.c, plugins/common.h.in, plugins/netutils.c, - plugins/netutils.h.in, tools/setup: - Added getaddrinfo.[ch] & gethostbyname.[ch] to provide RFC2553 - functions if missing in system libs and lwres not present Moved - all references to netdb.h and sys/socket.h into common.h.in - Modified automake call in tools/setup to include adding missing - files so config.sub and config.guess will be available + * plugins/check_snmp.c: clean up compiler warnings git-svn-id: -2003-03-07 07:45 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@768 f882894a-f735-0410-b71e-b25c423dba1c - * [r374] plugins/check_smtp.c: - millisecond timing and perf data +2003-11-12 Karl DeBisschop -2003-03-07 07:17 kdebisschop + * plugins/check_mrtg.c, plugins/check_nt.c: clean up compiler + warnings git-svn-id: - * [r373] plugins/check_smtp.c: - whole timer loop was on the wrong side of connection close code + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@767 f882894a-f735-0410-b71e-b25c423dba1c -2003-03-07 06:43 kdebisschop +2003-11-12 Karl DeBisschop - * [r372] plugins/check_udp.c: - fix for -H invocation of hostname + * plugins/check_mrtgtraf.c, plugins/check_swap.c: clean up compiler + warnings git-svn-id: -2003-03-06 06:40 undrgrid + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@766 f882894a-f735-0410-b71e-b25c423dba1c - * [r371] acinclude.m4, configure.in: - Adds --with-lwres and --enable-emulate-getaddrinfo but are not - used in any of the code at this time. Has a check for IPv6 - support but only runs if using the emulate-getaddrinfo routines, - this needs to be modified. !!! I need input from results of this - run on various platforms to see what results are seen in - plugins/config.h so please help test !!! +2003-11-12 Karl DeBisschop -2003-03-05 07:27 kdebisschop + * plugins/check_mrtgtraf.c: add perfdata git-svn-id: - * [r370] plugins-scripts/check_ntp.pl: - add "m" to regex for minutes + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@765 f882894a-f735-0410-b71e-b25c423dba1c -2003-03-05 00:17 tonvoon +2003-11-12 Karl DeBisschop - * [r365] plugins/check_http.c: - check_http min size option (680467 - Dave Viner) + * plugins/check_dig.c: remove overflow checks of strtod - HUGE_VALF + requires C99; also remove equality checks on warn/crit interval + which are no doubles git-svn-id: -2003-03-04 23:56 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@764 f882894a-f735-0410-b71e-b25c423dba1c - * [r364] plugins/check_nt.c: - Make output message for CPU Load a bit nicer +2003-11-11 Ton Voon -2003-03-04 23:35 tonvoon + * plugins/check_tcp.c: Added perfdata git-svn-id: - * [r363] tools/sfsnapshot: - To create nagiosplug daily snapshots on SF + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@763 f882894a-f735-0410-b71e-b25c423dba1c -2003-03-03 03:49 kdebisschop +2003-11-11 Ton Voon - * [r362] plugins/check_ping.c: - accept comma-delimted list of hosts for checking if a multihomed - host is alive + * plugins/check_users.c: Added perfdata git-svn-id: -2003-03-02 06:01 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@762 f882894a-f735-0410-b71e-b25c423dba1c - * [r361] plugins/check_ping.c: - add logic to check multiple servers +2003-11-11 Ton Voon -2003-03-02 04:59 kdebisschop + * plugins/check_swap.c: Added perfdata git-svn-id: - * [r360] ChangeLog: - update from CVS + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@761 f882894a-f735-0410-b71e-b25c423dba1c -2003-03-02 04:58 kdebisschop +2003-11-11 Ton Voon - * [r359] configure.in, nagios-plugins.spec.in: - adjustments to remove beta tagging + * plugins/check_swap.c: Fixed if only absolute warn/crit set git-svn-id: -2003-03-02 04:32 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@760 f882894a-f735-0410-b71e-b25c423dba1c - * [r358] ChangeLog: - update from CVS +2003-11-10 Ton Voon -2003-03-01 05:09 kdebisschop + * plugins/utils.h: - typo fixes git-svn-id: - * [r357] nagios-plugins.spec.in: - we were missing some docs in the RPM + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@759 f882894a-f735-0410-b71e-b25c423dba1c -2003-02-23 17:11 sghosh +2003-11-05 Subhendu Ghosh - * [r356] REQUIREMENTS: - Novell requirements + * plugins-scripts/check_ifoperstatus.pl, + plugins-scripts/check_ifstatus.pl: added plugin timeout options git-svn-id: -2003-02-23 17:10 sghosh + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@758 f882894a-f735-0410-b71e-b25c423dba1c - * [r355] contrib/check_bgpstate.pl: - removed community string in CRIT message +2003-10-31 Karl DeBisschop -2003-02-22 19:06 tonvoon + * plugins/check_nt.c: provide an error message git-svn-id: - * [r354] configure.in: - Solaris and Unixware labels round the wrong way for swap command + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@757 f882894a-f735-0410-b71e-b25c423dba1c -2003-02-22 13:01 kdebisschop +2003-10-31 Karl DeBisschop - * [r353] Makefile.am: - provide target for nagios-plugins.spec + * plugins/check_hpjd.c: line indentation git-svn-id: -2003-02-22 07:27 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@756 f882894a-f735-0410-b71e-b25c423dba1c - * [r352] Makefile.am: - add CODING FAQ LEGAL to distribution tarball +2003-10-31 Karl DeBisschop -2003-02-21 21:59 tonvoon + * plugins/check_load.c: add perfdata git-svn-id: - * [r351] plugins/check_http.c: - Fixed coredump with unallocated string + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@755 f882894a-f735-0410-b71e-b25c423dba1c -2003-02-21 21:46 tonvoon +2003-10-31 Karl DeBisschop - * [r350] plugins/check_dns.c: - Strip leading spaces on dns return value (689563 - Simon L - Nielsen) + * plugins/check_mrtg.c: add perf data fix bug where stale data + message would get overwritten git-svn-id: -2003-02-20 03:16 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@754 f882894a-f735-0410-b71e-b25c423dba1c - * [r348] plugins-scripts/check_disk_smb.pl: - option regexs need to include ^ and $ +2003-10-24 Ton Voon -2003-02-19 22:56 tonvoon + * plugins/common.h: Ignore __attribute__ for non-GNU compilers git-svn-id: - * [r347] lib/Makefile.am: - Removing getloadavg.m4 from dist + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@753 f882894a-f735-0410-b71e-b25c423dba1c -2003-02-19 08:36 kdebisschop +2003-10-24 Ton Voon - * [r346] INSTALL, configure.in, lib/getloadavg.m4, tools/setup: - remove getloadavg.m4 + * plugins/Makefile.am: Moved config.h to toplevel git-svn-id: -2003-02-19 00:45 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@752 f882894a-f735-0410-b71e-b25c423dba1c - * [r345] Makefile.am, configure.in, getloadavg.m4, lib/Makefile.am, - lib/getloadavg.c, lib/getloadavg.m4, plugins/Makefile.am, - plugins/getloadavg.c: - Move getloadavg to lib directory. Must run "aclocal -I lib" +2003-10-23 Ton Voon -2003-02-18 23:00 kdebisschop + * lib/Makefile.am: Need to include intl/ for systems without + libintl.h git-svn-id: - * [r344] plugins/check_pgsql.c: - spurious backslash escape + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@751 f882894a-f735-0410-b71e-b25c423dba1c -2003-02-18 22:56 kdebisschop +2003-10-21 Ton Voon - * [r343] configure.in: - set tag for beta3, fix pgsql detection + * AUTHORS: Matt Garrett for bug reports git-svn-id: -2003-02-18 22:24 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@750 f882894a-f735-0410-b71e-b25c423dba1c - * [r342] plugins/check_udp.c: - never exited getopt loop +2003-10-21 Ton Voon -2003-02-18 22:20 kdebisschop + * plugins-scripts/check_file_age.pl: - Fixed file name (Matt Garrett) git-svn-id: - * [r341] plugins/check_tcp.c: - failed if header was more than 1023 bytes + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@749 f882894a-f735-0410-b71e-b25c423dba1c -2003-02-18 22:10 tonvoon +2003-10-20 Ton Voon - * [r340] plugins/check_load.c: - Fixed the output messages (Bug 688729 - Jayjay) + * configure.in, lib/fsusage.c, lib/mountlist.c: Fix for config.h at + top level. Required for intl/ git-svn-id: -2003-02-18 21:58 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@748 f882894a-f735-0410-b71e-b25c423dba1c - * [r339] Makefile.am: - Add SUPPORT file to distribution +2003-10-15 Ton Voon -2003-02-18 21:56 tonvoon + * tools/mail_error: Need to export PATH for sfsnapshot to get + correct GNU toolchain git-svn-id: - * [r338] plugins/check_http.c: - Fixed compiler warning and increased the SSL random key for a - Solaris PRNG problem + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@747 f882894a-f735-0410-b71e-b25c423dba1c -2003-02-18 05:38 kdebisschop +2003-10-14 Subhendu Ghosh - * [r337] configure.in: - remainder of ps fix for UnixWare, and move [] in if/elif to - indicate m4 quoting instead of test invocation + * plugins-scripts/check_ifoperstatus.pl: snmpv3 patches git-svn-id: -2003-02-18 04:05 sghosh + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@746 f882894a-f735-0410-b71e-b25c423dba1c - * [r336] contrib/check_appletalk.pl: - Appletalk ping plugin +2003-10-14 Subhendu Ghosh -2003-02-18 04:04 sghosh + * plugins-scripts/check_ifstatus.pl: more snmpv3 patches git-svn-id: - * [r335] plugins/check_snmp.c: - OID type prefix patch [Patches-679403] + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@745 f882894a-f735-0410-b71e-b25c423dba1c -2003-02-18 03:46 sghosh +2003-10-14 Subhendu Ghosh - * [r334] plugins/check_swap.c: - support for Large swap sizes + * plugins-scripts/check_ntp.pl: Bug 773588: added check to warn on + matching # candidates only git-svn-id: -2003-02-18 03:17 sghosh + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@744 f882894a-f735-0410-b71e-b25c423dba1c - * [r333] configure.in: - regex fix to catch *BSD swapinfo and not HP-UX error and - memory/file swap in addition to device for HP-UX +2003-10-14 Subhendu Ghosh -2003-02-17 22:01 kdebisschop + * plugins-scripts/check_ifstatus.pl: Added -M for maxmsgsize + (v1/v2c) Added v3 support git-svn-id: - * [r332] configure.in: - typo in testing uname output + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@743 f882894a-f735-0410-b71e-b25c423dba1c -2003-02-17 21:57 kdebisschop +2003-09-30 Ton Voon - * [r331] configure.in: - ping and swap for unixware + * plugins/check_swap.c: Fixed logic problem if HAVE_SWAP, but not on + AIX or Solaris. Removed unnecessary ifdefs for help page. Better + indentation for ifdefs git-svn-id: -2003-02-17 21:04 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@742 f882894a-f735-0410-b71e-b25c423dba1c - * [r330] configure.in: - library search dirs are part of LDFLAGS +2003-09-29 Ton Voon -2003-02-17 19:11 sghosh + * lib/Makefile.am: Missed GNU files for AIX 5.1 git-svn-id: - * [r329] REQUIREMENTS: - location updates + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@741 f882894a-f735-0410-b71e-b25c423dba1c -2003-02-16 08:41 tonvoon +2003-09-17 Ton Voon - * [r328] plugins/Makefile.am: - Fixed dependencies for check_nt + * AUTHORS: Added authors of obsolete contrib plugins git-svn-id: -2003-02-16 08:25 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@740 f882894a-f735-0410-b71e-b25c423dba1c - * [r327] plugins/check_nt.c: - Coredump if no variable set (reported by Marc C. Poulin) +2003-09-17 Ton Voon -2003-02-16 02:46 egalstad + * contrib/maser-oracle.pl: Obsolete from main check_oracle git-svn-id: - * [r326] contrib/check_dhcp.c: - Interface patch byor Clemens Resen + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@739 f882894a-f735-0410-b71e-b25c423dba1c -2003-02-16 02:18 sghosh +2003-09-17 Ton Voon - * [r325] plugins-scripts/check_ntp.pl: - all alphanumeric accepted for refid on ntpq + * contrib/aix/check_crit_dsk, contrib/aix/check_dsk, + contrib/aix/check_ping: Plugins obsolete from main check_disk and + check_ping git-svn-id: -2003-02-12 22:32 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@738 f882894a-f735-0410-b71e-b25c423dba1c - * [r324] plugins, plugins/.cvsignore: - Added extra plugins +2003-09-17 Ton Voon -2003-02-12 22:30 tonvoon + * lib/strtod.c: Required if strtod not GNU compilant git-svn-id: - * [r323] lib, lib/.cvsignore: - Add ignore files + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@737 f882894a-f735-0410-b71e-b25c423dba1c -2003-02-12 22:29 tonvoon +2003-09-17 Ton Voon - * [r322] plugins/negate.c: - Remove unnecessary \ and fix coredump with no parameters - specified + * configure.in, lib/Makefile.am, lib/error.c, lib/error.h, + lib/error.m4, lib/malloc.c, lib/realloc.c, lib/unlocked-io.h, + lib/xalloc.h, lib/xmalloc.c: Support to compile on AIX git-svn-id: -2003-02-12 22:27 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@736 f882894a-f735-0410-b71e-b25c423dba1c - * [r321] plugins/check_http.c: - Remove unnecessary \ - complaints from Tru64's cc compiler +2003-09-17 Ton Voon -2003-02-12 22:21 tonvoon + * plugins/check_load.c: - typo git-svn-id: - * [r320] configure.in: - Inadequate quoting for PS_FORMAT & removal of grep "*** for Tru64 + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@735 f882894a-f735-0410-b71e-b25c423dba1c -2003-02-12 04:36 sghosh +2003-09-17 Ton Voon - * [r319] command.cfg.in: - forced ntpq jitter check + * configure.in, plugins/check_swap.c: Support for check_swap in AIX + (tested on 5.1) git-svn-id: -2003-02-12 04:32 sghosh + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@734 f882894a-f735-0410-b71e-b25c423dba1c - * [r318] plugins-scripts/check_ifoperstatus.pl: - added timeout alarm +2003-09-17 Ton Voon -2003-02-12 04:30 sghosh + * tools/setup: Hide error message if docbook not available git-svn-id: - * [r317] plugins-scripts/check_ntp.pl: - fixed regex for stratum1 peer, added logic for failed ntpq - call(e.g. sntp host) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@733 f882894a-f735-0410-b71e-b25c423dba1c -2003-02-11 00:47 tonvoon +2003-09-16 Ton Voon - * [r316] plugins/check_mysql.c: - Patch by Dave Viner for seg fault on RH 7.3 (655903) + * doc/developer-guidelines.sgml: Added in threshold range format and + updated autoconf to 2.54 for a problem on Darwin) git-svn-id: -2003-02-10 23:59 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@732 f882894a-f735-0410-b71e-b25c423dba1c - * [r315] configure.in: - Update with references to REQUIREMENTS +2003-09-16 Ton Voon -2003-02-10 23:58 tonvoon + * configure.in, plugins/Makefile.am, plugins/check_procs.c: Support + for AIX ps command and cleanup of configure's ps checks git-svn-id: - * [r314] Requirements: - Remove file, superceded by REQUIREMENTS + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@731 f882894a-f735-0410-b71e-b25c423dba1c -2003-02-10 23:34 tonvoon +2003-09-16 Ton Voon - * [r313] plugins/getopt.c, plugins/getopt.h, plugins/getopt1.c: - Removing getopt files - now in new lib directory + * AUTHORS, plugins/common.h: AIX problem with enum TRUE and FALSE + (Ludse Verhoeven) git-svn-id: -2003-02-10 23:32 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@730 f882894a-f735-0410-b71e-b25c423dba1c - * [r312] lib, lib/Makefile.am, lib/getopt.c, lib/getopt.h, - lib/getopt1.c: - New directory for common library files +2003-09-16 Karl DeBisschop -2003-02-10 23:28 tonvoon + * tools/sfsnapshot: here-doc format was not correct git-svn-id: - * [r311] plugins/common.h.in: - Added in a define for HAVE_GETOPT_H for backwards compatibility + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@729 f882894a-f735-0410-b71e-b25c423dba1c -2003-02-10 23:27 tonvoon +2003-09-16 Karl DeBisschop - * [r310] plugins/Makefile.am: - Remove unnecessary getopt references and link in lib directory + * plugins/check_ldap.c: milisecond timing and perfdata, fix NULL + pointer error in validate_arguments git-svn-id: -2003-02-10 23:26 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@728 f882894a-f735-0410-b71e-b25c423dba1c - * [r309] configure.in: - Removing checks for getopt.h - now always available. Also support - lib dir +2003-09-15 Ton Voon -2003-02-10 23:24 tonvoon + * AUTHORS: Contributors to the perfdata discussion git-svn-id: - * [r308] Makefile.am: - Adding lib directory for getopts change + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@727 f882894a-f735-0410-b71e-b25c423dba1c -2003-02-10 23:08 tonvoon +2003-09-15 Ton Voon - * [r307] configure.in: - Fixed Tru64 ps command (Bug 669585 - Paula Arnold) + * AUTHORS, plugins-scripts/check_mailq.pl: Added Exim support + (768445 - Eric Bollengier) git-svn-id: -2003-02-10 18:36 undrgrid + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@726 f882894a-f735-0410-b71e-b25c423dba1c - * [r306] plugins/check_ssh.c: - Added argc checks before attempting to access argv[] - - Corrected return codes and output +2003-09-15 Ton Voon -2003-02-10 14:18 undrgrid + * AUTHORS, plugins/check_nt.c: Option to verify check_nt version + (799098 - Steve Hanselman) git-svn-id: - * [r305] plugins/check_ssh.c: - Revised code to use resolving and connection code in utils.c and - netutils.c rather than its own functions. Corrected code to - properly handle input of server hostname and port on commandline - without option flags. + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@725 f882894a-f735-0410-b71e-b25c423dba1c -2003-02-10 04:49 kdebisschop +2003-09-15 Ton Voon - * [r304] contrib/check_fping_in.c: - this plugin is in core as check_fping + * AUTHORS: Jason Burnett for check_disk_smb patch git-svn-id: -2003-02-09 18:59 undrgrid + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@724 f882894a-f735-0410-b71e-b25c423dba1c - * [r303] tools/setup: - Reordered program calls so autoheader was called before automake - thus getting rid of errors for header files not being present - when automake was called. Also puts it inline with documentation - in INSTALL & INSTALLING +2003-09-15 Ton Voon -2003-02-09 14:20 sghosh + * plugins-scripts/check_disk_smb.pl: Optionally specify port for + smbclient to use (781227 - Jason Burnett) git-svn-id: - * [r302] contrib/check_adptraid.sh, - contrib/check_compaq_insight.pl, contrib/check_file_age.pl: - new plugins + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@723 f882894a-f735-0410-b71e-b25c423dba1c -2003-02-09 14:18 sghosh +2003-09-15 Karl DeBisschop - * [r301] contrib/README.TXT, contrib/readme.txt: - file rename + * plugins/check_http.c: make status code extensible (thanks to Chris + Wilson ) git-svn-id: -2003-02-09 14:16 sghosh + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@722 f882894a-f735-0410-b71e-b25c423dba1c - * [r300] contrib/check_remote_nagios_status.pl, - contrib/check_wins.pl, contrib/sched_downtime.pl: - more contribs +2003-09-12 Karl DeBisschop -2003-02-09 14:03 sghosh + * AUTHORS: two new additions git-svn-id: - * [r299] contrib/tarballs/fetchlog-0.92.tar.gz, - contrib/tarballs/fetchlog-0.94.tar.gz: - new version + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@721 f882894a-f735-0410-b71e-b25c423dba1c -2003-02-09 12:56 kdebisschop +2003-09-12 Karl DeBisschop - * [r298] CODING, README: - spell check + * plugins/check_ping.c: new output format reported by Patrick Allen + git-svn-id: -2003-02-09 12:36 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@719 f882894a-f735-0410-b71e-b25c423dba1c - * [r297] FAQ: - spell check +2003-09-11 Karl DeBisschop -2003-02-09 12:17 sghosh + * plugins/check_http.c: use prefdata function for size too git-svn-id: - * [r296] SUPPORT: - ispell + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@718 f882894a-f735-0410-b71e-b25c423dba1c -2003-02-08 06:00 kdebisschop +2003-09-11 Karl DeBisschop - * [r295] plugins/check_pgsql.c: - use enum instead of define + * plugins/check_http.c: use prefdata function git-svn-id: -2003-02-08 05:58 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@717 f882894a-f735-0410-b71e-b25c423dba1c - * [r294] FAQ: - add item on submitting new plugins +2003-09-11 Karl DeBisschop -2003-02-08 05:57 kdebisschop + * configure.in, plugins/check_swap.c: last changes to configure + broke check_swap on RHLinux. Restore /proc/meminfo check and make + check_swap ifdefs safer git-svn-id: - * [r293] SUPPORT: - suggest minimum standards for support requests + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@716 f882894a-f735-0410-b71e-b25c423dba1c -2003-02-08 05:32 kdebisschop +2003-09-04 Karl DeBisschop - * [r292] plugins/check_http.c: - submit request with one send + * Makefile.am: change so make-dist works in subdirs git-svn-id: -2003-02-05 05:59 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@715 f882894a-f735-0410-b71e-b25c423dba1c - * [r291] configure.in: - fix for SSL build on RedHat rawhide +2003-09-03 Ton Voon -2003-02-05 05:58 kdebisschop + * configure.in: Remove df checks and ignore swap checks if no swap + commands found git-svn-id: - * [r290] plugins/check_dns.c: - allow check to proceed using servers from resolv.conf + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@714 f882894a-f735-0410-b71e-b25c423dba1c -2003-02-05 05:57 kdebisschop +2003-09-03 Ton Voon - * [r289] plugins/check_http.c: - fix segfault due to bad asprintf invocation + * doc/developer-guidelines.sgml: No named credits in source code git-svn-id: -2003-02-04 06:24 sghosh + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@713 f882894a-f735-0410-b71e-b25c423dba1c - * [r288] plugins-scripts/Makefile.am: - install user:grp perms [patch 679703 -Detlef Boehm] +2003-09-03 Ton Voon -2003-02-04 06:16 sghosh + * configure.in: Fixed substitution for Tru64's ps format git-svn-id: - * [r287] plugins-scripts/check_flexlm.pl: - lmstat output update + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@712 f882894a-f735-0410-b71e-b25c423dba1c -2003-02-04 05:54 sghosh +2003-09-03 Karl DeBisschop - * [r286] plugins-scripts/check_ntp.pl: - corrected ntpdate offset to seconds + * plugins/check_dig.c: allow warn/crit times to be floating point git-svn-id: -2003-02-03 21:43 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@711 f882894a-f735-0410-b71e-b25c423dba1c - * [r285] plugins/check_snmp.c: - Avoid core dump with null or invalid data (679400 - Mathieu - Masseboeuf) +2003-09-03 Karl DeBisschop -2003-02-03 21:33 tonvoon + * configure.in, plugins/common.h: include math.h if needed for + HUGE_VAL git-svn-id: - * [r284] plugins/Makefile.am: - Patch for Mac OS X compile (652080 - Ton Voon) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@710 f882894a-f735-0410-b71e-b25c423dba1c -2003-02-03 20:43 sghosh +2003-09-02 Ton Voon - * [r283] contrib/tarballs/check_cit.tgz: - Citrix plugin + * plugins/check_procs.c: Solaris requires asprintf checks for null + variables git-svn-id: -2003-02-03 20:35 sghosh + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@709 f882894a-f735-0410-b71e-b25c423dba1c - * [r282] command.cfg.in: - more sample command configurations +2003-09-01 Ton Voon -2003-02-03 20:29 sghosh + * Makefile.am: Report duplicates in AUTHORS file git-svn-id: - * [r281] configure.in, plugins-scripts/check_ntp.pl, - plugins-scripts/utils.pm.in: - change ntpdc to ntpq (Jonathan Rozes,Thomas Schimpke, bug-656237 - ) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@708 f882894a-f735-0410-b71e-b25c423dba1c -2003-02-03 15:47 sghosh +2003-09-01 Ton Voon - * [r280] plugins-scripts/check_ntp.pl: - patch for desync peer and ntpdate (James Fidell) + * doc/developer-guidelines.sgml: Add contributor's name into CVS + comments git-svn-id: -2003-02-03 05:29 sghosh + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@707 f882894a-f735-0410-b71e-b25c423dba1c - * [r279] plugins-scripts/check_ifstatus.pl: - bugfix [bug 651021 mperry2] +2003-08-31 Ton Voon -2003-02-03 05:07 sghosh + * .cvsignore, AUTHORS, Makefile.am, THANKS.in: Updated AUTHORS to + include all contributors listed in comments in code and CVS for + plugins and plugins-scripts. Still need to do SF git-svn-id: - * [r278] plugins/check_hpjd.c: - added default community [bug-patch #600349 jbaumgartner] + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@706 f882894a-f735-0410-b71e-b25c423dba1c -2003-01-31 18:40 tonvoon +2003-08-31 Ton Voon - * [r277] plugins/check_procs.c: - Fix for zombie processes on Solaris (Bug 677803 - Matthew Brown) + * doc/developer-guidelines.sgml: Updated perf data standard for warn + before crit git-svn-id: -2003-01-31 18:36 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@705 f882894a-f735-0410-b71e-b25c423dba1c - * [r276] plugins/check_nt.c: - Reapply all asprintf calls. Fix for %% problem with -l flag. +2003-08-28 Karl DeBisschop -2003-01-31 01:26 tonvoon + * plugins/check_game.c: add perf data git-svn-id: - * [r275] plugins/check_nt.c: - Removed all unnecessary asprintf calls. Replaced with original - check_nt.c to minimise amount of changes (reported by Reuben - Farrelly) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@704 f882894a-f735-0410-b71e-b25c423dba1c -2003-01-30 23:18 tonvoon +2003-08-28 Karl DeBisschop - * [r274] plugins/check_nt.c: - Added reference to the official NSClient web site + * plugins/check_dns.c: add perf data git-svn-id: -2003-01-30 22:57 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@703 f882894a-f735-0410-b71e-b25c423dba1c - * [r273] plugins/check_swap.c: - Fixed long --allswap option +2003-08-28 Karl DeBisschop -2003-01-30 22:55 tonvoon + * plugins/utils.c: use single quotes per guideline, also quote when + SPC or = are found git-svn-id: - * [r272] plugins/check_procs.c: - Fixed progname + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@702 f882894a-f735-0410-b71e-b25c423dba1c -2003-01-29 20:57 tonvoon +2003-08-28 Karl DeBisschop - * [r271] plugins/check_mrtgtraf.c: - Fixed error and success codes (638656 - Paul Dlug) + * plugins/check_disk.c: add perf data git-svn-id: -2003-01-29 20:47 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@701 f882894a-f735-0410-b71e-b25c423dba1c - * [r270] plugins-scripts/check_oracle.sh: - Added cache and tablespace check (621567 - John Marquart) +2003-08-28 Karl DeBisschop -2003-01-29 20:33 tonvoon + * plugins/utils.c: suppress quotes in perf data when not needed + (some plugins need the space to keep below line length limit git-svn-id: - * [r269] plugins/Makefile.am, plugins/check_nt.c: - Added in check_nt for bug 646516 + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@700 f882894a-f735-0410-b71e-b25c423dba1c -2003-01-29 06:38 kdebisschop +2003-08-28 Karl DeBisschop - * [r268] plugins/check_mysql.c: - remove incorrect check_disk() declaration + * plugins/utils.h: add min() macro to complement max() git-svn-id: -2003-01-29 06:16 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@699 f882894a-f735-0410-b71e-b25c423dba1c - * [r267] plugins/check_ldap.c: - fix segfault when argc>=2 and the -H or -b options are not - supplied +2003-08-26 Karl DeBisschop -2003-01-29 06:15 kdebisschop + * plugins/check_dig.c: print perfdata git-svn-id: - * [r266] plugins/check_by_ssh.c: - 1.8 + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@698 f882894a-f735-0410-b71e-b25c423dba1c -2003-01-29 05:55 tonvoon +2003-08-26 Karl DeBisschop - * [r265] plugins/check_http.c: - Better error if server requests client based certificate (609382 - - Olaf Greis) + * plugins/check_fping.c: print perfdata git-svn-id: -2003-01-29 05:27 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@697 f882894a-f735-0410-b71e-b25c423dba1c - * [r264] contrib/check_dns_random.pl: - Exit code added (604837 - Lachlan Cameron-Smith) +2003-08-26 Karl DeBisschop -2003-01-29 05:10 tonvoon + * plugins/utils.c, plugins/utils.h: function to make perfdata output git-svn-id: - * [r263] plugins-scripts/check_oracle.sh: - Added dummy login test (650970 - Ton Voon) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@696 f882894a-f735-0410-b71e-b25c423dba1c -2003-01-29 04:28 tonvoon +2003-08-23 Karl DeBisschop - * [r262] plugins/check_vsz.c: - Error when no params passed, better invalid params message - (652086 - Ton Voon) + * plugins/check_http.c: - found and fixed memory allocation error in rewritten redir() + function git-svn-id: -2003-01-29 04:11 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@695 f882894a-f735-0410-b71e-b25c423dba1c - * [r261] plugins/check_procs.c: - Fixed NULL status in Solaris (644783 - Fabian Pehla) Fixed -p - options (652082 - Ton Voon) +2003-08-23 Karl DeBisschop -2003-01-28 07:44 kdebisschop + * plugins/check_http.c: - hacked interim fix to segfault on redirect - for tesing only git-svn-id: - * [r260] contrib/checkciscotemp.pl: - typo: had commented use Net::SNMP for testing + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@694 f882894a-f735-0410-b71e-b25c423dba1c -2003-01-28 07:42 kdebisschop +2003-08-23 Karl DeBisschop - * [r259] plugins/check_real.c: - make sure host_name is set and remove NULL string inits that can - lead to segfaults + * plugins/check_dig.c: - fix various format errors with newly added perf data git-svn-id: -2003-01-28 07:26 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@693 f882894a-f735-0410-b71e-b25c423dba1c - * [r258] plugins/check_mysql.c: - missed argc check on port parameter +2003-08-22 Karl DeBisschop -2003-01-28 07:17 kdebisschop + * plugins/check_dig.c: - forgot to declare struct timeval tv for hires timing git-svn-id: - * [r257] contrib/checkciscotemp.pl: - split and validate input more robustly + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@692 f882894a-f735-0410-b71e-b25c423dba1c -2003-01-28 07:15 kdebisschop +2003-08-22 Karl DeBisschop - * [r256] plugins/check_http.c: - remove NULL string inits that can lead to segfaults + * plugins/check_dig.c: - add perf data for time git-svn-id: -2003-01-28 00:32 tonvoon + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@691 f882894a-f735-0410-b71e-b25c423dba1c - * [r255] configure.in: - ps support for Darwin / MacOSX +2003-08-22 Karl DeBisschop -2003-01-27 11:53 kdebisschop + * plugins/check_by_ssh.c, plugins/check_dig.c, + plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, + plugins/check_fping.c, plugins/check_game.c, plugins/check_hpjd.c, + plugins/check_http.c, plugins/check_ide-smart.c, + plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c, + plugins/check_mysql.c, plugins/check_nagios.c, plugins/check_nt.c, + plugins/check_nwstat.c, plugins/check_overcr.c, + plugins/check_pgsql.c, plugins/check_ping.c, plugins/check_procs.c, + plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, + plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, + plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c, + plugins/check_ups.c, plugins/check_users.c, plugins/negate.c, + plugins/urlize.c: - bindtextdomain for gettext, a few other smale cleanups here and + there git-svn-id: - * [r254] plugins/check_http.c: - do not pass host if none is provided + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@690 f882894a-f735-0410-b71e-b25c423dba1c -2003-01-27 06:04 kdebisschop +2003-08-22 Karl DeBisschop - * [r253] plugins/check_http.c: - we were sending extra CRLF + * plugins/check_http.c: * bugfix: snprintf of timestamp truncated '\0' git-svn-id: -2003-01-19 06:34 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@689 f882894a-f735-0410-b71e-b25c423dba1c - * [r252] plugins-scripts/check_rpc.pl: - indicate new default state in get_rpcinfo, also fix a bunch of - indents for consistent format +2003-08-21 Karl DeBisschop -2003-01-17 05:56 sghosh + * plugins/check_http.c: * Check redirections for infinte loops and limit depth of recursion git-svn-id: - * [r251] plugins-scripts/check_rpc.pl: - bug fix for state and opt_c initialization + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@688 f882894a-f735-0410-b71e-b25c423dba1c -2003-01-17 05:37 sghosh +2003-08-20 Ton Voon - * [r250] plugins/check_snmp.c: - Counter32 tag parsing added + * plugins/check_time.c: Optionally use udp instead of tcp (Bradley + Baetz - 751646) git-svn-id: -2003-01-16 06:42 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@687 f882894a-f735-0410-b71e-b25c423dba1c - * [r249] plugins/check_mysql.c, plugins/check_pgsql.c: - semicolon needed where progname define was replaced +2003-08-20 Ton Voon -2003-01-16 06:29 kdebisschop + * contrib/check_wins.pl: Changed netsaint to nagios in use lib git-svn-id: - * [r248] plugins/check_http.c: - add option to let regex span newlines + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@686 f882894a-f735-0410-b71e-b25c423dba1c -2003-01-16 06:28 kdebisschop +2003-08-19 Karl DeBisschop - * [r247] plugins/check_game.c: - progname and print_usage need to be defined + * plugins/check_http.c: *BUGFIX: LWS is not required betwwen + "Location:" header field name and field value git-svn-id: -2003-01-16 06:22 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@685 f882894a-f735-0410-b71e-b25c423dba1c - * [r246] plugins/check_radius.c: - semicolon needed where praogname define was replced +2003-08-19 Karl DeBisschop -2003-01-16 06:10 kdebisschop + * plugins/check_http.c: *add missing status numbers from RFC 2616 + (HTTP1.1) git-svn-id: - * [r245] plugins/check_hpjd.c: - semicolon needed where praogname define was replced + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@684 f882894a-f735-0410-b71e-b25c423dba1c -2003-01-16 05:22 kdebisschop +2003-08-18 Karl DeBisschop - * [r244] configure.in: - find kerberos libs in latest Red Hat beta + * plugins/check_ping.c: move error scans to a new separate routine + and scan both stderr and stdio git-svn-id: -2003-01-16 05:21 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@683 f882894a-f735-0410-b71e-b25c423dba1c - * [r243] plugins/utils.c: - restore max() macro +2003-08-11 Ton Voon -2003-01-16 05:20 kdebisschop + * doc/developer-guidelines.sgml: Performance data guidelines added git-svn-id: - * [r242] plugins/check_tcp.c: - cleanup progname assignment + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@682 f882894a-f735-0410-b71e-b25c423dba1c -2003-01-16 05:19 kdebisschop +2003-08-11 Ton Voon - * [r241] plugins-scripts/check_disk_smb.pl: - accept $ for share and \\ for users + * tools/sfsnapshot: Fixed building snapshots - cvs update ignores + new directories. Also do not need to run make git-svn-id: -2003-01-16 05:17 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@681 f882894a-f735-0410-b71e-b25c423dba1c - * [r240] plugins/check_by_ssh.c: - avoid segfault when host is not given +2003-08-10 Karl DeBisschop -2003-01-13 12:21 kdebisschop + * plugins/utils.c: config.h is redundant (common.h includes it) git-svn-id: - * [r239] contrib/check_dhcp.c, contrib/check_fping_in.c, - contrib/check_rbl.c: - convert PROGANE from a define to a const char + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@680 f882894a-f735-0410-b71e-b25c423dba1c -2003-01-13 12:15 kdebisschop +2003-08-10 Karl DeBisschop - * [r238] plugins/check_by_ssh.c, plugins/check_dig.c, - plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, - plugins/check_fping.c, plugins/check_hpjd.c, - plugins/check_http.c, plugins/check_ldap.c, plugins/check_load.c, - plugins/check_mrtg.c, plugins/check_mrtgtraf.c, - plugins/check_mysql.c, plugins/check_nagios.c, - plugins/check_nwstat.c, plugins/check_overcr.c, - plugins/check_pgsql.c, plugins/check_ping.c, - plugins/check_procs.c, plugins/check_radius.c, - plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c, - plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c, - plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c, - plugins/check_users.c, plugins/check_vsz.c, plugins/negate.c, - plugins/urlize.c, plugins/utils.c, plugins/utils.h.in: - convert PROGANE from a define to a const char + * plugins/check_dns.c, plugins/check_smtp.c: perf data in integer + microseconds git-svn-id: -2003-01-13 12:13 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@679 f882894a-f735-0410-b71e-b25c423dba1c - * [r237] plugins/popen.c: - change exit status to be POSIX compliant +2003-08-10 Karl DeBisschop -2003-01-13 12:09 kdebisschop + * po/POTFILES.in, po/de.po, po/fr.po: first pass at NLS markup done git-svn-id: - * [r236] plugins/check_nagios.c: - check for a few null strings, change PROGNAME from #define to - const *char + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@678 f882894a-f735-0410-b71e-b25c423dba1c -2003-01-13 04:50 kdebisschop +2003-08-10 Karl DeBisschop - * [r235] plugins/check_disk.c: - add options for excluding devices and for skipping OK devices in - summary + * plugins-scripts/check_rpc.pl: proposed fix for LANG issue git-svn-id: -2003-01-03 03:24 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@677 f882894a-f735-0410-b71e-b25c423dba1c - * [r234] plugins/utils.c: - protect against some null strings, make formats more uniform +2003-08-10 Karl DeBisschop -2002-12-19 19:30 kdebisschop + * plugins/check_by_ssh.c, plugins/check_dig.c, + plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c, + plugins/check_game.c, plugins/check_hpjd.c, plugins/check_http.c, + plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c, + plugins/check_mrtgtraf.c, plugins/check_mysql.c, + plugins/check_nagios.c, plugins/check_nt.c, plugins/check_nwstat.c, + plugins/check_overcr.c, plugins/check_pgsql.c, + plugins/check_ping.c, plugins/check_procs.c, + plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, + plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, + plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c, + plugins/check_ups.c, plugins/check_users.c, plugins/negate.c, + plugins/popen.c, plugins/urlize.c: the last round of pedantic + compiler warnings git-svn-id: - * [r233] plugins/check_tcp.c: - expect is +OK for SPOP too + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@676 f882894a-f735-0410-b71e-b25c423dba1c -2002-12-19 19:29 kdebisschop +2003-08-09 Karl DeBisschop - * [r232] plugins/check_tcp.c: - server expect not getting set, expect is +OK for POP + * tools/devmode: a little shell script to make it a little easier to + produce pedantic compiler warnings git-svn-id: -2002-12-19 19:20 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@675 f882894a-f735-0410-b71e-b25c423dba1c - * [r231] plugins/check_http.c: - remove spurious CRLF +2003-08-09 Karl DeBisschop -2002-11-29 12:02 stanleyhopcroft + * plugins/check_smtp.c, plugins/check_ssh.c, plugins/check_tcp.c, + plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c, + plugins/check_users.c: more pedantic compiler warnings git-svn-id: - * [r230] contrib/check_citrix: - New plugin to check the ICA browse service (used by Citrix - Metaframe servers) from Ed Rolison and Tom De Blende. + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@674 f882894a-f735-0410-b71e-b25c423dba1c -2002-11-25 12:00 kdebisschop +2003-08-09 Jeremy T. Bouse - * [r228] plugins/check_tcp.c: - was segfaulting if no dtat was returned + * plugins/common.h, po/de.po, po/fr.po: Code clean-up git-svn-id: -2002-11-24 13:43 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@673 f882894a-f735-0410-b71e-b25c423dba1c - * [r227] tools/snapshot: - some fixes needed to move off old devel box +2003-08-09 Karl DeBisschop -2002-11-24 13:09 kdebisschop + * plugins/check_dig.c, plugins/check_http.c, plugins/check_load.c, + plugins/check_mrtg.c, plugins/check_mrtgtraf.c, + plugins/check_nwstat.c, plugins/check_overcr.c, + plugins/check_ping.c, plugins/check_procs.c, plugins/check_real.c, + plugins/utils.c, plugins/utils.h: more pedantic compiler warns git-svn-id: - * [r226] tools/snapshot: - make routine snapshots of nagios and plugin CVS to expand testing + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@672 f882894a-f735-0410-b71e-b25c423dba1c -2002-11-22 10:52 kdebisschop +2003-08-09 Karl DeBisschop - * [r225] plugins/check_ups.c: - add replace battery condition, replace unchecked strcat calls - with asprintf (I do not think buffer overflow was possible here, - but lets be consistent) + * plugins/check_http.c: more pedantic compiler warns, change to + microsecond output for perf data, add size to perf data git-svn-id: -2002-11-22 02:46 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@671 f882894a-f735-0410-b71e-b25c423dba1c - * [r224] configure.in: - get long args output to work on check_procs by putting - incantations with -w ahead of others +2003-08-09 Karl DeBisschop -2002-11-22 02:33 kdebisschop + * plugins/utils.c, plugins/utils.h: add function for elapsed tim ein + microseconds git-svn-id: - * [r223] configure.in: - get long args output to work on linux check_procs, actually works - this time (needs OpenBSD testing) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@670 f882894a-f735-0410-b71e-b25c423dba1c -2002-11-22 01:33 kdebisschop +2003-08-09 Karl DeBisschop - * [r222] plugins/check_procs.c: - add a few comments, trap a few place where a NULL string might - have been handled + * plugins/check_http.c: more pedantic compiler warnings git-svn-id: -2002-11-22 01:31 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@669 f882894a-f735-0410-b71e-b25c423dba1c - * [r221] configure.in: - get long args output to work on linux check_procs (needs OpenBSD - testing) +2003-08-09 Karl DeBisschop -2002-11-21 12:40 kdebisschop + * plugins/check_disk.c, plugins/check_dummy.c, plugins/popen.c, + plugins/utils.c, plugins/utils.h: more pedantic compiler warnings git-svn-id: - * [r220] plugins/check_dig.c: - fix empty output on errors + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@668 f882894a-f735-0410-b71e-b25c423dba1c -2002-11-20 11:56 kdebisschop +2003-08-08 Karl DeBisschop - * [r219] plugins/check_swap.c: - add switch to evaluate each swap individually + * lib/Makefile.am: include getloadvag.m4 in distrib git-svn-id: -2002-11-20 11:28 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@667 f882894a-f735-0410-b71e-b25c423dba1c - * [r218] plugins/check_dig.c: - fix solaris SEGV, still need to print meaningful error text +2003-08-08 Karl DeBisschop -2002-11-20 01:19 kdebisschop + * plugins/check_disk.c, plugins/netutils.c, plugins/netutils.h: + cleanups from pedantic complier warnings git-svn-id: - * [r217] plugins/check_by_ssh.c: - in short options, t no no argument + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@666 f882894a-f735-0410-b71e-b25c423dba1c -2002-11-20 01:09 kdebisschop +2003-08-08 Karl DeBisschop - * [r216] plugins/check_dig.c: - replace some strcpy with strscpy + * plugins/check_nt.c: change if/elseif block to case, general + streamline git-svn-id: -2002-11-19 19:13 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@665 f882894a-f735-0410-b71e-b25c423dba1c - * [r215] plugins/Makefile.am: - another try at portable symlinking +2003-08-08 Karl DeBisschop -2002-11-19 19:07 kdebisschop + * plugins/check_disk.c: fix a variety of compiler warnings about + qualifier discards and other pedantic stuff git-svn-id: - * [r214] plugins/Makefile.am: - another try at portable symlinking + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@664 f882894a-f735-0410-b71e-b25c423dba1c -2002-11-19 19:06 kdebisschop +2003-08-08 Karl DeBisschop - * [r213] plugins/check_time.c: - explicitly cast recv() arg2 for SunOS5.6 + * plugins/check_by_ssh.c, plugins/check_dig.c, + plugins/check_disk.c, plugins/check_snmp.c, plugins/utils.c, + plugins/utils.h: fix a variety of compiler warnings about qualifier + discards and other pedantic stuff git-svn-id: -2002-11-19 07:13 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@663 f882894a-f735-0410-b71e-b25c423dba1c - * [r212] plugins/Makefile.am: - rewrite of install-exec-hook for solaris +2003-08-08 Karl DeBisschop -2002-11-18 21:58 sghosh + * plugins/check_by_ssh.c, plugins/check_disk.c, plugins/check_nt.c, + plugins/netutils.c, plugins/netutils.h, plugins/popen.h, + plugins/utils.h: fix a variety of compiler warnings about qualifier + discards and other pedantic stuff git-svn-id: - * [r211] contrib/check_javaproc.pl, contrib/nagios_sendim.pl: - javaproc, sendim + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@662 f882894a-f735-0410-b71e-b25c423dba1c -2002-11-18 14:46 sghosh +2003-08-08 Karl DeBisschop - * [r210] contrib-reporting, contrib-reporting/process_perfdata.pl: - New directory to for perfdata and reporting scripts + * plugins/check_nt.c, plugins/check_smtp.c: markup for translation git-svn-id: -2002-11-18 11:24 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@661 f882894a-f735-0410-b71e-b25c423dba1c - * [r209] plugins/check_swap.c: - test total swap instead of individual disks +2003-08-07 Karl DeBisschop -2002-11-18 07:23 kdebisschop + * plugins/check_real.c: markup for translation git-svn-id: - * [r208] plugins/check_disk.c: - failed to handle multple disks + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@660 f882894a-f735-0410-b71e-b25c423dba1c -2002-11-18 07:22 kdebisschop +2003-08-07 Karl DeBisschop - * [r207] plugins/utils.c: - more readable max_state() code + * plugins/check_procs.c: markup for translation git-svn-id: -2002-11-16 12:57 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@659 f882894a-f735-0410-b71e-b25c423dba1c - * [r206] plugins/Makefile.am: - fix too many sources problem for programs tha are symlinks to - check_tcp +2003-08-07 Karl DeBisschop -2002-11-16 04:59 kdebisschop + * plugins/check_load.c: reorder for consistency, restore prototypes + for print_foo, nest #ifdef to avoid pedantic traditional c warn git-svn-id: - * [r205] plugins/check_snmp.c: - my take on Subhendu's patches, plus a few comments for clarity + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@658 f882894a-f735-0410-b71e-b25c423dba1c -2002-11-15 17:47 sghosh +2003-08-07 Karl DeBisschop - * [r204] plugins/check_snmp.c: - memory bounds in options, no output comparison case + * plugins/check_snmp.c: reorder for consistency (no code changes) git-svn-id: -2002-11-15 04:51 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@657 f882894a-f735-0410-b71e-b25c423dba1c - * [r203] nagios-plugins.spec.in: - make spec work again, now that release is in source name again +2003-08-07 Karl DeBisschop -2002-11-15 00:51 kdebisschop + * plugins/check_by_ssh.c, plugins/check_disk.c, + plugins/check_dns.c, plugins/check_fping.c, plugins/check_game.c, + plugins/check_http.c, plugins/check_mrtg.c, + plugins/check_mrtgtraf.c, plugins/check_nagios.c, + plugins/check_nt.c, plugins/check_nwstat.c, plugins/check_overcr.c, + plugins/check_radius.c, plugins/check_real.c, plugins/check_snmp.c, + plugins/check_swap.c, plugins/check_tcp.c, plugins/check_time.c, + plugins/negate.c, plugins/netutils.c, plugins/popen.c, + plugins/utils.c, plugins/utils.h: replace "terminate" with "die" for + shorter name and better readability git-svn-id: - * [r202] configure.in: - release numbering fix + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@656 f882894a-f735-0410-b71e-b25c423dba1c -2002-11-15 00:50 kdebisschop +2003-08-07 Karl DeBisschop - * [r201] plugins/check_snmp.c: - fix label handling, replace accidentally deleted elseif l.310 + * plugins/check_ping.c: cleanup for better readability git-svn-id: -2002-11-14 18:25 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@655 f882894a-f735-0410-b71e-b25c423dba1c - * [r200] Makefile.am, acconfig.h, configure.in, - nagios-plugins.spec.in, plugins/utils.c: - fix bug with gettimeofday test, improve version/release handling, - update rpm spec +2003-08-07 Karl DeBisschop -2002-11-14 18:23 kdebisschop + * plugins/check_ping.c: markup for translation git-svn-id: - * [r199] plugins/Makefile.am: - fix typo in snprintf build + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@654 f882894a-f735-0410-b71e-b25c423dba1c -2002-11-14 05:36 kdebisschop +2003-08-07 Karl DeBisschop - * [r198] plugins/Makefile.am: - can't drop these sources -- neded for dist + * tools/sfsnapshot: make must be run before make dist to creat + language files git-svn-id: -2002-11-14 05:27 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@653 f882894a-f735-0410-b71e-b25c423dba1c - * [r197] plugins/Makefile.am: - fix build rule for snprintf +2003-08-06 Ton Voon -2002-11-14 05:25 kdebisschop + * doc/developer-guidelines.sgml: Added in that Nagios plugins are + written to GNU standards git-svn-id: - * [r196] plugins/check_http.c: - pagesize count off by one + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@652 f882894a-f735-0410-b71e-b25c423dba1c -2002-11-14 04:45 kdebisschop +2003-08-06 Karl DeBisschop - * [r195] plugins/check_http.c: - clean up NULL from status on Solaris + * lib/.cvsignore: ignore ulonglong.m4 git-svn-id: -2002-11-14 04:00 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@651 f882894a-f735-0410-b71e-b25c423dba1c - * [r194] configure.in: - typo in AC_DEFINE of PS_FORMAT for solaris +2003-08-06 Karl DeBisschop -2002-11-14 03:37 kdebisschop + * plugins/check_overcr.c: markup for translation, move send_buffer + assignment to process_args so process_tcp_request can be moved + outside the conditional, replace if/esleif with switch, replace + #defines with enum git-svn-id: - * [r193] plugins/Makefile.am: - remove check_nt again + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@650 f882894a-f735-0410-b71e-b25c423dba1c -2002-11-14 03:09 kdebisschop +2003-08-06 Karl DeBisschop - * [r192] plugins/Makefile.am: - back out last change -- it was only work in progress + * plugins/check_nwstat.c: markup for translation git-svn-id: -2002-11-14 02:26 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@649 f882894a-f735-0410-b71e-b25c423dba1c - * [r191] plugins/Makefile.am, plugins/check_dns.c, - plugins/check_ldap.c, plugins/check_mrtg.c, - plugins/check_mrtgtraf.c, plugins/check_nwstat.c, - plugins/check_radius.c, plugins/utils.c, plugins/version.h.in: - remove call_getopt and ssprintf +2003-08-05 Ton Voon -2002-11-13 11:50 kdebisschop + * doc/developer-guidelines.sgml: Added dev platform requirements git-svn-id: - * [r190] plugins/check_disk.c, plugins/check_dns.c, - plugins/check_fping.c, plugins/check_hpjd.c, - plugins/check_mrtg.c, plugins/check_nwstat.c, - plugins/check_ping.c, plugins/check_vsz.c, plugins/urlize.c, - plugins/utils.c: - remove call_getopt and asprintf + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@648 f882894a-f735-0410-b71e-b25c423dba1c -2002-11-12 11:28 kdebisschop +2003-08-05 Karl DeBisschop - * [r189] plugins/check_dig.c: - cleanup asprintf, old function decls + * plugins/check_ssh.c: markup for translation git-svn-id: -2002-11-12 11:26 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@647 f882894a-f735-0410-b71e-b25c423dba1c - * [r188] plugins/check_mysql.c, plugins/check_real.c, - plugins/check_ups.c: - remove call_getopt +2003-08-05 Stanley Hopcroft -2002-11-11 22:15 sghosh + * contrib/check_mssql.sh: Version 2.0 of MS SQL server plugin + (contrib/check_mssql.sh) from T De Blende. git-svn-id: - * [r187] plugins/check_snmp.c: - should use asprintf + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@646 f882894a-f735-0410-b71e-b25c423dba1c -2002-11-11 20:19 sghosh +2003-08-04 Karl DeBisschop - * [r186] plugins/check_snmp.c: - more snmpv3 patches + * plugins/check_users.c, plugins/urlize.c: markup for translation git-svn-id: -2002-11-11 19:29 sghosh + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@645 f882894a-f735-0410-b71e-b25c423dba1c - * [r185] plugins/check_snmp.c: - long opt for miblist, snmpv3 support (rosenauer) +2003-08-04 Karl DeBisschop -2002-11-11 16:04 sghosh + * plugins/check_time.c, plugins/check_udp.c: markup for translation git-svn-id: - * [r184] plugins/check_snmp.c: - option to specify a miblist - llow + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@644 f882894a-f735-0410-b71e-b25c423dba1c -2002-11-11 15:43 sghosh +2003-08-04 Karl DeBisschop - * [r183] plugins/check_snmp.c: - misc doc fix, missing verbose option + * plugins/check_ldap.c, plugins/check_nagios.c, + plugins/check_radius.c, plugins/check_udp.c, plugins/check_ups.c, + plugins/negate.c: markup for translation git-svn-id: -2002-11-09 11:37 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@643 f882894a-f735-0410-b71e-b25c423dba1c - * [r182] plugins/check_ups.c, plugins/check_users.c: - remove call_getopt +2003-08-03 Karl DeBisschop -2002-11-09 04:22 kdebisschop + * plugins/check_ldap.c, plugins/check_mrtg.c, + plugins/check_mrtgtraf.c: markup for translation git-svn-id: - * [r181] plugins/check_by_ssh.c, plugins/check_dig.c, - plugins/check_ping.c, plugins/check_time.c: - remove call_getopt + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@642 f882894a-f735-0410-b71e-b25c423dba1c -2002-11-09 04:21 kdebisschop +2003-08-03 Karl DeBisschop - * [r180] plugins/check_snmp.c: - cleaner handling of DEFAULT_PORT + * plugins/check_load.c: markup for translation git-svn-id: -2002-11-09 03:43 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@641 f882894a-f735-0410-b71e-b25c423dba1c - * [r179] configure.in: - add HPUX swap, try to cleanup getopt processing +2003-08-03 Karl DeBisschop -2002-11-09 03:39 kdebisschop + * plugins/check_ldap.c: markup for translation git-svn-id: - * [r178] plugins/check_pgsql.c, plugins/check_ping.c, - plugins/check_snmp.c, plugins/negate.c, plugins/utils.h.in: - define and use usage3 where second part of message is a an - int/char + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@640 f882894a-f735-0410-b71e-b25c423dba1c -2002-11-09 03:16 kdebisschop +2003-08-03 Karl DeBisschop - * [r177] plugins/snprintf.c: - HAVE_C99_SNPRINTF is not tested, so remove from ifdef + * plugins/check_http.c, plugins/check_ldap.c, plugins/check_tcp.c: + markup for translation git-svn-id: -2002-11-08 08:07 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@639 f882894a-f735-0410-b71e-b25c423dba1c - * [r176] plugins/check_snmp.c: - user reports NULL still getting into asprintf +2003-08-03 Karl DeBisschop -2002-11-08 08:06 kdebisschop + * plugins/Makefile.am, plugins/check_ide-smart.c: markup for + translation, use common.h, fix problems compiling git-svn-id: - * [r175] plugins/check_vsz.c: - remove call_getopt + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@638 f882894a-f735-0410-b71e-b25c423dba1c -2002-11-08 07:20 kdebisschop +2003-08-03 Karl DeBisschop - * [r174] acconfig.h, configure.in, plugins/common.h.in, - plugins/utils.c, plugins/utils.h.in: - patches required to build on solaris with asprintf and - gettimeofday + * plugins/check_http.c: markup for translation git-svn-id: -2002-11-08 07:18 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@637 f882894a-f735-0410-b71e-b25c423dba1c - * [r173] plugins/check_http.c, plugins/check_load.c, - plugins/check_ping.c, plugins/check_procs.c, - plugins/check_smtp.c, plugins/check_tcp.c: - remove unused variables +2003-08-02 Karl DeBisschop -2002-11-08 07:17 kdebisschop + * plugins/check_hpjd.c: markup for translation git-svn-id: - * [r172] tools/oneliners: - some useful onliners + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@636 f882894a-f735-0410-b71e-b25c423dba1c -2002-11-07 14:30 kdebisschop +2003-08-02 Karl DeBisschop - * [r171] plugins/check_snmp.c: - bugfixes to command format and (null) text created by asprintf - switch + * plugins/check_mysql.c: markup for translation git-svn-id: -2002-11-07 07:07 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@635 f882894a-f735-0410-b71e-b25c423dba1c - * [r170] plugins/check_by_ssh.c: - remove call_getopt, add [] arougn time +2003-08-02 Karl DeBisschop -2002-11-07 07:06 kdebisschop + * plugins/check_fping.c, plugins/check_game.c, + plugins/check_mysql.c, plugins/check_snmp.c, plugins/utils.h: + markupf for translation git-svn-id: - * [r169] configure.in: - test snprintf function family for ifdefs in snprintf.c + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@634 f882894a-f735-0410-b71e-b25c423dba1c -2002-10-30 18:47 kdebisschop +2003-08-02 Karl DeBisschop - * [r168] plugins/check_tcp.c: - replace fixed-lentgh buffer with asprintf + * plugins/utils.c, plugins/utils.h: ifdef so utils.h can be header + for utils.c git-svn-id: -2002-10-30 18:46 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@633 f882894a-f735-0410-b71e-b25c423dba1c - * [r167] plugins/check_udp.c: - forgot to remove call_getopt +2003-08-02 Karl DeBisschop -2002-10-30 18:45 kdebisschop + * plugins/check_fping.c, plugins/check_snmp.c: markup for + translation git-svn-id: - * [r166] plugins/check_ssh.c, plugins/check_swap.c: - forgot to remove call_getopt declaration + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@632 f882894a-f735-0410-b71e-b25c423dba1c -2002-10-30 18:29 kdebisschop +2003-08-02 Karl DeBisschop - * [r165] plugins/check_smtp.c: - remove call_getopt, fix several buffer overruns possible due to - use of fixed size buffers + * plugins/check_by_ssh.c, plugins/check_dig.c, + plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, + plugins/check_pgsql.c, plugins/check_swap.c, plugins/check_tcp.c, + plugins/utils.h: establish "UT_" namespace for usage text in + #defines git-svn-id: -2002-10-30 18:22 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@631 f882894a-f735-0410-b71e-b25c423dba1c - * [r164] tools/setup: - debian builds not actively maintained, so suppress error in setup - script +2003-08-02 Karl DeBisschop -2002-10-30 05:07 sghosh + * plugins/check_snmp.c: markup for translation git-svn-id: - * [r163] acconfig.h, configure.in, plugins-scripts/Makefile.am, - plugins-scripts/check_mailq.pl, plugins-scripts/utils.pm.in: - monitor mailq + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@630 f882894a-f735-0410-b71e-b25c423dba1c -2002-10-28 13:05 kdebisschop +2003-08-01 Karl DeBisschop - * [r162] plugins-scripts/check_breeze.pl, - plugins-scripts/check_disk_smb.pl, - plugins-scripts/check_flexlm.pl, plugins-scripts/check_log.sh, - plugins-scripts/check_ntp.pl, plugins-scripts/check_rpc.pl, - plugins-scripts/check_sensors.sh, plugins-scripts/check_wave.pl: - remove pspace in shebang since no sequent users replied + * plugins/check_dns.c: terminate in error_scan() so meaningfull + errors can be sent git-svn-id: -2002-10-26 13:30 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@628 f882894a-f735-0410-b71e-b25c423dba1c - * [r161] nagios-plugins.spec.in: - release should not be in tarball name +2003-08-01 Karl DeBisschop -2002-10-25 13:58 kdebisschop + * plugins/check_dummy.c: mark for transaltion git-svn-id: - * [r160] nagios-plugins.spec.in: - tweak source macro + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@627 f882894a-f735-0410-b71e-b25c423dba1c -2002-10-25 12:35 kdebisschop +2003-08-01 Karl DeBisschop - * [r159] plugins/Makefile.am: - remove check_nt + * plugins/check_dns.c: do not translate the strings that will be + compared to utility output - LC_ALL is set to C so those strings + should be untranslated regardless of the system settings git-svn-id: -2002-10-25 02:31 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@626 f882894a-f735-0410-b71e-b25c423dba1c - * [r158] Makefile.am, plugins/Makefile.am: - include getloadavg sources, add some Solaris pkg build support +2003-08-01 Karl DeBisschop -2002-10-22 09:13 kdebisschop + * plugins/popen.c: set LC_ALL to C in execve environemnt git-svn-id: - * [r157] plugins/check_ssh.c: - remove call_getopt, replace ssprintf with asprintf,better server - version reporting + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@625 f882894a-f735-0410-b71e-b25c423dba1c -2002-10-22 08:54 kdebisschop +2003-08-01 Karl DeBisschop - * [r156] plugins/check_tcp.c: - add check_spop + * plugins/Makefile.am: 'ln -f -s ...' is not reliable/portable. Use + 'rm -f ...; ln -s ...' git-svn-id: -2002-10-22 08:19 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@624 f882894a-f735-0410-b71e-b25c423dba1c - * [r155] plugins/check_procs.c: - remove call_getopt, replace ssprintf with asprintf +2003-07-31 Karl DeBisschop -2002-10-22 02:57 sghosh + * plugins/check_dns.c: mark for translation (note problem here - it + relies on tranalation in underlying utility, which has a high chance + of failing) git-svn-id: - * [r154] contrib/check_procr.sh: - From: Jerome Tytgat - checks to see if named process is running + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@623 f882894a-f735-0410-b71e-b25c423dba1c -2002-10-22 01:31 sghosh +2003-07-31 Karl DeBisschop - * [r153] README, plugins/check_nt.c: - check_nt is downloadable from nsclient.ready2run.nl + * plugins/check_disk.c, plugins/utils.h: mark for translation git-svn-id: -2002-10-21 05:04 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@622 f882894a-f735-0410-b71e-b25c423dba1c - * [r152] plugins/check_swap.c: - use asprintf instead of ssprintf +2003-07-30 Karl DeBisschop -2002-10-21 04:36 kdebisschop + * plugins/check_by_ssh.c: mark up for translation git-svn-id: - * [r151] plugins/Makefile.am: - need to define SOURCES for check_tcp to also build as - check_ftp,check_imap,check_nntp,check_pop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@621 f882894a-f735-0410-b71e-b25c423dba1c -2002-10-21 04:05 kdebisschop +2003-07-30 Karl DeBisschop - * [r150] plugins/utils.c: - use asprintf to do strscpy + * plugins/check_dig.c, plugins/check_pgsql.c, plugins/check_swap.c, + plugins/check_tcp.c, plugins/utils.h: markup for translation git-svn-id: -2002-10-21 04:04 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@620 f882894a-f735-0410-b71e-b25c423dba1c - * [r149] plugins/Makefile.am: - roll check_ftp, check_imap, check_pop, and check_nntp into - check_tcp +2003-07-29 Karl DeBisschop -2002-10-21 04:03 kdebisschop + * plugins/check_pgsql.c, plugins/check_swap.c, plugins/check_tcp.c: + mark for translation git-svn-id: - * [r148] plugins/check_ftp.c, plugins/check_imap.c, - plugins/check_nntp.c, plugins/check_pop.c: - these are all combined into check_tcp now + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@619 f882894a-f735-0410-b71e-b25c423dba1c -2002-10-21 03:55 kdebisschop +2003-07-29 Karl DeBisschop - * [r147] plugins/check_load.c: - remove broken call_getopt + * plugins/utils.h: some shared text for internationalized help text git-svn-id: -2002-10-21 03:43 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@618 f882894a-f735-0410-b71e-b25c423dba1c - * [r146] plugins/check_snmp.c: - cleanup process_arguments, print_help, and print_usage +2003-07-29 Karl DeBisschop -2002-10-21 03:40 kdebisschop + * plugins/utils.c: clean up warnings about ill-formed comment and + string concatenation git-svn-id: - * [r145] plugins/check_pgsql.c: - now we provide long opts if they do not exist + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@617 f882894a-f735-0410-b71e-b25c423dba1c -2002-10-20 20:22 kdebisschop +2003-07-29 Karl DeBisschop - * [r144] plugins/check_snmp.c: - fixed scanning for multiple OIDs, which was not working + * .cvsignore, ChangeLog, README, configure.in, lib/Makefile.am: bump + to gettext 0.11.5 and cleanup GNU toolchain git-svn-id: -2002-10-20 18:49 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@616 f882894a-f735-0410-b71e-b25c423dba1c - * [r143] plugins/check_snmp.c: - change ssprintf to asprintf back out change at line 225 in r1.4 - (values were mismatched to format string, so output was nonsense) - (I left a comment showing a construct that should work, but it - fails for PHBs: if my disk gets nearly full, they want 'CRITICAL - - 99%' not 'CRITICAL - Gauge32: 99') (If someine has a rationale - for the change, maybe it could be done as an option? - it seems - fairly clear that the Web display should be sensible to PHBs so - long as there's no real loss) +2003-07-29 Karl DeBisschop -2002-10-18 06:41 kdebisschop + * ABOUT-NLS, INSTALL: get from GNU files instead of storing in CVS git-svn-id: - * [r142] plugins/check_swap.c: - remove old call_getopt + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@615 f882894a-f735-0410-b71e-b25c423dba1c -2002-10-18 05:55 kdebisschop +2003-07-29 Karl DeBisschop - * [r141] plugins/check_load.c: - remove old call_getopt code, fix bug taking single float, allow - colon as separators in additin to commas + * tools/setup: move autopoint to start of gnu toolchain setup use + --force-missing instead on manually copying files (manual process + was broken on RedHat, and we should expect automake to do its job + right anyway) git-svn-id: -2002-10-18 04:41 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@614 f882894a-f735-0410-b71e-b25c423dba1c - * [r140] plugins/utils.c: - handle null src in strscat +2003-07-29 Karl DeBisschop -2002-10-18 03:48 kdebisschop + * configure.in: look for getloadavg.c in $topdir/lib, not + $srcdir/lib git-svn-id: - * [r139] plugins/check_tcp.c: - millisecond timing + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@613 f882894a-f735-0410-b71e-b25c423dba1c -2002-10-18 03:46 kdebisschop +2003-07-29 Karl DeBisschop - * [r138] plugins/utils.h.in: - refine STD_LONG_OPTS + * plugins/check_http.c: patch attempt to reference undefined optarg + (credit Paul Farrall) git-svn-id: -2002-10-18 03:46 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@612 f882894a-f735-0410-b71e-b25c423dba1c - * [r137] plugins/check_http.c: - provide on more decimal point printing time +2003-07-28 Ton Voon -2002-10-18 03:45 kdebisschop + * configure.in: - Specify srcdir so no confusion git-svn-id: - * [r136] plugins/check_ping.c: - remove broken call_getopt stuff + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@611 f882894a-f735-0410-b71e-b25c423dba1c -2002-10-17 06:09 kdebisschop +2003-07-28 Ton Voon - * [r135] plugins/check_tcp.c: - using asprintf + * configure.in, lib/getloadavg.m4: Readded getloadavg.m4 as using + autoconf 2.50+. This fixes redhat 6.2 compiles git-svn-id: -2002-10-17 06:06 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@608 f882894a-f735-0410-b71e-b25c423dba1c - * [r134] INSTALL, INSTALLING, tools/setup: - revise now that aclocal is remved from CVS +2003-07-26 Karl DeBisschop -2002-10-16 22:26 kdebisschop + * plugins/check_pgsql.c: mark for translation git-svn-id: - * [r133] configure.in: - need some quoting on ifdef + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@607 f882894a-f735-0410-b71e-b25c423dba1c -2002-10-16 22:17 kdebisschop +2003-07-26 Karl DeBisschop - * [r132] acinclude.m4, configure.in: - finally a working fix for AM/AC_FUNC_STRTOD nightmare + * plugins/common.h: add S_ macor to mark message for both + translation and inclusion into docbook SGML git-svn-id: -2002-10-16 22:03 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@606 f882894a-f735-0410-b71e-b25c423dba1c - * [r131] configure.in: - mismatched quote +2003-07-26 Karl DeBisschop -2002-10-16 22:01 kdebisschop + * po/de.po, po/fr.po: updated check_tcp git-svn-id: - * [r130] configure.in: - mismatched quote + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@605 f882894a-f735-0410-b71e-b25c423dba1c -2002-10-16 21:54 kdebisschop +2003-07-26 Karl DeBisschop - * [r129] configure.in: - missing commas + * plugins/check_tcp.c, po/ChangeLog: internationalization git-svn-id: -2002-10-16 21:46 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@604 f882894a-f735-0410-b71e-b25c423dba1c - * [r128] configure.in: - complains on paren in comment +2003-07-26 Karl DeBisschop -2002-10-16 21:43 kdebisschop + * intl/.cvsignore, lib/.cvsignore, po/.cvsignore: skip gettext files git-svn-id: - * [r127] acinclude.m4: - lost a paren + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@603 f882894a-f735-0410-b71e-b25c423dba1c -2002-10-16 21:41 kdebisschop +2003-07-26 Karl DeBisschop - * [r126] acinclude.m4: - old auto???? has AM_FUNC_STRTOD, now renamed AC_FUNC_STRTOD + * lib/Makefile.am: checkins for internationalization git-svn-id: -2002-10-16 21:32 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@602 f882894a-f735-0410-b71e-b25c423dba1c - * [r125] plugins/check_http.c, plugins/utils.c, plugins/utils.h.in: - millisecond timimg where supported +2003-07-26 Karl DeBisschop -2002-10-16 21:31 kdebisschop + * lib/Makefile.am: checkins for internationalization git-svn-id: - * [r124] configure.in, missing: - build cleanly on RedHat 8.0 + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@601 f882894a-f735-0410-b71e-b25c423dba1c -2002-10-16 10:46 kdebisschop +2003-07-26 Karl DeBisschop - * [r123] ., .cvsignore: - ignore aclocal.m4 + * po/Makevars: checkins for internationalization git-svn-id: -2002-10-16 10:34 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@600 f882894a-f735-0410-b71e-b25c423dba1c - * [r122] configure.in: - AM_STRTOD was a typo +2003-07-26 Karl DeBisschop -2002-10-16 10:31 kdebisschop + * configure.in, tools/setup: checkins for internationalization git-svn-id: - * [r121] aclocal.m4: - automake invokes acloacl on each run - it cannot be right to - include this + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@599 f882894a-f735-0410-b71e-b25c423dba1c -2002-10-16 10:18 kdebisschop +2003-07-26 Karl DeBisschop - * [r120] acconfig.h: - better checks for vsnprintf stuff + * .cvsignore, ABOUT-NLS, ChangeLog, Makefile.am, configure.in, + lib/Makefile.am, lib/gettext.h, nagios-plugins.spec.in, + plugins/Makefile.am, plugins/check_tcp.c, plugins/common.h, + plugins/utils.c, po/LINGUAS, po/POTFILES.in, po/de.po, po/fr.po, + tools/setup: checkins for internationalization git-svn-id: -2002-10-16 10:16 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@598 f882894a-f735-0410-b71e-b25c423dba1c - * [r119] configure.in, plugins/check_http.c: - use asprintf +2003-07-21 Karl DeBisschop -2002-10-16 10:14 kdebisschop + * plugins/common.h: add stubs to allow markup for translation git-svn-id: - * [r118] plugins/utils.c: - use asprintf to construct strscat + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@597 f882894a-f735-0410-b71e-b25c423dba1c -2002-10-16 04:57 kdebisschop +2003-07-21 Karl DeBisschop - * [r117] plugins/popen.h.in: - timeout interval is extern + * configure.in, plugins/common.h: test GNU_SOURCE and include + features.h if present to clear warning about asprintf definition git-svn-id: -2002-10-16 04:56 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@596 f882894a-f735-0410-b71e-b25c423dba1c - * [r116] plugins/utils.c, plugins/utils.h.in: - start support for gettimeofday and tv_usec +2003-07-20 Karl DeBisschop -2002-10-16 04:54 kdebisschop + * doc/developer-guidelines.sgml: must use '&' in attribute + values instead of '&' id tokens (attibute values) must not have + embedded spaces git-svn-id: - * [r115] aclocal.m4: - generated with automake 1.6 / autoconf 2.53 (maybe should not be - in CVS, however) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@595 f882894a-f735-0410-b71e-b25c423dba1c -2002-10-16 04:52 kdebisschop +2003-07-17 Ton Voon - * [r114] plugins/snprintf.c: - newer snprintf from samba.org + * plugins-scripts/check_oracle.sh: - Cleanup comments git-svn-id: -2002-10-16 04:44 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@593 f882894a-f735-0410-b71e-b25c423dba1c - * [r113] ., .cvsignore, depcomp: - needed for automake 1.6 / autoconf 2.53 +2003-07-17 Ton Voon -2002-10-16 04:43 kdebisschop + * doc/developer-guidelines.sgml: Guidelines updated to use + Sourceforge tracker system git-svn-id: - * [r112] Makefile.am: - cosmetic line wrap before 80 chars + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@592 f882894a-f735-0410-b71e-b25c423dba1c -2002-10-16 04:41 kdebisschop +2003-07-11 Ton Voon - * [r111] configure.in: - work with newer automake, begin swithc to asprintf + * doc/developer-guidelines.sgml: - Fixed CVS commit comments git-svn-id: -2002-10-15 06:23 sghosh + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@591 f882894a-f735-0410-b71e-b25c423dba1c - * [r110] plugins-scripts/check_ifoperstatus.pl: - new exit states, more conditional checking +2003-07-11 Ton Voon -2002-10-07 19:05 sghosh + * doc/developer-guidelines.sgml: Added in practice of prefixing + comments in CVS commits git-svn-id: - * [r109] plugins/check_dns.c: - patch for expected IP address + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@590 f882894a-f735-0410-b71e-b25c423dba1c -2002-10-07 01:34 kdebisschop +2003-07-04 Karl DeBisschop - * [r108] plugins/popen.c: - make sure we do not run past the end of an unterminated string + * configure.in, plugins/Makefile.am: only make links for check_spop + and check_simap when SSL is built into check_tcp git-svn-id: -2002-10-07 01:19 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@586 f882894a-f735-0410-b71e-b25c423dba1c - * [r107] plugins/negate.c: - use asprintf, inhibit splint warning +2003-07-03 Ton Voon -2002-10-05 11:08 kdebisschop + * plugins/check_procs.c: Fixed seg fault on some Sol 7/8 servers + (Patch 764745 - Alexander Matey) git-svn-id: - * [r106] getloadavg.m4, plugins/getloadavg.c: - lets use library instead od inconsistent command line interfaces + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@585 f882894a-f735-0410-b71e-b25c423dba1c -2002-09-26 02:17 kdebisschop +2003-07-03 Ton Voon - * [r105] plugins/urlize.c: - use ssprintf instead of sprintf + * tools/setup: Changing $() to `` to be compatible with Solaris' sh git-svn-id: -2002-09-25 08:01 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@584 f882894a-f735-0410-b71e-b25c423dba1c - * [r104] plugins/check_http.c: - incorporate comment on my_recv from Russell Scibetti +2003-07-03 Karl DeBisschop -2002-09-25 07:58 kdebisschop + * autogen.sh, tools/setup: mv GNU toolchain check into tools/setup git-svn-id: - * [r103] plugins/check_http.c: - incorporate comments from Russell Scibetti + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@583 f882894a-f735-0410-b71e-b25c423dba1c -2002-09-24 05:16 kdebisschop +2003-07-03 Karl DeBisschop - * [r102] plugins/check_http.c: - replace remaining occurences of sprintf with snprintf + * plugins/utils.c: remove LABELLEN git-svn-id: -2002-09-16 00:47 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@582 f882894a-f735-0410-b71e-b25c423dba1c - * [r101] INSTALL: - needed for latest autoconf +2003-07-02 Ton Voon -2002-09-16 00:47 kdebisschop + * plugins-scripts/check_oracle.sh: Check for ORA- errors for + tablespace and cache (patch 755456 - Sven Meyer) git-svn-id: - * [r100] Makefile.am, aclocal.m4, configure.in, - nagios-plugins.spec.in: - finish ckleanup of rpm spec porcessing + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@581 f882894a-f735-0410-b71e-b25c423dba1c -2002-09-14 21:11 kdebisschop +2003-07-02 Ton Voon - * [r99] nagios-plugins.spec, nagios-plugins.spec.in: - complete spec based on confugure.in + * plugins-scripts/check_disk_smb.pl: Update error message from + smbclient v2.2.7 (Patch 740132 - Cove Schneider) git-svn-id: -2002-09-14 21:06 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@580 f882894a-f735-0410-b71e-b25c423dba1c - * [r98] make-tarball, rpm: - automake makes the dist tarball, rpmbuild -ta makes the rpm +2003-07-02 Ton Voon -2002-09-14 02:27 kdebisschop + * contrib/check_file_age.pl, plugins-scripts/.cvsignore, + plugins-scripts/Makefile.am, plugins-scripts/check_file_age.pl, + plugins-scripts/subst.in: Moving check_file_age into core git-svn-id: - * [r97] plugins/check_http.c, plugins/check_tcp.c: - time data in performance string + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@578 f882894a-f735-0410-b71e-b25c423dba1c -2002-09-14 02:13 kdebisschop +2003-07-02 Ton Voon - * [r96] plugins-scripts/check_log.sh: - patch from Matthew Peters , plus turned up a - few bugs on my own + * configure.in: Fixed SUPPORT message git-svn-id: -2002-09-12 02:43 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@577 f882894a-f735-0410-b71e-b25c423dba1c - * [r95] plugins/Makefile.am: - negate wrapper +2003-06-30 Jeremy T. Bouse -2002-09-08 12:05 kdebisschop + * plugins/check_http.c, plugins/check_ldap.c, plugins/check_smtp.c: + Added -4 and -6 command line options into check_http, check_ldap and check_smtp git-svn-id: - * [r94] plugins/negate.c: - wrapper to invert return status + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@575 f882894a-f735-0410-b71e-b25c423dba1c -2002-09-08 12:05 kdebisschop +2003-06-30 Jeremy T. Bouse - * [r93] plugins/utils.c: - clears up warnings in splint + * plugins/check_ping.c, plugins/check_ssh.c, plugins/check_tcp.c, + plugins/netutils.c: Corrections to get code to compile on systems + without IPv6 support git-svn-id: -2002-09-06 02:25 kdebisschop + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@574 f882894a-f735-0410-b71e-b25c423dba1c - * [r92] plugins-scripts/check_rpc.pl: - case on key to ERRORS hash +2003-06-30 Jeremy T. Bouse -2002-09-04 06:00 sghosh + * plugins/Makefile.am: Added check_simap & check_spop to + check_tcp_programs If someone knows how to make this conditional in + the Makefile only if being compiled with SSL I think this is the + only way to make it better git-svn-id: - * [r91] configure.in: - more Mysql patches + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@573 f882894a-f735-0410-b71e-b25c423dba1c -2002-09-04 02:12 sghosh +2003-06-30 Ton Voon - * [r90] plugins-scripts/check_ntp.pl: - dispersion check now controlled by warn and crit + * plugins/check_disk.c: Fixed support for "check_disk warn crit + [path]" with thresholds at used levels git-svn-id: -2002-09-04 02:11 sghosh + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@572 f882894a-f735-0410-b71e-b25c423dba1c - * [r89] configure.in: - Mysql dir fix +2003-06-29 Jeremy T. Bouse -2002-09-04 02:10 sghosh + * configure.in, plugins/check_ldap.c: Included patch for check_ldap + from Patch #753621 by Ziya Suzen git-svn-id: - * [r88] contrib/check_ifoperstatus.pl, contrib/check_ifstatus.pl: - moved to supported plugins-scripts + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@571 f882894a-f735-0410-b71e-b25c423dba1c -2002-09-02 18:47 sghosh +2003-06-29 Jeremy T. Bouse - * [r87] plugins/check_smtp.c: - new -f option for adding a FROM address for RFC correctness + * plugins/check_ping.c, plugins/check_tcp.c: Changed usage output to + show -4 and -6 are mutually exclusive. You can only use one or the + other but not both. The last one used will win out. git-svn-id: -2002-09-01 16:22 sghosh + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@570 f882894a-f735-0410-b71e-b25c423dba1c - * [r86] INSTALL, INSTALLING: - file rename for MacOS X +2003-06-29 Jeremy T. Bouse -2002-09-01 16:18 sghosh + * plugins/check_ping.c, plugins/netutils.c: check_ping is now coded + with -4 & -6 options to call PING or PING6 command netutils modified + to verify hosts based on address_family setting when used with -4 or + -6 options. is_inet_addr() will not be tested if -6 is used and + is_inet6_addr() will not be tested if -4 is used. Also the + is_hostname() will use the address_family value to resolve hostnames only if IPv6 support is available otherwise defaults to AF_INET. git-svn-id: - * [r85] plugins/check_smtp.c: - Valid MAIL command + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@569 f882894a-f735-0410-b71e-b25c423dba1c -2002-08-22 22:08 sghosh +2003-06-29 Jeremy T. Bouse - * [r84] contrib/check_snmp_process_monitor.pl: - updates + * plugins/check_ssh.c, plugins/check_tcp.c, plugins/netutils.c, + plugins/netutils.h: Added address_family extern int variable to + netutils to allow for -4 & -6 options for explicit connection + protocol Added support for -4 & -6 options to check_ssh and + check_tcp for testing git-svn-id: -2002-08-22 14:43 sghosh + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@568 f882894a-f735-0410-b71e-b25c423dba1c - * [r83] command.cfg.in: - smsclient config +2003-06-29 Ton Voon -2002-08-22 14:42 sghosh + * plugins/check_nwstat.c: Added NLM test (Phil Randal) git-svn-id: - * [r82] contrib/check_snmp_disk_monitor.pl, - contrib/check_snmp_process_monitor.pl: - new plugins contrib + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@567 f882894a-f735-0410-b71e-b25c423dba1c -2002-08-18 18:03 kdebisschop +2003-06-29 Ton Voon - * [r81] plugins/check_by_ssh.c: - typo in options passed to ssh for ipv6. fix by setting a generic - hook for 1-char pasthhru options + * plugins/check_swap.c: Corrected reported size for PROC_MEMINFO + systems git-svn-id: -2002-08-14 19:17 sghosh + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@566 f882894a-f735-0410-b71e-b25c423dba1c - * [r80] plugins-scripts/check_disk_smb.pl: - patch for admin shares +2003-06-29 Ton Voon -2002-08-14 19:07 sghosh + * tools/sfwebcron: Fixed so goes to correct web area git-svn-id: - * [r79] command.cfg.in: - qpage definitions + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@565 f882894a-f735-0410-b71e-b25c423dba1c -2002-08-14 19:06 sghosh +2003-06-29 Ton Voon - * [r78] plugins-scripts/check_ifstatus.pl: - skip PPP interfaces + * tools/sfwebcron: New tool to run on shell.sf.net to update the dev + guidelines git-svn-id: -2002-08-14 19:04 sghosh + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@564 f882894a-f735-0410-b71e-b25c423dba1c - * [r77] plugins/check_smtp.c: - added HELO command +2003-06-29 Ton Voon -2002-08-14 19:04 sghosh + * doc/makefile: Fixed makefile git-svn-id: - * [r76] plugins/check_by_ssh.c: - ipv4/ipv6 switch added + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@563 f882894a-f735-0410-b71e-b25c423dba1c -2002-08-14 19:03 sghosh +2003-06-27 Jeremy T. Bouse - * [r75] plugins/check_hpjd.c: - net-snmp v5x fix + * plugins/netutils.c: Modified my_connect to include ai_socktype in + the hints to be compliant with RFC3493 as pointed out by Janos + Mohacsi. git-svn-id: -2002-08-14 19:02 sghosh + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@562 f882894a-f735-0410-b71e-b25c423dba1c - * [r74] contrib/check_apc_ups.pl: - fix for ePN +2003-06-27 Ton Voon -2002-08-14 19:01 sghosh + * configure.in, plugins/check_swap.c: Support for swap -s for + solaris. Also changes size of swap to MBs through a conversion + amount in configure. Possible breakage on other OSes git-svn-id: - * [r73] contrib/check_linux_raid.pl, contrib/check_nagios_db.pl: - new plugins + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@561 f882894a-f735-0410-b71e-b25c423dba1c -2002-08-14 19:00 sghosh +2003-06-27 Ton Voon - * [r72] contrib/check_inodes-freebsd.pl: - check inodes - freebsd - candidate for merge with check_inodes + * doc/makefile: Remove if which check - done in tools/setup instead git-svn-id: -2002-08-14 15:29 sghosh + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@560 f882894a-f735-0410-b71e-b25c423dba1c - * [r71] contrib/check_smb.sh: - new smb check - users +2003-06-27 Ton Voon -2002-08-13 03:18 egalstad + * tools/setup: Fiddling as Solaris' which command is broken git-svn-id: - * [r70] plugins/check_game.c: - Mod to display current/max number of players in a game (Frank - Kannemann) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@559 f882894a-f735-0410-b71e-b25c423dba1c -2002-08-12 23:09 egalstad +2003-06-26 Ton Voon - * [r69] contrib/check_disk_snmp.pl: - Updated to use getopt (Christoph Maser) + * plugins/check_disk.c: Fixed different thresholds if using exclude + lists git-svn-id: -2002-08-01 05:06 sghosh + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@558 f882894a-f735-0410-b71e-b25c423dba1c - * [r68] plugins/check_snmp.c: - re-patched exit state comparison +2003-06-25 Ton Voon -2002-08-01 04:54 sghosh + * plugins/check_disk.c: Support for different thresholds for + different filesystems git-svn-id: - * [r67] plugins/check_snmp.c: - port option added, -c support net-snmpv5, complete response - string output + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@557 f882894a-f735-0410-b71e-b25c423dba1c -2002-08-01 04:46 egalstad +2003-06-25 Ton Voon - * [r66] contrib/check_digitemp.pl: - Add Brian Lane's Digitemp (1-wire temp sensor) plugin + * plugins/check_disk.c: Removed -d option and just check against -p + parameter git-svn-id: -2002-07-16 04:13 egalstad + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@556 f882894a-f735-0410-b71e-b25c423dba1c - * [r65] contrib/check_disk_snmp.pl: - Christoph Maser's plugin to check disk usage via SNMP3 +2003-06-25 Ton Voon -2002-07-16 00:04 stanleyhopcroft + * plugins/check_disk.c: Report errors if path specified not found git-svn-id: - * [r64] contrib/check_ms_spooler.pl: - Primitive and in need of refinement test of MS spooler (with - smbclient) + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@555 f882894a-f735-0410-b71e-b25c423dba1c -2002-07-04 22:02 sghosh +2003-06-25 Ton Voon - * [r63] contrib/check_procl.sh: - Jerome Tytgat - accumulated/percentage CPU/MEM per process - bash - plugin + * plugins/check_disk.c: Problems compiling on SunOS 5.6 with gcc + 2.8.1. Fixed by specifying floating variables, rather than letting + asprintf work it out git-svn-id: -2002-07-04 04:05 sghosh + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@554 f882894a-f735-0410-b71e-b25c423dba1c - * [r62] INSTALL: - doc update +2003-06-21 Karl DeBisschop -2002-06-28 21:08 sghosh + * plugins/Makefile.am: soalris 8 needs 'ln -s -f' instead of 'ln + -sf' git-svn-id: - * [r61] INSTALL: - note about autoconf/automake version + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@552 f882894a-f735-0410-b71e-b25c423dba1c -2002-06-25 21:32 sghosh +2003-06-21 Karl DeBisschop - * [r60] contrib/check_rbl.c: - Check if IP address is specified on RBL - Tim Bell + * plugins/check_http.c: add remaining URI_PATH chars per RFC 2396 + remove '-' from URI_PORT git-svn-id: -2002-06-25 13:55 sghosh + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@549 f882894a-f735-0410-b71e-b25c423dba1c - * [r59] contrib/check_lmmon.pl: - check motherboard/cpu temp via lmmon +2003-06-12 Jeremy T. Bouse -2002-06-24 21:29 sghosh + * command.cfg.in: Renamed duplicate check_snmp command definitions + to be unique git-svn-id: - * [r58] plugins/check_http.c: - ignore return status codes if user specified status line check + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@548 f882894a-f735-0410-b71e-b25c423dba1c -2002-06-24 20:41 sghosh +2003-06-12 Jeremy T. Bouse - * [r57] plugins/check_snmp.c: - printf bug for large numbers - Jeff Murray + * command.cfg.in, configure.in: Made the two check_ifoperstatus + commands unique to remove conflicts git-svn-id: -2002-06-20 04:27 sghosh + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@547 f882894a-f735-0410-b71e-b25c423dba1c - * [r56] plugins-scripts/check_disk_smb.pl: - logic fix for disk space thresholds +2003-06-11 Karl DeBisschop -2002-06-19 05:11 sghosh + * plugins/check_http.c: fix URI_PATH to allow ?&#: (more still + should be allowed) fix class to be POSIX compliant git-svn-id: - * [r55] plugins/check_dig.c, plugins/check_dns.c, - plugins/check_fping.c, plugins/check_hpjd.c, - plugins/check_nagios.c, plugins/check_ping.c, - plugins/check_snmp.c, plugins/check_vsz.c, plugins/urlize.c, - plugins/utils.c, plugins/utils.h.in: - more POSIX return value comparison related code fixes + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@546 f882894a-f735-0410-b71e-b25c423dba1c -2002-06-19 03:09 sghosh +2003-06-10 Karl DeBisschop - * [r54] plugins/check_disk.c, plugins/check_ping.c, - plugins/check_procs.c: - fixes for using POSIX return codes + * contrib/urlize.pl: add comment about shell quote removal to + address -2002-06-18 01:06 sghosh + https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597git-svn-id: - * [r53] plugins/common.h.in: - updated to POSIX return codes + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@544 f882894a-f735-0410-b71e-b25c423dba1c -2002-06-18 01:05 sghosh +2003-06-10 Karl DeBisschop - * [r52] contrib/check_cluster.c: - Ethan's check_cluster + * plugins/urlize.c: add note about shell quote removal to address -2002-06-13 20:49 sghosh + https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597git-svn-id: - * [r51] plugins/check_smtp.c: - conformance to RFC 821 + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@543 f882894a-f735-0410-b71e-b25c423dba1c -2002-06-13 03:03 sghosh +2003-06-08 Ton Voon - * [r50] configure.in: - use xntpdc on Solaris for check_ntp + * configure.in: Fixed quoting on SWAP_FORMAT git-svn-id: -2002-06-10 03:24 sghosh + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@540 f882894a-f735-0410-b71e-b25c423dba1c - * [r49] plugins/check_smtp.c: - patch to stop NOQUEUE syslog messages - Karl Ewald +2003-06-08 Ton Voon -2002-06-08 00:33 sghosh + * configure.in: Support for OpenBSD 3.2 & 3.3 ps (Julien Touche) git-svn-id: - * [r48] plugins-scripts/check_ntp.pl: - xntpdc/ntpdc patch - John Koyle + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@539 f882894a-f735-0410-b71e-b25c423dba1c -2002-06-06 04:16 sghosh +2003-06-07 Subhendu Ghosh - * [r47] plugins-scripts/subst.in, plugins-scripts/utils.sh.in: - corrected result codes - for sh; corrected substition for libexec - - Tom Bertelson + * plugins/check_real.c: \r\n patch from Mathias git-svn-id: -2002-06-06 04:15 sghosh + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@537 f882894a-f735-0410-b71e-b25c423dba1c - * [r46] plugins/check_disk.c: - added option for mount point - Tom Bertelson +2003-06-04 Ton Voon -2002-06-06 04:15 sghosh + * plugins/check_disk.c: Argument to asprintf in wrong order git-svn-id: - * [r45] plugins-scripts/check_oracle.sh: - Add test for Oracle name server, can dynamicall determine - ORACLE_HOME - tom Bertelson + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@533 f882894a-f735-0410-b71e-b25c423dba1c -2002-06-06 04:14 sghosh +2003-06-04 Ton Voon - * [r44] plugins-scripts/check_flexlm.pl: - conditional on lmstat + * pkg/solaris/solpkg: Remove /usr as well. Maybe this is best done + by changing BASEDIR to configure's prefix? git-svn-id: -2002-06-06 04:13 sghosh + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@532 f882894a-f735-0410-b71e-b25c423dba1c - * [r43] plugins-scripts/check_ntp.pl: - conditional on ntpdc +2003-06-02 Karl DeBisschop -2002-05-29 00:57 sghosh + * plugins/check_tcp.c: finish recv() loop when stream GT or EQ + maxbytes (was GT) git-svn-id: - * [r42] command.cfg.in: - notes added + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@531 f882894a-f735-0410-b71e-b25c423dba1c -2002-05-28 03:14 sghosh +2003-06-01 Karl DeBisschop - * [r41] command.cfg.in: - option updates, more examples + * plugins/check_tcp.c: allow user to limit number of bytes fetched + fix some doco (wait is now delay, server_quit was not shown) git-svn-id: -2002-05-28 02:41 sghosh + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@529 f882894a-f735-0410-b71e-b25c423dba1c - * [r40] command.cfg.in: - option updates, more examples +2003-05-31 Karl DeBisschop -2002-05-27 02:10 sghosh + * plugins/check_dns.c: first revised patch failed to trap the + "break" in while() git-svn-id: - * [r39] plugins-scripts/check_ntp.pl: - checked in too quickly + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@526 f882894a-f735-0410-b71e-b25c423dba1c -2002-05-27 02:05 sghosh +2003-05-27 Stanley Hopcroft - * [r38] doc, doc/README, doc/developer-guidelines.html, - doc/developer-guidelines.sgml: - added developer guidelines. + * contrib/check_sap.sh: check_sap.sh plugin to check SAP /R3 servers + from Karel Salavec and Tom De Blende. git-svn-id: -2002-05-27 02:03 sghosh + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@523 f882894a-f735-0410-b71e-b25c423dba1c - * [r37] configure.in: - typo, AIX 4.3 ps, smbclient, Net::SNMP fixes +2003-05-26 Stanley Hopcroft -2002-05-27 02:01 sghosh + * contrib/check_axis.sh, contrib/check_mssql.sh: Revisions to Tom De + Blende contributed plugins: check_axis.sh and check_mssql.sh git-svn-id: - * [r36] acconfig.h, plugins-scripts/utils.pm.in: - new var - smbclient + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@522 f882894a-f735-0410-b71e-b25c423dba1c -2002-05-27 01:56 sghosh +2003-05-17 Ton Voon - * [r35] plugins-scripts/check_ntp.pl: - logic reorg, ePN fix and support for utils.pm + * plugins/t/check_ftp.t: Fixed test (Mathew Ericson - 738609) git-svn-id: -2002-05-27 01:55 sghosh + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@521 f882894a-f735-0410-b71e-b25c423dba1c - * [r34] plugins-scripts/check_disk_smb.pl: - ePN fix and support for utils.pm +2003-05-17 Ton Voon -2002-05-23 16:39 sghosh + * plugins/t/check_load.t: Fixed tests (Mathew Ericson - 738607) git-svn-id: - * [r33] contrib/check_log2.pl, contrib/check_vcs.pl: - New plugins from Aaron Bostick - Veritas Cluster, logfile + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@520 f882894a-f735-0410-b71e-b25c423dba1c -2002-05-10 03:51 sghosh +2003-05-17 Ton Voon - * [r32] plugins-scripts/check_rpc.pl: - updates for ePN, patch for multiple version check + * plugins/t/check_procs.t: Fixed test commands (Mathew Ericson - + 738605) git-svn-id: -2002-05-10 03:49 sghosh + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@519 f882894a-f735-0410-b71e-b25c423dba1c - * [r31] configure.in, plugins-scripts/utils.pm.in: - added programs to autoconf +2003-05-17 Ton Voon -2002-05-10 03:49 sghosh + * plugins/t/check_http.t: Fixed tests (Mathew Ericson - 738608) git-svn-id: - * [r30] acconfig.h: - This commit was generated by cvs2svn to compensate for changes in - r29, which included commits to RCS files with non-trunk default - branches. + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@518 f882894a-f735-0410-b71e-b25c423dba1c -2002-05-09 19:03 sghosh +2003-05-17 Ton Voon - * [r28] plugins-scripts/Makefile.am, - plugins-scripts/check_ifoperstatus.pl: - migrated check_ifoperstatus to standard plugin + * plugins/t/check_tcp.t: Fixed tests (Mathew Ericson - 738604) CV: -2002-05-08 15:35 sghosh + ----------------------------------------------------------------------git-svn-id: - * [r27] plugins/check_ping.c: - patch for Suse 8.0 loss output + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@517 f882894a-f735-0410-b71e-b25c423dba1c -2002-05-08 05:10 sghosh +2003-05-16 Subhendu Ghosh - * [r26] plugins-scripts/utils.pm.in: - is_hostname added, update CODES to POSIX + * plugins-scripts/check_ntp.pl: bug fix git-svn-id: -2002-05-08 05:07 sghosh + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@515 f882894a-f735-0410-b71e-b25c423dba1c - * [r25] plugins/check_hpjd.c, plugins/check_ups.c: - updated notes +2003-05-14 Ton Voon -2002-05-08 05:04 sghosh + * plugins/negate.c: Added examples git-svn-id: - * [r24] configure.in: - updated messages and check for host command + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@514 f882894a-f735-0410-b71e-b25c423dba1c -2002-05-08 04:58 sghosh +2003-05-14 Ton Voon - * [r23] plugins-scripts/Makefile.am, - plugins-scripts/check_ifstatus.pl: - moved updated check_ifstatus to standard plugin + * plugins-scripts/check_mailq.pl: Added postfix support (Thomas + Nilsen - 735218) git-svn-id: -2002-05-07 05:35 sghosh + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@513 f882894a-f735-0410-b71e-b25c423dba1c - * [r22] plugins-scripts/check_breeze.pl, - plugins-scripts/check_flexlm.pl, plugins-scripts/check_ircd.pl, - plugins-scripts/check_netdns.pl, plugins-scripts/check_ntp.pl, - plugins-scripts/check_wave.pl: - 2nd fix for ePN +2003-05-14 Ton Voon -2002-05-02 16:43 sghosh + * plugins/check_nwstat.c: Added DSVER and UPTIME checks (Phil Randal + - 737617) git-svn-id: - * [r21] plugins-scripts/check_breeze.pl, - plugins-scripts/check_disk_smb.pl, - plugins-scripts/check_flexlm.pl, plugins-scripts/check_ircd.pl, - plugins-scripts/check_netdns.pl, plugins-scripts/check_ntp.pl, - plugins-scripts/check_rpc.pl, plugins-scripts/check_wave.pl: - fix for embedded perl + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@512 f882894a-f735-0410-b71e-b25c423dba1c -2002-05-02 16:22 sghosh +2003-05-14 Ton Voon - * [r20] tools/README, tools/mini_epn.c, tools/p1.pl: - updated mini_epn and p1.pl added to plugins distribution + * pkg/solaris/solpkg: Typo git-svn-id: -2002-05-01 21:12 sghosh + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@511 f882894a-f735-0410-b71e-b25c423dba1c - * [r19] contrib/tarballs/fetchlog-0.92.tar.gz: - remote log check (via snmp possible) by Alexander Haderer +2003-05-14 Ton Voon -2002-04-29 02:58 kdebisschop + * doc/.cvsignore: Ignore developer-guidelines.html as generated from + docbook git-svn-id: - * [r18] plugins/getopt.h: - failed to carry over from old plugins, listed in EXTRA_DIST, - needed for build + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@510 f882894a-f735-0410-b71e-b25c423dba1c -2002-04-23 12:50 sghosh +2003-05-14 Ton Voon - * [r17] plugins/check_ping.c: - corrected program name and added rtt patch for RH7.2+beta + * Makefile.am, pkg/solaris/pkginfo.in, pkg/solaris/solpkg: Remove + dependency on gnu make git-svn-id: -2002-04-18 21:59 egalstad + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@509 f882894a-f735-0410-b71e-b25c423dba1c - * [r16] contrib/check_inodes.pl: - add check_inodes contrib plugin by John Jolet +2003-05-13 Ton Voon -2002-04-18 04:38 egalstad + * doc/developer-guidelines.sgml: Updated docs to include comments, + contrib->main, getopts_long and verbose output levels git-svn-id: - * [r15] configure.in: - configure script patch for ping syntax + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@508 f882894a-f735-0410-b71e-b25c423dba1c -2002-04-07 05:13 sghosh +2003-05-13 Ton Voon - * [r14] contrib/check_backup.pl, contrib/check_dl_size.pl: - plugins from Patrick Greenwell + * tools/sfsnapshot: Calls tools/setup and creates a README for the + snapshot directory git-svn-id: -2002-04-05 22:22 sghosh + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@507 f882894a-f735-0410-b71e-b25c423dba1c - * [r13] acconfig.h: - This commit was generated by cvs2svn to compensate for changes in - r12, which included commits to RCS files with non-trunk default - branches. - -2002-04-05 22:19 sghosh - - * [r11] contrib/tarballs/check_spread.tar: - plugin to check spread messaging toolkit - -2002-04-03 02:58 sghosh - - * [r10] contrib/check_oracle_instance.pl: - from Sven Dolderer - check oracle instance - -2002-04-03 02:56 sghosh - - * [r9] plugins-scripts/check_nfs.pl: - check_nfs functionality exists in check_rpc - -2002-03-18 05:15 sghosh - - * [r8] plugins-scripts/subst.in: - function to update perl plugin scripts to find utils.pm - -2002-03-01 02:53 egalstad - - * [r7] plugins, plugins/.cvsignore, plugins/config.h.in: - Fix for stupid me - -2002-03-01 02:42 egalstad - - * [r6] contrib/check_breeze.pl, contrib/check_dhcp.c, - contrib/check_flexlm.pl, contrib/check_hltherm.c, - contrib/check_hprsc.pl, contrib/check_ipxping.c, - contrib/check_memory.tgz, contrib/check_mysql.c, - contrib/check_uptime.c, contrib/check_wave.pl, - contrib/readme.txt, contrib/tarballs/berger-ping.tar.gz, - contrib/tarballs/bowen-langley_plugins.tar.gz, - contrib/tarballs/check_bgp-1.0.tar.gz, - contrib/tarballs/check_breeze.tar.gz, - contrib/tarballs/check_flexlm.tar.gz, - contrib/tarballs/check_hltherm.tar.gz, - contrib/tarballs/check_hprsc.tar.gz, - contrib/tarballs/check_memory.tgz, - contrib/tarballs/check_radius.tar.gz, - contrib/tarballs/check_wave.tar.gz, - contrib/tarballs/hopcroft-plugins.tar.gz, - contrib/tarballs/radius.tar.gz, plugins, plugins/.cvsignore, - plugins/config.h.in: - Contrib plugin cleanup - -2002-02-28 06:42 egalstad - - * [r2] ., .cvsignore, AUTHORS, CODING, COPYING, ChangeLog, FAQ, - Helper.pm, INSTALL, LEGAL, Makefile.am, NEWS, README, - REQUIREMENTS, ROADMAP, Requirements, acconfig.h, aclocal.m4, - command.cfg.in, configure.in, contrib, contrib/aix, - contrib/aix/check_crit_dsk, contrib/aix/check_dsk, - contrib/aix/check_failed, contrib/aix/check_io, - contrib/aix/check_kerberos, contrib/aix/check_ping, - contrib/aix/check_queue, contrib/aix/pg_stat, - contrib/check_apache.pl, contrib/check_apc_ups.pl, - contrib/check_bgpstate.pl, contrib/check_dhcp.c, - contrib/check_dlswcircuit.pl, contrib/check_dns_random.pl, - contrib/check_email_loop.pl, contrib/check_fping_in.c, - contrib/check_ftpget.pl, contrib/check_ifoperstatus.pl, - contrib/check_ifstatus.pl, contrib/check_ipxping.c, - contrib/check_joy.sh, contrib/check_maxchannels.pl, - contrib/check_maxwanstate.pl, contrib/check_mem.pl, - contrib/check_memory.tgz, contrib/check_mysql.c, - contrib/check_mysql.pl, contrib/check_nagios.pl, - contrib/check_netapp.pl, contrib/check_nmap.py, - contrib/check_nwstat.pl, contrib/check_ora_table_space.pl, - contrib/check_pop3.pl, contrib/check_qmailq.pl, - contrib/check_rrd_data.pl, contrib/check_sap.sh, - contrib/check_sockets.pl, contrib/check_timeout.c, - contrib/check_uptime.c, contrib/checkciscotemp.pl, - contrib/maser-oracle.pl, contrib/mrtgext.pl, contrib/readme.txt, - contrib/restrict.pl, contrib/tarballs, - contrib/tarballs/berger-ping.tar.gz, - contrib/tarballs/bowen-langley_plugins.tar.gz, - contrib/tarballs/check_bgp-1.0.tar.gz, - contrib/tarballs/check_breeze.tar.gz, - contrib/tarballs/check_flexlm.tar.gz, - contrib/tarballs/check_hltherm.tar.gz, - contrib/tarballs/check_hprsc.tar.gz, - contrib/tarballs/check_radius.tar.gz, - contrib/tarballs/check_wave.tar.gz, - contrib/tarballs/hopcroft-plugins.tar.gz, - contrib/tarballs/radius.tar.gz, contrib/urlize.pl, - contrib/utils.py, install-sh, make-tarball, missing, - mkinstalldirs, nagios-plugins.spec, opttest.pl, package.def, - plugins, plugins-scripts, plugins-scripts/.cvsignore, - plugins-scripts/Makefile.am, plugins-scripts/check_breeze.pl, - plugins-scripts/check_disk_smb.pl, - plugins-scripts/check_flexlm.pl, plugins-scripts/check_ircd.pl, - plugins-scripts/check_log.sh, plugins-scripts/check_netdns.pl, - plugins-scripts/check_nfs.pl, plugins-scripts/check_ntp.pl, - plugins-scripts/check_oracle.sh, plugins-scripts/check_rpc.pl, - plugins-scripts/check_sensors.sh, plugins-scripts/check_wave.pl, - plugins-scripts/subst.in, plugins-scripts/t, - plugins-scripts/t/check_rpc.t, plugins-scripts/utils.pm.in, - plugins-scripts/utils.sh.in, plugins/.cvsignore, - plugins/Makefile.am, plugins/check_by_ssh.c, plugins/check_dig.c, - plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, - plugins/check_fping.c, plugins/check_ftp.c, plugins/check_game.c, - plugins/check_hpjd.c, plugins/check_http.c, - plugins/check_ide-smart.c, plugins/check_imap.c, - plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c, - plugins/check_mrtgtraf.c, plugins/check_mysql.c, - plugins/check_nagios.c, plugins/check_nntp.c, plugins/check_nt.c, - plugins/check_nwstat.c, plugins/check_overcr.c, - plugins/check_pgsql.c, plugins/check_ping.c, plugins/check_pop.c, - plugins/check_procs.c, plugins/check_radius.c, - plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c, - plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c, - plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c, - plugins/check_users.c, plugins/check_vsz.c, plugins/common.h.in, - plugins/getopt.c, plugins/getopt1.c, plugins/netutils.c, - plugins/netutils.h.in, plugins/popen.c, plugins/popen.h.in, - plugins/snprintf.c, plugins/t, plugins/t/check_disk.t, - plugins/t/check_dns.t, plugins/t/check_fping.t, - plugins/t/check_ftp.t, plugins/t/check_hpjd.t, - plugins/t/check_http.t, plugins/t/check_imap.t, - plugins/t/check_load.t, plugins/t/check_mysql.t, - plugins/t/check_ping.t, plugins/t/check_pop.t, - plugins/t/check_procs.t, plugins/t/check_smtp.t, - plugins/t/check_snmp.t, plugins/t/check_swap.t, - plugins/t/check_tcp.t, plugins/t/check_time.t, - plugins/t/check_udp.t, plugins/t/check_users.t, - plugins/t/check_vsz.t, plugins/tests, plugins/tests/check_disk, - plugins/tests/check_dns, plugins/tests/check_ftp, - plugins/tests/check_hpjd, plugins/tests/check_http, - plugins/tests/check_load, plugins/tests/check_ping, - plugins/tests/check_procs, plugins/tests/check_swap, - plugins/tests/check_users, plugins/tests/check_vsz, - plugins/urlize.c, plugins/utils.c, plugins/utils.h.in, - plugins/version.h.in, rpm, subst.in, subst.sh, test.pl.in, tools, - tools/setup, tools/tango: - Initial revision - -2002-02-28 06:42 - - * [r1] .: - New repository initialized by cvs2svn. +2003-05-13 Ton Voon + + * doc/developer-guidelines.html, doc/makefile, tools/setup: The + developer-guidelines.html file is now generated from the sgml file + by docbook2html at tools/setup time git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@506 f882894a-f735-0410-b71e-b25c423dba1c + +2003-05-13 Stanley Hopcroft + + * : Removed contrib/tarballs/hopcroft-plugins.tar.gz. This is + archaic, anachronistic, unmaintained and humblingly embarrassing. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@505 f882894a-f735-0410-b71e-b25c423dba1c + +2003-05-13 Stanley Hopcroft + + * contrib/check_mssql.sh: check_mssql.sh. A new plugin from Mr T DE + BLENDE to check MS SQLServer databases. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@504 f882894a-f735-0410-b71e-b25c423dba1c + +2003-05-09 Karl DeBisschop + + * plugins/check_http.c: fix error when server closes connection + immediately git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@503 f882894a-f735-0410-b71e-b25c423dba1c + +2003-05-09 Karl DeBisschop + + * plugins/check_snmp.c: cause snmpget try try for 1 second less than + the timeout (allowing plugin to force close if needed) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@501 f882894a-f735-0410-b71e-b25c423dba1c + +2003-05-07 Jeremy T. Bouse + + * plugins/check_ping.c: Modified check_ping to handle IPv6 as well + as IPv4 ICMP checks using the PING6_COMMAND determined during the + configure script execution. As USE_IPV6 may be defined and + PING6_COMMAND is not defined if there is not IPv6 TCP stack + available when configure is run I condition it off PING6_COMMAND + existing to remove build errors for being undefined. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@500 f882894a-f735-0410-b71e-b25c423dba1c + +2003-04-25 Subhendu Ghosh + + * plugins-scripts/check_ntp.pl: corrected output units git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@499 f882894a-f735-0410-b71e-b25c423dba1c + +2003-04-23 Karl DeBisschop + + * plugins/check_http.c: update to RFC1123 hostname specs git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@498 f882894a-f735-0410-b71e-b25c423dba1c + +2003-04-17 Karl DeBisschop + + * nagios-plugins.spec.in: add check_nt, drop check_vsz git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@497 f882894a-f735-0410-b71e-b25c423dba1c + +2003-04-17 Karl DeBisschop + + * plugins/check_dig.c, plugins/check_tcp.c, plugins/check_users.c: + code cleanup to clear strict compiler warnings git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@496 f882894a-f735-0410-b71e-b25c423dba1c + +2003-04-17 Karl DeBisschop + + * plugins/check_dig.c, plugins/check_tcp.c, plugins/netutils.c: code + cleanup to clear strict compiler warnings git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@495 f882894a-f735-0410-b71e-b25c423dba1c + +2003-04-16 Subhendu Ghosh + + * plugins/check_real.c: reset to old behavior of not checking stream + by default git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@493 f882894a-f735-0410-b71e-b25c423dba1c + +2003-04-13 Subhendu Ghosh + + * plugins/check_hpjd.c: reduce compiler warning between gcc3 and + gcc2.96 git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@492 f882894a-f735-0410-b71e-b25c423dba1c + +2003-04-13 Subhendu Ghosh + + * configure.in, plugins-scripts/utils.pm.in: update for check_mailq + - qmail support git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@491 f882894a-f735-0410-b71e-b25c423dba1c + +2003-04-13 Subhendu Ghosh + + * plugins-scripts/check_mailq.pl: Added sendmail multi-queue support + (Canau), merged qmail support (Schmid) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@490 f882894a-f735-0410-b71e-b25c423dba1c + +2003-04-11 Ton Voon + + * plugins/check_procs.c: Match -a STRING anywhere in ps args + (Laurent Vaslin - 719783) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@488 f882894a-f735-0410-b71e-b25c423dba1c + +2003-04-11 Subhendu Ghosh + + * plugins-scripts/check_ifstatus.pl: added feature -u (list of + unused ifIndex) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@487 f882894a-f735-0410-b71e-b25c423dba1c + +2003-04-11 Subhendu Ghosh + + * plugins-scripts/check_ifstatus.pl: bug 691412, added feature -x + (list of excluded ifTypes) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@486 f882894a-f735-0410-b71e-b25c423dba1c + +2003-04-11 Subhendu Ghosh + + * plugins/check_hpjd.c: patch 698384 - order of args to snmpget + + print a bit of stderr git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@485 f882894a-f735-0410-b71e-b25c423dba1c + +2003-04-09 Karl DeBisschop + + * plugins/check_hpjd.c, plugins/check_http.c, plugins/check_nt.c: + cleanup to suppress various strict compiler warnings git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@483 f882894a-f735-0410-b71e-b25c423dba1c + +2003-04-09 Karl DeBisschop + + * plugins/common.h: rewrite #elif to be compatible with traditional + C git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@482 f882894a-f735-0410-b71e-b25c423dba1c + +2003-04-09 Karl DeBisschop + + * plugins/Makefile.am: check_game needs popen.c now git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@481 f882894a-f735-0410-b71e-b25c423dba1c + +2003-04-08 Ton Voon + + * command.cfg.in: Updated command for new check_procs git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@479 f882894a-f735-0410-b71e-b25c423dba1c + +2003-04-08 Ton Voon + + * plugins/check_hpjd.c, plugins/check_nt.c: Changed // to /* */ + comments as some compilers do not like them git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@478 f882894a-f735-0410-b71e-b25c423dba1c + +2003-04-08 Stanley Hopcroft + + * contrib/check_axis.sh: check_axis.sh (Axis 5xx print servers) from + Tom De Blende git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@477 f882894a-f735-0410-b71e-b25c423dba1c + +2003-04-07 Ton Voon + + * plugins/check_procs.c: Fixed zombie processes git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@476 f882894a-f735-0410-b71e-b25c423dba1c + +2003-04-07 Ton Voon + + * configure.in: Missed some PS_FORMAT strings git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@475 f882894a-f735-0410-b71e-b25c423dba1c + +2003-04-07 Ton Voon + + * configure.in, plugins/Makefile.am, plugins/check_nagios.c, + plugins/check_procs.c, plugins/check_vsz.c: Souped up check_procs + with different metrics git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@474 f882894a-f735-0410-b71e-b25c423dba1c + +2003-04-07 Ton Voon + + * plugins/check_snmp.c: Removed unnecessary regex array git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@472 f882894a-f735-0410-b71e-b25c423dba1c + +2003-04-07 Karl DeBisschop + + * plugins/check_http.c: ste timeout one second greater than critical + time git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@471 f882894a-f735-0410-b71e-b25c423dba1c + +2003-04-07 Karl DeBisschop + + * plugins/check_game.c: had been grandfathered ibto core, finally + use normal getopts, add options for player, max-player array + positions git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@470 f882894a-f735-0410-b71e-b25c423dba1c + +2003-04-03 Ton Voon + + * plugins-scripts/check_oracle.sh: Cleaned up cache output git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@469 f882894a-f735-0410-b71e-b25c423dba1c + +2003-04-01 Ton Voon + + * plugins-scripts/check_oracle.sh: Fixed sqlplus calls and + rearranged parameters for --tablespace & --cache git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@468 f882894a-f735-0410-b71e-b25c423dba1c + +2003-04-01 Karl DeBisschop + + * configure.in: remove PATH_PROG call for autoconf/automake + components git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@467 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-31 Karl DeBisschop + + * plugins/check_disk.c: checkpoint supresses iso9660 adds option for checking only local adds choice of scale factor git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@466 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-27 Ton Voon + + * plugins/check_nwstat.c: Extra Netware checks (Patch 710247 - + Dietmar Ruzicka) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@465 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-26 Ton Voon + + * configure.in: ipv6 check requires unistd.h for Darwin git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@464 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-26 Ton Voon + + * configure.in, plugins/check_procs.c: Removal of ps_raw and ps_vars git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@463 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-26 Ton Voon + + * plugins/check_nagios.c: Uses same ps command as check_procs git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@462 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-25 Karl DeBisschop + + * .cvsignore: subst is no longer used git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@461 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-24 Jeremy T. Bouse + + * .cvsignore, Makefile.am: Better stripping of prefix for Solaris + package install needs to remove /usr/local as package installs there + by default git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@460 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-24 Jeremy T. Bouse + + * Makefile.am, pkg/solaris/.cvsignore, pkg/solaris/pkginfo.in, + plugins/check_disk.c: Minor changes to build for Solaris packages git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@459 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-24 Ton Voon + + * plugins/check_procs.c: Use max_state git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@458 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-24 Ton Voon + + * tools/mail_error, tools/sfsnapshot: PATH set in correct place and + extra comments git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@457 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-24 Ton Voon + + * tools/mail_error, tools/sfsnapshot: Bug fixes git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@456 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-24 Ton Voon + + * tools/mail_error: Sends email if non-zero return code from command git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@455 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-24 Ton Voon + + * tools/sfsnapshot: Error code depending on number of files + generated git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@454 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-24 Ton Voon + + * lib/ls-mntd-fs.m4: Using coreutils 4.5.11 version to fix Darwin + problem git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@453 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-24 Ton Voon + + * REQUIREMENTS: Add NSClient requirement for check_nt git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@452 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-24 Ton Voon + + * plugins/check_nt.c: Reference to web site to get NSClient git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@450 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-23 Jeremy T. Bouse + + * Makefile.am, autogen.sh, configure.in, lib/Makefile.am, + pkg/solaris/pkginfo.in, pkg/solaris/solpkg: Solaris package build + system git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@449 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-23 Karl DeBisschop + + * plugins/check_disk.c: can once again exclude indiviual + path/partitions git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@448 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-23 Karl DeBisschop + + * plugins/check_disk.c: add -X to exclude FS type, now works with + more than one path/dev specified git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@447 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-22 Karl DeBisschop + + * plugins/utils.c: declaration must precede printf git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@446 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-21 Karl DeBisschop + + * plugins/check_disk.c: checkpoint, allows selecting devices and + paths now git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@444 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-21 Karl DeBisschop + + * configure.in: instructions for posting plugin version number git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@443 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-19 Karl DeBisschop + + * plugins/check_by_ssh.c: allow to specify -1 and -2 for protocol + version git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@442 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-19 Karl DeBisschop + + * plugins/utils.c, plugins/utils.h: make state_text a function git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@440 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-19 Karl DeBisschop + + * lib/mountlist.c, plugins/check_disk.c: check_disk working with + mountlist.c git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@439 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-19 Karl DeBisschop + + * Makefile.am, configure.in: subst.* was replaced by dist-hook git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@438 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-19 Karl DeBisschop + + * subst.in, subst.sh: these were replaced by dist-hook git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@437 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-18 Karl DeBisschop + + * configure.in: running the AFS macro causes newer AC/AM to barf git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@436 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-18 Karl DeBisschop + + * configure.in: afs checking git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@435 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-18 Karl DeBisschop + + * lib/afs.m4, lib/ls-mntd-fs.m4: use AC_DEFINE_UNQOUTED git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@434 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-18 Karl DeBisschop + + * lib/ls-mntd-fs.m4: stop warning on autoheader 2.13 git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@433 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-18 Karl DeBisschop + + * plugins/netutils.c, plugins/netutils.h: common.h was doubly + included git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@432 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-18 Karl DeBisschop + + * plugins/common.h: use enum instead of define, remove some cruft + from old snprintf implementation git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@431 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-18 Karl DeBisschop + + * configure.in, lib/Makefile.am, plugins/check_disk.c: use GNU + fileutils for check_disk git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@430 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-18 Karl DeBisschop + + * lib/afs.m4, lib/fstypename.m4, lib/fsusage.c, lib/fsusage.h, + lib/fsusage.m4, lib/ls-mntd-fs.m4, lib/mountlist.c, lib/mountlist.h: + from GNU fileutils for check_disk git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@429 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-17 Ton Voon + + * plugins-scripts/check_oracle.sh: Allow default Oracle home from + oratab (reported by Walbert Oberngruber) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@428 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-16 Jeremy T. Bouse + + * configure.in: Modified to automatically enable getaddrinfo + emulation if lwres is not used and getaddrinfo is not found in the + system. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@427 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-16 Jeremy T. Bouse + + * plugins/check_tcp.c, plugins/netutils.c, plugins/netutils.h: + Applied patch #660973 for tcp refusals git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@426 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-15 Jeremy T. Bouse + + * configure.in: Left over debug define git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@425 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-15 Jeremy T. Bouse + + * configure.in, lib/Makefile.am, lib/getaddrinfo.c, + lib/getaddrinfo.h, lib/gethostbyname.c, lib/gethostbyname.h, + plugins/Makefile.am, plugins/getaddrinfo.c, plugins/getaddrinfo.h, + plugins/gethostbyname.c, plugins/gethostbyname.h, + plugins/netutils.c, plugins/netutils.h, plugins/utils.c, + plugins/utils.h: Spent the day working on backwards compatability + using getaddrinfo() Moved getaddrinfo.? and gethostbyname.? from + lib/ to plugins/ due to problems with compiling into the + libnagiosplug.a as it required linking against socket libraries + which are unneeded except for network based plugins. This code + should hopefully happily work for all systems and has been tested + prior to commit on Debian GNU/Linux, SPARC Solaris 7 and SPARC + Solaris 9. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@424 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-14 Karl DeBisschop + + * plugins-scripts/check_ntp.pl: add timeout, fix taint chacking diom git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@423 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-13 Jeremy T. Bouse + + * .cvsignore, configure.in, lib/Makefile.am: Working out issues with + getaddrinfo emulation build environment git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@422 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-13 Ton Voon + + * plugins/check_dns.c, plugins/check_http.c, plugins/check_tcp.c: + Strip leading spaces in perf data git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@421 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-13 Ton Voon + + * plugins/check_smtp.c: Perf data without leading spaces and fix + ANSI C complaint about \n git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@420 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-13 Ton Voon + + * plugins/check_tcp.c: Fix compiler warnings re progname git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@419 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-13 Jeremy T. Bouse + + * depcomp: Removed auto-tools script that automake adds git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@418 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-13 Jeremy T. Bouse + + * .cvsignore, configure.in, install-sh, missing, mkinstalldirs, + plugins/.cvsignore, plugins/Makefile.am, plugins/common.h, + plugins/common.h.in, plugins/netutils.h, plugins/netutils.h.in, + plugins/popen.h, plugins/popen.h.in, plugins/utils.c, + plugins/utils.h, plugins/utils.h.in, plugins/version.h.in: Updated + cvs ignore files to reflect changes Moved header files from being + ran through configure to standard Removed auto-tools scripts that + get added by automake git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@417 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-13 Karl DeBisschop + + * plugins/negate.c: negate must be POSIXly correct in handling + options, else wrapped options get passed to it git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@416 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-13 Jeremy T. Bouse + + * configure.in: Removed --with-ipv6 configure option so it + determines IPv6 availablity completely on it's own per suggestion by + Karl git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@415 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-12 Jeremy T. Bouse + + * plugins/check_tcp.c: doco standarization git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@413 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-12 Jeremy T. Bouse + + * configure.in, plugins-scripts/subst.in: Just a lil namespace + clean-up git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@412 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-12 Jeremy T. Bouse + + * configure.in: Minor fix to --with-ipv6 behavior git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@411 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-12 Jeremy T. Bouse + + * autogen.sh, configure.in, plugins/utils.c, plugins/utils.h.in: + Added autogen.sh script that rebuilds using autotools and runs + configure Modified configure.in to include some debug build option + info at the end of the scripts execution. Can be removed by release + time. Modified configure.in to include a --with-ipv6 option Default + build is without IPv6 support now to enable you need to use the + --with-ipv6 command line option to configure. Modified + plugins/utils.* to use USE_IPV6 git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@410 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-12 Karl DeBisschop + + * plugins/check_disk.c: doco standarization git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@409 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-12 Karl DeBisschop + + * plugins/check_disk.c: errors for statfs git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@408 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-12 Karl DeBisschop + + * plugins/check_smtp.c: comment/doco cleanup for embeeded doc work, + control STMP command via options instead of defines git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@407 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-12 Karl DeBisschop + + * configure.in: version increase, statfs work git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@406 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-12 Jeremy T. Bouse + + * plugins/.cvsignore: Add some more extra plugins git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@405 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-12 Jeremy T. Bouse + + * plugins/check_http.c: Clean up of output from plugin git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@404 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-12 Jeremy T. Bouse + + * plugins/check_dig.c, plugins/check_http.c, plugins/check_ldap.c, + plugins/check_udp.c: Code clean-up git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@403 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-12 Jeremy T. Bouse + + * plugins/check_tcp.c: Code cleanup git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@402 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-12 Ton Voon + + * plugins/check_dns.c: Removed is_host checks to speed up code. + Fixed timings so no spaces git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@401 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-12 Ton Voon + + * plugins/check_dns.c: Timings in milliseconds and nicer output git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@400 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-11 Ton Voon + + * plugins-scripts/.cvsignore: Add script ignores git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@399 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-11 Ton Voon + + * plugins/negate.c: Remove getopt_long checks git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@398 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-11 Ton Voon + + * plugins/negate.c: Fixed reading too many argv parameters and + changed to asprintf git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@397 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-11 Ton Voon + + * plugins/check_by_ssh.c, plugins/check_dig.c, + plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c, + plugins/check_hpjd.c, plugins/check_http.c, + plugins/check_ide-smart.c, plugins/check_ldap.c, + plugins/check_load.c, plugins/check_mrtg.c, + plugins/check_mrtgtraf.c, plugins/check_mysql.c, + plugins/check_nagios.c, plugins/check_nt.c, plugins/check_nwstat.c, + plugins/check_overcr.c, plugins/check_pgsql.c, + plugins/check_ping.c, plugins/check_procs.c, + plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, + plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, + plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c, + plugins/check_ups.c, plugins/check_users.c, plugins/check_vsz.c: + Remove getopt_long checks git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@396 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-11 Jeremy T. Bouse + + * configure.in: Fixed some ping6 variables git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@395 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-11 Jeremy T. Bouse + + * configure.in: Minor change to Karl's statfs check Inclusion of + ICMPv6 ping tests to define PING6_COMMAND Minor fix to ps syntax + checking to fix bug I introduced last nite git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@394 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-11 Jeremy T. Bouse + + * Makefile.am, configure.in: Removed acconfig.h from EXTRA_DIST + Fixed problem with test in SWAP_FORMAT and SWAP_COMMAND git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@393 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-11 Karl DeBisschop + + * configure.in, plugins/check_disk.c: use statfs for check_disk + (still needs fs scan) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@392 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-11 Jeremy T. Bouse + + * acconfig.h, configure.in: Finishing clean-up of configure.in + Removing acconfig.h as it's no longer needed git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@391 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-10 Jeremy T. Bouse + + * acconfig.h, configure.in: Cleaned up configure for PS and PING to + produce cleaner config.h git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@390 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-09 Jeremy T. Bouse + + * plugins/common.h.in: Make sure sys/socket.h is explicitly included + if HAVE_SYS_SOCKET_H is defined git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@389 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-09 Ton Voon + + * plugins/check_disk.c: Implement error-only option for check_disk + (Ian Duggan) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@388 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-08 Ton Voon + + * plugins/check_disk.c: Fix AIX /proc filesystem (Ian Duggan) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@387 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-08 Ton Voon + + * configure.in: snprintf checks in configure.in like samba git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@386 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-08 Jeremy T. Bouse + + * plugins/check_dns.c: Modified code to call is_addr() rather than + is_dotted_quad() with the new AF indepdent function routines git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@385 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-08 Jeremy T. Bouse + + * plugins/netutils.c, plugins/netutils.h.in, plugins/utils.c, + plugins/utils.h.in: AF indepedent routines introduced. Modifed + process_request() & my_connect() parameters to make 'proto' type + 'int' rather than 'char *' and use IPPROTO_* POSIX values. Removed + is_dotted_quad() & my_inet_aton() functions Added is_addr(), + is_inet_addr(), is_inet6_addr() and resolve_host_or_addr() functions + to check whether it is a valid IP address Modified is_host() to call + is_addr() and is_hostname() git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@384 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-08 Ton Voon + + * tools/sfsnapshot: Need to remove configure.in git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@383 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-08 Ton Voon + + * lib/Makefile.am, lib/snprintf.c, plugins/Makefile.am, + plugins/snprintf.c: Move snprintf into lib git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@382 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-08 Ton Voon + + * tools/sfsnapshot: Have to run through whole automake procedure as + datestamp in RELEASE variable git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@381 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-08 Ton Voon + + * tools/sfsnapshot: Added automake parameters for config.sub and + config.guess git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@380 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-08 Ton Voon + + * tools/sfsnapshot: Fixed production OUT variable git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@379 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-08 Ton Voon + + * tools/sfsnapshot: Adds MD5SUM file, creates multiple branch + snapshots and doesn't rerun configure/automake/autoconf + unnecessarily git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@378 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-08 Ton Voon + + * Makefile.am: Use Makefile's variables (to support a shortcut in + sfsnapshot) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@377 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-07 Jeremy T. Bouse + + * configure.in, lib/Makefile.am, lib/getaddrinfo.c, + lib/getaddrinfo.h, lib/gethostbyname.c, lib/gethostbyname.h, + plugins/check_pgsql.c, plugins/common.h.in, plugins/netutils.c, + plugins/netutils.h.in, tools/setup: Added getaddrinfo.[ch] & + gethostbyname.[ch] to provide RFC2553 functions if missing in system + libs and lwres not present Moved all references to netdb.h and + sys/socket.h into common.h.in Modified automake call in tools/setup + to include adding missing files so config.sub and config.guess will + be available git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@376 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-07 Karl DeBisschop + + * plugins/check_smtp.c: millisecond timing and perf data git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@374 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-07 Karl DeBisschop + + * plugins/check_smtp.c: whole timer loop was on the wrong side of + connection close code git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@373 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-07 Karl DeBisschop + + * plugins/check_udp.c: fix for -H invocation of hostname git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@372 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-06 Jeremy T. Bouse + + * acinclude.m4, configure.in: Adds --with-lwres and + --enable-emulate-getaddrinfo but are not used in any of the code at + this time. Has a check for IPv6 support but only runs if using the + emulate-getaddrinfo routines, this needs to be modified. !!! I need + input from results of this run on various platforms to see what + results are seen in plugins/config.h so please help test !!! git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@371 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-05 Karl DeBisschop + + * plugins-scripts/check_ntp.pl: add "m" to regex for minutes git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@370 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-05 Ton Voon + + * plugins/check_http.c: check_http min size option (680467 - Dave + Viner) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@365 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-04 Ton Voon + + * plugins/check_nt.c: Make output message for CPU Load a bit nicer git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@364 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-04 Ton Voon + + * tools/sfsnapshot: To create nagiosplug daily snapshots on SF git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@363 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-03 Karl DeBisschop + + * plugins/check_ping.c: accept comma-delimted list of hosts for + checking if a multihomed host is alive git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@362 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-02 Karl DeBisschop + + * plugins/check_ping.c: add logic to check multiple servers git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@361 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-02 Karl DeBisschop + + * ChangeLog: update from CVS git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@360 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-02 Karl DeBisschop + + * configure.in, nagios-plugins.spec.in: adjustments to remove beta + tagging git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@359 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-02 Karl DeBisschop + + * ChangeLog: update from CVS git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@358 f882894a-f735-0410-b71e-b25c423dba1c + +2003-03-01 Karl DeBisschop + + * nagios-plugins.spec.in: we were missing some docs in the RPM git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@357 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-23 Subhendu Ghosh + + * REQUIREMENTS: Novell requirements git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@356 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-23 Subhendu Ghosh + + * contrib/check_bgpstate.pl: removed community string in CRIT + message git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@355 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-22 Ton Voon + + * configure.in: Solaris and Unixware labels round the wrong way for + swap command git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@354 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-22 Karl DeBisschop + + * Makefile.am: provide target for nagios-plugins.spec git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@353 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-22 Karl DeBisschop + + * Makefile.am: add CODING FAQ LEGAL to distribution tarball git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@352 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-21 Ton Voon + + * plugins/check_http.c: Fixed coredump with unallocated string git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@351 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-21 Ton Voon + + * plugins/check_dns.c: Strip leading spaces on dns return value + (689563 - Simon L Nielsen) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@350 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-20 Karl DeBisschop + + * plugins-scripts/check_disk_smb.pl: option regexs need to include ^ + and $ git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@348 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-19 Ton Voon + + * lib/Makefile.am: Removing getloadavg.m4 from dist git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@347 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-19 Karl DeBisschop + + * INSTALL, configure.in, lib/getloadavg.m4, tools/setup: remove + getloadavg.m4 git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@346 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-19 Ton Voon + + * Makefile.am, configure.in, getloadavg.m4, lib/Makefile.am, + lib/getloadavg.c, lib/getloadavg.m4, plugins/Makefile.am, + plugins/getloadavg.c: Move getloadavg to lib directory. Must run + "aclocal -I lib" git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@345 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-18 Karl DeBisschop + + * plugins/check_pgsql.c: spurious backslash escape git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@344 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-18 Karl DeBisschop + + * configure.in: set tag for beta3, fix pgsql detection git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@343 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-18 Karl DeBisschop + + * plugins/check_udp.c: never exited getopt loop git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@342 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-18 Karl DeBisschop + + * plugins/check_tcp.c: failed if header was more than 1023 bytes git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@341 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-18 Ton Voon + + * plugins/check_load.c: Fixed the output messages (Bug 688729 - + Jayjay) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@340 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-18 Ton Voon + + * Makefile.am: Add SUPPORT file to distribution git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@339 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-18 Ton Voon + + * plugins/check_http.c: Fixed compiler warning and increased the SSL + random key for a Solaris PRNG problem git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@338 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-18 Karl DeBisschop + + * configure.in: remainder of ps fix for UnixWare, and move [] in + if/elif to indicate m4 quoting instead of test invocation git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@337 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-18 Subhendu Ghosh + + * contrib/check_appletalk.pl: Appletalk ping plugin git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@336 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-18 Subhendu Ghosh + + * plugins/check_snmp.c: OID type prefix patch [Patches-679403] git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@335 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-18 Subhendu Ghosh + + * plugins/check_swap.c: support for Large swap sizes git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@334 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-18 Subhendu Ghosh + + * configure.in: regex fix to catch *BSD swapinfo and not HP-UX error + and memory/file swap in addition to device for HP-UX git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@333 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-17 Karl DeBisschop + + * configure.in: typo in testing uname output git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@332 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-17 Karl DeBisschop + + * configure.in: ping and swap for unixware git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@331 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-17 Karl DeBisschop + + * configure.in: library search dirs are part of LDFLAGS git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@330 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-17 Subhendu Ghosh + + * REQUIREMENTS: location updates git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@329 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-16 Ton Voon + + * plugins/Makefile.am: Fixed dependencies for check_nt git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@328 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-16 Ton Voon + + * plugins/check_nt.c: Coredump if no variable set (reported by Marc + C. Poulin) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@327 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-16 Ethan Galstad + + * contrib/check_dhcp.c: Interface patch byor Clemens Resen git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@326 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-16 Subhendu Ghosh + + * plugins-scripts/check_ntp.pl: all alphanumeric accepted for refid + on ntpq git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@325 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-12 Ton Voon + + * plugins/.cvsignore: Added extra plugins git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@324 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-12 Ton Voon + + * lib/.cvsignore: Add ignore files git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@323 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-12 Ton Voon + + * plugins/negate.c: Remove unnecessary \ and fix coredump with no + parameters specified git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@322 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-12 Ton Voon + + * plugins/check_http.c: Remove unnecessary \ - complaints from + Tru64's cc compiler git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@321 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-12 Ton Voon + + * configure.in: Inadequate quoting for PS_FORMAT & removal of grep + "*** for Tru64 git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@320 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-12 Subhendu Ghosh + + * command.cfg.in: forced ntpq jitter check git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@319 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-12 Subhendu Ghosh + + * plugins-scripts/check_ifoperstatus.pl: added timeout alarm git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@318 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-12 Subhendu Ghosh + + * plugins-scripts/check_ntp.pl: fixed regex for stratum1 peer, added + logic for failed ntpq call(e.g. sntp host) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@317 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-11 Ton Voon + + * plugins/check_mysql.c: Patch by Dave Viner for seg fault on RH 7.3 + (655903) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@316 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-10 Ton Voon + + * configure.in: Update with references to REQUIREMENTS git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@315 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-10 Ton Voon + + * Requirements: Remove file, superceded by REQUIREMENTS git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@314 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-10 Ton Voon + + * plugins/getopt.c, plugins/getopt.h, plugins/getopt1.c: Removing + getopt files - now in new lib directory git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@313 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-10 Ton Voon + + * lib/Makefile.am, lib/getopt.c, lib/getopt.h, lib/getopt1.c: New + directory for common library files git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@312 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-10 Ton Voon + + * plugins/common.h.in: Added in a define for HAVE_GETOPT_H for + backwards compatibility git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@311 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-10 Ton Voon + + * plugins/Makefile.am: Remove unnecessary getopt references and link + in lib directory git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@310 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-10 Ton Voon + + * configure.in: Removing checks for getopt.h - now always available. + Also support lib dir git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@309 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-10 Ton Voon + + * Makefile.am: Adding lib directory for getopts change git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@308 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-10 Ton Voon + + * configure.in: Fixed Tru64 ps command (Bug 669585 - Paula Arnold) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@307 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-10 Jeremy T. Bouse + + * plugins/check_ssh.c: Added argc checks before attempting to access + argv[] Corrected return codes and output git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@306 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-10 Jeremy T. Bouse + + * plugins/check_ssh.c: Revised code to use resolving and connection + code in utils.c and netutils.c rather than its own functions. + Corrected code to properly handle input of server hostname and port + on commandline without option flags. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@305 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-10 Karl DeBisschop + + * contrib/check_fping_in.c: this plugin is in core as check_fping git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@304 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-09 Jeremy T. Bouse + + * tools/setup: Reordered program calls so autoheader was called + before automake thus getting rid of errors for header files not + being present when automake was called. Also puts it inline with + documentation in INSTALL & INSTALLING git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@303 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-09 Subhendu Ghosh + + * contrib/check_adptraid.sh, contrib/check_compaq_insight.pl, + contrib/check_file_age.pl: new plugins git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@302 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-09 Subhendu Ghosh + + * contrib/README.TXT, contrib/readme.txt: file rename git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@301 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-09 Subhendu Ghosh + + * contrib/check_remote_nagios_status.pl, contrib/check_wins.pl, + contrib/sched_downtime.pl: more contribs git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@300 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-09 Subhendu Ghosh + + * : new version git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@299 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-09 Karl DeBisschop + + * CODING, README: spell check git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@298 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-09 Karl DeBisschop + + * FAQ: spell check git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@297 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-09 Subhendu Ghosh + + * SUPPORT: ispell git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@296 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-08 Karl DeBisschop + + * plugins/check_pgsql.c: use enum instead of define git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@295 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-08 Karl DeBisschop + + * FAQ: add item on submitting new plugins git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@294 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-08 Karl DeBisschop + + * SUPPORT: suggest minimum standards for support requests git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@293 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-08 Karl DeBisschop + + * plugins/check_http.c: submit request with one send git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@292 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-05 Karl DeBisschop + + * configure.in: fix for SSL build on RedHat rawhide git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@291 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-05 Karl DeBisschop + + * plugins/check_dns.c: allow check to proceed using servers from + resolv.conf git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@290 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-05 Karl DeBisschop + + * plugins/check_http.c: fix segfault due to bad asprintf invocation git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@289 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-04 Subhendu Ghosh + + * plugins-scripts/Makefile.am: install user:grp perms [patch 679703 -Detlef Boehm] git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@288 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-04 Subhendu Ghosh + + * plugins-scripts/check_flexlm.pl: lmstat output update git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@287 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-04 Subhendu Ghosh + + * plugins-scripts/check_ntp.pl: corrected ntpdate offset to seconds git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@286 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-03 Ton Voon + + * plugins/check_snmp.c: Avoid core dump with null or invalid data + (679400 - Mathieu Masseboeuf) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@285 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-03 Ton Voon + + * plugins/Makefile.am: Patch for Mac OS X compile (652080 - Ton + Voon) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@284 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-03 Subhendu Ghosh + + * : Citrix plugin git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@283 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-03 Subhendu Ghosh + + * command.cfg.in: more sample command configurations git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@282 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-03 Subhendu Ghosh + + * configure.in, plugins-scripts/check_ntp.pl, + plugins-scripts/utils.pm.in: change ntpdc to ntpq (Jonathan + Rozes,Thomas Schimpke, bug-656237 ) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@281 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-03 Subhendu Ghosh + + * plugins-scripts/check_ntp.pl: patch for desync peer and ntpdate + (James Fidell) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@280 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-03 Subhendu Ghosh + + * plugins-scripts/check_ifstatus.pl: bugfix [bug 651021 mperry2] git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@279 f882894a-f735-0410-b71e-b25c423dba1c + +2003-02-03 Subhendu Ghosh + + * plugins/check_hpjd.c: added default community [bug-patch #600349 + jbaumgartner] git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@278 f882894a-f735-0410-b71e-b25c423dba1c + +2003-01-31 Ton Voon + + * plugins/check_procs.c: Fix for zombie processes on Solaris (Bug + 677803 - Matthew Brown) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@277 f882894a-f735-0410-b71e-b25c423dba1c + +2003-01-31 Ton Voon + + * plugins/check_nt.c: Reapply all asprintf calls. Fix for %% problem + with -l flag. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@276 f882894a-f735-0410-b71e-b25c423dba1c + +2003-01-31 Ton Voon + + * plugins/check_nt.c: Removed all unnecessary asprintf calls. + Replaced with original check_nt.c to minimise amount of changes + (reported by Reuben Farrelly) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@275 f882894a-f735-0410-b71e-b25c423dba1c + +2003-01-30 Ton Voon + + * plugins/check_nt.c: Added reference to the official NSClient web + site git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@274 f882894a-f735-0410-b71e-b25c423dba1c + +2003-01-30 Ton Voon + + * plugins/check_swap.c: Fixed long --allswap option git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@273 f882894a-f735-0410-b71e-b25c423dba1c + +2003-01-30 Ton Voon + + * plugins/check_procs.c: Fixed progname git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@272 f882894a-f735-0410-b71e-b25c423dba1c + +2003-01-29 Ton Voon + + * plugins/check_mrtgtraf.c: Fixed error and success codes (638656 - + Paul Dlug) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@271 f882894a-f735-0410-b71e-b25c423dba1c + +2003-01-29 Ton Voon + + * plugins-scripts/check_oracle.sh: Added cache and tablespace check + (621567 - John Marquart) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@270 f882894a-f735-0410-b71e-b25c423dba1c + +2003-01-29 Ton Voon + + * plugins/Makefile.am, plugins/check_nt.c: Added in check_nt for bug + 646516 git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@269 f882894a-f735-0410-b71e-b25c423dba1c + +2003-01-29 Karl DeBisschop + + * plugins/check_mysql.c: remove incorrect check_disk() declaration git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@268 f882894a-f735-0410-b71e-b25c423dba1c + +2003-01-29 Karl DeBisschop + + * plugins/check_ldap.c: fix segfault when argc>=2 and the -H or -b + options are not supplied git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@267 f882894a-f735-0410-b71e-b25c423dba1c + +2003-01-29 Karl DeBisschop + + * plugins/check_by_ssh.c: 1.8 git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@266 f882894a-f735-0410-b71e-b25c423dba1c + +2003-01-29 Ton Voon + + * plugins/check_http.c: Better error if server requests client based + certificate (609382 - Olaf Greis) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@265 f882894a-f735-0410-b71e-b25c423dba1c + +2003-01-29 Ton Voon + + * contrib/check_dns_random.pl: Exit code added (604837 - Lachlan + Cameron-Smith) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@264 f882894a-f735-0410-b71e-b25c423dba1c + +2003-01-29 Ton Voon + + * plugins-scripts/check_oracle.sh: Added dummy login test (650970 - + Ton Voon) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@263 f882894a-f735-0410-b71e-b25c423dba1c + +2003-01-29 Ton Voon + + * plugins/check_vsz.c: Error when no params passed, better invalid + params message (652086 - Ton Voon) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@262 f882894a-f735-0410-b71e-b25c423dba1c + +2003-01-29 Ton Voon + + * plugins/check_procs.c: Fixed NULL status in Solaris (644783 - + Fabian Pehla) Fixed -p options (652082 - Ton Voon) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@261 f882894a-f735-0410-b71e-b25c423dba1c + +2003-01-28 Karl DeBisschop + + * contrib/checkciscotemp.pl: typo: had commented use Net::SNMP for + testing git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@260 f882894a-f735-0410-b71e-b25c423dba1c + +2003-01-28 Karl DeBisschop + + * plugins/check_real.c: make sure host_name is set and remove NULL + string inits that can lead to segfaults git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@259 f882894a-f735-0410-b71e-b25c423dba1c + +2003-01-28 Karl DeBisschop + + * plugins/check_mysql.c: missed argc check on port parameter git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@258 f882894a-f735-0410-b71e-b25c423dba1c + +2003-01-28 Karl DeBisschop + + * contrib/checkciscotemp.pl: split and validate input more robustly git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@257 f882894a-f735-0410-b71e-b25c423dba1c + +2003-01-28 Karl DeBisschop + + * plugins/check_http.c: remove NULL string inits that can lead to + segfaults git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@256 f882894a-f735-0410-b71e-b25c423dba1c + +2003-01-28 Ton Voon + + * configure.in: ps support for Darwin / MacOSX git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@255 f882894a-f735-0410-b71e-b25c423dba1c + +2003-01-27 Karl DeBisschop + + * plugins/check_http.c: do not pass host if none is provided git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@254 f882894a-f735-0410-b71e-b25c423dba1c + +2003-01-27 Karl DeBisschop + + * plugins/check_http.c: we were sending extra CRLF git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@253 f882894a-f735-0410-b71e-b25c423dba1c + +2003-01-19 Karl DeBisschop + + * plugins-scripts/check_rpc.pl: indicate new default state in + get_rpcinfo, also fix a bunch of indents for consistent format git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@252 f882894a-f735-0410-b71e-b25c423dba1c + +2003-01-17 Subhendu Ghosh + + * plugins-scripts/check_rpc.pl: bug fix for state and opt_c + initialization git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@251 f882894a-f735-0410-b71e-b25c423dba1c + +2003-01-17 Subhendu Ghosh + + * plugins/check_snmp.c: Counter32 tag parsing added git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@250 f882894a-f735-0410-b71e-b25c423dba1c + +2003-01-16 Karl DeBisschop + + * plugins/check_mysql.c, plugins/check_pgsql.c: semicolon needed + where progname define was replaced git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@249 f882894a-f735-0410-b71e-b25c423dba1c + +2003-01-16 Karl DeBisschop + + * plugins/check_http.c: add option to let regex span newlines git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@248 f882894a-f735-0410-b71e-b25c423dba1c + +2003-01-16 Karl DeBisschop + + * plugins/check_game.c: progname and print_usage need to be defined git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@247 f882894a-f735-0410-b71e-b25c423dba1c + +2003-01-16 Karl DeBisschop + + * plugins/check_radius.c: semicolon needed where praogname define + was replced git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@246 f882894a-f735-0410-b71e-b25c423dba1c + +2003-01-16 Karl DeBisschop + + * plugins/check_hpjd.c: semicolon needed where praogname define was + replced git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@245 f882894a-f735-0410-b71e-b25c423dba1c + +2003-01-16 Karl DeBisschop + + * configure.in: find kerberos libs in latest Red Hat beta git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@244 f882894a-f735-0410-b71e-b25c423dba1c + +2003-01-16 Karl DeBisschop + + * plugins/utils.c: restore max() macro git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@243 f882894a-f735-0410-b71e-b25c423dba1c + +2003-01-16 Karl DeBisschop + + * plugins/check_tcp.c: cleanup progname assignment git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@242 f882894a-f735-0410-b71e-b25c423dba1c + +2003-01-16 Karl DeBisschop + + * plugins-scripts/check_disk_smb.pl: accept $ for share and \\ for + users git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@241 f882894a-f735-0410-b71e-b25c423dba1c + +2003-01-16 Karl DeBisschop + + * plugins/check_by_ssh.c: avoid segfault when host is not given git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@240 f882894a-f735-0410-b71e-b25c423dba1c + +2003-01-13 Karl DeBisschop + + * contrib/check_dhcp.c, contrib/check_fping_in.c, + contrib/check_rbl.c: convert PROGANE from a define to a const char git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@239 f882894a-f735-0410-b71e-b25c423dba1c + +2003-01-13 Karl DeBisschop + + * plugins/check_by_ssh.c, plugins/check_dig.c, + plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, + plugins/check_fping.c, plugins/check_hpjd.c, plugins/check_http.c, + plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c, + plugins/check_mrtgtraf.c, plugins/check_mysql.c, + plugins/check_nagios.c, plugins/check_nwstat.c, + plugins/check_overcr.c, plugins/check_pgsql.c, + plugins/check_ping.c, plugins/check_procs.c, + plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, + plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, + plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c, + plugins/check_ups.c, plugins/check_users.c, plugins/check_vsz.c, + plugins/negate.c, plugins/urlize.c, plugins/utils.c, + plugins/utils.h.in: convert PROGANE from a define to a const char git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@238 f882894a-f735-0410-b71e-b25c423dba1c + +2003-01-13 Karl DeBisschop + + * plugins/popen.c: change exit status to be POSIX compliant git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@237 f882894a-f735-0410-b71e-b25c423dba1c + +2003-01-13 Karl DeBisschop + + * plugins/check_nagios.c: check for a few null strings, change + PROGNAME from #define to const *char git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@236 f882894a-f735-0410-b71e-b25c423dba1c + +2003-01-13 Karl DeBisschop + + * plugins/check_disk.c: add options for excluding devices and for + skipping OK devices in summary git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@235 f882894a-f735-0410-b71e-b25c423dba1c + +2003-01-03 Karl DeBisschop + + * plugins/utils.c: protect against some null strings, make formats + more uniform git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@234 f882894a-f735-0410-b71e-b25c423dba1c + +2002-12-19 Karl DeBisschop + + * plugins/check_tcp.c: expect is +OK for SPOP too git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@233 f882894a-f735-0410-b71e-b25c423dba1c + +2002-12-19 Karl DeBisschop + + * plugins/check_tcp.c: server expect not getting set, expect is +OK + for POP git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@232 f882894a-f735-0410-b71e-b25c423dba1c + +2002-12-19 Karl DeBisschop + + * plugins/check_http.c: remove spurious CRLF git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@231 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-29 Stanley Hopcroft + + * contrib/check_citrix: New plugin to check the ICA browse service + (used by Citrix Metaframe servers) from Ed Rolison and Tom De + Blende. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@230 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-25 Karl DeBisschop + + * plugins/check_tcp.c: was segfaulting if no dtat was returned git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@228 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-24 Karl DeBisschop + + * tools/snapshot: some fixes needed to move off old devel box git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@227 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-24 Karl DeBisschop + + * tools/snapshot: make routine snapshots of nagios and plugin CVS to + expand testing git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@226 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-22 Karl DeBisschop + + * plugins/check_ups.c: add replace battery condition, replace + unchecked strcat calls with asprintf (I do not think buffer overflow + was possible here, but lets be consistent) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@225 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-22 Karl DeBisschop + + * configure.in: get long args output to work on check_procs by + putting incantations with -w ahead of others git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@224 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-22 Karl DeBisschop + + * configure.in: get long args output to work on linux check_procs, + actually works this time (needs OpenBSD testing) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@223 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-22 Karl DeBisschop + + * plugins/check_procs.c: add a few comments, trap a few place where + a NULL string might have been handled git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@222 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-22 Karl DeBisschop + + * configure.in: get long args output to work on linux check_procs + (needs OpenBSD testing) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@221 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-21 Karl DeBisschop + + * plugins/check_dig.c: fix empty output on errors git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@220 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-20 Karl DeBisschop + + * plugins/check_swap.c: add switch to evaluate each swap + individually git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@219 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-20 Karl DeBisschop + + * plugins/check_dig.c: fix solaris SEGV, still need to print + meaningful error text git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@218 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-20 Karl DeBisschop + + * plugins/check_by_ssh.c: in short options, t no no argument git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@217 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-20 Karl DeBisschop + + * plugins/check_dig.c: replace some strcpy with strscpy git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@216 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-19 Karl DeBisschop + + * plugins/Makefile.am: another try at portable symlinking git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@215 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-19 Karl DeBisschop + + * plugins/Makefile.am: another try at portable symlinking git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@214 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-19 Karl DeBisschop + + * plugins/check_time.c: explicitly cast recv() arg2 for SunOS5.6 git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@213 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-19 Karl DeBisschop + + * plugins/Makefile.am: rewrite of install-exec-hook for solaris git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@212 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-18 Subhendu Ghosh + + * contrib/check_javaproc.pl, contrib/nagios_sendim.pl: javaproc, + sendim git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@211 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-18 Subhendu Ghosh + + * contrib-reporting/process_perfdata.pl: New directory to for + perfdata and reporting scripts git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@210 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-18 Karl DeBisschop + + * plugins/check_swap.c: test total swap instead of individual disks git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@209 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-18 Karl DeBisschop + + * plugins/check_disk.c: failed to handle multple disks git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@208 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-18 Karl DeBisschop + + * plugins/utils.c: more readable max_state() code git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@207 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-16 Karl DeBisschop + + * plugins/Makefile.am: fix too many sources problem for programs tha + are symlinks to check_tcp git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@206 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-16 Karl DeBisschop + + * plugins/check_snmp.c: my take on Subhendu's patches, plus a few + comments for clarity git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@205 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-15 Subhendu Ghosh + + * plugins/check_snmp.c: memory bounds in options, no output + comparison case git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@204 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-15 Karl DeBisschop + + * nagios-plugins.spec.in: make spec work again, now that release is + in source name again git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@203 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-15 Karl DeBisschop + + * configure.in: release numbering fix git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@202 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-15 Karl DeBisschop + + * plugins/check_snmp.c: fix label handling, replace accidentally + deleted elseif l.310 git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@201 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-14 Karl DeBisschop + + * Makefile.am, acconfig.h, configure.in, nagios-plugins.spec.in, + plugins/utils.c: fix bug with gettimeofday test, improve + version/release handling, update rpm spec git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@200 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-14 Karl DeBisschop + + * plugins/Makefile.am: fix typo in snprintf build git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@199 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-14 Karl DeBisschop + + * plugins/Makefile.am: can't drop these sources -- neded for dist git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@198 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-14 Karl DeBisschop + + * plugins/Makefile.am: fix build rule for snprintf git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@197 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-14 Karl DeBisschop + + * plugins/check_http.c: pagesize count off by one git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@196 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-14 Karl DeBisschop + + * plugins/check_http.c: clean up NULL from status on Solaris git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@195 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-14 Karl DeBisschop + + * configure.in: typo in AC_DEFINE of PS_FORMAT for solaris git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@194 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-14 Karl DeBisschop + + * plugins/Makefile.am: remove check_nt again git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@193 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-14 Karl DeBisschop + + * plugins/Makefile.am: back out last change -- it was only work in + progress git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@192 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-14 Karl DeBisschop + + * plugins/Makefile.am, plugins/check_dns.c, plugins/check_ldap.c, + plugins/check_mrtg.c, plugins/check_mrtgtraf.c, + plugins/check_nwstat.c, plugins/check_radius.c, plugins/utils.c, + plugins/version.h.in: remove call_getopt and ssprintf git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@191 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-13 Karl DeBisschop + + * plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c, + plugins/check_hpjd.c, plugins/check_mrtg.c, plugins/check_nwstat.c, + plugins/check_ping.c, plugins/check_vsz.c, plugins/urlize.c, + plugins/utils.c: remove call_getopt and asprintf git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@190 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-12 Karl DeBisschop + + * plugins/check_dig.c: cleanup asprintf, old function decls git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@189 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-12 Karl DeBisschop + + * plugins/check_mysql.c, plugins/check_real.c, plugins/check_ups.c: + remove call_getopt git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@188 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-11 Subhendu Ghosh + + * plugins/check_snmp.c: should use asprintf git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@187 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-11 Subhendu Ghosh + + * plugins/check_snmp.c: more snmpv3 patches git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@186 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-11 Subhendu Ghosh + + * plugins/check_snmp.c: long opt for miblist, snmpv3 support + (rosenauer) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@185 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-11 Subhendu Ghosh + + * plugins/check_snmp.c: option to specify a miblist - llow git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@184 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-11 Subhendu Ghosh + + * plugins/check_snmp.c: misc doc fix, missing verbose option git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@183 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-09 Karl DeBisschop + + * plugins/check_ups.c, plugins/check_users.c: remove call_getopt git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@182 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-09 Karl DeBisschop + + * plugins/check_by_ssh.c, plugins/check_dig.c, + plugins/check_ping.c, plugins/check_time.c: remove call_getopt git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@181 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-09 Karl DeBisschop + + * plugins/check_snmp.c: cleaner handling of DEFAULT_PORT git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@180 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-09 Karl DeBisschop + + * configure.in: add HPUX swap, try to cleanup getopt processing git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@179 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-09 Karl DeBisschop + + * plugins/check_pgsql.c, plugins/check_ping.c, + plugins/check_snmp.c, plugins/negate.c, plugins/utils.h.in: define + and use usage3 where second part of message is a an int/char git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@178 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-09 Karl DeBisschop + + * plugins/snprintf.c: HAVE_C99_SNPRINTF is not tested, so remove + from ifdef git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@177 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-08 Karl DeBisschop + + * plugins/check_snmp.c: user reports NULL still getting into + asprintf git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@176 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-08 Karl DeBisschop + + * plugins/check_vsz.c: remove call_getopt git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@175 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-08 Karl DeBisschop + + * acconfig.h, configure.in, plugins/common.h.in, plugins/utils.c, + plugins/utils.h.in: patches required to build on solaris with + asprintf and gettimeofday git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@174 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-08 Karl DeBisschop + + * plugins/check_http.c, plugins/check_load.c, plugins/check_ping.c, + plugins/check_procs.c, plugins/check_smtp.c, plugins/check_tcp.c: + remove unused variables git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@173 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-08 Karl DeBisschop + + * tools/oneliners: some useful onliners git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@172 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-07 Karl DeBisschop + + * plugins/check_snmp.c: bugfixes to command format and (null) text + created by asprintf switch git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@171 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-07 Karl DeBisschop + + * plugins/check_by_ssh.c: remove call_getopt, add [] arougn time git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@170 f882894a-f735-0410-b71e-b25c423dba1c + +2002-11-07 Karl DeBisschop + + * configure.in: test snprintf function family for ifdefs in + snprintf.c git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@169 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-30 Karl DeBisschop + + * plugins/check_tcp.c: replace fixed-lentgh buffer with asprintf git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@168 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-30 Karl DeBisschop + + * plugins/check_udp.c: forgot to remove call_getopt git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@167 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-30 Karl DeBisschop + + * plugins/check_ssh.c, plugins/check_swap.c: forgot to remove + call_getopt declaration git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@166 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-30 Karl DeBisschop + + * plugins/check_smtp.c: remove call_getopt, fix several buffer + overruns possible due to use of fixed size buffers git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@165 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-30 Karl DeBisschop + + * tools/setup: debian builds not actively maintained, so suppress + error in setup script git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@164 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-30 Subhendu Ghosh + + * acconfig.h, configure.in, plugins-scripts/Makefile.am, + plugins-scripts/check_mailq.pl, plugins-scripts/utils.pm.in: monitor + mailq git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@163 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-28 Karl DeBisschop + + * plugins-scripts/check_breeze.pl, + plugins-scripts/check_disk_smb.pl, plugins-scripts/check_flexlm.pl, + plugins-scripts/check_log.sh, plugins-scripts/check_ntp.pl, + plugins-scripts/check_rpc.pl, plugins-scripts/check_sensors.sh, + plugins-scripts/check_wave.pl: remove pspace in shebang since no + sequent users replied git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@162 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-26 Karl DeBisschop + + * nagios-plugins.spec.in: release should not be in tarball name git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@161 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-25 Karl DeBisschop + + * nagios-plugins.spec.in: tweak source macro git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@160 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-25 Karl DeBisschop + + * plugins/Makefile.am: remove check_nt git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@159 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-25 Karl DeBisschop + + * Makefile.am, plugins/Makefile.am: include getloadavg sources, add + some Solaris pkg build support git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@158 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-22 Karl DeBisschop + + * plugins/check_ssh.c: remove call_getopt, replace ssprintf with + asprintf,better server version reporting git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@157 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-22 Karl DeBisschop + + * plugins/check_tcp.c: add check_spop git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@156 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-22 Karl DeBisschop + + * plugins/check_procs.c: remove call_getopt, replace ssprintf with + asprintf git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@155 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-22 Subhendu Ghosh + + * contrib/check_procr.sh: From: Jerome Tytgat - checks to see if + named process is running git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@154 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-22 Subhendu Ghosh + + * README, plugins/check_nt.c: check_nt is downloadable from + nsclient.ready2run.nl git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@153 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-21 Karl DeBisschop + + * plugins/check_swap.c: use asprintf instead of ssprintf git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@152 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-21 Karl DeBisschop + + * plugins/Makefile.am: need to define SOURCES for check_tcp to also + build as check_ftp,check_imap,check_nntp,check_pop git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@151 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-21 Karl DeBisschop + + * plugins/utils.c: use asprintf to do strscpy git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@150 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-21 Karl DeBisschop + + * plugins/Makefile.am: roll check_ftp, check_imap, check_pop, and + check_nntp into check_tcp git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@149 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-21 Karl DeBisschop + + * plugins/check_ftp.c, plugins/check_imap.c, plugins/check_nntp.c, + plugins/check_pop.c: these are all combined into check_tcp now git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@148 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-21 Karl DeBisschop + + * plugins/check_load.c: remove broken call_getopt git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@147 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-21 Karl DeBisschop + + * plugins/check_snmp.c: cleanup process_arguments, print_help, and + print_usage git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@146 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-21 Karl DeBisschop + + * plugins/check_pgsql.c: now we provide long opts if they do not + exist git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@145 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-20 Karl DeBisschop + + * plugins/check_snmp.c: fixed scanning for multiple OIDs, which was + not working git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@144 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-20 Karl DeBisschop + + * plugins/check_snmp.c: change ssprintf to asprintf back out change + at line 225 in r1.4 (values were mismatched to format string, so + output was nonsense) (I left a comment showing a construct that + should work, but it fails for PHBs: if my disk gets nearly full, + they want 'CRITICAL - 99%' not 'CRITICAL - Gauge32: 99') (If someine + has a rationale for the change, maybe it could be done as an option? + - it seems fairly clear that the Web display should be sensible + to PHBs so long as there's no real loss) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@143 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-18 Karl DeBisschop + + * plugins/check_swap.c: remove old call_getopt git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@142 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-18 Karl DeBisschop + + * plugins/check_load.c: remove old call_getopt code, fix bug taking + single float, allow colon as separators in additin to commas git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@141 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-18 Karl DeBisschop + + * plugins/utils.c: handle null src in strscat git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@140 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-18 Karl DeBisschop + + * plugins/check_tcp.c: millisecond timing git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@139 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-18 Karl DeBisschop + + * plugins/utils.h.in: refine STD_LONG_OPTS git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@138 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-18 Karl DeBisschop + + * plugins/check_http.c: provide on more decimal point printing time git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@137 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-18 Karl DeBisschop + + * plugins/check_ping.c: remove broken call_getopt stuff git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@136 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-17 Karl DeBisschop + + * plugins/check_tcp.c: using asprintf git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@135 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-17 Karl DeBisschop + + * INSTALL, INSTALLING, tools/setup: revise now that aclocal is + remved from CVS git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@134 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-16 Karl DeBisschop + + * configure.in: need some quoting on ifdef git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@133 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-16 Karl DeBisschop + + * acinclude.m4, configure.in: finally a working fix for + AM/AC_FUNC_STRTOD nightmare git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@132 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-16 Karl DeBisschop + + * configure.in: mismatched quote git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@131 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-16 Karl DeBisschop + + * configure.in: mismatched quote git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@130 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-16 Karl DeBisschop + + * configure.in: missing commas git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@129 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-16 Karl DeBisschop + + * configure.in: complains on paren in comment git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@128 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-16 Karl DeBisschop + + * acinclude.m4: lost a paren git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@127 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-16 Karl DeBisschop + + * acinclude.m4: old auto???? has AM_FUNC_STRTOD, now renamed + AC_FUNC_STRTOD git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@126 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-16 Karl DeBisschop + + * plugins/check_http.c, plugins/utils.c, plugins/utils.h.in: + millisecond timimg where supported git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@125 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-16 Karl DeBisschop + + * configure.in, missing: build cleanly on RedHat 8.0 git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@124 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-16 Karl DeBisschop + + * .cvsignore: ignore aclocal.m4 git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@123 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-16 Karl DeBisschop + + * configure.in: AM_STRTOD was a typo git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@122 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-16 Karl DeBisschop + + * aclocal.m4: automake invokes acloacl on each run - it cannot be + right to include this git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@121 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-16 Karl DeBisschop + + * acconfig.h: better checks for vsnprintf stuff git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@120 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-16 Karl DeBisschop + + * configure.in, plugins/check_http.c: use asprintf git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@119 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-16 Karl DeBisschop + + * plugins/utils.c: use asprintf to construct strscat git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@118 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-16 Karl DeBisschop + + * plugins/popen.h.in: timeout interval is extern git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@117 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-16 Karl DeBisschop + + * plugins/utils.c, plugins/utils.h.in: start support for + gettimeofday and tv_usec git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@116 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-16 Karl DeBisschop + + * aclocal.m4: generated with automake 1.6 / autoconf 2.53 (maybe + should not be in CVS, however) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@115 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-16 Karl DeBisschop + + * plugins/snprintf.c: newer snprintf from samba.org git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@114 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-16 Karl DeBisschop + + * .cvsignore, depcomp: needed for automake 1.6 / autoconf 2.53 git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@113 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-16 Karl DeBisschop + + * Makefile.am: cosmetic line wrap before 80 chars git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@112 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-16 Karl DeBisschop + + * configure.in: work with newer automake, begin swithc to asprintf git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@111 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-15 Subhendu Ghosh + + * plugins-scripts/check_ifoperstatus.pl: new exit states, more + conditional checking git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@110 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-07 Subhendu Ghosh + + * plugins/check_dns.c: patch for expected IP address git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@109 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-07 Karl DeBisschop + + * plugins/popen.c: make sure we do not run past the end of an + unterminated string git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@108 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-07 Karl DeBisschop + + * plugins/negate.c: use asprintf, inhibit splint warning git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@107 f882894a-f735-0410-b71e-b25c423dba1c + +2002-10-05 Karl DeBisschop + + * getloadavg.m4, plugins/getloadavg.c: lets use library instead od + inconsistent command line interfaces git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@106 f882894a-f735-0410-b71e-b25c423dba1c + +2002-09-26 Karl DeBisschop + + * plugins/urlize.c: use ssprintf instead of sprintf git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@105 f882894a-f735-0410-b71e-b25c423dba1c + +2002-09-25 Karl DeBisschop + + * plugins/check_http.c: incorporate comment on my_recv from Russell + Scibetti git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@104 f882894a-f735-0410-b71e-b25c423dba1c + +2002-09-25 Karl DeBisschop + + * plugins/check_http.c: incorporate comments from Russell Scibetti git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@103 f882894a-f735-0410-b71e-b25c423dba1c + +2002-09-24 Karl DeBisschop + + * plugins/check_http.c: replace remaining occurences of sprintf with + snprintf git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@102 f882894a-f735-0410-b71e-b25c423dba1c + +2002-09-16 Karl DeBisschop + + * INSTALL: needed for latest autoconf git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@101 f882894a-f735-0410-b71e-b25c423dba1c + +2002-09-16 Karl DeBisschop + + * Makefile.am, aclocal.m4, configure.in, nagios-plugins.spec.in: + finish ckleanup of rpm spec porcessing git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@100 f882894a-f735-0410-b71e-b25c423dba1c + +2002-09-14 Karl DeBisschop + + * nagios-plugins.spec, nagios-plugins.spec.in: complete spec based + on confugure.in git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@99 f882894a-f735-0410-b71e-b25c423dba1c + +2002-09-14 Karl DeBisschop + + * make-tarball, rpm: automake makes the dist tarball, rpmbuild -ta + makes the rpm git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@98 f882894a-f735-0410-b71e-b25c423dba1c + +2002-09-14 Karl DeBisschop + + * plugins/check_http.c, plugins/check_tcp.c: time data in + performance string git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@97 f882894a-f735-0410-b71e-b25c423dba1c + +2002-09-14 Karl DeBisschop + + * plugins-scripts/check_log.sh: patch from Matthew Peters + , plus turned up a few bugs on my own git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@96 f882894a-f735-0410-b71e-b25c423dba1c + +2002-09-12 Karl DeBisschop + + * plugins/Makefile.am: negate wrapper git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@95 f882894a-f735-0410-b71e-b25c423dba1c + +2002-09-08 Karl DeBisschop + + * plugins/negate.c: wrapper to invert return status git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@94 f882894a-f735-0410-b71e-b25c423dba1c + +2002-09-08 Karl DeBisschop + + * plugins/utils.c: clears up warnings in splint git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@93 f882894a-f735-0410-b71e-b25c423dba1c + +2002-09-06 Karl DeBisschop + + * plugins-scripts/check_rpc.pl: case on key to ERRORS hash git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@92 f882894a-f735-0410-b71e-b25c423dba1c + +2002-09-04 Subhendu Ghosh + + * configure.in: more Mysql patches git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@91 f882894a-f735-0410-b71e-b25c423dba1c + +2002-09-04 Subhendu Ghosh + + * plugins-scripts/check_ntp.pl: dispersion check now controlled by + warn and crit git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@90 f882894a-f735-0410-b71e-b25c423dba1c + +2002-09-04 Subhendu Ghosh + + * configure.in: Mysql dir fix git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@89 f882894a-f735-0410-b71e-b25c423dba1c + +2002-09-04 Subhendu Ghosh + + * contrib/check_ifoperstatus.pl, contrib/check_ifstatus.pl: moved to + supported plugins-scripts git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@88 f882894a-f735-0410-b71e-b25c423dba1c + +2002-09-02 Subhendu Ghosh + + * plugins/check_smtp.c: new -f option for adding a FROM address for + RFC correctness git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@87 f882894a-f735-0410-b71e-b25c423dba1c + +2002-09-01 Subhendu Ghosh + + * INSTALL, INSTALLING: file rename for MacOS X git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@86 f882894a-f735-0410-b71e-b25c423dba1c + +2002-09-01 Subhendu Ghosh + + * plugins/check_smtp.c: Valid MAIL command git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@85 f882894a-f735-0410-b71e-b25c423dba1c + +2002-08-22 Subhendu Ghosh + + * contrib/check_snmp_process_monitor.pl: updates git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@84 f882894a-f735-0410-b71e-b25c423dba1c + +2002-08-22 Subhendu Ghosh + + * command.cfg.in: smsclient config git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@83 f882894a-f735-0410-b71e-b25c423dba1c + +2002-08-22 Subhendu Ghosh + + * contrib/check_snmp_disk_monitor.pl, + contrib/check_snmp_process_monitor.pl: new plugins contrib git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@82 f882894a-f735-0410-b71e-b25c423dba1c + +2002-08-18 Karl DeBisschop + + * plugins/check_by_ssh.c: typo in options passed to ssh for ipv6. + fix by setting a generic hook for 1-char pasthhru options git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@81 f882894a-f735-0410-b71e-b25c423dba1c + +2002-08-14 Subhendu Ghosh + + * plugins-scripts/check_disk_smb.pl: patch for admin shares git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@80 f882894a-f735-0410-b71e-b25c423dba1c + +2002-08-14 Subhendu Ghosh + + * command.cfg.in: qpage definitions git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@79 f882894a-f735-0410-b71e-b25c423dba1c + +2002-08-14 Subhendu Ghosh + + * plugins-scripts/check_ifstatus.pl: skip PPP interfaces git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@78 f882894a-f735-0410-b71e-b25c423dba1c + +2002-08-14 Subhendu Ghosh + + * plugins/check_smtp.c: added HELO command git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@77 f882894a-f735-0410-b71e-b25c423dba1c + +2002-08-14 Subhendu Ghosh + + * plugins/check_by_ssh.c: ipv4/ipv6 switch added git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@76 f882894a-f735-0410-b71e-b25c423dba1c + +2002-08-14 Subhendu Ghosh + + * plugins/check_hpjd.c: net-snmp v5x fix git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@75 f882894a-f735-0410-b71e-b25c423dba1c + +2002-08-14 Subhendu Ghosh + + * contrib/check_apc_ups.pl: fix for ePN git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@74 f882894a-f735-0410-b71e-b25c423dba1c + +2002-08-14 Subhendu Ghosh + + * contrib/check_linux_raid.pl, contrib/check_nagios_db.pl: new plugins git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@73 f882894a-f735-0410-b71e-b25c423dba1c + +2002-08-14 Subhendu Ghosh + + * contrib/check_inodes-freebsd.pl: check inodes - freebsd - + candidate for merge with check_inodes git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@72 f882894a-f735-0410-b71e-b25c423dba1c + +2002-08-14 Subhendu Ghosh + + * contrib/check_smb.sh: new smb check - users git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@71 f882894a-f735-0410-b71e-b25c423dba1c + +2002-08-13 Ethan Galstad + + * plugins/check_game.c: Mod to display current/max number of players + in a game (Frank Kannemann) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@70 f882894a-f735-0410-b71e-b25c423dba1c + +2002-08-12 Ethan Galstad + + * contrib/check_disk_snmp.pl: Updated to use getopt (Christoph + Maser) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@69 f882894a-f735-0410-b71e-b25c423dba1c + +2002-08-01 Subhendu Ghosh + + * plugins/check_snmp.c: re-patched exit state comparison git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@68 f882894a-f735-0410-b71e-b25c423dba1c + +2002-08-01 Subhendu Ghosh + + * plugins/check_snmp.c: port option added, -c support net-snmpv5, + complete response string output git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@67 f882894a-f735-0410-b71e-b25c423dba1c + +2002-08-01 Ethan Galstad + + * contrib/check_digitemp.pl: Add Brian Lane's Digitemp (1-wire temp + sensor) plugin git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@66 f882894a-f735-0410-b71e-b25c423dba1c + +2002-07-16 Ethan Galstad + + * contrib/check_disk_snmp.pl: Christoph Maser's plugin to check disk + usage via SNMP3 git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@65 f882894a-f735-0410-b71e-b25c423dba1c + +2002-07-16 Stanley Hopcroft + + * contrib/check_ms_spooler.pl: Primitive and in need of refinement + test of MS spooler (with smbclient) git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@64 f882894a-f735-0410-b71e-b25c423dba1c + +2002-07-04 Subhendu Ghosh + + * contrib/check_procl.sh: Jerome Tytgat - accumulated/percentage + CPU/MEM per process - bash plugin git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@63 f882894a-f735-0410-b71e-b25c423dba1c + +2002-07-04 Subhendu Ghosh + + * INSTALL: doc update git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@62 f882894a-f735-0410-b71e-b25c423dba1c + +2002-06-28 Subhendu Ghosh + + * INSTALL: note about autoconf/automake version git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@61 f882894a-f735-0410-b71e-b25c423dba1c + +2002-06-25 Subhendu Ghosh + + * contrib/check_rbl.c: Check if IP address is specified on RBL - Tim + Bell git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@60 f882894a-f735-0410-b71e-b25c423dba1c + +2002-06-25 Subhendu Ghosh + + * contrib/check_lmmon.pl: check motherboard/cpu temp via lmmon git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@59 f882894a-f735-0410-b71e-b25c423dba1c + +2002-06-24 Subhendu Ghosh + + * plugins/check_http.c: ignore return status codes if user specified + status line check git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@58 f882894a-f735-0410-b71e-b25c423dba1c + +2002-06-24 Subhendu Ghosh + + * plugins/check_snmp.c: printf bug for large numbers - Jeff Murray git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@57 f882894a-f735-0410-b71e-b25c423dba1c + +2002-06-20 Subhendu Ghosh + + * plugins-scripts/check_disk_smb.pl: logic fix for disk space + thresholds git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@56 f882894a-f735-0410-b71e-b25c423dba1c + +2002-06-19 Subhendu Ghosh + + * plugins/check_dig.c, plugins/check_dns.c, plugins/check_fping.c, + plugins/check_hpjd.c, plugins/check_nagios.c, plugins/check_ping.c, + plugins/check_snmp.c, plugins/check_vsz.c, plugins/urlize.c, + plugins/utils.c, plugins/utils.h.in: more POSIX return value + comparison related code fixes git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@55 f882894a-f735-0410-b71e-b25c423dba1c + +2002-06-19 Subhendu Ghosh + + * plugins/check_disk.c, plugins/check_ping.c, plugins/check_procs.c: + fixes for using POSIX return codes git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@54 f882894a-f735-0410-b71e-b25c423dba1c + +2002-06-18 Subhendu Ghosh + + * plugins/common.h.in: updated to POSIX return codes git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@53 f882894a-f735-0410-b71e-b25c423dba1c + +2002-06-18 Subhendu Ghosh + + * contrib/check_cluster.c: Ethan's check_cluster git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@52 f882894a-f735-0410-b71e-b25c423dba1c + +2002-06-13 Subhendu Ghosh + + * plugins/check_smtp.c: conformance to RFC 821 git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@51 f882894a-f735-0410-b71e-b25c423dba1c + +2002-06-13 Subhendu Ghosh + + * configure.in: use xntpdc on Solaris for check_ntp git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@50 f882894a-f735-0410-b71e-b25c423dba1c + +2002-06-10 Subhendu Ghosh + + * plugins/check_smtp.c: patch to stop NOQUEUE syslog messages - Karl + Ewald git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@49 f882894a-f735-0410-b71e-b25c423dba1c + +2002-06-08 Subhendu Ghosh + + * plugins-scripts/check_ntp.pl: xntpdc/ntpdc patch - John Koyle git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@48 f882894a-f735-0410-b71e-b25c423dba1c + +2002-06-06 Subhendu Ghosh + + * plugins-scripts/subst.in, plugins-scripts/utils.sh.in: corrected + result codes - for sh; corrected substition for libexec - Tom + Bertelson git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@47 f882894a-f735-0410-b71e-b25c423dba1c + +2002-06-06 Subhendu Ghosh + + * plugins/check_disk.c: added option for mount point - Tom Bertelson git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@46 f882894a-f735-0410-b71e-b25c423dba1c + +2002-06-06 Subhendu Ghosh + + * plugins-scripts/check_oracle.sh: Add test for Oracle name server, + can dynamicall determine ORACLE_HOME - tom Bertelson git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@45 f882894a-f735-0410-b71e-b25c423dba1c + +2002-06-06 Subhendu Ghosh + + * plugins-scripts/check_flexlm.pl: conditional on lmstat git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@44 f882894a-f735-0410-b71e-b25c423dba1c + +2002-06-06 Subhendu Ghosh + + * plugins-scripts/check_ntp.pl: conditional on ntpdc git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@43 f882894a-f735-0410-b71e-b25c423dba1c + +2002-05-29 Subhendu Ghosh + + * command.cfg.in: notes added git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@42 f882894a-f735-0410-b71e-b25c423dba1c + +2002-05-28 Subhendu Ghosh + + * command.cfg.in: option updates, more examples git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@41 f882894a-f735-0410-b71e-b25c423dba1c + +2002-05-28 Subhendu Ghosh + + * command.cfg.in: option updates, more examples git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@40 f882894a-f735-0410-b71e-b25c423dba1c + +2002-05-27 Subhendu Ghosh + + * plugins-scripts/check_ntp.pl: checked in too quickly git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@39 f882894a-f735-0410-b71e-b25c423dba1c + +2002-05-27 Subhendu Ghosh + + * doc/README, doc/developer-guidelines.html, + doc/developer-guidelines.sgml: added developer guidelines. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@38 f882894a-f735-0410-b71e-b25c423dba1c + +2002-05-27 Subhendu Ghosh + + * configure.in: typo, AIX 4.3 ps, smbclient, Net::SNMP fixes git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@37 f882894a-f735-0410-b71e-b25c423dba1c + +2002-05-27 Subhendu Ghosh + + * acconfig.h, plugins-scripts/utils.pm.in: new var - smbclient git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@36 f882894a-f735-0410-b71e-b25c423dba1c + +2002-05-27 Subhendu Ghosh + + * plugins-scripts/check_ntp.pl: logic reorg, ePN fix and support for + utils.pm git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@35 f882894a-f735-0410-b71e-b25c423dba1c + +2002-05-27 Subhendu Ghosh + + * plugins-scripts/check_disk_smb.pl: ePN fix and support for + utils.pm git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@34 f882894a-f735-0410-b71e-b25c423dba1c + +2002-05-23 Subhendu Ghosh + + * contrib/check_log2.pl, contrib/check_vcs.pl: New plugins from + Aaron Bostick - Veritas Cluster, logfile git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@33 f882894a-f735-0410-b71e-b25c423dba1c + +2002-05-10 Subhendu Ghosh + + * plugins-scripts/check_rpc.pl: updates for ePN, patch for multiple + version check git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@32 f882894a-f735-0410-b71e-b25c423dba1c + +2002-05-10 Subhendu Ghosh + + * configure.in, plugins-scripts/utils.pm.in: added programs to + autoconf git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@31 f882894a-f735-0410-b71e-b25c423dba1c + +2002-05-10 Subhendu Ghosh + + * acconfig.h: This commit was generated by cvs2svn to compensate for + changes in r29, which included commits to RCS files with non-trunk + default branches. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@30 f882894a-f735-0410-b71e-b25c423dba1c + +2002-05-09 Subhendu Ghosh + + * plugins-scripts/Makefile.am, + plugins-scripts/check_ifoperstatus.pl: migrated check_ifoperstatus + to standard plugin git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@28 f882894a-f735-0410-b71e-b25c423dba1c + +2002-05-08 Subhendu Ghosh + + * plugins/check_ping.c: patch for Suse 8.0 loss output git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@27 f882894a-f735-0410-b71e-b25c423dba1c + +2002-05-08 Subhendu Ghosh + + * plugins-scripts/utils.pm.in: is_hostname added, update CODES to POSIX git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@26 f882894a-f735-0410-b71e-b25c423dba1c + +2002-05-08 Subhendu Ghosh + + * plugins/check_hpjd.c, plugins/check_ups.c: updated notes git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@25 f882894a-f735-0410-b71e-b25c423dba1c + +2002-05-08 Subhendu Ghosh + + * configure.in: updated messages and check for host command git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@24 f882894a-f735-0410-b71e-b25c423dba1c + +2002-05-08 Subhendu Ghosh + + * plugins-scripts/Makefile.am, plugins-scripts/check_ifstatus.pl: + moved updated check_ifstatus to standard plugin git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@23 f882894a-f735-0410-b71e-b25c423dba1c + +2002-05-07 Subhendu Ghosh + + * plugins-scripts/check_breeze.pl, plugins-scripts/check_flexlm.pl, + plugins-scripts/check_ircd.pl, plugins-scripts/check_netdns.pl, + plugins-scripts/check_ntp.pl, plugins-scripts/check_wave.pl: 2nd fix + for ePN git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@22 f882894a-f735-0410-b71e-b25c423dba1c + +2002-05-02 Subhendu Ghosh + + * plugins-scripts/check_breeze.pl, + plugins-scripts/check_disk_smb.pl, plugins-scripts/check_flexlm.pl, + plugins-scripts/check_ircd.pl, plugins-scripts/check_netdns.pl, + plugins-scripts/check_ntp.pl, plugins-scripts/check_rpc.pl, + plugins-scripts/check_wave.pl: fix for embedded perl git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@21 f882894a-f735-0410-b71e-b25c423dba1c + +2002-05-02 Subhendu Ghosh + + * tools/README, tools/mini_epn.c, tools/p1.pl: updated mini_epn and + p1.pl added to plugins distribution git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@20 f882894a-f735-0410-b71e-b25c423dba1c + +2002-05-01 Subhendu Ghosh + + * : remote log check (via snmp possible) by Alexander Haderer git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@19 f882894a-f735-0410-b71e-b25c423dba1c + +2002-04-29 Karl DeBisschop + + * plugins/getopt.h: failed to carry over from old plugins, listed in + EXTRA_DIST, needed for build git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@18 f882894a-f735-0410-b71e-b25c423dba1c + +2002-04-23 Subhendu Ghosh + + * plugins/check_ping.c: corrected program name and added rtt patch + for RH7.2+beta git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@17 f882894a-f735-0410-b71e-b25c423dba1c + +2002-04-18 Ethan Galstad + + * contrib/check_inodes.pl: add check_inodes contrib plugin by John + Jolet git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@16 f882894a-f735-0410-b71e-b25c423dba1c + +2002-04-18 Ethan Galstad + + * configure.in: configure script patch for ping syntax git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@15 f882894a-f735-0410-b71e-b25c423dba1c + +2002-04-07 Subhendu Ghosh + + * contrib/check_backup.pl, contrib/check_dl_size.pl: plugins from + Patrick Greenwell git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@14 f882894a-f735-0410-b71e-b25c423dba1c + +2002-04-05 Subhendu Ghosh + + * acconfig.h: This commit was generated by cvs2svn to compensate for + changes in r12, which included commits to RCS files with non-trunk + default branches. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@13 f882894a-f735-0410-b71e-b25c423dba1c + +2002-04-05 Subhendu Ghosh + + * : plugin to check spread messaging toolkit git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@11 f882894a-f735-0410-b71e-b25c423dba1c + +2002-04-03 Subhendu Ghosh + + * contrib/check_oracle_instance.pl: from Sven Dolderer - check oracle instance git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@10 f882894a-f735-0410-b71e-b25c423dba1c + +2002-04-03 Subhendu Ghosh + + * plugins-scripts/check_nfs.pl: check_nfs functionality exists in + check_rpc git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@9 f882894a-f735-0410-b71e-b25c423dba1c + +2002-03-18 Subhendu Ghosh + + * plugins-scripts/subst.in: function to update perl plugin scripts + to find utils.pm git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@8 f882894a-f735-0410-b71e-b25c423dba1c + +2002-03-01 Ethan Galstad + + * plugins/.cvsignore, plugins/config.h.in: Fix for stupid me git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@7 f882894a-f735-0410-b71e-b25c423dba1c + +2002-03-01 Ethan Galstad + + * contrib/check_breeze.pl, contrib/check_dhcp.c, + contrib/check_flexlm.pl, contrib/check_hltherm.c, + contrib/check_hprsc.pl, contrib/check_ipxping.c, + contrib/check_mysql.c, contrib/check_uptime.c, + contrib/check_wave.pl, contrib/readme.txt, plugins/.cvsignore, + plugins/config.h.in: Contrib plugin cleanup git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@6 f882894a-f735-0410-b71e-b25c423dba1c + +2002-02-28 Ethan Galstad + + * .cvsignore, AUTHORS, CODING, COPYING, ChangeLog, FAQ, Helper.pm, + INSTALL, LEGAL, Makefile.am, NEWS, README, REQUIREMENTS, ROADMAP, + Requirements, acconfig.h, aclocal.m4, command.cfg.in, configure.in, + contrib/aix/check_crit_dsk, contrib/aix/check_dsk, + contrib/aix/check_failed, contrib/aix/check_io, + contrib/aix/check_kerberos, contrib/aix/check_ping, + contrib/aix/check_queue, contrib/aix/pg_stat, + contrib/check_apache.pl, contrib/check_apc_ups.pl, + contrib/check_bgpstate.pl, contrib/check_dhcp.c, + contrib/check_dlswcircuit.pl, contrib/check_dns_random.pl, + contrib/check_email_loop.pl, contrib/check_fping_in.c, + contrib/check_ftpget.pl, contrib/check_ifoperstatus.pl, + contrib/check_ifstatus.pl, contrib/check_ipxping.c, + contrib/check_joy.sh, contrib/check_maxchannels.pl, + contrib/check_maxwanstate.pl, contrib/check_mem.pl, + contrib/check_mysql.c, contrib/check_mysql.pl, + contrib/check_nagios.pl, contrib/check_netapp.pl, + contrib/check_nmap.py, contrib/check_nwstat.pl, + contrib/check_ora_table_space.pl, contrib/check_pop3.pl, + contrib/check_qmailq.pl, contrib/check_rrd_data.pl, + contrib/check_sap.sh, contrib/check_sockets.pl, + contrib/check_timeout.c, contrib/check_uptime.c, + contrib/checkciscotemp.pl, contrib/maser-oracle.pl, + contrib/mrtgext.pl, contrib/readme.txt, contrib/restrict.pl, + contrib/urlize.pl, contrib/utils.py, install-sh, make-tarball, + missing, mkinstalldirs, nagios-plugins.spec, opttest.pl, + package.def, plugins-scripts/.cvsignore, + plugins-scripts/Makefile.am, plugins-scripts/check_breeze.pl, + plugins-scripts/check_disk_smb.pl, plugins-scripts/check_flexlm.pl, + plugins-scripts/check_ircd.pl, plugins-scripts/check_log.sh, + plugins-scripts/check_netdns.pl, plugins-scripts/check_nfs.pl, + plugins-scripts/check_ntp.pl, plugins-scripts/check_oracle.sh, + plugins-scripts/check_rpc.pl, plugins-scripts/check_sensors.sh, + plugins-scripts/check_wave.pl, plugins-scripts/subst.in, + plugins-scripts/t/check_rpc.t, plugins-scripts/utils.pm.in, + plugins-scripts/utils.sh.in, plugins/.cvsignore, + plugins/Makefile.am, plugins/check_by_ssh.c, plugins/check_dig.c, + plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, + plugins/check_fping.c, plugins/check_ftp.c, plugins/check_game.c, + plugins/check_hpjd.c, plugins/check_http.c, + plugins/check_ide-smart.c, plugins/check_imap.c, + plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c, + plugins/check_mrtgtraf.c, plugins/check_mysql.c, + plugins/check_nagios.c, plugins/check_nntp.c, plugins/check_nt.c, + plugins/check_nwstat.c, plugins/check_overcr.c, + plugins/check_pgsql.c, plugins/check_ping.c, plugins/check_pop.c, + plugins/check_procs.c, plugins/check_radius.c, + plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c, + plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c, + plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c, + plugins/check_users.c, plugins/check_vsz.c, plugins/common.h.in, + plugins/getopt.c, plugins/getopt1.c, plugins/netutils.c, + plugins/netutils.h.in, plugins/popen.c, plugins/popen.h.in, + plugins/snprintf.c, plugins/t/check_disk.t, plugins/t/check_dns.t, + plugins/t/check_fping.t, plugins/t/check_ftp.t, + plugins/t/check_hpjd.t, plugins/t/check_http.t, + plugins/t/check_imap.t, plugins/t/check_load.t, + plugins/t/check_mysql.t, plugins/t/check_ping.t, + plugins/t/check_pop.t, plugins/t/check_procs.t, + plugins/t/check_smtp.t, plugins/t/check_snmp.t, + plugins/t/check_swap.t, plugins/t/check_tcp.t, + plugins/t/check_time.t, plugins/t/check_udp.t, + plugins/t/check_users.t, plugins/t/check_vsz.t, + plugins/tests/check_disk, plugins/tests/check_dns, + plugins/tests/check_ftp, plugins/tests/check_hpjd, + plugins/tests/check_http, plugins/tests/check_load, + plugins/tests/check_ping, plugins/tests/check_procs, + plugins/tests/check_swap, plugins/tests/check_users, + plugins/tests/check_vsz, plugins/urlize.c, plugins/utils.c, + plugins/utils.h.in, plugins/version.h.in, rpm, subst.in, subst.sh, + test.pl.in, tools/setup, tools/tango: Initial revision git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2 f882894a-f735-0410-b71e-b25c423dba1c + +2002-02-28 (no author) <(no author)@f882894a-f735-0410-b71e-b25c423dba1c> + + * New repository initialized by cvs2svn. git-svn-id: + + https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1 f882894a-f735-0410-b71e-b25c423dba1c diff --git a/INSTALL b/INSTALL index 23e5f25..5458714 100644 --- a/INSTALL +++ b/INSTALL @@ -1,8 +1,8 @@ Installation Instructions ************************* -Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005 Free -Software Foundation, Inc. +Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005, +2006 Free Software Foundation, Inc. This file is free documentation; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. @@ -10,7 +10,10 @@ unlimited permission to copy, distribute and modify it. Basic Installation ================== -These are generic installation instructions. +Briefly, the shell commands `./configure; make; make install' should +configure, build, and install this package. The following +more-detailed instructions are generic; see the `README' file for +instructions specific to this package. The `configure' shell script attempts to guess correct values for various system-dependent variables used during compilation. It uses @@ -23,9 +26,9 @@ debugging `configure'). It can also use an optional file (typically called `config.cache' and enabled with `--cache-file=config.cache' or simply `-C') that saves -the results of its tests to speed up reconfiguring. (Caching is +the results of its tests to speed up reconfiguring. Caching is disabled by default to prevent problems with accidental use of stale -cache files.) +cache files. If you need to do unusual things to compile the package, please try to figure out how `configure' could check whether to do them, and mail @@ -35,20 +38,17 @@ some point `config.cache' contains results you don't want to keep, you may remove or edit it. The file `configure.ac' (or `configure.in') is used to create -`configure' by a program called `autoconf'. You only need -`configure.ac' if you want to change it or regenerate `configure' using -a newer version of `autoconf'. +`configure' by a program called `autoconf'. You need `configure.ac' if +you want to change it or regenerate `configure' using a newer version +of `autoconf'. The simplest way to compile this package is: 1. `cd' to the directory containing the package's source code and type - `./configure' to configure the package for your system. If you're - using `csh' on an old version of System V, you might need to type - `sh ./configure' instead to prevent `csh' from trying to execute - `configure' itself. + `./configure' to configure the package for your system. - Running `configure' takes awhile. While running, it prints some - messages telling which features it is checking for. + Running `configure' might take a while. While running, it prints + some messages telling which features it is checking for. 2. Type `make' to compile the package. @@ -78,7 +78,7 @@ details on some of the pertinent environment variables. by setting variables in the command line or in the environment. Here is an example: - ./configure CC=c89 CFLAGS=-O2 LIBS=-lposix + ./configure CC=c99 CFLAGS=-g LIBS=-lposix *Note Defining Variables::, for more details. @@ -87,17 +87,15 @@ Compiling For Multiple Architectures You can compile the package for more than one kind of computer at the same time, by placing the object files for each architecture in their -own directory. To do this, you must use a version of `make' that -supports the `VPATH' variable, such as GNU `make'. `cd' to the +own directory. To do this, you can use GNU `make'. `cd' to the directory where you want the object files and executables to go and run the `configure' script. `configure' automatically checks for the source code in the directory that `configure' is in and in `..'. - If you have to use a `make' that does not support the `VPATH' -variable, you have to compile the package for one architecture at a -time in the source code directory. After you have installed the -package for one architecture, use `make distclean' before reconfiguring -for another architecture. + With a non-GNU `make', it is safer to compile the package for one +architecture at a time in the source code directory. After you have +installed the package for one architecture, use `make distclean' before +reconfiguring for another architecture. Installation Names ================== @@ -190,12 +188,12 @@ them in the `configure' command line, using `VAR=value'. For example: ./configure CC=/usr/local2/bin/gcc causes the specified `gcc' to be used as the C compiler (unless it is -overridden in the site shell script). Here is a another example: +overridden in the site shell script). - /bin/bash ./configure CONFIG_SHELL=/bin/bash +Unfortunately, this technique does not work for `CONFIG_SHELL' due to +an Autoconf bug. Until the bug is fixed you can use this workaround: -Here the `CONFIG_SHELL=/bin/bash' operand causes subsequent -configuration-related scripts to be executed by `/bin/bash'. + CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash `configure' Invocation ====================== diff --git a/Makefile.in b/Makefile.in index 426f634..19c42b9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,8 +1,8 @@ -# Makefile.in generated by automake 1.9.6 from Makefile.am. +# Makefile.in generated by automake 1.10 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # This Makefile.in 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. @@ -13,13 +13,10 @@ # PARTICULAR PURPOSE. @SET_MAKE@ -srcdir = @srcdir@ -top_srcdir = @top_srcdir@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ -top_builddir = . am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -34,6 +31,7 @@ PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ +subdir = . DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in $(srcdir)/command.cfg.in \ $(srcdir)/config.h.in $(srcdir)/test.pl.in \ @@ -43,7 +41,6 @@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ build-aux/config.rpath build-aux/config.sub build-aux/depcomp \ build-aux/install-sh build-aux/ltmain.sh build-aux/missing \ build-aux/mkinstalldirs config.rpath mkinstalldirs -subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/np_mysqlclient.m4 \ $(top_srcdir)/gl/m4/00gnulib.m4 $(top_srcdir)/gl/m4/alloca.m4 \ @@ -119,7 +116,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/np_mysqlclient.m4 \ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ - configure.lineno configure.status.lineno + configure.lineno config.status.lineno mkinstalldirs = $(SHELL) $(top_srcdir)/build-aux/mkinstalldirs CONFIG_HEADER = config.h CONFIG_CLEAN_FILES = command.cfg test.pl pkg/solaris/pkginfo @@ -127,10 +124,13 @@ SOURCES = DIST_SOURCES = RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ html-recursive info-recursive install-data-recursive \ - install-exec-recursive install-info-recursive \ - install-recursive installcheck-recursive installdirs-recursive \ - pdf-recursive ps-recursive uninstall-info-recursive \ - uninstall-recursive + install-dvi-recursive install-exec-recursive \ + install-html-recursive install-info-recursive \ + install-pdf-recursive install-ps-recursive install-recursive \ + installcheck-recursive installdirs-recursive pdf-recursive \ + ps-recursive uninstall-recursive +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) @@ -145,12 +145,9 @@ DIST_ARCHIVES = $(distdir).tar.gz GZIP_ENV = --best distuninstallcheck_listfiles = find . -type f -print distcleancheck_listfiles = find . -type f -print -INSTALL = @INSTALL@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ ALLOCA_H = @ALLOCA_H@ -AMDEP_FALSE = @AMDEP_FALSE@ -AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ AR = @AR@ @@ -205,8 +202,6 @@ GETLOADAVG_LIBS = @GETLOADAVG_LIBS@ GETOPT_H = @GETOPT_H@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GLIBC21 = @GLIBC21@ -GL_COND_LIBTOOL_FALSE = @GL_COND_LIBTOOL_FALSE@ -GL_COND_LIBTOOL_TRUE = @GL_COND_LIBTOOL_TRUE@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNULIB_ACCEPT = @GNULIB_ACCEPT@ @@ -487,6 +482,7 @@ HOSTENT_LIB = @HOSTENT_LIB@ HOSTNAME = @HOSTNAME@ INCLUDE_NEXT = @INCLUDE_NEXT@ INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ +INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ @@ -517,6 +513,7 @@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ MATHLIBS = @MATHLIBS@ +MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ @@ -587,8 +584,6 @@ PYTHON = @PYTHON@ RADIUSLIBS = @RADIUSLIBS@ RANLIB = @RANLIB@ RELEASE = @RELEASE@ -RELEASE_PRESENT_FALSE = @RELEASE_PRESENT_FALSE@ -RELEASE_PRESENT_TRUE = @RELEASE_PRESENT_TRUE@ REPLACE_BTOWC = @REPLACE_BTOWC@ REPLACE_CEILF = @REPLACE_CEILF@ REPLACE_CEILL = @REPLACE_CEILL@ @@ -685,11 +680,7 @@ SYS_SOCKET_H = @SYS_SOCKET_H@ SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@ TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ -USE_LIBTAP_LOCAL_FALSE = @USE_LIBTAP_LOCAL_FALSE@ -USE_LIBTAP_LOCAL_TRUE = @USE_LIBTAP_LOCAL_TRUE@ USE_NLS = @USE_NLS@ -USE_PARSE_INI_FALSE = @USE_PARSE_INI_FALSE@ -USE_PARSE_INI_TRUE = @USE_PARSE_INI_TRUE@ VERSION = @VERSION@ VOID_UNSETENV = @VOID_UNSETENV@ WARRANTY = @WARRANTY@ @@ -700,13 +691,13 @@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_F77 = @ac_ct_F77@ -am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ -am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ -am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ @@ -718,6 +709,7 @@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ +builddir = @builddir@ check_tcp_ssl = @check_tcp_ssl@ datadir = @datadir@ datarootdir = @datarootdir@ @@ -751,8 +743,11 @@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ with_trusted_path = @with_trusted_path@ SUBDIRS = gl tap lib plugins plugins-scripts plugins-root po @PERLMODS_DIR@ EXTRA_DIST = config.rpath \ @@ -810,7 +805,7 @@ $(ACLOCAL_M4): $(am__aclocal_m4_deps) config.h: stamp-h1 @if test ! -f $@; then \ rm -f stamp-h1; \ - $(MAKE) stamp-h1; \ + $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ else :; fi stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status @@ -838,7 +833,6 @@ clean-libtool: distclean-libtool: -rm -f libtool -uninstall-info-am: # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. @@ -871,8 +865,7 @@ $(RECURSIVE_TARGETS): $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" -mostlyclean-recursive clean-recursive distclean-recursive \ -maintainer-clean-recursive: +$(RECURSIVE_CLEAN_TARGETS): @failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ @@ -974,24 +967,22 @@ distclean-tags: distdir: $(DISTFILES) $(am__remove_distdir) - mkdir $(distdir) - $(mkdir_p) $(distdir)/. $(distdir)/build-aux $(distdir)/config_test $(distdir)/gl/m4 $(distdir)/m4 $(distdir)/pkg/solaris $(distdir)/plugins-scripts $(distdir)/po $(distdir)/tools - @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ - list='$(DISTFILES)'; for file in $$list; do \ - case $$file in \ - $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ - $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ - esac; \ + test -d $(distdir) || mkdir $(distdir) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test "$$dir" != "$$file" && test "$$dir" != "."; then \ - dir="/$$dir"; \ - $(mkdir_p) "$(distdir)$$dir"; \ - else \ - dir=''; \ - fi; \ if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ fi; \ @@ -1005,7 +996,7 @@ distdir: $(DISTFILES) list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -d "$(distdir)/$$subdir" \ - || $(mkdir_p) "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ distdir=`$(am__cd) $(distdir) && pwd`; \ top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ @@ -1013,6 +1004,8 @@ distdir: $(DISTFILES) $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$top_distdir" \ distdir="$$distdir/$$subdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ distdir) \ || exit 1; \ fi; \ @@ -1023,7 +1016,7 @@ distdir: $(DISTFILES) -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ - ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ + ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ || chmod -R a+r $(distdir) dist-gzip: distdir tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz @@ -1098,7 +1091,7 @@ distcheck: dist $(am__remove_distdir) @(echo "$(distdir) archives ready for distribution: "; \ list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ - sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}' + sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' distuninstallcheck: @cd $(distuninstallcheck_dir) \ && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ @@ -1168,12 +1161,20 @@ info-am: install-data-am: +install-dvi: install-dvi-recursive + install-exec-am: +install-html: install-html-recursive + install-info: install-info-recursive install-man: +install-pdf: install-pdf-recursive + +install-ps: install-ps-recursive + installcheck-am: maintainer-clean: maintainer-clean-recursive @@ -1194,24 +1195,26 @@ ps: ps-recursive ps-am: -uninstall-am: uninstall-info-am +uninstall-am: -uninstall-info: uninstall-info-recursive +.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ + install-strip -.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \ - check-am clean clean-generic clean-libtool clean-recursive \ - ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ - dist-hook dist-shar dist-tarZ dist-zip distcheck distclean \ - distclean-generic distclean-hdr distclean-libtool \ - distclean-recursive distclean-tags distcleancheck distdir \ - distuninstallcheck dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am install-exec \ - install-exec-am install-info install-info-am install-man \ - install-strip installcheck installcheck-am installdirs \ - installdirs-am maintainer-clean maintainer-clean-generic \ - maintainer-clean-recursive mostlyclean mostlyclean-generic \ - mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \ - tags tags-recursive uninstall uninstall-am uninstall-info-am +.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ + all all-am am--refresh check check-am clean clean-generic \ + clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \ + dist-gzip dist-hook dist-shar dist-tarZ dist-zip distcheck \ + distclean distclean-generic distclean-hdr distclean-libtool \ + distclean-tags distcleancheck distdir distuninstallcheck dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs installdirs-am \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-recursive uninstall uninstall-am dist-hook: diff --git a/NEWS b/NEWS index 451b654..9e2906f 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ This file documents the major additions and syntax changes between releases. -1.4.14 ... +1.4.14 16th September 2009 check_http has options to specify the HTTP method (#2155152) check_users thresholds were not working exactly as documented (>= rather than >) Updated tinderbox_build script to point to new tinderbox server @@ -41,6 +41,7 @@ This file documents the major additions and syntax changes between releases. check_fping now supports passing target timeout and interval to fping (#2347686 - Martin Foster) Fixed SNMPv3 behaviour of check_ifoperstatus and check_ifstatus. Added -P to define privprotocol (#2343438 - Robin Schroeder) check_ifoperstatus and check_ifstatus are now more user-friendly in case of missing arguments + pst3 compile fix for Sun Studio Compiler (Grant Byers) 1.4.13 25th Sept 2008 Fix Debian bug #460097: check_http --max-age broken (Hilko Bengen) diff --git a/NP-VERSION-GEN b/NP-VERSION-GEN index 657ef3c..273e066 100755 --- a/NP-VERSION-GEN +++ b/NP-VERSION-GEN @@ -6,7 +6,7 @@ SRC_ROOT=`dirname $0` NPVF=NP-VERSION-FILE -DEF_VER=1.4.13.git +DEF_VER=1.4.14.git LF=' ' diff --git a/THANKS b/THANKS index 69b6faf..8d9cc0a 100644 --- a/THANKS +++ b/THANKS @@ -2,8 +2,8 @@ This software is brought to you by the Nagios Plugins Development Team. However, there have been many contributors to this project. Everyone below has helped in raising bug reports, creating patches or contributing new plugins. -dag rob?le fabiodds +dag rob?le Randy O'Meara Oskar Ahner Lance Albertson @@ -40,6 +40,7 @@ Richard Brodie Matthew Brown Dick van den Burg Jason Burnett +Grant Byers Carlos Canau Jim Carroll Ian Cass @@ -48,8 +49,8 @@ Alex Chaffee Eric Chen Alwyn Cherrington Ben Clewett -Charlie Cook Garry Cook +Charlie Cook Ollie Cook Jason Crawford David Croft @@ -89,8 +90,8 @@ Felix Frank Rick Frey Matt Garrett Robby Giffin -Florian Gleixner Flo Gleixner +Florian Gleixner Aravind Gottipati Kev Green Steve Greenland diff --git a/aclocal.m4 b/aclocal.m4 index 3c0ee44..44e2dc9 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,7 +1,7 @@ -# generated automatically by aclocal 1.9.6 -*- Autoconf -*- +# generated automatically by aclocal 1.10 -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -# 2005 Free Software Foundation, Inc. +# 2005, 2006 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. @@ -11,9 +11,14 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. +m4_if(m4_PACKAGE_VERSION, [2.61],, +[m4_fatal([this file was generated for autoconf 2.61. +You have another version of autoconf. If you want to use that, +you should regenerate the build system entirely.], [63])]) + # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- -# serial 48 Debian 1.5.22-4 AC_PROG_LIBTOOL +# serial 48 AC_PROG_LIBTOOL # AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED) @@ -1370,7 +1375,7 @@ darwin* | rhapsody*) version_type=darwin need_lib_prefix=no need_version=no - library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext' + library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext ${libname}${release}${versuffix}$shared_ext' soname_spec='${libname}${release}${major}$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH @@ -1397,6 +1402,18 @@ freebsd1*) dynamic_linker=no ;; +kfreebsd*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='GNU ld.so' + ;; + freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. @@ -1552,7 +1569,7 @@ linux*oldld* | linux*aout* | linux*coff*) ;; # This must be Linux ELF. -linux* | k*bsd*-gnu) +linux*) version_type=linux need_lib_prefix=no need_version=no @@ -1581,7 +1598,7 @@ linux* | k*bsd*-gnu) dynamic_linker='GNU/Linux ld.so' ;; -netbsdelf*-gnu) +knetbsd*-gnu) version_type=linux need_lib_prefix=no need_version=no @@ -1590,7 +1607,7 @@ netbsdelf*-gnu) shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes - dynamic_linker='NetBSD ld.elf_so' + dynamic_linker='GNU ld.so' ;; netbsd*) @@ -2298,7 +2315,7 @@ darwin* | rhapsody*) lt_cv_deplibs_check_method=pass_all ;; -freebsd* | dragonfly*) +freebsd* | kfreebsd*-gnu | dragonfly*) if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then case $host_cpu in i*86 ) @@ -2352,11 +2369,11 @@ irix5* | irix6* | nonstopux*) ;; # This must be Linux ELF. -linux* | k*bsd*-gnu) +linux*) lt_cv_deplibs_check_method=pass_all ;; -netbsd* | netbsdelf*-gnu) +netbsd*) if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' else @@ -3104,7 +3121,7 @@ case $host_os in freebsd-elf*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;; - freebsd* | dragonfly*) + freebsd* | kfreebsd*-gnu | dragonfly*) # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF # conventions _LT_AC_TAGVAR(ld_shlibs, $1)=yes @@ -3263,7 +3280,7 @@ case $host_os in _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ;; - linux* | k*bsd*-gnu) + linux*) case $cc_basename in KCC*) # Kuck and Associates, Inc. (KAI) C++ Compiler @@ -3365,7 +3382,7 @@ case $host_os in ;; esac ;; - netbsd* | netbsdelf*-gnu) + netbsd*) if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' wlarc= @@ -4630,7 +4647,7 @@ hpux*) # Its linker distinguishes data from code symbols lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" ;; -linux* | k*bsd*-gnu) +linux*) if test "$host_cpu" = ia64; then symcode='[[ABCDGIRSTW]]' lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" @@ -4903,7 +4920,7 @@ AC_MSG_CHECKING([for $compiler option to produce PIC]) ;; esac ;; - freebsd* | dragonfly*) + freebsd* | kfreebsd*-gnu | dragonfly*) # FreeBSD uses GNU C++ ;; hpux9* | hpux10* | hpux11*) @@ -4946,7 +4963,7 @@ AC_MSG_CHECKING([for $compiler option to produce PIC]) ;; esac ;; - linux* | k*bsd*-gnu) + linux*) case $cc_basename in KCC*) # KAI C++ Compiler @@ -4989,7 +5006,7 @@ AC_MSG_CHECKING([for $compiler option to produce PIC]) ;; esac ;; - netbsd* | netbsdelf*-gnu) + netbsd*) ;; osf3* | osf4* | osf5*) case $cc_basename in @@ -5200,7 +5217,7 @@ AC_MSG_CHECKING([for $compiler option to produce PIC]) _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; - linux* | k*bsd*-gnu) + linux*) case $cc_basename in icc* | ecc*) _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' @@ -5341,9 +5358,6 @@ ifelse([$1],[CXX],[ cygwin* | mingw*) _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]] /s/.* \([[^ ]]*\)/\1 DATA/;/^.* __nm__/s/^.* __nm__\([[^ ]]*\) [[^ ]]*/\1 DATA/;/^I /d;/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols' ;; - linux* | k*bsd*-gnu) - _LT_AC_TAGVAR(link_all_deplibs, $1)=no - ;; *) _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' ;; @@ -5514,7 +5528,7 @@ EOF _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; - linux* | k*bsd*-gnu) + linux*) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then tmp_addflag= case $cc_basename,$host_cpu in @@ -5540,13 +5554,12 @@ EOF $echo "local: *; };" >> $output_objdir/$libname.ver~ $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' fi - _LT_AC_TAGVAR(link_all_deplibs, $1)=no else _LT_AC_TAGVAR(ld_shlibs, $1)=no fi ;; - netbsd* | netbsdelf*-gnu) + netbsd*) if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= @@ -5876,7 +5889,7 @@ _LT_EOF ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. - freebsd* | dragonfly*) + freebsd* | kfreebsd*-gnu | dragonfly*) _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_AC_TAGVAR(hardcode_direct, $1)=yes @@ -5978,7 +5991,7 @@ _LT_EOF _LT_AC_TAGVAR(link_all_deplibs, $1)=yes ;; - netbsd* | netbsdelf*-gnu) + netbsd*) if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else @@ -6380,7 +6393,7 @@ SED=$lt_cv_path_SED AC_MSG_RESULT([$SED]) ]) -# Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -6390,14 +6403,29 @@ AC_MSG_RESULT([$SED]) # ---------------------------- # Automake X.Y traces this macro to ensure aclocal.m4 has been # generated from the m4 files accompanying Automake X.Y. -AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"]) +# (This private macro should not be called outside this file.) +AC_DEFUN([AM_AUTOMAKE_VERSION], +[am__api_version='1.10' +dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to +dnl require some minimum version. Point them to the right macro. +m4_if([$1], [1.10], [], + [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl +]) + +# _AM_AUTOCONF_VERSION(VERSION) +# ----------------------------- +# aclocal traces this macro to find the Autoconf version. +# This is a private macro too. Using m4_define simplifies +# the logic in aclocal, which can simply ignore this definition. +m4_define([_AM_AUTOCONF_VERSION], []) # AM_SET_CURRENT_AUTOMAKE_VERSION # ------------------------------- -# Call AM_AUTOMAKE_VERSION so it can be traced. +# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AC_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], - [AM_AUTOMAKE_VERSION([1.9.6])]) +[AM_AUTOMAKE_VERSION([1.10])dnl +_AM_AUTOCONF_VERSION(m4_PACKAGE_VERSION)]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- @@ -6454,14 +6482,14 @@ am_aux_dir=`cd $ac_aux_dir && pwd` # AM_CONDITIONAL -*- Autoconf -*- -# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005 +# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006 # 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. -# serial 7 +# serial 8 # AM_CONDITIONAL(NAME, SHELL-CONDITION) # ------------------------------------- @@ -6470,8 +6498,10 @@ AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl -AC_SUBST([$1_TRUE]) -AC_SUBST([$1_FALSE]) +AC_SUBST([$1_TRUE])dnl +AC_SUBST([$1_FALSE])dnl +_AM_SUBST_NOTMAKE([$1_TRUE])dnl +_AM_SUBST_NOTMAKE([$1_FALSE])dnl if $2; then $1_TRUE= $1_FALSE='#' @@ -6485,15 +6515,14 @@ AC_CONFIG_COMMANDS_PRE( Usually this means the macro was only invoked conditionally.]]) fi])]) - -# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 # 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. -# serial 8 +# serial 9 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be # written in clear, in which case automake, when reading aclocal.m4, @@ -6521,6 +6550,7 @@ AC_REQUIRE([AM_DEP_TRACK])dnl ifelse([$1], CC, [depcc="$CC" am_compiler_list=], [$1], CXX, [depcc="$CXX" am_compiler_list=], [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'], + [$1], UPC, [depcc="$UPC" am_compiler_list=], [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'], [depcc="$$1" am_compiler_list=]) @@ -6586,6 +6616,7 @@ AC_CACHE_CHECK([dependency style of $depcc], depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then @@ -6638,7 +6669,8 @@ if test "x$enable_dependency_tracking" != xno; then AMDEPBACKSLASH='\' fi AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) -AC_SUBST([AMDEPBACKSLASH]) +AC_SUBST([AMDEPBACKSLASH])dnl +_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl ]) # Generate code to set up dependency tracking. -*- Autoconf -*- @@ -6663,8 +6695,9 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], # some people rename them; so instead we look at the file content. # Grep'ing the first line is not enough: some people post-process # each Makefile.in and add a new line on top of each file to say so. - # So let's grep whole file. - if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then + # Grep'ing the whole file is not good either: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then dirpart=`AS_DIRNAME("$mf")` else continue @@ -6723,8 +6756,8 @@ AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)]) # Do all the work for Automake. -*- Autoconf -*- -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 -# Free Software Foundation, Inc. +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, +# 2005, 2006 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -6747,16 +6780,20 @@ AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)]) # arguments mandatory, and then we can depend on a new Autoconf # release and drop the old call support. AC_DEFUN([AM_INIT_AUTOMAKE], -[AC_PREREQ([2.58])dnl +[AC_PREREQ([2.60])dnl dnl Autoconf wants to disallow AM_ names. We explicitly allow dnl the ones we care about. m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl AC_REQUIRE([AC_PROG_INSTALL])dnl -# test to see if srcdir already configured -if test "`cd $srcdir && pwd`" != "`pwd`" && - test -f $srcdir/config.status; then - AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) + fi fi # test whether we have cygpath @@ -6776,6 +6813,9 @@ m4_ifval([$2], AC_SUBST([PACKAGE], [$1])dnl AC_SUBST([VERSION], [$2])], [_AM_SET_OPTIONS([$1])dnl +dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. +m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,, + [m4_fatal([AC_INIT should be called with package and version arguments])])dnl AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl @@ -6811,6 +6851,10 @@ AC_PROVIDE_IFELSE([AC_PROG_CXX], [_AM_DEPENDENCIES(CXX)], [define([AC_PROG_CXX], defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJC], + [_AM_DEPENDENCIES(OBJC)], + [define([AC_PROG_OBJC], + defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl ]) ]) @@ -6846,7 +6890,7 @@ echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count]) # Define $install_sh. AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -install_sh=${install_sh-"$am_aux_dir/install-sh"} +install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"} AC_SUBST(install_sh)]) # Copyright (C) 2003, 2005 Free Software Foundation, Inc. @@ -6922,13 +6966,14 @@ AC_MSG_RESULT([$_am_result]) rm -f confinc confmf ]) -# Copyright (C) 1999, 2000, 2001, 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005 +# 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. -# serial 3 +# serial 5 # AM_PROG_CC_C_O # -------------- @@ -6936,6 +6981,7 @@ rm -f confinc confmf 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 @@ -6948,18 +6994,22 @@ if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" CC="$am_aux_dir/compile $CC" fi +dnl Make sure AC_PROG_CC is never called again, or it will override our +dnl setting of CC. +m4_define([AC_PROG_CC], + [m4_fatal([AC_PROG_CC cannot be called after AM_PROG_CC_C_O])]) ]) # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- -# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2005 +# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005 # 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. -# serial 4 +# serial 5 # AM_MISSING_PROG(NAME, PROGRAM) # ------------------------------ @@ -6975,6 +7025,7 @@ AC_SUBST($1)]) # If it does, set am_missing_run to use it, otherwise, to nothing. AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +AC_REQUIRE_AUX_FILE([missing])dnl test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" # Use eval to expand $SHELL if eval "$MISSING --run true"; then @@ -6985,7 +7036,7 @@ else fi ]) -# Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -6993,60 +7044,23 @@ fi # AM_PROG_MKDIR_P # --------------- -# Check whether `mkdir -p' is supported, fallback to mkinstalldirs otherwise. -# -# Automake 1.8 used `mkdir -m 0755 -p --' to ensure that directories -# created by `make install' are always world readable, even if the -# installer happens to have an overly restrictive umask (e.g. 077). -# This was a mistake. There are at least two reasons why we must not -# use `-m 0755': -# - it causes special bits like SGID to be ignored, -# - it may be too restrictive (some setups expect 775 directories). -# -# Do not use -m 0755 and let people choose whatever they expect by -# setting umask. -# -# We cannot accept any implementation of `mkdir' that recognizes `-p'. -# Some implementations (such as Solaris 8's) are not thread-safe: if a -# parallel make tries to run `mkdir -p a/b' and `mkdir -p a/c' -# concurrently, both version can detect that a/ is missing, but only -# one can create it and the other will error out. Consequently we -# restrict ourselves to GNU make (using the --version option ensures -# this.) +# Check for `mkdir -p'. AC_DEFUN([AM_PROG_MKDIR_P], -[if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then - # We used to keeping the `.' as first argument, in order to - # allow $(mkdir_p) to be used without argument. As in - # $(mkdir_p) $(somedir) - # where $(somedir) is conditionally defined. However this is wrong - # for two reasons: - # 1. if the package is installed by a user who cannot write `.' - # make install will fail, - # 2. the above comment should most certainly read - # $(mkdir_p) $(DESTDIR)$(somedir) - # so it does not work when $(somedir) is undefined and - # $(DESTDIR) is not. - # To support the latter case, we have to write - # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir), - # so the `.' trick is pointless. - mkdir_p='mkdir -p --' -else - # On NextStep and OpenStep, the `mkdir' command does not - # recognize any option. It will interpret all options as - # directories to create, and then abort because `.' already - # exists. - for d in ./-p ./--version; - do - test -d $d && rmdir $d - done - # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists. - if test -f "$ac_aux_dir/mkinstalldirs"; then - mkdir_p='$(mkinstalldirs)' - else - mkdir_p='$(install_sh) -d' - fi -fi -AC_SUBST([mkdir_p])]) +[AC_PREREQ([2.60])dnl +AC_REQUIRE([AC_PROG_MKDIR_P])dnl +dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P, +dnl while keeping a definition of mkdir_p for backward compatibility. +dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile. +dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of +dnl Makefile.ins that do not define MKDIR_P, so we do our own +dnl adjustment using top_builddir (which is defined more often than +dnl MKDIR_P). +AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl +case $mkdir_p in + [[\\/$]]* | ?:[[\\/]]*) ;; + */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; +esac +]) # Helper functions for option handling. -*- Autoconf -*- @@ -7158,9 +7172,21 @@ dnl Don't test for $cross_compiling = yes, because it might be `maybe'. if test "$cross_compiling" != no; then AC_CHECK_TOOL([STRIP], [strip], :) fi -INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) +# Copyright (C) 2006 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_SUBST_NOTMAKE(VARIABLE) +# --------------------------- +# Prevent Automake from outputing VARIABLE = @VARIABLE@ in Makefile.in. +# This macro is traced by Automake. +AC_DEFUN([_AM_SUBST_NOTMAKE]) + # Check how to create a tarball. -*- Autoconf -*- # Copyright (C) 2004, 2005 Free Software Foundation, Inc. diff --git a/build-aux/config.sub b/build-aux/config.sub index 387c18d..fab0aa3 100755 --- a/build-aux/config.sub +++ b/build-aux/config.sub @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, # Inc. -timestamp='2006-07-02' +timestamp='2006-09-20' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -276,6 +276,7 @@ case $basic_machine in | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ | pyramid \ + | score \ | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ @@ -284,7 +285,7 @@ case $basic_machine in | tahoe | thumb | tic4x | tic80 | tron \ | v850 | v850e \ | we32k \ - | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \ + | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \ | z8k) basic_machine=$basic_machine-unknown ;; @@ -367,7 +368,7 @@ case $basic_machine in | tron-* \ | v850-* | v850e-* | vax-* \ | we32k-* \ - | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \ + | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \ | xstormy16-* | xtensa-* \ | ymp-* \ | z8k-*) @@ -909,6 +910,10 @@ case $basic_machine in sb1el) basic_machine=mipsisa64sb1el-unknown ;; + sde) + basic_machine=mipsisa32-sde + os=-elf + ;; sei) basic_machine=mips-sei os=-seiux @@ -1366,6 +1371,9 @@ else # system, and we'll never get to this point. case $basic_machine in + score-*) + os=-elf + ;; spu-*) os=-elf ;; diff --git a/build-aux/depcomp b/build-aux/depcomp index 04701da..ca5ea4e 100755 --- a/build-aux/depcomp +++ b/build-aux/depcomp @@ -1,9 +1,10 @@ #! /bin/sh # depcomp - compile a program generating dependencies as side-effects -scriptversion=2005-07-09.11 +scriptversion=2006-10-15.18 -# Copyright (C) 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc. +# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006 Free Software +# Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -91,7 +92,20 @@ gcc3) ## gcc 3 implements dependency tracking that does exactly what ## we want. Yay! Note: for some reason libtool 1.4 doesn't like ## it if -MD -MP comes after the -MF stuff. Hmm. - "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" +## Unfortunately, FreeBSD c89 acceptance of flags depends upon +## the command line argument order; so add the flags where they +## appear in depend2.am. Note that the slowdown incurred here +## affects only configure: in makefiles, %FASTDEP% shortcuts this. + for arg + do + case $arg in + -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;; + *) set fnord "$@" "$arg" ;; + esac + shift # fnord + shift # $arg + done + "$@" stat=$? if test $stat -eq 0; then : else @@ -276,6 +290,46 @@ icc) rm -f "$tmpdepfile" ;; +hp2) + # The "hp" stanza above does not work with aCC (C++) and HP's ia64 + # compilers, which have integrated preprocessors. The correct option + # to use with these is +Maked; it writes dependencies to a file named + # 'foo.d', which lands next to the object file, wherever that + # happens to be. + # Much of this is similar to the tru64 case; see comments there. + dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` + test "x$dir" = "x$object" && dir= + base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` + if test "$libtool" = yes; then + tmpdepfile1=$dir$base.d + tmpdepfile2=$dir.libs/$base.d + "$@" -Wc,+Maked + else + tmpdepfile1=$dir$base.d + tmpdepfile2=$dir$base.d + "$@" +Maked + fi + stat=$? + if test $stat -eq 0; then : + else + rm -f "$tmpdepfile1" "$tmpdepfile2" + exit $stat + fi + + for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" + do + test -f "$tmpdepfile" && break + done + if test -f "$tmpdepfile"; then + sed -e "s,^.*\.[a-z]*:,$object:," "$tmpdepfile" > "$depfile" + # Add `dependent.h:' lines. + sed -ne '2,${; s/^ *//; s/ \\*$//; s/$/:/; p;}' "$tmpdepfile" >> "$depfile" + else + echo "#dummy" > "$depfile" + fi + rm -f "$tmpdepfile" "$tmpdepfile2" + ;; + tru64) # The Tru64 compiler uses -MD to generate dependencies as a side # effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'. @@ -288,13 +342,13 @@ tru64) if test "$libtool" = yes; then # With Tru64 cc, shared objects can also be used to make a - # static library. This mecanism is used in libtool 1.4 series to + # static library. This mechanism is used in libtool 1.4 series to # handle both shared and static libraries in a single compilation. # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d. # # With libtool 1.5 this exception was removed, and libtool now # generates 2 separate objects for the 2 libraries. These two - # compilations output dependencies in in $dir.libs/$base.o.d and + # compilations output dependencies in $dir.libs/$base.o.d and # in $dir$base.o.d. We have to check for both files, because # one of the two compilations can be disabled. We should prefer # $dir$base.o.d over $dir.libs/$base.o.d because the latter is diff --git a/build-aux/install-sh b/build-aux/install-sh index 4d4a951..4fbbae7 100755 --- a/build-aux/install-sh +++ b/build-aux/install-sh @@ -1,7 +1,7 @@ #!/bin/sh # install - install a program, script, or datafile -scriptversion=2005-05-14.22 +scriptversion=2006-10-14.15 # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the @@ -39,15 +39,24 @@ scriptversion=2005-05-14.22 # when there is no Makefile. # # This script is compatible with the BSD install script, but was written -# from scratch. It can only install one file at a time, a restriction -# shared with many OS's install programs. +# from scratch. + +nl=' +' +IFS=" "" $nl" # set DOITPROG to echo to test this script # Don't use :- since 4.3BSD and earlier shells don't like it. doit="${DOITPROG-}" +if test -z "$doit"; then + doit_exec=exec +else + doit_exec=$doit +fi -# put in absolute paths if you don't have them in your path; or use env. vars. +# Put in absolute file names if you don't have them in your path; +# or use environment vars. mvprog="${MVPROG-mv}" cpprog="${CPPROG-cp}" @@ -58,7 +67,13 @@ stripprog="${STRIPPROG-strip}" rmprog="${RMPROG-rm}" mkdirprog="${MKDIRPROG-mkdir}" -chmodcmd="$chmodprog 0755" +posix_glob= +posix_mkdir= + +# Desired mode of installed file. +mode=0755 + +chmodcmd=$chmodprog chowncmd= chgrpcmd= stripcmd= @@ -95,7 +110,7 @@ Environment variables override the default commands: CHGRPPROG CHMODPROG CHOWNPROG CPPROG MKDIRPROG MVPROG RMPROG STRIPPROG " -while test -n "$1"; do +while test $# -ne 0; do case $1 in -c) shift continue;; @@ -111,9 +126,15 @@ while test -n "$1"; do --help) echo "$usage"; exit $?;; - -m) chmodcmd="$chmodprog $2" + -m) mode=$2 shift shift + case $mode in + *' '* | *' '* | *' +'* | *'*'* | *'?'* | *'['*) + echo "$0: invalid mode: $mode" >&2 + exit 1;; + esac continue;; -o) chowncmd="$chownprog $2" @@ -136,25 +157,33 @@ while test -n "$1"; do --version) echo "$0 $scriptversion"; exit $?;; - *) # When -d is used, all remaining arguments are directories to create. - # When -t is used, the destination is already specified. - test -n "$dir_arg$dstarg" && break - # Otherwise, the last argument is the destination. Remove it from $@. - for arg - do - if test -n "$dstarg"; then - # $@ is not empty: it contains at least $arg. - set fnord "$@" "$dstarg" - shift # fnord - fi - shift # arg - dstarg=$arg - done + --) shift break;; + + -*) echo "$0: invalid option: $1" >&2 + exit 1;; + + *) break;; esac done -if test -z "$1"; then +if test $# -ne 0 && test -z "$dir_arg$dstarg"; then + # When -d is used, all remaining arguments are directories to create. + # When -t is used, the destination is already specified. + # Otherwise, the last argument is the destination. Remove it from $@. + for arg + do + if test -n "$dstarg"; then + # $@ is not empty: it contains at least $arg. + set fnord "$@" "$dstarg" + shift # fnord + fi + shift # arg + dstarg=$arg + done +fi + +if test $# -eq 0; then if test -z "$dir_arg"; then echo "$0: no input file specified." >&2 exit 1 @@ -164,6 +193,33 @@ if test -z "$1"; then exit 0 fi +if test -z "$dir_arg"; then + trap '(exit $?); exit' 1 2 13 15 + + # Set umask so as not to create temps with too-generous modes. + # However, 'strip' requires both read and write access to temps. + case $mode in + # Optimize common cases. + *644) cp_umask=133;; + *755) cp_umask=22;; + + *[0-7]) + if test -z "$stripcmd"; then + u_plus_rw= + else + u_plus_rw='% 200' + fi + cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; + *) + if test -z "$stripcmd"; then + u_plus_rw= + else + u_plus_rw=,u+rw + fi + cp_umask=$mode$u_plus_rw;; + esac +fi + for src do # Protect names starting with `-'. @@ -173,15 +229,11 @@ do if test -n "$dir_arg"; then dst=$src - src= - - if test -d "$dst"; then - mkdircmd=: - chmodcmd= - else - mkdircmd=$mkdirprog - fi + dstdir=$dst + test -d "$dstdir" + dstdir_status=$? else + # Waiting for this to be detected by the "$cpprog $src $dsttmp" command # might cause directories to be created, which would be especially bad # if $src (and thus $dsttmp) contains '*'. @@ -208,53 +260,188 @@ do echo "$0: $dstarg: Is a directory" >&2 exit 1 fi - dst=$dst/`basename "$src"` + dstdir=$dst + dst=$dstdir/`basename "$src"` + dstdir_status=0 + else + # Prefer dirname, but fall back on a substitute if dirname fails. + dstdir=` + (dirname "$dst") 2>/dev/null || + expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$dst" : 'X\(//\)[^/]' \| \ + X"$dst" : 'X\(//\)$' \| \ + X"$dst" : 'X\(/\)' \| . 2>/dev/null || + echo X"$dst" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q' + ` + + test -d "$dstdir" + dstdir_status=$? fi fi - # This sed command emulates the dirname command. - dstdir=`echo "$dst" | sed -e 's,/*$,,;s,[^/]*$,,;s,/*$,,;s,^$,.,'` + obsolete_mkdir_used=false - # Make sure that the destination directory exists. + if test $dstdir_status != 0; then + case $posix_mkdir in + '') + # Create intermediate dirs using mode 755 as modified by the umask. + # This is like FreeBSD 'install' as of 1997-10-28. + umask=`umask` + case $stripcmd.$umask in + # Optimize common cases. + *[2367][2367]) mkdir_umask=$umask;; + .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; - # Skip lots of stat calls in the usual case. - if test ! -d "$dstdir"; then - defaultIFS=' - ' - IFS="${IFS-$defaultIFS}" + *[0-7]) + mkdir_umask=`expr $umask + 22 \ + - $umask % 100 % 40 + $umask % 20 \ + - $umask % 10 % 4 + $umask % 2 + `;; + *) mkdir_umask=$umask,go-w;; + esac - oIFS=$IFS - # Some sh's can't handle IFS=/ for some reason. - IFS='%' - set x `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'` - shift - IFS=$oIFS + # With -d, create the new directory with the user-specified mode. + # Otherwise, rely on $mkdir_umask. + if test -n "$dir_arg"; then + mkdir_mode=-m$mode + else + mkdir_mode= + fi - pathcomp= + posix_mkdir=false + case $umask in + *[123567][0-7][0-7]) + # POSIX mkdir -p sets u+wx bits regardless of umask, which + # is incompatible with FreeBSD 'install' when (umask & 300) != 0. + ;; + *) + tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ + trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 - while test $# -ne 0 ; do - pathcomp=$pathcomp$1 + if (umask $mkdir_umask && + exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 + then + if test -z "$dir_arg" || { + # Check for POSIX incompatibilities with -m. + # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or + # other-writeable bit of parent directory when it shouldn't. + # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. + ls_ld_tmpdir=`ls -ld "$tmpdir"` + case $ls_ld_tmpdir in + d????-?r-*) different_mode=700;; + d????-?--*) different_mode=755;; + *) false;; + esac && + $mkdirprog -m$different_mode -p -- "$tmpdir" && { + ls_ld_tmpdir_1=`ls -ld "$tmpdir"` + test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" + } + } + then posix_mkdir=: + fi + rmdir "$tmpdir/d" "$tmpdir" + else + # Remove any dirs left behind by ancient mkdir implementations. + rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null + fi + trap '' 0;; + esac;; + esac + + if + $posix_mkdir && ( + umask $mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" + ) + then : + else + + # The umask is ridiculous, or mkdir does not conform to POSIX, + # or it failed possibly due to a race condition. Create the + # directory the slow way, step by step, checking for races as we go. + + case $dstdir in + /*) prefix=/ ;; + -*) prefix=./ ;; + *) prefix= ;; + esac + + case $posix_glob in + '') + if (set -f) 2>/dev/null; then + posix_glob=true + else + posix_glob=false + fi ;; + esac + + oIFS=$IFS + IFS=/ + $posix_glob && set -f + set fnord $dstdir shift - if test ! -d "$pathcomp"; then - $mkdirprog "$pathcomp" - # mkdir can fail with a `File exist' error in case several - # install-sh are creating the directory concurrently. This - # is OK. - test -d "$pathcomp" || exit + $posix_glob && set +f + IFS=$oIFS + + prefixes= + + for d + do + test -z "$d" && continue + + prefix=$prefix$d + if test -d "$prefix"; then + prefixes= + else + if $posix_mkdir; then + (umask=$mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break + # Don't fail if two instances are running concurrently. + test -d "$prefix" || exit 1 + else + case $prefix in + *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; + *) qprefix=$prefix;; + esac + prefixes="$prefixes '$qprefix'" + fi + fi + prefix=$prefix/ + done + + if test -n "$prefixes"; then + # Don't fail if two instances are running concurrently. + (umask $mkdir_umask && + eval "\$doit_exec \$mkdirprog $prefixes") || + test -d "$dstdir" || exit 1 + obsolete_mkdir_used=true fi - pathcomp=$pathcomp/ - done + fi fi if test -n "$dir_arg"; then - $doit $mkdircmd "$dst" \ - && { test -z "$chowncmd" || $doit $chowncmd "$dst"; } \ - && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } \ - && { test -z "$stripcmd" || $doit $stripcmd "$dst"; } \ - && { test -z "$chmodcmd" || $doit $chmodcmd "$dst"; } - + { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && + { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && + { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false || + test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 else - dstfile=`basename "$dst"` # Make a couple of temp file names in the proper directory. dsttmp=$dstdir/_inst.$$_ @@ -262,10 +449,9 @@ do # Trap to clean up those temp files at exit. trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0 - trap '(exit $?); exit' 1 2 13 15 # Copy the file name to the temp name. - $doit $cpprog "$src" "$dsttmp" && + (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") && # and set any options; do chmod last to preserve setuid bits. # @@ -276,10 +462,10 @@ do { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \ && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } \ && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } \ - && { test -z "$chmodcmd" || $doit $chmodcmd "$dsttmp"; } && + && { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } && # Now rename the file to the real destination. - { $doit $mvcmd -f "$dsttmp" "$dstdir/$dstfile" 2>/dev/null \ + { $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null \ || { # The rename failed, perhaps because mv can't rename something else # to itself, or perhaps because mv is so ancient that it does not @@ -291,11 +477,12 @@ do # reasons. In this case, the final cleanup might fail but the new # file should still install successfully. { - if test -f "$dstdir/$dstfile"; then - $doit $rmcmd -f "$dstdir/$dstfile" 2>/dev/null \ - || $doit $mvcmd -f "$dstdir/$dstfile" "$rmtmp" 2>/dev/null \ + if test -f "$dst"; then + $doit $rmcmd -f "$dst" 2>/dev/null \ + || { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null \ + && { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }; }\ || { - echo "$0: cannot unlink or rename $dstdir/$dstfile" >&2 + echo "$0: cannot unlink or rename $dst" >&2 (exit 1); exit 1 } else @@ -304,16 +491,13 @@ do } && # Now rename the file to the real destination. - $doit $mvcmd "$dsttmp" "$dstdir/$dstfile" + $doit $mvcmd "$dsttmp" "$dst" } - } - fi || { (exit 1); exit 1; } -done + } || exit 1 -# The final little trick to "correctly" pass the exit status to the exit trap. -{ - (exit 0); exit 0 -} + trap '' 0 + fi +done # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) diff --git a/build-aux/missing b/build-aux/missing index 894e786..1c8ff70 100755 --- a/build-aux/missing +++ b/build-aux/missing @@ -1,9 +1,9 @@ #! /bin/sh # Common stub for a few missing GNU programs while installing. -scriptversion=2005-06-08.21 +scriptversion=2006-05-10.23 -# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005 +# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006 # Free Software Foundation, Inc. # Originally by Fran,cois Pinard , 1996. @@ -33,6 +33,8 @@ if test $# -eq 0; then fi run=: +sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p' +sed_minuso='s/.* -o \([^ ]*\).*/\1/p' # In the cases where this matters, `missing' is being run in the # srcdir already. @@ -44,7 +46,7 @@ fi msg="missing on your system" -case "$1" in +case $1 in --run) # Try to run requested program, and just exit if it succeeds. run= @@ -77,6 +79,7 @@ Supported PROGRAM values: aclocal touch file \`aclocal.m4' autoconf touch file \`configure' autoheader touch file \`config.h.in' + autom4te touch the output file, or create a stub one automake touch all \`Makefile.in' files bison create \`y.tab.[ch]', if possible, from existing .[ch] flex create \`lex.yy.c', if possible, from existing .c @@ -106,7 +109,7 @@ esac # Now exit if we have it, but it failed. Also exit now if we # don't have it and --version was passed (most likely to detect # the program). -case "$1" in +case $1 in lex|yacc) # Not GNU programs, they don't have --version. ;; @@ -135,7 +138,7 @@ esac # If it does not exist, or fails to run (possibly an outdated version), # try to emulate it. -case "$1" in +case $1 in aclocal*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if @@ -164,7 +167,7 @@ WARNING: \`$1' is $msg. You should only need it if test -z "$files" && files="config.h" touch_files= for f in $files; do - case "$f" in + case $f in *:*) touch_files="$touch_files "`echo "$f" | sed -e 's/^[^:]*://' -e 's/:.*//'`;; *) touch_files="$touch_files $f.in";; @@ -192,8 +195,8 @@ WARNING: \`$1' is needed, but is $msg. You can get \`$1' as part of \`Autoconf' from any GNU archive site." - file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'` - test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'` + file=`echo "$*" | sed -n "$sed_output"` + test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` if test -f "$file"; then touch $file else @@ -214,25 +217,25 @@ WARNING: \`$1' $msg. You should only need it if in order for those modifications to take effect. You can get \`Bison' from any GNU archive site." rm -f y.tab.c y.tab.h - if [ $# -ne 1 ]; then + if test $# -ne 1; then eval LASTARG="\${$#}" - case "$LASTARG" in + case $LASTARG in *.y) SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` - if [ -f "$SRCFILE" ]; then + if test -f "$SRCFILE"; then cp "$SRCFILE" y.tab.c fi SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` - if [ -f "$SRCFILE" ]; then + if test -f "$SRCFILE"; then cp "$SRCFILE" y.tab.h fi ;; esac fi - if [ ! -f y.tab.h ]; then + if test ! -f y.tab.h; then echo >y.tab.h fi - if [ ! -f y.tab.c ]; then + if test ! -f y.tab.c; then echo 'main() { return 0; }' >y.tab.c fi ;; @@ -244,18 +247,18 @@ WARNING: \`$1' is $msg. You should only need it if in order for those modifications to take effect. You can get \`Flex' from any GNU archive site." rm -f lex.yy.c - if [ $# -ne 1 ]; then + if test $# -ne 1; then eval LASTARG="\${$#}" - case "$LASTARG" in + case $LASTARG in *.l) SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` - if [ -f "$SRCFILE" ]; then + if test -f "$SRCFILE"; then cp "$SRCFILE" lex.yy.c fi ;; esac fi - if [ ! -f lex.yy.c ]; then + if test ! -f lex.yy.c; then echo 'main() { return 0; }' >lex.yy.c fi ;; @@ -267,11 +270,9 @@ WARNING: \`$1' is $msg. You should only need it if \`Help2man' package in order for those modifications to take effect. You can get \`Help2man' from any GNU archive site." - file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'` - if test -z "$file"; then - file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'` - fi - if [ -f "$file" ]; then + file=`echo "$*" | sed -n "$sed_output"` + test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` + if test -f "$file"; then touch $file else test -z "$file" || exec >$file @@ -289,11 +290,17 @@ WARNING: \`$1' is $msg. You should only need it if DU, IRIX). You might want to install the \`Texinfo' package or the \`GNU make' package. Grab either from any GNU archive site." # The file to touch is that specified with -o ... - file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'` + file=`echo "$*" | sed -n "$sed_output"` + test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` if test -z "$file"; then # ... or it is the one specified with @setfilename ... infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` - file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $infile` + file=`sed -n ' + /^@setfilename/{ + s/.* \([^ ]*\) *$/\1/ + p + q + }' $infile` # ... or it is derived from the source name (dir/f.texi becomes f.info) test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info fi @@ -317,13 +324,13 @@ WARNING: \`$1' is $msg. You should only need it if fi firstarg="$1" if shift; then - case "$firstarg" in + case $firstarg in *o*) firstarg=`echo "$firstarg" | sed s/o//` tar "$firstarg" "$@" && exit 0 ;; esac - case "$firstarg" in + case $firstarg in *h*) firstarg=`echo "$firstarg" | sed s/h//` tar "$firstarg" "$@" && exit 0 diff --git a/build-aux/mkinstalldirs b/build-aux/mkinstalldirs index 259dbfc..ef7e16f 100755 --- a/build-aux/mkinstalldirs +++ b/build-aux/mkinstalldirs @@ -1,7 +1,7 @@ #! /bin/sh # mkinstalldirs --- make directory hierarchy -scriptversion=2005-06-29.22 +scriptversion=2006-05-11.19 # Original author: Noah Friedman # Created: 1993-05-16 @@ -11,6 +11,9 @@ scriptversion=2005-06-29.22 # bugs to or send patches to # . +nl=' +' +IFS=" "" $nl" errstatus=0 dirmode= diff --git a/configure b/configure index 0980c6c..dc484b1 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.61 for nagios-plugins 1.4.13. +# Generated by GNU Autoconf 2.61 for nagios-plugins 1.4.14. # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. @@ -726,8 +726,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='nagios-plugins' PACKAGE_TARNAME='nagios-plugins' -PACKAGE_VERSION='1.4.13' -PACKAGE_STRING='nagios-plugins 1.4.13' +PACKAGE_VERSION='1.4.14' +PACKAGE_STRING='nagios-plugins 1.4.14' PACKAGE_BUGREPORT='' ac_unique_file="NPTest.pm" @@ -811,6 +811,7 @@ target_alias INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA +am__isrc CYGPATH_W PACKAGE VERSION @@ -1899,7 +1900,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures nagios-plugins 1.4.13 to adapt to many kinds of systems. +\`configure' configures nagios-plugins 1.4.14 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1969,7 +1970,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of nagios-plugins 1.4.13:";; + short | recursive ) echo "Configuration of nagios-plugins 1.4.14:";; esac cat <<\_ACEOF @@ -2123,7 +2124,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -nagios-plugins configure 1.4.13 +nagios-plugins configure 1.4.14 generated by GNU Autoconf 2.61 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -2137,7 +2138,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by nagios-plugins $as_me 1.4.13, which was +It was created by nagios-plugins $as_me 1.4.14, which was generated by GNU Autoconf 2.61. Invocation command line was $ $0 $@ @@ -2558,7 +2559,8 @@ ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. -am__api_version="1.9" +am__api_version='1.10' + # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or # incompatible versions: @@ -2710,38 +2712,53 @@ else echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} fi -if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then - # We used to keeping the `.' as first argument, in order to - # allow $(mkdir_p) to be used without argument. As in - # $(mkdir_p) $(somedir) - # where $(somedir) is conditionally defined. However this is wrong - # for two reasons: - # 1. if the package is installed by a user who cannot write `.' - # make install will fail, - # 2. the above comment should most certainly read - # $(mkdir_p) $(DESTDIR)$(somedir) - # so it does not work when $(somedir) is undefined and - # $(DESTDIR) is not. - # To support the latter case, we have to write - # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir), - # so the `.' trick is pointless. - mkdir_p='mkdir -p --' +{ echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5 +echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; } +if test -z "$MKDIR_P"; then + if test "${ac_cv_path_mkdir+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - # On NextStep and OpenStep, the `mkdir' command does not - # recognize any option. It will interpret all options as - # directories to create, and then abort because `.' already - # exists. - for d in ./-p ./--version; - do - test -d $d && rmdir $d - done - # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists. - if test -f "$ac_aux_dir/mkinstalldirs"; then - mkdir_p='$(mkinstalldirs)' + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in mkdir gmkdir; do + for ac_exec_ext in '' $ac_executable_extensions; do + { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue + case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( + 'mkdir (GNU coreutils) '* | \ + 'mkdir (coreutils) '* | \ + 'mkdir (fileutils) '4.1*) + ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext + break 3;; + esac + done + done +done +IFS=$as_save_IFS + +fi + + if test "${ac_cv_path_mkdir+set}" = set; then + MKDIR_P="$ac_cv_path_mkdir -p" else - mkdir_p='$(install_sh) -d' + # As a last resort, use the slow shell script. Don't cache a + # value for MKDIR_P within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + test -d ./--version && rmdir ./--version + MKDIR_P="$ac_install_sh -d" fi fi +{ echo "$as_me:$LINENO: result: $MKDIR_P" >&5 +echo "${ECHO_T}$MKDIR_P" >&6; } + +mkdir_p="$MKDIR_P" +case $mkdir_p in + [\\/$]* | ?:[\\/]*) ;; + */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; +esac for ac_prog in gawk mawk nawk awk do @@ -2824,12 +2841,16 @@ else fi rmdir .tst 2>/dev/null -# test to see if srcdir already configured -if test "`cd $srcdir && pwd`" != "`pwd`" && - test -f $srcdir/config.status; then - { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + am__isrc=' -I$(srcdir)' + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} { (exit 1); exit 1; }; } + fi fi # test whether we have cygpath @@ -2844,7 +2865,7 @@ fi # Define the identity of the package. PACKAGE='nagios-plugins' - VERSION='1.4.13' + VERSION='1.4.14' cat >>confdefs.h <<_ACEOF @@ -2872,7 +2893,7 @@ AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} -install_sh=${install_sh-"$am_aux_dir/install-sh"} +install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"} # Installed binaries are usually stripped using `strip' when the user # run `make install-strip'. However `strip' might not be the right @@ -2976,7 +2997,7 @@ else fi fi -INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" # We need awk for the "check" target. The system "awk" is bad on # some platforms. @@ -4082,9 +4103,7 @@ if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' fi - - -if test "x$enable_dependency_tracking" != xno; then + if test "x$enable_dependency_tracking" != xno; then AMDEP_TRUE= AMDEP_FALSE='#' else @@ -4094,7 +4113,6 @@ fi - depcc="$CC" am_compiler_list= { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 @@ -4162,6 +4180,7 @@ else depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then @@ -4191,9 +4210,7 @@ fi echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; } CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type - - -if + if test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then am__fastdepCC_TRUE= @@ -5618,7 +5635,7 @@ darwin* | rhapsody*) lt_cv_deplibs_check_method=pass_all ;; -freebsd* | dragonfly*) +freebsd* | kfreebsd*-gnu | dragonfly*) if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then case $host_cpu in i*86 ) @@ -5672,11 +5689,11 @@ irix5* | irix6* | nonstopux*) ;; # This must be Linux ELF. -linux* | k*bsd*-gnu) +linux*) lt_cv_deplibs_check_method=pass_all ;; -netbsd* | netbsdelf*-gnu) +netbsd*) if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' else @@ -5792,7 +5809,7 @@ ia64-*-hpux*) ;; *-*-irix6*) # Find out which ABI we are using. - echo '#line 5795 "configure"' > conftest.$ac_ext + echo '#line 5812 "configure"' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? @@ -6542,6 +6559,7 @@ else depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then @@ -6571,9 +6589,7 @@ fi echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; } CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type - - -if + if test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then am__fastdepCXX_TRUE= @@ -7239,7 +7255,7 @@ hpux*) # Its linker distinguishes data from code symbols lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" ;; -linux* | k*bsd*-gnu) +linux*) if test "$host_cpu" = ia64; then symcode='[ABCDGIRSTW]' lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" @@ -8045,11 +8061,11 @@ else -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:8048: $lt_compile\"" >&5) + (eval echo "\"\$as_me:8064: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:8052: \$? = $ac_status" >&5 + echo "$as_me:8068: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -8207,7 +8223,7 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; } lt_prog_compiler_static='-Bstatic' ;; - linux* | k*bsd*-gnu) + linux*) case $cc_basename in icc* | ecc*) lt_prog_compiler_wl='-Wl,' @@ -8313,11 +8329,11 @@ else -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:8316: $lt_compile\"" >&5) + (eval echo "\"\$as_me:8332: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:8320: \$? = $ac_status" >&5 + echo "$as_me:8336: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -8417,11 +8433,11 @@ else -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:8420: $lt_compile\"" >&5) + (eval echo "\"\$as_me:8436: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:8424: \$? = $ac_status" >&5 + echo "$as_me:8440: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -8646,7 +8662,7 @@ EOF archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; - linux* | k*bsd*-gnu) + linux*) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then tmp_addflag= case $cc_basename,$host_cpu in @@ -8672,13 +8688,12 @@ EOF $echo "local: *; };" >> $output_objdir/$libname.ver~ $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' fi - link_all_deplibs=no else ld_shlibs=no fi ;; - netbsd* | netbsdelf*-gnu) + netbsd*) if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= @@ -9106,7 +9121,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. - freebsd* | dragonfly*) + freebsd* | kfreebsd*-gnu | dragonfly*) archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes @@ -9208,7 +9223,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi link_all_deplibs=yes ;; - netbsd* | netbsdelf*-gnu) + netbsd*) if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else @@ -9671,7 +9686,7 @@ darwin* | rhapsody*) version_type=darwin need_lib_prefix=no need_version=no - library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext' + library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext ${libname}${release}${versuffix}$shared_ext' soname_spec='${libname}${release}${major}$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH @@ -9698,6 +9713,18 @@ freebsd1*) dynamic_linker=no ;; +kfreebsd*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='GNU ld.so' + ;; + freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. @@ -9853,7 +9880,7 @@ linux*oldld* | linux*aout* | linux*coff*) ;; # This must be Linux ELF. -linux* | k*bsd*-gnu) +linux*) version_type=linux need_lib_prefix=no need_version=no @@ -9882,7 +9909,7 @@ linux* | k*bsd*-gnu) dynamic_linker='GNU/Linux ld.so' ;; -netbsdelf*-gnu) +knetbsd*-gnu) version_type=linux need_lib_prefix=no need_version=no @@ -9891,7 +9918,7 @@ netbsdelf*-gnu) shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes - dynamic_linker='NetBSD ld.elf_so' + dynamic_linker='GNU ld.so' ;; netbsd*) @@ -10714,7 +10741,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext < conftest.$ac_ext </dev/null; then archive_cmds_CXX='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' wlarc= @@ -12955,7 +12982,7 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; } ;; esac ;; - freebsd* | dragonfly*) + freebsd* | kfreebsd*-gnu | dragonfly*) # FreeBSD uses GNU C++ ;; hpux9* | hpux10* | hpux11*) @@ -12998,7 +13025,7 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; } ;; esac ;; - linux* | k*bsd*-gnu) + linux*) case $cc_basename in KCC*) # KAI C++ Compiler @@ -13041,7 +13068,7 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; } ;; esac ;; - netbsd* | netbsdelf*-gnu) + netbsd*) ;; osf3* | osf4* | osf5*) case $cc_basename in @@ -13150,11 +13177,11 @@ else -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:13153: $lt_compile\"" >&5) + (eval echo "\"\$as_me:13180: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:13157: \$? = $ac_status" >&5 + echo "$as_me:13184: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -13254,11 +13281,11 @@ else -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:13257: $lt_compile\"" >&5) + (eval echo "\"\$as_me:13284: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:13261: \$? = $ac_status" >&5 + echo "$as_me:13288: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -13326,9 +13353,6 @@ echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared librar cygwin* | mingw*) export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS] /s/.* \([^ ]*\)/\1 DATA/;/^.* __nm__/s/^.* __nm__\([^ ]*\) [^ ]*/\1 DATA/;/^I /d;/^[AITW] /s/.* //'\'' | sort | uniq > $export_symbols' ;; - linux* | k*bsd*-gnu) - link_all_deplibs_CXX=no - ;; *) export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' ;; @@ -13581,7 +13605,7 @@ darwin* | rhapsody*) version_type=darwin need_lib_prefix=no need_version=no - library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext' + library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext ${libname}${release}${versuffix}$shared_ext' soname_spec='${libname}${release}${major}$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH @@ -13608,6 +13632,18 @@ freebsd1*) dynamic_linker=no ;; +kfreebsd*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='GNU ld.so' + ;; + freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. @@ -13763,7 +13799,7 @@ linux*oldld* | linux*aout* | linux*coff*) ;; # This must be Linux ELF. -linux* | k*bsd*-gnu) +linux*) version_type=linux need_lib_prefix=no need_version=no @@ -13792,7 +13828,7 @@ linux* | k*bsd*-gnu) dynamic_linker='GNU/Linux ld.so' ;; -netbsdelf*-gnu) +knetbsd*-gnu) version_type=linux need_lib_prefix=no need_version=no @@ -13801,7 +13837,7 @@ netbsdelf*-gnu) shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes - dynamic_linker='NetBSD ld.elf_so' + dynamic_linker='GNU ld.so' ;; netbsd*) @@ -14709,7 +14745,7 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; } lt_prog_compiler_static_F77='-Bstatic' ;; - linux* | k*bsd*-gnu) + linux*) case $cc_basename in icc* | ecc*) lt_prog_compiler_wl_F77='-Wl,' @@ -14815,11 +14851,11 @@ else -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:14818: $lt_compile\"" >&5) + (eval echo "\"\$as_me:14854: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:14822: \$? = $ac_status" >&5 + echo "$as_me:14858: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -14919,11 +14955,11 @@ else -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:14922: $lt_compile\"" >&5) + (eval echo "\"\$as_me:14958: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:14926: \$? = $ac_status" >&5 + echo "$as_me:14962: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -15148,7 +15184,7 @@ EOF archive_expsym_cmds_F77='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; - linux* | k*bsd*-gnu) + linux*) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then tmp_addflag= case $cc_basename,$host_cpu in @@ -15174,13 +15210,12 @@ EOF $echo "local: *; };" >> $output_objdir/$libname.ver~ $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' fi - link_all_deplibs_F77=no else ld_shlibs_F77=no fi ;; - netbsd* | netbsdelf*-gnu) + netbsd*) if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then archive_cmds_F77='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= @@ -15588,7 +15623,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. - freebsd* | dragonfly*) + freebsd* | kfreebsd*-gnu | dragonfly*) archive_cmds_F77='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec_F77='-R$libdir' hardcode_direct_F77=yes @@ -15690,7 +15725,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi link_all_deplibs_F77=yes ;; - netbsd* | netbsdelf*-gnu) + netbsd*) if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else @@ -16153,7 +16188,7 @@ darwin* | rhapsody*) version_type=darwin need_lib_prefix=no need_version=no - library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext' + library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext ${libname}${release}${versuffix}$shared_ext' soname_spec='${libname}${release}${major}$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH @@ -16180,6 +16215,18 @@ freebsd1*) dynamic_linker=no ;; +kfreebsd*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='GNU ld.so' + ;; + freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. @@ -16335,7 +16382,7 @@ linux*oldld* | linux*aout* | linux*coff*) ;; # This must be Linux ELF. -linux* | k*bsd*-gnu) +linux*) version_type=linux need_lib_prefix=no need_version=no @@ -16364,7 +16411,7 @@ linux* | k*bsd*-gnu) dynamic_linker='GNU/Linux ld.so' ;; -netbsdelf*-gnu) +knetbsd*-gnu) version_type=linux need_lib_prefix=no need_version=no @@ -16373,7 +16420,7 @@ netbsdelf*-gnu) shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes - dynamic_linker='NetBSD ld.elf_so' + dynamic_linker='GNU ld.so' ;; netbsd*) @@ -17106,11 +17153,11 @@ else -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:17109: $lt_compile\"" >&5) + (eval echo "\"\$as_me:17156: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:17113: \$? = $ac_status" >&5 + echo "$as_me:17160: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -17268,7 +17315,7 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; } lt_prog_compiler_static_GCJ='-Bstatic' ;; - linux* | k*bsd*-gnu) + linux*) case $cc_basename in icc* | ecc*) lt_prog_compiler_wl_GCJ='-Wl,' @@ -17374,11 +17421,11 @@ else -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:17377: $lt_compile\"" >&5) + (eval echo "\"\$as_me:17424: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:17381: \$? = $ac_status" >&5 + echo "$as_me:17428: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -17478,11 +17525,11 @@ else -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:17481: $lt_compile\"" >&5) + (eval echo "\"\$as_me:17528: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:17485: \$? = $ac_status" >&5 + echo "$as_me:17532: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -17707,7 +17754,7 @@ EOF archive_expsym_cmds_GCJ='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; - linux* | k*bsd*-gnu) + linux*) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then tmp_addflag= case $cc_basename,$host_cpu in @@ -17733,13 +17780,12 @@ EOF $echo "local: *; };" >> $output_objdir/$libname.ver~ $CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' fi - link_all_deplibs_GCJ=no else ld_shlibs_GCJ=no fi ;; - netbsd* | netbsdelf*-gnu) + netbsd*) if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then archive_cmds_GCJ='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= @@ -18167,7 +18213,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. - freebsd* | dragonfly*) + freebsd* | kfreebsd*-gnu | dragonfly*) archive_cmds_GCJ='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec_GCJ='-R$libdir' hardcode_direct_GCJ=yes @@ -18269,7 +18315,7 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi link_all_deplibs_GCJ=yes ;; - netbsd* | netbsdelf*-gnu) + netbsd*) if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else @@ -18732,7 +18778,7 @@ darwin* | rhapsody*) version_type=darwin need_lib_prefix=no need_version=no - library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext' + library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext ${libname}${release}${versuffix}$shared_ext' soname_spec='${libname}${release}${major}$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH @@ -18759,6 +18805,18 @@ freebsd1*) dynamic_linker=no ;; +kfreebsd*-gnu) + version_type=linux + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' + soname_spec='${libname}${release}${shared_ext}$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='GNU ld.so' + ;; + freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. @@ -18914,7 +18972,7 @@ linux*oldld* | linux*aout* | linux*coff*) ;; # This must be Linux ELF. -linux* | k*bsd*-gnu) +linux*) version_type=linux need_lib_prefix=no need_version=no @@ -18943,7 +19001,7 @@ linux* | k*bsd*-gnu) dynamic_linker='GNU/Linux ld.so' ;; -netbsdelf*-gnu) +knetbsd*-gnu) version_type=linux need_lib_prefix=no need_version=no @@ -18952,7 +19010,7 @@ netbsdelf*-gnu) shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes - dynamic_linker='NetBSD ld.elf_so' + dynamic_linker='GNU ld.so' ;; netbsd*) @@ -20256,6 +20314,7 @@ if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then fi + { echo "$as_me:$LINENO: checking for error_at_line" >&5 echo $ECHO_N "checking for error_at_line... $ECHO_C" >&6; } if test "${ac_cv_lib_error_at_line+set}" = set; then @@ -20964,9 +21023,7 @@ REV_TIMESTAMP=`date '+%Y%m%d%H%M%S'` - - -if test -f release; then + if test -f release; then RELEASE_PRESENT_TRUE= RELEASE_PRESENT_FALSE='#' else @@ -21711,9 +21768,7 @@ else enable_libtap=no fi - - -if test "$enable_libtap" = "yes"; then + if test "$enable_libtap" = "yes"; then USE_LIBTAP_LOCAL_TRUE= USE_LIBTAP_LOCAL_FALSE='#' else @@ -21805,9 +21860,7 @@ else enable_extra_opts=no fi - - -if test "$enable_extra_opts" = "yes"; then + if test "$enable_extra_opts" = "yes"; then USE_PARSE_INI_TRUE= USE_PARSE_INI_FALSE='#' else @@ -38857,9 +38910,7 @@ fi - - -if false; then + if false; then GL_COND_LIBTOOL_TRUE= GL_COND_LIBTOOL_FALSE='#' else @@ -56120,7 +56171,7 @@ exec 6>&1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by nagios-plugins $as_me 1.4.13, which was +This file was extended by nagios-plugins $as_me 1.4.14, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -56173,7 +56224,7 @@ Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -nagios-plugins config.status 1.4.13 +nagios-plugins config.status 1.4.14 configured by $0, generated by GNU Autoconf 2.61, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" @@ -56415,6 +56466,7 @@ target_alias!$target_alias$ac_delim INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim INSTALL_DATA!$INSTALL_DATA$ac_delim +am__isrc!$am__isrc$ac_delim CYGPATH_W!$CYGPATH_W$ac_delim PACKAGE!$PACKAGE$ac_delim VERSION!$VERSION$ac_delim @@ -56471,7 +56523,6 @@ CXXFLAGS!$CXXFLAGS$ac_delim ac_ct_CXX!$ac_ct_CXX$ac_delim CXXDEPMODE!$CXXDEPMODE$ac_delim am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim -am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim _ACEOF if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then @@ -56513,6 +56564,7 @@ _ACEOF ac_delim='%!_!# ' for ac_last_try in false false false false false :; do cat >conf$$subs.sed <<_ACEOF +am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim CXXCPP!$CXXCPP$ac_delim F77!$F77$ac_delim FFLAGS!$FFLAGS$ac_delim @@ -56609,7 +56661,6 @@ GNULIB_INET_NTOP!$GNULIB_INET_NTOP$ac_delim GNULIB_INET_PTON!$GNULIB_INET_PTON$ac_delim HAVE_DECL_INET_NTOP!$HAVE_DECL_INET_NTOP$ac_delim HAVE_DECL_INET_PTON!$HAVE_DECL_INET_PTON$ac_delim -ARPA_INET_H!$ARPA_INET_H$ac_delim _ACEOF if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then @@ -56651,6 +56702,7 @@ _ACEOF ac_delim='%!_!# ' for ac_last_try in false false false false false :; do cat >conf$$subs.sed <<_ACEOF +ARPA_INET_H!$ARPA_INET_H$ac_delim HAVE_ARPA_INET_H!$HAVE_ARPA_INET_H$ac_delim INCLUDE_NEXT!$INCLUDE_NEXT$ac_delim INCLUDE_NEXT_AS_FIRST_DIRECTIVE!$INCLUDE_NEXT_AS_FIRST_DIRECTIVE$ac_delim @@ -56747,7 +56799,6 @@ REPLACE_CEILF!$REPLACE_CEILF$ac_delim REPLACE_CEILL!$REPLACE_CEILL$ac_delim REPLACE_FLOORF!$REPLACE_FLOORF$ac_delim REPLACE_FLOORL!$REPLACE_FLOORL$ac_delim -REPLACE_FREXP!$REPLACE_FREXP$ac_delim _ACEOF if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then @@ -56789,6 +56840,7 @@ _ACEOF ac_delim='%!_!# ' for ac_last_try in false false false false false :; do cat >conf$$subs.sed <<_ACEOF +REPLACE_FREXP!$REPLACE_FREXP$ac_delim REPLACE_FREXPL!$REPLACE_FREXPL$ac_delim REPLACE_HUGE_VAL!$REPLACE_HUGE_VAL$ac_delim REPLACE_ISFINITE!$REPLACE_ISFINITE$ac_delim @@ -56885,7 +56937,6 @@ GETADDRINFO_LIB!$GETADDRINFO_LIB$ac_delim GNULIB_MALLOC_POSIX!$GNULIB_MALLOC_POSIX$ac_delim GNULIB_REALLOC_POSIX!$GNULIB_REALLOC_POSIX$ac_delim GNULIB_CALLOC_POSIX!$GNULIB_CALLOC_POSIX$ac_delim -GNULIB_ATOLL!$GNULIB_ATOLL$ac_delim _ACEOF if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then @@ -56927,6 +56978,7 @@ _ACEOF ac_delim='%!_!# ' for ac_last_try in false false false false false :; do cat >conf$$subs.sed <<_ACEOF +GNULIB_ATOLL!$GNULIB_ATOLL$ac_delim GNULIB_GETLOADAVG!$GNULIB_GETLOADAVG$ac_delim GNULIB_GETSUBOPT!$GNULIB_GETSUBOPT$ac_delim GNULIB_MKDTEMP!$GNULIB_MKDTEMP$ac_delim @@ -57023,7 +57075,6 @@ HAVE_DPRINTF!$HAVE_DPRINTF$ac_delim REPLACE_DPRINTF!$REPLACE_DPRINTF$ac_delim HAVE_VDPRINTF!$HAVE_VDPRINTF$ac_delim REPLACE_VDPRINTF!$REPLACE_VDPRINTF$ac_delim -HAVE_VASPRINTF!$HAVE_VASPRINTF$ac_delim _ACEOF if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then @@ -57065,6 +57116,7 @@ _ACEOF ac_delim='%!_!# ' for ac_last_try in false false false false false :; do cat >conf$$subs.sed <<_ACEOF +HAVE_VASPRINTF!$HAVE_VASPRINTF$ac_delim REPLACE_VASPRINTF!$REPLACE_VASPRINTF$ac_delim HAVE_DECL_OBSTACK_PRINTF!$HAVE_DECL_OBSTACK_PRINTF$ac_delim REPLACE_OBSTACK_PRINTF!$REPLACE_OBSTACK_PRINTF$ac_delim @@ -57161,7 +57213,6 @@ HAVE_DECL_STRSIGNAL!$HAVE_DECL_STRSIGNAL$ac_delim HAVE_STRVERSCMP!$HAVE_STRVERSCMP$ac_delim REPLACE_MEMMEM!$REPLACE_MEMMEM$ac_delim REPLACE_STRDUP!$REPLACE_STRDUP$ac_delim -REPLACE_STRSTR!$REPLACE_STRSTR$ac_delim _ACEOF if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then @@ -57203,6 +57254,7 @@ _ACEOF ac_delim='%!_!# ' for ac_last_try in false false false false false :; do cat >conf$$subs.sed <<_ACEOF +REPLACE_STRSTR!$REPLACE_STRSTR$ac_delim REPLACE_STRCASESTR!$REPLACE_STRCASESTR$ac_delim REPLACE_STRERROR!$REPLACE_STRERROR$ac_delim REPLACE_STRSIGNAL!$REPLACE_STRSIGNAL$ac_delim @@ -57233,7 +57285,7 @@ gltests_LIBOBJS!$gltests_LIBOBJS$ac_delim gltests_LTLIBOBJS!$gltests_LTLIBOBJS$ac_delim _ACEOF - if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 28; then + if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 29; then break elif $ac_last_try; then { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 @@ -57683,8 +57735,9 @@ echo "$as_me: executing $ac_file commands" >&6;} # some people rename them; so instead we look at the file content. # Grep'ing the first line is not enough: some people post-process # each Makefile.in and add a new line on top of each file to say so. - # So let's grep whole file. - if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then + # Grep'ing the whole file is not good either: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then dirpart=`$as_dirname -- "$mf" || $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$mf" : 'X\(//\)[^/]' \| \ diff --git a/configure.in b/configure.in index 68ac0a0..505af93 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(nagios-plugins,1.4.13) +AC_INIT(nagios-plugins,1.4.14) AC_CONFIG_SRCDIR(NPTest.pm) AC_CONFIG_FILES(gl/Makefile) AC_CONFIG_AUX_DIR(build-aux) diff --git a/contrib/check_adptraid.sh b/contrib/check_adptraid.sh index 8d1959b..e3c47be 100644 --- a/contrib/check_adptraid.sh +++ b/contrib/check_adptraid.sh @@ -13,7 +13,7 @@ PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin PROGNAME=`basename $0` PROGPATH=`echo $0 | sed -e 's,[\\/][^\\/][^\\/]*$,,'` -REVISION=`echo '$Revision: 2091 $' | sed -e 's/[^0-9.]//g'` +REVISION=`echo '$Revision: 302 $' | sed -e 's/[^0-9.]//g'` . $PROGPATH/utils.sh diff --git a/contrib/check_apc_ups.pl b/contrib/check_apc_ups.pl index d775a37..6bf1766 100644 --- a/contrib/check_apc_ups.pl +++ b/contrib/check_apc_ups.pl @@ -38,7 +38,7 @@ GetOptions "H=s" => \$opt_H, "hostname=s" => \$opt_H); if ($opt_V) { - print_revision($PROGNAME,'$Revision: 2091 $'); + print_revision($PROGNAME,'$Revision: 1771 $'); exit $ERRORS{'OK'}; } @@ -252,7 +252,7 @@ sub print_usage () { } sub print_help () { - print_revision($PROGNAME,'$Revision: 2091 $'); + print_revision($PROGNAME,'$Revision: 1771 $'); print "Copyright (c) 2001 Gerald Combs/Jeffrey Blank/Karl DeBisschop This plugin reports the status of an APC UPS equipped with an SNMP management diff --git a/contrib/check_appletalk.pl b/contrib/check_appletalk.pl index 6762c0c..9277686 100644 --- a/contrib/check_appletalk.pl +++ b/contrib/check_appletalk.pl @@ -9,7 +9,7 @@ # using "aecho" # # initial version: 23 October 2002 by Stefan Beck, IT Software Solutions -# current status: $Revision: 2091 $ +# current status: $Revision: 1771 $ # # Copyright Notice: GPL # @@ -122,7 +122,7 @@ while () { } sub print_help() { - print_revision( $PROGNAME, '$Revision: 2091 $ ' ); + print_revision( $PROGNAME, '$Revision: 1771 $ ' ); print "Copyright (c) 2002 Stefan Beck\n"; print "\n"; print "Check if an atalkhost responds to an atalk echo using\n"; @@ -159,7 +159,7 @@ sub print_usage () { } sub version () { - print_revision( $PROGNAME, '$Revision: 2091 $ ' ); + print_revision( $PROGNAME, '$Revision: 1771 $ ' ); exit $ERRORS{'OK'}; } diff --git a/contrib/check_arping.pl b/contrib/check_arping.pl index 44a8b46..c41c4a8 100644 --- a/contrib/check_arping.pl +++ b/contrib/check_arping.pl @@ -55,7 +55,7 @@ if ($status == 0) if ($opt_V) { - print_revision($PROGNAME,'$Revision: 2091 $ '); + print_revision($PROGNAME,'$Revision: 1112 $ '); exit $ERRORS{'OK'}; } @@ -115,6 +115,6 @@ sub print_help { print " -t (--timeout) Timeout in seconds.\n"; print " -V (--version) Plugin version\n"; print " -h (--help) usage help \n\n"; - print_revision($PROGNAME, '$Revision: 2091 $'); + print_revision($PROGNAME, '$Revision: 1112 $'); } diff --git a/contrib/check_email_loop.pl b/contrib/check_email_loop.pl index 0b04487..1b02ea3 100644 --- a/contrib/check_email_loop.pl +++ b/contrib/check_email_loop.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w # -# $Id: check_email_loop.pl 2091 2008-11-23 05:38:47Z dermoth $ +# $Id: check_email_loop.pl 1290 2005-11-29 23:21:06Z harpermann $ # # (c)2000 Benjamin Schmid, blueshift@gmx.net (emergency use only ;-) # Copyleft by GNU GPL diff --git a/contrib/check_fan_cpq_present b/contrib/check_fan_cpq_present index 283e7f7..0bd1390 100644 --- a/contrib/check_fan_cpq_present +++ b/contrib/check_fan_cpq_present @@ -111,7 +111,7 @@ sub print_usage () { } sub print_help () { - print_revision($PROGNAME,'$Revision: 2091 $\n '); + print_revision($PROGNAME,'$Revision: 1113 $\n '); print "Copyright (c) 2003 Rainer Duffner\n "; print_usage(); print "\n"; @@ -122,7 +122,7 @@ sub print_help () { } sub version () { - print_revision($PROGNAME,'$Revision: 2091 $ '); + print_revision($PROGNAME,'$Revision: 1113 $ '); exit $ERRORS{'OK'}; } diff --git a/contrib/check_fan_fsc_present b/contrib/check_fan_fsc_present index 7cab0d6..19f8e7f 100644 --- a/contrib/check_fan_fsc_present +++ b/contrib/check_fan_fsc_present @@ -113,7 +113,7 @@ sub print_usage () { } sub print_help () { - print_revision($PROGNAME,'$Revision: 2091 $\n '); + print_revision($PROGNAME,'$Revision: 1113 $\n '); print "Copyright (c) 2003 Rainer Duffner\n "; print_usage(); print "\n"; @@ -124,7 +124,7 @@ sub print_help () { } sub version () { - print_revision($PROGNAME,'$Revision: 2091 $ '); + print_revision($PROGNAME,'$Revision: 1113 $ '); exit $ERRORS{'OK'}; } diff --git a/contrib/check_frontpage b/contrib/check_frontpage index 8bef115..21c5267 100644 --- a/contrib/check_frontpage +++ b/contrib/check_frontpage @@ -1,6 +1,6 @@ #! /usr/bin/perl -w # -# $Id: check_frontpage 2091 2008-11-23 05:38:47Z dermoth $ +# $Id: check_frontpage 1112 2005-01-27 04:46:08Z stanleyhopcroft $ # # Check that FrontPage extensions appear to be working on a specified host. # Currently only checks that the hit counter is not returning an error. @@ -42,7 +42,7 @@ GetOptions "H=s" => \$opt_H, "hostname=s" => \$opt_H); if ($opt_V) { - print_revision($PROGNAME,'$Revision: 2091 $'); #' + print_revision($PROGNAME,'$Revision: 1112 $'); #' exit $ERRORS{'OK'}; } @@ -139,7 +139,7 @@ sub print_usage () { } sub print_help () { - print_revision($PROGNAME,'$Revision: 2091 $'); + print_revision($PROGNAME,'$Revision: 1112 $'); print "Copyright (c) 2003 Kev Green\n"; print "\n"; print "FrontPage remains a copyright/trademark of Microsoft Corporation.\n"; diff --git a/contrib/check_http-with-client-certificate.c b/contrib/check_http-with-client-certificate.c index 0f4c4eb..60e1481 100644 --- a/contrib/check_http-with-client-certificate.c +++ b/contrib/check_http-with-client-certificate.c @@ -37,7 +37,7 @@ *****************************************************************************/ const char *progname = "check_http"; -#define REVISION "$Revision: 2091 $" +#define REVISION "$Revision: 1117 $" #define CVSREVISION "1.24" #define COPYRIGHT "2003" #define AUTHORS "Fabian Pehla" diff --git a/contrib/check_hw.sh b/contrib/check_hw.sh index 4195055..9d3b574 100644 --- a/contrib/check_hw.sh +++ b/contrib/check_hw.sh @@ -16,7 +16,7 @@ PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin PROGNAME=`basename $0` PROGPATH=`echo $0 | sed -e 's,[\\/][^\\/][^\\/]*$,,'` -REVISION=`echo '$Revision: 2091 $' | sed -e 's/[^0-9.]//g'` +REVISION=`echo '$Revision: 939 $' | sed -e 's/[^0-9.]//g'` . $PROGPATH/utils.sh diff --git a/contrib/check_ica_master_browser.pl b/contrib/check_ica_master_browser.pl index 37c1b76..922e718 100755 --- a/contrib/check_ica_master_browser.pl +++ b/contrib/check_ica_master_browser.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -# $Id: check_ica_master_browser.pl 2091 2008-11-23 05:38:47Z dermoth $ +# $Id: check_ica_master_browser.pl 1099 2005-01-25 09:09:33Z stanleyhopcroft $ # Revision 1.1 2005/01/25 09:09:33 stanleyhopcroft # New plugin - checks that ICA master browser is what it should be (important for firewalled dialup) @@ -169,7 +169,7 @@ sub print_usage () { } sub print_help () { - print_revision($PROGNAME,'$Revision: 2091 $ '); + print_revision($PROGNAME,'$Revision: 1099 $ '); print "Copyright (c) 2002 Ed Rolison/Tom De Blende/S Hopcroft Perl Check Citrix Master Browser plugin for Nagios. @@ -217,7 +217,7 @@ The ICA Client requests the address of the ICA master browser from the Citrix se } sub version () { - print_revision($PROGNAME,'$Revision: 2091 $ '); + print_revision($PROGNAME,'$Revision: 1099 $ '); exit $ERRORS{'OK'}; } diff --git a/contrib/check_ica_metaframe_pub_apps.pl b/contrib/check_ica_metaframe_pub_apps.pl index c71a9c3..0edbdca 100755 --- a/contrib/check_ica_metaframe_pub_apps.pl +++ b/contrib/check_ica_metaframe_pub_apps.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -# $Id: check_ica_metaframe_pub_apps.pl 2091 2008-11-23 05:38:47Z dermoth $ +# $Id: check_ica_metaframe_pub_apps.pl 1098 2005-01-25 09:07:39Z stanleyhopcroft $ # Revision 1.1 2005/01/25 09:07:39 stanleyhopcroft # Replacement (structured name mainly) for check_citrix: check of ICA browse service @@ -302,7 +302,7 @@ sub print_usage () { } sub print_help () { - print_revision($PROGNAME,'$Revision: 2091 $ '); + print_revision($PROGNAME,'$Revision: 1098 $ '); print "Copyright (c) 2002 Ed Rolison/Tom De Blende/S Hopcroft Perl Check Citrix plugin for Nagios. @@ -349,7 +349,7 @@ The plugin works by } sub version () { - print_revision($PROGNAME,'$Revision: 2091 $ '); + print_revision($PROGNAME,'$Revision: 1098 $ '); exit $ERRORS{'OK'}; } diff --git a/contrib/check_ica_program_neigbourhood.pl b/contrib/check_ica_program_neigbourhood.pl index 5b79459..1f0fb45 100755 --- a/contrib/check_ica_program_neigbourhood.pl +++ b/contrib/check_ica_program_neigbourhood.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -# $Id: check_ica_program_neigbourhood.pl 2091 2008-11-23 05:38:47Z dermoth $ +# $Id: check_ica_program_neigbourhood.pl 1097 2005-01-25 09:05:53Z stanleyhopcroft $ # Revision 1.1 2005/01/25 09:05:53 stanleyhopcroft # New plugin to check Citrix Metaframe XP "Program Neighbourhood" @@ -289,7 +289,7 @@ sub print_help() { # 1 2 3 4 5 6 7 8 #12345678901234567890123456789012345678901234567890123456789012345678901234567890 - print_revision($PROGNAME,'$Revision: 2091 $ '); + print_revision($PROGNAME,'$Revision: 1097 $ '); my $help = < # diff --git a/contrib/check_ms_spooler.pl b/contrib/check_ms_spooler.pl index e1b907d..3a80a76 100755 --- a/contrib/check_ms_spooler.pl +++ b/contrib/check_ms_spooler.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -# $Id: check_ms_spooler.pl 2091 2008-11-23 05:38:47Z dermoth $ +# $Id: check_ms_spooler.pl 64 2002-07-16 00:04:42Z stanleyhopcroft $ # Revision 1.1 2002/07/16 00:04:42 stanleyhopcroft # Primitive and in need of refinement test of MS spooler (with smbclient) @@ -267,7 +267,7 @@ sub print_usage () { } sub print_help () { - print_revision($PROGNAME,'$Revision: 2091 $ '); + print_revision($PROGNAME,'$Revision: 64 $ '); print "Copyright (c) 2001 Karl DeBisschop/S Hopcroft Perl Check MS Spooler plugin for NetSaint. Display a subset of the queues on an SMB (Samba or MS) print spooler. @@ -291,7 +291,7 @@ Perl Check MS Spooler plugin for NetSaint. Display a subset of the queues on an } sub version () { - print_revision($PROGNAME,'$Revision: 2091 $ '); + print_revision($PROGNAME,'$Revision: 64 $ '); exit $ERRORS{'OK'}; } diff --git a/contrib/check_ora_table_space.pl b/contrib/check_ora_table_space.pl index cd66e03..7ce90c8 100644 --- a/contrib/check_ora_table_space.pl +++ b/contrib/check_ora_table_space.pl @@ -4,8 +4,8 @@ # Written by: Erwan Arzur (erwan@netvalue.com) # License: GPL # -# Last Modified: $Date: 2008-11-23 05:38:47 +0000 (Sun, 23 Nov 2008) $ -# Revisiin: $Revision: 2091 $ +# Last Modified: $Date: 2002-02-28 01:42:51 -0500 (Thu, 28 Feb 2002) $ +# Revisiin: $Revision: 2 $ # # "check_ora_table_space.pl" plugin to check the state of Oracle # table spaces. Scarce documentation. diff --git a/contrib/check_oracle_instance.pl b/contrib/check_oracle_instance.pl index ee053c0..3ba8d57 100644 --- a/contrib/check_oracle_instance.pl +++ b/contrib/check_oracle_instance.pl @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: check_oracle_instance.pl 2091 2008-11-23 05:38:47Z dermoth $ +# $Id: check_oracle_instance.pl 10 2002-04-03 02:58:47Z sghosh $ # Copyright (c) 2002 Sven Dolderer # some pieces of Code adopted from Adam vonNieda's oracletool.pl @@ -23,7 +23,7 @@ require DBD::Oracle || die "It appears that the DBD::Oracle module is not instal use vars qw($VERSION $PROGNAME $logfile $debug $state $dbh $database $username $password $message $sql $cursor $opt_asession $opt_nsession $opt_tablespace $opt_nextents $opt_fextents $opt_aextents $privsok $warn $critical); -'$Revision: 2091 $' =~ /^.*(\d+.\d+) \$$/; # Use The Revision from RCS/CVS +'$Revision: 10 $' =~ /^.*(\d+.\d+) \$$/; # Use The Revision from RCS/CVS $VERSION = $1; $0 =~ m!^.*/([^/]+)$!; $PROGNAME = $1; diff --git a/contrib/check_oracle_tbs b/contrib/check_oracle_tbs index 43c9273..8281a4e 100644 --- a/contrib/check_oracle_tbs +++ b/contrib/check_oracle_tbs @@ -30,7 +30,7 @@ if (!$ENV{ORACLE_HOME}) { my $state = $ERRORS{'UNKNOWN'}; my $answer = undef; -my ($MAJOR_VERSION, $MINOR_VERSION) = q$Revision: 2091 $ =~ /(\d+)\.(\d+)/; +my ($MAJOR_VERSION, $MINOR_VERSION) = q$Revision: 1134 $ =~ /(\d+)\.(\d+)/; my $VERSION = sprintf("%d.%02d", $MAJOR_VERSION - 1, $MINOR_VERSION); my $opt_debug; # -d|--debug diff --git a/contrib/check_pfstate b/contrib/check_pfstate index 25f2034..57dde3f 100644 --- a/contrib/check_pfstate +++ b/contrib/check_pfstate @@ -27,7 +27,7 @@ GetOptions "c=s" => \$opt_c, "critical=s" => \$opt_c); if ($opt_V) { - print_revision($PROGNAME,'$Revision: 2091 $'); + print_revision($PROGNAME,'$Revision: 1112 $'); exit $ERRORS{'OK'}; } if ($opt_h) { @@ -67,7 +67,7 @@ exit $ERRORS{'OK'}; sub print_help { - print_revision($PROGNAME,'$Revision: 2091 $'); + print_revision($PROGNAME,'$Revision: 1112 $'); print "Copyright (c) 2002 Jason Dixon\n\nThis plugin checks the number of state table entries on a PF-enabled OpenBSD system.\n\n"; print "Usage:\t-H, --hostname= [-w, --warning=] [-c, --critical=]\n\n\tDefault warning is 50000 and critical is 60000.\n\n"; support(); diff --git a/contrib/check_rbl.c b/contrib/check_rbl.c index 7447b9e..eec84ad 100644 --- a/contrib/check_rbl.c +++ b/contrib/check_rbl.c @@ -11,7 +11,7 @@ * * License: GPL * * Copyright (c) 2000 * * -* * $Id: check_rbl.c 2091 2008-11-23 05:38:47Z dermoth $ +* * $Id: check_rbl.c 970 2004-12-02 00:30:32Z opensides $ * *****************************************************************************/ @@ -22,7 +22,7 @@ #include "string.h" const char progname = "check_rbl"; -const char *revision = "$Revision: 2091 $"; +const char *revision = "$Revision: 970 $"; //const char *copyright = "2000-2003"; //const char *email = "nagiosplug-devel@lists.sourceforge.net"; @@ -263,7 +263,7 @@ int call_getopt(int argc, char **argv) } break; case 'V': /* version */ - print_revision(progname,"$Revision: 2091 $"); + print_revision(progname,"$Revision: 970 $"); exit(STATE_OK); case 'h': /* help */ print_help(); @@ -291,7 +291,7 @@ int validate_arguments(void) void print_help(void) { - print_revision(progname,"$Revision: 2091 $"); + print_revision(progname,"$Revision: 970 $"); printf ("Copyright (c) 2000 Karl DeBisschop\n\n" "This plugin uses dig to test whether the specified host is on any RBL lists.\n\n"); diff --git a/contrib/check_smb.sh b/contrib/check_smb.sh index f05d8d9..9d0da72 100644 --- a/contrib/check_smb.sh +++ b/contrib/check_smb.sh @@ -26,7 +26,7 @@ # PROGNAME=`basename $0` PROGPATH=`echo $0 | /bin/sed -e 's,[\\/][^\\/][^\\/]*$,,'` -REVISION=`echo '$Revision: 2091 $' | sed -e 's/[^0-9.]//g'` +REVISION=`echo '$Revision: 71 $' | sed -e 's/[^0-9.]//g'` . $PROGPATH/utils.sh diff --git a/contrib/check_snmp_disk_monitor.pl b/contrib/check_snmp_disk_monitor.pl index 190aaa4..9a2edaa 100644 --- a/contrib/check_snmp_disk_monitor.pl +++ b/contrib/check_snmp_disk_monitor.pl @@ -52,7 +52,7 @@ sub process_options { } sub local_print_revision { - print_revision( $PROGNAME, '$Revision: 2091 $ ' ) + print_revision( $PROGNAME, '$Revision: 82 $ ' ) } sub print_usage { diff --git a/contrib/check_snmp_printer.pl b/contrib/check_snmp_printer.pl index 0efb4f7..cc7943b 100755 --- a/contrib/check_snmp_printer.pl +++ b/contrib/check_snmp_printer.pl @@ -116,7 +116,7 @@ GetOptions $PROGNAME = "check_snmp_printer"; if ($opt_V) { - print_revision($PROGNAME,'$Revision: 2091 $'); + print_revision($PROGNAME,'$Revision: 795 $'); exit $ERRORS{'OK'}; } @@ -572,7 +572,7 @@ sub print_usage () { } sub print_help () { - print_revision($PROGNAME,'$Revision: 2091 $'); + print_revision($PROGNAME,'$Revision: 795 $'); print "Copyright (c) 2002 Subhendu Ghosh/Ethan Galstad. This plugin reports the status of an network printer with an SNMP management diff --git a/contrib/check_snmp_process_monitor.pl b/contrib/check_snmp_process_monitor.pl index 7a89eb7..0f44597 100644 --- a/contrib/check_snmp_process_monitor.pl +++ b/contrib/check_snmp_process_monitor.pl @@ -91,7 +91,7 @@ sub process_options { } sub local_print_revision { - print_revision( $PROGNAME, '$Revision: 2091 $ ' ) + print_revision( $PROGNAME, '$Revision: 84 $ ' ) } sub print_usage { diff --git a/contrib/check_snmp_procs.pl b/contrib/check_snmp_procs.pl index d4a08d6..4d19ff1 100644 --- a/contrib/check_snmp_procs.pl +++ b/contrib/check_snmp_procs.pl @@ -109,7 +109,7 @@ if (GetOptions( } if ($opt_version) { - print_revision($PROGNAME, "\$Revision: 2091 $REVISION \$"); + print_revision($PROGNAME, "\$Revision: 1771 $REVISION \$"); exit $ERRORS{'OK'}; } @@ -529,7 +529,7 @@ sub print_usage { # sub print_help { - print_revision($PROGNAME, "\$Revision: 2091 $REVISION \$"); + print_revision($PROGNAME, "\$Revision: 1771 $REVISION \$"); print "Copyright (c) 2003 David Alden Check if processes are running on a host via snmp diff --git a/contrib/check_temp_cpq b/contrib/check_temp_cpq index 766f8f7..6edae6e 100644 --- a/contrib/check_temp_cpq +++ b/contrib/check_temp_cpq @@ -138,7 +138,7 @@ sub print_usage () { } sub print_help () { - print_revision($PROGNAME,'$Revision: 2091 $\n '); + print_revision($PROGNAME,'$Revision: 1113 $\n '); print "Copyright (c) 2003 Rainer Duffner\n "; print_usage(); print "\n"; @@ -151,7 +151,7 @@ sub print_help () { } sub version () { - print_revision($PROGNAME,'$Revision: 2091 $ '); + print_revision($PROGNAME,'$Revision: 1113 $ '); exit $ERRORS{'OK'}; } diff --git a/contrib/check_temp_fsc b/contrib/check_temp_fsc index eba368a..33470ea 100644 --- a/contrib/check_temp_fsc +++ b/contrib/check_temp_fsc @@ -138,7 +138,7 @@ sub print_usage () { } sub print_help () { - print_revision($PROGNAME,'$Revision: 2091 $\n '); + print_revision($PROGNAME,'$Revision: 1113 $\n '); print "Copyright (c) 2003 Rainer Duffner\n "; print_usage(); print "\n"; @@ -149,7 +149,7 @@ sub print_help () { } sub version () { - print_revision($PROGNAME,'$Revision: 2091 $ '); + print_revision($PROGNAME,'$Revision: 1113 $ '); exit $ERRORS{'OK'}; } diff --git a/contrib/check_traceroute.pl b/contrib/check_traceroute.pl index c1e621d..569dc53 100755 --- a/contrib/check_traceroute.pl +++ b/contrib/check_traceroute.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -# $Id: check_traceroute.pl 2091 2008-11-23 05:38:47Z dermoth $ +# $Id: check_traceroute.pl 1115 2005-01-27 10:34:16Z stanleyhopcroft $ # Revision 1.1 2005/01/27 10:34:16 stanleyhopcroft # Jon Meek's check_traceroute for Mon hacked by YT for Nagios. Prob pretty weak @@ -31,7 +31,7 @@ getopts('i:H:N:R:T:dhrvV'); do { print_help ; exit $ERRORS{OK}; } if $opt_h ; -do { print_revision($PROGNAME, '$Revision: 2091 $'); exit $ERRORS{OK}; } +do { print_revision($PROGNAME, '$Revision: 1115 $'); exit $ERRORS{OK}; } if $opt_V ; do { print_help; exit $ERRORS{OK}; } @@ -175,7 +175,7 @@ sub print_usage () { } sub print_help () { - print_revision($PROGNAME, '$Revision: 2091 $') ; + print_revision($PROGNAME, '$Revision: 1115 $') ; print "Copyright (c) 2004 J Meek/Karl DeBisschop This plugin checks whether traceroute to the destination succeeds and if so that the route string option (-R) matches the list of routers diff --git a/contrib/check_uptime.c b/contrib/check_uptime.c index 478493e..7afeb23 100644 --- a/contrib/check_uptime.c +++ b/contrib/check_uptime.c @@ -9,7 +9,7 @@ * Based on CHECK_LOAD.C * Copyright (c) 1999 Felipe Gustavo de Almeida * - * Last Modified: $Date: 2008-11-23 05:38:47 +0000 (Sun, 23 Nov 2008) $ + * Last Modified: $Date: 2002-02-28 21:42:56 -0500 (Thu, 28 Feb 2002) $ * * Command line: CHECK_UPTIME * @@ -44,7 +44,7 @@ int main(int argc, char **argv) if(argc != 2){ printf("Incorrect number of arguments supplied\n"); printf("\n"); - print_revision(argv[0],"$Revision: 2091 $"); + print_revision(argv[0],"$Revision: 6 $"); printf("Copyright (c) 2000 Teresa Ramanan (tlr@redowl.org)\n"); printf("\n"); printf("Usage: %s \n",argv[0]); diff --git a/contrib/check_vcs.pl b/contrib/check_vcs.pl index ae2f1fd..38afdae 100644 --- a/contrib/check_vcs.pl +++ b/contrib/check_vcs.pl @@ -71,7 +71,7 @@ sub print_help (); $vcs_negate = ''; $vcs_result = ''; $vcs_expected_result = 'ONLINE'; - $plugin_revision = '$Revision: 2091 $ '; + $plugin_revision = '$Revision: 33 $ '; # Grab options from command line GetOptions diff --git a/contrib/check_wins.pl b/contrib/check_wins.pl index 1bb7a19..f11f864 100755 --- a/contrib/check_wins.pl +++ b/contrib/check_wins.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -# $Id: check_wins.pl 2091 2008-11-23 05:38:47Z dermoth $ +# $Id: check_wins.pl 940 2004-11-25 04:46:16Z stanleyhopcroft $ # Revision 1.3 2004/11/25 04:46:16 stanleyhopcroft # Non functional tidy ups to check_wins @@ -189,7 +189,7 @@ sub print_usage () { } sub print_help () { - print_revision($PROGNAME,'$Revision: 2091 $ '); + print_revision($PROGNAME,'$Revision: 940 $ '); print "Copyright (c) 2001 Karl DeBisschop/S Hopcroft Perl Check WINS plugin for NetSaint. @@ -236,7 +236,7 @@ The plugin works by } sub version () { - print_revision($PROGNAME,'$Revision: 2091 $ '); + print_revision($PROGNAME,'$Revision: 940 $ '); exit $ERRORS{'OK'}; } diff --git a/contrib/packet_utils.pm b/contrib/packet_utils.pm index 1868f2f..783b333 100755 --- a/contrib/packet_utils.pm +++ b/contrib/packet_utils.pm @@ -1,6 +1,6 @@ package packet_utils; -# $Id: packet_utils.pm 2091 2008-11-23 05:38:47Z dermoth $ +# $Id: packet_utils.pm 1100 2005-01-25 09:12:47Z stanleyhopcroft $ # Revision 1.1 2005/01/25 09:12:47 stanleyhopcroft # packet creation and dumping hacks used by check_ica* and check_lotus diff --git a/contrib/utils.py b/contrib/utils.py index be44036..db0f1c9 100644 --- a/contrib/utils.py +++ b/contrib/utils.py @@ -8,7 +8,7 @@ #========================================================================== # -# Version: = '$Id: utils.py 2091 2008-11-23 05:38:47Z dermoth $' +# Version: = '$Id: utils.py 2 2002-02-28 06:42:51Z egalstad $' # # (C) Rob W.W. Hooft, Nonius BV, 1998 # diff --git a/gl/Makefile.in b/gl/Makefile.in index 2771e5c..8688d93 100644 --- a/gl/Makefile.in +++ b/gl/Makefile.in @@ -1,8 +1,8 @@ -# Makefile.in generated by automake 1.9.6 from Makefile.am. +# Makefile.in generated by automake 1.10 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # This Makefile.in 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. @@ -27,13 +27,10 @@ -srcdir = @srcdir@ -top_srcdir = @top_srcdir@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ -top_builddir = .. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -137,36 +134,37 @@ am_libgnu_a_OBJECTS = base64.$(OBJEXT) full-read.$(OBJEXT) \ xalloc-die.$(OBJEXT) xstrndup.$(OBJEXT) libgnu_a_OBJECTS = $(am_libgnu_a_OBJECTS) LTLIBRARIES = $(noinst_LTLIBRARIES) -DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) +DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@ depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp am__depfiles_maybe = depfiles COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \ - $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ - $(AM_CFLAGS) $(CFLAGS) +LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) -LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ +LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ + $(LDFLAGS) -o $@ SOURCES = $(libgnu_a_SOURCES) $(EXTRA_libgnu_a_SOURCES) DIST_SOURCES = $(libgnu_a_SOURCES) $(EXTRA_libgnu_a_SOURCES) RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ html-recursive info-recursive install-data-recursive \ - install-exec-recursive install-info-recursive \ - install-recursive installcheck-recursive installdirs-recursive \ - pdf-recursive ps-recursive uninstall-info-recursive \ - uninstall-recursive + install-dvi-recursive install-exec-recursive \ + install-html-recursive install-info-recursive \ + install-pdf-recursive install-ps-recursive install-recursive \ + installcheck-recursive installdirs-recursive pdf-recursive \ + ps-recursive uninstall-recursive HEADERS = $(noinst_HEADERS) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -INSTALL = @INSTALL@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ ALLOCA_H = @ALLOCA_H@ -AMDEP_FALSE = @AMDEP_FALSE@ -AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ AR = @AR@ @@ -221,8 +219,6 @@ GETLOADAVG_LIBS = @GETLOADAVG_LIBS@ GETOPT_H = @GETOPT_H@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GLIBC21 = @GLIBC21@ -GL_COND_LIBTOOL_FALSE = @GL_COND_LIBTOOL_FALSE@ -GL_COND_LIBTOOL_TRUE = @GL_COND_LIBTOOL_TRUE@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNULIB_ACCEPT = @GNULIB_ACCEPT@ @@ -503,6 +499,7 @@ HOSTENT_LIB = @HOSTENT_LIB@ HOSTNAME = @HOSTNAME@ INCLUDE_NEXT = @INCLUDE_NEXT@ INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ +INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ @@ -533,6 +530,7 @@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ MATHLIBS = @MATHLIBS@ +MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ @@ -603,8 +601,6 @@ PYTHON = @PYTHON@ RADIUSLIBS = @RADIUSLIBS@ RANLIB = @RANLIB@ RELEASE = @RELEASE@ -RELEASE_PRESENT_FALSE = @RELEASE_PRESENT_FALSE@ -RELEASE_PRESENT_TRUE = @RELEASE_PRESENT_TRUE@ REPLACE_BTOWC = @REPLACE_BTOWC@ REPLACE_CEILF = @REPLACE_CEILF@ REPLACE_CEILL = @REPLACE_CEILL@ @@ -701,11 +697,7 @@ SYS_SOCKET_H = @SYS_SOCKET_H@ SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@ TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ -USE_LIBTAP_LOCAL_FALSE = @USE_LIBTAP_LOCAL_FALSE@ -USE_LIBTAP_LOCAL_TRUE = @USE_LIBTAP_LOCAL_TRUE@ USE_NLS = @USE_NLS@ -USE_PARSE_INI_FALSE = @USE_PARSE_INI_FALSE@ -USE_PARSE_INI_TRUE = @USE_PARSE_INI_TRUE@ VERSION = @VERSION@ VOID_UNSETENV = @VOID_UNSETENV@ WARRANTY = @WARRANTY@ @@ -716,13 +708,13 @@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_F77 = @ac_ct_F77@ -am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ -am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ -am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ @@ -734,6 +726,7 @@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ +builddir = @builddir@ check_tcp_ssl = @check_tcp_ssl@ datadir = @datadir@ datarootdir = @datarootdir@ @@ -767,8 +760,11 @@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ with_trusted_path = @with_trusted_path@ AUTOMAKE_OPTIONS = 1.5 gnits SUBDIRS = @@ -968,22 +964,22 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xstrndup.Po@am__quote@ .c.o: -@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c $< .c.obj: -@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: -@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< @@ -994,10 +990,6 @@ mostlyclean-libtool: clean-libtool: -rm -rf .libs _libs -distclean-libtool: - -rm -f libtool -uninstall-info-am: - # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. # To change the values of `make' variables: instead of editing Makefiles, @@ -1029,8 +1021,7 @@ $(RECURSIVE_TARGETS): $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" -mostlyclean-recursive clean-recursive distclean-recursive \ -maintainer-clean-recursive: +$(RECURSIVE_CLEAN_TARGETS): @failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ @@ -1131,23 +1122,21 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) - $(mkdir_p) $(distdir)/$(top_srcdir)/build-aux $(distdir)/m4 - @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ - list='$(DISTFILES)'; for file in $$list; do \ - case $$file in \ - $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ - $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ - esac; \ + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test "$$dir" != "$$file" && test "$$dir" != "."; then \ - dir="/$$dir"; \ - $(mkdir_p) "$(distdir)$$dir"; \ - else \ - dir=''; \ - fi; \ if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ fi; \ @@ -1161,7 +1150,7 @@ distdir: $(DISTFILES) list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -d "$(distdir)/$$subdir" \ - || $(mkdir_p) "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ distdir=`$(am__cd) $(distdir) && pwd`; \ top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ @@ -1169,6 +1158,8 @@ distdir: $(DISTFILES) $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$top_distdir" \ distdir="$$distdir/$$subdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ distdir) \ || exit 1; \ fi; \ @@ -1218,7 +1209,7 @@ distclean: distclean-recursive -rm -rf $(DEPDIR) ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ - distclean-libtool distclean-tags + distclean-tags dvi: dvi-recursive @@ -1232,12 +1223,20 @@ info-am: install-data-am: +install-dvi: install-dvi-recursive + install-exec-am: install-exec-local +install-html: install-html-recursive + install-info: install-info-recursive install-man: +install-pdf: install-pdf-recursive + +install-ps: install-ps-recursive + installcheck-am: maintainer-clean: maintainer-clean-recursive @@ -1258,25 +1257,26 @@ ps: ps-recursive ps-am: -uninstall-am: uninstall-info-am uninstall-local +uninstall-am: uninstall-local -uninstall-info: uninstall-info-recursive +.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ + install-strip -.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am all-local check \ - check-am clean clean-generic clean-libtool \ - clean-noinstLIBRARIES clean-noinstLTLIBRARIES clean-recursive \ +.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ + all all-am all-local check check-am clean clean-generic \ + clean-libtool clean-noinstLIBRARIES clean-noinstLTLIBRARIES \ ctags ctags-recursive distclean distclean-compile \ - distclean-generic distclean-libtool distclean-recursive \ - distclean-tags distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am install-exec \ - install-exec-am install-exec-local install-info \ - install-info-am install-man install-strip installcheck \ - installcheck-am installdirs installdirs-am maintainer-clean \ - maintainer-clean-generic maintainer-clean-recursive \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-exec-local install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool mostlyclean-local mostlyclean-recursive \ - pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \ - uninstall-info-am uninstall-local + mostlyclean-libtool mostlyclean-local pdf pdf-am ps ps-am tags \ + tags-recursive uninstall uninstall-am uninstall-local # We need the following in order to create when the system diff --git a/lib/Makefile.in b/lib/Makefile.in index da2fd7b..717e688 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -1,8 +1,8 @@ -# Makefile.in generated by automake 1.9.6 from Makefile.am. +# Makefile.in generated by automake 1.10 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # This Makefile.in 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. @@ -14,13 +14,10 @@ @SET_MAKE@ -srcdir = @srcdir@ -top_srcdir = @top_srcdir@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ -top_builddir = .. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -126,35 +123,36 @@ am__libnagiosplug_a_SOURCES_DIST = utils_base.c utils_disk.c \ am_libnagiosplug_a_OBJECTS = utils_base.$(OBJEXT) utils_disk.$(OBJEXT) \ utils_tcp.$(OBJEXT) utils_cmd.$(OBJEXT) $(am__objects_1) libnagiosplug_a_OBJECTS = $(am_libnagiosplug_a_OBJECTS) -DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) +DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@ depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp am__depfiles_maybe = depfiles COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \ - $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ - $(AM_CFLAGS) $(CFLAGS) +LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) -LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ +LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ + $(LDFLAGS) -o $@ SOURCES = $(libnagiosplug_a_SOURCES) DIST_SOURCES = $(am__libnagiosplug_a_SOURCES_DIST) RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ html-recursive info-recursive install-data-recursive \ - install-exec-recursive install-info-recursive \ - install-recursive installcheck-recursive installdirs-recursive \ - pdf-recursive ps-recursive uninstall-info-recursive \ - uninstall-recursive + install-dvi-recursive install-exec-recursive \ + install-html-recursive install-info-recursive \ + install-pdf-recursive install-ps-recursive install-recursive \ + installcheck-recursive installdirs-recursive pdf-recursive \ + ps-recursive uninstall-recursive +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -INSTALL = @INSTALL@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ ALLOCA_H = @ALLOCA_H@ -AMDEP_FALSE = @AMDEP_FALSE@ -AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ AR = @AR@ @@ -209,8 +207,6 @@ GETLOADAVG_LIBS = @GETLOADAVG_LIBS@ GETOPT_H = @GETOPT_H@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GLIBC21 = @GLIBC21@ -GL_COND_LIBTOOL_FALSE = @GL_COND_LIBTOOL_FALSE@ -GL_COND_LIBTOOL_TRUE = @GL_COND_LIBTOOL_TRUE@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNULIB_ACCEPT = @GNULIB_ACCEPT@ @@ -491,6 +487,7 @@ HOSTENT_LIB = @HOSTENT_LIB@ HOSTNAME = @HOSTNAME@ INCLUDE_NEXT = @INCLUDE_NEXT@ INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ +INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ @@ -521,6 +518,7 @@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ MATHLIBS = @MATHLIBS@ +MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ @@ -591,8 +589,6 @@ PYTHON = @PYTHON@ RADIUSLIBS = @RADIUSLIBS@ RANLIB = @RANLIB@ RELEASE = @RELEASE@ -RELEASE_PRESENT_FALSE = @RELEASE_PRESENT_FALSE@ -RELEASE_PRESENT_TRUE = @RELEASE_PRESENT_TRUE@ REPLACE_BTOWC = @REPLACE_BTOWC@ REPLACE_CEILF = @REPLACE_CEILF@ REPLACE_CEILL = @REPLACE_CEILL@ @@ -689,11 +685,7 @@ SYS_SOCKET_H = @SYS_SOCKET_H@ SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@ TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ -USE_LIBTAP_LOCAL_FALSE = @USE_LIBTAP_LOCAL_FALSE@ -USE_LIBTAP_LOCAL_TRUE = @USE_LIBTAP_LOCAL_TRUE@ USE_NLS = @USE_NLS@ -USE_PARSE_INI_FALSE = @USE_PARSE_INI_FALSE@ -USE_PARSE_INI_TRUE = @USE_PARSE_INI_TRUE@ VERSION = @VERSION@ VOID_UNSETENV = @VOID_UNSETENV@ WARRANTY = @WARRANTY@ @@ -704,13 +696,13 @@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_F77 = @ac_ct_F77@ -am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ -am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ -am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ @@ -722,6 +714,7 @@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ +builddir = @builddir@ check_tcp_ssl = @check_tcp_ssl@ datadir = @datadir@ datarootdir = @datarootdir@ @@ -755,8 +748,11 @@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ with_trusted_path = @with_trusted_path@ SUBDIRS = . tests noinst_LIBRARIES = libnagiosplug.a @@ -819,22 +815,22 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utils_tcp.Po@am__quote@ .c.o: -@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c $< .c.obj: -@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: -@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< @@ -845,10 +841,6 @@ mostlyclean-libtool: clean-libtool: -rm -rf .libs _libs -distclean-libtool: - -rm -f libtool -uninstall-info-am: - # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. # To change the values of `make' variables: instead of editing Makefiles, @@ -880,8 +872,7 @@ $(RECURSIVE_TARGETS): $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" -mostlyclean-recursive clean-recursive distclean-recursive \ -maintainer-clean-recursive: +$(RECURSIVE_CLEAN_TARGETS): @failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ @@ -982,22 +973,21 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ - list='$(DISTFILES)'; for file in $$list; do \ - case $$file in \ - $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ - $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ - esac; \ + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test "$$dir" != "$$file" && test "$$dir" != "."; then \ - dir="/$$dir"; \ - $(mkdir_p) "$(distdir)$$dir"; \ - else \ - dir=''; \ - fi; \ if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ fi; \ @@ -1011,7 +1001,7 @@ distdir: $(DISTFILES) list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -d "$(distdir)/$$subdir" \ - || $(mkdir_p) "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ distdir=`$(am__cd) $(distdir) && pwd`; \ top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ @@ -1019,6 +1009,8 @@ distdir: $(DISTFILES) $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$top_distdir" \ distdir="$$distdir/$$subdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ distdir) \ || exit 1; \ fi; \ @@ -1061,7 +1053,7 @@ distclean: distclean-recursive -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ - distclean-libtool distclean-tags + distclean-tags dvi: dvi-recursive @@ -1075,12 +1067,20 @@ info-am: install-data-am: +install-dvi: install-dvi-recursive + install-exec-am: +install-html: install-html-recursive + install-info: install-info-recursive install-man: +install-pdf: install-pdf-recursive + +install-ps: install-ps-recursive + installcheck-am: maintainer-clean: maintainer-clean-recursive @@ -1101,23 +1101,25 @@ ps: ps-recursive ps-am: -uninstall-am: uninstall-info-am +uninstall-am: -uninstall-info: uninstall-info-recursive +.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ + install-strip -.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \ - clean clean-generic clean-libtool clean-noinstLIBRARIES \ - clean-recursive ctags ctags-recursive distclean \ +.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ + all all-am check check-am clean clean-generic clean-libtool \ + clean-noinstLIBRARIES ctags ctags-recursive distclean \ distclean-compile distclean-generic distclean-libtool \ - distclean-recursive distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-exec install-exec-am install-info \ - install-info-am install-man install-strip installcheck \ - installcheck-am installdirs installdirs-am maintainer-clean \ - maintainer-clean-generic maintainer-clean-recursive \ + distclean-tags distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \ - tags tags-recursive uninstall uninstall-am uninstall-info-am + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ + uninstall uninstall-am test test-debug: diff --git a/lib/tests/Makefile.in b/lib/tests/Makefile.in index c6f7c52..6f7e703 100644 --- a/lib/tests/Makefile.in +++ b/lib/tests/Makefile.in @@ -1,8 +1,8 @@ -# Makefile.in generated by automake 1.9.6 from Makefile.am. +# Makefile.in generated by automake 1.10 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # This Makefile.in 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. @@ -14,13 +14,10 @@ @SET_MAKE@ -srcdir = @srcdir@ -top_srcdir = @top_srcdir@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ -top_builddir = ../.. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -35,8 +32,6 @@ PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ -noinst_PROGRAMS = @EXTRA_TEST@ -check_PROGRAMS = @EXTRA_TEST@ EXTRA_PROGRAMS = test_utils$(EXEEXT) test_disk$(EXEEXT) \ test_tcp$(EXEEXT) test_cmd$(EXEEXT) test_base64$(EXEEXT) \ test_ini1$(EXEEXT) test_ini3$(EXEEXT) test_opts1$(EXEEXT) \ @@ -171,29 +166,27 @@ test_utils_OBJECTS = test_utils.$(OBJEXT) test_utils_LDADD = $(LDADD) test_utils_DEPENDENCIES = $(top_srcdir)/lib/libnagiosplug.a \ $(top_srcdir)/gl/libgnu.a -DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) +DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@ depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp am__depfiles_maybe = depfiles COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \ - $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ - $(AM_CFLAGS) $(CFLAGS) +LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) -LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ +LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ + $(LDFLAGS) -o $@ DIST_SOURCES = test_base64.c test_cmd.c test_disk.c test_ini1.c \ test_ini3.c test_opts1.c test_opts2.c test_opts3.c test_tcp.c \ test_utils.c ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -INSTALL = @INSTALL@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ ALLOCA_H = @ALLOCA_H@ -AMDEP_FALSE = @AMDEP_FALSE@ -AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ AR = @AR@ @@ -248,8 +241,6 @@ GETLOADAVG_LIBS = @GETLOADAVG_LIBS@ GETOPT_H = @GETOPT_H@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GLIBC21 = @GLIBC21@ -GL_COND_LIBTOOL_FALSE = @GL_COND_LIBTOOL_FALSE@ -GL_COND_LIBTOOL_TRUE = @GL_COND_LIBTOOL_TRUE@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNULIB_ACCEPT = @GNULIB_ACCEPT@ @@ -530,6 +521,7 @@ HOSTENT_LIB = @HOSTENT_LIB@ HOSTNAME = @HOSTNAME@ INCLUDE_NEXT = @INCLUDE_NEXT@ INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ +INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ @@ -560,6 +552,7 @@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ MATHLIBS = @MATHLIBS@ +MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ @@ -630,8 +623,6 @@ PYTHON = @PYTHON@ RADIUSLIBS = @RADIUSLIBS@ RANLIB = @RANLIB@ RELEASE = @RELEASE@ -RELEASE_PRESENT_FALSE = @RELEASE_PRESENT_FALSE@ -RELEASE_PRESENT_TRUE = @RELEASE_PRESENT_TRUE@ REPLACE_BTOWC = @REPLACE_BTOWC@ REPLACE_CEILF = @REPLACE_CEILF@ REPLACE_CEILL = @REPLACE_CEILL@ @@ -728,11 +719,7 @@ SYS_SOCKET_H = @SYS_SOCKET_H@ SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@ TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ -USE_LIBTAP_LOCAL_FALSE = @USE_LIBTAP_LOCAL_FALSE@ -USE_LIBTAP_LOCAL_TRUE = @USE_LIBTAP_LOCAL_TRUE@ USE_NLS = @USE_NLS@ -USE_PARSE_INI_FALSE = @USE_PARSE_INI_FALSE@ -USE_PARSE_INI_TRUE = @USE_PARSE_INI_TRUE@ VERSION = @VERSION@ VOID_UNSETENV = @VOID_UNSETENV@ WARRANTY = @WARRANTY@ @@ -743,13 +730,13 @@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_F77 = @ac_ct_F77@ -am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ -am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ -am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ @@ -761,6 +748,7 @@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ +builddir = @builddir@ check_tcp_ssl = @check_tcp_ssl@ datadir = @datadir@ datarootdir = @datarootdir@ @@ -794,12 +782,17 @@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ with_trusted_path = @with_trusted_path@ +noinst_PROGRAMS = @EXTRA_TEST@ # These two lines support "make check", but we use "make test" TESTS = @EXTRA_TEST@ +check_PROGRAMS = @EXTRA_TEST@ INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/gl -I$(top_srcdir)/intl -I$(top_srcdir)/plugins np_test_scripts = test_base64.t test_cmd.t test_disk.t test_ini1.t test_ini3.t test_opts1.t test_opts2.t test_opts3.t test_tcp.t test_utils.t np_test_files = config-dos.ini config-opts.ini config-tiny.ini plugin.ini plugins.ini @@ -861,34 +854,34 @@ clean-noinstPROGRAMS: done test_base64$(EXEEXT): $(test_base64_OBJECTS) $(test_base64_DEPENDENCIES) @rm -f test_base64$(EXEEXT) - $(LINK) $(test_base64_LDFLAGS) $(test_base64_OBJECTS) $(test_base64_LDADD) $(LIBS) + $(LINK) $(test_base64_OBJECTS) $(test_base64_LDADD) $(LIBS) test_cmd$(EXEEXT): $(test_cmd_OBJECTS) $(test_cmd_DEPENDENCIES) @rm -f test_cmd$(EXEEXT) - $(LINK) $(test_cmd_LDFLAGS) $(test_cmd_OBJECTS) $(test_cmd_LDADD) $(LIBS) + $(LINK) $(test_cmd_OBJECTS) $(test_cmd_LDADD) $(LIBS) test_disk$(EXEEXT): $(test_disk_OBJECTS) $(test_disk_DEPENDENCIES) @rm -f test_disk$(EXEEXT) - $(LINK) $(test_disk_LDFLAGS) $(test_disk_OBJECTS) $(test_disk_LDADD) $(LIBS) + $(LINK) $(test_disk_OBJECTS) $(test_disk_LDADD) $(LIBS) test_ini1$(EXEEXT): $(test_ini1_OBJECTS) $(test_ini1_DEPENDENCIES) @rm -f test_ini1$(EXEEXT) - $(LINK) $(test_ini1_LDFLAGS) $(test_ini1_OBJECTS) $(test_ini1_LDADD) $(LIBS) + $(LINK) $(test_ini1_OBJECTS) $(test_ini1_LDADD) $(LIBS) test_ini3$(EXEEXT): $(test_ini3_OBJECTS) $(test_ini3_DEPENDENCIES) @rm -f test_ini3$(EXEEXT) - $(LINK) $(test_ini3_LDFLAGS) $(test_ini3_OBJECTS) $(test_ini3_LDADD) $(LIBS) + $(LINK) $(test_ini3_OBJECTS) $(test_ini3_LDADD) $(LIBS) test_opts1$(EXEEXT): $(test_opts1_OBJECTS) $(test_opts1_DEPENDENCIES) @rm -f test_opts1$(EXEEXT) - $(LINK) $(test_opts1_LDFLAGS) $(test_opts1_OBJECTS) $(test_opts1_LDADD) $(LIBS) + $(LINK) $(test_opts1_OBJECTS) $(test_opts1_LDADD) $(LIBS) test_opts2$(EXEEXT): $(test_opts2_OBJECTS) $(test_opts2_DEPENDENCIES) @rm -f test_opts2$(EXEEXT) - $(LINK) $(test_opts2_LDFLAGS) $(test_opts2_OBJECTS) $(test_opts2_LDADD) $(LIBS) + $(LINK) $(test_opts2_OBJECTS) $(test_opts2_LDADD) $(LIBS) test_opts3$(EXEEXT): $(test_opts3_OBJECTS) $(test_opts3_DEPENDENCIES) @rm -f test_opts3$(EXEEXT) - $(LINK) $(test_opts3_LDFLAGS) $(test_opts3_OBJECTS) $(test_opts3_LDADD) $(LIBS) + $(LINK) $(test_opts3_OBJECTS) $(test_opts3_LDADD) $(LIBS) test_tcp$(EXEEXT): $(test_tcp_OBJECTS) $(test_tcp_DEPENDENCIES) @rm -f test_tcp$(EXEEXT) - $(LINK) $(test_tcp_LDFLAGS) $(test_tcp_OBJECTS) $(test_tcp_LDADD) $(LIBS) + $(LINK) $(test_tcp_OBJECTS) $(test_tcp_LDADD) $(LIBS) test_utils$(EXEEXT): $(test_utils_OBJECTS) $(test_utils_DEPENDENCIES) @rm -f test_utils$(EXEEXT) - $(LINK) $(test_utils_LDFLAGS) $(test_utils_OBJECTS) $(test_utils_LDADD) $(LIBS) + $(LINK) $(test_utils_OBJECTS) $(test_utils_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) @@ -908,22 +901,22 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_utils.Po@am__quote@ .c.o: -@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c $< .c.obj: -@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: -@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< @@ -934,10 +927,6 @@ mostlyclean-libtool: clean-libtool: -rm -rf .libs _libs -distclean-libtool: - -rm -f libtool -uninstall-info-am: - ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ @@ -987,9 +976,9 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags check-TESTS: $(TESTS) - @failed=0; all=0; xfail=0; xpass=0; skip=0; \ + @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[ ]'; \ srcdir=$(srcdir); export srcdir; \ - list='$(TESTS)'; \ + list=' $(TESTS) '; \ if test -n "$$list"; then \ for tst in $$list; do \ if test -f ./$$tst; then dir=./; \ @@ -998,7 +987,7 @@ check-TESTS: $(TESTS) if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ all=`expr $$all + 1`; \ case " $(XFAIL_TESTS) " in \ - *" $$tst "*) \ + *$$ws$$tst$$ws*) \ xpass=`expr $$xpass + 1`; \ failed=`expr $$failed + 1`; \ echo "XPASS: $$tst"; \ @@ -1010,7 +999,7 @@ check-TESTS: $(TESTS) elif test $$? -ne 77; then \ all=`expr $$all + 1`; \ case " $(XFAIL_TESTS) " in \ - *" $$tst "*) \ + *$$ws$$tst$$ws*) \ xfail=`expr $$xfail + 1`; \ echo "XFAIL: $$tst"; \ ;; \ @@ -1060,22 +1049,21 @@ check-TESTS: $(TESTS) else :; fi distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ - list='$(DISTFILES)'; for file in $$list; do \ - case $$file in \ - $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ - $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ - esac; \ + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test "$$dir" != "$$file" && test "$$dir" != "."; then \ - dir="/$$dir"; \ - $(mkdir_p) "$(distdir)$$dir"; \ - else \ - dir=''; \ - fi; \ if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ fi; \ @@ -1125,7 +1113,7 @@ distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ - distclean-libtool distclean-tags + distclean-tags dvi: dvi-am @@ -1139,12 +1127,20 @@ info-am: install-data-am: +install-dvi: install-dvi-am + install-exec-am: +install-html: install-html-am + install-info: install-info-am install-man: +install-pdf: install-pdf-am + +install-ps: install-ps-am + installcheck-am: maintainer-clean: maintainer-clean-am @@ -1165,19 +1161,23 @@ ps: ps-am ps-am: -uninstall-am: uninstall-info-am +uninstall-am: + +.MAKE: install-am install-strip .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \ clean-checkPROGRAMS clean-generic clean-libtool \ clean-noinstPROGRAMS ctags distclean distclean-compile \ distclean-generic distclean-libtool distclean-tags distdir dvi \ dvi-am html html-am info info-am install install-am \ - install-data install-data-am install-exec install-exec-am \ - install-info install-info-am install-man install-strip \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - tags uninstall uninstall-am uninstall-info-am + tags uninstall uninstall-am test: ${noinst_PROGRAMS} diff --git a/nagios-plugins.spec b/nagios-plugins.spec index f58d1e0..d320c13 100644 --- a/nagios-plugins.spec +++ b/nagios-plugins.spec @@ -1,6 +1,6 @@ Name: nagios-plugins -Version: trunk-200906171200 -Release: snapshot +Version: 1.4.14 +Release: 1 Summary: Host/service/network monitoring program plugins for Nagios Group: Applications/System diff --git a/perlmods/Makefile b/perlmods/Makefile index f9b3c49..527cc41 100644 --- a/perlmods/Makefile +++ b/perlmods/Makefile @@ -1,8 +1,8 @@ -# Makefile.in generated by automake 1.9.6 from Makefile.am. +# Makefile.in generated by automake 1.10 from Makefile.am. # perlmods/Makefile. Generated from Makefile.in by configure. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # This Makefile.in 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. @@ -13,13 +13,10 @@ # PARTICULAR PURPOSE. -srcdir = . -top_srcdir = .. pkgdatadir = $(datadir)/nagios-plugins pkglibdir = $(libdir)/nagios-plugins pkgincludedir = $(includedir)/nagios-plugins -top_builddir = .. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -32,8 +29,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : -build_triplet = i686-pc-linux-gnu -host_triplet = i686-pc-linux-gnu +build_triplet = i386-apple-darwin9.8.0 +host_triplet = i386-apple-darwin9.8.0 subdir = perlmods DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -116,20 +113,17 @@ CONFIG_CLEAN_FILES = SOURCES = DIST_SOURCES = DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -INSTALL = /usr/bin/install -c -ACLOCAL = ${SHELL} /tmp/tonvoon/tmp_snapshot/trunk/nagiosplug/build-aux/missing --run aclocal-1.9 +ACLOCAL = ${SHELL} /Users/tonvoon/git/nagiosplugins/build-aux/missing --run aclocal-1.10 ALLOCA = ALLOCA_H = alloca.h -AMDEP_FALSE = # -AMDEP_TRUE = -AMTAR = ${SHELL} /tmp/tonvoon/tmp_snapshot/trunk/nagiosplug/build-aux/missing --run tar +AMTAR = ${SHELL} /Users/tonvoon/git/nagiosplugins/build-aux/missing --run tar APPLE_UNIVERSAL_BUILD = 0 AR = ar ARPA_INET_H = arpa/inet.h -AUTOCONF = ${SHELL} /tmp/tonvoon/tmp_snapshot/trunk/nagiosplug/build-aux/missing --run autoconf -AUTOHEADER = ${SHELL} /tmp/tonvoon/tmp_snapshot/trunk/nagiosplug/build-aux/missing --run autoheader -AUTOMAKE = ${SHELL} /tmp/tonvoon/tmp_snapshot/trunk/nagiosplug/build-aux/missing --run automake-1.9 -AWK = mawk +AUTOCONF = ${SHELL} /Users/tonvoon/git/nagiosplugins/build-aux/missing --run autoconf +AUTOHEADER = ${SHELL} /Users/tonvoon/git/nagiosplugins/build-aux/missing --run autoheader +AUTOMAKE = ${SHELL} /Users/tonvoon/git/nagiosplugins/build-aux/missing --run automake-1.10 +AWK = awk BASENAME = /usr/bin/basename BITSIZEOF_PTRDIFF_T = 32 BITSIZEOF_SIG_ATOMIC_T = 32 @@ -149,11 +143,11 @@ CYGPATH_W = echo DEFS = -DHAVE_CONFIG_H DEPDIR = .deps DEPLIBS = -ECHO = echo -ECHO_C = -ECHO_N = -n +ECHO = /bin/echo +ECHO_C = \c +ECHO_N = ECHO_T = -EGREP = /bin/grep -E +EGREP = /usr/bin/grep -E EMULTIHOP_HIDDEN = EMULTIHOP_VALUE = ENOLINK_HIDDEN = @@ -162,7 +156,7 @@ EOVERFLOW_HIDDEN = EOVERFLOW_VALUE = ERRNO_H = EXEEXT = -EXTRAS = check_ldap check_ide_smart check_procs check_nagios check_dns check_by_ssh check_swap check_dig check_apt check_nt +EXTRAS = check_ldap check_mysql check_mysql_query check_procs check_nagios check_dns check_hpjd check_snmp check_by_ssh check_dig check_nt EXTRAS_ROOT = EXTRA_NETOBJS = EXTRA_TEST = @@ -170,16 +164,14 @@ F77 = FCNTL_H = fcntl.h FFLAGS = FLOAT_H = -FLOORF_LIBM = -lm +FLOORF_LIBM = GETADDRINFO_LIB = GETLOADAVG_LIBS = -GETOPT_H = +GETOPT_H = getopt.h GETTEXT_MACRO_VERSION = 0.17 -GLIBC21 = yes -GL_COND_LIBTOOL_FALSE = -GL_COND_LIBTOOL_TRUE = # -GMSGFMT = /usr/bin/msgfmt -GMSGFMT_015 = /usr/bin/msgfmt +GLIBC21 = no +GMSGFMT = /opt/local/bin/msgfmt +GMSGFMT_015 = /opt/local/bin/msgfmt GNULIB_ACCEPT = 0 GNULIB_ATOLL = 0 GNULIB_BIND = 0 @@ -335,7 +327,7 @@ GNULIB_WCSRTOMBS = 0 GNULIB_WCTOB = 0 GNULIB_WCWIDTH = 0 GNULIB_WRITE = 1 -GREP = /bin/grep +GREP = /usr/bin/grep HAVE_ARPA_INET_H = 1 HAVE_ATOLL = 1 HAVE_BTOWC = 1 @@ -367,8 +359,8 @@ HAVE_DECL_SNPRINTF = 1 HAVE_DECL_SQRTL = 1 HAVE_DECL_STRDUP = 1 HAVE_DECL_STRERROR = 1 -HAVE_DECL_STRNDUP = 1 -HAVE_DECL_STRNLEN = 1 +HAVE_DECL_STRNDUP = 0 +HAVE_DECL_STRNLEN = 0 HAVE_DECL_STRSIGNAL = 1 HAVE_DECL_STRTOK_R = 1 HAVE_DECL_TANL = 1 @@ -417,24 +409,24 @@ HAVE_RPMATCH = 1 HAVE_SETENV = 1 HAVE_SIGNED_SIG_ATOMIC_T = 1 HAVE_SIGNED_WCHAR_T = 1 -HAVE_SIGNED_WINT_T = 0 +HAVE_SIGNED_WINT_T = 1 HAVE_SLEEP = 1 HAVE_STDINT_H = 1 HAVE_STPCPY = 1 HAVE_STPNCPY = 1 HAVE_STRCASESTR = 1 HAVE_STRCHRNUL = 1 -HAVE_STRNDUP = 1 +HAVE_STRNDUP = 0 HAVE_STRPBRK = 1 HAVE_STRSEP = 1 HAVE_STRTOD = 1 HAVE_STRTOLL = 1 HAVE_STRTOULL = 1 HAVE_STRUCT_ADDRINFO = 1 -HAVE_STRUCT_RANDOM_DATA = 1 +HAVE_STRUCT_RANDOM_DATA = 0 HAVE_STRUCT_SOCKADDR_STORAGE = 1 HAVE_STRVERSCMP = 1 -HAVE_SYS_BITYPES_H = 1 +HAVE_SYS_BITYPES_H = 0 HAVE_SYS_INTTYPES_H = 0 HAVE_SYS_LOADAVG_H = 0 HAVE_SYS_PARAM_H = 0 @@ -458,12 +450,13 @@ HOSTENT_LIB = HOSTNAME = /bin/hostname INCLUDE_NEXT = include_next INCLUDE_NEXT_AS_FIRST_DIRECTIVE = include_next +INSTALL = /usr/bin/install -c INSTALL_DATA = ${INSTALL} -m 644 INSTALL_PROGRAM = ${INSTALL} INSTALL_SCRIPT = ${INSTALL} -INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s +INSTALL_STRIP_PROGRAM = $(install_sh) -c -s INTLLIBS = -INTL_MACOSX_LIBS = +INTL_MACOSX_LIBS = -Wl,-framework -Wl,CoreFoundation KMEM_GROUP = KRBINCLUDE = LDAPINCLUDE = -I/usr/include/ldap @@ -474,28 +467,29 @@ LIBGNU_LIBDEPS = LIBGNU_LTLIBDEPS = LIBICONV = -liconv LIBINTL = -LIBOBJS = +LIBOBJS = ${LIBOBJDIR}error$U.o LIBS = -lpthread -ldl LIBTOOL = $(SHELL) $(top_builddir)/libtool LN_S = ln -s LOCALCHARSET_TESTS_ENVIRONMENT = CHARSETALIASDIR="$(top_builddir)/gl" -LOCALE_FR = none -LOCALE_FR_UTF8 = none -LOCALE_JA = none -LOCALE_ZH_CN = none +LOCALE_FR = fr_FR.ISO8859-1 +LOCALE_FR_UTF8 = fr_FR.UTF-8 +LOCALE_JA = ja_JP.eucJP +LOCALE_ZH_CN = zh_CN.GB18030 LTLIBICONV = -liconv LTLIBINTL = -LTLIBOBJS = -MAKEINFO = ${SHELL} /tmp/tonvoon/tmp_snapshot/trunk/nagiosplug/build-aux/missing --run makeinfo +LTLIBOBJS = ${LIBOBJDIR}error$U.lo +MAKEINFO = ${SHELL} /Users/tonvoon/git/nagiosplugins/build-aux/missing --run makeinfo MATHLIBS = -lm -MSGFMT = /usr/bin/msgfmt -MSGFMT_015 = /usr/bin/msgfmt -MSGMERGE = /usr/bin/msgmerge -MYSQLCFLAGS = -MYSQLINCLUDE = -MYSQLLIBS = +MKDIR_P = ../build-aux/install-sh -c -d +MSGFMT = /opt/local/bin/msgfmt +MSGFMT_015 = /opt/local/bin/msgfmt +MSGMERGE = /opt/local/bin/msgmerge +MYSQLCFLAGS = -I/usr/local/mysql/include -Os -arch i386 -fno-common -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL +MYSQLINCLUDE = -I/usr/local/mysql/include +MYSQLLIBS = -L/usr/local/mysql/lib -lmysqlclient -lz -lm NEED_SETGID = false -NETDB_H = +NETDB_H = netdb.h NETINET_IN_H = NEXT_ARPA_INET_H = NEXT_ERRNO_H = @@ -517,27 +511,27 @@ OBJEXT = o PACKAGE = nagios-plugins PACKAGE_BUGREPORT = PACKAGE_NAME = nagios-plugins -PACKAGE_STRING = nagios-plugins 1.4.13 +PACKAGE_STRING = nagios-plugins 1.4.14 PACKAGE_TARNAME = nagios-plugins -PACKAGE_VERSION = 1.4.13 +PACKAGE_VERSION = 1.4.14 PATH_SEPARATOR = : -PATH_TO_APTGET = /usr/bin/apt-get +PATH_TO_APTGET = PATH_TO_DIG = /usr/bin/dig PATH_TO_FPING = PATH_TO_LMSTAT = PATH_TO_LSPS = PATH_TO_MAILQ = /usr/bin/mailq PATH_TO_NSLOOKUP = /usr/bin/nslookup -PATH_TO_PING = /bin/ping -PATH_TO_PING6 = /bin/ping6 +PATH_TO_PING = /sbin/ping +PATH_TO_PING6 = /sbin/ping6 PATH_TO_PS = /bin/ps PATH_TO_QMAIL_QSTAT = PATH_TO_QSTAT = PATH_TO_QUAKESTAT = -PATH_TO_RPCINFO = /usr/bin/rpcinfo -PATH_TO_SMBCLIENT = -PATH_TO_SNMPGET = -PATH_TO_SNMPGETNEXT = +PATH_TO_RPCINFO = /usr/sbin/rpcinfo +PATH_TO_SMBCLIENT = /usr/bin/smbclient +PATH_TO_SNMPGET = /usr/bin/snmpget +PATH_TO_SNMPGETNEXT = /usr/bin/snmpgetnext PATH_TO_SSH = /usr/bin/ssh PATH_TO_SWAP = PATH_TO_SWAPINFO = @@ -547,9 +541,9 @@ PERL = /usr/bin/perl PERLMODS_DIR = PGINCLUDE = PGLIBS = -PKG_ARCH = unknown +PKG_ARCH = i386 PLUGIN_TEST = t/check_by_ssh.t t/check_cluster.t t/check_dig.t t/check_disk.t t/check_dns.t t/check_dummy.t t/check_fping.t t/check_ftp.t t/check_hpjd.t t/check_http.t t/check_imap.t t/check_jabber.t t/check_load.t t/check_mysql.t t/check_mysql_query.t t/check_nagios.t t/check_ntp.t t/check_ping.t t/check_pop.t t/check_procs.t t/check_smtp.t t/check_snmp.t t/check_swap.t t/check_tcp.t t/check_time.t t/check_udp.t t/check_users.t t/negate.t -POSUB = po +POSUB = POW_LIB = PRAGMA_SYSTEM_HEADER = #pragma GCC system_header PST3CFLAGS = @@ -558,8 +552,6 @@ PYTHON = /usr/bin/python RADIUSLIBS = RANLIB = ranlib RELEASE = 1 -RELEASE_PRESENT_FALSE = -RELEASE_PRESENT_TRUE = # REPLACE_BTOWC = 0 REPLACE_CEILF = 0 REPLACE_CEILL = 0 @@ -622,7 +614,7 @@ REPLACE_STRPTIME = GNULIB_PORTCHECK REPLACE_STRSIGNAL = 0 REPLACE_STRSTR = 0 REPLACE_STRTOD = 0 -REPLACE_TIMEGM = 1 +REPLACE_TIMEGM = 0 REPLACE_TRUNCL = 0 REPLACE_VASPRINTF = 0 REPLACE_VDPRINTF = 0 @@ -636,16 +628,16 @@ REPLACE_WCSRTOMBS = 0 REPLACE_WCTOB = 0 REPLACE_WCWIDTH = 0 REPLACE_WRITE = 0 -REV_DATESTAMP = 2009.06.17.13.02 -REV_TIMESTAMP = 20090617130212 +REV_DATESTAMP = 2009.09.16.09.38 +REV_TIMESTAMP = 20090916093814 SCRIPT_TEST = t/check_file_age.t t/check_ifoperstatus.t t/check_ifstatus.t t/check_rpc.t t/utils.t SERVENT_LIB = SET_MAKE = SH = /bin/sh SHELL = /bin/sh SIG_ATOMIC_T_SUFFIX = -SIZE_T_SUFFIX = u -SOCKETLIBS = -lnsl -lresolv +SIZE_T_SUFFIX = ul +SOCKETLIBS = -lresolv SSLINCLUDE = -I/usr/include SSLLIBS = -lssl -lcrypto STDBOOL_H = @@ -656,65 +648,62 @@ SYS_SOCKET_H = SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = 0 TIME_H_DEFINES_STRUCT_TIMESPEC = 1 UNISTD_H_HAVE_WINSOCK2_H = 0 -USE_LIBTAP_LOCAL_FALSE = -USE_LIBTAP_LOCAL_TRUE = # -USE_NLS = yes -USE_PARSE_INI_FALSE = -USE_PARSE_INI_TRUE = # -VERSION = 1.4.13 +USE_NLS = no +VERSION = 1.4.14 VOID_UNSETENV = 0 WARRANTY = The nagios plugins come with ABSOLUTELY NO WARRANTY. You may redistribute\ncopies of the plugins under the terms of the GNU General Public License.\nFor more information about these matters, see the file named COPYING.\n WCHAR_H = WCHAR_T_SUFFIX = WCTYPE_H = -WINT_T_SUFFIX = u -XGETTEXT = /usr/bin/xgettext -XGETTEXT_015 = /usr/bin/xgettext +WINT_T_SUFFIX = +XGETTEXT = /opt/local/bin/xgettext +XGETTEXT_015 = /opt/local/bin/xgettext XGETTEXT_EXTRA_OPTIONS = --flag=error:3:c-format --flag=error_at_line:5:c-format --flag=asprintf:2:c-format --flag=vasprintf:2:c-format +abs_builddir = /Users/tonvoon/git/nagiosplugins/perlmods +abs_srcdir = /Users/tonvoon/git/nagiosplugins/perlmods +abs_top_builddir = /Users/tonvoon/git/nagiosplugins +abs_top_srcdir = /Users/tonvoon/git/nagiosplugins ac_ct_CC = gcc ac_ct_CXX = g++ ac_ct_F77 = -am__fastdepCC_FALSE = # -am__fastdepCC_TRUE = -am__fastdepCXX_FALSE = # -am__fastdepCXX_TRUE = am__include = include am__leading_dot = . am__quote = am__tar = ${AMTAR} chof - "$$tardir" am__untar = ${AMTAR} xf - bindir = ${exec_prefix}/bin -build = i686-pc-linux-gnu +build = i386-apple-darwin9.8.0 build_alias = -build_cpu = i686 -build_os = linux-gnu -build_vendor = pc +build_cpu = i386 +build_os = darwin9.8.0 +build_vendor = apple +builddir = . check_tcp_ssl = check_simap check_spop check_jabber check_nntps check_ssmtp datadir = ${datarootdir} datarootdir = ${prefix}/share docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} dvidir = ${docdir} exec_prefix = ${prefix} -gl_LIBOBJS = asnprintf.o basename.o c-strtod.o cloexec.o creat-safer.o dirname.o dup-safer.o exitfail.o fd-safer.o fsusage.o mktime.o mountlist.o open-safer.o pipe-safer.o printf-args.o printf-parse.o regex.o safe-read.o safe-write.o stripslash.o timegm.o vasnprintf.o xmalloc.o -gl_LTLIBOBJS = asnprintf.lo basename.lo c-strtod.lo cloexec.lo creat-safer.lo dirname.lo dup-safer.lo exitfail.lo fd-safer.lo fsusage.lo mktime.lo mountlist.lo open-safer.lo pipe-safer.lo printf-args.lo printf-parse.lo regex.lo safe-read.lo safe-write.lo stripslash.lo timegm.lo vasnprintf.lo xmalloc.lo +gl_LIBOBJS = asnprintf.o basename.o c-strtod.o cloexec.o creat-safer.o dirname.o dup-safer.o error.o exitfail.o fd-safer.o fsusage.o getopt.o getopt1.o mountlist.o open-safer.o pipe-safer.o printf-args.o printf-parse.o regex.o safe-read.o safe-write.o stripslash.o strndup.o strnlen.o vasnprintf.o xmalloc.o +gl_LTLIBOBJS = asnprintf.lo basename.lo c-strtod.lo cloexec.lo creat-safer.lo dirname.lo dup-safer.lo error.lo exitfail.lo fd-safer.lo fsusage.lo getopt.lo getopt1.lo mountlist.lo open-safer.lo pipe-safer.lo printf-args.lo printf-parse.lo regex.lo safe-read.lo safe-write.lo stripslash.lo strndup.lo strnlen.lo vasnprintf.lo xmalloc.lo gltests_LIBOBJS = gltests_LTLIBOBJS = -host = i686-pc-linux-gnu +host = i386-apple-darwin9.8.0 host_alias = -host_cpu = i686 -host_os = linux-gnu -host_vendor = pc +host_cpu = i386 +host_os = darwin9.8.0 +host_vendor = apple htmldir = ${docdir} includedir = ${prefix}/include infodir = ${datarootdir}/info -install_sh = /tmp/tonvoon/tmp_snapshot/trunk/nagiosplug/build-aux/install-sh +install_sh = $(SHELL) /Users/tonvoon/git/nagiosplugins/build-aux/install-sh libdir = ${exec_prefix}/lib libexecdir = ${exec_prefix}/libexec localedir = ${datarootdir}/locale localstatedir = ${prefix}/var mandir = ${datarootdir}/man -mkdir_p = mkdir -p -- -np_mysql_config = +mkdir_p = $(top_builddir)/build-aux/install-sh -c -d +np_mysql_config = /usr/local/mysql/bin/mysql_config oldincludedir = /usr/include pdfdir = ${docdir} prefix = /usr/local/nagios @@ -722,8 +711,11 @@ program_transform_name = s,x,x, psdir = ${docdir} sbindir = ${exec_prefix}/sbin sharedstatedir = ${prefix}/com +srcdir = . sysconfdir = ${prefix}/etc target_alias = +top_builddir = .. +top_srcdir = .. with_trusted_path = /bin:/sbin:/usr/bin:/usr/sbin perlmoduledir = $(exec_prefix)/perl all: all-am @@ -764,10 +756,6 @@ mostlyclean-libtool: clean-libtool: -rm -rf .libs _libs - -distclean-libtool: - -rm -f libtool -uninstall-info-am: tags: TAGS TAGS: @@ -776,22 +764,21 @@ CTAGS: distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ - list='$(DISTFILES)'; for file in $$list; do \ - case $$file in \ - $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ - $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ - esac; \ + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test "$$dir" != "$$file" && test "$$dir" != "."; then \ - dir="/$$dir"; \ - $(mkdir_p) "$(distdir)$$dir"; \ - else \ - dir=''; \ - fi; \ if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ fi; \ @@ -836,7 +823,7 @@ clean-am: clean-generic clean-libtool clean-local mostlyclean-am distclean: distclean-am -rm -f Makefile -distclean-am: clean-am distclean-generic distclean-libtool +distclean-am: clean-am distclean-generic dvi: dvi-am @@ -850,12 +837,20 @@ info-am: install-data-am: +install-dvi: install-dvi-am + install-exec-am: install-exec-local +install-html: install-html-am + install-info: install-info-am install-man: +install-pdf: install-pdf-am + +install-ps: install-ps-am + installcheck-am: maintainer-clean: maintainer-clean-am @@ -874,18 +869,21 @@ ps: ps-am ps-am: -uninstall-am: uninstall-info-am +uninstall-am: + +.MAKE: install-am install-strip .PHONY: all all-am all-local check check-am clean clean-generic \ clean-libtool clean-local distclean distclean-generic \ distclean-libtool distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am install-exec \ - install-exec-am install-exec-local install-info \ - install-info-am install-man install-strip installcheck \ - installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic \ - mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \ - uninstall-info-am + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-exec-local \ + install-html install-html-am install-info install-info-am \ + install-man install-pdf install-pdf-am install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ + ps ps-am uninstall uninstall-am all-local: diff --git a/perlmods/Makefile.in b/perlmods/Makefile.in index 92fede0..88d1c2b 100644 --- a/perlmods/Makefile.in +++ b/perlmods/Makefile.in @@ -1,8 +1,8 @@ -# Makefile.in generated by automake 1.9.6 from Makefile.am. +# Makefile.in generated by automake 1.10 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # This Makefile.in 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. @@ -13,13 +13,10 @@ # PARTICULAR PURPOSE. @SET_MAKE@ -srcdir = @srcdir@ -top_srcdir = @top_srcdir@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ -top_builddir = .. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -116,12 +113,9 @@ CONFIG_CLEAN_FILES = SOURCES = DIST_SOURCES = DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -INSTALL = @INSTALL@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ ALLOCA_H = @ALLOCA_H@ -AMDEP_FALSE = @AMDEP_FALSE@ -AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ AR = @AR@ @@ -176,8 +170,6 @@ GETLOADAVG_LIBS = @GETLOADAVG_LIBS@ GETOPT_H = @GETOPT_H@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GLIBC21 = @GLIBC21@ -GL_COND_LIBTOOL_FALSE = @GL_COND_LIBTOOL_FALSE@ -GL_COND_LIBTOOL_TRUE = @GL_COND_LIBTOOL_TRUE@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNULIB_ACCEPT = @GNULIB_ACCEPT@ @@ -458,6 +450,7 @@ HOSTENT_LIB = @HOSTENT_LIB@ HOSTNAME = @HOSTNAME@ INCLUDE_NEXT = @INCLUDE_NEXT@ INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ +INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ @@ -488,6 +481,7 @@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ MATHLIBS = @MATHLIBS@ +MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ @@ -558,8 +552,6 @@ PYTHON = @PYTHON@ RADIUSLIBS = @RADIUSLIBS@ RANLIB = @RANLIB@ RELEASE = @RELEASE@ -RELEASE_PRESENT_FALSE = @RELEASE_PRESENT_FALSE@ -RELEASE_PRESENT_TRUE = @RELEASE_PRESENT_TRUE@ REPLACE_BTOWC = @REPLACE_BTOWC@ REPLACE_CEILF = @REPLACE_CEILF@ REPLACE_CEILL = @REPLACE_CEILL@ @@ -656,11 +648,7 @@ SYS_SOCKET_H = @SYS_SOCKET_H@ SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@ TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ -USE_LIBTAP_LOCAL_FALSE = @USE_LIBTAP_LOCAL_FALSE@ -USE_LIBTAP_LOCAL_TRUE = @USE_LIBTAP_LOCAL_TRUE@ USE_NLS = @USE_NLS@ -USE_PARSE_INI_FALSE = @USE_PARSE_INI_FALSE@ -USE_PARSE_INI_TRUE = @USE_PARSE_INI_TRUE@ VERSION = @VERSION@ VOID_UNSETENV = @VOID_UNSETENV@ WARRANTY = @WARRANTY@ @@ -671,13 +659,13 @@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_F77 = @ac_ct_F77@ -am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ -am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ -am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ @@ -689,6 +677,7 @@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ +builddir = @builddir@ check_tcp_ssl = @check_tcp_ssl@ datadir = @datadir@ datarootdir = @datarootdir@ @@ -722,8 +711,11 @@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ with_trusted_path = @with_trusted_path@ perlmoduledir = $(exec_prefix)/perl all: all-am @@ -764,10 +756,6 @@ mostlyclean-libtool: clean-libtool: -rm -rf .libs _libs - -distclean-libtool: - -rm -f libtool -uninstall-info-am: tags: TAGS TAGS: @@ -776,22 +764,21 @@ CTAGS: distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ - list='$(DISTFILES)'; for file in $$list; do \ - case $$file in \ - $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ - $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ - esac; \ + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test "$$dir" != "$$file" && test "$$dir" != "."; then \ - dir="/$$dir"; \ - $(mkdir_p) "$(distdir)$$dir"; \ - else \ - dir=''; \ - fi; \ if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ fi; \ @@ -836,7 +823,7 @@ clean-am: clean-generic clean-libtool clean-local mostlyclean-am distclean: distclean-am -rm -f Makefile -distclean-am: clean-am distclean-generic distclean-libtool +distclean-am: clean-am distclean-generic dvi: dvi-am @@ -850,12 +837,20 @@ info-am: install-data-am: +install-dvi: install-dvi-am + install-exec-am: install-exec-local +install-html: install-html-am + install-info: install-info-am install-man: +install-pdf: install-pdf-am + +install-ps: install-ps-am + installcheck-am: maintainer-clean: maintainer-clean-am @@ -874,18 +869,21 @@ ps: ps-am ps-am: -uninstall-am: uninstall-info-am +uninstall-am: + +.MAKE: install-am install-strip .PHONY: all all-am all-local check check-am clean clean-generic \ clean-libtool clean-local distclean distclean-generic \ distclean-libtool distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am install-exec \ - install-exec-am install-exec-local install-info \ - install-info-am install-man install-strip installcheck \ - installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic \ - mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \ - uninstall-info-am + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-exec-local \ + install-html install-html-am install-info install-info-am \ + install-man install-pdf install-pdf-am install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ + ps ps-am uninstall uninstall-am all-local: diff --git a/pkg/solaris/pkginfo b/pkg/solaris/pkginfo index f8f832a..92c92c3 100644 --- a/pkg/solaris/pkginfo +++ b/pkg/solaris/pkginfo @@ -1,12 +1,12 @@ PKG="NAGplugin" NAME="nagios-plugins" DESC="Nagios network monitoring plugins" -ARCH="unknown" -VERSION="1.4.13,REV=2009.06.17.13.02" +ARCH="i386" +VERSION="1.4.14,REV=2009.09.16.09.38" CATEGORY="application" VENDOR="Nagios Plugin Development Team" EMAIL="nagiosplug-devel@lists.sourceforge.net" -PSTAMP="nag20090617130212" +PSTAMP="nag20090916093814" BASEDIR="/" CLASSES="none" diff --git a/plugins-root/Makefile.in b/plugins-root/Makefile.in index 0db53c7..1e304e3 100644 --- a/plugins-root/Makefile.in +++ b/plugins-root/Makefile.in @@ -1,8 +1,8 @@ -# Makefile.in generated by automake 1.9.6 from Makefile.am. +# Makefile.in generated by automake 1.10 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # This Makefile.in 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. @@ -14,12 +14,9 @@ @SET_MAKE@ -srcdir = @srcdir@ -top_srcdir = @top_srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ -top_builddir = .. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -119,40 +116,39 @@ CONFIG_CLEAN_FILES = PROGRAMS = $(noinst_PROGRAMS) check_dhcp_SOURCES = check_dhcp.c check_dhcp_OBJECTS = check_dhcp.$(OBJEXT) -am__DEPENDENCIES_1 = ../plugins/utils.o ../lib/libnagiosplug.a \ - ../gl/libgnu.a -am__DEPENDENCIES_2 = -am__DEPENDENCIES_3 = ../plugins/netutils.o $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_2) -am__DEPENDENCIES_4 = $(am__DEPENDENCIES_3) $(am__DEPENDENCIES_2) +am__DEPENDENCIES_1 = +am__DEPENDENCIES_2 = ../plugins/netutils.o $(BASEOBJS) \ + $(am__DEPENDENCIES_1) +am__DEPENDENCIES_3 = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) check_icmp_SOURCES = check_icmp.c check_icmp_OBJECTS = check_icmp.$(OBJEXT) pst3_SOURCES = pst3.c pst3_OBJECTS = pst3-pst3.$(OBJEXT) pst3_LDADD = $(LDADD) -DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) +pst3_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=link $(CCLD) $(pst3_CFLAGS) $(CFLAGS) $(pst3_LDFLAGS) \ + $(LDFLAGS) -o $@ +DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@ depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp am__depfiles_maybe = depfiles COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \ - $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ - $(AM_CFLAGS) $(CFLAGS) +LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) -LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ +LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ + $(LDFLAGS) -o $@ SOURCES = check_dhcp.c check_icmp.c pst3.c DIST_SOURCES = check_dhcp.c check_icmp.c pst3.c ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) VPATH = $(top_srcdir) $(top_srcdir)/lib $(top_srcdir)/plugins $(top_srcdir)/plugins/t $(srcdir) -INSTALL = @INSTALL@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ ALLOCA_H = @ALLOCA_H@ -AMDEP_FALSE = @AMDEP_FALSE@ -AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ AR = @AR@ @@ -207,8 +203,6 @@ GETLOADAVG_LIBS = @GETLOADAVG_LIBS@ GETOPT_H = @GETOPT_H@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GLIBC21 = @GLIBC21@ -GL_COND_LIBTOOL_FALSE = @GL_COND_LIBTOOL_FALSE@ -GL_COND_LIBTOOL_TRUE = @GL_COND_LIBTOOL_TRUE@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNULIB_ACCEPT = @GNULIB_ACCEPT@ @@ -489,6 +483,7 @@ HOSTENT_LIB = @HOSTENT_LIB@ HOSTNAME = @HOSTNAME@ INCLUDE_NEXT = @INCLUDE_NEXT@ INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ +INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ @@ -519,6 +514,7 @@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ MATHLIBS = @MATHLIBS@ +MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ @@ -589,8 +585,6 @@ PYTHON = @PYTHON@ RADIUSLIBS = @RADIUSLIBS@ RANLIB = @RANLIB@ RELEASE = @RELEASE@ -RELEASE_PRESENT_FALSE = @RELEASE_PRESENT_FALSE@ -RELEASE_PRESENT_TRUE = @RELEASE_PRESENT_TRUE@ REPLACE_BTOWC = @REPLACE_BTOWC@ REPLACE_CEILF = @REPLACE_CEILF@ REPLACE_CEILL = @REPLACE_CEILL@ @@ -687,11 +681,7 @@ SYS_SOCKET_H = @SYS_SOCKET_H@ SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@ TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ -USE_LIBTAP_LOCAL_FALSE = @USE_LIBTAP_LOCAL_FALSE@ -USE_LIBTAP_LOCAL_TRUE = @USE_LIBTAP_LOCAL_TRUE@ USE_NLS = @USE_NLS@ -USE_PARSE_INI_FALSE = @USE_PARSE_INI_FALSE@ -USE_PARSE_INI_TRUE = @USE_PARSE_INI_TRUE@ VERSION = @VERSION@ VOID_UNSETENV = @VOID_UNSETENV@ WARRANTY = @WARRANTY@ @@ -702,13 +692,13 @@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_F77 = @ac_ct_F77@ -am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ -am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ -am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ @@ -720,6 +710,7 @@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ +builddir = @builddir@ check_tcp_ssl = @check_tcp_ssl@ datadir = @datadir@ datarootdir = @datarootdir@ @@ -753,8 +744,11 @@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ with_trusted_path = @with_trusted_path@ @RELEASE_PRESENT_TRUE@NP_VERSION = $(PACKAGE_VERSION) AM_CFLAGS = -DNP_VERSION='"$(NP_VERSION)"' @@ -833,13 +827,13 @@ clean-noinstPROGRAMS: done check_dhcp$(EXEEXT): $(check_dhcp_OBJECTS) $(check_dhcp_DEPENDENCIES) @rm -f check_dhcp$(EXEEXT) - $(LINK) $(check_dhcp_LDFLAGS) $(check_dhcp_OBJECTS) $(check_dhcp_LDADD) $(LIBS) + $(LINK) $(check_dhcp_OBJECTS) $(check_dhcp_LDADD) $(LIBS) check_icmp$(EXEEXT): $(check_icmp_OBJECTS) $(check_icmp_DEPENDENCIES) @rm -f check_icmp$(EXEEXT) - $(LINK) $(check_icmp_LDFLAGS) $(check_icmp_OBJECTS) $(check_icmp_LDADD) $(LIBS) + $(LINK) $(check_icmp_OBJECTS) $(check_icmp_LDADD) $(LIBS) pst3$(EXEEXT): $(pst3_OBJECTS) $(pst3_DEPENDENCIES) @rm -f pst3$(EXEEXT) - $(LINK) $(pst3_LDFLAGS) $(pst3_OBJECTS) $(pst3_LDADD) $(LIBS) + $(pst3_LINK) $(pst3_OBJECTS) $(pst3_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) @@ -852,36 +846,36 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pst3-pst3.Po@am__quote@ .c.o: -@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c $< .c.obj: -@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: -@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< pst3-pst3.o: pst3.c -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pst3_CFLAGS) $(CFLAGS) -MT pst3-pst3.o -MD -MP -MF "$(DEPDIR)/pst3-pst3.Tpo" -c -o pst3-pst3.o `test -f 'pst3.c' || echo '$(srcdir)/'`pst3.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/pst3-pst3.Tpo" "$(DEPDIR)/pst3-pst3.Po"; else rm -f "$(DEPDIR)/pst3-pst3.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pst3_CFLAGS) $(CFLAGS) -MT pst3-pst3.o -MD -MP -MF $(DEPDIR)/pst3-pst3.Tpo -c -o pst3-pst3.o `test -f 'pst3.c' || echo '$(srcdir)/'`pst3.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/pst3-pst3.Tpo $(DEPDIR)/pst3-pst3.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pst3.c' object='pst3-pst3.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pst3_CFLAGS) $(CFLAGS) -c -o pst3-pst3.o `test -f 'pst3.c' || echo '$(srcdir)/'`pst3.c pst3-pst3.obj: pst3.c -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pst3_CFLAGS) $(CFLAGS) -MT pst3-pst3.obj -MD -MP -MF "$(DEPDIR)/pst3-pst3.Tpo" -c -o pst3-pst3.obj `if test -f 'pst3.c'; then $(CYGPATH_W) 'pst3.c'; else $(CYGPATH_W) '$(srcdir)/pst3.c'; fi`; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/pst3-pst3.Tpo" "$(DEPDIR)/pst3-pst3.Po"; else rm -f "$(DEPDIR)/pst3-pst3.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pst3_CFLAGS) $(CFLAGS) -MT pst3-pst3.obj -MD -MP -MF $(DEPDIR)/pst3-pst3.Tpo -c -o pst3-pst3.obj `if test -f 'pst3.c'; then $(CYGPATH_W) 'pst3.c'; else $(CYGPATH_W) '$(srcdir)/pst3.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/pst3-pst3.Tpo $(DEPDIR)/pst3-pst3.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pst3.c' object='pst3-pst3.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pst3_CFLAGS) $(CFLAGS) -c -o pst3-pst3.obj `if test -f 'pst3.c'; then $(CYGPATH_W) 'pst3.c'; else $(CYGPATH_W) '$(srcdir)/pst3.c'; fi` @@ -892,10 +886,6 @@ mostlyclean-libtool: clean-libtool: -rm -rf .libs _libs -distclean-libtool: - -rm -f libtool -uninstall-info-am: - ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ @@ -945,9 +935,9 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags check-TESTS: $(TESTS) - @failed=0; all=0; xfail=0; xpass=0; skip=0; \ + @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[ ]'; \ srcdir=$(srcdir); export srcdir; \ - list='$(TESTS)'; \ + list=' $(TESTS) '; \ if test -n "$$list"; then \ for tst in $$list; do \ if test -f ./$$tst; then dir=./; \ @@ -956,7 +946,7 @@ check-TESTS: $(TESTS) if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ all=`expr $$all + 1`; \ case " $(XFAIL_TESTS) " in \ - *" $$tst "*) \ + *$$ws$$tst$$ws*) \ xpass=`expr $$xpass + 1`; \ failed=`expr $$failed + 1`; \ echo "XPASS: $$tst"; \ @@ -968,7 +958,7 @@ check-TESTS: $(TESTS) elif test $$? -ne 77; then \ all=`expr $$all + 1`; \ case " $(XFAIL_TESTS) " in \ - *" $$tst "*) \ + *$$ws$$tst$$ws*) \ xfail=`expr $$xfail + 1`; \ echo "XFAIL: $$tst"; \ ;; \ @@ -1018,22 +1008,21 @@ check-TESTS: $(TESTS) else :; fi distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ - list='$(DISTFILES)'; for file in $$list; do \ - case $$file in \ - $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ - $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ - esac; \ + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test "$$dir" != "$$file" && test "$$dir" != "."; then \ - dir="/$$dir"; \ - $(mkdir_p) "$(distdir)$$dir"; \ - else \ - dir=''; \ - fi; \ if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ fi; \ @@ -1082,7 +1071,7 @@ distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ - distclean-libtool distclean-tags + distclean-tags dvi: dvi-am @@ -1096,12 +1085,20 @@ info-am: install-data-am: +install-dvi: install-dvi-am + install-exec-am: install-exec-local +install-html: install-html-am + install-info: install-info-am install-man: +install-pdf: install-pdf-am + +install-ps: install-ps-am + installcheck-am: maintainer-clean: maintainer-clean-am @@ -1122,20 +1119,23 @@ ps: ps-am ps-am: -uninstall-am: uninstall-info-am +uninstall-am: + +.MAKE: install-am install-strip .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \ clean-generic clean-libtool clean-local clean-noinstPROGRAMS \ ctags distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ - install-data-am install-exec install-exec-am \ - install-exec-local install-info install-info-am install-man \ + install-data-am install-dvi install-dvi-am install-exec \ + install-exec-am install-exec-local install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags uninstall uninstall-am \ - uninstall-info-am + pdf pdf-am ps ps-am tags uninstall uninstall-am @RELEASE_PRESENT_FALSE@NP-VERSION-FILE: .FORCE-NP-VERSION-FILE @RELEASE_PRESENT_FALSE@ @$(SHELL_PATH) $(top_srcdir)/NP-VERSION-GEN diff --git a/plugins-root/pst3.c b/plugins-root/pst3.c index 8513656..7852aa1 100644 --- a/plugins-root/pst3.c +++ b/plugins-root/pst3.c @@ -43,6 +43,8 @@ #include #include +#include +#include #include #include #include @@ -232,6 +234,8 @@ try_again: printf("\n"); } + (void) closedir(procdir); + return (0); } diff --git a/plugins-scripts/Makefile.in b/plugins-scripts/Makefile.in index 5dcd18d..07ea8c5 100644 --- a/plugins-scripts/Makefile.in +++ b/plugins-scripts/Makefile.in @@ -1,8 +1,8 @@ -# Makefile.in generated by automake 1.9.6 from Makefile.am. +# Makefile.in generated by automake 1.10 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # This Makefile.in 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. @@ -14,12 +14,9 @@ @SET_MAKE@ -srcdir = @srcdir@ -top_srcdir = @top_srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ -top_builddir = .. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -121,12 +118,9 @@ SOURCES = DIST_SOURCES = DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) VPATH = $(top_srcdir) $(top_srcdir)/plugins-scripts $(top_srcdir)/plugins-scripts/t -INSTALL = @INSTALL@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ ALLOCA_H = @ALLOCA_H@ -AMDEP_FALSE = @AMDEP_FALSE@ -AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ AR = @AR@ @@ -181,8 +175,6 @@ GETLOADAVG_LIBS = @GETLOADAVG_LIBS@ GETOPT_H = @GETOPT_H@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GLIBC21 = @GLIBC21@ -GL_COND_LIBTOOL_FALSE = @GL_COND_LIBTOOL_FALSE@ -GL_COND_LIBTOOL_TRUE = @GL_COND_LIBTOOL_TRUE@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNULIB_ACCEPT = @GNULIB_ACCEPT@ @@ -463,6 +455,7 @@ HOSTENT_LIB = @HOSTENT_LIB@ HOSTNAME = @HOSTNAME@ INCLUDE_NEXT = @INCLUDE_NEXT@ INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ +INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ @@ -493,6 +486,7 @@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ MATHLIBS = @MATHLIBS@ +MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ @@ -563,8 +557,6 @@ PYTHON = @PYTHON@ RADIUSLIBS = @RADIUSLIBS@ RANLIB = @RANLIB@ RELEASE = @RELEASE@ -RELEASE_PRESENT_FALSE = @RELEASE_PRESENT_FALSE@ -RELEASE_PRESENT_TRUE = @RELEASE_PRESENT_TRUE@ REPLACE_BTOWC = @REPLACE_BTOWC@ REPLACE_CEILF = @REPLACE_CEILF@ REPLACE_CEILL = @REPLACE_CEILL@ @@ -661,11 +653,7 @@ SYS_SOCKET_H = @SYS_SOCKET_H@ SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@ TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ -USE_LIBTAP_LOCAL_FALSE = @USE_LIBTAP_LOCAL_FALSE@ -USE_LIBTAP_LOCAL_TRUE = @USE_LIBTAP_LOCAL_TRUE@ USE_NLS = @USE_NLS@ -USE_PARSE_INI_FALSE = @USE_PARSE_INI_FALSE@ -USE_PARSE_INI_TRUE = @USE_PARSE_INI_TRUE@ VERSION = @VERSION@ VOID_UNSETENV = @VOID_UNSETENV@ WARRANTY = @WARRANTY@ @@ -676,13 +664,13 @@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_F77 = @ac_ct_F77@ -am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ -am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ -am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ @@ -694,6 +682,7 @@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ +builddir = @builddir@ check_tcp_ssl = @check_tcp_ssl@ datadir = @datadir@ datarootdir = @datarootdir@ @@ -727,8 +716,11 @@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ with_trusted_path = @with_trusted_path@ @RELEASE_PRESENT_TRUE@NP_VERSION = $(PACKAGE_VERSION) SUFFIXES = .pl .sh @@ -786,7 +778,7 @@ utils.sh: $(top_builddir)/config.status $(srcdir)/utils.sh.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ install-libexecSCRIPTS: $(libexec_SCRIPTS) @$(NORMAL_INSTALL) - test -z "$(libexecdir)" || $(mkdir_p) "$(DESTDIR)$(libexecdir)" + test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)" @list='$(libexec_SCRIPTS)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ if test -f $$d$$p; then \ @@ -809,10 +801,6 @@ mostlyclean-libtool: clean-libtool: -rm -rf .libs _libs - -distclean-libtool: - -rm -f libtool -uninstall-info-am: tags: TAGS TAGS: @@ -821,9 +809,9 @@ CTAGS: check-TESTS: $(TESTS) - @failed=0; all=0; xfail=0; xpass=0; skip=0; \ + @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[ ]'; \ srcdir=$(srcdir); export srcdir; \ - list='$(TESTS)'; \ + list=' $(TESTS) '; \ if test -n "$$list"; then \ for tst in $$list; do \ if test -f ./$$tst; then dir=./; \ @@ -832,7 +820,7 @@ check-TESTS: $(TESTS) if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ all=`expr $$all + 1`; \ case " $(XFAIL_TESTS) " in \ - *" $$tst "*) \ + *$$ws$$tst$$ws*) \ xpass=`expr $$xpass + 1`; \ failed=`expr $$failed + 1`; \ echo "XPASS: $$tst"; \ @@ -844,7 +832,7 @@ check-TESTS: $(TESTS) elif test $$? -ne 77; then \ all=`expr $$all + 1`; \ case " $(XFAIL_TESTS) " in \ - *" $$tst "*) \ + *$$ws$$tst$$ws*) \ xfail=`expr $$xfail + 1`; \ echo "XFAIL: $$tst"; \ ;; \ @@ -894,22 +882,21 @@ check-TESTS: $(TESTS) else :; fi distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ - list='$(DISTFILES)'; for file in $$list; do \ - case $$file in \ - $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ - $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ - esac; \ + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test "$$dir" != "$$file" && test "$$dir" != "."; then \ - dir="/$$dir"; \ - $(mkdir_p) "$(distdir)$$dir"; \ - else \ - dir=''; \ - fi; \ if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ fi; \ @@ -926,7 +913,7 @@ check: check-am all-am: Makefile $(SCRIPTS) installdirs: for dir in "$(DESTDIR)$(libexecdir)"; do \ - test -z "$$dir" || $(mkdir_p) "$$dir"; \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am @@ -959,7 +946,7 @@ clean-am: clean-generic clean-libtool clean-local mostlyclean-am distclean: distclean-am -rm -f Makefile -distclean-am: clean-am distclean-generic distclean-libtool +distclean-am: clean-am distclean-generic dvi: dvi-am @@ -973,12 +960,20 @@ info-am: install-data-am: +install-dvi: install-dvi-am + install-exec-am: install-libexecSCRIPTS +install-html: install-html-am + install-info: install-info-am install-man: +install-pdf: install-pdf-am + +install-ps: install-ps-am + installcheck-am: maintainer-clean: maintainer-clean-am @@ -997,18 +992,22 @@ ps: ps-am ps-am: -uninstall-am: uninstall-info-am uninstall-libexecSCRIPTS +uninstall-am: uninstall-libexecSCRIPTS + +.MAKE: install-am install-strip .PHONY: all all-am check check-TESTS check-am clean clean-generic \ clean-libtool clean-local distclean distclean-generic \ distclean-libtool distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am install-exec \ - install-exec-am install-info install-info-am \ - install-libexecSCRIPTS install-man install-strip installcheck \ + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am \ + install-libexecSCRIPTS install-man install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-generic \ mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \ - uninstall-info-am uninstall-libexecSCRIPTS + uninstall-libexecSCRIPTS @RELEASE_PRESENT_FALSE@NP-VERSION-FILE: .FORCE-NP-VERSION-FILE @RELEASE_PRESENT_FALSE@ @$(SHELL_PATH) $(top_srcdir)/NP-VERSION-GEN diff --git a/plugins/Makefile.in b/plugins/Makefile.in index 5a1160d..dd44617 100644 --- a/plugins/Makefile.in +++ b/plugins/Makefile.in @@ -1,8 +1,8 @@ -# Makefile.in generated by automake 1.9.6 from Makefile.am. +# Makefile.in generated by automake 1.10 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # This Makefile.in 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. @@ -14,12 +14,9 @@ @SET_MAKE@ -srcdir = @srcdir@ -top_srcdir = @top_srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ -top_builddir = .. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -134,13 +131,11 @@ libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM) PROGRAMS = $(libexec_PROGRAMS) check_apt_SOURCES = check_apt.c check_apt_OBJECTS = check_apt.$(OBJEXT) -am__DEPENDENCIES_1 = utils.o ../lib/libnagiosplug.a ../gl/libgnu.a check_by_ssh_SOURCES = check_by_ssh.c check_by_ssh_OBJECTS = check_by_ssh.$(OBJEXT) -am__DEPENDENCIES_2 = -am__DEPENDENCIES_3 = netutils.o $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_2) -am__DEPENDENCIES_4 = $(am__DEPENDENCIES_3) $(am__DEPENDENCIES_2) +am__DEPENDENCIES_1 = +am__DEPENDENCIES_2 = netutils.o $(BASEOBJS) $(am__DEPENDENCIES_1) +am__DEPENDENCIES_3 = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) check_cluster_SOURCES = check_cluster.c check_cluster_OBJECTS = check_cluster.$(OBJEXT) check_dig_SOURCES = check_dig.c @@ -159,7 +154,6 @@ check_hpjd_SOURCES = check_hpjd.c check_hpjd_OBJECTS = check_hpjd.$(OBJEXT) check_http_SOURCES = check_http.c check_http_OBJECTS = check_http.$(OBJEXT) -am__DEPENDENCIES_5 = sslutils.o check_ide_smart_SOURCES = check_ide_smart.c check_ide_smart_OBJECTS = check_ide_smart.$(OBJEXT) check_ldap_SOURCES = check_ldap.c @@ -172,9 +166,16 @@ check_mrtgtraf_SOURCES = check_mrtgtraf.c check_mrtgtraf_OBJECTS = check_mrtgtraf.$(OBJEXT) check_mysql_SOURCES = check_mysql.c check_mysql_OBJECTS = check_mysql-check_mysql.$(OBJEXT) +check_mysql_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(check_mysql_CFLAGS) \ + $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ check_mysql_query_SOURCES = check_mysql_query.c check_mysql_query_OBJECTS = \ check_mysql_query-check_mysql_query.$(OBJEXT) +check_mysql_query_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) \ + $(check_mysql_query_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ + -o $@ check_nagios_SOURCES = check_nagios.c check_nagios_OBJECTS = check_nagios.$(OBJEXT) check_nt_SOURCES = check_nt.c @@ -219,17 +220,18 @@ negate_SOURCES = negate.c negate_OBJECTS = negate.$(OBJEXT) urlize_SOURCES = urlize.c urlize_OBJECTS = urlize.$(OBJEXT) -DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) +DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@ depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp am__depfiles_maybe = depfiles COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \ - $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ - $(AM_CFLAGS) $(CFLAGS) +LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) -LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ +LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ + $(LDFLAGS) -o $@ SOURCES = check_apt.c check_by_ssh.c check_cluster.c check_dig.c \ check_disk.c check_dns.c check_dummy.c check_fping.c \ check_game.c check_hpjd.c check_http.c check_ide_smart.c \ @@ -254,12 +256,9 @@ ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) VPATH = $(top_srcdir) $(top_srcdir)/lib $(top_srcdir)/plugins $(top_srcdir)/plugins/t -INSTALL = @INSTALL@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ ALLOCA_H = @ALLOCA_H@ -AMDEP_FALSE = @AMDEP_FALSE@ -AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ AR = @AR@ @@ -315,8 +314,6 @@ GETLOADAVG_LIBS = @GETLOADAVG_LIBS@ GETOPT_H = @GETOPT_H@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GLIBC21 = @GLIBC21@ -GL_COND_LIBTOOL_FALSE = @GL_COND_LIBTOOL_FALSE@ -GL_COND_LIBTOOL_TRUE = @GL_COND_LIBTOOL_TRUE@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNULIB_ACCEPT = @GNULIB_ACCEPT@ @@ -597,6 +594,7 @@ HOSTENT_LIB = @HOSTENT_LIB@ HOSTNAME = @HOSTNAME@ INCLUDE_NEXT = @INCLUDE_NEXT@ INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ +INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ @@ -628,6 +626,7 @@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ MATHLIBS = @MATHLIBS@ +MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ @@ -698,8 +697,6 @@ PYTHON = @PYTHON@ RADIUSLIBS = @RADIUSLIBS@ RANLIB = @RANLIB@ RELEASE = @RELEASE@ -RELEASE_PRESENT_FALSE = @RELEASE_PRESENT_FALSE@ -RELEASE_PRESENT_TRUE = @RELEASE_PRESENT_TRUE@ REPLACE_BTOWC = @REPLACE_BTOWC@ REPLACE_CEILF = @REPLACE_CEILF@ REPLACE_CEILL = @REPLACE_CEILL@ @@ -796,11 +793,7 @@ SYS_SOCKET_H = @SYS_SOCKET_H@ SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@ TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ -USE_LIBTAP_LOCAL_FALSE = @USE_LIBTAP_LOCAL_FALSE@ -USE_LIBTAP_LOCAL_TRUE = @USE_LIBTAP_LOCAL_TRUE@ USE_NLS = @USE_NLS@ -USE_PARSE_INI_FALSE = @USE_PARSE_INI_FALSE@ -USE_PARSE_INI_TRUE = @USE_PARSE_INI_TRUE@ VERSION = @VERSION@ VOID_UNSETENV = @VOID_UNSETENV@ WARRANTY = @WARRANTY@ @@ -811,13 +804,13 @@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_F77 = @ac_ct_F77@ -am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ -am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ -am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ @@ -829,6 +822,7 @@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ +builddir = @builddir@ check_tcp_ssl = @check_tcp_ssl@ datadir = @datadir@ datarootdir = @datarootdir@ @@ -862,8 +856,11 @@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ with_trusted_path = @with_trusted_path@ @RELEASE_PRESENT_TRUE@NP_VERSION = $(PACKAGE_VERSION) AM_CFLAGS = -DNP_VERSION='"$(NP_VERSION)"' @@ -1003,7 +1000,7 @@ $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh install-libexecPROGRAMS: $(libexec_PROGRAMS) @$(NORMAL_INSTALL) - test -z "$(libexecdir)" || $(mkdir_p) "$(DESTDIR)$(libexecdir)" + test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)" @list='$(libexec_PROGRAMS)'; for p in $$list; do \ p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ if test -f $$p \ @@ -1031,124 +1028,124 @@ clean-libexecPROGRAMS: done check_apt$(EXEEXT): $(check_apt_OBJECTS) $(check_apt_DEPENDENCIES) @rm -f check_apt$(EXEEXT) - $(LINK) $(check_apt_LDFLAGS) $(check_apt_OBJECTS) $(check_apt_LDADD) $(LIBS) + $(LINK) $(check_apt_OBJECTS) $(check_apt_LDADD) $(LIBS) check_by_ssh$(EXEEXT): $(check_by_ssh_OBJECTS) $(check_by_ssh_DEPENDENCIES) @rm -f check_by_ssh$(EXEEXT) - $(LINK) $(check_by_ssh_LDFLAGS) $(check_by_ssh_OBJECTS) $(check_by_ssh_LDADD) $(LIBS) + $(LINK) $(check_by_ssh_OBJECTS) $(check_by_ssh_LDADD) $(LIBS) check_cluster$(EXEEXT): $(check_cluster_OBJECTS) $(check_cluster_DEPENDENCIES) @rm -f check_cluster$(EXEEXT) - $(LINK) $(check_cluster_LDFLAGS) $(check_cluster_OBJECTS) $(check_cluster_LDADD) $(LIBS) + $(LINK) $(check_cluster_OBJECTS) $(check_cluster_LDADD) $(LIBS) check_dig$(EXEEXT): $(check_dig_OBJECTS) $(check_dig_DEPENDENCIES) @rm -f check_dig$(EXEEXT) - $(LINK) $(check_dig_LDFLAGS) $(check_dig_OBJECTS) $(check_dig_LDADD) $(LIBS) + $(LINK) $(check_dig_OBJECTS) $(check_dig_LDADD) $(LIBS) check_disk$(EXEEXT): $(check_disk_OBJECTS) $(check_disk_DEPENDENCIES) @rm -f check_disk$(EXEEXT) - $(LINK) $(check_disk_LDFLAGS) $(check_disk_OBJECTS) $(check_disk_LDADD) $(LIBS) + $(LINK) $(check_disk_OBJECTS) $(check_disk_LDADD) $(LIBS) check_dns$(EXEEXT): $(check_dns_OBJECTS) $(check_dns_DEPENDENCIES) @rm -f check_dns$(EXEEXT) - $(LINK) $(check_dns_LDFLAGS) $(check_dns_OBJECTS) $(check_dns_LDADD) $(LIBS) + $(LINK) $(check_dns_OBJECTS) $(check_dns_LDADD) $(LIBS) check_dummy$(EXEEXT): $(check_dummy_OBJECTS) $(check_dummy_DEPENDENCIES) @rm -f check_dummy$(EXEEXT) - $(LINK) $(check_dummy_LDFLAGS) $(check_dummy_OBJECTS) $(check_dummy_LDADD) $(LIBS) + $(LINK) $(check_dummy_OBJECTS) $(check_dummy_LDADD) $(LIBS) check_fping$(EXEEXT): $(check_fping_OBJECTS) $(check_fping_DEPENDENCIES) @rm -f check_fping$(EXEEXT) - $(LINK) $(check_fping_LDFLAGS) $(check_fping_OBJECTS) $(check_fping_LDADD) $(LIBS) + $(LINK) $(check_fping_OBJECTS) $(check_fping_LDADD) $(LIBS) check_game$(EXEEXT): $(check_game_OBJECTS) $(check_game_DEPENDENCIES) @rm -f check_game$(EXEEXT) - $(LINK) $(check_game_LDFLAGS) $(check_game_OBJECTS) $(check_game_LDADD) $(LIBS) + $(LINK) $(check_game_OBJECTS) $(check_game_LDADD) $(LIBS) check_hpjd$(EXEEXT): $(check_hpjd_OBJECTS) $(check_hpjd_DEPENDENCIES) @rm -f check_hpjd$(EXEEXT) - $(LINK) $(check_hpjd_LDFLAGS) $(check_hpjd_OBJECTS) $(check_hpjd_LDADD) $(LIBS) + $(LINK) $(check_hpjd_OBJECTS) $(check_hpjd_LDADD) $(LIBS) check_http$(EXEEXT): $(check_http_OBJECTS) $(check_http_DEPENDENCIES) @rm -f check_http$(EXEEXT) - $(LINK) $(check_http_LDFLAGS) $(check_http_OBJECTS) $(check_http_LDADD) $(LIBS) + $(LINK) $(check_http_OBJECTS) $(check_http_LDADD) $(LIBS) check_ide_smart$(EXEEXT): $(check_ide_smart_OBJECTS) $(check_ide_smart_DEPENDENCIES) @rm -f check_ide_smart$(EXEEXT) - $(LINK) $(check_ide_smart_LDFLAGS) $(check_ide_smart_OBJECTS) $(check_ide_smart_LDADD) $(LIBS) + $(LINK) $(check_ide_smart_OBJECTS) $(check_ide_smart_LDADD) $(LIBS) check_ldap$(EXEEXT): $(check_ldap_OBJECTS) $(check_ldap_DEPENDENCIES) @rm -f check_ldap$(EXEEXT) - $(LINK) $(check_ldap_LDFLAGS) $(check_ldap_OBJECTS) $(check_ldap_LDADD) $(LIBS) + $(LINK) $(check_ldap_OBJECTS) $(check_ldap_LDADD) $(LIBS) check_load$(EXEEXT): $(check_load_OBJECTS) $(check_load_DEPENDENCIES) @rm -f check_load$(EXEEXT) - $(LINK) $(check_load_LDFLAGS) $(check_load_OBJECTS) $(check_load_LDADD) $(LIBS) + $(LINK) $(check_load_OBJECTS) $(check_load_LDADD) $(LIBS) check_mrtg$(EXEEXT): $(check_mrtg_OBJECTS) $(check_mrtg_DEPENDENCIES) @rm -f check_mrtg$(EXEEXT) - $(LINK) $(check_mrtg_LDFLAGS) $(check_mrtg_OBJECTS) $(check_mrtg_LDADD) $(LIBS) + $(LINK) $(check_mrtg_OBJECTS) $(check_mrtg_LDADD) $(LIBS) check_mrtgtraf$(EXEEXT): $(check_mrtgtraf_OBJECTS) $(check_mrtgtraf_DEPENDENCIES) @rm -f check_mrtgtraf$(EXEEXT) - $(LINK) $(check_mrtgtraf_LDFLAGS) $(check_mrtgtraf_OBJECTS) $(check_mrtgtraf_LDADD) $(LIBS) + $(LINK) $(check_mrtgtraf_OBJECTS) $(check_mrtgtraf_LDADD) $(LIBS) check_mysql$(EXEEXT): $(check_mysql_OBJECTS) $(check_mysql_DEPENDENCIES) @rm -f check_mysql$(EXEEXT) - $(LINK) $(check_mysql_LDFLAGS) $(check_mysql_OBJECTS) $(check_mysql_LDADD) $(LIBS) + $(check_mysql_LINK) $(check_mysql_OBJECTS) $(check_mysql_LDADD) $(LIBS) check_mysql_query$(EXEEXT): $(check_mysql_query_OBJECTS) $(check_mysql_query_DEPENDENCIES) @rm -f check_mysql_query$(EXEEXT) - $(LINK) $(check_mysql_query_LDFLAGS) $(check_mysql_query_OBJECTS) $(check_mysql_query_LDADD) $(LIBS) + $(check_mysql_query_LINK) $(check_mysql_query_OBJECTS) $(check_mysql_query_LDADD) $(LIBS) check_nagios$(EXEEXT): $(check_nagios_OBJECTS) $(check_nagios_DEPENDENCIES) @rm -f check_nagios$(EXEEXT) - $(LINK) $(check_nagios_LDFLAGS) $(check_nagios_OBJECTS) $(check_nagios_LDADD) $(LIBS) + $(LINK) $(check_nagios_OBJECTS) $(check_nagios_LDADD) $(LIBS) check_nt$(EXEEXT): $(check_nt_OBJECTS) $(check_nt_DEPENDENCIES) @rm -f check_nt$(EXEEXT) - $(LINK) $(check_nt_LDFLAGS) $(check_nt_OBJECTS) $(check_nt_LDADD) $(LIBS) + $(LINK) $(check_nt_OBJECTS) $(check_nt_LDADD) $(LIBS) check_ntp$(EXEEXT): $(check_ntp_OBJECTS) $(check_ntp_DEPENDENCIES) @rm -f check_ntp$(EXEEXT) - $(LINK) $(check_ntp_LDFLAGS) $(check_ntp_OBJECTS) $(check_ntp_LDADD) $(LIBS) + $(LINK) $(check_ntp_OBJECTS) $(check_ntp_LDADD) $(LIBS) check_ntp_peer$(EXEEXT): $(check_ntp_peer_OBJECTS) $(check_ntp_peer_DEPENDENCIES) @rm -f check_ntp_peer$(EXEEXT) - $(LINK) $(check_ntp_peer_LDFLAGS) $(check_ntp_peer_OBJECTS) $(check_ntp_peer_LDADD) $(LIBS) + $(LINK) $(check_ntp_peer_OBJECTS) $(check_ntp_peer_LDADD) $(LIBS) check_ntp_time$(EXEEXT): $(check_ntp_time_OBJECTS) $(check_ntp_time_DEPENDENCIES) @rm -f check_ntp_time$(EXEEXT) - $(LINK) $(check_ntp_time_LDFLAGS) $(check_ntp_time_OBJECTS) $(check_ntp_time_LDADD) $(LIBS) + $(LINK) $(check_ntp_time_OBJECTS) $(check_ntp_time_LDADD) $(LIBS) check_nwstat$(EXEEXT): $(check_nwstat_OBJECTS) $(check_nwstat_DEPENDENCIES) @rm -f check_nwstat$(EXEEXT) - $(LINK) $(check_nwstat_LDFLAGS) $(check_nwstat_OBJECTS) $(check_nwstat_LDADD) $(LIBS) + $(LINK) $(check_nwstat_OBJECTS) $(check_nwstat_LDADD) $(LIBS) check_overcr$(EXEEXT): $(check_overcr_OBJECTS) $(check_overcr_DEPENDENCIES) @rm -f check_overcr$(EXEEXT) - $(LINK) $(check_overcr_LDFLAGS) $(check_overcr_OBJECTS) $(check_overcr_LDADD) $(LIBS) + $(LINK) $(check_overcr_OBJECTS) $(check_overcr_LDADD) $(LIBS) check_pgsql$(EXEEXT): $(check_pgsql_OBJECTS) $(check_pgsql_DEPENDENCIES) @rm -f check_pgsql$(EXEEXT) - $(LINK) $(check_pgsql_LDFLAGS) $(check_pgsql_OBJECTS) $(check_pgsql_LDADD) $(LIBS) + $(LINK) $(check_pgsql_OBJECTS) $(check_pgsql_LDADD) $(LIBS) check_ping$(EXEEXT): $(check_ping_OBJECTS) $(check_ping_DEPENDENCIES) @rm -f check_ping$(EXEEXT) - $(LINK) $(check_ping_LDFLAGS) $(check_ping_OBJECTS) $(check_ping_LDADD) $(LIBS) + $(LINK) $(check_ping_OBJECTS) $(check_ping_LDADD) $(LIBS) check_procs$(EXEEXT): $(check_procs_OBJECTS) $(check_procs_DEPENDENCIES) @rm -f check_procs$(EXEEXT) - $(LINK) $(check_procs_LDFLAGS) $(check_procs_OBJECTS) $(check_procs_LDADD) $(LIBS) + $(LINK) $(check_procs_OBJECTS) $(check_procs_LDADD) $(LIBS) check_radius$(EXEEXT): $(check_radius_OBJECTS) $(check_radius_DEPENDENCIES) @rm -f check_radius$(EXEEXT) - $(LINK) $(check_radius_LDFLAGS) $(check_radius_OBJECTS) $(check_radius_LDADD) $(LIBS) + $(LINK) $(check_radius_OBJECTS) $(check_radius_LDADD) $(LIBS) check_real$(EXEEXT): $(check_real_OBJECTS) $(check_real_DEPENDENCIES) @rm -f check_real$(EXEEXT) - $(LINK) $(check_real_LDFLAGS) $(check_real_OBJECTS) $(check_real_LDADD) $(LIBS) + $(LINK) $(check_real_OBJECTS) $(check_real_LDADD) $(LIBS) check_smtp$(EXEEXT): $(check_smtp_OBJECTS) $(check_smtp_DEPENDENCIES) @rm -f check_smtp$(EXEEXT) - $(LINK) $(check_smtp_LDFLAGS) $(check_smtp_OBJECTS) $(check_smtp_LDADD) $(LIBS) + $(LINK) $(check_smtp_OBJECTS) $(check_smtp_LDADD) $(LIBS) check_snmp$(EXEEXT): $(check_snmp_OBJECTS) $(check_snmp_DEPENDENCIES) @rm -f check_snmp$(EXEEXT) - $(LINK) $(check_snmp_LDFLAGS) $(check_snmp_OBJECTS) $(check_snmp_LDADD) $(LIBS) + $(LINK) $(check_snmp_OBJECTS) $(check_snmp_LDADD) $(LIBS) check_ssh$(EXEEXT): $(check_ssh_OBJECTS) $(check_ssh_DEPENDENCIES) @rm -f check_ssh$(EXEEXT) - $(LINK) $(check_ssh_LDFLAGS) $(check_ssh_OBJECTS) $(check_ssh_LDADD) $(LIBS) + $(LINK) $(check_ssh_OBJECTS) $(check_ssh_LDADD) $(LIBS) check_swap$(EXEEXT): $(check_swap_OBJECTS) $(check_swap_DEPENDENCIES) @rm -f check_swap$(EXEEXT) - $(LINK) $(check_swap_LDFLAGS) $(check_swap_OBJECTS) $(check_swap_LDADD) $(LIBS) + $(LINK) $(check_swap_OBJECTS) $(check_swap_LDADD) $(LIBS) check_tcp$(EXEEXT): $(check_tcp_OBJECTS) $(check_tcp_DEPENDENCIES) @rm -f check_tcp$(EXEEXT) - $(LINK) $(check_tcp_LDFLAGS) $(check_tcp_OBJECTS) $(check_tcp_LDADD) $(LIBS) + $(LINK) $(check_tcp_OBJECTS) $(check_tcp_LDADD) $(LIBS) check_time$(EXEEXT): $(check_time_OBJECTS) $(check_time_DEPENDENCIES) @rm -f check_time$(EXEEXT) - $(LINK) $(check_time_LDFLAGS) $(check_time_OBJECTS) $(check_time_LDADD) $(LIBS) + $(LINK) $(check_time_OBJECTS) $(check_time_LDADD) $(LIBS) check_ups$(EXEEXT): $(check_ups_OBJECTS) $(check_ups_DEPENDENCIES) @rm -f check_ups$(EXEEXT) - $(LINK) $(check_ups_LDFLAGS) $(check_ups_OBJECTS) $(check_ups_LDADD) $(LIBS) + $(LINK) $(check_ups_OBJECTS) $(check_ups_LDADD) $(LIBS) check_users$(EXEEXT): $(check_users_OBJECTS) $(check_users_DEPENDENCIES) @rm -f check_users$(EXEEXT) - $(LINK) $(check_users_LDFLAGS) $(check_users_OBJECTS) $(check_users_LDADD) $(LIBS) + $(LINK) $(check_users_OBJECTS) $(check_users_LDADD) $(LIBS) negate$(EXEEXT): $(negate_OBJECTS) $(negate_DEPENDENCIES) @rm -f negate$(EXEEXT) - $(LINK) $(negate_LDFLAGS) $(negate_OBJECTS) $(negate_LDADD) $(LIBS) + $(LINK) $(negate_OBJECTS) $(negate_LDADD) $(LIBS) urlize$(EXEEXT): $(urlize_OBJECTS) $(urlize_DEPENDENCIES) @rm -f urlize$(EXEEXT) - $(LINK) $(urlize_LDFLAGS) $(urlize_OBJECTS) $(urlize_LDADD) $(LIBS) + $(LINK) $(urlize_OBJECTS) $(urlize_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) @@ -1198,50 +1195,50 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/urlize.Po@am__quote@ .c.o: -@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c $< .c.obj: -@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: -@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< check_mysql-check_mysql.o: check_mysql.c -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(check_mysql_CPPFLAGS) $(CPPFLAGS) $(check_mysql_CFLAGS) $(CFLAGS) -MT check_mysql-check_mysql.o -MD -MP -MF "$(DEPDIR)/check_mysql-check_mysql.Tpo" -c -o check_mysql-check_mysql.o `test -f 'check_mysql.c' || echo '$(srcdir)/'`check_mysql.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/check_mysql-check_mysql.Tpo" "$(DEPDIR)/check_mysql-check_mysql.Po"; else rm -f "$(DEPDIR)/check_mysql-check_mysql.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(check_mysql_CPPFLAGS) $(CPPFLAGS) $(check_mysql_CFLAGS) $(CFLAGS) -MT check_mysql-check_mysql.o -MD -MP -MF $(DEPDIR)/check_mysql-check_mysql.Tpo -c -o check_mysql-check_mysql.o `test -f 'check_mysql.c' || echo '$(srcdir)/'`check_mysql.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/check_mysql-check_mysql.Tpo $(DEPDIR)/check_mysql-check_mysql.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='check_mysql.c' object='check_mysql-check_mysql.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(check_mysql_CPPFLAGS) $(CPPFLAGS) $(check_mysql_CFLAGS) $(CFLAGS) -c -o check_mysql-check_mysql.o `test -f 'check_mysql.c' || echo '$(srcdir)/'`check_mysql.c check_mysql-check_mysql.obj: check_mysql.c -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(check_mysql_CPPFLAGS) $(CPPFLAGS) $(check_mysql_CFLAGS) $(CFLAGS) -MT check_mysql-check_mysql.obj -MD -MP -MF "$(DEPDIR)/check_mysql-check_mysql.Tpo" -c -o check_mysql-check_mysql.obj `if test -f 'check_mysql.c'; then $(CYGPATH_W) 'check_mysql.c'; else $(CYGPATH_W) '$(srcdir)/check_mysql.c'; fi`; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/check_mysql-check_mysql.Tpo" "$(DEPDIR)/check_mysql-check_mysql.Po"; else rm -f "$(DEPDIR)/check_mysql-check_mysql.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(check_mysql_CPPFLAGS) $(CPPFLAGS) $(check_mysql_CFLAGS) $(CFLAGS) -MT check_mysql-check_mysql.obj -MD -MP -MF $(DEPDIR)/check_mysql-check_mysql.Tpo -c -o check_mysql-check_mysql.obj `if test -f 'check_mysql.c'; then $(CYGPATH_W) 'check_mysql.c'; else $(CYGPATH_W) '$(srcdir)/check_mysql.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/check_mysql-check_mysql.Tpo $(DEPDIR)/check_mysql-check_mysql.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='check_mysql.c' object='check_mysql-check_mysql.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(check_mysql_CPPFLAGS) $(CPPFLAGS) $(check_mysql_CFLAGS) $(CFLAGS) -c -o check_mysql-check_mysql.obj `if test -f 'check_mysql.c'; then $(CYGPATH_W) 'check_mysql.c'; else $(CYGPATH_W) '$(srcdir)/check_mysql.c'; fi` check_mysql_query-check_mysql_query.o: check_mysql_query.c -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(check_mysql_query_CPPFLAGS) $(CPPFLAGS) $(check_mysql_query_CFLAGS) $(CFLAGS) -MT check_mysql_query-check_mysql_query.o -MD -MP -MF "$(DEPDIR)/check_mysql_query-check_mysql_query.Tpo" -c -o check_mysql_query-check_mysql_query.o `test -f 'check_mysql_query.c' || echo '$(srcdir)/'`check_mysql_query.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/check_mysql_query-check_mysql_query.Tpo" "$(DEPDIR)/check_mysql_query-check_mysql_query.Po"; else rm -f "$(DEPDIR)/check_mysql_query-check_mysql_query.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(check_mysql_query_CPPFLAGS) $(CPPFLAGS) $(check_mysql_query_CFLAGS) $(CFLAGS) -MT check_mysql_query-check_mysql_query.o -MD -MP -MF $(DEPDIR)/check_mysql_query-check_mysql_query.Tpo -c -o check_mysql_query-check_mysql_query.o `test -f 'check_mysql_query.c' || echo '$(srcdir)/'`check_mysql_query.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/check_mysql_query-check_mysql_query.Tpo $(DEPDIR)/check_mysql_query-check_mysql_query.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='check_mysql_query.c' object='check_mysql_query-check_mysql_query.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(check_mysql_query_CPPFLAGS) $(CPPFLAGS) $(check_mysql_query_CFLAGS) $(CFLAGS) -c -o check_mysql_query-check_mysql_query.o `test -f 'check_mysql_query.c' || echo '$(srcdir)/'`check_mysql_query.c check_mysql_query-check_mysql_query.obj: check_mysql_query.c -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(check_mysql_query_CPPFLAGS) $(CPPFLAGS) $(check_mysql_query_CFLAGS) $(CFLAGS) -MT check_mysql_query-check_mysql_query.obj -MD -MP -MF "$(DEPDIR)/check_mysql_query-check_mysql_query.Tpo" -c -o check_mysql_query-check_mysql_query.obj `if test -f 'check_mysql_query.c'; then $(CYGPATH_W) 'check_mysql_query.c'; else $(CYGPATH_W) '$(srcdir)/check_mysql_query.c'; fi`; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/check_mysql_query-check_mysql_query.Tpo" "$(DEPDIR)/check_mysql_query-check_mysql_query.Po"; else rm -f "$(DEPDIR)/check_mysql_query-check_mysql_query.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(check_mysql_query_CPPFLAGS) $(CPPFLAGS) $(check_mysql_query_CFLAGS) $(CFLAGS) -MT check_mysql_query-check_mysql_query.obj -MD -MP -MF $(DEPDIR)/check_mysql_query-check_mysql_query.Tpo -c -o check_mysql_query-check_mysql_query.obj `if test -f 'check_mysql_query.c'; then $(CYGPATH_W) 'check_mysql_query.c'; else $(CYGPATH_W) '$(srcdir)/check_mysql_query.c'; fi` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/check_mysql_query-check_mysql_query.Tpo $(DEPDIR)/check_mysql_query-check_mysql_query.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='check_mysql_query.c' object='check_mysql_query-check_mysql_query.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(check_mysql_query_CPPFLAGS) $(CPPFLAGS) $(check_mysql_query_CFLAGS) $(CFLAGS) -c -o check_mysql_query-check_mysql_query.obj `if test -f 'check_mysql_query.c'; then $(CYGPATH_W) 'check_mysql_query.c'; else $(CYGPATH_W) '$(srcdir)/check_mysql_query.c'; fi` @@ -1252,10 +1249,6 @@ mostlyclean-libtool: clean-libtool: -rm -rf .libs _libs -distclean-libtool: - -rm -f libtool -uninstall-info-am: - ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ @@ -1305,9 +1298,9 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags check-TESTS: $(TESTS) - @failed=0; all=0; xfail=0; xpass=0; skip=0; \ + @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[ ]'; \ srcdir=$(srcdir); export srcdir; \ - list='$(TESTS)'; \ + list=' $(TESTS) '; \ if test -n "$$list"; then \ for tst in $$list; do \ if test -f ./$$tst; then dir=./; \ @@ -1316,7 +1309,7 @@ check-TESTS: $(TESTS) if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ all=`expr $$all + 1`; \ case " $(XFAIL_TESTS) " in \ - *" $$tst "*) \ + *$$ws$$tst$$ws*) \ xpass=`expr $$xpass + 1`; \ failed=`expr $$failed + 1`; \ echo "XPASS: $$tst"; \ @@ -1328,7 +1321,7 @@ check-TESTS: $(TESTS) elif test $$? -ne 77; then \ all=`expr $$all + 1`; \ case " $(XFAIL_TESTS) " in \ - *" $$tst "*) \ + *$$ws$$tst$$ws*) \ xfail=`expr $$xfail + 1`; \ echo "XFAIL: $$tst"; \ ;; \ @@ -1378,22 +1371,21 @@ check-TESTS: $(TESTS) else :; fi distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ - list='$(DISTFILES)'; for file in $$list; do \ - case $$file in \ - $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ - $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ - esac; \ + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test "$$dir" != "$$file" && test "$$dir" != "."; then \ - dir="/$$dir"; \ - $(mkdir_p) "$(distdir)$$dir"; \ - else \ - dir=''; \ - fi; \ if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ fi; \ @@ -1410,7 +1402,7 @@ check: check-am all-am: Makefile $(PROGRAMS) all-local installdirs: for dir in "$(DESTDIR)$(libexecdir)"; do \ - test -z "$$dir" || $(mkdir_p) "$$dir"; \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am @@ -1445,7 +1437,7 @@ distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ - distclean-libtool distclean-tags + distclean-tags dvi: dvi-am @@ -1459,14 +1451,22 @@ info-am: install-data-am: +install-dvi: install-dvi-am + install-exec-am: install-libexecPROGRAMS @$(NORMAL_INSTALL) $(MAKE) $(AM_MAKEFLAGS) install-exec-hook +install-html: install-html-am + install-info: install-info-am install-man: +install-pdf: install-pdf-am + +install-ps: install-ps-am + installcheck-am: maintainer-clean: maintainer-clean-am @@ -1487,22 +1487,25 @@ ps: ps-am ps-am: -uninstall-am: uninstall-info-am uninstall-libexecPROGRAMS \ - uninstall-local +uninstall-am: uninstall-libexecPROGRAMS uninstall-local + +.MAKE: install-am install-exec-am install-strip .PHONY: CTAGS GTAGS all all-am all-local check check-TESTS check-am \ clean clean-generic clean-libexecPROGRAMS clean-libtool \ clean-local ctags distclean distclean-compile \ distclean-generic distclean-libtool distclean-tags distdir dvi \ dvi-am html html-am info info-am install install-am \ - install-data install-data-am install-exec install-exec-am \ - install-exec-hook install-info install-info-am \ - install-libexecPROGRAMS install-man install-strip installcheck \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-exec-hook install-html \ + install-html-am install-info install-info-am \ + install-libexecPROGRAMS install-man install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - tags uninstall uninstall-am uninstall-info-am \ - uninstall-libexecPROGRAMS uninstall-local + tags uninstall uninstall-am uninstall-libexecPROGRAMS \ + uninstall-local @RELEASE_PRESENT_FALSE@NP-VERSION-FILE: .FORCE-NP-VERSION-FILE @RELEASE_PRESENT_FALSE@ @$(SHELL_PATH) $(top_srcdir)/NP-VERSION-GEN diff --git a/plugins/check_cluster.c b/plugins/check_cluster.c index 0138588..89b1a0e 100644 --- a/plugins/check_cluster.c +++ b/plugins/check_cluster.c @@ -261,6 +261,11 @@ print_help(void) printf (_(UT_EXTRA_OPTS_NOTES)); #endif + printf ("\n"); + printf ("%s\n", _("Examples:")); + printf (" %s\n", "check_cluster -s -d 2,0,2,0 -c @3:"); + printf (" %s\n", _("Will alert critical if there are 3 or more service data points in a non-OK state") ); + printf(_(UT_SUPPORT)); } diff --git a/plugins/check_snmp.c b/plugins/check_snmp.c index dff5bcc..db16462 100644 --- a/plugins/check_snmp.c +++ b/plugins/check_snmp.c @@ -100,7 +100,7 @@ size_t nunits = 0; size_t unitv_size = 8; int numoids = 0; int numauthpriv = 0; -int verbose = FALSE; +int verbose = 0; int usesnmpgetnext = FALSE; char *warning_thresholds = NULL; char *critical_thresholds = NULL; @@ -186,7 +186,7 @@ main (int argc, char **argv) }else{ snmpcmd = strdup (PATH_TO_SNMPGET); } - + /* 9 arguments to pass before authpriv options + 1 for host and numoids. Add one for terminating NULL */ command_line = calloc (9 + numauthpriv + 1 + numoids + 1, sizeof (char *)); command_line[0] = snmpcmd; @@ -207,7 +207,7 @@ main (int argc, char **argv) /* This is just for display purposes, so it can remain a string */ asprintf(&cl_hidden_auth, "%s -t %d -r %d -m %s -v %s %s %s:%s", - snmpcmd, timeout_interval, retries, miblist, proto, "[authpriv]", + snmpcmd, timeout_interval, retries, strlen(miblist) ? miblist : "''", proto, "[authpriv]", server_address, port); for (i = 0; i < numoids; i++) { @@ -255,12 +255,17 @@ main (int argc, char **argv) ptr = chld_out.line[i]; oidname = strpcpy (oidname, ptr, delimiter); response = strstr (ptr, delimiter); + if (response == NULL) + break; - /* We strip out the datatype indicator for PHBs */ + if (verbose > 2) { + printf("Processing line %i\n oidname: %s\n response: %s\n", i+1, oidname, response); + } /* Clean up type array - Sol10 does not necessarily zero it out */ bzero(type, sizeof(type)); + /* We strip out the datatype indicator for PHBs */ if (strstr (response, "Gauge: ")) show = strstr (response, "Gauge: ") + 7; else if (strstr (response, "Gauge32: ")) @@ -431,7 +436,7 @@ process_arguments (int argc, char **argv) print_revision (progname, NP_VERSION); exit (STATE_OK); case 'v': /* verbose */ - verbose = TRUE; + verbose++; break; /* Connection info */ @@ -644,7 +649,7 @@ validate_arguments () if ( needmibs == TRUE ) { miblist = strdup (DEFAULT_MIBLIST); }else{ - miblist = "''"; /* don't read any mib files for numeric oids */ + miblist = ""; /* don't read any mib files for numeric oids */ } } diff --git a/plugins/check_tcp.c b/plugins/check_tcp.c index e7f807f..b094207 100644 --- a/plugins/check_tcp.c +++ b/plugins/check_tcp.c @@ -23,7 +23,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * -* $Id: check_tcp.c 2153 2009-02-21 09:59:24Z dermoth $ +* $Id$ * *****************************************************************************/ diff --git a/plugins/t/check_snmp.t b/plugins/t/check_snmp.t index cda12f4..d65fd0b 100644 --- a/plugins/t/check_snmp.t +++ b/plugins/t/check_snmp.t @@ -8,7 +8,7 @@ use strict; use Test::More; use NPTest; -my $tests = 44; +my $tests = 46; plan tests => $tests; my $res; @@ -44,7 +44,7 @@ SKIP: { like( $res->output, "/check_snmp: Invalid SNMP version - 3c/" ); SKIP: { - skip "no snmp host defined", 32 if ( ! $host_snmp ); + skip "no snmp host defined", 34 if ( ! $host_snmp ); $res = NPTest->testCmd( "./check_snmp -H $host_snmp -C $snmp_community -o system.sysUpTime.0 -w 1: -c 1:"); cmp_ok( $res->return_code, '==', 0, "Exit OK when querying uptime" ); @@ -54,6 +54,10 @@ SKIP: { cmp_ok( $value, ">", 0, "Got a time value" ); like($res->perf_output, "/sysUpTime.*$1/", "Got perfdata with value '$1' in it"); + $res = NPTest->testCmd( "./check_snmp -H $host_snmp -C $snmp_community -o .1.3.6.1.2.1.1.3.0 -w 1: -c 1:"); + cmp_ok( $res->return_code, '==', 0, "Test with numeric OID (no mibs loaded)" ); + like($res->output, '/^SNMP OK - \d+/', "String contains SNMP OK"); + $res = NPTest->testCmd( "./check_snmp -H $host_snmp -C $snmp_community -o system.sysDescr.0"); cmp_ok( $res->return_code, '==', 0, "Exit OK when querying sysDescr" ); unlike($res->perf_output, '/sysDescr/', "Perfdata doesn't contain string values"); @@ -95,11 +99,11 @@ SKIP: { my $lower = $1 - 0.05; my $higher = $1 + 0.05; $res = NPTest->testCmd( "./check_snmp -H $host_snmp -C $snmp_community -o enterprises.ucdavis.laTable.laEntry.laLoad.3 -w $lower -c $higher"); - cmp_ok( $res->return_code, '==', 1, "Exit WARNING with fractionnal arcuments"); + cmp_ok( $res->return_code, '==', 1, "Exit WARNING with fractionnal arguments"); $res = NPTest->testCmd( "./check_snmp -H $host_snmp -C $snmp_community -o system.sysUpTime.0,host.hrSWRun.hrSWRunTable.hrSWRunEntry.hrSWRunIndex.1 -w ,:0 -c ,:2"); cmp_ok( $res->return_code, '==', 1, "Exit WARNING on 2nd threshold"); - like($res->output, '/^SNMP WARNING - Timeticks:\s\(\d+\)\s.*,\s.*\s\*1\*\s.*$/', "First OID returned as string, 2nd checked for thresholds"); + like($res->output, '/^SNMP WARNING - Timeticks:\s\(\d+\)\s+(?:\d+ days?,\s+)?\d+:\d+:\d+\.\d+\s+\*1\*\s.*$/', "First OID returned as string, 2nd checked for thresholds"); $res = NPTest->testCmd( "./check_snmp -H $host_snmp -C $snmp_community -o host.hrSWRun.hrSWRunTable.hrSWRunEntry.hrSWRunIndex.1 -w '' -c ''"); cmp_ok( $res->return_code, '==', 0, "Empty thresholds doesn't crash"); diff --git a/po/de.gmo b/po/de.gmo index f06db464e3e545a0c6143c86d99cb35a89baece9..c23a4d69702196d088ea558ae4c3541c54dcf478 100644 GIT binary patch delta 23 ecmaEE|J;7VIUz1fT|+Yk14}Do%gr~0_;~?qT?d>1 delta 23 ecmaEE|J;7VIUz1HT|;vPLt`rg, 2003, 2004. -# -# +# +# msgid "" msgstr "" "Project-Id-Version: nagiosplug\n" "Report-Msgid-Bugs-To: nagiosplug-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2009-06-17 13:03+0100\n" +"POT-Creation-Date: 2009-09-16 09:39+0100\n" "PO-Revision-Date: 2004-12-23 17:46+0100\n" "Last-Translator: <>\n" "Language-Team: English \n" @@ -63,7 +63,7 @@ msgstr "" #: plugins/check_by_ssh.c:219 plugins/check_disk.c:525 #: plugins/check_http.c:250 plugins/check_ldap.c:292 plugins/check_pgsql.c:250 #: plugins/check_procs.c:364 plugins/check_radius.c:286 -#: plugins/check_real.c:356 plugins/check_smtp.c:587 plugins/check_snmp.c:476 +#: plugins/check_real.c:356 plugins/check_smtp.c:587 plugins/check_snmp.c:481 #: plugins/check_ssh.c:138 plugins/check_tcp.c:490 plugins/check_time.c:302 #: plugins/check_ups.c:556 plugins/negate.c:161 msgid "Timeout interval must be a positive integer" @@ -219,11 +219,11 @@ msgid "" "all of -O, -s, and -n options (servicelist order must match '-C'options)" msgstr "" -#: plugins/check_by_ssh.c:438 plugins/check_dig.c:342 plugins/check_disk.c:969 -#: plugins/check_http.c:1384 plugins/check_nagios.c:308 -#: plugins/check_ntp.c:868 plugins/check_ntp_peer.c:663 -#: plugins/check_ntp_time.c:632 plugins/check_procs.c:748 plugins/negate.c:268 -#: plugins/urlize.c:180 +#: plugins/check_by_ssh.c:438 plugins/check_cluster.c:265 +#: plugins/check_dig.c:342 plugins/check_disk.c:969 plugins/check_http.c:1384 +#: plugins/check_nagios.c:308 plugins/check_ntp.c:868 +#: plugins/check_ntp_peer.c:663 plugins/check_ntp_time.c:632 +#: plugins/check_procs.c:748 plugins/negate.c:268 plugins/urlize.c:180 msgid "Examples:" msgstr "" @@ -238,7 +238,7 @@ msgstr "" #: plugins/check_overcr.c:456 plugins/check_pgsql.c:471 #: plugins/check_ping.c:597 plugins/check_procs.c:743 #: plugins/check_radius.c:355 plugins/check_real.c:445 -#: plugins/check_smtp.c:813 plugins/check_snmp.c:873 plugins/check_ssh.c:296 +#: plugins/check_smtp.c:813 plugins/check_snmp.c:878 plugins/check_ssh.c:296 #: plugins/check_swap.c:547 plugins/check_tcp.c:646 plugins/check_time.c:365 #: plugins/check_ups.c:642 plugins/check_users.c:224 #: plugins/check_ide_smart.c:511 plugins/negate.c:274 @@ -246,7 +246,7 @@ msgstr "" msgid "Notes:" msgstr "" -#: plugins/check_by_ssh.c:459 plugins/check_cluster.c:272 +#: plugins/check_by_ssh.c:459 plugins/check_cluster.c:277 #: plugins/check_dig.c:360 plugins/check_disk.c:986 plugins/check_dns.c:492 #: plugins/check_dummy.c:122 plugins/check_fping.c:438 #: plugins/check_game.c:335 plugins/check_hpjd.c:420 plugins/check_http.c:1407 @@ -256,7 +256,7 @@ msgstr "" #: plugins/check_ntp_time.c:641 plugins/check_nwstat.c:1688 #: plugins/check_overcr.c:471 plugins/check_pgsql.c:483 #: plugins/check_ping.c:607 plugins/check_radius.c:367 -#: plugins/check_real.c:457 plugins/check_smtp.c:825 plugins/check_snmp.c:895 +#: plugins/check_real.c:457 plugins/check_smtp.c:825 plugins/check_snmp.c:900 #: plugins/check_ssh.c:308 plugins/check_swap.c:563 plugins/check_tcp.c:657 #: plugins/check_time.c:377 plugins/check_ups.c:664 plugins/check_users.c:235 #: plugins/check_ide_smart.c:533 plugins/negate.c:292 plugins/urlize.c:197 @@ -306,6 +306,12 @@ msgstr "" msgid "commas" msgstr "" +#: plugins/check_cluster.c:267 +msgid "" +"Will alert critical if there are 3 or more service data points in a non-OK " +"state" +msgstr "" + #: plugins/check_dig.c:99 plugins/check_dig.c:101 #, c-format msgid "Looking for: '%s'\n" @@ -4047,7 +4053,7 @@ msgstr "" msgid "CRITICAL - Cannot retrieve server certificate." msgstr "CRITICAL - Konnte kein Serverzertifikat erhalten\n" -#: plugins/check_smtp.c:311 plugins/check_snmp.c:533 +#: plugins/check_smtp.c:311 plugins/check_snmp.c:538 #, c-format msgid "Could Not Compile Regular Expression" msgstr "" @@ -4057,7 +4063,7 @@ msgstr "" msgid "SMTP %s - Invalid response '%s' to command '%s'\n" msgstr "" -#: plugins/check_smtp.c:324 plugins/check_snmp.c:315 +#: plugins/check_smtp.c:324 plugins/check_snmp.c:320 #, c-format msgid "Execute Error: %s\n" msgstr "" @@ -4207,214 +4213,214 @@ msgstr "Papierfehler" msgid "External command error with no output (return code: %d)\n" msgstr "" -#: plugins/check_snmp.c:293 +#: plugins/check_snmp.c:298 msgid "No valid data returned" msgstr "" -#: plugins/check_snmp.c:491 +#: plugins/check_snmp.c:496 #, fuzzy msgid "Retries interval must be a positive integer" msgstr "Time interval muss ein positiver Integer sein" -#: plugins/check_snmp.c:554 +#: plugins/check_snmp.c:559 #, fuzzy, c-format msgid "Could not reallocate labels[%d]" msgstr "Konnte addr nicht zuweisen\n" -#: plugins/check_snmp.c:566 +#: plugins/check_snmp.c:571 #, fuzzy msgid "Could not reallocate labels\n" msgstr "Konnte·url·nicht·zuweisen\n" -#: plugins/check_snmp.c:583 +#: plugins/check_snmp.c:588 #, fuzzy, c-format msgid "Could not reallocate units [%d]\n" msgstr "Konnte·url·nicht·zuweisen\n" -#: plugins/check_snmp.c:595 +#: plugins/check_snmp.c:600 msgid "Could not realloc() units\n" msgstr "" -#: plugins/check_snmp.c:653 +#: plugins/check_snmp.c:658 #, fuzzy msgid "No host specified\n" msgstr "" "Kein Hostname angegeben\n" "\n" -#: plugins/check_snmp.c:657 +#: plugins/check_snmp.c:662 #, fuzzy msgid "No OIDs specified\n" msgstr "" "Kein Hostname angegeben\n" "\n" -#: plugins/check_snmp.c:679 +#: plugins/check_snmp.c:684 msgid "Invalid seclevel" msgstr "" -#: plugins/check_snmp.c:686 plugins/check_snmp.c:689 plugins/check_snmp.c:707 +#: plugins/check_snmp.c:691 plugins/check_snmp.c:694 plugins/check_snmp.c:712 #, c-format msgid "Required parameter: %s\n" msgstr "" -#: plugins/check_snmp.c:728 +#: plugins/check_snmp.c:733 msgid "Invalid SNMP version" msgstr "" -#: plugins/check_snmp.c:745 +#: plugins/check_snmp.c:750 msgid "Unbalanced quotes\n" msgstr "" -#: plugins/check_snmp.c:794 +#: plugins/check_snmp.c:799 msgid "Check status of remote machines and obtain system information via SNMP" msgstr "" -#: plugins/check_snmp.c:807 +#: plugins/check_snmp.c:812 msgid "Use SNMP GETNEXT instead of SNMP GET" msgstr "" -#: plugins/check_snmp.c:809 +#: plugins/check_snmp.c:814 msgid "SNMP protocol version" msgstr "" -#: plugins/check_snmp.c:811 +#: plugins/check_snmp.c:816 msgid "SNMPv3 securityLevel" msgstr "" -#: plugins/check_snmp.c:813 +#: plugins/check_snmp.c:818 msgid "SNMPv3 auth proto" msgstr "" -#: plugins/check_snmp.c:815 +#: plugins/check_snmp.c:820 msgid "SNMPv3 priv proto (default DES)" msgstr "" -#: plugins/check_snmp.c:819 +#: plugins/check_snmp.c:824 msgid "Optional community string for SNMP communication" msgstr "" -#: plugins/check_snmp.c:820 +#: plugins/check_snmp.c:825 msgid "default is" msgstr "" -#: plugins/check_snmp.c:822 +#: plugins/check_snmp.c:827 msgid "SNMPv3 username" msgstr "" -#: plugins/check_snmp.c:824 +#: plugins/check_snmp.c:829 msgid "SNMPv3 authentication password" msgstr "" -#: plugins/check_snmp.c:826 +#: plugins/check_snmp.c:831 msgid "SNMPv3 privacy password" msgstr "" -#: plugins/check_snmp.c:830 +#: plugins/check_snmp.c:835 msgid "Object identifier(s) or SNMP variables whose value you wish to query" msgstr "" -#: plugins/check_snmp.c:832 +#: plugins/check_snmp.c:837 msgid "" "List of MIBS to be loaded (default = none if using numeric OIDs or 'ALL'" msgstr "" -#: plugins/check_snmp.c:833 +#: plugins/check_snmp.c:838 msgid "for symbolic OIDs.)" msgstr "" -#: plugins/check_snmp.c:835 +#: plugins/check_snmp.c:840 msgid "Delimiter to use when parsing returned data. Default is" msgstr "" -#: plugins/check_snmp.c:836 +#: plugins/check_snmp.c:841 msgid "Any data on the right hand side of the delimiter is considered" msgstr "" -#: plugins/check_snmp.c:837 +#: plugins/check_snmp.c:842 msgid "to be the data that should be used in the evaluation." msgstr "" -#: plugins/check_snmp.c:841 +#: plugins/check_snmp.c:846 #, fuzzy msgid "Warning threshold range(s)" msgstr "Warning threshold Integer sein" -#: plugins/check_snmp.c:843 +#: plugins/check_snmp.c:848 #, fuzzy msgid "Critical threshold range(s)" msgstr "Critical threshold muss ein Integer sein" -#: plugins/check_snmp.c:847 +#: plugins/check_snmp.c:852 msgid "Return OK state (for that OID) if STRING is an exact match" msgstr "" -#: plugins/check_snmp.c:849 +#: plugins/check_snmp.c:854 msgid "" "Return OK state (for that OID) if extended regular expression REGEX matches" msgstr "" -#: plugins/check_snmp.c:851 +#: plugins/check_snmp.c:856 msgid "" "Return OK state (for that OID) if case-insensitive extended REGEX matches" msgstr "" -#: plugins/check_snmp.c:853 +#: plugins/check_snmp.c:858 msgid "Prefix label for output from plugin (default -s 'SNMP')" msgstr "" -#: plugins/check_snmp.c:857 +#: plugins/check_snmp.c:862 msgid "Units label(s) for output data (e.g., 'sec.')." msgstr "" -#: plugins/check_snmp.c:859 +#: plugins/check_snmp.c:864 msgid "Separates output on multiple OID requests" msgstr "" -#: plugins/check_snmp.c:863 +#: plugins/check_snmp.c:868 msgid "Number of retries to be used in the requests" msgstr "" -#: plugins/check_snmp.c:868 +#: plugins/check_snmp.c:873 msgid "" "This plugin uses the 'snmpget' command included with the NET-SNMP package." msgstr "" -#: plugins/check_snmp.c:869 +#: plugins/check_snmp.c:874 msgid "" "if you don't have the package installed, you will need to download it from" msgstr "" -#: plugins/check_snmp.c:870 +#: plugins/check_snmp.c:875 msgid "http://net-snmp.sourceforge.net before you can use this plugin." msgstr "" -#: plugins/check_snmp.c:874 +#: plugins/check_snmp.c:879 msgid "" "- Multiple OIDs may be indicated by a comma- or space-delimited list (lists " "with" msgstr "" -#: plugins/check_snmp.c:875 +#: plugins/check_snmp.c:880 msgid "internal spaces must be quoted) [max 8 OIDs]" msgstr "" -#: plugins/check_snmp.c:879 +#: plugins/check_snmp.c:884 msgid "" "- When checking multiple OIDs, separate ranges by commas like '-w " "1:10,1:,:20'" msgstr "" -#: plugins/check_snmp.c:880 +#: plugins/check_snmp.c:885 msgid "- Note that only one string and one regex may be checked at present" msgstr "" -#: plugins/check_snmp.c:881 +#: plugins/check_snmp.c:886 msgid "" "- All evaluation methods other than PR, STR, and SUBSTR expect that the value" msgstr "" -#: plugins/check_snmp.c:882 +#: plugins/check_snmp.c:887 msgid "returned from the SNMP query is an unsigned integer." msgstr "" diff --git a/po/fr.gmo b/po/fr.gmo index 8020af03a9a315c2b39c38f20b532a9045a37e19..74f309ca87ebd080fe6191d1b12063dd6c156ef2 100644 GIT binary patch delta 25 hcmcaIi}lJZ)(zP^xGZ%I%@hnQt&A-\n" "Language-Team: \n" @@ -65,7 +65,7 @@ msgstr "Erreur lors de l'utilisation de %s\n" #: plugins/check_by_ssh.c:219 plugins/check_disk.c:525 #: plugins/check_http.c:250 plugins/check_ldap.c:292 plugins/check_pgsql.c:250 #: plugins/check_procs.c:364 plugins/check_radius.c:286 -#: plugins/check_real.c:356 plugins/check_smtp.c:587 plugins/check_snmp.c:476 +#: plugins/check_real.c:356 plugins/check_smtp.c:587 plugins/check_snmp.c:481 #: plugins/check_ssh.c:138 plugins/check_tcp.c:490 plugins/check_time.c:302 #: plugins/check_ups.c:556 plugins/negate.c:161 msgid "Timeout interval must be a positive integer" @@ -221,11 +221,11 @@ msgstr "" "et les options -O, -s, n (l'ordre des services doit correspondre aux " "multiples options '-C)" -#: plugins/check_by_ssh.c:438 plugins/check_dig.c:342 plugins/check_disk.c:969 -#: plugins/check_http.c:1384 plugins/check_nagios.c:308 -#: plugins/check_ntp.c:868 plugins/check_ntp_peer.c:663 -#: plugins/check_ntp_time.c:632 plugins/check_procs.c:748 plugins/negate.c:268 -#: plugins/urlize.c:180 +#: plugins/check_by_ssh.c:438 plugins/check_cluster.c:265 +#: plugins/check_dig.c:342 plugins/check_disk.c:969 plugins/check_http.c:1384 +#: plugins/check_nagios.c:308 plugins/check_ntp.c:868 +#: plugins/check_ntp_peer.c:663 plugins/check_ntp_time.c:632 +#: plugins/check_procs.c:748 plugins/negate.c:268 plugins/urlize.c:180 msgid "Examples:" msgstr "Exemples:" @@ -240,7 +240,7 @@ msgstr "Exemples:" #: plugins/check_overcr.c:456 plugins/check_pgsql.c:471 #: plugins/check_ping.c:597 plugins/check_procs.c:743 #: plugins/check_radius.c:355 plugins/check_real.c:445 -#: plugins/check_smtp.c:813 plugins/check_snmp.c:873 plugins/check_ssh.c:296 +#: plugins/check_smtp.c:813 plugins/check_snmp.c:878 plugins/check_ssh.c:296 #: plugins/check_swap.c:547 plugins/check_tcp.c:646 plugins/check_time.c:365 #: plugins/check_ups.c:642 plugins/check_users.c:224 #: plugins/check_ide_smart.c:511 plugins/negate.c:274 @@ -248,7 +248,7 @@ msgstr "Exemples:" msgid "Notes:" msgstr "Notes:" -#: plugins/check_by_ssh.c:459 plugins/check_cluster.c:272 +#: plugins/check_by_ssh.c:459 plugins/check_cluster.c:277 #: plugins/check_dig.c:360 plugins/check_disk.c:986 plugins/check_dns.c:492 #: plugins/check_dummy.c:122 plugins/check_fping.c:438 #: plugins/check_game.c:335 plugins/check_hpjd.c:420 plugins/check_http.c:1407 @@ -258,7 +258,7 @@ msgstr "Notes:" #: plugins/check_ntp_time.c:641 plugins/check_nwstat.c:1688 #: plugins/check_overcr.c:471 plugins/check_pgsql.c:483 #: plugins/check_ping.c:607 plugins/check_radius.c:367 -#: plugins/check_real.c:457 plugins/check_smtp.c:825 plugins/check_snmp.c:895 +#: plugins/check_real.c:457 plugins/check_smtp.c:825 plugins/check_snmp.c:900 #: plugins/check_ssh.c:308 plugins/check_swap.c:563 plugins/check_tcp.c:657 #: plugins/check_time.c:377 plugins/check_ups.c:664 plugins/check_users.c:235 #: plugins/check_ide_smart.c:533 plugins/negate.c:292 plugins/urlize.c:197 @@ -308,6 +308,12 @@ msgstr "Les codes d'Ă©tat des hĂŽtes ou des services du cluster, sĂ©parĂ©s par d msgid "commas" msgstr "virgules" +#: plugins/check_cluster.c:267 +msgid "" +"Will alert critical if there are 3 or more service data points in a non-OK " +"state" +msgstr "" + #: plugins/check_dig.c:99 plugins/check_dig.c:101 #, c-format msgid "Looking for: '%s'\n" @@ -4131,7 +4137,7 @@ msgstr "" msgid "CRITICAL - Cannot retrieve server certificate." msgstr "CRITIQUE - Impossible d'obtenir le certificat du serveur" -#: plugins/check_smtp.c:311 plugins/check_snmp.c:533 +#: plugins/check_smtp.c:311 plugins/check_snmp.c:538 #, c-format msgid "Could Not Compile Regular Expression" msgstr "Impossible de compiler l'expression rationnelle" @@ -4141,7 +4147,7 @@ msgstr "Impossible de compiler l'expression rationnelle" msgid "SMTP %s - Invalid response '%s' to command '%s'\n" msgstr "SMTP %s - rĂ©ponse invalide de '%s' Ă  la commande '%s'\n" -#: plugins/check_smtp.c:324 plugins/check_snmp.c:315 +#: plugins/check_smtp.c:324 plugins/check_snmp.c:320 #, c-format msgid "Execute Error: %s\n" msgstr "Erreur d'exĂ©cution: %s\n" @@ -4292,213 +4298,213 @@ msgstr "Erreur d'exĂ©cution: %s\n" msgid "External command error with no output (return code: %d)\n" msgstr "" -#: plugins/check_snmp.c:293 +#: plugins/check_snmp.c:298 msgid "No valid data returned" msgstr "Pas de donnĂ©es valides reçues" -#: plugins/check_snmp.c:491 +#: plugins/check_snmp.c:496 msgid "Retries interval must be a positive integer" msgstr "L'intervalle pour les essais doit ĂȘtre un entier positif" -#: plugins/check_snmp.c:554 +#: plugins/check_snmp.c:559 #, c-format msgid "Could not reallocate labels[%d]" msgstr "Impossible de rĂ©allouer des labels[%d]" -#: plugins/check_snmp.c:566 +#: plugins/check_snmp.c:571 msgid "Could not reallocate labels\n" msgstr "Impossible de rĂ©allouer des labels\n" -#: plugins/check_snmp.c:583 +#: plugins/check_snmp.c:588 #, c-format msgid "Could not reallocate units [%d]\n" msgstr "Impossible de rĂ©allouer des unitĂ©s [%d]\n" -#: plugins/check_snmp.c:595 +#: plugins/check_snmp.c:600 msgid "Could not realloc() units\n" msgstr "Impossible de rĂ©allouer des unitĂ©s\n" -#: plugins/check_snmp.c:653 +#: plugins/check_snmp.c:658 #, fuzzy msgid "No host specified\n" msgstr "Pas de compteur spĂ©cifiĂ©" -#: plugins/check_snmp.c:657 +#: plugins/check_snmp.c:662 #, fuzzy msgid "No OIDs specified\n" msgstr "Pas de compteur spĂ©cifiĂ©" -#: plugins/check_snmp.c:679 +#: plugins/check_snmp.c:684 msgid "Invalid seclevel" msgstr "" -#: plugins/check_snmp.c:686 plugins/check_snmp.c:689 plugins/check_snmp.c:707 +#: plugins/check_snmp.c:691 plugins/check_snmp.c:694 plugins/check_snmp.c:712 #, c-format msgid "Required parameter: %s\n" msgstr "" -#: plugins/check_snmp.c:728 +#: plugins/check_snmp.c:733 msgid "Invalid SNMP version" msgstr "Version de SNMP invalide" -#: plugins/check_snmp.c:745 +#: plugins/check_snmp.c:750 msgid "Unbalanced quotes\n" msgstr "Guillemets manquants\n" -#: plugins/check_snmp.c:794 +#: plugins/check_snmp.c:799 msgid "Check status of remote machines and obtain system information via SNMP" msgstr "" "VĂ©rifie l'Ă©tat des machines distantes et obtient l'information systĂšme via " "SNMP" -#: plugins/check_snmp.c:807 +#: plugins/check_snmp.c:812 msgid "Use SNMP GETNEXT instead of SNMP GET" msgstr "Utiliser SNMP GETNEXT au lieu de SNMP GET" -#: plugins/check_snmp.c:809 +#: plugins/check_snmp.c:814 msgid "SNMP protocol version" msgstr "Version du protocole SNMP" -#: plugins/check_snmp.c:811 +#: plugins/check_snmp.c:816 msgid "SNMPv3 securityLevel" msgstr "Niveau de sĂ©curitĂ© SNMPv3 (securityLevel)" -#: plugins/check_snmp.c:813 +#: plugins/check_snmp.c:818 msgid "SNMPv3 auth proto" msgstr "Protocole d'authentification SNMPv3" -#: plugins/check_snmp.c:815 +#: plugins/check_snmp.c:820 msgid "SNMPv3 priv proto (default DES)" msgstr "" -#: plugins/check_snmp.c:819 +#: plugins/check_snmp.c:824 msgid "Optional community string for SNMP communication" msgstr "CommunautĂ© optionnelle pour la communication SNMP" -#: plugins/check_snmp.c:820 +#: plugins/check_snmp.c:825 msgid "default is" msgstr "dĂ©faut:" -#: plugins/check_snmp.c:822 +#: plugins/check_snmp.c:827 msgid "SNMPv3 username" msgstr "Nom d'utilisateur SNMPv3" -#: plugins/check_snmp.c:824 +#: plugins/check_snmp.c:829 msgid "SNMPv3 authentication password" msgstr "Mot de passe d'authentification SNMPv3" -#: plugins/check_snmp.c:826 +#: plugins/check_snmp.c:831 msgid "SNMPv3 privacy password" msgstr "Mot de passe de confidentialitĂ© SNMPv3" -#: plugins/check_snmp.c:830 +#: plugins/check_snmp.c:835 msgid "Object identifier(s) or SNMP variables whose value you wish to query" msgstr "" -#: plugins/check_snmp.c:832 +#: plugins/check_snmp.c:837 msgid "" "List of MIBS to be loaded (default = none if using numeric OIDs or 'ALL'" msgstr "" -#: plugins/check_snmp.c:833 +#: plugins/check_snmp.c:838 msgid "for symbolic OIDs.)" msgstr "" -#: plugins/check_snmp.c:835 +#: plugins/check_snmp.c:840 msgid "Delimiter to use when parsing returned data. Default is" msgstr "" -#: plugins/check_snmp.c:836 +#: plugins/check_snmp.c:841 msgid "Any data on the right hand side of the delimiter is considered" msgstr "" -#: plugins/check_snmp.c:837 +#: plugins/check_snmp.c:842 msgid "to be the data that should be used in the evaluation." msgstr "" -#: plugins/check_snmp.c:841 +#: plugins/check_snmp.c:846 #, fuzzy msgid "Warning threshold range(s)" msgstr "Valeurs pour le seuil d'avertissement" -#: plugins/check_snmp.c:843 +#: plugins/check_snmp.c:848 #, fuzzy msgid "Critical threshold range(s)" msgstr "Valeurs pour le seuil critique" -#: plugins/check_snmp.c:847 +#: plugins/check_snmp.c:852 msgid "Return OK state (for that OID) if STRING is an exact match" msgstr "" -#: plugins/check_snmp.c:849 +#: plugins/check_snmp.c:854 msgid "" "Return OK state (for that OID) if extended regular expression REGEX matches" msgstr "" -#: plugins/check_snmp.c:851 +#: plugins/check_snmp.c:856 msgid "" "Return OK state (for that OID) if case-insensitive extended REGEX matches" msgstr "" -#: plugins/check_snmp.c:853 +#: plugins/check_snmp.c:858 msgid "Prefix label for output from plugin (default -s 'SNMP')" msgstr "" -#: plugins/check_snmp.c:857 +#: plugins/check_snmp.c:862 msgid "Units label(s) for output data (e.g., 'sec.')." msgstr "" -#: plugins/check_snmp.c:859 +#: plugins/check_snmp.c:864 msgid "Separates output on multiple OID requests" msgstr "" -#: plugins/check_snmp.c:863 +#: plugins/check_snmp.c:868 #, fuzzy msgid "Number of retries to be used in the requests" msgstr "Le nombre d'essai doit ĂȘtre un entier positif" -#: plugins/check_snmp.c:868 +#: plugins/check_snmp.c:873 msgid "" "This plugin uses the 'snmpget' command included with the NET-SNMP package." msgstr "" -#: plugins/check_snmp.c:869 +#: plugins/check_snmp.c:874 msgid "" "if you don't have the package installed, you will need to download it from" msgstr "" "Si vous n'avez pas le programme installĂ©, vous devrez le tĂ©lĂ©charger depuis" -#: plugins/check_snmp.c:870 +#: plugins/check_snmp.c:875 msgid "http://net-snmp.sourceforge.net before you can use this plugin." msgstr "http://net-snmp.sourceforge.net avant de pouvoir utiliser ce plugin." -#: plugins/check_snmp.c:874 +#: plugins/check_snmp.c:879 msgid "" "- Multiple OIDs may be indicated by a comma- or space-delimited list (lists " "with" msgstr "" "- Des OIDs multiples peuvent ĂȘtre indiquĂ©es par une virgule ou par des listes" -#: plugins/check_snmp.c:875 +#: plugins/check_snmp.c:880 msgid "internal spaces must be quoted) [max 8 OIDs]" msgstr "" -#: plugins/check_snmp.c:879 +#: plugins/check_snmp.c:884 msgid "" "- When checking multiple OIDs, separate ranges by commas like '-w " "1:10,1:,:20'" msgstr "" -#: plugins/check_snmp.c:880 +#: plugins/check_snmp.c:885 msgid "- Note that only one string and one regex may be checked at present" msgstr "" -#: plugins/check_snmp.c:881 +#: plugins/check_snmp.c:886 msgid "" "- All evaluation methods other than PR, STR, and SUBSTR expect that the value" msgstr "" -#: plugins/check_snmp.c:882 +#: plugins/check_snmp.c:887 msgid "returned from the SNMP query is an unsigned integer." msgstr "" diff --git a/po/nagios-plugins.pot b/po/nagios-plugins.pot index 00f3bdd..e1f7a50 100644 --- a/po/nagios-plugins.pot +++ b/po/nagios-plugins.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: nagiosplug-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2009-06-17 13:03+0100\n" +"POT-Creation-Date: 2009-09-16 09:39+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -62,7 +62,7 @@ msgstr "" #: plugins/check_by_ssh.c:219 plugins/check_disk.c:525 #: plugins/check_http.c:250 plugins/check_ldap.c:292 plugins/check_pgsql.c:250 #: plugins/check_procs.c:364 plugins/check_radius.c:286 -#: plugins/check_real.c:356 plugins/check_smtp.c:587 plugins/check_snmp.c:476 +#: plugins/check_real.c:356 plugins/check_smtp.c:587 plugins/check_snmp.c:481 #: plugins/check_ssh.c:138 plugins/check_tcp.c:490 plugins/check_time.c:302 #: plugins/check_ups.c:556 plugins/negate.c:161 msgid "Timeout interval must be a positive integer" @@ -210,11 +210,11 @@ msgid "" "all of -O, -s, and -n options (servicelist order must match '-C'options)" msgstr "" -#: plugins/check_by_ssh.c:438 plugins/check_dig.c:342 plugins/check_disk.c:969 -#: plugins/check_http.c:1384 plugins/check_nagios.c:308 -#: plugins/check_ntp.c:868 plugins/check_ntp_peer.c:663 -#: plugins/check_ntp_time.c:632 plugins/check_procs.c:748 plugins/negate.c:268 -#: plugins/urlize.c:180 +#: plugins/check_by_ssh.c:438 plugins/check_cluster.c:265 +#: plugins/check_dig.c:342 plugins/check_disk.c:969 plugins/check_http.c:1384 +#: plugins/check_nagios.c:308 plugins/check_ntp.c:868 +#: plugins/check_ntp_peer.c:663 plugins/check_ntp_time.c:632 +#: plugins/check_procs.c:748 plugins/negate.c:268 plugins/urlize.c:180 msgid "Examples:" msgstr "" @@ -229,7 +229,7 @@ msgstr "" #: plugins/check_overcr.c:456 plugins/check_pgsql.c:471 #: plugins/check_ping.c:597 plugins/check_procs.c:743 #: plugins/check_radius.c:355 plugins/check_real.c:445 -#: plugins/check_smtp.c:813 plugins/check_snmp.c:873 plugins/check_ssh.c:296 +#: plugins/check_smtp.c:813 plugins/check_snmp.c:878 plugins/check_ssh.c:296 #: plugins/check_swap.c:547 plugins/check_tcp.c:646 plugins/check_time.c:365 #: plugins/check_ups.c:642 plugins/check_users.c:224 #: plugins/check_ide_smart.c:511 plugins/negate.c:274 @@ -237,7 +237,7 @@ msgstr "" msgid "Notes:" msgstr "" -#: plugins/check_by_ssh.c:459 plugins/check_cluster.c:272 +#: plugins/check_by_ssh.c:459 plugins/check_cluster.c:277 #: plugins/check_dig.c:360 plugins/check_disk.c:986 plugins/check_dns.c:492 #: plugins/check_dummy.c:122 plugins/check_fping.c:438 #: plugins/check_game.c:335 plugins/check_hpjd.c:420 plugins/check_http.c:1407 @@ -247,7 +247,7 @@ msgstr "" #: plugins/check_ntp_time.c:641 plugins/check_nwstat.c:1688 #: plugins/check_overcr.c:471 plugins/check_pgsql.c:483 #: plugins/check_ping.c:607 plugins/check_radius.c:367 -#: plugins/check_real.c:457 plugins/check_smtp.c:825 plugins/check_snmp.c:895 +#: plugins/check_real.c:457 plugins/check_smtp.c:825 plugins/check_snmp.c:900 #: plugins/check_ssh.c:308 plugins/check_swap.c:563 plugins/check_tcp.c:657 #: plugins/check_time.c:377 plugins/check_ups.c:664 plugins/check_users.c:235 #: plugins/check_ide_smart.c:533 plugins/negate.c:292 plugins/urlize.c:197 @@ -297,6 +297,12 @@ msgstr "" msgid "commas" msgstr "" +#: plugins/check_cluster.c:267 +msgid "" +"Will alert critical if there are 3 or more service data points in a non-OK " +"state" +msgstr "" + #: plugins/check_dig.c:99 plugins/check_dig.c:101 #, c-format msgid "Looking for: '%s'\n" @@ -3949,7 +3955,7 @@ msgstr "" msgid "CRITICAL - Cannot retrieve server certificate." msgstr "" -#: plugins/check_smtp.c:311 plugins/check_snmp.c:533 +#: plugins/check_smtp.c:311 plugins/check_snmp.c:538 #, c-format msgid "Could Not Compile Regular Expression" msgstr "" @@ -3959,7 +3965,7 @@ msgstr "" msgid "SMTP %s - Invalid response '%s' to command '%s'\n" msgstr "" -#: plugins/check_smtp.c:324 plugins/check_snmp.c:315 +#: plugins/check_smtp.c:324 plugins/check_snmp.c:320 #, c-format msgid "Execute Error: %s\n" msgstr "" @@ -4108,204 +4114,204 @@ msgstr "" msgid "External command error with no output (return code: %d)\n" msgstr "" -#: plugins/check_snmp.c:293 +#: plugins/check_snmp.c:298 msgid "No valid data returned" msgstr "" -#: plugins/check_snmp.c:491 +#: plugins/check_snmp.c:496 msgid "Retries interval must be a positive integer" msgstr "" -#: plugins/check_snmp.c:554 +#: plugins/check_snmp.c:559 #, c-format msgid "Could not reallocate labels[%d]" msgstr "" -#: plugins/check_snmp.c:566 +#: plugins/check_snmp.c:571 msgid "Could not reallocate labels\n" msgstr "" -#: plugins/check_snmp.c:583 +#: plugins/check_snmp.c:588 #, c-format msgid "Could not reallocate units [%d]\n" msgstr "" -#: plugins/check_snmp.c:595 +#: plugins/check_snmp.c:600 msgid "Could not realloc() units\n" msgstr "" -#: plugins/check_snmp.c:653 +#: plugins/check_snmp.c:658 msgid "No host specified\n" msgstr "" -#: plugins/check_snmp.c:657 +#: plugins/check_snmp.c:662 msgid "No OIDs specified\n" msgstr "" -#: plugins/check_snmp.c:679 +#: plugins/check_snmp.c:684 msgid "Invalid seclevel" msgstr "" -#: plugins/check_snmp.c:686 plugins/check_snmp.c:689 plugins/check_snmp.c:707 +#: plugins/check_snmp.c:691 plugins/check_snmp.c:694 plugins/check_snmp.c:712 #, c-format msgid "Required parameter: %s\n" msgstr "" -#: plugins/check_snmp.c:728 +#: plugins/check_snmp.c:733 msgid "Invalid SNMP version" msgstr "" -#: plugins/check_snmp.c:745 +#: plugins/check_snmp.c:750 msgid "Unbalanced quotes\n" msgstr "" -#: plugins/check_snmp.c:794 +#: plugins/check_snmp.c:799 msgid "Check status of remote machines and obtain system information via SNMP" msgstr "" -#: plugins/check_snmp.c:807 +#: plugins/check_snmp.c:812 msgid "Use SNMP GETNEXT instead of SNMP GET" msgstr "" -#: plugins/check_snmp.c:809 +#: plugins/check_snmp.c:814 msgid "SNMP protocol version" msgstr "" -#: plugins/check_snmp.c:811 +#: plugins/check_snmp.c:816 msgid "SNMPv3 securityLevel" msgstr "" -#: plugins/check_snmp.c:813 +#: plugins/check_snmp.c:818 msgid "SNMPv3 auth proto" msgstr "" -#: plugins/check_snmp.c:815 +#: plugins/check_snmp.c:820 msgid "SNMPv3 priv proto (default DES)" msgstr "" -#: plugins/check_snmp.c:819 +#: plugins/check_snmp.c:824 msgid "Optional community string for SNMP communication" msgstr "" -#: plugins/check_snmp.c:820 +#: plugins/check_snmp.c:825 msgid "default is" msgstr "" -#: plugins/check_snmp.c:822 +#: plugins/check_snmp.c:827 msgid "SNMPv3 username" msgstr "" -#: plugins/check_snmp.c:824 +#: plugins/check_snmp.c:829 msgid "SNMPv3 authentication password" msgstr "" -#: plugins/check_snmp.c:826 +#: plugins/check_snmp.c:831 msgid "SNMPv3 privacy password" msgstr "" -#: plugins/check_snmp.c:830 +#: plugins/check_snmp.c:835 msgid "Object identifier(s) or SNMP variables whose value you wish to query" msgstr "" -#: plugins/check_snmp.c:832 +#: plugins/check_snmp.c:837 msgid "" "List of MIBS to be loaded (default = none if using numeric OIDs or 'ALL'" msgstr "" -#: plugins/check_snmp.c:833 +#: plugins/check_snmp.c:838 msgid "for symbolic OIDs.)" msgstr "" -#: plugins/check_snmp.c:835 +#: plugins/check_snmp.c:840 msgid "Delimiter to use when parsing returned data. Default is" msgstr "" -#: plugins/check_snmp.c:836 +#: plugins/check_snmp.c:841 msgid "Any data on the right hand side of the delimiter is considered" msgstr "" -#: plugins/check_snmp.c:837 +#: plugins/check_snmp.c:842 msgid "to be the data that should be used in the evaluation." msgstr "" -#: plugins/check_snmp.c:841 +#: plugins/check_snmp.c:846 msgid "Warning threshold range(s)" msgstr "" -#: plugins/check_snmp.c:843 +#: plugins/check_snmp.c:848 msgid "Critical threshold range(s)" msgstr "" -#: plugins/check_snmp.c:847 +#: plugins/check_snmp.c:852 msgid "Return OK state (for that OID) if STRING is an exact match" msgstr "" -#: plugins/check_snmp.c:849 +#: plugins/check_snmp.c:854 msgid "" "Return OK state (for that OID) if extended regular expression REGEX matches" msgstr "" -#: plugins/check_snmp.c:851 +#: plugins/check_snmp.c:856 msgid "" "Return OK state (for that OID) if case-insensitive extended REGEX matches" msgstr "" -#: plugins/check_snmp.c:853 +#: plugins/check_snmp.c:858 msgid "Prefix label for output from plugin (default -s 'SNMP')" msgstr "" -#: plugins/check_snmp.c:857 +#: plugins/check_snmp.c:862 msgid "Units label(s) for output data (e.g., 'sec.')." msgstr "" -#: plugins/check_snmp.c:859 +#: plugins/check_snmp.c:864 msgid "Separates output on multiple OID requests" msgstr "" -#: plugins/check_snmp.c:863 +#: plugins/check_snmp.c:868 msgid "Number of retries to be used in the requests" msgstr "" -#: plugins/check_snmp.c:868 +#: plugins/check_snmp.c:873 msgid "" "This plugin uses the 'snmpget' command included with the NET-SNMP package." msgstr "" -#: plugins/check_snmp.c:869 +#: plugins/check_snmp.c:874 msgid "" "if you don't have the package installed, you will need to download it from" msgstr "" -#: plugins/check_snmp.c:870 +#: plugins/check_snmp.c:875 msgid "http://net-snmp.sourceforge.net before you can use this plugin." msgstr "" -#: plugins/check_snmp.c:874 +#: plugins/check_snmp.c:879 msgid "" "- Multiple OIDs may be indicated by a comma- or space-delimited list (lists " "with" msgstr "" -#: plugins/check_snmp.c:875 +#: plugins/check_snmp.c:880 msgid "internal spaces must be quoted) [max 8 OIDs]" msgstr "" -#: plugins/check_snmp.c:879 +#: plugins/check_snmp.c:884 msgid "" "- When checking multiple OIDs, separate ranges by commas like '-w " "1:10,1:,:20'" msgstr "" -#: plugins/check_snmp.c:880 +#: plugins/check_snmp.c:885 msgid "- Note that only one string and one regex may be checked at present" msgstr "" -#: plugins/check_snmp.c:881 +#: plugins/check_snmp.c:886 msgid "" "- All evaluation methods other than PR, STR, and SUBSTR expect that the value" msgstr "" -#: plugins/check_snmp.c:882 +#: plugins/check_snmp.c:887 msgid "returned from the SNMP query is an unsigned integer." msgstr "" diff --git a/release b/release index f3e3432..323afbc 100644 --- a/release +++ b/release @@ -1 +1 @@ -trunk-200906171200 +1.4.14 diff --git a/tap/Makefile.in b/tap/Makefile.in index 32884c6..cd57a92 100644 --- a/tap/Makefile.in +++ b/tap/Makefile.in @@ -1,8 +1,8 @@ -# Makefile.in generated by automake 1.9.6 from Makefile.am. +# Makefile.in generated by automake 1.10 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005 Free Software Foundation, Inc. +# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # This Makefile.in 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. @@ -18,13 +18,10 @@ # SUBDIRS = tests -srcdir = @srcdir@ -top_srcdir = @top_srcdir@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ -top_builddir = .. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c @@ -125,17 +122,18 @@ am__libtap_la_SOURCES_DIST = tap.c tap.h @USE_LIBTAP_LOCAL_TRUE@am_libtap_la_OBJECTS = tap.lo libtap_la_OBJECTS = $(am_libtap_la_OBJECTS) @USE_LIBTAP_LOCAL_TRUE@am_libtap_la_rpath = -DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) +DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@ depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp am__depfiles_maybe = depfiles COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \ - $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ - $(AM_CFLAGS) $(CFLAGS) +LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) -LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ +LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ + --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ + $(LDFLAGS) -o $@ SOURCES = $(libtap_la_SOURCES) DIST_SOURCES = $(am__libtap_la_SOURCES_DIST) am__include_HEADERS_DIST = tap.h @@ -151,12 +149,9 @@ HEADERS = $(include_HEADERS) ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -INSTALL = @INSTALL@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ ALLOCA_H = @ALLOCA_H@ -AMDEP_FALSE = @AMDEP_FALSE@ -AMDEP_TRUE = @AMDEP_TRUE@ AMTAR = @AMTAR@ APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ AR = @AR@ @@ -211,8 +206,6 @@ GETLOADAVG_LIBS = @GETLOADAVG_LIBS@ GETOPT_H = @GETOPT_H@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GLIBC21 = @GLIBC21@ -GL_COND_LIBTOOL_FALSE = @GL_COND_LIBTOOL_FALSE@ -GL_COND_LIBTOOL_TRUE = @GL_COND_LIBTOOL_TRUE@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNULIB_ACCEPT = @GNULIB_ACCEPT@ @@ -493,6 +486,7 @@ HOSTENT_LIB = @HOSTENT_LIB@ HOSTNAME = @HOSTNAME@ INCLUDE_NEXT = @INCLUDE_NEXT@ INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ +INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ @@ -523,6 +517,7 @@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ MATHLIBS = @MATHLIBS@ +MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ @@ -593,8 +588,6 @@ PYTHON = @PYTHON@ RADIUSLIBS = @RADIUSLIBS@ RANLIB = @RANLIB@ RELEASE = @RELEASE@ -RELEASE_PRESENT_FALSE = @RELEASE_PRESENT_FALSE@ -RELEASE_PRESENT_TRUE = @RELEASE_PRESENT_TRUE@ REPLACE_BTOWC = @REPLACE_BTOWC@ REPLACE_CEILF = @REPLACE_CEILF@ REPLACE_CEILL = @REPLACE_CEILL@ @@ -691,11 +684,7 @@ SYS_SOCKET_H = @SYS_SOCKET_H@ SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@ TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ -USE_LIBTAP_LOCAL_FALSE = @USE_LIBTAP_LOCAL_FALSE@ -USE_LIBTAP_LOCAL_TRUE = @USE_LIBTAP_LOCAL_TRUE@ USE_NLS = @USE_NLS@ -USE_PARSE_INI_FALSE = @USE_PARSE_INI_FALSE@ -USE_PARSE_INI_TRUE = @USE_PARSE_INI_TRUE@ VERSION = @VERSION@ VOID_UNSETENV = @VOID_UNSETENV@ WARRANTY = @WARRANTY@ @@ -706,13 +695,13 @@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_F77 = @ac_ct_F77@ -am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ -am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ -am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ @@ -724,6 +713,7 @@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ +builddir = @builddir@ check_tcp_ssl = @check_tcp_ssl@ datadir = @datadir@ datarootdir = @datarootdir@ @@ -757,8 +747,11 @@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ with_trusted_path = @with_trusted_path@ @USE_LIBTAP_LOCAL_TRUE@noinst_LTLIBRARIES = libtap.la @USE_LIBTAP_LOCAL_TRUE@libtap_la_SOURCES = tap.c tap.h @@ -806,7 +799,7 @@ clean-noinstLTLIBRARIES: rm -f "$${dir}/so_locations"; \ done libtap.la: $(libtap_la_OBJECTS) $(libtap_la_DEPENDENCIES) - $(LINK) $(am_libtap_la_rpath) $(libtap_la_LDFLAGS) $(libtap_la_OBJECTS) $(libtap_la_LIBADD) $(LIBS) + $(LINK) $(am_libtap_la_rpath) $(libtap_la_OBJECTS) $(libtap_la_LIBADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) @@ -817,22 +810,22 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tap.Plo@am__quote@ .c.o: -@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c $< .c.obj: -@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: -@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi +@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< @@ -842,13 +835,9 @@ mostlyclean-libtool: clean-libtool: -rm -rf .libs _libs - -distclean-libtool: - -rm -f libtool -uninstall-info-am: install-includeHEADERS: $(include_HEADERS) @$(NORMAL_INSTALL) - test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)" + test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)" @list='$(include_HEADERS)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ @@ -913,22 +902,21 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ - list='$(DISTFILES)'; for file in $$list; do \ - case $$file in \ - $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ - $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ - esac; \ + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test "$$dir" != "$$file" && test "$$dir" != "."; then \ - dir="/$$dir"; \ - $(mkdir_p) "$(distdir)$$dir"; \ - else \ - dir=''; \ - fi; \ if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ fi; \ @@ -944,7 +932,7 @@ check: check-am all-am: Makefile $(LTLIBRARIES) $(HEADERS) installdirs: for dir in "$(DESTDIR)$(includedir)"; do \ - test -z "$$dir" || $(mkdir_p) "$$dir"; \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am @@ -979,7 +967,7 @@ distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ - distclean-libtool distclean-tags + distclean-tags dvi: dvi-am @@ -993,12 +981,20 @@ info-am: install-data-am: install-includeHEADERS +install-dvi: install-dvi-am + install-exec-am: +install-html: install-html-am + install-info: install-info-am install-man: +install-pdf: install-pdf-am + +install-ps: install-ps-am + installcheck-am: maintainer-clean: maintainer-clean-am @@ -1019,20 +1015,23 @@ ps: ps-am ps-am: -uninstall-am: uninstall-includeHEADERS uninstall-info-am +uninstall-am: uninstall-includeHEADERS + +.MAKE: install-am install-strip .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ clean-libtool clean-noinstLTLIBRARIES ctags distclean \ distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am install-exec \ - install-exec-am install-includeHEADERS install-info \ - install-info-am install-man install-strip installcheck \ + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-includeHEADERS install-info \ + install-info-am install-man install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - tags uninstall uninstall-am uninstall-includeHEADERS \ - uninstall-info-am + tags uninstall uninstall-am uninstall-includeHEADERS # see top comment