Code

check_disk -C is more flexible now. See np-devel post (2007-02-10)
[nagiosplug.git] / ChangeLog
1 2007-03-29 11:25  tonvoon
3         * plugins/check_ntp.c: Adding help text for jitter flags
5 2007-03-27 07:53  dermoth
7         * THANKS.in, plugins-root/check_icmp.c: Fix bug #1494629 -
8           check_icmp fails after some time on FreeBSD
10 2007-03-25 14:55  tonvoon
12         * configure.in, NEWS: Reinstate --with-nagios-user/group and new
13           --without-group-permissions ./configure options
15 2007-03-22 17:54  hweiss
17         * THANKS.in, plugins/common.h: Increase MAX_INPUT_BUFFER from 1k to
18           8k in order to increase I/O performance (Stefan Meier)
20 2007-03-16 12:11  gonzai
22         * plugins-scripts/check_ifoperstatus.pl: Fix bogus 'eq (  ||  )'
23           constructions in check_ifoperstatus.pl.
25 2007-03-12 10:51  tonvoon
27         * NEWS, plugins/check_ping.c, plugins/t/check_ping.t: check_ping's
28           timeout interval is only +1 if ping command has a timeout value.
29           Tests updated to check for 100% packet loss (always if ping has
30           timeout), otherwise will check for "timed out" string
32 2007-03-11 02:27  tonvoon
34         * plugins/t/check_ping.t: Converted check_ping.t to new-style
35           testcases. Added test case for check_icmp - requires sudo access
37 2007-03-11 01:57  tonvoon
39         * plugins/check_ping.c: Fixed some help display. Removed -L from
40           usage as deprecated option
42 2007-03-08 09:09  dermoth
44         * NEWS, THANKS.in, plugins-root/check_icmp.c: New switch to
45           check_icmp to set the minimum required hosts for success.
47 2007-03-08 06:12  dermoth
49         * config_test/child_test.c: Ficing C++ style comments
51 2007-03-08 06:09  dermoth
53         * plugins-root/check_icmp.c: Fixed C++ style comments, but I don't
54           get why those lines were originally commented out.
56 2007-03-06 22:45  tonvoon
58         * plugins/check_http.c: Fix option handling (Nobuhiro Ban -
59           1657280)
61 2007-03-06 22:29  tonvoon
63         * plugins/check_smtp.c: Fixed compile errors in check_smtp.c
65 2007-03-06 22:17  tonvoon
67         * NEWS, THANKS.in, plugins/check_smtp.c: Fixed broken HELO cmd
68           (Enrico Scholz - 1675279)
70 2007-03-06 17:29  tonvoon
72         * NEWS, configure.in, plugins/check_procs.c: Use /usr/ucb/ps on
73           Solaris in preference to pst3 (problems in 64bit mode)
75 2007-03-06 17:26  tonvoon
77         * plugins/t/check_disk.t: Test failure if a filesystem which is a
78           subset of another fails the inode check (Matthias Elbe - 1660953)
80 2007-03-06 14:18  tonvoon
82         * NEWS, configure.in: Detect if check_mysql compile will work at
83           ./configure time, due to some Redhat systems distributing
84           mysql_config, but not the include files
86 2007-03-06 11:03  tonvoon
88         * configure.in: Clearer message when --with-nagios-user is used for
89           ./configure
91 2007-03-06 10:48  tonvoon
93         * FAQ, INSTALLING, NEWS, README, plugins-root/Makefile.am: Root
94           plugins installed with world executable permissions. Removed
95           references to --with-nagios-user and --with-nagios-group in
96           README
98 2007-03-02 01:38  egalstad
100         * plugins/check_mrtgtraf.c: Fix for broken check_mrtgtraf
102 2007-02-24 01:03  dermoth
104         * doc/makefile: Fix the makefile ('[[' is bash-specific, 'rm -f'
105           don't remove directories)
107 2007-02-14 20:56  tonvoon
109         * NEWS, contrib/check_sybase: check_sybase now maintained in
110           NagiosExchange
112 2007-02-14 20:52  tonvoon
114         * plugins/check_disk.c: Fixed typo in help for -M
116 2007-02-14 10:11  tonvoon
118         * plugins/: check_tcp.c, t/check_tcp.t: Documentation fix re:
119           --escape flag. Fix of ./check_tcp test to webservers to make it
120           more standards compliant
122 2007-02-09 14:35  tonvoon
124         * NEWS, THANKS.in, po/.cvsignore, po/Makefile.in.in: Fixed
125           MKINSTALLDIRS problem on some systems - Lars Stavholm
127 2007-02-07 14:46  tonvoon
129         * lib/: Makefile.config-opts, parse_ini.c,
130           tests/Makefile.config-opts, tests/config-tiny.ini,
131           tests/plugin.ini, tests/test_ini.c: Added test files to test the
132           parse_ini.c routines. Requires libtap
134 2007-02-07 14:06  hweiss
136         * plugins/check_swap.c: Include <sys/param.h> before <sys/swap.h>
137           in order to fix compilation on OpenBSD (nsturm - 1653934)
139 2007-02-06 23:30  dermoth
141         * plugins/check_tcp.c: Correct vim typo in comment block :P
143 2007-02-06 21:03  opensides
145         * plugins/check_disk.c, plugins/check_http.c,
146           plugins/check_ide_smart.c, plugins/check_mrtg.c,
147           plugins/check_mrtgtraf.c, plugins/check_overcr.c,
148           plugins/check_smtp.c, plugins/check_tcp.c, po/de.po, po/fr.po,
149           po/nagios-plugins.pot:
150           correcting some translation problems
152 2007-02-06 19:33  seanius
154         * lib/: parse_ini.c, parse_ini.h: initial version of ini file
155           parsing routines in C
157 2007-02-06 18:34  opensides
159         * po/Makevars:
160           adding PACKAGE_BUGREPORT to fix Report-Msgid-Bugs-To:
162 2007-02-05 13:51  tonvoon
164         * AUTHORS, doc/RELEASING: Update list of team members. More notes
165           on new releases
167 2007-02-05 13:13  tonvoon
169         * BUGS, NEWS, ChangeLog, configure.in, package.def: For 1.4.6
170           release
172 2007-02-02 09:10  dermoth
174         * plugins/check_snmp.c: Fix parsing of multiple OIDs sets needmibs
175           = TRUE
177 2007-02-01 06:53  dermoth
179         * plugins/: check_tcp.c, t/check_jabber.t: Fix progname being
180           partly set to upper case Change formating of invalid hostname
181           output
183 2007-02-01 05:37  dermoth
185         * NEWS: Adding NEWS entry for check_jabber
187 2007-02-01 05:33  dermoth
189         * plugins-scripts/check_log.sh: Fix bug #1593073 Check_Log problem
190           with log rotation
192 2007-01-31 22:50  tonvoon
194         * plugins/t/check_jabber.t: Converted to new style object and
195           Test::More testing. Skipped jabber server tests if not defined
197 2007-01-31 06:18  dermoth
199         * plugins/t/check_jabber.t: Add check_jabber test. Will ask for a
200           jabber host (default should be OK)
202 2007-01-31 04:47  dermoth
204         * plugins/check_tcp.c: Fix Debian Bug #392610: check_jabber always
205           return warning
207 2007-01-30 14:24  dermoth
209         * plugins/check_tcp.c: Jail does not requires any arguments
211 2007-01-30 09:56  tonvoon
213         * config.rpath: make dist failing without config.rpath in top
214           level. File copied from build-aux/
216 2007-01-30 05:01  dermoth
218         * plugins/: check_tcp.c, t/check_tcp.t: Fix reporting bug using
219           expect, affecting (not fixing) Debian bug #392610: check_jabber
220           always return warning
222 2007-01-30 02:22  hweiss
224         * configure.in: grep(1) "-q" isn't portable (e.g., it won't work on
225           Solaris 8), redirect output to /dev/null instead.
227 2007-01-29 14:14  dermoth
229         * plugins/: check_disk.c, t/check_disk.t: Revert 1643463 (reversed
230           disk thresholds) keeping the thresholds checks.
232 2007-01-29 12:13  hweiss
234         * configure.in: Automake 1.10 says: "compiling `test_disk.c' with
235           per-target flags requires `AM_PROG_CC_C_O' in `configure.in'".
237 2007-01-29 10:06  tonvoon
239         * config.rpath, build-aux/config.rpath: Move config.rpath into
240           build-aux for automake 1.10
242 2007-01-28 22:00  hweiss
244         * INSTALLING: Remove description of deprecated ./configure
245           --with-nagios-{user,group} options.
247 2007-01-28 21:46  hweiss
249         * plugins/check_apt.c, plugins/check_by_ssh.c, plugins/check_dig.c,
250           plugins/check_dns.c, plugins/check_fping.c, plugins/check_game.c,
251           plugins/check_hpjd.c, plugins/check_http.c,
252           plugins/check_ide_smart.c, plugins/check_ldap.c,
253           plugins/check_load.c, plugins/check_mrtg.c,
254           plugins/check_mrtgtraf.c, plugins/check_mysql.c,
255           plugins/check_mysql_query.c, plugins/check_nagios.c,
256           plugins/check_nt.c, plugins/check_ntp.c, plugins/check_nwstat.c,
257           plugins/check_overcr.c, plugins/check_pgsql.c,
258           plugins/check_ping.c, plugins/check_procs.c,
259           plugins/check_radius.c, plugins/check_real.c,
260           plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_ssh.c,
261           plugins/check_swap.c, plugins/check_tcp.c, plugins/check_time.c,
262           plugins/check_ups.c, plugins/check_users.c, plugins/negate.c,
263           plugins/urlize.c, plugins/utils.c, plugins/utils.h,
264           plugins-root/check_dhcp.c: Don't try to print `optarg' (which
265           will be a NULL pointer) if an unknown command line option was
266           used, as this leads to a segfault on some systems.  The unknown
267           option will be printed by getopt(3) anyway.  So, simply call
268           print_usage() and exit UNKNOWN via the new usage5() instead.
270 2007-01-27 21:49  dermoth
272         * plugins/: check_disk.c, t/check_disk.t: Fix #1643463:
273           Miscalculating thresholds check_disk
275 2007-01-27 17:49  hweiss
277         * lib/utils_base.c: Change the variable names `true' and `false'
278           (which are keywords in C99) to `yes' and `no'.  Fixes compilation
279           when using SGI's MIPSpro c99(1).
281 2007-01-27 17:42  hweiss
283         * plugins/common.h: Include GNULib's "dirname.h" in order to pull
284           in the base_name() prototype, fixes compilation of check_procs
285           using SGI's MIPSpro C.
287 2007-01-27 16:56  hweiss
289         * ACKNOWLEDGEMENTS, NEWS: Fix typos.
291 2007-01-27 16:51  hweiss
293         * NEWS: Added "-o,--ssh-option=OPTION" which hands "-o OPTION" over
294           to ssh(1) and "-q,--quiet" which tells ssh(1) to suppress
295           warnings (Gerhard Lausser - 1472491)
297 2007-01-27 16:37  hweiss
299         * plugins-root/check_dhcp.c: Include <sys/param.h> which is a
300           prerequisite for <sys/sysctl.h> on NetBSD and OpenBSD (at least).
302 2007-01-25 00:58  tonvoon
304         * Makefile.am, README, configure.in, doc/RELEASING: Update
305           references to NEWS instead of CHANGES. Fix compile of libtap test
306           programs
308 2007-01-25 00:26  tonvoon
310         * config.guess, config.sub, configure.in, ltmain.sh,
311           build-aux/.cvsignore, build-aux/ltmain.sh: Use build-aux
312           directory. Removed unnecessary checks in configure.in.  Keeping
313           libtool to link to libtap - can't find a suitable replacement
314           method
316 2007-01-24 23:18  tonvoon
318         * ACKNOWLEDGEMENTS, CHANGES, NEWS, config.rpath, configure.in,
319           doc/developer-guidelines.sgml, gl/.cvsignore,
320           plugins/Makefile.am, plugins/check_procs.c, po/POTFILES.in:
321           Various cleanups in the syncing with gnulib
323 2007-01-24 22:46  tonvoon
325         * Makefile.am, NEWS, config.rpath, configure.in,
326           doc/developer-guidelines.sgml, gl/Makefile.am, gl/alloca.c,
327           gl/alloca_.h, gl/asnprintf.c, gl/asprintf.c, gl/basename.c,
328           gl/c-strtod.c, gl/c-strtod.h, gl/cloexec.c, gl/cloexec.h,
329           gl/creat-safer.c, gl/dirname.c, gl/dirname.h, gl/dup-safer.c,
330           gl/error.c, gl/error.h, gl/exit.h, gl/exitfail.c, gl/exitfail.h,
331           gl/fcntl--.h, gl/fcntl-safer.h, gl/fd-safer.c, gl/fsusage.c,
332           gl/fsusage.h, gl/full-read.c, gl/full-read.h, gl/full-write.c,
333           gl/full-write.h, gl/gai_strerror.c, gl/getaddrinfo.c,
334           gl/getaddrinfo.h, gl/gethostname.c, gl/getloadavg.c, gl/getopt.c,
335           gl/getopt1.c, gl/getopt_.h, gl/getopt_int.h, gl/gettext.h,
336           gl/inet_ntop.c, gl/inet_ntop.h, gl/intprops.h, gl/malloc.c,
337           gl/mbchar.c, gl/mbchar.h, gl/mbuiter.h, gl/memchr.c, gl/minmax.h,
338           gl/mountlist.c, gl/mountlist.h, gl/open-safer.c, gl/pipe-safer.c,
339           gl/printf-args.c, gl/printf-args.h, gl/printf-parse.c,
340           gl/printf-parse.h, gl/regcomp.c, gl/regex.c, gl/regex.h,
341           gl/regex_internal.c, gl/regex_internal.h, gl/regexec.c,
342           gl/safe-read.c, gl/safe-read.h, gl/safe-write.c, gl/safe-write.h,
343           gl/size_max.h, gl/snprintf.c, gl/snprintf.h, gl/socket_.h,
344           gl/stdbool_.h, gl/stdint_.h, gl/strcase.h, gl/strcasecmp.c,
345           gl/strdup.c, gl/strdup.h, gl/stripslash.c, gl/strncasecmp.c,
346           gl/strndup.c, gl/strndup.h, gl/strnlen.c, gl/strnlen.h,
347           gl/strnlen1.c, gl/strnlen1.h, gl/unistd--.h, gl/unistd-safer.h,
348           gl/unistd_.h, gl/vasnprintf.c, gl/vasnprintf.h, gl/vasprintf.c,
349           gl/vasprintf.h, gl/vsnprintf.c, gl/vsnprintf.h, gl/wchar_.h,
350           gl/wctype_.h, gl/wcwidth.h, gl/xalloc-die.c, gl/xalloc.h,
351           gl/xmalloc.c, gl/xsize.h, gl/xstrndup.c, gl/xstrndup.h,
352           gl/m4/absolute-header.m4, gl/m4/alloca.m4, gl/m4/arpa_inet_h.m4,
353           gl/m4/c-strtod.m4, gl/m4/cloexec.m4, gl/m4/codeset.m4,
354           gl/m4/dirname.m4, gl/m4/dos.m4, gl/m4/double-slash-root.m4,
355           gl/m4/eoverflow.m4, gl/m4/error.m4, gl/m4/exitfail.m4,
356           gl/m4/extensions.m4, gl/m4/fcntl-safer.m4, gl/m4/fstypename.m4,
357           gl/m4/fsusage.m4, gl/m4/getaddrinfo.m4, gl/m4/gethostname.m4,
358           gl/m4/getloadavg.m4, gl/m4/getopt.m4, gl/m4/gettext.m4,
359           gl/m4/glibc2.m4, gl/m4/glibc21.m4, gl/m4/gnulib-cache.m4,
360           gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4,
361           gl/m4/gnulib-tool.m4, gl/m4/iconv.m4, gl/m4/inet_ntop.m4,
362           gl/m4/inline.m4, gl/m4/intdiv0.m4, gl/m4/intl.m4,
363           gl/m4/intldir.m4, gl/m4/intmax.m4, gl/m4/intmax_t.m4,
364           gl/m4/inttypes-pri.m4, gl/m4/inttypes_h.m4, gl/m4/lcmessage.m4,
365           gl/m4/lib-ld.m4, gl/m4/lib-link.m4, gl/m4/lib-prefix.m4,
366           gl/m4/lock.m4, gl/m4/longdouble.m4, gl/m4/longlong.m4,
367           gl/m4/ls-mntd-fs.m4, gl/m4/mbchar.m4, gl/m4/mbiter.m4,
368           gl/m4/mbrtowc.m4, gl/m4/memchr.m4, gl/m4/minmax.m4,
369           gl/m4/mountlist.m4, gl/m4/netinet_in_h.m4, gl/m4/nls.m4,
370           gl/m4/onceonly_2_57.m4, gl/m4/po.m4, gl/m4/printf-posix.m4,
371           gl/m4/progtest.m4, gl/m4/regex.m4, gl/m4/safe-read.m4,
372           gl/m4/safe-write.m4, gl/m4/size_max.m4, gl/m4/snprintf.m4,
373           gl/m4/socklen.m4, gl/m4/sockpfaf.m4, gl/m4/ssize_t.m4,
374           gl/m4/stdbool.m4, gl/m4/stdint.m4, gl/m4/stdint_h.m4,
375           gl/m4/strcase.m4, gl/m4/strdup.m4, gl/m4/strndup.m4,
376           gl/m4/strnlen.m4, gl/m4/sys_socket_h.m4, gl/m4/uintmax_t.m4,
377           gl/m4/ulonglong.m4, gl/m4/unistd-safer.m4, gl/m4/unistd_h.m4,
378           gl/m4/vasnprintf.m4, gl/m4/vasprintf.m4, gl/m4/visibility.m4,
379           gl/m4/vsnprintf.m4, gl/m4/wchar.m4, gl/m4/wchar_t.m4,
380           gl/m4/wctype.m4, gl/m4/wcwidth.m4, gl/m4/wint_t.m4,
381           gl/m4/xalloc.m4, gl/m4/xsize.m4, gl/m4/xstrndup.m4,
382           lib/Makefile.am, lib/alloca.c, lib/alloca_.h, lib/basename.c,
383           lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cloexec.c,
384           lib/cloexec.h, lib/creat-safer.c, lib/dirname.h, lib/dup-safer.c,
385           lib/error.c, lib/error.h, lib/exit.h, lib/exitfail.c,
386           lib/exitfail.h, lib/fcntl--.h, lib/fcntl-safer.h, lib/fd-safer.c,
387           lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
388           lib/full-write.c, lib/full-write.h, lib/getloadavg.c,
389           lib/getopt.c, lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h,
390           lib/gettext.h, lib/intprops.h, lib/malloc.c, lib/mountlist.c,
391           lib/mountlist.h, lib/open-safer.c, lib/pipe-safer.c,
392           lib/realloc.c, lib/regcomp.c, lib/regex.c, lib/regex.h,
393           lib/regex_internal.c, lib/regex_internal.h, lib/regexec.c,
394           lib/safe-read.c, lib/safe-read.h, lib/safe-write.c,
395           lib/safe-write.h, lib/snprintf.c, lib/stdbool_.h, lib/strcase.h,
396           lib/strtod.c, lib/unistd--.h, lib/unistd-safer.h,
397           lib/unlocked-io.h, lib/xalloc-die.c, lib/xalloc.h, lib/xmalloc.c,
398           lib/xstrdup.c, lib/tests/Makefile.am, m4/Makefile.am.in,
399           m4/afs.m4, m4/alloca.m4, m4/basename.m4, m4/c-strtod.m4,
400           m4/codeset.m4, m4/dos.m4, m4/error.m4, m4/exitfail.m4,
401           m4/extensions.m4, m4/fcntl-safer.m4, m4/fstypename.m4,
402           m4/fsusage.m4, m4/getopt.m4, m4/gettext.m4, m4/glibc21.m4,
403           m4/iconv.m4, m4/inttypes-pri.m4, m4/inttypes.m4,
404           m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4,
405           m4/longdouble.m4, m4/longlong.m4, m4/ls-mntd-fs.m4,
406           m4/mountlist.m4, m4/nls.m4, m4/np_coreutils.m4, m4/np_curl.m4,
407           m4/onceonly_2_57.m4, m4/po.m4, m4/progtest.m4, m4/regex.m4,
408           m4/restrict.m4, m4/signed.m4, m4/stdbool.m4, m4/stdint_h.m4,
409           m4/uintmax_t.m4, m4/ulonglong.m4, m4/unistd-safer.m4,
410           m4/unlocked-io.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xalloc.m4,
411           plugins/Makefile.am, plugins/check_smtp.c, plugins/common.h,
412           plugins/getaddrinfo.c, plugins/getaddrinfo.h,
413           plugins/gethostbyname.c, plugins/gethostbyname.h,
414           plugins/netutils.h, plugins-root/Makefile.am, tools/setup,
415           tools/update_coreutils: Sync with gnulib - lots of extraneous
416           code removed in preference to GNU code
418 2007-01-23 18:34  hweiss
420         * THANKS.in, plugins/check_ssh.c: Support `check_ssh
421           --hostname=ADDRESS' (but keep `--host=ADDRESS' for backward
422           compatibility) (Ville Mattila - 1642780)
424 2007-01-23 18:20  hweiss
426         * REQUIREMENTS: Location updates
428 2007-01-23 17:20  hweiss
430         * plugins/check_tcp.c: Add missing `break' to the switch-case block
431           that handles the `-m' option (Nobuhiro Ban - 1642682)
433 2007-01-23 16:42  hweiss
435         * THANKS.in, plugins/check_radius.c: Initialize `data' to zero,
436           fixes potential segfault (Nobuhiro Ban - 1642658)
438 2007-01-23 14:39  hweiss
440         * lib/mountlist.c: Add support for statvfs(2) which is needed in
441           order to compile the plugins on NetBSD 3.0 and newer.  The
442           current coreutils release supports statvfs(2), so this patch
443           won't be needed anymore when updating the coreutils files.
445 2007-01-22 04:05  hweiss
447         * plugins/check_by_ssh.c: Added "-o,--ssh-option=OPTION" which
448           hands "-o OPTION" over to ssh(1) and "-q,--quiet" which tells
449           ssh(1) to suppress warnings (Gerhard Lausser - 1472491)
451 2007-01-20 20:45  tonvoon
453         * doc/developer-guidelines.sgml: Updated policy on contributed
454           plugins
456 2007-01-20 20:06  tonvoon
458         * doc/: LEAVERS, NEW_STARTERS, RELEASING: Administrative notes
460 2007-01-20 10:59  seanius
462         * plugins/check_ntp.c: compilation fixes for check_ntp.c: -
463           check_ntp.c:290: warning: overflow in implicit constant
464           conversion   fixed with an explicit cast to int8_t.  -
465           check_ntp.c:544: warning: pointer of type ā€˜void *ā€™ used in
466           arithmetic   fixed by casting to ptrdiff_t before arithmetic and
467           (void*) afterwards - in TVtoNTP64, cast arithmetic result passed
468           to R32 as uint64_t.
470 2007-01-20 07:18  dermoth
472         * plugins/: check_http.c, check_ldap.c: Fix bug #1632091: printf
473           format string typos. Add some more cosmetic changes.
475 2007-01-20 06:27  dermoth
477         * plugins-root/check_icmp.c: Fix bug #1632078: critical threshold %
478           incorrectly displayed by check_icmp
480 2007-01-20 06:07  dermoth
482         * CHANGES, THANKS.in, plugins/netutils.c: Fix bug #1632072 pointer
483           error in plugins/netutils.c. Add changelog entry for previous
484           commit.
486 2007-01-17 05:28  dermoth
488         * THANKS.in, plugins/check_procs.c: Fix bug #1630970 Fix for buffer
489           overflow of check_procs procprog string
491 2007-01-08 11:05  tonvoon
493         * CHANGES, THANKS.in, plugins/t/check_disk.t: Added notes about
494           check_disk perf data fix. Added test to check perf data is same
495           when mount points reversed
497 2007-01-07 07:14  dermoth
499         * plugins/check_disk.c: Fix bug #1627970: check_disk performance
500           output for more then one partition
502 2007-01-06 06:41  dermoth
504         * plugins/check_ping.c: Fix bug #1629008: check_ping fails to
505           handle Packet filtered error
507 2007-01-06 06:33  dermoth
509         * plugins/check_ping.c: Revert last patch: it works but not really
510           for the reason I though.
512 2007-01-06 04:52  dermoth
514         * plugins/check_ping.c: Fix the way check_ping calculate the
515           maximum run time
517 2007-01-04 11:51  dermoth
519         * plugins/check_real.c: Fix bug #1574863: check_real does not
520           accept the '-v' option
522 2007-01-04 11:35  dermoth
524         * plugins/check_ping.c: Fix bug #1592605: check_ping times out
526 2007-01-04 11:18  dermoth
528         * tools/: README, distclean: Adding my distclean script
530 2006-12-23 18:59  dermoth
532         * plugins/t/check_snmp.t: Regexps in check_snmp tests fails where
533           they shouldn't.
535 2006-12-21 05:25  dermoth
537         * NPTest.pm: - Fixing small error (wrong file name) in NPTest.pm
538           documentation.
540 2006-12-20 22:33  tonvoon
542         * CHANGES, THANKS.in, plugins/check_http.c, plugins/t/check_http.t:
543           Removed unused timestamp variable (Matthias Eble) Fixed
544           redirection test. Added extra tests for funny syntax when
545           checking certificates, updated help for more common syntax
547 2006-12-20 19:25  tonvoon
549         * lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c,
550           plugins/t/check_disk.t: Fixed inode thresholds, regressed from
551           previous release
553 2006-12-20 11:32  opensides
555         * po/: de.po, fr.po, nagios-plugins.pot:
556           updated the nagios-pulgins.pot files now that localization is
557           clean first pass at updating the french locale
559 2006-12-12 12:59  tonvoon
561         * plugins-scripts/t/utils.t: Enhanced test for single letters in
562           fqdn
564 2006-12-12 08:56  tonvoon
566         * plugins-scripts/utils.pm.in: Allow single characters in fqdn
567           (Dave Alden)
569 2006-12-07 22:38  tonvoon
571         * CHANGES, THANKS.in, configure.in: Fixed HP/UX's swapinfo command
572           for check_procs (Dick van den Burg - 1573700)
574 2006-12-07 16:07  tonvoon
576         * THANKS.in, plugins/check_disk.c, plugins/check_swap.c,
577           plugins/common.h, plugins/netutils.h: Fix coredump on 64bit
578           Solaris. Also adds more error conditions and moves swap specific
579           includes out of common.h (Duncan Ferguson - 1588031)
581 2006-12-06 20:34  tonvoon
583         * plugins/Makefile.am: Move SSL libs to correct order per plugin
585 2006-12-06 17:36  tonvoon
587         * plugins/Makefile.am: Only include -lssl for plugins that require
588           it
590 2006-12-06 17:00  tonvoon
592         * configure.in: Flag common compile error because of no ar on
593           Solaris
595 2006-12-06 15:58  tonvoon
597         * Makefile.am: Remove CVS files from distribution
599 2006-12-06 15:53  tonvoon
601         * doc/developer-guidelines.sgml: Add libtool requirement for
602           development
604 2006-11-09 11:44  tonvoon
606         * CHANGES, THANKS.in, plugins/check_ping.c, plugins/netutils.c:
607           Reduced DNS lookups in check_ping and netutils.c in IPv6
608           configurations (Pawel Malachowski)
610 2006-11-03 15:40  tonvoon
612         * lib/: Makefile.am, alloca.c, alloca_.h: Add alloca files,
613           required for *BSD
615 2006-11-01 21:15  tonvoon
617         * ChangeLog, configure.in, package.def: For 1.4.5 release
619 2006-10-27 16:37  tonvoon
621         * plugins-scripts/: utils.pm.in, t/utils.t: More edge testcases.
622           Allow anything if ends with a . as long as correct characters
624 2006-10-26 22:32  tonvoon
626         * NPTest.pm: New test variables default to "none", so no changes
627           required to tinderbox satelites
629 2006-10-26 22:10  tonvoon
631         * THANKS.in, plugins-scripts/check_oracle.sh: Fixed error if
632           dba_free_space has no free segments (Florian Gleixner)
634 2006-10-26 22:02  tonvoon
636         * plugins-scripts/: Makefile.am, utils.pm.in, t/utils.t: Fixed
637           regression where hostnames with hyphens were rejected (1581402 -
638           Holger Weiss)
640 2006-10-26 21:56  tonvoon
642         * contrib/tarballs/check_traffic-0.90b.tar.gz: Removing unnecessary
643           tarball
645 2006-10-26 21:51  tonvoon
647         * THANKS.in, plugins/check_disk.c, plugins/check_http.c: Remove C
648           style comments (1583467 - Markus Baertschi)
650 2006-10-24 22:54  opensides
652         * plugins-root/check_icmp.c:
653           more fixes and removal of certain sentences not needed
655 2006-10-24 22:48  opensides
657         * plugins/check_nt.c, plugins-root/check_icmp.c:
658           last localization fixes for core plugins in c
660 2006-10-24 22:01  opensides
662         * plugins/check_nt.c:
663           next round of localization fixes
665 2006-10-24 10:48  tonvoon
667         * plugins-root/: Makefile.am, check_icmp.c: Fixed compile on
668           non-glibc platforms
670 2006-10-24 09:34  tonvoon
672         * plugins/check_http.c: Restored accidently regressed fix
674 2006-10-23 22:47  opensides
676         * plugins/check_http.c:
677           localization fixes
679 2006-10-23 01:02  opensides
681         * plugins-root/check_icmp.c:
682           first pass a making check icmp respecting nagiosplugins rules
684 2006-10-22 23:34  opensides
686         * plugins/check_nt.c:
687           latest localization fixes for tonight ;-)
689 2006-10-22 23:24  opensides
691         * plugins/check_ldap.c:
692            localization fixes
694 2006-10-22 23:14  opensides
696         * plugins-root/check_icmp.c:
697           putting default template for copyright and explanations
699 2006-10-22 23:07  opensides
701         * plugins-root/check_icmp.c:
702           revert mistake when commiting fixes
704 2006-10-22 23:03  opensides
706         * plugins/check_apt.c, plugins/check_procs.c,
707           plugins-root/check_icmp.c:
708           more localization fixes
710 2006-10-20 08:53  tonvoon
712         * plugins/check_snmp.c: Reverting back accidently regressed code
714 2006-10-20 08:39  opensides
716         * plugins/check_mrtg.c:
717           more localization fixes
719 2006-10-20 07:24  opensides
721         * plugins/check_apt.c, plugins-root/check_dhcp.c:
722           localization updates
724 2006-10-20 00:56  opensides
726         * plugins/check_snmp.c:
727           adding missing check_snmp
729 2006-10-20 00:53  opensides
731         * plugins/: check_radius.c, check_real.c, check_smtp.c,
732           check_ssh.c, check_swap.c, check_tcp.c, check_time.c,
733           check_ups.c, check_users.c, negate.c, urlize.c:
734           another round of localization cleaning
736 2006-10-19 21:04  tonvoon
738         * BUGS, ChangeLog, configure.in, package.def: For 1.4.4 release
740 2006-10-19 20:52  tonvoon
742         * CHANGES: Added info re: 1.4.4 in prep for release
744 2006-10-19 20:36  tonvoon
746         * THANKS.in, plugins/check_snmp.c: Initialise strings for Fedora
747           Core 5 (Henning Schmiedehausen)
749 2006-10-19 20:25  tonvoon
751         * THANKS.in, plugins/check_snmp.c: Removed asprintf for perf data
752           (Craig Orsinger, Robby Giffin - 1310495)
754 2006-10-19 20:13  tonvoon
756         * THANKS.in, plugins/check_snmp.c: type variable not cleared in Sol
757           10 (Kyle Tucker)
759 2006-10-19 19:59  tonvoon
761         * THANKS.in, plugins/check_http.c, plugins/t/check_http.t:
762           Redirection error if other headers beginning with L (Aravind
763           Gottipati - 1562572)
765 2006-10-19 19:44  tonvoon
767         * THANKS.in, plugins-scripts/utils.pm.in: Allow hostnames beginning
768           with digits (O'Shaughnessy Evans - 1567390)
770 2006-10-19 12:56  tonvoon
772         * plugins/t/check_smtp.t: Added tests for SMTP servers without TLS
773           and with TLS
775 2006-10-19 01:25  opensides
777         * plugins/: check_apt.c, check_by_ssh.c, check_dig.c, check_dns.c,
778           check_dummy.c, check_fping.c, check_game.c, check_hpjd.c,
779           check_http.c, check_ide_smart.c, check_ldap.c, check_load.c,
780           check_mrtg.c, check_mrtgtraf.c, check_mysql.c,
781           check_mysql_query.c, check_nagios.c, check_nt.c, check_ntp.c,
782           check_nwstat.c, check_overcr.c, check_pgsql.c, check_ping.c,
783           check_procs.c:
784           first pass at cleaning localization for new release first pass at
785           making all the headre be the same licence, plugin, etc...
787 2006-10-18 13:12  tonvoon
789         * plugins/: check_disk.c, t/check_disk.t: Re-added perf data to
790           check_disk
792 2006-10-18 13:05  tonvoon
794         * lib/: utils_disk.h, tests/test_disk.c: Fix tests for exact
795           matches when searching filesystems
797 2006-10-18 13:03  tonvoon
799         * lib/: utils_base.c, utils_base.h: Cater for different errors when
800           setting thresholds
802 2006-10-12 21:36  tonvoon
804         * plugins/: check_smtp.c, t/check_smtp.t: Resend EHLO after TLS
805           negotiation as per RFC3207 (Holger Weiss - 1482832)
807 2006-10-12 15:22  tonvoon
809         * plugins/check_ntp.c: Removed extraneous comma in perf data output
811 2006-10-12 15:14  tonvoon
813         * plugins/: check_disk.c, t/check_disk.t: Remove the "- free space"
814           if status is OK
816 2006-10-12 14:58  tonvoon
818         * NPTest.pm, THANKS.in, plugins/check_disk.c,
819           plugins/t/check_disk.t: Fixed output from -e in check_disk
820           (Andreas Behal)
822 2006-10-02 13:09  tonvoon
824         * plugins/t/check_load.t: Fix test failure on poseidon
826 2006-09-21 11:41  tonvoon
828         * THANKS.in, plugins/check_nwstat.c: Added perfdata for most
829           variables and new parameters: VMU, VMF, VMP, NRMH, NRMP, NRMM,
830           NRMS, NSS1 to NSS7 (Christian Mies)
832 2006-09-02 21:41  seanius
834         * lib/utils_base.h, plugins/utils.h: - explicitly include
835           utils_base.h from utils.h - put utils.h inside of an
836           #ifndef/#endif
838 2006-09-02 21:32  seanius
840         * plugins/check_tcp.c: - fix for warning/critical timeouts in
841           check_tcp.c, in which the plugin   would exit with a usage error
842           if non-int timeouts were passed.  - change
843           --warning-time/--critical-time to just --warning/--critical,   as
844           it's what --help says.
846 2006-08-14 10:04  tonvoon
848         * THANKS.in, plugins/check_disk.c: Fixed inode percent free output
849           (Mike Emigh - 1531899)
851 2006-08-14 09:42  tonvoon
853         * plugins/t/check_ntp.t: Fixed skip of no ntp test
855 2006-08-11 09:26  tonvoon
857         * plugins/: check_ntp.c, t/check_ntp.t: Catch no responses from any
858           server (1538341 - nmdias)
860 2006-08-03 09:14  tonvoon
862         * tools/tinderbox_build: Interpret the snapshot datestamp as GMT
864 2006-07-31 19:55  harpermann
866         * plugins/check_nt.c: Bug: 694259 fix.  After consulting with the
867           target service authors, we decided to keep the default port as
868           1248 and add a note about other services sometimes using this
869           port and suggesting to change the port.  Closing bug.
871 2006-07-31 15:09  tonvoon
873         * doc/developer-guidelines.sgml: M4 requirement for developer
874           platform
876 2006-07-29 02:43  tonvoon
878         * plugins/common.h, plugins-root/check_dhcp.c: Fix two Solaris
879           compile problems
881 2006-07-29 01:04  tonvoon
883         * po/POTFILES.in: Remove reference to check_udp.c
885 2006-07-29 00:59  tonvoon
887         * configure.in, plugins/Makefile.am, plugins-scripts/Makefile.am:
888           Cleanup references to old check_udp and INSTALL_OPTS. Error if
889           --with-nagios-user or --with-nagios-group specified for configure
891 2006-07-28 23:44  tonvoon
893         * CHANGES, plugins/Makefile.am, plugins/check_udp.c,
894           plugins/t/check_udp.t: check_udp.c deprecated and check_udp now
895           linked to check_tcp. check_udp2 removed
897 2006-07-27 12:29  tonvoon
899         * doc/developer-guidelines.sgml: Example ranges (Nathan Vonnahme)
901 2006-07-20 00:05  tonvoon
903         * THANKS.in, configure.in: Stricter autoconf 2.60 rules (Lance
904           Albertson - 1522900)
906 2006-07-19 23:56  tonvoon
908         * plugins/common.h: Fix to add uintmax_t, for check_disk.c compile
910 2006-07-19 23:37  tonvoon
912         * plugins/common.h: Fix for CHAR_MAX on Solaris 9
914 2006-07-14 10:47  tonvoon
916         * lib/: Makefile.am, utils_base.c: Missing header files
918 2006-07-14 10:43  tonvoon
920         * plugins/check_disk.c: Fix inode percents using coreutils'
921           percentage calculation technique
923 2006-07-14 00:58  tonvoon
925         * CHANGES, lib/utils_base.c, lib/utils_base.h, lib/utils_disk.c,
926           lib/utils_disk.h, lib/tests/test_utils.c, plugins/check_disk.c,
927           plugins/t/check_disk.t: Major fixes to check_disk. Now should
928           return same data as df
930 2006-07-13 13:50  tonvoon
932         * Makefile.am, configure.in, lib/Makefile.am, lib/tests/.cvsignore,
933           lib/tests/Makefile.am, lib/tests/README, lib/tests/test_disk.c,
934           lib/tests/test_disk.t, lib/tests/test_utils.c,
935           lib/tests/test_utils.t, plugins/Makefile.am,
936           plugins/check_disk.c, plugins/check_dns.c, plugins/check_mysql.c,
937           plugins/check_mysql_query.c, plugins/utils.c, plugins/utils.h,
938           plugins/utils_disk.c, plugins/utils_disk.h,
939           plugins/tests/.cvsignore, plugins/tests/Makefile.am,
940           plugins/tests/README, plugins/tests/test_disk.c,
941           plugins/tests/test_disk.t, plugins/tests/test_utils.c,
942           plugins/tests/test_utils.t: Move new util_* functions to lib/
944 2006-07-13 09:54  tonvoon
946         * configure.in, lib/basename.c, lib/dirname.h, m4/basename.m4,
947           m4/dos.m4, m4/np_coreutils.m4, plugins/check_procs.c,
948           plugins/utils.c, plugins/utils.h: Using coreutils' base_name
949           function because of portability issues with Tru64
951 2006-07-12 23:53  tonvoon
953         * plugins/: check_disk.c, utils_disk.c, utils_disk.h,
954           t/check_disk.t: Added -E option for exact match of filesystem.
955           Restructured main filesystem loop. Added extra tests for possible
956           duplicate filesystems.
958 2006-07-12 20:30  tonvoon
960         * plugins/: check_disk.c, utils_disk.c, utils_disk.h,
961           tests/.cvsignore, tests/test_disk.c: Moving parameter_list into
962           utils_disk.h. Given list of mount points, can now work out best
963           match or exact match.
965 2006-07-12 13:15  tonvoon
967         * plugins/: Makefile.am, check_disk.c, utils_disk.c, utils_disk.h,
968           tests/Makefile.am, tests/test_disk.c, tests/test_disk.t: Moving
969           check_disk functions into utils_disk.c and testing them
971 2006-07-11 13:38  tonvoon
973         * m4/fcntl-safer.m4, m4/np_coreutils.m4, m4/unistd-safer.m4,
974           lib/creat-safer.c, lib/dup-safer.c, lib/fcntl--.h,
975           lib/fcntl-safer.h, lib/fd-safer.c, lib/open-safer.c,
976           lib/pipe-safer.c, lib/unistd--.h, lib/unistd-safer.h: Extra files
977           from coreutils required for getloadavg.c to compile on Tru64
978           (Ciro Iriarte - 1520331)
980 2006-07-10 09:44  tonvoon
982         * lib/Makefile.am: Didn't add intprops.h into distribution
983           correctly
985 2006-07-07 07:36  harpermann
987         * plugins/urlize.c: Added check for two arguments.  Was segfaulting
988           if no or one arg.  Now returns help.
990 2006-07-05 14:45  tonvoon
992         * plugins-scripts/check_mailq.pl: Fixed checking of return codes
993           from external mailq programs
995 2006-07-05 09:55  tonvoon
997         * tools/tinderbox_build: Add instructions for manually sending
998           Tinderbox build logs
1000 2006-07-05 09:26  tonvoon
1002         * lib/: Makefile.am, intprops.h: Missing intprops.h for Tru64 (Ciro
1003           Iriarte - 1517379)
1005 2006-07-04 10:47  tonvoon
1007         * THANKS.in, m4/alloca.m4, m4/np_coreutils.m4: Added alloca.h check
1008           and fixed locale.h, wchar.h (Ari Pollak - 1516578)
1010 2006-07-03 09:03  tonvoon
1012         * plugins/check_dig.c: Fixed -p getopt call (Allan Bennett -
1013           1511650)
1015 2006-07-03 08:55  tonvoon
1017         * THANKS.in, lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c,
1018           m4/c-strtod.m4, m4/np_coreutils.m4, plugins/Makefile.am: Fixed
1019           compile on Tru64 5.1b (Ciro Iriarte - 1515435)
1021 2006-06-21 12:05  opensides
1023         * plugins/: check_snmp.c, check_ssh.c:
1024           cleaning help and usage
1026 2006-06-21 10:49  opensides
1028         * po/LINGUAS:
1029           fixing bug id #1509699
1031 2006-06-20 12:17  opensides
1033         * plugins/: check_procs.c, check_radius.c, check_real.c,
1034           check_smtp.c, check_snmp.c, check_ssh.c:
1035           cleaning help and usage + license
1037 2006-06-18 20:36  opensides
1039         * plugins/: check_disk.c, check_time.c, check_udp.c, check_ups.c,
1040           check_users.c, gethostbyname.c, gethostbyname.h, negate.c,
1041           netutils.c, popen.c, runcmd.c, sslutils.c, urlize.c, utils.c:
1042           updating help and usage and license
1044 2006-06-17 13:28  opensides
1046         * plugins/: check_hpjd.c, check_nt.c, check_ntp.c, check_nwstat.c,
1047           check_overcr.c, check_pgsql.c, check_ping.c, check_procs.c:
1048           cleaning up help and usage
1050 2006-06-15 13:52  opensides
1052         * plugins/: check_ldap.c, check_load.c, check_mrtg.c,
1053           check_mysql.c, check_mysql_query.c, check_nagios.c:
1054           cleaning help and usage
1056 2006-06-15 11:16  opensides
1058         * plugins/check_ide_smart.c:
1059           cleaning help and usage
1061 2006-06-14 22:27  opensides
1063         * plugins/: check_dns.c, check_dummy.c, check_fping.c,
1064           check_game.c:
1065           updating the help and usage for localization
1067 2006-06-14 20:15  tonvoon
1069         * INSTALLING, doc/developer-guidelines.sgml: Updated requirements
1070           for development platform
1072 2006-06-14 19:48  opensides
1074         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c:
1075           starting the BIG locale update ;-)
1077 2006-06-07 15:28  seanius
1079         * contrib/check_linux_raid.pl: some gratuitous whitespace changes,
1080           and a fix to the "recovery =" detection logic in
1081           check_linux_raid.pl
1083 2006-06-07 15:23  seanius
1085         * plugins-scripts/utils.pm.in: removed stale references to
1086           PATH_TO_NTPFOO, as it's no longer used.
1088 2006-06-07 08:59  tonvoon
1090         * plugins-root/Makefile.am: Do not install setuid programs unless
1091           run as root
1093 2006-06-07 08:18  tonvoon
1095         * tools/setup, plugins-root/Makefile.am: Fixed two build problems
1096           re: libtool and pst3
1098 2006-06-06 17:48  seanius
1100         * plugins/check_pgsql.c: modify the is_pg_dbname() function to
1101           allow databases with '-' in their name.  reference: sf tracker
1102           #1500752
1104 2006-06-04 00:06  seanius
1106         * configure.in: removed the -R for openssl, as it should be figured
1107           out automatically by libtool and also controlled via the
1108           --enable-rpath/--disable-rpath configure options.  furthermore
1109           keeping it in forces the rpath option on in spite of what's
1110           passed on the configure line.
1112 2006-06-01 23:30  seanius
1114         * contrib/check_linux_raid.pl: gave some TLC to check_linux_raid
1116 2006-05-30 10:55  tonvoon
1118         * configure.in: Default to search path for mysql_config
1120 2006-05-30 10:39  tonvoon
1122         * THANKS.in: For reporting check_radius compile problem
1124 2006-05-30 10:19  tonvoon
1126         * .cvsignore, config.guess, config.sub, ltmain.sh,
1127           doc/developer-guidelines.sgml: Added libtool files, at version
1128           1.5.22, into CVS
1130 2006-05-25 18:40  egalstad
1132         * plugins-root/check_dhcp.c: Applied patch for responses from
1133           helpers/relays, cleaned up different coding styles for
1134           consistency
1136 2006-05-25 17:59  tonvoon
1138         * lib/regex.o: Removed unnecessary file
1140 2006-05-25 17:58  tonvoon
1142         * configure.in, lib/Makefile.am, plugins/common.h: Gettext fixes to
1143           sync with coreutils
1145 2006-05-25 17:53  egalstad
1147         * plugins-root/check_dhcp.c: Fixed short interface name length,
1148           UNKNOWN return code (patches from tracker)
1150 2006-05-25 16:34  tonvoon
1152         * plugins/: check_http.c, t/check_http.t: Option to invert results
1153           from a regexp pattern match
1155 2006-05-25 13:33  tonvoon
1157         * configure.in, lib/.cvsignore, lib/regcomp.c, lib/regex.c,
1158           lib/regex.h, lib/regex.o, lib/regex_internal.c,
1159           lib/regex_internal.h, lib/regexec.c, lib/strcase.h,
1160           m4/.cvsignore, m4/np_coreutils.m4, m4/regex.m4, m4/restrict.m4,
1161           plugins/check_apt.c, plugins/check_http.c, plugins/check_smtp.c,
1162           plugins/check_snmp.c: Use coreutils' regexp libraries, so regexp
1163           always available now
1165 2006-05-25 13:13  tonvoon
1167         * m4/ls-mntd-fs.m4: Sync with coreutils 5.96
1169 2006-05-24 13:48  tonvoon
1171         * THANKS.in, configure.in: Fix for mysql 3.x (Jeremy Reed, Michael
1172           Tiernan - 1491936)
1174 2006-05-24 10:23  tonvoon
1176         * doc/developer-guidelines.sgml: Reminder of no inline variable
1177           declarations
1179 2006-05-24 10:05  tonvoon
1181         * plugins/check_snmp.c: Variables need to be declared at top of
1182           code for better portability (Gerhard Lausser)
1184 2006-05-19 22:41  tonvoon
1186         * configure.in, doc/developer-guidelines.sgml: Requirement of
1187           automake 1.8.3, as coreutils needs it
1189 2006-05-19 22:30  tonvoon
1191         * .cvsignore, config.rpath, mkinstalldirs, po/.cvsignore,
1192           po/remove-potcdate.sin: Adding more required files from gettext
1194 2006-05-19 00:17  tonvoon
1196         * tools/setup: Bug in Makefile.am creation
1198 2006-05-19 00:09  tonvoon
1200         * .cvsignore, ABOUT-NLS, m4/Makefile.am, m4/Makefile.am.in,
1201           po/.cvsignore, po/Makefile.in.in, tools/setup: Fixes from
1202           coreutils sync: some files now required and removed generateable
1203           files
1205 2006-05-18 23:05  tonvoon
1207         * .cvsignore, Makefile.am, configure.in,
1208           doc/developer-guidelines.sgml, lib/Makefile.am, lib/cloexec.c,
1209           lib/cloexec.h, lib/error.c, lib/error.h, lib/exit.h,
1210           lib/exitfail.c, lib/exitfail.h, lib/fsusage.c, lib/fsusage.h,
1211           lib/full-read.c, lib/full-read.h, lib/full-write.c,
1212           lib/full-write.h, lib/getloadavg.c, lib/getopt.c, lib/getopt.h,
1213           lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/gettext.h,
1214           lib/malloc.c, lib/mountlist.c, lib/mountlist.h, lib/realloc.c,
1215           lib/safe-read.c, lib/safe-read.h, lib/safe-write.c,
1216           lib/safe-write.h, lib/stdbool_.h, lib/strtod.c,
1217           lib/unlocked-io.h, lib/xalloc-die.c, lib/xalloc.h, lib/xmalloc.c,
1218           m4/.cvsignore, m4/Makefile.am, m4/afs.m4, m4/codeset.m4,
1219           m4/error.m4, m4/exitfail.m4, m4/extensions.m4, m4/fstypename.m4,
1220           m4/fsusage.m4, m4/getopt.m4, m4/gettext.m4, m4/glibc21.m4,
1221           m4/iconv.m4, m4/intdiv0.m4, m4/inttypes-pri.m4, m4/inttypes.m4,
1222           m4/inttypes_h.m4, m4/isc-posix.m4, m4/lcmessage.m4, m4/lib-ld.m4,
1223           m4/lib-link.m4, m4/lib-prefix.m4, m4/longdouble.m4,
1224           m4/longlong.m4, m4/ls-mntd-fs.m4, m4/malloc.m4, m4/mountlist.m4,
1225           m4/nls.m4, m4/np_coreutils.m4, m4/onceonly.m4,
1226           m4/onceonly_2_57.m4, m4/po.m4, m4/progtest.m4, m4/realloc.m4,
1227           m4/signed.m4, m4/stdbool.m4, m4/stdint_h.m4, m4/uintmax_t.m4,
1228           m4/ulonglong.m4, m4/unlocked-io.m4, m4/wchar_t.m4, m4/wint_t.m4,
1229           m4/xalloc.m4, plugins/.cvsignore, plugins/check_disk.c,
1230           plugins/common.h, plugins/tests/.cvsignore,
1231           plugins-root/.cvsignore, plugins-root/check_dhcp.c,
1232           po/.cvsignore, tools/setup: Synchronise with coreutils 2.95.
1233           Gettext now synced with coreutils, so no longer development
1234           platform requirement
1236 2006-05-17 11:10  tonvoon
1238         * configure.in: Fix for loading SSL libraries at runtime
1240 2006-05-17 09:56  tonvoon
1242         * configure.in, plugins-root/Makefile.am: Fix compile problems on
1243           Solaris for pst3 and ssl libs
1245 2006-05-15 14:20  tonvoon
1247         * CHANGES, contrib/check_disk_snmp.pl: check_disk_snmp.pl removed.
1248           Notice added to CHANGES
1250 2006-05-15 14:07  tonvoon
1252         * tools/sfsnapshot: Changed snapshot generator due to cvs changes
1253           on SF
1255 2006-05-03 15:12  tonvoon
1257         * doc/LEAVERS: Leavers process documented
1259 2006-05-02 09:30  tonvoon
1261         * plugins/check_disk.c: Inode thresholds not always being
1262           initialised (James Fidell - 1476457)
1264 2006-05-02 09:21  tonvoon
1266         * CHANGES: New check_ntp and check_apt plugins by Sean
1268 2006-05-01 22:52  seanius
1270         * configure.in, plugins/Makefile.am, plugins/check_ntp.c,
1271           plugins/common.h, plugins/runcmd.c, plugins-scripts/Makefile.am:
1272           - check_ntp:   - now roughly feature-complete.    - various
1273           bugfixes, esp. offset calculation.    - enhanced the asynchronous
1274           offset polling to set requests that      haven't recieved a
1275           response in >= 1 second to stale and retransmit them,      which
1276           results in much better performance on unreliable networks.    -
1277           we only spend timeout/2 seconds polling offsets, and if we don't
1278           get      everything by that point we work with what we have and
1279           set status to      warning/critical depending on how much data we
1280           have.    - set the same defaults as the perl script.  - commit
1281           changes to configure.in to support automatic building of
1282           check_apt   (if apt-get is installed and regex libraries
1283           available) and check_ntp   (unconditionally), now defaulting to
1284           check_ntp.c instead of the perl script.    if this is an issue we
1285           can back out the commit of course.  an eye    should be kept on
1286           check_ntp building and running correctly in different
1287           environments, esp. 64-bit and big-endian platforms, and those
1288           with more    "esoteric" API's (do any of the platforms not have
1289           poll()?).  - similar changes to Makefile.am's.  - common.h: add
1290           statement to include sys/poll.h - runcmd.c: exit STATE_UNKNOWN if
1291           execve() fails.
1293 2006-04-28 16:52  tonvoon
1295         * configure.in: Remove stupid error where pst3 was always compiled
1297 2006-04-28 09:45  tonvoon
1299         * configure.in, plugins-root/Makefile.am: Added pst3 into
1300           distribution (Jason Kau - 1476451)
1302 2006-04-27 14:25  tonvoon
1304         * configure.in, plugins/check_procs.c, plugins/utils.c,
1305           plugins/utils.h, plugins/tests/test_utils.c: Internal version of
1306           basename if one not found in system
1308 2006-04-19 10:33  tonvoon
1310         * plugins/t/check_nagios.t: Fix check_nagios tests on MacOSX 10.4
1312 2006-04-19 04:47  sghosh
1314         * ChangeLog: ChangeLog update - release pending
1316 2006-04-19 04:42  sghosh
1318         * configure.in, package.def: version update - release pending
1320 2006-04-17 22:08  opensides
1322         * po/fr.po:
1323           Final commit of fr.po
1325 2006-04-17 14:54  opensides
1327         * po/fr.po:
1328           another big chunk of fr.po
1330           Still 20 to go ;)
1332 2006-04-16 15:24  opensides
1334         * po/fr.po:
1335           big revision of po file for 1.4.3
1337 2006-04-15 11:46  opensides
1339         * po/fr.po:
1340           second part of fr.po updating
1342 2006-04-14 23:44  opensides
1344         * po/: de.po, fr.po, nagios-plugins.pot:
1345           updated pot file sarted updating fr.po for nagios 1.4.3
1347 2006-04-12 11:00  seanius
1349         * plugins/check_ntp.c: the offset_requests are now parallelized.
1350           still stuff needs to be done (conveniently marked with XXX), but
1351           on well behaving networks the plugin should behave more or less
1352           identical to check_ntp.pl now.
1354 2006-04-12 07:33  seanius
1356         * plugins/check_ntp.c: added a currently unused but "good for
1357           reference" version of offset_request which attempts to behave
1358           more like ntpdate, but this doesn't yet and the code isn't
1359           actually used yet.
1361 2006-04-12 00:24  seanius
1363         * plugins/check_ntp.c: another big code-commit to check_ntp.
1364           jitter calculations now work, and the program is becoming much
1365           closer on the packet-for-packet level to how check_ntp.pl
1366           behaves.  i'll send an email in the morning :)
1368 2006-04-06 11:08  tonvoon
1370         * THANKS.in, plugins/utils.c: Stop coredump on Solaris if arg not
1371           specified (Jason Kau - 1465288)
1373 2006-04-05 09:11  tonvoon
1375         * CHANGES: Notice added re: check_udp in next release
1377 2006-04-05 09:06  tonvoon
1379         * plugins/check_procs.c: Use pid_t for pids (1463853)
1381 2006-04-05 08:58  tonvoon
1383         * plugins/: check_http.c, t/check_http.t: Allow multiple -k
1384           parameters (Gerd Mueller - 1457726)
1386 2006-04-05 07:58  seanius
1388         * plugins/check_apt.c: finally??? cvs works again????  let me dig
1389           up my week-old cvs commit message.....
1391           i'm becoming very happy with check_apt now :) - now has support
1392           for an externally (configure.in) path to apt-get,   though i
1393           still have that in #ifdefs for the time being.  - support for
1394           defining what packages are "critical updates", via   the
1395           already-existing security regexp or overridable on the cmdline -
1396           allow overriding of apt-get cmdline options - introduce a "no
1397           upgrade" in case someone just wants to check that   they can
1398           download the package lists with -u but not check for upgrades.
1399           might need to change the name of this option to prevent
1400           confusion.  - improved -h documentation
1402 2006-03-29 17:33  tonvoon
1404         * THANKS.in, plugins/check_tcp.c, plugins/utils.c, plugins/utils.h,
1405           plugins/tests/test_utils.c: New function to for escaped strings
1406           from command line for send/quit.  Adapted from Sebastian
1407           Wiesinger's patch (1292404)
1409 2006-03-29 16:30  tonvoon
1411         * NPTest.pm: Will die if signal received from a testCmd
1413 2006-03-29 15:37  tonvoon
1415         * plugins/t/check_udp.t: Allow 1 second delay in check_udp timeout
1417 2006-03-29 09:18  tonvoon
1419         * plugins/t/check_http.t: Fix possible timeout issue on
1420           hostname_invalid
1422 2006-03-29 09:13  tonvoon
1424         * plugins/t/check_dns.t: Fix test if response time is one second
1426 2006-03-29 09:01  seanius
1428         * plugins/check_apt.c: now support for detecting critical/security
1429           updates, which sets the return code to STATE_CRITICAL instead of
1430           just STATE_WARNING as it was previously doing.
1432 2006-03-27 09:39  tonvoon
1434         * plugins/t/check_udp.t: Set timeout within nc, rather than the
1435           test script
1437 2006-03-27 09:19  tonvoon
1439         * plugins/check_disk.c: Fixed bug with malloc of wrong size
1441 2006-03-24 17:26  tonvoon
1443         * plugins/t/check_dns.t: Fixing defaults to work
1445 2006-03-24 16:49  tonvoon
1447         * CHANGES: Reintroduced --with-mysql configure option. Note about
1448           SSL cleanup
1450 2006-03-24 16:25  tonvoon
1452         * plugins/check_http.c: -C now implies -S/--ssl as well
1454 2006-03-24 16:13  tonvoon
1456         * plugins/t/: check_hpjd.t, check_http.t: Tests converted to new
1457           style
1459 2006-03-24 16:12  tonvoon
1461         * plugins/: check_tcp.c, t/check_udp.t: udp checks require and send
1462           and receive option. Tests updated so if nc is available, will
1463           check send and receive working correctly
1465 2006-03-23 22:58  seanius
1467         * plugins/check_apt.c: - addition of include/exclude option for
1468           package names in check_apt,   using POSIX regexp support.  -
1469           various commenting and tidying of code/logic/output.  - still
1470           haven't committed the Makefile.am/configure.in stuff.
1472 2006-03-23 17:16  tonvoon
1474         * NPTest.pm, plugins/check_disk.c, plugins/t/check_disk.t:
1475           check_disk now errors if a specified directory does not exist (cf
1476           df /foo)
1478 2006-03-23 16:06  tonvoon
1480         * plugins/t/check_disk.t: Some versions of Test::More do not like
1481           the m#foo# syntax
1483 2006-03-23 12:01  tonvoon
1485         * NPTest.pm, plugins/check_disk.c, plugins/t/check_disk.t:
1486           Incorrect output when checking non-existent disk (John Rouillard
1487           - 1326050)
1489 2006-03-23 00:01  seanius
1491         * plugins/check_apt.c: more work on check_apt.  more graceful error
1492           handling and information reporting, a couple new cmdline options.
1493           still not quite ready for prime-time, maybe tomorrow :)
1495 2006-03-22 17:32  tonvoon
1497         * REQUIREMENTS, configure.in: Reinstated --with-mysql option
1499 2006-03-22 16:45  tonvoon
1501         * plugins/: check_dns.c, t/check_dns.t: Added warning and critical
1502           response times (John Rouillard - 1343159)
1504 2006-03-22 15:45  tonvoon
1506         * plugins/t/check_pop.t: Convert to new style tests
1508 2006-03-22 15:45  tonvoon
1510         * THANKS.in, plugins/check_tcp.c: Options to change line ends for
1511           -s and -q (John Rouillard - 1346104)
1513 2006-03-22 14:32  tonvoon
1515         * plugins-scripts/check_log.sh: Remove PATH restriction
1517 2006-03-22 14:17  tonvoon
1519         * plugins/: check_dns.c, t/check_dns.t: New style tests. Cleanup of
1520           presentation of help. Added '' around -a checks
1522 2006-03-22 13:18  tonvoon
1524         * plugins/check_by_ssh.c: Typo (Thomas Guettler - 1433447)
1526 2006-03-22 12:59  tonvoon
1528         * plugins-scripts/: check_log.sh, utils.sh.in: Remove hardlink to
1529           /bin/sed. Leave to PATH (Abs - 1391483)
1531 2006-03-22 00:00  seanius
1533         * plugins/check_apt.c: initial version of a check_apt plugin... not
1534           editing configure/Makefile.am's until i'm happier with it (better
1535           output, better ways to define warning vs. critical thresholds...
1536           etc).
1538 2006-03-21 14:20  tonvoon
1540         * THANKS.in, configure.in: Stop check_dns from compiling if
1541           nslookup does not exist (Sakari Lehtonen - 1412721)
1543 2006-03-21 13:42  tonvoon
1545         * plugins/t/check_load.t: Updated to new Test::More method for
1546           testing
1548 2006-03-21 13:32  tonvoon
1550         * configure.in: Fix for mysql 3.x
1552 2006-03-21 13:31  tonvoon
1554         * plugins/check_tcp.c: Return CRITICAL if hostname invalid, as per
1555           guidelines
1557 2006-03-21 12:56  tonvoon
1559         * tools/setup: Patch to workaround SFnot having libtool installed
1561 2006-03-21 11:42  tonvoon
1563         * REQUIREMENTS, CHANGES, THANKS.in, configure.in,
1564           plugins/Makefile.am, plugins/tests/Makefile.am: mysql discovery
1565           based on mysql_config (Johan Fischer - 1359414)
1567 2006-03-20 22:06  seanius
1569         * plugins/check_ntp.c: - shuffling some code around to keep things
1570           tidy.  - now average the result of 4 queries just as ntpdate does
1571           - put things in place for jitter calculation
1573 2006-03-20 17:18  seanius
1575         * plugins/check_ntp.c: ipv6 support for c-version of check_ntp
1577 2006-03-18 19:00  seanius
1579         * plugins/check_ntp.c: initial version of the pure-c check_ntp
1580           implementation.  jitter not yet implemented, and a couple other
1581           misc things to do, so i haven't yet patched Makefile.am
1583 2006-03-18 14:47  seanius
1585         * plugins/check_http.c: return-logic related fix for cert checking,
1586           thanks to emmet hogan.
1588 2006-03-17 14:08  tonvoon
1590         * plugins/tests/test_utils.t: Better error message re: tap library
1592 2006-03-17 14:07  tonvoon
1594         * REQUIREMENTS, configure.in, plugins/Makefile.am,
1595           plugins/check_mysql.c, plugins/check_mysql_query.c,
1596           plugins/t/check_mysql.t: mysql detection cleanup: fixes runtime
1597           linking, autodetection of main locations, detection of lib64 and
1598           different layouts
1600 2006-03-17 10:20  tonvoon
1602         * doc/developer-guidelines.sgml: Added requirement for developer
1603           system to have gnu libtool
1605 2006-03-16 17:31  tonvoon
1607         * configure.in, plugins/tests/Makefile.am, tools/setup: Using
1608           libtool to get runpath for tap library
1610 2006-03-15 19:54  tonvoon
1612         * THANKS.in, plugins/check_mysql.c, plugins/t/check_mysql.t: Alert
1613           on amount of time a slave is behind (Steven Kreuzer)
1615 2006-03-13 17:59  seanius
1617         * plugins/check_swap.c: fix for (tracker id 1420741) "check_swap:
1618           incorrect totals for multiple partitions (BSD)" thanks to scott
1619           thompson
1621 2006-03-13 11:08  tonvoon
1623         * plugins/check_ping.c: Change warning message if there is stderr
1624           output. This catches a problem where time was shifting backwards
1625           on a linux VMware guest during the ping
1627 2006-03-07 10:33  tonvoon
1629         * plugins/t/check_http.t: Added tests for two external websites
1630           with certificates
1632 2006-03-07 10:23  tonvoon
1634         * plugins/t/check_http.t: Tests re-written in new object format
1636 2006-02-24 17:03  tonvoon
1638         * doc/developer-guidelines.sgml: Updated doc as tap library is now
1639           automatically discovered
1641 2006-02-24 16:41  tonvoon
1643         * configure.in, plugins/tests/Makefile.am: Use the installed tap
1644           library instead of requesting a compiled object
1646 2006-02-17 09:08  tonvoon
1648         * THANKS.in, plugins/popen.c: SIGALRM could be received before
1649           child_process is created (Jason Crawford)
1651 2006-02-17 06:24  seanius
1653         * plugins/check_procs.c: set LC_NUMERIC to POSIX in check_procs.c
1655 2006-02-01 13:23  tonvoon
1657         * plugins/t/check_mysql_query.t: If a mysql server has anonymous
1658           login, tests will always fail
1660 2006-02-01 11:53  tonvoon
1662         * plugins/tests/Makefile.am: Need to distribute perl test file
1664 2006-01-31 16:48  tonvoon
1666         * CHANGES: check_mysql_query included
1668 2006-01-31 16:47  tonvoon
1670         * REQUIREMENTS: Note on MacOSX difference in mysql package
1672 2006-01-31 16:45  tonvoon
1674         * configure.in, plugins/Makefile.am: Clean compile of
1675           check_mysql_query on MacOSX
1677 2006-01-31 15:40  tonvoon
1679         * NPTest.pm: Sort ordering of tests
1681 2006-01-31 14:52  tonvoon
1683         * configure.in, plugins/.cvsignore, plugins/Makefile.am,
1684           plugins/check_mysql_query.c, plugins/utils.h,
1685           plugins/t/check_mysql_query.t: Adding check_mysql_query, using
1686           new ranges and threshold checking
1688 2006-01-31 14:37  tonvoon
1690         * plugins/t/check_mysql.t: Extra explanation in tests
1692 2006-01-31 14:36  tonvoon
1694         * plugins/tests/test_utils.c: Fixed invalid free
1696 2006-01-31 10:06  tonvoon
1698         * doc/developer-guidelines.sgml: Updated instructions on using
1699           libtap as configure option changed
1701 2006-01-31 10:05  tonvoon
1703         * configure.in: Changed configure option to --with-libtap-srcdir
1704           because requires tap.h as well as tap.o
1706 2006-01-30 22:24  tonvoon
1708         * doc/developer-guidelines.sgml, plugins/utils.c, plugins/utils.h,
1709           plugins/tests/test_utils.c: Clearly defined thresholds & ranges
1710           in docs. Added get_status routine. Added set_thresholds routine.
1711           Tests enhanced to check new routines
1713 2006-01-30 16:10  tonvoon
1715         * configure.in, doc/developer-guidelines.sgml, plugins/Makefile.am,
1716           plugins/utils.c, plugins/utils.h, plugins/tests/.cvsignore,
1717           plugins/tests/Makefile.am, plugins/tests/README,
1718           plugins/tests/check_disk, plugins/tests/check_dns,
1719           plugins/tests/check_ftp, plugins/tests/check_hpjd,
1720           plugins/tests/check_http, plugins/tests/check_load,
1721           plugins/tests/check_ping, plugins/tests/check_procs,
1722           plugins/tests/check_swap, plugins/tests/check_users,
1723           plugins/tests/check_vsz, plugins/tests/test_utils.c,
1724           plugins/tests/test_utils.t: Added libtap tests for utils.c
1725           library functions. Removed redundant test files
1727 2006-01-21 21:46  tonvoon
1729         * tools/sfsnapshot: Have to use own id for cvs checkout. Change
1730           compile server because old one not working consistently
1732 2005-12-19 09:25  tonvoon
1734         * NPTest.pm: Break out of testing if a new parameter is required
1736 2005-12-16 18:41  harpermann
1738         * contrib/check_log2.pl: Added ability to output critical on error.
1739           Fixed open so it properly fails if the log file open throws an
1740           error, turned on -w in the perl call, fixed warnings
1742 2005-12-15 17:06  tonvoon
1744         * NPTest.pm, plugins/check_mysql.c, plugins/t/check_mysql.t:
1745           Display errors with slave queries correctly. Added extra tests
1746           for slaves
1748 2005-12-15 15:19  tonvoon
1750         * NPTest.pm, doc/developer-guidelines.sgml, plugins/t/check_disk.t:
1751           New 3 parameter version of getTestParameters. Updated
1752           check_disk.t to reflect.  Added notes re: testing in developer
1753           guidelines.
1755 2005-12-15 15:17  tonvoon
1757         * plugins-scripts/: check_file_age.pl, t/check_file_age.t: Allow
1758           directories and links to be tested by check_file_age. Sanitise
1759           output.  Added tests
1761 2005-12-07 19:32  harpermann
1763         * plugins/urlize.c: Nagiosplug bug 1266977.  Added code to insert
1764           the closing </A> after the plugin output but before the
1765           performance output.
1767 2005-12-07 15:10  tonvoon
1769         * THANKS.in, plugins/common.h: No floorf on Solaris 9 (Jon
1770           Vandegrift - 1374705)
1772 2005-12-02 22:28  tonvoon
1774         * THANKS.in, doc/developer-guidelines.sgml, plugins/check_nagios.c,
1775           plugins/t/check_nagios.nagios1.status.log,
1776           plugins/t/check_nagios.nagios2.status.dat,
1777           plugins/t/check_nagios.t: Support for Nagios 1 and Nagios 2
1778           status files (Gerhard Lausser - 1296242)
1780 2005-12-02 22:25  tonvoon
1782         * plugins/t/.cvsignore: Ignore temporary files created for tests
1784 2005-12-01 01:05  tonvoon
1786         * configure.in, config_test/Makefile, config_test/run_tests: Run
1787           longer test on redhat for spopen/pthread problem. Allow
1788           enable/disable of pthread fix via configure option
1790 2005-11-30 00:49  harpermann
1792         * plugins-scripts/check_ntp.pl: Nagiosplug bug # 1251096 check_ntp
1793           wasn't properly handing a bad exit status from the external
1794           programs it calls (ntpdate and ntpq), so jitter wasn't set.
1795           Added check of $? on close and proper error output if status from
1796           the sub program call completion is non-zero.  This includes "host
1797           not found".
1799 2005-11-29 23:21  harpermann
1801         * contrib/check_email_loop.pl: UNKNOWN exit status was returning
1802           status of "-1", changed to "3"
1804 2005-11-29 23:19  harpermann
1806         * contrib/check_email_loop.pl: Bug: 1355304 Added patch for ePN and
1807           perl warnings.  Fixed some text and a warning about type
1808           comparison.
1810 2005-11-18 12:56  tonvoon
1812         * tools/sfsnapshot: Create a permanent link to HEAD snapshot
1814 2005-11-18 11:56  tonvoon
1816         * doc/developer-guidelines.sgml: Updated with more detailed
1817           description of UNKNOWN states
1819 2005-11-16 17:26  tonvoon
1821         * plugins/check_disk.c: Fixed some compile errors with new
1822           translations. Also reintroduced formatting after discussion with
1823           Benoit
1825 2005-11-15 16:26  tonvoon
1827         * plugins/t/check_disk.t: Updated tests to minimise false
1828           positives. Breaking down so more obvious what the tests are doing
1830 2005-11-14 14:43  tonvoon
1832         * doc/developer-guidelines.sgml: Added section re: translations
1834 2005-11-14 01:18  opensides
1836         * plugins/check_http.c:
1837           localization cleaning ...  last commit before sleeping
1839 2005-11-14 00:51  opensides
1841         * plugins/: check_dig.c, check_disk.c, check_dns.c, check_dummy.c,
1842           check_fping.c, check_game.c:
1843           start of the cleaning of the localization
1845 2005-11-12 23:48  tonvoon
1847         * THANKS.in, plugins/t/check_disk.t: Updated check_disk tests to
1848           use Test::More (Serhan Kiymaz)
1850 2005-11-09 17:27  tonvoon
1852         * plugins/t/check_mysql.t: Using Test::More
1854 2005-11-09 16:40  tonvoon
1856         * NPTest.pm, plugins/t/check_imap.t, plugins/t/check_swap.t: Added
1857           new NPTest->testCmd which returns objects back for testing at the
1858           test script level. Updated check_swap and check_imap to this new
1859           format
1861 2005-11-09 16:37  tonvoon
1863         * plugins/check_swap.c: Problem where absolute thresholds not
1864           working on /proc/meminfo systems. Suffixed all variables with the
1865           unit of measurement
1867 2005-11-09 16:34  tonvoon
1869         * configure.in: Typo with predetermined values
1871 2005-11-09 14:10  tonvoon
1873         * doc/developer-guidelines.sgml: Added copyright/license info
1874           required in submissions
1876 2005-11-09 09:31  tonvoon
1878         * doc/: NEW_STARTERS, developer-guidelines.sgml: Updated dev
1879           guidelines to link to NagiosExchange. Removed project admin notes
1880           from guidelines into separate file
1882 2005-11-07 12:46  seanius
1884         * configure.in: incorporated patch from Elan RuusamƤe (ahmake) to
1885           override program autodetection (see Feature Requests-1341528).  i
1886           would not call this quite complete just yet (i'll explain more in
1887           the tracker), but should be functional and useful enough to
1888           commit now, in any case.
1890 2005-11-04 09:38  tonvoon
1892         * THANKS.in, plugins/check_tcp.c, plugins/t/check_imap.t: Fixed
1893           --mismatch option for check_tcp. Added tests into check_imap
1894           (Rick Fey - 1339134)
1896 2005-11-03 15:21  tonvoon
1898         * Makefile.am, tools/tinderbox_build: Adding new tinderbox build
1899           script
1901 2005-11-03 15:13  tonvoon
1903         * plugins/t/: check_disk.t, check_procs.t: Invalid mount point
1904           doesn't make sense because most df implementations would work out
1905           the actual mount point. And fixed typo in check_procs.t
1907 2005-11-03 15:04  tonvoon
1909         * NPTest.pm, plugins/t/check_http.t, plugins/t/check_time.t: Fixing
1910           some test failures
1912 2005-11-02 08:59  seanius
1914         * plugins/check_disk.c: #995761: patch from ben o'hara to include
1915           inode calculations in          check_disk.c.
1917           previous commit also had a patch for smtp auth support, but i
1918           accidentally sent a blank commit message.
1920 2005-11-02 08:47  seanius
1922         * plugins/check_smtp.c: check_smtp.c
1924 2005-10-31 20:03  seanius
1926         * configure.in, plugins/check_game.c, plugins/check_http.c,
1927           plugins/check_nagios.c, plugins/check_snmp.c,
1928           plugins/check_swap.c, plugins/check_tcp.c, plugins/common.h,
1929           plugins/netutils.c, plugins/netutils.h, plugins/sslutils.c: code
1930           cleanups, largely resulting from turning on -Wall.  mostly unused
1931           variables and explicit casting issues, but there were a couple
1932           gotchas in there too.
1934 2005-10-30 22:45  seanius
1936         * plugins/Makefile.am: turned on -Wall in plugins/Makefile.am via
1937           AM_CFLAGS.  shouldn't keep our heads in the sand for potential
1938           errors, after all :)
1940 2005-10-30 18:05  seanius
1942         * plugins/check_tcp.c: another fix from alex: check for '/' in the
1943           server_address before trying to resolve it via is_host().
1945 2005-10-30 10:25  seanius
1947         * plugins/check_tcp.c: fixes for some bugs found in my merging of
1948           the tcp socket patch
1950 2005-10-29 16:38  seanius
1952         * plugins-scripts/check_log.sh: check_log fixes from Ade Rixon
1954 2005-10-29 13:46  seanius
1956         * plugins/Makefile.am: patch from nsturm: Makefile.am should have
1957           been checking for check_ldap instead of check_ldaps.  the result
1958           was that check_ldaps was not being created during the build
1959           process.
1961 2005-10-25 11:38  seanius
1963         * COPYING, configure.in, plugins/Makefile.am, plugins/check_tcp.c,
1964           plugins/netutils.c, plugins/netutils.h, plugins/utils.h,
1965           po/de.po, po/fr.po: - added code to allow check_tcp (via
1966           np_net_connect) work with local   unix sockets.  some testing
1967           would be welcome.  based on idea from   Alex Samorukov.  - also
1968           introduced a check_clamd behavior in check_tcp.
1970 2005-10-24 12:10  seanius
1972         * plugins/: Makefile.am, check_by_ssh.c, check_dig.c, check_dns.c,
1973           check_game.c, check_nagios.c, netutils.c, runcmd.c, runcmd.h,
1974           utils.c, utils.h: initial merging of ae's np_runcmd code into
1975           selected plugins.
1977 2005-10-23 13:01  seanius
1979         * configure.in: whoops, missed this one, same as last commit
1981 2005-10-23 12:59  seanius
1983         * plugins/: Makefile.am, netutils.c, sslutils.c: -
1984           compartmentalized ssl code into seperate sslutils.c - ssl-related
1985           cleanups in configure.in, and now openssl/gnutls options
1986           automatically disable each other.
1988 2005-10-19 21:22  seanius
1990         * plugins/: check_http.c, check_smtp.c, check_tcp.c, netutils.c,
1991           netutils.h: all plugins now using centralized ssl functions in
1992           netutils.c
1994 2005-10-19 14:05  seanius
1996         * plugins/check_http.c: endif was a few lines off of where it
1997           should be
1999 2005-10-19 13:59  seanius
2001         * configure.in, plugins/Makefile.am, plugins/check_http.c,
2002           plugins/check_smtp.c, plugins/check_tcp.c, plugins/common.h,
2003           plugins/netutils.c, plugins/netutils.h, plugins-root/Makefile.am:
2004           - initial attempt at consolidating ssl-related code into
2005           netutils.{c,h} - added some #ifdefs to common.h and netutils.h to
2006           prevent multiple   inclusions (as netlibs now includes common.h)
2007           - all ssl plugins (tcp/http/smtp) compile cleanly against gnutls,
2008           though   certificate checking still needs to be done.  - modified
2009           configure script so you can also explicitly say "without-gnutls"
2010           too (otherwise if you disable openssl you have no way of
2011           disabling   gnutls too)
2013 2005-10-18 23:35  seanius
2015         * configure.in, plugins/check_tcp.c: initial "experimental" support
2016           for gnutls.  by default openssl is still used if available, and
2017           gnutls is only used if openssl is not available or explicitly
2018           disabled (--without-openssl).   currently the only plugin i've
2019           verified to work is check_tcp, but i had to disable cert
2020           checking.
2022 2005-10-18 10:26  tonvoon
2024         * README: Added license information to README with exemption for
2025           use of OpenSSL
2027 2005-10-13 12:51  tonvoon
2029         * configure.in: Run spopen tests for Redhat ES SMP (Hans Engelen)
2031 2005-10-13 11:22  seanius
2033         * po/de.po: debian bts #313960: - grammatical german fixes.  i'm
2034           taking the reporter's word for it :)
2036 2005-10-13 11:20  seanius
2038         * plugins-scripts/check_ntp.pl: debian bts #268044: - use a "less
2039           beastly" regex for parsing ntpq output.  probably need   some
2040           more widespread testing on this one.
2042 2005-10-13 11:18  seanius
2044         * plugins/check_disk.c: debian bts #296278: - it seems that when
2045           check_disk uses the "df" routines and is told to   check a
2046           non-mountpoint, it would check the filesystem on which the
2047           directory was mounted (i.e. /var/log -> /var if no /var/log
2048           mount).    the system-call routines now do this too.  might need
2049           a bit more    widespread testing, but looks good for me and i did
2050           it without    modifying any of the system-call-specific
2051           codeblocks.
2053 2005-10-13 11:16  seanius
2055         * plugins/check_game.c: debian bts #307905: - someone changed the
2056           cmdline syntax of check game without also   updating the
2057           usage/help function ;p
2059 2005-10-13 11:14  seanius
2061         * plugins-scripts/check_disk_smb.pl: debian bts #300701: -
2062           check_smb fix for freespace threshold parsing from the cmdline
2063           options.
2065 2005-10-13 11:11  seanius
2067         * plugins/check_smtp.c: multiple fixes in check_smtp from debian
2068           (bts #285554): - fix for double free via SSL_CTX_free.  looks
2069           like the previous author   knew this was a problem but didn't
2070           care enough to fix it ;p.  - use defines instead of const chars
2071           for SMTP strings.  - default to send our fqdn (via gethostbyname
2072           lookup on gethostname)   in the HELO string, as this is an
2073           RFC/SMTP requirement.  overridable   via cmdline.  - use EHLO
2074           instead of HELO if using STARTTLS, as it is not SMTP but   ESMTP.
2075           - verify the server supports STARTTLS before initializing it.  -
2076           always send QUIT before disconnecting when possible.
2078 2005-10-13 10:58  seanius
2080         * plugins/check_mrtg.c: was this plugin even working?  i don't
2081           think the if/else logic was doing what was intended.
2083 2005-10-13 10:55  seanius
2085         * plugins/check_mysql.c: check mysql now reads [client] defaults
2086           from my.cnf (debian bug #278817)
2088 2005-10-06 13:16  seanius
2090         * plugins/check_ups.c: fix for misreporting temperature in perfdata
2091           output for check_ups (debian bts id: #316534)
2093 2005-10-06 13:12  seanius
2095         * configure.in, plugins-root/Makefile.am: whoops.  now using
2096           automake conditionals to prevent attempted compiles of pst3 on
2097           non solaris systems.
2099 2005-09-25 17:34  seanius
2101         * plugins-root/Makefile.am: added rules to Makefile.am for pst3
2103 2005-09-24 21:01  seanius
2105         * configure.in: a final change to hardcode the path for where
2106           plugins are installed.  it's a very, very ugly hack... if anyone
2107           can think of a better way to do it, i'm all ears.
2109 2005-09-22 13:10  seanius
2111         * configure.in: use test instead of '[ ... ]' in configure.in.  the
2112           check_procs/pst3 situation is still not quite fixed.
2114 2005-09-22 10:43  seanius
2116         * THANKS.in, configure.in, plugins-root/pst3.c: first version of
2117           bob ingraham's pst3 to allow checking for longer cmdline names
2118           than otherwise possible, by querying solaris kmem directly (ps
2119           forcibly truncates).  added requisite configure.in voodoo and
2120           updated THANKS.in.
2122 2005-09-22 09:10  tonvoon
2124         * po/POTFILES.in: Mark moving of check_dhcp and check_icmp for
2125           translation
2127 2005-09-21 14:07  tonvoon
2129         * AUTHORS, THANKS.in: Updated with contributors and new team member
2131 2005-09-21 14:04  tonvoon
2133         * plugins/check_nwstat.c: Reopen connections for each query
2134           (1296296 - David Sullivan)
2136 2005-09-21 11:09  tonvoon
2138         * plugins/: check_dhcp.c, check_icmp.c: Moved into plugins-root/
2140 2005-09-21 11:06  tonvoon
2142         * ACKNOWLEDGEMENTS, CHANGES, Makefile.am, README, configure.in,
2143           plugins/Makefile.am, plugins-root/.cvsignore,
2144           plugins-root/Makefile.am, plugins-root/check_dhcp.c,
2145           plugins-root/check_icmp.c: Separation of root setuid plugins into
2146           plugins-root/
2148 2005-09-20 17:11  tonvoon
2150         * configure.in: Incorrect assignment of procppid in configure.in
2151           (1296497 - Pascal Larisch)
2153 2005-09-20 12:34  tonvoon
2155         * configure.in, plugins/t/check_procs.t: Support for Tru64 for
2156           check_procs + additional test cases
2158 2005-09-19 15:18  tonvoon
2160         * doc/RELEASING: Note to update version number before creating
2161           ChangeLog
2163 2005-09-19 14:51  tonvoon
2165         * configure.in, package.def: For 1.4.2 release
2167 2005-09-19 14:48  tonvoon
2169         * ChangeLog: Updated for 1.4.2 release
2171 2005-09-19 14:46  tonvoon
2173         * doc/RELEASING: Reminders for news item and tag format
2175 2005-09-19 14:42  tonvoon
2177         * BUGS: Updated BUGS for 1.4.2 release
2179 2005-09-19 11:58  tonvoon
2181         * THANKS.in: More contributors
2183 2005-09-15 09:39  tonvoon
2185         * plugins/t/check_ping.t: Added test to make sure hostname has to
2186           be specified
2188 2005-09-15 09:27  tonvoon
2190         * plugins/: check_procs.c, check_swap.c: - Cleanup minor compile
2191           errors on Irix
2193 2005-09-14 15:40  tonvoon
2195         * plugins/check_ping.c: Using common message
2197 2005-09-14 15:36  tonvoon
2199         * plugins/check_ping.c: Required hostname not flagging as an error
2201 2005-09-14 13:40  tonvoon
2203         * plugins/Makefile.am: Some makes do not like blank lines after
2204           "\". Fixed check_ldaps to only generate if check_ldap was created
2205           (Chester Hosey)
2207 2005-09-14 10:53  tonvoon
2209         * plugins/check_load.c: Fix to parsing of uptime (Ronald Tin -
2210           1254656)
2212 2005-09-14 10:49  tonvoon
2214         * configure.in: - Removing typos
2216 2005-09-13 16:48  tonvoon
2218         * plugins/check_ping.c: More diagnostic messages from check_ping
2220 2005-09-12 12:20  seanius
2222         * plugins/check_ping.c: re-add a call to setlocale(LC_ALL, "") in
2223           check_ping.c
2225 2005-09-12 11:37  tonvoon
2227         * THANKS.in: For help in fixing Red Hat problem with ECHILD and
2228           waitpid
2230 2005-09-12 11:31  tonvoon
2232         * plugins/popen.c, Makefile.am, configure.in, config_test/Makefile,
2233           config_test/child_test.c, config_test/run_tests: ECHILD error at
2234           waitpid on Red Hat systems (Peter Pramberger and Sascha Runschke
2235           - 1250191)
2237 2005-08-30 23:11  tonvoon
2239         * plugins-scripts/subst.in: Better comments for what the
2240           substitutions are doing
2242 2005-08-01 22:30  tonvoon
2244         * doc/BRANCHING: Move notes on branching away from RELEASING
2246 2005-08-01 22:28  tonvoon
2248         * package.def: For 1.4.1 release
2250 2005-08-01 22:23  tonvoon
2252         * ChangeLog, configure.in, BUGS, REQUIREMENTS: For 1.4.1 release
2254 2005-07-25 15:17  illumino
2256         * NPTest.pm: Change the environment variable NPTESTCACHE to
2257           NPTEST_CACHE for consistancy
2259 2005-07-25 02:47  illumino
2261         * Helper.pm, Makefile.am, NPTest.pm, configure.in, test.pl.in,
2262           plugins/t/check_disk.t, plugins/t/check_dns.t,
2263           plugins/t/check_fping.t, plugins/t/check_ftp.t,
2264           plugins/t/check_hpjd.t, plugins/t/check_http.t,
2265           plugins/t/check_imap.t, plugins/t/check_load.t,
2266           plugins/t/check_mysql.t, plugins/t/check_ping.t,
2267           plugins/t/check_pop.t, plugins/t/check_procs.t,
2268           plugins/t/check_smtp.t, plugins/t/check_snmp.t,
2269           plugins/t/check_swap.t, plugins/t/check_tcp.t,
2270           plugins/t/check_time.t, plugins/t/check_udp.t,
2271           plugins/t/check_users.t, plugins/t/check_vsz.t,
2272           plugins-scripts/t/check_rpc.t: [1185704] New Testing
2273           Infrastructure.  Complete rewrite of the original testing
2274           infrastructure and all test cases (to use the new infrastructure)
2275           See NPTest.pm and issue 1185704 for more details.
2277 2005-07-20 23:39  tonvoon
2279         * THANKS.in: More contributors
2281 2005-07-20 23:38  tonvoon
2283         * plugins/check_ping.c: Fix parsing for netkit-ping and
2284           iputils-ping (Christian G Warden)
2286 2005-07-11 23:15  tonvoon
2288         * plugins/check_nwstat.c: Miscelleneous bug fixes (Gerd Mueller -
2289           1235879)
2291 2005-07-09 05:44  tonvoon
2293         * BRANCHES: Changed format (already!) for awk simplicity
2295 2005-07-09 05:03  tonvoon
2297         * BRANCHES: Master file to describe the current branches in CVS.
2298           Will be used by sfsnapshot to create the snapshot tarballs
2300 2005-07-06 23:21  tonvoon
2302         * configure.in: Removed ",", causing problems with MacOSX compile
2304 2005-07-06 23:10  tonvoon
2306         * plugins/check_swap.c: Updated help file to remove swap -s
2307           reference (Sivakumar Nellurandi)
2309 2005-07-06 22:00  tonvoon
2311         * AUTHORS, THANKS.in: Sean Finney moved to main list of plugin
2312           developers
2314 2005-07-04 10:52  opensides
2316         * contrib/tarballs/check_traffic-0.90b.tar.gz:
2317           replace the version of check_traffic who was missing the plugin
2318           by a good one
2320 2005-06-29 05:11  seanius
2322         * plugins/: runcmd.c, runcmd.h: initial versions of the runcmd
2323           framework by andreas
2325 2005-06-29 02:04  seanius
2327         * plugins/check_swap.c: divide by 0 fix for check_swap
2329 2005-06-28 03:26  seanius
2331         * plugins/check_load.c: set LC_NUMERIC to POSIX in check_load
2332           (1164325)
2334 2005-06-28 01:26  seanius
2336         * configure.in, plugins/Makefile.am, plugins/check_swap.c: scanf
2337           parsing fix for check_swap from tracker id 1123292.  now use
2338           floor(3) to round down floating point numbers.  requires -lm on
2339           many systems, so support for testing for this was added to the
2340           configure.in and automake template
2342 2005-06-27 14:07  seanius
2344         * plugins/check_hpjd.c: fixes from richard brodie (tracker id
2345           1216576)
2347 2005-06-26 17:27  seanius
2349         * contrib/: check_dl_size.pl, check_ftpget.pl, check_logins.c,
2350           check_mysql.c, check_mysql.pl, check_mysqlslave.pl,
2351           check_nwstat.pl, check_pop3.pl, check_procl.sh, check_procr.sh:
2352           spring cleaning of contrib directory from andreas
2354 2005-06-26 17:18  seanius
2356         * contrib/tarballs/: berger-ping.tar.gz, check_memory.tgz,
2357           check_spread.tar, radius.tar.gz: removal of obsolete tarballs
2359 2005-06-26 02:23  seanius
2361         * plugins/check_swap.c: "asprintf madness" fix from andreas' patch
2362           to np-d, minus the comments.
2364 2005-06-05 18:43  seanius
2366         * plugins/check_tcp.c: check_tcp code cleanup from andreas plus fix
2367           to andreas' patch from sean
2369 2005-06-03 14:53  seanius
2371         * plugins/check_procs.c: gcc 2.x fixes from edward
2373 2005-06-01 20:41  sghosh
2375         * plugins/check_snmp.c: only load mibs if needed or specified -
2376           patch 1212395
2378 2005-05-28 02:21  seanius
2380         * plugins/check_load.c: bugfixes to check_load thanks to andreas
2382 2005-05-26 03:13  seanius
2384         * plugins/check_mysql.c: fix for check_msyql so that it doesn't use
2385           column numbers but the names instead for determining slave
2386           status.  thanks to james kingston.
2388 2005-05-25 18:42  sghosh
2390         * plugins/check_time.c:  64bit sys support - 1185713
2392 2005-05-25 16:40  sghosh
2394         * plugins/check_snmp.c: support for getnext - 1106430
2396 2005-05-25 15:25  sghosh
2398         * plugins/check_ping.c: RH9 pattern
2400 2005-05-25 15:05  sghosh
2402         * plugins-scripts/check_ntp.pl: perfdata patch - 1172539
2404 2005-05-25 04:37  sghosh
2406         * plugins-scripts/check_ntp.pl: new option for zero offset -
2407           1159317
2409 2005-05-25 04:23  sghosh
2411         * plugins/check_snmp.c: v2c support - 1155754
2413 2005-05-25 01:43  seanius
2415         * configure.in, plugins/check_nagios.c, plugins/check_procs.c:
2416           fixes for check_procs: - added support for printing the pid in
2417           all the ps outputs - don't use the proc name to ignore self, use
2418           the pid vs getpid().  - initialize procetime to null string
2419           otherwise -vvv can have funny results
2421 2005-05-25 01:30  seanius
2423         * plugins/: check_tcp.c, netutils.c, netutils.h: bah, my_connect is
2424           taken by mysql.  now calling it np_net_connect.
2426 2005-05-24 23:33  sghosh
2428         * plugins-scripts/check_ntp.pl: patched bug id 1200030 - regex
2429           update
2431 2005-05-24 23:10  sghosh
2433         * plugins-scripts/check_ntp.pl: patched bug id 1204636
2435 2005-05-24 21:25  seanius
2437         * plugins/: check_tcp.c, netutils.c, netutils.h: optimizations and
2438           cleanup from andreas
2440 2005-05-23 06:09  seanius
2442         * nagios-plugins.spec.in: build fix
2444 2005-05-03 03:00  seanius
2446         * plugins/check_ping.c: setlocale(LC_ALL, "") should be
2447           setlocale(LC_NUMERIC, "C") to properly parse the output of ping.
2449 2005-05-03 02:52  seanius
2451         * plugins/check_tcp.c: if check_tcp was called with -e but not -s,
2452           it would hang in a call to my_recv.  the fix committed here adds
2453           on more piece of logic to the check to see if more data needs to
2454           be read, avoiding the deadlock call.  a better fix would be to
2455           not use these "voodoo" heuristics and instead use poll() or
2456           select(), but that's quite a bit more complicated.
2458 2005-05-01 21:12  seanius
2460         * plugins/: popen.c, popen.h: better error checking in spopen
2461           signal handler (see 1107524)
2463 2005-05-01 20:50  seanius
2465         * configure.in: provide a --with-perl option
2467 2005-04-29 01:27  stanleyhopcroft
2469         * contrib/check_sybase: check_sybase 0.7 from Simon Bellman. Thx
2471 2005-04-19 01:16  seanius
2473         * plugins-scripts/check_ntp.pl: regexp fix for check_ntp
2475 2005-04-19 01:09  seanius
2477         * configure.in: check for the -w flag for ping6 as well as ping
2479 2005-04-17 23:22  seanius
2481         * plugins-scripts/check_disk_smb.pl: also change the --help output
2482           to reflect that check_disk_smb defaults to empty passwords
2484 2005-04-16 07:09  seanius
2486         * plugins-scripts/check_disk_smb.pl: patch to check_disk_smb to
2487           allow empty passwords
2489 2005-04-14 05:13  seanius
2491         * plugins-scripts/check_mailq.pl: check_mailq fix, don't be case
2492           sensitive matching /^\s+Total\sRequests:\s(\d+)$/
2494 2005-04-14 05:07  seanius
2496         * plugins-scripts/check_ntp.pl: typographical fix in check_ntp
2498 2005-04-11 19:02  seanius
2500         * plugins/check_ssh.c: properly call close() on the ssh connection
2501           before exiting.
2503 2005-04-11 04:07  seanius
2505         * configure.in, plugins/check_tcp.c: this should add support for
2506           check_ssmtp, based on the 1.3.x patch in 1155562, but fixed to
2507           follow how things are done in 1.4 (using strdup instead of
2508           asprintf) and patching configure.in instead of configure.
2510 2005-04-07 05:33  seanius
2512         * plugins/check_smtp.c: in honor of joining up, my first bugfix.
2513           this should resolve 1174070.
2515           note i don't have an exchange server to test this against, but it
2516           does what the requester mentioned (slightly cleaner than the
2517           patch attached in the tracker).
2519           it does, however, still work against my own postfix server :)
2521                   sean
2523 2005-04-05 22:26  harpermann
2525         * plugins/check_snmp.c: This is a first cut at adding performance
2526           data to check_snmp.  I wasn't sure how to handle UOM so only
2527           values that return SNMP type Counter32: are labled with "c".  All
2528           other values have a blank UOM.  I also left off warn, crit, max
2529           and min values in the performance data until we come up with a
2530           way to handle them.
2532 2005-04-04 19:25  tonvoon
2534         * THANKS.in: More contributors
2536 2005-04-04 19:23  tonvoon
2538         * plugins/: check_smtp.c: Fix static buffer (Nikolay Sturm)
2540 2005-03-18 03:14  mattkent
2542         * plugins/check_mysql.c: Replication check support for 4.1.x from
2543           Gerrit Beine
2545 2005-03-08 06:19  tonvoon
2547         * plugins-scripts/check_ntp.pl: Added OS info for offset issue
2549 2005-03-04 22:20  tonvoon
2551         * plugins-scripts/check_ntp.pl: Ignore extra check on offset
2552           0.00000 (John Warburton - 1150777)
2554 2005-03-04 22:10  tonvoon
2556         * plugins/: check_disk.c, check_smtp.c, check_ups.c: Fixed //
2557           comments
2559 2005-03-04 21:58  tonvoon
2561         * plugins/: check_disk.c, check_smtp.c, check_ups.c: Fixed //
2562           comments (Steve Greenland - 1143836)
2564 2005-03-04 21:50  tonvoon
2566         * plugins-scripts/check_ntp.pl: Support for IPv6 (Merijn Evertse -
2567           1119917)
2569 2005-03-04 21:04  tonvoon
2571         * configure.in, package.def: Changed to next version number
2573 2005-03-04 21:03  tonvoon
2575         * doc/RELEASING: Notes on branching
2577 2005-03-04 20:43  tonvoon
2579         * CHANGES: Missed check_disk addition to 1.4
2581 2005-02-11 11:49  stanleyhopcroft
2583         * plugins/Makefile.am: Fix for check_icmp build on Solaris from
2584           Andreas Ericsson <ae@op5.se>
2586 2005-02-04 00:44  tonvoon
2588         * configure.in: For 1.4 release
2590 2005-02-04 00:43  tonvoon
2592         * ChangeLog: Updated for 1.4 release
2594 2005-02-04 00:29  tonvoon
2596         * BUGS: New file to note known bugs for major releases
2598 2005-02-04 00:28  tonvoon
2600         * CHANGES: Reordering of items with most important announcements
2601           first
2603 2005-02-04 00:27  stanleyhopcroft
2605         * contrib/check_oracle_tbs: New version (1.1) from John Koyle
2607 2005-02-04 00:26  tonvoon
2609         * Makefile.am: BUGS file addition to release
2611 2005-02-04 00:26  tonvoon
2613         * README: Cleanup and addition of reference to BUGS file
2615 2005-02-04 00:25  tonvoon
2617         * doc/RELEASING: Updated with corrections. Added note to update
2618           BUGS file
2620 2005-02-03 23:52  tonvoon
2622         * THANKS.in: Patch against check_log
2624 2005-02-03 23:51  tonvoon
2626         * plugins-scripts/check_log.sh: Check for log file readability
2628 2005-02-02 09:47  stanleyhopcroft
2630         * contrib/check_email_loop.pl: Add debug option from John Rouillard
2632 2005-02-02 06:42  stanleyhopcroft
2634         * plugins/check_ide_smart.c: try again to stop looping
2636 2005-02-02 05:44  stanleyhopcroft
2638         * plugins/check_ide_smart.c: restructure main() to stop looping on
2639           -n
2641 2005-02-01 12:43  stanleyhopcroft
2643         * contrib/check_traceroute-pure_perl.pl: Thank you to Myke Place
2644           for check_traceroute-pure_perl.pl
2646 2005-02-01 12:42  stanleyhopcroft
2648         * THANKS.in: Thank you for contributed plugins
2650 2005-02-01 12:30  stanleyhopcroft
2652         * plugins/Makefile.am: check_icmp added to libexec_PROGRAMS
2654 2005-02-01 12:25  stanleyhopcroft
2656         * CHANGES: check_icmp no longer regarded as volatile; built by
2657           default
2659 2005-02-01 12:23  stanleyhopcroft
2661         * plugins/linux.h: plugins/linux.h, vestigeal header required for
2662           prior versions of check_icmp, no longer required.
2664 2005-02-01 07:35  stanleyhopcroft
2666         * CHANGES: Amendments for check_icmp
2668 2005-02-01 07:34  stanleyhopcroft
2670         * plugins/Makefile.am: hacks to partly support check_icmp.c (1.0).
2672 2005-02-01 07:33  stanleyhopcroft
2674         * plugins/check_icmp.c: Revised check_icmp (1.0) from A Ericsson.
2676 2005-02-01 04:19  stanleyhopcroft
2678         * contrib/: check_asterisk.pl,
2679           check_http-with-client-certificate.c, check_email_loop.pl,
2680           tarballs/check_traffic-0.91b.tar.gz: New or revised plugin in
2681           /contrib
2683 2005-01-28 22:42  stanleyhopcroft
2685         * contrib/check_sybase: New version of Simon Bellwoods check_sybase
2686           (0.4). Thank you.
2688 2005-01-27 10:34  stanleyhopcroft
2690         * contrib/check_traceroute.pl: Jon Meek's check_traceroute for Mon
2691           hacked by YT for Nagios. Prob pretty weak
2693 2005-01-27 10:32  stanleyhopcroft
2695         * contrib/check_smart.pl: Candidate successor to
2696           /plugins/check_ide_smart.c. Now in /contrib. NB there is another
2697           new plugin with sim function
2699 2005-01-27 04:52  stanleyhopcroft
2701         * contrib/: check_fan_cpq_present, check_fan_fsc_present,
2702           check_temp_cpq, check_temp_fsc, check_mysqlslave.pl: New /contrib
2703           plugin
2705 2005-01-27 04:43  stanleyhopcroft
2707         * contrib/: check_pfstate, check_logins.c, check_arping.pl,
2708           check_frontpage, check_oracle_tbs, check_pcpmetric.py,
2709           check_cpqarray.c: New /contrib plugin
2711 2005-01-27 02:27  stanleyhopcroft
2713         * CHANGES, THANKS.in, contrib/README.TXT, po/de.po, po/fr.po:
2715           1 New /contrib plugins 2 Revised check_dhcp.c status in CHANGES
2717 2005-01-27 01:38  harpermann
2719         * plugins/Makefile.am: Added check_dhcp bask into libexec_PROGRAMS
2720           after talking with Stanley.
2722 2005-01-26 21:39  tonvoon
2724         * THANKS.in: More contributors
2726 2005-01-26 21:21  tonvoon
2728         * plugins/check_dig.c: Convert tabs to spaces from dig's answer
2729           section (Randy O'Meara - 1107651)
2731 2005-01-26 20:53  tonvoon
2733         * REQUIREMENTS: Add recommendation for check_procs on Mandrake
2734           systems (Paulo Fessel - 1106849)
2736 2005-01-25 22:15  stanleyhopcroft
2738         * plugins/check_ide_smart.c: Display usage if no argv (Reuben
2739           Farrelly)
2741 2005-01-25 18:11  harpermann
2743         * plugins/check_dhcp.c: Tracker:1109261  This was an alignment
2744           problem on Solaris.  Linux kernel fixes alignment so this was not
2745           seen there.  Memcpy takes care of proper alignment.  Tested on
2746           RHEL V3 U3, RHEL V4, FreeBSD 4.10 (Thanks Stanley!) and Solaris 9
2747           with the GNU env.
2749 2005-01-25 12:43  stanleyhopcroft
2751         * plugins/check_ide_smart.c: Trivial text changes (print_help,
2752           commentary & -n option)
2754 2005-01-25 09:20  stanleyhopcroft
2756         * contrib/tarballs/check_icmp-0.8.tar.gz: moved to /plugins (core
2757           plugin)
2759 2005-01-25 09:19  stanleyhopcroft
2761         * contrib/tarballs/check_cit.tgz: replaced by contrib/check_ica*
2762           (esp check_ica_metaframe_pub_apps)
2764 2005-01-25 09:16  stanleyhopcroft
2766         * contrib/check_dhcp.c: moved to /plugins (core plugin)
2768 2005-01-25 09:15  stanleyhopcroft
2770         * contrib/check_citrix: Replaced by the check_ica* pair of plugins
2771           (mainly check_ica_metaframe_pub_apps)
2773 2005-01-25 09:12  stanleyhopcroft
2775         * contrib/packet_utils.pm: packet creation and dumping hacks used
2776           by check_ica* and check_lotus
2778 2005-01-25 09:09  stanleyhopcroft
2780         * contrib/check_ica_master_browser.pl: New plugin - checks that ICA
2781           master browser is what it should be (important for firewalled
2782           dialup)
2784 2005-01-25 09:07  stanleyhopcroft
2786         * contrib/check_ica_metaframe_pub_apps.pl: Replacement (structured
2787           name mainly) for check_citrix: check of ICA browse service
2789 2005-01-25 09:05  stanleyhopcroft
2791         * contrib/check_ica_program_neigbourhood.pl: New plugin to check
2792           Citrix Metaframe XP "Program Neighbourhood"
2794 2005-01-25 09:04  stanleyhopcroft
2796         * contrib/check_lotus.pl: New plugin to check responsiveness of
2797           Louts Notes (v5 at least) servers
2799 2005-01-24 23:17  stanleyhopcroft
2801         * plugins/Makefile.am: Removed check_dhcp and check_icmp from
2802           libexec_PROGRAMS (ie dont build by defaut)
2804 2005-01-24 23:15  stanleyhopcroft
2806         * CHANGES: Notes about check_dhcp and check_icmp (no longer built
2807           by default, use at own peril, volatile)
2809 2005-01-21 09:24  stanleyhopcroft
2811         * configure.in: Set arch specifc preprocessor symbols in config.h.
2812           TEMPORARY hack for check_dhcp.c [on FreeBSD 4: /check_dhcp -i
2813           fxp0 -> DHCP ok: Received 1 DHCPOFFER(s), max lease time = 259200
2814           sec.
2816 2005-01-21 01:03  harpermann
2818         * plugins/check_snmp.c: Tracker 1106378 fixed - The -t (timeout)
2819           arg was not handled correctly when passed to the snmpget command.
2820           Added -e --retries for the correct retries value to snmpcmd.
2822 2005-01-21 00:01  tonvoon
2824         * doc/developer-guidelines.sgml: Changing copyright to the Nagios
2825           Plugins Development Team, rather than individual names. Also,
2826           clarified use of ACKNOWLEDGEMENTS, THANKS.in and AUTHORS
2828 2005-01-20 23:40  harpermann
2830         * plugins/check_http.c: Changed long argument --minmax to
2831           --pagesize and updated help and usage
2833 2005-01-20 23:39  tonvoon
2835         * AUTHORS, Makefile.am, THANKS.in: The AUTHORS file now used for
2836           the plugin team, with THANKS.in as the contributors list.
2838 2005-01-20 23:37  harpermann
2840         * CHANGES: Added comment about check_http --pagesize and added max
2841           value to page size check
2843 2005-01-20 23:25  tonvoon
2845         * AUTHORS: Added Sean for bug reports
2847 2005-01-20 22:50  harpermann
2849         * plugins/check_http.c: Tracker 1099682 fix.  Now getting the page
2850           size from Content-Length in the header.  Added max value to the
2851           -m switch so can do "-m min:max".  Retained "-m min" convention.
2852           Renamed long arg name to --minmax
2854 2005-01-19 23:39  harpermann
2856         * plugins/check_nt.c: In the CHECK_COUNTER block, there were
2857           several strcats writing to unallocated memory.  Changed to
2858           asprintf. We're not freeing since plugin run is short.
2860 2005-01-19 21:14  tonvoon
2862         * plugins/check_swap.c: Fixed parsing of AIX lsps command (1093522)
2864 2005-01-14 14:39  tonvoon
2866         * AUTHORS: More contributors
2868 2005-01-14 14:13  tonvoon
2870         * plugins/check_disk.c: Fix logic error with -e switch where result
2871           not set (Daniel Austin - 1102012)
2873 2005-01-14 10:59  tonvoon
2875         * configure.in: Fixed ssl configure problems on Solaris (Bug
2876           1096091)
2878 2005-01-13 18:24  tonvoon
2880         * configure.in, plugins/check_swap.c: Use floats for holding memory
2881           values to avoid different types on different OSes. Seems to have
2882           a problem with the perf data for check_swap on Sol 2.6, but not
2883           critical
2885 2005-01-05 21:32  tonvoon
2887         * configure.in, package.def: Update version number to next release
2889 2005-01-04 00:16  opensides
2891         * plugins/check_ide_smart.c:
2892           still trying to fix #1094326
2894 2005-01-03 01:37  opensides
2896         * plugins/check_ide_smart.c:
2897           more fixes for #1094326
2899 2005-01-03 00:59  opensides
2901         * plugins-scripts/check_mailq.pl:
2902           fixes for #1094324
2904 2005-01-02 14:00  opensides
2906         * plugins/check_ide_smart.c:
2907           fixing bug #1094326
2909           still need to check the makefile for check_ide_smart.c
2911 2005-01-01 16:15  tonvoon
2913         * plugins/check_smtp.c: Removed old terminate function (Bug
2914           1093491)
2916 2004-12-30 17:17  tonvoon
2918         * ChangeLog: Updated with r1_4-beta1 details
2920 2004-12-30 14:23  tonvoon
2922         * CHANGES: Note some syntax changes to check_disk
2924 2004-12-30 14:22  tonvoon
2926         * doc/RELEASING: Update package files for version
2928 2004-12-30 14:21  tonvoon
2930         * AUTHORS: For help with ps on FreeBSD 4
2932 2004-12-30 14:19  tonvoon
2934         * configure.in: Get ps command for FreeBSD 4 (Tomasz Pilat)
2936 2004-12-30 00:41  opensides
2938         * plugins/check_dhcp.c, plugins/check_dns.c, plugins/check_ping.c,
2939           plugins/check_procs.c, plugins/check_smtp.c,
2940           plugins/check_snmp.c, plugins/check_swap.c, plugins/check_tcp.c,
2941           po/de.po, po/fr.po, po/nagios-plugins.pot:
2942           more internationalization fixes internationalization freeze for
2943           beta1
2945 2004-12-28 23:40  opensides
2947         * AUTHORS, po/fr.po:
2948           more internationalization
2950 2004-12-28 23:18  opensides
2952         * plugins/Makefile.am, plugins/check_smtp.c, po/fr.po:
2953           starttls support for check_smtp #1041576
2955 2004-12-28 22:34  opensides
2957         * AUTHORS, plugins/check_ping.c:
2958           String match in check_ping for Solaris 10 #1091043
2960 2004-12-28 20:40  tonvoon
2962         * configure.in: sys/param.h needed for sys/swap.h on openbsd 3.6
2963           (Julien Touche)
2965 2004-12-27 22:44  opensides
2967         * po/fr.po:
2968           more internationalization
2970 2004-12-25 23:17  opensides
2972         * plugins/check_dig.c, plugins/check_disk.c, plugins/check_dns.c,
2973           plugins/check_dummy.c, plugins/check_fping.c,
2974           plugins/check_game.c, plugins/check_hpjd.c, plugins/check_icmp.c,
2975           plugins/check_ide_smart.c, plugins/check_ldap.c,
2976           plugins/check_load.c, plugins/check_mrtg.c,
2977           plugins/check_mrtgtraf.c, plugins/check_mysql.c,
2978           plugins/check_nagios.c, plugins/check_nt.c,
2979           plugins/check_nwstat.c, plugins/check_overcr.c,
2980           plugins/check_pgsql.c, plugins/check_ping.c,
2981           plugins/check_procs.c, plugins/check_radius.c,
2982           plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c,
2983           plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c,
2984           plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c,
2985           plugins/check_users.c, plugins/negate.c, plugins/netutils.c,
2986           plugins/popen.c, plugins/popen.h, plugins/urlize.c,
2987           plugins/utils.c, po/de.po, po/fr.po, po/nagios-plugins.pot:
2988           various fixes for localization
2990 2004-12-25 16:18  opensides
2992         * po/: de.po, fr.po, nagios-plugins.pot:
2993           new version of po files and pot file
2995 2004-12-25 12:25  opensides
2997         * package.def, po/POTFILES.in:
2998           change realase name on package.def adding check_dhcp.c to
2999           potfiles.in
3001 2004-12-25 12:09  opensides
3003         * plugins/: check_by_ssh.c, check_dhcp.c:
3004           internationalization of check_dhcp internationalization fixes of
3005           check_ssh
3007 2004-12-24 18:06  opensides
3009         * plugins/check_icmp.c, po/POTFILES.in, po/fr.po:
3010           first pass at adapting to plugin guidelines and start of
3011           localization
3013 2004-12-23 18:54  opensides
3015         * plugins/check_http.c, po/fr.po:
3016           internationalization fixes
3018 2004-12-23 16:47  mwirtgen
3020         * po/de.po: german translations 391 to go
3022 2004-12-23 09:30  tonvoon
3024         * ACKNOWLEDGEMENTS, configure.in, m4/np_curl.m4,
3025           plugins/Makefile.am: Another attempt at fixing check_http compile
3026           on Redhat EL3. Fixed check_icmp compile (Lynne Lawrence -
3027           1087171) - still some code changes to check_icmp outstanding.
3028           Fixed compile of check_dhcp (complaining about socklen_t).  Added
3029           acknowledgements for Coreutils and curl
3031 2004-12-22 23:02  harpermann
3033         * plugins/check_nt.c: Added check for "%" in COUNTER <description>.
3034           If it exists, <description> is used as an arg to asprintf.  If
3035           it doesn't exist, <description> is used as a label.  If the
3036           formatting is wrong, the program will segv.
3038 2004-12-22 07:24  tonvoon
3040         * lib/: Makefile.am, stdbool_.h: File required from coreutils
3042 2004-12-21 22:52  tonvoon
3044         * configure.in, plugins/Makefile.am: Revert back to previous
3045           openssl checks (the ones from curl kept having problems with
3046           later Redhat versions)
3048 2004-12-21 22:36  tonvoon
3050         * m4/stdbool.m4: Another m4 from coreutils
3052 2004-12-21 15:45  tonvoon
3054         * AUTHORS: For their bug reports
3056 2004-12-21 12:47  tonvoon
3058         * configure.in: Fix for FreeBSD ps command (reported by Michael
3059           Bakker)
3061 2004-12-21 09:32  tonvoon
3063         * lib/Makefile.am, m4/Makefile.am, m4/np_coreutils.m4: Fixed
3064           compile problem on Sol2.6 with stdbool.h
3066 2004-12-21 08:56  stanleyhopcroft
3068         * plugins/check_dhcp.c: Commentary changes only: cite origin of
3069           copied code with reference to ACK file
3071 2004-12-21 08:55  stanleyhopcroft
3073         * ACKNOWLEDGEMENTS: ACK file contains the details of the authors of
3074           code copied by the plugins
3076 2004-12-21 05:00  mattkent
3078         * plugins/check_dns.c: Add another error string match from Pasi
3079           Tiittanen
3081 2004-12-20 22:20  tonvoon
3083         * plugins/check_nagios.c: Corrected help for expiry units. Restored
3084           functionality of searching for process arguments
3086 2004-12-20 22:01  tonvoon
3088         * plugins/check_nagios.c: Updating help text to reflect using
3089           shortname instead of full path for command
3091 2004-12-20 21:38  tonvoon
3093         * configure.in: - stupid typo
3095 2004-12-20 21:26  tonvoon
3097         * configure.in: Fix compile errors when looking for openssl
3099 2004-12-20 09:04  stanleyhopcroft
3101         * COPYING, plugins/check_dhcp.c, po/de.po, po/fr.po: Compilation
3102           fixes for check_dhcp.c HP-UX 11. Still fails on HP-UX 10. Unknown
3103           if check_dhcp works on UX.
3105 2004-12-18 18:28  mwirtgen
3107         * po/de.po: Initial commit on german translation - 428 to go
3109 2004-12-17 18:14  tonvoon
3111         * configure.in: Support for FreeBSD 5.2.1 and 5.3 in check_procs
3113 2004-12-15 23:12  tonvoon
3115         * configure.in: Bump version to next release
3117 2004-12-15 23:11  tonvoon
3119         * doc/developer-guidelines.sgml: Mistake in automake version - back
3120           to 1.8
3122 2004-12-15 23:10  tonvoon
3124         * doc/RELEASING: Clarified notes
3126 2004-12-15 21:56  tonvoon
3128         * ChangeLog: Updated for r1_4_0-alpha3
3130 2004-12-15 21:27  tonvoon
3132         * doc/developer-guidelines.sgml: Updated requirements for GNU tools
3134 2004-12-15 21:01  tonvoon
3136         * m4/Makefile.am: Makefile for m4 files
3138 2004-12-15 20:54  tonvoon
3140         * Makefile.am, configure.in, plugins/Makefile.am, tools/setup:
3141           Support for coreutils lib. Configure tests via m4 scripts from
3142           coreutils
3144 2004-12-15 20:51  tonvoon
3146         * m4/: Makefile.am.in, afs.m4, codeset.m4, error.m4, exitfail.m4,
3147           extensions.m4, fstypename.m4, fsusage.m4, getopt.m4, gettext.m4,
3148           glibc21.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, inttypes.m4,
3149           inttypes_h.m4, isc-posix.m4, lcmessage.m4, lib-ld.m4,
3150           lib-link.m4, lib-prefix.m4, ls-mntd-fs.m4, malloc.m4,
3151           mountlist.m4, np_coreutils.m4, onceonly.m4, progtest.m4,
3152           realloc.m4, stdint_h.m4, uintmax_t.m4, ulonglong.m4,
3153           unlocked-io.m4, xalloc.m4: Moving m4 files from lib/
3155 2004-12-15 20:47  tonvoon
3157         * lib/: Makefile.am, afs.m4, error.m4, exitfail.m4, fstypename.m4,
3158           fsusage.m4, full-read.c, full-write.c, full-write.h, getopt.m4,
3159           ls-mntd-fs.m4, onceonly.m4, safe-read.c, safe-read.h,
3160           safe-write.c, safe-write.h, unlocked-io.m4, xalloc.m4: Moving m4
3161           files into m4/. Added extra coreutils files required from
3162           autoconf tests. Updated Makefile.am to have nagiosplug lib and a
3163           separate coreutils lib
3165 2004-12-15 00:10  opensides
3167         * po/: de.po, fr.po:
3168           fr.po work in progress still 88 to translate ;-)
3170 2004-12-11 06:25  mattkent
3172         * plugins/check_tcp.c: Patch from Ollie Cook to define return code
3173           when expected value not received (#1082275).  Also included
3174           another change from Ollie Cook to do stricter matching of
3175           expected values from the beginning of the line. When a user
3176           defines an expected string this is changed to the old style
3177           strstr matching.
3179 2004-12-10 21:18  tonvoon
3181         * plugins/check_ldap.c: Fixed compile warning
3183 2004-12-10 06:10  mattkent
3185         * plugins/Makefile.am: Compile broken - fixing link flags.
3187 2004-12-10 05:57  mattkent
3189         * plugins/check_dns.c: Error catching improvements from Ollie Cook
3191 2004-12-10 05:54  mattkent
3193         * plugins/check_pgsql.c: Fixing broken compile
3195 2004-12-10 05:39  mattkent
3197         * AUTHORS: More contributers
3199 2004-12-10 00:54  stanleyhopcroft
3201         * plugins/Makefile.am: Changes to link flags for check_dhcp.c
3203 2004-12-10 00:52  stanleyhopcroft
3205         * plugins/check_dhcp.c: Extensive changes to get MAC address from
3206           Solaris via DLPI
3208 2004-12-10 00:20  tonvoon
3210         * plugins/: check_dns.c, check_procs.c: Reverting back ngettext
3211           calls
3213 2004-12-10 00:13  tonvoon
3215         * plugins/common.h: Fix includes for gettext
3217 2004-12-09 22:33  tonvoon
3219         * configure.in: Include $libsuff for systems that define this
3220           (based on advice from Daniel Stenberg)
3222 2004-12-08 23:14  tonvoon
3224         * configure.in: Removed redundant check and make export
3225           LD_LIBRARY_PATH more sh friendly
3227 2004-12-08 00:36  opensides
3229         * configure.in, plugins/Makefile.am, plugins/check_by_ssh.c,
3230           plugins/check_game.c, plugins/check_http.c,
3231           plugins/check_ide_smart.c, plugins/check_ldap.c,
3232           plugins/check_snmp.c, plugins/check_tcp.c:
3233           patch 1028033
3235           minor internationalization fixes
3237 2004-12-08 00:22  tonvoon
3239         * configure.in: Fixed output info for openssl and LD_LIBRARY_PATH
3240           for subsequent compiles (otherwise get ld.so.1: ./conftest:
3241           fatal: libssl.so.0.9.7: open failed)
3243 2004-12-07 06:51  tonvoon
3245         * configure.in, plugins/Makefile.am: Better SSL checking (inspired
3246           by curl 7.12.2's configure.ac)
3248 2004-12-07 03:13  mattkent
3250         * plugins-scripts/check_ifoperstatus.pl: Option to check for admin
3251           down (#1012191) from RaĆŗl Pedroche.
3253 2004-12-07 02:45  stanleyhopcroft
3255         * plugins/Makefile.am: Correct dependencies for check_dhcp.c.
3257 2004-12-07 02:31  stanleyhopcroft
3259         * plugins/: Makefile.am, check_dhcp.c: New plugin: check_dhcp.c.
3260           Attempt to port to non Linux platform.
3262 2004-12-06 18:49  opensides
3264         * po/fr.po:
3265           new version of fr.po
3267 2004-12-05 22:07  mattkent
3269         * plugins/check_snmp.c: Fix for -s string matching (#756567, Tony
3270           Missana)
3272 2004-12-05 12:59  opensides
3274         * plugins/check_nt.c, po/fr.po, po/nagios-plugins.pot:
3275           cleaned fr.po nagios-plugins.pot
3277 2004-12-05 00:54  opensides
3279         * plugins/: check_http.c, check_icmp.c, check_nwstat.c,
3280           check_ping.c, check_smtp.c, check_swap.c, utils.h:
3281           fix patch 998291 fix patch 1078934 expect check_ssh fix and
3282           check_nt perfdata should stay on one word like in nagios
3284 2004-12-04 12:34  opensides
3286         * po/nagios-plugins.pot:
3287           new version of pot file
3289 2004-12-04 12:31  opensides
3291         * plugins/check_by_ssh.c, plugins/check_dns.c, po/POTFILES.in:
3292           various internationalization fixes
3294 2004-12-04 12:12  opensides
3296         * plugins/Makefile.am, plugins/check_by_ssh.c, plugins/check_dig.c,
3297           plugins/check_http.c, plugins/check_ide-smart.c,
3298           plugins/check_ide_smart.c, plugins/check_mrtg.c,
3299           plugins/check_nt.c, plugins/check_nwstat.c,
3300           plugins/check_overcr.c, plugins/check_real.c,
3301           plugins/check_smtp.c, plugins/check_swap.c, plugins/check_tcp.c,
3302           plugins/check_time.c, plugins/check_udp.c, po/POTFILES.in:
3303           internationalization fixes bugfixes
3305 2004-12-04 10:57  opensides
3307         * plugins/: check_dns.c, check_hpjd.c:
3308           check_dns needs a space between 'time' and the hostname
3309           check_hpjd needs a parenthesis removed in print_usage()
3311 2004-12-04 00:23  opensides
3313         * plugins/check_swap.c:
3314           Bug Fix [ 1024735 ] check_swap providing inaccurate swap
3315           information on Sol6
3317 2004-12-03 23:55  opensides
3319         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
3320           check_fping.c, check_game.c, check_hpjd.c, check_http.c,
3321           check_ldap.c, check_load.c, check_mrtg.c, check_mrtgtraf.c,
3322           check_mysql.c, check_nagios.c, check_nt.c, check_nwstat.c,
3323           check_overcr.c, check_pgsql.c, check_ping.c, check_procs.c,
3324           check_radius.c, check_real.c, check_smtp.c, check_snmp.c,
3325           check_ssh.c, check_swap.c, check_tcp.c, check_time.c,
3326           check_udp.c, check_ups.c, check_users.c, negate.c:
3327           reverting my changes from !=TRUE to == ERROR, that's not good ;-(
3328           sorry
3330 2004-12-03 23:23  opensides
3332         * plugins/check_tcp.c, po/de.po, po/fr.po, po/nagios-plugins.pot:
3333           check_tcp parenthesis bug, header fix for po files
3335 2004-12-03 23:01  opensides
3337         * plugins/: check_dig.c, check_disk.c, check_dns.c, check_dummy.c,
3338           check_fping.c, check_game.c, check_hpjd.c, check_http.c,
3339           check_ide-smart.c, check_ldap.c, check_mrtg.c, check_mrtgtraf.c,
3340           check_nagios.c, check_nt.c, check_nwstat.c, check_overcr.c,
3341           check_pgsql.c, check_procs.c, check_radius.c, check_real.c,
3342           check_smtp.c, check_snmp.c, check_swap.c, check_tcp.c,
3343           check_time.c, check_udp.c, check_ups.c:
3344           print_help and print_usage() cleanup
3346           other misc cleanups
3348 2004-12-03 21:56  stanleyhopcroft
3350         * plugins/check_tcp.c: 1041571: -D option processing corrected
3351           (Eric Chen). Changed process_arguments() to return TRUE. Dont
3352           know why this was necessary.
3354 2004-12-03 20:28  opensides
3356         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
3357           check_dummy.c, check_fping.c, check_game.c, check_hpjd.c,
3358           check_http.c, check_ide-smart.c, check_ldap.c, check_load.c,
3359           check_mrtg.c, check_mrtgtraf.c, check_mysql.c, check_nagios.c,
3360           check_nt.c, check_nwstat.c, check_overcr.c, check_pgsql.c,
3361           check_ping.c, check_procs.c, check_radius.c, check_real.c,
3362           check_smtp.c, check_snmp.c, check_ssh.c, check_swap.c,
3363           check_tcp.c, check_time.c, check_udp.c, check_ups.c,
3364           check_users.c, negate.c, urlize.c: remove UT_HLP_VRS from
3365           print_usage this was not a good idea ;-)
3367 2004-12-03 19:20  opensides
3369         * plugins/utils.c:
3370           removing support fonction removing warranty from print_revision
3372 2004-12-03 17:48  opensides
3374         * ROADMAP, package.def, plugins/negate.c, plugins/utils.h:
3375           some minor fixes
3377 2004-12-03 17:15  opensides
3379         * plugins/: check_load.c, check_ssh.c:
3380           correcting parenthesis error
3382 2004-12-03 16:56  opensides
3384         * AUTHORS, plugins/check_load.c, plugins/check_pgsql.c,
3385           plugins/check_ping.c, plugins/check_procs.c,
3386           plugins/check_radius.c, plugins/check_real.c,
3387           plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_ssh.c,
3388           plugins/check_swap.c, plugins/check_tcp.c, plugins/check_time.c,
3389           plugins/check_udp.c, plugins/check_ups.c, plugins/check_users.c,
3390           plugins/urlize.c:
3391           fixes for internationalization
3393 2004-12-03 11:45  opensides
3395         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
3396           check_dummy.c, check_fping.c, check_game.c, check_hpjd.c,
3397           check_http.c, check_ide-smart.c, check_ldap.c, check_load.c,
3398           check_mrtg.c, check_mrtgtraf.c, check_mysql.c, check_nagios.c,
3399           check_nt.c, check_nwstat.c:
3400           internationalization fixes and help fixes
3402 2004-12-03 09:19  opensides
3404         * plugins/check_by_ssh.c, plugins/check_dig.c,
3405           plugins/check_http.c, plugins/check_nwstat.c,
3406           plugins/check_pgsql.c, plugins/check_ping.c, plugins/check_udp.c,
3407           po/.cvsignore:
3408           Localization fixes
3410 2004-12-03 08:45  opensides
3412         * plugins/: check_ide-smart.c, check_pgsql.c:
3413           correcting copyright and remaning int result = STATE_UNKNOWN;
3415 2004-12-03 04:37  mattkent
3417         * plugins/check_nagios.c: Affected by elapsed time patch.
3419 2004-12-03 04:16  mattkent
3421         * AUTHORS: Another contributer.
3423 2004-12-03 04:10  mattkent
3425         * configure.in, plugins/check_procs.c: Patch from Russell Miller
3426           which adds elapsed time as a metric. Only for linux so far.
3427           (991359)
3429 2004-12-03 02:21  mattkent
3431         * plugins/check_ldap.c: Fix typo breaking compile.
3433 2004-12-03 00:55  opensides
3435         * plugins/: check_by_ssh.c, check_dig.c, check_dns.c,
3436           check_dummy.c, check_fping.c, check_game.c, check_hpjd.c,
3437           check_ide-smart.c, check_ldap.c, check_load.c, check_mrtg.c,
3438           check_mrtgtraf.c, check_mysql.c, check_nagios.c, check_nt.c,
3439           check_nwstat.c, check_overcr.c, check_pgsql.c, check_ping.c,
3440           check_procs.c, check_radius.c, check_real.c, check_smtp.c,
3441           check_snmp.c, check_ssh.c, check_swap.c, check_tcp.c,
3442           check_time.c, check_udp.c, check_ups.c, check_users.c, negate.c,
3443           urlize.c:
3444           bump copyright year initialize result to STATE_UNKNOW in place of
3445           STATE_OK
3447 2004-12-02 21:23  opensides
3449         * plugins/: check_dns.c, check_ldap.c, check_procs.c:
3450           --disable-nls throws an error on check_dns, check_procs and
3451           check_ldap without this patch.
3453 2004-12-02 21:03  stanleyhopcroft
3455         * plugins/check_tcp.c: Tracker 1041571: appended :D to
3456           getopt_long() args (for cert expiry check). Eric Chen.
3458 2004-12-02 16:51  opensides
3460         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
3461           check_fping.c, check_game.c, check_hpjd.c, check_http.c,
3462           check_ldap.c, check_load.c, check_mrtg.c, check_mrtgtraf.c,
3463           check_mysql.c, check_nagios.c, check_nt.c, check_nwstat.c,
3464           check_overcr.c, check_pgsql.c, check_ping.c, check_procs.c,
3465           check_radius.c, check_real.c, check_smtp.c, check_snmp.c,
3466           check_ssh.c, check_swap.c, check_tcp.c, check_time.c,
3467           check_udp.c, check_ups.c, check_users.c, negate.c, popen.c,
3468           utils.c:
3469           More internationalization work new usage4 function to permit
3470           localisation of think like check_ssh: xxxxx
3472 2004-12-02 14:54  opensides
3474         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
3475           check_fping.c, check_game.c, check_hpjd.c, check_ldap.c,
3476           check_load.c, check_mrtg.c, check_mrtgtraf.c, check_mysql.c,
3477           check_nagios.c, check_nt.c, check_nwstat.c, check_overcr.c,
3478           check_pgsql.c, check_ping.c, check_procs.c, check_radius.c,
3479           check_real.c, check_smtp.c, check_snmp.c, check_ssh.c,
3480           check_swap.c, check_tcp.c, check_time.c, check_udp.c,
3481           check_ups.c, check_users.c, negate.c:
3482           return of process_arguments() is TRUE not OK !
3484 2004-12-02 14:35  opensides
3486         * plugins/check_http.c: return of process_arguments() is TRUE not
3487           OK !
3489 2004-12-02 08:45  stanleyhopcroft
3491         * plugins/Makefile.am: Add check_icmp plugin
3493 2004-12-02 08:44  stanleyhopcroft
3495         * plugins/check_icmp.c: check_icmp plugin from A Ericsson
3497 2004-12-02 08:44  stanleyhopcroft
3499         * plugins/linux.h: For check_icmp plugin from A Ericsson
3501 2004-12-02 04:48  mattkent
3503         * command.cfg.in: Fix typo.
3505 2004-12-02 04:36  mattkent
3507         * AUTHORS, REQUIREMENTS, command.cfg.in, plugins/check_ups.c: Patch
3508           from Arnaud Quette to bring support to NUT 2.0 plus couple
3509           improvements and fixes (1038413 which includes 1032009, 815785).
3511 2004-12-02 01:11  opensides
3513         * plugins/: check_dns.c, check_game.c, check_http.c,
3514           check_ide-smart.c, check_load.c, check_mrtgtraf.c, check_mysql.c,
3515           check_nagios.c, check_nt.c, check_nwstat.c, check_overcr.c,
3516           check_pgsql.c, check_ping.c, check_procs.c, check_radius.c,
3517           check_real.c, check_snmp.c, check_ssh.c, check_tcp.c,
3518           check_time.c, check_udp.c, check_ups.c, negate.c, popen.c:
3519           changed Error: by CRITICAL - more localization fixes
3521 2004-12-02 00:30  opensides
3523         * contrib/check_rbl.c:
3524           adapted for localization
3526 2004-12-01 23:54  opensides
3528         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
3529           check_dummy.c, check_fping.c, check_game.c, check_hpjd.c,
3530           check_http.c, check_ide-smart.c, check_ldap.c, check_load.c,
3531           check_mrtg.c, check_mrtgtraf.c, check_mysql.c, check_nagios.c,
3532           check_nt.c, check_nwstat.c, check_overcr.c, check_pgsql.c,
3533           check_ping.c, check_procs.c, check_radius.c, check_real.c,
3534           check_smtp.c, check_snmp.c, check_ssh.c, check_swap.c,
3535           check_tcp.c, check_time.c, check_udp.c, check_ups.c,
3536           check_users.c, common.h, getaddrinfo.c, getaddrinfo.h,
3537           gethostbyname.c, gethostbyname.h, negate.c, netutils.c,
3538           netutils.h, popen.c, urlize.c, utils.c, utils.h:
3539           standardize localization string standardize unknow arguments
3541 2004-12-01 22:02  tonvoon
3543         * doc/RELEASING: Notes on releasing
3545 2004-12-01 21:55  tonvoon
3547         * configure.in: Next version number
3549 2004-12-01 21:01  tonvoon
3551         * ChangeLog: Updated for r1_4_0-alpha2
3553 2004-12-01 20:43  tonvoon
3555         * tools/devmode: eval not working - instructions now in comments
3557 2004-12-01 20:09  tonvoon
3559         * plugins-scripts/check_oracle.sh: Fixed pmon process checking from
3560           a change I made earlier
3562 2004-12-01 19:33  opensides
3564         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
3565           check_fping.c, check_ssh.c:
3566           first pass at standardization of messages for the localization
3568 2004-12-01 08:41  stanleyhopcroft
3570         * configure.in: Bryan Loniewski contributed check_jabber plugin
3571           (SSL/check_tcp); Eric Chen check_nntps plugin + SSL certficate
3572           expiry check [added -D option to check_tcp]
3574 2004-12-01 08:28  stanleyhopcroft
3576         * plugins/netutils.c: 1075725: patch to my_connect() to deal with
3577           SEGV if connect fails
3579 2004-12-01 08:26  stanleyhopcroft
3581         * plugins/check_tcp.c: 1041571 & 664615: check_tcp with cert check
3582           + nntps, simap, jabber
3584 2004-12-01 03:50  mattkent
3586         * contrib/check_nmap.py: Small fix from David Rippel (996800) for
3587           newer versions of nmap
3589 2004-12-01 03:26  mattkent
3591         * plugins-scripts/check_oracle.sh: Perf data and other improvements
3592           by Florian Gleixner (1027787)
3594 2004-11-30 07:40  opensides
3596         * po/fr.po:
3597           more french translations
3599 2004-11-30 00:25  tonvoon
3601         * plugins/check_ide-smart.c: Capitalized some error messages
3603 2004-11-30 00:24  tonvoon
3605         * plugins/urlize.c: Updated output to UNKNOWN
3607 2004-11-30 00:21  opensides
3609         * po/fr.po:
3610           translating fr.po new part
3612 2004-11-29 23:52  tonvoon
3614         * lib/: Makefile.am, exitfail.m4, getopt.m4: Extra files required
3615           from coreutils
3617 2004-11-29 23:46  tonvoon
3619         * SUPPORT: Cleanup and statement re: contrib plugins
3621 2004-11-29 22:42  tonvoon
3623         * configure.in: Patches for configure on *BSD (Julien Touche)
3625 2004-11-29 05:07  stanleyhopcroft
3627         * contrib/: README.TXT, rblcheck-dns, rblcheck-web,
3628           tarballs/check_icmp-0.8.tar.gz: [no log message]
3630 2004-11-29 04:49  mattkent
3632         * contrib/check_linux_raid.pl: Better error checking (820806)
3634 2004-11-29 00:56  opensides
3636         * po/fr.po:
3637           second version of french .po still 300 ;-) to translate
3639 2004-11-28 22:57  opensides
3641         * po/fr.po:
3642           first new translation of fr.po
3644 2004-11-27 21:00  mattkent
3646         * plugins/check_ssh.c: Add remote version check (1030269, Daniel
3647           Gullin)
3649 2004-11-26 08:54  stanleyhopcroft
3651         * AUTHORS: New plugin/bugfix: tracker 1070929. check_hpjdres
3653 2004-11-25 05:09  mattkent
3655         * plugins/check_disk.c: From old test harness code, make
3656           ./check_disk -w 0 -c 0 / valid parameters again
3658 2004-11-25 05:06  mattkent
3660         * test.pl.in, plugins/t/check_dns.t, plugins/t/check_http.t,
3661           plugins/t/check_load.t, plugins/t/check_mysql.t: Updating test
3662           harness
3664 2004-11-25 04:49  stanleyhopcroft
3666         * contrib/README.TXT: Removed reference to non existent tar balls
3667           (Hopcroft plugins)
3669 2004-11-25 04:46  stanleyhopcroft
3671         * contrib/check_wins.pl: Non functional tidy ups to check_wins
3673 2004-11-25 04:30  stanleyhopcroft
3675         * contrib/check_hw.sh: Added /contrib/check_hw.sh by Rok Debevc
3677 2004-11-25 04:28  stanleyhopcroft
3679         * contrib/check_sybase: Added /contrib/check_sybase by Simon
3680           Bellwood
3682 2004-11-25 03:01  stanleyhopcroft
3684         * contrib/check_hprsc.pl: update check_hprsc.pl for Net-SNMP
3685           versions >=4
3687 2004-11-24 21:34  tonvoon
3689         * tools/sfsnapshot: Removing build directory after creating
3690           distribution
3692 2004-11-24 21:19  tonvoon
3694         * doc/makefile: Added clean
3696 2004-11-24 21:01  tonvoon
3698         * configure.in: Fix snapshot build on SF
3700 2004-11-24 06:36  stanleyhopcroft
3702         * plugins/check_hpjd.c: add -OQa to command_line in check_hpjd.c.
3703           Correct nagiosplug-Bugs-889948, 846329
3705 2004-11-24 04:35  mattkent
3707         * plugins/check_nwstat.c: Attempting to fix a reported segfault
3708           (1055054)
3710 2004-11-24 04:25  mattkent
3712         * plugins/check_http.c: Added support for sending port in host
3713           header (913633)
3715 2004-11-24 00:46  tonvoon
3717         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
3718           check_dummy.c, check_fping.c, check_game.c, check_hpjd.c,
3719           check_http.c, check_ldap.c, check_load.c, check_mrtg.c,
3720           check_mrtgtraf.c, check_mysql.c, check_nwstat.c, check_overcr.c,
3721           check_pgsql.c, check_ping.c, check_procs.c, check_radius.c,
3722           check_real.c, check_smtp.c, check_snmp.c, check_ssh.c,
3723           check_tcp.c, check_time.c, check_udp.c, check_ups.c,
3724           check_users.c, negate.c, urlize.c: Making messages more
3725           consistent
3727 2004-11-23 23:53  tonvoon
3729         * plugins/: check_hpjd.c, check_mrtg.c, check_mrtgtraf.c,
3730           check_mysql.c, check_real.c, check_smtp.c, check_swap.c,
3731           check_by_ssh.c, check_dns.c, check_time.c: Standardising
3732           translation texts
3734 2004-11-23 23:35  tonvoon
3736         * doc/developer-guidelines.sgml: Guidelines on translated text
3737           (Yves Mettier, Simon Bellwood, Andreas Ericsson)
3739 2004-11-23 22:49  tonvoon
3741         * doc/developer-guidelines.sgml: Adding notes on developer and
3742           translator access in SF
3744 2004-11-23 06:06  mattkent
3746         * AUTHORS: More contributers.
3748 2004-11-23 05:49  mattkent
3750         * plugins/check_disk.c: Fix integer warning and critical options.
3751           Take values from current unit instead of always KB.
3753 2004-11-23 00:06  stanleyhopcroft
3755         * doc/developer-guidelines.sgml: trivial changes to Perl plugin
3756           section.
3758 2004-11-22 22:44  tonvoon
3760         * AUTHORS: More contributors
3762 2004-11-22 22:30  tonvoon
3764         * plugins/check_nt.c: Fixed some messages that should not be
3765           translated (Benoit Mortier)
3767 2004-11-22 20:35  tonvoon
3769         * lib/getloadavg.m4: Not required - autoconf has own macros
3771 2004-11-21 05:24  mattkent
3773         * plugins/check_mysql.c: Patch from Nathan Shafer to add
3774           replication slave check (1006777)
3776 2004-11-20 22:56  mattkent
3778         * AUTHORS: Oops, forgot one.
3780 2004-11-20 22:46  mattkent
3782         * AUTHORS: More contributers.
3784 2004-11-20 22:43  mattkent
3786         * contrib/check_linux_raid.pl: Fix always reading status from the
3787           last line (1045506)
3789 2004-11-20 22:28  mattkent
3791         * plugins/check_ping.c: New output format reported by pumuckel1980
3792           (946857)
3794 2004-11-20 21:36  mattkent
3796         * plugins/check_http.c: Bit of cleanup, fix verbose output.
3798 2004-11-20 07:04  tonvoon
3800         * configure.in: Fixed va_copy problem on AIX by copying samba's
3801           configure.in
3803 2004-11-19 15:58  tonvoon
3805         * CODING: Added perl coding guidelines, from Programming Perl book
3806           (Andreas Ericsson)
3808 2004-11-19 14:28  tonvoon
3810         * lib/getloadavg.m4: I think getloadavg.m4 is no longer required
3811           (as autoconf has built-in function)
3813 2004-11-19 14:24  tonvoon
3815         * lib/Makefile.am: Removed getloadavg.m4 (built-in function in
3816           autoconf) and added cloexec.[hc] for getloadavg.c
3818 2004-11-19 14:22  tonvoon
3820         * lib/: cloexec.h, cloexec.c: Files required for getloadavg.c
3822 2004-11-19 03:59  mattkent
3824         * plugins-scripts/check_ntp.pl: Fix incorrectly labelled units in
3825           output (1025905, Jason Martin)
3827 2004-11-19 03:44  mattkent
3829         * plugins/check_procs.c: Enabling timeout flag (1010097, Jason
3830           Martin)
3832 2004-11-19 02:53  mattkent
3834         * plugins/check_http.c: Make -L notice ssl use to output a proper
3835           href (1035234, Abid Rasheed)
3837 2004-11-19 02:39  mattkent
3839         * plugins/check_smtp.c: Change unit from 'us' to 's' to match other
3840           core plugins for simplicity.
3842 2004-11-19 00:21  tonvoon
3844         * AUTHORS: - More great contributors...
3846 2004-11-19 00:12  tonvoon
3848         * plugins/check_http.c: Options for User Agent string and extra
3849           headers (Ibere Tizio)
3851 2004-11-18 22:48  tonvoon
3853         * configure.in: Remove unnecessary CPPFLAGS for openssl (Lutz
3854           Behnke - 686476)
3856 2004-11-18 22:42  tonvoon
3858         * plugins/check_tcp.c: Enhance SSL initialization problems (Phil
3859           Dibowitz - 1055120)
3861 2004-11-18 05:36  mattkent
3863         * plugins/check_smtp.c: Go critical on no route to host instead of
3864           warning (934025)
3866 2004-11-18 00:27  tonvoon
3868         * tools/setup: Use copy of tools for consistency if building on
3869           different platforms from shared source
3871 2004-11-17 23:35  tonvoon
3873         * plugins/check_tcp.c: Ignore output from tcp port (949070 -
3874           Jan-Piet Mens)
3876 2004-11-17 23:22  tonvoon
3878         * plugins/check_http.c: --no-body and --max-age options (949521 -
3879           Jamie Zawinski)
3881 2004-11-17 22:19  tonvoon
3883         * doc/developer-guidelines.sgml: Added section on using
3884           Sourceforge, mainly for administrators
3886 2004-11-12 00:51  tonvoon
3888         * tools/update_coreutils: Tool to pull newer coreutil libs into
3889           nagiosplug's lib directory
3891 2004-11-12 00:49  tonvoon
3893         * lib/Makefile.am, lib/error.c, lib/error.h, lib/error.m4,
3894           lib/exit.h, lib/exitfail.c, lib/exitfail.h, lib/fsusage.c,
3895           lib/fsusage.h, lib/fsusage.m4, lib/full-read.h, lib/getloadavg.c,
3896           lib/getopt.c, lib/getopt.h, lib/getopt1.c, lib/gettext.h,
3897           lib/ls-mntd-fs.m4, lib/malloc.c, lib/mountlist.c,
3898           lib/mountlist.h, lib/onceonly.m4, lib/realloc.c, lib/snprintf.c,
3899           lib/strtod.c, lib/unlocked-io.h, lib/unlocked-io.m4,
3900           lib/xalloc.h, lib/xalloc.m4, lib/xmalloc.c, lib/xstrdup.c,
3901           plugins/check_disk.c, po/de.po, po/fr.po: Update to using
3902           coreutils 5.2.1 libraries and snprintf.c from samba 3.0.8
3904 2004-09-07 21:27  tonvoon
3906         * doc/developer-guidelines.sgml: Clarity based on comments by Ben
3907           Clewett
3909 2004-08-23 22:59  tonvoon
3911         * AUTHORS: For patch to check_nt
3913 2004-08-23 22:58  tonvoon
3915         * plugins/check_nt.c: Restore divisor for memory size reported by
3916           Windows. Also, implements warning and critical levels for
3917           performance counters. (Paulo Afonso Graner Fessel)
3919 2004-08-23 22:18  tonvoon
3921         * configure.in, plugins/check_swap.c, plugins/common.h: Using
3922           swapctl for Solaris, Tru64 and *BSD (Sean Finney)
3924 2004-08-19 20:05  tonvoon
3926         * configure.in, plugins/check_swap.c, plugins/common.h: Patch for
3927           tru64 using swapctl calls (Sean Finney)
3929 2004-08-18 22:32  tonvoon
3931         * AUTHORS: Another day's work...
3933 2004-08-18 22:25  tonvoon
3935         * plugins/check_dig.c: Checks different record types and checks
3936           against an expected address (Bill Kunkel)
3938 2004-08-18 21:36  tonvoon
3940         * configure.in: Support for check_swap on NetBSD/OpenBSD (Sean
3941           Finney)
3943 2004-08-18 21:25  tonvoon
3945         * plugins-scripts/check_oracle.sh: More specific test for sid (Paul
3946           Allen)
3948 2004-08-18 21:21  tonvoon
3950         * plugins/check_disk.c: Fixed perfdata so that shows amount used
3951           (Garry Cook)
3953 2004-08-18 20:51  tonvoon
3955         * plugins-scripts/check_ifstatus.pl: Perfdata corrected (Garry
3956           Cook)
3958 2004-08-18 20:46  tonvoon
3960         * plugins-scripts/check_oracle.sh: Fix for similar dataabase sids
3961           (Carole Verdon)
3963 2004-08-18 20:41  tonvoon
3965         * AUTHORS: Gary Cook for perfdata for check_nt
3967 2004-08-18 20:40  tonvoon
3969         * plugins/check_nt.c: Perfdata added (Gary Cook)
3971 2004-06-26 17:39  tonvoon
3973         * tools/sfsnapshot: Change of compile server and cleanups
3975 2004-06-26 06:13  tonvoon
3977         * tools/sfsnapshot: Remove need to alter configure.in. Using
3978           different compile farms for SF to do the compiling
3980 2004-05-24 15:22  tonvoon
3982         * AUTHORS: Ben Clewett
3984 2004-05-24 15:21  tonvoon
3986         * lib/Makefile.am: Missed getloadavg.c (Ben Clewett)
3988 2004-05-20 07:09  egalstad
3990         * contrib/check_dhcp.c: DHCP bug fix
3992 2004-05-10 11:25  tonvoon
3994         * configure.in: Set EXTRAS with check_swap if ac_cv_have_swap is
3995           set
3997 2004-04-30 12:12  tonvoon
3999         * configure.in: ps -el for HP-UX
4001 2004-04-29 16:08  tonvoon
4003         * configure.in: Bug in ps -el for AIX 4.1
4005 2004-04-29 12:13  tonvoon
4007         * AUTHORS: Sven for HP-UX requirements
4009 2004-04-29 12:12  tonvoon
4011         * REQUIREMENTS: HP-UX requirements (Sven Schaffranneck)
4013 2004-04-19 14:13  sghosh
4015         * contrib/check_nagios_db_pg.pl, AUTHORS: Postgres backend monitor
4017 2004-04-19 14:10  sghosh
4019         * AUTHORS, plugins-scripts/check_mssql.pl: check_mssql.pl
4021 2004-04-19 14:08  sghosh
4023         * README: Win32 plugin repository
4025 2004-04-08 12:05  tonvoon
4027         * AUTHORS: Torsten Werner for check_racle patches
4029 2004-04-08 12:05  tonvoon
4031         * plugins-scripts/check_oracle.sh: Cleaner calls to awk and support
4032           if Oracle has different national language settings (Torsten
4033           Werner)
4035 2004-04-08 11:50  tonvoon
4037         * plugins-scripts/check_oracle.sh: Cleaner calls to awk and support
4038           if Oracle has different national language settings (Torsten
4039           Werner)
4041 2004-04-06 17:02  tonvoon
4043         * configure.in, plugins/check_procs.c: Fixed weird scanf bug on
4044           Solaris
4046 2004-04-02 20:37  kdebisschop
4048         * plugins/check_by_ssh.c: add example invocation to help
4050 2004-04-01 00:01  tonvoon
4052         * AUTHORS: Howard Wilkinson
4054 2004-03-31 23:53  tonvoon
4056         * plugins/check_nt.c: Command line argument bug (Howard Wilkinson)
4058 2004-03-31 23:48  tonvoon
4060         * plugins/netutils.c: Set default state (Howard Wilkinson)
4062 2004-03-31 20:20  tonvoon
4064         * doc/developer-guidelines.sgml: Update author list
4066 2004-03-23 06:35  kdebisschop
4068         * plugins/check_fping.c: check was supposed to be agains ms - got
4069           munged wfixeg the perfdata output to be in seconds
4071 2004-03-22 07:25  tonvoon
4073         * plugins/check_http.c: Getopt bug (Joe Rhett)
4075 2004-03-22 07:22  tonvoon
4077         * AUTHORS: Joe Rhett for getopt bug
4079 2004-03-22 07:19  tonvoon
4081         * plugins/check_http.c: Option --url not mapped (Joe Rhett)
4083 2004-03-18 20:58  tonvoon
4085         * AUTHORS: More help for patches
4087 2004-03-18 20:50  tonvoon
4089         * plugins/check_disk.c: Typo in check_disk units (Matthew Kent -
4090           909281)
4092 2004-03-18 20:40  tonvoon
4094         * configure.in: Mysql include path not added correctly (Arnold
4095           Cavazos - 912974)
4097 2004-03-18 20:37  tonvoon
4099         * configure.in: Mysql include path not added correctly (Arnold
4100           Cavazos - 912974)
4102 2004-03-18 20:31  tonvoon
4104         * plugins/check_radius.c: Option to fill in NAS-identifier to
4105           Emulate pam_radius behaviour (Alexander Kulak)
4107 2004-03-17 20:38  tonvoon
4109         * doc/developer-guidelines.sgml: Copyright information for patches
4111 2004-03-14 04:09  kdebisschop
4113         * plugins/: check_ldap.c, check_load.c, check_mrtgtraf.c,
4114           check_pgsql.c, check_smtp.c, check_tcp.c, check_ups.c: use
4115           fperfdata
4117 2004-03-14 03:37  kdebisschop
4119         * plugins/check_fping.c: use fperfdata
4121 2004-03-12 03:40  egalstad
4123         * contrib/check_cluster2.c: New cluster plugin for Nagios 2.x
4125 2004-03-11 15:33  tonvoon
4127         * CHANGES: check_procs difference
4129 2004-03-11 15:17  tonvoon
4131         * plugins/check_nagios.c: Incorporate check_proc changes into
4132           check_nagios. ps handling probably should be moved into utils.c
4133           in future
4135 2004-03-08 21:03  tonvoon
4137         * configure.in: Require ngettext
4139 2004-03-08 21:01  tonvoon
4141         * doc/developer-guidelines.sgml: Information on plugin output
4142           format
4144 2004-03-04 05:08  kdebisschop
4146         * plugins/: check_dig.c, check_dns.c, check_game.c: use float for
4147           time in perf data
4149 2004-03-03 12:33  kdebisschop
4151         * plugins/: check_http.c, utils.c: begin writing some perfdata as
4152           float
4154 2004-03-03 04:24  kdebisschop
4156         * contrib/check_pop3.pl: fix loop and \r\n (Jason Burnett -
4157           http://sourceforge.net/tracker/index.php?func=detail&aid=895677&group_id=29880&atid=397599)
4159 2004-03-03 03:48  kdebisschop
4161         * plugins/check_disk.c: check_disk was getting blocks instead of
4162           bytes (Michael Musikhin -
4163           http://sourceforge.net/tracker/index.php?func=detail&aid=900215&group_id=29880&atid=397599)
4165 2004-03-02 17:44  kdebisschop
4167         * pkg/: redhat/requires, fedora/requires: attempt to prune requires
4169 2004-03-02 06:17  kdebisschop
4171         * Makefile.am, nagios-plugins.spec.in, pkg/fedora/requires: make
4172           specfile into a template which can generate a generic spec plus
4173           specs suitable for various repositories
4175 2004-03-02 06:13  kdebisschop
4177         * configure.in: prpare for alpha2
4179 2004-03-02 05:25  kdebisschop
4181         * plugins/check_http.c: relax check for -w/-c to accept floats (bug
4182           report from Warrick FitzGerald)
4184 2004-03-02 05:01  kdebisschop
4186         * AUTHORS, plugins/check_swap.c: fix div by zero error when
4187           swaptotal is zero (Flo Gleixner)
4189 2004-03-01 12:27  kdebisschop
4191         * plugins/: check_tcp.c, netutils.c: check_tcp was returning
4192           uninitialized string with user-defined refused outcome
4194 2004-03-01 06:15  kdebisschop
4196         * plugins/check_smtp.c: allow regex for ecpect checks
4198 2004-02-29 04:09  kdebisschop
4200         * plugins/: check_nwstat.c, netutils.c, netutils.h: was making up
4201           to 34 separate tcp connections - now we open one and reuse
4203 2004-02-28 07:27  kdebisschop
4205         * plugins/check_snmp.c: checks for warn in check_num() mistakenly
4206           referred to crit limits
4208 2004-02-28 06:51  kdebisschop
4210         * plugins/check_smtp.c: minor doco update to reflect handling of
4211           repeated caoomand strings
4213 2004-02-28 06:48  kdebisschop
4215         * plugins/check_smtp.c: work in progress to accept multiple
4216           command/expect pairs
4218 2004-02-28 04:54  kdebisschop
4220         * plugins/check_swap.c: update to work with Linux 2.6 /proc/meminfo
4221           format
4223 2004-02-25 08:50  kdebisschop
4225         * AUTHORS, plugins/check_dns.c: check server for authoritative
4226           status (from Jon Hallet)
4228 2004-02-25 08:12  kdebisschop
4230         * plugins/check_swap.c: change some datatypes to llu for very large
4231           swaps
4233 2004-02-25 07:49  kdebisschop
4235         * configure.in, plugins/check_ping.c: pass timeout to ping if
4236           supported with -w parameter (linux)
4238 2004-02-21 05:37  kdebisschop
4240         * plugins/check_by_ssh.c: add option to ignore a specified number
4241           of lines on stderr (to suppress a login banner)
4243 2004-02-21 03:50  kdebisschop
4245         * plugins-scripts/check_breeze.pl: add $opt_C to 'use vars' (report
4246           882381 and patch form Jason Martin)
4248 2004-02-21 03:44  kdebisschop
4250         * AUTHORS: Add Jason Martin for report of missing $opt_C for 'use
4251           vars' in check_breeze
4253 2004-02-21 03:42  kdebisschop
4255         * plugins-scripts/check_breeze.pl: add opt_C to 'usr vars'
4257 2004-02-20 19:35  tonvoon
4259         * plugins/check_http.c: - Missed out getopt for -T
4261 2004-02-20 05:25  kdebisschop
4263         * contrib/check_dhcp.c, contrib/check_procl.sh,
4264           plugins/check_snmp.c, plugins/negate.c, plugins/netutils.c,
4265           plugins/urlize.c: spell fix "received"
4267 2004-02-20 05:22  kdebisschop
4269         * plugins/check_snmp.c, plugins/negate.c, plugins/netutils.c,
4270           plugins/urlize.c, contrib/check_dhcp.c: spell fix "received"
4272 2004-02-20 05:21  kdebisschop
4274         * plugins/: utils.c, utils.h: add perfdata function for floats to
4275           complement ints, also spell fix "received"
4277 2004-02-20 05:19  kdebisschop
4279         * AUTHORS: add Ralph Rye for report of check_procs segfault on
4280           AIX/WebSphere and proof-of-concept patch
4282 2004-02-20 05:04  kdebisschop
4284         * plugins/check_procs.c: handle case where line from ps output
4285           exceed MAX_INPUT_BUFFER
4287 2004-02-20 03:37  tonvoon
4289         * AUTHORS: Shaun Wills for patch to check_http
4291 2004-02-20 03:21  tonvoon
4293         * plugins/check_http.c: Added Content-type when POSTing (Shawn
4294           Wills)
4296 2004-02-20 03:00  tonvoon
4298         * plugins/check_procs.c: - compiler warning removed (but usage2
4299           messages badly broken)
4301 2004-02-20 02:58  tonvoon
4303         * AUTHORS: Matt Pounsett for bug report
4305 2004-02-20 02:09  tonvoon
4307         * plugins/check_dns.c: Different text to scan for if multiple
4308           addresses
4310 2004-02-20 01:05  tonvoon
4312         * plugins/check_swap.c: Corrected usage message (Matt Pounsett)
4314 2004-02-19 13:24  tonvoon
4316         * AUTHORS: Michael Musikhin for check_disk patch
4318 2004-02-19 13:23  tonvoon
4320         * plugins/check_disk.c: Uninitialised variables for -X (Bug 900091
4321           - Michael Musikhin)
4323 2004-02-18 14:57  kdebisschop
4325         * configure.in: version bump (old)
4327 2004-02-18 14:56  kdebisschop
4329         * acinclude.m4, lib/afs.m4, lib/fstypename.m4, lib/fsusage.m4:
4330           underquoted defines cause warning on FC2
4332 2004-02-18 02:11  tonvoon
4334         * AUTHORS: Johannes Herlitz for patch to check_dns
4336 2004-02-18 02:09  tonvoon
4338         * plugins/check_dns.c: Output message includes the query_address,
4339           as inspired by Johannes Herlitz.  Also cleanup of comments and
4340           handles multi-line nslookup output (MacOSX 10.3)
4342 2004-02-17 13:24  tonvoon
4344         * AUTHORS: David Alden for check_snmp_procs.pl
4346 2004-02-17 13:23  tonvoon
4348         * contrib/check_snmp_procs.pl: Checks remote processes via SNMP
4349           (David Alden)
4351 2004-02-09 08:32  tonvoon
4353         * AUTHORS: Patrick McCormick
4355 2004-02-09 08:27  tonvoon
4357         * plugins/check_ping.c: Fix for check_ping old-style argument
4358           handling (Patrick McCormick - 892211)
4360 2004-01-28 11:42  tonvoon
4362         * plugins/check_dummy.c: Print optional text
4364 2004-01-21 12:50  kdebisschop
4366         * AUTHORS: credit David Croft (patch check_tcp formultibyte malloc
4367           bug in server_expect)
4369 2004-01-21 12:49  kdebisschop
4371         * plugins/check_tcp.c: =fix segfault on malloc of server_expect for
4372           multibyte chars (David Croft)
4374 2004-01-21 12:46  kdebisschop
4376         * AUTHORS: credit David Croft (patch check_tcp formultibyte malloc
4377           bug in server_expect)
4379 2004-01-21 12:45  kdebisschop
4381         * plugins/check_tcp.c: =fix segfault on malloc of server_expect for
4382           multibyte chars (David Croft)
4384 2004-01-18 20:07  sghosh
4386         * contrib/check_snmp_printer.pl: plugin to check printer status via
4387           snmp, includes page count as perfdata; perl plugin
4389 2003-12-24 08:51  tonvoon
4391         * AUTHORS: Bug reporter
4393 2003-12-24 08:51  tonvoon
4395         * plugins/check_swap.c: Fixed help doc on use of % (854817 - Gunnar
4396           Hellekson)
4398 2003-12-18 09:24  tonvoon
4400         * README: Reference to CHANGES file
4402 2003-12-18 09:19  tonvoon
4404         * Makefile.am: Add CHANGES file to distribution
4406 2003-12-18 09:15  tonvoon
4408         * CHANGES: List major changes between releases
4410 2003-12-11 10:00  tonvoon
4412         * AUTHORS: For patch to check_http
4414 2003-12-11 10:00  tonvoon
4416         * plugins/check_http.c: Relative redirects not followed correctly
4417           (854131 - John Sivak)
4419 2003-12-05 18:12  tonvoon
4421         * AUTHORS: Ben Whaley for reported Solaris 8 /usr/ucb/ps problem in
4422           configure.in
4424 2003-12-05 18:08  tonvoon
4426         * configure.in: Not correctly working out ps command if /usr/ucb
4427           before /usr/bin in PATH for Solaris (reported by Ben Whaley)
4429 2003-12-05 16:45  tonvoon
4431         * AUTHORS: Patch to my_connect
4433 2003-12-05 16:42  tonvoon
4435         * plugins/: netutils.c, netutils.h: Fix clash of namespace for
4436           my_connect with mysql (854339 - Ian Holsman)
4438 2003-12-02 15:27  tonvoon
4440         * plugins/check_disk.c: Default thresholds not defined for lists in
4441           -x parameter (raised by Matt Garrett)
4443 2003-12-01 02:47  kdebisschop
4445         * po/: de.po, fr.po: commit changes caused by upstream code mods
4447 2003-12-01 02:46  kdebisschop
4449         * plugins/check_procs.c: use usage2 function
4451 2003-12-01 02:38  kdebisschop
4453         * nagios-plugins.spec.in: add THANKS to %doc
4455 2003-11-28 14:18  tonvoon
4457         * plugins/check_procs.c: Fixed listing of failed processes
4459 2003-11-24 14:56  tonvoon
4461         * AUTHORS: For patches
4463 2003-11-24 14:53  tonvoon
4465         * plugins/check_hpjd.c: Bug from code-clean (Antony Simmonds -
4466           846311)
4468 2003-11-21 07:53  kdebisschop
4470         * README: update auotmake/autoconf versions
4472 2003-11-21 07:52  kdebisschop
4474         * doc/developer-guidelines.sgml: update developer names
4476 2003-11-21 07:34  kdebisschop
4478         * INSTALLING: our policy now is to use most recent versions of GNU
4479           tool chain
4481 2003-11-19 06:24  kdebisschop
4483         * plugins/check_time.c: add perfdata
4485 2003-11-19 06:00  kdebisschop
4487         * plugins/check_smtp.c: use perfdata() to return perfoamnace data
4488           in stanadrd format
4490 2003-11-17 11:45  kdebisschop
4492         * plugins/check_ups.c: bugfix - each supported option was
4493           overwriting the previous perfdata
4495 2003-11-17 07:19  kdebisschop
4497         * plugins/check_ups.c: add perfdata
4499 2003-11-17 06:37  kdebisschop
4501         * plugins/check_pgsql.c: add perfdata
4503 2003-11-12 06:05  kdebisschop
4505         * plugins/check_snmp.c: clean up compiler warnings
4507 2003-11-12 05:53  kdebisschop
4509         * plugins/check_nt.c: clean up compiler warnings
4511 2003-11-12 05:48  kdebisschop
4513         * plugins/check_mrtg.c: clean up compiler warnings
4515 2003-11-12 05:41  kdebisschop
4517         * plugins/check_mrtgtraf.c: clean up compiler warnings
4519 2003-11-12 05:37  kdebisschop
4521         * plugins/check_swap.c: clean up compiler warnings
4523 2003-11-12 05:29  kdebisschop
4525         * plugins/check_mrtgtraf.c: add perfdata
4527 2003-11-12 05:28  kdebisschop
4529         * plugins/check_dig.c: remove overflow checks of strtod - HUGE_VALF
4530           requires C99; also remove equality checks on warn/crit interval
4531           which are no doubles
4533 2003-11-11 10:43  tonvoon
4535         * plugins/check_tcp.c: Added perfdata
4537 2003-11-11 10:34  tonvoon
4539         * plugins/check_users.c: Added perfdata
4541 2003-11-11 10:27  tonvoon
4543         * plugins/check_swap.c: Added perfdata
4545 2003-11-11 10:19  tonvoon
4547         * plugins/check_swap.c: Fixed if only absolute warn/crit set
4549 2003-11-10 11:15  tonvoon
4551         * plugins/utils.h: - typo fixes
4553 2003-11-05 22:59  sghosh
4555         * plugins-scripts/: check_ifoperstatus.pl, check_ifstatus.pl:
4556           added plugin timeout options
4558 2003-10-31 04:22  kdebisschop
4560         * plugins/check_nt.c: provide an error message
4562 2003-10-31 04:21  kdebisschop
4564         * plugins/check_hpjd.c: line indentation
4566 2003-10-31 04:20  kdebisschop
4568         * plugins/check_load.c: add perfdata
4570 2003-10-31 04:19  kdebisschop
4572         * plugins/check_mrtg.c: add perf data fix bug where stale data
4573           message would get overwritten
4575 2003-10-24 14:28  tonvoon
4577         * plugins/common.h: Ignore __attribute__ for non-GNU compilers
4579 2003-10-24 10:37  tonvoon
4581         * plugins/Makefile.am: Moved config.h to toplevel
4583 2003-10-23 11:24  tonvoon
4585         * lib/Makefile.am: Need to include intl/ for systems without
4586           libintl.h
4588 2003-10-21 17:16  tonvoon
4590         * AUTHORS: Matt Garrett for bug reports
4592 2003-10-21 16:56  tonvoon
4594         * plugins-scripts/check_file_age.pl: - Fixed file name (Matt
4595           Garrett)
4597 2003-10-20 15:03  tonvoon
4599         * configure.in, lib/fsusage.c, lib/mountlist.c: Fix for config.h at
4600           top level. Required for intl/
4602 2003-10-15 20:27  tonvoon
4604         * tools/mail_error: Need to export PATH for sfsnapshot to get
4605           correct GNU toolchain
4607 2003-10-14 04:15  sghosh
4609         * plugins-scripts/check_ifoperstatus.pl: snmpv3 patches
4611 2003-10-14 04:14  sghosh
4613         * plugins-scripts/check_ifstatus.pl:  more snmpv3 patches
4615 2003-10-14 03:40  sghosh
4617         * plugins-scripts/check_ntp.pl: Bug 773588: added check to warn on
4618           matching # candidates only
4620 2003-10-14 03:15  sghosh
4622         * plugins-scripts/check_ifstatus.pl: Added -M for maxmsgsize
4623           (v1/v2c) Added v3 support
4625 2003-09-30 14:54  tonvoon
4627         * plugins/check_swap.c: Fixed logic problem if HAVE_SWAP, but not
4628           on AIX or Solaris. Removed unnecessary ifdefs for help page.
4629           Better indentation for ifdefs
4631 2003-09-29 11:02  tonvoon
4633         * lib/Makefile.am: Missed GNU files for AIX 5.1
4635 2003-09-17 20:16  tonvoon
4637         * AUTHORS: Added authors of obsolete contrib plugins
4639 2003-09-17 20:07  tonvoon
4641         * contrib/maser-oracle.pl: Obsolete from main check_oracle
4643 2003-09-17 20:05  tonvoon
4645         * contrib/aix/: check_crit_dsk, check_dsk, check_ping: Plugins
4646           obsolete from main check_disk and check_ping
4648 2003-09-17 17:33  tonvoon
4650         * lib/strtod.c: Required if strtod not GNU compilant
4652 2003-09-17 17:31  tonvoon
4654         * configure.in, lib/Makefile.am, lib/error.c, lib/error.h,
4655           lib/error.m4, lib/malloc.c, lib/realloc.c, lib/unlocked-io.h,
4656           lib/xalloc.h, lib/xmalloc.c: Support to compile on AIX
4658 2003-09-17 17:15  tonvoon
4660         * plugins/check_load.c: - typo
4662 2003-09-17 10:31  tonvoon
4664         * configure.in, plugins/check_swap.c: Support for check_swap in AIX
4665           (tested on 5.1)
4667 2003-09-17 10:25  tonvoon
4669         * tools/setup: Hide error message if docbook not available
4671 2003-09-16 22:58  tonvoon
4673         * doc/developer-guidelines.sgml: Added in threshold range format
4674           and updated autoconf to 2.54 for a problem on Darwin)
4676 2003-09-16 15:14  tonvoon
4678         * configure.in, plugins/Makefile.am, plugins/check_procs.c: Support
4679           for AIX ps command and cleanup of configure's ps checks
4681 2003-09-16 13:32  tonvoon
4683         * AUTHORS, plugins/common.h: AIX problem with enum TRUE and FALSE
4684           (Ludse Verhoeven)
4686 2003-09-16 12:36  kdebisschop
4688         * tools/sfsnapshot: here-doc format was not correct
4690 2003-09-16 06:45  kdebisschop
4692         * plugins/check_ldap.c: milisecond timing and perfdata, fix NULL
4693           pointer error in validate_arguments
4695 2003-09-15 16:49  tonvoon
4697         * AUTHORS: Contributors to the perfdata discussion
4699 2003-09-15 16:28  tonvoon
4701         * AUTHORS, plugins-scripts/check_mailq.pl: Added Exim support
4702           (768445 - Eric Bollengier)
4704 2003-09-15 15:57  tonvoon
4706         * AUTHORS, plugins/check_nt.c: Option to verify check_nt version
4707           (799098 - Steve Hanselman)
4709 2003-09-15 15:30  tonvoon
4711         * AUTHORS: Jason Burnett for check_disk_smb patch
4713 2003-09-15 15:26  tonvoon
4715         * plugins-scripts/check_disk_smb.pl: Optionally specify port for
4716           smbclient to use (781227 - Jason Burnett)
4718 2003-09-15 06:03  kdebisschop
4720         * plugins/check_http.c: make status code extensible (thanks to
4721           Chris Wilson <chris@netservers.co.uk>)
4723 2003-09-12 12:53  kdebisschop
4725         * AUTHORS: two new additions
4727 2003-09-12 12:51  kdebisschop
4729         * plugins/check_ping.c: *new output format reported by Patrick
4730           Allen <p.allen@brandblue.co.uk>, also move atrribution for
4731           Richard Brodie to thanks file
4733 2003-09-12 12:38  kdebisschop
4735         * plugins/check_ping.c: new output format reported by Patrick Allen
4736           <p.allen@brandblue.co.uk>
4738 2003-09-11 12:50  kdebisschop
4740         * plugins/check_http.c: use prefdata function for size too
4742 2003-09-11 09:02  kdebisschop
4744         * plugins/check_http.c: use prefdata function
4746 2003-09-11 09:02  kdebisschop
4748         * configure.in, plugins/check_swap.c: last changes to configure
4749           broke check_swap on RHLinux. Restore /proc/meminfo check and make
4750           check_swap ifdefs safer
4752 2003-09-04 07:43  kdebisschop
4754         * Makefile.am: change so make-dist works in subdirs
4756 2003-09-03 20:37  tonvoon
4758         * configure.in: Remove df checks and ignore swap checks if no swap
4759           commands found
4761 2003-09-03 20:32  tonvoon
4763         * doc/developer-guidelines.sgml: No named credits in source code
4765 2003-09-03 11:32  tonvoon
4767         * configure.in: Fixed substitution for Tru64's ps format
4769 2003-09-03 07:01  kdebisschop
4771         * plugins/check_dig.c: allow warn/crit times to be floating point
4773 2003-09-03 07:00  kdebisschop
4775         * configure.in, plugins/common.h: include math.h if needed for
4776           HUGE_VAL
4778 2003-09-02 16:04  tonvoon
4780         * plugins/check_procs.c: Solaris requires asprintf checks for null
4781           variables
4783 2003-09-01 21:07  tonvoon
4785         * Makefile.am: Report duplicates in AUTHORS file
4787 2003-09-01 20:43  tonvoon
4789         * doc/developer-guidelines.sgml: Add contributor's name into CVS
4790           comments
4792 2003-08-31 06:24  tonvoon
4794         * .cvsignore, AUTHORS, Makefile.am, THANKS.in: Updated AUTHORS to
4795           include all contributors listed in comments in code and CVS for
4796           plugins and plugins-scripts. Still need to do SF
4798 2003-08-31 06:13  tonvoon
4800         * doc/developer-guidelines.sgml: Updated perf data standard for
4801           warn before crit
4803 2003-08-28 12:56  kdebisschop
4805         * plugins/check_game.c: add perf data
4807 2003-08-28 04:53  kdebisschop
4809         * plugins/check_dns.c: add perf data
4811 2003-08-28 04:53  kdebisschop
4813         * plugins/utils.c: use single quotes per guideline, also quote when
4814           SPC or = are found
4816 2003-08-28 04:22  kdebisschop
4818         * plugins/check_disk.c: add perf data
4820 2003-08-28 04:21  kdebisschop
4822         * plugins/utils.c: suppress quotes in perf data when not needed
4823           (some plugins need the space to keep below line length limit
4825 2003-08-28 04:20  kdebisschop
4827         * plugins/utils.h: add min() macro to complement max()
4829 2003-08-26 12:08  kdebisschop
4831         * plugins/check_dig.c: print perfdata
4833 2003-08-26 11:51  kdebisschop
4835         * plugins/check_fping.c: print perfdata
4837 2003-08-26 11:44  kdebisschop
4839         * plugins/: utils.c, utils.h: function to make perfdata output
4841 2003-08-23 16:07  kdebisschop
4843         * plugins/check_http.c: - found and fixed memory allocation error
4844           in rewritten redir() function
4846 2003-08-23 14:59  kdebisschop
4848         * plugins/check_http.c: - hacked interim fix to segfault on
4849           redirect - for tesing only
4851 2003-08-23 14:58  kdebisschop
4853         * plugins/check_dig.c: - fix various format errors with newly added
4854           perf data
4856 2003-08-23 00:49  kdebisschop
4858         * plugins/check_dig.c: - forgot to declare struct timeval tv for
4859           hires timing
4861 2003-08-22 07:55  kdebisschop
4863         * plugins/check_dig.c: - add perf data for time
4865 2003-08-22 07:22  kdebisschop
4867         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
4868           check_dummy.c, check_fping.c, check_game.c, check_hpjd.c,
4869           check_http.c, check_ide-smart.c, check_ldap.c, check_load.c,
4870           check_mrtg.c, check_mysql.c, check_nagios.c, check_nt.c,
4871           check_nwstat.c, check_overcr.c, check_pgsql.c, check_ping.c,
4872           check_procs.c, check_radius.c, check_real.c, check_smtp.c,
4873           check_snmp.c, check_ssh.c, check_swap.c, check_tcp.c,
4874           check_time.c, check_udp.c, check_ups.c, check_users.c, negate.c,
4875           urlize.c: - bindtextdomain for gettext, a few other smale
4876           cleanups here and there
4878 2003-08-22 05:42  kdebisschop
4880         * plugins/: check_http.c: * bugfix: snprintf of timestamp truncated
4881           '\0'
4883 2003-08-21 19:00  kdebisschop
4885         * plugins/check_http.c: * Check redirections for infinte loops and
4886           limit depth of recursion
4888 2003-08-20 10:54  tonvoon
4890         * plugins/check_time.c: Optionally use udp instead of tcp (Bradley
4891           Baetz - 751646)
4893 2003-08-20 09:31  tonvoon
4895         * contrib/check_wins.pl: Changed netsaint to nagios in use lib
4897 2003-08-19 12:41  kdebisschop
4899         * plugins/check_http.c: *BUGFIX: LWS is not required betwwen
4900           "Location:" header field name and field value
4902 2003-08-19 12:19  kdebisschop
4904         * plugins/check_http.c: *add missing status numbers from RFC 2616
4905           (HTTP1.1)
4907 2003-08-18 12:05  kdebisschop
4909         * plugins/check_ping.c: move error scans to a new separate routine
4910           and scan both stderr and stdio
4912 2003-08-11 20:50  tonvoon
4914         * doc/developer-guidelines.sgml: Performance data guidelines added
4916 2003-08-11 20:43  tonvoon
4918         * tools/sfsnapshot: Fixed building snapshots - cvs update ignores
4919           new directories.  Also do not need to run make
4921 2003-08-10 13:56  kdebisschop
4923         * plugins/utils.c: config.h is redundant (common.h includes it)
4925 2003-08-10 13:48  kdebisschop
4927         * plugins/: check_dns.c, check_smtp.c: perf data in integer
4928           microseconds
4930 2003-08-10 13:12  kdebisschop
4932         * po/: POTFILES.in, de.po, fr.po: first pass at NLS markup done
4934 2003-08-10 13:11  kdebisschop
4936         * plugins-scripts/check_rpc.pl: proposed fix for LANG issue
4938 2003-08-10 07:53  kdebisschop
4940         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
4941           check_fping.c, check_game.c, check_hpjd.c, check_http.c,
4942           check_ldap.c, check_load.c, check_mrtg.c, check_mrtgtraf.c,
4943           check_mysql.c, check_nagios.c, check_nt.c, check_nwstat.c,
4944           check_overcr.c, check_pgsql.c, check_ping.c, check_procs.c,
4945           check_radius.c, check_real.c, check_smtp.c, check_snmp.c,
4946           check_ssh.c, check_swap.c, check_tcp.c, check_time.c,
4947           check_udp.c, check_ups.c, check_users.c, negate.c, popen.c,
4948           urlize.c: the last round of pedantic compiler warnings
4950 2003-08-09 14:37  kdebisschop
4952         * tools/devmode: a little shell script to make it a little easier
4953           to produce  pedantic compiler warnings
4955 2003-08-09 14:36  kdebisschop
4957         * plugins/: check_smtp.c, check_ssh.c, check_tcp.c, check_time.c,
4958           check_udp.c, check_ups.c, check_users.c: more pedantic compiler
4959           warnings
4961 2003-08-09 07:51  undrgrid
4963         * plugins/common.h, po/de.po, po/fr.po: Code clean-up
4965 2003-08-09 07:01  kdebisschop
4967         * plugins/: check_dig.c, check_http.c, check_load.c, check_mrtg.c,
4968           check_mrtgtraf.c, check_nwstat.c, check_overcr.c, check_ping.c,
4969           check_procs.c, check_real.c, utils.c, utils.h: more pedantic
4970           compiler warns
4972 2003-08-09 05:19  kdebisschop
4974         * plugins/check_http.c: more pedantic compiler warns, change to
4975           microsecond output for perf data, add size to perf data
4977 2003-08-09 05:12  kdebisschop
4979         * plugins/: utils.c, utils.h: add function for elapsed tim ein
4980           microseconds
4982 2003-08-09 01:56  kdebisschop
4984         * plugins/check_http.c: more pedantic compiler warnings
4986 2003-08-09 01:41  kdebisschop
4988         * plugins/: check_disk.c, check_dummy.c, popen.c, utils.c, utils.h:
4989           more pedantic compiler warnings
4991 2003-08-08 21:31  kdebisschop
4993         * lib/Makefile.am: include getloadvag.m4 in distrib
4995 2003-08-08 17:49  kdebisschop
4997         * plugins/: check_disk.c, netutils.c, netutils.h: cleanups from
4998           pedantic complier warnings
5000 2003-08-08 17:48  kdebisschop
5002         * plugins/check_nt.c: change if/elseif block to case, general
5003           streamline
5005 2003-08-08 13:14  kdebisschop
5007         * plugins/check_disk.c: fix a variety of compiler warnings about
5008           qualifier discards and other pedantic stuff
5010 2003-08-08 06:09  kdebisschop
5012         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c,
5013           check_snmp.c, utils.c, utils.h: fix a variety of compiler
5014           warnings about qualifier discards and other pedantic stuff
5016 2003-08-08 05:33  kdebisschop
5018         * plugins/: check_by_ssh.c, check_disk.c, check_nt.c, netutils.c,
5019           netutils.h, popen.h, utils.h: fix a variety of compiler warnings
5020           about qualifier discards and other pedantic stuff
5022 2003-08-08 04:51  kdebisschop
5024         * plugins/: check_nt.c, check_smtp.c: markup for translation
5026 2003-08-08 00:17  kdebisschop
5028         * plugins/check_real.c: markup for translation
5030 2003-08-07 13:36  kdebisschop
5032         * plugins/check_procs.c: markup for translation
5034 2003-08-07 13:09  kdebisschop
5036         * plugins/check_load.c: reorder for consistency, restore prototypes
5037           for print_foo, nest #ifdef to avoid pedantic traditional c warn
5039 2003-08-07 13:00  kdebisschop
5041         * plugins/check_snmp.c: reorder for consistency (no code changes)
5043 2003-08-07 12:51  kdebisschop
5045         * plugins/: check_by_ssh.c, check_disk.c, check_dns.c,
5046           check_fping.c, check_game.c, check_http.c, check_mrtg.c,
5047           check_mrtgtraf.c, check_nagios.c, check_nt.c, check_nwstat.c,
5048           check_overcr.c, check_radius.c, check_real.c, check_snmp.c,
5049           check_swap.c, check_tcp.c, check_time.c, negate.c, netutils.c,
5050           popen.c, utils.c, utils.h: replace "terminate" with "die" for
5051           shorter name and better readability
5053 2003-08-07 12:49  kdebisschop
5055         * plugins/check_ping.c: cleanup for better readability
5057 2003-08-07 10:51  kdebisschop
5059         * plugins/check_ping.c: markup for translation
5061 2003-08-07 02:23  kdebisschop
5063         * tools/sfsnapshot: make must be run before make dist to creat
5064           language files
5066 2003-08-06 21:53  tonvoon
5068         * doc/developer-guidelines.sgml: Added in that Nagios plugins are
5069           written to GNU standards
5071 2003-08-06 15:26  kdebisschop
5073         * lib/.cvsignore: ignore ulonglong.m4
5075 2003-08-06 13:13  kdebisschop
5077         * plugins/check_overcr.c: markup for translation, move send_buffer
5078           assignment to process_args so process_tcp_request can be moved
5079           outside the conditional, replace if/esleif with switch, replace
5080           #defines with enum
5082 2003-08-06 13:11  kdebisschop
5084         * plugins/check_nwstat.c: markup for translation
5086 2003-08-05 20:20  tonvoon
5088         * doc/developer-guidelines.sgml: Added dev platform requirements
5090 2003-08-05 12:53  kdebisschop
5092         * plugins/check_ssh.c: markup for translation
5094 2003-08-05 10:56  stanleyhopcroft
5096         * contrib/check_mssql.sh: Version 2.0 of MS SQL server plugin
5097           (contrib/check_mssql.sh) from T De Blende.
5099 2003-08-04 12:38  kdebisschop
5101         * plugins/: check_users.c, urlize.c: markup for translation
5103 2003-08-04 09:13  kdebisschop
5105         * plugins/: check_time.c, check_udp.c: markup for translation
5107 2003-08-04 08:42  kdebisschop
5109         * plugins/: check_ldap.c, check_nagios.c, check_radius.c,
5110           check_udp.c, check_ups.c, negate.c: markup for translation
5112 2003-08-03 15:24  kdebisschop
5114         * plugins/: check_ldap.c, check_mrtg.c, check_mrtgtraf.c: markup
5115           for translation
5117 2003-08-03 07:19  kdebisschop
5119         * plugins/check_load.c: markup for translation
5121 2003-08-03 07:05  kdebisschop
5123         * plugins/: check_http.c, check_ldap.c, check_tcp.c: markup for
5124           translation
5126 2003-08-03 07:03  kdebisschop
5128         * plugins/: Makefile.am, check_ide-smart.c: markup for translation,
5129           use common.h, fix problems compiling
5131 2003-08-03 07:02  kdebisschop
5133         * plugins/check_ldap.c: markup for translation
5135 2003-08-03 01:01  kdebisschop
5137         * plugins/check_http.c: markup for translation
5139 2003-08-02 23:19  kdebisschop
5141         * plugins/check_hpjd.c: markup for translation
5143 2003-08-02 23:08  kdebisschop
5145         * plugins/check_mysql.c: markup for translation
5147 2003-08-02 23:06  kdebisschop
5149         * plugins/: check_fping.c, check_game.c, check_mysql.c,
5150           check_snmp.c, utils.h: markupf for translation
5152 2003-08-02 19:22  kdebisschop
5154         * plugins/: utils.c, utils.h: ifdef so utils.h can be header for
5155           utils.c
5157 2003-08-02 19:22  kdebisschop
5159         * plugins/: check_fping.c, check_snmp.c: markup for translation
5161 2003-08-02 17:42  kdebisschop
5163         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
5164           check_dummy.c, check_pgsql.c, check_swap.c, check_tcp.c, utils.h:
5165           establish "UT_" namespace for usage text in #defines
5167 2003-08-02 17:42  kdebisschop
5169         * plugins/check_snmp.c: markup for translation
5171 2003-08-02 06:30  kdebisschop
5173         * plugins/check_dns.c: restore informative output that was lost in
5174           previous bug fix
5176 2003-08-02 00:56  kdebisschop
5178         * plugins/check_dns.c: terminate in error_scan() so meaningfull
5179           errors can be sent
5181 2003-08-01 07:04  kdebisschop
5183         * plugins/check_dummy.c: mark for transaltion
5185 2003-08-01 07:03  kdebisschop
5187         * plugins/check_dns.c: do not translate the strings that will be
5188           compared to utility output - LC_ALL is set to C so those strings
5189           should be untranslated regardless of the system settings
5191 2003-08-01 07:01  kdebisschop
5193         * plugins/popen.c: set LC_ALL to C in execve environemnt
5195 2003-08-01 03:11  kdebisschop
5197         * plugins/: Makefile.am: 'ln -f -s ...' is not reliable/portable.
5198           Use 'rm -f ...; ln -s ...'
5200 2003-07-31 13:06  kdebisschop
5202         * plugins/check_dns.c: mark for translation (note problem here - it
5203           relies on tranalation in underlying utility, which has a high
5204           chance of failing)
5206 2003-07-31 12:02  kdebisschop
5208         * plugins/: utils.h, check_disk.c: mark for translation
5210 2003-07-30 12:39  kdebisschop
5212         * plugins/check_by_ssh.c: mark up for translation
5214 2003-07-30 05:07  kdebisschop
5216         * plugins/: check_dig.c, check_pgsql.c, check_swap.c, check_tcp.c,
5217           utils.h: markup for translation
5219 2003-07-29 12:58  kdebisschop
5221         * plugins/: check_pgsql.c, check_swap.c, check_tcp.c: mark for
5222           translation
5224 2003-07-29 12:57  kdebisschop
5226         * plugins/utils.h: some shared text for internationalized help text
5228 2003-07-29 06:49  kdebisschop
5230         * plugins/utils.c: clean up warnings about ill-formed comment and
5231           string concatenation
5233 2003-07-29 06:43  kdebisschop
5235         * .cvsignore, ChangeLog, README, configure.in, lib/Makefile.am:
5236           bump to gettext 0.11.5 and cleanup GNU toolchain
5238 2003-07-29 06:38  kdebisschop
5240         * ABOUT-NLS, INSTALL: get from GNU files instead of storing in CVS
5242 2003-07-29 06:03  kdebisschop
5244         * tools/setup: move autopoint to start of gnu toolchain setup use
5245           --force-missing instead on manually copying files  (manual
5246           process was broken on RedHat, and we should expect automake to do
5247           its job right anyway)
5249 2003-07-29 04:06  kdebisschop
5251         * configure.in: look for getloadavg.c in $topdir/lib, not
5252           $srcdir/lib
5254 2003-07-29 04:04  kdebisschop
5256         * plugins/: check_http.c: patch attempt to reference undefined
5257           optarg (credit Paul Farrall)
5259 2003-07-29 04:03  kdebisschop
5261         * configure.in: look for getloadavg.c in $topdir/lib, not
5262           $srcdir/lib
5264 2003-07-28 12:36  tonvoon
5266         * configure.in: - Specify srcdir so no confusion
5268 2003-07-28 12:34  tonvoon
5270         * configure.in, lib/getloadavg.m4: Fixes Redhat 6.2 compiles for
5271           getloadavg.o
5273 2003-07-28 12:30  tonvoon
5275         * configure.in, lib/getloadavg.m4: Readded getloadavg.m4 as using
5276           autoconf 2.50+. This fixes redhat 6.2 compiles
5278 2003-07-26 13:15  kdebisschop
5280         * plugins/check_pgsql.c: mark for translation
5282 2003-07-26 13:13  kdebisschop
5284         * plugins/common.h: add S_ macor to mark message for both
5285           translation and inclusion into docbook SGML
5287 2003-07-26 06:29  kdebisschop
5289         * po/: de.po, fr.po: updated check_tcp
5291 2003-07-26 06:25  kdebisschop
5293         * plugins/check_tcp.c, po/ChangeLog: internationalization
5295 2003-07-26 06:17  kdebisschop
5297         * po/.cvsignore, intl/.cvsignore, lib/.cvsignore: skip gettext
5298           files
5300 2003-07-26 05:33  kdebisschop
5302         * lib/: Makefile.am: checkins for internationalization
5304 2003-07-26 05:25  kdebisschop
5306         * po/Makevars: checkins for internationalization
5308 2003-07-26 05:17  kdebisschop
5310         * lib/gettext.h: checkins for internationalization
5312 2003-07-26 05:14  kdebisschop
5314         * tools/setup: checkins for internationalization
5316 2003-07-26 05:09  kdebisschop
5318         * configure.in, ABOUT-NLS, po/de.po, po/fr.po: checkins for
5319           internationalization
5321 2003-07-26 05:06  kdebisschop
5323         * .cvsignore, ChangeLog, Makefile.am, configure.in,
5324           nagios-plugins.spec.in, lib/Makefile.am, plugins/Makefile.am,
5325           plugins/check_tcp.c, plugins/common.h, plugins/utils.c,
5326           po/LINGUAS, po/POTFILES.in, tools/setup: checkins for
5327           internationalization
5329 2003-07-21 13:06  kdebisschop
5331         * plugins/common.h: add stubs to allow markup for translation
5333 2003-07-21 12:53  kdebisschop
5335         * configure.in, plugins/common.h: test GNU_SOURCE and include
5336           features.h if present to clear warning about asprintf definition
5338 2003-07-20 15:40  kdebisschop
5340         * doc/developer-guidelines.sgml: must use '&amp;' in attribute
5341           values instead of '&' id tokens (attibute values) must not have
5342           embedded spaces
5344 2003-07-20 15:01  kdebisschop
5346         * nagios-plugins.spec.in: was needed for build on RH9
5348 2003-07-17 13:14  tonvoon
5350         * plugins-scripts/check_oracle.sh: - Cleanup comments
5352 2003-07-17 10:35  tonvoon
5354         * doc/developer-guidelines.sgml: Guidelines updated to use
5355           Sourceforge tracker system
5357 2003-07-11 23:20  tonvoon
5359         * doc/developer-guidelines.sgml: - Fixed CVS commit comments
5361 2003-07-11 14:06  tonvoon
5363         * doc/developer-guidelines.sgml: Added in practice of prefixing
5364           comments in CVS commits
5366 2003-07-11 07:30  kdebisschop
5368         * ChangeLog: Auto Update from CVS (includes both stabel and devel -
5369           ugh)
5371 2003-07-11 07:12  kdebisschop
5373         * configure.in, plugins/Makefile.am: link check_spop and
5374           check_simap if ssl libs are compiled into check_tcp
5376 2003-07-04 11:42  kdebisschop
5378         * configure.in, plugins/Makefile.am: only make links for check_spop
5379           and check_simap when SSL is built into check_tcp
5381 2003-07-03 17:49  tonvoon
5383         * plugins/check_procs.c: Fixed seg fault on some Sol 7/8 servers
5384           (Patch 764745 - Alexander Matey)
5386 2003-07-03 16:00  tonvoon
5388         * tools/setup: Changing $() to `` to be compatible with Solaris' sh
5390 2003-07-03 04:23  kdebisschop
5392         * autogen.sh, tools/setup: mv GNU toolchain check into tools/setup
5394 2003-07-03 04:19  kdebisschop
5396         * plugins/utils.c: remove LABELLEN
5398 2003-07-02 17:20  tonvoon
5400         * plugins-scripts/: check_oracle.sh: Check for ORA- errors for
5401           tablespace and cache (patch 755456 - Sven Meyer)
5403 2003-07-02 16:57  tonvoon
5405         * plugins-scripts/check_disk_smb.pl: Update error message from
5406           smbclient v2.2.7 (Patch 740132 - Cove Schneider)
5408 2003-07-02 16:52  tonvoon
5410         * plugins-scripts/check_disk_smb.pl: Update error message from
5411           smbclient v2.2.7 (Patch 740132 - Cove Schneider)
5413 2003-07-02 16:01  tonvoon
5415         * contrib/check_file_age.pl, plugins-scripts/.cvsignore,
5416           plugins-scripts/Makefile.am, plugins-scripts/check_file_age.pl,
5417           plugins-scripts/subst.in: Moving check_file_age into core
5419 2003-07-02 15:39  tonvoon
5421         * configure.in: Fixed SUPPORT message
5423 2003-07-01 10:27  tonvoon
5425         * plugins/check_disk.c: Fix for large filesystems > 3TB (Stuart
5426           Webster)
5428 2003-06-30 20:47  undrgrid
5430         * plugins/: check_http.c, check_ldap.c, check_smtp.c: Added -4 and
5431           -6 command line options into check_http, check_ldap and
5432           check_smtp
5434 2003-06-30 19:52  undrgrid
5436         * plugins/: check_ping.c, check_ssh.c, check_tcp.c, netutils.c:
5437           Corrections to get code to compile on systems without IPv6
5438           support
5440 2003-06-30 19:52  undrgrid
5442         * plugins/Makefile.am: Added check_simap & check_spop to
5443           check_tcp_programs If someone knows how to make this conditional
5444           in the Makefile only if being compiled with SSL I think this is
5445           the only way to make it better
5447 2003-06-30 18:02  tonvoon
5449         * plugins/check_disk.c: Fixed support for "check_disk warn crit
5450           [path]" with thresholds at used levels
5452 2003-06-29 20:54  undrgrid
5454         * configure.in, plugins/check_ldap.c: Included patch for check_ldap
5455           from Patch #753621 by Ziya Suzen
5457 2003-06-29 20:22  undrgrid
5459         * plugins/: check_ping.c, check_tcp.c: Changed usage output to show
5460           -4 and -6 are mutually exclusive. You can only      use one or
5461           the other but not both. The last one used will win out.
5463 2003-06-29 20:17  undrgrid
5465         * plugins/: check_ping.c, netutils.c: check_ping is now coded with
5466           -4 & -6 options to call PING or PING6 command netutils modified
5467           to verify hosts based on address_family setting when used    with
5468           -4 or -6 options. is_inet_addr() will not be tested if -6 is
5469           used and is_inet6_addr() will not be tested if -4 is used. Also
5470           the     is_hostname() will use the address_family value to
5471           resolve hostnames    only if IPv6 support is available otherwise
5472           defaults to AF_INET.
5474 2003-06-29 07:36  undrgrid
5476         * plugins/: check_ssh.c, check_tcp.c, netutils.c, netutils.h: Added
5477           address_family extern int variable to netutils to allow for -4 &
5478           -6         options for explicit connection protocol Added support
5479           for -4 & -6 options to check_ssh and check_tcp for testing
5481 2003-06-29 03:18  tonvoon
5483         * plugins/check_nwstat.c: Added NLM test (Phil Randal)
5485 2003-06-29 02:52  tonvoon
5487         * plugins/check_swap.c: Corrected reported size for PROC_MEMINFO
5488           systems
5490 2003-06-29 02:36  tonvoon
5492         * tools/sfwebcron: Fixed so goes to correct web area
5494 2003-06-29 02:07  tonvoon
5496         * tools/sfwebcron: New tool to run on shell.sf.net to update the
5497           dev guidelines
5499 2003-06-29 01:58  tonvoon
5501         * doc/makefile: Fixed makefile
5503 2003-06-27 19:47  undrgrid
5505         * plugins/netutils.c: Modified my_connect to include ai_socktype in
5506           the hints to be compliant with RFC3493 as pointed out by Janos
5507           Mohacsi.
5509 2003-06-27 15:43  tonvoon
5511         * configure.in, plugins/check_swap.c: Support for swap -s for
5512           solaris. Also changes size of swap to MBs through a conversion
5513           amount in configure. Possible breakage on other OSes
5515 2003-06-27 13:04  tonvoon
5517         * doc/makefile: Remove if which check - done in tools/setup instead
5519 2003-06-27 11:30  tonvoon
5521         * tools/setup: Fiddling as Solaris' which command is broken
5523 2003-06-27 00:33  tonvoon
5525         * plugins/check_disk.c: Fixed different thresholds if using exclude
5526           lists
5528 2003-06-25 16:43  tonvoon
5530         * plugins/check_disk.c: Support for different thresholds for
5531           different filesystems
5533 2003-06-25 14:38  tonvoon
5535         * plugins/check_disk.c: Removed -d option and just check against -p
5536           parameter
5538 2003-06-25 14:28  tonvoon
5540         * plugins/check_disk.c: Report errors if path specified not found
5542 2003-06-25 14:16  tonvoon
5544         * plugins/check_disk.c: Problems compiling on SunOS 5.6 with gcc
5545           2.8.1. Fixed by specifying floating variables, rather than
5546           letting asprintf work it out
5548 2003-06-25 13:38  tonvoon
5550         * plugins/check_disk.c: Returns critical if fs missing. Only works
5551           for single fs specified in -p, otherwise will return warning as
5552           before (reported by Jim Carroll)
5554 2003-06-21 06:49  kdebisschop
5556         * plugins/Makefile.am: soalris 8 needs 'ln -s -f' instead of 'ln
5557           -sf'
5559 2003-06-21 06:48  kdebisschop
5561         * plugins/Makefile.am: solaris 8 needs 'ln -s -f' instead of 'ln
5562           -sf'
5564 2003-06-21 06:31  kdebisschop
5566         * plugins/check_http.c: fix character class for URI_PATH and
5567           URI_PORT
5569 2003-06-21 06:23  kdebisschop
5571         * plugins/check_http.c: add remaining URI_PATH chars per RFC 2396
5572           remove '-' from URI_PORT
5574 2003-06-12 05:44  undrgrid
5576         * command.cfg.in: Renamed duplicate check_snmp command definitions
5577           to be unique
5579 2003-06-12 05:14  undrgrid
5581         * command.cfg.in, configure.in: Made the two check_ifoperstatus
5582           commands unique to remove conflicts
5584 2003-06-11 11:41  kdebisschop
5586         * plugins/check_http.c: fix URI_PATH to allow ?&#: (more still
5587           should be allowed) fix class to be POSIX compliant
5589 2003-06-11 11:39  kdebisschop
5591         * plugins/check_http.c: character classes were wrong for URI_PATH
5592           etc: 1) must include ?&#; for PATH 2) POSIX states "If a '-' is
5593           in the scanlist and is not the first character, nor the second
5594           where the first character is a '^' , nor the last character, the
5595           behavior is implementation-defined"
5597 2003-06-10 06:04  kdebisschop
5599         * contrib/urlize.pl: add comment about shell quote removal to
5600           address
5601           https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597
5603 2003-06-10 06:02  kdebisschop
5605         * plugins/urlize.c: add note about shell quote removal to address
5606           https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597
5608 2003-06-10 05:55  kdebisschop
5610         * contrib/urlize.pl: add comment relating to
5611           https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597
5613 2003-06-10 05:53  kdebisschop
5615         * plugins/urlize.c: add note about effect of shell quote handling
5616           to address
5617           https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597
5619 2003-06-08 23:39  tonvoon
5621         * configure.in: Fixed quoting on SWAP_FORMAT
5623 2003-06-08 23:22  tonvoon
5625         * configure.in: Support for OpenBSD 3.2 & 3.3 ps (Julien Touche)
5627 2003-06-07 01:46  sghosh
5629         * plugins/check_real.c: \r\n patch from Mathias
5631 2003-06-07 01:36  sghosh
5633         * plugins/check_real.c: \r\n patch from Mathias
5635 2003-06-05 00:09  tonvoon
5637         * configure.in: Display ps command used
5639 2003-06-04 23:56  tonvoon
5641         * configure.in: Stupid bug - what happens when you don't bother
5642           testing
5644 2003-06-04 23:37  tonvoon
5646         * configure.in: Support for OpenBSD 3.2 & 3.3 ps (Julien Touche)
5648 2003-06-04 23:17  tonvoon
5650         * plugins/check_disk.c: Argument to asprintf in wrong order
5652 2003-06-04 22:17  tonvoon
5654         * pkg/solaris/solpkg: Remove /usr as well. Maybe this is best done
5655           by changing BASEDIR to configure's prefix?
5657 2003-06-02 15:46  kdebisschop
5659         * plugins/check_tcp.c: finish recv() loop when stream GT or EQ
5660           maxbytes (was GT)
5662 2003-06-02 15:43  kdebisschop
5664         * plugins/check_tcp.c: finish recv() loop when stream GT or EQ
5665           maxbytes (was GT)
5667 2003-06-01 06:38  kdebisschop
5669         * plugins/check_tcp.c: typos in doco
5671 2003-06-01 06:38  kdebisschop
5673         * plugins/check_tcp.c: allow user to limit number of bytes fetched
5674           fix some doco (wait is now delay, server_quit was not shown)
5676 2003-06-01 06:19  kdebisschop
5678         * plugins/check_tcp.c: allow user to limit the number of bytes to
5679           be fetched
5681 2003-05-31 15:39  kdebisschop
5683         * plugins/check_dns.c: first revised patch failed to trap the
5684           "break" in while()
5686 2003-05-31 15:39  kdebisschop
5688         * plugins/check_dns.c: first revised patch failed to trap the
5689           "break" in while()
5691 2003-05-31 15:22  kdebisschop
5693         * plugins/check_dns.c: typo in args to terminate
5695 2003-05-31 15:04  kdebisschop
5697         * plugins/check_dns.c: trap null or empty returns from nslookup
5699 2003-05-27 14:10  stanleyhopcroft
5701         * contrib/check_sap.sh: check_sap.sh plugin to check SAP /R3
5702           servers from Karel Salavec and Tom De Blende.
5704 2003-05-26 11:09  stanleyhopcroft
5706         * contrib/: check_axis.sh, check_mssql.sh: Revisions to Tom De
5707           Blende contributed plugins: check_axis.sh and check_mssql.sh
5709 2003-05-18 00:07  tonvoon
5711         * plugins/t/: check_ftp.t: Fixed test (Mathew Ericson - 738609)
5713 2003-05-17 18:58  tonvoon
5715         * plugins/t/: check_load.t: Fixed tests (Mathew Ericson - 738607)
5717 2003-05-17 18:50  tonvoon
5719         * plugins/t/check_procs.t: Fixed test commands (Mathew Ericson -
5720           738605)
5722 2003-05-17 18:46  tonvoon
5724         * plugins/t/check_procs.t: Fixed test commands (Mathew Ericson -
5725           738605)
5727 2003-05-17 18:38  tonvoon
5729         * plugins/t/: check_http.t: Fixed tests (Mathew Ericson - 738608)
5731 2003-05-17 18:36  tonvoon
5733         * plugins/t/check_tcp.t: Fixed tests (Mathew Ericson - 738604) CV:
5734           ----------------------------------------------------------------------
5736 2003-05-17 18:33  tonvoon
5738         * plugins/t/check_tcp.t: Fixed tests (Mathew Ericson - 738604)
5740 2003-05-16 18:32  sghosh
5742         * plugins-scripts/: check_ntp.pl: bug fix
5744 2003-05-15 00:17  tonvoon
5746         * plugins/negate.c: Added examples
5748 2003-05-14 22:59  tonvoon
5750         * plugins-scripts/check_mailq.pl: Added postfix support (Thomas
5751           Nilsen - 735218)
5753 2003-05-14 22:51  tonvoon
5755         * plugins/check_nwstat.c: Added DSVER and UPTIME checks (Phil
5756           Randal - 737617)
5758 2003-05-14 22:49  tonvoon
5760         * pkg/solaris/solpkg: Typo
5762 2003-05-14 22:44  tonvoon
5764         * doc/.cvsignore: Ignore developer-guidelines.html as generated
5765           from docbook
5767 2003-05-14 22:39  tonvoon
5769         * Makefile.am, pkg/solaris/pkginfo.in, pkg/solaris/solpkg: Remove
5770           dependency on gnu make
5772 2003-05-14 00:20  tonvoon
5774         * doc/developer-guidelines.sgml: Updated docs to include comments,
5775           contrib->main, getopts_long and verbose output levels
5777 2003-05-13 23:23  tonvoon
5779         * tools/sfsnapshot: Calls tools/setup and creates a README for the
5780           snapshot directory
5782 2003-05-13 23:03  tonvoon
5784         * doc/developer-guidelines.html, doc/makefile, tools/setup: The
5785           developer-guidelines.html file is now generated from the sgml
5786           file by docbook2html at tools/setup time
5788 2003-05-13 13:14  stanleyhopcroft
5790         * contrib/tarballs/hopcroft-plugins.tar.gz: Removed
5791           contrib/tarballs/hopcroft-plugins.tar.gz. This is archaic,
5792           anachronistic, unmaintained and humblingly embarrassing.
5794 2003-05-13 13:13  stanleyhopcroft
5796         * contrib/check_mssql.sh: check_mssql.sh. A new plugin from Mr T DE
5797           BLENDE to check MS SQLServer databases.
5799 2003-05-09 04:22  kdebisschop
5801         * plugins/check_http.c: fix error when server closes connection
5802           immediately
5804 2003-05-09 04:22  kdebisschop
5806         * plugins/check_http.c: fix error when server closes connection
5807           immediately
5809 2003-05-09 03:59  kdebisschop
5811         * plugins/: check_snmp.c: cause snmpget try try for 1 second less
5812           than the timeout (allowing plugin to force close if needed)
5814 2003-05-07 19:01  undrgrid
5816         * plugins/check_ping.c: Modified check_ping to handle IPv6 as well
5817           as IPv4 ICMP checks using the PING6_COMMAND determined during the
5818           configure script execution. As USE_IPV6 may be defined and
5819           PING6_COMMAND is not defined if there is not IPv6 TCP stack
5820           available when configure is run I condition it off PING6_COMMAND
5821           existing to remove build errors for being undefined.
5823 2003-04-25 10:05  sghosh
5825         * plugins-scripts/: check_ntp.pl: corrected output units
5827 2003-04-23 05:57  kdebisschop
5829         * plugins/: check_http.c, utils.c: update to RFC1123 hostname specs
5831 2003-04-17 06:56  kdebisschop
5833         * nagios-plugins.spec.in: add check_nt, drop check_vsz
5835 2003-04-17 06:55  kdebisschop
5837         * plugins/: check_dig.c, check_tcp.c, check_users.c: code cleanup
5838           to clear strict compiler warnings
5840 2003-04-17 06:36  kdebisschop
5842         * plugins/: check_dig.c, check_tcp.c, netutils.c: code cleanup to
5843           clear strict compiler warnings
5845 2003-04-16 16:31  sghosh
5847         * plugins/check_real.c: old behavior - no stream check unless -u
5849 2003-04-16 16:06  sghosh
5851         * plugins/check_real.c: reset to old behavior of not checking
5852           stream by default
5854 2003-04-13 05:49  sghosh
5856         * plugins/check_hpjd.c: reduce compiler warning between gcc3 and
5857           gcc2.96
5859 2003-04-13 05:28  sghosh
5861         * configure.in: update for check_mailq - qmail support
5863 2003-04-13 05:25  sghosh
5865         * plugins-scripts/utils.pm.in: update for check_mailq - qmail
5866           support
5868 2003-04-13 05:23  sghosh
5870         * plugins-scripts/check_mailq.pl: Added sendmail multi-queue
5871           support (Canau), merged qmail support (Schmid)
5873 2003-04-12 01:02  tonvoon
5875         * plugins/check_procs.c: Match -a STRING anywhere in ps args
5876           (Laurent Vaslin - 719783)
5878 2003-04-12 00:47  tonvoon
5880         * plugins/check_procs.c: Match -a STRING anywhere in ps args
5881           (Laurent Vaslin - 719783)
5883 2003-04-11 23:36  sghosh
5885         * plugins-scripts/check_ifstatus.pl: added feature -u (list of
5886           unused ifIndex)
5888 2003-04-11 23:09  sghosh
5890         * plugins-scripts/check_ifstatus.pl: bug 691412, added feature -x
5891           (list of excluded ifTypes)
5893 2003-04-11 19:44  sghosh
5895         * plugins/check_hpjd.c: patch 698384 - order of args to snmpget +
5896           print a bit of stderr
5898 2003-04-11 17:27  sghosh
5900         * plugins/check_hpjd.c: patch 698384 - order of args to snmpget
5902 2003-04-09 04:46  kdebisschop
5904         * plugins/: check_http.c, check_hpjd.c, check_nt.c: cleanup to
5905           suppress various strict compiler warnings
5907 2003-04-09 04:44  kdebisschop
5909         * plugins/common.h: rewrite #elif to be compatible with traditional
5910           C
5912 2003-04-09 03:09  kdebisschop
5914         * plugins/Makefile.am: check_game needs popen.c now
5916 2003-04-08 21:49  tonvoon
5918         * plugins/: check_nt.c, check_hpjd.c: Changed // to /* */ comments
5919           as some compilers do not like them
5921 2003-04-08 21:38  tonvoon
5923         * command.cfg.in: Updated command for new check_procs
5925 2003-04-08 21:37  tonvoon
5927         * plugins/: check_hpjd.c, check_nt.c: Changed // to /* */ comments
5928           as some compilers do not like them
5930 2003-04-08 01:00  stanleyhopcroft
5932         * contrib/check_axis.sh: check_axis.sh (Axis 5xx print servers)
5933           from Tom De Blende
5935 2003-04-08 00:40  tonvoon
5937         * plugins/check_procs.c: Fixed zombie processes
5939 2003-04-08 00:16  tonvoon
5941         * configure.in: Missed some PS_FORMAT strings
5943 2003-04-07 23:53  tonvoon
5945         * configure.in, plugins/Makefile.am, plugins/check_nagios.c,
5946           plugins/check_procs.c, plugins/check_vsz.c: Souped up check_procs
5947           with different metrics
5949 2003-04-07 22:23  tonvoon
5951         * plugins/check_snmp.c: Removed unnecessary array for AIX compile
5952           (reported by Alwyn Cherrington)
5954 2003-04-07 22:21  tonvoon
5956         * plugins/check_snmp.c: Removed unnecessary regex array
5958 2003-04-07 12:39  kdebisschop
5960         * plugins/check_http.c: ste timeout one second greater than
5961           critical time
5963 2003-04-07 12:38  kdebisschop
5965         * plugins/check_game.c: had been grandfathered ibto core, finally
5966           use normal getopts, add options for player, max-player array
5967           positions
5969 2003-04-03 22:21  tonvoon
5971         * plugins-scripts/check_oracle.sh: Cleaned up cache output
5973 2003-04-01 23:24  tonvoon
5975         * plugins-scripts/check_oracle.sh: Fixed sqlplus calls and
5976           rearranged parameters for --tablespace & --cache
5978 2003-04-01 05:00  kdebisschop
5980         * configure.in: remove PATH_PROG call for autoconf/automake
5981           components
5983 2003-03-31 13:49  kdebisschop
5985         * plugins/check_disk.c: checkpoint  supresses iso9660  adds option
5986           for checking only local  adds choice of scale factor
5988 2003-03-27 22:53  tonvoon
5990         * plugins/check_nwstat.c: Extra Netware checks (Patch 710247 -
5991           Dietmar Ruzicka)
5993 2003-03-26 05:37  tonvoon
5995         * configure.in: ipv6 check requires unistd.h for Darwin
5997 2003-03-26 03:57  tonvoon
5999         * configure.in, plugins/check_procs.c: Removal of ps_raw and
6000           ps_vars
6002 2003-03-26 03:39  tonvoon
6004         * plugins/check_nagios.c: Uses same ps command as check_procs
6006 2003-03-25 06:33  kdebisschop
6008         * .cvsignore: subst is no longer used
6010 2003-03-24 19:05  undrgrid
6012         * .cvsignore, Makefile.am: Better stripping of prefix for Solaris
6013           package install needs to remove       /usr/local as package
6014           installs there by default
6016 2003-03-24 17:44  undrgrid
6018         * Makefile.am, pkg/solaris/.cvsignore, pkg/solaris/pkginfo.in,
6019           plugins/check_disk.c: Minor changes to build for Solaris packages
6021 2003-03-24 16:23  tonvoon
6023         * plugins/check_procs.c: Use max_state
6025 2003-03-24 02:57  tonvoon
6027         * tools/: mail_error, sfsnapshot: PATH set in correct place and
6028           extra comments
6030 2003-03-24 02:44  tonvoon
6032         * tools/: mail_error, sfsnapshot: Bug fixes
6034 2003-03-24 02:21  tonvoon
6036         * tools/mail_error: Sends email if non-zero return code from
6037           command
6039 2003-03-24 02:19  tonvoon
6041         * tools/sfsnapshot: Error code depending on number of files
6042           generated
6044 2003-03-24 01:18  tonvoon
6046         * lib/ls-mntd-fs.m4: Using coreutils 4.5.11 version to fix Darwin
6047           problem
6049 2003-03-24 00:40  tonvoon
6051         * REQUIREMENTS: Add NSClient requirement for check_nt
6053 2003-03-24 00:39  tonvoon
6055         * plugins/check_nt.c: Reference to web site to get NSClient
6057 2003-03-24 00:26  tonvoon
6059         * plugins/check_nt.c: Reference to web site to get NSClient
6061 2003-03-23 07:01  undrgrid
6063         * Makefile.am, autogen.sh, configure.in, lib/Makefile.am,
6064           pkg/solaris/pkginfo.in, pkg/solaris/solpkg: Solaris package build
6065           system
6067 2003-03-23 06:20  kdebisschop
6069         * plugins/check_disk.c: can once again exclude indiviual
6070           path/partitions
6072 2003-03-23 06:11  kdebisschop
6074         * plugins/check_disk.c: add -X to exclude FS type, now works with
6075           more than one path/dev specified
6077 2003-03-22 13:23  kdebisschop
6079         * plugins/utils.c: declaration must precede printf
6081 2003-03-21 20:21  tonvoon
6083         * configure.in: Stupid bug!
6085 2003-03-21 14:08  kdebisschop
6087         * plugins/check_disk.c: checkpoint, allows selecting devices and
6088           paths now
6090 2003-03-21 14:04  kdebisschop
6092         * configure.in: instructions for posting plugin version number
6094 2003-03-19 23:44  kdebisschop
6096         * plugins/check_by_ssh.c: allow to specify -1 and -2 for protocol
6097           version
6099 2003-03-19 22:42  tonvoon
6101         * configure.in: Tru64 df support (Paul Clayton)
6103 2003-03-19 13:01  kdebisschop
6105         * plugins/: utils.c, utils.h: make state_text a function
6107 2003-03-19 12:59  kdebisschop
6109         * lib/mountlist.c, plugins/check_disk.c: check_disk working with
6110           mountlist.c
6112 2003-03-19 02:28  kdebisschop
6114         * Makefile.am, configure.in: subst.* was replaced by dist-hook
6116 2003-03-19 02:27  kdebisschop
6118         * subst.in, subst.sh: these were replaced by dist-hook
6120 2003-03-18 15:18  kdebisschop
6122         * configure.in: running the AFS macro causes newer AC/AM to barf
6124 2003-03-18 09:02  kdebisschop
6126         * configure.in: afs checking
6128 2003-03-18 08:50  kdebisschop
6130         * lib/: ls-mntd-fs.m4, afs.m4: use AC_DEFINE_UNQOUTED
6132 2003-03-18 08:47  kdebisschop
6134         * lib/ls-mntd-fs.m4: stop warning on autoheader 2.13
6136 2003-03-18 07:57  kdebisschop
6138         * plugins/: netutils.c, netutils.h: common.h was doubly included
6140 2003-03-18 07:57  kdebisschop
6142         * plugins/common.h: use enum instead of define, remove some cruft
6143           from old snprintf implementation
6145 2003-03-18 07:48  kdebisschop
6147         * configure.in, lib/Makefile.am, plugins/check_disk.c: use GNU
6148           fileutils for check_disk
6150 2003-03-18 07:47  kdebisschop
6152         * lib/: afs.m4, fstypename.m4, fsusage.c, fsusage.h, fsusage.m4,
6153           ls-mntd-fs.m4, mountlist.c, mountlist.h: from GNU fileutils for
6154           check_disk
6156 2003-03-17 22:22  tonvoon
6158         * plugins-scripts/: check_oracle.sh: Allow default Oracle home from
6159           oratab (reported by Walbert Oberngruber)
6161 2003-03-16 23:54  undrgrid
6163         * configure.in: Modified to automatically enable getaddrinfo
6164           emulation if lwres is not used and getaddrinfo is not found in
6165           the system.
6167 2003-03-16 23:28  undrgrid
6169         * plugins/: check_tcp.c, netutils.c, netutils.h: Applied patch
6170           #660973 for tcp refusals
6172 2003-03-15 01:28  undrgrid
6174         * configure.in: Left over debug define
6176 2003-03-15 01:25  undrgrid
6178         * configure.in, lib/Makefile.am, lib/getaddrinfo.c,
6179           lib/getaddrinfo.h, lib/gethostbyname.c, lib/gethostbyname.h,
6180           plugins/Makefile.am, plugins/getaddrinfo.c,
6181           plugins/getaddrinfo.h, plugins/gethostbyname.c,
6182           plugins/gethostbyname.h, plugins/netutils.c, plugins/netutils.h,
6183           plugins/utils.c, plugins/utils.h: Spent the day working on
6184           backwards compatability using getaddrinfo() Moved getaddrinfo.?
6185           and gethostbyname.? from lib/ to plugins/ due to problems with
6186           compiling into the libnagiosplug.a as it required linking against
6187           socket libraries which are unneeded except for network based
6188           plugins.  This code should hopefully happily work for all systems
6189           and has been tested prior to commit on Debian GNU/Linux, SPARC
6190           Solaris 7 and SPARC Solaris 9.
6192 2003-03-14 13:28  kdebisschop
6194         * plugins-scripts/check_ntp.pl: add timeout, fix taint chacking
6195           diom
6197 2003-03-13 22:20  undrgrid
6199         * .cvsignore, configure.in, lib/Makefile.am: Working out issues
6200           with getaddrinfo emulation build environment
6202 2003-03-13 21:14  tonvoon
6204         * plugins/: check_dns.c, check_http.c, check_tcp.c: Strip leading
6205           spaces in perf data
6207 2003-03-13 21:10  tonvoon
6209         * plugins/check_smtp.c: Perf data without leading spaces and fix
6210           ANSI C complaint about \n
6212 2003-03-13 20:33  tonvoon
6214         * plugins/check_tcp.c: Fix compiler warnings re progname
6216 2003-03-13 06:52  undrgrid
6218         * depcomp: Removed auto-tools script that automake adds
6220 2003-03-13 06:51  undrgrid
6222         * .cvsignore, configure.in, install-sh, missing, mkinstalldirs,
6223           plugins/.cvsignore, plugins/Makefile.am, plugins/common.h,
6224           plugins/common.h.in, plugins/netutils.h, plugins/netutils.h.in,
6225           plugins/popen.h, plugins/popen.h.in, plugins/utils.c,
6226           plugins/utils.h, plugins/utils.h.in, plugins/version.h.in:
6227           Updated cvs ignore files to reflect changes Moved header files
6228           from being ran through configure to standard Removed auto-tools
6229           scripts that get added by automake
6231 2003-03-13 06:00  kdebisschop
6233         * plugins/negate.c: negate must be POSIXly correct in handling
6234           options, else wrapped options get passed to it
6236 2003-03-13 05:59  undrgrid
6238         * configure.in: Removed --with-ipv6 configure option so it
6239           determines IPv6 availablity completely on it's own per suggestion
6240           by Karl
6242 2003-03-13 05:29  kdebisschop
6244         * plugins/negate.c: negate must be POSIXly correct in handling
6245           options, else wrapped options get passed to it
6247 2003-03-12 22:13  undrgrid
6249         * plugins/check_tcp.c: doco standarization
6251 2003-03-12 19:50  undrgrid
6253         * configure.in, plugins-scripts/subst.in: Just a lil namespace
6254           clean-up
6256 2003-03-12 17:42  undrgrid
6258         * configure.in: Minor fix to --with-ipv6 behavior
6260 2003-03-12 17:11  undrgrid
6262         * autogen.sh, configure.in, plugins/utils.c, plugins/utils.h.in:
6263           Added autogen.sh script that rebuilds using autotools and runs
6264           configure Modified configure.in to include some debug build
6265           option info at the end of the scripts execution. Can be removed
6266           by release time.  Modified configure.in to include a --with-ipv6
6267           option Default build is without IPv6 support now to enable you
6268           need to use the --with-ipv6 command line option to configure.
6269           Modified plugins/utils.* to use USE_IPV6
6271 2003-03-12 07:05  kdebisschop
6273         * plugins/check_disk.c: doco standarization
6275 2003-03-12 06:44  kdebisschop
6277         * plugins/check_disk.c: errors for statfs
6279 2003-03-12 06:41  kdebisschop
6281         * plugins/check_smtp.c: comment/doco cleanup for embeeded doc work,
6282           control STMP command via options instead of defines
6284 2003-03-12 06:38  kdebisschop
6286         * configure.in: version increase, statfs work
6288 2003-03-12 02:47  undrgrid
6290         * plugins/.cvsignore: Add some more extra plugins
6292 2003-03-12 02:29  undrgrid
6294         * plugins/check_dig.c: Code clean-up
6296 2003-03-12 02:29  undrgrid
6298         * plugins/check_http.c: Clean up of output from plugin
6300 2003-03-12 02:24  undrgrid
6302         * plugins/: check_udp.c, check_ldap.c, check_http.c: Code clean-up
6304 2003-03-12 02:23  undrgrid
6306         * plugins/check_tcp.c: Code cleanup
6308 2003-03-12 00:45  tonvoon
6310         * plugins/check_dns.c: Removed is_host checks to speed up code.
6311           Fixed timings so no spaces
6313 2003-03-12 00:08  tonvoon
6315         * plugins/check_dns.c: Timings in milliseconds and nicer output
6317 2003-03-11 22:51  tonvoon
6319         * plugins-scripts/.cvsignore: Add script ignores
6321 2003-03-11 22:36  tonvoon
6323         * plugins/negate.c: Remove getopt_long checks
6325 2003-03-11 22:34  tonvoon
6327         * plugins/negate.c: Fixed reading too many argv parameters and
6328           changed to asprintf
6330 2003-03-11 22:29  tonvoon
6332         * plugins/negate.c: Fixed reading too many argv parameters and
6333           changed to asprintf
6335 2003-03-11 22:22  tonvoon
6337         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
6338           check_fping.c, check_hpjd.c, check_http.c, check_ide-smart.c,
6339           check_ldap.c, check_load.c, check_mrtg.c, check_mrtgtraf.c,
6340           check_mysql.c, check_nagios.c, check_nt.c, check_nwstat.c,
6341           check_overcr.c, check_pgsql.c, check_ping.c, check_procs.c,
6342           check_radius.c, check_real.c, check_smtp.c, check_snmp.c,
6343           check_ssh.c, check_swap.c, check_tcp.c, check_time.c,
6344           check_udp.c, check_ups.c, check_users.c, check_vsz.c: Remove
6345           getopt_long checks
6347 2003-03-11 22:09  undrgrid
6349         * configure.in: Fixed some ping6 variables
6351 2003-03-11 18:32  undrgrid
6353         * configure.in: Minor change to Karl's statfs check Inclusion of
6354           ICMPv6 ping tests to define PING6_COMMAND Minor fix to ps syntax
6355           checking to fix bug I introduced last nite
6357 2003-03-11 07:04  undrgrid
6359         * Makefile.am, configure.in: Removed acconfig.h from EXTRA_DIST
6360           Fixed problem with test in SWAP_FORMAT and SWAP_COMMAND
6362 2003-03-11 06:44  kdebisschop
6364         * configure.in, plugins/check_disk.c: use statfs for check_disk
6365           (still needs fs scan)
6367 2003-03-11 06:03  undrgrid
6369         * acconfig.h, configure.in: Finishing clean-up of configure.in
6370           Removing acconfig.h as it's no longer needed
6372 2003-03-10 23:58  undrgrid
6374         * acconfig.h, configure.in: Cleaned up configure for PS and PING to
6375           produce cleaner config.h
6377 2003-03-09 18:13  undrgrid
6379         * plugins/common.h.in: Make sure sys/socket.h is explicitly
6380           included if HAVE_SYS_SOCKET_H is defined
6382 2003-03-09 10:39  tonvoon
6384         * plugins/check_disk.c: Implement error-only option for check_disk
6385           (Ian Duggan)
6387 2003-03-09 10:36  tonvoon
6389         * plugins/check_disk.c: Implement error-only option for check_disk
6390           (Ian Duggan)
6392 2003-03-08 12:08  tonvoon
6394         * plugins/check_disk.c: Fix AIX /proc filesystem (Ian Duggan)
6396 2003-03-08 12:05  tonvoon
6398         * plugins/check_disk.c: Fix AIX /proc filesystem (Ian Duggan)
6400 2003-03-08 11:44  tonvoon
6402         * configure.in: snprintf checks in configure.in like samba
6404 2003-03-08 02:27  undrgrid
6406         * plugins/check_dns.c: Modified code to call is_addr() rather than
6407           is_dotted_quad() with the    new AF indepdent function routines
6409 2003-03-08 02:26  undrgrid
6411         * plugins/: netutils.c, netutils.h.in, utils.c, utils.h.in: AF
6412           indepedent routines introduced.  Modifed process_request() &
6413           my_connect() parameters to make 'proto' type        'int' rather
6414           than 'char *' and use IPPROTO_* POSIX values.  Removed
6415           is_dotted_quad() & my_inet_aton() functions Added is_addr(),
6416           is_inet_addr(), is_inet6_addr() and resolve_host_or_addr()
6417           functions to check whether it is a valid IP address Modified
6418           is_host() to call is_addr() and is_hostname()
6420 2003-03-08 02:02  tonvoon
6422         * tools/sfsnapshot: Need to remove configure.in
6424 2003-03-08 01:59  tonvoon
6426         * lib/Makefile.am, lib/snprintf.c, plugins/Makefile.am,
6427           plugins/snprintf.c: Move snprintf into lib
6429 2003-03-08 01:48  tonvoon
6431         * tools/sfsnapshot: Have to run through whole automake procedure as
6432           datestamp in RELEASE variable
6434 2003-03-08 01:13  tonvoon
6436         * tools/sfsnapshot: Added automake parameters for config.sub and
6437           config.guess
6439 2003-03-08 00:57  tonvoon
6441         * tools/sfsnapshot: Fixed production OUT variable
6443 2003-03-08 00:55  tonvoon
6445         * tools/sfsnapshot: Adds MD5SUM file, creates multiple branch
6446           snapshots and doesn't rerun configure/automake/autoconf
6447           unnecessarily
6449 2003-03-08 00:21  tonvoon
6451         * Makefile.am: Use Makefile's variables (to support a shortcut in
6452           sfsnapshot)
6454 2003-03-07 22:11  undrgrid
6456         * configure.in, lib/Makefile.am, lib/getaddrinfo.c,
6457           lib/getaddrinfo.h, lib/gethostbyname.c, lib/gethostbyname.h,
6458           plugins/check_pgsql.c, plugins/common.h.in, plugins/netutils.c,
6459           plugins/netutils.h.in, tools/setup: Added getaddrinfo.[ch] &
6460           gethostbyname.[ch] to provide RFC2553 functions   if missing in
6461           system libs and lwres not present Moved all references to netdb.h
6462           and sys/socket.h into common.h.in Modified automake call in
6463           tools/setup to include adding missing files         so config.sub
6464           and config.guess will be available
6466 2003-03-07 20:16  tonvoon
6468         * plugins/check_nt.c: Make output for CPU load nicer
6470 2003-03-07 07:45  kdebisschop
6472         * plugins/check_smtp.c: millisecond timing and perf data
6474 2003-03-07 07:15  kdebisschop
6476         * plugins/: check_smtp.c: whole timer loop was on the wrong side of
6477           connection close code
6479 2003-03-07 06:43  kdebisschop
6481         * plugins/check_udp.c: fix for -H invocation of hostname
6483 2003-03-07 06:40  kdebisschop
6485         * plugins/check_udp.c: fix for -H invocation of hostname
6487 2003-03-06 06:40  undrgrid
6489         * acinclude.m4, configure.in: Adds --with-lwres and
6490           --enable-emulate-getaddrinfo but are not used in any of the code
6491           at this time. Has a check for IPv6 support but only runs if using
6492           the emulate-getaddrinfo routines, this needs to be modified.  !!!
6493           I need input from results of this run on various platforms to see
6494           what results are seen in plugins/config.h so please help test !!!
6496 2003-03-05 07:27  kdebisschop
6498         * plugins-scripts/check_ntp.pl: add "m" to regex for minutes
6500 2003-03-05 05:59  sghosh
6502         * plugins/check_smtp.c: remove race condition for a long HELO
6504 2003-03-05 04:38  sghosh
6506         * command.cfg.in: corrected snmp commands
6508 2003-03-05 04:37  sghosh
6510         * plugins-scripts/check_ntp.pl: regex fix per Marc Poulin
6512 2003-03-05 00:17  tonvoon
6514         * plugins/check_http.c: check_http min size option (680467 - Dave
6515           Viner)
6517 2003-03-04 23:56  tonvoon
6519         * plugins/check_nt.c: Make output message for CPU Load a bit nicer
6521 2003-03-04 23:35  tonvoon
6523         * tools/sfsnapshot: To create nagiosplug daily snapshots on SF
6525 2003-03-03 03:49  kdebisschop
6527         * plugins/check_ping.c: accept comma-delimted list of hosts for
6528           checking if a multihomed host is alive
6530 2003-03-02 06:01  kdebisschop
6532         * plugins/check_ping.c: add logic to check multiple servers
6534 2003-03-02 04:59  kdebisschop
6536         * ChangeLog: update from CVS
6538 2003-03-02 04:58  kdebisschop
6540         * configure.in, nagios-plugins.spec.in: adjustments to remove beta
6541           tagging
6543 2003-03-02 04:32  kdebisschop
6545         * ChangeLog: update from CVS
6547 2003-03-01 05:09  kdebisschop
6549         * nagios-plugins.spec.in: we were missing some docs in the RPM
6551 2003-02-23 17:11  sghosh
6553         * REQUIREMENTS: Novell requirements
6555 2003-02-23 17:10  sghosh
6557         * contrib/check_bgpstate.pl: removed community string in CRIT
6558           message
6560 2003-02-22 19:06  tonvoon
6562         * configure.in: Solaris and Unixware labels round the wrong way for
6563           swap command
6565 2003-02-22 13:01  kdebisschop
6567         * Makefile.am: provide target for nagios-plugins.spec
6569 2003-02-22 07:27  kdebisschop
6571         * Makefile.am: add CODING FAQ LEGAL to distribution tarball
6573 2003-02-21 21:59  tonvoon
6575         * plugins/check_http.c: Fixed coredump with unallocated string
6577 2003-02-21 21:46  tonvoon
6579         * plugins/check_dns.c: Strip leading spaces on dns return value
6580           (689563 - Simon L Nielsen)
6582 2003-02-20 03:16  kdebisschop
6584         * plugins-scripts/check_disk_smb.pl: option regexs need to include
6585           ^ and $
6587 2003-02-19 22:56  tonvoon
6589         * lib/Makefile.am: Removing getloadavg.m4 from dist
6591 2003-02-19 08:36  kdebisschop
6593         * INSTALL, configure.in, lib/getloadavg.m4, tools/setup: remove
6594           getloadavg.m4
6596 2003-02-19 00:45  tonvoon
6598         * Makefile.am, configure.in, getloadavg.m4, lib/Makefile.am,
6599           lib/getloadavg.c, lib/getloadavg.m4, plugins/Makefile.am,
6600           plugins/getloadavg.c: Move getloadavg to lib directory. Must run
6601           "aclocal -I lib"
6603 2003-02-18 23:00  kdebisschop
6605         * plugins/check_pgsql.c: spurious backslash escape
6607 2003-02-18 22:56  kdebisschop
6609         * configure.in: set tag for beta3, fix pgsql detection
6611 2003-02-18 22:24  kdebisschop
6613         * plugins/check_udp.c: never exited getopt loop
6615 2003-02-18 22:20  kdebisschop
6617         * plugins/check_tcp.c: failed if header was more than 1023 bytes
6619 2003-02-18 22:10  tonvoon
6621         * plugins/check_load.c: Fixed the output messages (Bug 688729 -
6622           Jayjay)
6624 2003-02-18 21:58  tonvoon
6626         * Makefile.am: Add SUPPORT file to distribution
6628 2003-02-18 21:56  tonvoon
6630         * plugins/check_http.c: Fixed compiler warning and increased the
6631           SSL random key for a Solaris PRNG problem
6633 2003-02-18 05:38  kdebisschop
6635         * configure.in: remainder of ps fix for UnixWare, and move [] in
6636           if/elif to indicate m4 quoting instead of test invocation
6638 2003-02-18 04:05  sghosh
6640         * contrib/check_appletalk.pl: Appletalk ping plugin
6642 2003-02-18 04:04  sghosh
6644         * plugins/check_snmp.c: OID type prefix patch [Patches-679403]
6646 2003-02-18 03:46  sghosh
6648         * plugins/check_swap.c: support for Large swap sizes
6650 2003-02-18 03:17  sghosh
6652         * configure.in: regex fix to catch *BSD swapinfo and not HP-UX
6653           error and memory/file swap in addition to device for HP-UX
6655 2003-02-17 22:01  kdebisschop
6657         * configure.in: typo in testing uname output
6659 2003-02-17 21:57  kdebisschop
6661         * configure.in: ping and swap for unixware
6663 2003-02-17 21:04  kdebisschop
6665         * configure.in: library search dirs are part of LDFLAGS
6667 2003-02-17 19:11  sghosh
6669         * REQUIREMENTS: location updates
6671 2003-02-16 08:41  tonvoon
6673         * plugins/Makefile.am: Fixed dependencies for check_nt
6675 2003-02-16 08:25  tonvoon
6677         * plugins/check_nt.c: Coredump if no variable set (reported by Marc
6678           C. Poulin)
6680 2003-02-16 02:46  egalstad
6682         * contrib/check_dhcp.c: Interface patch byor Clemens Resen
6684 2003-02-16 02:18  sghosh
6686         * plugins-scripts/check_ntp.pl: all alphanumeric accepted for refid
6687           on ntpq
6689 2003-02-12 22:32  tonvoon
6691         * plugins/.cvsignore: Added extra plugins
6693 2003-02-12 22:30  tonvoon
6695         * lib/.cvsignore: Add ignore files
6697 2003-02-12 22:29  tonvoon
6699         * plugins/negate.c: Remove unnecessary \ and fix coredump with no
6700           parameters specified
6702 2003-02-12 22:27  tonvoon
6704         * plugins/check_http.c: Remove unnecessary \ - complaints from
6705           Tru64's cc compiler
6707 2003-02-12 22:21  tonvoon
6709         * configure.in: Inadequate quoting for PS_FORMAT & removal of grep
6710           "*** for Tru64
6712 2003-02-12 04:36  sghosh
6714         * command.cfg.in: forced ntpq jitter check
6716 2003-02-12 04:32  sghosh
6718         * plugins-scripts/check_ifoperstatus.pl: added timeout alarm
6720 2003-02-12 04:30  sghosh
6722         * plugins-scripts/check_ntp.pl: fixed regex for stratum1 peer,
6723           added logic for failed ntpq call(e.g. sntp host)
6725 2003-02-11 00:47  tonvoon
6727         * plugins/check_mysql.c: Patch by Dave Viner for seg fault on RH
6728           7.3 (655903)
6730 2003-02-10 23:59  tonvoon
6732         * configure.in: Update with references to REQUIREMENTS
6734 2003-02-10 23:58  tonvoon
6736         * Requirements: Remove file, superceded by REQUIREMENTS
6738 2003-02-10 23:34  tonvoon
6740         * plugins/: getopt.c, getopt.h, getopt1.c: Removing getopt files -
6741           now in new lib directory
6743 2003-02-10 23:32  tonvoon
6745         * lib/: Makefile.am, getopt.c, getopt.h, getopt1.c: New directory
6746           for common library files
6748 2003-02-10 23:28  tonvoon
6750         * plugins/common.h.in: Added in a define for HAVE_GETOPT_H for
6751           backwards compatibility
6753 2003-02-10 23:27  tonvoon
6755         * plugins/Makefile.am: Remove unnecessary getopt references and
6756           link in lib directory
6758 2003-02-10 23:26  tonvoon
6760         * configure.in: Removing checks for getopt.h - now always
6761           available. Also support lib dir
6763 2003-02-10 23:24  tonvoon
6765         * Makefile.am: Adding lib directory for getopts change
6767 2003-02-10 23:08  tonvoon
6769         * configure.in: Fixed Tru64 ps command (Bug 669585 - Paula Arnold)
6771 2003-02-10 18:36  undrgrid
6773         * plugins/check_ssh.c: Added argc checks before attempting to
6774           access argv[]
6776           Corrected return codes and output
6778 2003-02-10 14:18  undrgrid
6780         * plugins/check_ssh.c: Revised code to use resolving and connection
6781           code in utils.c and netutils.c rather than its own functions.
6782           Corrected code to properly handle input of server hostname and
6783           port on commandline without option flags.
6785 2003-02-10 04:49  kdebisschop
6787         * contrib/check_fping_in.c: this plugin is in core as check_fping
6789 2003-02-09 18:59  undrgrid
6791         * tools/setup: Reordered program calls so autoheader was called
6792           before automake thus getting rid of errors for header files not
6793           being present when automake was called. Also puts it inline with
6794           documentation in INSTALL & INSTALLING
6796 2003-02-09 14:20  sghosh
6798         * contrib/: check_adptraid.sh, check_compaq_insight.pl,
6799           check_file_age.pl:  new plugins
6801 2003-02-09 14:18  sghosh
6803         * contrib/: README.TXT, readme.txt: file rename
6805 2003-02-09 14:16  sghosh
6807         * contrib/: check_remote_nagios_status.pl, check_wins.pl,
6808           sched_downtime.pl: more contribs
6810 2003-02-09 14:03  sghosh
6812         * contrib/tarballs/: fetchlog-0.92.tar.gz, fetchlog-0.94.tar.gz:
6813           new version
6815 2003-02-09 12:54  kdebisschop
6817         * CODING, README: spell check
6819 2003-02-09 12:36  kdebisschop
6821         * FAQ: spell check
6823 2003-02-09 12:17  sghosh
6825         * SUPPORT: ispell
6827 2003-02-08 06:00  kdebisschop
6829         * plugins/check_pgsql.c: use enum instead of define
6831 2003-02-08 05:58  kdebisschop
6833         * FAQ: add item on submitting new plugins
6835 2003-02-08 05:57  kdebisschop
6837         * SUPPORT: suggest minimum standards for support requests
6839 2003-02-08 05:32  kdebisschop
6841         * plugins/check_http.c: submit request with one send
6843 2003-02-05 05:59  kdebisschop
6845         * configure.in: fix for SSL build on RedHat rawhide
6847 2003-02-05 05:58  kdebisschop
6849         * plugins/check_dns.c: allow check to proceed using servers from
6850           resolv.conf
6852 2003-02-05 05:57  kdebisschop
6854         * plugins/check_http.c: fix segfault due to bad asprintf invocation
6856 2003-02-04 06:24  sghosh
6858         * plugins-scripts/Makefile.am:  install user:grp perms [patch
6859           679703 -Detlef Boehm]
6861 2003-02-04 06:16  sghosh
6863         * plugins-scripts/check_flexlm.pl: lmstat output update
6865 2003-02-04 05:54  sghosh
6867         * plugins-scripts/check_ntp.pl: corrected ntpdate offset to seconds
6869 2003-02-03 21:43  tonvoon
6871         * plugins/check_snmp.c: Avoid core dump with null or invalid data
6872           (679400 - Mathieu Masseboeuf)
6874 2003-02-03 21:33  tonvoon
6876         * plugins/Makefile.am: Patch for Mac OS X compile (652080 - Ton
6877           Voon)
6879 2003-02-03 20:43  sghosh
6881         * contrib/tarballs/check_cit.tgz: Citrix plugin
6883 2003-02-03 20:35  sghosh
6885         * command.cfg.in: more sample command configurations
6887 2003-02-03 20:29  sghosh
6889         * configure.in, plugins-scripts/check_ntp.pl,
6890           plugins-scripts/utils.pm.in: change ntpdc to ntpq (Jonathan
6891           Rozes,Thomas Schimpke, bug-656237 )
6893 2003-02-03 15:47  sghosh
6895         * plugins-scripts/check_ntp.pl: patch for desync peer and ntpdate
6896           (James Fidell)
6898 2003-02-03 05:29  sghosh
6900         * plugins-scripts/check_ifstatus.pl:  bugfix [bug 651021 mperry2]
6902 2003-02-03 05:07  sghosh
6904         * plugins/check_hpjd.c: added default community [bug-patch #600349
6905           jbaumgartner]
6907 2003-01-31 18:40  tonvoon
6909         * plugins/check_procs.c: Fix for zombie processes on Solaris (Bug
6910           677803 - Matthew Brown)
6912 2003-01-31 18:36  tonvoon
6914         * plugins/check_nt.c: Reapply all asprintf calls. Fix for %%
6915           problem with -l flag.
6917 2003-01-31 01:26  tonvoon
6919         * plugins/check_nt.c: Removed all unnecessary asprintf calls.
6920           Replaced with original check_nt.c to minimise amount of changes
6921           (reported by Reuben Farrelly)
6923 2003-01-30 23:18  tonvoon
6925         * plugins/check_nt.c: Added reference to the official NSClient web
6926           site
6928 2003-01-30 22:57  tonvoon
6930         * plugins/check_swap.c: Fixed long --allswap option
6932 2003-01-30 22:55  tonvoon
6934         * plugins/check_procs.c: Fixed progname
6936 2003-01-29 20:57  tonvoon
6938         * plugins/check_mrtgtraf.c: Fixed error and success codes (638656 -
6939           Paul Dlug)
6941 2003-01-29 20:47  tonvoon
6943         * plugins-scripts/check_oracle.sh: Added cache and tablespace check
6944           (621567 - John Marquart)
6946 2003-01-29 20:33  tonvoon
6948         * plugins/: Makefile.am, check_nt.c: Added in check_nt for bug
6949           646516
6951 2003-01-29 06:38  kdebisschop
6953         * plugins/check_mysql.c: remove incorrect check_disk() declaration
6955 2003-01-29 06:16  kdebisschop
6957         * plugins/check_ldap.c: fix segfault when argc>=2 and the -H or -b
6958           options are not supplied
6960 2003-01-29 06:15  kdebisschop
6962         * plugins/check_by_ssh.c: 1.8
6964 2003-01-29 05:55  tonvoon
6966         * plugins/check_http.c: Better error if server requests client
6967           based certificate (609382 - Olaf Greis)
6969 2003-01-29 05:27  tonvoon
6971         * contrib/check_dns_random.pl: Exit code added (604837 - Lachlan
6972           Cameron-Smith)
6974 2003-01-29 05:10  tonvoon
6976         * plugins-scripts/check_oracle.sh: Added dummy login test (650970 -
6977           Ton Voon)
6979 2003-01-29 04:28  tonvoon
6981         * plugins/check_vsz.c: Error when no params passed, better invalid
6982           params message (652086 - Ton Voon)
6984 2003-01-29 04:11  tonvoon
6986         * plugins/check_procs.c: Fixed NULL status in Solaris (644783 -
6987           Fabian Pehla) Fixed -p options (652082 - Ton Voon)
6989 2003-01-28 07:44  kdebisschop
6991         * contrib/checkciscotemp.pl: typo: had commented use Net::SNMP for
6992           testing
6994 2003-01-28 07:42  kdebisschop
6996         * plugins/check_real.c: make sure host_name is set and remove NULL
6997           string inits that can lead to segfaults
6999 2003-01-28 07:26  kdebisschop
7001         * plugins/check_mysql.c: missed argc check on port parameter
7003 2003-01-28 07:17  kdebisschop
7005         * contrib/checkciscotemp.pl: split and validate input more robustly
7007 2003-01-28 07:15  kdebisschop
7009         * plugins/check_http.c: remove NULL string inits that can lead to
7010           segfaults
7012 2003-01-28 00:32  tonvoon
7014         * configure.in: ps support for Darwin / MacOSX
7016 2003-01-27 11:53  kdebisschop
7018         * plugins/check_http.c: do not pass host if none is provided
7020 2003-01-27 06:04  kdebisschop
7022         * plugins/check_http.c: we were sending extra CRLF
7024 2003-01-19 06:34  kdebisschop
7026         * plugins-scripts/check_rpc.pl: indicate new default state in
7027           get_rpcinfo, also fix a bunch of indents for consistent format
7029 2003-01-17 05:56  sghosh
7031         * plugins-scripts/check_rpc.pl: bug fix for state and opt_c
7032           initialization
7034 2003-01-17 05:37  sghosh
7036         * plugins/check_snmp.c: Counter32 tag parsing added
7038 2003-01-16 06:42  kdebisschop
7040         * plugins/: check_mysql.c, check_pgsql.c: semicolon needed where
7041           progname define was replaced
7043 2003-01-16 06:29  kdebisschop
7045         * plugins/check_http.c: add option to let regex span newlines
7047 2003-01-16 06:28  kdebisschop
7049         * plugins/check_game.c: progname and print_usage need to be defined
7051 2003-01-16 06:22  kdebisschop
7053         * plugins/check_radius.c: semicolon needed where praogname define
7054           was replced
7056 2003-01-16 06:10  kdebisschop
7058         * plugins/check_hpjd.c: semicolon needed where praogname define was
7059           replced
7061 2003-01-16 05:22  kdebisschop
7063         * configure.in: find kerberos libs in latest Red Hat beta
7065 2003-01-16 05:21  kdebisschop
7067         * plugins/utils.c: restore max() macro
7069 2003-01-16 05:20  kdebisschop
7071         * plugins/check_tcp.c: cleanup progname assignment
7073 2003-01-16 05:19  kdebisschop
7075         * plugins-scripts/check_disk_smb.pl: accept $ for share and \\ for
7076           users
7078 2003-01-16 05:17  kdebisschop
7080         * plugins/check_by_ssh.c: avoid segfault when host is not given
7082 2003-01-13 12:21  kdebisschop
7084         * contrib/: check_dhcp.c, check_fping_in.c, check_rbl.c: convert
7085           PROGANE from a define to a const char
7087 2003-01-13 12:15  kdebisschop
7089         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
7090           check_dummy.c, check_fping.c, check_hpjd.c, check_http.c,
7091           check_ldap.c, check_load.c, check_mrtg.c, check_mrtgtraf.c,
7092           check_mysql.c, check_nagios.c, check_nwstat.c, check_overcr.c,
7093           check_pgsql.c, check_ping.c, check_procs.c, check_radius.c,
7094           check_real.c, check_smtp.c, check_snmp.c, check_ssh.c,
7095           check_swap.c, check_tcp.c, check_time.c, check_udp.c,
7096           check_ups.c, check_users.c, check_vsz.c, negate.c, urlize.c,
7097           utils.c, utils.h.in: convert PROGANE from a define to a const
7098           char
7100 2003-01-13 12:13  kdebisschop
7102         * plugins/popen.c: change exit status to be POSIX compliant
7104 2003-01-13 12:09  kdebisschop
7106         * plugins/check_nagios.c: check for a few null strings, change
7107           PROGNAME from #define to const *char
7109 2003-01-13 04:50  kdebisschop
7111         * plugins/check_disk.c: add options for excluding devices and for
7112           skipping OK devices in summary
7114 2003-01-03 03:24  kdebisschop
7116         * plugins/utils.c: protect against some null strings, make formats
7117           more uniform
7119 2002-12-19 19:30  kdebisschop
7121         * plugins/check_tcp.c: expect is +OK for SPOP too
7123 2002-12-19 19:29  kdebisschop
7125         * plugins/check_tcp.c: server expect not getting set, expect is +OK
7126           for POP
7128 2002-12-19 19:20  kdebisschop
7130         * plugins/check_http.c: remove spurious CRLF
7132 2002-11-29 12:02  stanleyhopcroft
7134         * contrib/check_citrix:
7135           New plugin to check the ICA browse service (used by Citrix
7136           Metaframe servers) from Ed Rolison and Tom De Blende.
7138 2002-11-25 12:00  kdebisschop
7140         * plugins/check_tcp.c: was segfaulting if no dtat was returned
7142 2002-11-24 13:43  kdebisschop
7144         * tools/snapshot: some fixes needed to move off old devel box
7146 2002-11-24 13:09  kdebisschop
7148         * tools/snapshot: make routine snapshots of nagios and plugin CVS
7149           to expand testing
7151 2002-11-22 10:52  kdebisschop
7153         * plugins/check_ups.c: add replace battery condition, replace
7154           unchecked strcat calls with asprintf (I do not think buffer
7155           overflow was possible here, but lets be consistent)
7157 2002-11-22 02:46  kdebisschop
7159         * configure.in: get long args output to work on check_procs by
7160           putting incantations with -w ahead of others
7162 2002-11-22 02:33  kdebisschop
7164         * configure.in: get long args output to work on linux check_procs,
7165           actually works this time (needs OpenBSD testing)
7167 2002-11-22 01:33  kdebisschop
7169         * plugins/check_procs.c: add a few comments, trap a few place where
7170           a NULL string might have been handled
7172 2002-11-22 01:31  kdebisschop
7174         * configure.in: get long args output to work on linux check_procs
7175           (needs OpenBSD testing)
7177 2002-11-21 12:40  kdebisschop
7179         * plugins/check_dig.c: fix empty output on errors
7181 2002-11-20 11:56  kdebisschop
7183         * plugins/check_swap.c: add switch to evaluate each swap
7184           individually
7186 2002-11-20 11:28  kdebisschop
7188         * plugins/check_dig.c: fix solaris SEGV, still need to print
7189           meaningful error text
7191 2002-11-20 01:19  kdebisschop
7193         * plugins/check_by_ssh.c: in short options, t no no argument
7195 2002-11-20 01:09  kdebisschop
7197         * plugins/check_dig.c: replace some strcpy with strscpy
7199 2002-11-19 19:13  kdebisschop
7201         * plugins/Makefile.am: another try at portable symlinking
7203 2002-11-19 19:07  kdebisschop
7205         * plugins/Makefile.am: another try at portable symlinking
7207 2002-11-19 19:06  kdebisschop
7209         * plugins/check_time.c: explicitly cast recv() arg2 for SunOS5.6
7211 2002-11-19 07:13  kdebisschop
7213         * plugins/Makefile.am: rewrite of install-exec-hook for solaris
7215 2002-11-18 21:58  sghosh
7217         * contrib/: check_javaproc.pl, nagios_sendim.pl: javaproc, sendim
7219 2002-11-18 14:46  sghosh
7221         * contrib-reporting/process_perfdata.pl: New directory to for
7222           perfdata and reporting scripts
7224 2002-11-18 11:24  kdebisschop
7226         * plugins/check_swap.c: test total swap instead of individual disks
7228 2002-11-18 07:23  kdebisschop
7230         * plugins/check_disk.c: failed to handle multple disks
7232 2002-11-18 07:22  kdebisschop
7234         * plugins/utils.c: more readable max_state() code
7236 2002-11-16 12:57  kdebisschop
7238         * plugins/Makefile.am: fix too many sources problem for programs
7239           tha are symlinks to check_tcp
7241 2002-11-16 04:59  kdebisschop
7243         * plugins/check_snmp.c: my take on Subhendu's patches, plus a few
7244           comments for clarity
7246 2002-11-15 17:47  sghosh
7248         * plugins/check_snmp.c: memory bounds in options, no output
7249           comparison case
7251 2002-11-15 04:51  kdebisschop
7253         * nagios-plugins.spec.in: make spec work again, now that release is
7254           in source name again
7256 2002-11-15 00:51  kdebisschop
7258         * configure.in: release numbering fix
7260 2002-11-15 00:50  kdebisschop
7262         * plugins/check_snmp.c: fix label handling, replace accidentally
7263           deleted elseif l.310
7265 2002-11-14 18:25  kdebisschop
7267         * Makefile.am, acconfig.h, configure.in, nagios-plugins.spec.in,
7268           plugins/utils.c: fix bug with gettimeofday test, improve
7269           version/release handling, update rpm spec
7271 2002-11-14 18:23  kdebisschop
7273         * plugins/Makefile.am: fix typo in snprintf build
7275 2002-11-14 05:36  kdebisschop
7277         * plugins/Makefile.am: can't drop these sources -- neded for dist
7279 2002-11-14 05:27  kdebisschop
7281         * plugins/Makefile.am: fix build rule for snprintf
7283 2002-11-14 05:25  kdebisschop
7285         * plugins/check_http.c: pagesize count off by one
7287 2002-11-14 04:45  kdebisschop
7289         * plugins/check_http.c: clean up NULL from status on Solaris
7291 2002-11-14 04:00  kdebisschop
7293         * configure.in: typo in AC_DEFINE of PS_FORMAT for solaris
7295 2002-11-14 03:37  kdebisschop
7297         * plugins/Makefile.am: remove check_nt again
7299 2002-11-14 03:09  kdebisschop
7301         * plugins/Makefile.am: back out last change -- it was only work in
7302           progress
7304 2002-11-14 02:26  kdebisschop
7306         * plugins/: Makefile.am, check_dns.c, check_ldap.c, check_mrtg.c,
7307           check_mrtgtraf.c, check_nwstat.c, check_radius.c, utils.c,
7308           version.h.in: remove call_getopt and ssprintf
7310 2002-11-13 11:50  kdebisschop
7312         * plugins/: check_disk.c, check_dns.c, check_fping.c, check_hpjd.c,
7313           check_mrtg.c, check_nwstat.c, check_ping.c, check_vsz.c,
7314           urlize.c, utils.c: remove call_getopt and asprintf
7316 2002-11-12 11:28  kdebisschop
7318         * plugins/check_dig.c: cleanup asprintf, old function decls
7320 2002-11-12 11:26  kdebisschop
7322         * plugins/: check_mysql.c, check_real.c, check_ups.c: remove
7323           call_getopt
7325 2002-11-11 22:15  sghosh
7327         * plugins/check_snmp.c: should use asprintf
7329 2002-11-11 20:19  sghosh
7331         * plugins/check_snmp.c: more snmpv3 patches
7333 2002-11-11 19:29  sghosh
7335         * plugins/check_snmp.c: long opt for miblist, snmpv3 support
7336           (rosenauer)
7338 2002-11-11 16:04  sghosh
7340         * plugins/check_snmp.c: option to specify a miblist - llow
7342 2002-11-11 15:43  sghosh
7344         * plugins/check_snmp.c: misc doc fix, missing verbose option
7346 2002-11-09 11:37  kdebisschop
7348         * plugins/: check_ups.c, check_users.c: remove call_getopt
7350 2002-11-09 04:22  kdebisschop
7352         * plugins/: check_by_ssh.c, check_dig.c, check_ping.c,
7353           check_time.c: remove call_getopt
7355 2002-11-09 04:21  kdebisschop
7357         * plugins/check_snmp.c: cleaner handling of DEFAULT_PORT
7359 2002-11-09 03:43  kdebisschop
7361         * configure.in: add HPUX swap, try to cleanup getopt processing
7363 2002-11-09 03:39  kdebisschop
7365         * plugins/: check_pgsql.c, check_ping.c, check_snmp.c, negate.c,
7366           utils.h.in: define and use usage3 where second part of message is
7367           a an int/char
7369 2002-11-09 03:16  kdebisschop
7371         * plugins/snprintf.c: HAVE_C99_SNPRINTF is not tested, so remove
7372           from ifdef
7374 2002-11-08 08:07  kdebisschop
7376         * plugins/check_snmp.c: user reports NULL still getting into
7377           asprintf
7379 2002-11-08 08:06  kdebisschop
7381         * plugins/check_vsz.c: remove call_getopt
7383 2002-11-08 07:20  kdebisschop
7385         * acconfig.h, configure.in, plugins/common.h.in, plugins/utils.c,
7386           plugins/utils.h.in: patches required to build on solaris with
7387           asprintf and gettimeofday
7389 2002-11-08 07:18  kdebisschop
7391         * plugins/: check_http.c, check_load.c, check_ping.c,
7392           check_procs.c, check_smtp.c, check_tcp.c: remove unused variables
7394 2002-11-08 07:17  kdebisschop
7396         * tools/oneliners: some useful onliners
7398 2002-11-07 14:30  kdebisschop
7400         * plugins/check_snmp.c: bugfixes to command format and (null) text
7401           created by asprintf switch
7403 2002-11-07 07:07  kdebisschop
7405         * plugins/check_by_ssh.c: remove call_getopt, add [] arougn time
7407 2002-11-07 07:06  kdebisschop
7409         * configure.in: test snprintf function family for ifdefs in
7410           snprintf.c
7412 2002-10-30 18:47  kdebisschop
7414         * plugins/check_tcp.c: replace fixed-lentgh buffer with asprintf
7416 2002-10-30 18:46  kdebisschop
7418         * plugins/check_udp.c: forgot to remove call_getopt
7420 2002-10-30 18:44  kdebisschop
7422         * plugins/: check_ssh.c, check_swap.c: forgot to remove call_getopt
7423           declaration
7425 2002-10-30 18:29  kdebisschop
7427         * plugins/check_smtp.c: remove call_getopt, fix several buffer
7428           overruns possible due to use of fixed size buffers
7430 2002-10-30 18:22  kdebisschop
7432         * tools/setup: debian builds not actively maintained, so suppress
7433           error in setup script
7435 2002-10-30 05:07  sghosh
7437         * acconfig.h, configure.in, plugins-scripts/Makefile.am,
7438           plugins-scripts/check_mailq.pl, plugins-scripts/utils.pm.in:
7439           monitor mailq
7441 2002-10-28 13:05  kdebisschop
7443         * plugins-scripts/: check_breeze.pl, check_disk_smb.pl,
7444           check_flexlm.pl, check_log.sh, check_ntp.pl, check_rpc.pl,
7445           check_sensors.sh, check_wave.pl: remove pspace in shebang since
7446           no sequent users replied
7448 2002-10-26 14:30  kdebisschop
7450         * nagios-plugins.spec.in: release should not be in tarball name
7452 2002-10-25 14:58  kdebisschop
7454         * nagios-plugins.spec.in: tweak source macro
7456 2002-10-25 13:35  kdebisschop
7458         * plugins/Makefile.am: remove check_nt
7460 2002-10-25 03:31  kdebisschop
7462         * Makefile.am, plugins/Makefile.am: include getloadavg sources, add
7463           some Solaris pkg build support
7465 2002-10-22 10:13  kdebisschop
7467         * plugins/check_ssh.c: remove call_getopt, replace ssprintf with
7468           asprintf,better server version reporting
7470 2002-10-22 09:54  kdebisschop
7472         * plugins/check_tcp.c: add check_spop
7474 2002-10-22 09:19  kdebisschop
7476         * plugins/check_procs.c: remove call_getopt, replace ssprintf with
7477           asprintf
7479 2002-10-22 03:57  sghosh
7481         * contrib/check_procr.sh: From: Jerome Tytgat - checks to see if
7482           named process is running
7484 2002-10-22 02:31  sghosh
7486         * README, plugins/check_nt.c: check_nt is downloadable from
7487           nsclient.ready2run.nl
7489 2002-10-21 06:04  kdebisschop
7491         * plugins/check_swap.c: use asprintf instead of ssprintf
7493 2002-10-21 05:36  kdebisschop
7495         * plugins/Makefile.am: need to define SOURCES for check_tcp to also
7496           build as check_ftp,check_imap,check_nntp,check_pop
7498 2002-10-21 05:05  kdebisschop
7500         * plugins/utils.c: use asprintf to do strscpy
7502 2002-10-21 05:04  kdebisschop
7504         * plugins/Makefile.am: roll check_ftp, check_imap, check_pop, and
7505           check_nntp into check_tcp
7507 2002-10-21 05:03  kdebisschop
7509         * plugins/: check_ftp.c, check_imap.c, check_nntp.c, check_pop.c:
7510           these are all combined into check_tcp now
7512 2002-10-21 04:55  kdebisschop
7514         * plugins/check_load.c: remove broken call_getopt
7516 2002-10-21 04:43  kdebisschop
7518         * plugins/check_snmp.c: cleanup process_arguments, print_help, and
7519           print_usage
7521 2002-10-21 04:40  kdebisschop
7523         * plugins/check_pgsql.c: now we provide long opts if they do not
7524           exist
7526 2002-10-20 21:22  kdebisschop
7528         * plugins/check_snmp.c: fixed scanning for multiple OIDs, which was
7529           not working
7531 2002-10-20 19:49  kdebisschop
7533         * plugins/check_snmp.c: change ssprintf to asprintf back out change
7534           at line 225 in r1.4   (values were mismatched to format string,
7535           so output was nonsense)   (I left a comment showing a construct
7536           that should work, but it fails for PHBs:     if my disk gets
7537           nearly full, they want 'CRITICAL - 99%' not 'CRITICAL - Gauge32:
7538           99')   (If someine has a rationale for the change, maybe it could
7539           be done as an option? - it seems     fairly clear that the Web
7540           display should be sensible to PHBs so long as there's no real
7541           loss)
7543 2002-10-18 07:41  kdebisschop
7545         * plugins/check_swap.c: remove old call_getopt
7547 2002-10-18 06:55  kdebisschop
7549         * plugins/check_load.c: remove old call_getopt code, fix bug taking
7550           single float, allow colon as separators in additin to commas
7552 2002-10-18 05:41  kdebisschop
7554         * plugins/utils.c: handle null src in strscat
7556 2002-10-18 04:48  kdebisschop
7558         * plugins/check_tcp.c: millisecond timing
7560 2002-10-18 04:46  kdebisschop
7562         * plugins/utils.h.in: refine STD_LONG_OPTS
7564 2002-10-18 04:46  kdebisschop
7566         * plugins/check_http.c: provide on more decimal point printing time
7568 2002-10-18 04:45  kdebisschop
7570         * plugins/check_ping.c: remove broken call_getopt stuff
7572 2002-10-17 07:09  kdebisschop
7574         * plugins/check_tcp.c: using asprintf
7576 2002-10-17 07:06  kdebisschop
7578         * INSTALL, INSTALLING, tools/setup: revise now that aclocal is
7579           remved from CVS
7581 2002-10-16 23:26  kdebisschop
7583         * configure.in: need some quoting on ifdef
7585 2002-10-16 23:17  kdebisschop
7587         * acinclude.m4, configure.in: finally a working fix for
7588           AM/AC_FUNC_STRTOD nightmare
7590 2002-10-16 23:01  kdebisschop
7592         * configure.in: mismatched quote
7594 2002-10-16 22:54  kdebisschop
7596         * configure.in: missing commas
7598 2002-10-16 22:46  kdebisschop
7600         * configure.in: complains on paren in comment
7602 2002-10-16 22:43  kdebisschop
7604         * acinclude.m4: lost a paren
7606 2002-10-16 22:41  kdebisschop
7608         * acinclude.m4: old auto???? has AM_FUNC_STRTOD, now renamed
7609           AC_FUNC_STRTOD
7611 2002-10-16 22:32  kdebisschop
7613         * plugins/: check_http.c, utils.c, utils.h.in: millisecond timimg
7614           where supported
7616 2002-10-16 22:31  kdebisschop
7618         * configure.in, missing: build cleanly on RedHat 8.0
7620 2002-10-16 11:46  kdebisschop
7622         * .cvsignore: ignore aclocal.m4
7624 2002-10-16 11:34  kdebisschop
7626         * configure.in: AM_STRTOD was a typo
7628 2002-10-16 11:31  kdebisschop
7630         * aclocal.m4: automake invokes acloacl on each run - it cannot be
7631           right to include this
7633 2002-10-16 11:18  kdebisschop
7635         * acconfig.h: better checks for vsnprintf stuff
7637 2002-10-16 11:14  kdebisschop
7639         * plugins/check_http.c, configure.in: use asprintf
7641 2002-10-16 11:14  kdebisschop
7643         * plugins/utils.c: use asprintf to construct strscat
7645 2002-10-16 05:57  kdebisschop
7647         * plugins/popen.h.in: timeout interval is extern
7649 2002-10-16 05:56  kdebisschop
7651         * plugins/: utils.h.in, utils.c: start support for gettimeofday and
7652           tv_usec
7654 2002-10-16 05:54  kdebisschop
7656         * aclocal.m4: generated with automake 1.6 / autoconf 2.53 (maybe
7657           should not be in CVS, however)
7659 2002-10-16 05:52  kdebisschop
7661         * plugins/snprintf.c: newer snprintf from samba.org
7663 2002-10-16 05:43  kdebisschop
7665         * Makefile.am: cosmetic line wrap before 80 chars
7667 2002-10-16 05:42  kdebisschop
7669         * depcomp, .cvsignore: needed for automake 1.6 / autoconf 2.53
7671 2002-10-16 05:41  kdebisschop
7673         * configure.in: work with newer automake, begin swithc to asprintf
7675 2002-10-15 07:23  sghosh
7677         * plugins-scripts/check_ifoperstatus.pl: new exit states, more
7678           conditional checking
7680 2002-10-07 20:05  sghosh
7682         * plugins/check_dns.c: patch for expected IP address
7684 2002-10-07 02:34  kdebisschop
7686         * plugins/popen.c: make sure we do not run past the end of an
7687           unterminated string
7689 2002-10-07 02:19  kdebisschop
7691         * plugins/negate.c: use asprintf, inhibit splint warning
7693 2002-10-05 12:08  kdebisschop
7695         * getloadavg.m4, plugins/getloadavg.c: lets use library instead od
7696           inconsistent command line interfaces
7698 2002-09-26 03:17  kdebisschop
7700         * plugins/urlize.c: use ssprintf instead of sprintf
7702 2002-09-25 09:01  kdebisschop
7704         * plugins/check_http.c: incorporate comment on my_recv from Russell
7705           Scibetti
7707 2002-09-25 08:58  kdebisschop
7709         * plugins/check_http.c: incorporate comments from Russell Scibetti
7711 2002-09-24 06:16  kdebisschop
7713         * plugins/check_http.c: replace remaining occurences of sprintf
7714           with snprintf
7716 2002-09-16 01:47  kdebisschop
7718         * INSTALL: needed for latest autoconf
7720 2002-09-16 01:47  kdebisschop
7722         * Makefile.am, aclocal.m4, configure.in, nagios-plugins.spec.in:
7723           finish ckleanup of rpm spec porcessing
7725 2002-09-14 22:11  kdebisschop
7727         * nagios-plugins.spec, nagios-plugins.spec.in: complete spec based
7728           on confugure.in
7730 2002-09-14 22:06  kdebisschop
7732         * make-tarball, rpm: automake makes the dist tarball, rpmbuild -ta
7733           makes the rpm
7735 2002-09-14 03:27  kdebisschop
7737         * plugins/check_tcp.c: time data in performance string
7739 2002-09-14 03:23  kdebisschop
7741         * plugins/check_http.c: time data in performance string
7743 2002-09-14 03:13  kdebisschop
7745         * plugins-scripts/check_log.sh: patch from Matthew Peters
7746           <mattp@esec.com.au>, plus turned up a few bugs on my own
7748 2002-09-12 03:43  kdebisschop
7750         * plugins/Makefile.am: negate wrapper
7752 2002-09-08 13:05  kdebisschop
7754         * plugins/negate.c: wrapper to invert return status
7756 2002-09-08 13:05  kdebisschop
7758         * plugins/utils.c: clears up warnings in splint
7760 2002-09-06 03:25  kdebisschop
7762         * plugins-scripts/check_rpc.pl: case on key to ERRORS hash
7764 2002-09-04 07:00  sghosh
7766         * configure.in: more Mysql patches
7768 2002-09-04 03:12  sghosh
7770         * plugins-scripts/check_ntp.pl: dispersion check now controlled by
7771           warn and crit
7773 2002-09-04 03:11  sghosh
7775         * configure.in: Mysql dir fix
7777 2002-09-04 03:10  sghosh
7779         * contrib/: check_ifoperstatus.pl, check_ifstatus.pl: moved to
7780           supported plugins-scripts
7782 2002-09-02 19:47  sghosh
7784         * plugins/check_smtp.c: new -f option for adding a FROM address for
7785           RFC correctness
7787 2002-09-01 17:22  sghosh
7789         * INSTALL, INSTALLING: file rename for MacOS X
7791 2002-09-01 17:18  sghosh
7793         * plugins/check_smtp.c: Valid MAIL command
7795 2002-08-22 23:08  sghosh
7797         * contrib/check_snmp_process_monitor.pl: updates
7799 2002-08-22 15:43  sghosh
7801         * command.cfg.in: smsclient config
7803 2002-08-22 15:42  sghosh
7805         * contrib/: check_snmp_disk_monitor.pl,
7806           check_snmp_process_monitor.pl: new plugins contrib
7808 2002-08-18 19:03  kdebisschop
7810         * plugins/check_by_ssh.c: typo in options passed to ssh for ipv6.
7811           fix by setting a generic hook for 1-char pasthhru options
7813 2002-08-14 20:17  sghosh
7815         * plugins-scripts/check_disk_smb.pl: patch for admin shares
7817 2002-08-14 20:07  sghosh
7819         * command.cfg.in: qpage definitions
7821 2002-08-14 20:06  sghosh
7823         * plugins-scripts/check_ifstatus.pl: skip PPP interfaces
7825 2002-08-14 20:04  sghosh
7827         * plugins/check_smtp.c: added HELO command
7829 2002-08-14 20:04  sghosh
7831         * plugins/check_by_ssh.c: ipv4/ipv6 switch added
7833 2002-08-14 20:03  sghosh
7835         * plugins/check_hpjd.c: net-snmp v5x fix
7837 2002-08-14 20:02  sghosh
7839         * contrib/check_apc_ups.pl: fix for ePN
7841 2002-08-14 20:01  sghosh
7843         * contrib/: check_linux_raid.pl, check_nagios_db.pl:  new plugins
7845 2002-08-14 20:00  sghosh
7847         * contrib/check_inodes-freebsd.pl: check inodes - freebsd  -
7848           candidate for merge with check_inodes
7850 2002-08-14 16:29  sghosh
7852         * contrib/check_smb.sh: new smb check - users
7854 2002-08-13 04:18  egalstad
7856         * plugins/check_game.c: Mod to display current/max number of
7857           players in a game (Frank Kannemann)
7859 2002-08-13 00:09  egalstad
7861         * contrib/check_disk_snmp.pl: Updated to use getopt (Christoph
7862           Maser)
7864 2002-08-01 06:06  sghosh
7866         * plugins/check_snmp.c: re-patched exit state comparison
7868 2002-08-01 05:54  sghosh
7870         * plugins/check_snmp.c: port option added, -c support net-snmpv5,
7871           complete response string output
7873 2002-08-01 05:46  egalstad
7875         * contrib/check_digitemp.pl: Add Brian Lane's Digitemp (1-wire temp
7876           sensor) plugin
7878 2002-07-16 05:13  egalstad
7880         * contrib/check_disk_snmp.pl: Christoph Maser's plugin to check
7881           disk usage via SNMP3
7883 2002-07-16 01:04  stanleyhopcroft
7885         * contrib/check_ms_spooler.pl: Primitive and in need of refinement
7886           test of MS spooler (with smbclient)
7888 2002-07-04 23:02  sghosh
7890         * contrib/check_procl.sh: Jerome Tytgat - accumulated/percentage
7891           CPU/MEM per process - bash plugin
7893 2002-07-04 05:05  sghosh
7895         * INSTALL: doc update
7897 2002-06-28 22:08  sghosh
7899         * INSTALL: note about autoconf/automake version
7901 2002-06-25 22:32  sghosh
7903         * contrib/check_rbl.c: Check if IP address is specified on RBL -
7904           Tim Bell
7906 2002-06-25 14:55  sghosh
7908         * contrib/check_lmmon.pl: check motherboard/cpu temp via lmmon
7910 2002-06-24 22:29  sghosh
7912         * plugins/check_http.c: ignore return status codes if user
7913           specified status line check
7915 2002-06-24 21:41  sghosh
7917         * plugins/check_snmp.c: printf bug for large numbers - Jeff Murray
7919 2002-06-20 05:27  sghosh
7921         * plugins-scripts/check_disk_smb.pl: logic fix for disk space
7922           thresholds
7924 2002-06-19 06:11  sghosh
7926         * plugins/: check_dig.c, check_dns.c, check_fping.c, check_hpjd.c,
7927           check_nagios.c, check_ping.c, check_snmp.c, check_vsz.c,
7928           urlize.c, utils.c, utils.h.in: more POSIX return value comparison
7929           related code fixes
7931 2002-06-19 04:09  sghosh
7933         * plugins/: check_disk.c, check_ping.c, check_procs.c: fixes for
7934           using POSIX return codes
7936 2002-06-18 02:06  sghosh
7938         * plugins/common.h.in:  updated to POSIX return codes
7940 2002-06-18 02:05  sghosh
7942         * contrib/check_cluster.c: Ethan's check_cluster
7944 2002-06-13 21:49  sghosh
7946         * plugins/check_smtp.c: conformance to RFC 821 <CRLF>
7948 2002-06-13 04:03  sghosh
7950         * configure.in: use xntpdc on Solaris for check_ntp
7952 2002-06-10 04:24  sghosh
7954         * plugins/check_smtp.c: patch to stop NOQUEUE syslog messages -
7955           Karl Ewald
7957 2002-06-08 01:33  sghosh
7959         * plugins-scripts/check_ntp.pl: xntpdc/ntpdc patch - John Koyle
7961 2002-06-06 05:16  sghosh
7963         * plugins-scripts/: subst.in, utils.sh.in: corrected result codes -
7964           for sh; corrected substition for libexec - Tom Bertelson
7966 2002-06-06 05:15  sghosh
7968         * plugins/check_disk.c: added option for mount point - Tom
7969           Bertelson
7971 2002-06-06 05:15  sghosh
7973         * plugins-scripts/check_oracle.sh: Add test for Oracle name server,
7974           can dynamicall determine ORACLE_HOME - tom Bertelson
7976 2002-06-06 05:14  sghosh
7978         * plugins-scripts/check_flexlm.pl: conditional on lmstat
7980 2002-06-06 05:13  sghosh
7982         * plugins-scripts/check_ntp.pl: conditional on ntpdc
7984 2002-05-29 01:57  sghosh
7986         * command.cfg.in: notes added
7988 2002-05-28 04:14  sghosh
7990         * command.cfg.in: option updates, more examples
7992 2002-05-28 03:41  sghosh
7994         * command.cfg.in: option updates, more examples
7996 2002-05-27 03:10  sghosh
7998         * plugins-scripts/check_ntp.pl: checked in too quickly
8000 2002-05-27 03:05  sghosh
8002         * doc/: README, developer-guidelines.html,
8003           developer-guidelines.sgml: added developer guidelines.
8005 2002-05-27 03:03  sghosh
8007         * configure.in: typo, AIX 4.3 ps, smbclient, Net::SNMP fixes
8009 2002-05-27 03:01  sghosh
8011         * acconfig.h, plugins-scripts/utils.pm.in:  new var - smbclient
8013 2002-05-27 02:56  sghosh
8015         * plugins-scripts/check_ntp.pl: logic reorg, ePN fix and support
8016           for utils.pm
8018 2002-05-27 02:55  sghosh
8020         * plugins-scripts/check_disk_smb.pl: ePN fix and support for
8021           utils.pm
8023 2002-05-23 17:39  sghosh
8025         * contrib/: check_log2.pl, check_vcs.pl: New plugins from Aaron
8026           Bostick - Veritas Cluster, logfile
8028 2002-05-10 04:51  sghosh
8030         * plugins-scripts/check_rpc.pl: updates for ePN, patch for multiple
8031           version check
8033 2002-05-10 04:49  sghosh
8035         * configure.in, plugins-scripts/utils.pm.in: added programs to
8036           autoconf
8038 2002-05-10 04:49  sghosh
8040         * acconfig.h: Added programs for autoconf
8042 2002-05-09 20:03  sghosh
8044         * plugins-scripts/: Makefile.am, check_ifoperstatus.pl: migrated
8045           check_ifoperstatus to standard plugin
8047 2002-05-08 16:35  sghosh
8049         * plugins/check_ping.c:  patch for Suse 8.0 loss output
8051 2002-05-08 06:10  sghosh
8053         * plugins-scripts/utils.pm.in:  is_hostname added, update CODES to
8054           POSIX
8056 2002-05-08 06:07  sghosh
8058         * plugins/: check_hpjd.c, check_ups.c: updated notes
8060 2002-05-08 06:04  sghosh
8062         * configure.in: updated messages and check for host command
8064 2002-05-08 05:58  sghosh
8066         * plugins-scripts/: Makefile.am, check_ifstatus.pl: moved updated
8067           check_ifstatus to standard plugin
8069 2002-05-07 06:35  sghosh
8071         * plugins-scripts/: check_breeze.pl, check_flexlm.pl,
8072           check_ircd.pl, check_netdns.pl, check_ntp.pl, check_wave.pl: 2nd
8073           fix for ePN
8075 2002-05-02 17:43  sghosh
8077         * plugins-scripts/: check_breeze.pl, check_disk_smb.pl,
8078           check_flexlm.pl, check_ircd.pl, check_netdns.pl, check_ntp.pl,
8079           check_rpc.pl, check_wave.pl: fix for embedded perl
8081 2002-05-02 17:22  sghosh
8083         * tools/: README, mini_epn.c, p1.pl: updated mini_epn and p1.pl
8084           added to plugins distribution
8086 2002-05-01 22:12  sghosh
8088         * contrib/tarballs/fetchlog-0.92.tar.gz: remote log check (via snmp
8089           possible) by  Alexander Haderer
8091 2002-04-29 03:58  kdebisschop
8093         * plugins/getopt.h: failed to carry over from old plugins, listed
8094           in EXTRA_DIST, needed for build
8096 2002-04-23 13:50  sghosh
8098         * plugins/check_ping.c: corrected program name and added rtt patch
8099           for RH7.2+beta
8101 2002-04-18 22:59  egalstad
8103         * contrib/check_inodes.pl: add check_inodes contrib plugin by John
8104           Jolet
8106 2002-04-18 05:38  egalstad
8108         * configure.in: configure script patch for ping syntax
8110 2002-04-07 06:13  sghosh
8112         * contrib/: check_backup.pl, check_dl_size.pl: plugins from Patrick
8113           Greenwell
8115 2002-04-05 23:22  sghosh
8117         * acconfig.h: added HOST_COMMAND
8119 2002-04-05 23:19  sghosh
8121         * contrib/tarballs/check_spread.tar: plugin to check spread
8122           messaging toolkit
8124 2002-04-03 03:58  sghosh
8126         * contrib/check_oracle_instance.pl:  from Sven Dolderer - check
8127           oracle instance
8129 2002-04-03 03:56  sghosh
8131         * plugins-scripts/check_nfs.pl: check_nfs functionality exists in
8132           check_rpc
8134 2002-03-18 05:15  sghosh
8136         * plugins-scripts/subst.in: function to update perl plugin scripts
8137           to find utils.pm
8139 2002-03-01 02:53  egalstad
8141         * plugins/: .cvsignore, config.h.in: Fix for stupid me
8143 2002-03-01 02:42  egalstad
8145         * contrib/check_breeze.pl, contrib/check_dhcp.c,
8146           contrib/check_flexlm.pl, contrib/check_hltherm.c,
8147           contrib/check_hprsc.pl, contrib/check_ipxping.c,
8148           contrib/check_memory.tgz, contrib/check_mysql.c,
8149           contrib/check_uptime.c, contrib/check_wave.pl,
8150           contrib/readme.txt, contrib/tarballs/berger-ping.tar.gz,
8151           contrib/tarballs/bowen-langley_plugins.tar.gz,
8152           contrib/tarballs/check_bgp-1.0.tar.gz,
8153           contrib/tarballs/check_breeze.tar.gz,
8154           contrib/tarballs/check_flexlm.tar.gz,
8155           contrib/tarballs/check_hltherm.tar.gz,
8156           contrib/tarballs/check_hprsc.tar.gz,
8157           contrib/tarballs/check_memory.tgz,
8158           contrib/tarballs/check_radius.tar.gz,
8159           contrib/tarballs/check_wave.tar.gz,
8160           contrib/tarballs/hopcroft-plugins.tar.gz,
8161           contrib/tarballs/radius.tar.gz, plugins/.cvsignore,
8162           plugins/config.h.in: Contrib plugin cleanup
8164 2002-02-28 06:42  egalstad
8166         * .cvsignore, AUTHORS, CODING, COPYING, ChangeLog, FAQ, Helper.pm,
8167           INSTALL, Makefile.am, NEWS, README, REQUIREMENTS, ROADMAP,
8168           Requirements, acconfig.h, aclocal.m4, command.cfg.in, LEGAL,
8169           configure.in, install-sh, make-tarball, missing, mkinstalldirs,
8170           nagios-plugins.spec, opttest.pl, package.def, rpm, subst.in,
8171           subst.sh, test.pl.in, contrib/check_apache.pl,
8172           contrib/check_apc_ups.pl, contrib/check_bgpstate.pl,
8173           contrib/check_dhcp.c, contrib/check_dlswcircuit.pl,
8174           contrib/check_dns_random.pl, contrib/check_email_loop.pl,
8175           contrib/check_fping_in.c, contrib/check_ftpget.pl,
8176           contrib/check_ifoperstatus.pl, contrib/check_ifstatus.pl,
8177           contrib/check_pop3.pl, contrib/check_qmailq.pl,
8178           contrib/check_timeout.c, contrib/checkciscotemp.pl,
8179           contrib/check_ipxping.c, contrib/check_joy.sh,
8180           contrib/check_maxchannels.pl, contrib/check_maxwanstate.pl,
8181           contrib/check_mem.pl, contrib/check_memory.tgz,
8182           contrib/check_mysql.c, contrib/check_mysql.pl,
8183           contrib/check_netapp.pl, contrib/check_nmap.py,
8184           contrib/check_nwstat.pl, contrib/check_ora_table_space.pl,
8185           contrib/check_rrd_data.pl, contrib/check_sap.sh,
8186           contrib/check_sockets.pl, contrib/check_uptime.c,
8187           contrib/maser-oracle.pl, contrib/mrtgext.pl, contrib/readme.txt,
8188           contrib/restrict.pl, contrib/utils.py, contrib/check_nagios.pl,
8189           contrib/urlize.pl, contrib/aix/check_crit_dsk,
8190           contrib/aix/check_dsk, contrib/aix/check_failed,
8191           contrib/aix/check_io, contrib/aix/check_kerberos,
8192           contrib/aix/check_ping, contrib/aix/check_queue,
8193           contrib/aix/pg_stat, contrib/tarballs/berger-ping.tar.gz,
8194           contrib/tarballs/bowen-langley_plugins.tar.gz,
8195           contrib/tarballs/check_bgp-1.0.tar.gz,
8196           contrib/tarballs/check_breeze.tar.gz,
8197           contrib/tarballs/check_flexlm.tar.gz,
8198           contrib/tarballs/check_hltherm.tar.gz,
8199           contrib/tarballs/check_hprsc.tar.gz,
8200           contrib/tarballs/check_radius.tar.gz,
8201           contrib/tarballs/check_wave.tar.gz,
8202           contrib/tarballs/hopcroft-plugins.tar.gz,
8203           contrib/tarballs/radius.tar.gz, plugins/.cvsignore,
8204           plugins/Makefile.am, plugins/check_by_ssh.c, plugins/check_dig.c,
8205           plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c,
8206           plugins/check_fping.c, plugins/check_ftp.c, plugins/check_game.c,
8207           plugins/check_hpjd.c, plugins/check_http.c,
8208           plugins/check_ide-smart.c, plugins/check_imap.c,
8209           plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c,
8210           plugins/check_mrtgtraf.c, plugins/check_mysql.c,
8211           plugins/check_nntp.c, plugins/check_nt.c, plugins/check_nwstat.c,
8212           plugins/check_overcr.c, plugins/check_pgsql.c,
8213           plugins/check_ping.c, plugins/check_pop.c, plugins/check_procs.c,
8214           plugins/check_radius.c, plugins/check_real.c,
8215           plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_ssh.c,
8216           plugins/check_swap.c, plugins/check_tcp.c, plugins/check_time.c,
8217           plugins/check_udp.c, plugins/check_ups.c, plugins/check_users.c,
8218           plugins/check_vsz.c, plugins/common.h.in, plugins/getopt.c,
8219           plugins/getopt1.c, plugins/netutils.c, plugins/netutils.h.in,
8220           plugins/popen.c, plugins/popen.h.in, plugins/snprintf.c,
8221           plugins/urlize.c, plugins/check_nagios.c, plugins/utils.c,
8222           plugins/utils.h.in, plugins/version.h.in, plugins/t/check_disk.t,
8223           plugins/t/check_dns.t, plugins/t/check_fping.t,
8224           plugins/t/check_ftp.t, plugins/t/check_hpjd.t,
8225           plugins/t/check_http.t, plugins/t/check_imap.t,
8226           plugins/t/check_load.t, plugins/t/check_mysql.t,
8227           plugins/t/check_ping.t, plugins/t/check_pop.t,
8228           plugins/t/check_procs.t, plugins/t/check_smtp.t,
8229           plugins/t/check_snmp.t, plugins/t/check_swap.t,
8230           plugins/t/check_tcp.t, plugins/t/check_time.t,
8231           plugins/t/check_udp.t, plugins/t/check_users.t,
8232           plugins/t/check_vsz.t, plugins/tests/check_disk,
8233           plugins/tests/check_dns, plugins/tests/check_ftp,
8234           plugins/tests/check_hpjd, plugins/tests/check_http,
8235           plugins/tests/check_load, plugins/tests/check_ping,
8236           plugins/tests/check_procs, plugins/tests/check_swap,
8237           plugins/tests/check_users, plugins/tests/check_vsz,
8238           plugins-scripts/.cvsignore, plugins-scripts/Makefile.am,
8239           plugins-scripts/check_breeze.pl,
8240           plugins-scripts/check_disk_smb.pl,
8241           plugins-scripts/check_flexlm.pl, plugins-scripts/check_ircd.pl,
8242           plugins-scripts/check_log.sh, plugins-scripts/check_netdns.pl,
8243           plugins-scripts/check_nfs.pl, plugins-scripts/check_ntp.pl,
8244           plugins-scripts/check_oracle.sh, plugins-scripts/check_rpc.pl,
8245           plugins-scripts/check_sensors.sh, plugins-scripts/check_wave.pl,
8246           plugins-scripts/subst.in, plugins-scripts/utils.pm.in,
8247           plugins-scripts/utils.sh.in, plugins-scripts/t/check_rpc.t,
8248           tools/setup, tools/tango: Initial import of existing plugin code
8250 2002-02-28 06:42  egalstad
8252         * .cvsignore, AUTHORS, CODING, COPYING, ChangeLog, FAQ, Helper.pm,
8253           INSTALL, Makefile.am, NEWS, README, REQUIREMENTS, ROADMAP,
8254           Requirements, acconfig.h, aclocal.m4, command.cfg.in, LEGAL,
8255           configure.in, install-sh, make-tarball, missing, mkinstalldirs,
8256           nagios-plugins.spec, opttest.pl, package.def, rpm, subst.in,
8257           subst.sh, test.pl.in, contrib/check_apache.pl,
8258           contrib/check_apc_ups.pl, contrib/check_bgpstate.pl,
8259           contrib/check_dhcp.c, contrib/check_dlswcircuit.pl,
8260           contrib/check_dns_random.pl, contrib/check_email_loop.pl,
8261           contrib/check_fping_in.c, contrib/check_ftpget.pl,
8262           contrib/check_ifoperstatus.pl, contrib/check_ifstatus.pl,
8263           contrib/check_pop3.pl, contrib/check_qmailq.pl,
8264           contrib/check_timeout.c, contrib/checkciscotemp.pl,
8265           contrib/check_ipxping.c, contrib/check_joy.sh,
8266           contrib/check_maxchannels.pl, contrib/check_maxwanstate.pl,
8267           contrib/check_mem.pl, contrib/check_memory.tgz,
8268           contrib/check_mysql.c, contrib/check_mysql.pl,
8269           contrib/check_netapp.pl, contrib/check_nmap.py,
8270           contrib/check_nwstat.pl, contrib/check_ora_table_space.pl,
8271           contrib/check_rrd_data.pl, contrib/check_sap.sh,
8272           contrib/check_sockets.pl, contrib/check_uptime.c,
8273           contrib/maser-oracle.pl, contrib/mrtgext.pl, contrib/readme.txt,
8274           contrib/restrict.pl, contrib/utils.py, contrib/check_nagios.pl,
8275           contrib/urlize.pl, contrib/aix/check_crit_dsk,
8276           contrib/aix/check_dsk, contrib/aix/check_failed,
8277           contrib/aix/check_io, contrib/aix/check_kerberos,
8278           contrib/aix/check_ping, contrib/aix/check_queue,
8279           contrib/aix/pg_stat, contrib/tarballs/berger-ping.tar.gz,
8280           contrib/tarballs/bowen-langley_plugins.tar.gz,
8281           contrib/tarballs/check_bgp-1.0.tar.gz,
8282           contrib/tarballs/check_breeze.tar.gz,
8283           contrib/tarballs/check_flexlm.tar.gz,
8284           contrib/tarballs/check_hltherm.tar.gz,
8285           contrib/tarballs/check_hprsc.tar.gz,
8286           contrib/tarballs/check_radius.tar.gz,
8287           contrib/tarballs/check_wave.tar.gz,
8288           contrib/tarballs/hopcroft-plugins.tar.gz,
8289           contrib/tarballs/radius.tar.gz, plugins/.cvsignore,
8290           plugins/Makefile.am, plugins/check_by_ssh.c, plugins/check_dig.c,
8291           plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c,
8292           plugins/check_fping.c, plugins/check_ftp.c, plugins/check_game.c,
8293           plugins/check_hpjd.c, plugins/check_http.c,
8294           plugins/check_ide-smart.c, plugins/check_imap.c,
8295           plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c,
8296           plugins/check_mrtgtraf.c, plugins/check_mysql.c,
8297           plugins/check_nntp.c, plugins/check_nt.c, plugins/check_nwstat.c,
8298           plugins/check_overcr.c, plugins/check_pgsql.c,
8299           plugins/check_ping.c, plugins/check_pop.c, plugins/check_procs.c,
8300           plugins/check_radius.c, plugins/check_real.c,
8301           plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_ssh.c,
8302           plugins/check_swap.c, plugins/check_tcp.c, plugins/check_time.c,
8303           plugins/check_udp.c, plugins/check_ups.c, plugins/check_users.c,
8304           plugins/check_vsz.c, plugins/common.h.in, plugins/getopt.c,
8305           plugins/getopt1.c, plugins/netutils.c, plugins/netutils.h.in,
8306           plugins/popen.c, plugins/popen.h.in, plugins/snprintf.c,
8307           plugins/urlize.c, plugins/check_nagios.c, plugins/utils.c,
8308           plugins/utils.h.in, plugins/version.h.in, plugins/t/check_disk.t,
8309           plugins/t/check_dns.t, plugins/t/check_fping.t,
8310           plugins/t/check_ftp.t, plugins/t/check_hpjd.t,
8311           plugins/t/check_http.t, plugins/t/check_imap.t,
8312           plugins/t/check_load.t, plugins/t/check_mysql.t,
8313           plugins/t/check_ping.t, plugins/t/check_pop.t,
8314           plugins/t/check_procs.t, plugins/t/check_smtp.t,
8315           plugins/t/check_snmp.t, plugins/t/check_swap.t,
8316           plugins/t/check_tcp.t, plugins/t/check_time.t,
8317           plugins/t/check_udp.t, plugins/t/check_users.t,
8318           plugins/t/check_vsz.t, plugins/tests/check_disk,
8319           plugins/tests/check_dns, plugins/tests/check_ftp,
8320           plugins/tests/check_hpjd, plugins/tests/check_http,
8321           plugins/tests/check_load, plugins/tests/check_ping,
8322           plugins/tests/check_procs, plugins/tests/check_swap,
8323           plugins/tests/check_users, plugins/tests/check_vsz,
8324           plugins-scripts/.cvsignore, plugins-scripts/Makefile.am,
8325           plugins-scripts/check_breeze.pl,
8326           plugins-scripts/check_disk_smb.pl,
8327           plugins-scripts/check_flexlm.pl, plugins-scripts/check_ircd.pl,
8328           plugins-scripts/check_log.sh, plugins-scripts/check_netdns.pl,
8329           plugins-scripts/check_nfs.pl, plugins-scripts/check_ntp.pl,
8330           plugins-scripts/check_oracle.sh, plugins-scripts/check_rpc.pl,
8331           plugins-scripts/check_sensors.sh, plugins-scripts/check_wave.pl,
8332           plugins-scripts/subst.in, plugins-scripts/utils.pm.in,
8333           plugins-scripts/utils.sh.in, plugins-scripts/t/check_rpc.t,
8334           tools/setup, tools/tango: Initial revision