Code

Call the SSL library initialization functions only once (not for every
[nagiosplug.git] / ChangeLog
1 2007-05-03 22:34  psychotrahe
3         * plugins/check_disk.c: - Fix partition selection if if last
4           argument is a pathname/device without using -p
6 2007-04-10 08:17  dermoth
8         * po/: POTFILES.in, de.po, fr.po, nagios-plugins.pot: Add some
9           check_ntp translations
11 2007-04-10 08:17  dermoth
13         * plugins/check_ntp.c: - Fix possibility of printing scientific
14           numbers in perfdata - Use fperfdata function for perfdata
15           formatting - Make the printing part a bit more flexible (similar
16           to check_disk)
18 2007-04-10 06:58  dermoth
20         * po/: de.po, fr.po, nagios-plugins.pot: Hopefully this is correct.
21           Need to make more changes so I'm commiting these.
23 2007-04-04 21:08  dermoth
25         * plugins/check_ntp.c: Fix for getting dispersion instead of jitter
26           on older servers (like xntpd on Solaris).
28 2007-04-03 18:19  hweiss
30         * plugins/check_ntp.c: Fix the synchronization source selection on
31           big-endian systems.
33 2007-04-03 02:31  dermoth
35         * plugins/check_ntp.c: Temporary fix for jitter calculation
37 2007-04-02 13:39  hweiss
39         * plugins/check_ntp.c: Don't rely on the assumption that the size
40           of a READSTAT response is a multiple of
41           sizeof(ntp_assoc_status_pair).
43 2007-04-02 10:28  tonvoon
45         * lib/tests/Makefile.am: Add libgnu.a as regex functions required
47 2007-04-02 08:32  dermoth
49         * plugins/check_ntp.c: Fix byte order in verbose logging
51 2007-04-02 07:00  dermoth
53         * plugins/check_ntp.c: Seems like we don't get any jitter
54           sometimes. While this needs to be fixed we should at least handle
55           it gracefully.
57 2007-04-01 15:21  psychotrahe
59         * plugins/t/check_http.t: check_http.t: - added internet_access
60           variable to skip tests where internet access is required.
61                  - added host_tcp_http2 variable for a webserver serving
62           the string 'nagios' in index                - no tests are
63           skipped if the new vars are not defined (existing installations)
65 2007-04-01 12:17  psychotrahe
67         * lib/utils_disk.c: utils_disk: fixed handling if check_disk -p is
68           a device (np_set_best_match())
70 2007-03-31 19:49  hweiss
72         * NEWS: Various check_ntp fixes
74 2007-03-31 19:48  hweiss
76         * plugins/check_ntp.c: Fix an out-of-bounds memcpy(3) and add a
77           realloc(3) error check in jitter_request().
79 2007-03-31 18:35  hweiss
81         * plugins/check_ntp.c: Add a warning to the verbose output if
82           jitter_request() found no synchronization source.
84 2007-03-31 18:29  hweiss
86         * plugins/check_ntp.c: Avoid division by zero.
88 2007-03-31 18:25  hweiss
90         * plugins/check_ntp.c: Remove the '-O' option, as it's ignored.
92 2007-03-30 16:45  tonvoon
94         * m4/np_mysqlclient.m4: Use AS_HELP_STRING instead of
95           ACX_HELP_STRING
97 2007-03-30 15:08  tonvoon
99         * NEWS, configure.in, m4/np_mysqlclient.m4: Fix AC_CHECK_LIB for
100           mysql_init - add dependent libraries. mysql detection separated
101           into external m4 file
103 2007-03-30 10:00  psychotrahe
105         * lib/tests/test_disk.c, plugins/t/check_disk.t: Test Cases for
106           check_disk's -r, -R, -C and -g
108 2007-03-30 09:56  psychotrahe
110         * plugins/check_disk.c: check_disk: minor fix for -C if bestmatch
111           != -p
113 2007-03-30 09:53  psychotrahe
115         * lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c:
116           check_disk: added regex functionality -r and -R. see np-devel
117           mail (2007-02-10)
119 2007-03-30 09:52  psychotrahe
121         * lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c:
122           check_disk: added grouping functionality. see np-devel mail
123           (2007-02-10)
125 2007-03-30 09:48  psychotrahe
127         * lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c:
128           check_disk -C is more flexible now. See np-devel post
129           (2007-02-10)
131 2007-03-29 18:58  hweiss
133         * THANKS.in, plugins/check_mysql.c: Fix argument processing (Felix
134           Frank - 1690697)
136 2007-03-29 18:34  hweiss
138         * plugins-root/Makefile.am: Set the "read" and "execute" bits only
139           for "user" and "group" in order to not overwrite
140           "--without-world-permissions" for the root plugins.
142 2007-03-29 11:32  tonvoon
144         * BUGS, NEWS, configure.in, package.def, ChangeLog: 1.4.7 release
146 2007-03-29 11:25  tonvoon
148         * plugins/check_ntp.c: Adding help text for jitter flags
150 2007-03-27 07:53  dermoth
152         * THANKS.in, plugins-root/check_icmp.c: Fix bug #1494629 -
153           check_icmp fails after some time on FreeBSD
155 2007-03-25 14:55  tonvoon
157         * configure.in, NEWS: Reinstate --with-nagios-user/group and new
158           --without-group-permissions ./configure options
160 2007-03-22 17:54  hweiss
162         * THANKS.in, plugins/common.h: Increase MAX_INPUT_BUFFER from 1k to
163           8k in order to increase I/O performance (Stefan Meier)
165 2007-03-16 12:11  gonzai
167         * plugins-scripts/check_ifoperstatus.pl: Fix bogus 'eq (  ||  )'
168           constructions in check_ifoperstatus.pl.
170 2007-03-12 10:51  tonvoon
172         * NEWS, plugins/check_ping.c, plugins/t/check_ping.t: check_ping's
173           timeout interval is only +1 if ping command has a timeout value.
174           Tests updated to check for 100% packet loss (always if ping has
175           timeout), otherwise will check for "timed out" string
177 2007-03-11 06:51  dermoth
179         * plugins-root/t/check_icmp.t: Add tests for new check_icmp switch
180           -m
182 2007-03-11 02:27  tonvoon
184         * plugins/t/check_ping.t, plugins-root/t/check_icmp.t: Converted
185           check_ping.t to new-style testcases. Added test case for
186           check_icmp - requires sudo access
188 2007-03-11 01:57  tonvoon
190         * plugins/check_ping.c: Fixed some help display. Removed -L from
191           usage as deprecated option
193 2007-03-08 09:09  dermoth
195         * NEWS, THANKS.in, plugins-root/check_icmp.c: New switch to
196           check_icmp to set the minimum required hosts for success.
198 2007-03-08 06:12  dermoth
200         * config_test/child_test.c: Ficing C++ style comments
202 2007-03-08 06:09  dermoth
204         * plugins-root/check_icmp.c: Fixed C++ style comments, but I don't
205           get why those lines were originally commented out.
207 2007-03-06 22:45  tonvoon
209         * plugins/check_http.c: Fix option handling (Nobuhiro Ban -
210           1657280)
212 2007-03-06 22:29  tonvoon
214         * plugins/check_smtp.c: Fixed compile errors in check_smtp.c
216 2007-03-06 22:17  tonvoon
218         * NEWS, THANKS.in, plugins/check_smtp.c: Fixed broken HELO cmd
219           (Enrico Scholz - 1675279)
221 2007-03-06 17:29  tonvoon
223         * NEWS, configure.in, plugins/check_procs.c: Use /usr/ucb/ps on
224           Solaris in preference to pst3 (problems in 64bit mode)
226 2007-03-06 17:26  tonvoon
228         * plugins/t/check_disk.t: Test failure if a filesystem which is a
229           subset of another fails the inode check (Matthias Elbe - 1660953)
231 2007-03-06 14:18  tonvoon
233         * NEWS, configure.in: Detect if check_mysql compile will work at
234           ./configure time, due to some Redhat systems distributing
235           mysql_config, but not the include files
237 2007-03-06 11:03  tonvoon
239         * configure.in: Clearer message when --with-nagios-user is used for
240           ./configure
242 2007-03-06 10:48  tonvoon
244         * FAQ, INSTALLING, NEWS, README, plugins-root/Makefile.am: Root
245           plugins installed with world executable permissions. Removed
246           references to --with-nagios-user and --with-nagios-group in
247           README
249 2007-03-02 01:38  egalstad
251         * plugins/check_mrtgtraf.c: Fix for broken check_mrtgtraf
253 2007-02-24 01:03  dermoth
255         * doc/makefile: Fix the makefile ('[[' is bash-specific, 'rm -f'
256           don't remove directories)
258 2007-02-14 20:56  tonvoon
260         * NEWS, contrib/check_sybase: check_sybase now maintained in
261           NagiosExchange
263 2007-02-14 20:52  tonvoon
265         * plugins/check_disk.c: Fixed typo in help for -M
267 2007-02-14 10:11  tonvoon
269         * plugins/: check_tcp.c, t/check_tcp.t: Documentation fix re:
270           --escape flag. Fix of ./check_tcp test to webservers to make it
271           more standards compliant
273 2007-02-09 14:35  tonvoon
275         * NEWS, THANKS.in, po/.cvsignore, po/Makefile.in.in: Fixed
276           MKINSTALLDIRS problem on some systems - Lars Stavholm
278 2007-02-07 14:46  tonvoon
280         * lib/: Makefile.config-opts, parse_ini.c,
281           tests/Makefile.config-opts, tests/config-tiny.ini,
282           tests/plugin.ini, tests/test_ini.c: Added test files to test the
283           parse_ini.c routines. Requires libtap
285 2007-02-07 14:06  hweiss
287         * plugins/check_swap.c: Include <sys/param.h> before <sys/swap.h>
288           in order to fix compilation on OpenBSD (nsturm - 1653934)
290 2007-02-06 23:30  dermoth
292         * plugins/check_tcp.c: Correct vim typo in comment block :P
294 2007-02-06 21:03  opensides
296         * plugins/check_disk.c, plugins/check_http.c,
297           plugins/check_ide_smart.c, plugins/check_mrtg.c,
298           plugins/check_mrtgtraf.c, plugins/check_overcr.c,
299           plugins/check_smtp.c, plugins/check_tcp.c, po/de.po, po/fr.po,
300           po/nagios-plugins.pot:
301           correcting some translation problems
303 2007-02-06 19:33  seanius
305         * lib/: parse_ini.c, parse_ini.h: initial version of ini file
306           parsing routines in C
308 2007-02-06 18:34  opensides
310         * po/Makevars:
311           adding PACKAGE_BUGREPORT to fix Report-Msgid-Bugs-To:
313 2007-02-05 13:51  tonvoon
315         * AUTHORS, doc/RELEASING: Update list of team members. More notes
316           on new releases
318 2007-02-05 13:13  tonvoon
320         * BUGS, NEWS, ChangeLog, configure.in, package.def: For 1.4.6
321           release
323 2007-02-02 09:10  dermoth
325         * plugins/check_snmp.c: Fix parsing of multiple OIDs sets needmibs
326           = TRUE
328 2007-02-01 06:53  dermoth
330         * plugins/: check_tcp.c, t/check_jabber.t: Fix progname being
331           partly set to upper case Change formating of invalid hostname
332           output
334 2007-02-01 05:37  dermoth
336         * NEWS: Adding NEWS entry for check_jabber
338 2007-02-01 05:33  dermoth
340         * plugins-scripts/check_log.sh: Fix bug #1593073 Check_Log problem
341           with log rotation
343 2007-01-31 22:50  tonvoon
345         * plugins/t/check_jabber.t: Converted to new style object and
346           Test::More testing. Skipped jabber server tests if not defined
348 2007-01-31 06:18  dermoth
350         * plugins/t/check_jabber.t: Add check_jabber test. Will ask for a
351           jabber host (default should be OK)
353 2007-01-31 04:47  dermoth
355         * plugins/check_tcp.c: Fix Debian Bug #392610: check_jabber always
356           return warning
358 2007-01-30 14:24  dermoth
360         * plugins/check_tcp.c: Jail does not requires any arguments
362 2007-01-30 09:56  tonvoon
364         * config.rpath: make dist failing without config.rpath in top
365           level. File copied from build-aux/
367 2007-01-30 05:01  dermoth
369         * plugins/: check_tcp.c, t/check_tcp.t: Fix reporting bug using
370           expect, affecting (not fixing) Debian bug #392610: check_jabber
371           always return warning
373 2007-01-30 02:22  hweiss
375         * configure.in: grep(1) "-q" isn't portable (e.g., it won't work on
376           Solaris 8), redirect output to /dev/null instead.
378 2007-01-29 14:14  dermoth
380         * plugins/: check_disk.c, t/check_disk.t: Revert 1643463 (reversed
381           disk thresholds) keeping the thresholds checks.
383 2007-01-29 12:13  hweiss
385         * configure.in: Automake 1.10 says: "compiling `test_disk.c' with
386           per-target flags requires `AM_PROG_CC_C_O' in `configure.in'".
388 2007-01-29 10:06  tonvoon
390         * config.rpath, build-aux/config.rpath: Move config.rpath into
391           build-aux for automake 1.10
393 2007-01-28 22:00  hweiss
395         * INSTALLING: Remove description of deprecated ./configure
396           --with-nagios-{user,group} options.
398 2007-01-28 21:46  hweiss
400         * plugins/check_apt.c, plugins/check_by_ssh.c, plugins/check_dig.c,
401           plugins/check_dns.c, plugins/check_fping.c, plugins/check_game.c,
402           plugins/check_hpjd.c, plugins/check_http.c,
403           plugins/check_ide_smart.c, plugins/check_ldap.c,
404           plugins/check_load.c, plugins/check_mrtg.c,
405           plugins/check_mrtgtraf.c, plugins/check_mysql.c,
406           plugins/check_mysql_query.c, plugins/check_nagios.c,
407           plugins/check_nt.c, plugins/check_ntp.c, plugins/check_nwstat.c,
408           plugins/check_overcr.c, plugins/check_pgsql.c,
409           plugins/check_ping.c, plugins/check_procs.c,
410           plugins/check_radius.c, plugins/check_real.c,
411           plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_ssh.c,
412           plugins/check_swap.c, plugins/check_tcp.c, plugins/check_time.c,
413           plugins/check_ups.c, plugins/check_users.c, plugins/negate.c,
414           plugins/urlize.c, plugins/utils.c, plugins/utils.h,
415           plugins-root/check_dhcp.c: Don't try to print `optarg' (which
416           will be a NULL pointer) if an unknown command line option was
417           used, as this leads to a segfault on some systems.  The unknown
418           option will be printed by getopt(3) anyway.  So, simply call
419           print_usage() and exit UNKNOWN via the new usage5() instead.
421 2007-01-27 21:49  dermoth
423         * plugins/: check_disk.c, t/check_disk.t: Fix #1643463:
424           Miscalculating thresholds check_disk
426 2007-01-27 17:49  hweiss
428         * lib/utils_base.c: Change the variable names `true' and `false'
429           (which are keywords in C99) to `yes' and `no'.  Fixes compilation
430           when using SGI's MIPSpro c99(1).
432 2007-01-27 17:42  hweiss
434         * plugins/common.h: Include GNULib's "dirname.h" in order to pull
435           in the base_name() prototype, fixes compilation of check_procs
436           using SGI's MIPSpro C.
438 2007-01-27 16:56  hweiss
440         * ACKNOWLEDGEMENTS, NEWS: Fix typos.
442 2007-01-27 16:51  hweiss
444         * NEWS: Added "-o,--ssh-option=OPTION" which hands "-o OPTION" over
445           to ssh(1) and "-q,--quiet" which tells ssh(1) to suppress
446           warnings (Gerhard Lausser - 1472491)
448 2007-01-27 16:37  hweiss
450         * plugins-root/check_dhcp.c: Include <sys/param.h> which is a
451           prerequisite for <sys/sysctl.h> on NetBSD and OpenBSD (at least).
453 2007-01-25 00:58  tonvoon
455         * Makefile.am, README, configure.in, doc/RELEASING: Update
456           references to NEWS instead of CHANGES. Fix compile of libtap test
457           programs
459 2007-01-25 00:26  tonvoon
461         * config.guess, config.sub, configure.in, ltmain.sh,
462           build-aux/.cvsignore, build-aux/ltmain.sh: Use build-aux
463           directory. Removed unnecessary checks in configure.in.  Keeping
464           libtool to link to libtap - can't find a suitable replacement
465           method
467 2007-01-24 23:18  tonvoon
469         * ACKNOWLEDGEMENTS, CHANGES, NEWS, config.rpath, configure.in,
470           doc/developer-guidelines.sgml, gl/.cvsignore,
471           plugins/Makefile.am, plugins/check_procs.c, po/POTFILES.in:
472           Various cleanups in the syncing with gnulib
474 2007-01-24 22:46  tonvoon
476         * Makefile.am, NEWS, config.rpath, configure.in,
477           doc/developer-guidelines.sgml, gl/Makefile.am, gl/alloca.c,
478           gl/alloca_.h, gl/asnprintf.c, gl/asprintf.c, gl/basename.c,
479           gl/c-strtod.c, gl/c-strtod.h, gl/cloexec.c, gl/cloexec.h,
480           gl/creat-safer.c, gl/dirname.c, gl/dirname.h, gl/dup-safer.c,
481           gl/error.c, gl/error.h, gl/exit.h, gl/exitfail.c, gl/exitfail.h,
482           gl/fcntl--.h, gl/fcntl-safer.h, gl/fd-safer.c, gl/fsusage.c,
483           gl/fsusage.h, gl/full-read.c, gl/full-read.h, gl/full-write.c,
484           gl/full-write.h, gl/gai_strerror.c, gl/getaddrinfo.c,
485           gl/getaddrinfo.h, gl/gethostname.c, gl/getloadavg.c, gl/getopt.c,
486           gl/getopt1.c, gl/getopt_.h, gl/getopt_int.h, gl/gettext.h,
487           gl/inet_ntop.c, gl/inet_ntop.h, gl/intprops.h, gl/malloc.c,
488           gl/mbchar.c, gl/mbchar.h, gl/mbuiter.h, gl/memchr.c, gl/minmax.h,
489           gl/mountlist.c, gl/mountlist.h, gl/open-safer.c, gl/pipe-safer.c,
490           gl/printf-args.c, gl/printf-args.h, gl/printf-parse.c,
491           gl/printf-parse.h, gl/regcomp.c, gl/regex.c, gl/regex.h,
492           gl/regex_internal.c, gl/regex_internal.h, gl/regexec.c,
493           gl/safe-read.c, gl/safe-read.h, gl/safe-write.c, gl/safe-write.h,
494           gl/size_max.h, gl/snprintf.c, gl/snprintf.h, gl/socket_.h,
495           gl/stdbool_.h, gl/stdint_.h, gl/strcase.h, gl/strcasecmp.c,
496           gl/strdup.c, gl/strdup.h, gl/stripslash.c, gl/strncasecmp.c,
497           gl/strndup.c, gl/strndup.h, gl/strnlen.c, gl/strnlen.h,
498           gl/strnlen1.c, gl/strnlen1.h, gl/unistd--.h, gl/unistd-safer.h,
499           gl/unistd_.h, gl/vasnprintf.c, gl/vasnprintf.h, gl/vasprintf.c,
500           gl/vasprintf.h, gl/vsnprintf.c, gl/vsnprintf.h, gl/wchar_.h,
501           gl/wctype_.h, gl/wcwidth.h, gl/xalloc-die.c, gl/xalloc.h,
502           gl/xmalloc.c, gl/xsize.h, gl/xstrndup.c, gl/xstrndup.h,
503           gl/m4/absolute-header.m4, gl/m4/alloca.m4, gl/m4/arpa_inet_h.m4,
504           gl/m4/c-strtod.m4, gl/m4/cloexec.m4, gl/m4/codeset.m4,
505           gl/m4/dirname.m4, gl/m4/dos.m4, gl/m4/double-slash-root.m4,
506           gl/m4/eoverflow.m4, gl/m4/error.m4, gl/m4/exitfail.m4,
507           gl/m4/extensions.m4, gl/m4/fcntl-safer.m4, gl/m4/fstypename.m4,
508           gl/m4/fsusage.m4, gl/m4/getaddrinfo.m4, gl/m4/gethostname.m4,
509           gl/m4/getloadavg.m4, gl/m4/getopt.m4, gl/m4/gettext.m4,
510           gl/m4/glibc2.m4, gl/m4/glibc21.m4, gl/m4/gnulib-cache.m4,
511           gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4,
512           gl/m4/gnulib-tool.m4, gl/m4/iconv.m4, gl/m4/inet_ntop.m4,
513           gl/m4/inline.m4, gl/m4/intdiv0.m4, gl/m4/intl.m4,
514           gl/m4/intldir.m4, gl/m4/intmax.m4, gl/m4/intmax_t.m4,
515           gl/m4/inttypes-pri.m4, gl/m4/inttypes_h.m4, gl/m4/lcmessage.m4,
516           gl/m4/lib-ld.m4, gl/m4/lib-link.m4, gl/m4/lib-prefix.m4,
517           gl/m4/lock.m4, gl/m4/longdouble.m4, gl/m4/longlong.m4,
518           gl/m4/ls-mntd-fs.m4, gl/m4/mbchar.m4, gl/m4/mbiter.m4,
519           gl/m4/mbrtowc.m4, gl/m4/memchr.m4, gl/m4/minmax.m4,
520           gl/m4/mountlist.m4, gl/m4/netinet_in_h.m4, gl/m4/nls.m4,
521           gl/m4/onceonly_2_57.m4, gl/m4/po.m4, gl/m4/printf-posix.m4,
522           gl/m4/progtest.m4, gl/m4/regex.m4, gl/m4/safe-read.m4,
523           gl/m4/safe-write.m4, gl/m4/size_max.m4, gl/m4/snprintf.m4,
524           gl/m4/socklen.m4, gl/m4/sockpfaf.m4, gl/m4/ssize_t.m4,
525           gl/m4/stdbool.m4, gl/m4/stdint.m4, gl/m4/stdint_h.m4,
526           gl/m4/strcase.m4, gl/m4/strdup.m4, gl/m4/strndup.m4,
527           gl/m4/strnlen.m4, gl/m4/sys_socket_h.m4, gl/m4/uintmax_t.m4,
528           gl/m4/ulonglong.m4, gl/m4/unistd-safer.m4, gl/m4/unistd_h.m4,
529           gl/m4/vasnprintf.m4, gl/m4/vasprintf.m4, gl/m4/visibility.m4,
530           gl/m4/vsnprintf.m4, gl/m4/wchar.m4, gl/m4/wchar_t.m4,
531           gl/m4/wctype.m4, gl/m4/wcwidth.m4, gl/m4/wint_t.m4,
532           gl/m4/xalloc.m4, gl/m4/xsize.m4, gl/m4/xstrndup.m4,
533           lib/Makefile.am, lib/alloca.c, lib/alloca_.h, lib/basename.c,
534           lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cloexec.c,
535           lib/cloexec.h, lib/creat-safer.c, lib/dirname.h, lib/dup-safer.c,
536           lib/error.c, lib/error.h, lib/exit.h, lib/exitfail.c,
537           lib/exitfail.h, lib/fcntl--.h, lib/fcntl-safer.h, lib/fd-safer.c,
538           lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
539           lib/full-write.c, lib/full-write.h, lib/getloadavg.c,
540           lib/getopt.c, lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h,
541           lib/gettext.h, lib/intprops.h, lib/malloc.c, lib/mountlist.c,
542           lib/mountlist.h, lib/open-safer.c, lib/pipe-safer.c,
543           lib/realloc.c, lib/regcomp.c, lib/regex.c, lib/regex.h,
544           lib/regex_internal.c, lib/regex_internal.h, lib/regexec.c,
545           lib/safe-read.c, lib/safe-read.h, lib/safe-write.c,
546           lib/safe-write.h, lib/snprintf.c, lib/stdbool_.h, lib/strcase.h,
547           lib/strtod.c, lib/unistd--.h, lib/unistd-safer.h,
548           lib/unlocked-io.h, lib/xalloc-die.c, lib/xalloc.h, lib/xmalloc.c,
549           lib/xstrdup.c, lib/tests/Makefile.am, m4/Makefile.am.in,
550           m4/afs.m4, m4/alloca.m4, m4/basename.m4, m4/c-strtod.m4,
551           m4/codeset.m4, m4/dos.m4, m4/error.m4, m4/exitfail.m4,
552           m4/extensions.m4, m4/fcntl-safer.m4, m4/fstypename.m4,
553           m4/fsusage.m4, m4/getopt.m4, m4/gettext.m4, m4/glibc21.m4,
554           m4/iconv.m4, m4/inttypes-pri.m4, m4/inttypes.m4,
555           m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4,
556           m4/longdouble.m4, m4/longlong.m4, m4/ls-mntd-fs.m4,
557           m4/mountlist.m4, m4/nls.m4, m4/np_coreutils.m4, m4/np_curl.m4,
558           m4/onceonly_2_57.m4, m4/po.m4, m4/progtest.m4, m4/regex.m4,
559           m4/restrict.m4, m4/signed.m4, m4/stdbool.m4, m4/stdint_h.m4,
560           m4/uintmax_t.m4, m4/ulonglong.m4, m4/unistd-safer.m4,
561           m4/unlocked-io.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xalloc.m4,
562           plugins/Makefile.am, plugins/check_smtp.c, plugins/common.h,
563           plugins/getaddrinfo.c, plugins/getaddrinfo.h,
564           plugins/gethostbyname.c, plugins/gethostbyname.h,
565           plugins/netutils.h, plugins-root/Makefile.am, tools/setup,
566           tools/update_coreutils: Sync with gnulib - lots of extraneous
567           code removed in preference to GNU code
569 2007-01-23 18:34  hweiss
571         * THANKS.in, plugins/check_ssh.c: Support `check_ssh
572           --hostname=ADDRESS' (but keep `--host=ADDRESS' for backward
573           compatibility) (Ville Mattila - 1642780)
575 2007-01-23 18:20  hweiss
577         * REQUIREMENTS: Location updates
579 2007-01-23 17:20  hweiss
581         * plugins/check_tcp.c: Add missing `break' to the switch-case block
582           that handles the `-m' option (Nobuhiro Ban - 1642682)
584 2007-01-23 16:42  hweiss
586         * THANKS.in, plugins/check_radius.c: Initialize `data' to zero,
587           fixes potential segfault (Nobuhiro Ban - 1642658)
589 2007-01-23 14:39  hweiss
591         * lib/mountlist.c: Add support for statvfs(2) which is needed in
592           order to compile the plugins on NetBSD 3.0 and newer.  The
593           current coreutils release supports statvfs(2), so this patch
594           won't be needed anymore when updating the coreutils files.
596 2007-01-22 04:05  hweiss
598         * plugins/check_by_ssh.c: Added "-o,--ssh-option=OPTION" which
599           hands "-o OPTION" over to ssh(1) and "-q,--quiet" which tells
600           ssh(1) to suppress warnings (Gerhard Lausser - 1472491)
602 2007-01-20 20:45  tonvoon
604         * doc/developer-guidelines.sgml: Updated policy on contributed
605           plugins
607 2007-01-20 20:06  tonvoon
609         * doc/: LEAVERS, NEW_STARTERS, RELEASING: Administrative notes
611 2007-01-20 10:59  seanius
613         * plugins/check_ntp.c: compilation fixes for check_ntp.c: -
614           check_ntp.c:290: warning: overflow in implicit constant
615           conversion   fixed with an explicit cast to int8_t.  -
616           check_ntp.c:544: warning: pointer of type ā€˜void *ā€™ used in
617           arithmetic   fixed by casting to ptrdiff_t before arithmetic and
618           (void*) afterwards - in TVtoNTP64, cast arithmetic result passed
619           to R32 as uint64_t.
621 2007-01-20 07:18  dermoth
623         * plugins/: check_http.c, check_ldap.c: Fix bug #1632091: printf
624           format string typos. Add some more cosmetic changes.
626 2007-01-20 06:27  dermoth
628         * plugins-root/check_icmp.c: Fix bug #1632078: critical threshold %
629           incorrectly displayed by check_icmp
631 2007-01-20 06:07  dermoth
633         * CHANGES, THANKS.in, plugins/netutils.c: Fix bug #1632072 pointer
634           error in plugins/netutils.c. Add changelog entry for previous
635           commit.
637 2007-01-17 05:28  dermoth
639         * THANKS.in, plugins/check_procs.c: Fix bug #1630970 Fix for buffer
640           overflow of check_procs procprog string
642 2007-01-08 11:05  tonvoon
644         * CHANGES, THANKS.in, plugins/t/check_disk.t: Added notes about
645           check_disk perf data fix. Added test to check perf data is same
646           when mount points reversed
648 2007-01-07 07:14  dermoth
650         * plugins/check_disk.c: Fix bug #1627970: check_disk performance
651           output for more then one partition
653 2007-01-06 06:41  dermoth
655         * plugins/check_ping.c: Fix bug #1629008: check_ping fails to
656           handle Packet filtered error
658 2007-01-06 06:33  dermoth
660         * plugins/check_ping.c: Revert last patch: it works but not really
661           for the reason I though.
663 2007-01-06 04:52  dermoth
665         * plugins/check_ping.c: Fix the way check_ping calculate the
666           maximum run time
668 2007-01-04 11:51  dermoth
670         * plugins/check_real.c: Fix bug #1574863: check_real does not
671           accept the '-v' option
673 2007-01-04 11:35  dermoth
675         * plugins/check_ping.c: Fix bug #1592605: check_ping times out
677 2007-01-04 11:18  dermoth
679         * tools/: README, distclean: Adding my distclean script
681 2006-12-23 18:59  dermoth
683         * plugins/t/check_snmp.t: Regexps in check_snmp tests fails where
684           they shouldn't.
686 2006-12-21 05:25  dermoth
688         * NPTest.pm: - Fixing small error (wrong file name) in NPTest.pm
689           documentation.
691 2006-12-20 22:33  tonvoon
693         * CHANGES, THANKS.in, plugins/check_http.c, plugins/t/check_http.t:
694           Removed unused timestamp variable (Matthias Eble) Fixed
695           redirection test. Added extra tests for funny syntax when
696           checking certificates, updated help for more common syntax
698 2006-12-20 19:25  tonvoon
700         * lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c,
701           plugins/t/check_disk.t: Fixed inode thresholds, regressed from
702           previous release
704 2006-12-20 11:32  opensides
706         * po/: de.po, fr.po, nagios-plugins.pot:
707           updated the nagios-pulgins.pot files now that localization is
708           clean first pass at updating the french locale
710 2006-12-12 12:59  tonvoon
712         * plugins-scripts/t/utils.t: Enhanced test for single letters in
713           fqdn
715 2006-12-12 08:56  tonvoon
717         * plugins-scripts/utils.pm.in: Allow single characters in fqdn
718           (Dave Alden)
720 2006-12-07 22:38  tonvoon
722         * CHANGES, THANKS.in, configure.in: Fixed HP/UX's swapinfo command
723           for check_procs (Dick van den Burg - 1573700)
725 2006-12-07 16:07  tonvoon
727         * THANKS.in, plugins/check_disk.c, plugins/check_swap.c,
728           plugins/common.h, plugins/netutils.h: Fix coredump on 64bit
729           Solaris. Also adds more error conditions and moves swap specific
730           includes out of common.h (Duncan Ferguson - 1588031)
732 2006-12-06 20:34  tonvoon
734         * plugins/Makefile.am: Move SSL libs to correct order per plugin
736 2006-12-06 17:36  tonvoon
738         * plugins/Makefile.am: Only include -lssl for plugins that require
739           it
741 2006-12-06 17:00  tonvoon
743         * configure.in: Flag common compile error because of no ar on
744           Solaris
746 2006-12-06 15:58  tonvoon
748         * Makefile.am: Remove CVS files from distribution
750 2006-12-06 15:53  tonvoon
752         * doc/developer-guidelines.sgml: Add libtool requirement for
753           development
755 2006-11-09 11:44  tonvoon
757         * CHANGES, THANKS.in, plugins/check_ping.c, plugins/netutils.c:
758           Reduced DNS lookups in check_ping and netutils.c in IPv6
759           configurations (Pawel Malachowski)
761 2006-11-03 15:40  tonvoon
763         * lib/: Makefile.am, alloca.c, alloca_.h: Add alloca files,
764           required for *BSD
766 2006-11-01 21:15  tonvoon
768         * ChangeLog, configure.in, package.def: For 1.4.5 release
770 2006-10-27 16:37  tonvoon
772         * plugins-scripts/: utils.pm.in, t/utils.t: More edge testcases.
773           Allow anything if ends with a . as long as correct characters
775 2006-10-26 22:32  tonvoon
777         * NPTest.pm: New test variables default to "none", so no changes
778           required to tinderbox satelites
780 2006-10-26 22:10  tonvoon
782         * THANKS.in, plugins-scripts/check_oracle.sh: Fixed error if
783           dba_free_space has no free segments (Florian Gleixner)
785 2006-10-26 22:02  tonvoon
787         * plugins-scripts/: Makefile.am, utils.pm.in, t/utils.t: Fixed
788           regression where hostnames with hyphens were rejected (1581402 -
789           Holger Weiss)
791 2006-10-26 21:56  tonvoon
793         * contrib/tarballs/check_traffic-0.90b.tar.gz: Removing unnecessary
794           tarball
796 2006-10-26 21:51  tonvoon
798         * THANKS.in, plugins/check_disk.c, plugins/check_http.c: Remove C
799           style comments (1583467 - Markus Baertschi)
801 2006-10-24 22:54  opensides
803         * plugins-root/check_icmp.c:
804           more fixes and removal of certain sentences not needed
806 2006-10-24 22:48  opensides
808         * plugins/check_nt.c, plugins-root/check_icmp.c:
809           last localization fixes for core plugins in c
811 2006-10-24 22:01  opensides
813         * plugins/check_nt.c:
814           next round of localization fixes
816 2006-10-24 10:48  tonvoon
818         * plugins-root/: Makefile.am, check_icmp.c: Fixed compile on
819           non-glibc platforms
821 2006-10-24 09:34  tonvoon
823         * plugins/check_http.c: Restored accidently regressed fix
825 2006-10-23 22:47  opensides
827         * plugins/check_http.c:
828           localization fixes
830 2006-10-23 01:02  opensides
832         * plugins-root/check_icmp.c:
833           first pass a making check icmp respecting nagiosplugins rules
835 2006-10-22 23:34  opensides
837         * plugins/check_nt.c:
838           latest localization fixes for tonight ;-)
840 2006-10-22 23:24  opensides
842         * plugins/check_ldap.c:
843            localization fixes
845 2006-10-22 23:14  opensides
847         * plugins-root/check_icmp.c:
848           putting default template for copyright and explanations
850 2006-10-22 23:07  opensides
852         * plugins-root/check_icmp.c:
853           revert mistake when commiting fixes
855 2006-10-22 23:03  opensides
857         * plugins/check_apt.c, plugins/check_procs.c,
858           plugins-root/check_icmp.c:
859           more localization fixes
861 2006-10-20 08:53  tonvoon
863         * plugins/check_snmp.c: Reverting back accidently regressed code
865 2006-10-20 08:39  opensides
867         * plugins/check_mrtg.c:
868           more localization fixes
870 2006-10-20 07:24  opensides
872         * plugins/check_apt.c, plugins-root/check_dhcp.c:
873           localization updates
875 2006-10-20 00:56  opensides
877         * plugins/check_snmp.c:
878           adding missing check_snmp
880 2006-10-20 00:53  opensides
882         * plugins/: check_radius.c, check_real.c, check_smtp.c,
883           check_ssh.c, check_swap.c, check_tcp.c, check_time.c,
884           check_ups.c, check_users.c, negate.c, urlize.c:
885           another round of localization cleaning
887 2006-10-19 21:04  tonvoon
889         * BUGS, ChangeLog, configure.in, package.def: For 1.4.4 release
891 2006-10-19 20:52  tonvoon
893         * CHANGES: Added info re: 1.4.4 in prep for release
895 2006-10-19 20:36  tonvoon
897         * THANKS.in, plugins/check_snmp.c: Initialise strings for Fedora
898           Core 5 (Henning Schmiedehausen)
900 2006-10-19 20:25  tonvoon
902         * THANKS.in, plugins/check_snmp.c: Removed asprintf for perf data
903           (Craig Orsinger, Robby Giffin - 1310495)
905 2006-10-19 20:13  tonvoon
907         * THANKS.in, plugins/check_snmp.c: type variable not cleared in Sol
908           10 (Kyle Tucker)
910 2006-10-19 19:59  tonvoon
912         * THANKS.in, plugins/check_http.c, plugins/t/check_http.t:
913           Redirection error if other headers beginning with L (Aravind
914           Gottipati - 1562572)
916 2006-10-19 19:44  tonvoon
918         * THANKS.in, plugins-scripts/utils.pm.in: Allow hostnames beginning
919           with digits (O'Shaughnessy Evans - 1567390)
921 2006-10-19 12:56  tonvoon
923         * plugins/t/check_smtp.t: Added tests for SMTP servers without TLS
924           and with TLS
926 2006-10-19 01:25  opensides
928         * plugins/: check_apt.c, check_by_ssh.c, check_dig.c, check_dns.c,
929           check_dummy.c, check_fping.c, check_game.c, check_hpjd.c,
930           check_http.c, check_ide_smart.c, check_ldap.c, check_load.c,
931           check_mrtg.c, check_mrtgtraf.c, check_mysql.c,
932           check_mysql_query.c, check_nagios.c, check_nt.c, check_ntp.c,
933           check_nwstat.c, check_overcr.c, check_pgsql.c, check_ping.c,
934           check_procs.c:
935           first pass at cleaning localization for new release first pass at
936           making all the headre be the same licence, plugin, etc...
938 2006-10-18 13:12  tonvoon
940         * plugins/: check_disk.c, t/check_disk.t: Re-added perf data to
941           check_disk
943 2006-10-18 13:05  tonvoon
945         * lib/: utils_disk.h, tests/test_disk.c: Fix tests for exact
946           matches when searching filesystems
948 2006-10-18 13:03  tonvoon
950         * lib/: utils_base.c, utils_base.h: Cater for different errors when
951           setting thresholds
953 2006-10-12 21:36  tonvoon
955         * plugins/: check_smtp.c, t/check_smtp.t: Resend EHLO after TLS
956           negotiation as per RFC3207 (Holger Weiss - 1482832)
958 2006-10-12 15:22  tonvoon
960         * plugins/check_ntp.c: Removed extraneous comma in perf data output
962 2006-10-12 15:14  tonvoon
964         * plugins/: check_disk.c, t/check_disk.t: Remove the "- free space"
965           if status is OK
967 2006-10-12 14:58  tonvoon
969         * NPTest.pm, THANKS.in, plugins/check_disk.c,
970           plugins/t/check_disk.t: Fixed output from -e in check_disk
971           (Andreas Behal)
973 2006-10-02 13:09  tonvoon
975         * plugins/t/check_load.t: Fix test failure on poseidon
977 2006-09-21 11:41  tonvoon
979         * THANKS.in, plugins/check_nwstat.c: Added perfdata for most
980           variables and new parameters: VMU, VMF, VMP, NRMH, NRMP, NRMM,
981           NRMS, NSS1 to NSS7 (Christian Mies)
983 2006-09-02 21:41  seanius
985         * lib/utils_base.h, plugins/utils.h: - explicitly include
986           utils_base.h from utils.h - put utils.h inside of an
987           #ifndef/#endif
989 2006-09-02 21:32  seanius
991         * plugins/check_tcp.c: - fix for warning/critical timeouts in
992           check_tcp.c, in which the plugin   would exit with a usage error
993           if non-int timeouts were passed.  - change
994           --warning-time/--critical-time to just --warning/--critical,   as
995           it's what --help says.
997 2006-08-14 10:04  tonvoon
999         * THANKS.in, plugins/check_disk.c: Fixed inode percent free output
1000           (Mike Emigh - 1531899)
1002 2006-08-14 09:42  tonvoon
1004         * plugins/t/check_ntp.t: Fixed skip of no ntp test
1006 2006-08-11 09:26  tonvoon
1008         * plugins/: check_ntp.c, t/check_ntp.t: Catch no responses from any
1009           server (1538341 - nmdias)
1011 2006-08-03 09:14  tonvoon
1013         * tools/tinderbox_build: Interpret the snapshot datestamp as GMT
1015 2006-07-31 19:55  harpermann
1017         * plugins/check_nt.c: Bug: 694259 fix.  After consulting with the
1018           target service authors, we decided to keep the default port as
1019           1248 and add a note about other services sometimes using this
1020           port and suggesting to change the port.  Closing bug.
1022 2006-07-31 15:09  tonvoon
1024         * doc/developer-guidelines.sgml: M4 requirement for developer
1025           platform
1027 2006-07-29 02:43  tonvoon
1029         * plugins/common.h, plugins-root/check_dhcp.c: Fix two Solaris
1030           compile problems
1032 2006-07-29 01:04  tonvoon
1034         * po/POTFILES.in: Remove reference to check_udp.c
1036 2006-07-29 00:59  tonvoon
1038         * configure.in, plugins/Makefile.am, plugins-scripts/Makefile.am:
1039           Cleanup references to old check_udp and INSTALL_OPTS. Error if
1040           --with-nagios-user or --with-nagios-group specified for configure
1042 2006-07-28 23:44  tonvoon
1044         * CHANGES, plugins/Makefile.am, plugins/check_udp.c,
1045           plugins/t/check_udp.t: check_udp.c deprecated and check_udp now
1046           linked to check_tcp. check_udp2 removed
1048 2006-07-27 12:29  tonvoon
1050         * doc/developer-guidelines.sgml: Example ranges (Nathan Vonnahme)
1052 2006-07-20 00:05  tonvoon
1054         * THANKS.in, configure.in: Stricter autoconf 2.60 rules (Lance
1055           Albertson - 1522900)
1057 2006-07-19 23:56  tonvoon
1059         * plugins/common.h: Fix to add uintmax_t, for check_disk.c compile
1061 2006-07-19 23:37  tonvoon
1063         * plugins/common.h: Fix for CHAR_MAX on Solaris 9
1065 2006-07-14 10:47  tonvoon
1067         * lib/: Makefile.am, utils_base.c: Missing header files
1069 2006-07-14 10:43  tonvoon
1071         * plugins/check_disk.c: Fix inode percents using coreutils'
1072           percentage calculation technique
1074 2006-07-14 00:58  tonvoon
1076         * CHANGES, lib/utils_base.c, lib/utils_base.h, lib/utils_disk.c,
1077           lib/utils_disk.h, lib/tests/test_utils.c, plugins/check_disk.c,
1078           plugins/t/check_disk.t: Major fixes to check_disk. Now should
1079           return same data as df
1081 2006-07-13 13:50  tonvoon
1083         * Makefile.am, configure.in, lib/Makefile.am, lib/tests/.cvsignore,
1084           lib/tests/Makefile.am, lib/tests/README, lib/tests/test_disk.c,
1085           lib/tests/test_disk.t, lib/tests/test_utils.c,
1086           lib/tests/test_utils.t, plugins/Makefile.am,
1087           plugins/check_disk.c, plugins/check_dns.c, plugins/check_mysql.c,
1088           plugins/check_mysql_query.c, plugins/utils.c, plugins/utils.h,
1089           plugins/utils_disk.c, plugins/utils_disk.h,
1090           plugins/tests/.cvsignore, plugins/tests/Makefile.am,
1091           plugins/tests/README, plugins/tests/test_disk.c,
1092           plugins/tests/test_disk.t, plugins/tests/test_utils.c,
1093           plugins/tests/test_utils.t: Move new util_* functions to lib/
1095 2006-07-13 09:54  tonvoon
1097         * configure.in, lib/basename.c, lib/dirname.h, m4/basename.m4,
1098           m4/dos.m4, m4/np_coreutils.m4, plugins/check_procs.c,
1099           plugins/utils.c, plugins/utils.h: Using coreutils' base_name
1100           function because of portability issues with Tru64
1102 2006-07-12 23:53  tonvoon
1104         * plugins/: check_disk.c, utils_disk.c, utils_disk.h,
1105           t/check_disk.t: Added -E option for exact match of filesystem.
1106           Restructured main filesystem loop. Added extra tests for possible
1107           duplicate filesystems.
1109 2006-07-12 20:30  tonvoon
1111         * plugins/: check_disk.c, utils_disk.c, utils_disk.h,
1112           tests/.cvsignore, tests/test_disk.c: Moving parameter_list into
1113           utils_disk.h. Given list of mount points, can now work out best
1114           match or exact match.
1116 2006-07-12 13:15  tonvoon
1118         * plugins/: Makefile.am, check_disk.c, utils_disk.c, utils_disk.h,
1119           tests/Makefile.am, tests/test_disk.c, tests/test_disk.t: Moving
1120           check_disk functions into utils_disk.c and testing them
1122 2006-07-11 13:38  tonvoon
1124         * m4/fcntl-safer.m4, m4/np_coreutils.m4, m4/unistd-safer.m4,
1125           lib/creat-safer.c, lib/dup-safer.c, lib/fcntl--.h,
1126           lib/fcntl-safer.h, lib/fd-safer.c, lib/open-safer.c,
1127           lib/pipe-safer.c, lib/unistd--.h, lib/unistd-safer.h: Extra files
1128           from coreutils required for getloadavg.c to compile on Tru64
1129           (Ciro Iriarte - 1520331)
1131 2006-07-10 09:44  tonvoon
1133         * lib/Makefile.am: Didn't add intprops.h into distribution
1134           correctly
1136 2006-07-07 07:36  harpermann
1138         * plugins/urlize.c: Added check for two arguments.  Was segfaulting
1139           if no or one arg.  Now returns help.
1141 2006-07-05 14:45  tonvoon
1143         * plugins-scripts/check_mailq.pl: Fixed checking of return codes
1144           from external mailq programs
1146 2006-07-05 09:55  tonvoon
1148         * tools/tinderbox_build: Add instructions for manually sending
1149           Tinderbox build logs
1151 2006-07-05 09:26  tonvoon
1153         * lib/: Makefile.am, intprops.h: Missing intprops.h for Tru64 (Ciro
1154           Iriarte - 1517379)
1156 2006-07-04 10:47  tonvoon
1158         * THANKS.in, m4/alloca.m4, m4/np_coreutils.m4: Added alloca.h check
1159           and fixed locale.h, wchar.h (Ari Pollak - 1516578)
1161 2006-07-03 09:03  tonvoon
1163         * plugins/check_dig.c: Fixed -p getopt call (Allan Bennett -
1164           1511650)
1166 2006-07-03 08:55  tonvoon
1168         * THANKS.in, lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c,
1169           m4/c-strtod.m4, m4/np_coreutils.m4, plugins/Makefile.am: Fixed
1170           compile on Tru64 5.1b (Ciro Iriarte - 1515435)
1172 2006-06-21 12:05  opensides
1174         * plugins/: check_snmp.c, check_ssh.c:
1175           cleaning help and usage
1177 2006-06-21 10:49  opensides
1179         * po/LINGUAS:
1180           fixing bug id #1509699
1182 2006-06-20 12:17  opensides
1184         * plugins/: check_procs.c, check_radius.c, check_real.c,
1185           check_smtp.c, check_snmp.c, check_ssh.c:
1186           cleaning help and usage + license
1188 2006-06-18 20:36  opensides
1190         * plugins/: check_disk.c, check_time.c, check_udp.c, check_ups.c,
1191           check_users.c, gethostbyname.c, gethostbyname.h, negate.c,
1192           netutils.c, popen.c, runcmd.c, sslutils.c, urlize.c, utils.c:
1193           updating help and usage and license
1195 2006-06-17 13:28  opensides
1197         * plugins/: check_hpjd.c, check_nt.c, check_ntp.c, check_nwstat.c,
1198           check_overcr.c, check_pgsql.c, check_ping.c, check_procs.c:
1199           cleaning up help and usage
1201 2006-06-15 13:52  opensides
1203         * plugins/: check_ldap.c, check_load.c, check_mrtg.c,
1204           check_mysql.c, check_mysql_query.c, check_nagios.c:
1205           cleaning help and usage
1207 2006-06-15 11:16  opensides
1209         * plugins/check_ide_smart.c:
1210           cleaning help and usage
1212 2006-06-14 22:27  opensides
1214         * plugins/: check_dns.c, check_dummy.c, check_fping.c,
1215           check_game.c:
1216           updating the help and usage for localization
1218 2006-06-14 20:15  tonvoon
1220         * INSTALLING, doc/developer-guidelines.sgml: Updated requirements
1221           for development platform
1223 2006-06-14 19:48  opensides
1225         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c:
1226           starting the BIG locale update ;-)
1228 2006-06-07 15:28  seanius
1230         * contrib/check_linux_raid.pl: some gratuitous whitespace changes,
1231           and a fix to the "recovery =" detection logic in
1232           check_linux_raid.pl
1234 2006-06-07 15:23  seanius
1236         * plugins-scripts/utils.pm.in: removed stale references to
1237           PATH_TO_NTPFOO, as it's no longer used.
1239 2006-06-07 08:59  tonvoon
1241         * plugins-root/Makefile.am: Do not install setuid programs unless
1242           run as root
1244 2006-06-07 08:18  tonvoon
1246         * tools/setup, plugins-root/Makefile.am: Fixed two build problems
1247           re: libtool and pst3
1249 2006-06-06 17:48  seanius
1251         * plugins/check_pgsql.c: modify the is_pg_dbname() function to
1252           allow databases with '-' in their name.  reference: sf tracker
1253           #1500752
1255 2006-06-04 00:06  seanius
1257         * configure.in: removed the -R for openssl, as it should be figured
1258           out automatically by libtool and also controlled via the
1259           --enable-rpath/--disable-rpath configure options.  furthermore
1260           keeping it in forces the rpath option on in spite of what's
1261           passed on the configure line.
1263 2006-06-01 23:30  seanius
1265         * contrib/check_linux_raid.pl: gave some TLC to check_linux_raid
1267 2006-05-30 10:55  tonvoon
1269         * configure.in: Default to search path for mysql_config
1271 2006-05-30 10:39  tonvoon
1273         * THANKS.in: For reporting check_radius compile problem
1275 2006-05-30 10:19  tonvoon
1277         * .cvsignore, config.guess, config.sub, ltmain.sh,
1278           doc/developer-guidelines.sgml: Added libtool files, at version
1279           1.5.22, into CVS
1281 2006-05-25 18:40  egalstad
1283         * plugins-root/check_dhcp.c: Applied patch for responses from
1284           helpers/relays, cleaned up different coding styles for
1285           consistency
1287 2006-05-25 17:59  tonvoon
1289         * lib/regex.o: Removed unnecessary file
1291 2006-05-25 17:58  tonvoon
1293         * configure.in, lib/Makefile.am, plugins/common.h: Gettext fixes to
1294           sync with coreutils
1296 2006-05-25 17:53  egalstad
1298         * plugins-root/check_dhcp.c: Fixed short interface name length,
1299           UNKNOWN return code (patches from tracker)
1301 2006-05-25 16:34  tonvoon
1303         * plugins/: check_http.c, t/check_http.t: Option to invert results
1304           from a regexp pattern match
1306 2006-05-25 13:33  tonvoon
1308         * configure.in, lib/.cvsignore, lib/regcomp.c, lib/regex.c,
1309           lib/regex.h, lib/regex.o, lib/regex_internal.c,
1310           lib/regex_internal.h, lib/regexec.c, lib/strcase.h,
1311           m4/.cvsignore, m4/np_coreutils.m4, m4/regex.m4, m4/restrict.m4,
1312           plugins/check_apt.c, plugins/check_http.c, plugins/check_smtp.c,
1313           plugins/check_snmp.c: Use coreutils' regexp libraries, so regexp
1314           always available now
1316 2006-05-25 13:13  tonvoon
1318         * m4/ls-mntd-fs.m4: Sync with coreutils 5.96
1320 2006-05-24 13:48  tonvoon
1322         * THANKS.in, configure.in: Fix for mysql 3.x (Jeremy Reed, Michael
1323           Tiernan - 1491936)
1325 2006-05-24 10:23  tonvoon
1327         * doc/developer-guidelines.sgml: Reminder of no inline variable
1328           declarations
1330 2006-05-24 10:05  tonvoon
1332         * plugins/check_snmp.c: Variables need to be declared at top of
1333           code for better portability (Gerhard Lausser)
1335 2006-05-19 22:41  tonvoon
1337         * configure.in, doc/developer-guidelines.sgml: Requirement of
1338           automake 1.8.3, as coreutils needs it
1340 2006-05-19 22:30  tonvoon
1342         * .cvsignore, config.rpath, mkinstalldirs, po/.cvsignore,
1343           po/remove-potcdate.sin: Adding more required files from gettext
1345 2006-05-19 00:17  tonvoon
1347         * tools/setup: Bug in Makefile.am creation
1349 2006-05-19 00:09  tonvoon
1351         * .cvsignore, ABOUT-NLS, m4/Makefile.am, m4/Makefile.am.in,
1352           po/.cvsignore, po/Makefile.in.in, tools/setup: Fixes from
1353           coreutils sync: some files now required and removed generateable
1354           files
1356 2006-05-18 23:05  tonvoon
1358         * .cvsignore, Makefile.am, configure.in,
1359           doc/developer-guidelines.sgml, lib/Makefile.am, lib/cloexec.c,
1360           lib/cloexec.h, lib/error.c, lib/error.h, lib/exit.h,
1361           lib/exitfail.c, lib/exitfail.h, lib/fsusage.c, lib/fsusage.h,
1362           lib/full-read.c, lib/full-read.h, lib/full-write.c,
1363           lib/full-write.h, lib/getloadavg.c, lib/getopt.c, lib/getopt.h,
1364           lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/gettext.h,
1365           lib/malloc.c, lib/mountlist.c, lib/mountlist.h, lib/realloc.c,
1366           lib/safe-read.c, lib/safe-read.h, lib/safe-write.c,
1367           lib/safe-write.h, lib/stdbool_.h, lib/strtod.c,
1368           lib/unlocked-io.h, lib/xalloc-die.c, lib/xalloc.h, lib/xmalloc.c,
1369           m4/.cvsignore, m4/Makefile.am, m4/afs.m4, m4/codeset.m4,
1370           m4/error.m4, m4/exitfail.m4, m4/extensions.m4, m4/fstypename.m4,
1371           m4/fsusage.m4, m4/getopt.m4, m4/gettext.m4, m4/glibc21.m4,
1372           m4/iconv.m4, m4/intdiv0.m4, m4/inttypes-pri.m4, m4/inttypes.m4,
1373           m4/inttypes_h.m4, m4/isc-posix.m4, m4/lcmessage.m4, m4/lib-ld.m4,
1374           m4/lib-link.m4, m4/lib-prefix.m4, m4/longdouble.m4,
1375           m4/longlong.m4, m4/ls-mntd-fs.m4, m4/malloc.m4, m4/mountlist.m4,
1376           m4/nls.m4, m4/np_coreutils.m4, m4/onceonly.m4,
1377           m4/onceonly_2_57.m4, m4/po.m4, m4/progtest.m4, m4/realloc.m4,
1378           m4/signed.m4, m4/stdbool.m4, m4/stdint_h.m4, m4/uintmax_t.m4,
1379           m4/ulonglong.m4, m4/unlocked-io.m4, m4/wchar_t.m4, m4/wint_t.m4,
1380           m4/xalloc.m4, plugins/.cvsignore, plugins/check_disk.c,
1381           plugins/common.h, plugins/tests/.cvsignore,
1382           plugins-root/.cvsignore, plugins-root/check_dhcp.c,
1383           po/.cvsignore, tools/setup: Synchronise with coreutils 2.95.
1384           Gettext now synced with coreutils, so no longer development
1385           platform requirement
1387 2006-05-17 11:10  tonvoon
1389         * configure.in: Fix for loading SSL libraries at runtime
1391 2006-05-17 09:56  tonvoon
1393         * configure.in, plugins-root/Makefile.am: Fix compile problems on
1394           Solaris for pst3 and ssl libs
1396 2006-05-15 14:20  tonvoon
1398         * CHANGES, contrib/check_disk_snmp.pl: check_disk_snmp.pl removed.
1399           Notice added to CHANGES
1401 2006-05-15 14:07  tonvoon
1403         * tools/sfsnapshot: Changed snapshot generator due to cvs changes
1404           on SF
1406 2006-05-03 15:12  tonvoon
1408         * doc/LEAVERS: Leavers process documented
1410 2006-05-02 09:30  tonvoon
1412         * plugins/check_disk.c: Inode thresholds not always being
1413           initialised (James Fidell - 1476457)
1415 2006-05-02 09:21  tonvoon
1417         * CHANGES: New check_ntp and check_apt plugins by Sean
1419 2006-05-01 22:52  seanius
1421         * configure.in, plugins/Makefile.am, plugins/check_ntp.c,
1422           plugins/common.h, plugins/runcmd.c, plugins-scripts/Makefile.am:
1423           - check_ntp:   - now roughly feature-complete.    - various
1424           bugfixes, esp. offset calculation.    - enhanced the asynchronous
1425           offset polling to set requests that      haven't recieved a
1426           response in >= 1 second to stale and retransmit them,      which
1427           results in much better performance on unreliable networks.    -
1428           we only spend timeout/2 seconds polling offsets, and if we don't
1429           get      everything by that point we work with what we have and
1430           set status to      warning/critical depending on how much data we
1431           have.    - set the same defaults as the perl script.  - commit
1432           changes to configure.in to support automatic building of
1433           check_apt   (if apt-get is installed and regex libraries
1434           available) and check_ntp   (unconditionally), now defaulting to
1435           check_ntp.c instead of the perl script.    if this is an issue we
1436           can back out the commit of course.  an eye    should be kept on
1437           check_ntp building and running correctly in different
1438           environments, esp. 64-bit and big-endian platforms, and those
1439           with more    "esoteric" API's (do any of the platforms not have
1440           poll()?).  - similar changes to Makefile.am's.  - common.h: add
1441           statement to include sys/poll.h - runcmd.c: exit STATE_UNKNOWN if
1442           execve() fails.
1444 2006-04-28 16:52  tonvoon
1446         * configure.in: Remove stupid error where pst3 was always compiled
1448 2006-04-28 09:45  tonvoon
1450         * configure.in, plugins-root/Makefile.am: Added pst3 into
1451           distribution (Jason Kau - 1476451)
1453 2006-04-27 14:25  tonvoon
1455         * configure.in, plugins/check_procs.c, plugins/utils.c,
1456           plugins/utils.h, plugins/tests/test_utils.c: Internal version of
1457           basename if one not found in system
1459 2006-04-19 10:33  tonvoon
1461         * plugins/t/check_nagios.t: Fix check_nagios tests on MacOSX 10.4
1463 2006-04-19 04:47  sghosh
1465         * ChangeLog: ChangeLog update - release pending
1467 2006-04-19 04:42  sghosh
1469         * configure.in, package.def: version update - release pending
1471 2006-04-17 22:08  opensides
1473         * po/fr.po:
1474           Final commit of fr.po
1476 2006-04-17 14:54  opensides
1478         * po/fr.po:
1479           another big chunk of fr.po
1481           Still 20 to go ;)
1483 2006-04-16 15:24  opensides
1485         * po/fr.po:
1486           big revision of po file for 1.4.3
1488 2006-04-15 11:46  opensides
1490         * po/fr.po:
1491           second part of fr.po updating
1493 2006-04-14 23:44  opensides
1495         * po/: de.po, fr.po, nagios-plugins.pot:
1496           updated pot file sarted updating fr.po for nagios 1.4.3
1498 2006-04-12 11:00  seanius
1500         * plugins/check_ntp.c: the offset_requests are now parallelized.
1501           still stuff needs to be done (conveniently marked with XXX), but
1502           on well behaving networks the plugin should behave more or less
1503           identical to check_ntp.pl now.
1505 2006-04-12 07:33  seanius
1507         * plugins/check_ntp.c: added a currently unused but "good for
1508           reference" version of offset_request which attempts to behave
1509           more like ntpdate, but this doesn't yet and the code isn't
1510           actually used yet.
1512 2006-04-12 00:24  seanius
1514         * plugins/check_ntp.c: another big code-commit to check_ntp.
1515           jitter calculations now work, and the program is becoming much
1516           closer on the packet-for-packet level to how check_ntp.pl
1517           behaves.  i'll send an email in the morning :)
1519 2006-04-06 11:08  tonvoon
1521         * THANKS.in, plugins/utils.c: Stop coredump on Solaris if arg not
1522           specified (Jason Kau - 1465288)
1524 2006-04-05 09:11  tonvoon
1526         * CHANGES: Notice added re: check_udp in next release
1528 2006-04-05 09:06  tonvoon
1530         * plugins/check_procs.c: Use pid_t for pids (1463853)
1532 2006-04-05 08:58  tonvoon
1534         * plugins/: check_http.c, t/check_http.t: Allow multiple -k
1535           parameters (Gerd Mueller - 1457726)
1537 2006-04-05 07:58  seanius
1539         * plugins/check_apt.c: finally??? cvs works again????  let me dig
1540           up my week-old cvs commit message.....
1542           i'm becoming very happy with check_apt now :) - now has support
1543           for an externally (configure.in) path to apt-get,   though i
1544           still have that in #ifdefs for the time being.  - support for
1545           defining what packages are "critical updates", via   the
1546           already-existing security regexp or overridable on the cmdline -
1547           allow overriding of apt-get cmdline options - introduce a "no
1548           upgrade" in case someone just wants to check that   they can
1549           download the package lists with -u but not check for upgrades.
1550           might need to change the name of this option to prevent
1551           confusion.  - improved -h documentation
1553 2006-03-29 17:33  tonvoon
1555         * THANKS.in, plugins/check_tcp.c, plugins/utils.c, plugins/utils.h,
1556           plugins/tests/test_utils.c: New function to for escaped strings
1557           from command line for send/quit.  Adapted from Sebastian
1558           Wiesinger's patch (1292404)
1560 2006-03-29 16:30  tonvoon
1562         * NPTest.pm: Will die if signal received from a testCmd
1564 2006-03-29 15:37  tonvoon
1566         * plugins/t/check_udp.t: Allow 1 second delay in check_udp timeout
1568 2006-03-29 09:18  tonvoon
1570         * plugins/t/check_http.t: Fix possible timeout issue on
1571           hostname_invalid
1573 2006-03-29 09:13  tonvoon
1575         * plugins/t/check_dns.t: Fix test if response time is one second
1577 2006-03-29 09:01  seanius
1579         * plugins/check_apt.c: now support for detecting critical/security
1580           updates, which sets the return code to STATE_CRITICAL instead of
1581           just STATE_WARNING as it was previously doing.
1583 2006-03-27 09:39  tonvoon
1585         * plugins/t/check_udp.t: Set timeout within nc, rather than the
1586           test script
1588 2006-03-27 09:19  tonvoon
1590         * plugins/check_disk.c: Fixed bug with malloc of wrong size
1592 2006-03-24 17:26  tonvoon
1594         * plugins/t/check_dns.t: Fixing defaults to work
1596 2006-03-24 16:49  tonvoon
1598         * CHANGES: Reintroduced --with-mysql configure option. Note about
1599           SSL cleanup
1601 2006-03-24 16:25  tonvoon
1603         * plugins/check_http.c: -C now implies -S/--ssl as well
1605 2006-03-24 16:13  tonvoon
1607         * plugins/t/: check_hpjd.t, check_http.t: Tests converted to new
1608           style
1610 2006-03-24 16:12  tonvoon
1612         * plugins/: check_tcp.c, t/check_udp.t: udp checks require and send
1613           and receive option. Tests updated so if nc is available, will
1614           check send and receive working correctly
1616 2006-03-23 22:58  seanius
1618         * plugins/check_apt.c: - addition of include/exclude option for
1619           package names in check_apt,   using POSIX regexp support.  -
1620           various commenting and tidying of code/logic/output.  - still
1621           haven't committed the Makefile.am/configure.in stuff.
1623 2006-03-23 17:16  tonvoon
1625         * NPTest.pm, plugins/check_disk.c, plugins/t/check_disk.t:
1626           check_disk now errors if a specified directory does not exist (cf
1627           df /foo)
1629 2006-03-23 16:06  tonvoon
1631         * plugins/t/check_disk.t: Some versions of Test::More do not like
1632           the m#foo# syntax
1634 2006-03-23 12:01  tonvoon
1636         * NPTest.pm, plugins/check_disk.c, plugins/t/check_disk.t:
1637           Incorrect output when checking non-existent disk (John Rouillard
1638           - 1326050)
1640 2006-03-23 00:01  seanius
1642         * plugins/check_apt.c: more work on check_apt.  more graceful error
1643           handling and information reporting, a couple new cmdline options.
1644           still not quite ready for prime-time, maybe tomorrow :)
1646 2006-03-22 17:32  tonvoon
1648         * REQUIREMENTS, configure.in: Reinstated --with-mysql option
1650 2006-03-22 16:45  tonvoon
1652         * plugins/: check_dns.c, t/check_dns.t: Added warning and critical
1653           response times (John Rouillard - 1343159)
1655 2006-03-22 15:45  tonvoon
1657         * plugins/t/check_pop.t: Convert to new style tests
1659 2006-03-22 15:45  tonvoon
1661         * THANKS.in, plugins/check_tcp.c: Options to change line ends for
1662           -s and -q (John Rouillard - 1346104)
1664 2006-03-22 14:32  tonvoon
1666         * plugins-scripts/check_log.sh: Remove PATH restriction
1668 2006-03-22 14:17  tonvoon
1670         * plugins/: check_dns.c, t/check_dns.t: New style tests. Cleanup of
1671           presentation of help. Added '' around -a checks
1673 2006-03-22 13:18  tonvoon
1675         * plugins/check_by_ssh.c: Typo (Thomas Guettler - 1433447)
1677 2006-03-22 12:59  tonvoon
1679         * plugins-scripts/: check_log.sh, utils.sh.in: Remove hardlink to
1680           /bin/sed. Leave to PATH (Abs - 1391483)
1682 2006-03-22 00:00  seanius
1684         * plugins/check_apt.c: initial version of a check_apt plugin... not
1685           editing configure/Makefile.am's until i'm happier with it (better
1686           output, better ways to define warning vs. critical thresholds...
1687           etc).
1689 2006-03-21 14:20  tonvoon
1691         * THANKS.in, configure.in: Stop check_dns from compiling if
1692           nslookup does not exist (Sakari Lehtonen - 1412721)
1694 2006-03-21 13:42  tonvoon
1696         * plugins/t/check_load.t: Updated to new Test::More method for
1697           testing
1699 2006-03-21 13:32  tonvoon
1701         * configure.in: Fix for mysql 3.x
1703 2006-03-21 13:31  tonvoon
1705         * plugins/check_tcp.c: Return CRITICAL if hostname invalid, as per
1706           guidelines
1708 2006-03-21 12:56  tonvoon
1710         * tools/setup: Patch to workaround SFnot having libtool installed
1712 2006-03-21 11:42  tonvoon
1714         * REQUIREMENTS, CHANGES, THANKS.in, configure.in,
1715           plugins/Makefile.am, plugins/tests/Makefile.am: mysql discovery
1716           based on mysql_config (Johan Fischer - 1359414)
1718 2006-03-20 22:06  seanius
1720         * plugins/check_ntp.c: - shuffling some code around to keep things
1721           tidy.  - now average the result of 4 queries just as ntpdate does
1722           - put things in place for jitter calculation
1724 2006-03-20 17:18  seanius
1726         * plugins/check_ntp.c: ipv6 support for c-version of check_ntp
1728 2006-03-18 19:00  seanius
1730         * plugins/check_ntp.c: initial version of the pure-c check_ntp
1731           implementation.  jitter not yet implemented, and a couple other
1732           misc things to do, so i haven't yet patched Makefile.am
1734 2006-03-18 14:47  seanius
1736         * plugins/check_http.c: return-logic related fix for cert checking,
1737           thanks to emmet hogan.
1739 2006-03-17 14:08  tonvoon
1741         * plugins/tests/test_utils.t: Better error message re: tap library
1743 2006-03-17 14:07  tonvoon
1745         * REQUIREMENTS, configure.in, plugins/Makefile.am,
1746           plugins/check_mysql.c, plugins/check_mysql_query.c,
1747           plugins/t/check_mysql.t: mysql detection cleanup: fixes runtime
1748           linking, autodetection of main locations, detection of lib64 and
1749           different layouts
1751 2006-03-17 10:20  tonvoon
1753         * doc/developer-guidelines.sgml: Added requirement for developer
1754           system to have gnu libtool
1756 2006-03-16 17:31  tonvoon
1758         * configure.in, plugins/tests/Makefile.am, tools/setup: Using
1759           libtool to get runpath for tap library
1761 2006-03-15 19:54  tonvoon
1763         * THANKS.in, plugins/check_mysql.c, plugins/t/check_mysql.t: Alert
1764           on amount of time a slave is behind (Steven Kreuzer)
1766 2006-03-13 17:59  seanius
1768         * plugins/check_swap.c: fix for (tracker id 1420741) "check_swap:
1769           incorrect totals for multiple partitions (BSD)" thanks to scott
1770           thompson
1772 2006-03-13 11:08  tonvoon
1774         * plugins/check_ping.c: Change warning message if there is stderr
1775           output. This catches a problem where time was shifting backwards
1776           on a linux VMware guest during the ping
1778 2006-03-07 10:33  tonvoon
1780         * plugins/t/check_http.t: Added tests for two external websites
1781           with certificates
1783 2006-03-07 10:23  tonvoon
1785         * plugins/t/check_http.t: Tests re-written in new object format
1787 2006-02-24 17:03  tonvoon
1789         * doc/developer-guidelines.sgml: Updated doc as tap library is now
1790           automatically discovered
1792 2006-02-24 16:41  tonvoon
1794         * configure.in, plugins/tests/Makefile.am: Use the installed tap
1795           library instead of requesting a compiled object
1797 2006-02-17 09:08  tonvoon
1799         * THANKS.in, plugins/popen.c: SIGALRM could be received before
1800           child_process is created (Jason Crawford)
1802 2006-02-17 06:24  seanius
1804         * plugins/check_procs.c: set LC_NUMERIC to POSIX in check_procs.c
1806 2006-02-01 13:23  tonvoon
1808         * plugins/t/check_mysql_query.t: If a mysql server has anonymous
1809           login, tests will always fail
1811 2006-02-01 11:53  tonvoon
1813         * plugins/tests/Makefile.am: Need to distribute perl test file
1815 2006-01-31 16:48  tonvoon
1817         * CHANGES: check_mysql_query included
1819 2006-01-31 16:47  tonvoon
1821         * REQUIREMENTS: Note on MacOSX difference in mysql package
1823 2006-01-31 16:45  tonvoon
1825         * configure.in, plugins/Makefile.am: Clean compile of
1826           check_mysql_query on MacOSX
1828 2006-01-31 15:40  tonvoon
1830         * NPTest.pm: Sort ordering of tests
1832 2006-01-31 14:52  tonvoon
1834         * configure.in, plugins/.cvsignore, plugins/Makefile.am,
1835           plugins/check_mysql_query.c, plugins/utils.h,
1836           plugins/t/check_mysql_query.t: Adding check_mysql_query, using
1837           new ranges and threshold checking
1839 2006-01-31 14:37  tonvoon
1841         * plugins/t/check_mysql.t: Extra explanation in tests
1843 2006-01-31 14:36  tonvoon
1845         * plugins/tests/test_utils.c: Fixed invalid free
1847 2006-01-31 10:06  tonvoon
1849         * doc/developer-guidelines.sgml: Updated instructions on using
1850           libtap as configure option changed
1852 2006-01-31 10:05  tonvoon
1854         * configure.in: Changed configure option to --with-libtap-srcdir
1855           because requires tap.h as well as tap.o
1857 2006-01-30 22:24  tonvoon
1859         * doc/developer-guidelines.sgml, plugins/utils.c, plugins/utils.h,
1860           plugins/tests/test_utils.c: Clearly defined thresholds & ranges
1861           in docs. Added get_status routine. Added set_thresholds routine.
1862           Tests enhanced to check new routines
1864 2006-01-30 16:10  tonvoon
1866         * configure.in, doc/developer-guidelines.sgml, plugins/Makefile.am,
1867           plugins/utils.c, plugins/utils.h, plugins/tests/.cvsignore,
1868           plugins/tests/Makefile.am, plugins/tests/README,
1869           plugins/tests/check_disk, plugins/tests/check_dns,
1870           plugins/tests/check_ftp, plugins/tests/check_hpjd,
1871           plugins/tests/check_http, plugins/tests/check_load,
1872           plugins/tests/check_ping, plugins/tests/check_procs,
1873           plugins/tests/check_swap, plugins/tests/check_users,
1874           plugins/tests/check_vsz, plugins/tests/test_utils.c,
1875           plugins/tests/test_utils.t: Added libtap tests for utils.c
1876           library functions. Removed redundant test files
1878 2006-01-21 21:46  tonvoon
1880         * tools/sfsnapshot: Have to use own id for cvs checkout. Change
1881           compile server because old one not working consistently
1883 2005-12-19 09:25  tonvoon
1885         * NPTest.pm: Break out of testing if a new parameter is required
1887 2005-12-16 18:41  harpermann
1889         * contrib/check_log2.pl: Added ability to output critical on error.
1890           Fixed open so it properly fails if the log file open throws an
1891           error, turned on -w in the perl call, fixed warnings
1893 2005-12-15 17:06  tonvoon
1895         * NPTest.pm, plugins/check_mysql.c, plugins/t/check_mysql.t:
1896           Display errors with slave queries correctly. Added extra tests
1897           for slaves
1899 2005-12-15 15:19  tonvoon
1901         * NPTest.pm, doc/developer-guidelines.sgml, plugins/t/check_disk.t:
1902           New 3 parameter version of getTestParameters. Updated
1903           check_disk.t to reflect.  Added notes re: testing in developer
1904           guidelines.
1906 2005-12-15 15:17  tonvoon
1908         * plugins-scripts/: check_file_age.pl, t/check_file_age.t: Allow
1909           directories and links to be tested by check_file_age. Sanitise
1910           output.  Added tests
1912 2005-12-07 19:32  harpermann
1914         * plugins/urlize.c: Nagiosplug bug 1266977.  Added code to insert
1915           the closing </A> after the plugin output but before the
1916           performance output.
1918 2005-12-07 15:10  tonvoon
1920         * THANKS.in, plugins/common.h: No floorf on Solaris 9 (Jon
1921           Vandegrift - 1374705)
1923 2005-12-02 22:28  tonvoon
1925         * THANKS.in, doc/developer-guidelines.sgml, plugins/check_nagios.c,
1926           plugins/t/check_nagios.nagios1.status.log,
1927           plugins/t/check_nagios.nagios2.status.dat,
1928           plugins/t/check_nagios.t: Support for Nagios 1 and Nagios 2
1929           status files (Gerhard Lausser - 1296242)
1931 2005-12-02 22:25  tonvoon
1933         * plugins/t/.cvsignore: Ignore temporary files created for tests
1935 2005-12-01 01:05  tonvoon
1937         * configure.in, config_test/Makefile, config_test/run_tests: Run
1938           longer test on redhat for spopen/pthread problem. Allow
1939           enable/disable of pthread fix via configure option
1941 2005-11-30 00:49  harpermann
1943         * plugins-scripts/check_ntp.pl: Nagiosplug bug # 1251096 check_ntp
1944           wasn't properly handing a bad exit status from the external
1945           programs it calls (ntpdate and ntpq), so jitter wasn't set.
1946           Added check of $? on close and proper error output if status from
1947           the sub program call completion is non-zero.  This includes "host
1948           not found".
1950 2005-11-29 23:21  harpermann
1952         * contrib/check_email_loop.pl: UNKNOWN exit status was returning
1953           status of "-1", changed to "3"
1955 2005-11-29 23:19  harpermann
1957         * contrib/check_email_loop.pl: Bug: 1355304 Added patch for ePN and
1958           perl warnings.  Fixed some text and a warning about type
1959           comparison.
1961 2005-11-18 12:56  tonvoon
1963         * tools/sfsnapshot: Create a permanent link to HEAD snapshot
1965 2005-11-18 11:56  tonvoon
1967         * doc/developer-guidelines.sgml: Updated with more detailed
1968           description of UNKNOWN states
1970 2005-11-16 17:26  tonvoon
1972         * plugins/check_disk.c: Fixed some compile errors with new
1973           translations. Also reintroduced formatting after discussion with
1974           Benoit
1976 2005-11-15 16:26  tonvoon
1978         * plugins/t/check_disk.t: Updated tests to minimise false
1979           positives. Breaking down so more obvious what the tests are doing
1981 2005-11-14 14:43  tonvoon
1983         * doc/developer-guidelines.sgml: Added section re: translations
1985 2005-11-14 01:18  opensides
1987         * plugins/check_http.c:
1988           localization cleaning ...  last commit before sleeping
1990 2005-11-14 00:51  opensides
1992         * plugins/: check_dig.c, check_disk.c, check_dns.c, check_dummy.c,
1993           check_fping.c, check_game.c:
1994           start of the cleaning of the localization
1996 2005-11-12 23:48  tonvoon
1998         * THANKS.in, plugins/t/check_disk.t: Updated check_disk tests to
1999           use Test::More (Serhan Kiymaz)
2001 2005-11-09 17:27  tonvoon
2003         * plugins/t/check_mysql.t: Using Test::More
2005 2005-11-09 16:40  tonvoon
2007         * NPTest.pm, plugins/t/check_imap.t, plugins/t/check_swap.t: Added
2008           new NPTest->testCmd which returns objects back for testing at the
2009           test script level. Updated check_swap and check_imap to this new
2010           format
2012 2005-11-09 16:37  tonvoon
2014         * plugins/check_swap.c: Problem where absolute thresholds not
2015           working on /proc/meminfo systems. Suffixed all variables with the
2016           unit of measurement
2018 2005-11-09 16:34  tonvoon
2020         * configure.in: Typo with predetermined values
2022 2005-11-09 14:10  tonvoon
2024         * doc/developer-guidelines.sgml: Added copyright/license info
2025           required in submissions
2027 2005-11-09 09:31  tonvoon
2029         * doc/: NEW_STARTERS, developer-guidelines.sgml: Updated dev
2030           guidelines to link to NagiosExchange. Removed project admin notes
2031           from guidelines into separate file
2033 2005-11-07 12:46  seanius
2035         * configure.in: incorporated patch from Elan RuusamƤe (ahmake) to
2036           override program autodetection (see Feature Requests-1341528).  i
2037           would not call this quite complete just yet (i'll explain more in
2038           the tracker), but should be functional and useful enough to
2039           commit now, in any case.
2041 2005-11-04 09:38  tonvoon
2043         * THANKS.in, plugins/check_tcp.c, plugins/t/check_imap.t: Fixed
2044           --mismatch option for check_tcp. Added tests into check_imap
2045           (Rick Fey - 1339134)
2047 2005-11-03 15:21  tonvoon
2049         * Makefile.am, tools/tinderbox_build: Adding new tinderbox build
2050           script
2052 2005-11-03 15:13  tonvoon
2054         * plugins/t/: check_disk.t, check_procs.t: Invalid mount point
2055           doesn't make sense because most df implementations would work out
2056           the actual mount point. And fixed typo in check_procs.t
2058 2005-11-03 15:04  tonvoon
2060         * NPTest.pm, plugins/t/check_http.t, plugins/t/check_time.t: Fixing
2061           some test failures
2063 2005-11-02 08:59  seanius
2065         * plugins/check_disk.c: #995761: patch from ben o'hara to include
2066           inode calculations in          check_disk.c.
2068           previous commit also had a patch for smtp auth support, but i
2069           accidentally sent a blank commit message.
2071 2005-11-02 08:47  seanius
2073         * plugins/check_smtp.c: check_smtp.c
2075 2005-10-31 20:03  seanius
2077         * configure.in, plugins/check_game.c, plugins/check_http.c,
2078           plugins/check_nagios.c, plugins/check_snmp.c,
2079           plugins/check_swap.c, plugins/check_tcp.c, plugins/common.h,
2080           plugins/netutils.c, plugins/netutils.h, plugins/sslutils.c: code
2081           cleanups, largely resulting from turning on -Wall.  mostly unused
2082           variables and explicit casting issues, but there were a couple
2083           gotchas in there too.
2085 2005-10-30 22:45  seanius
2087         * plugins/Makefile.am: turned on -Wall in plugins/Makefile.am via
2088           AM_CFLAGS.  shouldn't keep our heads in the sand for potential
2089           errors, after all :)
2091 2005-10-30 18:05  seanius
2093         * plugins/check_tcp.c: another fix from alex: check for '/' in the
2094           server_address before trying to resolve it via is_host().
2096 2005-10-30 10:25  seanius
2098         * plugins/check_tcp.c: fixes for some bugs found in my merging of
2099           the tcp socket patch
2101 2005-10-29 16:38  seanius
2103         * plugins-scripts/check_log.sh: check_log fixes from Ade Rixon
2105 2005-10-29 13:46  seanius
2107         * plugins/Makefile.am: patch from nsturm: Makefile.am should have
2108           been checking for check_ldap instead of check_ldaps.  the result
2109           was that check_ldaps was not being created during the build
2110           process.
2112 2005-10-25 11:38  seanius
2114         * COPYING, configure.in, plugins/Makefile.am, plugins/check_tcp.c,
2115           plugins/netutils.c, plugins/netutils.h, plugins/utils.h,
2116           po/de.po, po/fr.po: - added code to allow check_tcp (via
2117           np_net_connect) work with local   unix sockets.  some testing
2118           would be welcome.  based on idea from   Alex Samorukov.  - also
2119           introduced a check_clamd behavior in check_tcp.
2121 2005-10-24 12:10  seanius
2123         * plugins/: Makefile.am, check_by_ssh.c, check_dig.c, check_dns.c,
2124           check_game.c, check_nagios.c, netutils.c, runcmd.c, runcmd.h,
2125           utils.c, utils.h: initial merging of ae's np_runcmd code into
2126           selected plugins.
2128 2005-10-23 13:01  seanius
2130         * configure.in: whoops, missed this one, same as last commit
2132 2005-10-23 12:59  seanius
2134         * plugins/: Makefile.am, netutils.c, sslutils.c: -
2135           compartmentalized ssl code into seperate sslutils.c - ssl-related
2136           cleanups in configure.in, and now openssl/gnutls options
2137           automatically disable each other.
2139 2005-10-19 21:22  seanius
2141         * plugins/: check_http.c, check_smtp.c, check_tcp.c, netutils.c,
2142           netutils.h: all plugins now using centralized ssl functions in
2143           netutils.c
2145 2005-10-19 14:05  seanius
2147         * plugins/check_http.c: endif was a few lines off of where it
2148           should be
2150 2005-10-19 13:59  seanius
2152         * configure.in, plugins/Makefile.am, plugins/check_http.c,
2153           plugins/check_smtp.c, plugins/check_tcp.c, plugins/common.h,
2154           plugins/netutils.c, plugins/netutils.h, plugins-root/Makefile.am:
2155           - initial attempt at consolidating ssl-related code into
2156           netutils.{c,h} - added some #ifdefs to common.h and netutils.h to
2157           prevent multiple   inclusions (as netlibs now includes common.h)
2158           - all ssl plugins (tcp/http/smtp) compile cleanly against gnutls,
2159           though   certificate checking still needs to be done.  - modified
2160           configure script so you can also explicitly say "without-gnutls"
2161           too (otherwise if you disable openssl you have no way of
2162           disabling   gnutls too)
2164 2005-10-18 23:35  seanius
2166         * configure.in, plugins/check_tcp.c: initial "experimental" support
2167           for gnutls.  by default openssl is still used if available, and
2168           gnutls is only used if openssl is not available or explicitly
2169           disabled (--without-openssl).   currently the only plugin i've
2170           verified to work is check_tcp, but i had to disable cert
2171           checking.
2173 2005-10-18 10:26  tonvoon
2175         * README: Added license information to README with exemption for
2176           use of OpenSSL
2178 2005-10-13 12:51  tonvoon
2180         * configure.in: Run spopen tests for Redhat ES SMP (Hans Engelen)
2182 2005-10-13 11:22  seanius
2184         * po/de.po: debian bts #313960: - grammatical german fixes.  i'm
2185           taking the reporter's word for it :)
2187 2005-10-13 11:20  seanius
2189         * plugins-scripts/check_ntp.pl: debian bts #268044: - use a "less
2190           beastly" regex for parsing ntpq output.  probably need   some
2191           more widespread testing on this one.
2193 2005-10-13 11:18  seanius
2195         * plugins/check_disk.c: debian bts #296278: - it seems that when
2196           check_disk uses the "df" routines and is told to   check a
2197           non-mountpoint, it would check the filesystem on which the
2198           directory was mounted (i.e. /var/log -> /var if no /var/log
2199           mount).    the system-call routines now do this too.  might need
2200           a bit more    widespread testing, but looks good for me and i did
2201           it without    modifying any of the system-call-specific
2202           codeblocks.
2204 2005-10-13 11:16  seanius
2206         * plugins/check_game.c: debian bts #307905: - someone changed the
2207           cmdline syntax of check game without also   updating the
2208           usage/help function ;p
2210 2005-10-13 11:14  seanius
2212         * plugins-scripts/check_disk_smb.pl: debian bts #300701: -
2213           check_smb fix for freespace threshold parsing from the cmdline
2214           options.
2216 2005-10-13 11:11  seanius
2218         * plugins/check_smtp.c: multiple fixes in check_smtp from debian
2219           (bts #285554): - fix for double free via SSL_CTX_free.  looks
2220           like the previous author   knew this was a problem but didn't
2221           care enough to fix it ;p.  - use defines instead of const chars
2222           for SMTP strings.  - default to send our fqdn (via gethostbyname
2223           lookup on gethostname)   in the HELO string, as this is an
2224           RFC/SMTP requirement.  overridable   via cmdline.  - use EHLO
2225           instead of HELO if using STARTTLS, as it is not SMTP but   ESMTP.
2226           - verify the server supports STARTTLS before initializing it.  -
2227           always send QUIT before disconnecting when possible.
2229 2005-10-13 10:58  seanius
2231         * plugins/check_mrtg.c: was this plugin even working?  i don't
2232           think the if/else logic was doing what was intended.
2234 2005-10-13 10:55  seanius
2236         * plugins/check_mysql.c: check mysql now reads [client] defaults
2237           from my.cnf (debian bug #278817)
2239 2005-10-06 13:16  seanius
2241         * plugins/check_ups.c: fix for misreporting temperature in perfdata
2242           output for check_ups (debian bts id: #316534)
2244 2005-10-06 13:12  seanius
2246         * configure.in, plugins-root/Makefile.am: whoops.  now using
2247           automake conditionals to prevent attempted compiles of pst3 on
2248           non solaris systems.
2250 2005-09-25 17:34  seanius
2252         * plugins-root/Makefile.am: added rules to Makefile.am for pst3
2254 2005-09-24 21:01  seanius
2256         * configure.in: a final change to hardcode the path for where
2257           plugins are installed.  it's a very, very ugly hack... if anyone
2258           can think of a better way to do it, i'm all ears.
2260 2005-09-22 13:10  seanius
2262         * configure.in: use test instead of '[ ... ]' in configure.in.  the
2263           check_procs/pst3 situation is still not quite fixed.
2265 2005-09-22 10:43  seanius
2267         * THANKS.in, configure.in, plugins-root/pst3.c: first version of
2268           bob ingraham's pst3 to allow checking for longer cmdline names
2269           than otherwise possible, by querying solaris kmem directly (ps
2270           forcibly truncates).  added requisite configure.in voodoo and
2271           updated THANKS.in.
2273 2005-09-22 09:10  tonvoon
2275         * po/POTFILES.in: Mark moving of check_dhcp and check_icmp for
2276           translation
2278 2005-09-21 14:07  tonvoon
2280         * AUTHORS, THANKS.in: Updated with contributors and new team member
2282 2005-09-21 14:04  tonvoon
2284         * plugins/check_nwstat.c: Reopen connections for each query
2285           (1296296 - David Sullivan)
2287 2005-09-21 11:09  tonvoon
2289         * plugins/: check_dhcp.c, check_icmp.c: Moved into plugins-root/
2291 2005-09-21 11:06  tonvoon
2293         * ACKNOWLEDGEMENTS, CHANGES, Makefile.am, README, configure.in,
2294           plugins/Makefile.am, plugins-root/.cvsignore,
2295           plugins-root/Makefile.am, plugins-root/check_dhcp.c,
2296           plugins-root/check_icmp.c: Separation of root setuid plugins into
2297           plugins-root/
2299 2005-09-20 17:11  tonvoon
2301         * configure.in: Incorrect assignment of procppid in configure.in
2302           (1296497 - Pascal Larisch)
2304 2005-09-20 12:34  tonvoon
2306         * configure.in, plugins/t/check_procs.t: Support for Tru64 for
2307           check_procs + additional test cases
2309 2005-09-19 15:18  tonvoon
2311         * doc/RELEASING: Note to update version number before creating
2312           ChangeLog
2314 2005-09-19 14:51  tonvoon
2316         * configure.in, package.def: For 1.4.2 release
2318 2005-09-19 14:48  tonvoon
2320         * ChangeLog: Updated for 1.4.2 release
2322 2005-09-19 14:46  tonvoon
2324         * doc/RELEASING: Reminders for news item and tag format
2326 2005-09-19 14:42  tonvoon
2328         * BUGS: Updated BUGS for 1.4.2 release
2330 2005-09-19 11:58  tonvoon
2332         * THANKS.in: More contributors
2334 2005-09-15 09:39  tonvoon
2336         * plugins/t/check_ping.t: Added test to make sure hostname has to
2337           be specified
2339 2005-09-15 09:27  tonvoon
2341         * plugins/: check_procs.c, check_swap.c: - Cleanup minor compile
2342           errors on Irix
2344 2005-09-14 15:40  tonvoon
2346         * plugins/check_ping.c: Using common message
2348 2005-09-14 15:36  tonvoon
2350         * plugins/check_ping.c: Required hostname not flagging as an error
2352 2005-09-14 13:40  tonvoon
2354         * plugins/Makefile.am: Some makes do not like blank lines after
2355           "\". Fixed check_ldaps to only generate if check_ldap was created
2356           (Chester Hosey)
2358 2005-09-14 10:53  tonvoon
2360         * plugins/check_load.c: Fix to parsing of uptime (Ronald Tin -
2361           1254656)
2363 2005-09-14 10:49  tonvoon
2365         * configure.in: - Removing typos
2367 2005-09-13 16:48  tonvoon
2369         * plugins/check_ping.c: More diagnostic messages from check_ping
2371 2005-09-12 12:20  seanius
2373         * plugins/check_ping.c: re-add a call to setlocale(LC_ALL, "") in
2374           check_ping.c
2376 2005-09-12 11:37  tonvoon
2378         * THANKS.in: For help in fixing Red Hat problem with ECHILD and
2379           waitpid
2381 2005-09-12 11:31  tonvoon
2383         * plugins/popen.c, Makefile.am, configure.in, config_test/Makefile,
2384           config_test/child_test.c, config_test/run_tests: ECHILD error at
2385           waitpid on Red Hat systems (Peter Pramberger and Sascha Runschke
2386           - 1250191)
2388 2005-08-30 23:11  tonvoon
2390         * plugins-scripts/subst.in: Better comments for what the
2391           substitutions are doing
2393 2005-08-01 22:30  tonvoon
2395         * doc/BRANCHING: Move notes on branching away from RELEASING
2397 2005-08-01 22:28  tonvoon
2399         * package.def: For 1.4.1 release
2401 2005-08-01 22:23  tonvoon
2403         * ChangeLog, configure.in, BUGS, REQUIREMENTS: For 1.4.1 release
2405 2005-07-25 15:17  illumino
2407         * NPTest.pm: Change the environment variable NPTESTCACHE to
2408           NPTEST_CACHE for consistancy
2410 2005-07-25 02:47  illumino
2412         * Helper.pm, Makefile.am, NPTest.pm, configure.in, test.pl.in,
2413           plugins/t/check_disk.t, plugins/t/check_dns.t,
2414           plugins/t/check_fping.t, plugins/t/check_ftp.t,
2415           plugins/t/check_hpjd.t, plugins/t/check_http.t,
2416           plugins/t/check_imap.t, plugins/t/check_load.t,
2417           plugins/t/check_mysql.t, plugins/t/check_ping.t,
2418           plugins/t/check_pop.t, plugins/t/check_procs.t,
2419           plugins/t/check_smtp.t, plugins/t/check_snmp.t,
2420           plugins/t/check_swap.t, plugins/t/check_tcp.t,
2421           plugins/t/check_time.t, plugins/t/check_udp.t,
2422           plugins/t/check_users.t, plugins/t/check_vsz.t,
2423           plugins-scripts/t/check_rpc.t: [1185704] New Testing
2424           Infrastructure.  Complete rewrite of the original testing
2425           infrastructure and all test cases (to use the new infrastructure)
2426           See NPTest.pm and issue 1185704 for more details.
2428 2005-07-20 23:39  tonvoon
2430         * THANKS.in: More contributors
2432 2005-07-20 23:38  tonvoon
2434         * plugins/check_ping.c: Fix parsing for netkit-ping and
2435           iputils-ping (Christian G Warden)
2437 2005-07-11 23:15  tonvoon
2439         * plugins/check_nwstat.c: Miscelleneous bug fixes (Gerd Mueller -
2440           1235879)
2442 2005-07-09 05:44  tonvoon
2444         * BRANCHES: Changed format (already!) for awk simplicity
2446 2005-07-09 05:03  tonvoon
2448         * BRANCHES: Master file to describe the current branches in CVS.
2449           Will be used by sfsnapshot to create the snapshot tarballs
2451 2005-07-06 23:21  tonvoon
2453         * configure.in: Removed ",", causing problems with MacOSX compile
2455 2005-07-06 23:10  tonvoon
2457         * plugins/check_swap.c: Updated help file to remove swap -s
2458           reference (Sivakumar Nellurandi)
2460 2005-07-06 22:00  tonvoon
2462         * AUTHORS, THANKS.in: Sean Finney moved to main list of plugin
2463           developers
2465 2005-07-04 10:52  opensides
2467         * contrib/tarballs/check_traffic-0.90b.tar.gz:
2468           replace the version of check_traffic who was missing the plugin
2469           by a good one
2471 2005-06-29 05:11  seanius
2473         * plugins/: runcmd.c, runcmd.h: initial versions of the runcmd
2474           framework by andreas
2476 2005-06-29 02:04  seanius
2478         * plugins/check_swap.c: divide by 0 fix for check_swap
2480 2005-06-28 03:26  seanius
2482         * plugins/check_load.c: set LC_NUMERIC to POSIX in check_load
2483           (1164325)
2485 2005-06-28 01:26  seanius
2487         * configure.in, plugins/Makefile.am, plugins/check_swap.c: scanf
2488           parsing fix for check_swap from tracker id 1123292.  now use
2489           floor(3) to round down floating point numbers.  requires -lm on
2490           many systems, so support for testing for this was added to the
2491           configure.in and automake template
2493 2005-06-27 14:07  seanius
2495         * plugins/check_hpjd.c: fixes from richard brodie (tracker id
2496           1216576)
2498 2005-06-26 17:27  seanius
2500         * contrib/: check_dl_size.pl, check_ftpget.pl, check_logins.c,
2501           check_mysql.c, check_mysql.pl, check_mysqlslave.pl,
2502           check_nwstat.pl, check_pop3.pl, check_procl.sh, check_procr.sh:
2503           spring cleaning of contrib directory from andreas
2505 2005-06-26 17:18  seanius
2507         * contrib/tarballs/: berger-ping.tar.gz, check_memory.tgz,
2508           check_spread.tar, radius.tar.gz: removal of obsolete tarballs
2510 2005-06-26 02:23  seanius
2512         * plugins/check_swap.c: "asprintf madness" fix from andreas' patch
2513           to np-d, minus the comments.
2515 2005-06-05 18:43  seanius
2517         * plugins/check_tcp.c: check_tcp code cleanup from andreas plus fix
2518           to andreas' patch from sean
2520 2005-06-03 14:53  seanius
2522         * plugins/check_procs.c: gcc 2.x fixes from edward
2524 2005-06-01 20:41  sghosh
2526         * plugins/check_snmp.c: only load mibs if needed or specified -
2527           patch 1212395
2529 2005-05-28 02:21  seanius
2531         * plugins/check_load.c: bugfixes to check_load thanks to andreas
2533 2005-05-26 03:13  seanius
2535         * plugins/check_mysql.c: fix for check_msyql so that it doesn't use
2536           column numbers but the names instead for determining slave
2537           status.  thanks to james kingston.
2539 2005-05-25 18:42  sghosh
2541         * plugins/check_time.c:  64bit sys support - 1185713
2543 2005-05-25 16:40  sghosh
2545         * plugins/check_snmp.c: support for getnext - 1106430
2547 2005-05-25 15:25  sghosh
2549         * plugins/check_ping.c: RH9 pattern
2551 2005-05-25 15:05  sghosh
2553         * plugins-scripts/check_ntp.pl: perfdata patch - 1172539
2555 2005-05-25 04:37  sghosh
2557         * plugins-scripts/check_ntp.pl: new option for zero offset -
2558           1159317
2560 2005-05-25 04:23  sghosh
2562         * plugins/check_snmp.c: v2c support - 1155754
2564 2005-05-25 01:43  seanius
2566         * configure.in, plugins/check_nagios.c, plugins/check_procs.c:
2567           fixes for check_procs: - added support for printing the pid in
2568           all the ps outputs - don't use the proc name to ignore self, use
2569           the pid vs getpid().  - initialize procetime to null string
2570           otherwise -vvv can have funny results
2572 2005-05-25 01:30  seanius
2574         * plugins/: check_tcp.c, netutils.c, netutils.h: bah, my_connect is
2575           taken by mysql.  now calling it np_net_connect.
2577 2005-05-24 23:33  sghosh
2579         * plugins-scripts/check_ntp.pl: patched bug id 1200030 - regex
2580           update
2582 2005-05-24 23:10  sghosh
2584         * plugins-scripts/check_ntp.pl: patched bug id 1204636
2586 2005-05-24 21:25  seanius
2588         * plugins/: check_tcp.c, netutils.c, netutils.h: optimizations and
2589           cleanup from andreas
2591 2005-05-23 06:09  seanius
2593         * nagios-plugins.spec.in: build fix
2595 2005-05-03 03:00  seanius
2597         * plugins/check_ping.c: setlocale(LC_ALL, "") should be
2598           setlocale(LC_NUMERIC, "C") to properly parse the output of ping.
2600 2005-05-03 02:52  seanius
2602         * plugins/check_tcp.c: if check_tcp was called with -e but not -s,
2603           it would hang in a call to my_recv.  the fix committed here adds
2604           on more piece of logic to the check to see if more data needs to
2605           be read, avoiding the deadlock call.  a better fix would be to
2606           not use these "voodoo" heuristics and instead use poll() or
2607           select(), but that's quite a bit more complicated.
2609 2005-05-01 21:12  seanius
2611         * plugins/: popen.c, popen.h: better error checking in spopen
2612           signal handler (see 1107524)
2614 2005-05-01 20:50  seanius
2616         * configure.in: provide a --with-perl option
2618 2005-04-29 01:27  stanleyhopcroft
2620         * contrib/check_sybase: check_sybase 0.7 from Simon Bellman. Thx
2622 2005-04-19 01:16  seanius
2624         * plugins-scripts/check_ntp.pl: regexp fix for check_ntp
2626 2005-04-19 01:09  seanius
2628         * configure.in: check for the -w flag for ping6 as well as ping
2630 2005-04-17 23:22  seanius
2632         * plugins-scripts/check_disk_smb.pl: also change the --help output
2633           to reflect that check_disk_smb defaults to empty passwords
2635 2005-04-16 07:09  seanius
2637         * plugins-scripts/check_disk_smb.pl: patch to check_disk_smb to
2638           allow empty passwords
2640 2005-04-14 05:13  seanius
2642         * plugins-scripts/check_mailq.pl: check_mailq fix, don't be case
2643           sensitive matching /^\s+Total\sRequests:\s(\d+)$/
2645 2005-04-14 05:07  seanius
2647         * plugins-scripts/check_ntp.pl: typographical fix in check_ntp
2649 2005-04-11 19:02  seanius
2651         * plugins/check_ssh.c: properly call close() on the ssh connection
2652           before exiting.
2654 2005-04-11 04:07  seanius
2656         * configure.in, plugins/check_tcp.c: this should add support for
2657           check_ssmtp, based on the 1.3.x patch in 1155562, but fixed to
2658           follow how things are done in 1.4 (using strdup instead of
2659           asprintf) and patching configure.in instead of configure.
2661 2005-04-07 05:33  seanius
2663         * plugins/check_smtp.c: in honor of joining up, my first bugfix.
2664           this should resolve 1174070.
2666           note i don't have an exchange server to test this against, but it
2667           does what the requester mentioned (slightly cleaner than the
2668           patch attached in the tracker).
2670           it does, however, still work against my own postfix server :)
2672                   sean
2674 2005-04-05 22:26  harpermann
2676         * plugins/check_snmp.c: This is a first cut at adding performance
2677           data to check_snmp.  I wasn't sure how to handle UOM so only
2678           values that return SNMP type Counter32: are labled with "c".  All
2679           other values have a blank UOM.  I also left off warn, crit, max
2680           and min values in the performance data until we come up with a
2681           way to handle them.
2683 2005-04-04 19:25  tonvoon
2685         * THANKS.in: More contributors
2687 2005-04-04 19:23  tonvoon
2689         * plugins/: check_smtp.c: Fix static buffer (Nikolay Sturm)
2691 2005-03-18 03:14  mattkent
2693         * plugins/check_mysql.c: Replication check support for 4.1.x from
2694           Gerrit Beine
2696 2005-03-08 06:19  tonvoon
2698         * plugins-scripts/check_ntp.pl: Added OS info for offset issue
2700 2005-03-04 22:20  tonvoon
2702         * plugins-scripts/check_ntp.pl: Ignore extra check on offset
2703           0.00000 (John Warburton - 1150777)
2705 2005-03-04 22:10  tonvoon
2707         * plugins/: check_disk.c, check_smtp.c, check_ups.c: Fixed //
2708           comments
2710 2005-03-04 21:58  tonvoon
2712         * plugins/: check_disk.c, check_smtp.c, check_ups.c: Fixed //
2713           comments (Steve Greenland - 1143836)
2715 2005-03-04 21:50  tonvoon
2717         * plugins-scripts/check_ntp.pl: Support for IPv6 (Merijn Evertse -
2718           1119917)
2720 2005-03-04 21:04  tonvoon
2722         * configure.in, package.def: Changed to next version number
2724 2005-03-04 21:03  tonvoon
2726         * doc/RELEASING: Notes on branching
2728 2005-03-04 20:43  tonvoon
2730         * CHANGES: Missed check_disk addition to 1.4
2732 2005-02-11 11:49  stanleyhopcroft
2734         * plugins/Makefile.am: Fix for check_icmp build on Solaris from
2735           Andreas Ericsson <ae@op5.se>
2737 2005-02-04 00:44  tonvoon
2739         * configure.in: For 1.4 release
2741 2005-02-04 00:43  tonvoon
2743         * ChangeLog: Updated for 1.4 release
2745 2005-02-04 00:29  tonvoon
2747         * BUGS: New file to note known bugs for major releases
2749 2005-02-04 00:28  tonvoon
2751         * CHANGES: Reordering of items with most important announcements
2752           first
2754 2005-02-04 00:27  stanleyhopcroft
2756         * contrib/check_oracle_tbs: New version (1.1) from John Koyle
2758 2005-02-04 00:26  tonvoon
2760         * Makefile.am: BUGS file addition to release
2762 2005-02-04 00:26  tonvoon
2764         * README: Cleanup and addition of reference to BUGS file
2766 2005-02-04 00:25  tonvoon
2768         * doc/RELEASING: Updated with corrections. Added note to update
2769           BUGS file
2771 2005-02-03 23:52  tonvoon
2773         * THANKS.in: Patch against check_log
2775 2005-02-03 23:51  tonvoon
2777         * plugins-scripts/check_log.sh: Check for log file readability
2779 2005-02-02 09:47  stanleyhopcroft
2781         * contrib/check_email_loop.pl: Add debug option from John Rouillard
2783 2005-02-02 06:42  stanleyhopcroft
2785         * plugins/check_ide_smart.c: try again to stop looping
2787 2005-02-02 05:44  stanleyhopcroft
2789         * plugins/check_ide_smart.c: restructure main() to stop looping on
2790           -n
2792 2005-02-01 12:43  stanleyhopcroft
2794         * contrib/check_traceroute-pure_perl.pl: Thank you to Myke Place
2795           for check_traceroute-pure_perl.pl
2797 2005-02-01 12:42  stanleyhopcroft
2799         * THANKS.in: Thank you for contributed plugins
2801 2005-02-01 12:30  stanleyhopcroft
2803         * plugins/Makefile.am: check_icmp added to libexec_PROGRAMS
2805 2005-02-01 12:25  stanleyhopcroft
2807         * CHANGES: check_icmp no longer regarded as volatile; built by
2808           default
2810 2005-02-01 12:23  stanleyhopcroft
2812         * plugins/linux.h: plugins/linux.h, vestigeal header required for
2813           prior versions of check_icmp, no longer required.
2815 2005-02-01 07:35  stanleyhopcroft
2817         * CHANGES: Amendments for check_icmp
2819 2005-02-01 07:34  stanleyhopcroft
2821         * plugins/Makefile.am: hacks to partly support check_icmp.c (1.0).
2823 2005-02-01 07:33  stanleyhopcroft
2825         * plugins/check_icmp.c: Revised check_icmp (1.0) from A Ericsson.
2827 2005-02-01 04:19  stanleyhopcroft
2829         * contrib/: check_asterisk.pl,
2830           check_http-with-client-certificate.c, check_email_loop.pl,
2831           tarballs/check_traffic-0.91b.tar.gz: New or revised plugin in
2832           /contrib
2834 2005-01-28 22:42  stanleyhopcroft
2836         * contrib/check_sybase: New version of Simon Bellwoods check_sybase
2837           (0.4). Thank you.
2839 2005-01-27 10:34  stanleyhopcroft
2841         * contrib/check_traceroute.pl: Jon Meek's check_traceroute for Mon
2842           hacked by YT for Nagios. Prob pretty weak
2844 2005-01-27 10:32  stanleyhopcroft
2846         * contrib/check_smart.pl: Candidate successor to
2847           /plugins/check_ide_smart.c. Now in /contrib. NB there is another
2848           new plugin with sim function
2850 2005-01-27 04:52  stanleyhopcroft
2852         * contrib/: check_fan_cpq_present, check_fan_fsc_present,
2853           check_temp_cpq, check_temp_fsc, check_mysqlslave.pl: New /contrib
2854           plugin
2856 2005-01-27 04:43  stanleyhopcroft
2858         * contrib/: check_pfstate, check_logins.c, check_arping.pl,
2859           check_frontpage, check_oracle_tbs, check_pcpmetric.py,
2860           check_cpqarray.c: New /contrib plugin
2862 2005-01-27 02:27  stanleyhopcroft
2864         * CHANGES, THANKS.in, contrib/README.TXT, po/de.po, po/fr.po:
2866           1 New /contrib plugins 2 Revised check_dhcp.c status in CHANGES
2868 2005-01-27 01:38  harpermann
2870         * plugins/Makefile.am: Added check_dhcp bask into libexec_PROGRAMS
2871           after talking with Stanley.
2873 2005-01-26 21:39  tonvoon
2875         * THANKS.in: More contributors
2877 2005-01-26 21:21  tonvoon
2879         * plugins/check_dig.c: Convert tabs to spaces from dig's answer
2880           section (Randy O'Meara - 1107651)
2882 2005-01-26 20:53  tonvoon
2884         * REQUIREMENTS: Add recommendation for check_procs on Mandrake
2885           systems (Paulo Fessel - 1106849)
2887 2005-01-25 22:15  stanleyhopcroft
2889         * plugins/check_ide_smart.c: Display usage if no argv (Reuben
2890           Farrelly)
2892 2005-01-25 18:11  harpermann
2894         * plugins/check_dhcp.c: Tracker:1109261  This was an alignment
2895           problem on Solaris.  Linux kernel fixes alignment so this was not
2896           seen there.  Memcpy takes care of proper alignment.  Tested on
2897           RHEL V3 U3, RHEL V4, FreeBSD 4.10 (Thanks Stanley!) and Solaris 9
2898           with the GNU env.
2900 2005-01-25 12:43  stanleyhopcroft
2902         * plugins/check_ide_smart.c: Trivial text changes (print_help,
2903           commentary & -n option)
2905 2005-01-25 09:20  stanleyhopcroft
2907         * contrib/tarballs/check_icmp-0.8.tar.gz: moved to /plugins (core
2908           plugin)
2910 2005-01-25 09:19  stanleyhopcroft
2912         * contrib/tarballs/check_cit.tgz: replaced by contrib/check_ica*
2913           (esp check_ica_metaframe_pub_apps)
2915 2005-01-25 09:16  stanleyhopcroft
2917         * contrib/check_dhcp.c: moved to /plugins (core plugin)
2919 2005-01-25 09:15  stanleyhopcroft
2921         * contrib/check_citrix: Replaced by the check_ica* pair of plugins
2922           (mainly check_ica_metaframe_pub_apps)
2924 2005-01-25 09:12  stanleyhopcroft
2926         * contrib/packet_utils.pm: packet creation and dumping hacks used
2927           by check_ica* and check_lotus
2929 2005-01-25 09:09  stanleyhopcroft
2931         * contrib/check_ica_master_browser.pl: New plugin - checks that ICA
2932           master browser is what it should be (important for firewalled
2933           dialup)
2935 2005-01-25 09:07  stanleyhopcroft
2937         * contrib/check_ica_metaframe_pub_apps.pl: Replacement (structured
2938           name mainly) for check_citrix: check of ICA browse service
2940 2005-01-25 09:05  stanleyhopcroft
2942         * contrib/check_ica_program_neigbourhood.pl: New plugin to check
2943           Citrix Metaframe XP "Program Neighbourhood"
2945 2005-01-25 09:04  stanleyhopcroft
2947         * contrib/check_lotus.pl: New plugin to check responsiveness of
2948           Louts Notes (v5 at least) servers
2950 2005-01-24 23:17  stanleyhopcroft
2952         * plugins/Makefile.am: Removed check_dhcp and check_icmp from
2953           libexec_PROGRAMS (ie dont build by defaut)
2955 2005-01-24 23:15  stanleyhopcroft
2957         * CHANGES: Notes about check_dhcp and check_icmp (no longer built
2958           by default, use at own peril, volatile)
2960 2005-01-21 09:24  stanleyhopcroft
2962         * configure.in: Set arch specifc preprocessor symbols in config.h.
2963           TEMPORARY hack for check_dhcp.c [on FreeBSD 4: /check_dhcp -i
2964           fxp0 -> DHCP ok: Received 1 DHCPOFFER(s), max lease time = 259200
2965           sec.
2967 2005-01-21 01:03  harpermann
2969         * plugins/check_snmp.c: Tracker 1106378 fixed - The -t (timeout)
2970           arg was not handled correctly when passed to the snmpget command.
2971           Added -e --retries for the correct retries value to snmpcmd.
2973 2005-01-21 00:01  tonvoon
2975         * doc/developer-guidelines.sgml: Changing copyright to the Nagios
2976           Plugins Development Team, rather than individual names. Also,
2977           clarified use of ACKNOWLEDGEMENTS, THANKS.in and AUTHORS
2979 2005-01-20 23:40  harpermann
2981         * plugins/check_http.c: Changed long argument --minmax to
2982           --pagesize and updated help and usage
2984 2005-01-20 23:39  tonvoon
2986         * AUTHORS, Makefile.am, THANKS.in: The AUTHORS file now used for
2987           the plugin team, with THANKS.in as the contributors list.
2989 2005-01-20 23:37  harpermann
2991         * CHANGES: Added comment about check_http --pagesize and added max
2992           value to page size check
2994 2005-01-20 23:25  tonvoon
2996         * AUTHORS: Added Sean for bug reports
2998 2005-01-20 22:50  harpermann
3000         * plugins/check_http.c: Tracker 1099682 fix.  Now getting the page
3001           size from Content-Length in the header.  Added max value to the
3002           -m switch so can do "-m min:max".  Retained "-m min" convention.
3003           Renamed long arg name to --minmax
3005 2005-01-19 23:39  harpermann
3007         * plugins/check_nt.c: In the CHECK_COUNTER block, there were
3008           several strcats writing to unallocated memory.  Changed to
3009           asprintf. We're not freeing since plugin run is short.
3011 2005-01-19 21:14  tonvoon
3013         * plugins/check_swap.c: Fixed parsing of AIX lsps command (1093522)
3015 2005-01-14 14:39  tonvoon
3017         * AUTHORS: More contributors
3019 2005-01-14 14:13  tonvoon
3021         * plugins/check_disk.c: Fix logic error with -e switch where result
3022           not set (Daniel Austin - 1102012)
3024 2005-01-14 10:59  tonvoon
3026         * configure.in: Fixed ssl configure problems on Solaris (Bug
3027           1096091)
3029 2005-01-13 18:24  tonvoon
3031         * configure.in, plugins/check_swap.c: Use floats for holding memory
3032           values to avoid different types on different OSes. Seems to have
3033           a problem with the perf data for check_swap on Sol 2.6, but not
3034           critical
3036 2005-01-05 21:32  tonvoon
3038         * configure.in, package.def: Update version number to next release
3040 2005-01-04 00:16  opensides
3042         * plugins/check_ide_smart.c:
3043           still trying to fix #1094326
3045 2005-01-03 01:37  opensides
3047         * plugins/check_ide_smart.c:
3048           more fixes for #1094326
3050 2005-01-03 00:59  opensides
3052         * plugins-scripts/check_mailq.pl:
3053           fixes for #1094324
3055 2005-01-02 14:00  opensides
3057         * plugins/check_ide_smart.c:
3058           fixing bug #1094326
3060           still need to check the makefile for check_ide_smart.c
3062 2005-01-01 16:15  tonvoon
3064         * plugins/check_smtp.c: Removed old terminate function (Bug
3065           1093491)
3067 2004-12-30 17:17  tonvoon
3069         * ChangeLog: Updated with r1_4-beta1 details
3071 2004-12-30 14:23  tonvoon
3073         * CHANGES: Note some syntax changes to check_disk
3075 2004-12-30 14:22  tonvoon
3077         * doc/RELEASING: Update package files for version
3079 2004-12-30 14:21  tonvoon
3081         * AUTHORS: For help with ps on FreeBSD 4
3083 2004-12-30 14:19  tonvoon
3085         * configure.in: Get ps command for FreeBSD 4 (Tomasz Pilat)
3087 2004-12-30 00:41  opensides
3089         * plugins/check_dhcp.c, plugins/check_dns.c, plugins/check_ping.c,
3090           plugins/check_procs.c, plugins/check_smtp.c,
3091           plugins/check_snmp.c, plugins/check_swap.c, plugins/check_tcp.c,
3092           po/de.po, po/fr.po, po/nagios-plugins.pot:
3093           more internationalization fixes internationalization freeze for
3094           beta1
3096 2004-12-28 23:40  opensides
3098         * AUTHORS, po/fr.po:
3099           more internationalization
3101 2004-12-28 23:18  opensides
3103         * plugins/Makefile.am, plugins/check_smtp.c, po/fr.po:
3104           starttls support for check_smtp #1041576
3106 2004-12-28 22:34  opensides
3108         * AUTHORS, plugins/check_ping.c:
3109           String match in check_ping for Solaris 10 #1091043
3111 2004-12-28 20:40  tonvoon
3113         * configure.in: sys/param.h needed for sys/swap.h on openbsd 3.6
3114           (Julien Touche)
3116 2004-12-27 22:44  opensides
3118         * po/fr.po:
3119           more internationalization
3121 2004-12-25 23:17  opensides
3123         * plugins/check_dig.c, plugins/check_disk.c, plugins/check_dns.c,
3124           plugins/check_dummy.c, plugins/check_fping.c,
3125           plugins/check_game.c, plugins/check_hpjd.c, plugins/check_icmp.c,
3126           plugins/check_ide_smart.c, plugins/check_ldap.c,
3127           plugins/check_load.c, plugins/check_mrtg.c,
3128           plugins/check_mrtgtraf.c, plugins/check_mysql.c,
3129           plugins/check_nagios.c, plugins/check_nt.c,
3130           plugins/check_nwstat.c, plugins/check_overcr.c,
3131           plugins/check_pgsql.c, plugins/check_ping.c,
3132           plugins/check_procs.c, plugins/check_radius.c,
3133           plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c,
3134           plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c,
3135           plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c,
3136           plugins/check_users.c, plugins/negate.c, plugins/netutils.c,
3137           plugins/popen.c, plugins/popen.h, plugins/urlize.c,
3138           plugins/utils.c, po/de.po, po/fr.po, po/nagios-plugins.pot:
3139           various fixes for localization
3141 2004-12-25 16:18  opensides
3143         * po/: de.po, fr.po, nagios-plugins.pot:
3144           new version of po files and pot file
3146 2004-12-25 12:25  opensides
3148         * package.def, po/POTFILES.in:
3149           change realase name on package.def adding check_dhcp.c to
3150           potfiles.in
3152 2004-12-25 12:09  opensides
3154         * plugins/: check_by_ssh.c, check_dhcp.c:
3155           internationalization of check_dhcp internationalization fixes of
3156           check_ssh
3158 2004-12-24 18:06  opensides
3160         * plugins/check_icmp.c, po/POTFILES.in, po/fr.po:
3161           first pass at adapting to plugin guidelines and start of
3162           localization
3164 2004-12-23 18:54  opensides
3166         * plugins/check_http.c, po/fr.po:
3167           internationalization fixes
3169 2004-12-23 16:47  mwirtgen
3171         * po/de.po: german translations 391 to go
3173 2004-12-23 09:30  tonvoon
3175         * ACKNOWLEDGEMENTS, configure.in, m4/np_curl.m4,
3176           plugins/Makefile.am: Another attempt at fixing check_http compile
3177           on Redhat EL3. Fixed check_icmp compile (Lynne Lawrence -
3178           1087171) - still some code changes to check_icmp outstanding.
3179           Fixed compile of check_dhcp (complaining about socklen_t).  Added
3180           acknowledgements for Coreutils and curl
3182 2004-12-22 23:02  harpermann
3184         * plugins/check_nt.c: Added check for "%" in COUNTER <description>.
3185           If it exists, <description> is used as an arg to asprintf.  If
3186           it doesn't exist, <description> is used as a label.  If the
3187           formatting is wrong, the program will segv.
3189 2004-12-22 07:24  tonvoon
3191         * lib/: Makefile.am, stdbool_.h: File required from coreutils
3193 2004-12-21 22:52  tonvoon
3195         * configure.in, plugins/Makefile.am: Revert back to previous
3196           openssl checks (the ones from curl kept having problems with
3197           later Redhat versions)
3199 2004-12-21 22:36  tonvoon
3201         * m4/stdbool.m4: Another m4 from coreutils
3203 2004-12-21 15:45  tonvoon
3205         * AUTHORS: For their bug reports
3207 2004-12-21 12:47  tonvoon
3209         * configure.in: Fix for FreeBSD ps command (reported by Michael
3210           Bakker)
3212 2004-12-21 09:32  tonvoon
3214         * lib/Makefile.am, m4/Makefile.am, m4/np_coreutils.m4: Fixed
3215           compile problem on Sol2.6 with stdbool.h
3217 2004-12-21 08:56  stanleyhopcroft
3219         * plugins/check_dhcp.c: Commentary changes only: cite origin of
3220           copied code with reference to ACK file
3222 2004-12-21 08:55  stanleyhopcroft
3224         * ACKNOWLEDGEMENTS: ACK file contains the details of the authors of
3225           code copied by the plugins
3227 2004-12-21 05:00  mattkent
3229         * plugins/check_dns.c: Add another error string match from Pasi
3230           Tiittanen
3232 2004-12-20 22:20  tonvoon
3234         * plugins/check_nagios.c: Corrected help for expiry units. Restored
3235           functionality of searching for process arguments
3237 2004-12-20 22:01  tonvoon
3239         * plugins/check_nagios.c: Updating help text to reflect using
3240           shortname instead of full path for command
3242 2004-12-20 21:38  tonvoon
3244         * configure.in: - stupid typo
3246 2004-12-20 21:26  tonvoon
3248         * configure.in: Fix compile errors when looking for openssl
3250 2004-12-20 09:04  stanleyhopcroft
3252         * COPYING, plugins/check_dhcp.c, po/de.po, po/fr.po: Compilation
3253           fixes for check_dhcp.c HP-UX 11. Still fails on HP-UX 10. Unknown
3254           if check_dhcp works on UX.
3256 2004-12-18 18:28  mwirtgen
3258         * po/de.po: Initial commit on german translation - 428 to go
3260 2004-12-17 18:14  tonvoon
3262         * configure.in: Support for FreeBSD 5.2.1 and 5.3 in check_procs
3264 2004-12-15 23:12  tonvoon
3266         * configure.in: Bump version to next release
3268 2004-12-15 23:11  tonvoon
3270         * doc/developer-guidelines.sgml: Mistake in automake version - back
3271           to 1.8
3273 2004-12-15 23:10  tonvoon
3275         * doc/RELEASING: Clarified notes
3277 2004-12-15 21:56  tonvoon
3279         * ChangeLog: Updated for r1_4_0-alpha3
3281 2004-12-15 21:27  tonvoon
3283         * doc/developer-guidelines.sgml: Updated requirements for GNU tools
3285 2004-12-15 21:01  tonvoon
3287         * m4/Makefile.am: Makefile for m4 files
3289 2004-12-15 20:54  tonvoon
3291         * Makefile.am, configure.in, plugins/Makefile.am, tools/setup:
3292           Support for coreutils lib. Configure tests via m4 scripts from
3293           coreutils
3295 2004-12-15 20:51  tonvoon
3297         * m4/: Makefile.am.in, afs.m4, codeset.m4, error.m4, exitfail.m4,
3298           extensions.m4, fstypename.m4, fsusage.m4, getopt.m4, gettext.m4,
3299           glibc21.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, inttypes.m4,
3300           inttypes_h.m4, isc-posix.m4, lcmessage.m4, lib-ld.m4,
3301           lib-link.m4, lib-prefix.m4, ls-mntd-fs.m4, malloc.m4,
3302           mountlist.m4, np_coreutils.m4, onceonly.m4, progtest.m4,
3303           realloc.m4, stdint_h.m4, uintmax_t.m4, ulonglong.m4,
3304           unlocked-io.m4, xalloc.m4: Moving m4 files from lib/
3306 2004-12-15 20:47  tonvoon
3308         * lib/: Makefile.am, afs.m4, error.m4, exitfail.m4, fstypename.m4,
3309           fsusage.m4, full-read.c, full-write.c, full-write.h, getopt.m4,
3310           ls-mntd-fs.m4, onceonly.m4, safe-read.c, safe-read.h,
3311           safe-write.c, safe-write.h, unlocked-io.m4, xalloc.m4: Moving m4
3312           files into m4/. Added extra coreutils files required from
3313           autoconf tests. Updated Makefile.am to have nagiosplug lib and a
3314           separate coreutils lib
3316 2004-12-15 00:10  opensides
3318         * po/: de.po, fr.po:
3319           fr.po work in progress still 88 to translate ;-)
3321 2004-12-11 06:25  mattkent
3323         * plugins/check_tcp.c: Patch from Ollie Cook to define return code
3324           when expected value not received (#1082275).  Also included
3325           another change from Ollie Cook to do stricter matching of
3326           expected values from the beginning of the line. When a user
3327           defines an expected string this is changed to the old style
3328           strstr matching.
3330 2004-12-10 21:18  tonvoon
3332         * plugins/check_ldap.c: Fixed compile warning
3334 2004-12-10 06:10  mattkent
3336         * plugins/Makefile.am: Compile broken - fixing link flags.
3338 2004-12-10 05:57  mattkent
3340         * plugins/check_dns.c: Error catching improvements from Ollie Cook
3342 2004-12-10 05:54  mattkent
3344         * plugins/check_pgsql.c: Fixing broken compile
3346 2004-12-10 05:39  mattkent
3348         * AUTHORS: More contributers
3350 2004-12-10 00:54  stanleyhopcroft
3352         * plugins/Makefile.am: Changes to link flags for check_dhcp.c
3354 2004-12-10 00:52  stanleyhopcroft
3356         * plugins/check_dhcp.c: Extensive changes to get MAC address from
3357           Solaris via DLPI
3359 2004-12-10 00:20  tonvoon
3361         * plugins/: check_dns.c, check_procs.c: Reverting back ngettext
3362           calls
3364 2004-12-10 00:13  tonvoon
3366         * plugins/common.h: Fix includes for gettext
3368 2004-12-09 22:33  tonvoon
3370         * configure.in: Include $libsuff for systems that define this
3371           (based on advice from Daniel Stenberg)
3373 2004-12-08 23:14  tonvoon
3375         * configure.in: Removed redundant check and make export
3376           LD_LIBRARY_PATH more sh friendly
3378 2004-12-08 00:36  opensides
3380         * configure.in, plugins/Makefile.am, plugins/check_by_ssh.c,
3381           plugins/check_game.c, plugins/check_http.c,
3382           plugins/check_ide_smart.c, plugins/check_ldap.c,
3383           plugins/check_snmp.c, plugins/check_tcp.c:
3384           patch 1028033
3386           minor internationalization fixes
3388 2004-12-08 00:22  tonvoon
3390         * configure.in: Fixed output info for openssl and LD_LIBRARY_PATH
3391           for subsequent compiles (otherwise get ld.so.1: ./conftest:
3392           fatal: libssl.so.0.9.7: open failed)
3394 2004-12-07 06:51  tonvoon
3396         * configure.in, plugins/Makefile.am: Better SSL checking (inspired
3397           by curl 7.12.2's configure.ac)
3399 2004-12-07 03:13  mattkent
3401         * plugins-scripts/check_ifoperstatus.pl: Option to check for admin
3402           down (#1012191) from RaĆŗl Pedroche.
3404 2004-12-07 02:45  stanleyhopcroft
3406         * plugins/Makefile.am: Correct dependencies for check_dhcp.c.
3408 2004-12-07 02:31  stanleyhopcroft
3410         * plugins/: Makefile.am, check_dhcp.c: New plugin: check_dhcp.c.
3411           Attempt to port to non Linux platform.
3413 2004-12-06 18:49  opensides
3415         * po/fr.po:
3416           new version of fr.po
3418 2004-12-05 22:07  mattkent
3420         * plugins/check_snmp.c: Fix for -s string matching (#756567, Tony
3421           Missana)
3423 2004-12-05 12:59  opensides
3425         * plugins/check_nt.c, po/fr.po, po/nagios-plugins.pot:
3426           cleaned fr.po nagios-plugins.pot
3428 2004-12-05 00:54  opensides
3430         * plugins/: check_http.c, check_icmp.c, check_nwstat.c,
3431           check_ping.c, check_smtp.c, check_swap.c, utils.h:
3432           fix patch 998291 fix patch 1078934 expect check_ssh fix and
3433           check_nt perfdata should stay on one word like in nagios
3435 2004-12-04 12:34  opensides
3437         * po/nagios-plugins.pot:
3438           new version of pot file
3440 2004-12-04 12:31  opensides
3442         * plugins/check_by_ssh.c, plugins/check_dns.c, po/POTFILES.in:
3443           various internationalization fixes
3445 2004-12-04 12:12  opensides
3447         * plugins/Makefile.am, plugins/check_by_ssh.c, plugins/check_dig.c,
3448           plugins/check_http.c, plugins/check_ide-smart.c,
3449           plugins/check_ide_smart.c, plugins/check_mrtg.c,
3450           plugins/check_nt.c, plugins/check_nwstat.c,
3451           plugins/check_overcr.c, plugins/check_real.c,
3452           plugins/check_smtp.c, plugins/check_swap.c, plugins/check_tcp.c,
3453           plugins/check_time.c, plugins/check_udp.c, po/POTFILES.in:
3454           internationalization fixes bugfixes
3456 2004-12-04 10:57  opensides
3458         * plugins/: check_dns.c, check_hpjd.c:
3459           check_dns needs a space between 'time' and the hostname
3460           check_hpjd needs a parenthesis removed in print_usage()
3462 2004-12-04 00:23  opensides
3464         * plugins/check_swap.c:
3465           Bug Fix [ 1024735 ] check_swap providing inaccurate swap
3466           information on Sol6
3468 2004-12-03 23:55  opensides
3470         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
3471           check_fping.c, check_game.c, check_hpjd.c, check_http.c,
3472           check_ldap.c, check_load.c, check_mrtg.c, check_mrtgtraf.c,
3473           check_mysql.c, check_nagios.c, check_nt.c, check_nwstat.c,
3474           check_overcr.c, check_pgsql.c, check_ping.c, check_procs.c,
3475           check_radius.c, check_real.c, check_smtp.c, check_snmp.c,
3476           check_ssh.c, check_swap.c, check_tcp.c, check_time.c,
3477           check_udp.c, check_ups.c, check_users.c, negate.c:
3478           reverting my changes from !=TRUE to == ERROR, that's not good ;-(
3479           sorry
3481 2004-12-03 23:23  opensides
3483         * plugins/check_tcp.c, po/de.po, po/fr.po, po/nagios-plugins.pot:
3484           check_tcp parenthesis bug, header fix for po files
3486 2004-12-03 23:01  opensides
3488         * plugins/: check_dig.c, check_disk.c, check_dns.c, check_dummy.c,
3489           check_fping.c, check_game.c, check_hpjd.c, check_http.c,
3490           check_ide-smart.c, check_ldap.c, check_mrtg.c, check_mrtgtraf.c,
3491           check_nagios.c, check_nt.c, check_nwstat.c, check_overcr.c,
3492           check_pgsql.c, check_procs.c, check_radius.c, check_real.c,
3493           check_smtp.c, check_snmp.c, check_swap.c, check_tcp.c,
3494           check_time.c, check_udp.c, check_ups.c:
3495           print_help and print_usage() cleanup
3497           other misc cleanups
3499 2004-12-03 21:56  stanleyhopcroft
3501         * plugins/check_tcp.c: 1041571: -D option processing corrected
3502           (Eric Chen). Changed process_arguments() to return TRUE. Dont
3503           know why this was necessary.
3505 2004-12-03 20:28  opensides
3507         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
3508           check_dummy.c, check_fping.c, check_game.c, check_hpjd.c,
3509           check_http.c, check_ide-smart.c, check_ldap.c, check_load.c,
3510           check_mrtg.c, check_mrtgtraf.c, check_mysql.c, check_nagios.c,
3511           check_nt.c, check_nwstat.c, check_overcr.c, check_pgsql.c,
3512           check_ping.c, check_procs.c, check_radius.c, check_real.c,
3513           check_smtp.c, check_snmp.c, check_ssh.c, check_swap.c,
3514           check_tcp.c, check_time.c, check_udp.c, check_ups.c,
3515           check_users.c, negate.c, urlize.c: remove UT_HLP_VRS from
3516           print_usage this was not a good idea ;-)
3518 2004-12-03 19:20  opensides
3520         * plugins/utils.c:
3521           removing support fonction removing warranty from print_revision
3523 2004-12-03 17:48  opensides
3525         * ROADMAP, package.def, plugins/negate.c, plugins/utils.h:
3526           some minor fixes
3528 2004-12-03 17:15  opensides
3530         * plugins/: check_load.c, check_ssh.c:
3531           correcting parenthesis error
3533 2004-12-03 16:56  opensides
3535         * AUTHORS, plugins/check_load.c, plugins/check_pgsql.c,
3536           plugins/check_ping.c, plugins/check_procs.c,
3537           plugins/check_radius.c, plugins/check_real.c,
3538           plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_ssh.c,
3539           plugins/check_swap.c, plugins/check_tcp.c, plugins/check_time.c,
3540           plugins/check_udp.c, plugins/check_ups.c, plugins/check_users.c,
3541           plugins/urlize.c:
3542           fixes for internationalization
3544 2004-12-03 11:45  opensides
3546         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
3547           check_dummy.c, check_fping.c, check_game.c, check_hpjd.c,
3548           check_http.c, check_ide-smart.c, check_ldap.c, check_load.c,
3549           check_mrtg.c, check_mrtgtraf.c, check_mysql.c, check_nagios.c,
3550           check_nt.c, check_nwstat.c:
3551           internationalization fixes and help fixes
3553 2004-12-03 09:19  opensides
3555         * plugins/check_by_ssh.c, plugins/check_dig.c,
3556           plugins/check_http.c, plugins/check_nwstat.c,
3557           plugins/check_pgsql.c, plugins/check_ping.c, plugins/check_udp.c,
3558           po/.cvsignore:
3559           Localization fixes
3561 2004-12-03 08:45  opensides
3563         * plugins/: check_ide-smart.c, check_pgsql.c:
3564           correcting copyright and remaning int result = STATE_UNKNOWN;
3566 2004-12-03 04:37  mattkent
3568         * plugins/check_nagios.c: Affected by elapsed time patch.
3570 2004-12-03 04:16  mattkent
3572         * AUTHORS: Another contributer.
3574 2004-12-03 04:10  mattkent
3576         * configure.in, plugins/check_procs.c: Patch from Russell Miller
3577           which adds elapsed time as a metric. Only for linux so far.
3578           (991359)
3580 2004-12-03 02:21  mattkent
3582         * plugins/check_ldap.c: Fix typo breaking compile.
3584 2004-12-03 00:55  opensides
3586         * plugins/: check_by_ssh.c, check_dig.c, check_dns.c,
3587           check_dummy.c, check_fping.c, check_game.c, check_hpjd.c,
3588           check_ide-smart.c, check_ldap.c, check_load.c, check_mrtg.c,
3589           check_mrtgtraf.c, check_mysql.c, check_nagios.c, check_nt.c,
3590           check_nwstat.c, check_overcr.c, check_pgsql.c, check_ping.c,
3591           check_procs.c, check_radius.c, check_real.c, check_smtp.c,
3592           check_snmp.c, check_ssh.c, check_swap.c, check_tcp.c,
3593           check_time.c, check_udp.c, check_ups.c, check_users.c, negate.c,
3594           urlize.c:
3595           bump copyright year initialize result to STATE_UNKNOW in place of
3596           STATE_OK
3598 2004-12-02 21:23  opensides
3600         * plugins/: check_dns.c, check_ldap.c, check_procs.c:
3601           --disable-nls throws an error on check_dns, check_procs and
3602           check_ldap without this patch.
3604 2004-12-02 21:03  stanleyhopcroft
3606         * plugins/check_tcp.c: Tracker 1041571: appended :D to
3607           getopt_long() args (for cert expiry check). Eric Chen.
3609 2004-12-02 16:51  opensides
3611         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
3612           check_fping.c, check_game.c, check_hpjd.c, check_http.c,
3613           check_ldap.c, check_load.c, check_mrtg.c, check_mrtgtraf.c,
3614           check_mysql.c, check_nagios.c, check_nt.c, check_nwstat.c,
3615           check_overcr.c, check_pgsql.c, check_ping.c, check_procs.c,
3616           check_radius.c, check_real.c, check_smtp.c, check_snmp.c,
3617           check_ssh.c, check_swap.c, check_tcp.c, check_time.c,
3618           check_udp.c, check_ups.c, check_users.c, negate.c, popen.c,
3619           utils.c:
3620           More internationalization work new usage4 function to permit
3621           localisation of think like check_ssh: xxxxx
3623 2004-12-02 14:54  opensides
3625         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
3626           check_fping.c, check_game.c, check_hpjd.c, check_ldap.c,
3627           check_load.c, check_mrtg.c, check_mrtgtraf.c, check_mysql.c,
3628           check_nagios.c, check_nt.c, check_nwstat.c, check_overcr.c,
3629           check_pgsql.c, check_ping.c, check_procs.c, check_radius.c,
3630           check_real.c, check_smtp.c, check_snmp.c, check_ssh.c,
3631           check_swap.c, check_tcp.c, check_time.c, check_udp.c,
3632           check_ups.c, check_users.c, negate.c:
3633           return of process_arguments() is TRUE not OK !
3635 2004-12-02 14:35  opensides
3637         * plugins/check_http.c: return of process_arguments() is TRUE not
3638           OK !
3640 2004-12-02 08:45  stanleyhopcroft
3642         * plugins/Makefile.am: Add check_icmp plugin
3644 2004-12-02 08:44  stanleyhopcroft
3646         * plugins/check_icmp.c: check_icmp plugin from A Ericsson
3648 2004-12-02 08:44  stanleyhopcroft
3650         * plugins/linux.h: For check_icmp plugin from A Ericsson
3652 2004-12-02 04:48  mattkent
3654         * command.cfg.in: Fix typo.
3656 2004-12-02 04:36  mattkent
3658         * AUTHORS, REQUIREMENTS, command.cfg.in, plugins/check_ups.c: Patch
3659           from Arnaud Quette to bring support to NUT 2.0 plus couple
3660           improvements and fixes (1038413 which includes 1032009, 815785).
3662 2004-12-02 01:11  opensides
3664         * plugins/: check_dns.c, check_game.c, check_http.c,
3665           check_ide-smart.c, check_load.c, check_mrtgtraf.c, check_mysql.c,
3666           check_nagios.c, check_nt.c, check_nwstat.c, check_overcr.c,
3667           check_pgsql.c, check_ping.c, check_procs.c, check_radius.c,
3668           check_real.c, check_snmp.c, check_ssh.c, check_tcp.c,
3669           check_time.c, check_udp.c, check_ups.c, negate.c, popen.c:
3670           changed Error: by CRITICAL - more localization fixes
3672 2004-12-02 00:30  opensides
3674         * contrib/check_rbl.c:
3675           adapted for localization
3677 2004-12-01 23:54  opensides
3679         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
3680           check_dummy.c, check_fping.c, check_game.c, check_hpjd.c,
3681           check_http.c, check_ide-smart.c, check_ldap.c, check_load.c,
3682           check_mrtg.c, check_mrtgtraf.c, check_mysql.c, check_nagios.c,
3683           check_nt.c, check_nwstat.c, check_overcr.c, check_pgsql.c,
3684           check_ping.c, check_procs.c, check_radius.c, check_real.c,
3685           check_smtp.c, check_snmp.c, check_ssh.c, check_swap.c,
3686           check_tcp.c, check_time.c, check_udp.c, check_ups.c,
3687           check_users.c, common.h, getaddrinfo.c, getaddrinfo.h,
3688           gethostbyname.c, gethostbyname.h, negate.c, netutils.c,
3689           netutils.h, popen.c, urlize.c, utils.c, utils.h:
3690           standardize localization string standardize unknow arguments
3692 2004-12-01 22:02  tonvoon
3694         * doc/RELEASING: Notes on releasing
3696 2004-12-01 21:55  tonvoon
3698         * configure.in: Next version number
3700 2004-12-01 21:01  tonvoon
3702         * ChangeLog: Updated for r1_4_0-alpha2
3704 2004-12-01 20:43  tonvoon
3706         * tools/devmode: eval not working - instructions now in comments
3708 2004-12-01 20:09  tonvoon
3710         * plugins-scripts/check_oracle.sh: Fixed pmon process checking from
3711           a change I made earlier
3713 2004-12-01 19:33  opensides
3715         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
3716           check_fping.c, check_ssh.c:
3717           first pass at standardization of messages for the localization
3719 2004-12-01 08:41  stanleyhopcroft
3721         * configure.in: Bryan Loniewski contributed check_jabber plugin
3722           (SSL/check_tcp); Eric Chen check_nntps plugin + SSL certficate
3723           expiry check [added -D option to check_tcp]
3725 2004-12-01 08:28  stanleyhopcroft
3727         * plugins/netutils.c: 1075725: patch to my_connect() to deal with
3728           SEGV if connect fails
3730 2004-12-01 08:26  stanleyhopcroft
3732         * plugins/check_tcp.c: 1041571 & 664615: check_tcp with cert check
3733           + nntps, simap, jabber
3735 2004-12-01 03:50  mattkent
3737         * contrib/check_nmap.py: Small fix from David Rippel (996800) for
3738           newer versions of nmap
3740 2004-12-01 03:26  mattkent
3742         * plugins-scripts/check_oracle.sh: Perf data and other improvements
3743           by Florian Gleixner (1027787)
3745 2004-11-30 07:40  opensides
3747         * po/fr.po:
3748           more french translations
3750 2004-11-30 00:25  tonvoon
3752         * plugins/check_ide-smart.c: Capitalized some error messages
3754 2004-11-30 00:24  tonvoon
3756         * plugins/urlize.c: Updated output to UNKNOWN
3758 2004-11-30 00:21  opensides
3760         * po/fr.po:
3761           translating fr.po new part
3763 2004-11-29 23:52  tonvoon
3765         * lib/: Makefile.am, exitfail.m4, getopt.m4: Extra files required
3766           from coreutils
3768 2004-11-29 23:46  tonvoon
3770         * SUPPORT: Cleanup and statement re: contrib plugins
3772 2004-11-29 22:42  tonvoon
3774         * configure.in: Patches for configure on *BSD (Julien Touche)
3776 2004-11-29 05:07  stanleyhopcroft
3778         * contrib/: README.TXT, rblcheck-dns, rblcheck-web,
3779           tarballs/check_icmp-0.8.tar.gz: [no log message]
3781 2004-11-29 04:49  mattkent
3783         * contrib/check_linux_raid.pl: Better error checking (820806)
3785 2004-11-29 00:56  opensides
3787         * po/fr.po:
3788           second version of french .po still 300 ;-) to translate
3790 2004-11-28 22:57  opensides
3792         * po/fr.po:
3793           first new translation of fr.po
3795 2004-11-27 21:00  mattkent
3797         * plugins/check_ssh.c: Add remote version check (1030269, Daniel
3798           Gullin)
3800 2004-11-26 08:54  stanleyhopcroft
3802         * AUTHORS: New plugin/bugfix: tracker 1070929. check_hpjdres
3804 2004-11-25 05:09  mattkent
3806         * plugins/check_disk.c: From old test harness code, make
3807           ./check_disk -w 0 -c 0 / valid parameters again
3809 2004-11-25 05:06  mattkent
3811         * test.pl.in, plugins/t/check_dns.t, plugins/t/check_http.t,
3812           plugins/t/check_load.t, plugins/t/check_mysql.t: Updating test
3813           harness
3815 2004-11-25 04:49  stanleyhopcroft
3817         * contrib/README.TXT: Removed reference to non existent tar balls
3818           (Hopcroft plugins)
3820 2004-11-25 04:46  stanleyhopcroft
3822         * contrib/check_wins.pl: Non functional tidy ups to check_wins
3824 2004-11-25 04:30  stanleyhopcroft
3826         * contrib/check_hw.sh: Added /contrib/check_hw.sh by Rok Debevc
3828 2004-11-25 04:28  stanleyhopcroft
3830         * contrib/check_sybase: Added /contrib/check_sybase by Simon
3831           Bellwood
3833 2004-11-25 03:01  stanleyhopcroft
3835         * contrib/check_hprsc.pl: update check_hprsc.pl for Net-SNMP
3836           versions >=4
3838 2004-11-24 21:34  tonvoon
3840         * tools/sfsnapshot: Removing build directory after creating
3841           distribution
3843 2004-11-24 21:19  tonvoon
3845         * doc/makefile: Added clean
3847 2004-11-24 21:01  tonvoon
3849         * configure.in: Fix snapshot build on SF
3851 2004-11-24 06:36  stanleyhopcroft
3853         * plugins/check_hpjd.c: add -OQa to command_line in check_hpjd.c.
3854           Correct nagiosplug-Bugs-889948, 846329
3856 2004-11-24 04:35  mattkent
3858         * plugins/check_nwstat.c: Attempting to fix a reported segfault
3859           (1055054)
3861 2004-11-24 04:25  mattkent
3863         * plugins/check_http.c: Added support for sending port in host
3864           header (913633)
3866 2004-11-24 00:46  tonvoon
3868         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
3869           check_dummy.c, check_fping.c, check_game.c, check_hpjd.c,
3870           check_http.c, check_ldap.c, check_load.c, check_mrtg.c,
3871           check_mrtgtraf.c, check_mysql.c, check_nwstat.c, check_overcr.c,
3872           check_pgsql.c, check_ping.c, check_procs.c, check_radius.c,
3873           check_real.c, check_smtp.c, check_snmp.c, check_ssh.c,
3874           check_tcp.c, check_time.c, check_udp.c, check_ups.c,
3875           check_users.c, negate.c, urlize.c: Making messages more
3876           consistent
3878 2004-11-23 23:53  tonvoon
3880         * plugins/: check_hpjd.c, check_mrtg.c, check_mrtgtraf.c,
3881           check_mysql.c, check_real.c, check_smtp.c, check_swap.c,
3882           check_by_ssh.c, check_dns.c, check_time.c: Standardising
3883           translation texts
3885 2004-11-23 23:35  tonvoon
3887         * doc/developer-guidelines.sgml: Guidelines on translated text
3888           (Yves Mettier, Simon Bellwood, Andreas Ericsson)
3890 2004-11-23 22:49  tonvoon
3892         * doc/developer-guidelines.sgml: Adding notes on developer and
3893           translator access in SF
3895 2004-11-23 06:06  mattkent
3897         * AUTHORS: More contributers.
3899 2004-11-23 05:49  mattkent
3901         * plugins/check_disk.c: Fix integer warning and critical options.
3902           Take values from current unit instead of always KB.
3904 2004-11-23 00:06  stanleyhopcroft
3906         * doc/developer-guidelines.sgml: trivial changes to Perl plugin
3907           section.
3909 2004-11-22 22:44  tonvoon
3911         * AUTHORS: More contributors
3913 2004-11-22 22:30  tonvoon
3915         * plugins/check_nt.c: Fixed some messages that should not be
3916           translated (Benoit Mortier)
3918 2004-11-22 20:35  tonvoon
3920         * lib/getloadavg.m4: Not required - autoconf has own macros
3922 2004-11-21 05:24  mattkent
3924         * plugins/check_mysql.c: Patch from Nathan Shafer to add
3925           replication slave check (1006777)
3927 2004-11-20 22:56  mattkent
3929         * AUTHORS: Oops, forgot one.
3931 2004-11-20 22:46  mattkent
3933         * AUTHORS: More contributers.
3935 2004-11-20 22:43  mattkent
3937         * contrib/check_linux_raid.pl: Fix always reading status from the
3938           last line (1045506)
3940 2004-11-20 22:28  mattkent
3942         * plugins/check_ping.c: New output format reported by pumuckel1980
3943           (946857)
3945 2004-11-20 21:36  mattkent
3947         * plugins/check_http.c: Bit of cleanup, fix verbose output.
3949 2004-11-20 07:04  tonvoon
3951         * configure.in: Fixed va_copy problem on AIX by copying samba's
3952           configure.in
3954 2004-11-19 15:58  tonvoon
3956         * CODING: Added perl coding guidelines, from Programming Perl book
3957           (Andreas Ericsson)
3959 2004-11-19 14:28  tonvoon
3961         * lib/getloadavg.m4: I think getloadavg.m4 is no longer required
3962           (as autoconf has built-in function)
3964 2004-11-19 14:24  tonvoon
3966         * lib/Makefile.am: Removed getloadavg.m4 (built-in function in
3967           autoconf) and added cloexec.[hc] for getloadavg.c
3969 2004-11-19 14:22  tonvoon
3971         * lib/: cloexec.h, cloexec.c: Files required for getloadavg.c
3973 2004-11-19 03:59  mattkent
3975         * plugins-scripts/check_ntp.pl: Fix incorrectly labelled units in
3976           output (1025905, Jason Martin)
3978 2004-11-19 03:44  mattkent
3980         * plugins/check_procs.c: Enabling timeout flag (1010097, Jason
3981           Martin)
3983 2004-11-19 02:53  mattkent
3985         * plugins/check_http.c: Make -L notice ssl use to output a proper
3986           href (1035234, Abid Rasheed)
3988 2004-11-19 02:39  mattkent
3990         * plugins/check_smtp.c: Change unit from 'us' to 's' to match other
3991           core plugins for simplicity.
3993 2004-11-19 00:21  tonvoon
3995         * AUTHORS: - More great contributors...
3997 2004-11-19 00:12  tonvoon
3999         * plugins/check_http.c: Options for User Agent string and extra
4000           headers (Ibere Tizio)
4002 2004-11-18 22:48  tonvoon
4004         * configure.in: Remove unnecessary CPPFLAGS for openssl (Lutz
4005           Behnke - 686476)
4007 2004-11-18 22:42  tonvoon
4009         * plugins/check_tcp.c: Enhance SSL initialization problems (Phil
4010           Dibowitz - 1055120)
4012 2004-11-18 05:36  mattkent
4014         * plugins/check_smtp.c: Go critical on no route to host instead of
4015           warning (934025)
4017 2004-11-18 00:27  tonvoon
4019         * tools/setup: Use copy of tools for consistency if building on
4020           different platforms from shared source
4022 2004-11-17 23:35  tonvoon
4024         * plugins/check_tcp.c: Ignore output from tcp port (949070 -
4025           Jan-Piet Mens)
4027 2004-11-17 23:22  tonvoon
4029         * plugins/check_http.c: --no-body and --max-age options (949521 -
4030           Jamie Zawinski)
4032 2004-11-17 22:19  tonvoon
4034         * doc/developer-guidelines.sgml: Added section on using
4035           Sourceforge, mainly for administrators
4037 2004-11-12 00:51  tonvoon
4039         * tools/update_coreutils: Tool to pull newer coreutil libs into
4040           nagiosplug's lib directory
4042 2004-11-12 00:49  tonvoon
4044         * lib/Makefile.am, lib/error.c, lib/error.h, lib/error.m4,
4045           lib/exit.h, lib/exitfail.c, lib/exitfail.h, lib/fsusage.c,
4046           lib/fsusage.h, lib/fsusage.m4, lib/full-read.h, lib/getloadavg.c,
4047           lib/getopt.c, lib/getopt.h, lib/getopt1.c, lib/gettext.h,
4048           lib/ls-mntd-fs.m4, lib/malloc.c, lib/mountlist.c,
4049           lib/mountlist.h, lib/onceonly.m4, lib/realloc.c, lib/snprintf.c,
4050           lib/strtod.c, lib/unlocked-io.h, lib/unlocked-io.m4,
4051           lib/xalloc.h, lib/xalloc.m4, lib/xmalloc.c, lib/xstrdup.c,
4052           plugins/check_disk.c, po/de.po, po/fr.po: Update to using
4053           coreutils 5.2.1 libraries and snprintf.c from samba 3.0.8
4055 2004-09-07 21:27  tonvoon
4057         * doc/developer-guidelines.sgml: Clarity based on comments by Ben
4058           Clewett
4060 2004-08-23 22:59  tonvoon
4062         * AUTHORS: For patch to check_nt
4064 2004-08-23 22:58  tonvoon
4066         * plugins/check_nt.c: Restore divisor for memory size reported by
4067           Windows. Also, implements warning and critical levels for
4068           performance counters. (Paulo Afonso Graner Fessel)
4070 2004-08-23 22:18  tonvoon
4072         * configure.in, plugins/check_swap.c, plugins/common.h: Using
4073           swapctl for Solaris, Tru64 and *BSD (Sean Finney)
4075 2004-08-19 20:05  tonvoon
4077         * configure.in, plugins/check_swap.c, plugins/common.h: Patch for
4078           tru64 using swapctl calls (Sean Finney)
4080 2004-08-18 22:32  tonvoon
4082         * AUTHORS: Another day's work...
4084 2004-08-18 22:25  tonvoon
4086         * plugins/check_dig.c: Checks different record types and checks
4087           against an expected address (Bill Kunkel)
4089 2004-08-18 21:36  tonvoon
4091         * configure.in: Support for check_swap on NetBSD/OpenBSD (Sean
4092           Finney)
4094 2004-08-18 21:25  tonvoon
4096         * plugins-scripts/check_oracle.sh: More specific test for sid (Paul
4097           Allen)
4099 2004-08-18 21:21  tonvoon
4101         * plugins/check_disk.c: Fixed perfdata so that shows amount used
4102           (Garry Cook)
4104 2004-08-18 20:51  tonvoon
4106         * plugins-scripts/check_ifstatus.pl: Perfdata corrected (Garry
4107           Cook)
4109 2004-08-18 20:46  tonvoon
4111         * plugins-scripts/check_oracle.sh: Fix for similar dataabase sids
4112           (Carole Verdon)
4114 2004-08-18 20:41  tonvoon
4116         * AUTHORS: Gary Cook for perfdata for check_nt
4118 2004-08-18 20:40  tonvoon
4120         * plugins/check_nt.c: Perfdata added (Gary Cook)
4122 2004-06-26 17:39  tonvoon
4124         * tools/sfsnapshot: Change of compile server and cleanups
4126 2004-06-26 06:13  tonvoon
4128         * tools/sfsnapshot: Remove need to alter configure.in. Using
4129           different compile farms for SF to do the compiling
4131 2004-05-24 15:22  tonvoon
4133         * AUTHORS: Ben Clewett
4135 2004-05-24 15:21  tonvoon
4137         * lib/Makefile.am: Missed getloadavg.c (Ben Clewett)
4139 2004-05-20 07:09  egalstad
4141         * contrib/check_dhcp.c: DHCP bug fix
4143 2004-05-10 11:25  tonvoon
4145         * configure.in: Set EXTRAS with check_swap if ac_cv_have_swap is
4146           set
4148 2004-04-30 12:12  tonvoon
4150         * configure.in: ps -el for HP-UX
4152 2004-04-29 16:08  tonvoon
4154         * configure.in: Bug in ps -el for AIX 4.1
4156 2004-04-29 12:13  tonvoon
4158         * AUTHORS: Sven for HP-UX requirements
4160 2004-04-29 12:12  tonvoon
4162         * REQUIREMENTS: HP-UX requirements (Sven Schaffranneck)
4164 2004-04-19 14:13  sghosh
4166         * contrib/check_nagios_db_pg.pl, AUTHORS: Postgres backend monitor
4168 2004-04-19 14:10  sghosh
4170         * AUTHORS, plugins-scripts/check_mssql.pl: check_mssql.pl
4172 2004-04-19 14:08  sghosh
4174         * README: Win32 plugin repository
4176 2004-04-08 12:05  tonvoon
4178         * AUTHORS: Torsten Werner for check_racle patches
4180 2004-04-08 12:05  tonvoon
4182         * plugins-scripts/check_oracle.sh: Cleaner calls to awk and support
4183           if Oracle has different national language settings (Torsten
4184           Werner)
4186 2004-04-08 11:50  tonvoon
4188         * plugins-scripts/check_oracle.sh: Cleaner calls to awk and support
4189           if Oracle has different national language settings (Torsten
4190           Werner)
4192 2004-04-06 17:02  tonvoon
4194         * configure.in, plugins/check_procs.c: Fixed weird scanf bug on
4195           Solaris
4197 2004-04-02 20:37  kdebisschop
4199         * plugins/check_by_ssh.c: add example invocation to help
4201 2004-04-01 00:01  tonvoon
4203         * AUTHORS: Howard Wilkinson
4205 2004-03-31 23:53  tonvoon
4207         * plugins/check_nt.c: Command line argument bug (Howard Wilkinson)
4209 2004-03-31 23:48  tonvoon
4211         * plugins/netutils.c: Set default state (Howard Wilkinson)
4213 2004-03-31 20:20  tonvoon
4215         * doc/developer-guidelines.sgml: Update author list
4217 2004-03-23 06:35  kdebisschop
4219         * plugins/check_fping.c: check was supposed to be agains ms - got
4220           munged wfixeg the perfdata output to be in seconds
4222 2004-03-22 07:25  tonvoon
4224         * plugins/check_http.c: Getopt bug (Joe Rhett)
4226 2004-03-22 07:22  tonvoon
4228         * AUTHORS: Joe Rhett for getopt bug
4230 2004-03-22 07:19  tonvoon
4232         * plugins/check_http.c: Option --url not mapped (Joe Rhett)
4234 2004-03-18 20:58  tonvoon
4236         * AUTHORS: More help for patches
4238 2004-03-18 20:50  tonvoon
4240         * plugins/check_disk.c: Typo in check_disk units (Matthew Kent -
4241           909281)
4243 2004-03-18 20:40  tonvoon
4245         * configure.in: Mysql include path not added correctly (Arnold
4246           Cavazos - 912974)
4248 2004-03-18 20:37  tonvoon
4250         * configure.in: Mysql include path not added correctly (Arnold
4251           Cavazos - 912974)
4253 2004-03-18 20:31  tonvoon
4255         * plugins/check_radius.c: Option to fill in NAS-identifier to
4256           Emulate pam_radius behaviour (Alexander Kulak)
4258 2004-03-17 20:38  tonvoon
4260         * doc/developer-guidelines.sgml: Copyright information for patches
4262 2004-03-14 04:09  kdebisschop
4264         * plugins/: check_ldap.c, check_load.c, check_mrtgtraf.c,
4265           check_pgsql.c, check_smtp.c, check_tcp.c, check_ups.c: use
4266           fperfdata
4268 2004-03-14 03:37  kdebisschop
4270         * plugins/check_fping.c: use fperfdata
4272 2004-03-12 03:40  egalstad
4274         * contrib/check_cluster2.c: New cluster plugin for Nagios 2.x
4276 2004-03-11 15:33  tonvoon
4278         * CHANGES: check_procs difference
4280 2004-03-11 15:17  tonvoon
4282         * plugins/check_nagios.c: Incorporate check_proc changes into
4283           check_nagios. ps handling probably should be moved into utils.c
4284           in future
4286 2004-03-08 21:03  tonvoon
4288         * configure.in: Require ngettext
4290 2004-03-08 21:01  tonvoon
4292         * doc/developer-guidelines.sgml: Information on plugin output
4293           format
4295 2004-03-04 05:08  kdebisschop
4297         * plugins/: check_dig.c, check_dns.c, check_game.c: use float for
4298           time in perf data
4300 2004-03-03 12:33  kdebisschop
4302         * plugins/: check_http.c, utils.c: begin writing some perfdata as
4303           float
4305 2004-03-03 04:24  kdebisschop
4307         * contrib/check_pop3.pl: fix loop and \r\n (Jason Burnett -
4308           http://sourceforge.net/tracker/index.php?func=detail&aid=895677&group_id=29880&atid=397599)
4310 2004-03-03 03:48  kdebisschop
4312         * plugins/check_disk.c: check_disk was getting blocks instead of
4313           bytes (Michael Musikhin -
4314           http://sourceforge.net/tracker/index.php?func=detail&aid=900215&group_id=29880&atid=397599)
4316 2004-03-02 17:44  kdebisschop
4318         * pkg/: redhat/requires, fedora/requires: attempt to prune requires
4320 2004-03-02 06:17  kdebisschop
4322         * Makefile.am, nagios-plugins.spec.in, pkg/fedora/requires: make
4323           specfile into a template which can generate a generic spec plus
4324           specs suitable for various repositories
4326 2004-03-02 06:13  kdebisschop
4328         * configure.in: prpare for alpha2
4330 2004-03-02 05:25  kdebisschop
4332         * plugins/check_http.c: relax check for -w/-c to accept floats (bug
4333           report from Warrick FitzGerald)
4335 2004-03-02 05:01  kdebisschop
4337         * AUTHORS, plugins/check_swap.c: fix div by zero error when
4338           swaptotal is zero (Flo Gleixner)
4340 2004-03-01 12:27  kdebisschop
4342         * plugins/: check_tcp.c, netutils.c: check_tcp was returning
4343           uninitialized string with user-defined refused outcome
4345 2004-03-01 06:15  kdebisschop
4347         * plugins/check_smtp.c: allow regex for ecpect checks
4349 2004-02-29 04:09  kdebisschop
4351         * plugins/: check_nwstat.c, netutils.c, netutils.h: was making up
4352           to 34 separate tcp connections - now we open one and reuse
4354 2004-02-28 07:27  kdebisschop
4356         * plugins/check_snmp.c: checks for warn in check_num() mistakenly
4357           referred to crit limits
4359 2004-02-28 06:51  kdebisschop
4361         * plugins/check_smtp.c: minor doco update to reflect handling of
4362           repeated caoomand strings
4364 2004-02-28 06:48  kdebisschop
4366         * plugins/check_smtp.c: work in progress to accept multiple
4367           command/expect pairs
4369 2004-02-28 04:54  kdebisschop
4371         * plugins/check_swap.c: update to work with Linux 2.6 /proc/meminfo
4372           format
4374 2004-02-25 08:50  kdebisschop
4376         * AUTHORS, plugins/check_dns.c: check server for authoritative
4377           status (from Jon Hallet)
4379 2004-02-25 08:12  kdebisschop
4381         * plugins/check_swap.c: change some datatypes to llu for very large
4382           swaps
4384 2004-02-25 07:49  kdebisschop
4386         * configure.in, plugins/check_ping.c: pass timeout to ping if
4387           supported with -w parameter (linux)
4389 2004-02-21 05:37  kdebisschop
4391         * plugins/check_by_ssh.c: add option to ignore a specified number
4392           of lines on stderr (to suppress a login banner)
4394 2004-02-21 03:50  kdebisschop
4396         * plugins-scripts/check_breeze.pl: add $opt_C to 'use vars' (report
4397           882381 and patch form Jason Martin)
4399 2004-02-21 03:44  kdebisschop
4401         * AUTHORS: Add Jason Martin for report of missing $opt_C for 'use
4402           vars' in check_breeze
4404 2004-02-21 03:42  kdebisschop
4406         * plugins-scripts/check_breeze.pl: add opt_C to 'usr vars'
4408 2004-02-20 19:35  tonvoon
4410         * plugins/check_http.c: - Missed out getopt for -T
4412 2004-02-20 05:25  kdebisschop
4414         * contrib/check_dhcp.c, contrib/check_procl.sh,
4415           plugins/check_snmp.c, plugins/negate.c, plugins/netutils.c,
4416           plugins/urlize.c: spell fix "received"
4418 2004-02-20 05:22  kdebisschop
4420         * plugins/check_snmp.c, plugins/negate.c, plugins/netutils.c,
4421           plugins/urlize.c, contrib/check_dhcp.c: spell fix "received"
4423 2004-02-20 05:21  kdebisschop
4425         * plugins/: utils.c, utils.h: add perfdata function for floats to
4426           complement ints, also spell fix "received"
4428 2004-02-20 05:19  kdebisschop
4430         * AUTHORS: add Ralph Rye for report of check_procs segfault on
4431           AIX/WebSphere and proof-of-concept patch
4433 2004-02-20 05:04  kdebisschop
4435         * plugins/check_procs.c: handle case where line from ps output
4436           exceed MAX_INPUT_BUFFER
4438 2004-02-20 03:37  tonvoon
4440         * AUTHORS: Shaun Wills for patch to check_http
4442 2004-02-20 03:21  tonvoon
4444         * plugins/check_http.c: Added Content-type when POSTing (Shawn
4445           Wills)
4447 2004-02-20 03:00  tonvoon
4449         * plugins/check_procs.c: - compiler warning removed (but usage2
4450           messages badly broken)
4452 2004-02-20 02:58  tonvoon
4454         * AUTHORS: Matt Pounsett for bug report
4456 2004-02-20 02:09  tonvoon
4458         * plugins/check_dns.c: Different text to scan for if multiple
4459           addresses
4461 2004-02-20 01:05  tonvoon
4463         * plugins/check_swap.c: Corrected usage message (Matt Pounsett)
4465 2004-02-19 13:24  tonvoon
4467         * AUTHORS: Michael Musikhin for check_disk patch
4469 2004-02-19 13:23  tonvoon
4471         * plugins/check_disk.c: Uninitialised variables for -X (Bug 900091
4472           - Michael Musikhin)
4474 2004-02-18 14:57  kdebisschop
4476         * configure.in: version bump (old)
4478 2004-02-18 14:56  kdebisschop
4480         * acinclude.m4, lib/afs.m4, lib/fstypename.m4, lib/fsusage.m4:
4481           underquoted defines cause warning on FC2
4483 2004-02-18 02:11  tonvoon
4485         * AUTHORS: Johannes Herlitz for patch to check_dns
4487 2004-02-18 02:09  tonvoon
4489         * plugins/check_dns.c: Output message includes the query_address,
4490           as inspired by Johannes Herlitz.  Also cleanup of comments and
4491           handles multi-line nslookup output (MacOSX 10.3)
4493 2004-02-17 13:24  tonvoon
4495         * AUTHORS: David Alden for check_snmp_procs.pl
4497 2004-02-17 13:23  tonvoon
4499         * contrib/check_snmp_procs.pl: Checks remote processes via SNMP
4500           (David Alden)
4502 2004-02-09 08:32  tonvoon
4504         * AUTHORS: Patrick McCormick
4506 2004-02-09 08:27  tonvoon
4508         * plugins/check_ping.c: Fix for check_ping old-style argument
4509           handling (Patrick McCormick - 892211)
4511 2004-01-28 11:42  tonvoon
4513         * plugins/check_dummy.c: Print optional text
4515 2004-01-21 12:50  kdebisschop
4517         * AUTHORS: credit David Croft (patch check_tcp formultibyte malloc
4518           bug in server_expect)
4520 2004-01-21 12:49  kdebisschop
4522         * plugins/check_tcp.c: =fix segfault on malloc of server_expect for
4523           multibyte chars (David Croft)
4525 2004-01-21 12:46  kdebisschop
4527         * AUTHORS: credit David Croft (patch check_tcp formultibyte malloc
4528           bug in server_expect)
4530 2004-01-21 12:45  kdebisschop
4532         * plugins/check_tcp.c: =fix segfault on malloc of server_expect for
4533           multibyte chars (David Croft)
4535 2004-01-18 20:07  sghosh
4537         * contrib/check_snmp_printer.pl: plugin to check printer status via
4538           snmp, includes page count as perfdata; perl plugin
4540 2003-12-24 08:51  tonvoon
4542         * AUTHORS: Bug reporter
4544 2003-12-24 08:51  tonvoon
4546         * plugins/check_swap.c: Fixed help doc on use of % (854817 - Gunnar
4547           Hellekson)
4549 2003-12-18 09:24  tonvoon
4551         * README: Reference to CHANGES file
4553 2003-12-18 09:19  tonvoon
4555         * Makefile.am: Add CHANGES file to distribution
4557 2003-12-18 09:15  tonvoon
4559         * CHANGES: List major changes between releases
4561 2003-12-11 10:00  tonvoon
4563         * AUTHORS: For patch to check_http
4565 2003-12-11 10:00  tonvoon
4567         * plugins/check_http.c: Relative redirects not followed correctly
4568           (854131 - John Sivak)
4570 2003-12-05 18:12  tonvoon
4572         * AUTHORS: Ben Whaley for reported Solaris 8 /usr/ucb/ps problem in
4573           configure.in
4575 2003-12-05 18:08  tonvoon
4577         * configure.in: Not correctly working out ps command if /usr/ucb
4578           before /usr/bin in PATH for Solaris (reported by Ben Whaley)
4580 2003-12-05 16:45  tonvoon
4582         * AUTHORS: Patch to my_connect
4584 2003-12-05 16:42  tonvoon
4586         * plugins/: netutils.c, netutils.h: Fix clash of namespace for
4587           my_connect with mysql (854339 - Ian Holsman)
4589 2003-12-02 15:27  tonvoon
4591         * plugins/check_disk.c: Default thresholds not defined for lists in
4592           -x parameter (raised by Matt Garrett)
4594 2003-12-01 02:47  kdebisschop
4596         * po/: de.po, fr.po: commit changes caused by upstream code mods
4598 2003-12-01 02:46  kdebisschop
4600         * plugins/check_procs.c: use usage2 function
4602 2003-12-01 02:38  kdebisschop
4604         * nagios-plugins.spec.in: add THANKS to %doc
4606 2003-11-28 14:18  tonvoon
4608         * plugins/check_procs.c: Fixed listing of failed processes
4610 2003-11-24 14:56  tonvoon
4612         * AUTHORS: For patches
4614 2003-11-24 14:53  tonvoon
4616         * plugins/check_hpjd.c: Bug from code-clean (Antony Simmonds -
4617           846311)
4619 2003-11-21 07:53  kdebisschop
4621         * README: update auotmake/autoconf versions
4623 2003-11-21 07:52  kdebisschop
4625         * doc/developer-guidelines.sgml: update developer names
4627 2003-11-21 07:34  kdebisschop
4629         * INSTALLING: our policy now is to use most recent versions of GNU
4630           tool chain
4632 2003-11-19 06:24  kdebisschop
4634         * plugins/check_time.c: add perfdata
4636 2003-11-19 06:00  kdebisschop
4638         * plugins/check_smtp.c: use perfdata() to return perfoamnace data
4639           in stanadrd format
4641 2003-11-17 11:45  kdebisschop
4643         * plugins/check_ups.c: bugfix - each supported option was
4644           overwriting the previous perfdata
4646 2003-11-17 07:19  kdebisschop
4648         * plugins/check_ups.c: add perfdata
4650 2003-11-17 06:37  kdebisschop
4652         * plugins/check_pgsql.c: add perfdata
4654 2003-11-12 06:05  kdebisschop
4656         * plugins/check_snmp.c: clean up compiler warnings
4658 2003-11-12 05:53  kdebisschop
4660         * plugins/check_nt.c: clean up compiler warnings
4662 2003-11-12 05:48  kdebisschop
4664         * plugins/check_mrtg.c: clean up compiler warnings
4666 2003-11-12 05:41  kdebisschop
4668         * plugins/check_mrtgtraf.c: clean up compiler warnings
4670 2003-11-12 05:37  kdebisschop
4672         * plugins/check_swap.c: clean up compiler warnings
4674 2003-11-12 05:29  kdebisschop
4676         * plugins/check_mrtgtraf.c: add perfdata
4678 2003-11-12 05:28  kdebisschop
4680         * plugins/check_dig.c: remove overflow checks of strtod - HUGE_VALF
4681           requires C99; also remove equality checks on warn/crit interval
4682           which are no doubles
4684 2003-11-11 10:43  tonvoon
4686         * plugins/check_tcp.c: Added perfdata
4688 2003-11-11 10:34  tonvoon
4690         * plugins/check_users.c: Added perfdata
4692 2003-11-11 10:27  tonvoon
4694         * plugins/check_swap.c: Added perfdata
4696 2003-11-11 10:19  tonvoon
4698         * plugins/check_swap.c: Fixed if only absolute warn/crit set
4700 2003-11-10 11:15  tonvoon
4702         * plugins/utils.h: - typo fixes
4704 2003-11-05 22:59  sghosh
4706         * plugins-scripts/: check_ifoperstatus.pl, check_ifstatus.pl:
4707           added plugin timeout options
4709 2003-10-31 04:22  kdebisschop
4711         * plugins/check_nt.c: provide an error message
4713 2003-10-31 04:21  kdebisschop
4715         * plugins/check_hpjd.c: line indentation
4717 2003-10-31 04:20  kdebisschop
4719         * plugins/check_load.c: add perfdata
4721 2003-10-31 04:19  kdebisschop
4723         * plugins/check_mrtg.c: add perf data fix bug where stale data
4724           message would get overwritten
4726 2003-10-24 14:28  tonvoon
4728         * plugins/common.h: Ignore __attribute__ for non-GNU compilers
4730 2003-10-24 10:37  tonvoon
4732         * plugins/Makefile.am: Moved config.h to toplevel
4734 2003-10-23 11:24  tonvoon
4736         * lib/Makefile.am: Need to include intl/ for systems without
4737           libintl.h
4739 2003-10-21 17:16  tonvoon
4741         * AUTHORS: Matt Garrett for bug reports
4743 2003-10-21 16:56  tonvoon
4745         * plugins-scripts/check_file_age.pl: - Fixed file name (Matt
4746           Garrett)
4748 2003-10-20 15:03  tonvoon
4750         * configure.in, lib/fsusage.c, lib/mountlist.c: Fix for config.h at
4751           top level. Required for intl/
4753 2003-10-15 20:27  tonvoon
4755         * tools/mail_error: Need to export PATH for sfsnapshot to get
4756           correct GNU toolchain
4758 2003-10-14 04:15  sghosh
4760         * plugins-scripts/check_ifoperstatus.pl: snmpv3 patches
4762 2003-10-14 04:14  sghosh
4764         * plugins-scripts/check_ifstatus.pl:  more snmpv3 patches
4766 2003-10-14 03:40  sghosh
4768         * plugins-scripts/check_ntp.pl: Bug 773588: added check to warn on
4769           matching # candidates only
4771 2003-10-14 03:15  sghosh
4773         * plugins-scripts/check_ifstatus.pl: Added -M for maxmsgsize
4774           (v1/v2c) Added v3 support
4776 2003-09-30 14:54  tonvoon
4778         * plugins/check_swap.c: Fixed logic problem if HAVE_SWAP, but not
4779           on AIX or Solaris. Removed unnecessary ifdefs for help page.
4780           Better indentation for ifdefs
4782 2003-09-29 11:02  tonvoon
4784         * lib/Makefile.am: Missed GNU files for AIX 5.1
4786 2003-09-17 20:16  tonvoon
4788         * AUTHORS: Added authors of obsolete contrib plugins
4790 2003-09-17 20:07  tonvoon
4792         * contrib/maser-oracle.pl: Obsolete from main check_oracle
4794 2003-09-17 20:05  tonvoon
4796         * contrib/aix/: check_crit_dsk, check_dsk, check_ping: Plugins
4797           obsolete from main check_disk and check_ping
4799 2003-09-17 17:33  tonvoon
4801         * lib/strtod.c: Required if strtod not GNU compilant
4803 2003-09-17 17:31  tonvoon
4805         * configure.in, lib/Makefile.am, lib/error.c, lib/error.h,
4806           lib/error.m4, lib/malloc.c, lib/realloc.c, lib/unlocked-io.h,
4807           lib/xalloc.h, lib/xmalloc.c: Support to compile on AIX
4809 2003-09-17 17:15  tonvoon
4811         * plugins/check_load.c: - typo
4813 2003-09-17 10:31  tonvoon
4815         * configure.in, plugins/check_swap.c: Support for check_swap in AIX
4816           (tested on 5.1)
4818 2003-09-17 10:25  tonvoon
4820         * tools/setup: Hide error message if docbook not available
4822 2003-09-16 22:58  tonvoon
4824         * doc/developer-guidelines.sgml: Added in threshold range format
4825           and updated autoconf to 2.54 for a problem on Darwin)
4827 2003-09-16 15:14  tonvoon
4829         * configure.in, plugins/Makefile.am, plugins/check_procs.c: Support
4830           for AIX ps command and cleanup of configure's ps checks
4832 2003-09-16 13:32  tonvoon
4834         * AUTHORS, plugins/common.h: AIX problem with enum TRUE and FALSE
4835           (Ludse Verhoeven)
4837 2003-09-16 12:36  kdebisschop
4839         * tools/sfsnapshot: here-doc format was not correct
4841 2003-09-16 06:45  kdebisschop
4843         * plugins/check_ldap.c: milisecond timing and perfdata, fix NULL
4844           pointer error in validate_arguments
4846 2003-09-15 16:49  tonvoon
4848         * AUTHORS: Contributors to the perfdata discussion
4850 2003-09-15 16:28  tonvoon
4852         * AUTHORS, plugins-scripts/check_mailq.pl: Added Exim support
4853           (768445 - Eric Bollengier)
4855 2003-09-15 15:57  tonvoon
4857         * AUTHORS, plugins/check_nt.c: Option to verify check_nt version
4858           (799098 - Steve Hanselman)
4860 2003-09-15 15:30  tonvoon
4862         * AUTHORS: Jason Burnett for check_disk_smb patch
4864 2003-09-15 15:26  tonvoon
4866         * plugins-scripts/check_disk_smb.pl: Optionally specify port for
4867           smbclient to use (781227 - Jason Burnett)
4869 2003-09-15 06:03  kdebisschop
4871         * plugins/check_http.c: make status code extensible (thanks to
4872           Chris Wilson <chris@netservers.co.uk>)
4874 2003-09-12 12:53  kdebisschop
4876         * AUTHORS: two new additions
4878 2003-09-12 12:51  kdebisschop
4880         * plugins/check_ping.c: *new output format reported by Patrick
4881           Allen <p.allen@brandblue.co.uk>, also move atrribution for
4882           Richard Brodie to thanks file
4884 2003-09-12 12:38  kdebisschop
4886         * plugins/check_ping.c: new output format reported by Patrick Allen
4887           <p.allen@brandblue.co.uk>
4889 2003-09-11 12:50  kdebisschop
4891         * plugins/check_http.c: use prefdata function for size too
4893 2003-09-11 09:02  kdebisschop
4895         * plugins/check_http.c: use prefdata function
4897 2003-09-11 09:02  kdebisschop
4899         * configure.in, plugins/check_swap.c: last changes to configure
4900           broke check_swap on RHLinux. Restore /proc/meminfo check and make
4901           check_swap ifdefs safer
4903 2003-09-04 07:43  kdebisschop
4905         * Makefile.am: change so make-dist works in subdirs
4907 2003-09-03 20:37  tonvoon
4909         * configure.in: Remove df checks and ignore swap checks if no swap
4910           commands found
4912 2003-09-03 20:32  tonvoon
4914         * doc/developer-guidelines.sgml: No named credits in source code
4916 2003-09-03 11:32  tonvoon
4918         * configure.in: Fixed substitution for Tru64's ps format
4920 2003-09-03 07:01  kdebisschop
4922         * plugins/check_dig.c: allow warn/crit times to be floating point
4924 2003-09-03 07:00  kdebisschop
4926         * configure.in, plugins/common.h: include math.h if needed for
4927           HUGE_VAL
4929 2003-09-02 16:04  tonvoon
4931         * plugins/check_procs.c: Solaris requires asprintf checks for null
4932           variables
4934 2003-09-01 21:07  tonvoon
4936         * Makefile.am: Report duplicates in AUTHORS file
4938 2003-09-01 20:43  tonvoon
4940         * doc/developer-guidelines.sgml: Add contributor's name into CVS
4941           comments
4943 2003-08-31 06:24  tonvoon
4945         * .cvsignore, AUTHORS, Makefile.am, THANKS.in: Updated AUTHORS to
4946           include all contributors listed in comments in code and CVS for
4947           plugins and plugins-scripts. Still need to do SF
4949 2003-08-31 06:13  tonvoon
4951         * doc/developer-guidelines.sgml: Updated perf data standard for
4952           warn before crit
4954 2003-08-28 12:56  kdebisschop
4956         * plugins/check_game.c: add perf data
4958 2003-08-28 04:53  kdebisschop
4960         * plugins/check_dns.c: add perf data
4962 2003-08-28 04:53  kdebisschop
4964         * plugins/utils.c: use single quotes per guideline, also quote when
4965           SPC or = are found
4967 2003-08-28 04:22  kdebisschop
4969         * plugins/check_disk.c: add perf data
4971 2003-08-28 04:21  kdebisschop
4973         * plugins/utils.c: suppress quotes in perf data when not needed
4974           (some plugins need the space to keep below line length limit
4976 2003-08-28 04:20  kdebisschop
4978         * plugins/utils.h: add min() macro to complement max()
4980 2003-08-26 12:08  kdebisschop
4982         * plugins/check_dig.c: print perfdata
4984 2003-08-26 11:51  kdebisschop
4986         * plugins/check_fping.c: print perfdata
4988 2003-08-26 11:44  kdebisschop
4990         * plugins/: utils.c, utils.h: function to make perfdata output
4992 2003-08-23 16:07  kdebisschop
4994         * plugins/check_http.c: - found and fixed memory allocation error
4995           in rewritten redir() function
4997 2003-08-23 14:59  kdebisschop
4999         * plugins/check_http.c: - hacked interim fix to segfault on
5000           redirect - for tesing only
5002 2003-08-23 14:58  kdebisschop
5004         * plugins/check_dig.c: - fix various format errors with newly added
5005           perf data
5007 2003-08-23 00:49  kdebisschop
5009         * plugins/check_dig.c: - forgot to declare struct timeval tv for
5010           hires timing
5012 2003-08-22 07:55  kdebisschop
5014         * plugins/check_dig.c: - add perf data for time
5016 2003-08-22 07:22  kdebisschop
5018         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
5019           check_dummy.c, check_fping.c, check_game.c, check_hpjd.c,
5020           check_http.c, check_ide-smart.c, check_ldap.c, check_load.c,
5021           check_mrtg.c, check_mysql.c, check_nagios.c, check_nt.c,
5022           check_nwstat.c, check_overcr.c, check_pgsql.c, check_ping.c,
5023           check_procs.c, check_radius.c, check_real.c, check_smtp.c,
5024           check_snmp.c, check_ssh.c, check_swap.c, check_tcp.c,
5025           check_time.c, check_udp.c, check_ups.c, check_users.c, negate.c,
5026           urlize.c: - bindtextdomain for gettext, a few other smale
5027           cleanups here and there
5029 2003-08-22 05:42  kdebisschop
5031         * plugins/: check_http.c: * bugfix: snprintf of timestamp truncated
5032           '\0'
5034 2003-08-21 19:00  kdebisschop
5036         * plugins/check_http.c: * Check redirections for infinte loops and
5037           limit depth of recursion
5039 2003-08-20 10:54  tonvoon
5041         * plugins/check_time.c: Optionally use udp instead of tcp (Bradley
5042           Baetz - 751646)
5044 2003-08-20 09:31  tonvoon
5046         * contrib/check_wins.pl: Changed netsaint to nagios in use lib
5048 2003-08-19 12:41  kdebisschop
5050         * plugins/check_http.c: *BUGFIX: LWS is not required betwwen
5051           "Location:" header field name and field value
5053 2003-08-19 12:19  kdebisschop
5055         * plugins/check_http.c: *add missing status numbers from RFC 2616
5056           (HTTP1.1)
5058 2003-08-18 12:05  kdebisschop
5060         * plugins/check_ping.c: move error scans to a new separate routine
5061           and scan both stderr and stdio
5063 2003-08-11 20:50  tonvoon
5065         * doc/developer-guidelines.sgml: Performance data guidelines added
5067 2003-08-11 20:43  tonvoon
5069         * tools/sfsnapshot: Fixed building snapshots - cvs update ignores
5070           new directories.  Also do not need to run make
5072 2003-08-10 13:56  kdebisschop
5074         * plugins/utils.c: config.h is redundant (common.h includes it)
5076 2003-08-10 13:48  kdebisschop
5078         * plugins/: check_dns.c, check_smtp.c: perf data in integer
5079           microseconds
5081 2003-08-10 13:12  kdebisschop
5083         * po/: POTFILES.in, de.po, fr.po: first pass at NLS markup done
5085 2003-08-10 13:11  kdebisschop
5087         * plugins-scripts/check_rpc.pl: proposed fix for LANG issue
5089 2003-08-10 07:53  kdebisschop
5091         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
5092           check_fping.c, check_game.c, check_hpjd.c, check_http.c,
5093           check_ldap.c, check_load.c, check_mrtg.c, check_mrtgtraf.c,
5094           check_mysql.c, check_nagios.c, check_nt.c, check_nwstat.c,
5095           check_overcr.c, check_pgsql.c, check_ping.c, check_procs.c,
5096           check_radius.c, check_real.c, check_smtp.c, check_snmp.c,
5097           check_ssh.c, check_swap.c, check_tcp.c, check_time.c,
5098           check_udp.c, check_ups.c, check_users.c, negate.c, popen.c,
5099           urlize.c: the last round of pedantic compiler warnings
5101 2003-08-09 14:37  kdebisschop
5103         * tools/devmode: a little shell script to make it a little easier
5104           to produce  pedantic compiler warnings
5106 2003-08-09 14:36  kdebisschop
5108         * plugins/: check_smtp.c, check_ssh.c, check_tcp.c, check_time.c,
5109           check_udp.c, check_ups.c, check_users.c: more pedantic compiler
5110           warnings
5112 2003-08-09 07:51  undrgrid
5114         * plugins/common.h, po/de.po, po/fr.po: Code clean-up
5116 2003-08-09 07:01  kdebisschop
5118         * plugins/: check_dig.c, check_http.c, check_load.c, check_mrtg.c,
5119           check_mrtgtraf.c, check_nwstat.c, check_overcr.c, check_ping.c,
5120           check_procs.c, check_real.c, utils.c, utils.h: more pedantic
5121           compiler warns
5123 2003-08-09 05:19  kdebisschop
5125         * plugins/check_http.c: more pedantic compiler warns, change to
5126           microsecond output for perf data, add size to perf data
5128 2003-08-09 05:12  kdebisschop
5130         * plugins/: utils.c, utils.h: add function for elapsed tim ein
5131           microseconds
5133 2003-08-09 01:56  kdebisschop
5135         * plugins/check_http.c: more pedantic compiler warnings
5137 2003-08-09 01:41  kdebisschop
5139         * plugins/: check_disk.c, check_dummy.c, popen.c, utils.c, utils.h:
5140           more pedantic compiler warnings
5142 2003-08-08 21:31  kdebisschop
5144         * lib/Makefile.am: include getloadvag.m4 in distrib
5146 2003-08-08 17:49  kdebisschop
5148         * plugins/: check_disk.c, netutils.c, netutils.h: cleanups from
5149           pedantic complier warnings
5151 2003-08-08 17:48  kdebisschop
5153         * plugins/check_nt.c: change if/elseif block to case, general
5154           streamline
5156 2003-08-08 13:14  kdebisschop
5158         * plugins/check_disk.c: fix a variety of compiler warnings about
5159           qualifier discards and other pedantic stuff
5161 2003-08-08 06:09  kdebisschop
5163         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c,
5164           check_snmp.c, utils.c, utils.h: fix a variety of compiler
5165           warnings about qualifier discards and other pedantic stuff
5167 2003-08-08 05:33  kdebisschop
5169         * plugins/: check_by_ssh.c, check_disk.c, check_nt.c, netutils.c,
5170           netutils.h, popen.h, utils.h: fix a variety of compiler warnings
5171           about qualifier discards and other pedantic stuff
5173 2003-08-08 04:51  kdebisschop
5175         * plugins/: check_nt.c, check_smtp.c: markup for translation
5177 2003-08-08 00:17  kdebisschop
5179         * plugins/check_real.c: markup for translation
5181 2003-08-07 13:36  kdebisschop
5183         * plugins/check_procs.c: markup for translation
5185 2003-08-07 13:09  kdebisschop
5187         * plugins/check_load.c: reorder for consistency, restore prototypes
5188           for print_foo, nest #ifdef to avoid pedantic traditional c warn
5190 2003-08-07 13:00  kdebisschop
5192         * plugins/check_snmp.c: reorder for consistency (no code changes)
5194 2003-08-07 12:51  kdebisschop
5196         * plugins/: check_by_ssh.c, check_disk.c, check_dns.c,
5197           check_fping.c, check_game.c, check_http.c, check_mrtg.c,
5198           check_mrtgtraf.c, check_nagios.c, check_nt.c, check_nwstat.c,
5199           check_overcr.c, check_radius.c, check_real.c, check_snmp.c,
5200           check_swap.c, check_tcp.c, check_time.c, negate.c, netutils.c,
5201           popen.c, utils.c, utils.h: replace "terminate" with "die" for
5202           shorter name and better readability
5204 2003-08-07 12:49  kdebisschop
5206         * plugins/check_ping.c: cleanup for better readability
5208 2003-08-07 10:51  kdebisschop
5210         * plugins/check_ping.c: markup for translation
5212 2003-08-07 02:23  kdebisschop
5214         * tools/sfsnapshot: make must be run before make dist to creat
5215           language files
5217 2003-08-06 21:53  tonvoon
5219         * doc/developer-guidelines.sgml: Added in that Nagios plugins are
5220           written to GNU standards
5222 2003-08-06 15:26  kdebisschop
5224         * lib/.cvsignore: ignore ulonglong.m4
5226 2003-08-06 13:13  kdebisschop
5228         * plugins/check_overcr.c: markup for translation, move send_buffer
5229           assignment to process_args so process_tcp_request can be moved
5230           outside the conditional, replace if/esleif with switch, replace
5231           #defines with enum
5233 2003-08-06 13:11  kdebisschop
5235         * plugins/check_nwstat.c: markup for translation
5237 2003-08-05 20:20  tonvoon
5239         * doc/developer-guidelines.sgml: Added dev platform requirements
5241 2003-08-05 12:53  kdebisschop
5243         * plugins/check_ssh.c: markup for translation
5245 2003-08-05 10:56  stanleyhopcroft
5247         * contrib/check_mssql.sh: Version 2.0 of MS SQL server plugin
5248           (contrib/check_mssql.sh) from T De Blende.
5250 2003-08-04 12:38  kdebisschop
5252         * plugins/: check_users.c, urlize.c: markup for translation
5254 2003-08-04 09:13  kdebisschop
5256         * plugins/: check_time.c, check_udp.c: markup for translation
5258 2003-08-04 08:42  kdebisschop
5260         * plugins/: check_ldap.c, check_nagios.c, check_radius.c,
5261           check_udp.c, check_ups.c, negate.c: markup for translation
5263 2003-08-03 15:24  kdebisschop
5265         * plugins/: check_ldap.c, check_mrtg.c, check_mrtgtraf.c: markup
5266           for translation
5268 2003-08-03 07:19  kdebisschop
5270         * plugins/check_load.c: markup for translation
5272 2003-08-03 07:05  kdebisschop
5274         * plugins/: check_http.c, check_ldap.c, check_tcp.c: markup for
5275           translation
5277 2003-08-03 07:03  kdebisschop
5279         * plugins/: Makefile.am, check_ide-smart.c: markup for translation,
5280           use common.h, fix problems compiling
5282 2003-08-03 07:02  kdebisschop
5284         * plugins/check_ldap.c: markup for translation
5286 2003-08-03 01:01  kdebisschop
5288         * plugins/check_http.c: markup for translation
5290 2003-08-02 23:19  kdebisschop
5292         * plugins/check_hpjd.c: markup for translation
5294 2003-08-02 23:08  kdebisschop
5296         * plugins/check_mysql.c: markup for translation
5298 2003-08-02 23:06  kdebisschop
5300         * plugins/: check_fping.c, check_game.c, check_mysql.c,
5301           check_snmp.c, utils.h: markupf for translation
5303 2003-08-02 19:22  kdebisschop
5305         * plugins/: utils.c, utils.h: ifdef so utils.h can be header for
5306           utils.c
5308 2003-08-02 19:22  kdebisschop
5310         * plugins/: check_fping.c, check_snmp.c: markup for translation
5312 2003-08-02 17:42  kdebisschop
5314         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
5315           check_dummy.c, check_pgsql.c, check_swap.c, check_tcp.c, utils.h:
5316           establish "UT_" namespace for usage text in #defines
5318 2003-08-02 17:42  kdebisschop
5320         * plugins/check_snmp.c: markup for translation
5322 2003-08-02 06:30  kdebisschop
5324         * plugins/check_dns.c: restore informative output that was lost in
5325           previous bug fix
5327 2003-08-02 00:56  kdebisschop
5329         * plugins/check_dns.c: terminate in error_scan() so meaningfull
5330           errors can be sent
5332 2003-08-01 07:04  kdebisschop
5334         * plugins/check_dummy.c: mark for transaltion
5336 2003-08-01 07:03  kdebisschop
5338         * plugins/check_dns.c: do not translate the strings that will be
5339           compared to utility output - LC_ALL is set to C so those strings
5340           should be untranslated regardless of the system settings
5342 2003-08-01 07:01  kdebisschop
5344         * plugins/popen.c: set LC_ALL to C in execve environemnt
5346 2003-08-01 03:11  kdebisschop
5348         * plugins/: Makefile.am: 'ln -f -s ...' is not reliable/portable.
5349           Use 'rm -f ...; ln -s ...'
5351 2003-07-31 13:06  kdebisschop
5353         * plugins/check_dns.c: mark for translation (note problem here - it
5354           relies on tranalation in underlying utility, which has a high
5355           chance of failing)
5357 2003-07-31 12:02  kdebisschop
5359         * plugins/: utils.h, check_disk.c: mark for translation
5361 2003-07-30 12:39  kdebisschop
5363         * plugins/check_by_ssh.c: mark up for translation
5365 2003-07-30 05:07  kdebisschop
5367         * plugins/: check_dig.c, check_pgsql.c, check_swap.c, check_tcp.c,
5368           utils.h: markup for translation
5370 2003-07-29 12:58  kdebisschop
5372         * plugins/: check_pgsql.c, check_swap.c, check_tcp.c: mark for
5373           translation
5375 2003-07-29 12:57  kdebisschop
5377         * plugins/utils.h: some shared text for internationalized help text
5379 2003-07-29 06:49  kdebisschop
5381         * plugins/utils.c: clean up warnings about ill-formed comment and
5382           string concatenation
5384 2003-07-29 06:43  kdebisschop
5386         * .cvsignore, ChangeLog, README, configure.in, lib/Makefile.am:
5387           bump to gettext 0.11.5 and cleanup GNU toolchain
5389 2003-07-29 06:38  kdebisschop
5391         * ABOUT-NLS, INSTALL: get from GNU files instead of storing in CVS
5393 2003-07-29 06:03  kdebisschop
5395         * tools/setup: move autopoint to start of gnu toolchain setup use
5396           --force-missing instead on manually copying files  (manual
5397           process was broken on RedHat, and we should expect automake to do
5398           its job right anyway)
5400 2003-07-29 04:06  kdebisschop
5402         * configure.in: look for getloadavg.c in $topdir/lib, not
5403           $srcdir/lib
5405 2003-07-29 04:04  kdebisschop
5407         * plugins/: check_http.c: patch attempt to reference undefined
5408           optarg (credit Paul Farrall)
5410 2003-07-29 04:03  kdebisschop
5412         * configure.in: look for getloadavg.c in $topdir/lib, not
5413           $srcdir/lib
5415 2003-07-28 12:36  tonvoon
5417         * configure.in: - Specify srcdir so no confusion
5419 2003-07-28 12:34  tonvoon
5421         * configure.in, lib/getloadavg.m4: Fixes Redhat 6.2 compiles for
5422           getloadavg.o
5424 2003-07-28 12:30  tonvoon
5426         * configure.in, lib/getloadavg.m4: Readded getloadavg.m4 as using
5427           autoconf 2.50+. This fixes redhat 6.2 compiles
5429 2003-07-26 13:15  kdebisschop
5431         * plugins/check_pgsql.c: mark for translation
5433 2003-07-26 13:13  kdebisschop
5435         * plugins/common.h: add S_ macor to mark message for both
5436           translation and inclusion into docbook SGML
5438 2003-07-26 06:29  kdebisschop
5440         * po/: de.po, fr.po: updated check_tcp
5442 2003-07-26 06:25  kdebisschop
5444         * plugins/check_tcp.c, po/ChangeLog: internationalization
5446 2003-07-26 06:17  kdebisschop
5448         * po/.cvsignore, intl/.cvsignore, lib/.cvsignore: skip gettext
5449           files
5451 2003-07-26 05:33  kdebisschop
5453         * lib/: Makefile.am: checkins for internationalization
5455 2003-07-26 05:25  kdebisschop
5457         * po/Makevars: checkins for internationalization
5459 2003-07-26 05:17  kdebisschop
5461         * lib/gettext.h: checkins for internationalization
5463 2003-07-26 05:14  kdebisschop
5465         * tools/setup: checkins for internationalization
5467 2003-07-26 05:09  kdebisschop
5469         * configure.in, ABOUT-NLS, po/de.po, po/fr.po: checkins for
5470           internationalization
5472 2003-07-26 05:06  kdebisschop
5474         * .cvsignore, ChangeLog, Makefile.am, configure.in,
5475           nagios-plugins.spec.in, lib/Makefile.am, plugins/Makefile.am,
5476           plugins/check_tcp.c, plugins/common.h, plugins/utils.c,
5477           po/LINGUAS, po/POTFILES.in, tools/setup: checkins for
5478           internationalization
5480 2003-07-21 13:06  kdebisschop
5482         * plugins/common.h: add stubs to allow markup for translation
5484 2003-07-21 12:53  kdebisschop
5486         * configure.in, plugins/common.h: test GNU_SOURCE and include
5487           features.h if present to clear warning about asprintf definition
5489 2003-07-20 15:40  kdebisschop
5491         * doc/developer-guidelines.sgml: must use '&amp;' in attribute
5492           values instead of '&' id tokens (attibute values) must not have
5493           embedded spaces
5495 2003-07-20 15:01  kdebisschop
5497         * nagios-plugins.spec.in: was needed for build on RH9
5499 2003-07-17 13:14  tonvoon
5501         * plugins-scripts/check_oracle.sh: - Cleanup comments
5503 2003-07-17 10:35  tonvoon
5505         * doc/developer-guidelines.sgml: Guidelines updated to use
5506           Sourceforge tracker system
5508 2003-07-11 23:20  tonvoon
5510         * doc/developer-guidelines.sgml: - Fixed CVS commit comments
5512 2003-07-11 14:06  tonvoon
5514         * doc/developer-guidelines.sgml: Added in practice of prefixing
5515           comments in CVS commits
5517 2003-07-11 07:30  kdebisschop
5519         * ChangeLog: Auto Update from CVS (includes both stabel and devel -
5520           ugh)
5522 2003-07-11 07:12  kdebisschop
5524         * configure.in, plugins/Makefile.am: link check_spop and
5525           check_simap if ssl libs are compiled into check_tcp
5527 2003-07-04 11:42  kdebisschop
5529         * configure.in, plugins/Makefile.am: only make links for check_spop
5530           and check_simap when SSL is built into check_tcp
5532 2003-07-03 17:49  tonvoon
5534         * plugins/check_procs.c: Fixed seg fault on some Sol 7/8 servers
5535           (Patch 764745 - Alexander Matey)
5537 2003-07-03 16:00  tonvoon
5539         * tools/setup: Changing $() to `` to be compatible with Solaris' sh
5541 2003-07-03 04:23  kdebisschop
5543         * autogen.sh, tools/setup: mv GNU toolchain check into tools/setup
5545 2003-07-03 04:19  kdebisschop
5547         * plugins/utils.c: remove LABELLEN
5549 2003-07-02 17:20  tonvoon
5551         * plugins-scripts/: check_oracle.sh: Check for ORA- errors for
5552           tablespace and cache (patch 755456 - Sven Meyer)
5554 2003-07-02 16:57  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:52  tonvoon
5561         * plugins-scripts/check_disk_smb.pl: Update error message from
5562           smbclient v2.2.7 (Patch 740132 - Cove Schneider)
5564 2003-07-02 16:01  tonvoon
5566         * contrib/check_file_age.pl, plugins-scripts/.cvsignore,
5567           plugins-scripts/Makefile.am, plugins-scripts/check_file_age.pl,
5568           plugins-scripts/subst.in: Moving check_file_age into core
5570 2003-07-02 15:39  tonvoon
5572         * configure.in: Fixed SUPPORT message
5574 2003-07-01 10:27  tonvoon
5576         * plugins/check_disk.c: Fix for large filesystems > 3TB (Stuart
5577           Webster)
5579 2003-06-30 20:47  undrgrid
5581         * plugins/: check_http.c, check_ldap.c, check_smtp.c: Added -4 and
5582           -6 command line options into check_http, check_ldap and
5583           check_smtp
5585 2003-06-30 19:52  undrgrid
5587         * plugins/: check_ping.c, check_ssh.c, check_tcp.c, netutils.c:
5588           Corrections to get code to compile on systems without IPv6
5589           support
5591 2003-06-30 19:52  undrgrid
5593         * plugins/Makefile.am: Added check_simap & check_spop to
5594           check_tcp_programs If someone knows how to make this conditional
5595           in the Makefile only if being compiled with SSL I think this is
5596           the only way to make it better
5598 2003-06-30 18:02  tonvoon
5600         * plugins/check_disk.c: Fixed support for "check_disk warn crit
5601           [path]" with thresholds at used levels
5603 2003-06-29 20:54  undrgrid
5605         * configure.in, plugins/check_ldap.c: Included patch for check_ldap
5606           from Patch #753621 by Ziya Suzen
5608 2003-06-29 20:22  undrgrid
5610         * plugins/: check_ping.c, check_tcp.c: Changed usage output to show
5611           -4 and -6 are mutually exclusive. You can only      use one or
5612           the other but not both. The last one used will win out.
5614 2003-06-29 20:17  undrgrid
5616         * plugins/: check_ping.c, netutils.c: check_ping is now coded with
5617           -4 & -6 options to call PING or PING6 command netutils modified
5618           to verify hosts based on address_family setting when used    with
5619           -4 or -6 options. is_inet_addr() will not be tested if -6 is
5620           used and is_inet6_addr() will not be tested if -4 is used. Also
5621           the     is_hostname() will use the address_family value to
5622           resolve hostnames    only if IPv6 support is available otherwise
5623           defaults to AF_INET.
5625 2003-06-29 07:36  undrgrid
5627         * plugins/: check_ssh.c, check_tcp.c, netutils.c, netutils.h: Added
5628           address_family extern int variable to netutils to allow for -4 &
5629           -6         options for explicit connection protocol Added support
5630           for -4 & -6 options to check_ssh and check_tcp for testing
5632 2003-06-29 03:18  tonvoon
5634         * plugins/check_nwstat.c: Added NLM test (Phil Randal)
5636 2003-06-29 02:52  tonvoon
5638         * plugins/check_swap.c: Corrected reported size for PROC_MEMINFO
5639           systems
5641 2003-06-29 02:36  tonvoon
5643         * tools/sfwebcron: Fixed so goes to correct web area
5645 2003-06-29 02:07  tonvoon
5647         * tools/sfwebcron: New tool to run on shell.sf.net to update the
5648           dev guidelines
5650 2003-06-29 01:58  tonvoon
5652         * doc/makefile: Fixed makefile
5654 2003-06-27 19:47  undrgrid
5656         * plugins/netutils.c: Modified my_connect to include ai_socktype in
5657           the hints to be compliant with RFC3493 as pointed out by Janos
5658           Mohacsi.
5660 2003-06-27 15:43  tonvoon
5662         * configure.in, plugins/check_swap.c: Support for swap -s for
5663           solaris. Also changes size of swap to MBs through a conversion
5664           amount in configure. Possible breakage on other OSes
5666 2003-06-27 13:04  tonvoon
5668         * doc/makefile: Remove if which check - done in tools/setup instead
5670 2003-06-27 11:30  tonvoon
5672         * tools/setup: Fiddling as Solaris' which command is broken
5674 2003-06-27 00:33  tonvoon
5676         * plugins/check_disk.c: Fixed different thresholds if using exclude
5677           lists
5679 2003-06-25 16:43  tonvoon
5681         * plugins/check_disk.c: Support for different thresholds for
5682           different filesystems
5684 2003-06-25 14:38  tonvoon
5686         * plugins/check_disk.c: Removed -d option and just check against -p
5687           parameter
5689 2003-06-25 14:28  tonvoon
5691         * plugins/check_disk.c: Report errors if path specified not found
5693 2003-06-25 14:16  tonvoon
5695         * plugins/check_disk.c: Problems compiling on SunOS 5.6 with gcc
5696           2.8.1. Fixed by specifying floating variables, rather than
5697           letting asprintf work it out
5699 2003-06-25 13:38  tonvoon
5701         * plugins/check_disk.c: Returns critical if fs missing. Only works
5702           for single fs specified in -p, otherwise will return warning as
5703           before (reported by Jim Carroll)
5705 2003-06-21 06:49  kdebisschop
5707         * plugins/Makefile.am: soalris 8 needs 'ln -s -f' instead of 'ln
5708           -sf'
5710 2003-06-21 06:48  kdebisschop
5712         * plugins/Makefile.am: solaris 8 needs 'ln -s -f' instead of 'ln
5713           -sf'
5715 2003-06-21 06:31  kdebisschop
5717         * plugins/check_http.c: fix character class for URI_PATH and
5718           URI_PORT
5720 2003-06-21 06:23  kdebisschop
5722         * plugins/check_http.c: add remaining URI_PATH chars per RFC 2396
5723           remove '-' from URI_PORT
5725 2003-06-12 05:44  undrgrid
5727         * command.cfg.in: Renamed duplicate check_snmp command definitions
5728           to be unique
5730 2003-06-12 05:14  undrgrid
5732         * command.cfg.in, configure.in: Made the two check_ifoperstatus
5733           commands unique to remove conflicts
5735 2003-06-11 11:41  kdebisschop
5737         * plugins/check_http.c: fix URI_PATH to allow ?&#: (more still
5738           should be allowed) fix class to be POSIX compliant
5740 2003-06-11 11:39  kdebisschop
5742         * plugins/check_http.c: character classes were wrong for URI_PATH
5743           etc: 1) must include ?&#; for PATH 2) POSIX states "If a '-' is
5744           in the scanlist and is not the first character, nor the second
5745           where the first character is a '^' , nor the last character, the
5746           behavior is implementation-defined"
5748 2003-06-10 06:04  kdebisschop
5750         * contrib/urlize.pl: add comment about shell quote removal to
5751           address
5752           https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597
5754 2003-06-10 06:02  kdebisschop
5756         * plugins/urlize.c: add note about shell quote removal to address
5757           https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597
5759 2003-06-10 05:55  kdebisschop
5761         * contrib/urlize.pl: add comment relating to
5762           https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597
5764 2003-06-10 05:53  kdebisschop
5766         * plugins/urlize.c: add note about effect of shell quote handling
5767           to address
5768           https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597
5770 2003-06-08 23:39  tonvoon
5772         * configure.in: Fixed quoting on SWAP_FORMAT
5774 2003-06-08 23:22  tonvoon
5776         * configure.in: Support for OpenBSD 3.2 & 3.3 ps (Julien Touche)
5778 2003-06-07 01:46  sghosh
5780         * plugins/check_real.c: \r\n patch from Mathias
5782 2003-06-07 01:36  sghosh
5784         * plugins/check_real.c: \r\n patch from Mathias
5786 2003-06-05 00:09  tonvoon
5788         * configure.in: Display ps command used
5790 2003-06-04 23:56  tonvoon
5792         * configure.in: Stupid bug - what happens when you don't bother
5793           testing
5795 2003-06-04 23:37  tonvoon
5797         * configure.in: Support for OpenBSD 3.2 & 3.3 ps (Julien Touche)
5799 2003-06-04 23:17  tonvoon
5801         * plugins/check_disk.c: Argument to asprintf in wrong order
5803 2003-06-04 22:17  tonvoon
5805         * pkg/solaris/solpkg: Remove /usr as well. Maybe this is best done
5806           by changing BASEDIR to configure's prefix?
5808 2003-06-02 15:46  kdebisschop
5810         * plugins/check_tcp.c: finish recv() loop when stream GT or EQ
5811           maxbytes (was GT)
5813 2003-06-02 15:43  kdebisschop
5815         * plugins/check_tcp.c: finish recv() loop when stream GT or EQ
5816           maxbytes (was GT)
5818 2003-06-01 06:38  kdebisschop
5820         * plugins/check_tcp.c: typos in doco
5822 2003-06-01 06:38  kdebisschop
5824         * plugins/check_tcp.c: allow user to limit number of bytes fetched
5825           fix some doco (wait is now delay, server_quit was not shown)
5827 2003-06-01 06:19  kdebisschop
5829         * plugins/check_tcp.c: allow user to limit the number of bytes to
5830           be fetched
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:39  kdebisschop
5839         * plugins/check_dns.c: first revised patch failed to trap the
5840           "break" in while()
5842 2003-05-31 15:22  kdebisschop
5844         * plugins/check_dns.c: typo in args to terminate
5846 2003-05-31 15:04  kdebisschop
5848         * plugins/check_dns.c: trap null or empty returns from nslookup
5850 2003-05-27 14:10  stanleyhopcroft
5852         * contrib/check_sap.sh: check_sap.sh plugin to check SAP /R3
5853           servers from Karel Salavec and Tom De Blende.
5855 2003-05-26 11:09  stanleyhopcroft
5857         * contrib/: check_axis.sh, check_mssql.sh: Revisions to Tom De
5858           Blende contributed plugins: check_axis.sh and check_mssql.sh
5860 2003-05-18 00:07  tonvoon
5862         * plugins/t/: check_ftp.t: Fixed test (Mathew Ericson - 738609)
5864 2003-05-17 18:58  tonvoon
5866         * plugins/t/: check_load.t: Fixed tests (Mathew Ericson - 738607)
5868 2003-05-17 18:50  tonvoon
5870         * plugins/t/check_procs.t: Fixed test commands (Mathew Ericson -
5871           738605)
5873 2003-05-17 18:46  tonvoon
5875         * plugins/t/check_procs.t: Fixed test commands (Mathew Ericson -
5876           738605)
5878 2003-05-17 18:38  tonvoon
5880         * plugins/t/: check_http.t: Fixed tests (Mathew Ericson - 738608)
5882 2003-05-17 18:36  tonvoon
5884         * plugins/t/check_tcp.t: Fixed tests (Mathew Ericson - 738604) CV:
5885           ----------------------------------------------------------------------
5887 2003-05-17 18:33  tonvoon
5889         * plugins/t/check_tcp.t: Fixed tests (Mathew Ericson - 738604)
5891 2003-05-16 18:32  sghosh
5893         * plugins-scripts/: check_ntp.pl: bug fix
5895 2003-05-15 00:17  tonvoon
5897         * plugins/negate.c: Added examples
5899 2003-05-14 22:59  tonvoon
5901         * plugins-scripts/check_mailq.pl: Added postfix support (Thomas
5902           Nilsen - 735218)
5904 2003-05-14 22:51  tonvoon
5906         * plugins/check_nwstat.c: Added DSVER and UPTIME checks (Phil
5907           Randal - 737617)
5909 2003-05-14 22:49  tonvoon
5911         * pkg/solaris/solpkg: Typo
5913 2003-05-14 22:44  tonvoon
5915         * doc/.cvsignore: Ignore developer-guidelines.html as generated
5916           from docbook
5918 2003-05-14 22:39  tonvoon
5920         * Makefile.am, pkg/solaris/pkginfo.in, pkg/solaris/solpkg: Remove
5921           dependency on gnu make
5923 2003-05-14 00:20  tonvoon
5925         * doc/developer-guidelines.sgml: Updated docs to include comments,
5926           contrib->main, getopts_long and verbose output levels
5928 2003-05-13 23:23  tonvoon
5930         * tools/sfsnapshot: Calls tools/setup and creates a README for the
5931           snapshot directory
5933 2003-05-13 23:03  tonvoon
5935         * doc/developer-guidelines.html, doc/makefile, tools/setup: The
5936           developer-guidelines.html file is now generated from the sgml
5937           file by docbook2html at tools/setup time
5939 2003-05-13 13:14  stanleyhopcroft
5941         * contrib/tarballs/hopcroft-plugins.tar.gz: Removed
5942           contrib/tarballs/hopcroft-plugins.tar.gz. This is archaic,
5943           anachronistic, unmaintained and humblingly embarrassing.
5945 2003-05-13 13:13  stanleyhopcroft
5947         * contrib/check_mssql.sh: check_mssql.sh. A new plugin from Mr T DE
5948           BLENDE to check MS SQLServer databases.
5950 2003-05-09 04:22  kdebisschop
5952         * plugins/check_http.c: fix error when server closes connection
5953           immediately
5955 2003-05-09 04:22  kdebisschop
5957         * plugins/check_http.c: fix error when server closes connection
5958           immediately
5960 2003-05-09 03:59  kdebisschop
5962         * plugins/: check_snmp.c: cause snmpget try try for 1 second less
5963           than the timeout (allowing plugin to force close if needed)
5965 2003-05-07 19:01  undrgrid
5967         * plugins/check_ping.c: Modified check_ping to handle IPv6 as well
5968           as IPv4 ICMP checks using the PING6_COMMAND determined during the
5969           configure script execution. As USE_IPV6 may be defined and
5970           PING6_COMMAND is not defined if there is not IPv6 TCP stack
5971           available when configure is run I condition it off PING6_COMMAND
5972           existing to remove build errors for being undefined.
5974 2003-04-25 10:05  sghosh
5976         * plugins-scripts/: check_ntp.pl: corrected output units
5978 2003-04-23 05:57  kdebisschop
5980         * plugins/: check_http.c, utils.c: update to RFC1123 hostname specs
5982 2003-04-17 06:56  kdebisschop
5984         * nagios-plugins.spec.in: add check_nt, drop check_vsz
5986 2003-04-17 06:55  kdebisschop
5988         * plugins/: check_dig.c, check_tcp.c, check_users.c: code cleanup
5989           to clear strict compiler warnings
5991 2003-04-17 06:36  kdebisschop
5993         * plugins/: check_dig.c, check_tcp.c, netutils.c: code cleanup to
5994           clear strict compiler warnings
5996 2003-04-16 16:31  sghosh
5998         * plugins/check_real.c: old behavior - no stream check unless -u
6000 2003-04-16 16:06  sghosh
6002         * plugins/check_real.c: reset to old behavior of not checking
6003           stream by default
6005 2003-04-13 05:49  sghosh
6007         * plugins/check_hpjd.c: reduce compiler warning between gcc3 and
6008           gcc2.96
6010 2003-04-13 05:28  sghosh
6012         * configure.in: update for check_mailq - qmail support
6014 2003-04-13 05:25  sghosh
6016         * plugins-scripts/utils.pm.in: update for check_mailq - qmail
6017           support
6019 2003-04-13 05:23  sghosh
6021         * plugins-scripts/check_mailq.pl: Added sendmail multi-queue
6022           support (Canau), merged qmail support (Schmid)
6024 2003-04-12 01:02  tonvoon
6026         * plugins/check_procs.c: Match -a STRING anywhere in ps args
6027           (Laurent Vaslin - 719783)
6029 2003-04-12 00:47  tonvoon
6031         * plugins/check_procs.c: Match -a STRING anywhere in ps args
6032           (Laurent Vaslin - 719783)
6034 2003-04-11 23:36  sghosh
6036         * plugins-scripts/check_ifstatus.pl: added feature -u (list of
6037           unused ifIndex)
6039 2003-04-11 23:09  sghosh
6041         * plugins-scripts/check_ifstatus.pl: bug 691412, added feature -x
6042           (list of excluded ifTypes)
6044 2003-04-11 19:44  sghosh
6046         * plugins/check_hpjd.c: patch 698384 - order of args to snmpget +
6047           print a bit of stderr
6049 2003-04-11 17:27  sghosh
6051         * plugins/check_hpjd.c: patch 698384 - order of args to snmpget
6053 2003-04-09 04:46  kdebisschop
6055         * plugins/: check_http.c, check_hpjd.c, check_nt.c: cleanup to
6056           suppress various strict compiler warnings
6058 2003-04-09 04:44  kdebisschop
6060         * plugins/common.h: rewrite #elif to be compatible with traditional
6061           C
6063 2003-04-09 03:09  kdebisschop
6065         * plugins/Makefile.am: check_game needs popen.c now
6067 2003-04-08 21:49  tonvoon
6069         * plugins/: check_nt.c, check_hpjd.c: Changed // to /* */ comments
6070           as some compilers do not like them
6072 2003-04-08 21:38  tonvoon
6074         * command.cfg.in: Updated command for new check_procs
6076 2003-04-08 21:37  tonvoon
6078         * plugins/: check_hpjd.c, check_nt.c: Changed // to /* */ comments
6079           as some compilers do not like them
6081 2003-04-08 01:00  stanleyhopcroft
6083         * contrib/check_axis.sh: check_axis.sh (Axis 5xx print servers)
6084           from Tom De Blende
6086 2003-04-08 00:40  tonvoon
6088         * plugins/check_procs.c: Fixed zombie processes
6090 2003-04-08 00:16  tonvoon
6092         * configure.in: Missed some PS_FORMAT strings
6094 2003-04-07 23:53  tonvoon
6096         * configure.in, plugins/Makefile.am, plugins/check_nagios.c,
6097           plugins/check_procs.c, plugins/check_vsz.c: Souped up check_procs
6098           with different metrics
6100 2003-04-07 22:23  tonvoon
6102         * plugins/check_snmp.c: Removed unnecessary array for AIX compile
6103           (reported by Alwyn Cherrington)
6105 2003-04-07 22:21  tonvoon
6107         * plugins/check_snmp.c: Removed unnecessary regex array
6109 2003-04-07 12:39  kdebisschop
6111         * plugins/check_http.c: ste timeout one second greater than
6112           critical time
6114 2003-04-07 12:38  kdebisschop
6116         * plugins/check_game.c: had been grandfathered ibto core, finally
6117           use normal getopts, add options for player, max-player array
6118           positions
6120 2003-04-03 22:21  tonvoon
6122         * plugins-scripts/check_oracle.sh: Cleaned up cache output
6124 2003-04-01 23:24  tonvoon
6126         * plugins-scripts/check_oracle.sh: Fixed sqlplus calls and
6127           rearranged parameters for --tablespace & --cache
6129 2003-04-01 05:00  kdebisschop
6131         * configure.in: remove PATH_PROG call for autoconf/automake
6132           components
6134 2003-03-31 13:49  kdebisschop
6136         * plugins/check_disk.c: checkpoint  supresses iso9660  adds option
6137           for checking only local  adds choice of scale factor
6139 2003-03-27 22:53  tonvoon
6141         * plugins/check_nwstat.c: Extra Netware checks (Patch 710247 -
6142           Dietmar Ruzicka)
6144 2003-03-26 05:37  tonvoon
6146         * configure.in: ipv6 check requires unistd.h for Darwin
6148 2003-03-26 03:57  tonvoon
6150         * configure.in, plugins/check_procs.c: Removal of ps_raw and
6151           ps_vars
6153 2003-03-26 03:39  tonvoon
6155         * plugins/check_nagios.c: Uses same ps command as check_procs
6157 2003-03-25 06:33  kdebisschop
6159         * .cvsignore: subst is no longer used
6161 2003-03-24 19:05  undrgrid
6163         * .cvsignore, Makefile.am: Better stripping of prefix for Solaris
6164           package install needs to remove       /usr/local as package
6165           installs there by default
6167 2003-03-24 17:44  undrgrid
6169         * Makefile.am, pkg/solaris/.cvsignore, pkg/solaris/pkginfo.in,
6170           plugins/check_disk.c: Minor changes to build for Solaris packages
6172 2003-03-24 16:23  tonvoon
6174         * plugins/check_procs.c: Use max_state
6176 2003-03-24 02:57  tonvoon
6178         * tools/: mail_error, sfsnapshot: PATH set in correct place and
6179           extra comments
6181 2003-03-24 02:44  tonvoon
6183         * tools/: mail_error, sfsnapshot: Bug fixes
6185 2003-03-24 02:21  tonvoon
6187         * tools/mail_error: Sends email if non-zero return code from
6188           command
6190 2003-03-24 02:19  tonvoon
6192         * tools/sfsnapshot: Error code depending on number of files
6193           generated
6195 2003-03-24 01:18  tonvoon
6197         * lib/ls-mntd-fs.m4: Using coreutils 4.5.11 version to fix Darwin
6198           problem
6200 2003-03-24 00:40  tonvoon
6202         * REQUIREMENTS: Add NSClient requirement for check_nt
6204 2003-03-24 00:39  tonvoon
6206         * plugins/check_nt.c: Reference to web site to get NSClient
6208 2003-03-24 00:26  tonvoon
6210         * plugins/check_nt.c: Reference to web site to get NSClient
6212 2003-03-23 07:01  undrgrid
6214         * Makefile.am, autogen.sh, configure.in, lib/Makefile.am,
6215           pkg/solaris/pkginfo.in, pkg/solaris/solpkg: Solaris package build
6216           system
6218 2003-03-23 06:20  kdebisschop
6220         * plugins/check_disk.c: can once again exclude indiviual
6221           path/partitions
6223 2003-03-23 06:11  kdebisschop
6225         * plugins/check_disk.c: add -X to exclude FS type, now works with
6226           more than one path/dev specified
6228 2003-03-22 13:23  kdebisschop
6230         * plugins/utils.c: declaration must precede printf
6232 2003-03-21 20:21  tonvoon
6234         * configure.in: Stupid bug!
6236 2003-03-21 14:08  kdebisschop
6238         * plugins/check_disk.c: checkpoint, allows selecting devices and
6239           paths now
6241 2003-03-21 14:04  kdebisschop
6243         * configure.in: instructions for posting plugin version number
6245 2003-03-19 23:44  kdebisschop
6247         * plugins/check_by_ssh.c: allow to specify -1 and -2 for protocol
6248           version
6250 2003-03-19 22:42  tonvoon
6252         * configure.in: Tru64 df support (Paul Clayton)
6254 2003-03-19 13:01  kdebisschop
6256         * plugins/: utils.c, utils.h: make state_text a function
6258 2003-03-19 12:59  kdebisschop
6260         * lib/mountlist.c, plugins/check_disk.c: check_disk working with
6261           mountlist.c
6263 2003-03-19 02:28  kdebisschop
6265         * Makefile.am, configure.in: subst.* was replaced by dist-hook
6267 2003-03-19 02:27  kdebisschop
6269         * subst.in, subst.sh: these were replaced by dist-hook
6271 2003-03-18 15:18  kdebisschop
6273         * configure.in: running the AFS macro causes newer AC/AM to barf
6275 2003-03-18 09:02  kdebisschop
6277         * configure.in: afs checking
6279 2003-03-18 08:50  kdebisschop
6281         * lib/: ls-mntd-fs.m4, afs.m4: use AC_DEFINE_UNQOUTED
6283 2003-03-18 08:47  kdebisschop
6285         * lib/ls-mntd-fs.m4: stop warning on autoheader 2.13
6287 2003-03-18 07:57  kdebisschop
6289         * plugins/: netutils.c, netutils.h: common.h was doubly included
6291 2003-03-18 07:57  kdebisschop
6293         * plugins/common.h: use enum instead of define, remove some cruft
6294           from old snprintf implementation
6296 2003-03-18 07:48  kdebisschop
6298         * configure.in, lib/Makefile.am, plugins/check_disk.c: use GNU
6299           fileutils for check_disk
6301 2003-03-18 07:47  kdebisschop
6303         * lib/: afs.m4, fstypename.m4, fsusage.c, fsusage.h, fsusage.m4,
6304           ls-mntd-fs.m4, mountlist.c, mountlist.h: from GNU fileutils for
6305           check_disk
6307 2003-03-17 22:22  tonvoon
6309         * plugins-scripts/: check_oracle.sh: Allow default Oracle home from
6310           oratab (reported by Walbert Oberngruber)
6312 2003-03-16 23:54  undrgrid
6314         * configure.in: Modified to automatically enable getaddrinfo
6315           emulation if lwres is not used and getaddrinfo is not found in
6316           the system.
6318 2003-03-16 23:28  undrgrid
6320         * plugins/: check_tcp.c, netutils.c, netutils.h: Applied patch
6321           #660973 for tcp refusals
6323 2003-03-15 01:28  undrgrid
6325         * configure.in: Left over debug define
6327 2003-03-15 01:25  undrgrid
6329         * configure.in, lib/Makefile.am, lib/getaddrinfo.c,
6330           lib/getaddrinfo.h, lib/gethostbyname.c, lib/gethostbyname.h,
6331           plugins/Makefile.am, plugins/getaddrinfo.c,
6332           plugins/getaddrinfo.h, plugins/gethostbyname.c,
6333           plugins/gethostbyname.h, plugins/netutils.c, plugins/netutils.h,
6334           plugins/utils.c, plugins/utils.h: Spent the day working on
6335           backwards compatability using getaddrinfo() Moved getaddrinfo.?
6336           and gethostbyname.? from lib/ to plugins/ due to problems with
6337           compiling into the libnagiosplug.a as it required linking against
6338           socket libraries which are unneeded except for network based
6339           plugins.  This code should hopefully happily work for all systems
6340           and has been tested prior to commit on Debian GNU/Linux, SPARC
6341           Solaris 7 and SPARC Solaris 9.
6343 2003-03-14 13:28  kdebisschop
6345         * plugins-scripts/check_ntp.pl: add timeout, fix taint chacking
6346           diom
6348 2003-03-13 22:20  undrgrid
6350         * .cvsignore, configure.in, lib/Makefile.am: Working out issues
6351           with getaddrinfo emulation build environment
6353 2003-03-13 21:14  tonvoon
6355         * plugins/: check_dns.c, check_http.c, check_tcp.c: Strip leading
6356           spaces in perf data
6358 2003-03-13 21:10  tonvoon
6360         * plugins/check_smtp.c: Perf data without leading spaces and fix
6361           ANSI C complaint about \n
6363 2003-03-13 20:33  tonvoon
6365         * plugins/check_tcp.c: Fix compiler warnings re progname
6367 2003-03-13 06:52  undrgrid
6369         * depcomp: Removed auto-tools script that automake adds
6371 2003-03-13 06:51  undrgrid
6373         * .cvsignore, configure.in, install-sh, missing, mkinstalldirs,
6374           plugins/.cvsignore, plugins/Makefile.am, plugins/common.h,
6375           plugins/common.h.in, plugins/netutils.h, plugins/netutils.h.in,
6376           plugins/popen.h, plugins/popen.h.in, plugins/utils.c,
6377           plugins/utils.h, plugins/utils.h.in, plugins/version.h.in:
6378           Updated cvs ignore files to reflect changes Moved header files
6379           from being ran through configure to standard Removed auto-tools
6380           scripts that get added by automake
6382 2003-03-13 06:00  kdebisschop
6384         * plugins/negate.c: negate must be POSIXly correct in handling
6385           options, else wrapped options get passed to it
6387 2003-03-13 05:59  undrgrid
6389         * configure.in: Removed --with-ipv6 configure option so it
6390           determines IPv6 availablity completely on it's own per suggestion
6391           by Karl
6393 2003-03-13 05:29  kdebisschop
6395         * plugins/negate.c: negate must be POSIXly correct in handling
6396           options, else wrapped options get passed to it
6398 2003-03-12 22:13  undrgrid
6400         * plugins/check_tcp.c: doco standarization
6402 2003-03-12 19:50  undrgrid
6404         * configure.in, plugins-scripts/subst.in: Just a lil namespace
6405           clean-up
6407 2003-03-12 17:42  undrgrid
6409         * configure.in: Minor fix to --with-ipv6 behavior
6411 2003-03-12 17:11  undrgrid
6413         * autogen.sh, configure.in, plugins/utils.c, plugins/utils.h.in:
6414           Added autogen.sh script that rebuilds using autotools and runs
6415           configure Modified configure.in to include some debug build
6416           option info at the end of the scripts execution. Can be removed
6417           by release time.  Modified configure.in to include a --with-ipv6
6418           option Default build is without IPv6 support now to enable you
6419           need to use the --with-ipv6 command line option to configure.
6420           Modified plugins/utils.* to use USE_IPV6
6422 2003-03-12 07:05  kdebisschop
6424         * plugins/check_disk.c: doco standarization
6426 2003-03-12 06:44  kdebisschop
6428         * plugins/check_disk.c: errors for statfs
6430 2003-03-12 06:41  kdebisschop
6432         * plugins/check_smtp.c: comment/doco cleanup for embeeded doc work,
6433           control STMP command via options instead of defines
6435 2003-03-12 06:38  kdebisschop
6437         * configure.in: version increase, statfs work
6439 2003-03-12 02:47  undrgrid
6441         * plugins/.cvsignore: Add some more extra plugins
6443 2003-03-12 02:29  undrgrid
6445         * plugins/check_dig.c: Code clean-up
6447 2003-03-12 02:29  undrgrid
6449         * plugins/check_http.c: Clean up of output from plugin
6451 2003-03-12 02:24  undrgrid
6453         * plugins/: check_udp.c, check_ldap.c, check_http.c: Code clean-up
6455 2003-03-12 02:23  undrgrid
6457         * plugins/check_tcp.c: Code cleanup
6459 2003-03-12 00:45  tonvoon
6461         * plugins/check_dns.c: Removed is_host checks to speed up code.
6462           Fixed timings so no spaces
6464 2003-03-12 00:08  tonvoon
6466         * plugins/check_dns.c: Timings in milliseconds and nicer output
6468 2003-03-11 22:51  tonvoon
6470         * plugins-scripts/.cvsignore: Add script ignores
6472 2003-03-11 22:36  tonvoon
6474         * plugins/negate.c: Remove getopt_long checks
6476 2003-03-11 22:34  tonvoon
6478         * plugins/negate.c: Fixed reading too many argv parameters and
6479           changed to asprintf
6481 2003-03-11 22:29  tonvoon
6483         * plugins/negate.c: Fixed reading too many argv parameters and
6484           changed to asprintf
6486 2003-03-11 22:22  tonvoon
6488         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
6489           check_fping.c, check_hpjd.c, check_http.c, check_ide-smart.c,
6490           check_ldap.c, check_load.c, check_mrtg.c, check_mrtgtraf.c,
6491           check_mysql.c, check_nagios.c, check_nt.c, check_nwstat.c,
6492           check_overcr.c, check_pgsql.c, check_ping.c, check_procs.c,
6493           check_radius.c, check_real.c, check_smtp.c, check_snmp.c,
6494           check_ssh.c, check_swap.c, check_tcp.c, check_time.c,
6495           check_udp.c, check_ups.c, check_users.c, check_vsz.c: Remove
6496           getopt_long checks
6498 2003-03-11 22:09  undrgrid
6500         * configure.in: Fixed some ping6 variables
6502 2003-03-11 18:32  undrgrid
6504         * configure.in: Minor change to Karl's statfs check Inclusion of
6505           ICMPv6 ping tests to define PING6_COMMAND Minor fix to ps syntax
6506           checking to fix bug I introduced last nite
6508 2003-03-11 07:04  undrgrid
6510         * Makefile.am, configure.in: Removed acconfig.h from EXTRA_DIST
6511           Fixed problem with test in SWAP_FORMAT and SWAP_COMMAND
6513 2003-03-11 06:44  kdebisschop
6515         * configure.in, plugins/check_disk.c: use statfs for check_disk
6516           (still needs fs scan)
6518 2003-03-11 06:03  undrgrid
6520         * acconfig.h, configure.in: Finishing clean-up of configure.in
6521           Removing acconfig.h as it's no longer needed
6523 2003-03-10 23:58  undrgrid
6525         * acconfig.h, configure.in: Cleaned up configure for PS and PING to
6526           produce cleaner config.h
6528 2003-03-09 18:13  undrgrid
6530         * plugins/common.h.in: Make sure sys/socket.h is explicitly
6531           included if HAVE_SYS_SOCKET_H is defined
6533 2003-03-09 10:39  tonvoon
6535         * plugins/check_disk.c: Implement error-only option for check_disk
6536           (Ian Duggan)
6538 2003-03-09 10:36  tonvoon
6540         * plugins/check_disk.c: Implement error-only option for check_disk
6541           (Ian Duggan)
6543 2003-03-08 12:08  tonvoon
6545         * plugins/check_disk.c: Fix AIX /proc filesystem (Ian Duggan)
6547 2003-03-08 12:05  tonvoon
6549         * plugins/check_disk.c: Fix AIX /proc filesystem (Ian Duggan)
6551 2003-03-08 11:44  tonvoon
6553         * configure.in: snprintf checks in configure.in like samba
6555 2003-03-08 02:27  undrgrid
6557         * plugins/check_dns.c: Modified code to call is_addr() rather than
6558           is_dotted_quad() with the    new AF indepdent function routines
6560 2003-03-08 02:26  undrgrid
6562         * plugins/: netutils.c, netutils.h.in, utils.c, utils.h.in: AF
6563           indepedent routines introduced.  Modifed process_request() &
6564           my_connect() parameters to make 'proto' type        'int' rather
6565           than 'char *' and use IPPROTO_* POSIX values.  Removed
6566           is_dotted_quad() & my_inet_aton() functions Added is_addr(),
6567           is_inet_addr(), is_inet6_addr() and resolve_host_or_addr()
6568           functions to check whether it is a valid IP address Modified
6569           is_host() to call is_addr() and is_hostname()
6571 2003-03-08 02:02  tonvoon
6573         * tools/sfsnapshot: Need to remove configure.in
6575 2003-03-08 01:59  tonvoon
6577         * lib/Makefile.am, lib/snprintf.c, plugins/Makefile.am,
6578           plugins/snprintf.c: Move snprintf into lib
6580 2003-03-08 01:48  tonvoon
6582         * tools/sfsnapshot: Have to run through whole automake procedure as
6583           datestamp in RELEASE variable
6585 2003-03-08 01:13  tonvoon
6587         * tools/sfsnapshot: Added automake parameters for config.sub and
6588           config.guess
6590 2003-03-08 00:57  tonvoon
6592         * tools/sfsnapshot: Fixed production OUT variable
6594 2003-03-08 00:55  tonvoon
6596         * tools/sfsnapshot: Adds MD5SUM file, creates multiple branch
6597           snapshots and doesn't rerun configure/automake/autoconf
6598           unnecessarily
6600 2003-03-08 00:21  tonvoon
6602         * Makefile.am: Use Makefile's variables (to support a shortcut in
6603           sfsnapshot)
6605 2003-03-07 22:11  undrgrid
6607         * configure.in, lib/Makefile.am, lib/getaddrinfo.c,
6608           lib/getaddrinfo.h, lib/gethostbyname.c, lib/gethostbyname.h,
6609           plugins/check_pgsql.c, plugins/common.h.in, plugins/netutils.c,
6610           plugins/netutils.h.in, tools/setup: Added getaddrinfo.[ch] &
6611           gethostbyname.[ch] to provide RFC2553 functions   if missing in
6612           system libs and lwres not present Moved all references to netdb.h
6613           and sys/socket.h into common.h.in Modified automake call in
6614           tools/setup to include adding missing files         so config.sub
6615           and config.guess will be available
6617 2003-03-07 20:16  tonvoon
6619         * plugins/check_nt.c: Make output for CPU load nicer
6621 2003-03-07 07:45  kdebisschop
6623         * plugins/check_smtp.c: millisecond timing and perf data
6625 2003-03-07 07:15  kdebisschop
6627         * plugins/: check_smtp.c: whole timer loop was on the wrong side of
6628           connection close code
6630 2003-03-07 06:43  kdebisschop
6632         * plugins/check_udp.c: fix for -H invocation of hostname
6634 2003-03-07 06:40  kdebisschop
6636         * plugins/check_udp.c: fix for -H invocation of hostname
6638 2003-03-06 06:40  undrgrid
6640         * acinclude.m4, configure.in: Adds --with-lwres and
6641           --enable-emulate-getaddrinfo but are not used in any of the code
6642           at this time. Has a check for IPv6 support but only runs if using
6643           the emulate-getaddrinfo routines, this needs to be modified.  !!!
6644           I need input from results of this run on various platforms to see
6645           what results are seen in plugins/config.h so please help test !!!
6647 2003-03-05 07:27  kdebisschop
6649         * plugins-scripts/check_ntp.pl: add "m" to regex for minutes
6651 2003-03-05 05:59  sghosh
6653         * plugins/check_smtp.c: remove race condition for a long HELO
6655 2003-03-05 04:38  sghosh
6657         * command.cfg.in: corrected snmp commands
6659 2003-03-05 04:37  sghosh
6661         * plugins-scripts/check_ntp.pl: regex fix per Marc Poulin
6663 2003-03-05 00:17  tonvoon
6665         * plugins/check_http.c: check_http min size option (680467 - Dave
6666           Viner)
6668 2003-03-04 23:56  tonvoon
6670         * plugins/check_nt.c: Make output message for CPU Load a bit nicer
6672 2003-03-04 23:35  tonvoon
6674         * tools/sfsnapshot: To create nagiosplug daily snapshots on SF
6676 2003-03-03 03:49  kdebisschop
6678         * plugins/check_ping.c: accept comma-delimted list of hosts for
6679           checking if a multihomed host is alive
6681 2003-03-02 06:01  kdebisschop
6683         * plugins/check_ping.c: add logic to check multiple servers
6685 2003-03-02 04:59  kdebisschop
6687         * ChangeLog: update from CVS
6689 2003-03-02 04:58  kdebisschop
6691         * configure.in, nagios-plugins.spec.in: adjustments to remove beta
6692           tagging
6694 2003-03-02 04:32  kdebisschop
6696         * ChangeLog: update from CVS
6698 2003-03-01 05:09  kdebisschop
6700         * nagios-plugins.spec.in: we were missing some docs in the RPM
6702 2003-02-23 17:11  sghosh
6704         * REQUIREMENTS: Novell requirements
6706 2003-02-23 17:10  sghosh
6708         * contrib/check_bgpstate.pl: removed community string in CRIT
6709           message
6711 2003-02-22 19:06  tonvoon
6713         * configure.in: Solaris and Unixware labels round the wrong way for
6714           swap command
6716 2003-02-22 13:01  kdebisschop
6718         * Makefile.am: provide target for nagios-plugins.spec
6720 2003-02-22 07:27  kdebisschop
6722         * Makefile.am: add CODING FAQ LEGAL to distribution tarball
6724 2003-02-21 21:59  tonvoon
6726         * plugins/check_http.c: Fixed coredump with unallocated string
6728 2003-02-21 21:46  tonvoon
6730         * plugins/check_dns.c: Strip leading spaces on dns return value
6731           (689563 - Simon L Nielsen)
6733 2003-02-20 03:16  kdebisschop
6735         * plugins-scripts/check_disk_smb.pl: option regexs need to include
6736           ^ and $
6738 2003-02-19 22:56  tonvoon
6740         * lib/Makefile.am: Removing getloadavg.m4 from dist
6742 2003-02-19 08:36  kdebisschop
6744         * INSTALL, configure.in, lib/getloadavg.m4, tools/setup: remove
6745           getloadavg.m4
6747 2003-02-19 00:45  tonvoon
6749         * Makefile.am, configure.in, getloadavg.m4, lib/Makefile.am,
6750           lib/getloadavg.c, lib/getloadavg.m4, plugins/Makefile.am,
6751           plugins/getloadavg.c: Move getloadavg to lib directory. Must run
6752           "aclocal -I lib"
6754 2003-02-18 23:00  kdebisschop
6756         * plugins/check_pgsql.c: spurious backslash escape
6758 2003-02-18 22:56  kdebisschop
6760         * configure.in: set tag for beta3, fix pgsql detection
6762 2003-02-18 22:24  kdebisschop
6764         * plugins/check_udp.c: never exited getopt loop
6766 2003-02-18 22:20  kdebisschop
6768         * plugins/check_tcp.c: failed if header was more than 1023 bytes
6770 2003-02-18 22:10  tonvoon
6772         * plugins/check_load.c: Fixed the output messages (Bug 688729 -
6773           Jayjay)
6775 2003-02-18 21:58  tonvoon
6777         * Makefile.am: Add SUPPORT file to distribution
6779 2003-02-18 21:56  tonvoon
6781         * plugins/check_http.c: Fixed compiler warning and increased the
6782           SSL random key for a Solaris PRNG problem
6784 2003-02-18 05:38  kdebisschop
6786         * configure.in: remainder of ps fix for UnixWare, and move [] in
6787           if/elif to indicate m4 quoting instead of test invocation
6789 2003-02-18 04:05  sghosh
6791         * contrib/check_appletalk.pl: Appletalk ping plugin
6793 2003-02-18 04:04  sghosh
6795         * plugins/check_snmp.c: OID type prefix patch [Patches-679403]
6797 2003-02-18 03:46  sghosh
6799         * plugins/check_swap.c: support for Large swap sizes
6801 2003-02-18 03:17  sghosh
6803         * configure.in: regex fix to catch *BSD swapinfo and not HP-UX
6804           error and memory/file swap in addition to device for HP-UX
6806 2003-02-17 22:01  kdebisschop
6808         * configure.in: typo in testing uname output
6810 2003-02-17 21:57  kdebisschop
6812         * configure.in: ping and swap for unixware
6814 2003-02-17 21:04  kdebisschop
6816         * configure.in: library search dirs are part of LDFLAGS
6818 2003-02-17 19:11  sghosh
6820         * REQUIREMENTS: location updates
6822 2003-02-16 08:41  tonvoon
6824         * plugins/Makefile.am: Fixed dependencies for check_nt
6826 2003-02-16 08:25  tonvoon
6828         * plugins/check_nt.c: Coredump if no variable set (reported by Marc
6829           C. Poulin)
6831 2003-02-16 02:46  egalstad
6833         * contrib/check_dhcp.c: Interface patch byor Clemens Resen
6835 2003-02-16 02:18  sghosh
6837         * plugins-scripts/check_ntp.pl: all alphanumeric accepted for refid
6838           on ntpq
6840 2003-02-12 22:32  tonvoon
6842         * plugins/.cvsignore: Added extra plugins
6844 2003-02-12 22:30  tonvoon
6846         * lib/.cvsignore: Add ignore files
6848 2003-02-12 22:29  tonvoon
6850         * plugins/negate.c: Remove unnecessary \ and fix coredump with no
6851           parameters specified
6853 2003-02-12 22:27  tonvoon
6855         * plugins/check_http.c: Remove unnecessary \ - complaints from
6856           Tru64's cc compiler
6858 2003-02-12 22:21  tonvoon
6860         * configure.in: Inadequate quoting for PS_FORMAT & removal of grep
6861           "*** for Tru64
6863 2003-02-12 04:36  sghosh
6865         * command.cfg.in: forced ntpq jitter check
6867 2003-02-12 04:32  sghosh
6869         * plugins-scripts/check_ifoperstatus.pl: added timeout alarm
6871 2003-02-12 04:30  sghosh
6873         * plugins-scripts/check_ntp.pl: fixed regex for stratum1 peer,
6874           added logic for failed ntpq call(e.g. sntp host)
6876 2003-02-11 00:47  tonvoon
6878         * plugins/check_mysql.c: Patch by Dave Viner for seg fault on RH
6879           7.3 (655903)
6881 2003-02-10 23:59  tonvoon
6883         * configure.in: Update with references to REQUIREMENTS
6885 2003-02-10 23:58  tonvoon
6887         * Requirements: Remove file, superceded by REQUIREMENTS
6889 2003-02-10 23:34  tonvoon
6891         * plugins/: getopt.c, getopt.h, getopt1.c: Removing getopt files -
6892           now in new lib directory
6894 2003-02-10 23:32  tonvoon
6896         * lib/: Makefile.am, getopt.c, getopt.h, getopt1.c: New directory
6897           for common library files
6899 2003-02-10 23:28  tonvoon
6901         * plugins/common.h.in: Added in a define for HAVE_GETOPT_H for
6902           backwards compatibility
6904 2003-02-10 23:27  tonvoon
6906         * plugins/Makefile.am: Remove unnecessary getopt references and
6907           link in lib directory
6909 2003-02-10 23:26  tonvoon
6911         * configure.in: Removing checks for getopt.h - now always
6912           available. Also support lib dir
6914 2003-02-10 23:24  tonvoon
6916         * Makefile.am: Adding lib directory for getopts change
6918 2003-02-10 23:08  tonvoon
6920         * configure.in: Fixed Tru64 ps command (Bug 669585 - Paula Arnold)
6922 2003-02-10 18:36  undrgrid
6924         * plugins/check_ssh.c: Added argc checks before attempting to
6925           access argv[]
6927           Corrected return codes and output
6929 2003-02-10 14:18  undrgrid
6931         * plugins/check_ssh.c: Revised code to use resolving and connection
6932           code in utils.c and netutils.c rather than its own functions.
6933           Corrected code to properly handle input of server hostname and
6934           port on commandline without option flags.
6936 2003-02-10 04:49  kdebisschop
6938         * contrib/check_fping_in.c: this plugin is in core as check_fping
6940 2003-02-09 18:59  undrgrid
6942         * tools/setup: Reordered program calls so autoheader was called
6943           before automake thus getting rid of errors for header files not
6944           being present when automake was called. Also puts it inline with
6945           documentation in INSTALL & INSTALLING
6947 2003-02-09 14:20  sghosh
6949         * contrib/: check_adptraid.sh, check_compaq_insight.pl,
6950           check_file_age.pl:  new plugins
6952 2003-02-09 14:18  sghosh
6954         * contrib/: README.TXT, readme.txt: file rename
6956 2003-02-09 14:16  sghosh
6958         * contrib/: check_remote_nagios_status.pl, check_wins.pl,
6959           sched_downtime.pl: more contribs
6961 2003-02-09 14:03  sghosh
6963         * contrib/tarballs/: fetchlog-0.92.tar.gz, fetchlog-0.94.tar.gz:
6964           new version
6966 2003-02-09 12:54  kdebisschop
6968         * CODING, README: spell check
6970 2003-02-09 12:36  kdebisschop
6972         * FAQ: spell check
6974 2003-02-09 12:17  sghosh
6976         * SUPPORT: ispell
6978 2003-02-08 06:00  kdebisschop
6980         * plugins/check_pgsql.c: use enum instead of define
6982 2003-02-08 05:58  kdebisschop
6984         * FAQ: add item on submitting new plugins
6986 2003-02-08 05:57  kdebisschop
6988         * SUPPORT: suggest minimum standards for support requests
6990 2003-02-08 05:32  kdebisschop
6992         * plugins/check_http.c: submit request with one send
6994 2003-02-05 05:59  kdebisschop
6996         * configure.in: fix for SSL build on RedHat rawhide
6998 2003-02-05 05:58  kdebisschop
7000         * plugins/check_dns.c: allow check to proceed using servers from
7001           resolv.conf
7003 2003-02-05 05:57  kdebisschop
7005         * plugins/check_http.c: fix segfault due to bad asprintf invocation
7007 2003-02-04 06:24  sghosh
7009         * plugins-scripts/Makefile.am:  install user:grp perms [patch
7010           679703 -Detlef Boehm]
7012 2003-02-04 06:16  sghosh
7014         * plugins-scripts/check_flexlm.pl: lmstat output update
7016 2003-02-04 05:54  sghosh
7018         * plugins-scripts/check_ntp.pl: corrected ntpdate offset to seconds
7020 2003-02-03 21:43  tonvoon
7022         * plugins/check_snmp.c: Avoid core dump with null or invalid data
7023           (679400 - Mathieu Masseboeuf)
7025 2003-02-03 21:33  tonvoon
7027         * plugins/Makefile.am: Patch for Mac OS X compile (652080 - Ton
7028           Voon)
7030 2003-02-03 20:43  sghosh
7032         * contrib/tarballs/check_cit.tgz: Citrix plugin
7034 2003-02-03 20:35  sghosh
7036         * command.cfg.in: more sample command configurations
7038 2003-02-03 20:29  sghosh
7040         * configure.in, plugins-scripts/check_ntp.pl,
7041           plugins-scripts/utils.pm.in: change ntpdc to ntpq (Jonathan
7042           Rozes,Thomas Schimpke, bug-656237 )
7044 2003-02-03 15:47  sghosh
7046         * plugins-scripts/check_ntp.pl: patch for desync peer and ntpdate
7047           (James Fidell)
7049 2003-02-03 05:29  sghosh
7051         * plugins-scripts/check_ifstatus.pl:  bugfix [bug 651021 mperry2]
7053 2003-02-03 05:07  sghosh
7055         * plugins/check_hpjd.c: added default community [bug-patch #600349
7056           jbaumgartner]
7058 2003-01-31 18:40  tonvoon
7060         * plugins/check_procs.c: Fix for zombie processes on Solaris (Bug
7061           677803 - Matthew Brown)
7063 2003-01-31 18:36  tonvoon
7065         * plugins/check_nt.c: Reapply all asprintf calls. Fix for %%
7066           problem with -l flag.
7068 2003-01-31 01:26  tonvoon
7070         * plugins/check_nt.c: Removed all unnecessary asprintf calls.
7071           Replaced with original check_nt.c to minimise amount of changes
7072           (reported by Reuben Farrelly)
7074 2003-01-30 23:18  tonvoon
7076         * plugins/check_nt.c: Added reference to the official NSClient web
7077           site
7079 2003-01-30 22:57  tonvoon
7081         * plugins/check_swap.c: Fixed long --allswap option
7083 2003-01-30 22:55  tonvoon
7085         * plugins/check_procs.c: Fixed progname
7087 2003-01-29 20:57  tonvoon
7089         * plugins/check_mrtgtraf.c: Fixed error and success codes (638656 -
7090           Paul Dlug)
7092 2003-01-29 20:47  tonvoon
7094         * plugins-scripts/check_oracle.sh: Added cache and tablespace check
7095           (621567 - John Marquart)
7097 2003-01-29 20:33  tonvoon
7099         * plugins/: Makefile.am, check_nt.c: Added in check_nt for bug
7100           646516
7102 2003-01-29 06:38  kdebisschop
7104         * plugins/check_mysql.c: remove incorrect check_disk() declaration
7106 2003-01-29 06:16  kdebisschop
7108         * plugins/check_ldap.c: fix segfault when argc>=2 and the -H or -b
7109           options are not supplied
7111 2003-01-29 06:15  kdebisschop
7113         * plugins/check_by_ssh.c: 1.8
7115 2003-01-29 05:55  tonvoon
7117         * plugins/check_http.c: Better error if server requests client
7118           based certificate (609382 - Olaf Greis)
7120 2003-01-29 05:27  tonvoon
7122         * contrib/check_dns_random.pl: Exit code added (604837 - Lachlan
7123           Cameron-Smith)
7125 2003-01-29 05:10  tonvoon
7127         * plugins-scripts/check_oracle.sh: Added dummy login test (650970 -
7128           Ton Voon)
7130 2003-01-29 04:28  tonvoon
7132         * plugins/check_vsz.c: Error when no params passed, better invalid
7133           params message (652086 - Ton Voon)
7135 2003-01-29 04:11  tonvoon
7137         * plugins/check_procs.c: Fixed NULL status in Solaris (644783 -
7138           Fabian Pehla) Fixed -p options (652082 - Ton Voon)
7140 2003-01-28 07:44  kdebisschop
7142         * contrib/checkciscotemp.pl: typo: had commented use Net::SNMP for
7143           testing
7145 2003-01-28 07:42  kdebisschop
7147         * plugins/check_real.c: make sure host_name is set and remove NULL
7148           string inits that can lead to segfaults
7150 2003-01-28 07:26  kdebisschop
7152         * plugins/check_mysql.c: missed argc check on port parameter
7154 2003-01-28 07:17  kdebisschop
7156         * contrib/checkciscotemp.pl: split and validate input more robustly
7158 2003-01-28 07:15  kdebisschop
7160         * plugins/check_http.c: remove NULL string inits that can lead to
7161           segfaults
7163 2003-01-28 00:32  tonvoon
7165         * configure.in: ps support for Darwin / MacOSX
7167 2003-01-27 11:53  kdebisschop
7169         * plugins/check_http.c: do not pass host if none is provided
7171 2003-01-27 06:04  kdebisschop
7173         * plugins/check_http.c: we were sending extra CRLF
7175 2003-01-19 06:34  kdebisschop
7177         * plugins-scripts/check_rpc.pl: indicate new default state in
7178           get_rpcinfo, also fix a bunch of indents for consistent format
7180 2003-01-17 05:56  sghosh
7182         * plugins-scripts/check_rpc.pl: bug fix for state and opt_c
7183           initialization
7185 2003-01-17 05:37  sghosh
7187         * plugins/check_snmp.c: Counter32 tag parsing added
7189 2003-01-16 06:42  kdebisschop
7191         * plugins/: check_mysql.c, check_pgsql.c: semicolon needed where
7192           progname define was replaced
7194 2003-01-16 06:29  kdebisschop
7196         * plugins/check_http.c: add option to let regex span newlines
7198 2003-01-16 06:28  kdebisschop
7200         * plugins/check_game.c: progname and print_usage need to be defined
7202 2003-01-16 06:22  kdebisschop
7204         * plugins/check_radius.c: semicolon needed where praogname define
7205           was replced
7207 2003-01-16 06:10  kdebisschop
7209         * plugins/check_hpjd.c: semicolon needed where praogname define was
7210           replced
7212 2003-01-16 05:22  kdebisschop
7214         * configure.in: find kerberos libs in latest Red Hat beta
7216 2003-01-16 05:21  kdebisschop
7218         * plugins/utils.c: restore max() macro
7220 2003-01-16 05:20  kdebisschop
7222         * plugins/check_tcp.c: cleanup progname assignment
7224 2003-01-16 05:19  kdebisschop
7226         * plugins-scripts/check_disk_smb.pl: accept $ for share and \\ for
7227           users
7229 2003-01-16 05:17  kdebisschop
7231         * plugins/check_by_ssh.c: avoid segfault when host is not given
7233 2003-01-13 12:21  kdebisschop
7235         * contrib/: check_dhcp.c, check_fping_in.c, check_rbl.c: convert
7236           PROGANE from a define to a const char
7238 2003-01-13 12:15  kdebisschop
7240         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
7241           check_dummy.c, check_fping.c, check_hpjd.c, check_http.c,
7242           check_ldap.c, check_load.c, check_mrtg.c, check_mrtgtraf.c,
7243           check_mysql.c, check_nagios.c, check_nwstat.c, check_overcr.c,
7244           check_pgsql.c, check_ping.c, check_procs.c, check_radius.c,
7245           check_real.c, check_smtp.c, check_snmp.c, check_ssh.c,
7246           check_swap.c, check_tcp.c, check_time.c, check_udp.c,
7247           check_ups.c, check_users.c, check_vsz.c, negate.c, urlize.c,
7248           utils.c, utils.h.in: convert PROGANE from a define to a const
7249           char
7251 2003-01-13 12:13  kdebisschop
7253         * plugins/popen.c: change exit status to be POSIX compliant
7255 2003-01-13 12:09  kdebisschop
7257         * plugins/check_nagios.c: check for a few null strings, change
7258           PROGNAME from #define to const *char
7260 2003-01-13 04:50  kdebisschop
7262         * plugins/check_disk.c: add options for excluding devices and for
7263           skipping OK devices in summary
7265 2003-01-03 03:24  kdebisschop
7267         * plugins/utils.c: protect against some null strings, make formats
7268           more uniform
7270 2002-12-19 19:30  kdebisschop
7272         * plugins/check_tcp.c: expect is +OK for SPOP too
7274 2002-12-19 19:29  kdebisschop
7276         * plugins/check_tcp.c: server expect not getting set, expect is +OK
7277           for POP
7279 2002-12-19 19:20  kdebisschop
7281         * plugins/check_http.c: remove spurious CRLF
7283 2002-11-29 12:02  stanleyhopcroft
7285         * contrib/check_citrix:
7286           New plugin to check the ICA browse service (used by Citrix
7287           Metaframe servers) from Ed Rolison and Tom De Blende.
7289 2002-11-25 12:00  kdebisschop
7291         * plugins/check_tcp.c: was segfaulting if no dtat was returned
7293 2002-11-24 13:43  kdebisschop
7295         * tools/snapshot: some fixes needed to move off old devel box
7297 2002-11-24 13:09  kdebisschop
7299         * tools/snapshot: make routine snapshots of nagios and plugin CVS
7300           to expand testing
7302 2002-11-22 10:52  kdebisschop
7304         * plugins/check_ups.c: add replace battery condition, replace
7305           unchecked strcat calls with asprintf (I do not think buffer
7306           overflow was possible here, but lets be consistent)
7308 2002-11-22 02:46  kdebisschop
7310         * configure.in: get long args output to work on check_procs by
7311           putting incantations with -w ahead of others
7313 2002-11-22 02:33  kdebisschop
7315         * configure.in: get long args output to work on linux check_procs,
7316           actually works this time (needs OpenBSD testing)
7318 2002-11-22 01:33  kdebisschop
7320         * plugins/check_procs.c: add a few comments, trap a few place where
7321           a NULL string might have been handled
7323 2002-11-22 01:31  kdebisschop
7325         * configure.in: get long args output to work on linux check_procs
7326           (needs OpenBSD testing)
7328 2002-11-21 12:40  kdebisschop
7330         * plugins/check_dig.c: fix empty output on errors
7332 2002-11-20 11:56  kdebisschop
7334         * plugins/check_swap.c: add switch to evaluate each swap
7335           individually
7337 2002-11-20 11:28  kdebisschop
7339         * plugins/check_dig.c: fix solaris SEGV, still need to print
7340           meaningful error text
7342 2002-11-20 01:19  kdebisschop
7344         * plugins/check_by_ssh.c: in short options, t no no argument
7346 2002-11-20 01:09  kdebisschop
7348         * plugins/check_dig.c: replace some strcpy with strscpy
7350 2002-11-19 19:13  kdebisschop
7352         * plugins/Makefile.am: another try at portable symlinking
7354 2002-11-19 19:07  kdebisschop
7356         * plugins/Makefile.am: another try at portable symlinking
7358 2002-11-19 19:06  kdebisschop
7360         * plugins/check_time.c: explicitly cast recv() arg2 for SunOS5.6
7362 2002-11-19 07:13  kdebisschop
7364         * plugins/Makefile.am: rewrite of install-exec-hook for solaris
7366 2002-11-18 21:58  sghosh
7368         * contrib/: check_javaproc.pl, nagios_sendim.pl: javaproc, sendim
7370 2002-11-18 14:46  sghosh
7372         * contrib-reporting/process_perfdata.pl: New directory to for
7373           perfdata and reporting scripts
7375 2002-11-18 11:24  kdebisschop
7377         * plugins/check_swap.c: test total swap instead of individual disks
7379 2002-11-18 07:23  kdebisschop
7381         * plugins/check_disk.c: failed to handle multple disks
7383 2002-11-18 07:22  kdebisschop
7385         * plugins/utils.c: more readable max_state() code
7387 2002-11-16 12:57  kdebisschop
7389         * plugins/Makefile.am: fix too many sources problem for programs
7390           tha are symlinks to check_tcp
7392 2002-11-16 04:59  kdebisschop
7394         * plugins/check_snmp.c: my take on Subhendu's patches, plus a few
7395           comments for clarity
7397 2002-11-15 17:47  sghosh
7399         * plugins/check_snmp.c: memory bounds in options, no output
7400           comparison case
7402 2002-11-15 04:51  kdebisschop
7404         * nagios-plugins.spec.in: make spec work again, now that release is
7405           in source name again
7407 2002-11-15 00:51  kdebisschop
7409         * configure.in: release numbering fix
7411 2002-11-15 00:50  kdebisschop
7413         * plugins/check_snmp.c: fix label handling, replace accidentally
7414           deleted elseif l.310
7416 2002-11-14 18:25  kdebisschop
7418         * Makefile.am, acconfig.h, configure.in, nagios-plugins.spec.in,
7419           plugins/utils.c: fix bug with gettimeofday test, improve
7420           version/release handling, update rpm spec
7422 2002-11-14 18:23  kdebisschop
7424         * plugins/Makefile.am: fix typo in snprintf build
7426 2002-11-14 05:36  kdebisschop
7428         * plugins/Makefile.am: can't drop these sources -- neded for dist
7430 2002-11-14 05:27  kdebisschop
7432         * plugins/Makefile.am: fix build rule for snprintf
7434 2002-11-14 05:25  kdebisschop
7436         * plugins/check_http.c: pagesize count off by one
7438 2002-11-14 04:45  kdebisschop
7440         * plugins/check_http.c: clean up NULL from status on Solaris
7442 2002-11-14 04:00  kdebisschop
7444         * configure.in: typo in AC_DEFINE of PS_FORMAT for solaris
7446 2002-11-14 03:37  kdebisschop
7448         * plugins/Makefile.am: remove check_nt again
7450 2002-11-14 03:09  kdebisschop
7452         * plugins/Makefile.am: back out last change -- it was only work in
7453           progress
7455 2002-11-14 02:26  kdebisschop
7457         * plugins/: Makefile.am, check_dns.c, check_ldap.c, check_mrtg.c,
7458           check_mrtgtraf.c, check_nwstat.c, check_radius.c, utils.c,
7459           version.h.in: remove call_getopt and ssprintf
7461 2002-11-13 11:50  kdebisschop
7463         * plugins/: check_disk.c, check_dns.c, check_fping.c, check_hpjd.c,
7464           check_mrtg.c, check_nwstat.c, check_ping.c, check_vsz.c,
7465           urlize.c, utils.c: remove call_getopt and asprintf
7467 2002-11-12 11:28  kdebisschop
7469         * plugins/check_dig.c: cleanup asprintf, old function decls
7471 2002-11-12 11:26  kdebisschop
7473         * plugins/: check_mysql.c, check_real.c, check_ups.c: remove
7474           call_getopt
7476 2002-11-11 22:15  sghosh
7478         * plugins/check_snmp.c: should use asprintf
7480 2002-11-11 20:19  sghosh
7482         * plugins/check_snmp.c: more snmpv3 patches
7484 2002-11-11 19:29  sghosh
7486         * plugins/check_snmp.c: long opt for miblist, snmpv3 support
7487           (rosenauer)
7489 2002-11-11 16:04  sghosh
7491         * plugins/check_snmp.c: option to specify a miblist - llow
7493 2002-11-11 15:43  sghosh
7495         * plugins/check_snmp.c: misc doc fix, missing verbose option
7497 2002-11-09 11:37  kdebisschop
7499         * plugins/: check_ups.c, check_users.c: remove call_getopt
7501 2002-11-09 04:22  kdebisschop
7503         * plugins/: check_by_ssh.c, check_dig.c, check_ping.c,
7504           check_time.c: remove call_getopt
7506 2002-11-09 04:21  kdebisschop
7508         * plugins/check_snmp.c: cleaner handling of DEFAULT_PORT
7510 2002-11-09 03:43  kdebisschop
7512         * configure.in: add HPUX swap, try to cleanup getopt processing
7514 2002-11-09 03:39  kdebisschop
7516         * plugins/: check_pgsql.c, check_ping.c, check_snmp.c, negate.c,
7517           utils.h.in: define and use usage3 where second part of message is
7518           a an int/char
7520 2002-11-09 03:16  kdebisschop
7522         * plugins/snprintf.c: HAVE_C99_SNPRINTF is not tested, so remove
7523           from ifdef
7525 2002-11-08 08:07  kdebisschop
7527         * plugins/check_snmp.c: user reports NULL still getting into
7528           asprintf
7530 2002-11-08 08:06  kdebisschop
7532         * plugins/check_vsz.c: remove call_getopt
7534 2002-11-08 07:20  kdebisschop
7536         * acconfig.h, configure.in, plugins/common.h.in, plugins/utils.c,
7537           plugins/utils.h.in: patches required to build on solaris with
7538           asprintf and gettimeofday
7540 2002-11-08 07:18  kdebisschop
7542         * plugins/: check_http.c, check_load.c, check_ping.c,
7543           check_procs.c, check_smtp.c, check_tcp.c: remove unused variables
7545 2002-11-08 07:17  kdebisschop
7547         * tools/oneliners: some useful onliners
7549 2002-11-07 14:30  kdebisschop
7551         * plugins/check_snmp.c: bugfixes to command format and (null) text
7552           created by asprintf switch
7554 2002-11-07 07:07  kdebisschop
7556         * plugins/check_by_ssh.c: remove call_getopt, add [] arougn time
7558 2002-11-07 07:06  kdebisschop
7560         * configure.in: test snprintf function family for ifdefs in
7561           snprintf.c
7563 2002-10-30 18:47  kdebisschop
7565         * plugins/check_tcp.c: replace fixed-lentgh buffer with asprintf
7567 2002-10-30 18:46  kdebisschop
7569         * plugins/check_udp.c: forgot to remove call_getopt
7571 2002-10-30 18:44  kdebisschop
7573         * plugins/: check_ssh.c, check_swap.c: forgot to remove call_getopt
7574           declaration
7576 2002-10-30 18:29  kdebisschop
7578         * plugins/check_smtp.c: remove call_getopt, fix several buffer
7579           overruns possible due to use of fixed size buffers
7581 2002-10-30 18:22  kdebisschop
7583         * tools/setup: debian builds not actively maintained, so suppress
7584           error in setup script
7586 2002-10-30 05:07  sghosh
7588         * acconfig.h, configure.in, plugins-scripts/Makefile.am,
7589           plugins-scripts/check_mailq.pl, plugins-scripts/utils.pm.in:
7590           monitor mailq
7592 2002-10-28 13:05  kdebisschop
7594         * plugins-scripts/: check_breeze.pl, check_disk_smb.pl,
7595           check_flexlm.pl, check_log.sh, check_ntp.pl, check_rpc.pl,
7596           check_sensors.sh, check_wave.pl: remove pspace in shebang since
7597           no sequent users replied
7599 2002-10-26 14:30  kdebisschop
7601         * nagios-plugins.spec.in: release should not be in tarball name
7603 2002-10-25 14:58  kdebisschop
7605         * nagios-plugins.spec.in: tweak source macro
7607 2002-10-25 13:35  kdebisschop
7609         * plugins/Makefile.am: remove check_nt
7611 2002-10-25 03:31  kdebisschop
7613         * Makefile.am, plugins/Makefile.am: include getloadavg sources, add
7614           some Solaris pkg build support
7616 2002-10-22 10:13  kdebisschop
7618         * plugins/check_ssh.c: remove call_getopt, replace ssprintf with
7619           asprintf,better server version reporting
7621 2002-10-22 09:54  kdebisschop
7623         * plugins/check_tcp.c: add check_spop
7625 2002-10-22 09:19  kdebisschop
7627         * plugins/check_procs.c: remove call_getopt, replace ssprintf with
7628           asprintf
7630 2002-10-22 03:57  sghosh
7632         * contrib/check_procr.sh: From: Jerome Tytgat - checks to see if
7633           named process is running
7635 2002-10-22 02:31  sghosh
7637         * README, plugins/check_nt.c: check_nt is downloadable from
7638           nsclient.ready2run.nl
7640 2002-10-21 06:04  kdebisschop
7642         * plugins/check_swap.c: use asprintf instead of ssprintf
7644 2002-10-21 05:36  kdebisschop
7646         * plugins/Makefile.am: need to define SOURCES for check_tcp to also
7647           build as check_ftp,check_imap,check_nntp,check_pop
7649 2002-10-21 05:05  kdebisschop
7651         * plugins/utils.c: use asprintf to do strscpy
7653 2002-10-21 05:04  kdebisschop
7655         * plugins/Makefile.am: roll check_ftp, check_imap, check_pop, and
7656           check_nntp into check_tcp
7658 2002-10-21 05:03  kdebisschop
7660         * plugins/: check_ftp.c, check_imap.c, check_nntp.c, check_pop.c:
7661           these are all combined into check_tcp now
7663 2002-10-21 04:55  kdebisschop
7665         * plugins/check_load.c: remove broken call_getopt
7667 2002-10-21 04:43  kdebisschop
7669         * plugins/check_snmp.c: cleanup process_arguments, print_help, and
7670           print_usage
7672 2002-10-21 04:40  kdebisschop
7674         * plugins/check_pgsql.c: now we provide long opts if they do not
7675           exist
7677 2002-10-20 21:22  kdebisschop
7679         * plugins/check_snmp.c: fixed scanning for multiple OIDs, which was
7680           not working
7682 2002-10-20 19:49  kdebisschop
7684         * plugins/check_snmp.c: change ssprintf to asprintf back out change
7685           at line 225 in r1.4   (values were mismatched to format string,
7686           so output was nonsense)   (I left a comment showing a construct
7687           that should work, but it fails for PHBs:     if my disk gets
7688           nearly full, they want 'CRITICAL - 99%' not 'CRITICAL - Gauge32:
7689           99')   (If someine has a rationale for the change, maybe it could
7690           be done as an option? - it seems     fairly clear that the Web
7691           display should be sensible to PHBs so long as there's no real
7692           loss)
7694 2002-10-18 07:41  kdebisschop
7696         * plugins/check_swap.c: remove old call_getopt
7698 2002-10-18 06:55  kdebisschop
7700         * plugins/check_load.c: remove old call_getopt code, fix bug taking
7701           single float, allow colon as separators in additin to commas
7703 2002-10-18 05:41  kdebisschop
7705         * plugins/utils.c: handle null src in strscat
7707 2002-10-18 04:48  kdebisschop
7709         * plugins/check_tcp.c: millisecond timing
7711 2002-10-18 04:46  kdebisschop
7713         * plugins/utils.h.in: refine STD_LONG_OPTS
7715 2002-10-18 04:46  kdebisschop
7717         * plugins/check_http.c: provide on more decimal point printing time
7719 2002-10-18 04:45  kdebisschop
7721         * plugins/check_ping.c: remove broken call_getopt stuff
7723 2002-10-17 07:09  kdebisschop
7725         * plugins/check_tcp.c: using asprintf
7727 2002-10-17 07:06  kdebisschop
7729         * INSTALL, INSTALLING, tools/setup: revise now that aclocal is
7730           remved from CVS
7732 2002-10-16 23:26  kdebisschop
7734         * configure.in: need some quoting on ifdef
7736 2002-10-16 23:17  kdebisschop
7738         * acinclude.m4, configure.in: finally a working fix for
7739           AM/AC_FUNC_STRTOD nightmare
7741 2002-10-16 23:01  kdebisschop
7743         * configure.in: mismatched quote
7745 2002-10-16 22:54  kdebisschop
7747         * configure.in: missing commas
7749 2002-10-16 22:46  kdebisschop
7751         * configure.in: complains on paren in comment
7753 2002-10-16 22:43  kdebisschop
7755         * acinclude.m4: lost a paren
7757 2002-10-16 22:41  kdebisschop
7759         * acinclude.m4: old auto???? has AM_FUNC_STRTOD, now renamed
7760           AC_FUNC_STRTOD
7762 2002-10-16 22:32  kdebisschop
7764         * plugins/: check_http.c, utils.c, utils.h.in: millisecond timimg
7765           where supported
7767 2002-10-16 22:31  kdebisschop
7769         * configure.in, missing: build cleanly on RedHat 8.0
7771 2002-10-16 11:46  kdebisschop
7773         * .cvsignore: ignore aclocal.m4
7775 2002-10-16 11:34  kdebisschop
7777         * configure.in: AM_STRTOD was a typo
7779 2002-10-16 11:31  kdebisschop
7781         * aclocal.m4: automake invokes acloacl on each run - it cannot be
7782           right to include this
7784 2002-10-16 11:18  kdebisschop
7786         * acconfig.h: better checks for vsnprintf stuff
7788 2002-10-16 11:14  kdebisschop
7790         * plugins/check_http.c, configure.in: use asprintf
7792 2002-10-16 11:14  kdebisschop
7794         * plugins/utils.c: use asprintf to construct strscat
7796 2002-10-16 05:57  kdebisschop
7798         * plugins/popen.h.in: timeout interval is extern
7800 2002-10-16 05:56  kdebisschop
7802         * plugins/: utils.h.in, utils.c: start support for gettimeofday and
7803           tv_usec
7805 2002-10-16 05:54  kdebisschop
7807         * aclocal.m4: generated with automake 1.6 / autoconf 2.53 (maybe
7808           should not be in CVS, however)
7810 2002-10-16 05:52  kdebisschop
7812         * plugins/snprintf.c: newer snprintf from samba.org
7814 2002-10-16 05:43  kdebisschop
7816         * Makefile.am: cosmetic line wrap before 80 chars
7818 2002-10-16 05:42  kdebisschop
7820         * depcomp, .cvsignore: needed for automake 1.6 / autoconf 2.53
7822 2002-10-16 05:41  kdebisschop
7824         * configure.in: work with newer automake, begin swithc to asprintf
7826 2002-10-15 07:23  sghosh
7828         * plugins-scripts/check_ifoperstatus.pl: new exit states, more
7829           conditional checking
7831 2002-10-07 20:05  sghosh
7833         * plugins/check_dns.c: patch for expected IP address
7835 2002-10-07 02:34  kdebisschop
7837         * plugins/popen.c: make sure we do not run past the end of an
7838           unterminated string
7840 2002-10-07 02:19  kdebisschop
7842         * plugins/negate.c: use asprintf, inhibit splint warning
7844 2002-10-05 12:08  kdebisschop
7846         * getloadavg.m4, plugins/getloadavg.c: lets use library instead od
7847           inconsistent command line interfaces
7849 2002-09-26 03:17  kdebisschop
7851         * plugins/urlize.c: use ssprintf instead of sprintf
7853 2002-09-25 09:01  kdebisschop
7855         * plugins/check_http.c: incorporate comment on my_recv from Russell
7856           Scibetti
7858 2002-09-25 08:58  kdebisschop
7860         * plugins/check_http.c: incorporate comments from Russell Scibetti
7862 2002-09-24 06:16  kdebisschop
7864         * plugins/check_http.c: replace remaining occurences of sprintf
7865           with snprintf
7867 2002-09-16 01:47  kdebisschop
7869         * INSTALL: needed for latest autoconf
7871 2002-09-16 01:47  kdebisschop
7873         * Makefile.am, aclocal.m4, configure.in, nagios-plugins.spec.in:
7874           finish ckleanup of rpm spec porcessing
7876 2002-09-14 22:11  kdebisschop
7878         * nagios-plugins.spec, nagios-plugins.spec.in: complete spec based
7879           on confugure.in
7881 2002-09-14 22:06  kdebisschop
7883         * make-tarball, rpm: automake makes the dist tarball, rpmbuild -ta
7884           makes the rpm
7886 2002-09-14 03:27  kdebisschop
7888         * plugins/check_tcp.c: time data in performance string
7890 2002-09-14 03:23  kdebisschop
7892         * plugins/check_http.c: time data in performance string
7894 2002-09-14 03:13  kdebisschop
7896         * plugins-scripts/check_log.sh: patch from Matthew Peters
7897           <mattp@esec.com.au>, plus turned up a few bugs on my own
7899 2002-09-12 03:43  kdebisschop
7901         * plugins/Makefile.am: negate wrapper
7903 2002-09-08 13:05  kdebisschop
7905         * plugins/negate.c: wrapper to invert return status
7907 2002-09-08 13:05  kdebisschop
7909         * plugins/utils.c: clears up warnings in splint
7911 2002-09-06 03:25  kdebisschop
7913         * plugins-scripts/check_rpc.pl: case on key to ERRORS hash
7915 2002-09-04 07:00  sghosh
7917         * configure.in: more Mysql patches
7919 2002-09-04 03:12  sghosh
7921         * plugins-scripts/check_ntp.pl: dispersion check now controlled by
7922           warn and crit
7924 2002-09-04 03:11  sghosh
7926         * configure.in: Mysql dir fix
7928 2002-09-04 03:10  sghosh
7930         * contrib/: check_ifoperstatus.pl, check_ifstatus.pl: moved to
7931           supported plugins-scripts
7933 2002-09-02 19:47  sghosh
7935         * plugins/check_smtp.c: new -f option for adding a FROM address for
7936           RFC correctness
7938 2002-09-01 17:22  sghosh
7940         * INSTALL, INSTALLING: file rename for MacOS X
7942 2002-09-01 17:18  sghosh
7944         * plugins/check_smtp.c: Valid MAIL command
7946 2002-08-22 23:08  sghosh
7948         * contrib/check_snmp_process_monitor.pl: updates
7950 2002-08-22 15:43  sghosh
7952         * command.cfg.in: smsclient config
7954 2002-08-22 15:42  sghosh
7956         * contrib/: check_snmp_disk_monitor.pl,
7957           check_snmp_process_monitor.pl: new plugins contrib
7959 2002-08-18 19:03  kdebisschop
7961         * plugins/check_by_ssh.c: typo in options passed to ssh for ipv6.
7962           fix by setting a generic hook for 1-char pasthhru options
7964 2002-08-14 20:17  sghosh
7966         * plugins-scripts/check_disk_smb.pl: patch for admin shares
7968 2002-08-14 20:07  sghosh
7970         * command.cfg.in: qpage definitions
7972 2002-08-14 20:06  sghosh
7974         * plugins-scripts/check_ifstatus.pl: skip PPP interfaces
7976 2002-08-14 20:04  sghosh
7978         * plugins/check_smtp.c: added HELO command
7980 2002-08-14 20:04  sghosh
7982         * plugins/check_by_ssh.c: ipv4/ipv6 switch added
7984 2002-08-14 20:03  sghosh
7986         * plugins/check_hpjd.c: net-snmp v5x fix
7988 2002-08-14 20:02  sghosh
7990         * contrib/check_apc_ups.pl: fix for ePN
7992 2002-08-14 20:01  sghosh
7994         * contrib/: check_linux_raid.pl, check_nagios_db.pl:  new plugins
7996 2002-08-14 20:00  sghosh
7998         * contrib/check_inodes-freebsd.pl: check inodes - freebsd  -
7999           candidate for merge with check_inodes
8001 2002-08-14 16:29  sghosh
8003         * contrib/check_smb.sh: new smb check - users
8005 2002-08-13 04:18  egalstad
8007         * plugins/check_game.c: Mod to display current/max number of
8008           players in a game (Frank Kannemann)
8010 2002-08-13 00:09  egalstad
8012         * contrib/check_disk_snmp.pl: Updated to use getopt (Christoph
8013           Maser)
8015 2002-08-01 06:06  sghosh
8017         * plugins/check_snmp.c: re-patched exit state comparison
8019 2002-08-01 05:54  sghosh
8021         * plugins/check_snmp.c: port option added, -c support net-snmpv5,
8022           complete response string output
8024 2002-08-01 05:46  egalstad
8026         * contrib/check_digitemp.pl: Add Brian Lane's Digitemp (1-wire temp
8027           sensor) plugin
8029 2002-07-16 05:13  egalstad
8031         * contrib/check_disk_snmp.pl: Christoph Maser's plugin to check
8032           disk usage via SNMP3
8034 2002-07-16 01:04  stanleyhopcroft
8036         * contrib/check_ms_spooler.pl: Primitive and in need of refinement
8037           test of MS spooler (with smbclient)
8039 2002-07-04 23:02  sghosh
8041         * contrib/check_procl.sh: Jerome Tytgat - accumulated/percentage
8042           CPU/MEM per process - bash plugin
8044 2002-07-04 05:05  sghosh
8046         * INSTALL: doc update
8048 2002-06-28 22:08  sghosh
8050         * INSTALL: note about autoconf/automake version
8052 2002-06-25 22:32  sghosh
8054         * contrib/check_rbl.c: Check if IP address is specified on RBL -
8055           Tim Bell
8057 2002-06-25 14:55  sghosh
8059         * contrib/check_lmmon.pl: check motherboard/cpu temp via lmmon
8061 2002-06-24 22:29  sghosh
8063         * plugins/check_http.c: ignore return status codes if user
8064           specified status line check
8066 2002-06-24 21:41  sghosh
8068         * plugins/check_snmp.c: printf bug for large numbers - Jeff Murray
8070 2002-06-20 05:27  sghosh
8072         * plugins-scripts/check_disk_smb.pl: logic fix for disk space
8073           thresholds
8075 2002-06-19 06:11  sghosh
8077         * plugins/: check_dig.c, check_dns.c, check_fping.c, check_hpjd.c,
8078           check_nagios.c, check_ping.c, check_snmp.c, check_vsz.c,
8079           urlize.c, utils.c, utils.h.in: more POSIX return value comparison
8080           related code fixes
8082 2002-06-19 04:09  sghosh
8084         * plugins/: check_disk.c, check_ping.c, check_procs.c: fixes for
8085           using POSIX return codes
8087 2002-06-18 02:06  sghosh
8089         * plugins/common.h.in:  updated to POSIX return codes
8091 2002-06-18 02:05  sghosh
8093         * contrib/check_cluster.c: Ethan's check_cluster
8095 2002-06-13 21:49  sghosh
8097         * plugins/check_smtp.c: conformance to RFC 821 <CRLF>
8099 2002-06-13 04:03  sghosh
8101         * configure.in: use xntpdc on Solaris for check_ntp
8103 2002-06-10 04:24  sghosh
8105         * plugins/check_smtp.c: patch to stop NOQUEUE syslog messages -
8106           Karl Ewald
8108 2002-06-08 01:33  sghosh
8110         * plugins-scripts/check_ntp.pl: xntpdc/ntpdc patch - John Koyle
8112 2002-06-06 05:16  sghosh
8114         * plugins-scripts/: subst.in, utils.sh.in: corrected result codes -
8115           for sh; corrected substition for libexec - Tom Bertelson
8117 2002-06-06 05:15  sghosh
8119         * plugins/check_disk.c: added option for mount point - Tom
8120           Bertelson
8122 2002-06-06 05:15  sghosh
8124         * plugins-scripts/check_oracle.sh: Add test for Oracle name server,
8125           can dynamicall determine ORACLE_HOME - tom Bertelson
8127 2002-06-06 05:14  sghosh
8129         * plugins-scripts/check_flexlm.pl: conditional on lmstat
8131 2002-06-06 05:13  sghosh
8133         * plugins-scripts/check_ntp.pl: conditional on ntpdc
8135 2002-05-29 01:57  sghosh
8137         * command.cfg.in: notes added
8139 2002-05-28 04:14  sghosh
8141         * command.cfg.in: option updates, more examples
8143 2002-05-28 03:41  sghosh
8145         * command.cfg.in: option updates, more examples
8147 2002-05-27 03:10  sghosh
8149         * plugins-scripts/check_ntp.pl: checked in too quickly
8151 2002-05-27 03:05  sghosh
8153         * doc/: README, developer-guidelines.html,
8154           developer-guidelines.sgml: added developer guidelines.
8156 2002-05-27 03:03  sghosh
8158         * configure.in: typo, AIX 4.3 ps, smbclient, Net::SNMP fixes
8160 2002-05-27 03:01  sghosh
8162         * acconfig.h, plugins-scripts/utils.pm.in:  new var - smbclient
8164 2002-05-27 02:56  sghosh
8166         * plugins-scripts/check_ntp.pl: logic reorg, ePN fix and support
8167           for utils.pm
8169 2002-05-27 02:55  sghosh
8171         * plugins-scripts/check_disk_smb.pl: ePN fix and support for
8172           utils.pm
8174 2002-05-23 17:39  sghosh
8176         * contrib/: check_log2.pl, check_vcs.pl: New plugins from Aaron
8177           Bostick - Veritas Cluster, logfile
8179 2002-05-10 04:51  sghosh
8181         * plugins-scripts/check_rpc.pl: updates for ePN, patch for multiple
8182           version check
8184 2002-05-10 04:49  sghosh
8186         * configure.in, plugins-scripts/utils.pm.in: added programs to
8187           autoconf
8189 2002-05-10 04:49  sghosh
8191         * acconfig.h: Added programs for autoconf
8193 2002-05-09 20:03  sghosh
8195         * plugins-scripts/: Makefile.am, check_ifoperstatus.pl: migrated
8196           check_ifoperstatus to standard plugin
8198 2002-05-08 16:35  sghosh
8200         * plugins/check_ping.c:  patch for Suse 8.0 loss output
8202 2002-05-08 06:10  sghosh
8204         * plugins-scripts/utils.pm.in:  is_hostname added, update CODES to
8205           POSIX
8207 2002-05-08 06:07  sghosh
8209         * plugins/: check_hpjd.c, check_ups.c: updated notes
8211 2002-05-08 06:04  sghosh
8213         * configure.in: updated messages and check for host command
8215 2002-05-08 05:58  sghosh
8217         * plugins-scripts/: Makefile.am, check_ifstatus.pl: moved updated
8218           check_ifstatus to standard plugin
8220 2002-05-07 06:35  sghosh
8222         * plugins-scripts/: check_breeze.pl, check_flexlm.pl,
8223           check_ircd.pl, check_netdns.pl, check_ntp.pl, check_wave.pl: 2nd
8224           fix for ePN
8226 2002-05-02 17:43  sghosh
8228         * plugins-scripts/: check_breeze.pl, check_disk_smb.pl,
8229           check_flexlm.pl, check_ircd.pl, check_netdns.pl, check_ntp.pl,
8230           check_rpc.pl, check_wave.pl: fix for embedded perl
8232 2002-05-02 17:22  sghosh
8234         * tools/: README, mini_epn.c, p1.pl: updated mini_epn and p1.pl
8235           added to plugins distribution
8237 2002-05-01 22:12  sghosh
8239         * contrib/tarballs/fetchlog-0.92.tar.gz: remote log check (via snmp
8240           possible) by  Alexander Haderer
8242 2002-04-29 03:58  kdebisschop
8244         * plugins/getopt.h: failed to carry over from old plugins, listed
8245           in EXTRA_DIST, needed for build
8247 2002-04-23 13:50  sghosh
8249         * plugins/check_ping.c: corrected program name and added rtt patch
8250           for RH7.2+beta
8252 2002-04-18 22:59  egalstad
8254         * contrib/check_inodes.pl: add check_inodes contrib plugin by John
8255           Jolet
8257 2002-04-18 05:38  egalstad
8259         * configure.in: configure script patch for ping syntax
8261 2002-04-07 06:13  sghosh
8263         * contrib/: check_backup.pl, check_dl_size.pl: plugins from Patrick
8264           Greenwell
8266 2002-04-05 23:22  sghosh
8268         * acconfig.h: added HOST_COMMAND
8270 2002-04-05 23:19  sghosh
8272         * contrib/tarballs/check_spread.tar: plugin to check spread
8273           messaging toolkit
8275 2002-04-03 03:58  sghosh
8277         * contrib/check_oracle_instance.pl:  from Sven Dolderer - check
8278           oracle instance
8280 2002-04-03 03:56  sghosh
8282         * plugins-scripts/check_nfs.pl: check_nfs functionality exists in
8283           check_rpc
8285 2002-03-18 05:15  sghosh
8287         * plugins-scripts/subst.in: function to update perl plugin scripts
8288           to find utils.pm
8290 2002-03-01 02:53  egalstad
8292         * plugins/: .cvsignore, config.h.in: Fix for stupid me
8294 2002-03-01 02:42  egalstad
8296         * contrib/check_breeze.pl, contrib/check_dhcp.c,
8297           contrib/check_flexlm.pl, contrib/check_hltherm.c,
8298           contrib/check_hprsc.pl, contrib/check_ipxping.c,
8299           contrib/check_memory.tgz, contrib/check_mysql.c,
8300           contrib/check_uptime.c, contrib/check_wave.pl,
8301           contrib/readme.txt, contrib/tarballs/berger-ping.tar.gz,
8302           contrib/tarballs/bowen-langley_plugins.tar.gz,
8303           contrib/tarballs/check_bgp-1.0.tar.gz,
8304           contrib/tarballs/check_breeze.tar.gz,
8305           contrib/tarballs/check_flexlm.tar.gz,
8306           contrib/tarballs/check_hltherm.tar.gz,
8307           contrib/tarballs/check_hprsc.tar.gz,
8308           contrib/tarballs/check_memory.tgz,
8309           contrib/tarballs/check_radius.tar.gz,
8310           contrib/tarballs/check_wave.tar.gz,
8311           contrib/tarballs/hopcroft-plugins.tar.gz,
8312           contrib/tarballs/radius.tar.gz, plugins/.cvsignore,
8313           plugins/config.h.in: Contrib plugin cleanup
8315 2002-02-28 06:42  egalstad
8317         * .cvsignore, AUTHORS, CODING, COPYING, ChangeLog, FAQ, Helper.pm,
8318           INSTALL, Makefile.am, NEWS, README, REQUIREMENTS, ROADMAP,
8319           Requirements, acconfig.h, aclocal.m4, command.cfg.in, LEGAL,
8320           configure.in, install-sh, make-tarball, missing, mkinstalldirs,
8321           nagios-plugins.spec, opttest.pl, package.def, rpm, subst.in,
8322           subst.sh, test.pl.in, contrib/check_apache.pl,
8323           contrib/check_apc_ups.pl, contrib/check_bgpstate.pl,
8324           contrib/check_dhcp.c, contrib/check_dlswcircuit.pl,
8325           contrib/check_dns_random.pl, contrib/check_email_loop.pl,
8326           contrib/check_fping_in.c, contrib/check_ftpget.pl,
8327           contrib/check_ifoperstatus.pl, contrib/check_ifstatus.pl,
8328           contrib/check_pop3.pl, contrib/check_qmailq.pl,
8329           contrib/check_timeout.c, contrib/checkciscotemp.pl,
8330           contrib/check_ipxping.c, contrib/check_joy.sh,
8331           contrib/check_maxchannels.pl, contrib/check_maxwanstate.pl,
8332           contrib/check_mem.pl, contrib/check_memory.tgz,
8333           contrib/check_mysql.c, contrib/check_mysql.pl,
8334           contrib/check_netapp.pl, contrib/check_nmap.py,
8335           contrib/check_nwstat.pl, contrib/check_ora_table_space.pl,
8336           contrib/check_rrd_data.pl, contrib/check_sap.sh,
8337           contrib/check_sockets.pl, contrib/check_uptime.c,
8338           contrib/maser-oracle.pl, contrib/mrtgext.pl, contrib/readme.txt,
8339           contrib/restrict.pl, contrib/utils.py, contrib/check_nagios.pl,
8340           contrib/urlize.pl, contrib/aix/check_crit_dsk,
8341           contrib/aix/check_dsk, contrib/aix/check_failed,
8342           contrib/aix/check_io, contrib/aix/check_kerberos,
8343           contrib/aix/check_ping, contrib/aix/check_queue,
8344           contrib/aix/pg_stat, contrib/tarballs/berger-ping.tar.gz,
8345           contrib/tarballs/bowen-langley_plugins.tar.gz,
8346           contrib/tarballs/check_bgp-1.0.tar.gz,
8347           contrib/tarballs/check_breeze.tar.gz,
8348           contrib/tarballs/check_flexlm.tar.gz,
8349           contrib/tarballs/check_hltherm.tar.gz,
8350           contrib/tarballs/check_hprsc.tar.gz,
8351           contrib/tarballs/check_radius.tar.gz,
8352           contrib/tarballs/check_wave.tar.gz,
8353           contrib/tarballs/hopcroft-plugins.tar.gz,
8354           contrib/tarballs/radius.tar.gz, plugins/.cvsignore,
8355           plugins/Makefile.am, plugins/check_by_ssh.c, plugins/check_dig.c,
8356           plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c,
8357           plugins/check_fping.c, plugins/check_ftp.c, plugins/check_game.c,
8358           plugins/check_hpjd.c, plugins/check_http.c,
8359           plugins/check_ide-smart.c, plugins/check_imap.c,
8360           plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c,
8361           plugins/check_mrtgtraf.c, plugins/check_mysql.c,
8362           plugins/check_nntp.c, plugins/check_nt.c, plugins/check_nwstat.c,
8363           plugins/check_overcr.c, plugins/check_pgsql.c,
8364           plugins/check_ping.c, plugins/check_pop.c, plugins/check_procs.c,
8365           plugins/check_radius.c, plugins/check_real.c,
8366           plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_ssh.c,
8367           plugins/check_swap.c, plugins/check_tcp.c, plugins/check_time.c,
8368           plugins/check_udp.c, plugins/check_ups.c, plugins/check_users.c,
8369           plugins/check_vsz.c, plugins/common.h.in, plugins/getopt.c,
8370           plugins/getopt1.c, plugins/netutils.c, plugins/netutils.h.in,
8371           plugins/popen.c, plugins/popen.h.in, plugins/snprintf.c,
8372           plugins/urlize.c, plugins/check_nagios.c, plugins/utils.c,
8373           plugins/utils.h.in, plugins/version.h.in, plugins/t/check_disk.t,
8374           plugins/t/check_dns.t, plugins/t/check_fping.t,
8375           plugins/t/check_ftp.t, plugins/t/check_hpjd.t,
8376           plugins/t/check_http.t, plugins/t/check_imap.t,
8377           plugins/t/check_load.t, plugins/t/check_mysql.t,
8378           plugins/t/check_ping.t, plugins/t/check_pop.t,
8379           plugins/t/check_procs.t, plugins/t/check_smtp.t,
8380           plugins/t/check_snmp.t, plugins/t/check_swap.t,
8381           plugins/t/check_tcp.t, plugins/t/check_time.t,
8382           plugins/t/check_udp.t, plugins/t/check_users.t,
8383           plugins/t/check_vsz.t, plugins/tests/check_disk,
8384           plugins/tests/check_dns, plugins/tests/check_ftp,
8385           plugins/tests/check_hpjd, plugins/tests/check_http,
8386           plugins/tests/check_load, plugins/tests/check_ping,
8387           plugins/tests/check_procs, plugins/tests/check_swap,
8388           plugins/tests/check_users, plugins/tests/check_vsz,
8389           plugins-scripts/.cvsignore, plugins-scripts/Makefile.am,
8390           plugins-scripts/check_breeze.pl,
8391           plugins-scripts/check_disk_smb.pl,
8392           plugins-scripts/check_flexlm.pl, plugins-scripts/check_ircd.pl,
8393           plugins-scripts/check_log.sh, plugins-scripts/check_netdns.pl,
8394           plugins-scripts/check_nfs.pl, plugins-scripts/check_ntp.pl,
8395           plugins-scripts/check_oracle.sh, plugins-scripts/check_rpc.pl,
8396           plugins-scripts/check_sensors.sh, plugins-scripts/check_wave.pl,
8397           plugins-scripts/subst.in, plugins-scripts/utils.pm.in,
8398           plugins-scripts/utils.sh.in, plugins-scripts/t/check_rpc.t,
8399           tools/setup, tools/tango: Initial import of existing plugin code
8401 2002-02-28 06:42  egalstad
8403         * .cvsignore, AUTHORS, CODING, COPYING, ChangeLog, FAQ, Helper.pm,
8404           INSTALL, Makefile.am, NEWS, README, REQUIREMENTS, ROADMAP,
8405           Requirements, acconfig.h, aclocal.m4, command.cfg.in, LEGAL,
8406           configure.in, install-sh, make-tarball, missing, mkinstalldirs,
8407           nagios-plugins.spec, opttest.pl, package.def, rpm, subst.in,
8408           subst.sh, test.pl.in, contrib/check_apache.pl,
8409           contrib/check_apc_ups.pl, contrib/check_bgpstate.pl,
8410           contrib/check_dhcp.c, contrib/check_dlswcircuit.pl,
8411           contrib/check_dns_random.pl, contrib/check_email_loop.pl,
8412           contrib/check_fping_in.c, contrib/check_ftpget.pl,
8413           contrib/check_ifoperstatus.pl, contrib/check_ifstatus.pl,
8414           contrib/check_pop3.pl, contrib/check_qmailq.pl,
8415           contrib/check_timeout.c, contrib/checkciscotemp.pl,
8416           contrib/check_ipxping.c, contrib/check_joy.sh,
8417           contrib/check_maxchannels.pl, contrib/check_maxwanstate.pl,
8418           contrib/check_mem.pl, contrib/check_memory.tgz,
8419           contrib/check_mysql.c, contrib/check_mysql.pl,
8420           contrib/check_netapp.pl, contrib/check_nmap.py,
8421           contrib/check_nwstat.pl, contrib/check_ora_table_space.pl,
8422           contrib/check_rrd_data.pl, contrib/check_sap.sh,
8423           contrib/check_sockets.pl, contrib/check_uptime.c,
8424           contrib/maser-oracle.pl, contrib/mrtgext.pl, contrib/readme.txt,
8425           contrib/restrict.pl, contrib/utils.py, contrib/check_nagios.pl,
8426           contrib/urlize.pl, contrib/aix/check_crit_dsk,
8427           contrib/aix/check_dsk, contrib/aix/check_failed,
8428           contrib/aix/check_io, contrib/aix/check_kerberos,
8429           contrib/aix/check_ping, contrib/aix/check_queue,
8430           contrib/aix/pg_stat, contrib/tarballs/berger-ping.tar.gz,
8431           contrib/tarballs/bowen-langley_plugins.tar.gz,
8432           contrib/tarballs/check_bgp-1.0.tar.gz,
8433           contrib/tarballs/check_breeze.tar.gz,
8434           contrib/tarballs/check_flexlm.tar.gz,
8435           contrib/tarballs/check_hltherm.tar.gz,
8436           contrib/tarballs/check_hprsc.tar.gz,
8437           contrib/tarballs/check_radius.tar.gz,
8438           contrib/tarballs/check_wave.tar.gz,
8439           contrib/tarballs/hopcroft-plugins.tar.gz,
8440           contrib/tarballs/radius.tar.gz, plugins/.cvsignore,
8441           plugins/Makefile.am, plugins/check_by_ssh.c, plugins/check_dig.c,
8442           plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c,
8443           plugins/check_fping.c, plugins/check_ftp.c, plugins/check_game.c,
8444           plugins/check_hpjd.c, plugins/check_http.c,
8445           plugins/check_ide-smart.c, plugins/check_imap.c,
8446           plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c,
8447           plugins/check_mrtgtraf.c, plugins/check_mysql.c,
8448           plugins/check_nntp.c, plugins/check_nt.c, plugins/check_nwstat.c,
8449           plugins/check_overcr.c, plugins/check_pgsql.c,
8450           plugins/check_ping.c, plugins/check_pop.c, plugins/check_procs.c,
8451           plugins/check_radius.c, plugins/check_real.c,
8452           plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_ssh.c,
8453           plugins/check_swap.c, plugins/check_tcp.c, plugins/check_time.c,
8454           plugins/check_udp.c, plugins/check_ups.c, plugins/check_users.c,
8455           plugins/check_vsz.c, plugins/common.h.in, plugins/getopt.c,
8456           plugins/getopt1.c, plugins/netutils.c, plugins/netutils.h.in,
8457           plugins/popen.c, plugins/popen.h.in, plugins/snprintf.c,
8458           plugins/urlize.c, plugins/check_nagios.c, plugins/utils.c,
8459           plugins/utils.h.in, plugins/version.h.in, plugins/t/check_disk.t,
8460           plugins/t/check_dns.t, plugins/t/check_fping.t,
8461           plugins/t/check_ftp.t, plugins/t/check_hpjd.t,
8462           plugins/t/check_http.t, plugins/t/check_imap.t,
8463           plugins/t/check_load.t, plugins/t/check_mysql.t,
8464           plugins/t/check_ping.t, plugins/t/check_pop.t,
8465           plugins/t/check_procs.t, plugins/t/check_smtp.t,
8466           plugins/t/check_snmp.t, plugins/t/check_swap.t,
8467           plugins/t/check_tcp.t, plugins/t/check_time.t,
8468           plugins/t/check_udp.t, plugins/t/check_users.t,
8469           plugins/t/check_vsz.t, plugins/tests/check_disk,
8470           plugins/tests/check_dns, plugins/tests/check_ftp,
8471           plugins/tests/check_hpjd, plugins/tests/check_http,
8472           plugins/tests/check_load, plugins/tests/check_ping,
8473           plugins/tests/check_procs, plugins/tests/check_swap,
8474           plugins/tests/check_users, plugins/tests/check_vsz,
8475           plugins-scripts/.cvsignore, plugins-scripts/Makefile.am,
8476           plugins-scripts/check_breeze.pl,
8477           plugins-scripts/check_disk_smb.pl,
8478           plugins-scripts/check_flexlm.pl, plugins-scripts/check_ircd.pl,
8479           plugins-scripts/check_log.sh, plugins-scripts/check_netdns.pl,
8480           plugins-scripts/check_nfs.pl, plugins-scripts/check_ntp.pl,
8481           plugins-scripts/check_oracle.sh, plugins-scripts/check_rpc.pl,
8482           plugins-scripts/check_sensors.sh, plugins-scripts/check_wave.pl,
8483           plugins-scripts/subst.in, plugins-scripts/utils.pm.in,
8484           plugins-scripts/utils.sh.in, plugins-scripts/t/check_rpc.t,
8485           tools/setup, tools/tango: Initial revision