Code

added test cases for check_cluster
[nagiosplug.git] / ChangeLog
1 2007-04-10 08:17  dermoth
3         * po/: POTFILES.in, de.po, fr.po, nagios-plugins.pot: Add some
4           check_ntp translations
6 2007-04-10 08:17  dermoth
8         * plugins/check_ntp.c: - Fix possibility of printing scientific
9           numbers in perfdata - Use fperfdata function for perfdata
10           formatting - Make the printing part a bit more flexible (similar
11           to check_disk)
13 2007-04-10 06:58  dermoth
15         * po/: de.po, fr.po, nagios-plugins.pot: Hopefully this is correct.
16           Need to make more changes so I'm commiting these.
18 2007-04-04 21:08  dermoth
20         * plugins/check_ntp.c: Fix for getting dispersion instead of jitter
21           on older servers (like xntpd on Solaris).
23 2007-04-03 18:19  hweiss
25         * plugins/check_ntp.c: Fix the synchronization source selection on
26           big-endian systems.
28 2007-04-03 02:31  dermoth
30         * plugins/check_ntp.c: Temporary fix for jitter calculation
32 2007-04-02 13:39  hweiss
34         * plugins/check_ntp.c: Don't rely on the assumption that the size
35           of a READSTAT response is a multiple of
36           sizeof(ntp_assoc_status_pair).
38 2007-04-02 10:28  tonvoon
40         * lib/tests/Makefile.am: Add libgnu.a as regex functions required
42 2007-04-02 08:32  dermoth
44         * plugins/check_ntp.c: Fix byte order in verbose logging
46 2007-04-02 07:00  dermoth
48         * plugins/check_ntp.c: Seems like we don't get any jitter
49           sometimes. While this needs to be fixed we should at least handle
50           it gracefully.
52 2007-04-01 15:21  psychotrahe
54         * plugins/t/check_http.t: check_http.t: - added internet_access
55           variable to skip tests where internet access is required.
56                  - added host_tcp_http2 variable for a webserver serving
57           the string 'nagios' in index                - no tests are
58           skipped if the new vars are not defined (existing installations)
60 2007-04-01 12:17  psychotrahe
62         * lib/utils_disk.c: utils_disk: fixed handling if check_disk -p is
63           a device (np_set_best_match())
65 2007-03-31 19:49  hweiss
67         * NEWS: Various check_ntp fixes
69 2007-03-31 19:48  hweiss
71         * plugins/check_ntp.c: Fix an out-of-bounds memcpy(3) and add a
72           realloc(3) error check in jitter_request().
74 2007-03-31 18:35  hweiss
76         * plugins/check_ntp.c: Add a warning to the verbose output if
77           jitter_request() found no synchronization source.
79 2007-03-31 18:29  hweiss
81         * plugins/check_ntp.c: Avoid division by zero.
83 2007-03-31 18:25  hweiss
85         * plugins/check_ntp.c: Remove the '-O' option, as it's ignored.
87 2007-03-30 16:45  tonvoon
89         * m4/np_mysqlclient.m4: Use AS_HELP_STRING instead of
90           ACX_HELP_STRING
92 2007-03-30 15:08  tonvoon
94         * NEWS, configure.in, m4/np_mysqlclient.m4: Fix AC_CHECK_LIB for
95           mysql_init - add dependent libraries. mysql detection separated
96           into external m4 file
98 2007-03-30 10:00  psychotrahe
100         * lib/tests/test_disk.c, plugins/t/check_disk.t: Test Cases for
101           check_disk's -r, -R, -C and -g
103 2007-03-30 09:56  psychotrahe
105         * plugins/check_disk.c: check_disk: minor fix for -C if bestmatch
106           != -p
108 2007-03-30 09:53  psychotrahe
110         * lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c:
111           check_disk: added regex functionality -r and -R. see np-devel
112           mail (2007-02-10)
114 2007-03-30 09:52  psychotrahe
116         * lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c:
117           check_disk: added grouping functionality. see np-devel mail
118           (2007-02-10)
120 2007-03-30 09:48  psychotrahe
122         * lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c:
123           check_disk -C is more flexible now. See np-devel post
124           (2007-02-10)
126 2007-03-29 18:58  hweiss
128         * THANKS.in, plugins/check_mysql.c: Fix argument processing (Felix
129           Frank - 1690697)
131 2007-03-29 18:34  hweiss
133         * plugins-root/Makefile.am: Set the "read" and "execute" bits only
134           for "user" and "group" in order to not overwrite
135           "--without-world-permissions" for the root plugins.
137 2007-03-29 11:32  tonvoon
139         * BUGS, NEWS, configure.in, package.def, ChangeLog: 1.4.7 release
141 2007-03-29 11:25  tonvoon
143         * plugins/check_ntp.c: Adding help text for jitter flags
145 2007-03-27 07:53  dermoth
147         * THANKS.in, plugins-root/check_icmp.c: Fix bug #1494629 -
148           check_icmp fails after some time on FreeBSD
150 2007-03-25 14:55  tonvoon
152         * configure.in, NEWS: Reinstate --with-nagios-user/group and new
153           --without-group-permissions ./configure options
155 2007-03-22 17:54  hweiss
157         * THANKS.in, plugins/common.h: Increase MAX_INPUT_BUFFER from 1k to
158           8k in order to increase I/O performance (Stefan Meier)
160 2007-03-16 12:11  gonzai
162         * plugins-scripts/check_ifoperstatus.pl: Fix bogus 'eq (  ||  )'
163           constructions in check_ifoperstatus.pl.
165 2007-03-12 10:51  tonvoon
167         * NEWS, plugins/check_ping.c, plugins/t/check_ping.t: check_ping's
168           timeout interval is only +1 if ping command has a timeout value.
169           Tests updated to check for 100% packet loss (always if ping has
170           timeout), otherwise will check for "timed out" string
172 2007-03-11 06:51  dermoth
174         * plugins-root/t/check_icmp.t: Add tests for new check_icmp switch
175           -m
177 2007-03-11 02:27  tonvoon
179         * plugins/t/check_ping.t, plugins-root/t/check_icmp.t: Converted
180           check_ping.t to new-style testcases. Added test case for
181           check_icmp - requires sudo access
183 2007-03-11 01:57  tonvoon
185         * plugins/check_ping.c: Fixed some help display. Removed -L from
186           usage as deprecated option
188 2007-03-08 09:09  dermoth
190         * NEWS, THANKS.in, plugins-root/check_icmp.c: New switch to
191           check_icmp to set the minimum required hosts for success.
193 2007-03-08 06:12  dermoth
195         * config_test/child_test.c: Ficing C++ style comments
197 2007-03-08 06:09  dermoth
199         * plugins-root/check_icmp.c: Fixed C++ style comments, but I don't
200           get why those lines were originally commented out.
202 2007-03-06 22:45  tonvoon
204         * plugins/check_http.c: Fix option handling (Nobuhiro Ban -
205           1657280)
207 2007-03-06 22:29  tonvoon
209         * plugins/check_smtp.c: Fixed compile errors in check_smtp.c
211 2007-03-06 22:17  tonvoon
213         * NEWS, THANKS.in, plugins/check_smtp.c: Fixed broken HELO cmd
214           (Enrico Scholz - 1675279)
216 2007-03-06 17:29  tonvoon
218         * NEWS, configure.in, plugins/check_procs.c: Use /usr/ucb/ps on
219           Solaris in preference to pst3 (problems in 64bit mode)
221 2007-03-06 17:26  tonvoon
223         * plugins/t/check_disk.t: Test failure if a filesystem which is a
224           subset of another fails the inode check (Matthias Elbe - 1660953)
226 2007-03-06 14:18  tonvoon
228         * NEWS, configure.in: Detect if check_mysql compile will work at
229           ./configure time, due to some Redhat systems distributing
230           mysql_config, but not the include files
232 2007-03-06 11:03  tonvoon
234         * configure.in: Clearer message when --with-nagios-user is used for
235           ./configure
237 2007-03-06 10:48  tonvoon
239         * FAQ, INSTALLING, NEWS, README, plugins-root/Makefile.am: Root
240           plugins installed with world executable permissions. Removed
241           references to --with-nagios-user and --with-nagios-group in
242           README
244 2007-03-02 01:38  egalstad
246         * plugins/check_mrtgtraf.c: Fix for broken check_mrtgtraf
248 2007-02-24 01:03  dermoth
250         * doc/makefile: Fix the makefile ('[[' is bash-specific, 'rm -f'
251           don't remove directories)
253 2007-02-14 20:56  tonvoon
255         * NEWS, contrib/check_sybase: check_sybase now maintained in
256           NagiosExchange
258 2007-02-14 20:52  tonvoon
260         * plugins/check_disk.c: Fixed typo in help for -M
262 2007-02-14 10:11  tonvoon
264         * plugins/: check_tcp.c, t/check_tcp.t: Documentation fix re:
265           --escape flag. Fix of ./check_tcp test to webservers to make it
266           more standards compliant
268 2007-02-09 14:35  tonvoon
270         * NEWS, THANKS.in, po/.cvsignore, po/Makefile.in.in: Fixed
271           MKINSTALLDIRS problem on some systems - Lars Stavholm
273 2007-02-07 14:46  tonvoon
275         * lib/: Makefile.config-opts, parse_ini.c,
276           tests/Makefile.config-opts, tests/config-tiny.ini,
277           tests/plugin.ini, tests/test_ini.c: Added test files to test the
278           parse_ini.c routines. Requires libtap
280 2007-02-07 14:06  hweiss
282         * plugins/check_swap.c: Include <sys/param.h> before <sys/swap.h>
283           in order to fix compilation on OpenBSD (nsturm - 1653934)
285 2007-02-06 23:30  dermoth
287         * plugins/check_tcp.c: Correct vim typo in comment block :P
289 2007-02-06 21:03  opensides
291         * plugins/check_disk.c, plugins/check_http.c,
292           plugins/check_ide_smart.c, plugins/check_mrtg.c,
293           plugins/check_mrtgtraf.c, plugins/check_overcr.c,
294           plugins/check_smtp.c, plugins/check_tcp.c, po/de.po, po/fr.po,
295           po/nagios-plugins.pot:
296           correcting some translation problems
298 2007-02-06 19:33  seanius
300         * lib/: parse_ini.c, parse_ini.h: initial version of ini file
301           parsing routines in C
303 2007-02-06 18:34  opensides
305         * po/Makevars:
306           adding PACKAGE_BUGREPORT to fix Report-Msgid-Bugs-To:
308 2007-02-05 13:51  tonvoon
310         * AUTHORS, doc/RELEASING: Update list of team members. More notes
311           on new releases
313 2007-02-05 13:13  tonvoon
315         * BUGS, NEWS, ChangeLog, configure.in, package.def: For 1.4.6
316           release
318 2007-02-02 09:10  dermoth
320         * plugins/check_snmp.c: Fix parsing of multiple OIDs sets needmibs
321           = TRUE
323 2007-02-01 06:53  dermoth
325         * plugins/: check_tcp.c, t/check_jabber.t: Fix progname being
326           partly set to upper case Change formating of invalid hostname
327           output
329 2007-02-01 05:37  dermoth
331         * NEWS: Adding NEWS entry for check_jabber
333 2007-02-01 05:33  dermoth
335         * plugins-scripts/check_log.sh: Fix bug #1593073 Check_Log problem
336           with log rotation
338 2007-01-31 22:50  tonvoon
340         * plugins/t/check_jabber.t: Converted to new style object and
341           Test::More testing. Skipped jabber server tests if not defined
343 2007-01-31 06:18  dermoth
345         * plugins/t/check_jabber.t: Add check_jabber test. Will ask for a
346           jabber host (default should be OK)
348 2007-01-31 04:47  dermoth
350         * plugins/check_tcp.c: Fix Debian Bug #392610: check_jabber always
351           return warning
353 2007-01-30 14:24  dermoth
355         * plugins/check_tcp.c: Jail does not requires any arguments
357 2007-01-30 09:56  tonvoon
359         * config.rpath: make dist failing without config.rpath in top
360           level. File copied from build-aux/
362 2007-01-30 05:01  dermoth
364         * plugins/: check_tcp.c, t/check_tcp.t: Fix reporting bug using
365           expect, affecting (not fixing) Debian bug #392610: check_jabber
366           always return warning
368 2007-01-30 02:22  hweiss
370         * configure.in: grep(1) "-q" isn't portable (e.g., it won't work on
371           Solaris 8), redirect output to /dev/null instead.
373 2007-01-29 14:14  dermoth
375         * plugins/: check_disk.c, t/check_disk.t: Revert 1643463 (reversed
376           disk thresholds) keeping the thresholds checks.
378 2007-01-29 12:13  hweiss
380         * configure.in: Automake 1.10 says: "compiling `test_disk.c' with
381           per-target flags requires `AM_PROG_CC_C_O' in `configure.in'".
383 2007-01-29 10:06  tonvoon
385         * config.rpath, build-aux/config.rpath: Move config.rpath into
386           build-aux for automake 1.10
388 2007-01-28 22:00  hweiss
390         * INSTALLING: Remove description of deprecated ./configure
391           --with-nagios-{user,group} options.
393 2007-01-28 21:46  hweiss
395         * plugins/check_apt.c, plugins/check_by_ssh.c, plugins/check_dig.c,
396           plugins/check_dns.c, plugins/check_fping.c, plugins/check_game.c,
397           plugins/check_hpjd.c, plugins/check_http.c,
398           plugins/check_ide_smart.c, plugins/check_ldap.c,
399           plugins/check_load.c, plugins/check_mrtg.c,
400           plugins/check_mrtgtraf.c, plugins/check_mysql.c,
401           plugins/check_mysql_query.c, plugins/check_nagios.c,
402           plugins/check_nt.c, plugins/check_ntp.c, plugins/check_nwstat.c,
403           plugins/check_overcr.c, plugins/check_pgsql.c,
404           plugins/check_ping.c, plugins/check_procs.c,
405           plugins/check_radius.c, plugins/check_real.c,
406           plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_ssh.c,
407           plugins/check_swap.c, plugins/check_tcp.c, plugins/check_time.c,
408           plugins/check_ups.c, plugins/check_users.c, plugins/negate.c,
409           plugins/urlize.c, plugins/utils.c, plugins/utils.h,
410           plugins-root/check_dhcp.c: Don't try to print `optarg' (which
411           will be a NULL pointer) if an unknown command line option was
412           used, as this leads to a segfault on some systems.  The unknown
413           option will be printed by getopt(3) anyway.  So, simply call
414           print_usage() and exit UNKNOWN via the new usage5() instead.
416 2007-01-27 21:49  dermoth
418         * plugins/: check_disk.c, t/check_disk.t: Fix #1643463:
419           Miscalculating thresholds check_disk
421 2007-01-27 17:49  hweiss
423         * lib/utils_base.c: Change the variable names `true' and `false'
424           (which are keywords in C99) to `yes' and `no'.  Fixes compilation
425           when using SGI's MIPSpro c99(1).
427 2007-01-27 17:42  hweiss
429         * plugins/common.h: Include GNULib's "dirname.h" in order to pull
430           in the base_name() prototype, fixes compilation of check_procs
431           using SGI's MIPSpro C.
433 2007-01-27 16:56  hweiss
435         * ACKNOWLEDGEMENTS, NEWS: Fix typos.
437 2007-01-27 16:51  hweiss
439         * NEWS: Added "-o,--ssh-option=OPTION" which hands "-o OPTION" over
440           to ssh(1) and "-q,--quiet" which tells ssh(1) to suppress
441           warnings (Gerhard Lausser - 1472491)
443 2007-01-27 16:37  hweiss
445         * plugins-root/check_dhcp.c: Include <sys/param.h> which is a
446           prerequisite for <sys/sysctl.h> on NetBSD and OpenBSD (at least).
448 2007-01-25 00:58  tonvoon
450         * Makefile.am, README, configure.in, doc/RELEASING: Update
451           references to NEWS instead of CHANGES. Fix compile of libtap test
452           programs
454 2007-01-25 00:26  tonvoon
456         * config.guess, config.sub, configure.in, ltmain.sh,
457           build-aux/.cvsignore, build-aux/ltmain.sh: Use build-aux
458           directory. Removed unnecessary checks in configure.in.  Keeping
459           libtool to link to libtap - can't find a suitable replacement
460           method
462 2007-01-24 23:18  tonvoon
464         * ACKNOWLEDGEMENTS, CHANGES, NEWS, config.rpath, configure.in,
465           doc/developer-guidelines.sgml, gl/.cvsignore,
466           plugins/Makefile.am, plugins/check_procs.c, po/POTFILES.in:
467           Various cleanups in the syncing with gnulib
469 2007-01-24 22:46  tonvoon
471         * Makefile.am, NEWS, config.rpath, configure.in,
472           doc/developer-guidelines.sgml, gl/Makefile.am, gl/alloca.c,
473           gl/alloca_.h, gl/asnprintf.c, gl/asprintf.c, gl/basename.c,
474           gl/c-strtod.c, gl/c-strtod.h, gl/cloexec.c, gl/cloexec.h,
475           gl/creat-safer.c, gl/dirname.c, gl/dirname.h, gl/dup-safer.c,
476           gl/error.c, gl/error.h, gl/exit.h, gl/exitfail.c, gl/exitfail.h,
477           gl/fcntl--.h, gl/fcntl-safer.h, gl/fd-safer.c, gl/fsusage.c,
478           gl/fsusage.h, gl/full-read.c, gl/full-read.h, gl/full-write.c,
479           gl/full-write.h, gl/gai_strerror.c, gl/getaddrinfo.c,
480           gl/getaddrinfo.h, gl/gethostname.c, gl/getloadavg.c, gl/getopt.c,
481           gl/getopt1.c, gl/getopt_.h, gl/getopt_int.h, gl/gettext.h,
482           gl/inet_ntop.c, gl/inet_ntop.h, gl/intprops.h, gl/malloc.c,
483           gl/mbchar.c, gl/mbchar.h, gl/mbuiter.h, gl/memchr.c, gl/minmax.h,
484           gl/mountlist.c, gl/mountlist.h, gl/open-safer.c, gl/pipe-safer.c,
485           gl/printf-args.c, gl/printf-args.h, gl/printf-parse.c,
486           gl/printf-parse.h, gl/regcomp.c, gl/regex.c, gl/regex.h,
487           gl/regex_internal.c, gl/regex_internal.h, gl/regexec.c,
488           gl/safe-read.c, gl/safe-read.h, gl/safe-write.c, gl/safe-write.h,
489           gl/size_max.h, gl/snprintf.c, gl/snprintf.h, gl/socket_.h,
490           gl/stdbool_.h, gl/stdint_.h, gl/strcase.h, gl/strcasecmp.c,
491           gl/strdup.c, gl/strdup.h, gl/stripslash.c, gl/strncasecmp.c,
492           gl/strndup.c, gl/strndup.h, gl/strnlen.c, gl/strnlen.h,
493           gl/strnlen1.c, gl/strnlen1.h, gl/unistd--.h, gl/unistd-safer.h,
494           gl/unistd_.h, gl/vasnprintf.c, gl/vasnprintf.h, gl/vasprintf.c,
495           gl/vasprintf.h, gl/vsnprintf.c, gl/vsnprintf.h, gl/wchar_.h,
496           gl/wctype_.h, gl/wcwidth.h, gl/xalloc-die.c, gl/xalloc.h,
497           gl/xmalloc.c, gl/xsize.h, gl/xstrndup.c, gl/xstrndup.h,
498           gl/m4/absolute-header.m4, gl/m4/alloca.m4, gl/m4/arpa_inet_h.m4,
499           gl/m4/c-strtod.m4, gl/m4/cloexec.m4, gl/m4/codeset.m4,
500           gl/m4/dirname.m4, gl/m4/dos.m4, gl/m4/double-slash-root.m4,
501           gl/m4/eoverflow.m4, gl/m4/error.m4, gl/m4/exitfail.m4,
502           gl/m4/extensions.m4, gl/m4/fcntl-safer.m4, gl/m4/fstypename.m4,
503           gl/m4/fsusage.m4, gl/m4/getaddrinfo.m4, gl/m4/gethostname.m4,
504           gl/m4/getloadavg.m4, gl/m4/getopt.m4, gl/m4/gettext.m4,
505           gl/m4/glibc2.m4, gl/m4/glibc21.m4, gl/m4/gnulib-cache.m4,
506           gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4,
507           gl/m4/gnulib-tool.m4, gl/m4/iconv.m4, gl/m4/inet_ntop.m4,
508           gl/m4/inline.m4, gl/m4/intdiv0.m4, gl/m4/intl.m4,
509           gl/m4/intldir.m4, gl/m4/intmax.m4, gl/m4/intmax_t.m4,
510           gl/m4/inttypes-pri.m4, gl/m4/inttypes_h.m4, gl/m4/lcmessage.m4,
511           gl/m4/lib-ld.m4, gl/m4/lib-link.m4, gl/m4/lib-prefix.m4,
512           gl/m4/lock.m4, gl/m4/longdouble.m4, gl/m4/longlong.m4,
513           gl/m4/ls-mntd-fs.m4, gl/m4/mbchar.m4, gl/m4/mbiter.m4,
514           gl/m4/mbrtowc.m4, gl/m4/memchr.m4, gl/m4/minmax.m4,
515           gl/m4/mountlist.m4, gl/m4/netinet_in_h.m4, gl/m4/nls.m4,
516           gl/m4/onceonly_2_57.m4, gl/m4/po.m4, gl/m4/printf-posix.m4,
517           gl/m4/progtest.m4, gl/m4/regex.m4, gl/m4/safe-read.m4,
518           gl/m4/safe-write.m4, gl/m4/size_max.m4, gl/m4/snprintf.m4,
519           gl/m4/socklen.m4, gl/m4/sockpfaf.m4, gl/m4/ssize_t.m4,
520           gl/m4/stdbool.m4, gl/m4/stdint.m4, gl/m4/stdint_h.m4,
521           gl/m4/strcase.m4, gl/m4/strdup.m4, gl/m4/strndup.m4,
522           gl/m4/strnlen.m4, gl/m4/sys_socket_h.m4, gl/m4/uintmax_t.m4,
523           gl/m4/ulonglong.m4, gl/m4/unistd-safer.m4, gl/m4/unistd_h.m4,
524           gl/m4/vasnprintf.m4, gl/m4/vasprintf.m4, gl/m4/visibility.m4,
525           gl/m4/vsnprintf.m4, gl/m4/wchar.m4, gl/m4/wchar_t.m4,
526           gl/m4/wctype.m4, gl/m4/wcwidth.m4, gl/m4/wint_t.m4,
527           gl/m4/xalloc.m4, gl/m4/xsize.m4, gl/m4/xstrndup.m4,
528           lib/Makefile.am, lib/alloca.c, lib/alloca_.h, lib/basename.c,
529           lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cloexec.c,
530           lib/cloexec.h, lib/creat-safer.c, lib/dirname.h, lib/dup-safer.c,
531           lib/error.c, lib/error.h, lib/exit.h, lib/exitfail.c,
532           lib/exitfail.h, lib/fcntl--.h, lib/fcntl-safer.h, lib/fd-safer.c,
533           lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
534           lib/full-write.c, lib/full-write.h, lib/getloadavg.c,
535           lib/getopt.c, lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h,
536           lib/gettext.h, lib/intprops.h, lib/malloc.c, lib/mountlist.c,
537           lib/mountlist.h, lib/open-safer.c, lib/pipe-safer.c,
538           lib/realloc.c, lib/regcomp.c, lib/regex.c, lib/regex.h,
539           lib/regex_internal.c, lib/regex_internal.h, lib/regexec.c,
540           lib/safe-read.c, lib/safe-read.h, lib/safe-write.c,
541           lib/safe-write.h, lib/snprintf.c, lib/stdbool_.h, lib/strcase.h,
542           lib/strtod.c, lib/unistd--.h, lib/unistd-safer.h,
543           lib/unlocked-io.h, lib/xalloc-die.c, lib/xalloc.h, lib/xmalloc.c,
544           lib/xstrdup.c, lib/tests/Makefile.am, m4/Makefile.am.in,
545           m4/afs.m4, m4/alloca.m4, m4/basename.m4, m4/c-strtod.m4,
546           m4/codeset.m4, m4/dos.m4, m4/error.m4, m4/exitfail.m4,
547           m4/extensions.m4, m4/fcntl-safer.m4, m4/fstypename.m4,
548           m4/fsusage.m4, m4/getopt.m4, m4/gettext.m4, m4/glibc21.m4,
549           m4/iconv.m4, m4/inttypes-pri.m4, m4/inttypes.m4,
550           m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4,
551           m4/longdouble.m4, m4/longlong.m4, m4/ls-mntd-fs.m4,
552           m4/mountlist.m4, m4/nls.m4, m4/np_coreutils.m4, m4/np_curl.m4,
553           m4/onceonly_2_57.m4, m4/po.m4, m4/progtest.m4, m4/regex.m4,
554           m4/restrict.m4, m4/signed.m4, m4/stdbool.m4, m4/stdint_h.m4,
555           m4/uintmax_t.m4, m4/ulonglong.m4, m4/unistd-safer.m4,
556           m4/unlocked-io.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xalloc.m4,
557           plugins/Makefile.am, plugins/check_smtp.c, plugins/common.h,
558           plugins/getaddrinfo.c, plugins/getaddrinfo.h,
559           plugins/gethostbyname.c, plugins/gethostbyname.h,
560           plugins/netutils.h, plugins-root/Makefile.am, tools/setup,
561           tools/update_coreutils: Sync with gnulib - lots of extraneous
562           code removed in preference to GNU code
564 2007-01-23 18:34  hweiss
566         * THANKS.in, plugins/check_ssh.c: Support `check_ssh
567           --hostname=ADDRESS' (but keep `--host=ADDRESS' for backward
568           compatibility) (Ville Mattila - 1642780)
570 2007-01-23 18:20  hweiss
572         * REQUIREMENTS: Location updates
574 2007-01-23 17:20  hweiss
576         * plugins/check_tcp.c: Add missing `break' to the switch-case block
577           that handles the `-m' option (Nobuhiro Ban - 1642682)
579 2007-01-23 16:42  hweiss
581         * THANKS.in, plugins/check_radius.c: Initialize `data' to zero,
582           fixes potential segfault (Nobuhiro Ban - 1642658)
584 2007-01-23 14:39  hweiss
586         * lib/mountlist.c: Add support for statvfs(2) which is needed in
587           order to compile the plugins on NetBSD 3.0 and newer.  The
588           current coreutils release supports statvfs(2), so this patch
589           won't be needed anymore when updating the coreutils files.
591 2007-01-22 04:05  hweiss
593         * plugins/check_by_ssh.c: Added "-o,--ssh-option=OPTION" which
594           hands "-o OPTION" over to ssh(1) and "-q,--quiet" which tells
595           ssh(1) to suppress warnings (Gerhard Lausser - 1472491)
597 2007-01-20 20:45  tonvoon
599         * doc/developer-guidelines.sgml: Updated policy on contributed
600           plugins
602 2007-01-20 20:06  tonvoon
604         * doc/: LEAVERS, NEW_STARTERS, RELEASING: Administrative notes
606 2007-01-20 10:59  seanius
608         * plugins/check_ntp.c: compilation fixes for check_ntp.c: -
609           check_ntp.c:290: warning: overflow in implicit constant
610           conversion   fixed with an explicit cast to int8_t.  -
611           check_ntp.c:544: warning: pointer of type ā€˜void *ā€™ used in
612           arithmetic   fixed by casting to ptrdiff_t before arithmetic and
613           (void*) afterwards - in TVtoNTP64, cast arithmetic result passed
614           to R32 as uint64_t.
616 2007-01-20 07:18  dermoth
618         * plugins/: check_http.c, check_ldap.c: Fix bug #1632091: printf
619           format string typos. Add some more cosmetic changes.
621 2007-01-20 06:27  dermoth
623         * plugins-root/check_icmp.c: Fix bug #1632078: critical threshold %
624           incorrectly displayed by check_icmp
626 2007-01-20 06:07  dermoth
628         * CHANGES, THANKS.in, plugins/netutils.c: Fix bug #1632072 pointer
629           error in plugins/netutils.c. Add changelog entry for previous
630           commit.
632 2007-01-17 05:28  dermoth
634         * THANKS.in, plugins/check_procs.c: Fix bug #1630970 Fix for buffer
635           overflow of check_procs procprog string
637 2007-01-08 11:05  tonvoon
639         * CHANGES, THANKS.in, plugins/t/check_disk.t: Added notes about
640           check_disk perf data fix. Added test to check perf data is same
641           when mount points reversed
643 2007-01-07 07:14  dermoth
645         * plugins/check_disk.c: Fix bug #1627970: check_disk performance
646           output for more then one partition
648 2007-01-06 06:41  dermoth
650         * plugins/check_ping.c: Fix bug #1629008: check_ping fails to
651           handle Packet filtered error
653 2007-01-06 06:33  dermoth
655         * plugins/check_ping.c: Revert last patch: it works but not really
656           for the reason I though.
658 2007-01-06 04:52  dermoth
660         * plugins/check_ping.c: Fix the way check_ping calculate the
661           maximum run time
663 2007-01-04 11:51  dermoth
665         * plugins/check_real.c: Fix bug #1574863: check_real does not
666           accept the '-v' option
668 2007-01-04 11:35  dermoth
670         * plugins/check_ping.c: Fix bug #1592605: check_ping times out
672 2007-01-04 11:18  dermoth
674         * tools/: README, distclean: Adding my distclean script
676 2006-12-23 18:59  dermoth
678         * plugins/t/check_snmp.t: Regexps in check_snmp tests fails where
679           they shouldn't.
681 2006-12-21 05:25  dermoth
683         * NPTest.pm: - Fixing small error (wrong file name) in NPTest.pm
684           documentation.
686 2006-12-20 22:33  tonvoon
688         * CHANGES, THANKS.in, plugins/check_http.c, plugins/t/check_http.t:
689           Removed unused timestamp variable (Matthias Eble) Fixed
690           redirection test. Added extra tests for funny syntax when
691           checking certificates, updated help for more common syntax
693 2006-12-20 19:25  tonvoon
695         * lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c,
696           plugins/t/check_disk.t: Fixed inode thresholds, regressed from
697           previous release
699 2006-12-20 11:32  opensides
701         * po/: de.po, fr.po, nagios-plugins.pot:
702           updated the nagios-pulgins.pot files now that localization is
703           clean first pass at updating the french locale
705 2006-12-12 12:59  tonvoon
707         * plugins-scripts/t/utils.t: Enhanced test for single letters in
708           fqdn
710 2006-12-12 08:56  tonvoon
712         * plugins-scripts/utils.pm.in: Allow single characters in fqdn
713           (Dave Alden)
715 2006-12-07 22:38  tonvoon
717         * CHANGES, THANKS.in, configure.in: Fixed HP/UX's swapinfo command
718           for check_procs (Dick van den Burg - 1573700)
720 2006-12-07 16:07  tonvoon
722         * THANKS.in, plugins/check_disk.c, plugins/check_swap.c,
723           plugins/common.h, plugins/netutils.h: Fix coredump on 64bit
724           Solaris. Also adds more error conditions and moves swap specific
725           includes out of common.h (Duncan Ferguson - 1588031)
727 2006-12-06 20:34  tonvoon
729         * plugins/Makefile.am: Move SSL libs to correct order per plugin
731 2006-12-06 17:36  tonvoon
733         * plugins/Makefile.am: Only include -lssl for plugins that require
734           it
736 2006-12-06 17:00  tonvoon
738         * configure.in: Flag common compile error because of no ar on
739           Solaris
741 2006-12-06 15:58  tonvoon
743         * Makefile.am: Remove CVS files from distribution
745 2006-12-06 15:53  tonvoon
747         * doc/developer-guidelines.sgml: Add libtool requirement for
748           development
750 2006-11-09 11:44  tonvoon
752         * CHANGES, THANKS.in, plugins/check_ping.c, plugins/netutils.c:
753           Reduced DNS lookups in check_ping and netutils.c in IPv6
754           configurations (Pawel Malachowski)
756 2006-11-03 15:40  tonvoon
758         * lib/: Makefile.am, alloca.c, alloca_.h: Add alloca files,
759           required for *BSD
761 2006-11-01 21:15  tonvoon
763         * ChangeLog, configure.in, package.def: For 1.4.5 release
765 2006-10-27 16:37  tonvoon
767         * plugins-scripts/: utils.pm.in, t/utils.t: More edge testcases.
768           Allow anything if ends with a . as long as correct characters
770 2006-10-26 22:32  tonvoon
772         * NPTest.pm: New test variables default to "none", so no changes
773           required to tinderbox satelites
775 2006-10-26 22:10  tonvoon
777         * THANKS.in, plugins-scripts/check_oracle.sh: Fixed error if
778           dba_free_space has no free segments (Florian Gleixner)
780 2006-10-26 22:02  tonvoon
782         * plugins-scripts/: Makefile.am, utils.pm.in, t/utils.t: Fixed
783           regression where hostnames with hyphens were rejected (1581402 -
784           Holger Weiss)
786 2006-10-26 21:56  tonvoon
788         * contrib/tarballs/check_traffic-0.90b.tar.gz: Removing unnecessary
789           tarball
791 2006-10-26 21:51  tonvoon
793         * THANKS.in, plugins/check_disk.c, plugins/check_http.c: Remove C
794           style comments (1583467 - Markus Baertschi)
796 2006-10-24 22:54  opensides
798         * plugins-root/check_icmp.c:
799           more fixes and removal of certain sentences not needed
801 2006-10-24 22:48  opensides
803         * plugins/check_nt.c, plugins-root/check_icmp.c:
804           last localization fixes for core plugins in c
806 2006-10-24 22:01  opensides
808         * plugins/check_nt.c:
809           next round of localization fixes
811 2006-10-24 10:48  tonvoon
813         * plugins-root/: Makefile.am, check_icmp.c: Fixed compile on
814           non-glibc platforms
816 2006-10-24 09:34  tonvoon
818         * plugins/check_http.c: Restored accidently regressed fix
820 2006-10-23 22:47  opensides
822         * plugins/check_http.c:
823           localization fixes
825 2006-10-23 01:02  opensides
827         * plugins-root/check_icmp.c:
828           first pass a making check icmp respecting nagiosplugins rules
830 2006-10-22 23:34  opensides
832         * plugins/check_nt.c:
833           latest localization fixes for tonight ;-)
835 2006-10-22 23:24  opensides
837         * plugins/check_ldap.c:
838            localization fixes
840 2006-10-22 23:14  opensides
842         * plugins-root/check_icmp.c:
843           putting default template for copyright and explanations
845 2006-10-22 23:07  opensides
847         * plugins-root/check_icmp.c:
848           revert mistake when commiting fixes
850 2006-10-22 23:03  opensides
852         * plugins/check_apt.c, plugins/check_procs.c,
853           plugins-root/check_icmp.c:
854           more localization fixes
856 2006-10-20 08:53  tonvoon
858         * plugins/check_snmp.c: Reverting back accidently regressed code
860 2006-10-20 08:39  opensides
862         * plugins/check_mrtg.c:
863           more localization fixes
865 2006-10-20 07:24  opensides
867         * plugins/check_apt.c, plugins-root/check_dhcp.c:
868           localization updates
870 2006-10-20 00:56  opensides
872         * plugins/check_snmp.c:
873           adding missing check_snmp
875 2006-10-20 00:53  opensides
877         * plugins/: check_radius.c, check_real.c, check_smtp.c,
878           check_ssh.c, check_swap.c, check_tcp.c, check_time.c,
879           check_ups.c, check_users.c, negate.c, urlize.c:
880           another round of localization cleaning
882 2006-10-19 21:04  tonvoon
884         * BUGS, ChangeLog, configure.in, package.def: For 1.4.4 release
886 2006-10-19 20:52  tonvoon
888         * CHANGES: Added info re: 1.4.4 in prep for release
890 2006-10-19 20:36  tonvoon
892         * THANKS.in, plugins/check_snmp.c: Initialise strings for Fedora
893           Core 5 (Henning Schmiedehausen)
895 2006-10-19 20:25  tonvoon
897         * THANKS.in, plugins/check_snmp.c: Removed asprintf for perf data
898           (Craig Orsinger, Robby Giffin - 1310495)
900 2006-10-19 20:13  tonvoon
902         * THANKS.in, plugins/check_snmp.c: type variable not cleared in Sol
903           10 (Kyle Tucker)
905 2006-10-19 19:59  tonvoon
907         * THANKS.in, plugins/check_http.c, plugins/t/check_http.t:
908           Redirection error if other headers beginning with L (Aravind
909           Gottipati - 1562572)
911 2006-10-19 19:44  tonvoon
913         * THANKS.in, plugins-scripts/utils.pm.in: Allow hostnames beginning
914           with digits (O'Shaughnessy Evans - 1567390)
916 2006-10-19 12:56  tonvoon
918         * plugins/t/check_smtp.t: Added tests for SMTP servers without TLS
919           and with TLS
921 2006-10-19 01:25  opensides
923         * plugins/: check_apt.c, check_by_ssh.c, check_dig.c, check_dns.c,
924           check_dummy.c, check_fping.c, check_game.c, check_hpjd.c,
925           check_http.c, check_ide_smart.c, check_ldap.c, check_load.c,
926           check_mrtg.c, check_mrtgtraf.c, check_mysql.c,
927           check_mysql_query.c, check_nagios.c, check_nt.c, check_ntp.c,
928           check_nwstat.c, check_overcr.c, check_pgsql.c, check_ping.c,
929           check_procs.c:
930           first pass at cleaning localization for new release first pass at
931           making all the headre be the same licence, plugin, etc...
933 2006-10-18 13:12  tonvoon
935         * plugins/: check_disk.c, t/check_disk.t: Re-added perf data to
936           check_disk
938 2006-10-18 13:05  tonvoon
940         * lib/: utils_disk.h, tests/test_disk.c: Fix tests for exact
941           matches when searching filesystems
943 2006-10-18 13:03  tonvoon
945         * lib/: utils_base.c, utils_base.h: Cater for different errors when
946           setting thresholds
948 2006-10-12 21:36  tonvoon
950         * plugins/: check_smtp.c, t/check_smtp.t: Resend EHLO after TLS
951           negotiation as per RFC3207 (Holger Weiss - 1482832)
953 2006-10-12 15:22  tonvoon
955         * plugins/check_ntp.c: Removed extraneous comma in perf data output
957 2006-10-12 15:14  tonvoon
959         * plugins/: check_disk.c, t/check_disk.t: Remove the "- free space"
960           if status is OK
962 2006-10-12 14:58  tonvoon
964         * NPTest.pm, THANKS.in, plugins/check_disk.c,
965           plugins/t/check_disk.t: Fixed output from -e in check_disk
966           (Andreas Behal)
968 2006-10-02 13:09  tonvoon
970         * plugins/t/check_load.t: Fix test failure on poseidon
972 2006-09-21 11:41  tonvoon
974         * THANKS.in, plugins/check_nwstat.c: Added perfdata for most
975           variables and new parameters: VMU, VMF, VMP, NRMH, NRMP, NRMM,
976           NRMS, NSS1 to NSS7 (Christian Mies)
978 2006-09-02 21:41  seanius
980         * lib/utils_base.h, plugins/utils.h: - explicitly include
981           utils_base.h from utils.h - put utils.h inside of an
982           #ifndef/#endif
984 2006-09-02 21:32  seanius
986         * plugins/check_tcp.c: - fix for warning/critical timeouts in
987           check_tcp.c, in which the plugin   would exit with a usage error
988           if non-int timeouts were passed.  - change
989           --warning-time/--critical-time to just --warning/--critical,   as
990           it's what --help says.
992 2006-08-14 10:04  tonvoon
994         * THANKS.in, plugins/check_disk.c: Fixed inode percent free output
995           (Mike Emigh - 1531899)
997 2006-08-14 09:42  tonvoon
999         * plugins/t/check_ntp.t: Fixed skip of no ntp test
1001 2006-08-11 09:26  tonvoon
1003         * plugins/: check_ntp.c, t/check_ntp.t: Catch no responses from any
1004           server (1538341 - nmdias)
1006 2006-08-03 09:14  tonvoon
1008         * tools/tinderbox_build: Interpret the snapshot datestamp as GMT
1010 2006-07-31 19:55  harpermann
1012         * plugins/check_nt.c: Bug: 694259 fix.  After consulting with the
1013           target service authors, we decided to keep the default port as
1014           1248 and add a note about other services sometimes using this
1015           port and suggesting to change the port.  Closing bug.
1017 2006-07-31 15:09  tonvoon
1019         * doc/developer-guidelines.sgml: M4 requirement for developer
1020           platform
1022 2006-07-29 02:43  tonvoon
1024         * plugins/common.h, plugins-root/check_dhcp.c: Fix two Solaris
1025           compile problems
1027 2006-07-29 01:04  tonvoon
1029         * po/POTFILES.in: Remove reference to check_udp.c
1031 2006-07-29 00:59  tonvoon
1033         * configure.in, plugins/Makefile.am, plugins-scripts/Makefile.am:
1034           Cleanup references to old check_udp and INSTALL_OPTS. Error if
1035           --with-nagios-user or --with-nagios-group specified for configure
1037 2006-07-28 23:44  tonvoon
1039         * CHANGES, plugins/Makefile.am, plugins/check_udp.c,
1040           plugins/t/check_udp.t: check_udp.c deprecated and check_udp now
1041           linked to check_tcp. check_udp2 removed
1043 2006-07-27 12:29  tonvoon
1045         * doc/developer-guidelines.sgml: Example ranges (Nathan Vonnahme)
1047 2006-07-20 00:05  tonvoon
1049         * THANKS.in, configure.in: Stricter autoconf 2.60 rules (Lance
1050           Albertson - 1522900)
1052 2006-07-19 23:56  tonvoon
1054         * plugins/common.h: Fix to add uintmax_t, for check_disk.c compile
1056 2006-07-19 23:37  tonvoon
1058         * plugins/common.h: Fix for CHAR_MAX on Solaris 9
1060 2006-07-14 10:47  tonvoon
1062         * lib/: Makefile.am, utils_base.c: Missing header files
1064 2006-07-14 10:43  tonvoon
1066         * plugins/check_disk.c: Fix inode percents using coreutils'
1067           percentage calculation technique
1069 2006-07-14 00:58  tonvoon
1071         * CHANGES, lib/utils_base.c, lib/utils_base.h, lib/utils_disk.c,
1072           lib/utils_disk.h, lib/tests/test_utils.c, plugins/check_disk.c,
1073           plugins/t/check_disk.t: Major fixes to check_disk. Now should
1074           return same data as df
1076 2006-07-13 13:50  tonvoon
1078         * Makefile.am, configure.in, lib/Makefile.am, lib/tests/.cvsignore,
1079           lib/tests/Makefile.am, lib/tests/README, lib/tests/test_disk.c,
1080           lib/tests/test_disk.t, lib/tests/test_utils.c,
1081           lib/tests/test_utils.t, plugins/Makefile.am,
1082           plugins/check_disk.c, plugins/check_dns.c, plugins/check_mysql.c,
1083           plugins/check_mysql_query.c, plugins/utils.c, plugins/utils.h,
1084           plugins/utils_disk.c, plugins/utils_disk.h,
1085           plugins/tests/.cvsignore, plugins/tests/Makefile.am,
1086           plugins/tests/README, plugins/tests/test_disk.c,
1087           plugins/tests/test_disk.t, plugins/tests/test_utils.c,
1088           plugins/tests/test_utils.t: Move new util_* functions to lib/
1090 2006-07-13 09:54  tonvoon
1092         * configure.in, lib/basename.c, lib/dirname.h, m4/basename.m4,
1093           m4/dos.m4, m4/np_coreutils.m4, plugins/check_procs.c,
1094           plugins/utils.c, plugins/utils.h: Using coreutils' base_name
1095           function because of portability issues with Tru64
1097 2006-07-12 23:53  tonvoon
1099         * plugins/: check_disk.c, utils_disk.c, utils_disk.h,
1100           t/check_disk.t: Added -E option for exact match of filesystem.
1101           Restructured main filesystem loop. Added extra tests for possible
1102           duplicate filesystems.
1104 2006-07-12 20:30  tonvoon
1106         * plugins/: check_disk.c, utils_disk.c, utils_disk.h,
1107           tests/.cvsignore, tests/test_disk.c: Moving parameter_list into
1108           utils_disk.h. Given list of mount points, can now work out best
1109           match or exact match.
1111 2006-07-12 13:15  tonvoon
1113         * plugins/: Makefile.am, check_disk.c, utils_disk.c, utils_disk.h,
1114           tests/Makefile.am, tests/test_disk.c, tests/test_disk.t: Moving
1115           check_disk functions into utils_disk.c and testing them
1117 2006-07-11 13:38  tonvoon
1119         * m4/fcntl-safer.m4, m4/np_coreutils.m4, m4/unistd-safer.m4,
1120           lib/creat-safer.c, lib/dup-safer.c, lib/fcntl--.h,
1121           lib/fcntl-safer.h, lib/fd-safer.c, lib/open-safer.c,
1122           lib/pipe-safer.c, lib/unistd--.h, lib/unistd-safer.h: Extra files
1123           from coreutils required for getloadavg.c to compile on Tru64
1124           (Ciro Iriarte - 1520331)
1126 2006-07-10 09:44  tonvoon
1128         * lib/Makefile.am: Didn't add intprops.h into distribution
1129           correctly
1131 2006-07-07 07:36  harpermann
1133         * plugins/urlize.c: Added check for two arguments.  Was segfaulting
1134           if no or one arg.  Now returns help.
1136 2006-07-05 14:45  tonvoon
1138         * plugins-scripts/check_mailq.pl: Fixed checking of return codes
1139           from external mailq programs
1141 2006-07-05 09:55  tonvoon
1143         * tools/tinderbox_build: Add instructions for manually sending
1144           Tinderbox build logs
1146 2006-07-05 09:26  tonvoon
1148         * lib/: Makefile.am, intprops.h: Missing intprops.h for Tru64 (Ciro
1149           Iriarte - 1517379)
1151 2006-07-04 10:47  tonvoon
1153         * THANKS.in, m4/alloca.m4, m4/np_coreutils.m4: Added alloca.h check
1154           and fixed locale.h, wchar.h (Ari Pollak - 1516578)
1156 2006-07-03 09:03  tonvoon
1158         * plugins/check_dig.c: Fixed -p getopt call (Allan Bennett -
1159           1511650)
1161 2006-07-03 08:55  tonvoon
1163         * THANKS.in, lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c,
1164           m4/c-strtod.m4, m4/np_coreutils.m4, plugins/Makefile.am: Fixed
1165           compile on Tru64 5.1b (Ciro Iriarte - 1515435)
1167 2006-06-21 12:05  opensides
1169         * plugins/: check_snmp.c, check_ssh.c:
1170           cleaning help and usage
1172 2006-06-21 10:49  opensides
1174         * po/LINGUAS:
1175           fixing bug id #1509699
1177 2006-06-20 12:17  opensides
1179         * plugins/: check_procs.c, check_radius.c, check_real.c,
1180           check_smtp.c, check_snmp.c, check_ssh.c:
1181           cleaning help and usage + license
1183 2006-06-18 20:36  opensides
1185         * plugins/: check_disk.c, check_time.c, check_udp.c, check_ups.c,
1186           check_users.c, gethostbyname.c, gethostbyname.h, negate.c,
1187           netutils.c, popen.c, runcmd.c, sslutils.c, urlize.c, utils.c:
1188           updating help and usage and license
1190 2006-06-17 13:28  opensides
1192         * plugins/: check_hpjd.c, check_nt.c, check_ntp.c, check_nwstat.c,
1193           check_overcr.c, check_pgsql.c, check_ping.c, check_procs.c:
1194           cleaning up help and usage
1196 2006-06-15 13:52  opensides
1198         * plugins/: check_ldap.c, check_load.c, check_mrtg.c,
1199           check_mysql.c, check_mysql_query.c, check_nagios.c:
1200           cleaning help and usage
1202 2006-06-15 11:16  opensides
1204         * plugins/check_ide_smart.c:
1205           cleaning help and usage
1207 2006-06-14 22:27  opensides
1209         * plugins/: check_dns.c, check_dummy.c, check_fping.c,
1210           check_game.c:
1211           updating the help and usage for localization
1213 2006-06-14 20:15  tonvoon
1215         * INSTALLING, doc/developer-guidelines.sgml: Updated requirements
1216           for development platform
1218 2006-06-14 19:48  opensides
1220         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c:
1221           starting the BIG locale update ;-)
1223 2006-06-07 15:28  seanius
1225         * contrib/check_linux_raid.pl: some gratuitous whitespace changes,
1226           and a fix to the "recovery =" detection logic in
1227           check_linux_raid.pl
1229 2006-06-07 15:23  seanius
1231         * plugins-scripts/utils.pm.in: removed stale references to
1232           PATH_TO_NTPFOO, as it's no longer used.
1234 2006-06-07 08:59  tonvoon
1236         * plugins-root/Makefile.am: Do not install setuid programs unless
1237           run as root
1239 2006-06-07 08:18  tonvoon
1241         * tools/setup, plugins-root/Makefile.am: Fixed two build problems
1242           re: libtool and pst3
1244 2006-06-06 17:48  seanius
1246         * plugins/check_pgsql.c: modify the is_pg_dbname() function to
1247           allow databases with '-' in their name.  reference: sf tracker
1248           #1500752
1250 2006-06-04 00:06  seanius
1252         * configure.in: removed the -R for openssl, as it should be figured
1253           out automatically by libtool and also controlled via the
1254           --enable-rpath/--disable-rpath configure options.  furthermore
1255           keeping it in forces the rpath option on in spite of what's
1256           passed on the configure line.
1258 2006-06-01 23:30  seanius
1260         * contrib/check_linux_raid.pl: gave some TLC to check_linux_raid
1262 2006-05-30 10:55  tonvoon
1264         * configure.in: Default to search path for mysql_config
1266 2006-05-30 10:39  tonvoon
1268         * THANKS.in: For reporting check_radius compile problem
1270 2006-05-30 10:19  tonvoon
1272         * .cvsignore, config.guess, config.sub, ltmain.sh,
1273           doc/developer-guidelines.sgml: Added libtool files, at version
1274           1.5.22, into CVS
1276 2006-05-25 18:40  egalstad
1278         * plugins-root/check_dhcp.c: Applied patch for responses from
1279           helpers/relays, cleaned up different coding styles for
1280           consistency
1282 2006-05-25 17:59  tonvoon
1284         * lib/regex.o: Removed unnecessary file
1286 2006-05-25 17:58  tonvoon
1288         * configure.in, lib/Makefile.am, plugins/common.h: Gettext fixes to
1289           sync with coreutils
1291 2006-05-25 17:53  egalstad
1293         * plugins-root/check_dhcp.c: Fixed short interface name length,
1294           UNKNOWN return code (patches from tracker)
1296 2006-05-25 16:34  tonvoon
1298         * plugins/: check_http.c, t/check_http.t: Option to invert results
1299           from a regexp pattern match
1301 2006-05-25 13:33  tonvoon
1303         * configure.in, lib/.cvsignore, lib/regcomp.c, lib/regex.c,
1304           lib/regex.h, lib/regex.o, lib/regex_internal.c,
1305           lib/regex_internal.h, lib/regexec.c, lib/strcase.h,
1306           m4/.cvsignore, m4/np_coreutils.m4, m4/regex.m4, m4/restrict.m4,
1307           plugins/check_apt.c, plugins/check_http.c, plugins/check_smtp.c,
1308           plugins/check_snmp.c: Use coreutils' regexp libraries, so regexp
1309           always available now
1311 2006-05-25 13:13  tonvoon
1313         * m4/ls-mntd-fs.m4: Sync with coreutils 5.96
1315 2006-05-24 13:48  tonvoon
1317         * THANKS.in, configure.in: Fix for mysql 3.x (Jeremy Reed, Michael
1318           Tiernan - 1491936)
1320 2006-05-24 10:23  tonvoon
1322         * doc/developer-guidelines.sgml: Reminder of no inline variable
1323           declarations
1325 2006-05-24 10:05  tonvoon
1327         * plugins/check_snmp.c: Variables need to be declared at top of
1328           code for better portability (Gerhard Lausser)
1330 2006-05-19 22:41  tonvoon
1332         * configure.in, doc/developer-guidelines.sgml: Requirement of
1333           automake 1.8.3, as coreutils needs it
1335 2006-05-19 22:30  tonvoon
1337         * .cvsignore, config.rpath, mkinstalldirs, po/.cvsignore,
1338           po/remove-potcdate.sin: Adding more required files from gettext
1340 2006-05-19 00:17  tonvoon
1342         * tools/setup: Bug in Makefile.am creation
1344 2006-05-19 00:09  tonvoon
1346         * .cvsignore, ABOUT-NLS, m4/Makefile.am, m4/Makefile.am.in,
1347           po/.cvsignore, po/Makefile.in.in, tools/setup: Fixes from
1348           coreutils sync: some files now required and removed generateable
1349           files
1351 2006-05-18 23:05  tonvoon
1353         * .cvsignore, Makefile.am, configure.in,
1354           doc/developer-guidelines.sgml, lib/Makefile.am, lib/cloexec.c,
1355           lib/cloexec.h, lib/error.c, lib/error.h, lib/exit.h,
1356           lib/exitfail.c, lib/exitfail.h, lib/fsusage.c, lib/fsusage.h,
1357           lib/full-read.c, lib/full-read.h, lib/full-write.c,
1358           lib/full-write.h, lib/getloadavg.c, lib/getopt.c, lib/getopt.h,
1359           lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/gettext.h,
1360           lib/malloc.c, lib/mountlist.c, lib/mountlist.h, lib/realloc.c,
1361           lib/safe-read.c, lib/safe-read.h, lib/safe-write.c,
1362           lib/safe-write.h, lib/stdbool_.h, lib/strtod.c,
1363           lib/unlocked-io.h, lib/xalloc-die.c, lib/xalloc.h, lib/xmalloc.c,
1364           m4/.cvsignore, m4/Makefile.am, m4/afs.m4, m4/codeset.m4,
1365           m4/error.m4, m4/exitfail.m4, m4/extensions.m4, m4/fstypename.m4,
1366           m4/fsusage.m4, m4/getopt.m4, m4/gettext.m4, m4/glibc21.m4,
1367           m4/iconv.m4, m4/intdiv0.m4, m4/inttypes-pri.m4, m4/inttypes.m4,
1368           m4/inttypes_h.m4, m4/isc-posix.m4, m4/lcmessage.m4, m4/lib-ld.m4,
1369           m4/lib-link.m4, m4/lib-prefix.m4, m4/longdouble.m4,
1370           m4/longlong.m4, m4/ls-mntd-fs.m4, m4/malloc.m4, m4/mountlist.m4,
1371           m4/nls.m4, m4/np_coreutils.m4, m4/onceonly.m4,
1372           m4/onceonly_2_57.m4, m4/po.m4, m4/progtest.m4, m4/realloc.m4,
1373           m4/signed.m4, m4/stdbool.m4, m4/stdint_h.m4, m4/uintmax_t.m4,
1374           m4/ulonglong.m4, m4/unlocked-io.m4, m4/wchar_t.m4, m4/wint_t.m4,
1375           m4/xalloc.m4, plugins/.cvsignore, plugins/check_disk.c,
1376           plugins/common.h, plugins/tests/.cvsignore,
1377           plugins-root/.cvsignore, plugins-root/check_dhcp.c,
1378           po/.cvsignore, tools/setup: Synchronise with coreutils 2.95.
1379           Gettext now synced with coreutils, so no longer development
1380           platform requirement
1382 2006-05-17 11:10  tonvoon
1384         * configure.in: Fix for loading SSL libraries at runtime
1386 2006-05-17 09:56  tonvoon
1388         * configure.in, plugins-root/Makefile.am: Fix compile problems on
1389           Solaris for pst3 and ssl libs
1391 2006-05-15 14:20  tonvoon
1393         * CHANGES, contrib/check_disk_snmp.pl: check_disk_snmp.pl removed.
1394           Notice added to CHANGES
1396 2006-05-15 14:07  tonvoon
1398         * tools/sfsnapshot: Changed snapshot generator due to cvs changes
1399           on SF
1401 2006-05-03 15:12  tonvoon
1403         * doc/LEAVERS: Leavers process documented
1405 2006-05-02 09:30  tonvoon
1407         * plugins/check_disk.c: Inode thresholds not always being
1408           initialised (James Fidell - 1476457)
1410 2006-05-02 09:21  tonvoon
1412         * CHANGES: New check_ntp and check_apt plugins by Sean
1414 2006-05-01 22:52  seanius
1416         * configure.in, plugins/Makefile.am, plugins/check_ntp.c,
1417           plugins/common.h, plugins/runcmd.c, plugins-scripts/Makefile.am:
1418           - check_ntp:   - now roughly feature-complete.    - various
1419           bugfixes, esp. offset calculation.    - enhanced the asynchronous
1420           offset polling to set requests that      haven't recieved a
1421           response in >= 1 second to stale and retransmit them,      which
1422           results in much better performance on unreliable networks.    -
1423           we only spend timeout/2 seconds polling offsets, and if we don't
1424           get      everything by that point we work with what we have and
1425           set status to      warning/critical depending on how much data we
1426           have.    - set the same defaults as the perl script.  - commit
1427           changes to configure.in to support automatic building of
1428           check_apt   (if apt-get is installed and regex libraries
1429           available) and check_ntp   (unconditionally), now defaulting to
1430           check_ntp.c instead of the perl script.    if this is an issue we
1431           can back out the commit of course.  an eye    should be kept on
1432           check_ntp building and running correctly in different
1433           environments, esp. 64-bit and big-endian platforms, and those
1434           with more    "esoteric" API's (do any of the platforms not have
1435           poll()?).  - similar changes to Makefile.am's.  - common.h: add
1436           statement to include sys/poll.h - runcmd.c: exit STATE_UNKNOWN if
1437           execve() fails.
1439 2006-04-28 16:52  tonvoon
1441         * configure.in: Remove stupid error where pst3 was always compiled
1443 2006-04-28 09:45  tonvoon
1445         * configure.in, plugins-root/Makefile.am: Added pst3 into
1446           distribution (Jason Kau - 1476451)
1448 2006-04-27 14:25  tonvoon
1450         * configure.in, plugins/check_procs.c, plugins/utils.c,
1451           plugins/utils.h, plugins/tests/test_utils.c: Internal version of
1452           basename if one not found in system
1454 2006-04-19 10:33  tonvoon
1456         * plugins/t/check_nagios.t: Fix check_nagios tests on MacOSX 10.4
1458 2006-04-19 04:47  sghosh
1460         * ChangeLog: ChangeLog update - release pending
1462 2006-04-19 04:42  sghosh
1464         * configure.in, package.def: version update - release pending
1466 2006-04-17 22:08  opensides
1468         * po/fr.po:
1469           Final commit of fr.po
1471 2006-04-17 14:54  opensides
1473         * po/fr.po:
1474           another big chunk of fr.po
1476           Still 20 to go ;)
1478 2006-04-16 15:24  opensides
1480         * po/fr.po:
1481           big revision of po file for 1.4.3
1483 2006-04-15 11:46  opensides
1485         * po/fr.po:
1486           second part of fr.po updating
1488 2006-04-14 23:44  opensides
1490         * po/: de.po, fr.po, nagios-plugins.pot:
1491           updated pot file sarted updating fr.po for nagios 1.4.3
1493 2006-04-12 11:00  seanius
1495         * plugins/check_ntp.c: the offset_requests are now parallelized.
1496           still stuff needs to be done (conveniently marked with XXX), but
1497           on well behaving networks the plugin should behave more or less
1498           identical to check_ntp.pl now.
1500 2006-04-12 07:33  seanius
1502         * plugins/check_ntp.c: added a currently unused but "good for
1503           reference" version of offset_request which attempts to behave
1504           more like ntpdate, but this doesn't yet and the code isn't
1505           actually used yet.
1507 2006-04-12 00:24  seanius
1509         * plugins/check_ntp.c: another big code-commit to check_ntp.
1510           jitter calculations now work, and the program is becoming much
1511           closer on the packet-for-packet level to how check_ntp.pl
1512           behaves.  i'll send an email in the morning :)
1514 2006-04-06 11:08  tonvoon
1516         * THANKS.in, plugins/utils.c: Stop coredump on Solaris if arg not
1517           specified (Jason Kau - 1465288)
1519 2006-04-05 09:11  tonvoon
1521         * CHANGES: Notice added re: check_udp in next release
1523 2006-04-05 09:06  tonvoon
1525         * plugins/check_procs.c: Use pid_t for pids (1463853)
1527 2006-04-05 08:58  tonvoon
1529         * plugins/: check_http.c, t/check_http.t: Allow multiple -k
1530           parameters (Gerd Mueller - 1457726)
1532 2006-04-05 07:58  seanius
1534         * plugins/check_apt.c: finally??? cvs works again????  let me dig
1535           up my week-old cvs commit message.....
1537           i'm becoming very happy with check_apt now :) - now has support
1538           for an externally (configure.in) path to apt-get,   though i
1539           still have that in #ifdefs for the time being.  - support for
1540           defining what packages are "critical updates", via   the
1541           already-existing security regexp or overridable on the cmdline -
1542           allow overriding of apt-get cmdline options - introduce a "no
1543           upgrade" in case someone just wants to check that   they can
1544           download the package lists with -u but not check for upgrades.
1545           might need to change the name of this option to prevent
1546           confusion.  - improved -h documentation
1548 2006-03-29 17:33  tonvoon
1550         * THANKS.in, plugins/check_tcp.c, plugins/utils.c, plugins/utils.h,
1551           plugins/tests/test_utils.c: New function to for escaped strings
1552           from command line for send/quit.  Adapted from Sebastian
1553           Wiesinger's patch (1292404)
1555 2006-03-29 16:30  tonvoon
1557         * NPTest.pm: Will die if signal received from a testCmd
1559 2006-03-29 15:37  tonvoon
1561         * plugins/t/check_udp.t: Allow 1 second delay in check_udp timeout
1563 2006-03-29 09:18  tonvoon
1565         * plugins/t/check_http.t: Fix possible timeout issue on
1566           hostname_invalid
1568 2006-03-29 09:13  tonvoon
1570         * plugins/t/check_dns.t: Fix test if response time is one second
1572 2006-03-29 09:01  seanius
1574         * plugins/check_apt.c: now support for detecting critical/security
1575           updates, which sets the return code to STATE_CRITICAL instead of
1576           just STATE_WARNING as it was previously doing.
1578 2006-03-27 09:39  tonvoon
1580         * plugins/t/check_udp.t: Set timeout within nc, rather than the
1581           test script
1583 2006-03-27 09:19  tonvoon
1585         * plugins/check_disk.c: Fixed bug with malloc of wrong size
1587 2006-03-24 17:26  tonvoon
1589         * plugins/t/check_dns.t: Fixing defaults to work
1591 2006-03-24 16:49  tonvoon
1593         * CHANGES: Reintroduced --with-mysql configure option. Note about
1594           SSL cleanup
1596 2006-03-24 16:25  tonvoon
1598         * plugins/check_http.c: -C now implies -S/--ssl as well
1600 2006-03-24 16:13  tonvoon
1602         * plugins/t/: check_hpjd.t, check_http.t: Tests converted to new
1603           style
1605 2006-03-24 16:12  tonvoon
1607         * plugins/: check_tcp.c, t/check_udp.t: udp checks require and send
1608           and receive option. Tests updated so if nc is available, will
1609           check send and receive working correctly
1611 2006-03-23 22:58  seanius
1613         * plugins/check_apt.c: - addition of include/exclude option for
1614           package names in check_apt,   using POSIX regexp support.  -
1615           various commenting and tidying of code/logic/output.  - still
1616           haven't committed the Makefile.am/configure.in stuff.
1618 2006-03-23 17:16  tonvoon
1620         * NPTest.pm, plugins/check_disk.c, plugins/t/check_disk.t:
1621           check_disk now errors if a specified directory does not exist (cf
1622           df /foo)
1624 2006-03-23 16:06  tonvoon
1626         * plugins/t/check_disk.t: Some versions of Test::More do not like
1627           the m#foo# syntax
1629 2006-03-23 12:01  tonvoon
1631         * NPTest.pm, plugins/check_disk.c, plugins/t/check_disk.t:
1632           Incorrect output when checking non-existent disk (John Rouillard
1633           - 1326050)
1635 2006-03-23 00:01  seanius
1637         * plugins/check_apt.c: more work on check_apt.  more graceful error
1638           handling and information reporting, a couple new cmdline options.
1639           still not quite ready for prime-time, maybe tomorrow :)
1641 2006-03-22 17:32  tonvoon
1643         * REQUIREMENTS, configure.in: Reinstated --with-mysql option
1645 2006-03-22 16:45  tonvoon
1647         * plugins/: check_dns.c, t/check_dns.t: Added warning and critical
1648           response times (John Rouillard - 1343159)
1650 2006-03-22 15:45  tonvoon
1652         * plugins/t/check_pop.t: Convert to new style tests
1654 2006-03-22 15:45  tonvoon
1656         * THANKS.in, plugins/check_tcp.c: Options to change line ends for
1657           -s and -q (John Rouillard - 1346104)
1659 2006-03-22 14:32  tonvoon
1661         * plugins-scripts/check_log.sh: Remove PATH restriction
1663 2006-03-22 14:17  tonvoon
1665         * plugins/: check_dns.c, t/check_dns.t: New style tests. Cleanup of
1666           presentation of help. Added '' around -a checks
1668 2006-03-22 13:18  tonvoon
1670         * plugins/check_by_ssh.c: Typo (Thomas Guettler - 1433447)
1672 2006-03-22 12:59  tonvoon
1674         * plugins-scripts/: check_log.sh, utils.sh.in: Remove hardlink to
1675           /bin/sed. Leave to PATH (Abs - 1391483)
1677 2006-03-22 00:00  seanius
1679         * plugins/check_apt.c: initial version of a check_apt plugin... not
1680           editing configure/Makefile.am's until i'm happier with it (better
1681           output, better ways to define warning vs. critical thresholds...
1682           etc).
1684 2006-03-21 14:20  tonvoon
1686         * THANKS.in, configure.in: Stop check_dns from compiling if
1687           nslookup does not exist (Sakari Lehtonen - 1412721)
1689 2006-03-21 13:42  tonvoon
1691         * plugins/t/check_load.t: Updated to new Test::More method for
1692           testing
1694 2006-03-21 13:32  tonvoon
1696         * configure.in: Fix for mysql 3.x
1698 2006-03-21 13:31  tonvoon
1700         * plugins/check_tcp.c: Return CRITICAL if hostname invalid, as per
1701           guidelines
1703 2006-03-21 12:56  tonvoon
1705         * tools/setup: Patch to workaround SFnot having libtool installed
1707 2006-03-21 11:42  tonvoon
1709         * REQUIREMENTS, CHANGES, THANKS.in, configure.in,
1710           plugins/Makefile.am, plugins/tests/Makefile.am: mysql discovery
1711           based on mysql_config (Johan Fischer - 1359414)
1713 2006-03-20 22:06  seanius
1715         * plugins/check_ntp.c: - shuffling some code around to keep things
1716           tidy.  - now average the result of 4 queries just as ntpdate does
1717           - put things in place for jitter calculation
1719 2006-03-20 17:18  seanius
1721         * plugins/check_ntp.c: ipv6 support for c-version of check_ntp
1723 2006-03-18 19:00  seanius
1725         * plugins/check_ntp.c: initial version of the pure-c check_ntp
1726           implementation.  jitter not yet implemented, and a couple other
1727           misc things to do, so i haven't yet patched Makefile.am
1729 2006-03-18 14:47  seanius
1731         * plugins/check_http.c: return-logic related fix for cert checking,
1732           thanks to emmet hogan.
1734 2006-03-17 14:08  tonvoon
1736         * plugins/tests/test_utils.t: Better error message re: tap library
1738 2006-03-17 14:07  tonvoon
1740         * REQUIREMENTS, configure.in, plugins/Makefile.am,
1741           plugins/check_mysql.c, plugins/check_mysql_query.c,
1742           plugins/t/check_mysql.t: mysql detection cleanup: fixes runtime
1743           linking, autodetection of main locations, detection of lib64 and
1744           different layouts
1746 2006-03-17 10:20  tonvoon
1748         * doc/developer-guidelines.sgml: Added requirement for developer
1749           system to have gnu libtool
1751 2006-03-16 17:31  tonvoon
1753         * configure.in, plugins/tests/Makefile.am, tools/setup: Using
1754           libtool to get runpath for tap library
1756 2006-03-15 19:54  tonvoon
1758         * THANKS.in, plugins/check_mysql.c, plugins/t/check_mysql.t: Alert
1759           on amount of time a slave is behind (Steven Kreuzer)
1761 2006-03-13 17:59  seanius
1763         * plugins/check_swap.c: fix for (tracker id 1420741) "check_swap:
1764           incorrect totals for multiple partitions (BSD)" thanks to scott
1765           thompson
1767 2006-03-13 11:08  tonvoon
1769         * plugins/check_ping.c: Change warning message if there is stderr
1770           output. This catches a problem where time was shifting backwards
1771           on a linux VMware guest during the ping
1773 2006-03-07 10:33  tonvoon
1775         * plugins/t/check_http.t: Added tests for two external websites
1776           with certificates
1778 2006-03-07 10:23  tonvoon
1780         * plugins/t/check_http.t: Tests re-written in new object format
1782 2006-02-24 17:03  tonvoon
1784         * doc/developer-guidelines.sgml: Updated doc as tap library is now
1785           automatically discovered
1787 2006-02-24 16:41  tonvoon
1789         * configure.in, plugins/tests/Makefile.am: Use the installed tap
1790           library instead of requesting a compiled object
1792 2006-02-17 09:08  tonvoon
1794         * THANKS.in, plugins/popen.c: SIGALRM could be received before
1795           child_process is created (Jason Crawford)
1797 2006-02-17 06:24  seanius
1799         * plugins/check_procs.c: set LC_NUMERIC to POSIX in check_procs.c
1801 2006-02-01 13:23  tonvoon
1803         * plugins/t/check_mysql_query.t: If a mysql server has anonymous
1804           login, tests will always fail
1806 2006-02-01 11:53  tonvoon
1808         * plugins/tests/Makefile.am: Need to distribute perl test file
1810 2006-01-31 16:48  tonvoon
1812         * CHANGES: check_mysql_query included
1814 2006-01-31 16:47  tonvoon
1816         * REQUIREMENTS: Note on MacOSX difference in mysql package
1818 2006-01-31 16:45  tonvoon
1820         * configure.in, plugins/Makefile.am: Clean compile of
1821           check_mysql_query on MacOSX
1823 2006-01-31 15:40  tonvoon
1825         * NPTest.pm: Sort ordering of tests
1827 2006-01-31 14:52  tonvoon
1829         * configure.in, plugins/.cvsignore, plugins/Makefile.am,
1830           plugins/check_mysql_query.c, plugins/utils.h,
1831           plugins/t/check_mysql_query.t: Adding check_mysql_query, using
1832           new ranges and threshold checking
1834 2006-01-31 14:37  tonvoon
1836         * plugins/t/check_mysql.t: Extra explanation in tests
1838 2006-01-31 14:36  tonvoon
1840         * plugins/tests/test_utils.c: Fixed invalid free
1842 2006-01-31 10:06  tonvoon
1844         * doc/developer-guidelines.sgml: Updated instructions on using
1845           libtap as configure option changed
1847 2006-01-31 10:05  tonvoon
1849         * configure.in: Changed configure option to --with-libtap-srcdir
1850           because requires tap.h as well as tap.o
1852 2006-01-30 22:24  tonvoon
1854         * doc/developer-guidelines.sgml, plugins/utils.c, plugins/utils.h,
1855           plugins/tests/test_utils.c: Clearly defined thresholds & ranges
1856           in docs. Added get_status routine. Added set_thresholds routine.
1857           Tests enhanced to check new routines
1859 2006-01-30 16:10  tonvoon
1861         * configure.in, doc/developer-guidelines.sgml, plugins/Makefile.am,
1862           plugins/utils.c, plugins/utils.h, plugins/tests/.cvsignore,
1863           plugins/tests/Makefile.am, plugins/tests/README,
1864           plugins/tests/check_disk, plugins/tests/check_dns,
1865           plugins/tests/check_ftp, plugins/tests/check_hpjd,
1866           plugins/tests/check_http, plugins/tests/check_load,
1867           plugins/tests/check_ping, plugins/tests/check_procs,
1868           plugins/tests/check_swap, plugins/tests/check_users,
1869           plugins/tests/check_vsz, plugins/tests/test_utils.c,
1870           plugins/tests/test_utils.t: Added libtap tests for utils.c
1871           library functions. Removed redundant test files
1873 2006-01-21 21:46  tonvoon
1875         * tools/sfsnapshot: Have to use own id for cvs checkout. Change
1876           compile server because old one not working consistently
1878 2005-12-19 09:25  tonvoon
1880         * NPTest.pm: Break out of testing if a new parameter is required
1882 2005-12-16 18:41  harpermann
1884         * contrib/check_log2.pl: Added ability to output critical on error.
1885           Fixed open so it properly fails if the log file open throws an
1886           error, turned on -w in the perl call, fixed warnings
1888 2005-12-15 17:06  tonvoon
1890         * NPTest.pm, plugins/check_mysql.c, plugins/t/check_mysql.t:
1891           Display errors with slave queries correctly. Added extra tests
1892           for slaves
1894 2005-12-15 15:19  tonvoon
1896         * NPTest.pm, doc/developer-guidelines.sgml, plugins/t/check_disk.t:
1897           New 3 parameter version of getTestParameters. Updated
1898           check_disk.t to reflect.  Added notes re: testing in developer
1899           guidelines.
1901 2005-12-15 15:17  tonvoon
1903         * plugins-scripts/: check_file_age.pl, t/check_file_age.t: Allow
1904           directories and links to be tested by check_file_age. Sanitise
1905           output.  Added tests
1907 2005-12-07 19:32  harpermann
1909         * plugins/urlize.c: Nagiosplug bug 1266977.  Added code to insert
1910           the closing </A> after the plugin output but before the
1911           performance output.
1913 2005-12-07 15:10  tonvoon
1915         * THANKS.in, plugins/common.h: No floorf on Solaris 9 (Jon
1916           Vandegrift - 1374705)
1918 2005-12-02 22:28  tonvoon
1920         * THANKS.in, doc/developer-guidelines.sgml, plugins/check_nagios.c,
1921           plugins/t/check_nagios.nagios1.status.log,
1922           plugins/t/check_nagios.nagios2.status.dat,
1923           plugins/t/check_nagios.t: Support for Nagios 1 and Nagios 2
1924           status files (Gerhard Lausser - 1296242)
1926 2005-12-02 22:25  tonvoon
1928         * plugins/t/.cvsignore: Ignore temporary files created for tests
1930 2005-12-01 01:05  tonvoon
1932         * configure.in, config_test/Makefile, config_test/run_tests: Run
1933           longer test on redhat for spopen/pthread problem. Allow
1934           enable/disable of pthread fix via configure option
1936 2005-11-30 00:49  harpermann
1938         * plugins-scripts/check_ntp.pl: Nagiosplug bug # 1251096 check_ntp
1939           wasn't properly handing a bad exit status from the external
1940           programs it calls (ntpdate and ntpq), so jitter wasn't set.
1941           Added check of $? on close and proper error output if status from
1942           the sub program call completion is non-zero.  This includes "host
1943           not found".
1945 2005-11-29 23:21  harpermann
1947         * contrib/check_email_loop.pl: UNKNOWN exit status was returning
1948           status of "-1", changed to "3"
1950 2005-11-29 23:19  harpermann
1952         * contrib/check_email_loop.pl: Bug: 1355304 Added patch for ePN and
1953           perl warnings.  Fixed some text and a warning about type
1954           comparison.
1956 2005-11-18 12:56  tonvoon
1958         * tools/sfsnapshot: Create a permanent link to HEAD snapshot
1960 2005-11-18 11:56  tonvoon
1962         * doc/developer-guidelines.sgml: Updated with more detailed
1963           description of UNKNOWN states
1965 2005-11-16 17:26  tonvoon
1967         * plugins/check_disk.c: Fixed some compile errors with new
1968           translations. Also reintroduced formatting after discussion with
1969           Benoit
1971 2005-11-15 16:26  tonvoon
1973         * plugins/t/check_disk.t: Updated tests to minimise false
1974           positives. Breaking down so more obvious what the tests are doing
1976 2005-11-14 14:43  tonvoon
1978         * doc/developer-guidelines.sgml: Added section re: translations
1980 2005-11-14 01:18  opensides
1982         * plugins/check_http.c:
1983           localization cleaning ...  last commit before sleeping
1985 2005-11-14 00:51  opensides
1987         * plugins/: check_dig.c, check_disk.c, check_dns.c, check_dummy.c,
1988           check_fping.c, check_game.c:
1989           start of the cleaning of the localization
1991 2005-11-12 23:48  tonvoon
1993         * THANKS.in, plugins/t/check_disk.t: Updated check_disk tests to
1994           use Test::More (Serhan Kiymaz)
1996 2005-11-09 17:27  tonvoon
1998         * plugins/t/check_mysql.t: Using Test::More
2000 2005-11-09 16:40  tonvoon
2002         * NPTest.pm, plugins/t/check_imap.t, plugins/t/check_swap.t: Added
2003           new NPTest->testCmd which returns objects back for testing at the
2004           test script level. Updated check_swap and check_imap to this new
2005           format
2007 2005-11-09 16:37  tonvoon
2009         * plugins/check_swap.c: Problem where absolute thresholds not
2010           working on /proc/meminfo systems. Suffixed all variables with the
2011           unit of measurement
2013 2005-11-09 16:34  tonvoon
2015         * configure.in: Typo with predetermined values
2017 2005-11-09 14:10  tonvoon
2019         * doc/developer-guidelines.sgml: Added copyright/license info
2020           required in submissions
2022 2005-11-09 09:31  tonvoon
2024         * doc/: NEW_STARTERS, developer-guidelines.sgml: Updated dev
2025           guidelines to link to NagiosExchange. Removed project admin notes
2026           from guidelines into separate file
2028 2005-11-07 12:46  seanius
2030         * configure.in: incorporated patch from Elan RuusamƤe (ahmake) to
2031           override program autodetection (see Feature Requests-1341528).  i
2032           would not call this quite complete just yet (i'll explain more in
2033           the tracker), but should be functional and useful enough to
2034           commit now, in any case.
2036 2005-11-04 09:38  tonvoon
2038         * THANKS.in, plugins/check_tcp.c, plugins/t/check_imap.t: Fixed
2039           --mismatch option for check_tcp. Added tests into check_imap
2040           (Rick Fey - 1339134)
2042 2005-11-03 15:21  tonvoon
2044         * Makefile.am, tools/tinderbox_build: Adding new tinderbox build
2045           script
2047 2005-11-03 15:13  tonvoon
2049         * plugins/t/: check_disk.t, check_procs.t: Invalid mount point
2050           doesn't make sense because most df implementations would work out
2051           the actual mount point. And fixed typo in check_procs.t
2053 2005-11-03 15:04  tonvoon
2055         * NPTest.pm, plugins/t/check_http.t, plugins/t/check_time.t: Fixing
2056           some test failures
2058 2005-11-02 08:59  seanius
2060         * plugins/check_disk.c: #995761: patch from ben o'hara to include
2061           inode calculations in          check_disk.c.
2063           previous commit also had a patch for smtp auth support, but i
2064           accidentally sent a blank commit message.
2066 2005-11-02 08:47  seanius
2068         * plugins/check_smtp.c: check_smtp.c
2070 2005-10-31 20:03  seanius
2072         * configure.in, plugins/check_game.c, plugins/check_http.c,
2073           plugins/check_nagios.c, plugins/check_snmp.c,
2074           plugins/check_swap.c, plugins/check_tcp.c, plugins/common.h,
2075           plugins/netutils.c, plugins/netutils.h, plugins/sslutils.c: code
2076           cleanups, largely resulting from turning on -Wall.  mostly unused
2077           variables and explicit casting issues, but there were a couple
2078           gotchas in there too.
2080 2005-10-30 22:45  seanius
2082         * plugins/Makefile.am: turned on -Wall in plugins/Makefile.am via
2083           AM_CFLAGS.  shouldn't keep our heads in the sand for potential
2084           errors, after all :)
2086 2005-10-30 18:05  seanius
2088         * plugins/check_tcp.c: another fix from alex: check for '/' in the
2089           server_address before trying to resolve it via is_host().
2091 2005-10-30 10:25  seanius
2093         * plugins/check_tcp.c: fixes for some bugs found in my merging of
2094           the tcp socket patch
2096 2005-10-29 16:38  seanius
2098         * plugins-scripts/check_log.sh: check_log fixes from Ade Rixon
2100 2005-10-29 13:46  seanius
2102         * plugins/Makefile.am: patch from nsturm: Makefile.am should have
2103           been checking for check_ldap instead of check_ldaps.  the result
2104           was that check_ldaps was not being created during the build
2105           process.
2107 2005-10-25 11:38  seanius
2109         * COPYING, configure.in, plugins/Makefile.am, plugins/check_tcp.c,
2110           plugins/netutils.c, plugins/netutils.h, plugins/utils.h,
2111           po/de.po, po/fr.po: - added code to allow check_tcp (via
2112           np_net_connect) work with local   unix sockets.  some testing
2113           would be welcome.  based on idea from   Alex Samorukov.  - also
2114           introduced a check_clamd behavior in check_tcp.
2116 2005-10-24 12:10  seanius
2118         * plugins/: Makefile.am, check_by_ssh.c, check_dig.c, check_dns.c,
2119           check_game.c, check_nagios.c, netutils.c, runcmd.c, runcmd.h,
2120           utils.c, utils.h: initial merging of ae's np_runcmd code into
2121           selected plugins.
2123 2005-10-23 13:01  seanius
2125         * configure.in: whoops, missed this one, same as last commit
2127 2005-10-23 12:59  seanius
2129         * plugins/: Makefile.am, netutils.c, sslutils.c: -
2130           compartmentalized ssl code into seperate sslutils.c - ssl-related
2131           cleanups in configure.in, and now openssl/gnutls options
2132           automatically disable each other.
2134 2005-10-19 21:22  seanius
2136         * plugins/: check_http.c, check_smtp.c, check_tcp.c, netutils.c,
2137           netutils.h: all plugins now using centralized ssl functions in
2138           netutils.c
2140 2005-10-19 14:05  seanius
2142         * plugins/check_http.c: endif was a few lines off of where it
2143           should be
2145 2005-10-19 13:59  seanius
2147         * configure.in, plugins/Makefile.am, plugins/check_http.c,
2148           plugins/check_smtp.c, plugins/check_tcp.c, plugins/common.h,
2149           plugins/netutils.c, plugins/netutils.h, plugins-root/Makefile.am:
2150           - initial attempt at consolidating ssl-related code into
2151           netutils.{c,h} - added some #ifdefs to common.h and netutils.h to
2152           prevent multiple   inclusions (as netlibs now includes common.h)
2153           - all ssl plugins (tcp/http/smtp) compile cleanly against gnutls,
2154           though   certificate checking still needs to be done.  - modified
2155           configure script so you can also explicitly say "without-gnutls"
2156           too (otherwise if you disable openssl you have no way of
2157           disabling   gnutls too)
2159 2005-10-18 23:35  seanius
2161         * configure.in, plugins/check_tcp.c: initial "experimental" support
2162           for gnutls.  by default openssl is still used if available, and
2163           gnutls is only used if openssl is not available or explicitly
2164           disabled (--without-openssl).   currently the only plugin i've
2165           verified to work is check_tcp, but i had to disable cert
2166           checking.
2168 2005-10-18 10:26  tonvoon
2170         * README: Added license information to README with exemption for
2171           use of OpenSSL
2173 2005-10-13 12:51  tonvoon
2175         * configure.in: Run spopen tests for Redhat ES SMP (Hans Engelen)
2177 2005-10-13 11:22  seanius
2179         * po/de.po: debian bts #313960: - grammatical german fixes.  i'm
2180           taking the reporter's word for it :)
2182 2005-10-13 11:20  seanius
2184         * plugins-scripts/check_ntp.pl: debian bts #268044: - use a "less
2185           beastly" regex for parsing ntpq output.  probably need   some
2186           more widespread testing on this one.
2188 2005-10-13 11:18  seanius
2190         * plugins/check_disk.c: debian bts #296278: - it seems that when
2191           check_disk uses the "df" routines and is told to   check a
2192           non-mountpoint, it would check the filesystem on which the
2193           directory was mounted (i.e. /var/log -> /var if no /var/log
2194           mount).    the system-call routines now do this too.  might need
2195           a bit more    widespread testing, but looks good for me and i did
2196           it without    modifying any of the system-call-specific
2197           codeblocks.
2199 2005-10-13 11:16  seanius
2201         * plugins/check_game.c: debian bts #307905: - someone changed the
2202           cmdline syntax of check game without also   updating the
2203           usage/help function ;p
2205 2005-10-13 11:14  seanius
2207         * plugins-scripts/check_disk_smb.pl: debian bts #300701: -
2208           check_smb fix for freespace threshold parsing from the cmdline
2209           options.
2211 2005-10-13 11:11  seanius
2213         * plugins/check_smtp.c: multiple fixes in check_smtp from debian
2214           (bts #285554): - fix for double free via SSL_CTX_free.  looks
2215           like the previous author   knew this was a problem but didn't
2216           care enough to fix it ;p.  - use defines instead of const chars
2217           for SMTP strings.  - default to send our fqdn (via gethostbyname
2218           lookup on gethostname)   in the HELO string, as this is an
2219           RFC/SMTP requirement.  overridable   via cmdline.  - use EHLO
2220           instead of HELO if using STARTTLS, as it is not SMTP but   ESMTP.
2221           - verify the server supports STARTTLS before initializing it.  -
2222           always send QUIT before disconnecting when possible.
2224 2005-10-13 10:58  seanius
2226         * plugins/check_mrtg.c: was this plugin even working?  i don't
2227           think the if/else logic was doing what was intended.
2229 2005-10-13 10:55  seanius
2231         * plugins/check_mysql.c: check mysql now reads [client] defaults
2232           from my.cnf (debian bug #278817)
2234 2005-10-06 13:16  seanius
2236         * plugins/check_ups.c: fix for misreporting temperature in perfdata
2237           output for check_ups (debian bts id: #316534)
2239 2005-10-06 13:12  seanius
2241         * configure.in, plugins-root/Makefile.am: whoops.  now using
2242           automake conditionals to prevent attempted compiles of pst3 on
2243           non solaris systems.
2245 2005-09-25 17:34  seanius
2247         * plugins-root/Makefile.am: added rules to Makefile.am for pst3
2249 2005-09-24 21:01  seanius
2251         * configure.in: a final change to hardcode the path for where
2252           plugins are installed.  it's a very, very ugly hack... if anyone
2253           can think of a better way to do it, i'm all ears.
2255 2005-09-22 13:10  seanius
2257         * configure.in: use test instead of '[ ... ]' in configure.in.  the
2258           check_procs/pst3 situation is still not quite fixed.
2260 2005-09-22 10:43  seanius
2262         * THANKS.in, configure.in, plugins-root/pst3.c: first version of
2263           bob ingraham's pst3 to allow checking for longer cmdline names
2264           than otherwise possible, by querying solaris kmem directly (ps
2265           forcibly truncates).  added requisite configure.in voodoo and
2266           updated THANKS.in.
2268 2005-09-22 09:10  tonvoon
2270         * po/POTFILES.in: Mark moving of check_dhcp and check_icmp for
2271           translation
2273 2005-09-21 14:07  tonvoon
2275         * AUTHORS, THANKS.in: Updated with contributors and new team member
2277 2005-09-21 14:04  tonvoon
2279         * plugins/check_nwstat.c: Reopen connections for each query
2280           (1296296 - David Sullivan)
2282 2005-09-21 11:09  tonvoon
2284         * plugins/: check_dhcp.c, check_icmp.c: Moved into plugins-root/
2286 2005-09-21 11:06  tonvoon
2288         * ACKNOWLEDGEMENTS, CHANGES, Makefile.am, README, configure.in,
2289           plugins/Makefile.am, plugins-root/.cvsignore,
2290           plugins-root/Makefile.am, plugins-root/check_dhcp.c,
2291           plugins-root/check_icmp.c: Separation of root setuid plugins into
2292           plugins-root/
2294 2005-09-20 17:11  tonvoon
2296         * configure.in: Incorrect assignment of procppid in configure.in
2297           (1296497 - Pascal Larisch)
2299 2005-09-20 12:34  tonvoon
2301         * configure.in, plugins/t/check_procs.t: Support for Tru64 for
2302           check_procs + additional test cases
2304 2005-09-19 15:18  tonvoon
2306         * doc/RELEASING: Note to update version number before creating
2307           ChangeLog
2309 2005-09-19 14:51  tonvoon
2311         * configure.in, package.def: For 1.4.2 release
2313 2005-09-19 14:48  tonvoon
2315         * ChangeLog: Updated for 1.4.2 release
2317 2005-09-19 14:46  tonvoon
2319         * doc/RELEASING: Reminders for news item and tag format
2321 2005-09-19 14:42  tonvoon
2323         * BUGS: Updated BUGS for 1.4.2 release
2325 2005-09-19 11:58  tonvoon
2327         * THANKS.in: More contributors
2329 2005-09-15 09:39  tonvoon
2331         * plugins/t/check_ping.t: Added test to make sure hostname has to
2332           be specified
2334 2005-09-15 09:27  tonvoon
2336         * plugins/: check_procs.c, check_swap.c: - Cleanup minor compile
2337           errors on Irix
2339 2005-09-14 15:40  tonvoon
2341         * plugins/check_ping.c: Using common message
2343 2005-09-14 15:36  tonvoon
2345         * plugins/check_ping.c: Required hostname not flagging as an error
2347 2005-09-14 13:40  tonvoon
2349         * plugins/Makefile.am: Some makes do not like blank lines after
2350           "\". Fixed check_ldaps to only generate if check_ldap was created
2351           (Chester Hosey)
2353 2005-09-14 10:53  tonvoon
2355         * plugins/check_load.c: Fix to parsing of uptime (Ronald Tin -
2356           1254656)
2358 2005-09-14 10:49  tonvoon
2360         * configure.in: - Removing typos
2362 2005-09-13 16:48  tonvoon
2364         * plugins/check_ping.c: More diagnostic messages from check_ping
2366 2005-09-12 12:20  seanius
2368         * plugins/check_ping.c: re-add a call to setlocale(LC_ALL, "") in
2369           check_ping.c
2371 2005-09-12 11:37  tonvoon
2373         * THANKS.in: For help in fixing Red Hat problem with ECHILD and
2374           waitpid
2376 2005-09-12 11:31  tonvoon
2378         * plugins/popen.c, Makefile.am, configure.in, config_test/Makefile,
2379           config_test/child_test.c, config_test/run_tests: ECHILD error at
2380           waitpid on Red Hat systems (Peter Pramberger and Sascha Runschke
2381           - 1250191)
2383 2005-08-30 23:11  tonvoon
2385         * plugins-scripts/subst.in: Better comments for what the
2386           substitutions are doing
2388 2005-08-01 22:30  tonvoon
2390         * doc/BRANCHING: Move notes on branching away from RELEASING
2392 2005-08-01 22:28  tonvoon
2394         * package.def: For 1.4.1 release
2396 2005-08-01 22:23  tonvoon
2398         * ChangeLog, configure.in, BUGS, REQUIREMENTS: For 1.4.1 release
2400 2005-07-25 15:17  illumino
2402         * NPTest.pm: Change the environment variable NPTESTCACHE to
2403           NPTEST_CACHE for consistancy
2405 2005-07-25 02:47  illumino
2407         * Helper.pm, Makefile.am, NPTest.pm, configure.in, test.pl.in,
2408           plugins/t/check_disk.t, plugins/t/check_dns.t,
2409           plugins/t/check_fping.t, plugins/t/check_ftp.t,
2410           plugins/t/check_hpjd.t, plugins/t/check_http.t,
2411           plugins/t/check_imap.t, plugins/t/check_load.t,
2412           plugins/t/check_mysql.t, plugins/t/check_ping.t,
2413           plugins/t/check_pop.t, plugins/t/check_procs.t,
2414           plugins/t/check_smtp.t, plugins/t/check_snmp.t,
2415           plugins/t/check_swap.t, plugins/t/check_tcp.t,
2416           plugins/t/check_time.t, plugins/t/check_udp.t,
2417           plugins/t/check_users.t, plugins/t/check_vsz.t,
2418           plugins-scripts/t/check_rpc.t: [1185704] New Testing
2419           Infrastructure.  Complete rewrite of the original testing
2420           infrastructure and all test cases (to use the new infrastructure)
2421           See NPTest.pm and issue 1185704 for more details.
2423 2005-07-20 23:39  tonvoon
2425         * THANKS.in: More contributors
2427 2005-07-20 23:38  tonvoon
2429         * plugins/check_ping.c: Fix parsing for netkit-ping and
2430           iputils-ping (Christian G Warden)
2432 2005-07-11 23:15  tonvoon
2434         * plugins/check_nwstat.c: Miscelleneous bug fixes (Gerd Mueller -
2435           1235879)
2437 2005-07-09 05:44  tonvoon
2439         * BRANCHES: Changed format (already!) for awk simplicity
2441 2005-07-09 05:03  tonvoon
2443         * BRANCHES: Master file to describe the current branches in CVS.
2444           Will be used by sfsnapshot to create the snapshot tarballs
2446 2005-07-06 23:21  tonvoon
2448         * configure.in: Removed ",", causing problems with MacOSX compile
2450 2005-07-06 23:10  tonvoon
2452         * plugins/check_swap.c: Updated help file to remove swap -s
2453           reference (Sivakumar Nellurandi)
2455 2005-07-06 22:00  tonvoon
2457         * AUTHORS, THANKS.in: Sean Finney moved to main list of plugin
2458           developers
2460 2005-07-04 10:52  opensides
2462         * contrib/tarballs/check_traffic-0.90b.tar.gz:
2463           replace the version of check_traffic who was missing the plugin
2464           by a good one
2466 2005-06-29 05:11  seanius
2468         * plugins/: runcmd.c, runcmd.h: initial versions of the runcmd
2469           framework by andreas
2471 2005-06-29 02:04  seanius
2473         * plugins/check_swap.c: divide by 0 fix for check_swap
2475 2005-06-28 03:26  seanius
2477         * plugins/check_load.c: set LC_NUMERIC to POSIX in check_load
2478           (1164325)
2480 2005-06-28 01:26  seanius
2482         * configure.in, plugins/Makefile.am, plugins/check_swap.c: scanf
2483           parsing fix for check_swap from tracker id 1123292.  now use
2484           floor(3) to round down floating point numbers.  requires -lm on
2485           many systems, so support for testing for this was added to the
2486           configure.in and automake template
2488 2005-06-27 14:07  seanius
2490         * plugins/check_hpjd.c: fixes from richard brodie (tracker id
2491           1216576)
2493 2005-06-26 17:27  seanius
2495         * contrib/: check_dl_size.pl, check_ftpget.pl, check_logins.c,
2496           check_mysql.c, check_mysql.pl, check_mysqlslave.pl,
2497           check_nwstat.pl, check_pop3.pl, check_procl.sh, check_procr.sh:
2498           spring cleaning of contrib directory from andreas
2500 2005-06-26 17:18  seanius
2502         * contrib/tarballs/: berger-ping.tar.gz, check_memory.tgz,
2503           check_spread.tar, radius.tar.gz: removal of obsolete tarballs
2505 2005-06-26 02:23  seanius
2507         * plugins/check_swap.c: "asprintf madness" fix from andreas' patch
2508           to np-d, minus the comments.
2510 2005-06-05 18:43  seanius
2512         * plugins/check_tcp.c: check_tcp code cleanup from andreas plus fix
2513           to andreas' patch from sean
2515 2005-06-03 14:53  seanius
2517         * plugins/check_procs.c: gcc 2.x fixes from edward
2519 2005-06-01 20:41  sghosh
2521         * plugins/check_snmp.c: only load mibs if needed or specified -
2522           patch 1212395
2524 2005-05-28 02:21  seanius
2526         * plugins/check_load.c: bugfixes to check_load thanks to andreas
2528 2005-05-26 03:13  seanius
2530         * plugins/check_mysql.c: fix for check_msyql so that it doesn't use
2531           column numbers but the names instead for determining slave
2532           status.  thanks to james kingston.
2534 2005-05-25 18:42  sghosh
2536         * plugins/check_time.c:  64bit sys support - 1185713
2538 2005-05-25 16:40  sghosh
2540         * plugins/check_snmp.c: support for getnext - 1106430
2542 2005-05-25 15:25  sghosh
2544         * plugins/check_ping.c: RH9 pattern
2546 2005-05-25 15:05  sghosh
2548         * plugins-scripts/check_ntp.pl: perfdata patch - 1172539
2550 2005-05-25 04:37  sghosh
2552         * plugins-scripts/check_ntp.pl: new option for zero offset -
2553           1159317
2555 2005-05-25 04:23  sghosh
2557         * plugins/check_snmp.c: v2c support - 1155754
2559 2005-05-25 01:43  seanius
2561         * configure.in, plugins/check_nagios.c, plugins/check_procs.c:
2562           fixes for check_procs: - added support for printing the pid in
2563           all the ps outputs - don't use the proc name to ignore self, use
2564           the pid vs getpid().  - initialize procetime to null string
2565           otherwise -vvv can have funny results
2567 2005-05-25 01:30  seanius
2569         * plugins/: check_tcp.c, netutils.c, netutils.h: bah, my_connect is
2570           taken by mysql.  now calling it np_net_connect.
2572 2005-05-24 23:33  sghosh
2574         * plugins-scripts/check_ntp.pl: patched bug id 1200030 - regex
2575           update
2577 2005-05-24 23:10  sghosh
2579         * plugins-scripts/check_ntp.pl: patched bug id 1204636
2581 2005-05-24 21:25  seanius
2583         * plugins/: check_tcp.c, netutils.c, netutils.h: optimizations and
2584           cleanup from andreas
2586 2005-05-23 06:09  seanius
2588         * nagios-plugins.spec.in: build fix
2590 2005-05-03 03:00  seanius
2592         * plugins/check_ping.c: setlocale(LC_ALL, "") should be
2593           setlocale(LC_NUMERIC, "C") to properly parse the output of ping.
2595 2005-05-03 02:52  seanius
2597         * plugins/check_tcp.c: if check_tcp was called with -e but not -s,
2598           it would hang in a call to my_recv.  the fix committed here adds
2599           on more piece of logic to the check to see if more data needs to
2600           be read, avoiding the deadlock call.  a better fix would be to
2601           not use these "voodoo" heuristics and instead use poll() or
2602           select(), but that's quite a bit more complicated.
2604 2005-05-01 21:12  seanius
2606         * plugins/: popen.c, popen.h: better error checking in spopen
2607           signal handler (see 1107524)
2609 2005-05-01 20:50  seanius
2611         * configure.in: provide a --with-perl option
2613 2005-04-29 01:27  stanleyhopcroft
2615         * contrib/check_sybase: check_sybase 0.7 from Simon Bellman. Thx
2617 2005-04-19 01:16  seanius
2619         * plugins-scripts/check_ntp.pl: regexp fix for check_ntp
2621 2005-04-19 01:09  seanius
2623         * configure.in: check for the -w flag for ping6 as well as ping
2625 2005-04-17 23:22  seanius
2627         * plugins-scripts/check_disk_smb.pl: also change the --help output
2628           to reflect that check_disk_smb defaults to empty passwords
2630 2005-04-16 07:09  seanius
2632         * plugins-scripts/check_disk_smb.pl: patch to check_disk_smb to
2633           allow empty passwords
2635 2005-04-14 05:13  seanius
2637         * plugins-scripts/check_mailq.pl: check_mailq fix, don't be case
2638           sensitive matching /^\s+Total\sRequests:\s(\d+)$/
2640 2005-04-14 05:07  seanius
2642         * plugins-scripts/check_ntp.pl: typographical fix in check_ntp
2644 2005-04-11 19:02  seanius
2646         * plugins/check_ssh.c: properly call close() on the ssh connection
2647           before exiting.
2649 2005-04-11 04:07  seanius
2651         * configure.in, plugins/check_tcp.c: this should add support for
2652           check_ssmtp, based on the 1.3.x patch in 1155562, but fixed to
2653           follow how things are done in 1.4 (using strdup instead of
2654           asprintf) and patching configure.in instead of configure.
2656 2005-04-07 05:33  seanius
2658         * plugins/check_smtp.c: in honor of joining up, my first bugfix.
2659           this should resolve 1174070.
2661           note i don't have an exchange server to test this against, but it
2662           does what the requester mentioned (slightly cleaner than the
2663           patch attached in the tracker).
2665           it does, however, still work against my own postfix server :)
2667                   sean
2669 2005-04-05 22:26  harpermann
2671         * plugins/check_snmp.c: This is a first cut at adding performance
2672           data to check_snmp.  I wasn't sure how to handle UOM so only
2673           values that return SNMP type Counter32: are labled with "c".  All
2674           other values have a blank UOM.  I also left off warn, crit, max
2675           and min values in the performance data until we come up with a
2676           way to handle them.
2678 2005-04-04 19:25  tonvoon
2680         * THANKS.in: More contributors
2682 2005-04-04 19:23  tonvoon
2684         * plugins/: check_smtp.c: Fix static buffer (Nikolay Sturm)
2686 2005-03-18 03:14  mattkent
2688         * plugins/check_mysql.c: Replication check support for 4.1.x from
2689           Gerrit Beine
2691 2005-03-08 06:19  tonvoon
2693         * plugins-scripts/check_ntp.pl: Added OS info for offset issue
2695 2005-03-04 22:20  tonvoon
2697         * plugins-scripts/check_ntp.pl: Ignore extra check on offset
2698           0.00000 (John Warburton - 1150777)
2700 2005-03-04 22:10  tonvoon
2702         * plugins/: check_disk.c, check_smtp.c, check_ups.c: Fixed //
2703           comments
2705 2005-03-04 21:58  tonvoon
2707         * plugins/: check_disk.c, check_smtp.c, check_ups.c: Fixed //
2708           comments (Steve Greenland - 1143836)
2710 2005-03-04 21:50  tonvoon
2712         * plugins-scripts/check_ntp.pl: Support for IPv6 (Merijn Evertse -
2713           1119917)
2715 2005-03-04 21:04  tonvoon
2717         * configure.in, package.def: Changed to next version number
2719 2005-03-04 21:03  tonvoon
2721         * doc/RELEASING: Notes on branching
2723 2005-03-04 20:43  tonvoon
2725         * CHANGES: Missed check_disk addition to 1.4
2727 2005-02-11 11:49  stanleyhopcroft
2729         * plugins/Makefile.am: Fix for check_icmp build on Solaris from
2730           Andreas Ericsson <ae@op5.se>
2732 2005-02-04 00:44  tonvoon
2734         * configure.in: For 1.4 release
2736 2005-02-04 00:43  tonvoon
2738         * ChangeLog: Updated for 1.4 release
2740 2005-02-04 00:29  tonvoon
2742         * BUGS: New file to note known bugs for major releases
2744 2005-02-04 00:28  tonvoon
2746         * CHANGES: Reordering of items with most important announcements
2747           first
2749 2005-02-04 00:27  stanleyhopcroft
2751         * contrib/check_oracle_tbs: New version (1.1) from John Koyle
2753 2005-02-04 00:26  tonvoon
2755         * Makefile.am: BUGS file addition to release
2757 2005-02-04 00:26  tonvoon
2759         * README: Cleanup and addition of reference to BUGS file
2761 2005-02-04 00:25  tonvoon
2763         * doc/RELEASING: Updated with corrections. Added note to update
2764           BUGS file
2766 2005-02-03 23:52  tonvoon
2768         * THANKS.in: Patch against check_log
2770 2005-02-03 23:51  tonvoon
2772         * plugins-scripts/check_log.sh: Check for log file readability
2774 2005-02-02 09:47  stanleyhopcroft
2776         * contrib/check_email_loop.pl: Add debug option from John Rouillard
2778 2005-02-02 06:42  stanleyhopcroft
2780         * plugins/check_ide_smart.c: try again to stop looping
2782 2005-02-02 05:44  stanleyhopcroft
2784         * plugins/check_ide_smart.c: restructure main() to stop looping on
2785           -n
2787 2005-02-01 12:43  stanleyhopcroft
2789         * contrib/check_traceroute-pure_perl.pl: Thank you to Myke Place
2790           for check_traceroute-pure_perl.pl
2792 2005-02-01 12:42  stanleyhopcroft
2794         * THANKS.in: Thank you for contributed plugins
2796 2005-02-01 12:30  stanleyhopcroft
2798         * plugins/Makefile.am: check_icmp added to libexec_PROGRAMS
2800 2005-02-01 12:25  stanleyhopcroft
2802         * CHANGES: check_icmp no longer regarded as volatile; built by
2803           default
2805 2005-02-01 12:23  stanleyhopcroft
2807         * plugins/linux.h: plugins/linux.h, vestigeal header required for
2808           prior versions of check_icmp, no longer required.
2810 2005-02-01 07:35  stanleyhopcroft
2812         * CHANGES: Amendments for check_icmp
2814 2005-02-01 07:34  stanleyhopcroft
2816         * plugins/Makefile.am: hacks to partly support check_icmp.c (1.0).
2818 2005-02-01 07:33  stanleyhopcroft
2820         * plugins/check_icmp.c: Revised check_icmp (1.0) from A Ericsson.
2822 2005-02-01 04:19  stanleyhopcroft
2824         * contrib/: check_asterisk.pl,
2825           check_http-with-client-certificate.c, check_email_loop.pl,
2826           tarballs/check_traffic-0.91b.tar.gz: New or revised plugin in
2827           /contrib
2829 2005-01-28 22:42  stanleyhopcroft
2831         * contrib/check_sybase: New version of Simon Bellwoods check_sybase
2832           (0.4). Thank you.
2834 2005-01-27 10:34  stanleyhopcroft
2836         * contrib/check_traceroute.pl: Jon Meek's check_traceroute for Mon
2837           hacked by YT for Nagios. Prob pretty weak
2839 2005-01-27 10:32  stanleyhopcroft
2841         * contrib/check_smart.pl: Candidate successor to
2842           /plugins/check_ide_smart.c. Now in /contrib. NB there is another
2843           new plugin with sim function
2845 2005-01-27 04:52  stanleyhopcroft
2847         * contrib/: check_fan_cpq_present, check_fan_fsc_present,
2848           check_temp_cpq, check_temp_fsc, check_mysqlslave.pl: New /contrib
2849           plugin
2851 2005-01-27 04:43  stanleyhopcroft
2853         * contrib/: check_pfstate, check_logins.c, check_arping.pl,
2854           check_frontpage, check_oracle_tbs, check_pcpmetric.py,
2855           check_cpqarray.c: New /contrib plugin
2857 2005-01-27 02:27  stanleyhopcroft
2859         * CHANGES, THANKS.in, contrib/README.TXT, po/de.po, po/fr.po:
2861           1 New /contrib plugins 2 Revised check_dhcp.c status in CHANGES
2863 2005-01-27 01:38  harpermann
2865         * plugins/Makefile.am: Added check_dhcp bask into libexec_PROGRAMS
2866           after talking with Stanley.
2868 2005-01-26 21:39  tonvoon
2870         * THANKS.in: More contributors
2872 2005-01-26 21:21  tonvoon
2874         * plugins/check_dig.c: Convert tabs to spaces from dig's answer
2875           section (Randy O'Meara - 1107651)
2877 2005-01-26 20:53  tonvoon
2879         * REQUIREMENTS: Add recommendation for check_procs on Mandrake
2880           systems (Paulo Fessel - 1106849)
2882 2005-01-25 22:15  stanleyhopcroft
2884         * plugins/check_ide_smart.c: Display usage if no argv (Reuben
2885           Farrelly)
2887 2005-01-25 18:11  harpermann
2889         * plugins/check_dhcp.c: Tracker:1109261  This was an alignment
2890           problem on Solaris.  Linux kernel fixes alignment so this was not
2891           seen there.  Memcpy takes care of proper alignment.  Tested on
2892           RHEL V3 U3, RHEL V4, FreeBSD 4.10 (Thanks Stanley!) and Solaris 9
2893           with the GNU env.
2895 2005-01-25 12:43  stanleyhopcroft
2897         * plugins/check_ide_smart.c: Trivial text changes (print_help,
2898           commentary & -n option)
2900 2005-01-25 09:20  stanleyhopcroft
2902         * contrib/tarballs/check_icmp-0.8.tar.gz: moved to /plugins (core
2903           plugin)
2905 2005-01-25 09:19  stanleyhopcroft
2907         * contrib/tarballs/check_cit.tgz: replaced by contrib/check_ica*
2908           (esp check_ica_metaframe_pub_apps)
2910 2005-01-25 09:16  stanleyhopcroft
2912         * contrib/check_dhcp.c: moved to /plugins (core plugin)
2914 2005-01-25 09:15  stanleyhopcroft
2916         * contrib/check_citrix: Replaced by the check_ica* pair of plugins
2917           (mainly check_ica_metaframe_pub_apps)
2919 2005-01-25 09:12  stanleyhopcroft
2921         * contrib/packet_utils.pm: packet creation and dumping hacks used
2922           by check_ica* and check_lotus
2924 2005-01-25 09:09  stanleyhopcroft
2926         * contrib/check_ica_master_browser.pl: New plugin - checks that ICA
2927           master browser is what it should be (important for firewalled
2928           dialup)
2930 2005-01-25 09:07  stanleyhopcroft
2932         * contrib/check_ica_metaframe_pub_apps.pl: Replacement (structured
2933           name mainly) for check_citrix: check of ICA browse service
2935 2005-01-25 09:05  stanleyhopcroft
2937         * contrib/check_ica_program_neigbourhood.pl: New plugin to check
2938           Citrix Metaframe XP "Program Neighbourhood"
2940 2005-01-25 09:04  stanleyhopcroft
2942         * contrib/check_lotus.pl: New plugin to check responsiveness of
2943           Louts Notes (v5 at least) servers
2945 2005-01-24 23:17  stanleyhopcroft
2947         * plugins/Makefile.am: Removed check_dhcp and check_icmp from
2948           libexec_PROGRAMS (ie dont build by defaut)
2950 2005-01-24 23:15  stanleyhopcroft
2952         * CHANGES: Notes about check_dhcp and check_icmp (no longer built
2953           by default, use at own peril, volatile)
2955 2005-01-21 09:24  stanleyhopcroft
2957         * configure.in: Set arch specifc preprocessor symbols in config.h.
2958           TEMPORARY hack for check_dhcp.c [on FreeBSD 4: /check_dhcp -i
2959           fxp0 -> DHCP ok: Received 1 DHCPOFFER(s), max lease time = 259200
2960           sec.
2962 2005-01-21 01:03  harpermann
2964         * plugins/check_snmp.c: Tracker 1106378 fixed - The -t (timeout)
2965           arg was not handled correctly when passed to the snmpget command.
2966           Added -e --retries for the correct retries value to snmpcmd.
2968 2005-01-21 00:01  tonvoon
2970         * doc/developer-guidelines.sgml: Changing copyright to the Nagios
2971           Plugins Development Team, rather than individual names. Also,
2972           clarified use of ACKNOWLEDGEMENTS, THANKS.in and AUTHORS
2974 2005-01-20 23:40  harpermann
2976         * plugins/check_http.c: Changed long argument --minmax to
2977           --pagesize and updated help and usage
2979 2005-01-20 23:39  tonvoon
2981         * AUTHORS, Makefile.am, THANKS.in: The AUTHORS file now used for
2982           the plugin team, with THANKS.in as the contributors list.
2984 2005-01-20 23:37  harpermann
2986         * CHANGES: Added comment about check_http --pagesize and added max
2987           value to page size check
2989 2005-01-20 23:25  tonvoon
2991         * AUTHORS: Added Sean for bug reports
2993 2005-01-20 22:50  harpermann
2995         * plugins/check_http.c: Tracker 1099682 fix.  Now getting the page
2996           size from Content-Length in the header.  Added max value to the
2997           -m switch so can do "-m min:max".  Retained "-m min" convention.
2998           Renamed long arg name to --minmax
3000 2005-01-19 23:39  harpermann
3002         * plugins/check_nt.c: In the CHECK_COUNTER block, there were
3003           several strcats writing to unallocated memory.  Changed to
3004           asprintf. We're not freeing since plugin run is short.
3006 2005-01-19 21:14  tonvoon
3008         * plugins/check_swap.c: Fixed parsing of AIX lsps command (1093522)
3010 2005-01-14 14:39  tonvoon
3012         * AUTHORS: More contributors
3014 2005-01-14 14:13  tonvoon
3016         * plugins/check_disk.c: Fix logic error with -e switch where result
3017           not set (Daniel Austin - 1102012)
3019 2005-01-14 10:59  tonvoon
3021         * configure.in: Fixed ssl configure problems on Solaris (Bug
3022           1096091)
3024 2005-01-13 18:24  tonvoon
3026         * configure.in, plugins/check_swap.c: Use floats for holding memory
3027           values to avoid different types on different OSes. Seems to have
3028           a problem with the perf data for check_swap on Sol 2.6, but not
3029           critical
3031 2005-01-05 21:32  tonvoon
3033         * configure.in, package.def: Update version number to next release
3035 2005-01-04 00:16  opensides
3037         * plugins/check_ide_smart.c:
3038           still trying to fix #1094326
3040 2005-01-03 01:37  opensides
3042         * plugins/check_ide_smart.c:
3043           more fixes for #1094326
3045 2005-01-03 00:59  opensides
3047         * plugins-scripts/check_mailq.pl:
3048           fixes for #1094324
3050 2005-01-02 14:00  opensides
3052         * plugins/check_ide_smart.c:
3053           fixing bug #1094326
3055           still need to check the makefile for check_ide_smart.c
3057 2005-01-01 16:15  tonvoon
3059         * plugins/check_smtp.c: Removed old terminate function (Bug
3060           1093491)
3062 2004-12-30 17:17  tonvoon
3064         * ChangeLog: Updated with r1_4-beta1 details
3066 2004-12-30 14:23  tonvoon
3068         * CHANGES: Note some syntax changes to check_disk
3070 2004-12-30 14:22  tonvoon
3072         * doc/RELEASING: Update package files for version
3074 2004-12-30 14:21  tonvoon
3076         * AUTHORS: For help with ps on FreeBSD 4
3078 2004-12-30 14:19  tonvoon
3080         * configure.in: Get ps command for FreeBSD 4 (Tomasz Pilat)
3082 2004-12-30 00:41  opensides
3084         * plugins/check_dhcp.c, plugins/check_dns.c, plugins/check_ping.c,
3085           plugins/check_procs.c, plugins/check_smtp.c,
3086           plugins/check_snmp.c, plugins/check_swap.c, plugins/check_tcp.c,
3087           po/de.po, po/fr.po, po/nagios-plugins.pot:
3088           more internationalization fixes internationalization freeze for
3089           beta1
3091 2004-12-28 23:40  opensides
3093         * AUTHORS, po/fr.po:
3094           more internationalization
3096 2004-12-28 23:18  opensides
3098         * plugins/Makefile.am, plugins/check_smtp.c, po/fr.po:
3099           starttls support for check_smtp #1041576
3101 2004-12-28 22:34  opensides
3103         * AUTHORS, plugins/check_ping.c:
3104           String match in check_ping for Solaris 10 #1091043
3106 2004-12-28 20:40  tonvoon
3108         * configure.in: sys/param.h needed for sys/swap.h on openbsd 3.6
3109           (Julien Touche)
3111 2004-12-27 22:44  opensides
3113         * po/fr.po:
3114           more internationalization
3116 2004-12-25 23:17  opensides
3118         * plugins/check_dig.c, plugins/check_disk.c, plugins/check_dns.c,
3119           plugins/check_dummy.c, plugins/check_fping.c,
3120           plugins/check_game.c, plugins/check_hpjd.c, plugins/check_icmp.c,
3121           plugins/check_ide_smart.c, plugins/check_ldap.c,
3122           plugins/check_load.c, plugins/check_mrtg.c,
3123           plugins/check_mrtgtraf.c, plugins/check_mysql.c,
3124           plugins/check_nagios.c, plugins/check_nt.c,
3125           plugins/check_nwstat.c, plugins/check_overcr.c,
3126           plugins/check_pgsql.c, plugins/check_ping.c,
3127           plugins/check_procs.c, plugins/check_radius.c,
3128           plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c,
3129           plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c,
3130           plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c,
3131           plugins/check_users.c, plugins/negate.c, plugins/netutils.c,
3132           plugins/popen.c, plugins/popen.h, plugins/urlize.c,
3133           plugins/utils.c, po/de.po, po/fr.po, po/nagios-plugins.pot:
3134           various fixes for localization
3136 2004-12-25 16:18  opensides
3138         * po/: de.po, fr.po, nagios-plugins.pot:
3139           new version of po files and pot file
3141 2004-12-25 12:25  opensides
3143         * package.def, po/POTFILES.in:
3144           change realase name on package.def adding check_dhcp.c to
3145           potfiles.in
3147 2004-12-25 12:09  opensides
3149         * plugins/: check_by_ssh.c, check_dhcp.c:
3150           internationalization of check_dhcp internationalization fixes of
3151           check_ssh
3153 2004-12-24 18:06  opensides
3155         * plugins/check_icmp.c, po/POTFILES.in, po/fr.po:
3156           first pass at adapting to plugin guidelines and start of
3157           localization
3159 2004-12-23 18:54  opensides
3161         * plugins/check_http.c, po/fr.po:
3162           internationalization fixes
3164 2004-12-23 16:47  mwirtgen
3166         * po/de.po: german translations 391 to go
3168 2004-12-23 09:30  tonvoon
3170         * ACKNOWLEDGEMENTS, configure.in, m4/np_curl.m4,
3171           plugins/Makefile.am: Another attempt at fixing check_http compile
3172           on Redhat EL3. Fixed check_icmp compile (Lynne Lawrence -
3173           1087171) - still some code changes to check_icmp outstanding.
3174           Fixed compile of check_dhcp (complaining about socklen_t).  Added
3175           acknowledgements for Coreutils and curl
3177 2004-12-22 23:02  harpermann
3179         * plugins/check_nt.c: Added check for "%" in COUNTER <description>.
3180           If it exists, <description> is used as an arg to asprintf.  If
3181           it doesn't exist, <description> is used as a label.  If the
3182           formatting is wrong, the program will segv.
3184 2004-12-22 07:24  tonvoon
3186         * lib/: Makefile.am, stdbool_.h: File required from coreutils
3188 2004-12-21 22:52  tonvoon
3190         * configure.in, plugins/Makefile.am: Revert back to previous
3191           openssl checks (the ones from curl kept having problems with
3192           later Redhat versions)
3194 2004-12-21 22:36  tonvoon
3196         * m4/stdbool.m4: Another m4 from coreutils
3198 2004-12-21 15:45  tonvoon
3200         * AUTHORS: For their bug reports
3202 2004-12-21 12:47  tonvoon
3204         * configure.in: Fix for FreeBSD ps command (reported by Michael
3205           Bakker)
3207 2004-12-21 09:32  tonvoon
3209         * lib/Makefile.am, m4/Makefile.am, m4/np_coreutils.m4: Fixed
3210           compile problem on Sol2.6 with stdbool.h
3212 2004-12-21 08:56  stanleyhopcroft
3214         * plugins/check_dhcp.c: Commentary changes only: cite origin of
3215           copied code with reference to ACK file
3217 2004-12-21 08:55  stanleyhopcroft
3219         * ACKNOWLEDGEMENTS: ACK file contains the details of the authors of
3220           code copied by the plugins
3222 2004-12-21 05:00  mattkent
3224         * plugins/check_dns.c: Add another error string match from Pasi
3225           Tiittanen
3227 2004-12-20 22:20  tonvoon
3229         * plugins/check_nagios.c: Corrected help for expiry units. Restored
3230           functionality of searching for process arguments
3232 2004-12-20 22:01  tonvoon
3234         * plugins/check_nagios.c: Updating help text to reflect using
3235           shortname instead of full path for command
3237 2004-12-20 21:38  tonvoon
3239         * configure.in: - stupid typo
3241 2004-12-20 21:26  tonvoon
3243         * configure.in: Fix compile errors when looking for openssl
3245 2004-12-20 09:04  stanleyhopcroft
3247         * COPYING, plugins/check_dhcp.c, po/de.po, po/fr.po: Compilation
3248           fixes for check_dhcp.c HP-UX 11. Still fails on HP-UX 10. Unknown
3249           if check_dhcp works on UX.
3251 2004-12-18 18:28  mwirtgen
3253         * po/de.po: Initial commit on german translation - 428 to go
3255 2004-12-17 18:14  tonvoon
3257         * configure.in: Support for FreeBSD 5.2.1 and 5.3 in check_procs
3259 2004-12-15 23:12  tonvoon
3261         * configure.in: Bump version to next release
3263 2004-12-15 23:11  tonvoon
3265         * doc/developer-guidelines.sgml: Mistake in automake version - back
3266           to 1.8
3268 2004-12-15 23:10  tonvoon
3270         * doc/RELEASING: Clarified notes
3272 2004-12-15 21:56  tonvoon
3274         * ChangeLog: Updated for r1_4_0-alpha3
3276 2004-12-15 21:27  tonvoon
3278         * doc/developer-guidelines.sgml: Updated requirements for GNU tools
3280 2004-12-15 21:01  tonvoon
3282         * m4/Makefile.am: Makefile for m4 files
3284 2004-12-15 20:54  tonvoon
3286         * Makefile.am, configure.in, plugins/Makefile.am, tools/setup:
3287           Support for coreutils lib. Configure tests via m4 scripts from
3288           coreutils
3290 2004-12-15 20:51  tonvoon
3292         * m4/: Makefile.am.in, afs.m4, codeset.m4, error.m4, exitfail.m4,
3293           extensions.m4, fstypename.m4, fsusage.m4, getopt.m4, gettext.m4,
3294           glibc21.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, inttypes.m4,
3295           inttypes_h.m4, isc-posix.m4, lcmessage.m4, lib-ld.m4,
3296           lib-link.m4, lib-prefix.m4, ls-mntd-fs.m4, malloc.m4,
3297           mountlist.m4, np_coreutils.m4, onceonly.m4, progtest.m4,
3298           realloc.m4, stdint_h.m4, uintmax_t.m4, ulonglong.m4,
3299           unlocked-io.m4, xalloc.m4: Moving m4 files from lib/
3301 2004-12-15 20:47  tonvoon
3303         * lib/: Makefile.am, afs.m4, error.m4, exitfail.m4, fstypename.m4,
3304           fsusage.m4, full-read.c, full-write.c, full-write.h, getopt.m4,
3305           ls-mntd-fs.m4, onceonly.m4, safe-read.c, safe-read.h,
3306           safe-write.c, safe-write.h, unlocked-io.m4, xalloc.m4: Moving m4
3307           files into m4/. Added extra coreutils files required from
3308           autoconf tests. Updated Makefile.am to have nagiosplug lib and a
3309           separate coreutils lib
3311 2004-12-15 00:10  opensides
3313         * po/: de.po, fr.po:
3314           fr.po work in progress still 88 to translate ;-)
3316 2004-12-11 06:25  mattkent
3318         * plugins/check_tcp.c: Patch from Ollie Cook to define return code
3319           when expected value not received (#1082275).  Also included
3320           another change from Ollie Cook to do stricter matching of
3321           expected values from the beginning of the line. When a user
3322           defines an expected string this is changed to the old style
3323           strstr matching.
3325 2004-12-10 21:18  tonvoon
3327         * plugins/check_ldap.c: Fixed compile warning
3329 2004-12-10 06:10  mattkent
3331         * plugins/Makefile.am: Compile broken - fixing link flags.
3333 2004-12-10 05:57  mattkent
3335         * plugins/check_dns.c: Error catching improvements from Ollie Cook
3337 2004-12-10 05:54  mattkent
3339         * plugins/check_pgsql.c: Fixing broken compile
3341 2004-12-10 05:39  mattkent
3343         * AUTHORS: More contributers
3345 2004-12-10 00:54  stanleyhopcroft
3347         * plugins/Makefile.am: Changes to link flags for check_dhcp.c
3349 2004-12-10 00:52  stanleyhopcroft
3351         * plugins/check_dhcp.c: Extensive changes to get MAC address from
3352           Solaris via DLPI
3354 2004-12-10 00:20  tonvoon
3356         * plugins/: check_dns.c, check_procs.c: Reverting back ngettext
3357           calls
3359 2004-12-10 00:13  tonvoon
3361         * plugins/common.h: Fix includes for gettext
3363 2004-12-09 22:33  tonvoon
3365         * configure.in: Include $libsuff for systems that define this
3366           (based on advice from Daniel Stenberg)
3368 2004-12-08 23:14  tonvoon
3370         * configure.in: Removed redundant check and make export
3371           LD_LIBRARY_PATH more sh friendly
3373 2004-12-08 00:36  opensides
3375         * configure.in, plugins/Makefile.am, plugins/check_by_ssh.c,
3376           plugins/check_game.c, plugins/check_http.c,
3377           plugins/check_ide_smart.c, plugins/check_ldap.c,
3378           plugins/check_snmp.c, plugins/check_tcp.c:
3379           patch 1028033
3381           minor internationalization fixes
3383 2004-12-08 00:22  tonvoon
3385         * configure.in: Fixed output info for openssl and LD_LIBRARY_PATH
3386           for subsequent compiles (otherwise get ld.so.1: ./conftest:
3387           fatal: libssl.so.0.9.7: open failed)
3389 2004-12-07 06:51  tonvoon
3391         * configure.in, plugins/Makefile.am: Better SSL checking (inspired
3392           by curl 7.12.2's configure.ac)
3394 2004-12-07 03:13  mattkent
3396         * plugins-scripts/check_ifoperstatus.pl: Option to check for admin
3397           down (#1012191) from RaĆŗl Pedroche.
3399 2004-12-07 02:45  stanleyhopcroft
3401         * plugins/Makefile.am: Correct dependencies for check_dhcp.c.
3403 2004-12-07 02:31  stanleyhopcroft
3405         * plugins/: Makefile.am, check_dhcp.c: New plugin: check_dhcp.c.
3406           Attempt to port to non Linux platform.
3408 2004-12-06 18:49  opensides
3410         * po/fr.po:
3411           new version of fr.po
3413 2004-12-05 22:07  mattkent
3415         * plugins/check_snmp.c: Fix for -s string matching (#756567, Tony
3416           Missana)
3418 2004-12-05 12:59  opensides
3420         * plugins/check_nt.c, po/fr.po, po/nagios-plugins.pot:
3421           cleaned fr.po nagios-plugins.pot
3423 2004-12-05 00:54  opensides
3425         * plugins/: check_http.c, check_icmp.c, check_nwstat.c,
3426           check_ping.c, check_smtp.c, check_swap.c, utils.h:
3427           fix patch 998291 fix patch 1078934 expect check_ssh fix and
3428           check_nt perfdata should stay on one word like in nagios
3430 2004-12-04 12:34  opensides
3432         * po/nagios-plugins.pot:
3433           new version of pot file
3435 2004-12-04 12:31  opensides
3437         * plugins/check_by_ssh.c, plugins/check_dns.c, po/POTFILES.in:
3438           various internationalization fixes
3440 2004-12-04 12:12  opensides
3442         * plugins/Makefile.am, plugins/check_by_ssh.c, plugins/check_dig.c,
3443           plugins/check_http.c, plugins/check_ide-smart.c,
3444           plugins/check_ide_smart.c, plugins/check_mrtg.c,
3445           plugins/check_nt.c, plugins/check_nwstat.c,
3446           plugins/check_overcr.c, plugins/check_real.c,
3447           plugins/check_smtp.c, plugins/check_swap.c, plugins/check_tcp.c,
3448           plugins/check_time.c, plugins/check_udp.c, po/POTFILES.in:
3449           internationalization fixes bugfixes
3451 2004-12-04 10:57  opensides
3453         * plugins/: check_dns.c, check_hpjd.c:
3454           check_dns needs a space between 'time' and the hostname
3455           check_hpjd needs a parenthesis removed in print_usage()
3457 2004-12-04 00:23  opensides
3459         * plugins/check_swap.c:
3460           Bug Fix [ 1024735 ] check_swap providing inaccurate swap
3461           information on Sol6
3463 2004-12-03 23:55  opensides
3465         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
3466           check_fping.c, check_game.c, check_hpjd.c, check_http.c,
3467           check_ldap.c, check_load.c, check_mrtg.c, check_mrtgtraf.c,
3468           check_mysql.c, check_nagios.c, check_nt.c, check_nwstat.c,
3469           check_overcr.c, check_pgsql.c, check_ping.c, check_procs.c,
3470           check_radius.c, check_real.c, check_smtp.c, check_snmp.c,
3471           check_ssh.c, check_swap.c, check_tcp.c, check_time.c,
3472           check_udp.c, check_ups.c, check_users.c, negate.c:
3473           reverting my changes from !=TRUE to == ERROR, that's not good ;-(
3474           sorry
3476 2004-12-03 23:23  opensides
3478         * plugins/check_tcp.c, po/de.po, po/fr.po, po/nagios-plugins.pot:
3479           check_tcp parenthesis bug, header fix for po files
3481 2004-12-03 23:01  opensides
3483         * plugins/: check_dig.c, check_disk.c, check_dns.c, check_dummy.c,
3484           check_fping.c, check_game.c, check_hpjd.c, check_http.c,
3485           check_ide-smart.c, check_ldap.c, check_mrtg.c, check_mrtgtraf.c,
3486           check_nagios.c, check_nt.c, check_nwstat.c, check_overcr.c,
3487           check_pgsql.c, check_procs.c, check_radius.c, check_real.c,
3488           check_smtp.c, check_snmp.c, check_swap.c, check_tcp.c,
3489           check_time.c, check_udp.c, check_ups.c:
3490           print_help and print_usage() cleanup
3492           other misc cleanups
3494 2004-12-03 21:56  stanleyhopcroft
3496         * plugins/check_tcp.c: 1041571: -D option processing corrected
3497           (Eric Chen). Changed process_arguments() to return TRUE. Dont
3498           know why this was necessary.
3500 2004-12-03 20:28  opensides
3502         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
3503           check_dummy.c, check_fping.c, check_game.c, check_hpjd.c,
3504           check_http.c, check_ide-smart.c, check_ldap.c, check_load.c,
3505           check_mrtg.c, check_mrtgtraf.c, check_mysql.c, check_nagios.c,
3506           check_nt.c, check_nwstat.c, check_overcr.c, check_pgsql.c,
3507           check_ping.c, check_procs.c, check_radius.c, check_real.c,
3508           check_smtp.c, check_snmp.c, check_ssh.c, check_swap.c,
3509           check_tcp.c, check_time.c, check_udp.c, check_ups.c,
3510           check_users.c, negate.c, urlize.c: remove UT_HLP_VRS from
3511           print_usage this was not a good idea ;-)
3513 2004-12-03 19:20  opensides
3515         * plugins/utils.c:
3516           removing support fonction removing warranty from print_revision
3518 2004-12-03 17:48  opensides
3520         * ROADMAP, package.def, plugins/negate.c, plugins/utils.h:
3521           some minor fixes
3523 2004-12-03 17:15  opensides
3525         * plugins/: check_load.c, check_ssh.c:
3526           correcting parenthesis error
3528 2004-12-03 16:56  opensides
3530         * AUTHORS, plugins/check_load.c, plugins/check_pgsql.c,
3531           plugins/check_ping.c, plugins/check_procs.c,
3532           plugins/check_radius.c, plugins/check_real.c,
3533           plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_ssh.c,
3534           plugins/check_swap.c, plugins/check_tcp.c, plugins/check_time.c,
3535           plugins/check_udp.c, plugins/check_ups.c, plugins/check_users.c,
3536           plugins/urlize.c:
3537           fixes for internationalization
3539 2004-12-03 11:45  opensides
3541         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
3542           check_dummy.c, check_fping.c, check_game.c, check_hpjd.c,
3543           check_http.c, check_ide-smart.c, check_ldap.c, check_load.c,
3544           check_mrtg.c, check_mrtgtraf.c, check_mysql.c, check_nagios.c,
3545           check_nt.c, check_nwstat.c:
3546           internationalization fixes and help fixes
3548 2004-12-03 09:19  opensides
3550         * plugins/check_by_ssh.c, plugins/check_dig.c,
3551           plugins/check_http.c, plugins/check_nwstat.c,
3552           plugins/check_pgsql.c, plugins/check_ping.c, plugins/check_udp.c,
3553           po/.cvsignore:
3554           Localization fixes
3556 2004-12-03 08:45  opensides
3558         * plugins/: check_ide-smart.c, check_pgsql.c:
3559           correcting copyright and remaning int result = STATE_UNKNOWN;
3561 2004-12-03 04:37  mattkent
3563         * plugins/check_nagios.c: Affected by elapsed time patch.
3565 2004-12-03 04:16  mattkent
3567         * AUTHORS: Another contributer.
3569 2004-12-03 04:10  mattkent
3571         * configure.in, plugins/check_procs.c: Patch from Russell Miller
3572           which adds elapsed time as a metric. Only for linux so far.
3573           (991359)
3575 2004-12-03 02:21  mattkent
3577         * plugins/check_ldap.c: Fix typo breaking compile.
3579 2004-12-03 00:55  opensides
3581         * plugins/: check_by_ssh.c, check_dig.c, check_dns.c,
3582           check_dummy.c, check_fping.c, check_game.c, check_hpjd.c,
3583           check_ide-smart.c, check_ldap.c, check_load.c, check_mrtg.c,
3584           check_mrtgtraf.c, check_mysql.c, check_nagios.c, check_nt.c,
3585           check_nwstat.c, check_overcr.c, check_pgsql.c, check_ping.c,
3586           check_procs.c, check_radius.c, check_real.c, check_smtp.c,
3587           check_snmp.c, check_ssh.c, check_swap.c, check_tcp.c,
3588           check_time.c, check_udp.c, check_ups.c, check_users.c, negate.c,
3589           urlize.c:
3590           bump copyright year initialize result to STATE_UNKNOW in place of
3591           STATE_OK
3593 2004-12-02 21:23  opensides
3595         * plugins/: check_dns.c, check_ldap.c, check_procs.c:
3596           --disable-nls throws an error on check_dns, check_procs and
3597           check_ldap without this patch.
3599 2004-12-02 21:03  stanleyhopcroft
3601         * plugins/check_tcp.c: Tracker 1041571: appended :D to
3602           getopt_long() args (for cert expiry check). Eric Chen.
3604 2004-12-02 16:51  opensides
3606         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
3607           check_fping.c, check_game.c, check_hpjd.c, check_http.c,
3608           check_ldap.c, check_load.c, check_mrtg.c, check_mrtgtraf.c,
3609           check_mysql.c, check_nagios.c, check_nt.c, check_nwstat.c,
3610           check_overcr.c, check_pgsql.c, check_ping.c, check_procs.c,
3611           check_radius.c, check_real.c, check_smtp.c, check_snmp.c,
3612           check_ssh.c, check_swap.c, check_tcp.c, check_time.c,
3613           check_udp.c, check_ups.c, check_users.c, negate.c, popen.c,
3614           utils.c:
3615           More internationalization work new usage4 function to permit
3616           localisation of think like check_ssh: xxxxx
3618 2004-12-02 14:54  opensides
3620         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
3621           check_fping.c, check_game.c, check_hpjd.c, check_ldap.c,
3622           check_load.c, check_mrtg.c, check_mrtgtraf.c, check_mysql.c,
3623           check_nagios.c, check_nt.c, check_nwstat.c, check_overcr.c,
3624           check_pgsql.c, check_ping.c, check_procs.c, check_radius.c,
3625           check_real.c, check_smtp.c, check_snmp.c, check_ssh.c,
3626           check_swap.c, check_tcp.c, check_time.c, check_udp.c,
3627           check_ups.c, check_users.c, negate.c:
3628           return of process_arguments() is TRUE not OK !
3630 2004-12-02 14:35  opensides
3632         * plugins/check_http.c: return of process_arguments() is TRUE not
3633           OK !
3635 2004-12-02 08:45  stanleyhopcroft
3637         * plugins/Makefile.am: Add check_icmp plugin
3639 2004-12-02 08:44  stanleyhopcroft
3641         * plugins/check_icmp.c: check_icmp plugin from A Ericsson
3643 2004-12-02 08:44  stanleyhopcroft
3645         * plugins/linux.h: For check_icmp plugin from A Ericsson
3647 2004-12-02 04:48  mattkent
3649         * command.cfg.in: Fix typo.
3651 2004-12-02 04:36  mattkent
3653         * AUTHORS, REQUIREMENTS, command.cfg.in, plugins/check_ups.c: Patch
3654           from Arnaud Quette to bring support to NUT 2.0 plus couple
3655           improvements and fixes (1038413 which includes 1032009, 815785).
3657 2004-12-02 01:11  opensides
3659         * plugins/: check_dns.c, check_game.c, check_http.c,
3660           check_ide-smart.c, check_load.c, check_mrtgtraf.c, check_mysql.c,
3661           check_nagios.c, check_nt.c, check_nwstat.c, check_overcr.c,
3662           check_pgsql.c, check_ping.c, check_procs.c, check_radius.c,
3663           check_real.c, check_snmp.c, check_ssh.c, check_tcp.c,
3664           check_time.c, check_udp.c, check_ups.c, negate.c, popen.c:
3665           changed Error: by CRITICAL - more localization fixes
3667 2004-12-02 00:30  opensides
3669         * contrib/check_rbl.c:
3670           adapted for localization
3672 2004-12-01 23:54  opensides
3674         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
3675           check_dummy.c, check_fping.c, check_game.c, check_hpjd.c,
3676           check_http.c, check_ide-smart.c, check_ldap.c, check_load.c,
3677           check_mrtg.c, check_mrtgtraf.c, check_mysql.c, check_nagios.c,
3678           check_nt.c, check_nwstat.c, check_overcr.c, check_pgsql.c,
3679           check_ping.c, check_procs.c, check_radius.c, check_real.c,
3680           check_smtp.c, check_snmp.c, check_ssh.c, check_swap.c,
3681           check_tcp.c, check_time.c, check_udp.c, check_ups.c,
3682           check_users.c, common.h, getaddrinfo.c, getaddrinfo.h,
3683           gethostbyname.c, gethostbyname.h, negate.c, netutils.c,
3684           netutils.h, popen.c, urlize.c, utils.c, utils.h:
3685           standardize localization string standardize unknow arguments
3687 2004-12-01 22:02  tonvoon
3689         * doc/RELEASING: Notes on releasing
3691 2004-12-01 21:55  tonvoon
3693         * configure.in: Next version number
3695 2004-12-01 21:01  tonvoon
3697         * ChangeLog: Updated for r1_4_0-alpha2
3699 2004-12-01 20:43  tonvoon
3701         * tools/devmode: eval not working - instructions now in comments
3703 2004-12-01 20:09  tonvoon
3705         * plugins-scripts/check_oracle.sh: Fixed pmon process checking from
3706           a change I made earlier
3708 2004-12-01 19:33  opensides
3710         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
3711           check_fping.c, check_ssh.c:
3712           first pass at standardization of messages for the localization
3714 2004-12-01 08:41  stanleyhopcroft
3716         * configure.in: Bryan Loniewski contributed check_jabber plugin
3717           (SSL/check_tcp); Eric Chen check_nntps plugin + SSL certficate
3718           expiry check [added -D option to check_tcp]
3720 2004-12-01 08:28  stanleyhopcroft
3722         * plugins/netutils.c: 1075725: patch to my_connect() to deal with
3723           SEGV if connect fails
3725 2004-12-01 08:26  stanleyhopcroft
3727         * plugins/check_tcp.c: 1041571 & 664615: check_tcp with cert check
3728           + nntps, simap, jabber
3730 2004-12-01 03:50  mattkent
3732         * contrib/check_nmap.py: Small fix from David Rippel (996800) for
3733           newer versions of nmap
3735 2004-12-01 03:26  mattkent
3737         * plugins-scripts/check_oracle.sh: Perf data and other improvements
3738           by Florian Gleixner (1027787)
3740 2004-11-30 07:40  opensides
3742         * po/fr.po:
3743           more french translations
3745 2004-11-30 00:25  tonvoon
3747         * plugins/check_ide-smart.c: Capitalized some error messages
3749 2004-11-30 00:24  tonvoon
3751         * plugins/urlize.c: Updated output to UNKNOWN
3753 2004-11-30 00:21  opensides
3755         * po/fr.po:
3756           translating fr.po new part
3758 2004-11-29 23:52  tonvoon
3760         * lib/: Makefile.am, exitfail.m4, getopt.m4: Extra files required
3761           from coreutils
3763 2004-11-29 23:46  tonvoon
3765         * SUPPORT: Cleanup and statement re: contrib plugins
3767 2004-11-29 22:42  tonvoon
3769         * configure.in: Patches for configure on *BSD (Julien Touche)
3771 2004-11-29 05:07  stanleyhopcroft
3773         * contrib/: README.TXT, rblcheck-dns, rblcheck-web,
3774           tarballs/check_icmp-0.8.tar.gz: [no log message]
3776 2004-11-29 04:49  mattkent
3778         * contrib/check_linux_raid.pl: Better error checking (820806)
3780 2004-11-29 00:56  opensides
3782         * po/fr.po:
3783           second version of french .po still 300 ;-) to translate
3785 2004-11-28 22:57  opensides
3787         * po/fr.po:
3788           first new translation of fr.po
3790 2004-11-27 21:00  mattkent
3792         * plugins/check_ssh.c: Add remote version check (1030269, Daniel
3793           Gullin)
3795 2004-11-26 08:54  stanleyhopcroft
3797         * AUTHORS: New plugin/bugfix: tracker 1070929. check_hpjdres
3799 2004-11-25 05:09  mattkent
3801         * plugins/check_disk.c: From old test harness code, make
3802           ./check_disk -w 0 -c 0 / valid parameters again
3804 2004-11-25 05:06  mattkent
3806         * test.pl.in, plugins/t/check_dns.t, plugins/t/check_http.t,
3807           plugins/t/check_load.t, plugins/t/check_mysql.t: Updating test
3808           harness
3810 2004-11-25 04:49  stanleyhopcroft
3812         * contrib/README.TXT: Removed reference to non existent tar balls
3813           (Hopcroft plugins)
3815 2004-11-25 04:46  stanleyhopcroft
3817         * contrib/check_wins.pl: Non functional tidy ups to check_wins
3819 2004-11-25 04:30  stanleyhopcroft
3821         * contrib/check_hw.sh: Added /contrib/check_hw.sh by Rok Debevc
3823 2004-11-25 04:28  stanleyhopcroft
3825         * contrib/check_sybase: Added /contrib/check_sybase by Simon
3826           Bellwood
3828 2004-11-25 03:01  stanleyhopcroft
3830         * contrib/check_hprsc.pl: update check_hprsc.pl for Net-SNMP
3831           versions >=4
3833 2004-11-24 21:34  tonvoon
3835         * tools/sfsnapshot: Removing build directory after creating
3836           distribution
3838 2004-11-24 21:19  tonvoon
3840         * doc/makefile: Added clean
3842 2004-11-24 21:01  tonvoon
3844         * configure.in: Fix snapshot build on SF
3846 2004-11-24 06:36  stanleyhopcroft
3848         * plugins/check_hpjd.c: add -OQa to command_line in check_hpjd.c.
3849           Correct nagiosplug-Bugs-889948, 846329
3851 2004-11-24 04:35  mattkent
3853         * plugins/check_nwstat.c: Attempting to fix a reported segfault
3854           (1055054)
3856 2004-11-24 04:25  mattkent
3858         * plugins/check_http.c: Added support for sending port in host
3859           header (913633)
3861 2004-11-24 00:46  tonvoon
3863         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
3864           check_dummy.c, check_fping.c, check_game.c, check_hpjd.c,
3865           check_http.c, check_ldap.c, check_load.c, check_mrtg.c,
3866           check_mrtgtraf.c, check_mysql.c, check_nwstat.c, check_overcr.c,
3867           check_pgsql.c, check_ping.c, check_procs.c, check_radius.c,
3868           check_real.c, check_smtp.c, check_snmp.c, check_ssh.c,
3869           check_tcp.c, check_time.c, check_udp.c, check_ups.c,
3870           check_users.c, negate.c, urlize.c: Making messages more
3871           consistent
3873 2004-11-23 23:53  tonvoon
3875         * plugins/: check_hpjd.c, check_mrtg.c, check_mrtgtraf.c,
3876           check_mysql.c, check_real.c, check_smtp.c, check_swap.c,
3877           check_by_ssh.c, check_dns.c, check_time.c: Standardising
3878           translation texts
3880 2004-11-23 23:35  tonvoon
3882         * doc/developer-guidelines.sgml: Guidelines on translated text
3883           (Yves Mettier, Simon Bellwood, Andreas Ericsson)
3885 2004-11-23 22:49  tonvoon
3887         * doc/developer-guidelines.sgml: Adding notes on developer and
3888           translator access in SF
3890 2004-11-23 06:06  mattkent
3892         * AUTHORS: More contributers.
3894 2004-11-23 05:49  mattkent
3896         * plugins/check_disk.c: Fix integer warning and critical options.
3897           Take values from current unit instead of always KB.
3899 2004-11-23 00:06  stanleyhopcroft
3901         * doc/developer-guidelines.sgml: trivial changes to Perl plugin
3902           section.
3904 2004-11-22 22:44  tonvoon
3906         * AUTHORS: More contributors
3908 2004-11-22 22:30  tonvoon
3910         * plugins/check_nt.c: Fixed some messages that should not be
3911           translated (Benoit Mortier)
3913 2004-11-22 20:35  tonvoon
3915         * lib/getloadavg.m4: Not required - autoconf has own macros
3917 2004-11-21 05:24  mattkent
3919         * plugins/check_mysql.c: Patch from Nathan Shafer to add
3920           replication slave check (1006777)
3922 2004-11-20 22:56  mattkent
3924         * AUTHORS: Oops, forgot one.
3926 2004-11-20 22:46  mattkent
3928         * AUTHORS: More contributers.
3930 2004-11-20 22:43  mattkent
3932         * contrib/check_linux_raid.pl: Fix always reading status from the
3933           last line (1045506)
3935 2004-11-20 22:28  mattkent
3937         * plugins/check_ping.c: New output format reported by pumuckel1980
3938           (946857)
3940 2004-11-20 21:36  mattkent
3942         * plugins/check_http.c: Bit of cleanup, fix verbose output.
3944 2004-11-20 07:04  tonvoon
3946         * configure.in: Fixed va_copy problem on AIX by copying samba's
3947           configure.in
3949 2004-11-19 15:58  tonvoon
3951         * CODING: Added perl coding guidelines, from Programming Perl book
3952           (Andreas Ericsson)
3954 2004-11-19 14:28  tonvoon
3956         * lib/getloadavg.m4: I think getloadavg.m4 is no longer required
3957           (as autoconf has built-in function)
3959 2004-11-19 14:24  tonvoon
3961         * lib/Makefile.am: Removed getloadavg.m4 (built-in function in
3962           autoconf) and added cloexec.[hc] for getloadavg.c
3964 2004-11-19 14:22  tonvoon
3966         * lib/: cloexec.h, cloexec.c: Files required for getloadavg.c
3968 2004-11-19 03:59  mattkent
3970         * plugins-scripts/check_ntp.pl: Fix incorrectly labelled units in
3971           output (1025905, Jason Martin)
3973 2004-11-19 03:44  mattkent
3975         * plugins/check_procs.c: Enabling timeout flag (1010097, Jason
3976           Martin)
3978 2004-11-19 02:53  mattkent
3980         * plugins/check_http.c: Make -L notice ssl use to output a proper
3981           href (1035234, Abid Rasheed)
3983 2004-11-19 02:39  mattkent
3985         * plugins/check_smtp.c: Change unit from 'us' to 's' to match other
3986           core plugins for simplicity.
3988 2004-11-19 00:21  tonvoon
3990         * AUTHORS: - More great contributors...
3992 2004-11-19 00:12  tonvoon
3994         * plugins/check_http.c: Options for User Agent string and extra
3995           headers (Ibere Tizio)
3997 2004-11-18 22:48  tonvoon
3999         * configure.in: Remove unnecessary CPPFLAGS for openssl (Lutz
4000           Behnke - 686476)
4002 2004-11-18 22:42  tonvoon
4004         * plugins/check_tcp.c: Enhance SSL initialization problems (Phil
4005           Dibowitz - 1055120)
4007 2004-11-18 05:36  mattkent
4009         * plugins/check_smtp.c: Go critical on no route to host instead of
4010           warning (934025)
4012 2004-11-18 00:27  tonvoon
4014         * tools/setup: Use copy of tools for consistency if building on
4015           different platforms from shared source
4017 2004-11-17 23:35  tonvoon
4019         * plugins/check_tcp.c: Ignore output from tcp port (949070 -
4020           Jan-Piet Mens)
4022 2004-11-17 23:22  tonvoon
4024         * plugins/check_http.c: --no-body and --max-age options (949521 -
4025           Jamie Zawinski)
4027 2004-11-17 22:19  tonvoon
4029         * doc/developer-guidelines.sgml: Added section on using
4030           Sourceforge, mainly for administrators
4032 2004-11-12 00:51  tonvoon
4034         * tools/update_coreutils: Tool to pull newer coreutil libs into
4035           nagiosplug's lib directory
4037 2004-11-12 00:49  tonvoon
4039         * lib/Makefile.am, lib/error.c, lib/error.h, lib/error.m4,
4040           lib/exit.h, lib/exitfail.c, lib/exitfail.h, lib/fsusage.c,
4041           lib/fsusage.h, lib/fsusage.m4, lib/full-read.h, lib/getloadavg.c,
4042           lib/getopt.c, lib/getopt.h, lib/getopt1.c, lib/gettext.h,
4043           lib/ls-mntd-fs.m4, lib/malloc.c, lib/mountlist.c,
4044           lib/mountlist.h, lib/onceonly.m4, lib/realloc.c, lib/snprintf.c,
4045           lib/strtod.c, lib/unlocked-io.h, lib/unlocked-io.m4,
4046           lib/xalloc.h, lib/xalloc.m4, lib/xmalloc.c, lib/xstrdup.c,
4047           plugins/check_disk.c, po/de.po, po/fr.po: Update to using
4048           coreutils 5.2.1 libraries and snprintf.c from samba 3.0.8
4050 2004-09-07 21:27  tonvoon
4052         * doc/developer-guidelines.sgml: Clarity based on comments by Ben
4053           Clewett
4055 2004-08-23 22:59  tonvoon
4057         * AUTHORS: For patch to check_nt
4059 2004-08-23 22:58  tonvoon
4061         * plugins/check_nt.c: Restore divisor for memory size reported by
4062           Windows. Also, implements warning and critical levels for
4063           performance counters. (Paulo Afonso Graner Fessel)
4065 2004-08-23 22:18  tonvoon
4067         * configure.in, plugins/check_swap.c, plugins/common.h: Using
4068           swapctl for Solaris, Tru64 and *BSD (Sean Finney)
4070 2004-08-19 20:05  tonvoon
4072         * configure.in, plugins/check_swap.c, plugins/common.h: Patch for
4073           tru64 using swapctl calls (Sean Finney)
4075 2004-08-18 22:32  tonvoon
4077         * AUTHORS: Another day's work...
4079 2004-08-18 22:25  tonvoon
4081         * plugins/check_dig.c: Checks different record types and checks
4082           against an expected address (Bill Kunkel)
4084 2004-08-18 21:36  tonvoon
4086         * configure.in: Support for check_swap on NetBSD/OpenBSD (Sean
4087           Finney)
4089 2004-08-18 21:25  tonvoon
4091         * plugins-scripts/check_oracle.sh: More specific test for sid (Paul
4092           Allen)
4094 2004-08-18 21:21  tonvoon
4096         * plugins/check_disk.c: Fixed perfdata so that shows amount used
4097           (Garry Cook)
4099 2004-08-18 20:51  tonvoon
4101         * plugins-scripts/check_ifstatus.pl: Perfdata corrected (Garry
4102           Cook)
4104 2004-08-18 20:46  tonvoon
4106         * plugins-scripts/check_oracle.sh: Fix for similar dataabase sids
4107           (Carole Verdon)
4109 2004-08-18 20:41  tonvoon
4111         * AUTHORS: Gary Cook for perfdata for check_nt
4113 2004-08-18 20:40  tonvoon
4115         * plugins/check_nt.c: Perfdata added (Gary Cook)
4117 2004-06-26 17:39  tonvoon
4119         * tools/sfsnapshot: Change of compile server and cleanups
4121 2004-06-26 06:13  tonvoon
4123         * tools/sfsnapshot: Remove need to alter configure.in. Using
4124           different compile farms for SF to do the compiling
4126 2004-05-24 15:22  tonvoon
4128         * AUTHORS: Ben Clewett
4130 2004-05-24 15:21  tonvoon
4132         * lib/Makefile.am: Missed getloadavg.c (Ben Clewett)
4134 2004-05-20 07:09  egalstad
4136         * contrib/check_dhcp.c: DHCP bug fix
4138 2004-05-10 11:25  tonvoon
4140         * configure.in: Set EXTRAS with check_swap if ac_cv_have_swap is
4141           set
4143 2004-04-30 12:12  tonvoon
4145         * configure.in: ps -el for HP-UX
4147 2004-04-29 16:08  tonvoon
4149         * configure.in: Bug in ps -el for AIX 4.1
4151 2004-04-29 12:13  tonvoon
4153         * AUTHORS: Sven for HP-UX requirements
4155 2004-04-29 12:12  tonvoon
4157         * REQUIREMENTS: HP-UX requirements (Sven Schaffranneck)
4159 2004-04-19 14:13  sghosh
4161         * contrib/check_nagios_db_pg.pl, AUTHORS: Postgres backend monitor
4163 2004-04-19 14:10  sghosh
4165         * AUTHORS, plugins-scripts/check_mssql.pl: check_mssql.pl
4167 2004-04-19 14:08  sghosh
4169         * README: Win32 plugin repository
4171 2004-04-08 12:05  tonvoon
4173         * AUTHORS: Torsten Werner for check_racle patches
4175 2004-04-08 12:05  tonvoon
4177         * plugins-scripts/check_oracle.sh: Cleaner calls to awk and support
4178           if Oracle has different national language settings (Torsten
4179           Werner)
4181 2004-04-08 11:50  tonvoon
4183         * plugins-scripts/check_oracle.sh: Cleaner calls to awk and support
4184           if Oracle has different national language settings (Torsten
4185           Werner)
4187 2004-04-06 17:02  tonvoon
4189         * configure.in, plugins/check_procs.c: Fixed weird scanf bug on
4190           Solaris
4192 2004-04-02 20:37  kdebisschop
4194         * plugins/check_by_ssh.c: add example invocation to help
4196 2004-04-01 00:01  tonvoon
4198         * AUTHORS: Howard Wilkinson
4200 2004-03-31 23:53  tonvoon
4202         * plugins/check_nt.c: Command line argument bug (Howard Wilkinson)
4204 2004-03-31 23:48  tonvoon
4206         * plugins/netutils.c: Set default state (Howard Wilkinson)
4208 2004-03-31 20:20  tonvoon
4210         * doc/developer-guidelines.sgml: Update author list
4212 2004-03-23 06:35  kdebisschop
4214         * plugins/check_fping.c: check was supposed to be agains ms - got
4215           munged wfixeg the perfdata output to be in seconds
4217 2004-03-22 07:25  tonvoon
4219         * plugins/check_http.c: Getopt bug (Joe Rhett)
4221 2004-03-22 07:22  tonvoon
4223         * AUTHORS: Joe Rhett for getopt bug
4225 2004-03-22 07:19  tonvoon
4227         * plugins/check_http.c: Option --url not mapped (Joe Rhett)
4229 2004-03-18 20:58  tonvoon
4231         * AUTHORS: More help for patches
4233 2004-03-18 20:50  tonvoon
4235         * plugins/check_disk.c: Typo in check_disk units (Matthew Kent -
4236           909281)
4238 2004-03-18 20:40  tonvoon
4240         * configure.in: Mysql include path not added correctly (Arnold
4241           Cavazos - 912974)
4243 2004-03-18 20:37  tonvoon
4245         * configure.in: Mysql include path not added correctly (Arnold
4246           Cavazos - 912974)
4248 2004-03-18 20:31  tonvoon
4250         * plugins/check_radius.c: Option to fill in NAS-identifier to
4251           Emulate pam_radius behaviour (Alexander Kulak)
4253 2004-03-17 20:38  tonvoon
4255         * doc/developer-guidelines.sgml: Copyright information for patches
4257 2004-03-14 04:09  kdebisschop
4259         * plugins/: check_ldap.c, check_load.c, check_mrtgtraf.c,
4260           check_pgsql.c, check_smtp.c, check_tcp.c, check_ups.c: use
4261           fperfdata
4263 2004-03-14 03:37  kdebisschop
4265         * plugins/check_fping.c: use fperfdata
4267 2004-03-12 03:40  egalstad
4269         * contrib/check_cluster2.c: New cluster plugin for Nagios 2.x
4271 2004-03-11 15:33  tonvoon
4273         * CHANGES: check_procs difference
4275 2004-03-11 15:17  tonvoon
4277         * plugins/check_nagios.c: Incorporate check_proc changes into
4278           check_nagios. ps handling probably should be moved into utils.c
4279           in future
4281 2004-03-08 21:03  tonvoon
4283         * configure.in: Require ngettext
4285 2004-03-08 21:01  tonvoon
4287         * doc/developer-guidelines.sgml: Information on plugin output
4288           format
4290 2004-03-04 05:08  kdebisschop
4292         * plugins/: check_dig.c, check_dns.c, check_game.c: use float for
4293           time in perf data
4295 2004-03-03 12:33  kdebisschop
4297         * plugins/: check_http.c, utils.c: begin writing some perfdata as
4298           float
4300 2004-03-03 04:24  kdebisschop
4302         * contrib/check_pop3.pl: fix loop and \r\n (Jason Burnett -
4303           http://sourceforge.net/tracker/index.php?func=detail&aid=895677&group_id=29880&atid=397599)
4305 2004-03-03 03:48  kdebisschop
4307         * plugins/check_disk.c: check_disk was getting blocks instead of
4308           bytes (Michael Musikhin -
4309           http://sourceforge.net/tracker/index.php?func=detail&aid=900215&group_id=29880&atid=397599)
4311 2004-03-02 17:44  kdebisschop
4313         * pkg/: redhat/requires, fedora/requires: attempt to prune requires
4315 2004-03-02 06:17  kdebisschop
4317         * Makefile.am, nagios-plugins.spec.in, pkg/fedora/requires: make
4318           specfile into a template which can generate a generic spec plus
4319           specs suitable for various repositories
4321 2004-03-02 06:13  kdebisschop
4323         * configure.in: prpare for alpha2
4325 2004-03-02 05:25  kdebisschop
4327         * plugins/check_http.c: relax check for -w/-c to accept floats (bug
4328           report from Warrick FitzGerald)
4330 2004-03-02 05:01  kdebisschop
4332         * AUTHORS, plugins/check_swap.c: fix div by zero error when
4333           swaptotal is zero (Flo Gleixner)
4335 2004-03-01 12:27  kdebisschop
4337         * plugins/: check_tcp.c, netutils.c: check_tcp was returning
4338           uninitialized string with user-defined refused outcome
4340 2004-03-01 06:15  kdebisschop
4342         * plugins/check_smtp.c: allow regex for ecpect checks
4344 2004-02-29 04:09  kdebisschop
4346         * plugins/: check_nwstat.c, netutils.c, netutils.h: was making up
4347           to 34 separate tcp connections - now we open one and reuse
4349 2004-02-28 07:27  kdebisschop
4351         * plugins/check_snmp.c: checks for warn in check_num() mistakenly
4352           referred to crit limits
4354 2004-02-28 06:51  kdebisschop
4356         * plugins/check_smtp.c: minor doco update to reflect handling of
4357           repeated caoomand strings
4359 2004-02-28 06:48  kdebisschop
4361         * plugins/check_smtp.c: work in progress to accept multiple
4362           command/expect pairs
4364 2004-02-28 04:54  kdebisschop
4366         * plugins/check_swap.c: update to work with Linux 2.6 /proc/meminfo
4367           format
4369 2004-02-25 08:50  kdebisschop
4371         * AUTHORS, plugins/check_dns.c: check server for authoritative
4372           status (from Jon Hallet)
4374 2004-02-25 08:12  kdebisschop
4376         * plugins/check_swap.c: change some datatypes to llu for very large
4377           swaps
4379 2004-02-25 07:49  kdebisschop
4381         * configure.in, plugins/check_ping.c: pass timeout to ping if
4382           supported with -w parameter (linux)
4384 2004-02-21 05:37  kdebisschop
4386         * plugins/check_by_ssh.c: add option to ignore a specified number
4387           of lines on stderr (to suppress a login banner)
4389 2004-02-21 03:50  kdebisschop
4391         * plugins-scripts/check_breeze.pl: add $opt_C to 'use vars' (report
4392           882381 and patch form Jason Martin)
4394 2004-02-21 03:44  kdebisschop
4396         * AUTHORS: Add Jason Martin for report of missing $opt_C for 'use
4397           vars' in check_breeze
4399 2004-02-21 03:42  kdebisschop
4401         * plugins-scripts/check_breeze.pl: add opt_C to 'usr vars'
4403 2004-02-20 19:35  tonvoon
4405         * plugins/check_http.c: - Missed out getopt for -T
4407 2004-02-20 05:25  kdebisschop
4409         * contrib/check_dhcp.c, contrib/check_procl.sh,
4410           plugins/check_snmp.c, plugins/negate.c, plugins/netutils.c,
4411           plugins/urlize.c: spell fix "received"
4413 2004-02-20 05:22  kdebisschop
4415         * plugins/check_snmp.c, plugins/negate.c, plugins/netutils.c,
4416           plugins/urlize.c, contrib/check_dhcp.c: spell fix "received"
4418 2004-02-20 05:21  kdebisschop
4420         * plugins/: utils.c, utils.h: add perfdata function for floats to
4421           complement ints, also spell fix "received"
4423 2004-02-20 05:19  kdebisschop
4425         * AUTHORS: add Ralph Rye for report of check_procs segfault on
4426           AIX/WebSphere and proof-of-concept patch
4428 2004-02-20 05:04  kdebisschop
4430         * plugins/check_procs.c: handle case where line from ps output
4431           exceed MAX_INPUT_BUFFER
4433 2004-02-20 03:37  tonvoon
4435         * AUTHORS: Shaun Wills for patch to check_http
4437 2004-02-20 03:21  tonvoon
4439         * plugins/check_http.c: Added Content-type when POSTing (Shawn
4440           Wills)
4442 2004-02-20 03:00  tonvoon
4444         * plugins/check_procs.c: - compiler warning removed (but usage2
4445           messages badly broken)
4447 2004-02-20 02:58  tonvoon
4449         * AUTHORS: Matt Pounsett for bug report
4451 2004-02-20 02:09  tonvoon
4453         * plugins/check_dns.c: Different text to scan for if multiple
4454           addresses
4456 2004-02-20 01:05  tonvoon
4458         * plugins/check_swap.c: Corrected usage message (Matt Pounsett)
4460 2004-02-19 13:24  tonvoon
4462         * AUTHORS: Michael Musikhin for check_disk patch
4464 2004-02-19 13:23  tonvoon
4466         * plugins/check_disk.c: Uninitialised variables for -X (Bug 900091
4467           - Michael Musikhin)
4469 2004-02-18 14:57  kdebisschop
4471         * configure.in: version bump (old)
4473 2004-02-18 14:56  kdebisschop
4475         * acinclude.m4, lib/afs.m4, lib/fstypename.m4, lib/fsusage.m4:
4476           underquoted defines cause warning on FC2
4478 2004-02-18 02:11  tonvoon
4480         * AUTHORS: Johannes Herlitz for patch to check_dns
4482 2004-02-18 02:09  tonvoon
4484         * plugins/check_dns.c: Output message includes the query_address,
4485           as inspired by Johannes Herlitz.  Also cleanup of comments and
4486           handles multi-line nslookup output (MacOSX 10.3)
4488 2004-02-17 13:24  tonvoon
4490         * AUTHORS: David Alden for check_snmp_procs.pl
4492 2004-02-17 13:23  tonvoon
4494         * contrib/check_snmp_procs.pl: Checks remote processes via SNMP
4495           (David Alden)
4497 2004-02-09 08:32  tonvoon
4499         * AUTHORS: Patrick McCormick
4501 2004-02-09 08:27  tonvoon
4503         * plugins/check_ping.c: Fix for check_ping old-style argument
4504           handling (Patrick McCormick - 892211)
4506 2004-01-28 11:42  tonvoon
4508         * plugins/check_dummy.c: Print optional text
4510 2004-01-21 12:50  kdebisschop
4512         * AUTHORS: credit David Croft (patch check_tcp formultibyte malloc
4513           bug in server_expect)
4515 2004-01-21 12:49  kdebisschop
4517         * plugins/check_tcp.c: =fix segfault on malloc of server_expect for
4518           multibyte chars (David Croft)
4520 2004-01-21 12:46  kdebisschop
4522         * AUTHORS: credit David Croft (patch check_tcp formultibyte malloc
4523           bug in server_expect)
4525 2004-01-21 12:45  kdebisschop
4527         * plugins/check_tcp.c: =fix segfault on malloc of server_expect for
4528           multibyte chars (David Croft)
4530 2004-01-18 20:07  sghosh
4532         * contrib/check_snmp_printer.pl: plugin to check printer status via
4533           snmp, includes page count as perfdata; perl plugin
4535 2003-12-24 08:51  tonvoon
4537         * AUTHORS: Bug reporter
4539 2003-12-24 08:51  tonvoon
4541         * plugins/check_swap.c: Fixed help doc on use of % (854817 - Gunnar
4542           Hellekson)
4544 2003-12-18 09:24  tonvoon
4546         * README: Reference to CHANGES file
4548 2003-12-18 09:19  tonvoon
4550         * Makefile.am: Add CHANGES file to distribution
4552 2003-12-18 09:15  tonvoon
4554         * CHANGES: List major changes between releases
4556 2003-12-11 10:00  tonvoon
4558         * AUTHORS: For patch to check_http
4560 2003-12-11 10:00  tonvoon
4562         * plugins/check_http.c: Relative redirects not followed correctly
4563           (854131 - John Sivak)
4565 2003-12-05 18:12  tonvoon
4567         * AUTHORS: Ben Whaley for reported Solaris 8 /usr/ucb/ps problem in
4568           configure.in
4570 2003-12-05 18:08  tonvoon
4572         * configure.in: Not correctly working out ps command if /usr/ucb
4573           before /usr/bin in PATH for Solaris (reported by Ben Whaley)
4575 2003-12-05 16:45  tonvoon
4577         * AUTHORS: Patch to my_connect
4579 2003-12-05 16:42  tonvoon
4581         * plugins/: netutils.c, netutils.h: Fix clash of namespace for
4582           my_connect with mysql (854339 - Ian Holsman)
4584 2003-12-02 15:27  tonvoon
4586         * plugins/check_disk.c: Default thresholds not defined for lists in
4587           -x parameter (raised by Matt Garrett)
4589 2003-12-01 02:47  kdebisschop
4591         * po/: de.po, fr.po: commit changes caused by upstream code mods
4593 2003-12-01 02:46  kdebisschop
4595         * plugins/check_procs.c: use usage2 function
4597 2003-12-01 02:38  kdebisschop
4599         * nagios-plugins.spec.in: add THANKS to %doc
4601 2003-11-28 14:18  tonvoon
4603         * plugins/check_procs.c: Fixed listing of failed processes
4605 2003-11-24 14:56  tonvoon
4607         * AUTHORS: For patches
4609 2003-11-24 14:53  tonvoon
4611         * plugins/check_hpjd.c: Bug from code-clean (Antony Simmonds -
4612           846311)
4614 2003-11-21 07:53  kdebisschop
4616         * README: update auotmake/autoconf versions
4618 2003-11-21 07:52  kdebisschop
4620         * doc/developer-guidelines.sgml: update developer names
4622 2003-11-21 07:34  kdebisschop
4624         * INSTALLING: our policy now is to use most recent versions of GNU
4625           tool chain
4627 2003-11-19 06:24  kdebisschop
4629         * plugins/check_time.c: add perfdata
4631 2003-11-19 06:00  kdebisschop
4633         * plugins/check_smtp.c: use perfdata() to return perfoamnace data
4634           in stanadrd format
4636 2003-11-17 11:45  kdebisschop
4638         * plugins/check_ups.c: bugfix - each supported option was
4639           overwriting the previous perfdata
4641 2003-11-17 07:19  kdebisschop
4643         * plugins/check_ups.c: add perfdata
4645 2003-11-17 06:37  kdebisschop
4647         * plugins/check_pgsql.c: add perfdata
4649 2003-11-12 06:05  kdebisschop
4651         * plugins/check_snmp.c: clean up compiler warnings
4653 2003-11-12 05:53  kdebisschop
4655         * plugins/check_nt.c: clean up compiler warnings
4657 2003-11-12 05:48  kdebisschop
4659         * plugins/check_mrtg.c: clean up compiler warnings
4661 2003-11-12 05:41  kdebisschop
4663         * plugins/check_mrtgtraf.c: clean up compiler warnings
4665 2003-11-12 05:37  kdebisschop
4667         * plugins/check_swap.c: clean up compiler warnings
4669 2003-11-12 05:29  kdebisschop
4671         * plugins/check_mrtgtraf.c: add perfdata
4673 2003-11-12 05:28  kdebisschop
4675         * plugins/check_dig.c: remove overflow checks of strtod - HUGE_VALF
4676           requires C99; also remove equality checks on warn/crit interval
4677           which are no doubles
4679 2003-11-11 10:43  tonvoon
4681         * plugins/check_tcp.c: Added perfdata
4683 2003-11-11 10:34  tonvoon
4685         * plugins/check_users.c: Added perfdata
4687 2003-11-11 10:27  tonvoon
4689         * plugins/check_swap.c: Added perfdata
4691 2003-11-11 10:19  tonvoon
4693         * plugins/check_swap.c: Fixed if only absolute warn/crit set
4695 2003-11-10 11:15  tonvoon
4697         * plugins/utils.h: - typo fixes
4699 2003-11-05 22:59  sghosh
4701         * plugins-scripts/: check_ifoperstatus.pl, check_ifstatus.pl:
4702           added plugin timeout options
4704 2003-10-31 04:22  kdebisschop
4706         * plugins/check_nt.c: provide an error message
4708 2003-10-31 04:21  kdebisschop
4710         * plugins/check_hpjd.c: line indentation
4712 2003-10-31 04:20  kdebisschop
4714         * plugins/check_load.c: add perfdata
4716 2003-10-31 04:19  kdebisschop
4718         * plugins/check_mrtg.c: add perf data fix bug where stale data
4719           message would get overwritten
4721 2003-10-24 14:28  tonvoon
4723         * plugins/common.h: Ignore __attribute__ for non-GNU compilers
4725 2003-10-24 10:37  tonvoon
4727         * plugins/Makefile.am: Moved config.h to toplevel
4729 2003-10-23 11:24  tonvoon
4731         * lib/Makefile.am: Need to include intl/ for systems without
4732           libintl.h
4734 2003-10-21 17:16  tonvoon
4736         * AUTHORS: Matt Garrett for bug reports
4738 2003-10-21 16:56  tonvoon
4740         * plugins-scripts/check_file_age.pl: - Fixed file name (Matt
4741           Garrett)
4743 2003-10-20 15:03  tonvoon
4745         * configure.in, lib/fsusage.c, lib/mountlist.c: Fix for config.h at
4746           top level. Required for intl/
4748 2003-10-15 20:27  tonvoon
4750         * tools/mail_error: Need to export PATH for sfsnapshot to get
4751           correct GNU toolchain
4753 2003-10-14 04:15  sghosh
4755         * plugins-scripts/check_ifoperstatus.pl: snmpv3 patches
4757 2003-10-14 04:14  sghosh
4759         * plugins-scripts/check_ifstatus.pl:  more snmpv3 patches
4761 2003-10-14 03:40  sghosh
4763         * plugins-scripts/check_ntp.pl: Bug 773588: added check to warn on
4764           matching # candidates only
4766 2003-10-14 03:15  sghosh
4768         * plugins-scripts/check_ifstatus.pl: Added -M for maxmsgsize
4769           (v1/v2c) Added v3 support
4771 2003-09-30 14:54  tonvoon
4773         * plugins/check_swap.c: Fixed logic problem if HAVE_SWAP, but not
4774           on AIX or Solaris. Removed unnecessary ifdefs for help page.
4775           Better indentation for ifdefs
4777 2003-09-29 11:02  tonvoon
4779         * lib/Makefile.am: Missed GNU files for AIX 5.1
4781 2003-09-17 20:16  tonvoon
4783         * AUTHORS: Added authors of obsolete contrib plugins
4785 2003-09-17 20:07  tonvoon
4787         * contrib/maser-oracle.pl: Obsolete from main check_oracle
4789 2003-09-17 20:05  tonvoon
4791         * contrib/aix/: check_crit_dsk, check_dsk, check_ping: Plugins
4792           obsolete from main check_disk and check_ping
4794 2003-09-17 17:33  tonvoon
4796         * lib/strtod.c: Required if strtod not GNU compilant
4798 2003-09-17 17:31  tonvoon
4800         * configure.in, lib/Makefile.am, lib/error.c, lib/error.h,
4801           lib/error.m4, lib/malloc.c, lib/realloc.c, lib/unlocked-io.h,
4802           lib/xalloc.h, lib/xmalloc.c: Support to compile on AIX
4804 2003-09-17 17:15  tonvoon
4806         * plugins/check_load.c: - typo
4808 2003-09-17 10:31  tonvoon
4810         * configure.in, plugins/check_swap.c: Support for check_swap in AIX
4811           (tested on 5.1)
4813 2003-09-17 10:25  tonvoon
4815         * tools/setup: Hide error message if docbook not available
4817 2003-09-16 22:58  tonvoon
4819         * doc/developer-guidelines.sgml: Added in threshold range format
4820           and updated autoconf to 2.54 for a problem on Darwin)
4822 2003-09-16 15:14  tonvoon
4824         * configure.in, plugins/Makefile.am, plugins/check_procs.c: Support
4825           for AIX ps command and cleanup of configure's ps checks
4827 2003-09-16 13:32  tonvoon
4829         * AUTHORS, plugins/common.h: AIX problem with enum TRUE and FALSE
4830           (Ludse Verhoeven)
4832 2003-09-16 12:36  kdebisschop
4834         * tools/sfsnapshot: here-doc format was not correct
4836 2003-09-16 06:45  kdebisschop
4838         * plugins/check_ldap.c: milisecond timing and perfdata, fix NULL
4839           pointer error in validate_arguments
4841 2003-09-15 16:49  tonvoon
4843         * AUTHORS: Contributors to the perfdata discussion
4845 2003-09-15 16:28  tonvoon
4847         * AUTHORS, plugins-scripts/check_mailq.pl: Added Exim support
4848           (768445 - Eric Bollengier)
4850 2003-09-15 15:57  tonvoon
4852         * AUTHORS, plugins/check_nt.c: Option to verify check_nt version
4853           (799098 - Steve Hanselman)
4855 2003-09-15 15:30  tonvoon
4857         * AUTHORS: Jason Burnett for check_disk_smb patch
4859 2003-09-15 15:26  tonvoon
4861         * plugins-scripts/check_disk_smb.pl: Optionally specify port for
4862           smbclient to use (781227 - Jason Burnett)
4864 2003-09-15 06:03  kdebisschop
4866         * plugins/check_http.c: make status code extensible (thanks to
4867           Chris Wilson <chris@netservers.co.uk>)
4869 2003-09-12 12:53  kdebisschop
4871         * AUTHORS: two new additions
4873 2003-09-12 12:51  kdebisschop
4875         * plugins/check_ping.c: *new output format reported by Patrick
4876           Allen <p.allen@brandblue.co.uk>, also move atrribution for
4877           Richard Brodie to thanks file
4879 2003-09-12 12:38  kdebisschop
4881         * plugins/check_ping.c: new output format reported by Patrick Allen
4882           <p.allen@brandblue.co.uk>
4884 2003-09-11 12:50  kdebisschop
4886         * plugins/check_http.c: use prefdata function for size too
4888 2003-09-11 09:02  kdebisschop
4890         * plugins/check_http.c: use prefdata function
4892 2003-09-11 09:02  kdebisschop
4894         * configure.in, plugins/check_swap.c: last changes to configure
4895           broke check_swap on RHLinux. Restore /proc/meminfo check and make
4896           check_swap ifdefs safer
4898 2003-09-04 07:43  kdebisschop
4900         * Makefile.am: change so make-dist works in subdirs
4902 2003-09-03 20:37  tonvoon
4904         * configure.in: Remove df checks and ignore swap checks if no swap
4905           commands found
4907 2003-09-03 20:32  tonvoon
4909         * doc/developer-guidelines.sgml: No named credits in source code
4911 2003-09-03 11:32  tonvoon
4913         * configure.in: Fixed substitution for Tru64's ps format
4915 2003-09-03 07:01  kdebisschop
4917         * plugins/check_dig.c: allow warn/crit times to be floating point
4919 2003-09-03 07:00  kdebisschop
4921         * configure.in, plugins/common.h: include math.h if needed for
4922           HUGE_VAL
4924 2003-09-02 16:04  tonvoon
4926         * plugins/check_procs.c: Solaris requires asprintf checks for null
4927           variables
4929 2003-09-01 21:07  tonvoon
4931         * Makefile.am: Report duplicates in AUTHORS file
4933 2003-09-01 20:43  tonvoon
4935         * doc/developer-guidelines.sgml: Add contributor's name into CVS
4936           comments
4938 2003-08-31 06:24  tonvoon
4940         * .cvsignore, AUTHORS, Makefile.am, THANKS.in: Updated AUTHORS to
4941           include all contributors listed in comments in code and CVS for
4942           plugins and plugins-scripts. Still need to do SF
4944 2003-08-31 06:13  tonvoon
4946         * doc/developer-guidelines.sgml: Updated perf data standard for
4947           warn before crit
4949 2003-08-28 12:56  kdebisschop
4951         * plugins/check_game.c: add perf data
4953 2003-08-28 04:53  kdebisschop
4955         * plugins/check_dns.c: add perf data
4957 2003-08-28 04:53  kdebisschop
4959         * plugins/utils.c: use single quotes per guideline, also quote when
4960           SPC or = are found
4962 2003-08-28 04:22  kdebisschop
4964         * plugins/check_disk.c: add perf data
4966 2003-08-28 04:21  kdebisschop
4968         * plugins/utils.c: suppress quotes in perf data when not needed
4969           (some plugins need the space to keep below line length limit
4971 2003-08-28 04:20  kdebisschop
4973         * plugins/utils.h: add min() macro to complement max()
4975 2003-08-26 12:08  kdebisschop
4977         * plugins/check_dig.c: print perfdata
4979 2003-08-26 11:51  kdebisschop
4981         * plugins/check_fping.c: print perfdata
4983 2003-08-26 11:44  kdebisschop
4985         * plugins/: utils.c, utils.h: function to make perfdata output
4987 2003-08-23 16:07  kdebisschop
4989         * plugins/check_http.c: - found and fixed memory allocation error
4990           in rewritten redir() function
4992 2003-08-23 14:59  kdebisschop
4994         * plugins/check_http.c: - hacked interim fix to segfault on
4995           redirect - for tesing only
4997 2003-08-23 14:58  kdebisschop
4999         * plugins/check_dig.c: - fix various format errors with newly added
5000           perf data
5002 2003-08-23 00:49  kdebisschop
5004         * plugins/check_dig.c: - forgot to declare struct timeval tv for
5005           hires timing
5007 2003-08-22 07:55  kdebisschop
5009         * plugins/check_dig.c: - add perf data for time
5011 2003-08-22 07:22  kdebisschop
5013         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
5014           check_dummy.c, check_fping.c, check_game.c, check_hpjd.c,
5015           check_http.c, check_ide-smart.c, check_ldap.c, check_load.c,
5016           check_mrtg.c, check_mysql.c, check_nagios.c, check_nt.c,
5017           check_nwstat.c, check_overcr.c, check_pgsql.c, check_ping.c,
5018           check_procs.c, check_radius.c, check_real.c, check_smtp.c,
5019           check_snmp.c, check_ssh.c, check_swap.c, check_tcp.c,
5020           check_time.c, check_udp.c, check_ups.c, check_users.c, negate.c,
5021           urlize.c: - bindtextdomain for gettext, a few other smale
5022           cleanups here and there
5024 2003-08-22 05:42  kdebisschop
5026         * plugins/: check_http.c: * bugfix: snprintf of timestamp truncated
5027           '\0'
5029 2003-08-21 19:00  kdebisschop
5031         * plugins/check_http.c: * Check redirections for infinte loops and
5032           limit depth of recursion
5034 2003-08-20 10:54  tonvoon
5036         * plugins/check_time.c: Optionally use udp instead of tcp (Bradley
5037           Baetz - 751646)
5039 2003-08-20 09:31  tonvoon
5041         * contrib/check_wins.pl: Changed netsaint to nagios in use lib
5043 2003-08-19 12:41  kdebisschop
5045         * plugins/check_http.c: *BUGFIX: LWS is not required betwwen
5046           "Location:" header field name and field value
5048 2003-08-19 12:19  kdebisschop
5050         * plugins/check_http.c: *add missing status numbers from RFC 2616
5051           (HTTP1.1)
5053 2003-08-18 12:05  kdebisschop
5055         * plugins/check_ping.c: move error scans to a new separate routine
5056           and scan both stderr and stdio
5058 2003-08-11 20:50  tonvoon
5060         * doc/developer-guidelines.sgml: Performance data guidelines added
5062 2003-08-11 20:43  tonvoon
5064         * tools/sfsnapshot: Fixed building snapshots - cvs update ignores
5065           new directories.  Also do not need to run make
5067 2003-08-10 13:56  kdebisschop
5069         * plugins/utils.c: config.h is redundant (common.h includes it)
5071 2003-08-10 13:48  kdebisschop
5073         * plugins/: check_dns.c, check_smtp.c: perf data in integer
5074           microseconds
5076 2003-08-10 13:12  kdebisschop
5078         * po/: POTFILES.in, de.po, fr.po: first pass at NLS markup done
5080 2003-08-10 13:11  kdebisschop
5082         * plugins-scripts/check_rpc.pl: proposed fix for LANG issue
5084 2003-08-10 07:53  kdebisschop
5086         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
5087           check_fping.c, check_game.c, check_hpjd.c, check_http.c,
5088           check_ldap.c, check_load.c, check_mrtg.c, check_mrtgtraf.c,
5089           check_mysql.c, check_nagios.c, check_nt.c, check_nwstat.c,
5090           check_overcr.c, check_pgsql.c, check_ping.c, check_procs.c,
5091           check_radius.c, check_real.c, check_smtp.c, check_snmp.c,
5092           check_ssh.c, check_swap.c, check_tcp.c, check_time.c,
5093           check_udp.c, check_ups.c, check_users.c, negate.c, popen.c,
5094           urlize.c: the last round of pedantic compiler warnings
5096 2003-08-09 14:37  kdebisschop
5098         * tools/devmode: a little shell script to make it a little easier
5099           to produce  pedantic compiler warnings
5101 2003-08-09 14:36  kdebisschop
5103         * plugins/: check_smtp.c, check_ssh.c, check_tcp.c, check_time.c,
5104           check_udp.c, check_ups.c, check_users.c: more pedantic compiler
5105           warnings
5107 2003-08-09 07:51  undrgrid
5109         * plugins/common.h, po/de.po, po/fr.po: Code clean-up
5111 2003-08-09 07:01  kdebisschop
5113         * plugins/: check_dig.c, check_http.c, check_load.c, check_mrtg.c,
5114           check_mrtgtraf.c, check_nwstat.c, check_overcr.c, check_ping.c,
5115           check_procs.c, check_real.c, utils.c, utils.h: more pedantic
5116           compiler warns
5118 2003-08-09 05:19  kdebisschop
5120         * plugins/check_http.c: more pedantic compiler warns, change to
5121           microsecond output for perf data, add size to perf data
5123 2003-08-09 05:12  kdebisschop
5125         * plugins/: utils.c, utils.h: add function for elapsed tim ein
5126           microseconds
5128 2003-08-09 01:56  kdebisschop
5130         * plugins/check_http.c: more pedantic compiler warnings
5132 2003-08-09 01:41  kdebisschop
5134         * plugins/: check_disk.c, check_dummy.c, popen.c, utils.c, utils.h:
5135           more pedantic compiler warnings
5137 2003-08-08 21:31  kdebisschop
5139         * lib/Makefile.am: include getloadvag.m4 in distrib
5141 2003-08-08 17:49  kdebisschop
5143         * plugins/: check_disk.c, netutils.c, netutils.h: cleanups from
5144           pedantic complier warnings
5146 2003-08-08 17:48  kdebisschop
5148         * plugins/check_nt.c: change if/elseif block to case, general
5149           streamline
5151 2003-08-08 13:14  kdebisschop
5153         * plugins/check_disk.c: fix a variety of compiler warnings about
5154           qualifier discards and other pedantic stuff
5156 2003-08-08 06:09  kdebisschop
5158         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c,
5159           check_snmp.c, utils.c, utils.h: fix a variety of compiler
5160           warnings about qualifier discards and other pedantic stuff
5162 2003-08-08 05:33  kdebisschop
5164         * plugins/: check_by_ssh.c, check_disk.c, check_nt.c, netutils.c,
5165           netutils.h, popen.h, utils.h: fix a variety of compiler warnings
5166           about qualifier discards and other pedantic stuff
5168 2003-08-08 04:51  kdebisschop
5170         * plugins/: check_nt.c, check_smtp.c: markup for translation
5172 2003-08-08 00:17  kdebisschop
5174         * plugins/check_real.c: markup for translation
5176 2003-08-07 13:36  kdebisschop
5178         * plugins/check_procs.c: markup for translation
5180 2003-08-07 13:09  kdebisschop
5182         * plugins/check_load.c: reorder for consistency, restore prototypes
5183           for print_foo, nest #ifdef to avoid pedantic traditional c warn
5185 2003-08-07 13:00  kdebisschop
5187         * plugins/check_snmp.c: reorder for consistency (no code changes)
5189 2003-08-07 12:51  kdebisschop
5191         * plugins/: check_by_ssh.c, check_disk.c, check_dns.c,
5192           check_fping.c, check_game.c, check_http.c, check_mrtg.c,
5193           check_mrtgtraf.c, check_nagios.c, check_nt.c, check_nwstat.c,
5194           check_overcr.c, check_radius.c, check_real.c, check_snmp.c,
5195           check_swap.c, check_tcp.c, check_time.c, negate.c, netutils.c,
5196           popen.c, utils.c, utils.h: replace "terminate" with "die" for
5197           shorter name and better readability
5199 2003-08-07 12:49  kdebisschop
5201         * plugins/check_ping.c: cleanup for better readability
5203 2003-08-07 10:51  kdebisschop
5205         * plugins/check_ping.c: markup for translation
5207 2003-08-07 02:23  kdebisschop
5209         * tools/sfsnapshot: make must be run before make dist to creat
5210           language files
5212 2003-08-06 21:53  tonvoon
5214         * doc/developer-guidelines.sgml: Added in that Nagios plugins are
5215           written to GNU standards
5217 2003-08-06 15:26  kdebisschop
5219         * lib/.cvsignore: ignore ulonglong.m4
5221 2003-08-06 13:13  kdebisschop
5223         * plugins/check_overcr.c: markup for translation, move send_buffer
5224           assignment to process_args so process_tcp_request can be moved
5225           outside the conditional, replace if/esleif with switch, replace
5226           #defines with enum
5228 2003-08-06 13:11  kdebisschop
5230         * plugins/check_nwstat.c: markup for translation
5232 2003-08-05 20:20  tonvoon
5234         * doc/developer-guidelines.sgml: Added dev platform requirements
5236 2003-08-05 12:53  kdebisschop
5238         * plugins/check_ssh.c: markup for translation
5240 2003-08-05 10:56  stanleyhopcroft
5242         * contrib/check_mssql.sh: Version 2.0 of MS SQL server plugin
5243           (contrib/check_mssql.sh) from T De Blende.
5245 2003-08-04 12:38  kdebisschop
5247         * plugins/: check_users.c, urlize.c: markup for translation
5249 2003-08-04 09:13  kdebisschop
5251         * plugins/: check_time.c, check_udp.c: markup for translation
5253 2003-08-04 08:42  kdebisschop
5255         * plugins/: check_ldap.c, check_nagios.c, check_radius.c,
5256           check_udp.c, check_ups.c, negate.c: markup for translation
5258 2003-08-03 15:24  kdebisschop
5260         * plugins/: check_ldap.c, check_mrtg.c, check_mrtgtraf.c: markup
5261           for translation
5263 2003-08-03 07:19  kdebisschop
5265         * plugins/check_load.c: markup for translation
5267 2003-08-03 07:05  kdebisschop
5269         * plugins/: check_http.c, check_ldap.c, check_tcp.c: markup for
5270           translation
5272 2003-08-03 07:03  kdebisschop
5274         * plugins/: Makefile.am, check_ide-smart.c: markup for translation,
5275           use common.h, fix problems compiling
5277 2003-08-03 07:02  kdebisschop
5279         * plugins/check_ldap.c: markup for translation
5281 2003-08-03 01:01  kdebisschop
5283         * plugins/check_http.c: markup for translation
5285 2003-08-02 23:19  kdebisschop
5287         * plugins/check_hpjd.c: markup for translation
5289 2003-08-02 23:08  kdebisschop
5291         * plugins/check_mysql.c: markup for translation
5293 2003-08-02 23:06  kdebisschop
5295         * plugins/: check_fping.c, check_game.c, check_mysql.c,
5296           check_snmp.c, utils.h: markupf for translation
5298 2003-08-02 19:22  kdebisschop
5300         * plugins/: utils.c, utils.h: ifdef so utils.h can be header for
5301           utils.c
5303 2003-08-02 19:22  kdebisschop
5305         * plugins/: check_fping.c, check_snmp.c: markup for translation
5307 2003-08-02 17:42  kdebisschop
5309         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
5310           check_dummy.c, check_pgsql.c, check_swap.c, check_tcp.c, utils.h:
5311           establish "UT_" namespace for usage text in #defines
5313 2003-08-02 17:42  kdebisschop
5315         * plugins/check_snmp.c: markup for translation
5317 2003-08-02 06:30  kdebisschop
5319         * plugins/check_dns.c: restore informative output that was lost in
5320           previous bug fix
5322 2003-08-02 00:56  kdebisschop
5324         * plugins/check_dns.c: terminate in error_scan() so meaningfull
5325           errors can be sent
5327 2003-08-01 07:04  kdebisschop
5329         * plugins/check_dummy.c: mark for transaltion
5331 2003-08-01 07:03  kdebisschop
5333         * plugins/check_dns.c: do not translate the strings that will be
5334           compared to utility output - LC_ALL is set to C so those strings
5335           should be untranslated regardless of the system settings
5337 2003-08-01 07:01  kdebisschop
5339         * plugins/popen.c: set LC_ALL to C in execve environemnt
5341 2003-08-01 03:11  kdebisschop
5343         * plugins/: Makefile.am: 'ln -f -s ...' is not reliable/portable.
5344           Use 'rm -f ...; ln -s ...'
5346 2003-07-31 13:06  kdebisschop
5348         * plugins/check_dns.c: mark for translation (note problem here - it
5349           relies on tranalation in underlying utility, which has a high
5350           chance of failing)
5352 2003-07-31 12:02  kdebisschop
5354         * plugins/: utils.h, check_disk.c: mark for translation
5356 2003-07-30 12:39  kdebisschop
5358         * plugins/check_by_ssh.c: mark up for translation
5360 2003-07-30 05:07  kdebisschop
5362         * plugins/: check_dig.c, check_pgsql.c, check_swap.c, check_tcp.c,
5363           utils.h: markup for translation
5365 2003-07-29 12:58  kdebisschop
5367         * plugins/: check_pgsql.c, check_swap.c, check_tcp.c: mark for
5368           translation
5370 2003-07-29 12:57  kdebisschop
5372         * plugins/utils.h: some shared text for internationalized help text
5374 2003-07-29 06:49  kdebisschop
5376         * plugins/utils.c: clean up warnings about ill-formed comment and
5377           string concatenation
5379 2003-07-29 06:43  kdebisschop
5381         * .cvsignore, ChangeLog, README, configure.in, lib/Makefile.am:
5382           bump to gettext 0.11.5 and cleanup GNU toolchain
5384 2003-07-29 06:38  kdebisschop
5386         * ABOUT-NLS, INSTALL: get from GNU files instead of storing in CVS
5388 2003-07-29 06:03  kdebisschop
5390         * tools/setup: move autopoint to start of gnu toolchain setup use
5391           --force-missing instead on manually copying files  (manual
5392           process was broken on RedHat, and we should expect automake to do
5393           its job right anyway)
5395 2003-07-29 04:06  kdebisschop
5397         * configure.in: look for getloadavg.c in $topdir/lib, not
5398           $srcdir/lib
5400 2003-07-29 04:04  kdebisschop
5402         * plugins/: check_http.c: patch attempt to reference undefined
5403           optarg (credit Paul Farrall)
5405 2003-07-29 04:03  kdebisschop
5407         * configure.in: look for getloadavg.c in $topdir/lib, not
5408           $srcdir/lib
5410 2003-07-28 12:36  tonvoon
5412         * configure.in: - Specify srcdir so no confusion
5414 2003-07-28 12:34  tonvoon
5416         * configure.in, lib/getloadavg.m4: Fixes Redhat 6.2 compiles for
5417           getloadavg.o
5419 2003-07-28 12:30  tonvoon
5421         * configure.in, lib/getloadavg.m4: Readded getloadavg.m4 as using
5422           autoconf 2.50+. This fixes redhat 6.2 compiles
5424 2003-07-26 13:15  kdebisschop
5426         * plugins/check_pgsql.c: mark for translation
5428 2003-07-26 13:13  kdebisschop
5430         * plugins/common.h: add S_ macor to mark message for both
5431           translation and inclusion into docbook SGML
5433 2003-07-26 06:29  kdebisschop
5435         * po/: de.po, fr.po: updated check_tcp
5437 2003-07-26 06:25  kdebisschop
5439         * plugins/check_tcp.c, po/ChangeLog: internationalization
5441 2003-07-26 06:17  kdebisschop
5443         * po/.cvsignore, intl/.cvsignore, lib/.cvsignore: skip gettext
5444           files
5446 2003-07-26 05:33  kdebisschop
5448         * lib/: Makefile.am: checkins for internationalization
5450 2003-07-26 05:25  kdebisschop
5452         * po/Makevars: checkins for internationalization
5454 2003-07-26 05:17  kdebisschop
5456         * lib/gettext.h: checkins for internationalization
5458 2003-07-26 05:14  kdebisschop
5460         * tools/setup: checkins for internationalization
5462 2003-07-26 05:09  kdebisschop
5464         * configure.in, ABOUT-NLS, po/de.po, po/fr.po: checkins for
5465           internationalization
5467 2003-07-26 05:06  kdebisschop
5469         * .cvsignore, ChangeLog, Makefile.am, configure.in,
5470           nagios-plugins.spec.in, lib/Makefile.am, plugins/Makefile.am,
5471           plugins/check_tcp.c, plugins/common.h, plugins/utils.c,
5472           po/LINGUAS, po/POTFILES.in, tools/setup: checkins for
5473           internationalization
5475 2003-07-21 13:06  kdebisschop
5477         * plugins/common.h: add stubs to allow markup for translation
5479 2003-07-21 12:53  kdebisschop
5481         * configure.in, plugins/common.h: test GNU_SOURCE and include
5482           features.h if present to clear warning about asprintf definition
5484 2003-07-20 15:40  kdebisschop
5486         * doc/developer-guidelines.sgml: must use '&amp;' in attribute
5487           values instead of '&' id tokens (attibute values) must not have
5488           embedded spaces
5490 2003-07-20 15:01  kdebisschop
5492         * nagios-plugins.spec.in: was needed for build on RH9
5494 2003-07-17 13:14  tonvoon
5496         * plugins-scripts/check_oracle.sh: - Cleanup comments
5498 2003-07-17 10:35  tonvoon
5500         * doc/developer-guidelines.sgml: Guidelines updated to use
5501           Sourceforge tracker system
5503 2003-07-11 23:20  tonvoon
5505         * doc/developer-guidelines.sgml: - Fixed CVS commit comments
5507 2003-07-11 14:06  tonvoon
5509         * doc/developer-guidelines.sgml: Added in practice of prefixing
5510           comments in CVS commits
5512 2003-07-11 07:30  kdebisschop
5514         * ChangeLog: Auto Update from CVS (includes both stabel and devel -
5515           ugh)
5517 2003-07-11 07:12  kdebisschop
5519         * configure.in, plugins/Makefile.am: link check_spop and
5520           check_simap if ssl libs are compiled into check_tcp
5522 2003-07-04 11:42  kdebisschop
5524         * configure.in, plugins/Makefile.am: only make links for check_spop
5525           and check_simap when SSL is built into check_tcp
5527 2003-07-03 17:49  tonvoon
5529         * plugins/check_procs.c: Fixed seg fault on some Sol 7/8 servers
5530           (Patch 764745 - Alexander Matey)
5532 2003-07-03 16:00  tonvoon
5534         * tools/setup: Changing $() to `` to be compatible with Solaris' sh
5536 2003-07-03 04:23  kdebisschop
5538         * autogen.sh, tools/setup: mv GNU toolchain check into tools/setup
5540 2003-07-03 04:19  kdebisschop
5542         * plugins/utils.c: remove LABELLEN
5544 2003-07-02 17:20  tonvoon
5546         * plugins-scripts/: check_oracle.sh: Check for ORA- errors for
5547           tablespace and cache (patch 755456 - Sven Meyer)
5549 2003-07-02 16:57  tonvoon
5551         * plugins-scripts/check_disk_smb.pl: Update error message from
5552           smbclient v2.2.7 (Patch 740132 - Cove Schneider)
5554 2003-07-02 16:52  tonvoon
5556         * plugins-scripts/check_disk_smb.pl: Update error message from
5557           smbclient v2.2.7 (Patch 740132 - Cove Schneider)
5559 2003-07-02 16:01  tonvoon
5561         * contrib/check_file_age.pl, plugins-scripts/.cvsignore,
5562           plugins-scripts/Makefile.am, plugins-scripts/check_file_age.pl,
5563           plugins-scripts/subst.in: Moving check_file_age into core
5565 2003-07-02 15:39  tonvoon
5567         * configure.in: Fixed SUPPORT message
5569 2003-07-01 10:27  tonvoon
5571         * plugins/check_disk.c: Fix for large filesystems > 3TB (Stuart
5572           Webster)
5574 2003-06-30 20:47  undrgrid
5576         * plugins/: check_http.c, check_ldap.c, check_smtp.c: Added -4 and
5577           -6 command line options into check_http, check_ldap and
5578           check_smtp
5580 2003-06-30 19:52  undrgrid
5582         * plugins/: check_ping.c, check_ssh.c, check_tcp.c, netutils.c:
5583           Corrections to get code to compile on systems without IPv6
5584           support
5586 2003-06-30 19:52  undrgrid
5588         * plugins/Makefile.am: Added check_simap & check_spop to
5589           check_tcp_programs If someone knows how to make this conditional
5590           in the Makefile only if being compiled with SSL I think this is
5591           the only way to make it better
5593 2003-06-30 18:02  tonvoon
5595         * plugins/check_disk.c: Fixed support for "check_disk warn crit
5596           [path]" with thresholds at used levels
5598 2003-06-29 20:54  undrgrid
5600         * configure.in, plugins/check_ldap.c: Included patch for check_ldap
5601           from Patch #753621 by Ziya Suzen
5603 2003-06-29 20:22  undrgrid
5605         * plugins/: check_ping.c, check_tcp.c: Changed usage output to show
5606           -4 and -6 are mutually exclusive. You can only      use one or
5607           the other but not both. The last one used will win out.
5609 2003-06-29 20:17  undrgrid
5611         * plugins/: check_ping.c, netutils.c: check_ping is now coded with
5612           -4 & -6 options to call PING or PING6 command netutils modified
5613           to verify hosts based on address_family setting when used    with
5614           -4 or -6 options. is_inet_addr() will not be tested if -6 is
5615           used and is_inet6_addr() will not be tested if -4 is used. Also
5616           the     is_hostname() will use the address_family value to
5617           resolve hostnames    only if IPv6 support is available otherwise
5618           defaults to AF_INET.
5620 2003-06-29 07:36  undrgrid
5622         * plugins/: check_ssh.c, check_tcp.c, netutils.c, netutils.h: Added
5623           address_family extern int variable to netutils to allow for -4 &
5624           -6         options for explicit connection protocol Added support
5625           for -4 & -6 options to check_ssh and check_tcp for testing
5627 2003-06-29 03:18  tonvoon
5629         * plugins/check_nwstat.c: Added NLM test (Phil Randal)
5631 2003-06-29 02:52  tonvoon
5633         * plugins/check_swap.c: Corrected reported size for PROC_MEMINFO
5634           systems
5636 2003-06-29 02:36  tonvoon
5638         * tools/sfwebcron: Fixed so goes to correct web area
5640 2003-06-29 02:07  tonvoon
5642         * tools/sfwebcron: New tool to run on shell.sf.net to update the
5643           dev guidelines
5645 2003-06-29 01:58  tonvoon
5647         * doc/makefile: Fixed makefile
5649 2003-06-27 19:47  undrgrid
5651         * plugins/netutils.c: Modified my_connect to include ai_socktype in
5652           the hints to be compliant with RFC3493 as pointed out by Janos
5653           Mohacsi.
5655 2003-06-27 15:43  tonvoon
5657         * configure.in, plugins/check_swap.c: Support for swap -s for
5658           solaris. Also changes size of swap to MBs through a conversion
5659           amount in configure. Possible breakage on other OSes
5661 2003-06-27 13:04  tonvoon
5663         * doc/makefile: Remove if which check - done in tools/setup instead
5665 2003-06-27 11:30  tonvoon
5667         * tools/setup: Fiddling as Solaris' which command is broken
5669 2003-06-27 00:33  tonvoon
5671         * plugins/check_disk.c: Fixed different thresholds if using exclude
5672           lists
5674 2003-06-25 16:43  tonvoon
5676         * plugins/check_disk.c: Support for different thresholds for
5677           different filesystems
5679 2003-06-25 14:38  tonvoon
5681         * plugins/check_disk.c: Removed -d option and just check against -p
5682           parameter
5684 2003-06-25 14:28  tonvoon
5686         * plugins/check_disk.c: Report errors if path specified not found
5688 2003-06-25 14:16  tonvoon
5690         * plugins/check_disk.c: Problems compiling on SunOS 5.6 with gcc
5691           2.8.1. Fixed by specifying floating variables, rather than
5692           letting asprintf work it out
5694 2003-06-25 13:38  tonvoon
5696         * plugins/check_disk.c: Returns critical if fs missing. Only works
5697           for single fs specified in -p, otherwise will return warning as
5698           before (reported by Jim Carroll)
5700 2003-06-21 06:49  kdebisschop
5702         * plugins/Makefile.am: soalris 8 needs 'ln -s -f' instead of 'ln
5703           -sf'
5705 2003-06-21 06:48  kdebisschop
5707         * plugins/Makefile.am: solaris 8 needs 'ln -s -f' instead of 'ln
5708           -sf'
5710 2003-06-21 06:31  kdebisschop
5712         * plugins/check_http.c: fix character class for URI_PATH and
5713           URI_PORT
5715 2003-06-21 06:23  kdebisschop
5717         * plugins/check_http.c: add remaining URI_PATH chars per RFC 2396
5718           remove '-' from URI_PORT
5720 2003-06-12 05:44  undrgrid
5722         * command.cfg.in: Renamed duplicate check_snmp command definitions
5723           to be unique
5725 2003-06-12 05:14  undrgrid
5727         * command.cfg.in, configure.in: Made the two check_ifoperstatus
5728           commands unique to remove conflicts
5730 2003-06-11 11:41  kdebisschop
5732         * plugins/check_http.c: fix URI_PATH to allow ?&#: (more still
5733           should be allowed) fix class to be POSIX compliant
5735 2003-06-11 11:39  kdebisschop
5737         * plugins/check_http.c: character classes were wrong for URI_PATH
5738           etc: 1) must include ?&#; for PATH 2) POSIX states "If a '-' is
5739           in the scanlist and is not the first character, nor the second
5740           where the first character is a '^' , nor the last character, the
5741           behavior is implementation-defined"
5743 2003-06-10 06:04  kdebisschop
5745         * contrib/urlize.pl: add comment about shell quote removal to
5746           address
5747           https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597
5749 2003-06-10 06:02  kdebisschop
5751         * plugins/urlize.c: add note about shell quote removal to address
5752           https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597
5754 2003-06-10 05:55  kdebisschop
5756         * contrib/urlize.pl: add comment relating to
5757           https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597
5759 2003-06-10 05:53  kdebisschop
5761         * plugins/urlize.c: add note about effect of shell quote handling
5762           to address
5763           https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597
5765 2003-06-08 23:39  tonvoon
5767         * configure.in: Fixed quoting on SWAP_FORMAT
5769 2003-06-08 23:22  tonvoon
5771         * configure.in: Support for OpenBSD 3.2 & 3.3 ps (Julien Touche)
5773 2003-06-07 01:46  sghosh
5775         * plugins/check_real.c: \r\n patch from Mathias
5777 2003-06-07 01:36  sghosh
5779         * plugins/check_real.c: \r\n patch from Mathias
5781 2003-06-05 00:09  tonvoon
5783         * configure.in: Display ps command used
5785 2003-06-04 23:56  tonvoon
5787         * configure.in: Stupid bug - what happens when you don't bother
5788           testing
5790 2003-06-04 23:37  tonvoon
5792         * configure.in: Support for OpenBSD 3.2 & 3.3 ps (Julien Touche)
5794 2003-06-04 23:17  tonvoon
5796         * plugins/check_disk.c: Argument to asprintf in wrong order
5798 2003-06-04 22:17  tonvoon
5800         * pkg/solaris/solpkg: Remove /usr as well. Maybe this is best done
5801           by changing BASEDIR to configure's prefix?
5803 2003-06-02 15:46  kdebisschop
5805         * plugins/check_tcp.c: finish recv() loop when stream GT or EQ
5806           maxbytes (was GT)
5808 2003-06-02 15:43  kdebisschop
5810         * plugins/check_tcp.c: finish recv() loop when stream GT or EQ
5811           maxbytes (was GT)
5813 2003-06-01 06:38  kdebisschop
5815         * plugins/check_tcp.c: typos in doco
5817 2003-06-01 06:38  kdebisschop
5819         * plugins/check_tcp.c: allow user to limit number of bytes fetched
5820           fix some doco (wait is now delay, server_quit was not shown)
5822 2003-06-01 06:19  kdebisschop
5824         * plugins/check_tcp.c: allow user to limit the number of bytes to
5825           be fetched
5827 2003-05-31 15:39  kdebisschop
5829         * plugins/check_dns.c: first revised patch failed to trap the
5830           "break" in while()
5832 2003-05-31 15:39  kdebisschop
5834         * plugins/check_dns.c: first revised patch failed to trap the
5835           "break" in while()
5837 2003-05-31 15:22  kdebisschop
5839         * plugins/check_dns.c: typo in args to terminate
5841 2003-05-31 15:04  kdebisschop
5843         * plugins/check_dns.c: trap null or empty returns from nslookup
5845 2003-05-27 14:10  stanleyhopcroft
5847         * contrib/check_sap.sh: check_sap.sh plugin to check SAP /R3
5848           servers from Karel Salavec and Tom De Blende.
5850 2003-05-26 11:09  stanleyhopcroft
5852         * contrib/: check_axis.sh, check_mssql.sh: Revisions to Tom De
5853           Blende contributed plugins: check_axis.sh and check_mssql.sh
5855 2003-05-18 00:07  tonvoon
5857         * plugins/t/: check_ftp.t: Fixed test (Mathew Ericson - 738609)
5859 2003-05-17 18:58  tonvoon
5861         * plugins/t/: check_load.t: Fixed tests (Mathew Ericson - 738607)
5863 2003-05-17 18:50  tonvoon
5865         * plugins/t/check_procs.t: Fixed test commands (Mathew Ericson -
5866           738605)
5868 2003-05-17 18:46  tonvoon
5870         * plugins/t/check_procs.t: Fixed test commands (Mathew Ericson -
5871           738605)
5873 2003-05-17 18:38  tonvoon
5875         * plugins/t/: check_http.t: Fixed tests (Mathew Ericson - 738608)
5877 2003-05-17 18:36  tonvoon
5879         * plugins/t/check_tcp.t: Fixed tests (Mathew Ericson - 738604) CV:
5880           ----------------------------------------------------------------------
5882 2003-05-17 18:33  tonvoon
5884         * plugins/t/check_tcp.t: Fixed tests (Mathew Ericson - 738604)
5886 2003-05-16 18:32  sghosh
5888         * plugins-scripts/: check_ntp.pl: bug fix
5890 2003-05-15 00:17  tonvoon
5892         * plugins/negate.c: Added examples
5894 2003-05-14 22:59  tonvoon
5896         * plugins-scripts/check_mailq.pl: Added postfix support (Thomas
5897           Nilsen - 735218)
5899 2003-05-14 22:51  tonvoon
5901         * plugins/check_nwstat.c: Added DSVER and UPTIME checks (Phil
5902           Randal - 737617)
5904 2003-05-14 22:49  tonvoon
5906         * pkg/solaris/solpkg: Typo
5908 2003-05-14 22:44  tonvoon
5910         * doc/.cvsignore: Ignore developer-guidelines.html as generated
5911           from docbook
5913 2003-05-14 22:39  tonvoon
5915         * Makefile.am, pkg/solaris/pkginfo.in, pkg/solaris/solpkg: Remove
5916           dependency on gnu make
5918 2003-05-14 00:20  tonvoon
5920         * doc/developer-guidelines.sgml: Updated docs to include comments,
5921           contrib->main, getopts_long and verbose output levels
5923 2003-05-13 23:23  tonvoon
5925         * tools/sfsnapshot: Calls tools/setup and creates a README for the
5926           snapshot directory
5928 2003-05-13 23:03  tonvoon
5930         * doc/developer-guidelines.html, doc/makefile, tools/setup: The
5931           developer-guidelines.html file is now generated from the sgml
5932           file by docbook2html at tools/setup time
5934 2003-05-13 13:14  stanleyhopcroft
5936         * contrib/tarballs/hopcroft-plugins.tar.gz: Removed
5937           contrib/tarballs/hopcroft-plugins.tar.gz. This is archaic,
5938           anachronistic, unmaintained and humblingly embarrassing.
5940 2003-05-13 13:13  stanleyhopcroft
5942         * contrib/check_mssql.sh: check_mssql.sh. A new plugin from Mr T DE
5943           BLENDE to check MS SQLServer databases.
5945 2003-05-09 04:22  kdebisschop
5947         * plugins/check_http.c: fix error when server closes connection
5948           immediately
5950 2003-05-09 04:22  kdebisschop
5952         * plugins/check_http.c: fix error when server closes connection
5953           immediately
5955 2003-05-09 03:59  kdebisschop
5957         * plugins/: check_snmp.c: cause snmpget try try for 1 second less
5958           than the timeout (allowing plugin to force close if needed)
5960 2003-05-07 19:01  undrgrid
5962         * plugins/check_ping.c: Modified check_ping to handle IPv6 as well
5963           as IPv4 ICMP checks using the PING6_COMMAND determined during the
5964           configure script execution. As USE_IPV6 may be defined and
5965           PING6_COMMAND is not defined if there is not IPv6 TCP stack
5966           available when configure is run I condition it off PING6_COMMAND
5967           existing to remove build errors for being undefined.
5969 2003-04-25 10:05  sghosh
5971         * plugins-scripts/: check_ntp.pl: corrected output units
5973 2003-04-23 05:57  kdebisschop
5975         * plugins/: check_http.c, utils.c: update to RFC1123 hostname specs
5977 2003-04-17 06:56  kdebisschop
5979         * nagios-plugins.spec.in: add check_nt, drop check_vsz
5981 2003-04-17 06:55  kdebisschop
5983         * plugins/: check_dig.c, check_tcp.c, check_users.c: code cleanup
5984           to clear strict compiler warnings
5986 2003-04-17 06:36  kdebisschop
5988         * plugins/: check_dig.c, check_tcp.c, netutils.c: code cleanup to
5989           clear strict compiler warnings
5991 2003-04-16 16:31  sghosh
5993         * plugins/check_real.c: old behavior - no stream check unless -u
5995 2003-04-16 16:06  sghosh
5997         * plugins/check_real.c: reset to old behavior of not checking
5998           stream by default
6000 2003-04-13 05:49  sghosh
6002         * plugins/check_hpjd.c: reduce compiler warning between gcc3 and
6003           gcc2.96
6005 2003-04-13 05:28  sghosh
6007         * configure.in: update for check_mailq - qmail support
6009 2003-04-13 05:25  sghosh
6011         * plugins-scripts/utils.pm.in: update for check_mailq - qmail
6012           support
6014 2003-04-13 05:23  sghosh
6016         * plugins-scripts/check_mailq.pl: Added sendmail multi-queue
6017           support (Canau), merged qmail support (Schmid)
6019 2003-04-12 01:02  tonvoon
6021         * plugins/check_procs.c: Match -a STRING anywhere in ps args
6022           (Laurent Vaslin - 719783)
6024 2003-04-12 00:47  tonvoon
6026         * plugins/check_procs.c: Match -a STRING anywhere in ps args
6027           (Laurent Vaslin - 719783)
6029 2003-04-11 23:36  sghosh
6031         * plugins-scripts/check_ifstatus.pl: added feature -u (list of
6032           unused ifIndex)
6034 2003-04-11 23:09  sghosh
6036         * plugins-scripts/check_ifstatus.pl: bug 691412, added feature -x
6037           (list of excluded ifTypes)
6039 2003-04-11 19:44  sghosh
6041         * plugins/check_hpjd.c: patch 698384 - order of args to snmpget +
6042           print a bit of stderr
6044 2003-04-11 17:27  sghosh
6046         * plugins/check_hpjd.c: patch 698384 - order of args to snmpget
6048 2003-04-09 04:46  kdebisschop
6050         * plugins/: check_http.c, check_hpjd.c, check_nt.c: cleanup to
6051           suppress various strict compiler warnings
6053 2003-04-09 04:44  kdebisschop
6055         * plugins/common.h: rewrite #elif to be compatible with traditional
6056           C
6058 2003-04-09 03:09  kdebisschop
6060         * plugins/Makefile.am: check_game needs popen.c now
6062 2003-04-08 21:49  tonvoon
6064         * plugins/: check_nt.c, check_hpjd.c: Changed // to /* */ comments
6065           as some compilers do not like them
6067 2003-04-08 21:38  tonvoon
6069         * command.cfg.in: Updated command for new check_procs
6071 2003-04-08 21:37  tonvoon
6073         * plugins/: check_hpjd.c, check_nt.c: Changed // to /* */ comments
6074           as some compilers do not like them
6076 2003-04-08 01:00  stanleyhopcroft
6078         * contrib/check_axis.sh: check_axis.sh (Axis 5xx print servers)
6079           from Tom De Blende
6081 2003-04-08 00:40  tonvoon
6083         * plugins/check_procs.c: Fixed zombie processes
6085 2003-04-08 00:16  tonvoon
6087         * configure.in: Missed some PS_FORMAT strings
6089 2003-04-07 23:53  tonvoon
6091         * configure.in, plugins/Makefile.am, plugins/check_nagios.c,
6092           plugins/check_procs.c, plugins/check_vsz.c: Souped up check_procs
6093           with different metrics
6095 2003-04-07 22:23  tonvoon
6097         * plugins/check_snmp.c: Removed unnecessary array for AIX compile
6098           (reported by Alwyn Cherrington)
6100 2003-04-07 22:21  tonvoon
6102         * plugins/check_snmp.c: Removed unnecessary regex array
6104 2003-04-07 12:39  kdebisschop
6106         * plugins/check_http.c: ste timeout one second greater than
6107           critical time
6109 2003-04-07 12:38  kdebisschop
6111         * plugins/check_game.c: had been grandfathered ibto core, finally
6112           use normal getopts, add options for player, max-player array
6113           positions
6115 2003-04-03 22:21  tonvoon
6117         * plugins-scripts/check_oracle.sh: Cleaned up cache output
6119 2003-04-01 23:24  tonvoon
6121         * plugins-scripts/check_oracle.sh: Fixed sqlplus calls and
6122           rearranged parameters for --tablespace & --cache
6124 2003-04-01 05:00  kdebisschop
6126         * configure.in: remove PATH_PROG call for autoconf/automake
6127           components
6129 2003-03-31 13:49  kdebisschop
6131         * plugins/check_disk.c: checkpoint  supresses iso9660  adds option
6132           for checking only local  adds choice of scale factor
6134 2003-03-27 22:53  tonvoon
6136         * plugins/check_nwstat.c: Extra Netware checks (Patch 710247 -
6137           Dietmar Ruzicka)
6139 2003-03-26 05:37  tonvoon
6141         * configure.in: ipv6 check requires unistd.h for Darwin
6143 2003-03-26 03:57  tonvoon
6145         * configure.in, plugins/check_procs.c: Removal of ps_raw and
6146           ps_vars
6148 2003-03-26 03:39  tonvoon
6150         * plugins/check_nagios.c: Uses same ps command as check_procs
6152 2003-03-25 06:33  kdebisschop
6154         * .cvsignore: subst is no longer used
6156 2003-03-24 19:05  undrgrid
6158         * .cvsignore, Makefile.am: Better stripping of prefix for Solaris
6159           package install needs to remove       /usr/local as package
6160           installs there by default
6162 2003-03-24 17:44  undrgrid
6164         * Makefile.am, pkg/solaris/.cvsignore, pkg/solaris/pkginfo.in,
6165           plugins/check_disk.c: Minor changes to build for Solaris packages
6167 2003-03-24 16:23  tonvoon
6169         * plugins/check_procs.c: Use max_state
6171 2003-03-24 02:57  tonvoon
6173         * tools/: mail_error, sfsnapshot: PATH set in correct place and
6174           extra comments
6176 2003-03-24 02:44  tonvoon
6178         * tools/: mail_error, sfsnapshot: Bug fixes
6180 2003-03-24 02:21  tonvoon
6182         * tools/mail_error: Sends email if non-zero return code from
6183           command
6185 2003-03-24 02:19  tonvoon
6187         * tools/sfsnapshot: Error code depending on number of files
6188           generated
6190 2003-03-24 01:18  tonvoon
6192         * lib/ls-mntd-fs.m4: Using coreutils 4.5.11 version to fix Darwin
6193           problem
6195 2003-03-24 00:40  tonvoon
6197         * REQUIREMENTS: Add NSClient requirement for check_nt
6199 2003-03-24 00:39  tonvoon
6201         * plugins/check_nt.c: Reference to web site to get NSClient
6203 2003-03-24 00:26  tonvoon
6205         * plugins/check_nt.c: Reference to web site to get NSClient
6207 2003-03-23 07:01  undrgrid
6209         * Makefile.am, autogen.sh, configure.in, lib/Makefile.am,
6210           pkg/solaris/pkginfo.in, pkg/solaris/solpkg: Solaris package build
6211           system
6213 2003-03-23 06:20  kdebisschop
6215         * plugins/check_disk.c: can once again exclude indiviual
6216           path/partitions
6218 2003-03-23 06:11  kdebisschop
6220         * plugins/check_disk.c: add -X to exclude FS type, now works with
6221           more than one path/dev specified
6223 2003-03-22 13:23  kdebisschop
6225         * plugins/utils.c: declaration must precede printf
6227 2003-03-21 20:21  tonvoon
6229         * configure.in: Stupid bug!
6231 2003-03-21 14:08  kdebisschop
6233         * plugins/check_disk.c: checkpoint, allows selecting devices and
6234           paths now
6236 2003-03-21 14:04  kdebisschop
6238         * configure.in: instructions for posting plugin version number
6240 2003-03-19 23:44  kdebisschop
6242         * plugins/check_by_ssh.c: allow to specify -1 and -2 for protocol
6243           version
6245 2003-03-19 22:42  tonvoon
6247         * configure.in: Tru64 df support (Paul Clayton)
6249 2003-03-19 13:01  kdebisschop
6251         * plugins/: utils.c, utils.h: make state_text a function
6253 2003-03-19 12:59  kdebisschop
6255         * lib/mountlist.c, plugins/check_disk.c: check_disk working with
6256           mountlist.c
6258 2003-03-19 02:28  kdebisschop
6260         * Makefile.am, configure.in: subst.* was replaced by dist-hook
6262 2003-03-19 02:27  kdebisschop
6264         * subst.in, subst.sh: these were replaced by dist-hook
6266 2003-03-18 15:18  kdebisschop
6268         * configure.in: running the AFS macro causes newer AC/AM to barf
6270 2003-03-18 09:02  kdebisschop
6272         * configure.in: afs checking
6274 2003-03-18 08:50  kdebisschop
6276         * lib/: ls-mntd-fs.m4, afs.m4: use AC_DEFINE_UNQOUTED
6278 2003-03-18 08:47  kdebisschop
6280         * lib/ls-mntd-fs.m4: stop warning on autoheader 2.13
6282 2003-03-18 07:57  kdebisschop
6284         * plugins/: netutils.c, netutils.h: common.h was doubly included
6286 2003-03-18 07:57  kdebisschop
6288         * plugins/common.h: use enum instead of define, remove some cruft
6289           from old snprintf implementation
6291 2003-03-18 07:48  kdebisschop
6293         * configure.in, lib/Makefile.am, plugins/check_disk.c: use GNU
6294           fileutils for check_disk
6296 2003-03-18 07:47  kdebisschop
6298         * lib/: afs.m4, fstypename.m4, fsusage.c, fsusage.h, fsusage.m4,
6299           ls-mntd-fs.m4, mountlist.c, mountlist.h: from GNU fileutils for
6300           check_disk
6302 2003-03-17 22:22  tonvoon
6304         * plugins-scripts/: check_oracle.sh: Allow default Oracle home from
6305           oratab (reported by Walbert Oberngruber)
6307 2003-03-16 23:54  undrgrid
6309         * configure.in: Modified to automatically enable getaddrinfo
6310           emulation if lwres is not used and getaddrinfo is not found in
6311           the system.
6313 2003-03-16 23:28  undrgrid
6315         * plugins/: check_tcp.c, netutils.c, netutils.h: Applied patch
6316           #660973 for tcp refusals
6318 2003-03-15 01:28  undrgrid
6320         * configure.in: Left over debug define
6322 2003-03-15 01:25  undrgrid
6324         * configure.in, lib/Makefile.am, lib/getaddrinfo.c,
6325           lib/getaddrinfo.h, lib/gethostbyname.c, lib/gethostbyname.h,
6326           plugins/Makefile.am, plugins/getaddrinfo.c,
6327           plugins/getaddrinfo.h, plugins/gethostbyname.c,
6328           plugins/gethostbyname.h, plugins/netutils.c, plugins/netutils.h,
6329           plugins/utils.c, plugins/utils.h: Spent the day working on
6330           backwards compatability using getaddrinfo() Moved getaddrinfo.?
6331           and gethostbyname.? from lib/ to plugins/ due to problems with
6332           compiling into the libnagiosplug.a as it required linking against
6333           socket libraries which are unneeded except for network based
6334           plugins.  This code should hopefully happily work for all systems
6335           and has been tested prior to commit on Debian GNU/Linux, SPARC
6336           Solaris 7 and SPARC Solaris 9.
6338 2003-03-14 13:28  kdebisschop
6340         * plugins-scripts/check_ntp.pl: add timeout, fix taint chacking
6341           diom
6343 2003-03-13 22:20  undrgrid
6345         * .cvsignore, configure.in, lib/Makefile.am: Working out issues
6346           with getaddrinfo emulation build environment
6348 2003-03-13 21:14  tonvoon
6350         * plugins/: check_dns.c, check_http.c, check_tcp.c: Strip leading
6351           spaces in perf data
6353 2003-03-13 21:10  tonvoon
6355         * plugins/check_smtp.c: Perf data without leading spaces and fix
6356           ANSI C complaint about \n
6358 2003-03-13 20:33  tonvoon
6360         * plugins/check_tcp.c: Fix compiler warnings re progname
6362 2003-03-13 06:52  undrgrid
6364         * depcomp: Removed auto-tools script that automake adds
6366 2003-03-13 06:51  undrgrid
6368         * .cvsignore, configure.in, install-sh, missing, mkinstalldirs,
6369           plugins/.cvsignore, plugins/Makefile.am, plugins/common.h,
6370           plugins/common.h.in, plugins/netutils.h, plugins/netutils.h.in,
6371           plugins/popen.h, plugins/popen.h.in, plugins/utils.c,
6372           plugins/utils.h, plugins/utils.h.in, plugins/version.h.in:
6373           Updated cvs ignore files to reflect changes Moved header files
6374           from being ran through configure to standard Removed auto-tools
6375           scripts that get added by automake
6377 2003-03-13 06:00  kdebisschop
6379         * plugins/negate.c: negate must be POSIXly correct in handling
6380           options, else wrapped options get passed to it
6382 2003-03-13 05:59  undrgrid
6384         * configure.in: Removed --with-ipv6 configure option so it
6385           determines IPv6 availablity completely on it's own per suggestion
6386           by Karl
6388 2003-03-13 05:29  kdebisschop
6390         * plugins/negate.c: negate must be POSIXly correct in handling
6391           options, else wrapped options get passed to it
6393 2003-03-12 22:13  undrgrid
6395         * plugins/check_tcp.c: doco standarization
6397 2003-03-12 19:50  undrgrid
6399         * configure.in, plugins-scripts/subst.in: Just a lil namespace
6400           clean-up
6402 2003-03-12 17:42  undrgrid
6404         * configure.in: Minor fix to --with-ipv6 behavior
6406 2003-03-12 17:11  undrgrid
6408         * autogen.sh, configure.in, plugins/utils.c, plugins/utils.h.in:
6409           Added autogen.sh script that rebuilds using autotools and runs
6410           configure Modified configure.in to include some debug build
6411           option info at the end of the scripts execution. Can be removed
6412           by release time.  Modified configure.in to include a --with-ipv6
6413           option Default build is without IPv6 support now to enable you
6414           need to use the --with-ipv6 command line option to configure.
6415           Modified plugins/utils.* to use USE_IPV6
6417 2003-03-12 07:05  kdebisschop
6419         * plugins/check_disk.c: doco standarization
6421 2003-03-12 06:44  kdebisschop
6423         * plugins/check_disk.c: errors for statfs
6425 2003-03-12 06:41  kdebisschop
6427         * plugins/check_smtp.c: comment/doco cleanup for embeeded doc work,
6428           control STMP command via options instead of defines
6430 2003-03-12 06:38  kdebisschop
6432         * configure.in: version increase, statfs work
6434 2003-03-12 02:47  undrgrid
6436         * plugins/.cvsignore: Add some more extra plugins
6438 2003-03-12 02:29  undrgrid
6440         * plugins/check_dig.c: Code clean-up
6442 2003-03-12 02:29  undrgrid
6444         * plugins/check_http.c: Clean up of output from plugin
6446 2003-03-12 02:24  undrgrid
6448         * plugins/: check_udp.c, check_ldap.c, check_http.c: Code clean-up
6450 2003-03-12 02:23  undrgrid
6452         * plugins/check_tcp.c: Code cleanup
6454 2003-03-12 00:45  tonvoon
6456         * plugins/check_dns.c: Removed is_host checks to speed up code.
6457           Fixed timings so no spaces
6459 2003-03-12 00:08  tonvoon
6461         * plugins/check_dns.c: Timings in milliseconds and nicer output
6463 2003-03-11 22:51  tonvoon
6465         * plugins-scripts/.cvsignore: Add script ignores
6467 2003-03-11 22:36  tonvoon
6469         * plugins/negate.c: Remove getopt_long checks
6471 2003-03-11 22:34  tonvoon
6473         * plugins/negate.c: Fixed reading too many argv parameters and
6474           changed to asprintf
6476 2003-03-11 22:29  tonvoon
6478         * plugins/negate.c: Fixed reading too many argv parameters and
6479           changed to asprintf
6481 2003-03-11 22:22  tonvoon
6483         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
6484           check_fping.c, check_hpjd.c, check_http.c, check_ide-smart.c,
6485           check_ldap.c, check_load.c, check_mrtg.c, check_mrtgtraf.c,
6486           check_mysql.c, check_nagios.c, check_nt.c, check_nwstat.c,
6487           check_overcr.c, check_pgsql.c, check_ping.c, check_procs.c,
6488           check_radius.c, check_real.c, check_smtp.c, check_snmp.c,
6489           check_ssh.c, check_swap.c, check_tcp.c, check_time.c,
6490           check_udp.c, check_ups.c, check_users.c, check_vsz.c: Remove
6491           getopt_long checks
6493 2003-03-11 22:09  undrgrid
6495         * configure.in: Fixed some ping6 variables
6497 2003-03-11 18:32  undrgrid
6499         * configure.in: Minor change to Karl's statfs check Inclusion of
6500           ICMPv6 ping tests to define PING6_COMMAND Minor fix to ps syntax
6501           checking to fix bug I introduced last nite
6503 2003-03-11 07:04  undrgrid
6505         * Makefile.am, configure.in: Removed acconfig.h from EXTRA_DIST
6506           Fixed problem with test in SWAP_FORMAT and SWAP_COMMAND
6508 2003-03-11 06:44  kdebisschop
6510         * configure.in, plugins/check_disk.c: use statfs for check_disk
6511           (still needs fs scan)
6513 2003-03-11 06:03  undrgrid
6515         * acconfig.h, configure.in: Finishing clean-up of configure.in
6516           Removing acconfig.h as it's no longer needed
6518 2003-03-10 23:58  undrgrid
6520         * acconfig.h, configure.in: Cleaned up configure for PS and PING to
6521           produce cleaner config.h
6523 2003-03-09 18:13  undrgrid
6525         * plugins/common.h.in: Make sure sys/socket.h is explicitly
6526           included if HAVE_SYS_SOCKET_H is defined
6528 2003-03-09 10:39  tonvoon
6530         * plugins/check_disk.c: Implement error-only option for check_disk
6531           (Ian Duggan)
6533 2003-03-09 10:36  tonvoon
6535         * plugins/check_disk.c: Implement error-only option for check_disk
6536           (Ian Duggan)
6538 2003-03-08 12:08  tonvoon
6540         * plugins/check_disk.c: Fix AIX /proc filesystem (Ian Duggan)
6542 2003-03-08 12:05  tonvoon
6544         * plugins/check_disk.c: Fix AIX /proc filesystem (Ian Duggan)
6546 2003-03-08 11:44  tonvoon
6548         * configure.in: snprintf checks in configure.in like samba
6550 2003-03-08 02:27  undrgrid
6552         * plugins/check_dns.c: Modified code to call is_addr() rather than
6553           is_dotted_quad() with the    new AF indepdent function routines
6555 2003-03-08 02:26  undrgrid
6557         * plugins/: netutils.c, netutils.h.in, utils.c, utils.h.in: AF
6558           indepedent routines introduced.  Modifed process_request() &
6559           my_connect() parameters to make 'proto' type        'int' rather
6560           than 'char *' and use IPPROTO_* POSIX values.  Removed
6561           is_dotted_quad() & my_inet_aton() functions Added is_addr(),
6562           is_inet_addr(), is_inet6_addr() and resolve_host_or_addr()
6563           functions to check whether it is a valid IP address Modified
6564           is_host() to call is_addr() and is_hostname()
6566 2003-03-08 02:02  tonvoon
6568         * tools/sfsnapshot: Need to remove configure.in
6570 2003-03-08 01:59  tonvoon
6572         * lib/Makefile.am, lib/snprintf.c, plugins/Makefile.am,
6573           plugins/snprintf.c: Move snprintf into lib
6575 2003-03-08 01:48  tonvoon
6577         * tools/sfsnapshot: Have to run through whole automake procedure as
6578           datestamp in RELEASE variable
6580 2003-03-08 01:13  tonvoon
6582         * tools/sfsnapshot: Added automake parameters for config.sub and
6583           config.guess
6585 2003-03-08 00:57  tonvoon
6587         * tools/sfsnapshot: Fixed production OUT variable
6589 2003-03-08 00:55  tonvoon
6591         * tools/sfsnapshot: Adds MD5SUM file, creates multiple branch
6592           snapshots and doesn't rerun configure/automake/autoconf
6593           unnecessarily
6595 2003-03-08 00:21  tonvoon
6597         * Makefile.am: Use Makefile's variables (to support a shortcut in
6598           sfsnapshot)
6600 2003-03-07 22:11  undrgrid
6602         * configure.in, lib/Makefile.am, lib/getaddrinfo.c,
6603           lib/getaddrinfo.h, lib/gethostbyname.c, lib/gethostbyname.h,
6604           plugins/check_pgsql.c, plugins/common.h.in, plugins/netutils.c,
6605           plugins/netutils.h.in, tools/setup: Added getaddrinfo.[ch] &
6606           gethostbyname.[ch] to provide RFC2553 functions   if missing in
6607           system libs and lwres not present Moved all references to netdb.h
6608           and sys/socket.h into common.h.in Modified automake call in
6609           tools/setup to include adding missing files         so config.sub
6610           and config.guess will be available
6612 2003-03-07 20:16  tonvoon
6614         * plugins/check_nt.c: Make output for CPU load nicer
6616 2003-03-07 07:45  kdebisschop
6618         * plugins/check_smtp.c: millisecond timing and perf data
6620 2003-03-07 07:15  kdebisschop
6622         * plugins/: check_smtp.c: whole timer loop was on the wrong side of
6623           connection close code
6625 2003-03-07 06:43  kdebisschop
6627         * plugins/check_udp.c: fix for -H invocation of hostname
6629 2003-03-07 06:40  kdebisschop
6631         * plugins/check_udp.c: fix for -H invocation of hostname
6633 2003-03-06 06:40  undrgrid
6635         * acinclude.m4, configure.in: Adds --with-lwres and
6636           --enable-emulate-getaddrinfo but are not used in any of the code
6637           at this time. Has a check for IPv6 support but only runs if using
6638           the emulate-getaddrinfo routines, this needs to be modified.  !!!
6639           I need input from results of this run on various platforms to see
6640           what results are seen in plugins/config.h so please help test !!!
6642 2003-03-05 07:27  kdebisschop
6644         * plugins-scripts/check_ntp.pl: add "m" to regex for minutes
6646 2003-03-05 05:59  sghosh
6648         * plugins/check_smtp.c: remove race condition for a long HELO
6650 2003-03-05 04:38  sghosh
6652         * command.cfg.in: corrected snmp commands
6654 2003-03-05 04:37  sghosh
6656         * plugins-scripts/check_ntp.pl: regex fix per Marc Poulin
6658 2003-03-05 00:17  tonvoon
6660         * plugins/check_http.c: check_http min size option (680467 - Dave
6661           Viner)
6663 2003-03-04 23:56  tonvoon
6665         * plugins/check_nt.c: Make output message for CPU Load a bit nicer
6667 2003-03-04 23:35  tonvoon
6669         * tools/sfsnapshot: To create nagiosplug daily snapshots on SF
6671 2003-03-03 03:49  kdebisschop
6673         * plugins/check_ping.c: accept comma-delimted list of hosts for
6674           checking if a multihomed host is alive
6676 2003-03-02 06:01  kdebisschop
6678         * plugins/check_ping.c: add logic to check multiple servers
6680 2003-03-02 04:59  kdebisschop
6682         * ChangeLog: update from CVS
6684 2003-03-02 04:58  kdebisschop
6686         * configure.in, nagios-plugins.spec.in: adjustments to remove beta
6687           tagging
6689 2003-03-02 04:32  kdebisschop
6691         * ChangeLog: update from CVS
6693 2003-03-01 05:09  kdebisschop
6695         * nagios-plugins.spec.in: we were missing some docs in the RPM
6697 2003-02-23 17:11  sghosh
6699         * REQUIREMENTS: Novell requirements
6701 2003-02-23 17:10  sghosh
6703         * contrib/check_bgpstate.pl: removed community string in CRIT
6704           message
6706 2003-02-22 19:06  tonvoon
6708         * configure.in: Solaris and Unixware labels round the wrong way for
6709           swap command
6711 2003-02-22 13:01  kdebisschop
6713         * Makefile.am: provide target for nagios-plugins.spec
6715 2003-02-22 07:27  kdebisschop
6717         * Makefile.am: add CODING FAQ LEGAL to distribution tarball
6719 2003-02-21 21:59  tonvoon
6721         * plugins/check_http.c: Fixed coredump with unallocated string
6723 2003-02-21 21:46  tonvoon
6725         * plugins/check_dns.c: Strip leading spaces on dns return value
6726           (689563 - Simon L Nielsen)
6728 2003-02-20 03:16  kdebisschop
6730         * plugins-scripts/check_disk_smb.pl: option regexs need to include
6731           ^ and $
6733 2003-02-19 22:56  tonvoon
6735         * lib/Makefile.am: Removing getloadavg.m4 from dist
6737 2003-02-19 08:36  kdebisschop
6739         * INSTALL, configure.in, lib/getloadavg.m4, tools/setup: remove
6740           getloadavg.m4
6742 2003-02-19 00:45  tonvoon
6744         * Makefile.am, configure.in, getloadavg.m4, lib/Makefile.am,
6745           lib/getloadavg.c, lib/getloadavg.m4, plugins/Makefile.am,
6746           plugins/getloadavg.c: Move getloadavg to lib directory. Must run
6747           "aclocal -I lib"
6749 2003-02-18 23:00  kdebisschop
6751         * plugins/check_pgsql.c: spurious backslash escape
6753 2003-02-18 22:56  kdebisschop
6755         * configure.in: set tag for beta3, fix pgsql detection
6757 2003-02-18 22:24  kdebisschop
6759         * plugins/check_udp.c: never exited getopt loop
6761 2003-02-18 22:20  kdebisschop
6763         * plugins/check_tcp.c: failed if header was more than 1023 bytes
6765 2003-02-18 22:10  tonvoon
6767         * plugins/check_load.c: Fixed the output messages (Bug 688729 -
6768           Jayjay)
6770 2003-02-18 21:58  tonvoon
6772         * Makefile.am: Add SUPPORT file to distribution
6774 2003-02-18 21:56  tonvoon
6776         * plugins/check_http.c: Fixed compiler warning and increased the
6777           SSL random key for a Solaris PRNG problem
6779 2003-02-18 05:38  kdebisschop
6781         * configure.in: remainder of ps fix for UnixWare, and move [] in
6782           if/elif to indicate m4 quoting instead of test invocation
6784 2003-02-18 04:05  sghosh
6786         * contrib/check_appletalk.pl: Appletalk ping plugin
6788 2003-02-18 04:04  sghosh
6790         * plugins/check_snmp.c: OID type prefix patch [Patches-679403]
6792 2003-02-18 03:46  sghosh
6794         * plugins/check_swap.c: support for Large swap sizes
6796 2003-02-18 03:17  sghosh
6798         * configure.in: regex fix to catch *BSD swapinfo and not HP-UX
6799           error and memory/file swap in addition to device for HP-UX
6801 2003-02-17 22:01  kdebisschop
6803         * configure.in: typo in testing uname output
6805 2003-02-17 21:57  kdebisschop
6807         * configure.in: ping and swap for unixware
6809 2003-02-17 21:04  kdebisschop
6811         * configure.in: library search dirs are part of LDFLAGS
6813 2003-02-17 19:11  sghosh
6815         * REQUIREMENTS: location updates
6817 2003-02-16 08:41  tonvoon
6819         * plugins/Makefile.am: Fixed dependencies for check_nt
6821 2003-02-16 08:25  tonvoon
6823         * plugins/check_nt.c: Coredump if no variable set (reported by Marc
6824           C. Poulin)
6826 2003-02-16 02:46  egalstad
6828         * contrib/check_dhcp.c: Interface patch byor Clemens Resen
6830 2003-02-16 02:18  sghosh
6832         * plugins-scripts/check_ntp.pl: all alphanumeric accepted for refid
6833           on ntpq
6835 2003-02-12 22:32  tonvoon
6837         * plugins/.cvsignore: Added extra plugins
6839 2003-02-12 22:30  tonvoon
6841         * lib/.cvsignore: Add ignore files
6843 2003-02-12 22:29  tonvoon
6845         * plugins/negate.c: Remove unnecessary \ and fix coredump with no
6846           parameters specified
6848 2003-02-12 22:27  tonvoon
6850         * plugins/check_http.c: Remove unnecessary \ - complaints from
6851           Tru64's cc compiler
6853 2003-02-12 22:21  tonvoon
6855         * configure.in: Inadequate quoting for PS_FORMAT & removal of grep
6856           "*** for Tru64
6858 2003-02-12 04:36  sghosh
6860         * command.cfg.in: forced ntpq jitter check
6862 2003-02-12 04:32  sghosh
6864         * plugins-scripts/check_ifoperstatus.pl: added timeout alarm
6866 2003-02-12 04:30  sghosh
6868         * plugins-scripts/check_ntp.pl: fixed regex for stratum1 peer,
6869           added logic for failed ntpq call(e.g. sntp host)
6871 2003-02-11 00:47  tonvoon
6873         * plugins/check_mysql.c: Patch by Dave Viner for seg fault on RH
6874           7.3 (655903)
6876 2003-02-10 23:59  tonvoon
6878         * configure.in: Update with references to REQUIREMENTS
6880 2003-02-10 23:58  tonvoon
6882         * Requirements: Remove file, superceded by REQUIREMENTS
6884 2003-02-10 23:34  tonvoon
6886         * plugins/: getopt.c, getopt.h, getopt1.c: Removing getopt files -
6887           now in new lib directory
6889 2003-02-10 23:32  tonvoon
6891         * lib/: Makefile.am, getopt.c, getopt.h, getopt1.c: New directory
6892           for common library files
6894 2003-02-10 23:28  tonvoon
6896         * plugins/common.h.in: Added in a define for HAVE_GETOPT_H for
6897           backwards compatibility
6899 2003-02-10 23:27  tonvoon
6901         * plugins/Makefile.am: Remove unnecessary getopt references and
6902           link in lib directory
6904 2003-02-10 23:26  tonvoon
6906         * configure.in: Removing checks for getopt.h - now always
6907           available. Also support lib dir
6909 2003-02-10 23:24  tonvoon
6911         * Makefile.am: Adding lib directory for getopts change
6913 2003-02-10 23:08  tonvoon
6915         * configure.in: Fixed Tru64 ps command (Bug 669585 - Paula Arnold)
6917 2003-02-10 18:36  undrgrid
6919         * plugins/check_ssh.c: Added argc checks before attempting to
6920           access argv[]
6922           Corrected return codes and output
6924 2003-02-10 14:18  undrgrid
6926         * plugins/check_ssh.c: Revised code to use resolving and connection
6927           code in utils.c and netutils.c rather than its own functions.
6928           Corrected code to properly handle input of server hostname and
6929           port on commandline without option flags.
6931 2003-02-10 04:49  kdebisschop
6933         * contrib/check_fping_in.c: this plugin is in core as check_fping
6935 2003-02-09 18:59  undrgrid
6937         * tools/setup: Reordered program calls so autoheader was called
6938           before automake thus getting rid of errors for header files not
6939           being present when automake was called. Also puts it inline with
6940           documentation in INSTALL & INSTALLING
6942 2003-02-09 14:20  sghosh
6944         * contrib/: check_adptraid.sh, check_compaq_insight.pl,
6945           check_file_age.pl:  new plugins
6947 2003-02-09 14:18  sghosh
6949         * contrib/: README.TXT, readme.txt: file rename
6951 2003-02-09 14:16  sghosh
6953         * contrib/: check_remote_nagios_status.pl, check_wins.pl,
6954           sched_downtime.pl: more contribs
6956 2003-02-09 14:03  sghosh
6958         * contrib/tarballs/: fetchlog-0.92.tar.gz, fetchlog-0.94.tar.gz:
6959           new version
6961 2003-02-09 12:54  kdebisschop
6963         * CODING, README: spell check
6965 2003-02-09 12:36  kdebisschop
6967         * FAQ: spell check
6969 2003-02-09 12:17  sghosh
6971         * SUPPORT: ispell
6973 2003-02-08 06:00  kdebisschop
6975         * plugins/check_pgsql.c: use enum instead of define
6977 2003-02-08 05:58  kdebisschop
6979         * FAQ: add item on submitting new plugins
6981 2003-02-08 05:57  kdebisschop
6983         * SUPPORT: suggest minimum standards for support requests
6985 2003-02-08 05:32  kdebisschop
6987         * plugins/check_http.c: submit request with one send
6989 2003-02-05 05:59  kdebisschop
6991         * configure.in: fix for SSL build on RedHat rawhide
6993 2003-02-05 05:58  kdebisschop
6995         * plugins/check_dns.c: allow check to proceed using servers from
6996           resolv.conf
6998 2003-02-05 05:57  kdebisschop
7000         * plugins/check_http.c: fix segfault due to bad asprintf invocation
7002 2003-02-04 06:24  sghosh
7004         * plugins-scripts/Makefile.am:  install user:grp perms [patch
7005           679703 -Detlef Boehm]
7007 2003-02-04 06:16  sghosh
7009         * plugins-scripts/check_flexlm.pl: lmstat output update
7011 2003-02-04 05:54  sghosh
7013         * plugins-scripts/check_ntp.pl: corrected ntpdate offset to seconds
7015 2003-02-03 21:43  tonvoon
7017         * plugins/check_snmp.c: Avoid core dump with null or invalid data
7018           (679400 - Mathieu Masseboeuf)
7020 2003-02-03 21:33  tonvoon
7022         * plugins/Makefile.am: Patch for Mac OS X compile (652080 - Ton
7023           Voon)
7025 2003-02-03 20:43  sghosh
7027         * contrib/tarballs/check_cit.tgz: Citrix plugin
7029 2003-02-03 20:35  sghosh
7031         * command.cfg.in: more sample command configurations
7033 2003-02-03 20:29  sghosh
7035         * configure.in, plugins-scripts/check_ntp.pl,
7036           plugins-scripts/utils.pm.in: change ntpdc to ntpq (Jonathan
7037           Rozes,Thomas Schimpke, bug-656237 )
7039 2003-02-03 15:47  sghosh
7041         * plugins-scripts/check_ntp.pl: patch for desync peer and ntpdate
7042           (James Fidell)
7044 2003-02-03 05:29  sghosh
7046         * plugins-scripts/check_ifstatus.pl:  bugfix [bug 651021 mperry2]
7048 2003-02-03 05:07  sghosh
7050         * plugins/check_hpjd.c: added default community [bug-patch #600349
7051           jbaumgartner]
7053 2003-01-31 18:40  tonvoon
7055         * plugins/check_procs.c: Fix for zombie processes on Solaris (Bug
7056           677803 - Matthew Brown)
7058 2003-01-31 18:36  tonvoon
7060         * plugins/check_nt.c: Reapply all asprintf calls. Fix for %%
7061           problem with -l flag.
7063 2003-01-31 01:26  tonvoon
7065         * plugins/check_nt.c: Removed all unnecessary asprintf calls.
7066           Replaced with original check_nt.c to minimise amount of changes
7067           (reported by Reuben Farrelly)
7069 2003-01-30 23:18  tonvoon
7071         * plugins/check_nt.c: Added reference to the official NSClient web
7072           site
7074 2003-01-30 22:57  tonvoon
7076         * plugins/check_swap.c: Fixed long --allswap option
7078 2003-01-30 22:55  tonvoon
7080         * plugins/check_procs.c: Fixed progname
7082 2003-01-29 20:57  tonvoon
7084         * plugins/check_mrtgtraf.c: Fixed error and success codes (638656 -
7085           Paul Dlug)
7087 2003-01-29 20:47  tonvoon
7089         * plugins-scripts/check_oracle.sh: Added cache and tablespace check
7090           (621567 - John Marquart)
7092 2003-01-29 20:33  tonvoon
7094         * plugins/: Makefile.am, check_nt.c: Added in check_nt for bug
7095           646516
7097 2003-01-29 06:38  kdebisschop
7099         * plugins/check_mysql.c: remove incorrect check_disk() declaration
7101 2003-01-29 06:16  kdebisschop
7103         * plugins/check_ldap.c: fix segfault when argc>=2 and the -H or -b
7104           options are not supplied
7106 2003-01-29 06:15  kdebisschop
7108         * plugins/check_by_ssh.c: 1.8
7110 2003-01-29 05:55  tonvoon
7112         * plugins/check_http.c: Better error if server requests client
7113           based certificate (609382 - Olaf Greis)
7115 2003-01-29 05:27  tonvoon
7117         * contrib/check_dns_random.pl: Exit code added (604837 - Lachlan
7118           Cameron-Smith)
7120 2003-01-29 05:10  tonvoon
7122         * plugins-scripts/check_oracle.sh: Added dummy login test (650970 -
7123           Ton Voon)
7125 2003-01-29 04:28  tonvoon
7127         * plugins/check_vsz.c: Error when no params passed, better invalid
7128           params message (652086 - Ton Voon)
7130 2003-01-29 04:11  tonvoon
7132         * plugins/check_procs.c: Fixed NULL status in Solaris (644783 -
7133           Fabian Pehla) Fixed -p options (652082 - Ton Voon)
7135 2003-01-28 07:44  kdebisschop
7137         * contrib/checkciscotemp.pl: typo: had commented use Net::SNMP for
7138           testing
7140 2003-01-28 07:42  kdebisschop
7142         * plugins/check_real.c: make sure host_name is set and remove NULL
7143           string inits that can lead to segfaults
7145 2003-01-28 07:26  kdebisschop
7147         * plugins/check_mysql.c: missed argc check on port parameter
7149 2003-01-28 07:17  kdebisschop
7151         * contrib/checkciscotemp.pl: split and validate input more robustly
7153 2003-01-28 07:15  kdebisschop
7155         * plugins/check_http.c: remove NULL string inits that can lead to
7156           segfaults
7158 2003-01-28 00:32  tonvoon
7160         * configure.in: ps support for Darwin / MacOSX
7162 2003-01-27 11:53  kdebisschop
7164         * plugins/check_http.c: do not pass host if none is provided
7166 2003-01-27 06:04  kdebisschop
7168         * plugins/check_http.c: we were sending extra CRLF
7170 2003-01-19 06:34  kdebisschop
7172         * plugins-scripts/check_rpc.pl: indicate new default state in
7173           get_rpcinfo, also fix a bunch of indents for consistent format
7175 2003-01-17 05:56  sghosh
7177         * plugins-scripts/check_rpc.pl: bug fix for state and opt_c
7178           initialization
7180 2003-01-17 05:37  sghosh
7182         * plugins/check_snmp.c: Counter32 tag parsing added
7184 2003-01-16 06:42  kdebisschop
7186         * plugins/: check_mysql.c, check_pgsql.c: semicolon needed where
7187           progname define was replaced
7189 2003-01-16 06:29  kdebisschop
7191         * plugins/check_http.c: add option to let regex span newlines
7193 2003-01-16 06:28  kdebisschop
7195         * plugins/check_game.c: progname and print_usage need to be defined
7197 2003-01-16 06:22  kdebisschop
7199         * plugins/check_radius.c: semicolon needed where praogname define
7200           was replced
7202 2003-01-16 06:10  kdebisschop
7204         * plugins/check_hpjd.c: semicolon needed where praogname define was
7205           replced
7207 2003-01-16 05:22  kdebisschop
7209         * configure.in: find kerberos libs in latest Red Hat beta
7211 2003-01-16 05:21  kdebisschop
7213         * plugins/utils.c: restore max() macro
7215 2003-01-16 05:20  kdebisschop
7217         * plugins/check_tcp.c: cleanup progname assignment
7219 2003-01-16 05:19  kdebisschop
7221         * plugins-scripts/check_disk_smb.pl: accept $ for share and \\ for
7222           users
7224 2003-01-16 05:17  kdebisschop
7226         * plugins/check_by_ssh.c: avoid segfault when host is not given
7228 2003-01-13 12:21  kdebisschop
7230         * contrib/: check_dhcp.c, check_fping_in.c, check_rbl.c: convert
7231           PROGANE from a define to a const char
7233 2003-01-13 12:15  kdebisschop
7235         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
7236           check_dummy.c, check_fping.c, check_hpjd.c, check_http.c,
7237           check_ldap.c, check_load.c, check_mrtg.c, check_mrtgtraf.c,
7238           check_mysql.c, check_nagios.c, check_nwstat.c, check_overcr.c,
7239           check_pgsql.c, check_ping.c, check_procs.c, check_radius.c,
7240           check_real.c, check_smtp.c, check_snmp.c, check_ssh.c,
7241           check_swap.c, check_tcp.c, check_time.c, check_udp.c,
7242           check_ups.c, check_users.c, check_vsz.c, negate.c, urlize.c,
7243           utils.c, utils.h.in: convert PROGANE from a define to a const
7244           char
7246 2003-01-13 12:13  kdebisschop
7248         * plugins/popen.c: change exit status to be POSIX compliant
7250 2003-01-13 12:09  kdebisschop
7252         * plugins/check_nagios.c: check for a few null strings, change
7253           PROGNAME from #define to const *char
7255 2003-01-13 04:50  kdebisschop
7257         * plugins/check_disk.c: add options for excluding devices and for
7258           skipping OK devices in summary
7260 2003-01-03 03:24  kdebisschop
7262         * plugins/utils.c: protect against some null strings, make formats
7263           more uniform
7265 2002-12-19 19:30  kdebisschop
7267         * plugins/check_tcp.c: expect is +OK for SPOP too
7269 2002-12-19 19:29  kdebisschop
7271         * plugins/check_tcp.c: server expect not getting set, expect is +OK
7272           for POP
7274 2002-12-19 19:20  kdebisschop
7276         * plugins/check_http.c: remove spurious CRLF
7278 2002-11-29 12:02  stanleyhopcroft
7280         * contrib/check_citrix:
7281           New plugin to check the ICA browse service (used by Citrix
7282           Metaframe servers) from Ed Rolison and Tom De Blende.
7284 2002-11-25 12:00  kdebisschop
7286         * plugins/check_tcp.c: was segfaulting if no dtat was returned
7288 2002-11-24 13:43  kdebisschop
7290         * tools/snapshot: some fixes needed to move off old devel box
7292 2002-11-24 13:09  kdebisschop
7294         * tools/snapshot: make routine snapshots of nagios and plugin CVS
7295           to expand testing
7297 2002-11-22 10:52  kdebisschop
7299         * plugins/check_ups.c: add replace battery condition, replace
7300           unchecked strcat calls with asprintf (I do not think buffer
7301           overflow was possible here, but lets be consistent)
7303 2002-11-22 02:46  kdebisschop
7305         * configure.in: get long args output to work on check_procs by
7306           putting incantations with -w ahead of others
7308 2002-11-22 02:33  kdebisschop
7310         * configure.in: get long args output to work on linux check_procs,
7311           actually works this time (needs OpenBSD testing)
7313 2002-11-22 01:33  kdebisschop
7315         * plugins/check_procs.c: add a few comments, trap a few place where
7316           a NULL string might have been handled
7318 2002-11-22 01:31  kdebisschop
7320         * configure.in: get long args output to work on linux check_procs
7321           (needs OpenBSD testing)
7323 2002-11-21 12:40  kdebisschop
7325         * plugins/check_dig.c: fix empty output on errors
7327 2002-11-20 11:56  kdebisschop
7329         * plugins/check_swap.c: add switch to evaluate each swap
7330           individually
7332 2002-11-20 11:28  kdebisschop
7334         * plugins/check_dig.c: fix solaris SEGV, still need to print
7335           meaningful error text
7337 2002-11-20 01:19  kdebisschop
7339         * plugins/check_by_ssh.c: in short options, t no no argument
7341 2002-11-20 01:09  kdebisschop
7343         * plugins/check_dig.c: replace some strcpy with strscpy
7345 2002-11-19 19:13  kdebisschop
7347         * plugins/Makefile.am: another try at portable symlinking
7349 2002-11-19 19:07  kdebisschop
7351         * plugins/Makefile.am: another try at portable symlinking
7353 2002-11-19 19:06  kdebisschop
7355         * plugins/check_time.c: explicitly cast recv() arg2 for SunOS5.6
7357 2002-11-19 07:13  kdebisschop
7359         * plugins/Makefile.am: rewrite of install-exec-hook for solaris
7361 2002-11-18 21:58  sghosh
7363         * contrib/: check_javaproc.pl, nagios_sendim.pl: javaproc, sendim
7365 2002-11-18 14:46  sghosh
7367         * contrib-reporting/process_perfdata.pl: New directory to for
7368           perfdata and reporting scripts
7370 2002-11-18 11:24  kdebisschop
7372         * plugins/check_swap.c: test total swap instead of individual disks
7374 2002-11-18 07:23  kdebisschop
7376         * plugins/check_disk.c: failed to handle multple disks
7378 2002-11-18 07:22  kdebisschop
7380         * plugins/utils.c: more readable max_state() code
7382 2002-11-16 12:57  kdebisschop
7384         * plugins/Makefile.am: fix too many sources problem for programs
7385           tha are symlinks to check_tcp
7387 2002-11-16 04:59  kdebisschop
7389         * plugins/check_snmp.c: my take on Subhendu's patches, plus a few
7390           comments for clarity
7392 2002-11-15 17:47  sghosh
7394         * plugins/check_snmp.c: memory bounds in options, no output
7395           comparison case
7397 2002-11-15 04:51  kdebisschop
7399         * nagios-plugins.spec.in: make spec work again, now that release is
7400           in source name again
7402 2002-11-15 00:51  kdebisschop
7404         * configure.in: release numbering fix
7406 2002-11-15 00:50  kdebisschop
7408         * plugins/check_snmp.c: fix label handling, replace accidentally
7409           deleted elseif l.310
7411 2002-11-14 18:25  kdebisschop
7413         * Makefile.am, acconfig.h, configure.in, nagios-plugins.spec.in,
7414           plugins/utils.c: fix bug with gettimeofday test, improve
7415           version/release handling, update rpm spec
7417 2002-11-14 18:23  kdebisschop
7419         * plugins/Makefile.am: fix typo in snprintf build
7421 2002-11-14 05:36  kdebisschop
7423         * plugins/Makefile.am: can't drop these sources -- neded for dist
7425 2002-11-14 05:27  kdebisschop
7427         * plugins/Makefile.am: fix build rule for snprintf
7429 2002-11-14 05:25  kdebisschop
7431         * plugins/check_http.c: pagesize count off by one
7433 2002-11-14 04:45  kdebisschop
7435         * plugins/check_http.c: clean up NULL from status on Solaris
7437 2002-11-14 04:00  kdebisschop
7439         * configure.in: typo in AC_DEFINE of PS_FORMAT for solaris
7441 2002-11-14 03:37  kdebisschop
7443         * plugins/Makefile.am: remove check_nt again
7445 2002-11-14 03:09  kdebisschop
7447         * plugins/Makefile.am: back out last change -- it was only work in
7448           progress
7450 2002-11-14 02:26  kdebisschop
7452         * plugins/: Makefile.am, check_dns.c, check_ldap.c, check_mrtg.c,
7453           check_mrtgtraf.c, check_nwstat.c, check_radius.c, utils.c,
7454           version.h.in: remove call_getopt and ssprintf
7456 2002-11-13 11:50  kdebisschop
7458         * plugins/: check_disk.c, check_dns.c, check_fping.c, check_hpjd.c,
7459           check_mrtg.c, check_nwstat.c, check_ping.c, check_vsz.c,
7460           urlize.c, utils.c: remove call_getopt and asprintf
7462 2002-11-12 11:28  kdebisschop
7464         * plugins/check_dig.c: cleanup asprintf, old function decls
7466 2002-11-12 11:26  kdebisschop
7468         * plugins/: check_mysql.c, check_real.c, check_ups.c: remove
7469           call_getopt
7471 2002-11-11 22:15  sghosh
7473         * plugins/check_snmp.c: should use asprintf
7475 2002-11-11 20:19  sghosh
7477         * plugins/check_snmp.c: more snmpv3 patches
7479 2002-11-11 19:29  sghosh
7481         * plugins/check_snmp.c: long opt for miblist, snmpv3 support
7482           (rosenauer)
7484 2002-11-11 16:04  sghosh
7486         * plugins/check_snmp.c: option to specify a miblist - llow
7488 2002-11-11 15:43  sghosh
7490         * plugins/check_snmp.c: misc doc fix, missing verbose option
7492 2002-11-09 11:37  kdebisschop
7494         * plugins/: check_ups.c, check_users.c: remove call_getopt
7496 2002-11-09 04:22  kdebisschop
7498         * plugins/: check_by_ssh.c, check_dig.c, check_ping.c,
7499           check_time.c: remove call_getopt
7501 2002-11-09 04:21  kdebisschop
7503         * plugins/check_snmp.c: cleaner handling of DEFAULT_PORT
7505 2002-11-09 03:43  kdebisschop
7507         * configure.in: add HPUX swap, try to cleanup getopt processing
7509 2002-11-09 03:39  kdebisschop
7511         * plugins/: check_pgsql.c, check_ping.c, check_snmp.c, negate.c,
7512           utils.h.in: define and use usage3 where second part of message is
7513           a an int/char
7515 2002-11-09 03:16  kdebisschop
7517         * plugins/snprintf.c: HAVE_C99_SNPRINTF is not tested, so remove
7518           from ifdef
7520 2002-11-08 08:07  kdebisschop
7522         * plugins/check_snmp.c: user reports NULL still getting into
7523           asprintf
7525 2002-11-08 08:06  kdebisschop
7527         * plugins/check_vsz.c: remove call_getopt
7529 2002-11-08 07:20  kdebisschop
7531         * acconfig.h, configure.in, plugins/common.h.in, plugins/utils.c,
7532           plugins/utils.h.in: patches required to build on solaris with
7533           asprintf and gettimeofday
7535 2002-11-08 07:18  kdebisschop
7537         * plugins/: check_http.c, check_load.c, check_ping.c,
7538           check_procs.c, check_smtp.c, check_tcp.c: remove unused variables
7540 2002-11-08 07:17  kdebisschop
7542         * tools/oneliners: some useful onliners
7544 2002-11-07 14:30  kdebisschop
7546         * plugins/check_snmp.c: bugfixes to command format and (null) text
7547           created by asprintf switch
7549 2002-11-07 07:07  kdebisschop
7551         * plugins/check_by_ssh.c: remove call_getopt, add [] arougn time
7553 2002-11-07 07:06  kdebisschop
7555         * configure.in: test snprintf function family for ifdefs in
7556           snprintf.c
7558 2002-10-30 18:47  kdebisschop
7560         * plugins/check_tcp.c: replace fixed-lentgh buffer with asprintf
7562 2002-10-30 18:46  kdebisschop
7564         * plugins/check_udp.c: forgot to remove call_getopt
7566 2002-10-30 18:44  kdebisschop
7568         * plugins/: check_ssh.c, check_swap.c: forgot to remove call_getopt
7569           declaration
7571 2002-10-30 18:29  kdebisschop
7573         * plugins/check_smtp.c: remove call_getopt, fix several buffer
7574           overruns possible due to use of fixed size buffers
7576 2002-10-30 18:22  kdebisschop
7578         * tools/setup: debian builds not actively maintained, so suppress
7579           error in setup script
7581 2002-10-30 05:07  sghosh
7583         * acconfig.h, configure.in, plugins-scripts/Makefile.am,
7584           plugins-scripts/check_mailq.pl, plugins-scripts/utils.pm.in:
7585           monitor mailq
7587 2002-10-28 13:05  kdebisschop
7589         * plugins-scripts/: check_breeze.pl, check_disk_smb.pl,
7590           check_flexlm.pl, check_log.sh, check_ntp.pl, check_rpc.pl,
7591           check_sensors.sh, check_wave.pl: remove pspace in shebang since
7592           no sequent users replied
7594 2002-10-26 14:30  kdebisschop
7596         * nagios-plugins.spec.in: release should not be in tarball name
7598 2002-10-25 14:58  kdebisschop
7600         * nagios-plugins.spec.in: tweak source macro
7602 2002-10-25 13:35  kdebisschop
7604         * plugins/Makefile.am: remove check_nt
7606 2002-10-25 03:31  kdebisschop
7608         * Makefile.am, plugins/Makefile.am: include getloadavg sources, add
7609           some Solaris pkg build support
7611 2002-10-22 10:13  kdebisschop
7613         * plugins/check_ssh.c: remove call_getopt, replace ssprintf with
7614           asprintf,better server version reporting
7616 2002-10-22 09:54  kdebisschop
7618         * plugins/check_tcp.c: add check_spop
7620 2002-10-22 09:19  kdebisschop
7622         * plugins/check_procs.c: remove call_getopt, replace ssprintf with
7623           asprintf
7625 2002-10-22 03:57  sghosh
7627         * contrib/check_procr.sh: From: Jerome Tytgat - checks to see if
7628           named process is running
7630 2002-10-22 02:31  sghosh
7632         * README, plugins/check_nt.c: check_nt is downloadable from
7633           nsclient.ready2run.nl
7635 2002-10-21 06:04  kdebisschop
7637         * plugins/check_swap.c: use asprintf instead of ssprintf
7639 2002-10-21 05:36  kdebisschop
7641         * plugins/Makefile.am: need to define SOURCES for check_tcp to also
7642           build as check_ftp,check_imap,check_nntp,check_pop
7644 2002-10-21 05:05  kdebisschop
7646         * plugins/utils.c: use asprintf to do strscpy
7648 2002-10-21 05:04  kdebisschop
7650         * plugins/Makefile.am: roll check_ftp, check_imap, check_pop, and
7651           check_nntp into check_tcp
7653 2002-10-21 05:03  kdebisschop
7655         * plugins/: check_ftp.c, check_imap.c, check_nntp.c, check_pop.c:
7656           these are all combined into check_tcp now
7658 2002-10-21 04:55  kdebisschop
7660         * plugins/check_load.c: remove broken call_getopt
7662 2002-10-21 04:43  kdebisschop
7664         * plugins/check_snmp.c: cleanup process_arguments, print_help, and
7665           print_usage
7667 2002-10-21 04:40  kdebisschop
7669         * plugins/check_pgsql.c: now we provide long opts if they do not
7670           exist
7672 2002-10-20 21:22  kdebisschop
7674         * plugins/check_snmp.c: fixed scanning for multiple OIDs, which was
7675           not working
7677 2002-10-20 19:49  kdebisschop
7679         * plugins/check_snmp.c: change ssprintf to asprintf back out change
7680           at line 225 in r1.4   (values were mismatched to format string,
7681           so output was nonsense)   (I left a comment showing a construct
7682           that should work, but it fails for PHBs:     if my disk gets
7683           nearly full, they want 'CRITICAL - 99%' not 'CRITICAL - Gauge32:
7684           99')   (If someine has a rationale for the change, maybe it could
7685           be done as an option? - it seems     fairly clear that the Web
7686           display should be sensible to PHBs so long as there's no real
7687           loss)
7689 2002-10-18 07:41  kdebisschop
7691         * plugins/check_swap.c: remove old call_getopt
7693 2002-10-18 06:55  kdebisschop
7695         * plugins/check_load.c: remove old call_getopt code, fix bug taking
7696           single float, allow colon as separators in additin to commas
7698 2002-10-18 05:41  kdebisschop
7700         * plugins/utils.c: handle null src in strscat
7702 2002-10-18 04:48  kdebisschop
7704         * plugins/check_tcp.c: millisecond timing
7706 2002-10-18 04:46  kdebisschop
7708         * plugins/utils.h.in: refine STD_LONG_OPTS
7710 2002-10-18 04:46  kdebisschop
7712         * plugins/check_http.c: provide on more decimal point printing time
7714 2002-10-18 04:45  kdebisschop
7716         * plugins/check_ping.c: remove broken call_getopt stuff
7718 2002-10-17 07:09  kdebisschop
7720         * plugins/check_tcp.c: using asprintf
7722 2002-10-17 07:06  kdebisschop
7724         * INSTALL, INSTALLING, tools/setup: revise now that aclocal is
7725           remved from CVS
7727 2002-10-16 23:26  kdebisschop
7729         * configure.in: need some quoting on ifdef
7731 2002-10-16 23:17  kdebisschop
7733         * acinclude.m4, configure.in: finally a working fix for
7734           AM/AC_FUNC_STRTOD nightmare
7736 2002-10-16 23:01  kdebisschop
7738         * configure.in: mismatched quote
7740 2002-10-16 22:54  kdebisschop
7742         * configure.in: missing commas
7744 2002-10-16 22:46  kdebisschop
7746         * configure.in: complains on paren in comment
7748 2002-10-16 22:43  kdebisschop
7750         * acinclude.m4: lost a paren
7752 2002-10-16 22:41  kdebisschop
7754         * acinclude.m4: old auto???? has AM_FUNC_STRTOD, now renamed
7755           AC_FUNC_STRTOD
7757 2002-10-16 22:32  kdebisschop
7759         * plugins/: check_http.c, utils.c, utils.h.in: millisecond timimg
7760           where supported
7762 2002-10-16 22:31  kdebisschop
7764         * configure.in, missing: build cleanly on RedHat 8.0
7766 2002-10-16 11:46  kdebisschop
7768         * .cvsignore: ignore aclocal.m4
7770 2002-10-16 11:34  kdebisschop
7772         * configure.in: AM_STRTOD was a typo
7774 2002-10-16 11:31  kdebisschop
7776         * aclocal.m4: automake invokes acloacl on each run - it cannot be
7777           right to include this
7779 2002-10-16 11:18  kdebisschop
7781         * acconfig.h: better checks for vsnprintf stuff
7783 2002-10-16 11:14  kdebisschop
7785         * plugins/check_http.c, configure.in: use asprintf
7787 2002-10-16 11:14  kdebisschop
7789         * plugins/utils.c: use asprintf to construct strscat
7791 2002-10-16 05:57  kdebisschop
7793         * plugins/popen.h.in: timeout interval is extern
7795 2002-10-16 05:56  kdebisschop
7797         * plugins/: utils.h.in, utils.c: start support for gettimeofday and
7798           tv_usec
7800 2002-10-16 05:54  kdebisschop
7802         * aclocal.m4: generated with automake 1.6 / autoconf 2.53 (maybe
7803           should not be in CVS, however)
7805 2002-10-16 05:52  kdebisschop
7807         * plugins/snprintf.c: newer snprintf from samba.org
7809 2002-10-16 05:43  kdebisschop
7811         * Makefile.am: cosmetic line wrap before 80 chars
7813 2002-10-16 05:42  kdebisschop
7815         * depcomp, .cvsignore: needed for automake 1.6 / autoconf 2.53
7817 2002-10-16 05:41  kdebisschop
7819         * configure.in: work with newer automake, begin swithc to asprintf
7821 2002-10-15 07:23  sghosh
7823         * plugins-scripts/check_ifoperstatus.pl: new exit states, more
7824           conditional checking
7826 2002-10-07 20:05  sghosh
7828         * plugins/check_dns.c: patch for expected IP address
7830 2002-10-07 02:34  kdebisschop
7832         * plugins/popen.c: make sure we do not run past the end of an
7833           unterminated string
7835 2002-10-07 02:19  kdebisschop
7837         * plugins/negate.c: use asprintf, inhibit splint warning
7839 2002-10-05 12:08  kdebisschop
7841         * getloadavg.m4, plugins/getloadavg.c: lets use library instead od
7842           inconsistent command line interfaces
7844 2002-09-26 03:17  kdebisschop
7846         * plugins/urlize.c: use ssprintf instead of sprintf
7848 2002-09-25 09:01  kdebisschop
7850         * plugins/check_http.c: incorporate comment on my_recv from Russell
7851           Scibetti
7853 2002-09-25 08:58  kdebisschop
7855         * plugins/check_http.c: incorporate comments from Russell Scibetti
7857 2002-09-24 06:16  kdebisschop
7859         * plugins/check_http.c: replace remaining occurences of sprintf
7860           with snprintf
7862 2002-09-16 01:47  kdebisschop
7864         * INSTALL: needed for latest autoconf
7866 2002-09-16 01:47  kdebisschop
7868         * Makefile.am, aclocal.m4, configure.in, nagios-plugins.spec.in:
7869           finish ckleanup of rpm spec porcessing
7871 2002-09-14 22:11  kdebisschop
7873         * nagios-plugins.spec, nagios-plugins.spec.in: complete spec based
7874           on confugure.in
7876 2002-09-14 22:06  kdebisschop
7878         * make-tarball, rpm: automake makes the dist tarball, rpmbuild -ta
7879           makes the rpm
7881 2002-09-14 03:27  kdebisschop
7883         * plugins/check_tcp.c: time data in performance string
7885 2002-09-14 03:23  kdebisschop
7887         * plugins/check_http.c: time data in performance string
7889 2002-09-14 03:13  kdebisschop
7891         * plugins-scripts/check_log.sh: patch from Matthew Peters
7892           <mattp@esec.com.au>, plus turned up a few bugs on my own
7894 2002-09-12 03:43  kdebisschop
7896         * plugins/Makefile.am: negate wrapper
7898 2002-09-08 13:05  kdebisschop
7900         * plugins/negate.c: wrapper to invert return status
7902 2002-09-08 13:05  kdebisschop
7904         * plugins/utils.c: clears up warnings in splint
7906 2002-09-06 03:25  kdebisschop
7908         * plugins-scripts/check_rpc.pl: case on key to ERRORS hash
7910 2002-09-04 07:00  sghosh
7912         * configure.in: more Mysql patches
7914 2002-09-04 03:12  sghosh
7916         * plugins-scripts/check_ntp.pl: dispersion check now controlled by
7917           warn and crit
7919 2002-09-04 03:11  sghosh
7921         * configure.in: Mysql dir fix
7923 2002-09-04 03:10  sghosh
7925         * contrib/: check_ifoperstatus.pl, check_ifstatus.pl: moved to
7926           supported plugins-scripts
7928 2002-09-02 19:47  sghosh
7930         * plugins/check_smtp.c: new -f option for adding a FROM address for
7931           RFC correctness
7933 2002-09-01 17:22  sghosh
7935         * INSTALL, INSTALLING: file rename for MacOS X
7937 2002-09-01 17:18  sghosh
7939         * plugins/check_smtp.c: Valid MAIL command
7941 2002-08-22 23:08  sghosh
7943         * contrib/check_snmp_process_monitor.pl: updates
7945 2002-08-22 15:43  sghosh
7947         * command.cfg.in: smsclient config
7949 2002-08-22 15:42  sghosh
7951         * contrib/: check_snmp_disk_monitor.pl,
7952           check_snmp_process_monitor.pl: new plugins contrib
7954 2002-08-18 19:03  kdebisschop
7956         * plugins/check_by_ssh.c: typo in options passed to ssh for ipv6.
7957           fix by setting a generic hook for 1-char pasthhru options
7959 2002-08-14 20:17  sghosh
7961         * plugins-scripts/check_disk_smb.pl: patch for admin shares
7963 2002-08-14 20:07  sghosh
7965         * command.cfg.in: qpage definitions
7967 2002-08-14 20:06  sghosh
7969         * plugins-scripts/check_ifstatus.pl: skip PPP interfaces
7971 2002-08-14 20:04  sghosh
7973         * plugins/check_smtp.c: added HELO command
7975 2002-08-14 20:04  sghosh
7977         * plugins/check_by_ssh.c: ipv4/ipv6 switch added
7979 2002-08-14 20:03  sghosh
7981         * plugins/check_hpjd.c: net-snmp v5x fix
7983 2002-08-14 20:02  sghosh
7985         * contrib/check_apc_ups.pl: fix for ePN
7987 2002-08-14 20:01  sghosh
7989         * contrib/: check_linux_raid.pl, check_nagios_db.pl:  new plugins
7991 2002-08-14 20:00  sghosh
7993         * contrib/check_inodes-freebsd.pl: check inodes - freebsd  -
7994           candidate for merge with check_inodes
7996 2002-08-14 16:29  sghosh
7998         * contrib/check_smb.sh: new smb check - users
8000 2002-08-13 04:18  egalstad
8002         * plugins/check_game.c: Mod to display current/max number of
8003           players in a game (Frank Kannemann)
8005 2002-08-13 00:09  egalstad
8007         * contrib/check_disk_snmp.pl: Updated to use getopt (Christoph
8008           Maser)
8010 2002-08-01 06:06  sghosh
8012         * plugins/check_snmp.c: re-patched exit state comparison
8014 2002-08-01 05:54  sghosh
8016         * plugins/check_snmp.c: port option added, -c support net-snmpv5,
8017           complete response string output
8019 2002-08-01 05:46  egalstad
8021         * contrib/check_digitemp.pl: Add Brian Lane's Digitemp (1-wire temp
8022           sensor) plugin
8024 2002-07-16 05:13  egalstad
8026         * contrib/check_disk_snmp.pl: Christoph Maser's plugin to check
8027           disk usage via SNMP3
8029 2002-07-16 01:04  stanleyhopcroft
8031         * contrib/check_ms_spooler.pl: Primitive and in need of refinement
8032           test of MS spooler (with smbclient)
8034 2002-07-04 23:02  sghosh
8036         * contrib/check_procl.sh: Jerome Tytgat - accumulated/percentage
8037           CPU/MEM per process - bash plugin
8039 2002-07-04 05:05  sghosh
8041         * INSTALL: doc update
8043 2002-06-28 22:08  sghosh
8045         * INSTALL: note about autoconf/automake version
8047 2002-06-25 22:32  sghosh
8049         * contrib/check_rbl.c: Check if IP address is specified on RBL -
8050           Tim Bell
8052 2002-06-25 14:55  sghosh
8054         * contrib/check_lmmon.pl: check motherboard/cpu temp via lmmon
8056 2002-06-24 22:29  sghosh
8058         * plugins/check_http.c: ignore return status codes if user
8059           specified status line check
8061 2002-06-24 21:41  sghosh
8063         * plugins/check_snmp.c: printf bug for large numbers - Jeff Murray
8065 2002-06-20 05:27  sghosh
8067         * plugins-scripts/check_disk_smb.pl: logic fix for disk space
8068           thresholds
8070 2002-06-19 06:11  sghosh
8072         * plugins/: check_dig.c, check_dns.c, check_fping.c, check_hpjd.c,
8073           check_nagios.c, check_ping.c, check_snmp.c, check_vsz.c,
8074           urlize.c, utils.c, utils.h.in: more POSIX return value comparison
8075           related code fixes
8077 2002-06-19 04:09  sghosh
8079         * plugins/: check_disk.c, check_ping.c, check_procs.c: fixes for
8080           using POSIX return codes
8082 2002-06-18 02:06  sghosh
8084         * plugins/common.h.in:  updated to POSIX return codes
8086 2002-06-18 02:05  sghosh
8088         * contrib/check_cluster.c: Ethan's check_cluster
8090 2002-06-13 21:49  sghosh
8092         * plugins/check_smtp.c: conformance to RFC 821 <CRLF>
8094 2002-06-13 04:03  sghosh
8096         * configure.in: use xntpdc on Solaris for check_ntp
8098 2002-06-10 04:24  sghosh
8100         * plugins/check_smtp.c: patch to stop NOQUEUE syslog messages -
8101           Karl Ewald
8103 2002-06-08 01:33  sghosh
8105         * plugins-scripts/check_ntp.pl: xntpdc/ntpdc patch - John Koyle
8107 2002-06-06 05:16  sghosh
8109         * plugins-scripts/: subst.in, utils.sh.in: corrected result codes -
8110           for sh; corrected substition for libexec - Tom Bertelson
8112 2002-06-06 05:15  sghosh
8114         * plugins/check_disk.c: added option for mount point - Tom
8115           Bertelson
8117 2002-06-06 05:15  sghosh
8119         * plugins-scripts/check_oracle.sh: Add test for Oracle name server,
8120           can dynamicall determine ORACLE_HOME - tom Bertelson
8122 2002-06-06 05:14  sghosh
8124         * plugins-scripts/check_flexlm.pl: conditional on lmstat
8126 2002-06-06 05:13  sghosh
8128         * plugins-scripts/check_ntp.pl: conditional on ntpdc
8130 2002-05-29 01:57  sghosh
8132         * command.cfg.in: notes added
8134 2002-05-28 04:14  sghosh
8136         * command.cfg.in: option updates, more examples
8138 2002-05-28 03:41  sghosh
8140         * command.cfg.in: option updates, more examples
8142 2002-05-27 03:10  sghosh
8144         * plugins-scripts/check_ntp.pl: checked in too quickly
8146 2002-05-27 03:05  sghosh
8148         * doc/: README, developer-guidelines.html,
8149           developer-guidelines.sgml: added developer guidelines.
8151 2002-05-27 03:03  sghosh
8153         * configure.in: typo, AIX 4.3 ps, smbclient, Net::SNMP fixes
8155 2002-05-27 03:01  sghosh
8157         * acconfig.h, plugins-scripts/utils.pm.in:  new var - smbclient
8159 2002-05-27 02:56  sghosh
8161         * plugins-scripts/check_ntp.pl: logic reorg, ePN fix and support
8162           for utils.pm
8164 2002-05-27 02:55  sghosh
8166         * plugins-scripts/check_disk_smb.pl: ePN fix and support for
8167           utils.pm
8169 2002-05-23 17:39  sghosh
8171         * contrib/: check_log2.pl, check_vcs.pl: New plugins from Aaron
8172           Bostick - Veritas Cluster, logfile
8174 2002-05-10 04:51  sghosh
8176         * plugins-scripts/check_rpc.pl: updates for ePN, patch for multiple
8177           version check
8179 2002-05-10 04:49  sghosh
8181         * configure.in, plugins-scripts/utils.pm.in: added programs to
8182           autoconf
8184 2002-05-10 04:49  sghosh
8186         * acconfig.h: Added programs for autoconf
8188 2002-05-09 20:03  sghosh
8190         * plugins-scripts/: Makefile.am, check_ifoperstatus.pl: migrated
8191           check_ifoperstatus to standard plugin
8193 2002-05-08 16:35  sghosh
8195         * plugins/check_ping.c:  patch for Suse 8.0 loss output
8197 2002-05-08 06:10  sghosh
8199         * plugins-scripts/utils.pm.in:  is_hostname added, update CODES to
8200           POSIX
8202 2002-05-08 06:07  sghosh
8204         * plugins/: check_hpjd.c, check_ups.c: updated notes
8206 2002-05-08 06:04  sghosh
8208         * configure.in: updated messages and check for host command
8210 2002-05-08 05:58  sghosh
8212         * plugins-scripts/: Makefile.am, check_ifstatus.pl: moved updated
8213           check_ifstatus to standard plugin
8215 2002-05-07 06:35  sghosh
8217         * plugins-scripts/: check_breeze.pl, check_flexlm.pl,
8218           check_ircd.pl, check_netdns.pl, check_ntp.pl, check_wave.pl: 2nd
8219           fix for ePN
8221 2002-05-02 17:43  sghosh
8223         * plugins-scripts/: check_breeze.pl, check_disk_smb.pl,
8224           check_flexlm.pl, check_ircd.pl, check_netdns.pl, check_ntp.pl,
8225           check_rpc.pl, check_wave.pl: fix for embedded perl
8227 2002-05-02 17:22  sghosh
8229         * tools/: README, mini_epn.c, p1.pl: updated mini_epn and p1.pl
8230           added to plugins distribution
8232 2002-05-01 22:12  sghosh
8234         * contrib/tarballs/fetchlog-0.92.tar.gz: remote log check (via snmp
8235           possible) by  Alexander Haderer
8237 2002-04-29 03:58  kdebisschop
8239         * plugins/getopt.h: failed to carry over from old plugins, listed
8240           in EXTRA_DIST, needed for build
8242 2002-04-23 13:50  sghosh
8244         * plugins/check_ping.c: corrected program name and added rtt patch
8245           for RH7.2+beta
8247 2002-04-18 22:59  egalstad
8249         * contrib/check_inodes.pl: add check_inodes contrib plugin by John
8250           Jolet
8252 2002-04-18 05:38  egalstad
8254         * configure.in: configure script patch for ping syntax
8256 2002-04-07 06:13  sghosh
8258         * contrib/: check_backup.pl, check_dl_size.pl: plugins from Patrick
8259           Greenwell
8261 2002-04-05 23:22  sghosh
8263         * acconfig.h: added HOST_COMMAND
8265 2002-04-05 23:19  sghosh
8267         * contrib/tarballs/check_spread.tar: plugin to check spread
8268           messaging toolkit
8270 2002-04-03 03:58  sghosh
8272         * contrib/check_oracle_instance.pl:  from Sven Dolderer - check
8273           oracle instance
8275 2002-04-03 03:56  sghosh
8277         * plugins-scripts/check_nfs.pl: check_nfs functionality exists in
8278           check_rpc
8280 2002-03-18 05:15  sghosh
8282         * plugins-scripts/subst.in: function to update perl plugin scripts
8283           to find utils.pm
8285 2002-03-01 02:53  egalstad
8287         * plugins/: .cvsignore, config.h.in: Fix for stupid me
8289 2002-03-01 02:42  egalstad
8291         * contrib/check_breeze.pl, contrib/check_dhcp.c,
8292           contrib/check_flexlm.pl, contrib/check_hltherm.c,
8293           contrib/check_hprsc.pl, contrib/check_ipxping.c,
8294           contrib/check_memory.tgz, contrib/check_mysql.c,
8295           contrib/check_uptime.c, contrib/check_wave.pl,
8296           contrib/readme.txt, contrib/tarballs/berger-ping.tar.gz,
8297           contrib/tarballs/bowen-langley_plugins.tar.gz,
8298           contrib/tarballs/check_bgp-1.0.tar.gz,
8299           contrib/tarballs/check_breeze.tar.gz,
8300           contrib/tarballs/check_flexlm.tar.gz,
8301           contrib/tarballs/check_hltherm.tar.gz,
8302           contrib/tarballs/check_hprsc.tar.gz,
8303           contrib/tarballs/check_memory.tgz,
8304           contrib/tarballs/check_radius.tar.gz,
8305           contrib/tarballs/check_wave.tar.gz,
8306           contrib/tarballs/hopcroft-plugins.tar.gz,
8307           contrib/tarballs/radius.tar.gz, plugins/.cvsignore,
8308           plugins/config.h.in: Contrib plugin cleanup
8310 2002-02-28 06:42  egalstad
8312         * .cvsignore, AUTHORS, CODING, COPYING, ChangeLog, FAQ, Helper.pm,
8313           INSTALL, Makefile.am, NEWS, README, REQUIREMENTS, ROADMAP,
8314           Requirements, acconfig.h, aclocal.m4, command.cfg.in, LEGAL,
8315           configure.in, install-sh, make-tarball, missing, mkinstalldirs,
8316           nagios-plugins.spec, opttest.pl, package.def, rpm, subst.in,
8317           subst.sh, test.pl.in, contrib/check_apache.pl,
8318           contrib/check_apc_ups.pl, contrib/check_bgpstate.pl,
8319           contrib/check_dhcp.c, contrib/check_dlswcircuit.pl,
8320           contrib/check_dns_random.pl, contrib/check_email_loop.pl,
8321           contrib/check_fping_in.c, contrib/check_ftpget.pl,
8322           contrib/check_ifoperstatus.pl, contrib/check_ifstatus.pl,
8323           contrib/check_pop3.pl, contrib/check_qmailq.pl,
8324           contrib/check_timeout.c, contrib/checkciscotemp.pl,
8325           contrib/check_ipxping.c, contrib/check_joy.sh,
8326           contrib/check_maxchannels.pl, contrib/check_maxwanstate.pl,
8327           contrib/check_mem.pl, contrib/check_memory.tgz,
8328           contrib/check_mysql.c, contrib/check_mysql.pl,
8329           contrib/check_netapp.pl, contrib/check_nmap.py,
8330           contrib/check_nwstat.pl, contrib/check_ora_table_space.pl,
8331           contrib/check_rrd_data.pl, contrib/check_sap.sh,
8332           contrib/check_sockets.pl, contrib/check_uptime.c,
8333           contrib/maser-oracle.pl, contrib/mrtgext.pl, contrib/readme.txt,
8334           contrib/restrict.pl, contrib/utils.py, contrib/check_nagios.pl,
8335           contrib/urlize.pl, contrib/aix/check_crit_dsk,
8336           contrib/aix/check_dsk, contrib/aix/check_failed,
8337           contrib/aix/check_io, contrib/aix/check_kerberos,
8338           contrib/aix/check_ping, contrib/aix/check_queue,
8339           contrib/aix/pg_stat, contrib/tarballs/berger-ping.tar.gz,
8340           contrib/tarballs/bowen-langley_plugins.tar.gz,
8341           contrib/tarballs/check_bgp-1.0.tar.gz,
8342           contrib/tarballs/check_breeze.tar.gz,
8343           contrib/tarballs/check_flexlm.tar.gz,
8344           contrib/tarballs/check_hltherm.tar.gz,
8345           contrib/tarballs/check_hprsc.tar.gz,
8346           contrib/tarballs/check_radius.tar.gz,
8347           contrib/tarballs/check_wave.tar.gz,
8348           contrib/tarballs/hopcroft-plugins.tar.gz,
8349           contrib/tarballs/radius.tar.gz, plugins/.cvsignore,
8350           plugins/Makefile.am, plugins/check_by_ssh.c, plugins/check_dig.c,
8351           plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c,
8352           plugins/check_fping.c, plugins/check_ftp.c, plugins/check_game.c,
8353           plugins/check_hpjd.c, plugins/check_http.c,
8354           plugins/check_ide-smart.c, plugins/check_imap.c,
8355           plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c,
8356           plugins/check_mrtgtraf.c, plugins/check_mysql.c,
8357           plugins/check_nntp.c, plugins/check_nt.c, plugins/check_nwstat.c,
8358           plugins/check_overcr.c, plugins/check_pgsql.c,
8359           plugins/check_ping.c, plugins/check_pop.c, plugins/check_procs.c,
8360           plugins/check_radius.c, plugins/check_real.c,
8361           plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_ssh.c,
8362           plugins/check_swap.c, plugins/check_tcp.c, plugins/check_time.c,
8363           plugins/check_udp.c, plugins/check_ups.c, plugins/check_users.c,
8364           plugins/check_vsz.c, plugins/common.h.in, plugins/getopt.c,
8365           plugins/getopt1.c, plugins/netutils.c, plugins/netutils.h.in,
8366           plugins/popen.c, plugins/popen.h.in, plugins/snprintf.c,
8367           plugins/urlize.c, plugins/check_nagios.c, plugins/utils.c,
8368           plugins/utils.h.in, plugins/version.h.in, plugins/t/check_disk.t,
8369           plugins/t/check_dns.t, plugins/t/check_fping.t,
8370           plugins/t/check_ftp.t, plugins/t/check_hpjd.t,
8371           plugins/t/check_http.t, plugins/t/check_imap.t,
8372           plugins/t/check_load.t, plugins/t/check_mysql.t,
8373           plugins/t/check_ping.t, plugins/t/check_pop.t,
8374           plugins/t/check_procs.t, plugins/t/check_smtp.t,
8375           plugins/t/check_snmp.t, plugins/t/check_swap.t,
8376           plugins/t/check_tcp.t, plugins/t/check_time.t,
8377           plugins/t/check_udp.t, plugins/t/check_users.t,
8378           plugins/t/check_vsz.t, plugins/tests/check_disk,
8379           plugins/tests/check_dns, plugins/tests/check_ftp,
8380           plugins/tests/check_hpjd, plugins/tests/check_http,
8381           plugins/tests/check_load, plugins/tests/check_ping,
8382           plugins/tests/check_procs, plugins/tests/check_swap,
8383           plugins/tests/check_users, plugins/tests/check_vsz,
8384           plugins-scripts/.cvsignore, plugins-scripts/Makefile.am,
8385           plugins-scripts/check_breeze.pl,
8386           plugins-scripts/check_disk_smb.pl,
8387           plugins-scripts/check_flexlm.pl, plugins-scripts/check_ircd.pl,
8388           plugins-scripts/check_log.sh, plugins-scripts/check_netdns.pl,
8389           plugins-scripts/check_nfs.pl, plugins-scripts/check_ntp.pl,
8390           plugins-scripts/check_oracle.sh, plugins-scripts/check_rpc.pl,
8391           plugins-scripts/check_sensors.sh, plugins-scripts/check_wave.pl,
8392           plugins-scripts/subst.in, plugins-scripts/utils.pm.in,
8393           plugins-scripts/utils.sh.in, plugins-scripts/t/check_rpc.t,
8394           tools/setup, tools/tango: Initial import of existing plugin code
8396 2002-02-28 06:42  egalstad
8398         * .cvsignore, AUTHORS, CODING, COPYING, ChangeLog, FAQ, Helper.pm,
8399           INSTALL, Makefile.am, NEWS, README, REQUIREMENTS, ROADMAP,
8400           Requirements, acconfig.h, aclocal.m4, command.cfg.in, LEGAL,
8401           configure.in, install-sh, make-tarball, missing, mkinstalldirs,
8402           nagios-plugins.spec, opttest.pl, package.def, rpm, subst.in,
8403           subst.sh, test.pl.in, contrib/check_apache.pl,
8404           contrib/check_apc_ups.pl, contrib/check_bgpstate.pl,
8405           contrib/check_dhcp.c, contrib/check_dlswcircuit.pl,
8406           contrib/check_dns_random.pl, contrib/check_email_loop.pl,
8407           contrib/check_fping_in.c, contrib/check_ftpget.pl,
8408           contrib/check_ifoperstatus.pl, contrib/check_ifstatus.pl,
8409           contrib/check_pop3.pl, contrib/check_qmailq.pl,
8410           contrib/check_timeout.c, contrib/checkciscotemp.pl,
8411           contrib/check_ipxping.c, contrib/check_joy.sh,
8412           contrib/check_maxchannels.pl, contrib/check_maxwanstate.pl,
8413           contrib/check_mem.pl, contrib/check_memory.tgz,
8414           contrib/check_mysql.c, contrib/check_mysql.pl,
8415           contrib/check_netapp.pl, contrib/check_nmap.py,
8416           contrib/check_nwstat.pl, contrib/check_ora_table_space.pl,
8417           contrib/check_rrd_data.pl, contrib/check_sap.sh,
8418           contrib/check_sockets.pl, contrib/check_uptime.c,
8419           contrib/maser-oracle.pl, contrib/mrtgext.pl, contrib/readme.txt,
8420           contrib/restrict.pl, contrib/utils.py, contrib/check_nagios.pl,
8421           contrib/urlize.pl, contrib/aix/check_crit_dsk,
8422           contrib/aix/check_dsk, contrib/aix/check_failed,
8423           contrib/aix/check_io, contrib/aix/check_kerberos,
8424           contrib/aix/check_ping, contrib/aix/check_queue,
8425           contrib/aix/pg_stat, contrib/tarballs/berger-ping.tar.gz,
8426           contrib/tarballs/bowen-langley_plugins.tar.gz,
8427           contrib/tarballs/check_bgp-1.0.tar.gz,
8428           contrib/tarballs/check_breeze.tar.gz,
8429           contrib/tarballs/check_flexlm.tar.gz,
8430           contrib/tarballs/check_hltherm.tar.gz,
8431           contrib/tarballs/check_hprsc.tar.gz,
8432           contrib/tarballs/check_radius.tar.gz,
8433           contrib/tarballs/check_wave.tar.gz,
8434           contrib/tarballs/hopcroft-plugins.tar.gz,
8435           contrib/tarballs/radius.tar.gz, plugins/.cvsignore,
8436           plugins/Makefile.am, plugins/check_by_ssh.c, plugins/check_dig.c,
8437           plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c,
8438           plugins/check_fping.c, plugins/check_ftp.c, plugins/check_game.c,
8439           plugins/check_hpjd.c, plugins/check_http.c,
8440           plugins/check_ide-smart.c, plugins/check_imap.c,
8441           plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c,
8442           plugins/check_mrtgtraf.c, plugins/check_mysql.c,
8443           plugins/check_nntp.c, plugins/check_nt.c, plugins/check_nwstat.c,
8444           plugins/check_overcr.c, plugins/check_pgsql.c,
8445           plugins/check_ping.c, plugins/check_pop.c, plugins/check_procs.c,
8446           plugins/check_radius.c, plugins/check_real.c,
8447           plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_ssh.c,
8448           plugins/check_swap.c, plugins/check_tcp.c, plugins/check_time.c,
8449           plugins/check_udp.c, plugins/check_ups.c, plugins/check_users.c,
8450           plugins/check_vsz.c, plugins/common.h.in, plugins/getopt.c,
8451           plugins/getopt1.c, plugins/netutils.c, plugins/netutils.h.in,
8452           plugins/popen.c, plugins/popen.h.in, plugins/snprintf.c,
8453           plugins/urlize.c, plugins/check_nagios.c, plugins/utils.c,
8454           plugins/utils.h.in, plugins/version.h.in, plugins/t/check_disk.t,
8455           plugins/t/check_dns.t, plugins/t/check_fping.t,
8456           plugins/t/check_ftp.t, plugins/t/check_hpjd.t,
8457           plugins/t/check_http.t, plugins/t/check_imap.t,
8458           plugins/t/check_load.t, plugins/t/check_mysql.t,
8459           plugins/t/check_ping.t, plugins/t/check_pop.t,
8460           plugins/t/check_procs.t, plugins/t/check_smtp.t,
8461           plugins/t/check_snmp.t, plugins/t/check_swap.t,
8462           plugins/t/check_tcp.t, plugins/t/check_time.t,
8463           plugins/t/check_udp.t, plugins/t/check_users.t,
8464           plugins/t/check_vsz.t, plugins/tests/check_disk,
8465           plugins/tests/check_dns, plugins/tests/check_ftp,
8466           plugins/tests/check_hpjd, plugins/tests/check_http,
8467           plugins/tests/check_load, plugins/tests/check_ping,
8468           plugins/tests/check_procs, plugins/tests/check_swap,
8469           plugins/tests/check_users, plugins/tests/check_vsz,
8470           plugins-scripts/.cvsignore, plugins-scripts/Makefile.am,
8471           plugins-scripts/check_breeze.pl,
8472           plugins-scripts/check_disk_smb.pl,
8473           plugins-scripts/check_flexlm.pl, plugins-scripts/check_ircd.pl,
8474           plugins-scripts/check_log.sh, plugins-scripts/check_netdns.pl,
8475           plugins-scripts/check_nfs.pl, plugins-scripts/check_ntp.pl,
8476           plugins-scripts/check_oracle.sh, plugins-scripts/check_rpc.pl,
8477           plugins-scripts/check_sensors.sh, plugins-scripts/check_wave.pl,
8478           plugins-scripts/subst.in, plugins-scripts/utils.pm.in,
8479           plugins-scripts/utils.sh.in, plugins-scripts/t/check_rpc.t,
8480           tools/setup, tools/tango: Initial revision