Code

Prep for 1.4.10
[nagiosplug.git] / ChangeLog
1 2007-09-26 10:57  hweiss
3         * [r1800] NEWS, plugins/check_radius.c:
4           Drop the weird and undocumented behaviour of using positional
5           argument
6           parsing instead of getopt(3) if 8 command line arguments were
7           given (as
8           suggested by Matthias) and check whether all required arguments
9           have
10           been specified in order to spit out proper error messages and to
11           avoid a
12           possible segfault (as suggested by Thomas).
14 2007-09-26 04:16  dermoth
16         * [r1799] NEWS, THANKS.in, plugins/check_ntp.c:
17           Patch #1798774: check_ntp: honor ntp flags
19 2007-09-24 19:34  tonvoon
21         * [r1798] perlmods, perlmods/Nagios-Plugin-0.20.tar.gz,
22           perlmods/Nagios-Plugin-0.21.tar.gz:
23           Update N::P with new version, redirecting help, version and usage
24           to
25           stdout
27 2007-09-24 18:51  tonvoon
29         * [r1796] doc/developer-guidelines.sgml:
30           State that stderr should not have any output
32 2007-09-24 00:30  hweiss
34         * [r1794] NEWS, configure.in, plugins/netutils.c:
35           Let ./configure --without-ipv6 suppress non-IPv4 DNS lookups
36           (noted by
37           Mark Frost on nagios-users@)
39 2007-09-23 12:29  psychotrahe
41         * [r1793] plugins/check_disk.c, plugins/negate.c:
42           Removed some c99 style comments
44 2007-09-23 12:26  psychotrahe
46         * [r1792] NEWS, plugins/check_by_ssh.c:
47           Added multiline output capability to check_by_ssh. Thanks to
48           Matthias Flacke (#1769653)
50 2007-09-23 11:18  psychotrahe
52         * [r1791] BUGS:
53           removed solved issues
55 2007-09-23 11:03  psychotrahe
57         * [r1790] REQUIREMENTS:
58           Added radiusclient-ng support to requirement notes
60 2007-09-23 10:58  psychotrahe
62         * [r1789] NEWS, plugins/check_disk.c:
63           Fixed bug: stat was called on remote fs even if -l was given
64           Added -L option to call stat on remote fs but without threshold
65           comparison
67 2007-09-23 09:48  psychotrahe
69         * [r1788] NEWS, THANKS.in, configure.in, plugins/check_radius.c:
70           Added radiusclient-ng support for check_radius. Thanks to
71           Sebastien Guay (#1218438)
73 2007-09-22 17:48  psychotrahe
75         * [r1787] lib/utils_disk.c, lib/utils_tcp.c, plugins/check_disk.c:
76           substituted bool/true/false with int/TRUE/FALSE (discussed on
77           np-devel)
79 2007-09-22 17:40  psychotrahe
81         * [r1786] NEWS, lib/tests/test_disk.c, lib/utils_disk.c,
82           lib/utils_disk.h, plugins/check_disk.c, plugins/t/check_disk.t:
83           Added -i/-I to ignore pathes/partitions based on regular
84           expressions
85           Added check_disk -A selecting all filesystems
86           -E option must now be passed before -p or -r/-R
87           Passing -E after -p or -r results in UNKNOWN state
88           Fixed bug when mixing case sensitive and insensitive regexes
90 2007-09-22 03:00  dermoth
92         * [r1785] NEWS, plugins/negate.c, plugins/t/negate.t:
93           Rewrite the "map changes to return codes" patch nearly from
94           scratch.
96 2007-09-21 23:01  tonvoon
98         * [r1784] NEWS, configure.in, lib/Makefile.am,
99           lib/tests/Makefile.am, lib/tests/test_cmd.c,
100           lib/tests/test_cmd.t, lib/utils_cmd.c, lib/utils_cmd.h,
101           plugins/Makefile.am, plugins/negate.c, plugins/t/negate.pl,
102           plugins/t/negate.t:
103           Stop double expansion of parameters for negate - works like
104           time command now
106 2007-09-21 05:05  dermoth
108         * [r1783] plugins/check_disk.c:
109           My solaris box needs %llu to display 64bits integers.
111 2007-09-21 04:59  dermoth
113         * [r1782] plugins/check_disk.c:
114           - Added some variables at verbose==3
115           - Removed support for verbose<0 (-q). -q was broken and tried to
116           to the same as -e.
117           - -q in now an undocumented alias of -e (for
118           backward-compatibility).
119           NB: Long help text for -d was already missing.
120           - Reordered the switches so that:
121           Ā  a. less-important ones are in alphabetical order
122           b. short and long help orders match.
123           - Enclosed "-p | -x" inside braces instead of brackets as one or
124           the other is required.
126 2007-09-17 08:19  tonvoon
128         * [r1781] Makefile.am:
129           Include directories and files required for perl modules
131 2007-09-15 14:25  hweiss
133         * [r1780] NEWS, plugins/check_smtp.c:
134           Properly handle SMTP server responses which are split into
135           multiple
136           packets (noted by Chris Adams on nagiosplug-help@). TODO: The new
137           recvline()/recvlines() functions should buffer received data
138           instead of
139           reading one byte at a time and they should be moved to netutils.c
140           so
141           that other plugins can use them, too.
143 2007-09-15 11:55  hweiss
145         * [r1779] NEWS, plugins-root/check_icmp.c:
146           Correct all instances of misaligned memory access. This fixes bus
147           erros
148           on platforms which require alignment (such as SPARC and MIPS).
150 2007-09-15 11:34  hweiss
152         * [r1778] tools/devmode:
153           Remove "-Wtraditional" from our development GCC flags. We use
154           ANSI C.
156 2007-09-13 11:36  tonvoon
158         * [r1777] Makefile.am, configure.in, perlmods,
159           perlmods/Class-Accessor-0.31.tar.gz,
160           perlmods/Config-Tiny-2.10.tar.gz, perlmods/Makefile.am,
161           perlmods/Math-Calc-Units-1.06.tar.gz,
162           perlmods/Nagios-Plugin-0.20.tar.gz,
163           perlmods/Params-Validate-0.88.tar.gz,
164           perlmods/Test-Simple-0.70.tar.gz, perlmods/install_order,
165           tools/build_perl_modules:
166           Adding in optional Nagios::Plugin perl module (and
167           dependencies) compilation and installation
169 2007-08-28 03:19  dermoth
171         * [r1771] contrib/check_apc_ups.pl, contrib/check_appletalk.pl,
172           contrib/check_linux_raid.pl, contrib/check_snmp_procs.pl:
173           These plugins assumed the "use lib util.pm;" would be substituted
174           like standard Perl plugins (in plugins-scripts) which isn't the
175           case in contrib. I changed the "use lib" line to use the default
176           path. People using custom paths will have to change it manually.
178 2007-08-09 12:32  hweiss
180         * [r1770] plugins/check_disk.c:
181           Don't use C++ style comments (noted by Johannes Kingma on
182           nagiosplug-help@)
184 2007-07-31 14:47  hweiss
186         * [r1769] plugins/check_smtp.c:
187           Read the response to an SMTP QUIT command before closing the
188           socket
189           (noted by Dieter Hendricks on nagiosplug-help@)
191 2007-07-29 12:42  hweiss
193         * [r1768] lib/utils_base.c:
194           Don't use C++ style comments.
196 2007-07-27 15:49  hweiss
198         * [r1767] tools/tinderbox_build:
199           If the TMPDIR environment variable is set, use that instead of
200           "/tmp" as
201           the installation directory.
203 2007-07-26 17:32  hweiss
205         * [r1766] NEWS, plugins-root/check_dhcp.c:
206           The "--serverip" and "--requestedip" options now accept host
207           names, too.
208           This doesn't quite fit the option names and so far I haven't
209           changed the
210           "--help" output which currently only talks about IP addresses.
211           However,
212           I don't see why resolving host names should not be supported.
213           
214           Also note that for the moment, I added a quick'n'dirty
215           resolve_host()
216           function which should really go into netutils.c. I just wanted to
217           think
218           about its interface a bit more before providing such a function
219           globally.
221 2007-07-26 12:38  hweiss
223         * [r1765] NEWS, plugins-root/check_dhcp.c:
224           New "-m, --mac" option which allows for specifying the MAC
225           address to
226           use in the DHCP request.
228 2007-07-26 00:46  hweiss
230         * [r1764] plugins-root/check_dhcp.c:
231           Make sure strncpy(3)d buffers are nul-terminated.
233 2007-07-26 00:07  hweiss
235         * [r1763] plugins-root/check_dhcp.c:
236           A few minor fixes/improvements which were included with (but
237           unrelated
238           to) the "--unicast" patch (Andreas Ericsson and Heiti Ernits -
239           1218235)
241 2007-07-26 00:02  hweiss
243         * [r1762] NEWS, THANKS.in, configure.in, plugins-root/check_dhcp.c:
244           New "-u, --unicast" option which gives check_dhcp the ability to
245           mimic a
246           DHCP relay server in order to check remote subnets (Heiti Ernits
247           and
248           Andreas Ericsson - 1218235)
250 2007-07-24 00:35  tonvoon
252         * [r1761] .cvsignore, build-aux/.cvsignore, doc/.cvsignore,
253           gl/.cvsignore, intl/.cvsignore, lib/.cvsignore,
254           lib/tests/.cvsignore, m4/.cvsignore, pkg/solaris/.cvsignore,
255           plugins-root/.cvsignore, plugins-scripts/.cvsignore,
256           plugins/.cvsignore, plugins/t/.cvsignore, po/.cvsignore:
257           Removing all .cvsignore files
259 2007-07-24 00:35  tonvoon
261         * [r1760] tools/sfsnapshot, tools/sfwebcron:
262           Updated to use svn instead of cvs
264 2007-07-21 16:29  hweiss
266         * [r1759] NEWS, plugins/check_http.c:
267           Add "Connection: close" to the HTTP request header, which tells
268           HTTP/1.1
269           servers to close the connection after completion of the response.
270           This
271           should be compatible with HTTP/1.0, as HTTP/1.0 allows for custom
272           header
273           fields which should be ignored if not recognized by the server.
274           With
275           some server configurations, the server would keep the connection
276           alive
277           without this header line (despite the plugin requesting
278           HTTP/1.0),
279           resulting in the plugin running into either the server's or it's
280           own
281           timeout (reported by Roman Schliessmeyer and Jesse Morgan via
282           IRC).
284 2007-07-15 15:21  psychotrahe
286         * [r1758] THANKS.in, plugins/check_procs.c:
287           Make ps column count in zombie detection less restrictive. Thanks
288           to Andrew Elwell (#1280470)
290 2007-07-14 19:36  psychotrahe
292         * [r1757] THANKS.in, plugins/check_smtp.c:
293           Fixed segfault in argument processing. Thanks to Christoph Schell
294           (#1742066)
296 2007-07-14 18:30  psychotrahe
298         * [r1756] THANKS.in, plugins/check_ntp.c:
299           check_ntp: Fixed typo in typo in argument sanity check. Thanks to
300           Aurelien Bompard (#1753506)
302 2007-07-10 20:45  psychotrahe
304         * [r1755] NEWS, plugins/check_disk.c:
305           Added examples for new features to check_disk
307 2007-07-10 20:18  psychotrahe
309         * [r1754] NEWS, plugins/check_disk.c, plugins/t/check_disk.t:
310           Check_disk now calls stat() for all filesystems to check.
311           Check_disk prints an strerror() message if the call of stat()
312           fails.
314 2007-07-07 22:20  psychotrahe
316         * [r1753] plugins/check_ldap.c:
317           Added -v/--verbose argument to call ldap_perror() for detailed
318           messages on failure.
320 2007-07-07 12:02  psychotrahe
322         * [r1752] plugins/utils.c:
323           Changed output order of print_revision
324           print_revision now uses clean_revstring
326 2007-07-07 11:55  psychotrahe
328         * [r1751] plugins-scripts/utils.pm.in:
329           Changed print_revision output order in utils.pm
331 2007-07-07 11:54  psychotrahe
333         * [r1750] plugins-scripts/check_file_age.pl:
334           substituted $ID$ through $Revision$ in print_revision call
336 2007-07-07 11:40  psychotrahe
338         * [r1749] plugins-scripts/check_log.sh,
339           plugins-scripts/check_oracle.sh, plugins-scripts/utils.sh.in:
340           Changed order in -V/--version output
341           Fixed -V output for check_log and check_oracle
343 2007-07-06 23:03  psychotrahe
345         * [r1748] doc/developer-guidelines.sgml:
346           Added hint to avoid using the boolean type in C as discussed on
347           the devel list
349 2007-06-20 11:09  psychotrahe
351         * [r1747] plugins/check_ldap.c:
352           Fixed default behaviour of check_ldaps
354 2007-06-20 11:00  psychotrahe
356         * [r1746] NEWS, plugins/check_ldap.c:
357           Clarified check_ldaps behaviour. New arguments to explicitly
358           select secure connect behaviour (--starttls/--ssl).
360 2007-06-20 09:01  psychotrahe
362         * [r1745] plugins/check_cluster.c:
363           added -V/--version to check_cluster
365 2007-06-18 20:20  psychotrahe
367         * [r1744] REQUIREMENTS, configure.in, plugins, plugins/.cvsignore:
368           Make Linux specific plugin check_ide_smart build if appropriate
369           headers are found
371 2007-06-17 19:34  hweiss
373         * [r1743] plugins/check_http.c:
374           Minor fixes.
376 2007-06-17 19:22  hweiss
378         * [r1742] NEWS, plugins/check_http.c:
379           Fix buffer overflow vulnerabilities when parsing HTTP redirect
380           'Location:' strings using sscanf(3) (Nobuhiro Ban - 1687867)
382 2007-06-15 18:37  hweiss
384         * [r1741] plugins/check_http.c:
385           When following redirects, the plugin supported 'Location:' header
386           fields
387           which spanned multiple lines. However, it was not checked whether
388           extra
389           lines are preceeded with white space, which could lead to the
390           following
391           header field name being interpreted as the value of the
392           'Location:'
393           field if the latter was empty for some reason.
395 2007-06-15 18:31  hweiss
397         * [r1740] plugins/check_http.c:
398           `host_name' is a NULL pointer if the "-I" flag is used instead of
399           "-H",
400           so use `server_address' instead. Fixes a possible segfault when
401           following redirects to relative URLs (reported by Ingo
402           Lantschner).
404 2007-06-13 09:43  psychotrahe
406         * [r1739] plugins/check_ide_smart.c:
407           Fixed some syntax errors to make check_ide_smart build
409 2007-06-12 23:18  hweiss
411         * [r1738] plugins/check_by_ssh.c:
412           Add "-v" to help/usage output.
414 2007-06-12 07:13  psychotrahe
416         * [r1737] plugins/popen.c:
417           Removed debug line
419 2007-06-11 20:54  psychotrahe
421         * [r1736] THANKS.in, plugins/popen.c:
422           Fixed problem with popen.c not parsing --longopt='foo bar'
423           correctly (Daniel Bimschas #1291987)
425 2007-06-04 09:07  tonvoon
427         * [r1735] THANKS.in:
428           Removed duplicate names
430 2007-06-04 08:58  tonvoon
432         * [r1733] BUGS, ChangeLog, NEWS, configure.in, package.def:
433           For 1.4.9 release
435 2007-06-03 15:58  psychotrahe
437         * [r1732] lib/tests/test_tcp.c:
438           Minor corrections to test_tcp.c
440 2007-06-03 15:14  psychotrahe
442         * [r1731] lib/tests/Makefile.am:
443           Makefile.am changes for test_tcp.c
445 2007-06-03 15:00  psychotrahe
447         * [r1730] configure.in, lib/tests, lib/tests/.cvsignore,
448           lib/tests/test_tcp.c, lib/tests/test_tcp.t:
449           Added test cases for utils_tcp
451 2007-06-03 14:40  psychotrahe
453         * [r1729] NEWS, lib/Makefile.am, lib/utils_tcp.c, lib/utils_tcp.h,
454           plugins/check_tcp.c:
455           Moved check_tcp's expect string testing into utils_tcp for
456           testing purposes.
457           Added -A/--all flag to test for every expect string passed.
459 2007-06-01 23:11  hweiss
461         * [r1728] BUGS, NEWS:
462           Fix possible check_http segfaults when following HTTP redirects.
464 2007-06-01 23:08  hweiss
466         * [r1727] plugins/check_http.c:
467           Fix an off-by-one error where a realloc(3) call doesn't allocate
468           space
469           for nul-termination (Aravind Gottipati - 1729692)
471 2007-06-01 22:57  hweiss
473         * [r1726] plugins/sslutils.c:
474           Call the SSL library initialization functions only once (not for
475           every
476           SSL connection).
478 2007-06-01 17:06  hweiss
480         * [r1725] plugins/sslutils.c:
481           Save an entire CPU cycle if c points to NULL already.
483 2007-06-01 16:42  hweiss
485         * [r1724] plugins/sslutils.c:
486           Set the pointers to the SSL and SSL_CTX objects back to NULL
487           after
488           freeing them in np_net_ssl_cleanup(). This fixes a check_http
489           segfault
490           if an SSL site redirects to a non-SSL one (reported by Aravind
491           Gottipati
492           via IRC).
494 2007-05-29 20:01  psychotrahe
496         * [r1723] plugins/check_tcp.c:
497           Fix segfault when -e is specified multiple times. Thanks to John
498           Rouillard and Ralph Roessner (#1475899)
500 2007-05-29 19:11  psychotrahe
502         * [r1722] plugins/check_tcp.c:
503           No more warn/crit values in performance data if -w and -c are not
504           specified.
505           Thanks to Simon Bellwood (#1181554)
507 2007-05-29 05:22  dermoth
509         * [r1721] NEWS, plugins/check_snmp.c:
510           check_snmp don't warn anymore if something is printed on stderr
512 2007-05-29 04:25  dermoth
514         * [r1720] plugins/check_snmp.c:
515           change a bunch of whitespaces (no code was harmed)
517 2007-05-27 14:49  psychotrahe
519         * [r1719] THANKS.in, plugins-scripts/check_oracle.sh:
520           check_oracle does not need a valid ORACLE_HOME if called with
521           --db. Thanks to Jason Martin (#1505551)
523 2007-05-27 13:46  seanius
525         * [r1718] lib/utils_base.c, lib/utils_base.h,
526           plugins-root/check_dhcp.c, plugins-root/check_icmp.c:
527           added functions to utils_base:
528           np_check_if_root() - returns nonzero if geteuid()==0
529           np_warn_if_not_root() - uses the above to print an informative
530           warning
531           added uses of these functions to check_dhcp and check_icmp.
533 2007-05-24 08:53  tonvoon
535         * [r1717] plugins/t/negate.pl:
536           Test for new functionality in negate (not automatically run in
537           make test)
539 2007-05-24 08:35  tonvoon
541         * [r1716] plugins/check_dummy.c, plugins/t/check_dummy.t:
542           Tests for check_dummy
544 2007-05-23 08:22  dermoth
546         * [r1715] NEWS, plugins/check_http.c, po/de.po, po/fr.po,
547           po/nagios-plugins.pot:
548           Update many strings in check_http to get more consistent output
549           Update translation files; fix all check_http changes in French
550           and most changes in German.
552 2007-05-18 07:17  dermoth
554         * [r1714] plugins/t/check_tcp.t:
555           Make check_tcp.t compatible with picky web servers.
557 2007-05-13 20:02  hweiss
559         * [r1713] plugins/check_http.c:
560           Add missing options to the usage output.
562 2007-05-13 12:28  psychotrahe
564         * [r1712] THANKS.in, plugins-root/check_dhcp.c:
565           check_dhcp now adds mandatory end option (Thanks to Enrico Scholz
566           - #1675306)
568 2007-05-12 07:45  psychotrahe
570         * [r1711] plugins/check_cluster.c:
571           Fixed glibc error caused in utils_base.c due to uninitialized
572           thresholds struct (spotted on ubundu 6.06 LTS).
574 2007-05-12 00:49  tonvoon
576         * [r1710] ABOUT-NLS, build-aux/mkinstalldirs, configure.in:
577           Updating gettext files from coreutils-6.9. mkinstalldirs needs to
578           be in
579           build-aux for some systems without gettext natively. Also have at
580           top level,
581           though gettext documentation says file not neceesary
583 2007-05-09 09:16  psychotrahe
585         * [r1709] plugins/check_ups.c:
586           small typo in --help
588 2007-05-09 09:09  psychotrahe
590         * [r1708] THANKS.in, plugins/check_ups.c:
591           Fixed --help output (Ask Bjoern Hansen - #1714823)
593 2007-05-09 08:16  psychotrahe
595         * [r1707] plugins/t/check_disk.t:
596           added testcase to verify that old positional arguments only
597           select one path
599 2007-05-03 20:43  psychotrahe
601         * [r1706] ChangeLog, THANKS.in, plugins/check_disk.c:
602           fixed backward incompatibility introduced in 1.4.8 where all
603           partitions are selected,
604           if path is specified as last argument (without using -p).
605           Thanks to Emil Michles (Emilis) on #nagios
607 2007-05-02 10:11  dermoth
609         * [r1705] tools/distclean:
610           Making Solaris happy
612 2007-05-02 05:30  dermoth
614         * [r1704] NEWS:
615           /* Nothing */
617 2007-05-02 05:22  dermoth
619         * [r1703] NEWS, THANKS.in, plugins/check_time.c:
620           Fix check_time returning wrong OK when time is before the epoch
621           on some arch
623 2007-04-28 21:57  psychotrahe
625         * [r1702] plugins/t/check_cluster.t:
626           added test cases for check_cluster
628 2007-04-25 22:21  tonvoon
630         * [r1701] tools/tinderbox_build:
631           Test installs into temporary directories
633 2007-04-25 22:10  tonvoon
635         * [r1700] NEWS, configure.in, plugins/check_load.c,
636           plugins/common.h, plugins/t/check_load.t:
637           check_load can optionally divide by number of cpus
639 2007-04-23 07:30  hweiss
641         * [r1699] plugins/check_ping.c:
642           #ifdef can only test a single macro, not an expression.
644 2007-04-20 17:55  hweiss
646         * [r1698] plugins-root/check_dhcp.c:
647           Remove unused variables.
649 2007-04-20 17:46  hweiss
651         * [r1697] plugins/check_cluster.c:
652           Include "utils_base.h".
654 2007-04-20 17:45  hweiss
656         * [r1696] lib/utils_base.h:
657           Declare print_thresholds().
659 2007-04-20 17:39  hweiss
661         * [r1695] plugins/check_cluster.c:
662           Predeclare functions and remove unused variables.
664 2007-04-20 17:25  hweiss
666         * [r1694] THANKS.in, plugins-root/check_dhcp.c:
667           Use the 'server identifier' option instead of the 'siaddr' field
668           as the
669           DHCP server address; see RFC 2131, 2. (Denis Knauf - 1667488)
671 2007-04-19 03:46  dermoth
673         * [r1693] NEWS, configure.in:
674           Fix compilation of check_ldap, check_radius and check_pgsql
675           (*ding*)
677 2007-04-18 19:31  hweiss
679         * [r1692] NEWS, plugins/check_by_ssh.c:
680           Revert my previous change to "-S/--skip" in favour of the two
681           options
682           "-E/--skip-stderr" and "-S/--skip-stdout". Both of them support
683           omitting the number of lines to skip, in which case all output on
684           the
685           respective file descriptor is skipped. "--skip" is kept as an
686           alias for
687           "--skip-stdout" for backwards compatibility with recent releases.
688           
689           Also, print a message if no (non-skipped) stdout/stderr output is
690           available. This fixes a segfault if the remote command prints no
691           output.
693 2007-04-15 15:17  dermoth
695         * [r1691] plugins/check_cluster.c:
696           Localization and help fixes (Thanks Benoit M.)
698 2007-04-15 09:03  dermoth
700         * [r1690] plugins/check_cluster.c:
701           Cosmetic change
703 2007-04-15 08:56  dermoth
705         * [r1689] contrib/check_cluster2.README:
706           More details about the changes
708 2007-04-15 08:50  dermoth
710         * [r1688] NEWS, plugins/Makefile.am, plugins/check_cluster.c:
711           Add thresholds support for check_cluster + lots of
712           standardization.
713           Add forgotten items to NEWS.
715 2007-04-15 06:44  dermoth
717         * [r1687] BUGS, plugins/check_snmp.c:
718           Fix bug #1344584: Counter64 values not handled correctly
720 2007-04-14 15:07  dermoth
722         * [r1686] BUGS:
723           Works for me
725 2007-04-14 03:09  hweiss
727         * [r1685] BUGS, plugins/check_by_ssh.c:
728           Up to revision 1.35, the "-S" option skipped the specified number
729           of
730           lines written to stderr. With revision 1.36 and newer, "-S"
731           skipped the
732           specified number of lines written to stdout. Now, "-S" skips the
733           specified number of lines written to stderr; and if the number
734           specified
735           via "-S" minus the number of lines written to stderr is larger
736           than 0,
737           the difference is used as the number of lines written to stdout
738           to skip.
739           Also, the "--help" output was fixed. (Hector - 1675286)
741 2007-04-13 11:38  dermoth
743         * [r1684] plugins, plugins/.cvsignore:
744           ... Some CVS magic too
746 2007-04-13 11:35  dermoth
748         * [r1683] contrib/check_cluster2.README, plugins/Makefile.am,
749           plugins/check_cluster.c:
750           automake magic for check_cluster
752 2007-04-11 14:43  tonvoon
754         * [r1682] doc/RELEASING:
755           Add news item to nagiosplugins.org
757 2007-04-11 12:08  tonvoon
759         * [r1680] AUTHORS, BUGS, ChangeLog, NEWS, configure.in,
760           package.def:
761           1.4.8 release
763 2007-04-10 07:17  dermoth
765         * [r1679] po/POTFILES.in, po/de.po, po/fr.po,
766           po/nagios-plugins.pot:
767           Add some check_ntp translations
769 2007-04-10 07:17  dermoth
771         * [r1678] plugins/check_ntp.c:
772           - Fix possibility of printing scientific numbers in perfdata
773           - Use fperfdata function for perfdata formatting
774           - Make the printing part a bit more flexible (similar to
775           check_disk)
777 2007-04-10 05:58  dermoth
779         * [r1677] po/de.po, po/fr.po, po/nagios-plugins.pot:
780           Hopefully this is correct. Need to make more changes so I'm
781           commiting these.
783 2007-04-04 20:08  dermoth
785         * [r1676] plugins/check_ntp.c:
786           Fix for getting dispersion instead of jitter on older servers
787           (like xntpd on Solaris).
789 2007-04-03 17:19  hweiss
791         * [r1675] plugins/check_ntp.c:
792           Fix the synchronization source selection on big-endian systems.
794 2007-04-03 01:31  dermoth
796         * [r1674] plugins/check_ntp.c:
797           Temporary fix for jitter calculation
799 2007-04-02 12:39  hweiss
801         * [r1673] plugins/check_ntp.c:
802           Don't rely on the assumption that the size of a READSTAT response
803           is a
804           multiple of sizeof(ntp_assoc_status_pair).
806 2007-04-02 09:28  tonvoon
808         * [r1672] lib/tests/Makefile.am:
809           Add libgnu.a as regex functions required
811 2007-04-02 07:32  dermoth
813         * [r1671] plugins/check_ntp.c:
814           Fix byte order in verbose logging
816 2007-04-02 06:00  dermoth
818         * [r1670] plugins/check_ntp.c:
819           Seems like we don't get any jitter sometimes. While this needs to
820           be fixed we should at least handle it gracefully.
822 2007-04-01 14:21  psychotrahe
824         * [r1669] plugins/t/check_http.t:
825           check_http.t: - added internet_access variable to skip tests
826           where internet access is required.
827           - added host_tcp_http2 variable for a webserver serving the
828           string 'nagios' in index
829           - no tests are skipped if the new vars are not defined (existing
830           installations)
832 2007-04-01 11:17  psychotrahe
834         * [r1668] lib/utils_disk.c:
835           utils_disk: fixed handling if check_disk -p is a device
836           (np_set_best_match())
838 2007-03-31 18:49  hweiss
840         * [r1667] NEWS:
841           Various check_ntp fixes
843 2007-03-31 18:48  hweiss
845         * [r1666] plugins/check_ntp.c:
846           Fix an out-of-bounds memcpy(3) and add a realloc(3) error check
847           in
848           jitter_request().
850 2007-03-31 17:35  hweiss
852         * [r1665] plugins/check_ntp.c:
853           Add a warning to the verbose output if jitter_request() found no
854           synchronization source.
856 2007-03-31 17:29  hweiss
858         * [r1664] plugins/check_ntp.c:
859           Avoid division by zero.
861 2007-03-31 17:25  hweiss
863         * [r1663] plugins/check_ntp.c:
864           Remove the '-O' option, as it's ignored.
866 2007-03-30 15:45  tonvoon
868         * [r1662] m4/np_mysqlclient.m4:
869           Use AS_HELP_STRING instead of ACX_HELP_STRING
871 2007-03-30 14:08  tonvoon
873         * [r1661] NEWS, configure.in, m4/np_mysqlclient.m4:
874           Fix AC_CHECK_LIB for mysql_init - add dependent libraries. mysql
875           detection
876           separated into external m4 file
878 2007-03-30 09:00  psychotrahe
880         * [r1660] lib/tests/test_disk.c, plugins/t/check_disk.t:
881           Test Cases for check_disk's -r, -R, -C and -g
883 2007-03-30 08:56  psychotrahe
885         * [r1659] plugins/check_disk.c:
886           check_disk: minor fix for -C if bestmatch != -p
888 2007-03-30 08:53  psychotrahe
890         * [r1658] lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c:
891           check_disk: added regex functionality -r and -R. see np-devel
892           mail (2007-02-10)
894 2007-03-30 08:52  psychotrahe
896         * [r1657] lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c:
897           check_disk: added grouping functionality. see np-devel mail
898           (2007-02-10)
900 2007-03-30 08:48  psychotrahe
902         * [r1656] lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c:
903           check_disk -C is more flexible now. See np-devel post
904           (2007-02-10)
906 2007-03-29 17:58  hweiss
908         * [r1655] THANKS.in, plugins/check_mysql.c:
909           Fix argument processing (Felix Frank - 1690697)
911 2007-03-29 17:34  hweiss
913         * [r1654] plugins-root/Makefile.am:
914           Set the "read" and "execute" bits only for "user" and "group" in
915           order
916           to not overwrite "--without-world-permissions" for the root
917           plugins.
919 2007-03-29 10:32  tonvoon
921         * [r1652] BUGS, ChangeLog, NEWS, configure.in, package.def:
922           1.4.7 release
924 2007-03-29 10:25  tonvoon
926         * [r1651] plugins/check_ntp.c:
927           Adding help text for jitter flags
929 2007-03-27 06:53  dermoth
931         * [r1650] THANKS.in, plugins-root/check_icmp.c:
932           Fix bug #1494629 - check_icmp fails after some time on FreeBSD
934 2007-03-25 13:55  tonvoon
936         * [r1649] NEWS, configure.in:
937           Reinstate --with-nagios-user/group and new
938           --without-group-permissions ./configure options
940 2007-03-22 17:54  hweiss
942         * [r1646] THANKS.in, plugins/common.h:
943           Increase MAX_INPUT_BUFFER from 1k to 8k in order to increase I/O
944           performance (Stefan Meier)
946 2007-03-16 12:11  gonzai
948         * [r1642] plugins-scripts/check_ifoperstatus.pl:
949           Fix bogus 'eq ( || )' constructions in check_ifoperstatus.pl.
951 2007-03-12 10:51  tonvoon
953         * [r1639] NEWS, plugins/check_ping.c, plugins/t/check_ping.t:
954           check_ping's timeout interval is only +1 if ping command has a
955           timeout value.
956           Tests updated to check for 100% packet loss (always if ping has
957           timeout), otherwise
958           will check for "timed out" string
960 2007-03-11 06:51  dermoth
962         * [r1638] plugins-root/t/check_icmp.t:
963           Add tests for new check_icmp switch -m
965 2007-03-11 02:27  tonvoon
967         * [r1637] plugins-root/t, plugins-root/t/check_icmp.t,
968           plugins/t/check_ping.t:
969           Converted check_ping.t to new-style testcases. Added test case
970           for check_icmp -
971           requires sudo access
973 2007-03-11 01:57  tonvoon
975         * [r1636] plugins/check_ping.c:
976           Fixed some help display. Removed -L from usage as deprecated
977           option
979 2007-03-08 09:09  dermoth
981         * [r1635] NEWS, THANKS.in, plugins-root/check_icmp.c:
982           New switch to check_icmp to set the minimum required hosts for
983           success.
985 2007-03-08 06:12  dermoth
987         * [r1634] config_test/child_test.c:
988           Ficing C++ style comments
990 2007-03-08 06:09  dermoth
992         * [r1633] plugins-root/check_icmp.c:
993           Fixed C++ style comments, but I don't get why those lines were
994           originally commented out.
996 2007-03-06 22:45  tonvoon
998         * [r1632] plugins/check_http.c:
999           Fix option handling (Nobuhiro Ban - 1657280)
1001 2007-03-06 22:29  tonvoon
1003         * [r1631] plugins/check_smtp.c:
1004           Fixed compile errors in check_smtp.c
1006 2007-03-06 22:17  tonvoon
1008         * [r1630] NEWS, THANKS.in, plugins/check_smtp.c:
1009           Fixed broken HELO cmd (Enrico Scholz - 1675279)
1011 2007-03-06 17:29  tonvoon
1013         * [r1629] NEWS, configure.in, plugins/check_procs.c:
1014           Use /usr/ucb/ps on Solaris in preference to pst3 (problems in
1015           64bit mode)
1017 2007-03-06 17:26  tonvoon
1019         * [r1628] plugins/t/check_disk.t:
1020           Test failure if a filesystem which is a subset of another fails
1021           the inode
1022           check (Matthias Elbe - 1660953)
1024 2007-03-06 14:18  tonvoon
1026         * [r1627] NEWS, configure.in:
1027           Detect if check_mysql compile will work at ./configure time, due
1028           to some
1029           Redhat systems distributing mysql_config, but not the include
1030           files
1032 2007-03-06 11:03  tonvoon
1034         * [r1626] configure.in:
1035           Clearer message when --with-nagios-user is used for ./configure
1037 2007-03-06 10:48  tonvoon
1039         * [r1625] FAQ, INSTALLING, NEWS, README, plugins-root/Makefile.am:
1040           Root plugins installed with world executable permissions. Removed
1041           references
1042           to --with-nagios-user and --with-nagios-group in README
1044 2007-03-02 01:38  egalstad
1046         * [r1624] plugins/check_mrtgtraf.c:
1047           Fix for broken check_mrtgtraf
1049 2007-02-24 01:03  dermoth
1051         * [r1623] doc/makefile:
1052           Fix the makefile ('[[' is bash-specific, 'rm -f' don't remove
1053           directories)
1055 2007-02-14 20:56  tonvoon
1057         * [r1622] NEWS, contrib/check_sybase:
1058           check_sybase now maintained in NagiosExchange
1060 2007-02-14 20:52  tonvoon
1062         * [r1621] plugins/check_disk.c:
1063           Fixed typo in help for -M
1065 2007-02-14 10:11  tonvoon
1067         * [r1620] plugins/check_tcp.c, plugins/t/check_tcp.t:
1068           Documentation fix re: --escape flag. Fix of ./check_tcp test to
1069           webservers
1070           to make it more standards compliant
1072 2007-02-09 14:35  tonvoon
1074         * [r1619] NEWS, THANKS.in, po, po/.cvsignore, po/Makefile.in.in:
1075           Fixed MKINSTALLDIRS problem on some systems - Lars Stavholm
1077 2007-02-07 14:46  tonvoon
1079         * [r1614] lib/Makefile.config-opts, lib/parse_ini.c,
1080           lib/tests/Makefile.config-opts, lib/tests/config-tiny.ini,
1081           lib/tests/plugin.ini, lib/tests/test_ini.c:
1082           Added test files to test the parse_ini.c routines. Requires
1083           libtap
1085 2007-02-07 14:06  hweiss
1087         * [r1613] plugins/check_swap.c:
1088           Include <sys/param.h> before <sys/swap.h> in order to fix
1089           compilation on
1090           OpenBSD (nsturm - 1653934)
1092 2007-02-06 23:30  dermoth
1094         * [r1612] plugins/check_tcp.c:
1095           Correct vim typo in comment block :P
1097 2007-02-06 21:03  opensides
1099         * [r1611] plugins/check_disk.c, plugins/check_http.c,
1100           plugins/check_ide_smart.c, plugins/check_mrtg.c,
1101           plugins/check_mrtgtraf.c, plugins/check_overcr.c,
1102           plugins/check_smtp.c, plugins/check_tcp.c, po/de.po, po/fr.po,
1103           po/nagios-plugins.pot:
1104           correcting some translation problems
1106 2007-02-06 19:33  seanius
1108         * [r1610] lib/parse_ini.c, lib/parse_ini.h:
1109           initial version of ini file parsing routines in C
1111 2007-02-06 18:34  opensides
1113         * [r1609] po/Makevars:
1114           adding PACKAGE_BUGREPORT to fix Report-Msgid-Bugs-To:
1116 2007-02-05 13:51  tonvoon
1118         * [r1608] AUTHORS, doc/RELEASING:
1119           Update list of team members. More notes on new releases
1121 2007-02-05 13:13  tonvoon
1123         * [r1606] BUGS, ChangeLog, NEWS, configure.in, package.def:
1124           For 1.4.6 release
1126 2007-02-02 09:10  dermoth
1128         * [r1605] plugins/check_snmp.c:
1129           Fix parsing of multiple OIDs sets needmibs = TRUE
1131 2007-02-01 06:53  dermoth
1133         * [r1604] plugins/check_tcp.c, plugins/t/check_jabber.t:
1134           Fix progname being partly set to upper case
1135           Change formating of invalid hostname output
1137 2007-02-01 05:37  dermoth
1139         * [r1603] NEWS:
1140           Adding NEWS entry for check_jabber
1142 2007-02-01 05:33  dermoth
1144         * [r1602] plugins-scripts/check_log.sh:
1145           Fix bug #1593073 Check_Log problem with log rotation
1147 2007-01-31 22:50  tonvoon
1149         * [r1601] plugins/t/check_jabber.t:
1150           Converted to new style object and Test::More testing. Skipped
1151           jabber server
1152           tests if not defined
1154 2007-01-31 06:18  dermoth
1156         * [r1600] plugins/t/check_jabber.t:
1157           Add check_jabber test. Will ask for a jabber host (default should
1158           be OK)
1160 2007-01-31 04:47  dermoth
1162         * [r1599] plugins/check_tcp.c:
1163           Fix Debian Bug #392610: check_jabber always return warning
1165 2007-01-30 14:24  dermoth
1167         * [r1598] plugins/check_tcp.c:
1168           Jail does not requires any arguments
1170 2007-01-30 09:56  tonvoon
1172         * [r1597] config.rpath:
1173           make dist failing without config.rpath in top level. File copied
1174           from build-aux/
1176 2007-01-30 05:01  dermoth
1178         * [r1596] plugins/check_tcp.c, plugins/t/check_tcp.t:
1179           Fix reporting bug using expect, affecting (not fixing) Debian bug
1180           #392610: check_jabber always return warning
1182 2007-01-30 02:22  hweiss
1184         * [r1595] configure.in:
1185           grep(1) "-q" isn't portable (e.g., it won't work on Solaris 8),
1186           redirect
1187           output to /dev/null instead.
1189 2007-01-29 14:14  dermoth
1191         * [r1594] plugins/check_disk.c, plugins/t/check_disk.t:
1192           Revert 1643463 (reversed disk thresholds) keeping the thresholds
1193           checks.
1195 2007-01-29 12:13  hweiss
1197         * [r1593] configure.in:
1198           Automake 1.10 says: "compiling `test_disk.c' with per-target
1199           flags
1200           requires `AM_PROG_CC_C_O' in `configure.in'".
1202 2007-01-29 10:06  tonvoon
1204         * [r1592] build-aux/config.rpath, config.rpath:
1205           Move config.rpath into build-aux for automake 1.10
1207 2007-01-28 22:00  hweiss
1209         * [r1591] INSTALLING:
1210           Remove description of deprecated ./configure
1211           --with-nagios-{user,group}
1212           options.
1214 2007-01-28 21:46  hweiss
1216         * [r1590] plugins-root/check_dhcp.c, plugins/check_apt.c,
1217           plugins/check_by_ssh.c, plugins/check_dig.c, plugins/check_dns.c,
1218           plugins/check_fping.c, plugins/check_game.c,
1219           plugins/check_hpjd.c, plugins/check_http.c,
1220           plugins/check_ide_smart.c, plugins/check_ldap.c,
1221           plugins/check_load.c, plugins/check_mrtg.c,
1222           plugins/check_mrtgtraf.c, plugins/check_mysql.c,
1223           plugins/check_mysql_query.c, plugins/check_nagios.c,
1224           plugins/check_nt.c, plugins/check_ntp.c, plugins/check_nwstat.c,
1225           plugins/check_overcr.c, plugins/check_pgsql.c,
1226           plugins/check_ping.c, plugins/check_procs.c,
1227           plugins/check_radius.c, plugins/check_real.c,
1228           plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_ssh.c,
1229           plugins/check_swap.c, plugins/check_tcp.c, plugins/check_time.c,
1230           plugins/check_ups.c, plugins/check_users.c, plugins/negate.c,
1231           plugins/urlize.c, plugins/utils.c, plugins/utils.h:
1232           Don't try to print `optarg' (which will be a NULL pointer) if an
1233           unknown
1234           command line option was used, as this leads to a segfault on some
1235           systems. The unknown option will be printed by getopt(3) anyway.
1236           So,
1237           simply call print_usage() and exit UNKNOWN via the new usage5()
1238           instead.
1240 2007-01-27 21:49  dermoth
1242         * [r1589] plugins/check_disk.c, plugins/t/check_disk.t:
1243           Fix #1643463: Miscalculating thresholds check_disk
1245 2007-01-27 17:49  hweiss
1247         * [r1588] lib/utils_base.c:
1248           Change the variable names `true' and `false' (which are keywords
1249           in C99)
1250           to `yes' and `no'. Fixes compilation when using SGI's MIPSpro
1251           c99(1).
1253 2007-01-27 17:42  hweiss
1255         * [r1587] plugins/common.h:
1256           Include GNULib's "dirname.h" in order to pull in the base_name()
1257           prototype, fixes compilation of check_procs using SGI's MIPSpro
1258           C.
1260 2007-01-27 16:56  hweiss
1262         * [r1586] ACKNOWLEDGEMENTS, NEWS:
1263           Fix typos.
1265 2007-01-27 16:51  hweiss
1267         * [r1585] NEWS:
1268           Added "-o,--ssh-option=OPTION" which hands "-o OPTION" over to
1269           ssh(1) and
1270           "-q,--quiet" which tells ssh(1) to suppress warnings (Gerhard
1271           Lausser - 1472491)
1273 2007-01-27 16:37  hweiss
1275         * [r1584] plugins-root/check_dhcp.c:
1276           Include <sys/param.h> which is a prerequisite for <sys/sysctl.h>
1277           on
1278           NetBSD and OpenBSD (at least).
1280 2007-01-25 00:58  tonvoon
1282         * [r1583] Makefile.am, README, configure.in, doc/RELEASING:
1283           Update references to NEWS instead of CHANGES. Fix compile of
1284           libtap
1285           test programs
1287 2007-01-25 00:26  tonvoon
1289         * [r1582] build-aux, build-aux/.cvsignore, build-aux/ltmain.sh,
1290           config.guess, config.sub, configure.in, ltmain.sh:
1291           Use build-aux directory. Removed unnecessary checks in
1292           configure.in.
1293           Keeping libtool to link to libtap - can't find a suitable
1294           replacement method
1296 2007-01-24 23:18  tonvoon
1298         * [r1581] ACKNOWLEDGEMENTS, CHANGES, NEWS, config.rpath,
1299           configure.in, doc/developer-guidelines.sgml, gl, gl/.cvsignore,
1300           plugins/Makefile.am, plugins/check_procs.c, po/POTFILES.in:
1301           Various cleanups in the syncing with gnulib
1303 2007-01-24 22:47  tonvoon
1305         * [r1580] Makefile.am, NEWS, config.rpath, configure.in,
1306           doc/developer-guidelines.sgml, gl, gl/Makefile.am, gl/alloca.c,
1307           gl/alloca_.h, gl/asnprintf.c, gl/asprintf.c, gl/basename.c,
1308           gl/c-strtod.c, gl/c-strtod.h, gl/cloexec.c, gl/cloexec.h,
1309           gl/creat-safer.c, gl/dirname.c, gl/dirname.h, gl/dup-safer.c,
1310           gl/error.c, gl/error.h, gl/exit.h, gl/exitfail.c, gl/exitfail.h,
1311           gl/fcntl--.h, gl/fcntl-safer.h, gl/fd-safer.c, gl/fsusage.c,
1312           gl/fsusage.h, gl/full-read.c, gl/full-read.h, gl/full-write.c,
1313           gl/full-write.h, gl/gai_strerror.c, gl/getaddrinfo.c,
1314           gl/getaddrinfo.h, gl/gethostname.c, gl/getloadavg.c, gl/getopt.c,
1315           gl/getopt1.c, gl/getopt_.h, gl/getopt_int.h, gl/gettext.h,
1316           gl/inet_ntop.c, gl/inet_ntop.h, gl/intprops.h, gl/m4,
1317           gl/m4/absolute-header.m4, gl/m4/alloca.m4, gl/m4/arpa_inet_h.m4,
1318           gl/m4/c-strtod.m4, gl/m4/cloexec.m4, gl/m4/codeset.m4,
1319           gl/m4/dirname.m4, gl/m4/dos.m4, gl/m4/double-slash-root.m4,
1320           gl/m4/eoverflow.m4, gl/m4/error.m4, gl/m4/exitfail.m4,
1321           gl/m4/extensions.m4, gl/m4/fcntl-safer.m4, gl/m4/fstypename.m4,
1322           gl/m4/fsusage.m4, gl/m4/getaddrinfo.m4, gl/m4/gethostname.m4,
1323           gl/m4/getloadavg.m4, gl/m4/getopt.m4, gl/m4/gettext.m4,
1324           gl/m4/glibc2.m4, gl/m4/glibc21.m4, gl/m4/gnulib-cache.m4,
1325           gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4,
1326           gl/m4/gnulib-tool.m4, gl/m4/iconv.m4, gl/m4/inet_ntop.m4,
1327           gl/m4/inline.m4, gl/m4/intdiv0.m4, gl/m4/intl.m4,
1328           gl/m4/intldir.m4, gl/m4/intmax.m4, gl/m4/intmax_t.m4,
1329           gl/m4/inttypes-pri.m4, gl/m4/inttypes_h.m4, gl/m4/lcmessage.m4,
1330           gl/m4/lib-ld.m4, gl/m4/lib-link.m4, gl/m4/lib-prefix.m4,
1331           gl/m4/lock.m4, gl/m4/longdouble.m4, gl/m4/longlong.m4,
1332           gl/m4/ls-mntd-fs.m4, gl/m4/mbchar.m4, gl/m4/mbiter.m4,
1333           gl/m4/mbrtowc.m4, gl/m4/memchr.m4, gl/m4/minmax.m4,
1334           gl/m4/mountlist.m4, gl/m4/netinet_in_h.m4, gl/m4/nls.m4,
1335           gl/m4/onceonly_2_57.m4, gl/m4/po.m4, gl/m4/printf-posix.m4,
1336           gl/m4/progtest.m4, gl/m4/regex.m4, gl/m4/safe-read.m4,
1337           gl/m4/safe-write.m4, gl/m4/size_max.m4, gl/m4/snprintf.m4,
1338           gl/m4/socklen.m4, gl/m4/sockpfaf.m4, gl/m4/ssize_t.m4,
1339           gl/m4/stdbool.m4, gl/m4/stdint.m4, gl/m4/stdint_h.m4,
1340           gl/m4/strcase.m4, gl/m4/strdup.m4, gl/m4/strndup.m4,
1341           gl/m4/strnlen.m4, gl/m4/sys_socket_h.m4, gl/m4/uintmax_t.m4,
1342           gl/m4/ulonglong.m4, gl/m4/unistd-safer.m4, gl/m4/unistd_h.m4,
1343           gl/m4/vasnprintf.m4, gl/m4/vasprintf.m4, gl/m4/visibility.m4,
1344           gl/m4/vsnprintf.m4, gl/m4/wchar.m4, gl/m4/wchar_t.m4,
1345           gl/m4/wctype.m4, gl/m4/wcwidth.m4, gl/m4/wint_t.m4,
1346           gl/m4/xalloc.m4, gl/m4/xsize.m4, gl/m4/xstrndup.m4, gl/malloc.c,
1347           gl/mbchar.c, gl/mbchar.h, gl/mbuiter.h, gl/memchr.c, gl/minmax.h,
1348           gl/mountlist.c, gl/mountlist.h, gl/open-safer.c, gl/pipe-safer.c,
1349           gl/printf-args.c, gl/printf-args.h, gl/printf-parse.c,
1350           gl/printf-parse.h, gl/regcomp.c, gl/regex.c, gl/regex.h,
1351           gl/regex_internal.c, gl/regex_internal.h, gl/regexec.c,
1352           gl/safe-read.c, gl/safe-read.h, gl/safe-write.c, gl/safe-write.h,
1353           gl/size_max.h, gl/snprintf.c, gl/snprintf.h, gl/socket_.h,
1354           gl/stdbool_.h, gl/stdint_.h, gl/strcase.h, gl/strcasecmp.c,
1355           gl/strdup.c, gl/strdup.h, gl/stripslash.c, gl/strncasecmp.c,
1356           gl/strndup.c, gl/strndup.h, gl/strnlen.c, gl/strnlen.h,
1357           gl/strnlen1.c, gl/strnlen1.h, gl/unistd--.h, gl/unistd-safer.h,
1358           gl/unistd_.h, gl/vasnprintf.c, gl/vasnprintf.h, gl/vasprintf.c,
1359           gl/vasprintf.h, gl/vsnprintf.c, gl/vsnprintf.h, gl/wchar_.h,
1360           gl/wctype_.h, gl/wcwidth.h, gl/xalloc-die.c, gl/xalloc.h,
1361           gl/xmalloc.c, gl/xsize.h, gl/xstrndup.c, gl/xstrndup.h,
1362           lib/Makefile.am, lib/alloca.c, lib/alloca_.h, lib/basename.c,
1363           lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cloexec.c,
1364           lib/cloexec.h, lib/creat-safer.c, lib/dirname.h, lib/dup-safer.c,
1365           lib/error.c, lib/error.h, lib/exit.h, lib/exitfail.c,
1366           lib/exitfail.h, lib/fcntl--.h, lib/fcntl-safer.h, lib/fd-safer.c,
1367           lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
1368           lib/full-write.c, lib/full-write.h, lib/getloadavg.c,
1369           lib/getopt.c, lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h,
1370           lib/gettext.h, lib/intprops.h, lib/malloc.c, lib/mountlist.c,
1371           lib/mountlist.h, lib/open-safer.c, lib/pipe-safer.c,
1372           lib/realloc.c, lib/regcomp.c, lib/regex.c, lib/regex.h,
1373           lib/regex_internal.c, lib/regex_internal.h, lib/regexec.c,
1374           lib/safe-read.c, lib/safe-read.h, lib/safe-write.c,
1375           lib/safe-write.h, lib/snprintf.c, lib/stdbool_.h, lib/strcase.h,
1376           lib/strtod.c, lib/tests/Makefile.am, lib/unistd--.h,
1377           lib/unistd-safer.h, lib/unlocked-io.h, lib/xalloc-die.c,
1378           lib/xalloc.h, lib/xmalloc.c, lib/xstrdup.c, m4/Makefile.am.in,
1379           m4/afs.m4, m4/alloca.m4, m4/basename.m4, m4/c-strtod.m4,
1380           m4/codeset.m4, m4/dos.m4, m4/error.m4, m4/exitfail.m4,
1381           m4/extensions.m4, m4/fcntl-safer.m4, m4/fstypename.m4,
1382           m4/fsusage.m4, m4/getopt.m4, m4/gettext.m4, m4/glibc21.m4,
1383           m4/iconv.m4, m4/inttypes-pri.m4, m4/inttypes.m4,
1384           m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4,
1385           m4/longdouble.m4, m4/longlong.m4, m4/ls-mntd-fs.m4,
1386           m4/mountlist.m4, m4/nls.m4, m4/np_coreutils.m4, m4/np_curl.m4,
1387           m4/onceonly_2_57.m4, m4/po.m4, m4/progtest.m4, m4/regex.m4,
1388           m4/restrict.m4, m4/signed.m4, m4/stdbool.m4, m4/stdint_h.m4,
1389           m4/uintmax_t.m4, m4/ulonglong.m4, m4/unistd-safer.m4,
1390           m4/unlocked-io.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xalloc.m4,
1391           plugins-root/Makefile.am, plugins/Makefile.am,
1392           plugins/check_smtp.c, plugins/common.h, plugins/getaddrinfo.c,
1393           plugins/getaddrinfo.h, plugins/gethostbyname.c,
1394           plugins/gethostbyname.h, plugins/netutils.h, tools/setup,
1395           tools/update_coreutils:
1396           Sync with gnulib - lots of extraneous code removed in preference
1397           to GNU code
1399 2007-01-23 18:34  hweiss
1401         * [r1579] THANKS.in, plugins/check_ssh.c:
1402           Support `check_ssh --hostname=ADDRESS' (but keep `--host=ADDRESS'
1403           for backward
1404           compatibility) (Ville Mattila - 1642780)
1406 2007-01-23 18:20  hweiss
1408         * [r1578] REQUIREMENTS:
1409           Location updates
1411 2007-01-23 17:20  hweiss
1413         * [r1577] plugins/check_tcp.c:
1414           Add missing `break' to the switch-case block that handles the
1415           `-m' option
1416           (Nobuhiro Ban - 1642682)
1418 2007-01-23 16:42  hweiss
1420         * [r1576] THANKS.in, plugins/check_radius.c:
1421           Initialize `data' to zero, fixes potential segfault (Nobuhiro Ban
1422           - 1642658)
1424 2007-01-23 14:39  hweiss
1426         * [r1575] lib/mountlist.c:
1427           Add support for statvfs(2) which is needed in order to compile
1428           the plugins on
1429           NetBSD 3.0 and newer. The current coreutils release supports
1430           statvfs(2), so
1431           this patch won't be needed anymore when updating the coreutils
1432           files.
1434 2007-01-22 04:05  hweiss
1436         * [r1574] plugins/check_by_ssh.c:
1437           Added "-o,--ssh-option=OPTION" which hands "-o OPTION" over to
1438           ssh(1) and
1439           "-q,--quiet" which tells ssh(1) to suppress warnings (Gerhard
1440           Lausser - 1472491)
1442 2007-01-20 20:45  tonvoon
1444         * [r1573] doc/developer-guidelines.sgml:
1445           Updated policy on contributed plugins
1447 2007-01-20 20:06  tonvoon
1449         * [r1572] doc/LEAVERS, doc/NEW_STARTERS, doc/RELEASING:
1450           Administrative notes
1452 2007-01-20 10:59  seanius
1454         * [r1571] plugins/check_ntp.c:
1455           compilation fixes for check_ntp.c:
1456           - check_ntp.c:290: warning: overflow in implicit constant
1457           conversion
1458           fixed with an explicit cast to int8_t.
1459           - check_ntp.c:544: warning: pointer of type Ć¢\80\98void *Ć¢\80\99 used in
1460           arithmetic
1461           fixed by casting to ptrdiff_t before arithmetic and (void*)
1462           afterwards
1463           - in TVtoNTP64, cast arithmetic result passed to R32 as uint64_t.
1465 2007-01-20 07:18  dermoth
1467         * [r1570] plugins/check_http.c, plugins/check_ldap.c:
1468           Fix bug #1632091: printf format string typos. Add some more
1469           cosmetic changes.
1471 2007-01-20 06:27  dermoth
1473         * [r1569] plugins-root/check_icmp.c:
1474           Fix bug #1632078: critical threshold % incorrectly displayed by
1475           check_icmp
1477 2007-01-20 06:07  dermoth
1479         * [r1568] CHANGES, THANKS.in, plugins/netutils.c:
1480           Fix bug #1632072 pointer error in plugins/netutils.c. Add
1481           changelog entry for previous commit.
1483 2007-01-17 05:28  dermoth
1485         * [r1566] THANKS.in, plugins/check_procs.c:
1486           Fix bug #1630970 Fix for buffer overflow of check_procs procprog
1487           string
1489 2007-01-08 11:05  tonvoon
1491         * [r1565] CHANGES, THANKS.in, plugins/t/check_disk.t:
1492           Added notes about check_disk perf data fix. Added test to check
1493           perf data is
1494           same when mount points reversed
1496 2007-01-07 07:14  dermoth
1498         * [r1564] plugins/check_disk.c:
1499           Fix bug #1627970: check_disk performance output for more then one
1500           partition
1502 2007-01-06 06:41  dermoth
1504         * [r1563] plugins/check_ping.c:
1505           Fix bug #1629008: check_ping fails to handle Packet filtered
1506           error
1508 2007-01-06 06:33  dermoth
1510         * [r1562] plugins/check_ping.c:
1511           Revert last patch: it works but not really for the reason I
1512           though.
1514 2007-01-06 04:52  dermoth
1516         * [r1561] plugins/check_ping.c:
1517           Fix the way check_ping calculate the maximum run time
1519 2007-01-04 11:51  dermoth
1521         * [r1560] plugins/check_real.c:
1522           Fix bug #1574863: check_real does not accept the '-v' option
1524 2007-01-04 11:35  dermoth
1526         * [r1559] plugins/check_ping.c:
1527           Fix bug #1592605: check_ping times out
1529 2007-01-04 11:18  dermoth
1531         * [r1558] tools/README, tools/distclean:
1532           Adding my distclean script
1534 2006-12-23 18:59  dermoth
1536         * [r1557] plugins/t/check_snmp.t:
1537           Regexps in check_snmp tests fails where they shouldn't.
1539 2006-12-21 05:25  dermoth
1541         * [r1556] NPTest.pm:
1542           - Fixing small error (wrong file name) in NPTest.pm
1543           documentation.
1545 2006-12-20 22:33  tonvoon
1547         * [r1555] CHANGES, THANKS.in, plugins/check_http.c,
1548           plugins/t/check_http.t:
1549           Removed unused timestamp variable (Matthias Eble)
1550           Fixed redirection test. Added extra tests for funny syntax when
1551           checking
1552           certificates, updated help for more common syntax
1554 2006-12-20 19:25  tonvoon
1556         * [r1554] lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c,
1557           plugins/t/check_disk.t:
1558           Fixed inode thresholds, regressed from previous release
1560 2006-12-20 11:32  opensides
1562         * [r1553] po/de.po, po/fr.po, po/nagios-plugins.pot:
1563           updated the nagios-pulgins.pot files now that localization is
1564           clean
1565           first pass at updating the french locale
1567 2006-12-12 12:59  tonvoon
1569         * [r1549] plugins-scripts/t/utils.t:
1570           Enhanced test for single letters in fqdn
1572 2006-12-12 08:56  tonvoon
1574         * [r1548] plugins-scripts/utils.pm.in:
1575           Allow single characters in fqdn (Dave Alden)
1577 2006-12-07 22:38  tonvoon
1579         * [r1547] CHANGES, THANKS.in, configure.in:
1580           Fixed HP/UX's swapinfo command for check_procs (Dick van den Burg
1581           - 1573700)
1583 2006-12-07 16:07  tonvoon
1585         * [r1546] THANKS.in, plugins/check_disk.c, plugins/check_swap.c,
1586           plugins/common.h, plugins/netutils.h:
1587           Fix coredump on 64bit Solaris. Also adds more error conditions
1588           and moves
1589           swap specific includes out of common.h (Duncan Ferguson -
1590           1588031)
1592 2006-12-06 20:34  tonvoon
1594         * [r1545] plugins/Makefile.am:
1595           Move SSL libs to correct order per plugin
1597 2006-12-06 17:36  tonvoon
1599         * [r1544] plugins/Makefile.am:
1600           Only include -lssl for plugins that require it
1602 2006-12-06 17:00  tonvoon
1604         * [r1543] configure.in:
1605           Flag common compile error because of no ar on Solaris
1607 2006-12-06 15:58  tonvoon
1609         * [r1542] Makefile.am:
1610           Remove CVS files from distribution
1612 2006-12-06 15:53  tonvoon
1614         * [r1541] doc/developer-guidelines.sgml:
1615           Add libtool requirement for development
1617 2006-11-09 11:44  tonvoon
1619         * [r1535] CHANGES, THANKS.in, plugins/check_ping.c,
1620           plugins/netutils.c:
1621           Reduced DNS lookups in check_ping and netutils.c in IPv6
1622           configurations
1623           (Pawel Malachowski)
1625 2006-11-03 15:40  tonvoon
1627         * [r1534] lib/Makefile.am, lib/alloca.c, lib/alloca_.h:
1628           Add alloca files, required for *BSD
1630 2006-11-01 21:15  tonvoon
1632         * [r1532] ChangeLog, configure.in, package.def:
1633           For 1.4.5 release
1635 2006-10-27 15:37  tonvoon
1637         * [r1531] plugins-scripts/t/utils.t, plugins-scripts/utils.pm.in:
1638           More edge testcases. Allow anything if ends with a . as long as
1639           correct
1640           characters
1642 2006-10-26 21:32  tonvoon
1644         * [r1530] NPTest.pm:
1645           New test variables default to "none", so no changes required to
1646           tinderbox satelites
1648 2006-10-26 21:10  tonvoon
1650         * [r1529] THANKS.in, plugins-scripts/check_oracle.sh:
1651           Fixed error if dba_free_space has no free segments (Florian
1652           Gleixner)
1654 2006-10-26 21:02  tonvoon
1656         * [r1528] plugins-scripts/Makefile.am, plugins-scripts/t/utils.t,
1657           plugins-scripts/utils.pm.in:
1658           Fixed regression where hostnames with hyphens were rejected
1659           (1581402 - Holger Weiss)
1661 2006-10-26 20:56  tonvoon
1663         * [r1527] contrib/tarballs/check_traffic-0.90b.tar.gz:
1664           Removing unnecessary tarball
1666 2006-10-26 20:51  tonvoon
1668         * [r1526] THANKS.in, plugins/check_disk.c, plugins/check_http.c:
1669           Remove C style comments (1583467 - Markus Baertschi)
1671 2006-10-24 21:54  opensides
1673         * [r1525] plugins-root/check_icmp.c:
1674           more fixes and removal of certain sentences not needed
1676 2006-10-24 21:48  opensides
1678         * [r1524] plugins-root/check_icmp.c, plugins/check_nt.c:
1679           last localization fixes for core plugins in c
1681 2006-10-24 21:01  opensides
1683         * [r1523] plugins/check_nt.c:
1684           next round of localization fixes
1686 2006-10-24 09:48  tonvoon
1688         * [r1522] plugins-root/Makefile.am, plugins-root/check_icmp.c:
1689           Fixed compile on non-glibc platforms
1691 2006-10-24 08:34  tonvoon
1693         * [r1521] plugins/check_http.c:
1694           Restored accidently regressed fix
1696 2006-10-23 21:47  opensides
1698         * [r1520] plugins/check_http.c:
1699           localization fixes
1701 2006-10-23 00:02  opensides
1703         * [r1519] plugins-root/check_icmp.c:
1704           first pass a making check icmp respecting nagiosplugins rules
1706 2006-10-22 22:34  opensides
1708         * [r1518] plugins/check_nt.c:
1709           latest localization fixes for tonight ;-)
1711 2006-10-22 22:24  opensides
1713         * [r1517] plugins/check_ldap.c:
1714           localization fixes
1716 2006-10-22 22:14  opensides
1718         * [r1516] plugins-root/check_icmp.c:
1719           putting default template for copyright and explanations
1721 2006-10-22 22:07  opensides
1723         * [r1515] plugins-root/check_icmp.c:
1724           revert mistake when commiting fixes
1726 2006-10-22 22:03  opensides
1728         * [r1514] plugins-root/check_icmp.c, plugins/check_apt.c,
1729           plugins/check_procs.c:
1730           more localization fixes
1732 2006-10-20 07:53  tonvoon
1734         * [r1513] plugins/check_snmp.c:
1735           Reverting back accidently regressed code
1737 2006-10-20 07:39  opensides
1739         * [r1512] plugins/check_mrtg.c:
1740           more localization fixes
1742 2006-10-20 06:24  opensides
1744         * [r1511] plugins-root/check_dhcp.c, plugins/check_apt.c:
1745           localization updates
1747 2006-10-19 23:56  opensides
1749         * [r1510] plugins/check_snmp.c:
1750           adding missing check_snmp
1752 2006-10-19 23:53  opensides
1754         * [r1509] plugins/check_radius.c, plugins/check_real.c,
1755           plugins/check_smtp.c, plugins/check_ssh.c, plugins/check_swap.c,
1756           plugins/check_tcp.c, plugins/check_time.c, plugins/check_ups.c,
1757           plugins/check_users.c, plugins/negate.c, plugins/urlize.c:
1758           another round of localization cleaning
1760 2006-10-19 20:04  tonvoon
1762         * [r1507] BUGS, ChangeLog, configure.in, package.def:
1763           For 1.4.4 release
1765 2006-10-19 19:52  tonvoon
1767         * [r1506] CHANGES:
1768           Added info re: 1.4.4 in prep for release
1770 2006-10-19 19:36  tonvoon
1772         * [r1505] THANKS.in, plugins/check_snmp.c:
1773           Initialise strings for Fedora Core 5 (Henning Schmiedehausen)
1775 2006-10-19 19:25  tonvoon
1777         * [r1504] THANKS.in, plugins/check_snmp.c:
1778           Removed asprintf for perf data (Craig Orsinger, Robby Giffin -
1779           1310495)
1781 2006-10-19 19:13  tonvoon
1783         * [r1503] THANKS.in, plugins/check_snmp.c:
1784           type variable not cleared in Sol 10 (Kyle Tucker)
1786 2006-10-19 18:59  tonvoon
1788         * [r1502] THANKS.in, plugins/check_http.c, plugins/t/check_http.t:
1789           Redirection error if other headers beginning with L (Aravind
1790           Gottipati - 1562572)
1792 2006-10-19 18:44  tonvoon
1794         * [r1501] THANKS.in, plugins-scripts/utils.pm.in:
1795           Allow hostnames beginning with digits (O'Shaughnessy Evans -
1796           1567390)
1798 2006-10-19 11:56  tonvoon
1800         * [r1500] plugins/t/check_smtp.t:
1801           Added tests for SMTP servers without TLS and with TLS
1803 2006-10-19 00:25  opensides
1805         * [r1499] plugins/check_apt.c, plugins/check_by_ssh.c,
1806           plugins/check_dig.c, plugins/check_dns.c, plugins/check_dummy.c,
1807           plugins/check_fping.c, plugins/check_game.c,
1808           plugins/check_hpjd.c, plugins/check_http.c,
1809           plugins/check_ide_smart.c, plugins/check_ldap.c,
1810           plugins/check_load.c, plugins/check_mrtg.c,
1811           plugins/check_mrtgtraf.c, plugins/check_mysql.c,
1812           plugins/check_mysql_query.c, plugins/check_nagios.c,
1813           plugins/check_nt.c, plugins/check_ntp.c, plugins/check_nwstat.c,
1814           plugins/check_overcr.c, plugins/check_pgsql.c,
1815           plugins/check_ping.c, plugins/check_procs.c:
1816           first pass at cleaning localization for new release
1817           first pass at making all the headre be the same licence, plugin,
1818           etc...
1820 2006-10-18 12:12  tonvoon
1822         * [r1498] plugins/check_disk.c, plugins/t/check_disk.t:
1823           Re-added perf data to check_disk
1825 2006-10-18 12:05  tonvoon
1827         * [r1497] lib/tests/test_disk.c, lib/utils_disk.h:
1828           Fix tests for exact matches when searching filesystems
1830 2006-10-18 12:03  tonvoon
1832         * [r1496] lib/utils_base.c, lib/utils_base.h:
1833           Cater for different errors when setting thresholds
1835 2006-10-12 20:36  tonvoon
1837         * [r1493] plugins/check_smtp.c, plugins/t/check_smtp.t:
1838           Resend EHLO after TLS negotiation as per RFC3207 (Holger Weiss -
1839           1482832)
1841 2006-10-12 14:22  tonvoon
1843         * [r1492] plugins/check_ntp.c:
1844           Removed extraneous comma in perf data output
1846 2006-10-12 14:14  tonvoon
1848         * [r1491] plugins/check_disk.c, plugins/t/check_disk.t:
1849           Remove the "- free space" if status is OK
1851 2006-10-12 13:58  tonvoon
1853         * [r1490] NPTest.pm, THANKS.in, plugins/check_disk.c,
1854           plugins/t/check_disk.t:
1855           Fixed output from -e in check_disk (Andreas Behal)
1857 2006-10-02 12:09  tonvoon
1859         * [r1487] plugins/t/check_load.t:
1860           Fix test failure on poseidon
1862 2006-09-21 10:41  tonvoon
1864         * [r1480] THANKS.in, plugins/check_nwstat.c:
1865           Added perfdata for most variables and new parameters: VMU, VMF,
1866           VMP, NRMH, NRMP, NRMM, NRMS, NSS1 to NSS7 (Christian Mies)
1868 2006-09-02 20:41  seanius
1870         * [r1474] lib/utils_base.h, plugins/utils.h:
1871           - explicitly include utils_base.h from utils.h
1872           - put utils.h inside of an #ifndef/#endif
1874 2006-09-02 20:32  seanius
1876         * [r1473] plugins/check_tcp.c:
1877           - fix for warning/critical timeouts in check_tcp.c, in which the
1878           plugin
1879           would exit with a usage error if non-int timeouts were passed.
1880           - change --warning-time/--critical-time to just
1881           --warning/--critical,
1882           as it's what --help says.
1884 2006-08-14 09:04  tonvoon
1886         * [r1469] THANKS.in, plugins/check_disk.c:
1887           Fixed inode percent free output (Mike Emigh - 1531899)
1889 2006-08-14 08:42  tonvoon
1891         * [r1468] plugins/t/check_ntp.t:
1892           Fixed skip of no ntp test
1894 2006-08-11 08:26  tonvoon
1896         * [r1467] plugins/check_ntp.c, plugins/t/check_ntp.t:
1897           Catch no responses from any server (1538341 - nmdias)
1899 2006-08-03 08:14  tonvoon
1901         * [r1465] tools/tinderbox_build:
1902           Interpret the snapshot datestamp as GMT
1904 2006-07-31 18:55  harpermann
1906         * [r1464] plugins/check_nt.c:
1907           Bug: 694259 fix. After consulting with the target service
1908           authors, we
1909           decided to keep the default port as 1248 and add a note about
1910           other services
1911           sometimes using this port and suggesting to change the port.
1912           Closing bug.
1914 2006-07-31 14:09  tonvoon
1916         * [r1463] doc/developer-guidelines.sgml:
1917           M4 requirement for developer platform
1919 2006-07-29 01:43  tonvoon
1921         * [r1462] plugins-root/check_dhcp.c, plugins/common.h:
1922           Fix two Solaris compile problems
1924 2006-07-29 00:04  tonvoon
1926         * [r1461] po/POTFILES.in:
1927           Remove reference to check_udp.c
1929 2006-07-28 23:59  tonvoon
1931         * [r1460] configure.in, plugins-scripts/Makefile.am,
1932           plugins/Makefile.am:
1933           Cleanup references to old check_udp and INSTALL_OPTS. Error if
1934           --with-nagios-user or --with-nagios-group specified for configure
1936 2006-07-28 22:44  tonvoon
1938         * [r1459] CHANGES, plugins/Makefile.am, plugins/check_udp.c,
1939           plugins/t/check_udp.t:
1940           check_udp.c deprecated and check_udp now linked to check_tcp.
1941           check_udp2 removed
1943 2006-07-27 11:29  tonvoon
1945         * [r1458] doc/developer-guidelines.sgml:
1946           Example ranges (Nathan Vonnahme)
1948 2006-07-19 23:05  tonvoon
1950         * [r1457] THANKS.in, configure.in:
1951           Stricter autoconf 2.60 rules (Lance Albertson - 1522900)
1953 2006-07-19 22:56  tonvoon
1955         * [r1456] plugins/common.h:
1956           Fix to add uintmax_t, for check_disk.c compile
1958 2006-07-19 22:37  tonvoon
1960         * [r1455] plugins/common.h:
1961           Fix for CHAR_MAX on Solaris 9
1963 2006-07-14 09:47  tonvoon
1965         * [r1454] lib/Makefile.am, lib/utils_base.c:
1966           Missing header files
1968 2006-07-14 09:43  tonvoon
1970         * [r1453] plugins/check_disk.c:
1971           Fix inode percents using coreutils' percentage calculation
1972           technique
1974 2006-07-13 23:58  tonvoon
1976         * [r1452] CHANGES, lib/tests/test_utils.c, lib/utils_base.c,
1977           lib/utils_base.h, lib/utils_disk.c, lib/utils_disk.h,
1978           plugins/check_disk.c, plugins/t/check_disk.t:
1979           Major fixes to check_disk. Now should return same data as df
1981 2006-07-13 12:50  tonvoon
1983         * [r1451] Makefile.am, configure.in, lib/Makefile.am, lib/tests,
1984           lib/tests/.cvsignore, lib/tests/Makefile.am, lib/tests/README,
1985           lib/tests/test_disk.c, lib/tests/test_disk.t,
1986           lib/tests/test_utils.c, lib/tests/test_utils.t,
1987           plugins/Makefile.am, plugins/check_disk.c, plugins/check_dns.c,
1988           plugins/check_mysql.c, plugins/check_mysql_query.c,
1989           plugins/tests/.cvsignore, plugins/tests/Makefile.am,
1990           plugins/tests/README, plugins/tests/test_disk.c,
1991           plugins/tests/test_disk.t, plugins/tests/test_utils.c,
1992           plugins/tests/test_utils.t, plugins/utils.c, plugins/utils.h,
1993           plugins/utils_disk.c, plugins/utils_disk.h:
1994           Move new util_* functions to lib/
1996 2006-07-13 08:54  tonvoon
1998         * [r1450] configure.in, lib/basename.c, lib/dirname.h,
1999           m4/basename.m4, m4/dos.m4, m4/np_coreutils.m4,
2000           plugins/check_procs.c, plugins/utils.c, plugins/utils.h:
2001           Using coreutils' base_name function because of portability issues
2002           with
2003           Tru64
2005 2006-07-12 22:53  tonvoon
2007         * [r1449] plugins/check_disk.c, plugins/t/check_disk.t,
2008           plugins/utils_disk.c, plugins/utils_disk.h:
2009           Added -E option for exact match of filesystem. Restructured main
2010           filesystem
2011           loop. Added extra tests for possible duplicate filesystems.
2013 2006-07-12 19:30  tonvoon
2015         * [r1448] plugins/check_disk.c, plugins/tests,
2016           plugins/tests/.cvsignore, plugins/tests/test_disk.c,
2017           plugins/utils_disk.c, plugins/utils_disk.h:
2018           Moving parameter_list into utils_disk.h. Given list of mount
2019           points, can
2020           now work out best match or exact match.
2022 2006-07-12 12:15  tonvoon
2024         * [r1447] plugins/Makefile.am, plugins/check_disk.c,
2025           plugins/tests/Makefile.am, plugins/tests/test_disk.c,
2026           plugins/tests/test_disk.t, plugins/utils_disk.c,
2027           plugins/utils_disk.h:
2028           Moving check_disk functions into utils_disk.c and testing them
2030 2006-07-11 12:38  tonvoon
2032         * [r1446] lib/creat-safer.c, lib/dup-safer.c, lib/fcntl--.h,
2033           lib/fcntl-safer.h, lib/fd-safer.c, lib/open-safer.c,
2034           lib/pipe-safer.c, lib/unistd--.h, lib/unistd-safer.h,
2035           m4/fcntl-safer.m4, m4/np_coreutils.m4, m4/unistd-safer.m4:
2036           Extra files from coreutils required for getloadavg.c to compile
2037           on Tru64 (Ciro Iriarte - 1520331)
2039 2006-07-10 08:44  tonvoon
2041         * [r1445] lib/Makefile.am:
2042           Didn't add intprops.h into distribution correctly
2044 2006-07-07 06:36  harpermann
2046         * [r1444] plugins/urlize.c:
2047           Added check for two arguments. Was segfaulting if no or one arg.
2048           Now returns
2049           help.
2051 2006-07-05 13:45  tonvoon
2053         * [r1443] plugins-scripts/check_mailq.pl:
2054           Fixed checking of return codes from external mailq programs
2056 2006-07-05 08:55  tonvoon
2058         * [r1442] tools/tinderbox_build:
2059           Add instructions for manually sending Tinderbox build logs
2061 2006-07-05 08:26  tonvoon
2063         * [r1441] lib/Makefile.am, lib/intprops.h:
2064           Missing intprops.h for Tru64 (Ciro Iriarte - 1517379)
2066 2006-07-04 09:47  tonvoon
2068         * [r1440] THANKS.in, m4/alloca.m4, m4/np_coreutils.m4:
2069           Added alloca.h check and fixed locale.h, wchar.h (Ari Pollak -
2070           1516578)
2072 2006-07-03 08:03  tonvoon
2074         * [r1439] plugins/check_dig.c:
2075           Fixed -p getopt call (Allan Bennett - 1511650)
2077 2006-07-03 07:55  tonvoon
2079         * [r1438] THANKS.in, lib/c-strtod.c, lib/c-strtod.h,
2080           lib/c-strtold.c, m4/c-strtod.m4, m4/np_coreutils.m4,
2081           plugins/Makefile.am:
2082           Fixed compile on Tru64 5.1b (Ciro Iriarte - 1515435)
2084 2006-06-21 11:05  opensides
2086         * [r1437] plugins/check_snmp.c, plugins/check_ssh.c:
2087           cleaning help and usage
2089 2006-06-21 09:49  opensides
2091         * [r1436] po/LINGUAS:
2092           fixing bug id #1509699
2094 2006-06-20 11:17  opensides
2096         * [r1435] plugins/check_procs.c, plugins/check_radius.c,
2097           plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c,
2098           plugins/check_ssh.c:
2099           cleaning help and usage + license
2101 2006-06-18 19:36  opensides
2103         * [r1434] plugins/check_disk.c, plugins/check_time.c,
2104           plugins/check_udp.c, plugins/check_ups.c, plugins/check_users.c,
2105           plugins/gethostbyname.c, plugins/gethostbyname.h,
2106           plugins/negate.c, plugins/netutils.c, plugins/popen.c,
2107           plugins/runcmd.c, plugins/sslutils.c, plugins/urlize.c,
2108           plugins/utils.c:
2109           updating help and usage and license
2111 2006-06-17 12:28  opensides
2113         * [r1433] plugins/check_hpjd.c, plugins/check_nt.c,
2114           plugins/check_ntp.c, plugins/check_nwstat.c,
2115           plugins/check_overcr.c, plugins/check_pgsql.c,
2116           plugins/check_ping.c, plugins/check_procs.c:
2117           cleaning up help and usage
2119 2006-06-15 12:52  opensides
2121         * [r1432] plugins/check_ldap.c, plugins/check_load.c,
2122           plugins/check_mrtg.c, plugins/check_mysql.c,
2123           plugins/check_mysql_query.c, plugins/check_nagios.c:
2124           cleaning help and usage
2126 2006-06-15 10:16  opensides
2128         * [r1430] plugins/check_ide_smart.c:
2129           cleaning help and usage
2131 2006-06-14 21:27  opensides
2133         * [r1427] plugins/check_dns.c, plugins/check_dummy.c,
2134           plugins/check_fping.c, plugins/check_game.c:
2135           updating the help and usage for localization
2137 2006-06-14 19:15  tonvoon
2139         * [r1426] INSTALLING, doc/developer-guidelines.sgml:
2140           Updated requirements for development platform
2142 2006-06-14 18:48  opensides
2144         * [r1425] plugins/check_by_ssh.c, plugins/check_dig.c,
2145           plugins/check_disk.c:
2146           starting the BIG locale update ;-)
2148 2006-06-07 14:28  seanius
2150         * [r1418] contrib/check_linux_raid.pl:
2151           some gratuitous whitespace changes, and a fix to the "recovery ="
2152           detection
2153           logic in check_linux_raid.pl
2155 2006-06-07 14:23  seanius
2157         * [r1417] plugins-scripts/utils.pm.in:
2158           removed stale references to PATH_TO_NTPFOO, as it's no longer
2159           used.
2161 2006-06-07 07:59  tonvoon
2163         * [r1416] plugins-root/Makefile.am:
2164           Do not install setuid programs unless run as root
2166 2006-06-07 07:18  tonvoon
2168         * [r1415] plugins-root/Makefile.am, tools/setup:
2169           Fixed two build problems re: libtool and pst3
2171 2006-06-06 16:48  seanius
2173         * [r1414] plugins/check_pgsql.c:
2174           modify the is_pg_dbname() function to allow databases with '-' in
2175           their name.
2176           reference: sf tracker #1500752
2178 2006-06-03 23:06  seanius
2180         * [r1413] configure.in:
2181           removed the -R for openssl, as it should be figured out
2182           automatically by
2183           libtool and also controlled via the
2184           --enable-rpath/--disable-rpath configure
2185           options. furthermore keeping it in forces the rpath option on in
2186           spite of
2187           what's passed on the configure line.
2189 2006-06-01 22:30  seanius
2191         * [r1412] contrib/check_linux_raid.pl:
2192           gave some TLC to check_linux_raid
2194 2006-05-30 09:55  tonvoon
2196         * [r1411] configure.in:
2197           Default to search path for mysql_config
2199 2006-05-30 09:39  tonvoon
2201         * [r1410] THANKS.in:
2202           For reporting check_radius compile problem
2204 2006-05-30 09:19  tonvoon
2206         * [r1409] ., .cvsignore, config.guess, config.sub,
2207           doc/developer-guidelines.sgml, ltmain.sh:
2208           Added libtool files, at version 1.5.22, into CVS
2210 2006-05-25 17:40  egalstad
2212         * [r1408] plugins-root/check_dhcp.c:
2213           Applied patch for responses from helpers/relays, cleaned up
2214           different coding styles for consistency
2216 2006-05-25 16:59  tonvoon
2218         * [r1407] lib/regex.o:
2219           Removed unnecessary file
2221 2006-05-25 16:58  tonvoon
2223         * [r1406] configure.in, lib/Makefile.am, plugins/common.h:
2224           Gettext fixes to sync with coreutils
2226 2006-05-25 16:53  egalstad
2228         * [r1405] plugins-root/check_dhcp.c:
2229           Fixed short interface name length, UNKNOWN return code (patches
2230           from tracker)
2232 2006-05-25 15:34  tonvoon
2234         * [r1404] plugins/check_http.c, plugins/t/check_http.t:
2235           Option to invert results from a regexp pattern match
2237 2006-05-25 12:33  tonvoon
2239         * [r1403] configure.in, lib, lib/.cvsignore, lib/regcomp.c,
2240           lib/regex.c, lib/regex.h, lib/regex.o, lib/regex_internal.c,
2241           lib/regex_internal.h, lib/regexec.c, lib/strcase.h, m4,
2242           m4/.cvsignore, m4/np_coreutils.m4, m4/regex.m4, m4/restrict.m4,
2243           plugins/check_apt.c, plugins/check_http.c, plugins/check_smtp.c,
2244           plugins/check_snmp.c:
2245           Use coreutils' regexp libraries, so regexp always available now
2247 2006-05-25 12:13  tonvoon
2249         * [r1402] m4/ls-mntd-fs.m4:
2250           Sync with coreutils 5.96
2252 2006-05-24 12:48  tonvoon
2254         * [r1401] THANKS.in, configure.in:
2255           Fix for mysql 3.x (Jeremy Reed, Michael Tiernan - 1491936)
2257 2006-05-24 09:23  tonvoon
2259         * [r1400] doc/developer-guidelines.sgml:
2260           Reminder of no inline variable declarations
2262 2006-05-24 09:05  tonvoon
2264         * [r1399] plugins/check_snmp.c:
2265           Variables need to be declared at top of code for better
2266           portability
2267           (Gerhard Lausser)
2269 2006-05-19 21:41  tonvoon
2271         * [r1398] configure.in, doc/developer-guidelines.sgml:
2272           Requirement of automake 1.8.3, as coreutils needs it
2274 2006-05-19 21:30  tonvoon
2276         * [r1397] ., .cvsignore, config.rpath, mkinstalldirs, po,
2277           po/.cvsignore, po/remove-potcdate.sin:
2278           Adding more required files from gettext
2280 2006-05-18 23:17  tonvoon
2282         * [r1396] tools/setup:
2283           Bug in Makefile.am creation
2285 2006-05-18 23:09  tonvoon
2287         * [r1395] ., .cvsignore, ABOUT-NLS, m4/Makefile.am,
2288           m4/Makefile.am.in, po, po/.cvsignore, po/Makefile.in.in,
2289           tools/setup:
2290           Fixes from coreutils sync: some files now required and removed
2291           generateable files
2293 2006-05-18 22:05  tonvoon
2295         * [r1394] ., .cvsignore, Makefile.am, configure.in,
2296           doc/developer-guidelines.sgml, lib/Makefile.am, lib/cloexec.c,
2297           lib/cloexec.h, lib/error.c, lib/error.h, lib/exit.h,
2298           lib/exitfail.c, lib/exitfail.h, lib/fsusage.c, lib/fsusage.h,
2299           lib/full-read.c, lib/full-read.h, lib/full-write.c,
2300           lib/full-write.h, lib/getloadavg.c, lib/getopt.c, lib/getopt.h,
2301           lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/gettext.h,
2302           lib/malloc.c, lib/mountlist.c, lib/mountlist.h, lib/realloc.c,
2303           lib/safe-read.c, lib/safe-read.h, lib/safe-write.c,
2304           lib/safe-write.h, lib/stdbool_.h, lib/strtod.c,
2305           lib/unlocked-io.h, lib/xalloc-die.c, lib/xalloc.h, lib/xmalloc.c,
2306           m4, m4/.cvsignore, m4/Makefile.am, m4/afs.m4, m4/codeset.m4,
2307           m4/error.m4, m4/exitfail.m4, m4/extensions.m4, m4/fstypename.m4,
2308           m4/fsusage.m4, m4/getopt.m4, m4/gettext.m4, m4/glibc21.m4,
2309           m4/iconv.m4, m4/intdiv0.m4, m4/inttypes-pri.m4, m4/inttypes.m4,
2310           m4/inttypes_h.m4, m4/isc-posix.m4, m4/lcmessage.m4, m4/lib-ld.m4,
2311           m4/lib-link.m4, m4/lib-prefix.m4, m4/longdouble.m4,
2312           m4/longlong.m4, m4/ls-mntd-fs.m4, m4/malloc.m4, m4/mountlist.m4,
2313           m4/nls.m4, m4/np_coreutils.m4, m4/onceonly.m4,
2314           m4/onceonly_2_57.m4, m4/po.m4, m4/progtest.m4, m4/realloc.m4,
2315           m4/signed.m4, m4/stdbool.m4, m4/stdint_h.m4, m4/uintmax_t.m4,
2316           m4/ulonglong.m4, m4/unlocked-io.m4, m4/wchar_t.m4, m4/wint_t.m4,
2317           m4/xalloc.m4, plugins, plugins-root, plugins-root/.cvsignore,
2318           plugins-root/check_dhcp.c, plugins/.cvsignore,
2319           plugins/check_disk.c, plugins/common.h, plugins/tests,
2320           plugins/tests/.cvsignore, po, po/.cvsignore, tools/setup:
2321           Synchronise with coreutils 2.95. Gettext now synced with
2322           coreutils,
2323           so no longer development platform requirement
2325 2006-05-17 10:10  tonvoon
2327         * [r1393] configure.in:
2328           Fix for loading SSL libraries at runtime
2330 2006-05-17 08:56  tonvoon
2332         * [r1392] configure.in, plugins-root/Makefile.am:
2333           Fix compile problems on Solaris for pst3 and ssl libs
2335 2006-05-15 13:20  tonvoon
2337         * [r1391] CHANGES, contrib/check_disk_snmp.pl:
2338           check_disk_snmp.pl removed. Notice added to CHANGES
2340 2006-05-15 13:07  tonvoon
2342         * [r1390] tools/sfsnapshot:
2343           Changed snapshot generator due to cvs changes on SF
2345 2006-05-03 14:12  tonvoon
2347         * [r1389] doc/LEAVERS:
2348           Leavers process documented
2350 2006-05-02 08:30  tonvoon
2352         * [r1388] plugins/check_disk.c:
2353           Inode thresholds not always being initialised (James Fidell -
2354           1476457)
2356 2006-05-02 08:21  tonvoon
2358         * [r1387] CHANGES:
2359           New check_ntp and check_apt plugins by Sean
2361 2006-05-01 21:52  seanius
2363         * [r1386] configure.in, plugins-scripts/Makefile.am,
2364           plugins/Makefile.am, plugins/check_ntp.c, plugins/common.h,
2365           plugins/runcmd.c:
2366           - check_ntp:
2367           - now roughly feature-complete.
2368           - various bugfixes, esp. offset calculation.
2369           - enhanced the asynchronous offset polling to set requests that
2370           haven't recieved a response in >= 1 second to stale and
2371           retransmit them,
2372           which results in much better performance on unreliable networks.
2373           - we only spend timeout/2 seconds polling offsets, and if we
2374           don't get
2375           everything by that point we work with what we have and set status
2376           to
2377           warning/critical depending on how much data we have.
2378           - set the same defaults as the perl script.
2379           - commit changes to configure.in to support automatic building of
2380           check_apt
2381           (if apt-get is installed and regex libraries available) and
2382           check_ntp
2383           (unconditionally), now defaulting to check_ntp.c instead of the
2384           perl script.
2385           if this is an issue we can back out the commit of course. an eye
2386           should be kept on check_ntp building and running correctly in
2387           different
2388           environments, esp. 64-bit and big-endian platforms, and those
2389           with more
2390           "esoteric" API's (do any of the platforms not have poll()?).
2391           - similar changes to Makefile.am's.
2392           - common.h: add statement to include sys/poll.h
2393           - runcmd.c: exit STATE_UNKNOWN if execve() fails.
2395 2006-04-28 15:52  tonvoon
2397         * [r1385] configure.in:
2398           Remove stupid error where pst3 was always compiled
2400 2006-04-28 08:45  tonvoon
2402         * [r1384] configure.in, plugins-root/Makefile.am:
2403           Added pst3 into distribution (Jason Kau - 1476451)
2405 2006-04-27 13:25  tonvoon
2407         * [r1383] configure.in, plugins/check_procs.c,
2408           plugins/tests/test_utils.c, plugins/utils.c, plugins/utils.h:
2409           Internal version of basename if one not found in system
2411 2006-04-19 09:33  tonvoon
2413         * [r1382] plugins/t/check_nagios.t:
2414           Fix check_nagios tests on MacOSX 10.4
2416 2006-04-19 03:47  sghosh
2418         * [r1380] ChangeLog:
2419           ChangeLog update - release pending
2421 2006-04-19 03:42  sghosh
2423         * [r1379] configure.in, package.def:
2424           version update - release pending
2426 2006-04-17 21:08  opensides
2428         * [r1378] po/fr.po:
2429           Final commit of fr.po
2431 2006-04-17 13:54  opensides
2433         * [r1377] po/fr.po:
2434           another big chunk of fr.po
2435           
2436           Still 20 to go ;)
2438 2006-04-16 14:24  opensides
2440         * [r1376] po/fr.po:
2441           big revision of po file for 1.4.3
2443 2006-04-15 10:46  opensides
2445         * [r1375] po/fr.po:
2446           second part of fr.po updating
2448 2006-04-14 22:44  opensides
2450         * [r1374] po/de.po, po/fr.po, po/nagios-plugins.pot:
2451           updated pot file
2452           sarted updating fr.po for nagios 1.4.3
2454 2006-04-12 10:00  seanius
2456         * [r1373] plugins/check_ntp.c:
2457           the offset_requests are now parallelized. still stuff needs to be
2458           done (conveniently marked with XXX), but on well behaving
2459           networks
2460           the plugin should behave more or less identical to check_ntp.pl
2461           now.
2463 2006-04-12 06:33  seanius
2465         * [r1372] plugins/check_ntp.c:
2466           added a currently unused but "good for reference" version of
2467           offset_request
2468           which attempts to behave more like ntpdate, but this doesn't yet
2469           and
2470           the code isn't actually used yet.
2472 2006-04-11 23:24  seanius
2474         * [r1371] plugins/check_ntp.c:
2475           another big code-commit to check_ntp. jitter calculations now
2476           work, and
2477           the program is becoming much closer on the packet-for-packet
2478           level to
2479           how check_ntp.pl behaves. i'll send an email in the morning :)
2481 2006-04-06 10:08  tonvoon
2483         * [r1370] THANKS.in, plugins/utils.c:
2484           Stop coredump on Solaris if arg not specified (Jason Kau -
2485           1465288)
2487 2006-04-05 08:11  tonvoon
2489         * [r1369] CHANGES:
2490           Notice added re: check_udp in next release
2492 2006-04-05 08:06  tonvoon
2494         * [r1368] plugins/check_procs.c:
2495           Use pid_t for pids (1463853)
2497 2006-04-05 07:58  tonvoon
2499         * [r1367] plugins/check_http.c, plugins/t/check_http.t:
2500           Allow multiple -k parameters (Gerd Mueller - 1457726)
2502 2006-04-05 06:58  seanius
2504         * [r1366] plugins/check_apt.c:
2505           finally??? cvs works again???? let me dig up my week-old cvs
2506           commit message.....
2507           
2508           i'm becoming very happy with check_apt now :)
2509           - now has support for an externally (configure.in) path to
2510           apt-get,
2511           though i still have that in #ifdefs for the time being.
2512           - support for defining what packages are "critical updates", via
2513           the already-existing security regexp or overridable on the
2514           cmdline
2515           - allow overriding of apt-get cmdline options
2516           - introduce a "no upgrade" in case someone just wants to check
2517           that
2518           they can download the package lists with -u but not check for
2519           upgrades.
2520           might need to change the name of this option to prevent
2521           confusion.
2522           - improved -h documentation
2524 2006-03-29 16:33  tonvoon
2526         * [r1365] THANKS.in, plugins/check_tcp.c,
2527           plugins/tests/test_utils.c, plugins/utils.c, plugins/utils.h:
2528           New function to for escaped strings from command line for
2529           send/quit.
2530           Adapted from Sebastian Wiesinger's patch (1292404)
2532 2006-03-29 15:30  tonvoon
2534         * [r1364] NPTest.pm:
2535           Will die if signal received from a testCmd
2537 2006-03-29 14:37  tonvoon
2539         * [r1363] plugins/t/check_udp.t:
2540           Allow 1 second delay in check_udp timeout
2542 2006-03-29 08:18  tonvoon
2544         * [r1362] plugins/t/check_http.t:
2545           Fix possible timeout issue on hostname_invalid
2547 2006-03-29 08:13  tonvoon
2549         * [r1361] plugins/t/check_dns.t:
2550           Fix test if response time is one second
2552 2006-03-29 08:01  seanius
2554         * [r1360] plugins/check_apt.c:
2555           now support for detecting critical/security updates, which sets
2556           the return code to STATE_CRITICAL instead of just STATE_WARNING
2557           as it was previously doing.
2559 2006-03-27 08:39  tonvoon
2561         * [r1359] plugins/t/check_udp.t:
2562           Set timeout within nc, rather than the test script
2564 2006-03-27 08:19  tonvoon
2566         * [r1358] plugins/check_disk.c:
2567           Fixed bug with malloc of wrong size
2569 2006-03-24 17:26  tonvoon
2571         * [r1357] plugins/t/check_dns.t:
2572           Fixing defaults to work
2574 2006-03-24 16:49  tonvoon
2576         * [r1356] CHANGES:
2577           Reintroduced --with-mysql configure option. Note about SSL
2578           cleanup
2580 2006-03-24 16:25  tonvoon
2582         * [r1355] plugins/check_http.c:
2583           -C now implies -S/--ssl as well
2585 2006-03-24 16:13  tonvoon
2587         * [r1354] plugins/t/check_hpjd.t, plugins/t/check_http.t:
2588           Tests converted to new style
2590 2006-03-24 16:12  tonvoon
2592         * [r1353] plugins/check_tcp.c, plugins/t/check_udp.t:
2593           udp checks require and send and receive option. Tests updated so
2594           if
2595           nc is available, will check send and receive working correctly
2597 2006-03-23 22:58  seanius
2599         * [r1352] plugins/check_apt.c:
2600           - addition of include/exclude option for package names in
2601           check_apt,
2602           using POSIX regexp support.
2603           - various commenting and tidying of code/logic/output.
2604           - still haven't committed the Makefile.am/configure.in stuff.
2606 2006-03-23 17:16  tonvoon
2608         * [r1351] NPTest.pm, plugins/check_disk.c, plugins/t/check_disk.t:
2609           check_disk now errors if a specified directory does not exist (cf
2610           df /foo)
2612 2006-03-23 16:06  tonvoon
2614         * [r1350] plugins/t/check_disk.t:
2615           Some versions of Test::More do not like the m#foo# syntax
2617 2006-03-23 12:01  tonvoon
2619         * [r1349] NPTest.pm, plugins/check_disk.c, plugins/t/check_disk.t:
2620           Incorrect output when checking non-existent disk (John Rouillard
2621           - 1326050)
2623 2006-03-23 00:01  seanius
2625         * [r1348] plugins/check_apt.c:
2626           more work on check_apt. more graceful error handling and
2627           information
2628           reporting, a couple new cmdline options. still not quite ready
2629           for prime-time, maybe tomorrow :)
2631 2006-03-22 17:32  tonvoon
2633         * [r1347] REQUIREMENTS, configure.in:
2634           Reinstated --with-mysql option
2636 2006-03-22 16:45  tonvoon
2638         * [r1346] plugins/check_dns.c, plugins/t/check_dns.t:
2639           Added warning and critical response times (John Rouillard -
2640           1343159)
2642 2006-03-22 15:45  tonvoon
2644         * [r1345] plugins/t/check_pop.t:
2645           Convert to new style tests
2647 2006-03-22 15:45  tonvoon
2649         * [r1344] THANKS.in, plugins/check_tcp.c:
2650           Options to change line ends for -s and -q (John Rouillard -
2651           1346104)
2653 2006-03-22 14:32  tonvoon
2655         * [r1343] plugins-scripts/check_log.sh:
2656           Remove PATH restriction
2658 2006-03-22 14:17  tonvoon
2660         * [r1342] plugins/check_dns.c, plugins/t/check_dns.t:
2661           New style tests. Cleanup of presentation of help. Added '' around
2662           -a checks
2664 2006-03-22 13:18  tonvoon
2666         * [r1341] plugins/check_by_ssh.c:
2667           Typo (Thomas Guettler - 1433447)
2669 2006-03-22 12:59  tonvoon
2671         * [r1340] plugins-scripts/check_log.sh,
2672           plugins-scripts/utils.sh.in:
2673           Remove hardlink to /bin/sed. Leave to PATH (Abs - 1391483)
2675 2006-03-22 00:00  seanius
2677         * [r1339] plugins/check_apt.c:
2678           initial version of a check_apt plugin... not editing
2679           configure/Makefile.am's
2680           until i'm happier with it (better output, better ways to define
2681           warning
2682           vs. critical thresholds... etc).
2684 2006-03-21 14:20  tonvoon
2686         * [r1338] THANKS.in, configure.in:
2687           Stop check_dns from compiling if nslookup does not exist (Sakari
2688           Lehtonen -
2689           1412721)
2691 2006-03-21 13:42  tonvoon
2693         * [r1337] plugins/t/check_load.t:
2694           Updated to new Test::More method for testing
2696 2006-03-21 13:32  tonvoon
2698         * [r1336] configure.in:
2699           Fix for mysql 3.x
2701 2006-03-21 13:31  tonvoon
2703         * [r1335] plugins/check_tcp.c:
2704           Return CRITICAL if hostname invalid, as per guidelines
2706 2006-03-21 12:56  tonvoon
2708         * [r1334] tools/setup:
2709           Patch to workaround SFnot having libtool installed
2711 2006-03-21 11:42  tonvoon
2713         * [r1333] CHANGES, REQUIREMENTS, THANKS.in, configure.in,
2714           plugins/Makefile.am, plugins/tests/Makefile.am:
2715           mysql discovery based on mysql_config (Johan Fischer - 1359414)
2717 2006-03-20 22:06  seanius
2719         * [r1332] plugins/check_ntp.c:
2720           - shuffling some code around to keep things tidy.
2721           - now average the result of 4 queries just as ntpdate does
2722           - put things in place for jitter calculation
2724 2006-03-20 17:18  seanius
2726         * [r1331] plugins/check_ntp.c:
2727           ipv6 support for c-version of check_ntp
2729 2006-03-18 19:00  seanius
2731         * [r1330] plugins/check_ntp.c:
2732           initial version of the pure-c check_ntp implementation. jitter
2733           not yet
2734           implemented, and a couple other misc things to do, so i haven't
2735           yet patched Makefile.am
2737 2006-03-18 14:47  seanius
2739         * [r1329] plugins/check_http.c:
2740           return-logic related fix for cert checking, thanks to emmet
2741           hogan.
2743 2006-03-17 14:08  tonvoon
2745         * [r1328] plugins/tests/test_utils.t:
2746           Better error message re: tap library
2748 2006-03-17 14:07  tonvoon
2750         * [r1327] REQUIREMENTS, configure.in, plugins/Makefile.am,
2751           plugins/check_mysql.c, plugins/check_mysql_query.c,
2752           plugins/t/check_mysql.t:
2753           mysql detection cleanup: fixes runtime linking, autodetection of
2754           main
2755           locations, detection of lib64 and different layouts
2757 2006-03-17 10:20  tonvoon
2759         * [r1326] doc/developer-guidelines.sgml:
2760           Added requirement for developer system to have gnu libtool
2762 2006-03-16 17:31  tonvoon
2764         * [r1325] configure.in, plugins/tests/Makefile.am, tools/setup:
2765           Using libtool to get runpath for tap library
2767 2006-03-15 19:54  tonvoon
2769         * [r1324] THANKS.in, plugins/check_mysql.c,
2770           plugins/t/check_mysql.t:
2771           Alert on amount of time a slave is behind (Steven Kreuzer)
2773 2006-03-13 17:59  seanius
2775         * [r1323] plugins/check_swap.c:
2776           fix for (tracker id 1420741)
2777           "check_swap: incorrect totals for multiple partitions (BSD)"
2778           thanks to scott thompson
2780 2006-03-13 11:08  tonvoon
2782         * [r1322] plugins/check_ping.c:
2783           Change warning message if there is stderr output. This catches a
2784           problem
2785           where time was shifting backwards on a linux VMware guest during
2786           the ping
2788 2006-03-07 10:33  tonvoon
2790         * [r1321] plugins/t/check_http.t:
2791           Added tests for two external websites with certificates
2793 2006-03-07 10:23  tonvoon
2795         * [r1320] plugins/t/check_http.t:
2796           Tests re-written in new object format
2798 2006-02-24 17:03  tonvoon
2800         * [r1319] doc/developer-guidelines.sgml:
2801           Updated doc as tap library is now automatically discovered
2803 2006-02-24 16:41  tonvoon
2805         * [r1318] configure.in, plugins/tests/Makefile.am:
2806           Use the installed tap library instead of requesting a compiled
2807           object
2809 2006-02-17 09:08  tonvoon
2811         * [r1317] THANKS.in, plugins/popen.c:
2812           SIGALRM could be received before child_process is created (Jason
2813           Crawford)
2815 2006-02-17 06:24  seanius
2817         * [r1316] plugins/check_procs.c:
2818           set LC_NUMERIC to POSIX in check_procs.c
2820 2006-02-01 13:23  tonvoon
2822         * [r1315] plugins/t/check_mysql_query.t:
2823           If a mysql server has anonymous login, tests will always fail
2825 2006-02-01 11:53  tonvoon
2827         * [r1314] plugins/tests/Makefile.am:
2828           Need to distribute perl test file
2830 2006-01-31 16:48  tonvoon
2832         * [r1313] CHANGES:
2833           check_mysql_query included
2835 2006-01-31 16:47  tonvoon
2837         * [r1312] REQUIREMENTS:
2838           Note on MacOSX difference in mysql package
2840 2006-01-31 16:45  tonvoon
2842         * [r1311] configure.in, plugins/Makefile.am:
2843           Clean compile of check_mysql_query on MacOSX
2845 2006-01-31 15:40  tonvoon
2847         * [r1310] NPTest.pm:
2848           Sort ordering of tests
2850 2006-01-31 14:52  tonvoon
2852         * [r1309] configure.in, plugins, plugins/.cvsignore,
2853           plugins/Makefile.am, plugins/check_mysql_query.c,
2854           plugins/t/check_mysql_query.t, plugins/utils.h:
2855           Adding check_mysql_query, using new ranges and threshold checking
2857 2006-01-31 14:37  tonvoon
2859         * [r1308] plugins/t/check_mysql.t:
2860           Extra explanation in tests
2862 2006-01-31 14:36  tonvoon
2864         * [r1307] plugins/tests/test_utils.c:
2865           Fixed invalid free
2867 2006-01-31 10:06  tonvoon
2869         * [r1306] doc/developer-guidelines.sgml:
2870           Updated instructions on using libtap as configure option changed
2872 2006-01-31 10:05  tonvoon
2874         * [r1305] configure.in:
2875           Changed configure option to --with-libtap-srcdir because requires
2876           tap.h as well as tap.o
2878 2006-01-30 22:24  tonvoon
2880         * [r1304] doc/developer-guidelines.sgml,
2881           plugins/tests/test_utils.c, plugins/utils.c, plugins/utils.h:
2882           Clearly defined thresholds & ranges in docs. Added get_status
2883           routine. Added
2884           set_thresholds routine. Tests enhanced to check new routines
2886 2006-01-30 16:10  tonvoon
2888         * [r1303] configure.in, doc/developer-guidelines.sgml,
2889           plugins/Makefile.am, plugins/tests, plugins/tests/.cvsignore,
2890           plugins/tests/Makefile.am, plugins/tests/README,
2891           plugins/tests/check_disk, plugins/tests/check_dns,
2892           plugins/tests/check_ftp, plugins/tests/check_hpjd,
2893           plugins/tests/check_http, plugins/tests/check_load,
2894           plugins/tests/check_ping, plugins/tests/check_procs,
2895           plugins/tests/check_swap, plugins/tests/check_users,
2896           plugins/tests/check_vsz, plugins/tests/test_utils.c,
2897           plugins/tests/test_utils.t, plugins/utils.c, plugins/utils.h:
2898           Added libtap tests for utils.c library functions. Removed
2899           redundant
2900           test files
2902 2006-01-21 21:46  tonvoon
2904         * [r1302] tools/sfsnapshot:
2905           Have to use own id for cvs checkout. Change compile server
2906           because
2907           old one not working consistently
2909 2005-12-19 09:25  tonvoon
2911         * [r1301] NPTest.pm:
2912           Break out of testing if a new parameter is required
2914 2005-12-16 18:41  harpermann
2916         * [r1300] contrib/check_log2.pl:
2917           Added ability to output critical on error. Fixed open so it
2918           properly fails if the log file open throws an error, turned on -w
2919           in the perl call, fixed warnings
2921 2005-12-15 17:06  tonvoon
2923         * [r1299] NPTest.pm, plugins/check_mysql.c,
2924           plugins/t/check_mysql.t:
2925           Display errors with slave queries correctly. Added extra tests
2926           for slaves
2928 2005-12-15 15:19  tonvoon
2930         * [r1298] NPTest.pm, doc/developer-guidelines.sgml,
2931           plugins/t/check_disk.t:
2932           New 3 parameter version of getTestParameters. Updated
2933           check_disk.t to reflect.
2934           Added notes re: testing in developer guidelines.
2936 2005-12-15 15:17  tonvoon
2938         * [r1297] plugins-scripts/check_file_age.pl,
2939           plugins-scripts/t/check_file_age.t:
2940           Allow directories and links to be tested by check_file_age.
2941           Sanitise output.
2942           Added tests
2944 2005-12-07 19:32  harpermann
2946         * [r1296] plugins/urlize.c:
2947           Nagiosplug bug 1266977. Added code to insert the closing </A>
2948           after the plugin output but before the performance output.
2950 2005-12-07 15:10  tonvoon
2952         * [r1295] THANKS.in, plugins/common.h:
2953           No floorf on Solaris 9 (Jon Vandegrift - 1374705)
2955 2005-12-02 22:28  tonvoon
2957         * [r1294] THANKS.in, doc/developer-guidelines.sgml,
2958           plugins/check_nagios.c,
2959           plugins/t/check_nagios.nagios1.status.log,
2960           plugins/t/check_nagios.nagios2.status.dat,
2961           plugins/t/check_nagios.t:
2962           Support for Nagios 1 and Nagios 2 status files (Gerhard Lausser -
2963           1296242)
2965 2005-12-02 22:25  tonvoon
2967         * [r1293] plugins/t, plugins/t/.cvsignore:
2968           Ignore temporary files created for tests
2970 2005-12-01 01:05  tonvoon
2972         * [r1292] config_test/Makefile, config_test/run_tests,
2973           configure.in:
2974           Run longer test on redhat for spopen/pthread problem. Allow
2975           enable/disable of
2976           pthread fix via configure option
2978 2005-11-30 00:49  harpermann
2980         * [r1291] plugins-scripts/check_ntp.pl:
2981           Nagiosplug bug # 1251096
2982           check_ntp wasn't properly handing a bad exit status from the
2983           external programs it calls (ntpdate and ntpq), so jitter wasn't
2984           set. Added check of $? on close and proper error output if status
2985           from the sub program call completion is non-zero. This includes
2986           "host not found".
2988 2005-11-29 23:21  harpermann
2990         * [r1290] contrib/check_email_loop.pl:
2991           UNKNOWN exit status was returning status of "-1", changed to "3"
2993 2005-11-29 23:19  harpermann
2995         * [r1289] contrib/check_email_loop.pl:
2996           Bug: 1355304 Added patch for ePN and perl warnings. Fixed some
2997           text and
2998           a warning about type comparison.
3000 2005-11-18 12:56  tonvoon
3002         * [r1288] tools/sfsnapshot:
3003           Create a permanent link to HEAD snapshot
3005 2005-11-18 11:56  tonvoon
3007         * [r1287] doc/developer-guidelines.sgml:
3008           Updated with more detailed description of UNKNOWN states
3010 2005-11-16 17:26  tonvoon
3012         * [r1286] plugins/check_disk.c:
3013           Fixed some compile errors with new translations. Also
3014           reintroduced formatting
3015           after discussion with Benoit
3017 2005-11-15 16:26  tonvoon
3019         * [r1285] plugins/t/check_disk.t:
3020           Updated tests to minimise false positives. Breaking down so more
3021           obvious
3022           what the tests are doing
3024 2005-11-14 14:43  tonvoon
3026         * [r1284] doc/developer-guidelines.sgml:
3027           Added section re: translations
3029 2005-11-14 01:18  opensides
3031         * [r1283] plugins/check_http.c:
3032           localization cleaning ...
3033           last commit before sleeping
3035 2005-11-14 00:51  opensides
3037         * [r1282] plugins/check_dig.c, plugins/check_disk.c,
3038           plugins/check_dns.c, plugins/check_dummy.c,
3039           plugins/check_fping.c, plugins/check_game.c:
3040           start of the cleaning of the localization
3042 2005-11-12 23:48  tonvoon
3044         * [r1281] THANKS.in, plugins/t/check_disk.t:
3045           Updated check_disk tests to use Test::More (Serhan Kiymaz)
3047 2005-11-09 17:27  tonvoon
3049         * [r1280] plugins/t/check_mysql.t:
3050           Using Test::More
3052 2005-11-09 16:40  tonvoon
3054         * [r1279] NPTest.pm, plugins/t/check_imap.t,
3055           plugins/t/check_swap.t:
3056           Added new NPTest->testCmd which returns objects back for testing
3057           at the test script level. Updated check_swap and check_imap to
3058           this
3059           new format
3061 2005-11-09 16:37  tonvoon
3063         * [r1278] plugins/check_swap.c:
3064           Problem where absolute thresholds not working on /proc/meminfo
3065           systems. Suffixed all variables with the unit of measurement
3067 2005-11-09 16:34  tonvoon
3069         * [r1277] configure.in:
3070           Typo with predetermined values
3072 2005-11-09 14:10  tonvoon
3074         * [r1276] doc/developer-guidelines.sgml:
3075           Added copyright/license info required in submissions
3077 2005-11-09 09:31  tonvoon
3079         * [r1275] doc/NEW_STARTERS, doc/developer-guidelines.sgml:
3080           Updated dev guidelines to link to NagiosExchange. Removed project
3081           admin
3082           notes from guidelines into separate file
3084 2005-11-07 12:46  seanius
3086         * [r1274] configure.in:
3087           incorporated patch from Elan RuusamƤe (ahmake) to override
3088           program autodetection (see Feature Requests-1341528). i would
3089           not call this quite complete just yet (i'll explain more in the
3090           tracker), but should be functional and useful enough to commit
3091           now, in any case.
3093 2005-11-04 09:38  tonvoon
3095         * [r1273] THANKS.in, plugins/check_tcp.c, plugins/t/check_imap.t:
3096           Fixed --mismatch option for check_tcp. Added tests into
3097           check_imap
3098           (Rick Fey - 1339134)
3100 2005-11-03 15:21  tonvoon
3102         * [r1272] Makefile.am, tools/tinderbox_build:
3103           Adding new tinderbox build script
3105 2005-11-03 15:13  tonvoon
3107         * [r1271] plugins/t/check_disk.t, plugins/t/check_procs.t:
3108           Invalid mount point doesn't make sense because most df
3109           implementations
3110           would work out the actual mount point. And fixed typo in
3111           check_procs.t
3113 2005-11-03 15:04  tonvoon
3115         * [r1270] NPTest.pm, plugins/t/check_http.t,
3116           plugins/t/check_time.t:
3117           Fixing some test failures
3119 2005-11-02 08:59  seanius
3121         * [r1269] plugins/check_disk.c:
3122           #995761: patch from ben o'hara to include inode calculations in
3123           check_disk.c.
3124           
3125           previous commit also had a patch for smtp auth support, but i
3126           accidentally
3127           sent a blank commit message.
3129 2005-11-02 08:47  seanius
3131         * [r1268] plugins/check_smtp.c:
3132           check_smtp.c
3134 2005-10-31 20:03  seanius
3136         * [r1267] configure.in, plugins/check_game.c, plugins/check_http.c,
3137           plugins/check_nagios.c, plugins/check_snmp.c,
3138           plugins/check_swap.c, plugins/check_tcp.c, plugins/common.h,
3139           plugins/netutils.c, plugins/netutils.h, plugins/sslutils.c:
3140           code cleanups, largely resulting from turning on -Wall. mostly
3141           unused variables and explicit casting issues, but there were a
3142           couple gotchas in there too.
3144 2005-10-30 22:45  seanius
3146         * [r1266] plugins/Makefile.am:
3147           turned on -Wall in plugins/Makefile.am via AM_CFLAGS. shouldn't
3148           keep
3149           our heads in the sand for potential errors, after all :)
3151 2005-10-30 18:05  seanius
3153         * [r1265] plugins/check_tcp.c:
3154           another fix from alex: check for '/' in the server_address before
3155           trying to resolve it via is_host().
3157 2005-10-30 10:25  seanius
3159         * [r1264] plugins/check_tcp.c:
3160           fixes for some bugs found in my merging of the tcp socket patch
3162 2005-10-29 15:38  seanius
3164         * [r1263] plugins-scripts/check_log.sh:
3165           check_log fixes from Ade Rixon
3167 2005-10-29 12:46  seanius
3169         * [r1262] plugins/Makefile.am:
3170           patch from nsturm: Makefile.am should have been checking for
3171           check_ldap
3172           instead of check_ldaps. the result was that check_ldaps was not
3173           being
3174           created during the build process.
3176 2005-10-25 10:38  seanius
3178         * [r1261] COPYING, configure.in, plugins/Makefile.am,
3179           plugins/check_tcp.c, plugins/netutils.c, plugins/netutils.h,
3180           plugins/utils.h, po/de.po, po/fr.po:
3181           - added code to allow check_tcp (via np_net_connect) work with
3182           local
3183           unix sockets. some testing would be welcome. based on idea from
3184           Alex Samorukov.
3185           - also introduced a check_clamd behavior in check_tcp.
3187 2005-10-24 11:10  seanius
3189         * [r1260] plugins/Makefile.am, plugins/check_by_ssh.c,
3190           plugins/check_dig.c, plugins/check_dns.c, plugins/check_game.c,
3191           plugins/check_nagios.c, plugins/netutils.c, plugins/runcmd.c,
3192           plugins/runcmd.h, plugins/utils.c, plugins/utils.h:
3193           initial merging of ae's np_runcmd code into selected plugins.
3195 2005-10-23 12:01  seanius
3197         * [r1259] configure.in:
3198           whoops, missed this one, same as last commit
3200 2005-10-23 11:59  seanius
3202         * [r1258] plugins/Makefile.am, plugins/netutils.c,
3203           plugins/sslutils.c:
3204           - compartmentalized ssl code into seperate sslutils.c
3205           - ssl-related cleanups in configure.in, and now openssl/gnutls
3206           options
3207           automatically disable each other.
3209 2005-10-19 20:22  seanius
3211         * [r1257] plugins/check_http.c, plugins/check_smtp.c,
3212           plugins/check_tcp.c, plugins/netutils.c, plugins/netutils.h:
3213           all plugins now using centralized ssl functions in netutils.c
3215 2005-10-19 13:05  seanius
3217         * [r1256] plugins/check_http.c:
3218           endif was a few lines off of where it should be
3220 2005-10-19 12:59  seanius
3222         * [r1255] configure.in, plugins-root/Makefile.am,
3223           plugins/Makefile.am, plugins/check_http.c, plugins/check_smtp.c,
3224           plugins/check_tcp.c, plugins/common.h, plugins/netutils.c,
3225           plugins/netutils.h:
3226           - initial attempt at consolidating ssl-related code into
3227           netutils.{c,h}
3228           - added some #ifdefs to common.h and netutils.h to prevent
3229           multiple
3230           inclusions (as netlibs now includes common.h)
3231           - all ssl plugins (tcp/http/smtp) compile cleanly against gnutls,
3232           though
3233           certificate checking still needs to be done.
3234           - modified configure script so you can also explicitly say
3235           "without-gnutls"
3236           too (otherwise if you disable openssl you have no way of
3237           disabling
3238           gnutls too)
3240 2005-10-18 22:35  seanius
3242         * [r1254] configure.in, plugins/check_tcp.c:
3243           initial "experimental" support for gnutls. by default openssl is
3244           still
3245           used if available, and gnutls is only used if openssl is not
3246           available
3247           or explicitly disabled (--without-openssl). currently the only
3248           plugin
3249           i've verified to work is check_tcp, but i had to disable cert
3250           checking.
3252 2005-10-18 09:26  tonvoon
3254         * [r1253] README:
3255           Added license information to README with exemption for use of
3256           OpenSSL
3258 2005-10-13 11:51  tonvoon
3260         * [r1252] configure.in:
3261           Run spopen tests for Redhat ES SMP (Hans Engelen)
3263 2005-10-13 10:22  seanius
3265         * [r1251] po/de.po:
3266           debian bts #313960:
3267           - grammatical german fixes. i'm taking the reporter's word for it
3268           :)
3270 2005-10-13 10:20  seanius
3272         * [r1250] plugins-scripts/check_ntp.pl:
3273           debian bts #268044:
3274           - use a "less beastly" regex for parsing ntpq output. probably
3275           need
3276           some more widespread testing on this one.
3278 2005-10-13 10:18  seanius
3280         * [r1249] plugins/check_disk.c:
3281           debian bts #296278:
3282           - it seems that when check_disk uses the "df" routines and is
3283           told to
3284           check a non-mountpoint, it would check the filesystem on which
3285           the
3286           directory was mounted (i.e. /var/log -> /var if no /var/log
3287           mount).
3288           the system-call routines now do this too. might need a bit more
3289           widespread testing, but looks good for me and i did it without
3290           modifying any of the system-call-specific codeblocks.
3292 2005-10-13 10:16  seanius
3294         * [r1248] plugins/check_game.c:
3295           debian bts #307905:
3296           - someone changed the cmdline syntax of check game without also
3297           updating the usage/help function ;p
3299 2005-10-13 10:14  seanius
3301         * [r1247] plugins-scripts/check_disk_smb.pl:
3302           debian bts #300701:
3303           - check_smb fix for freespace threshold parsing from the cmdline
3304           options.
3306 2005-10-13 10:11  seanius
3308         * [r1246] plugins/check_smtp.c:
3309           multiple fixes in check_smtp from debian (bts #285554):
3310           - fix for double free via SSL_CTX_free. looks like the previous
3311           author
3312           knew this was a problem but didn't care enough to fix it ;p.
3313           - use defines instead of const chars for SMTP strings.
3314           - default to send our fqdn (via gethostbyname lookup on
3315           gethostname)
3316           in the HELO string, as this is an RFC/SMTP requirement.
3317           overridable
3318           via cmdline.
3319           - use EHLO instead of HELO if using STARTTLS, as it is not SMTP
3320           but
3321           ESMTP.
3322           - verify the server supports STARTTLS before initializing it.
3323           - always send QUIT before disconnecting when possible.
3325 2005-10-13 09:58  seanius
3327         * [r1245] plugins/check_mrtg.c:
3328           was this plugin even working? i don't think the if/else logic
3329           was doing what was intended.
3331 2005-10-13 09:55  seanius
3333         * [r1244] plugins/check_mysql.c:
3334           check mysql now reads [client] defaults from my.cnf (debian bug
3335           #278817)
3337 2005-10-06 12:16  seanius
3339         * [r1243] plugins/check_ups.c:
3340           fix for misreporting temperature in perfdata output for check_ups
3341           (debian bts id: #316534)
3343 2005-10-06 12:12  seanius
3345         * [r1242] configure.in, plugins-root/Makefile.am:
3346           whoops. now using automake conditionals to prevent attempted
3347           compiles
3348           of pst3 on non solaris systems.
3350 2005-09-25 16:34  seanius
3352         * [r1241] plugins-root/Makefile.am:
3353           added rules to Makefile.am for pst3
3355 2005-09-24 20:01  seanius
3357         * [r1240] configure.in:
3358           a final change to hardcode the path for where plugins are
3359           installed.
3360           it's a very, very ugly hack... if anyone can think of a better
3361           way
3362           to do it, i'm all ears.
3364 2005-09-22 12:10  seanius
3366         * [r1239] configure.in:
3367           use test instead of '[ ... ]' in configure.in. the
3368           check_procs/pst3
3369           situation is still not quite fixed.
3371 2005-09-22 09:43  seanius
3373         * [r1238] THANKS.in, configure.in, plugins-root/pst3.c:
3374           first version of bob ingraham's pst3 to allow checking for longer
3375           cmdline names than otherwise possible, by querying solaris kmem
3376           directly (ps forcibly truncates). added requisite configure.in
3377           voodoo
3378           and updated THANKS.in.
3380 2005-09-22 08:10  tonvoon
3382         * [r1237] po/POTFILES.in:
3383           Mark moving of check_dhcp and check_icmp for translation
3385 2005-09-21 13:07  tonvoon
3387         * [r1236] AUTHORS, THANKS.in:
3388           Updated with contributors and new team member
3390 2005-09-21 13:04  tonvoon
3392         * [r1235] plugins/check_nwstat.c:
3393           Reopen connections for each query (1296296 - David Sullivan)
3395 2005-09-21 10:09  tonvoon
3397         * [r1234] plugins/check_dhcp.c, plugins/check_icmp.c:
3398           Moved into plugins-root/
3400 2005-09-21 10:06  tonvoon
3402         * [r1233] ACKNOWLEDGEMENTS, CHANGES, Makefile.am, README,
3403           configure.in, plugins-root, plugins-root/.cvsignore,
3404           plugins-root/Makefile.am, plugins-root/check_dhcp.c,
3405           plugins-root/check_icmp.c, plugins/Makefile.am:
3406           Separation of root setuid plugins into plugins-root/
3408 2005-09-20 16:11  tonvoon
3410         * [r1232] configure.in:
3411           Incorrect assignment of procppid in configure.in (1296497 -
3412           Pascal Larisch)
3414 2005-09-20 11:34  tonvoon
3416         * [r1231] configure.in, plugins/t/check_procs.t:
3417           Support for Tru64 for check_procs + additional test cases
3419 2005-09-19 14:18  tonvoon
3421         * [r1230] doc/RELEASING:
3422           Note to update version number before creating ChangeLog
3424 2005-09-19 13:51  tonvoon
3426         * [r1228] configure.in, package.def:
3427           For 1.4.2 release
3429 2005-09-19 13:48  tonvoon
3431         * [r1227] ChangeLog:
3432           Updated for 1.4.2 release
3434 2005-09-19 13:46  tonvoon
3436         * [r1226] doc/RELEASING:
3437           Reminders for news item and tag format
3439 2005-09-19 13:42  tonvoon
3441         * [r1225] BUGS:
3442           Updated BUGS for 1.4.2 release
3444 2005-09-19 10:58  tonvoon
3446         * [r1224] THANKS.in:
3447           More contributors
3449 2005-09-15 08:39  tonvoon
3451         * [r1223] plugins/t/check_ping.t:
3452           Added test to make sure hostname has to be specified
3454 2005-09-15 08:27  tonvoon
3456         * [r1222] plugins/check_procs.c, plugins/check_swap.c:
3457           - Cleanup minor compile errors on Irix
3459 2005-09-14 14:40  tonvoon
3461         * [r1221] plugins/check_ping.c:
3462           Using common message
3464 2005-09-14 14:36  tonvoon
3466         * [r1220] plugins/check_ping.c:
3467           Required hostname not flagging as an error
3469 2005-09-14 12:40  tonvoon
3471         * [r1219] plugins/Makefile.am:
3472           Some makes do not like blank lines after "\". Fixed check_ldaps
3473           to only
3474           generate if check_ldap was created (Chester Hosey)
3476 2005-09-14 09:53  tonvoon
3478         * [r1218] plugins/check_load.c:
3479           Fix to parsing of uptime (Ronald Tin - 1254656)
3481 2005-09-14 09:49  tonvoon
3483         * [r1217] configure.in:
3484           - Removing typos
3486 2005-09-13 15:48  tonvoon
3488         * [r1216] plugins/check_ping.c:
3489           More diagnostic messages from check_ping
3491 2005-09-12 11:20  seanius
3493         * [r1215] plugins/check_ping.c:
3494           re-add a call to setlocale(LC_ALL, "") in check_ping.c
3496 2005-09-12 10:37  tonvoon
3498         * [r1214] THANKS.in:
3499           For help in fixing Red Hat problem with ECHILD and waitpid
3501 2005-09-12 10:31  tonvoon
3503         * [r1213] Makefile.am, config_test, config_test/Makefile,
3504           config_test/child_test.c, config_test/run_tests, configure.in,
3505           plugins/popen.c:
3506           ECHILD error at waitpid on Red Hat systems (Peter Pramberger and
3507           Sascha Runschke - 1250191)
3509 2005-08-30 22:11  tonvoon
3511         * [r1212] plugins-scripts/subst.in:
3512           Better comments for what the substitutions are doing
3514 2005-08-01 21:30  tonvoon
3516         * [r1210] doc/BRANCHING:
3517           Move notes on branching away from RELEASING
3519 2005-08-01 21:28  tonvoon
3521         * [r1209] BUGS, ChangeLog, REQUIREMENTS, configure.in, package.def:
3522           For 1.4.1 release
3524 2005-07-25 14:17  illumino
3526         * [r1208] NPTest.pm:
3527           Change the environment variable NPTESTCACHE to NPTEST_CACHE for
3528           consistancy
3530 2005-07-25 01:47  illumino
3532         * [r1207] Helper.pm, Makefile.am, NPTest.pm, configure.in,
3533           plugins-scripts/t/check_rpc.t, plugins/t/check_disk.t,
3534           plugins/t/check_dns.t, plugins/t/check_fping.t,
3535           plugins/t/check_ftp.t, plugins/t/check_hpjd.t,
3536           plugins/t/check_http.t, plugins/t/check_imap.t,
3537           plugins/t/check_load.t, plugins/t/check_mysql.t,
3538           plugins/t/check_ping.t, plugins/t/check_pop.t,
3539           plugins/t/check_procs.t, plugins/t/check_smtp.t,
3540           plugins/t/check_snmp.t, plugins/t/check_swap.t,
3541           plugins/t/check_tcp.t, plugins/t/check_time.t,
3542           plugins/t/check_udp.t, plugins/t/check_users.t,
3543           plugins/t/check_vsz.t, test.pl.in:
3544           [1185704] New Testing Infrastructure.
3545           Complete rewrite of the original testing infrastructure and
3546           all test cases (to use the new infrastructure)
3547           See NPTest.pm and issue 1185704 for more details.
3549 2005-07-20 22:39  tonvoon
3551         * [r1206] THANKS.in:
3552           More contributors
3554 2005-07-20 22:38  tonvoon
3556         * [r1205] plugins/check_ping.c:
3557           Fix parsing for netkit-ping and iputils-ping (Christian G Warden)
3559 2005-07-11 22:15  tonvoon
3561         * [r1204] plugins/check_nwstat.c:
3562           Miscelleneous bug fixes (Gerd Mueller - 1235879)
3564 2005-07-09 04:44  tonvoon
3566         * [r1203] BRANCHES:
3567           Changed format (already!) for awk simplicity
3569 2005-07-09 04:03  tonvoon
3571         * [r1202] BRANCHES:
3572           Master file to describe the current branches in CVS. Will be used
3573           by
3574           sfsnapshot to create the snapshot tarballs
3576 2005-07-06 22:21  tonvoon
3578         * [r1201] configure.in:
3579           Removed ",", causing problems with MacOSX compile
3581 2005-07-06 22:10  tonvoon
3583         * [r1200] plugins/check_swap.c:
3584           Updated help file to remove swap -s reference (Sivakumar
3585           Nellurandi)
3587 2005-07-06 21:00  tonvoon
3589         * [r1199] AUTHORS, THANKS.in:
3590           Sean Finney moved to main list of plugin developers
3592 2005-07-04 09:52  opensides
3594         * [r1198] contrib/tarballs/check_traffic-0.90b.tar.gz:
3595           replace the version of check_traffic who was missing the plugin
3596           by a good one
3598 2005-06-29 04:11  seanius
3600         * [r1197] plugins/runcmd.c, plugins/runcmd.h:
3601           initial versions of the runcmd framework by andreas
3603 2005-06-29 01:04  seanius
3605         * [r1196] plugins/check_swap.c:
3606           divide by 0 fix for check_swap
3608 2005-06-28 02:26  seanius
3610         * [r1195] plugins/check_load.c:
3611           set LC_NUMERIC to POSIX in check_load (1164325)
3613 2005-06-28 00:26  seanius
3615         * [r1194] configure.in, plugins/Makefile.am, plugins/check_swap.c:
3616           scanf parsing fix for check_swap from tracker id 1123292. now use
3617           floor(3)
3618           to round down floating point numbers. requires -lm on many
3619           systems,
3620           so support for testing for this was added to the configure.in and
3621           automake template
3623 2005-06-27 13:07  seanius
3625         * [r1193] plugins/check_hpjd.c:
3626           fixes from richard brodie (tracker id 1216576)
3628 2005-06-26 16:27  seanius
3630         * [r1192] contrib/check_dl_size.pl, contrib/check_ftpget.pl,
3631           contrib/check_logins.c, contrib/check_mysql.c,
3632           contrib/check_mysql.pl, contrib/check_mysqlslave.pl,
3633           contrib/check_nwstat.pl, contrib/check_pop3.pl,
3634           contrib/check_procl.sh, contrib/check_procr.sh:
3635           spring cleaning of contrib directory from andreas
3637 2005-06-26 16:18  seanius
3639         * [r1191] contrib/tarballs/berger-ping.tar.gz,
3640           contrib/tarballs/check_memory.tgz,
3641           contrib/tarballs/check_spread.tar,
3642           contrib/tarballs/radius.tar.gz:
3643           removal of obsolete tarballs
3645 2005-06-26 01:23  seanius
3647         * [r1190] plugins/check_swap.c:
3648           "asprintf madness" fix from andreas' patch to np-d, minus the
3649           comments.
3651 2005-06-05 17:43  seanius
3653         * [r1189] plugins/check_tcp.c:
3654           check_tcp code cleanup from andreas plus fix to andreas' patch
3655           from sean
3657 2005-06-03 13:53  seanius
3659         * [r1188] plugins/check_procs.c:
3660           gcc 2.x fixes from edward
3662 2005-06-01 19:41  sghosh
3664         * [r1187] plugins/check_snmp.c:
3665           only load mibs if needed or specified - patch 1212395
3667 2005-05-28 01:21  seanius
3669         * [r1186] plugins/check_load.c:
3670           bugfixes to check_load thanks to andreas
3672 2005-05-26 02:13  seanius
3674         * [r1185] plugins/check_mysql.c:
3675           fix for check_msyql so that it doesn't use column numbers but the
3676           names instead for determining slave status. thanks to james
3677           kingston.
3679 2005-05-25 17:42  sghosh
3681         * [r1183] plugins/check_time.c:
3682           64bit sys support - 1185713
3684 2005-05-25 15:40  sghosh
3686         * [r1182] plugins/check_snmp.c:
3687           support for getnext - 1106430
3689 2005-05-25 14:25  sghosh
3691         * [r1181] plugins/check_ping.c:
3692           RH9 pattern
3694 2005-05-25 14:05  sghosh
3696         * [r1180] plugins-scripts/check_ntp.pl:
3697           perfdata patch - 1172539
3699 2005-05-25 03:37  sghosh
3701         * [r1179] plugins-scripts/check_ntp.pl:
3702           new option for zero offset - 1159317
3704 2005-05-25 03:23  sghosh
3706         * [r1178] plugins/check_snmp.c:
3707           v2c support - 1155754
3709 2005-05-25 00:43  seanius
3711         * [r1177] configure.in, plugins/check_nagios.c,
3712           plugins/check_procs.c:
3713           fixes for check_procs:
3714           - added support for printing the pid in all the ps outputs
3715           - don't use the proc name to ignore self, use the pid vs
3716           getpid().
3717           - initialize procetime to null string otherwise -vvv can have
3718           funny results
3720 2005-05-25 00:30  seanius
3722         * [r1176] plugins/check_tcp.c, plugins/netutils.c,
3723           plugins/netutils.h:
3724           bah, my_connect is taken by mysql. now calling it np_net_connect.
3726 2005-05-24 22:33  sghosh
3728         * [r1175] plugins-scripts/check_ntp.pl:
3729           patched bug id 1200030 - regex update
3731 2005-05-24 22:10  sghosh
3733         * [r1174] plugins-scripts/check_ntp.pl:
3734           patched bug id 1204636
3736 2005-05-24 20:25  seanius
3738         * [r1173] plugins/check_tcp.c, plugins/netutils.c,
3739           plugins/netutils.h:
3740           optimizations and cleanup from andreas
3742 2005-05-23 05:09  seanius
3744         * [r1172] nagios-plugins.spec.in:
3745           build fix
3747 2005-05-03 02:00  seanius
3749         * [r1171] plugins/check_ping.c:
3750           setlocale(LC_ALL, "") should be setlocale(LC_NUMERIC, "C") to
3751           properly parse the output of ping.
3753 2005-05-03 01:52  seanius
3755         * [r1170] plugins/check_tcp.c:
3756           if check_tcp was called with -e but not -s, it would hang in a
3757           call to my_recv. the
3758           fix committed here adds on more piece of logic to the check to
3759           see if more data needs
3760           to be read, avoiding the deadlock call. a better fix would be to
3761           not use these "voodoo"
3762           heuristics and instead use poll() or select(), but that's quite a
3763           bit more complicated.
3765 2005-05-01 20:12  seanius
3767         * [r1169] plugins/popen.c, plugins/popen.h:
3768           better error checking in spopen signal handler (see 1107524)
3770 2005-05-01 19:50  seanius
3772         * [r1168] configure.in:
3773           provide a --with-perl option
3775 2005-04-29 00:27  stanleyhopcroft
3777         * [r1167] contrib/check_sybase:
3778           check_sybase 0.7 from Simon Bellman. Thx
3780 2005-04-19 00:16  seanius
3782         * [r1166] plugins-scripts/check_ntp.pl:
3783           regexp fix for check_ntp
3785 2005-04-19 00:09  seanius
3787         * [r1165] configure.in:
3788           check for the -w flag for ping6 as well as ping
3790 2005-04-17 22:22  seanius
3792         * [r1164] plugins-scripts/check_disk_smb.pl:
3793           also change the --help output to reflect that check_disk_smb
3794           defaults to empty passwords
3796 2005-04-16 06:09  seanius
3798         * [r1163] plugins-scripts/check_disk_smb.pl:
3799           patch to check_disk_smb to allow empty passwords
3801 2005-04-14 04:13  seanius
3803         * [r1162] plugins-scripts/check_mailq.pl:
3804           check_mailq fix, don't be case sensitive matching
3805           /^\s+Total\sRequests:\s(\d+)$/
3807 2005-04-14 04:07  seanius
3809         * [r1161] plugins-scripts/check_ntp.pl:
3810           typographical fix in check_ntp
3812 2005-04-11 18:02  seanius
3814         * [r1160] plugins/check_ssh.c:
3815           properly call close() on the ssh connection before exiting.
3817 2005-04-11 03:07  seanius
3819         * [r1159] configure.in, plugins/check_tcp.c:
3820           this should add support for check_ssmtp, based on the 1.3.x patch
3821           in 1155562,
3822           but fixed to follow how things are done in 1.4 (using strdup
3823           instead of
3824           asprintf) and patching configure.in instead of configure.
3826 2005-04-07 04:33  seanius
3828         * [r1158] plugins/check_smtp.c:
3829           in honor of joining up, my first bugfix. this should resolve
3830           1174070.
3831           
3832           note i don't have an exchange server to test this against, but it
3833           does what the requester mentioned (slightly cleaner than the
3834           patch
3835           attached in the tracker).
3836           
3837           it does, however, still work against my own postfix server :)
3838           
3839           sean
3841 2005-04-05 21:26  harpermann
3843         * [r1157] plugins/check_snmp.c:
3844           This is a first cut at adding performance data to check_snmp. I
3845           wasn't sure
3846           how to handle UOM so only values that return SNMP type Counter32:
3847           are labled
3848           with "c". All other values have a blank UOM. I also left off
3849           warn, crit,
3850           max and min values in the performance data until we come up with
3851           a way to
3852           handle them.
3854 2005-04-04 18:25  tonvoon
3856         * [r1156] THANKS.in:
3857           More contributors
3859 2005-04-04 18:24  tonvoon
3861         * [r1155] plugins/check_smtp.c:
3862           Fix static buffer (Nikolay Sturm)
3864 2005-03-18 03:14  mattkent
3866         * [r1154] plugins/check_mysql.c:
3867           Replication check support for 4.1.x from Gerrit Beine
3869 2005-03-08 06:19  tonvoon
3871         * [r1149] plugins-scripts/check_ntp.pl:
3872           Added OS info for offset issue
3874 2005-03-04 22:20  tonvoon
3876         * [r1148] plugins-scripts/check_ntp.pl:
3877           Ignore extra check on offset 0.00000 (John Warburton - 1150777)
3879 2005-03-04 21:58  tonvoon
3881         * [r1146] plugins/check_disk.c, plugins/check_smtp.c,
3882           plugins/check_ups.c:
3883           Fixed // comments (Steve Greenland - 1143836)
3885 2005-03-04 21:50  tonvoon
3887         * [r1145] plugins-scripts/check_ntp.pl:
3888           Support for IPv6 (Merijn Evertse - 1119917)
3890 2005-03-04 21:04  tonvoon
3892         * [r1144] configure.in, package.def:
3893           Changed to next version number
3895 2005-03-04 21:03  tonvoon
3897         * [r1143] doc/RELEASING:
3898           Notes on branching
3900 2005-03-04 20:43  tonvoon
3902         * [r1141] CHANGES:
3903           Missed check_disk addition to 1.4
3905 2005-02-11 11:49  stanleyhopcroft
3907         * [r1140] plugins/Makefile.am:
3908           Fix for check_icmp build on Solaris from Andreas Ericsson
3909           <ae@op5.se>
3911 2005-02-04 00:44  tonvoon
3913         * [r1138] configure.in:
3914           For 1.4 release
3916 2005-02-04 00:43  tonvoon
3918         * [r1137] ChangeLog:
3919           Updated for 1.4 release
3921 2005-02-04 00:29  tonvoon
3923         * [r1136] BUGS:
3924           New file to note known bugs for major releases
3926 2005-02-04 00:28  tonvoon
3928         * [r1135] CHANGES:
3929           Reordering of items with most important announcements first
3931 2005-02-04 00:27  stanleyhopcroft
3933         * [r1134] contrib/check_oracle_tbs:
3934           New version (1.1) from John Koyle
3936 2005-02-04 00:26  tonvoon
3938         * [r1133] Makefile.am:
3939           BUGS file addition to release
3941 2005-02-04 00:26  tonvoon
3943         * [r1132] README:
3944           Cleanup and addition of reference to BUGS file
3946 2005-02-04 00:25  tonvoon
3948         * [r1131] doc/RELEASING:
3949           Updated with corrections. Added note to update BUGS file
3951 2005-02-03 23:52  tonvoon
3953         * [r1130] THANKS.in:
3954           Patch against check_log
3956 2005-02-03 23:51  tonvoon
3958         * [r1129] plugins-scripts/check_log.sh:
3959           Check for log file readability
3961 2005-02-02 09:47  stanleyhopcroft
3963         * [r1128] contrib/check_email_loop.pl:
3964           Add debug option from John Rouillard
3966 2005-02-02 06:42  stanleyhopcroft
3968         * [r1127] plugins/check_ide_smart.c:
3969           try again to stop looping
3971 2005-02-02 05:44  stanleyhopcroft
3973         * [r1126] plugins/check_ide_smart.c:
3974           restructure main() to stop looping on -n
3976 2005-02-01 12:43  stanleyhopcroft
3978         * [r1125] contrib/check_traceroute-pure_perl.pl:
3979           Thank you to Myke Place for check_traceroute-pure_perl.pl
3981 2005-02-01 12:42  stanleyhopcroft
3983         * [r1124] THANKS.in:
3984           Thank you for contributed plugins
3986 2005-02-01 12:30  stanleyhopcroft
3988         * [r1123] plugins/Makefile.am:
3989           check_icmp added to libexec_PROGRAMS
3991 2005-02-01 12:25  stanleyhopcroft
3993         * [r1122] CHANGES:
3994           check_icmp no longer regarded as volatile; built by default
3996 2005-02-01 12:23  stanleyhopcroft
3998         * [r1121] plugins/linux.h:
3999           plugins/linux.h, vestigeal header required for prior versions of
4000           check_icmp, no longer required.
4002 2005-02-01 07:35  stanleyhopcroft
4004         * [r1120] CHANGES:
4005           Amendments for check_icmp
4007 2005-02-01 07:34  stanleyhopcroft
4009         * [r1119] plugins/Makefile.am:
4010           hacks to partly support check_icmp.c (1.0).
4012 2005-02-01 07:33  stanleyhopcroft
4014         * [r1118] plugins/check_icmp.c:
4015           Revised check_icmp (1.0) from A Ericsson.
4017 2005-02-01 04:20  stanleyhopcroft
4019         * [r1117] contrib/check_asterisk.pl, contrib/check_email_loop.pl,
4020           contrib/check_http-with-client-certificate.c,
4021           contrib/tarballs/check_traffic-0.91b.tar.gz:
4022           New or revised plugin in /contrib
4024 2005-01-28 22:42  stanleyhopcroft
4026         * [r1116] contrib/check_sybase:
4027           New version of Simon Bellwoods check_sybase (0.4). Thank you.
4029 2005-01-27 10:34  stanleyhopcroft
4031         * [r1115] contrib/check_traceroute.pl:
4032           Jon Meek's check_traceroute for Mon hacked by YT for Nagios. Prob
4033           pretty weak
4035 2005-01-27 10:32  stanleyhopcroft
4037         * [r1114] contrib/check_smart.pl:
4038           Candidate successor to /plugins/check_ide_smart.c. Now in
4039           /contrib. NB there is another new plugin with sim function
4041 2005-01-27 04:54  stanleyhopcroft
4043         * [r1113] contrib/check_fan_cpq_present,
4044           contrib/check_fan_fsc_present, contrib/check_mysqlslave.pl,
4045           contrib/check_temp_cpq, contrib/check_temp_fsc:
4046           New /contrib plugin
4048 2005-01-27 04:46  stanleyhopcroft
4050         * [r1112] contrib/check_arping.pl, contrib/check_cpqarray.c,
4051           contrib/check_frontpage, contrib/check_logins.c,
4052           contrib/check_oracle_tbs, contrib/check_pcpmetric.py,
4053           contrib/check_pfstate:
4054           New /contrib plugin
4056 2005-01-27 02:27  stanleyhopcroft
4058         * [r1111] CHANGES, THANKS.in, contrib/README.TXT, po/de.po,
4059           po/fr.po:
4060           1 New /contrib plugins
4061           2 Revised check_dhcp.c status in CHANGES
4063 2005-01-27 01:38  harpermann
4065         * [r1110] plugins/Makefile.am:
4066           Added check_dhcp bask into libexec_PROGRAMS after talking with
4067           Stanley.
4069 2005-01-26 21:39  tonvoon
4071         * [r1109] THANKS.in:
4072           More contributors
4074 2005-01-26 21:21  tonvoon
4076         * [r1108] plugins/check_dig.c:
4077           Convert tabs to spaces from dig's answer section (Randy O'Meara -
4078           1107651)
4080 2005-01-26 20:53  tonvoon
4082         * [r1107] REQUIREMENTS:
4083           Add recommendation for check_procs on Mandrake systems (Paulo
4084           Fessel - 1106849)
4086 2005-01-25 22:15  stanleyhopcroft
4088         * [r1106] plugins/check_ide_smart.c:
4089           Display usage if no argv (Reuben Farrelly)
4091 2005-01-25 18:11  harpermann
4093         * [r1105] plugins/check_dhcp.c:
4094           Tracker:1109261 This was an alignment problem on Solaris. Linux
4095           kernel fixes alignment so this was not seen there. Memcpy takes
4096           care of proper alignment. Tested on RHEL V3 U3, RHEL V4, FreeBSD
4097           4.10 (Thanks Stanley!) and Solaris 9 with the GNU env.
4099 2005-01-25 12:43  stanleyhopcroft
4101         * [r1104] plugins/check_ide_smart.c:
4102           Trivial text changes (print_help, commentary & -n option)
4104 2005-01-25 09:20  stanleyhopcroft
4106         * [r1103] contrib/check_dhcp.c,
4107           contrib/tarballs/check_icmp-0.8.tar.gz:
4108           moved to /plugins (core plugin)
4110 2005-01-25 09:19  stanleyhopcroft
4112         * [r1102] contrib/tarballs/check_cit.tgz:
4113           replaced by contrib/check_ica* (esp check_ica_metaframe_pub_apps)
4115 2005-01-25 09:15  stanleyhopcroft
4117         * [r1101] contrib/check_citrix:
4118           Replaced by the check_ica* pair of plugins (mainly
4119           check_ica_metaframe_pub_apps)
4121 2005-01-25 09:12  stanleyhopcroft
4123         * [r1100] contrib/packet_utils.pm:
4124           packet creation and dumping hacks used by check_ica* and
4125           check_lotus
4127 2005-01-25 09:09  stanleyhopcroft
4129         * [r1099] contrib/check_ica_master_browser.pl:
4130           New plugin - checks that ICA master browser is what it should be
4131           (important for firewalled dialup)
4133 2005-01-25 09:07  stanleyhopcroft
4135         * [r1098] contrib/check_ica_metaframe_pub_apps.pl:
4136           Replacement (structured name mainly) for check_citrix: check of
4137           ICA browse service
4139 2005-01-25 09:05  stanleyhopcroft
4141         * [r1097] contrib/check_ica_program_neigbourhood.pl:
4142           New plugin to check Citrix Metaframe XP "Program Neighbourhood"
4144 2005-01-25 09:04  stanleyhopcroft
4146         * [r1096] contrib/check_lotus.pl:
4147           New plugin to check responsiveness of Louts Notes (v5 at least)
4148           servers
4150 2005-01-24 23:17  stanleyhopcroft
4152         * [r1095] plugins/Makefile.am:
4153           Removed check_dhcp and check_icmp from libexec_PROGRAMS (ie dont
4154           build by defaut)
4156 2005-01-24 23:15  stanleyhopcroft
4158         * [r1094] CHANGES:
4159           Notes about check_dhcp and check_icmp (no longer built by
4160           default, use at own peril, volatile)
4162 2005-01-21 09:24  stanleyhopcroft
4164         * [r1093] configure.in:
4165           Set arch specifc preprocessor symbols in config.h. TEMPORARY hack
4166           for check_dhcp.c [on FreeBSD 4: /check_dhcp -i fxp0 -> DHCP ok:
4167           Received 1 DHCPOFFER(s), max lease time = 259200 sec.
4169 2005-01-21 01:03  harpermann
4171         * [r1092] plugins/check_snmp.c:
4172           Tracker 1106378 fixed - The -t (timeout) arg was not handled
4173           correctly when passed to the snmpget command. Added -e --retries
4174           for the correct retries value to snmpcmd.
4176 2005-01-21 00:01  tonvoon
4178         * [r1091] doc/developer-guidelines.sgml:
4179           Changing copyright to the Nagios Plugins Development Team, rather
4180           than
4181           individual names. Also, clarified use of ACKNOWLEDGEMENTS,
4182           THANKS.in and
4183           AUTHORS
4185 2005-01-20 23:40  harpermann
4187         * [r1090] plugins/check_http.c:
4188           Changed long argument --minmax to --pagesize and updated help and
4189           usage
4191 2005-01-20 23:39  tonvoon
4193         * [r1089] AUTHORS, Makefile.am, THANKS.in:
4194           The AUTHORS file now used for the plugin team, with THANKS.in as
4195           the
4196           contributors list.
4198 2005-01-20 23:37  harpermann
4200         * [r1088] CHANGES:
4201           Added comment about check_http --pagesize and added max value to
4202           page size check
4204 2005-01-20 23:25  tonvoon
4206         * [r1087] AUTHORS:
4207           Added Sean for bug reports
4209 2005-01-20 22:50  harpermann
4211         * [r1086] plugins/check_http.c:
4212           Tracker 1099682 fix. Now getting the page size from
4213           Content-Length in the header. Added max value to the -m switch so
4214           can do "-m min:max". Retained "-m min" convention. Renamed long
4215           arg name to --minmax
4217 2005-01-19 23:39  harpermann
4219         * [r1085] plugins/check_nt.c:
4220           In the CHECK_COUNTER block, there were several strcats writing to
4221           unallocated
4222           memory. Changed to asprintf. We're not freeing since plugin run
4223           is short.
4225 2005-01-19 21:14  tonvoon
4227         * [r1084] plugins/check_swap.c:
4228           Fixed parsing of AIX lsps command (1093522)
4230 2005-01-14 14:39  tonvoon
4232         * [r1083] AUTHORS:
4233           More contributors
4235 2005-01-14 10:59  tonvoon
4237         * [r1081] configure.in:
4238           Fixed ssl configure problems on Solaris (Bug 1096091)
4240 2005-01-13 18:24  tonvoon
4242         * [r1080] configure.in, plugins/check_swap.c:
4243           Use floats for holding memory values to avoid different types on
4244           different
4245           OSes. Seems to have a problem with the perf data for check_swap
4246           on Sol 2.6,
4247           but not critical
4249 2005-01-05 21:32  tonvoon
4251         * [r1079] configure.in, package.def:
4252           Update version number to next release
4254 2005-01-04 00:16  opensides
4256         * [r1078] plugins/check_ide_smart.c:
4257           still trying to fix #1094326
4259 2005-01-03 01:37  opensides
4261         * [r1077] plugins/check_ide_smart.c:
4262           more fixes for #1094326
4264 2005-01-03 00:59  opensides
4266         * [r1076] plugins-scripts/check_mailq.pl:
4267           fixes for #1094324
4269 2005-01-02 14:00  opensides
4271         * [r1075] plugins/check_ide_smart.c:
4272           fixing bug #1094326
4273           
4274           still need to check the makefile for check_ide_smart.c
4276 2005-01-01 16:15  tonvoon
4278         * [r1074] plugins/check_smtp.c:
4279           Removed old terminate function (Bug 1093491)
4281 2004-12-30 17:17  tonvoon
4283         * [r1072] ChangeLog:
4284           Updated with r1_4-beta1 details
4286 2004-12-30 14:23  tonvoon
4288         * [r1071] CHANGES:
4289           Note some syntax changes to check_disk
4291 2004-12-30 14:22  tonvoon
4293         * [r1070] doc/RELEASING:
4294           Update package files for version
4296 2004-12-30 14:21  tonvoon
4298         * [r1069] AUTHORS:
4299           For help with ps on FreeBSD 4
4301 2004-12-30 14:19  tonvoon
4303         * [r1068] configure.in:
4304           Get ps command for FreeBSD 4 (Tomasz Pilat)
4306 2004-12-30 00:41  opensides
4308         * [r1067] plugins/check_dhcp.c, plugins/check_dns.c,
4309           plugins/check_ping.c, plugins/check_procs.c,
4310           plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_swap.c,
4311           plugins/check_tcp.c, po/de.po, po/fr.po, po/nagios-plugins.pot:
4312           more internationalization fixes
4313           internationalization freeze for beta1
4315 2004-12-28 23:40  opensides
4317         * [r1066] AUTHORS, po/fr.po:
4318           more internationalization
4320 2004-12-28 23:18  opensides
4322         * [r1065] plugins/Makefile.am, plugins/check_smtp.c, po/fr.po:
4323           starttls support for check_smtp #1041576
4325 2004-12-28 22:34  opensides
4327         * [r1064] AUTHORS, plugins/check_ping.c:
4328           String match in check_ping for Solaris 10 #1091043
4330 2004-12-28 20:40  tonvoon
4332         * [r1063] configure.in:
4333           sys/param.h needed for sys/swap.h on openbsd 3.6 (Julien Touche)
4335 2004-12-27 22:44  opensides
4337         * [r1062] po/fr.po:
4338           more internationalization
4340 2004-12-25 23:17  opensides
4342         * [r1061] plugins/check_dig.c, plugins/check_disk.c,
4343           plugins/check_dns.c, plugins/check_dummy.c,
4344           plugins/check_fping.c, plugins/check_game.c,
4345           plugins/check_hpjd.c, plugins/check_icmp.c,
4346           plugins/check_ide_smart.c, plugins/check_ldap.c,
4347           plugins/check_load.c, plugins/check_mrtg.c,
4348           plugins/check_mrtgtraf.c, plugins/check_mysql.c,
4349           plugins/check_nagios.c, plugins/check_nt.c,
4350           plugins/check_nwstat.c, plugins/check_overcr.c,
4351           plugins/check_pgsql.c, plugins/check_ping.c,
4352           plugins/check_procs.c, plugins/check_radius.c,
4353           plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c,
4354           plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c,
4355           plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c,
4356           plugins/check_users.c, plugins/negate.c, plugins/netutils.c,
4357           plugins/popen.c, plugins/popen.h, plugins/urlize.c,
4358           plugins/utils.c, po/de.po, po/fr.po, po/nagios-plugins.pot:
4359           various fixes for localization
4361 2004-12-25 16:18  opensides
4363         * [r1060] po/de.po, po/fr.po, po/nagios-plugins.pot:
4364           new version of po files and pot file
4366 2004-12-25 12:25  opensides
4368         * [r1059] package.def, po/POTFILES.in:
4369           change realase name on package.def
4370           adding check_dhcp.c to potfiles.in
4372 2004-12-25 12:09  opensides
4374         * [r1058] plugins/check_by_ssh.c, plugins/check_dhcp.c:
4375           internationalization of check_dhcp
4376           internationalization fixes of check_ssh
4378 2004-12-24 18:06  opensides
4380         * [r1057] plugins/check_icmp.c, po/POTFILES.in, po/fr.po:
4381           first pass at adapting to plugin guidelines
4382           and start of localization
4384 2004-12-23 18:54  opensides
4386         * [r1056] plugins/check_http.c, po/fr.po:
4387           internationalization fixes
4389 2004-12-23 16:47  mwirtgen
4391         * [r1055] po/de.po:
4392           german translations 391 to go
4394 2004-12-23 09:30  tonvoon
4396         * [r1054] ACKNOWLEDGEMENTS, configure.in, m4/np_curl.m4,
4397           plugins/Makefile.am:
4398           Another attempt at fixing check_http compile on Redhat EL3. Fixed
4399           check_icmp
4400           compile (Lynne Lawrence - 1087171) - still some code changes to
4401           check_icmp
4402           outstanding. Fixed compile of check_dhcp (complaining about
4403           socklen_t).
4404           Added acknowledgements for Coreutils and curl
4406 2004-12-22 23:02  harpermann
4408         * [r1053] plugins/check_nt.c:
4409           Added check for "%" in COUNTER <description>. If it exists,
4410           <description> is used as an arg to asprintf. If it doesn't exist,
4411           <description> is used as a label. If the formatting is wrong, the
4412           program will segv.
4414 2004-12-22 07:24  tonvoon
4416         * [r1052] lib/Makefile.am, lib/stdbool_.h:
4417           File required from coreutils
4419 2004-12-21 22:52  tonvoon
4421         * [r1051] configure.in, plugins/Makefile.am:
4422           Revert back to previous openssl checks (the ones from curl kept
4423           having
4424           problems with later Redhat versions)
4426 2004-12-21 22:36  tonvoon
4428         * [r1050] m4/stdbool.m4:
4429           Another m4 from coreutils
4431 2004-12-21 15:45  tonvoon
4433         * [r1049] AUTHORS:
4434           For their bug reports
4436 2004-12-21 09:32  tonvoon
4438         * [r1047] lib/Makefile.am, m4/Makefile.am, m4/np_coreutils.m4:
4439           Fixed compile problem on Sol2.6 with stdbool.h
4441 2004-12-21 08:56  stanleyhopcroft
4443         * [r1046] plugins/check_dhcp.c:
4444           Commentary changes only: cite origin of copied code with
4445           reference to ACK file
4447 2004-12-21 08:55  stanleyhopcroft
4449         * [r1045] ACKNOWLEDGEMENTS:
4450           ACK file contains the details of the authors of code copied by
4451           the plugins
4453 2004-12-21 05:00  mattkent
4455         * [r1044] plugins/check_dns.c:
4456           Add another error string match from Pasi Tiittanen
4458 2004-12-20 22:20  tonvoon
4460         * [r1043] plugins/check_nagios.c:
4461           Corrected help for expiry units. Restored functionality of
4462           searching for
4463           process arguments
4465 2004-12-20 22:01  tonvoon
4467         * [r1042] plugins/check_nagios.c:
4468           Updating help text to reflect using shortname instead of full
4469           path for command
4471 2004-12-20 21:38  tonvoon
4473         * [r1041] configure.in:
4474           - stupid typo
4476 2004-12-20 21:26  tonvoon
4478         * [r1040] configure.in:
4479           Fix compile errors when looking for openssl
4481 2004-12-20 09:04  stanleyhopcroft
4483         * [r1039] COPYING, plugins/check_dhcp.c, po/de.po, po/fr.po:
4484           Compilation fixes for check_dhcp.c HP-UX 11. Still fails on HP-UX
4485           10. Unknown if check_dhcp works on UX.
4487 2004-12-18 18:28  mwirtgen
4489         * [r1038] po/de.po:
4490           Initial commit on german translation - 428 to go
4492 2004-12-17 18:14  tonvoon
4494         * [r1037] configure.in:
4495           Support for FreeBSD 5.2.1 and 5.3 in check_procs
4497 2004-12-15 23:12  tonvoon
4499         * [r1036] configure.in:
4500           Bump version to next release
4502 2004-12-15 23:11  tonvoon
4504         * [r1035] doc/developer-guidelines.sgml:
4505           Mistake in automake version - back to 1.8
4507 2004-12-15 23:10  tonvoon
4509         * [r1034] doc/RELEASING:
4510           Clarified notes
4512 2004-12-15 21:56  tonvoon
4514         * [r1032] ChangeLog:
4515           Updated for r1_4_0-alpha3
4517 2004-12-15 21:27  tonvoon
4519         * [r1031] doc/developer-guidelines.sgml:
4520           Updated requirements for GNU tools
4522 2004-12-15 21:01  tonvoon
4524         * [r1030] m4/Makefile.am:
4525           Makefile for m4 files
4527 2004-12-15 20:54  tonvoon
4529         * [r1029] Makefile.am, configure.in, plugins/Makefile.am,
4530           tools/setup:
4531           Support for coreutils lib. Configure tests via m4 scripts from
4532           coreutils
4534 2004-12-15 20:51  tonvoon
4536         * [r1028] m4, m4/Makefile.am.in, m4/afs.m4, m4/codeset.m4,
4537           m4/error.m4, m4/exitfail.m4, m4/extensions.m4, m4/fstypename.m4,
4538           m4/fsusage.m4, m4/getopt.m4, m4/gettext.m4, m4/glibc21.m4,
4539           m4/iconv.m4, m4/intdiv0.m4, m4/inttypes-pri.m4, m4/inttypes.m4,
4540           m4/inttypes_h.m4, m4/isc-posix.m4, m4/lcmessage.m4, m4/lib-ld.m4,
4541           m4/lib-link.m4, m4/lib-prefix.m4, m4/ls-mntd-fs.m4, m4/malloc.m4,
4542           m4/mountlist.m4, m4/np_coreutils.m4, m4/onceonly.m4,
4543           m4/progtest.m4, m4/realloc.m4, m4/stdint_h.m4, m4/uintmax_t.m4,
4544           m4/ulonglong.m4, m4/unlocked-io.m4, m4/xalloc.m4:
4545           Moving m4 files from lib/
4547 2004-12-15 20:47  tonvoon
4549         * [r1027] lib/Makefile.am, lib/afs.m4, lib/error.m4,
4550           lib/exitfail.m4, lib/fstypename.m4, lib/fsusage.m4,
4551           lib/full-read.c, lib/full-write.c, lib/full-write.h,
4552           lib/getopt.m4, lib/ls-mntd-fs.m4, lib/onceonly.m4,
4553           lib/safe-read.c, lib/safe-read.h, lib/safe-write.c,
4554           lib/safe-write.h, lib/unlocked-io.m4, lib/xalloc.m4:
4555           Moving m4 files into m4/. Added extra coreutils files required
4556           from
4557           autoconf tests. Updated Makefile.am to have nagiosplug lib and a
4558           separate
4559           coreutils lib
4561 2004-12-15 00:10  opensides
4563         * [r1026] po/de.po, po/fr.po:
4564           fr.po work in progress still 88 to translate ;-)
4566 2004-12-11 06:25  mattkent
4568         * [r1025] plugins/check_tcp.c:
4569           Patch from Ollie Cook to define return code when expected value
4570           not received (#1082275).
4571           Also included another change from Ollie Cook to do stricter
4572           matching of expected values from the beginning of the line. When
4573           a user defines an expected string this is changed to the old
4574           style strstr matching.
4576 2004-12-10 21:18  tonvoon
4578         * [r1024] plugins/check_ldap.c:
4579           Fixed compile warning
4581 2004-12-10 06:10  mattkent
4583         * [r1023] plugins/Makefile.am:
4584           Compile broken - fixing link flags.
4586 2004-12-10 05:57  mattkent
4588         * [r1022] plugins/check_dns.c:
4589           Error catching improvements from Ollie Cook
4591 2004-12-10 05:54  mattkent
4593         * [r1021] plugins/check_pgsql.c:
4594           Fixing broken compile
4596 2004-12-10 05:39  mattkent
4598         * [r1020] AUTHORS:
4599           More contributers
4601 2004-12-10 00:54  stanleyhopcroft
4603         * [r1019] plugins/Makefile.am:
4604           Changes to link flags for check_dhcp.c
4606 2004-12-10 00:52  stanleyhopcroft
4608         * [r1018] plugins/check_dhcp.c:
4609           Extensive changes to get MAC address from Solaris via DLPI
4611 2004-12-10 00:20  tonvoon
4613         * [r1017] plugins/check_dns.c, plugins/check_procs.c:
4614           Reverting back ngettext calls
4616 2004-12-10 00:13  tonvoon
4618         * [r1016] plugins/common.h:
4619           Fix includes for gettext
4621 2004-12-09 22:33  tonvoon
4623         * [r1015] configure.in:
4624           Include $libsuff for systems that define this (based on advice
4625           from
4626           Daniel Stenberg)
4628 2004-12-08 23:14  tonvoon
4630         * [r1014] configure.in:
4631           Removed redundant check and make export LD_LIBRARY_PATH more sh
4632           friendly
4634 2004-12-08 00:36  opensides
4636         * [r1013] configure.in, plugins/Makefile.am,
4637           plugins/check_by_ssh.c, plugins/check_game.c,
4638           plugins/check_http.c, plugins/check_ide_smart.c,
4639           plugins/check_ldap.c, plugins/check_snmp.c, plugins/check_tcp.c:
4640           patch 1028033
4641           
4642           minor internationalization fixes
4644 2004-12-08 00:22  tonvoon
4646         * [r1012] configure.in:
4647           Fixed output info for openssl and LD_LIBRARY_PATH for subsequent
4648           compiles
4649           (otherwise get ld.so.1: ./conftest: fatal: libssl.so.0.9.7: open
4650           failed)
4652 2004-12-07 06:51  tonvoon
4654         * [r1011] configure.in, plugins/Makefile.am:
4655           Better SSL checking (inspired by curl 7.12.2's configure.ac)
4657 2004-12-07 03:13  mattkent
4659         * [r1010] plugins-scripts/check_ifoperstatus.pl:
4660           Option to check for admin down (#1012191) from RaĆŗl Pedroche.
4662 2004-12-07 02:45  stanleyhopcroft
4664         * [r1009] plugins/Makefile.am:
4665           Correct dependencies for check_dhcp.c.
4667 2004-12-07 02:33  stanleyhopcroft
4669         * [r1008] plugins/Makefile.am, plugins/check_dhcp.c:
4670           New plugin: check_dhcp.c. Attempt to port to non Linux platform.
4672 2004-12-06 18:49  opensides
4674         * [r1007] po/fr.po:
4675           new version of fr.po
4677 2004-12-05 22:07  mattkent
4679         * [r1006] plugins/check_snmp.c:
4680           Fix for -s string matching (#756567, Tony Missana)
4682 2004-12-05 12:59  opensides
4684         * [r1005] plugins/check_nt.c, po/fr.po, po/nagios-plugins.pot:
4685           cleaned fr.po nagios-plugins.pot
4687 2004-12-05 00:54  opensides
4689         * [r1004] plugins/check_http.c, plugins/check_icmp.c,
4690           plugins/check_nwstat.c, plugins/check_ping.c,
4691           plugins/check_smtp.c, plugins/check_swap.c, plugins/utils.h:
4692           fix patch 998291
4693           fix patch 1078934 expect check_ssh fix and check_nt perfdata
4694           should stay
4695           on one word like in nagios
4697 2004-12-04 12:34  opensides
4699         * [r1003] po/nagios-plugins.pot:
4700           new version of pot file
4702 2004-12-04 12:31  opensides
4704         * [r1002] plugins/check_by_ssh.c, plugins/check_dns.c,
4705           po/POTFILES.in:
4706           various internationalization fixes
4708 2004-12-04 12:12  opensides
4710         * [r1001] plugins/Makefile.am, plugins/check_by_ssh.c,
4711           plugins/check_dig.c, plugins/check_http.c,
4712           plugins/check_ide-smart.c, plugins/check_ide_smart.c,
4713           plugins/check_mrtg.c, plugins/check_nt.c, plugins/check_nwstat.c,
4714           plugins/check_overcr.c, plugins/check_real.c,
4715           plugins/check_smtp.c, plugins/check_swap.c, plugins/check_tcp.c,
4716           plugins/check_time.c, plugins/check_udp.c, po/POTFILES.in:
4717           internationalization fixes
4718           bugfixes
4720 2004-12-04 10:57  opensides
4722         * [r1000] plugins/check_dns.c, plugins/check_hpjd.c:
4723           check_dns needs a space between 'time' and the hostname
4724           check_hpjd needs a parenthesis removed in print_usage()
4726 2004-12-04 00:23  opensides
4728         * [r999] plugins/check_swap.c:
4729           Bug Fix [ 1024735 ] check_swap providing inaccurate swap
4730           information on Sol6
4732 2004-12-03 23:55  opensides
4734         * [r998] plugins/check_by_ssh.c, plugins/check_dig.c,
4735           plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c,
4736           plugins/check_game.c, plugins/check_hpjd.c, plugins/check_http.c,
4737           plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c,
4738           plugins/check_mrtgtraf.c, plugins/check_mysql.c,
4739           plugins/check_nagios.c, plugins/check_nt.c,
4740           plugins/check_nwstat.c, plugins/check_overcr.c,
4741           plugins/check_pgsql.c, plugins/check_ping.c,
4742           plugins/check_procs.c, plugins/check_radius.c,
4743           plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c,
4744           plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c,
4745           plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c,
4746           plugins/check_users.c, plugins/negate.c:
4747           reverting my changes from !=TRUE to == ERROR, that's not good ;-(
4748           sorry
4750 2004-12-03 23:23  opensides
4752         * [r997] plugins/check_tcp.c, po/de.po, po/fr.po,
4753           po/nagios-plugins.pot:
4754           check_tcp parenthesis bug, header fix for po files
4756 2004-12-03 23:02  opensides
4758         * [r996] plugins/check_dig.c, plugins/check_disk.c,
4759           plugins/check_dns.c, plugins/check_dummy.c,
4760           plugins/check_fping.c, plugins/check_game.c,
4761           plugins/check_hpjd.c, plugins/check_http.c,
4762           plugins/check_ide-smart.c, plugins/check_ldap.c,
4763           plugins/check_mrtg.c, plugins/check_mrtgtraf.c,
4764           plugins/check_nagios.c, plugins/check_nt.c,
4765           plugins/check_nwstat.c, plugins/check_overcr.c,
4766           plugins/check_pgsql.c, plugins/check_procs.c,
4767           plugins/check_radius.c, plugins/check_real.c,
4768           plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_swap.c,
4769           plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c,
4770           plugins/check_ups.c:
4771           print_help and print_usage() cleanup
4772           
4773           other misc cleanups
4775 2004-12-03 21:56  stanleyhopcroft
4777         * [r995] plugins/check_tcp.c:
4778           1041571: -D option processing corrected (Eric Chen). Changed
4779           process_arguments() to return TRUE. Dont know why this was
4780           necessary.
4782 2004-12-03 20:28  opensides
4784         * [r994] plugins/check_by_ssh.c, plugins/check_dig.c,
4785           plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c,
4786           plugins/check_fping.c, plugins/check_game.c,
4787           plugins/check_hpjd.c, plugins/check_http.c,
4788           plugins/check_ide-smart.c, plugins/check_ldap.c,
4789           plugins/check_load.c, plugins/check_mrtg.c,
4790           plugins/check_mrtgtraf.c, plugins/check_mysql.c,
4791           plugins/check_nagios.c, plugins/check_nt.c,
4792           plugins/check_nwstat.c, plugins/check_overcr.c,
4793           plugins/check_pgsql.c, plugins/check_ping.c,
4794           plugins/check_procs.c, plugins/check_radius.c,
4795           plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c,
4796           plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c,
4797           plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c,
4798           plugins/check_users.c, plugins/negate.c, plugins/urlize.c:
4799           remove UT_HLP_VRS from print_usage
4800           this was not a good idea ;-)
4802 2004-12-03 19:20  opensides
4804         * [r993] plugins/utils.c:
4805           removing support fonction
4806           removing warranty from print_revision
4808 2004-12-03 17:48  opensides
4810         * [r992] ROADMAP, package.def, plugins/negate.c, plugins/utils.h:
4811           some minor fixes
4813 2004-12-03 17:15  opensides
4815         * [r991] plugins/check_load.c, plugins/check_ssh.c:
4816           correcting parenthesis error
4818 2004-12-03 16:56  opensides
4820         * [r990] AUTHORS, plugins/check_load.c, plugins/check_pgsql.c,
4821           plugins/check_ping.c, plugins/check_procs.c,
4822           plugins/check_radius.c, plugins/check_real.c,
4823           plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_ssh.c,
4824           plugins/check_swap.c, plugins/check_tcp.c, plugins/check_time.c,
4825           plugins/check_udp.c, plugins/check_ups.c, plugins/check_users.c,
4826           plugins/urlize.c:
4827           fixes for internationalization
4829 2004-12-03 11:45  opensides
4831         * [r989] plugins/check_by_ssh.c, plugins/check_dig.c,
4832           plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c,
4833           plugins/check_fping.c, plugins/check_game.c,
4834           plugins/check_hpjd.c, plugins/check_http.c,
4835           plugins/check_ide-smart.c, plugins/check_ldap.c,
4836           plugins/check_load.c, plugins/check_mrtg.c,
4837           plugins/check_mrtgtraf.c, plugins/check_mysql.c,
4838           plugins/check_nagios.c, plugins/check_nt.c,
4839           plugins/check_nwstat.c:
4840           internationalization fixes and help fixes
4842 2004-12-03 09:19  opensides
4844         * [r988] plugins/check_by_ssh.c, plugins/check_dig.c,
4845           plugins/check_http.c, plugins/check_nwstat.c,
4846           plugins/check_pgsql.c, plugins/check_ping.c, plugins/check_udp.c,
4847           po, po/.cvsignore:
4848           Localization fixes
4850 2004-12-03 08:45  opensides
4852         * [r987] plugins/check_ide-smart.c, plugins/check_pgsql.c:
4853           correcting copyright and remaning int result = STATE_UNKNOWN;
4855 2004-12-03 04:37  mattkent
4857         * [r986] plugins/check_nagios.c:
4858           Affected by elapsed time patch.
4860 2004-12-03 04:16  mattkent
4862         * [r985] AUTHORS:
4863           Another contributer.
4865 2004-12-03 04:10  mattkent
4867         * [r984] configure.in, plugins/check_procs.c:
4868           Patch from Russell Miller which adds elapsed time as a metric.
4869           Only for linux so far. (991359)
4871 2004-12-03 02:21  mattkent
4873         * [r983] plugins/check_ldap.c:
4874           Fix typo breaking compile.
4876 2004-12-03 00:55  opensides
4878         * [r982] plugins/check_by_ssh.c, plugins/check_dig.c,
4879           plugins/check_dns.c, plugins/check_dummy.c,
4880           plugins/check_fping.c, plugins/check_game.c,
4881           plugins/check_hpjd.c, plugins/check_ide-smart.c,
4882           plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c,
4883           plugins/check_mrtgtraf.c, plugins/check_mysql.c,
4884           plugins/check_nagios.c, plugins/check_nt.c,
4885           plugins/check_nwstat.c, plugins/check_overcr.c,
4886           plugins/check_pgsql.c, plugins/check_ping.c,
4887           plugins/check_procs.c, plugins/check_radius.c,
4888           plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c,
4889           plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c,
4890           plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c,
4891           plugins/check_users.c, plugins/negate.c, plugins/urlize.c:
4892           bump copyright year
4893           initialize result to STATE_UNKNOW in place of STATE_OK
4895 2004-12-02 21:23  opensides
4897         * [r981] plugins/check_dns.c, plugins/check_ldap.c,
4898           plugins/check_procs.c:
4899           --disable-nls throws an error on check_dns, check_procs and
4900           check_ldap without this patch.
4902 2004-12-02 21:03  stanleyhopcroft
4904         * [r980] plugins/check_tcp.c:
4905           Tracker 1041571: appended :D to getopt_long() args (for cert
4906           expiry check). Eric Chen.
4908 2004-12-02 16:51  opensides
4910         * [r979] plugins/check_by_ssh.c, plugins/check_dig.c,
4911           plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c,
4912           plugins/check_game.c, plugins/check_hpjd.c, plugins/check_http.c,
4913           plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c,
4914           plugins/check_mrtgtraf.c, plugins/check_mysql.c,
4915           plugins/check_nagios.c, plugins/check_nt.c,
4916           plugins/check_nwstat.c, plugins/check_overcr.c,
4917           plugins/check_pgsql.c, plugins/check_ping.c,
4918           plugins/check_procs.c, plugins/check_radius.c,
4919           plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c,
4920           plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c,
4921           plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c,
4922           plugins/check_users.c, plugins/negate.c, plugins/popen.c,
4923           plugins/utils.c:
4924           More internationalization work
4925           new usage4 function to permit localisation of think like
4926           check_ssh: xxxxx
4928 2004-12-02 14:54  opensides
4930         * [r978] plugins/check_by_ssh.c, plugins/check_dig.c,
4931           plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c,
4932           plugins/check_game.c, plugins/check_hpjd.c, plugins/check_ldap.c,
4933           plugins/check_load.c, plugins/check_mrtg.c,
4934           plugins/check_mrtgtraf.c, plugins/check_mysql.c,
4935           plugins/check_nagios.c, plugins/check_nt.c,
4936           plugins/check_nwstat.c, plugins/check_overcr.c,
4937           plugins/check_pgsql.c, plugins/check_ping.c,
4938           plugins/check_procs.c, plugins/check_radius.c,
4939           plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c,
4940           plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c,
4941           plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c,
4942           plugins/check_users.c, plugins/negate.c:
4943           return of process_arguments() is TRUE not OK !
4945 2004-12-02 14:35  opensides
4947         * [r977] plugins/check_http.c:
4948           return of process_arguments() is TRUE not OK !
4950 2004-12-02 08:45  stanleyhopcroft
4952         * [r976] plugins/Makefile.am:
4953           Add check_icmp plugin
4955 2004-12-02 08:44  stanleyhopcroft
4957         * [r975] plugins/check_icmp.c:
4958           check_icmp plugin from A Ericsson
4960 2004-12-02 08:44  stanleyhopcroft
4962         * [r974] plugins/linux.h:
4963           For check_icmp plugin from A Ericsson
4965 2004-12-02 04:48  mattkent
4967         * [r973] command.cfg.in:
4968           Fix typo.
4970 2004-12-02 04:36  mattkent
4972         * [r972] AUTHORS, REQUIREMENTS, command.cfg.in,
4973           plugins/check_ups.c:
4974           Patch from Arnaud Quette to bring support to NUT 2.0 plus couple
4975           improvements and fixes (1038413 which includes 1032009, 815785).
4977 2004-12-02 01:11  opensides
4979         * [r971] plugins/check_dns.c, plugins/check_game.c,
4980           plugins/check_http.c, plugins/check_ide-smart.c,
4981           plugins/check_load.c, plugins/check_mrtgtraf.c,
4982           plugins/check_mysql.c, plugins/check_nagios.c,
4983           plugins/check_nt.c, plugins/check_nwstat.c,
4984           plugins/check_overcr.c, plugins/check_pgsql.c,
4985           plugins/check_ping.c, plugins/check_procs.c,
4986           plugins/check_radius.c, plugins/check_real.c,
4987           plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_tcp.c,
4988           plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c,
4989           plugins/negate.c, plugins/popen.c:
4990           changed Error: by CRITICAL -
4991           more localization fixes
4993 2004-12-02 00:30  opensides
4995         * [r970] contrib/check_rbl.c:
4996           adapted for localization
4998 2004-12-01 23:54  opensides
5000         * [r969] plugins/check_by_ssh.c, plugins/check_dig.c,
5001           plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c,
5002           plugins/check_fping.c, plugins/check_game.c,
5003           plugins/check_hpjd.c, plugins/check_http.c,
5004           plugins/check_ide-smart.c, plugins/check_ldap.c,
5005           plugins/check_load.c, plugins/check_mrtg.c,
5006           plugins/check_mrtgtraf.c, plugins/check_mysql.c,
5007           plugins/check_nagios.c, plugins/check_nt.c,
5008           plugins/check_nwstat.c, plugins/check_overcr.c,
5009           plugins/check_pgsql.c, plugins/check_ping.c,
5010           plugins/check_procs.c, plugins/check_radius.c,
5011           plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c,
5012           plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c,
5013           plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c,
5014           plugins/check_users.c, plugins/common.h, plugins/getaddrinfo.c,
5015           plugins/getaddrinfo.h, plugins/gethostbyname.c,
5016           plugins/gethostbyname.h, plugins/negate.c, plugins/netutils.c,
5017           plugins/netutils.h, plugins/popen.c, plugins/urlize.c,
5018           plugins/utils.c, plugins/utils.h:
5019           standardize localization string
5020           standardize unknow arguments
5022 2004-12-01 22:02  tonvoon
5024         * [r968] doc/RELEASING:
5025           Notes on releasing
5027 2004-12-01 21:55  tonvoon
5029         * [r967] configure.in:
5030           Next version number
5032 2004-12-01 21:01  tonvoon
5034         * [r965] ChangeLog:
5035           Updated for r1_4_0-alpha2
5037 2004-12-01 20:43  tonvoon
5039         * [r964] tools/devmode:
5040           eval not working - instructions now in comments
5042 2004-12-01 20:09  tonvoon
5044         * [r963] plugins-scripts/check_oracle.sh:
5045           Fixed pmon process checking from a change I made earlier
5047 2004-12-01 19:33  opensides
5049         * [r962] plugins/check_by_ssh.c, plugins/check_dig.c,
5050           plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c,
5051           plugins/check_ssh.c:
5052           first pass at standardization of messages for the localization
5054 2004-12-01 08:41  stanleyhopcroft
5056         * [r961] configure.in:
5057           Bryan Loniewski contributed check_jabber plugin (SSL/check_tcp);
5058           Eric Chen check_nntps plugin + SSL certficate expiry check [added
5059           -D option to check_tcp]
5061 2004-12-01 08:28  stanleyhopcroft
5063         * [r960] plugins/netutils.c:
5064           1075725: patch to my_connect() to deal with SEGV if connect fails
5066 2004-12-01 08:26  stanleyhopcroft
5068         * [r959] plugins/check_tcp.c:
5069           1041571 & 664615: check_tcp with cert check + nntps, simap,
5070           jabber
5072 2004-12-01 03:50  mattkent
5074         * [r958] contrib/check_nmap.py:
5075           Small fix from David Rippel (996800) for newer versions of nmap
5077 2004-12-01 03:26  mattkent
5079         * [r957] plugins-scripts/check_oracle.sh:
5080           Perf data and other improvements by Florian Gleixner (1027787)
5082 2004-11-30 07:40  opensides
5084         * [r956] po/fr.po:
5085           more french translations
5087 2004-11-30 00:25  tonvoon
5089         * [r955] plugins/check_ide-smart.c:
5090           Capitalized some error messages
5092 2004-11-30 00:24  tonvoon
5094         * [r954] plugins/urlize.c:
5095           Updated output to UNKNOWN
5097 2004-11-30 00:21  opensides
5099         * [r953] po/fr.po:
5100           translating fr.po new part
5102 2004-11-29 23:52  tonvoon
5104         * [r952] lib/Makefile.am, lib/exitfail.m4, lib/getopt.m4:
5105           Extra files required from coreutils
5107 2004-11-29 23:46  tonvoon
5109         * [r951] SUPPORT:
5110           Cleanup and statement re: contrib plugins
5112 2004-11-29 22:42  tonvoon
5114         * [r950] configure.in:
5115           Patches for configure on *BSD (Julien Touche)
5117 2004-11-29 05:07  stanleyhopcroft
5119         * [r949] contrib/README.TXT, contrib/rblcheck-dns,
5120           contrib/rblcheck-web, contrib/tarballs/check_icmp-0.8.tar.gz:
5121           *** empty log message ***
5123 2004-11-29 04:49  mattkent
5125         * [r948] contrib/check_linux_raid.pl:
5126           Better error checking (820806)
5128 2004-11-29 00:56  opensides
5130         * [r947] po/fr.po:
5131           second version of french .po still 300 ;-) to translate
5133 2004-11-28 22:57  opensides
5135         * [r946] po/fr.po:
5136           first new translation of fr.po
5138 2004-11-27 21:00  mattkent
5140         * [r945] plugins/check_ssh.c:
5141           Add remote version check (1030269, Daniel Gullin)
5143 2004-11-26 08:54  stanleyhopcroft
5145         * [r944] AUTHORS:
5146           New plugin/bugfix: tracker 1070929. check_hpjdres
5148 2004-11-25 05:09  mattkent
5150         * [r943] plugins/check_disk.c:
5151           From old test harness code, make ./check_disk -w 0 -c 0 / valid
5152           parameters again
5154 2004-11-25 05:06  mattkent
5156         * [r942] plugins/t/check_dns.t, plugins/t/check_http.t,
5157           plugins/t/check_load.t, plugins/t/check_mysql.t, test.pl.in:
5158           Updating test harness
5160 2004-11-25 04:49  stanleyhopcroft
5162         * [r941] contrib/README.TXT:
5163           Removed reference to non existent tar balls (Hopcroft plugins)
5165 2004-11-25 04:46  stanleyhopcroft
5167         * [r940] contrib/check_wins.pl:
5168           Non functional tidy ups to check_wins
5170 2004-11-25 04:30  stanleyhopcroft
5172         * [r939] contrib/check_hw.sh:
5173           Added /contrib/check_hw.sh by Rok Debevc
5175 2004-11-25 04:28  stanleyhopcroft
5177         * [r938] contrib/check_sybase:
5178           Added /contrib/check_sybase by Simon Bellwood
5180 2004-11-25 03:01  stanleyhopcroft
5182         * [r937] contrib/check_hprsc.pl:
5183           update check_hprsc.pl for Net-SNMP versions >=4
5185 2004-11-24 21:34  tonvoon
5187         * [r936] tools/sfsnapshot:
5188           Removing build directory after creating distribution
5190 2004-11-24 21:19  tonvoon
5192         * [r935] doc/makefile:
5193           Added clean
5195 2004-11-24 06:36  stanleyhopcroft
5197         * [r933] plugins/check_hpjd.c:
5198           add -OQa to command_line in check_hpjd.c. Correct
5199           nagiosplug-Bugs-889948, 846329
5201 2004-11-24 04:35  mattkent
5203         * [r932] plugins/check_nwstat.c:
5204           Attempting to fix a reported segfault (1055054)
5206 2004-11-24 04:25  mattkent
5208         * [r931] plugins/check_http.c:
5209           Added support for sending port in host header (913633)
5211 2004-11-24 00:46  tonvoon
5213         * [r930] plugins/check_by_ssh.c, plugins/check_dig.c,
5214           plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c,
5215           plugins/check_fping.c, plugins/check_game.c,
5216           plugins/check_hpjd.c, plugins/check_http.c, plugins/check_ldap.c,
5217           plugins/check_load.c, plugins/check_mrtg.c,
5218           plugins/check_mrtgtraf.c, plugins/check_mysql.c,
5219           plugins/check_nwstat.c, plugins/check_overcr.c,
5220           plugins/check_pgsql.c, plugins/check_ping.c,
5221           plugins/check_procs.c, plugins/check_radius.c,
5222           plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c,
5223           plugins/check_ssh.c, plugins/check_tcp.c, plugins/check_time.c,
5224           plugins/check_udp.c, plugins/check_ups.c, plugins/check_users.c,
5225           plugins/negate.c, plugins/urlize.c:
5226           Making messages more consistent
5228 2004-11-23 23:53  tonvoon
5230         * [r929] plugins/check_by_ssh.c, plugins/check_dns.c,
5231           plugins/check_hpjd.c, plugins/check_mrtg.c,
5232           plugins/check_mrtgtraf.c, plugins/check_mysql.c,
5233           plugins/check_real.c, plugins/check_smtp.c, plugins/check_swap.c,
5234           plugins/check_time.c:
5235           Standardising translation texts
5237 2004-11-23 23:35  tonvoon
5239         * [r928] doc/developer-guidelines.sgml:
5240           Guidelines on translated text (Yves Mettier, Simon Bellwood,
5241           Andreas Ericsson)
5243 2004-11-23 22:49  tonvoon
5245         * [r927] doc/developer-guidelines.sgml:
5246           Adding notes on developer and translator access in SF
5248 2004-11-23 06:06  mattkent
5250         * [r926] AUTHORS:
5251           More contributers.
5253 2004-11-23 05:49  mattkent
5255         * [r925] plugins/check_disk.c:
5256           Fix integer warning and critical options. Take values from
5257           current unit instead of always KB.
5259 2004-11-23 00:06  stanleyhopcroft
5261         * [r924] doc/developer-guidelines.sgml:
5262           trivial changes to Perl plugin section.
5264 2004-11-22 22:44  tonvoon
5266         * [r923] AUTHORS:
5267           More contributors
5269 2004-11-22 22:30  tonvoon
5271         * [r922] plugins/check_nt.c:
5272           Fixed some messages that should not be translated (Benoit
5273           Mortier)
5275 2004-11-21 05:24  mattkent
5277         * [r920] plugins/check_mysql.c:
5278           Patch from Nathan Shafer to add replication slave check (1006777)
5280 2004-11-20 22:56  mattkent
5282         * [r919] AUTHORS:
5283           Oops, forgot one.
5285 2004-11-20 22:46  mattkent
5287         * [r918] AUTHORS:
5288           More contributers.
5290 2004-11-20 22:43  mattkent
5292         * [r917] contrib/check_linux_raid.pl:
5293           Fix always reading status from the last line (1045506)
5295 2004-11-20 22:28  mattkent
5297         * [r916] plugins/check_ping.c:
5298           New output format reported by pumuckel1980 (946857)
5300 2004-11-20 21:36  mattkent
5302         * [r915] plugins/check_http.c:
5303           Bit of cleanup, fix verbose output.
5305 2004-11-20 07:04  tonvoon
5307         * [r914] configure.in:
5308           Fixed va_copy problem on AIX by copying samba's configure.in
5310 2004-11-19 15:58  tonvoon
5312         * [r913] CODING:
5313           Added perl coding guidelines, from Programming Perl book (Andreas
5314           Ericsson)
5316 2004-11-19 14:28  tonvoon
5318         * [r912] lib/getloadavg.m4:
5319           I think getloadavg.m4 is no longer required (as autoconf has
5320           built-in function)
5322 2004-11-19 14:24  tonvoon
5324         * [r911] lib/Makefile.am:
5325           Removed getloadavg.m4 (built-in function in autoconf) and added
5326           cloexec.[hc]
5327           for getloadavg.c
5329 2004-11-19 14:23  tonvoon
5331         * [r910] lib/cloexec.c, lib/cloexec.h:
5332           Files required for getloadavg.c
5334 2004-11-19 03:59  mattkent
5336         * [r909] plugins-scripts/check_ntp.pl:
5337           Fix incorrectly labelled units in output (1025905, Jason Martin)
5339 2004-11-19 03:44  mattkent
5341         * [r908] plugins/check_procs.c:
5342           Enabling timeout flag (1010097, Jason Martin)
5344 2004-11-19 02:53  mattkent
5346         * [r907] plugins/check_http.c:
5347           Make -L notice ssl use to output a proper href (1035234, Abid
5348           Rasheed)
5350 2004-11-19 02:39  mattkent
5352         * [r906] plugins/check_smtp.c:
5353           Change unit from 'us' to 's' to match other core plugins for
5354           simplicity.
5356 2004-11-19 00:21  tonvoon
5358         * [r905] AUTHORS:
5359           - More great contributors...
5361 2004-11-19 00:12  tonvoon
5363         * [r904] plugins/check_http.c:
5364           Options for User Agent string and extra headers (Ibere Tizio)
5366 2004-11-18 22:48  tonvoon
5368         * [r903] configure.in:
5369           Remove unnecessary CPPFLAGS for openssl (Lutz Behnke - 686476)
5371 2004-11-18 22:42  tonvoon
5373         * [r902] plugins/check_tcp.c:
5374           Enhance SSL initialization problems (Phil Dibowitz - 1055120)
5376 2004-11-18 05:36  mattkent
5378         * [r901] plugins/check_smtp.c:
5379           Go critical on no route to host instead of warning (934025)
5381 2004-11-18 00:27  tonvoon
5383         * [r900] tools/setup:
5384           Use copy of tools for consistency if building on different
5385           platforms from
5386           shared source
5388 2004-11-17 23:35  tonvoon
5390         * [r899] plugins/check_tcp.c:
5391           Ignore output from tcp port (949070 - Jan-Piet Mens)
5393 2004-11-17 23:22  tonvoon
5395         * [r898] plugins/check_http.c:
5396           --no-body and --max-age options (949521 - Jamie Zawinski)
5398 2004-11-17 22:19  tonvoon
5400         * [r897] doc/developer-guidelines.sgml:
5401           Added section on using Sourceforge, mainly for administrators
5403 2004-11-12 00:51  tonvoon
5405         * [r896] tools/update_coreutils:
5406           Tool to pull newer coreutil libs into nagiosplug's lib directory
5408 2004-11-12 00:49  tonvoon
5410         * [r895] lib/Makefile.am, lib/error.c, lib/error.h, lib/error.m4,
5411           lib/exit.h, lib/exitfail.c, lib/exitfail.h, lib/fsusage.c,
5412           lib/fsusage.h, lib/fsusage.m4, lib/full-read.h, lib/getloadavg.c,
5413           lib/getopt.c, lib/getopt.h, lib/getopt1.c, lib/gettext.h,
5414           lib/ls-mntd-fs.m4, lib/malloc.c, lib/mountlist.c,
5415           lib/mountlist.h, lib/onceonly.m4, lib/realloc.c, lib/snprintf.c,
5416           lib/strtod.c, lib/unlocked-io.h, lib/unlocked-io.m4,
5417           lib/xalloc.h, lib/xalloc.m4, lib/xmalloc.c, lib/xstrdup.c,
5418           plugins/check_disk.c, po/de.po, po/fr.po:
5419           Update to using coreutils 5.2.1 libraries and snprintf.c from
5420           samba 3.0.8
5422 2004-09-07 20:27  tonvoon
5424         * [r894] doc/developer-guidelines.sgml:
5425           Clarity based on comments by Ben Clewett
5427 2004-08-23 21:59  tonvoon
5429         * [r893] AUTHORS:
5430           For patch to check_nt
5432 2004-08-23 21:58  tonvoon
5434         * [r892] plugins/check_nt.c:
5435           Restore divisor for memory size reported by Windows. Also,
5436           implements warning
5437           and critical levels for performance counters. (Paulo Afonso
5438           Graner Fessel)
5440 2004-08-23 21:18  tonvoon
5442         * [r891] configure.in, plugins/check_swap.c, plugins/common.h:
5443           Using swapctl for Solaris, Tru64 and *BSD (Sean Finney)
5445 2004-08-19 19:05  tonvoon
5447         * [r890] configure.in, plugins/check_swap.c, plugins/common.h:
5448           Patch for tru64 using swapctl calls (Sean Finney)
5450 2004-08-18 21:32  tonvoon
5452         * [r889] AUTHORS:
5453           Another day's work...
5455 2004-08-18 21:25  tonvoon
5457         * [r888] plugins/check_dig.c:
5458           Checks different record types and checks against an expected
5459           address (Bill Kunkel)
5461 2004-08-18 20:36  tonvoon
5463         * [r887] configure.in:
5464           Support for check_swap on NetBSD/OpenBSD (Sean Finney)
5466 2004-08-18 20:25  tonvoon
5468         * [r886] plugins-scripts/check_oracle.sh:
5469           More specific test for sid (Paul Allen)
5471 2004-08-18 20:21  tonvoon
5473         * [r885] plugins/check_disk.c:
5474           Fixed perfdata so that shows amount used (Garry Cook)
5476 2004-08-18 19:51  tonvoon
5478         * [r884] plugins-scripts/check_ifstatus.pl:
5479           Perfdata corrected (Garry Cook)
5481 2004-08-18 19:46  tonvoon
5483         * [r883] plugins-scripts/check_oracle.sh:
5484           Fix for similar dataabase sids (Carole Verdon)
5486 2004-08-18 19:41  tonvoon
5488         * [r882] AUTHORS:
5489           Gary Cook for perfdata for check_nt
5491 2004-08-18 19:40  tonvoon
5493         * [r881] plugins/check_nt.c:
5494           Perfdata added (Gary Cook)
5496 2004-06-26 16:39  tonvoon
5498         * [r880] tools/sfsnapshot:
5499           Change of compile server and cleanups
5501 2004-06-26 05:13  tonvoon
5503         * [r879] tools/sfsnapshot:
5504           Remove need to alter configure.in. Using different compile farms
5505           for
5506           SF to do the compiling
5508 2004-05-24 14:22  tonvoon
5510         * [r878] AUTHORS:
5511           Ben Clewett
5513 2004-05-24 14:21  tonvoon
5515         * [r877] lib/Makefile.am:
5516           Missed getloadavg.c (Ben Clewett)
5518 2004-05-20 06:09  egalstad
5520         * [r876] contrib/check_dhcp.c:
5521           DHCP bug fix
5523 2004-05-10 10:25  tonvoon
5525         * [r875] configure.in:
5526           Set EXTRAS with check_swap if ac_cv_have_swap is set
5528 2004-04-30 11:12  tonvoon
5530         * [r874] configure.in:
5531           ps -el for HP-UX
5533 2004-04-29 15:08  tonvoon
5535         * [r873] configure.in:
5536           Bug in ps -el for AIX 4.1
5538 2004-04-29 11:13  tonvoon
5540         * [r872] AUTHORS:
5541           Sven for HP-UX requirements
5543 2004-04-29 11:12  tonvoon
5545         * [r871] REQUIREMENTS:
5546           HP-UX requirements (Sven Schaffranneck)
5548 2004-04-19 13:14  sghosh
5550         * [r870] AUTHORS, contrib/check_nagios_db_pg.pl:
5551           Postgres backend monitor
5553 2004-04-19 13:10  sghosh
5555         * [r869] AUTHORS, plugins-scripts/check_mssql.pl:
5556           check_mssql.pl
5558 2004-04-19 13:08  sghosh
5560         * [r868] README:
5561           Win32 plugin repository
5563 2004-04-08 11:05  tonvoon
5565         * [r867] AUTHORS:
5566           Torsten Werner for check_racle patches
5568 2004-04-08 11:05  tonvoon
5570         * [r866] plugins-scripts/check_oracle.sh:
5571           Cleaner calls to awk and support if Oracle has different national
5572           language settings (Torsten Werner)
5574 2004-04-06 16:02  tonvoon
5576         * [r864] configure.in, plugins/check_procs.c:
5577           Fixed weird scanf bug on Solaris
5579 2004-04-02 19:37  kdebisschop
5581         * [r863] plugins/check_by_ssh.c:
5582           add example invocation to help
5584 2004-03-31 23:01  tonvoon
5586         * [r862] AUTHORS:
5587           Howard Wilkinson
5589 2004-03-31 22:53  tonvoon
5591         * [r861] plugins/check_nt.c:
5592           Command line argument bug (Howard Wilkinson)
5594 2004-03-31 22:48  tonvoon
5596         * [r860] plugins/netutils.c:
5597           Set default state (Howard Wilkinson)
5599 2004-03-31 19:20  tonvoon
5601         * [r859] doc/developer-guidelines.sgml:
5602           Update author list
5604 2004-03-23 06:35  kdebisschop
5606         * [r858] plugins/check_fping.c:
5607           check was supposed to be agains ms - got munged wfixeg the
5608           perfdata output to be in seconds
5610 2004-03-22 07:22  tonvoon
5612         * [r856] AUTHORS:
5613           Joe Rhett for getopt bug
5615 2004-03-22 07:19  tonvoon
5617         * [r855] plugins/check_http.c:
5618           Option --url not mapped (Joe Rhett)
5620 2004-03-18 20:58  tonvoon
5622         * [r854] AUTHORS:
5623           More help for patches
5625 2004-03-18 20:50  tonvoon
5627         * [r853] plugins/check_disk.c:
5628           Typo in check_disk units (Matthew Kent - 909281)
5630 2004-03-18 20:40  tonvoon
5632         * [r852] configure.in:
5633           Mysql include path not added correctly (Arnold Cavazos - 912974)
5635 2004-03-18 20:31  tonvoon
5637         * [r851] plugins/check_radius.c:
5638           Option to fill in NAS-identifier to Emulate pam_radius behaviour
5639           (Alexander Kulak)
5641 2004-03-17 20:38  tonvoon
5643         * [r850] doc/developer-guidelines.sgml:
5644           Copyright information for patches
5646 2004-03-14 04:09  kdebisschop
5648         * [r849] plugins/check_ldap.c, plugins/check_load.c,
5649           plugins/check_mrtgtraf.c, plugins/check_pgsql.c,
5650           plugins/check_smtp.c, plugins/check_tcp.c, plugins/check_ups.c:
5651           use fperfdata
5653 2004-03-14 03:37  kdebisschop
5655         * [r848] plugins/check_fping.c:
5656           use fperfdata
5658 2004-03-12 03:40  egalstad
5660         * [r847] contrib/check_cluster2.c:
5661           New cluster plugin for Nagios 2.x
5663 2004-03-11 15:33  tonvoon
5665         * [r846] CHANGES:
5666           check_procs difference
5668 2004-03-11 15:17  tonvoon
5670         * [r845] plugins/check_nagios.c:
5671           Incorporate check_proc changes into check_nagios. ps handling
5672           probably should
5673           be moved into utils.c in future
5675 2004-03-08 21:03  tonvoon
5677         * [r844] configure.in:
5678           Require ngettext
5680 2004-03-08 21:01  tonvoon
5682         * [r843] doc/developer-guidelines.sgml:
5683           Information on plugin output format
5685 2004-03-04 05:08  kdebisschop
5687         * [r842] plugins/check_dig.c, plugins/check_dns.c,
5688           plugins/check_game.c:
5689           use float for time in perf data
5691 2004-03-03 12:33  kdebisschop
5693         * [r841] plugins/check_http.c, plugins/utils.c:
5694           begin writing some perfdata as float
5696 2004-03-03 04:24  kdebisschop
5698         * [r840] contrib/check_pop3.pl:
5699           fix loop and \r\n (Jason Burnett -
5700           http://sourceforge.net/tracker/index.php?func=detail&aid=895677&group_id=29880&atid=397599)
5702 2004-03-03 03:48  kdebisschop
5704         * [r839] plugins/check_disk.c:
5705           check_disk was getting blocks instead of bytes (Michael Musikhin
5706           -
5707           http://sourceforge.net/tracker/index.php?func=detail&aid=900215&group_id=29880&atid=397599)
5709 2004-03-02 17:44  kdebisschop
5711         * [r838] pkg/fedora/requires, pkg/redhat, pkg/redhat/requires:
5712           attempt to prune requires
5714 2004-03-02 06:17  kdebisschop
5716         * [r837] Makefile.am, nagios-plugins.spec.in, pkg/fedora,
5717           pkg/fedora/requires:
5718           make specfile into a template which can generate a generic spec
5719           plus specs suitable for various repositories
5721 2004-03-02 06:13  kdebisschop
5723         * [r836] configure.in:
5724           prpare for alpha2
5726 2004-03-02 05:25  kdebisschop
5728         * [r835] plugins/check_http.c:
5729           relax check for -w/-c to accept floats (bug report from Warrick
5730           FitzGerald)
5732 2004-03-02 05:01  kdebisschop
5734         * [r834] AUTHORS, plugins/check_swap.c:
5735           fix div by zero error when swaptotal is zero (Flo Gleixner)
5737 2004-03-01 12:27  kdebisschop
5739         * [r833] plugins/check_tcp.c, plugins/netutils.c:
5740           check_tcp was returning uninitialized string with user-defined
5741           refused outcome
5743 2004-03-01 06:15  kdebisschop
5745         * [r832] plugins/check_smtp.c:
5746           allow regex for ecpect checks
5748 2004-02-29 04:09  kdebisschop
5750         * [r831] plugins/check_nwstat.c, plugins/netutils.c,
5751           plugins/netutils.h:
5752           was making up to 34 separate tcp connections - now we open one
5753           and reuse
5755 2004-02-28 07:27  kdebisschop
5757         * [r830] plugins/check_snmp.c:
5758           checks for warn in check_num() mistakenly referred to crit limits
5760 2004-02-28 06:51  kdebisschop
5762         * [r829] plugins/check_smtp.c:
5763           minor doco update to reflect handling of repeated caoomand
5764           strings
5766 2004-02-28 06:48  kdebisschop
5768         * [r828] plugins/check_smtp.c:
5769           work in progress to accept multiple command/expect pairs
5771 2004-02-28 04:54  kdebisschop
5773         * [r827] plugins/check_swap.c:
5774           update to work with Linux 2.6 /proc/meminfo format
5776 2004-02-25 08:51  kdebisschop
5778         * [r826] AUTHORS, plugins/check_dns.c:
5779           check server for authoritative status (from Jon Hallet)
5781 2004-02-25 08:12  kdebisschop
5783         * [r825] plugins/check_swap.c:
5784           change some datatypes to llu for very large swaps
5786 2004-02-25 07:49  kdebisschop
5788         * [r824] configure.in, plugins/check_ping.c:
5789           pass timeout to ping if supported with -w parameter (linux)
5791 2004-02-21 05:37  kdebisschop
5793         * [r823] plugins/check_by_ssh.c:
5794           add option to ignore a specified number of lines on stderr
5795           (to suppress a login banner)
5797 2004-02-21 03:44  kdebisschop
5799         * [r821] AUTHORS:
5800           Add Jason Martin for report of missing $opt_C for 'use vars' in
5801           check_breeze
5803 2004-02-21 03:42  kdebisschop
5805         * [r820] plugins-scripts/check_breeze.pl:
5806           add opt_C to 'usr vars'
5808 2004-02-20 19:35  tonvoon
5810         * [r819] plugins/check_http.c:
5811           - Missed out getopt for -T
5813 2004-02-20 05:25  kdebisschop
5815         * [r818] contrib/check_dhcp.c, plugins/check_snmp.c,
5816           plugins/negate.c, plugins/netutils.c, plugins/urlize.c:
5817           spell fix "received"
5819 2004-02-20 05:21  kdebisschop
5821         * [r817] plugins/utils.c, plugins/utils.h:
5822           add perfdata function for floats to complement ints, also spell
5823           fix "received"
5825 2004-02-20 05:19  kdebisschop
5827         * [r816] AUTHORS:
5828           add Ralph Rye for report of check_procs segfault on AIX/WebSphere
5829           and proof-of-concept patch
5831 2004-02-20 05:04  kdebisschop
5833         * [r815] plugins/check_procs.c:
5834           handle case where line from ps output exceed MAX_INPUT_BUFFER
5836 2004-02-20 03:37  tonvoon
5838         * [r814] AUTHORS:
5839           Shaun Wills for patch to check_http
5841 2004-02-20 03:21  tonvoon
5843         * [r813] plugins/check_http.c:
5844           Added Content-type when POSTing (Shawn Wills)
5846 2004-02-20 03:00  tonvoon
5848         * [r812] plugins/check_procs.c:
5849           - compiler warning removed (but usage2 messages badly broken)
5851 2004-02-20 02:58  tonvoon
5853         * [r811] AUTHORS:
5854           Matt Pounsett for bug report
5856 2004-02-20 02:09  tonvoon
5858         * [r810] plugins/check_dns.c:
5859           Different text to scan for if multiple addresses
5861 2004-02-20 01:05  tonvoon
5863         * [r809] plugins/check_swap.c:
5864           Corrected usage message (Matt Pounsett)
5866 2004-02-19 13:24  tonvoon
5868         * [r808] AUTHORS:
5869           Michael Musikhin for check_disk patch
5871 2004-02-19 13:23  tonvoon
5873         * [r807] plugins/check_disk.c:
5874           Uninitialised variables for -X (Bug 900091 - Michael Musikhin)
5876 2004-02-18 14:57  kdebisschop
5878         * [r806] configure.in:
5879           version bump (old)
5881 2004-02-18 14:56  kdebisschop
5883         * [r805] acinclude.m4, lib/afs.m4, lib/fstypename.m4,
5884           lib/fsusage.m4:
5885           underquoted defines cause warning on FC2
5887 2004-02-18 02:11  tonvoon
5889         * [r804] AUTHORS:
5890           Johannes Herlitz for patch to check_dns
5892 2004-02-18 02:09  tonvoon
5894         * [r803] plugins/check_dns.c:
5895           Output message includes the query_address, as inspired by
5896           Johannes Herlitz.
5897           Also cleanup of comments and handles multi-line nslookup output
5898           (MacOSX 10.3)
5900 2004-02-17 13:24  tonvoon
5902         * [r802] AUTHORS:
5903           David Alden for check_snmp_procs.pl
5905 2004-02-17 13:23  tonvoon
5907         * [r801] contrib/check_snmp_procs.pl:
5908           Checks remote processes via SNMP (David Alden)
5910 2004-02-09 08:32  tonvoon
5912         * [r800] AUTHORS:
5913           Patrick McCormick
5915 2004-02-09 08:27  tonvoon
5917         * [r799] plugins/check_ping.c:
5918           Fix for check_ping old-style argument handling (Patrick McCormick
5919           - 892211)
5921 2004-01-28 11:42  tonvoon
5923         * [r798] plugins/check_dummy.c:
5924           Print optional text
5926 2004-01-21 12:50  kdebisschop
5928         * [r797] AUTHORS:
5929           credit David Croft (patch check_tcp formultibyte malloc bug in
5930           server_expect)
5932 2004-01-21 12:49  kdebisschop
5934         * [r796] plugins/check_tcp.c:
5935           =fix segfault on malloc of server_expect for multibyte chars
5936           (David Croft)
5938 2004-01-18 20:07  sghosh
5940         * [r795] contrib/check_snmp_printer.pl:
5941           plugin to check printer status via snmp, includes page count as
5942           perfdata; perl plugin
5944 2003-12-24 08:51  tonvoon
5946         * [r794] AUTHORS:
5947           Bug reporter
5949 2003-12-24 08:51  tonvoon
5951         * [r793] plugins/check_swap.c:
5952           Fixed help doc on use of % (854817 - Gunnar Hellekson)
5954 2003-12-18 09:24  tonvoon
5956         * [r792] README:
5957           Reference to CHANGES file
5959 2003-12-18 09:19  tonvoon
5961         * [r791] Makefile.am:
5962           Add CHANGES file to distribution
5964 2003-12-18 09:15  tonvoon
5966         * [r790] CHANGES:
5967           List major changes between releases
5969 2003-12-11 10:00  tonvoon
5971         * [r789] AUTHORS:
5972           For patch to check_http
5974 2003-12-11 10:00  tonvoon
5976         * [r788] plugins/check_http.c:
5977           Relative redirects not followed correctly (854131 - John Sivak)
5979 2003-12-05 18:12  tonvoon
5981         * [r787] AUTHORS:
5982           Ben Whaley for reported Solaris 8 /usr/ucb/ps problem in
5983           configure.in
5985 2003-12-05 18:08  tonvoon
5987         * [r786] configure.in:
5988           Not correctly working out ps command if /usr/ucb before /usr/bin
5989           in PATH for
5990           Solaris (reported by Ben Whaley)
5992 2003-12-05 16:45  tonvoon
5994         * [r785] AUTHORS:
5995           Patch to my_connect
5997 2003-12-05 16:42  tonvoon
5999         * [r784] plugins/netutils.c, plugins/netutils.h:
6000           Fix clash of namespace for my_connect with mysql (854339 - Ian
6001           Holsman)
6003 2003-12-02 15:27  tonvoon
6005         * [r783] plugins/check_disk.c:
6006           Default thresholds not defined for lists in -x parameter (raised
6007           by Matt Garrett)
6009 2003-12-01 02:47  kdebisschop
6011         * [r782] po/de.po, po/fr.po:
6012           commit changes caused by upstream code mods
6014 2003-12-01 02:46  kdebisschop
6016         * [r781] plugins/check_procs.c:
6017           use usage2 function
6019 2003-12-01 02:38  kdebisschop
6021         * [r780] nagios-plugins.spec.in:
6022           add THANKS to %doc
6024 2003-11-28 14:18  tonvoon
6026         * [r779] plugins/check_procs.c:
6027           Fixed listing of failed processes
6029 2003-11-24 14:56  tonvoon
6031         * [r778] AUTHORS:
6032           For patches
6034 2003-11-24 14:53  tonvoon
6036         * [r777] plugins/check_hpjd.c:
6037           Bug from code-clean (Antony Simmonds - 846311)
6039 2003-11-21 07:53  kdebisschop
6041         * [r776] README:
6042           update auotmake/autoconf versions
6044 2003-11-21 07:52  kdebisschop
6046         * [r775] doc/developer-guidelines.sgml:
6047           update developer names
6049 2003-11-21 07:34  kdebisschop
6051         * [r774] INSTALLING:
6052           our policy now is to use most recent versions of GNU tool chain
6054 2003-11-19 06:24  kdebisschop
6056         * [r773] plugins/check_time.c:
6057           add perfdata
6059 2003-11-19 06:00  kdebisschop
6061         * [r772] plugins/check_smtp.c:
6062           use perfdata() to return perfoamnace data in stanadrd format
6064 2003-11-17 11:45  kdebisschop
6066         * [r771] plugins/check_ups.c:
6067           bugfix - each supported option was overwriting the previous
6068           perfdata
6070 2003-11-17 07:19  kdebisschop
6072         * [r770] plugins/check_ups.c:
6073           add perfdata
6075 2003-11-17 06:37  kdebisschop
6077         * [r769] plugins/check_pgsql.c:
6078           add perfdata
6080 2003-11-12 06:05  kdebisschop
6082         * [r768] plugins/check_snmp.c:
6083           clean up compiler warnings
6085 2003-11-12 05:53  kdebisschop
6087         * [r767] plugins/check_mrtg.c, plugins/check_nt.c:
6088           clean up compiler warnings
6090 2003-11-12 05:41  kdebisschop
6092         * [r766] plugins/check_mrtgtraf.c, plugins/check_swap.c:
6093           clean up compiler warnings
6095 2003-11-12 05:29  kdebisschop
6097         * [r765] plugins/check_mrtgtraf.c:
6098           add perfdata
6100 2003-11-12 05:28  kdebisschop
6102         * [r764] plugins/check_dig.c:
6103           remove overflow checks of strtod - HUGE_VALF requires C99; also
6104           remove equality checks on warn/crit interval which are no doubles
6106 2003-11-11 10:43  tonvoon
6108         * [r763] plugins/check_tcp.c:
6109           Added perfdata
6111 2003-11-11 10:34  tonvoon
6113         * [r762] plugins/check_users.c:
6114           Added perfdata
6116 2003-11-11 10:27  tonvoon
6118         * [r761] plugins/check_swap.c:
6119           Added perfdata
6121 2003-11-11 10:19  tonvoon
6123         * [r760] plugins/check_swap.c:
6124           Fixed if only absolute warn/crit set
6126 2003-11-10 11:15  tonvoon
6128         * [r759] plugins/utils.h:
6129           - typo fixes
6131 2003-11-05 22:59  sghosh
6133         * [r758] plugins-scripts/check_ifoperstatus.pl,
6134           plugins-scripts/check_ifstatus.pl:
6135           added plugin timeout options
6137 2003-10-31 04:22  kdebisschop
6139         * [r757] plugins/check_nt.c:
6140           provide an error message
6142 2003-10-31 04:21  kdebisschop
6144         * [r756] plugins/check_hpjd.c:
6145           line indentation
6147 2003-10-31 04:20  kdebisschop
6149         * [r755] plugins/check_load.c:
6150           add perfdata
6152 2003-10-31 04:19  kdebisschop
6154         * [r754] plugins/check_mrtg.c:
6155           add perf data
6156           fix bug where stale data message would get overwritten
6158 2003-10-24 13:28  tonvoon
6160         * [r753] plugins/common.h:
6161           Ignore __attribute__ for non-GNU compilers
6163 2003-10-24 09:37  tonvoon
6165         * [r752] plugins/Makefile.am:
6166           Moved config.h to toplevel
6168 2003-10-23 10:24  tonvoon
6170         * [r751] lib/Makefile.am:
6171           Need to include intl/ for systems without libintl.h
6173 2003-10-21 16:16  tonvoon
6175         * [r750] AUTHORS:
6176           Matt Garrett for bug reports
6178 2003-10-21 15:56  tonvoon
6180         * [r749] plugins-scripts/check_file_age.pl:
6181           - Fixed file name (Matt Garrett)
6183 2003-10-20 14:03  tonvoon
6185         * [r748] configure.in, lib/fsusage.c, lib/mountlist.c:
6186           Fix for config.h at top level. Required for intl/
6188 2003-10-15 19:27  tonvoon
6190         * [r747] tools/mail_error:
6191           Need to export PATH for sfsnapshot to get correct GNU toolchain
6193 2003-10-14 03:15  sghosh
6195         * [r746] plugins-scripts/check_ifoperstatus.pl:
6196           snmpv3 patches
6198 2003-10-14 03:14  sghosh
6200         * [r745] plugins-scripts/check_ifstatus.pl:
6201           more snmpv3 patches
6203 2003-10-14 02:40  sghosh
6205         * [r744] plugins-scripts/check_ntp.pl:
6206           Bug 773588: added check to warn on matching # candidates only
6208 2003-10-14 02:15  sghosh
6210         * [r743] plugins-scripts/check_ifstatus.pl:
6211           Added -M for maxmsgsize (v1/v2c)
6212           Added v3 support
6214 2003-09-30 13:54  tonvoon
6216         * [r742] plugins/check_swap.c:
6217           Fixed logic problem if HAVE_SWAP, but not on AIX or Solaris.
6218           Removed
6219           unnecessary ifdefs for help page. Better indentation for ifdefs
6221 2003-09-29 10:02  tonvoon
6223         * [r741] lib/Makefile.am:
6224           Missed GNU files for AIX 5.1
6226 2003-09-17 19:16  tonvoon
6228         * [r740] AUTHORS:
6229           Added authors of obsolete contrib plugins
6231 2003-09-17 19:07  tonvoon
6233         * [r739] contrib/maser-oracle.pl:
6234           Obsolete from main check_oracle
6236 2003-09-17 19:05  tonvoon
6238         * [r738] contrib/aix/check_crit_dsk, contrib/aix/check_dsk,
6239           contrib/aix/check_ping:
6240           Plugins obsolete from main check_disk and check_ping
6242 2003-09-17 16:33  tonvoon
6244         * [r737] lib/strtod.c:
6245           Required if strtod not GNU compilant
6247 2003-09-17 16:31  tonvoon
6249         * [r736] configure.in, lib/Makefile.am, lib/error.c, lib/error.h,
6250           lib/error.m4, lib/malloc.c, lib/realloc.c, lib/unlocked-io.h,
6251           lib/xalloc.h, lib/xmalloc.c:
6252           Support to compile on AIX
6254 2003-09-17 16:15  tonvoon
6256         * [r735] plugins/check_load.c:
6257           - typo
6259 2003-09-17 09:31  tonvoon
6261         * [r734] configure.in, plugins/check_swap.c:
6262           Support for check_swap in AIX (tested on 5.1)
6264 2003-09-17 09:25  tonvoon
6266         * [r733] tools/setup:
6267           Hide error message if docbook not available
6269 2003-09-16 21:58  tonvoon
6271         * [r732] doc/developer-guidelines.sgml:
6272           Added in threshold range format and updated autoconf to 2.54 for
6273           a problem
6274           on Darwin)
6276 2003-09-16 14:14  tonvoon
6278         * [r731] configure.in, plugins/Makefile.am, plugins/check_procs.c:
6279           Support for AIX ps command and cleanup of configure's ps checks
6281 2003-09-16 12:32  tonvoon
6283         * [r730] AUTHORS, plugins/common.h:
6284           AIX problem with enum TRUE and FALSE (Ludse Verhoeven)
6286 2003-09-16 11:36  kdebisschop
6288         * [r729] tools/sfsnapshot:
6289           here-doc format was not correct
6291 2003-09-16 05:45  kdebisschop
6293         * [r728] plugins/check_ldap.c:
6294           milisecond timing and perfdata, fix NULL pointer error in
6295           validate_arguments
6297 2003-09-15 15:49  tonvoon
6299         * [r727] AUTHORS:
6300           Contributors to the perfdata discussion
6302 2003-09-15 15:28  tonvoon
6304         * [r726] AUTHORS, plugins-scripts/check_mailq.pl:
6305           Added Exim support (768445 - Eric Bollengier)
6307 2003-09-15 14:57  tonvoon
6309         * [r725] AUTHORS, plugins/check_nt.c:
6310           Option to verify check_nt version (799098 - Steve Hanselman)
6312 2003-09-15 14:30  tonvoon
6314         * [r724] AUTHORS:
6315           Jason Burnett for check_disk_smb patch
6317 2003-09-15 14:26  tonvoon
6319         * [r723] plugins-scripts/check_disk_smb.pl:
6320           Optionally specify port for smbclient to use (781227 - Jason
6321           Burnett)
6323 2003-09-15 05:03  kdebisschop
6325         * [r722] plugins/check_http.c:
6326           make status code extensible (thanks to Chris Wilson
6327           <chris@netservers.co.uk>)
6329 2003-09-12 11:53  kdebisschop
6331         * [r721] AUTHORS:
6332           two new additions
6334 2003-09-12 11:38  kdebisschop
6336         * [r719] plugins/check_ping.c:
6337           new output format reported by Patrick Allen
6338           <p.allen@brandblue.co.uk>
6340 2003-09-11 11:50  kdebisschop
6342         * [r718] plugins/check_http.c:
6343           use prefdata function for size too
6345 2003-09-11 08:02  kdebisschop
6347         * [r717] plugins/check_http.c:
6348           use prefdata function
6350 2003-09-11 08:02  kdebisschop
6352         * [r716] configure.in, plugins/check_swap.c:
6353           last changes to configure broke check_swap on RHLinux. Restore
6354           /proc/meminfo check and make check_swap ifdefs safer
6356 2003-09-04 06:43  kdebisschop
6358         * [r715] Makefile.am:
6359           change so make-dist works in subdirs
6361 2003-09-03 19:37  tonvoon
6363         * [r714] configure.in:
6364           Remove df checks and ignore swap checks if no swap commands found
6366 2003-09-03 19:32  tonvoon
6368         * [r713] doc/developer-guidelines.sgml:
6369           No named credits in source code
6371 2003-09-03 10:32  tonvoon
6373         * [r712] configure.in:
6374           Fixed substitution for Tru64's ps format
6376 2003-09-03 06:01  kdebisschop
6378         * [r711] plugins/check_dig.c:
6379           allow warn/crit times to be floating point
6381 2003-09-03 06:00  kdebisschop
6383         * [r710] configure.in, plugins/common.h:
6384           include math.h if needed for HUGE_VAL
6386 2003-09-02 15:04  tonvoon
6388         * [r709] plugins/check_procs.c:
6389           Solaris requires asprintf checks for null variables
6391 2003-09-01 20:07  tonvoon
6393         * [r708] Makefile.am:
6394           Report duplicates in AUTHORS file
6396 2003-09-01 19:43  tonvoon
6398         * [r707] doc/developer-guidelines.sgml:
6399           Add contributor's name into CVS comments
6401 2003-08-31 05:24  tonvoon
6403         * [r706] ., .cvsignore, AUTHORS, Makefile.am, THANKS.in:
6404           Updated AUTHORS to include all contributors listed in comments in
6405           code and
6406           CVS for plugins and plugins-scripts. Still need to do SF
6408 2003-08-31 05:13  tonvoon
6410         * [r705] doc/developer-guidelines.sgml:
6411           Updated perf data standard for warn before crit
6413 2003-08-28 11:56  kdebisschop
6415         * [r704] plugins/check_game.c:
6416           add perf data
6418 2003-08-28 03:53  kdebisschop
6420         * [r703] plugins/check_dns.c:
6421           add perf data
6423 2003-08-28 03:53  kdebisschop
6425         * [r702] plugins/utils.c:
6426           use single quotes per guideline, also quote when SPC or = are
6427           found
6429 2003-08-28 03:22  kdebisschop
6431         * [r701] plugins/check_disk.c:
6432           add perf data
6434 2003-08-28 03:21  kdebisschop
6436         * [r700] plugins/utils.c:
6437           suppress quotes in perf data when not needed (some plugins need
6438           the space to keep below line length limit
6440 2003-08-28 03:20  kdebisschop
6442         * [r699] plugins/utils.h:
6443           add min() macro to complement max()
6445 2003-08-26 11:08  kdebisschop
6447         * [r698] plugins/check_dig.c:
6448           print perfdata
6450 2003-08-26 10:51  kdebisschop
6452         * [r697] plugins/check_fping.c:
6453           print perfdata
6455 2003-08-26 10:44  kdebisschop
6457         * [r696] plugins/utils.c, plugins/utils.h:
6458           function to make perfdata output
6460 2003-08-23 15:07  kdebisschop
6462         * [r695] plugins/check_http.c:
6463           - found and fixed memory allocation error in rewritten redir()
6464           function
6466 2003-08-23 13:59  kdebisschop
6468         * [r694] plugins/check_http.c:
6469           - hacked interim fix to segfault on redirect - for tesing only
6471 2003-08-23 13:58  kdebisschop
6473         * [r693] plugins/check_dig.c:
6474           - fix various format errors with newly added perf data
6476 2003-08-22 23:49  kdebisschop
6478         * [r692] plugins/check_dig.c:
6479           - forgot to declare struct timeval tv for hires timing
6481 2003-08-22 06:55  kdebisschop
6483         * [r691] plugins/check_dig.c:
6484           - add perf data for time
6486 2003-08-22 06:22  kdebisschop
6488         * [r690] plugins/check_by_ssh.c, plugins/check_dig.c,
6489           plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c,
6490           plugins/check_fping.c, plugins/check_game.c,
6491           plugins/check_hpjd.c, plugins/check_http.c,
6492           plugins/check_ide-smart.c, plugins/check_ldap.c,
6493           plugins/check_load.c, plugins/check_mrtg.c,
6494           plugins/check_mysql.c, plugins/check_nagios.c,
6495           plugins/check_nt.c, plugins/check_nwstat.c,
6496           plugins/check_overcr.c, plugins/check_pgsql.c,
6497           plugins/check_ping.c, plugins/check_procs.c,
6498           plugins/check_radius.c, plugins/check_real.c,
6499           plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_ssh.c,
6500           plugins/check_swap.c, plugins/check_tcp.c, plugins/check_time.c,
6501           plugins/check_udp.c, plugins/check_ups.c, plugins/check_users.c,
6502           plugins/negate.c, plugins/urlize.c:
6503           - bindtextdomain for gettext, a few other smale cleanups here and
6504           there
6506 2003-08-22 04:43  kdebisschop
6508         * [r689] plugins/check_http.c:
6509           * bugfix: snprintf of timestamp truncated '\0'
6511 2003-08-21 18:00  kdebisschop
6513         * [r688] plugins/check_http.c:
6514           * Check redirections for infinte loops and limit depth of
6515           recursion
6517 2003-08-20 09:54  tonvoon
6519         * [r687] plugins/check_time.c:
6520           Optionally use udp instead of tcp (Bradley Baetz - 751646)
6522 2003-08-20 08:31  tonvoon
6524         * [r686] contrib/check_wins.pl:
6525           Changed netsaint to nagios in use lib
6527 2003-08-19 11:41  kdebisschop
6529         * [r685] plugins/check_http.c:
6530           *BUGFIX: LWS is not required betwwen "Location:" header field
6531           name and field value
6533 2003-08-19 11:19  kdebisschop
6535         * [r684] plugins/check_http.c:
6536           *add missing status numbers from RFC 2616 (HTTP1.1)
6538 2003-08-18 11:05  kdebisschop
6540         * [r683] plugins/check_ping.c:
6541           move error scans to a new separate routine and scan both stderr
6542           and stdio
6544 2003-08-11 19:50  tonvoon
6546         * [r682] doc/developer-guidelines.sgml:
6547           Performance data guidelines added
6549 2003-08-11 19:43  tonvoon
6551         * [r681] tools/sfsnapshot:
6552           Fixed building snapshots - cvs update ignores new directories.
6553           Also do not need to run make
6555 2003-08-10 12:56  kdebisschop
6557         * [r680] plugins/utils.c:
6558           config.h is redundant (common.h includes it)
6560 2003-08-10 12:48  kdebisschop
6562         * [r679] plugins/check_dns.c, plugins/check_smtp.c:
6563           perf data in integer microseconds
6565 2003-08-10 12:12  kdebisschop
6567         * [r678] po/POTFILES.in, po/de.po, po/fr.po:
6568           first pass at NLS markup done
6570 2003-08-10 12:11  kdebisschop
6572         * [r677] plugins-scripts/check_rpc.pl:
6573           proposed fix for LANG issue
6575 2003-08-10 06:53  kdebisschop
6577         * [r676] plugins/check_by_ssh.c, plugins/check_dig.c,
6578           plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c,
6579           plugins/check_game.c, plugins/check_hpjd.c, plugins/check_http.c,
6580           plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c,
6581           plugins/check_mrtgtraf.c, plugins/check_mysql.c,
6582           plugins/check_nagios.c, plugins/check_nt.c,
6583           plugins/check_nwstat.c, plugins/check_overcr.c,
6584           plugins/check_pgsql.c, plugins/check_ping.c,
6585           plugins/check_procs.c, plugins/check_radius.c,
6586           plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c,
6587           plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c,
6588           plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c,
6589           plugins/check_users.c, plugins/negate.c, plugins/popen.c,
6590           plugins/urlize.c:
6591           the last round of pedantic compiler warnings
6593 2003-08-09 13:37  kdebisschop
6595         * [r675] tools/devmode:
6596           a little shell script to make it a little easier to produce
6597           pedantic compiler warnings
6599 2003-08-09 13:36  kdebisschop
6601         * [r674] plugins/check_smtp.c, plugins/check_ssh.c,
6602           plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c,
6603           plugins/check_ups.c, plugins/check_users.c:
6604           more pedantic compiler warnings
6606 2003-08-09 06:51  undrgrid
6608         * [r673] plugins/common.h, po/de.po, po/fr.po:
6609           Code clean-up
6611 2003-08-09 06:01  kdebisschop
6613         * [r672] plugins/check_dig.c, plugins/check_http.c,
6614           plugins/check_load.c, plugins/check_mrtg.c,
6615           plugins/check_mrtgtraf.c, plugins/check_nwstat.c,
6616           plugins/check_overcr.c, plugins/check_ping.c,
6617           plugins/check_procs.c, plugins/check_real.c, plugins/utils.c,
6618           plugins/utils.h:
6619           more pedantic compiler warns
6621 2003-08-09 04:19  kdebisschop
6623         * [r671] plugins/check_http.c:
6624           more pedantic compiler warns, change to microsecond output for
6625           perf data, add size to perf data
6627 2003-08-09 04:12  kdebisschop
6629         * [r670] plugins/utils.c, plugins/utils.h:
6630           add function for elapsed tim ein microseconds
6632 2003-08-09 00:56  kdebisschop
6634         * [r669] plugins/check_http.c:
6635           more pedantic compiler warnings
6637 2003-08-09 00:41  kdebisschop
6639         * [r668] plugins/check_disk.c, plugins/check_dummy.c,
6640           plugins/popen.c, plugins/utils.c, plugins/utils.h:
6641           more pedantic compiler warnings
6643 2003-08-08 20:31  kdebisschop
6645         * [r667] lib/Makefile.am:
6646           include getloadvag.m4 in distrib
6648 2003-08-08 16:49  kdebisschop
6650         * [r666] plugins/check_disk.c, plugins/netutils.c,
6651           plugins/netutils.h:
6652           cleanups from pedantic complier warnings
6654 2003-08-08 16:48  kdebisschop
6656         * [r665] plugins/check_nt.c:
6657           change if/elseif block to case, general streamline
6659 2003-08-08 12:14  kdebisschop
6661         * [r664] plugins/check_disk.c:
6662           fix a variety of compiler warnings about qualifier discards and
6663           other pedantic stuff
6665 2003-08-08 05:09  kdebisschop
6667         * [r663] plugins/check_by_ssh.c, plugins/check_dig.c,
6668           plugins/check_disk.c, plugins/check_snmp.c, plugins/utils.c,
6669           plugins/utils.h:
6670           fix a variety of compiler warnings about qualifier discards and
6671           other pedantic stuff
6673 2003-08-08 04:33  kdebisschop
6675         * [r662] plugins/check_by_ssh.c, plugins/check_disk.c,
6676           plugins/check_nt.c, plugins/netutils.c, plugins/netutils.h,
6677           plugins/popen.h, plugins/utils.h:
6678           fix a variety of compiler warnings about qualifier discards and
6679           other pedantic stuff
6681 2003-08-08 03:51  kdebisschop
6683         * [r661] plugins/check_nt.c, plugins/check_smtp.c:
6684           markup for translation
6686 2003-08-07 23:17  kdebisschop
6688         * [r660] plugins/check_real.c:
6689           markup for translation
6691 2003-08-07 12:36  kdebisschop
6693         * [r659] plugins/check_procs.c:
6694           markup for translation
6696 2003-08-07 12:09  kdebisschop
6698         * [r658] plugins/check_load.c:
6699           reorder for consistency, restore prototypes for print_foo, nest
6700           #ifdef to avoid pedantic traditional c warn
6702 2003-08-07 12:00  kdebisschop
6704         * [r657] plugins/check_snmp.c:
6705           reorder for consistency (no code changes)
6707 2003-08-07 11:51  kdebisschop
6709         * [r656] plugins/check_by_ssh.c, plugins/check_disk.c,
6710           plugins/check_dns.c, plugins/check_fping.c, plugins/check_game.c,
6711           plugins/check_http.c, plugins/check_mrtg.c,
6712           plugins/check_mrtgtraf.c, plugins/check_nagios.c,
6713           plugins/check_nt.c, plugins/check_nwstat.c,
6714           plugins/check_overcr.c, plugins/check_radius.c,
6715           plugins/check_real.c, plugins/check_snmp.c, plugins/check_swap.c,
6716           plugins/check_tcp.c, plugins/check_time.c, plugins/negate.c,
6717           plugins/netutils.c, plugins/popen.c, plugins/utils.c,
6718           plugins/utils.h:
6719           replace "terminate" with "die" for shorter name and better
6720           readability
6722 2003-08-07 11:49  kdebisschop
6724         * [r655] plugins/check_ping.c:
6725           cleanup for better readability
6727 2003-08-07 09:51  kdebisschop
6729         * [r654] plugins/check_ping.c:
6730           markup for translation
6732 2003-08-07 01:23  kdebisschop
6734         * [r653] tools/sfsnapshot:
6735           make must be run before make dist to creat language files
6737 2003-08-06 20:53  tonvoon
6739         * [r652] doc/developer-guidelines.sgml:
6740           Added in that Nagios plugins are written to GNU standards
6742 2003-08-06 14:26  kdebisschop
6744         * [r651] lib, lib/.cvsignore:
6745           ignore ulonglong.m4
6747 2003-08-06 12:13  kdebisschop
6749         * [r650] plugins/check_overcr.c:
6750           markup for translation, move send_buffer assignment to
6751           process_args so process_tcp_request can be moved outside the
6752           conditional, replace if/esleif with switch, replace #defines with
6753           enum
6755 2003-08-06 12:11  kdebisschop
6757         * [r649] plugins/check_nwstat.c:
6758           markup for translation
6760 2003-08-05 19:20  tonvoon
6762         * [r648] doc/developer-guidelines.sgml:
6763           Added dev platform requirements
6765 2003-08-05 11:53  kdebisschop
6767         * [r647] plugins/check_ssh.c:
6768           markup for translation
6770 2003-08-05 09:56  stanleyhopcroft
6772         * [r646] contrib/check_mssql.sh:
6773           Version 2.0 of MS SQL server plugin (contrib/check_mssql.sh) from
6774           T De Blende.
6776 2003-08-04 11:38  kdebisschop
6778         * [r645] plugins/check_users.c, plugins/urlize.c:
6779           markup for translation
6781 2003-08-04 08:13  kdebisschop
6783         * [r644] plugins/check_time.c, plugins/check_udp.c:
6784           markup for translation
6786 2003-08-04 07:42  kdebisschop
6788         * [r643] plugins/check_ldap.c, plugins/check_nagios.c,
6789           plugins/check_radius.c, plugins/check_udp.c, plugins/check_ups.c,
6790           plugins/negate.c:
6791           markup for translation
6793 2003-08-03 14:24  kdebisschop
6795         * [r642] plugins/check_ldap.c, plugins/check_mrtg.c,
6796           plugins/check_mrtgtraf.c:
6797           markup for translation
6799 2003-08-03 06:19  kdebisschop
6801         * [r641] plugins/check_load.c:
6802           markup for translation
6804 2003-08-03 06:05  kdebisschop
6806         * [r640] plugins/check_ldap.c:
6807           markup for translation
6809 2003-08-03 06:05  kdebisschop
6811         * [r639] plugins/check_http.c, plugins/check_ldap.c,
6812           plugins/check_tcp.c:
6813           markup for translation
6815 2003-08-03 06:03  kdebisschop
6817         * [r638] plugins/Makefile.am, plugins/check_ide-smart.c:
6818           markup for translation, use common.h, fix problems compiling
6820 2003-08-03 00:01  kdebisschop
6822         * [r637] plugins/check_http.c:
6823           markup for translation
6825 2003-08-02 22:19  kdebisschop
6827         * [r636] plugins/check_hpjd.c:
6828           markup for translation
6830 2003-08-02 22:08  kdebisschop
6832         * [r635] plugins/check_mysql.c:
6833           markup for translation
6835 2003-08-02 22:06  kdebisschop
6837         * [r634] plugins/check_fping.c, plugins/check_game.c,
6838           plugins/check_mysql.c, plugins/check_snmp.c, plugins/utils.h:
6839           markupf for translation
6841 2003-08-02 18:22  kdebisschop
6843         * [r633] plugins/utils.c, plugins/utils.h:
6844           ifdef so utils.h can be header for utils.c
6846 2003-08-02 18:22  kdebisschop
6848         * [r632] plugins/check_fping.c, plugins/check_snmp.c:
6849           markup for translation
6851 2003-08-02 16:42  kdebisschop
6853         * [r631] plugins/check_by_ssh.c, plugins/check_dig.c,
6854           plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c,
6855           plugins/check_pgsql.c, plugins/check_swap.c, plugins/check_tcp.c,
6856           plugins/utils.h:
6857           establish "UT_" namespace for usage text in #defines
6859 2003-08-02 16:42  kdebisschop
6861         * [r630] plugins/check_snmp.c:
6862           markup for translation
6864 2003-08-01 23:56  kdebisschop
6866         * [r628] plugins/check_dns.c:
6867           terminate in error_scan() so meaningfull errors can be sent
6869 2003-08-01 06:04  kdebisschop
6871         * [r627] plugins/check_dummy.c:
6872           mark for transaltion
6874 2003-08-01 06:03  kdebisschop
6876         * [r626] plugins/check_dns.c:
6877           do not translate the strings that will be compared to utility
6878           output - LC_ALL is set to C so those strings should be
6879           untranslated regardless of the system settings
6881 2003-08-01 06:01  kdebisschop
6883         * [r625] plugins/popen.c:
6884           set LC_ALL to C in execve environemnt
6886 2003-08-01 02:12  kdebisschop
6888         * [r624] plugins/Makefile.am:
6889           'ln -f -s ...' is not reliable/portable. Use 'rm -f ...; ln -s
6890           ...'
6892 2003-07-31 12:06  kdebisschop
6894         * [r623] plugins/check_dns.c:
6895           mark for translation (note problem here - it relies on
6896           tranalation in underlying utility, which has a high chance of
6897           failing)
6899 2003-07-31 11:02  kdebisschop
6901         * [r622] plugins/check_disk.c, plugins/utils.h:
6902           mark for translation
6904 2003-07-30 11:39  kdebisschop
6906         * [r621] plugins/check_by_ssh.c:
6907           mark up for translation
6909 2003-07-30 04:07  kdebisschop
6911         * [r620] plugins/check_dig.c, plugins/check_pgsql.c,
6912           plugins/check_swap.c, plugins/check_tcp.c, plugins/utils.h:
6913           markup for translation
6915 2003-07-29 11:58  kdebisschop
6917         * [r619] plugins/check_pgsql.c, plugins/check_swap.c,
6918           plugins/check_tcp.c:
6919           mark for translation
6921 2003-07-29 11:57  kdebisschop
6923         * [r618] plugins/utils.h:
6924           some shared text for internationalized help text
6926 2003-07-29 05:49  kdebisschop
6928         * [r617] plugins/utils.c:
6929           clean up warnings about ill-formed comment and string
6930           concatenation
6932 2003-07-29 05:43  kdebisschop
6934         * [r616] ., .cvsignore, ChangeLog, README, configure.in,
6935           lib/Makefile.am:
6936           bump to gettext 0.11.5 and cleanup GNU toolchain
6938 2003-07-29 05:38  kdebisschop
6940         * [r615] ABOUT-NLS, INSTALL:
6941           get from GNU files instead of storing in CVS
6943 2003-07-29 05:03  kdebisschop
6945         * [r614] tools/setup:
6946           move autopoint to start of gnu toolchain setup
6947           use --force-missing instead on manually copying files
6948           (manual process was broken on RedHat, and we should expect
6949           automake to do its job right anyway)
6951 2003-07-29 03:06  kdebisschop
6953         * [r613] configure.in:
6954           look for getloadavg.c in $topdir/lib, not $srcdir/lib
6956 2003-07-29 03:05  kdebisschop
6958         * [r612] plugins/check_http.c:
6959           patch attempt to reference undefined optarg (credit Paul Farrall)
6961 2003-07-28 11:36  tonvoon
6963         * [r611] configure.in:
6964           - Specify srcdir so no confusion
6966 2003-07-28 11:30  tonvoon
6968         * [r608] configure.in, lib/getloadavg.m4:
6969           Readded getloadavg.m4 as using autoconf 2.50+. This fixes redhat
6970           6.2 compiles
6972 2003-07-26 12:15  kdebisschop
6974         * [r607] plugins/check_pgsql.c:
6975           mark for translation
6977 2003-07-26 12:13  kdebisschop
6979         * [r606] plugins/common.h:
6980           add S_ macor to mark message for both translation and inclusion
6981           into docbook SGML
6983 2003-07-26 05:29  kdebisschop
6985         * [r605] po/de.po, po/fr.po:
6986           updated check_tcp
6988 2003-07-26 05:25  kdebisschop
6990         * [r604] plugins/check_tcp.c, po/ChangeLog:
6991           internationalization
6993 2003-07-26 05:17  kdebisschop
6995         * [r603] intl, intl/.cvsignore, lib, lib/.cvsignore, po,
6996           po/.cvsignore:
6997           skip gettext files
6999 2003-07-26 04:36  kdebisschop
7001         * [r602] lib/Makefile.am:
7002           checkins for internationalization
7004 2003-07-26 04:33  kdebisschop
7006         * [r601] lib/Makefile.am:
7007           checkins for internationalization
7009 2003-07-26 04:25  kdebisschop
7011         * [r600] po/Makevars:
7012           checkins for internationalization
7014 2003-07-26 04:17  kdebisschop
7016         * [r599] configure.in, tools/setup:
7017           checkins for internationalization
7019 2003-07-26 04:17  kdebisschop
7021         * [r598] ., .cvsignore, ABOUT-NLS, ChangeLog, Makefile.am,
7022           configure.in, lib/Makefile.am, lib/gettext.h,
7023           nagios-plugins.spec.in, plugins/Makefile.am, plugins/check_tcp.c,
7024           plugins/common.h, plugins/utils.c, po, po/LINGUAS,
7025           po/POTFILES.in, po/de.po, po/fr.po, tools/setup:
7026           checkins for internationalization
7028 2003-07-21 12:06  kdebisschop
7030         * [r597] plugins/common.h:
7031           add stubs to allow markup for translation
7033 2003-07-21 11:53  kdebisschop
7035         * [r596] configure.in, plugins/common.h:
7036           test GNU_SOURCE and include features.h if present to clear
7037           warning about asprintf definition
7039 2003-07-20 14:40  kdebisschop
7041         * [r595] doc/developer-guidelines.sgml:
7042           must use '&amp;' in attribute values instead of '&'
7043           id tokens (attibute values) must not have embedded spaces
7045 2003-07-17 12:14  tonvoon
7047         * [r593] plugins-scripts/check_oracle.sh:
7048           - Cleanup comments
7050 2003-07-17 09:35  tonvoon
7052         * [r592] doc/developer-guidelines.sgml:
7053           Guidelines updated to use Sourceforge tracker system
7055 2003-07-11 22:20  tonvoon
7057         * [r591] doc/developer-guidelines.sgml:
7058           - Fixed CVS commit comments
7060 2003-07-11 13:06  tonvoon
7062         * [r590] doc/developer-guidelines.sgml:
7063           Added in practice of prefixing comments in CVS commits
7065 2003-07-04 10:42  kdebisschop
7067         * [r586] configure.in, plugins/Makefile.am:
7068           only make links for check_spop and check_simap when SSL is built
7069           into check_tcp
7071 2003-07-03 16:49  tonvoon
7073         * [r585] plugins/check_procs.c:
7074           Fixed seg fault on some Sol 7/8 servers (Patch 764745 - Alexander
7075           Matey)
7077 2003-07-03 15:00  tonvoon
7079         * [r584] tools/setup:
7080           Changing $() to `` to be compatible with Solaris' sh
7082 2003-07-03 03:23  kdebisschop
7084         * [r583] autogen.sh, tools/setup:
7085           mv GNU toolchain check into tools/setup
7087 2003-07-03 03:19  kdebisschop
7089         * [r582] plugins/utils.c:
7090           remove LABELLEN
7092 2003-07-02 16:21  tonvoon
7094         * [r581] plugins-scripts/check_oracle.sh:
7095           Check for ORA- errors for tablespace and cache (patch 755456 -
7096           Sven Meyer)
7098 2003-07-02 15:57  tonvoon
7100         * [r580] plugins-scripts/check_disk_smb.pl:
7101           Update error message from smbclient v2.2.7 (Patch 740132 - Cove
7102           Schneider)
7104 2003-07-02 15:01  tonvoon
7106         * [r578] contrib/check_file_age.pl, plugins-scripts,
7107           plugins-scripts/.cvsignore, plugins-scripts/Makefile.am,
7108           plugins-scripts/check_file_age.pl, plugins-scripts/subst.in:
7109           Moving check_file_age into core
7111 2003-07-02 14:39  tonvoon
7113         * [r577] configure.in:
7114           Fixed SUPPORT message
7116 2003-06-30 19:47  undrgrid
7118         * [r575] plugins/check_http.c, plugins/check_ldap.c,
7119           plugins/check_smtp.c:
7120           Added -4 and -6 command line options into check_http, check_ldap
7121           and
7122           check_smtp
7124 2003-06-30 18:52  undrgrid
7126         * [r574] plugins/check_ping.c, plugins/check_ssh.c,
7127           plugins/check_tcp.c, plugins/netutils.c:
7128           Corrections to get code to compile on systems without IPv6
7129           support
7131 2003-06-30 18:52  undrgrid
7133         * [r573] plugins/Makefile.am:
7134           Added check_simap & check_spop to check_tcp_programs
7135           If someone knows how to make this conditional in the Makefile
7136           only if
7137           being compiled with SSL I think this is the only way to make it
7138           better
7140 2003-06-30 17:02  tonvoon
7142         * [r572] plugins/check_disk.c:
7143           Fixed support for "check_disk warn crit [path]" with thresholds
7144           at used levels
7146 2003-06-29 19:54  undrgrid
7148         * [r571] configure.in, plugins/check_ldap.c:
7149           Included patch for check_ldap from Patch #753621 by Ziya Suzen
7151 2003-06-29 19:22  undrgrid
7153         * [r570] plugins/check_ping.c, plugins/check_tcp.c:
7154           Changed usage output to show -4 and -6 are mutually exclusive.
7155           You can only
7156           use one or the other but not both. The last one used will win
7157           out.
7159 2003-06-29 19:17  undrgrid
7161         * [r569] plugins/check_ping.c, plugins/netutils.c:
7162           check_ping is now coded with -4 & -6 options to call PING or
7163           PING6 command
7164           netutils modified to verify hosts based on address_family setting
7165           when used
7166           with -4 or -6 options. is_inet_addr() will not be tested if -6 is
7167           used and is_inet6_addr() will not be tested if -4 is used. Also
7168           the
7169           is_hostname() will use the address_family value to resolve
7170           hostnames
7171           only if IPv6 support is available otherwise defaults to AF_INET.
7173 2003-06-29 06:36  undrgrid
7175         * [r568] plugins/check_ssh.c, plugins/check_tcp.c,
7176           plugins/netutils.c, plugins/netutils.h:
7177           Added address_family extern int variable to netutils to allow for
7178           -4 & -6
7179           options for explicit connection protocol
7180           Added support for -4 & -6 options to check_ssh and check_tcp for
7181           testing
7183 2003-06-29 02:18  tonvoon
7185         * [r567] plugins/check_nwstat.c:
7186           Added NLM test (Phil Randal)
7188 2003-06-29 01:52  tonvoon
7190         * [r566] plugins/check_swap.c:
7191           Corrected reported size for PROC_MEMINFO systems
7193 2003-06-29 01:36  tonvoon
7195         * [r565] tools/sfwebcron:
7196           Fixed so goes to correct web area
7198 2003-06-29 01:07  tonvoon
7200         * [r564] tools/sfwebcron:
7201           New tool to run on shell.sf.net to update the dev guidelines
7203 2003-06-29 00:58  tonvoon
7205         * [r563] doc/makefile:
7206           Fixed makefile
7208 2003-06-27 18:47  undrgrid
7210         * [r562] plugins/netutils.c:
7211           Modified my_connect to include ai_socktype in the hints to be
7212           compliant with
7213           RFC3493 as pointed out by Janos Mohacsi.
7215 2003-06-27 14:43  tonvoon
7217         * [r561] configure.in, plugins/check_swap.c:
7218           Support for swap -s for solaris. Also changes size of swap to MBs
7219           through
7220           a conversion amount in configure. Possible breakage on other OSes
7222 2003-06-27 12:04  tonvoon
7224         * [r560] doc/makefile:
7225           Remove if which check - done in tools/setup instead
7227 2003-06-27 10:30  tonvoon
7229         * [r559] tools/setup:
7230           Fiddling as Solaris' which command is broken
7232 2003-06-26 23:33  tonvoon
7234         * [r558] plugins/check_disk.c:
7235           Fixed different thresholds if using exclude lists
7237 2003-06-25 15:43  tonvoon
7239         * [r557] plugins/check_disk.c:
7240           Support for different thresholds for different filesystems
7242 2003-06-25 13:38  tonvoon
7244         * [r556] plugins/check_disk.c:
7245           Removed -d option and just check against -p parameter
7247 2003-06-25 13:28  tonvoon
7249         * [r555] plugins/check_disk.c:
7250           Report errors if path specified not found
7252 2003-06-25 13:16  tonvoon
7254         * [r554] plugins/check_disk.c:
7255           Problems compiling on SunOS 5.6 with gcc 2.8.1. Fixed by
7256           specifying
7257           floating variables, rather than letting asprintf work it out
7259 2003-06-21 05:49  kdebisschop
7261         * [r552] plugins/Makefile.am:
7262           soalris 8 needs 'ln -s -f' instead of 'ln -sf'
7264 2003-06-21 05:23  kdebisschop
7266         * [r549] plugins/check_http.c:
7267           add remaining URI_PATH chars per RFC 2396
7268           remove '-' from URI_PORT
7270 2003-06-12 04:46  undrgrid
7272         * [r548] command.cfg.in:
7273           Renamed duplicate check_snmp command definitions to be unique
7275 2003-06-12 04:16  undrgrid
7277         * [r547] command.cfg.in, configure.in:
7278           Made the two check_ifoperstatus commands unique to remove
7279           conflicts
7281 2003-06-11 10:41  kdebisschop
7283         * [r546] plugins/check_http.c:
7284           fix URI_PATH to allow ?&#: (more still should be allowed)
7285           fix class to be POSIX compliant
7287 2003-06-10 05:04  kdebisschop
7289         * [r544] contrib/urlize.pl:
7290           add comment about shell quote removal to address
7291           https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597
7293 2003-06-10 05:02  kdebisschop
7295         * [r543] plugins/urlize.c:
7296           add note about shell quote removal to address
7297           https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597
7299 2003-06-08 22:39  tonvoon
7301         * [r540] configure.in:
7302           Fixed quoting on SWAP_FORMAT
7304 2003-06-08 22:22  tonvoon
7306         * [r539] configure.in:
7307           Support for OpenBSD 3.2 & 3.3 ps (Julien Touche)
7309 2003-06-07 00:36  sghosh
7311         * [r537] plugins/check_real.c:
7312           \r\n patch from Mathias
7314 2003-06-04 22:17  tonvoon
7316         * [r533] plugins/check_disk.c:
7317           Argument to asprintf in wrong order
7319 2003-06-04 21:17  tonvoon
7321         * [r532] pkg/solaris/solpkg:
7322           Remove /usr as well. Maybe this is best done by changing BASEDIR
7323           to
7324           configure's prefix?
7326 2003-06-02 14:46  kdebisschop
7328         * [r531] plugins/check_tcp.c:
7329           finish recv() loop when stream GT or EQ maxbytes (was GT)
7331 2003-06-01 05:38  kdebisschop
7333         * [r529] plugins/check_tcp.c:
7334           allow user to limit number of bytes fetched
7335           fix some doco (wait is now delay, server_quit was not shown)
7337 2003-05-31 14:39  kdebisschop
7339         * [r526] plugins/check_dns.c:
7340           first revised patch failed to trap the "break" in while()
7342 2003-05-27 13:10  stanleyhopcroft
7344         * [r523] contrib/check_sap.sh:
7345           check_sap.sh plugin to check SAP /R3 servers from Karel Salavec
7346           and Tom De Blende.
7348 2003-05-26 10:09  stanleyhopcroft
7350         * [r522] contrib/check_axis.sh, contrib/check_mssql.sh:
7351           Revisions to Tom De Blende contributed plugins: check_axis.sh and
7352           check_mssql.sh
7354 2003-05-17 23:10  tonvoon
7356         * [r521] plugins/t/check_ftp.t:
7357           Fixed test (Mathew Ericson - 738609)
7359 2003-05-17 17:59  tonvoon
7361         * [r520] plugins/t/check_load.t:
7362           Fixed tests (Mathew Ericson - 738607)
7364 2003-05-17 17:50  tonvoon
7366         * [r519] plugins/t/check_procs.t:
7367           Fixed test commands (Mathew Ericson - 738605)
7369 2003-05-17 17:40  tonvoon
7371         * [r518] plugins/t/check_http.t:
7372           Fixed tests (Mathew Ericson - 738608)
7374 2003-05-17 17:36  tonvoon
7376         * [r517] plugins/t/check_tcp.t:
7377           Fixed tests (Mathew Ericson - 738604)
7378           CV:
7379           ----------------------------------------------------------------------
7381 2003-05-16 17:33  sghosh
7383         * [r515] plugins-scripts/check_ntp.pl:
7384           bug fix
7386 2003-05-14 23:17  tonvoon
7388         * [r514] plugins/negate.c:
7389           Added examples
7391 2003-05-14 21:59  tonvoon
7393         * [r513] plugins-scripts/check_mailq.pl:
7394           Added postfix support (Thomas Nilsen - 735218)
7396 2003-05-14 21:51  tonvoon
7398         * [r512] plugins/check_nwstat.c:
7399           Added DSVER and UPTIME checks (Phil Randal - 737617)
7401 2003-05-14 21:49  tonvoon
7403         * [r511] pkg/solaris/solpkg:
7404           Typo
7406 2003-05-14 21:44  tonvoon
7408         * [r510] doc, doc/.cvsignore:
7409           Ignore developer-guidelines.html as generated from docbook
7411 2003-05-14 21:39  tonvoon
7413         * [r509] Makefile.am, pkg/solaris/pkginfo.in, pkg/solaris/solpkg:
7414           Remove dependency on gnu make
7416 2003-05-13 23:20  tonvoon
7418         * [r508] doc/developer-guidelines.sgml:
7419           Updated docs to include comments, contrib->main, getopts_long and
7420           verbose output levels
7422 2003-05-13 22:23  tonvoon
7424         * [r507] tools/sfsnapshot:
7425           Calls tools/setup and creates a README for the snapshot directory
7427 2003-05-13 22:03  tonvoon
7429         * [r506] doc/developer-guidelines.html, doc/makefile, tools/setup:
7430           The developer-guidelines.html file is now generated from the sgml
7431           file
7432           by docbook2html at tools/setup time
7434 2003-05-13 12:14  stanleyhopcroft
7436         * [r505] contrib/tarballs/hopcroft-plugins.tar.gz:
7437           Removed contrib/tarballs/hopcroft-plugins.tar.gz. This is
7438           archaic, anachronistic, unmaintained and humblingly embarrassing.
7440 2003-05-13 12:13  stanleyhopcroft
7442         * [r504] contrib/check_mssql.sh:
7443           check_mssql.sh. A new plugin from Mr T DE BLENDE to check MS
7444           SQLServer databases.
7446 2003-05-09 03:22  kdebisschop
7448         * [r503] plugins/check_http.c:
7449           fix error when server closes connection
7450           immediately
7452 2003-05-09 03:00  kdebisschop
7454         * [r501] plugins/check_snmp.c:
7455           cause snmpget try try for 1 second less than the timeout
7456           (allowing plugin to force close if needed)
7458 2003-05-07 18:01  undrgrid
7460         * [r500] plugins/check_ping.c:
7461           Modified check_ping to handle IPv6 as well as IPv4 ICMP checks
7462           using the
7463           PING6_COMMAND determined during the configure script execution.
7464           As
7465           USE_IPV6 may be defined and PING6_COMMAND is not defined if there
7466           is not
7467           IPv6 TCP stack available when configure is run I condition it off
7468           PING6_COMMAND existing to remove build errors for being
7469           undefined.
7471 2003-04-25 09:07  sghosh
7473         * [r499] plugins-scripts/check_ntp.pl:
7474           corrected output units
7476 2003-04-23 04:58  kdebisschop
7478         * [r498] plugins/check_http.c:
7479           update to RFC1123 hostname specs
7481 2003-04-17 05:56  kdebisschop
7483         * [r497] nagios-plugins.spec.in:
7484           add check_nt, drop check_vsz
7486 2003-04-17 05:55  kdebisschop
7488         * [r496] plugins/check_dig.c, plugins/check_tcp.c,
7489           plugins/check_users.c:
7490           code cleanup to clear strict compiler warnings
7492 2003-04-17 05:36  kdebisschop
7494         * [r495] plugins/check_dig.c, plugins/check_tcp.c,
7495           plugins/netutils.c:
7496           code cleanup to clear strict compiler warnings
7498 2003-04-16 15:06  sghosh
7500         * [r493] plugins/check_real.c:
7501           reset to old behavior of not checking stream by default
7503 2003-04-13 04:49  sghosh
7505         * [r492] plugins/check_hpjd.c:
7506           reduce compiler warning between gcc3 and gcc2.96
7508 2003-04-13 04:28  sghosh
7510         * [r491] configure.in, plugins-scripts/utils.pm.in:
7511           update for check_mailq - qmail support
7513 2003-04-13 04:23  sghosh
7515         * [r490] plugins-scripts/check_mailq.pl:
7516           Added sendmail multi-queue support (Canau), merged qmail support
7517           (Schmid)
7519 2003-04-11 23:47  tonvoon
7521         * [r488] plugins/check_procs.c:
7522           Match -a STRING anywhere in ps args (Laurent Vaslin - 719783)
7524 2003-04-11 22:36  sghosh
7526         * [r487] plugins-scripts/check_ifstatus.pl:
7527           added feature -u (list of unused ifIndex)
7529 2003-04-11 22:09  sghosh
7531         * [r486] plugins-scripts/check_ifstatus.pl:
7532           bug 691412, added feature -x (list of excluded ifTypes)
7534 2003-04-11 18:44  sghosh
7536         * [r485] plugins/check_hpjd.c:
7537           patch 698384 - order of args to snmpget + print a bit of stderr
7539 2003-04-09 03:46  kdebisschop
7541         * [r483] plugins/check_hpjd.c, plugins/check_http.c,
7542           plugins/check_nt.c:
7543           cleanup to suppress various strict compiler warnings
7545 2003-04-09 03:44  kdebisschop
7547         * [r482] plugins/common.h:
7548           rewrite #elif to be compatible with traditional C
7550 2003-04-09 02:09  kdebisschop
7552         * [r481] plugins/Makefile.am:
7553           check_game needs popen.c now
7555 2003-04-08 20:38  tonvoon
7557         * [r479] command.cfg.in:
7558           Updated command for new check_procs
7560 2003-04-08 20:37  tonvoon
7562         * [r478] plugins/check_hpjd.c, plugins/check_nt.c:
7563           Changed // to /* */ comments as some compilers do not like them
7565 2003-04-08 00:00  stanleyhopcroft
7567         * [r477] contrib/check_axis.sh:
7568           check_axis.sh (Axis 5xx print servers) from Tom De Blende
7570 2003-04-07 23:40  tonvoon
7572         * [r476] plugins/check_procs.c:
7573           Fixed zombie processes
7575 2003-04-07 23:16  tonvoon
7577         * [r475] configure.in:
7578           Missed some PS_FORMAT strings
7580 2003-04-07 22:53  tonvoon
7582         * [r474] configure.in, plugins/Makefile.am, plugins/check_nagios.c,
7583           plugins/check_procs.c, plugins/check_vsz.c:
7584           Souped up check_procs with different metrics
7586 2003-04-07 21:21  tonvoon
7588         * [r472] plugins/check_snmp.c:
7589           Removed unnecessary regex array
7591 2003-04-07 11:39  kdebisschop
7593         * [r471] plugins/check_http.c:
7594           ste timeout one second greater than critical time
7596 2003-04-07 11:38  kdebisschop
7598         * [r470] plugins/check_game.c:
7599           had been grandfathered ibto core, finally use normal getopts, add
7600           options for player, max-player array positions
7602 2003-04-03 21:21  tonvoon
7604         * [r469] plugins-scripts/check_oracle.sh:
7605           Cleaned up cache output
7607 2003-04-01 22:24  tonvoon
7609         * [r468] plugins-scripts/check_oracle.sh:
7610           Fixed sqlplus calls and rearranged parameters for --tablespace &
7611           --cache
7613 2003-04-01 04:00  kdebisschop
7615         * [r467] configure.in:
7616           remove PATH_PROG call for autoconf/automake components
7618 2003-03-31 12:49  kdebisschop
7620         * [r466] plugins/check_disk.c:
7621           checkpoint
7622           supresses iso9660
7623           adds option for checking only local
7624           adds choice of scale factor
7626 2003-03-27 22:53  tonvoon
7628         * [r465] plugins/check_nwstat.c:
7629           Extra Netware checks (Patch 710247 - Dietmar Ruzicka)
7631 2003-03-26 05:37  tonvoon
7633         * [r464] configure.in:
7634           ipv6 check requires unistd.h for Darwin
7636 2003-03-26 03:57  tonvoon
7638         * [r463] configure.in, plugins/check_procs.c:
7639           Removal of ps_raw and ps_vars
7641 2003-03-26 03:39  tonvoon
7643         * [r462] plugins/check_nagios.c:
7644           Uses same ps command as check_procs
7646 2003-03-25 06:33  kdebisschop
7648         * [r461] ., .cvsignore:
7649           subst is no longer used
7651 2003-03-24 19:05  undrgrid
7653         * [r460] ., .cvsignore, Makefile.am:
7654           Better stripping of prefix for Solaris package install needs to
7655           remove
7656           /usr/local as package installs there by default
7658 2003-03-24 17:45  undrgrid
7660         * [r459] Makefile.am, pkg/solaris, pkg/solaris/.cvsignore,
7661           pkg/solaris/pkginfo.in, plugins/check_disk.c:
7662           Minor changes to build for Solaris packages
7664 2003-03-24 16:23  tonvoon
7666         * [r458] plugins/check_procs.c:
7667           Use max_state
7669 2003-03-24 02:57  tonvoon
7671         * [r457] tools/mail_error, tools/sfsnapshot:
7672           PATH set in correct place and extra comments
7674 2003-03-24 02:44  tonvoon
7676         * [r456] tools/mail_error, tools/sfsnapshot:
7677           Bug fixes
7679 2003-03-24 02:21  tonvoon
7681         * [r455] tools/mail_error:
7682           Sends email if non-zero return code from command
7684 2003-03-24 02:19  tonvoon
7686         * [r454] tools/sfsnapshot:
7687           Error code depending on number of files generated
7689 2003-03-24 01:18  tonvoon
7691         * [r453] lib/ls-mntd-fs.m4:
7692           Using coreutils 4.5.11 version to fix Darwin problem
7694 2003-03-24 00:42  tonvoon
7696         * [r452] REQUIREMENTS:
7697           Add NSClient requirement for check_nt
7699 2003-03-24 00:26  tonvoon
7701         * [r450] plugins/check_nt.c:
7702           Reference to web site to get NSClient
7704 2003-03-23 07:01  undrgrid
7706         * [r449] Makefile.am, autogen.sh, configure.in, lib/Makefile.am,
7707           pkg, pkg/solaris, pkg/solaris/pkginfo.in, pkg/solaris/solpkg:
7708           Solaris package build system
7710 2003-03-23 06:20  kdebisschop
7712         * [r448] plugins/check_disk.c:
7713           can once again exclude indiviual path/partitions
7715 2003-03-23 06:11  kdebisschop
7717         * [r447] plugins/check_disk.c:
7718           add -X to exclude FS type, now works with more than one path/dev
7719           specified
7721 2003-03-22 13:23  kdebisschop
7723         * [r446] plugins/utils.c:
7724           declaration must precede printf
7726 2003-03-21 14:08  kdebisschop
7728         * [r444] plugins/check_disk.c:
7729           checkpoint, allows selecting devices and paths now
7731 2003-03-21 14:04  kdebisschop
7733         * [r443] configure.in:
7734           instructions for posting plugin version number
7736 2003-03-19 23:44  kdebisschop
7738         * [r442] plugins/check_by_ssh.c:
7739           allow to specify -1 and -2 for protocol version
7741 2003-03-19 13:01  kdebisschop
7743         * [r440] plugins/utils.c, plugins/utils.h:
7744           make state_text a function
7746 2003-03-19 12:59  kdebisschop
7748         * [r439] lib/mountlist.c, plugins/check_disk.c:
7749           check_disk working with mountlist.c
7751 2003-03-19 02:28  kdebisschop
7753         * [r438] Makefile.am, configure.in:
7754           subst.* was replaced by dist-hook
7756 2003-03-19 02:27  kdebisschop
7758         * [r437] subst.in, subst.sh:
7759           these were replaced by dist-hook
7761 2003-03-18 15:18  kdebisschop
7763         * [r436] configure.in:
7764           running the AFS macro causes newer AC/AM to barf
7766 2003-03-18 09:02  kdebisschop
7768         * [r435] configure.in:
7769           afs checking
7771 2003-03-18 08:50  kdebisschop
7773         * [r434] lib/afs.m4, lib/ls-mntd-fs.m4:
7774           use AC_DEFINE_UNQOUTED
7776 2003-03-18 08:47  kdebisschop
7778         * [r433] lib/ls-mntd-fs.m4:
7779           stop warning on autoheader 2.13
7781 2003-03-18 07:57  kdebisschop
7783         * [r432] plugins/netutils.c, plugins/netutils.h:
7784           common.h was doubly included
7786 2003-03-18 07:57  kdebisschop
7788         * [r431] plugins/common.h:
7789           use enum instead of define, remove some cruft from old snprintf
7790           implementation
7792 2003-03-18 07:48  kdebisschop
7794         * [r430] configure.in, lib/Makefile.am, plugins/check_disk.c:
7795           use GNU fileutils for check_disk
7797 2003-03-18 07:47  kdebisschop
7799         * [r429] lib/afs.m4, lib/fstypename.m4, lib/fsusage.c,
7800           lib/fsusage.h, lib/fsusage.m4, lib/ls-mntd-fs.m4,
7801           lib/mountlist.c, lib/mountlist.h:
7802           from GNU fileutils for check_disk
7804 2003-03-17 22:24  tonvoon
7806         * [r428] plugins-scripts/check_oracle.sh:
7807           Allow default Oracle home from oratab (reported by Walbert
7808           Oberngruber)
7810 2003-03-16 23:54  undrgrid
7812         * [r427] configure.in:
7813           Modified to automatically enable getaddrinfo emulation if lwres
7814           is not used and
7815           getaddrinfo is not found in the system.
7817 2003-03-16 23:28  undrgrid
7819         * [r426] plugins/check_tcp.c, plugins/netutils.c,
7820           plugins/netutils.h:
7821           Applied patch #660973 for tcp refusals
7823 2003-03-15 01:28  undrgrid
7825         * [r425] configure.in:
7826           Left over debug define
7828 2003-03-15 01:25  undrgrid
7830         * [r424] configure.in, lib/Makefile.am, lib/getaddrinfo.c,
7831           lib/getaddrinfo.h, lib/gethostbyname.c, lib/gethostbyname.h,
7832           plugins/Makefile.am, plugins/getaddrinfo.c,
7833           plugins/getaddrinfo.h, plugins/gethostbyname.c,
7834           plugins/gethostbyname.h, plugins/netutils.c, plugins/netutils.h,
7835           plugins/utils.c, plugins/utils.h:
7836           Spent the day working on backwards compatability using
7837           getaddrinfo()
7838           Moved getaddrinfo.? and gethostbyname.? from lib/ to plugins/ due
7839           to
7840           problems with compiling into the libnagiosplug.a as it required
7841           linking
7842           against socket libraries which are unneeded except for network
7843           based
7844           plugins.
7845           This code should hopefully happily work for all systems and has
7846           been tested
7847           prior to commit on Debian GNU/Linux, SPARC Solaris 7 and SPARC
7848           Solaris 9.
7850 2003-03-14 13:28  kdebisschop
7852         * [r423] plugins-scripts/check_ntp.pl:
7853           add timeout, fix taint chacking diom
7855 2003-03-13 22:20  undrgrid
7857         * [r422] ., .cvsignore, configure.in, lib/Makefile.am:
7858           Working out issues with getaddrinfo emulation build environment
7860 2003-03-13 21:14  tonvoon
7862         * [r421] plugins/check_dns.c, plugins/check_http.c,
7863           plugins/check_tcp.c:
7864           Strip leading spaces in perf data
7866 2003-03-13 21:10  tonvoon
7868         * [r420] plugins/check_smtp.c:
7869           Perf data without leading spaces and fix ANSI C complaint about
7870           \n
7872 2003-03-13 20:33  tonvoon
7874         * [r419] plugins/check_tcp.c:
7875           Fix compiler warnings re progname
7877 2003-03-13 06:52  undrgrid
7879         * [r418] depcomp:
7880           Removed auto-tools script that automake adds
7882 2003-03-13 06:51  undrgrid
7884         * [r417] ., .cvsignore, configure.in, install-sh, missing,
7885           mkinstalldirs, plugins, plugins/.cvsignore, plugins/Makefile.am,
7886           plugins/common.h, plugins/common.h.in, plugins/netutils.h,
7887           plugins/netutils.h.in, plugins/popen.h, plugins/popen.h.in,
7888           plugins/utils.c, plugins/utils.h, plugins/utils.h.in,
7889           plugins/version.h.in:
7890           Updated cvs ignore files to reflect changes
7891           Moved header files from being ran through configure to standard
7892           Removed auto-tools scripts that get added by automake
7894 2003-03-13 06:00  kdebisschop
7896         * [r416] plugins/negate.c:
7897           negate must be POSIXly correct in handling options, else wrapped
7898           options get passed to it
7900 2003-03-13 05:59  undrgrid
7902         * [r415] configure.in:
7903           Removed --with-ipv6 configure option so it determines IPv6
7904           availablity
7905           completely on it's own per suggestion by Karl
7907 2003-03-12 22:13  undrgrid
7909         * [r413] plugins/check_tcp.c:
7910           doco standarization
7912 2003-03-12 19:50  undrgrid
7914         * [r412] configure.in, plugins-scripts/subst.in:
7915           Just a lil namespace clean-up
7917 2003-03-12 17:42  undrgrid
7919         * [r411] configure.in:
7920           Minor fix to --with-ipv6 behavior
7922 2003-03-12 17:11  undrgrid
7924         * [r410] autogen.sh, configure.in, plugins/utils.c,
7925           plugins/utils.h.in:
7926           Added autogen.sh script that rebuilds using autotools and runs
7927           configure
7928           Modified configure.in to include some debug build option info at
7929           the end
7930           of the scripts execution. Can be removed by release time.
7931           Modified configure.in to include a --with-ipv6 option
7932           Default build is without IPv6 support now to enable you need to
7933           use the
7934           --with-ipv6 command line option to configure.
7935           Modified plugins/utils.* to use USE_IPV6
7937 2003-03-12 07:05  kdebisschop
7939         * [r409] plugins/check_disk.c:
7940           doco standarization
7942 2003-03-12 06:44  kdebisschop
7944         * [r408] plugins/check_disk.c:
7945           errors for statfs
7947 2003-03-12 06:41  kdebisschop
7949         * [r407] plugins/check_smtp.c:
7950           comment/doco cleanup for embeeded doc work, control STMP command
7951           via options instead of defines
7953 2003-03-12 06:38  kdebisschop
7955         * [r406] configure.in:
7956           version increase, statfs work
7958 2003-03-12 02:47  undrgrid
7960         * [r405] plugins, plugins/.cvsignore:
7961           Add some more extra plugins
7963 2003-03-12 02:29  undrgrid
7965         * [r404] plugins/check_http.c:
7966           Clean up of output from plugin
7968 2003-03-12 02:29  undrgrid
7970         * [r403] plugins/check_dig.c, plugins/check_http.c,
7971           plugins/check_ldap.c, plugins/check_udp.c:
7972           Code clean-up
7974 2003-03-12 02:23  undrgrid
7976         * [r402] plugins/check_tcp.c:
7977           Code cleanup
7979 2003-03-12 00:45  tonvoon
7981         * [r401] plugins/check_dns.c:
7982           Removed is_host checks to speed up code. Fixed timings so no
7983           spaces
7985 2003-03-12 00:08  tonvoon
7987         * [r400] plugins/check_dns.c:
7988           Timings in milliseconds and nicer output
7990 2003-03-11 22:51  tonvoon
7992         * [r399] plugins-scripts, plugins-scripts/.cvsignore:
7993           Add script ignores
7995 2003-03-11 22:36  tonvoon
7997         * [r398] plugins/negate.c:
7998           Remove getopt_long checks
8000 2003-03-11 22:34  tonvoon
8002         * [r397] plugins/negate.c:
8003           Fixed reading too many argv parameters and changed to asprintf
8005 2003-03-11 22:22  tonvoon
8007         * [r396] plugins/check_by_ssh.c, plugins/check_dig.c,
8008           plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c,
8009           plugins/check_hpjd.c, plugins/check_http.c,
8010           plugins/check_ide-smart.c, plugins/check_ldap.c,
8011           plugins/check_load.c, plugins/check_mrtg.c,
8012           plugins/check_mrtgtraf.c, plugins/check_mysql.c,
8013           plugins/check_nagios.c, plugins/check_nt.c,
8014           plugins/check_nwstat.c, plugins/check_overcr.c,
8015           plugins/check_pgsql.c, plugins/check_ping.c,
8016           plugins/check_procs.c, plugins/check_radius.c,
8017           plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c,
8018           plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c,
8019           plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c,
8020           plugins/check_users.c, plugins/check_vsz.c:
8021           Remove getopt_long checks
8023 2003-03-11 22:09  undrgrid
8025         * [r395] configure.in:
8026           Fixed some ping6 variables
8028 2003-03-11 18:32  undrgrid
8030         * [r394] configure.in:
8031           Minor change to Karl's statfs check
8032           Inclusion of ICMPv6 ping tests to define PING6_COMMAND
8033           Minor fix to ps syntax checking to fix bug I introduced last nite
8035 2003-03-11 07:04  undrgrid
8037         * [r393] Makefile.am, configure.in:
8038           Removed acconfig.h from EXTRA_DIST
8039           Fixed problem with test in SWAP_FORMAT and SWAP_COMMAND
8041 2003-03-11 06:44  kdebisschop
8043         * [r392] configure.in, plugins/check_disk.c:
8044           use statfs for check_disk (still needs fs scan)
8046 2003-03-11 06:03  undrgrid
8048         * [r391] acconfig.h, configure.in:
8049           Finishing clean-up of configure.in
8050           Removing acconfig.h as it's no longer needed
8052 2003-03-10 23:58  undrgrid
8054         * [r390] acconfig.h, configure.in:
8055           Cleaned up configure for PS and PING to produce cleaner config.h
8057 2003-03-09 18:13  undrgrid
8059         * [r389] plugins/common.h.in:
8060           Make sure sys/socket.h is explicitly included if
8061           HAVE_SYS_SOCKET_H is defined
8063 2003-03-09 10:39  tonvoon
8065         * [r388] plugins/check_disk.c:
8066           Implement error-only option for check_disk (Ian Duggan)
8068 2003-03-08 12:08  tonvoon
8070         * [r387] plugins/check_disk.c:
8071           Fix AIX /proc filesystem (Ian Duggan)
8073 2003-03-08 11:44  tonvoon
8075         * [r386] configure.in:
8076           snprintf checks in configure.in like samba
8078 2003-03-08 02:27  undrgrid
8080         * [r385] plugins/check_dns.c:
8081           Modified code to call is_addr() rather than is_dotted_quad() with
8082           the
8083           new AF indepdent function routines
8085 2003-03-08 02:26  undrgrid
8087         * [r384] plugins/netutils.c, plugins/netutils.h.in,
8088           plugins/utils.c, plugins/utils.h.in:
8089           AF indepedent routines introduced.
8090           Modifed process_request() & my_connect() parameters to make
8091           'proto' type
8092           'int' rather than 'char *' and use IPPROTO_* POSIX values.
8093           Removed is_dotted_quad() & my_inet_aton() functions
8094           Added is_addr(), is_inet_addr(), is_inet6_addr() and
8095           resolve_host_or_addr()
8096           functions to check whether it is a valid IP address
8097           Modified is_host() to call is_addr() and is_hostname()
8099 2003-03-08 02:02  tonvoon
8101         * [r383] tools/sfsnapshot:
8102           Need to remove configure.in
8104 2003-03-08 01:59  tonvoon
8106         * [r382] lib/Makefile.am, lib/snprintf.c, plugins/Makefile.am,
8107           plugins/snprintf.c:
8108           Move snprintf into lib
8110 2003-03-08 01:48  tonvoon
8112         * [r381] tools/sfsnapshot:
8113           Have to run through whole automake procedure as datestamp in
8114           RELEASE variable
8116 2003-03-08 01:13  tonvoon
8118         * [r380] tools/sfsnapshot:
8119           Added automake parameters for config.sub and config.guess
8121 2003-03-08 00:57  tonvoon
8123         * [r379] tools/sfsnapshot:
8124           Fixed production OUT variable
8126 2003-03-08 00:55  tonvoon
8128         * [r378] tools/sfsnapshot:
8129           Adds MD5SUM file, creates multiple branch snapshots and doesn't
8130           rerun configure/automake/autoconf unnecessarily
8132 2003-03-08 00:23  tonvoon
8134         * [r377] Makefile.am:
8135           Use Makefile's variables (to support a shortcut in sfsnapshot)
8137 2003-03-07 22:11  undrgrid
8139         * [r376] configure.in, lib/Makefile.am, lib/getaddrinfo.c,
8140           lib/getaddrinfo.h, lib/gethostbyname.c, lib/gethostbyname.h,
8141           plugins/check_pgsql.c, plugins/common.h.in, plugins/netutils.c,
8142           plugins/netutils.h.in, tools/setup:
8143           Added getaddrinfo.[ch] & gethostbyname.[ch] to provide RFC2553
8144           functions
8145           if missing in system libs and lwres not present
8146           Moved all references to netdb.h and sys/socket.h into common.h.in
8147           Modified automake call in tools/setup to include adding missing
8148           files
8149           so config.sub and config.guess will be available
8151 2003-03-07 07:45  kdebisschop
8153         * [r374] plugins/check_smtp.c:
8154           millisecond timing and perf data
8156 2003-03-07 07:17  kdebisschop
8158         * [r373] plugins/check_smtp.c:
8159           whole timer loop was on the wrong side of connection close code
8161 2003-03-07 06:43  kdebisschop
8163         * [r372] plugins/check_udp.c:
8164           fix for -H invocation of hostname
8166 2003-03-06 06:40  undrgrid
8168         * [r371] acinclude.m4, configure.in:
8169           Adds --with-lwres and --enable-emulate-getaddrinfo but are not
8170           used in any of
8171           the code at this time. Has a check for IPv6 support but only runs
8172           if using the
8173           emulate-getaddrinfo routines, this needs to be modified.
8174           !!! I need input from results of this run on various platforms to
8175           see what
8176           results are seen in plugins/config.h so please help test !!!
8178 2003-03-05 07:27  kdebisschop
8180         * [r370] plugins-scripts/check_ntp.pl:
8181           add "m" to regex for minutes
8183 2003-03-05 00:17  tonvoon
8185         * [r365] plugins/check_http.c:
8186           check_http min size option (680467 - Dave Viner)
8188 2003-03-04 23:56  tonvoon
8190         * [r364] plugins/check_nt.c:
8191           Make output message for CPU Load a bit nicer
8193 2003-03-04 23:35  tonvoon
8195         * [r363] tools/sfsnapshot:
8196           To create nagiosplug daily snapshots on SF
8198 2003-03-03 03:49  kdebisschop
8200         * [r362] plugins/check_ping.c:
8201           accept comma-delimted list of hosts for checking if a multihomed
8202           host is alive
8204 2003-03-02 06:01  kdebisschop
8206         * [r361] plugins/check_ping.c:
8207           add logic to check multiple servers
8209 2003-03-02 04:59  kdebisschop
8211         * [r360] ChangeLog:
8212           update from CVS
8214 2003-03-02 04:58  kdebisschop
8216         * [r359] configure.in, nagios-plugins.spec.in:
8217           adjustments to remove beta tagging
8219 2003-03-02 04:32  kdebisschop
8221         * [r358] ChangeLog:
8222           update from CVS
8224 2003-03-01 05:09  kdebisschop
8226         * [r357] nagios-plugins.spec.in:
8227           we were missing some docs in the RPM
8229 2003-02-23 17:11  sghosh
8231         * [r356] REQUIREMENTS:
8232           Novell requirements
8234 2003-02-23 17:10  sghosh
8236         * [r355] contrib/check_bgpstate.pl:
8237           removed community string in CRIT message
8239 2003-02-22 19:06  tonvoon
8241         * [r354] configure.in:
8242           Solaris and Unixware labels round the wrong way for swap command
8244 2003-02-22 13:01  kdebisschop
8246         * [r353] Makefile.am:
8247           provide target for nagios-plugins.spec
8249 2003-02-22 07:27  kdebisschop
8251         * [r352] Makefile.am:
8252           add CODING FAQ LEGAL to distribution tarball
8254 2003-02-21 21:59  tonvoon
8256         * [r351] plugins/check_http.c:
8257           Fixed coredump with unallocated string
8259 2003-02-21 21:46  tonvoon
8261         * [r350] plugins/check_dns.c:
8262           Strip leading spaces on dns return value (689563 - Simon L
8263           Nielsen)
8265 2003-02-20 03:16  kdebisschop
8267         * [r348] plugins-scripts/check_disk_smb.pl:
8268           option regexs need to include ^ and $
8270 2003-02-19 22:56  tonvoon
8272         * [r347] lib/Makefile.am:
8273           Removing getloadavg.m4 from dist
8275 2003-02-19 08:36  kdebisschop
8277         * [r346] INSTALL, configure.in, lib/getloadavg.m4, tools/setup:
8278           remove getloadavg.m4
8280 2003-02-19 00:45  tonvoon
8282         * [r345] Makefile.am, configure.in, getloadavg.m4, lib/Makefile.am,
8283           lib/getloadavg.c, lib/getloadavg.m4, plugins/Makefile.am,
8284           plugins/getloadavg.c:
8285           Move getloadavg to lib directory. Must run "aclocal -I lib"
8287 2003-02-18 23:00  kdebisschop
8289         * [r344] plugins/check_pgsql.c:
8290           spurious backslash escape
8292 2003-02-18 22:56  kdebisschop
8294         * [r343] configure.in:
8295           set tag for beta3, fix pgsql detection
8297 2003-02-18 22:24  kdebisschop
8299         * [r342] plugins/check_udp.c:
8300           never exited getopt loop
8302 2003-02-18 22:20  kdebisschop
8304         * [r341] plugins/check_tcp.c:
8305           failed if header was more than 1023 bytes
8307 2003-02-18 22:10  tonvoon
8309         * [r340] plugins/check_load.c:
8310           Fixed the output messages (Bug 688729 - Jayjay)
8312 2003-02-18 21:58  tonvoon
8314         * [r339] Makefile.am:
8315           Add SUPPORT file to distribution
8317 2003-02-18 21:56  tonvoon
8319         * [r338] plugins/check_http.c:
8320           Fixed compiler warning and increased the SSL random key for a
8321           Solaris PRNG problem
8323 2003-02-18 05:38  kdebisschop
8325         * [r337] configure.in:
8326           remainder of ps fix for UnixWare, and move [] in if/elif to
8327           indicate m4 quoting instead of test invocation
8329 2003-02-18 04:05  sghosh
8331         * [r336] contrib/check_appletalk.pl:
8332           Appletalk ping plugin
8334 2003-02-18 04:04  sghosh
8336         * [r335] plugins/check_snmp.c:
8337           OID type prefix patch [Patches-679403]
8339 2003-02-18 03:46  sghosh
8341         * [r334] plugins/check_swap.c:
8342           support for Large swap sizes
8344 2003-02-18 03:17  sghosh
8346         * [r333] configure.in:
8347           regex fix to catch *BSD swapinfo and not HP-UX error and
8348           memory/file swap in addition to device for HP-UX
8350 2003-02-17 22:01  kdebisschop
8352         * [r332] configure.in:
8353           typo in testing uname output
8355 2003-02-17 21:57  kdebisschop
8357         * [r331] configure.in:
8358           ping and swap for unixware
8360 2003-02-17 21:04  kdebisschop
8362         * [r330] configure.in:
8363           library search dirs are part of LDFLAGS
8365 2003-02-17 19:11  sghosh
8367         * [r329] REQUIREMENTS:
8368           location updates
8370 2003-02-16 08:41  tonvoon
8372         * [r328] plugins/Makefile.am:
8373           Fixed dependencies for check_nt
8375 2003-02-16 08:25  tonvoon
8377         * [r327] plugins/check_nt.c:
8378           Coredump if no variable set (reported by Marc C. Poulin)
8380 2003-02-16 02:46  egalstad
8382         * [r326] contrib/check_dhcp.c:
8383           Interface patch byor Clemens Resen
8385 2003-02-16 02:18  sghosh
8387         * [r325] plugins-scripts/check_ntp.pl:
8388           all alphanumeric accepted for refid on ntpq
8390 2003-02-12 22:32  tonvoon
8392         * [r324] plugins, plugins/.cvsignore:
8393           Added extra plugins
8395 2003-02-12 22:30  tonvoon
8397         * [r323] lib, lib/.cvsignore:
8398           Add ignore files
8400 2003-02-12 22:29  tonvoon
8402         * [r322] plugins/negate.c:
8403           Remove unnecessary \ and fix coredump with no parameters
8404           specified
8406 2003-02-12 22:27  tonvoon
8408         * [r321] plugins/check_http.c:
8409           Remove unnecessary \ - complaints from Tru64's cc compiler
8411 2003-02-12 22:21  tonvoon
8413         * [r320] configure.in:
8414           Inadequate quoting for PS_FORMAT & removal of grep "*** for Tru64
8416 2003-02-12 04:36  sghosh
8418         * [r319] command.cfg.in:
8419           forced ntpq jitter check
8421 2003-02-12 04:32  sghosh
8423         * [r318] plugins-scripts/check_ifoperstatus.pl:
8424           added timeout alarm
8426 2003-02-12 04:30  sghosh
8428         * [r317] plugins-scripts/check_ntp.pl:
8429           fixed regex for stratum1 peer, added logic for failed ntpq
8430           call(e.g. sntp host)
8432 2003-02-11 00:47  tonvoon
8434         * [r316] plugins/check_mysql.c:
8435           Patch by Dave Viner for seg fault on RH 7.3 (655903)
8437 2003-02-10 23:59  tonvoon
8439         * [r315] configure.in:
8440           Update with references to REQUIREMENTS
8442 2003-02-10 23:58  tonvoon
8444         * [r314] Requirements:
8445           Remove file, superceded by REQUIREMENTS
8447 2003-02-10 23:34  tonvoon
8449         * [r313] plugins/getopt.c, plugins/getopt.h, plugins/getopt1.c:
8450           Removing getopt files - now in new lib directory
8452 2003-02-10 23:32  tonvoon
8454         * [r312] lib, lib/Makefile.am, lib/getopt.c, lib/getopt.h,
8455           lib/getopt1.c:
8456           New directory for common library files
8458 2003-02-10 23:28  tonvoon
8460         * [r311] plugins/common.h.in:
8461           Added in a define for HAVE_GETOPT_H for backwards compatibility
8463 2003-02-10 23:27  tonvoon
8465         * [r310] plugins/Makefile.am:
8466           Remove unnecessary getopt references and link in lib directory
8468 2003-02-10 23:26  tonvoon
8470         * [r309] configure.in:
8471           Removing checks for getopt.h - now always available. Also support
8472           lib dir
8474 2003-02-10 23:24  tonvoon
8476         * [r308] Makefile.am:
8477           Adding lib directory for getopts change
8479 2003-02-10 23:08  tonvoon
8481         * [r307] configure.in:
8482           Fixed Tru64 ps command (Bug 669585 - Paula Arnold)
8484 2003-02-10 18:36  undrgrid
8486         * [r306] plugins/check_ssh.c:
8487           Added argc checks before attempting to access argv[]
8488           
8489           Corrected return codes and output
8491 2003-02-10 14:18  undrgrid
8493         * [r305] plugins/check_ssh.c:
8494           Revised code to use resolving and connection code in utils.c and
8495           netutils.c rather than its own functions.
8496           Corrected code to properly handle input of server hostname and
8497           port on
8498           commandline without option flags.
8500 2003-02-10 04:49  kdebisschop
8502         * [r304] contrib/check_fping_in.c:
8503           this plugin is in core as check_fping
8505 2003-02-09 18:59  undrgrid
8507         * [r303] tools/setup:
8508           Reordered program calls so autoheader was called before automake
8509           thus
8510           getting rid of errors for header files not being present when
8511           automake
8512           was called. Also puts it inline with documentation in
8513           INSTALL & INSTALLING
8515 2003-02-09 14:20  sghosh
8517         * [r302] contrib/check_adptraid.sh,
8518           contrib/check_compaq_insight.pl, contrib/check_file_age.pl:
8519           new plugins
8521 2003-02-09 14:18  sghosh
8523         * [r301] contrib/README.TXT, contrib/readme.txt:
8524           file rename
8526 2003-02-09 14:16  sghosh
8528         * [r300] contrib/check_remote_nagios_status.pl,
8529           contrib/check_wins.pl, contrib/sched_downtime.pl:
8530           more contribs
8532 2003-02-09 14:03  sghosh
8534         * [r299] contrib/tarballs/fetchlog-0.92.tar.gz,
8535           contrib/tarballs/fetchlog-0.94.tar.gz:
8536           new version
8538 2003-02-09 12:56  kdebisschop
8540         * [r298] CODING, README:
8541           spell check
8543 2003-02-09 12:36  kdebisschop
8545         * [r297] FAQ:
8546           spell check
8548 2003-02-09 12:17  sghosh
8550         * [r296] SUPPORT:
8551           ispell
8553 2003-02-08 06:00  kdebisschop
8555         * [r295] plugins/check_pgsql.c:
8556           use enum instead of define
8558 2003-02-08 05:58  kdebisschop
8560         * [r294] FAQ:
8561           add item on submitting new plugins
8563 2003-02-08 05:57  kdebisschop
8565         * [r293] SUPPORT:
8566           suggest minimum standards for support requests
8568 2003-02-08 05:32  kdebisschop
8570         * [r292] plugins/check_http.c:
8571           submit request with one send
8573 2003-02-05 05:59  kdebisschop
8575         * [r291] configure.in:
8576           fix for SSL build on RedHat rawhide
8578 2003-02-05 05:58  kdebisschop
8580         * [r290] plugins/check_dns.c:
8581           allow check to proceed using servers from resolv.conf
8583 2003-02-05 05:57  kdebisschop
8585         * [r289] plugins/check_http.c:
8586           fix segfault due to bad asprintf invocation
8588 2003-02-04 06:24  sghosh
8590         * [r288] plugins-scripts/Makefile.am:
8591           install user:grp perms [patch 679703 -Detlef Boehm]
8593 2003-02-04 06:16  sghosh
8595         * [r287] plugins-scripts/check_flexlm.pl:
8596           lmstat output update
8598 2003-02-04 05:54  sghosh
8600         * [r286] plugins-scripts/check_ntp.pl:
8601           corrected ntpdate offset to seconds
8603 2003-02-03 21:43  tonvoon
8605         * [r285] plugins/check_snmp.c:
8606           Avoid core dump with null or invalid data (679400 - Mathieu
8607           Masseboeuf)
8609 2003-02-03 21:33  tonvoon
8611         * [r284] plugins/Makefile.am:
8612           Patch for Mac OS X compile (652080 - Ton Voon)
8614 2003-02-03 20:43  sghosh
8616         * [r283] contrib/tarballs/check_cit.tgz:
8617           Citrix plugin
8619 2003-02-03 20:35  sghosh
8621         * [r282] command.cfg.in:
8622           more sample command configurations
8624 2003-02-03 20:29  sghosh
8626         * [r281] configure.in, plugins-scripts/check_ntp.pl,
8627           plugins-scripts/utils.pm.in:
8628           change ntpdc to ntpq (Jonathan Rozes,Thomas Schimpke, bug-656237
8629           )
8631 2003-02-03 15:47  sghosh
8633         * [r280] plugins-scripts/check_ntp.pl:
8634           patch for desync peer and ntpdate (James Fidell)
8636 2003-02-03 05:29  sghosh
8638         * [r279] plugins-scripts/check_ifstatus.pl:
8639           bugfix [bug 651021 mperry2]
8641 2003-02-03 05:07  sghosh
8643         * [r278] plugins/check_hpjd.c:
8644           added default community [bug-patch #600349 jbaumgartner]
8646 2003-01-31 18:40  tonvoon
8648         * [r277] plugins/check_procs.c:
8649           Fix for zombie processes on Solaris (Bug 677803 - Matthew Brown)
8651 2003-01-31 18:36  tonvoon
8653         * [r276] plugins/check_nt.c:
8654           Reapply all asprintf calls. Fix for %% problem with -l flag.
8656 2003-01-31 01:26  tonvoon
8658         * [r275] plugins/check_nt.c:
8659           Removed all unnecessary asprintf calls. Replaced with original
8660           check_nt.c
8661           to minimise amount of changes (reported by Reuben Farrelly)
8663 2003-01-30 23:18  tonvoon
8665         * [r274] plugins/check_nt.c:
8666           Added reference to the official NSClient web site
8668 2003-01-30 22:57  tonvoon
8670         * [r273] plugins/check_swap.c:
8671           Fixed long --allswap option
8673 2003-01-30 22:55  tonvoon
8675         * [r272] plugins/check_procs.c:
8676           Fixed progname
8678 2003-01-29 20:57  tonvoon
8680         * [r271] plugins/check_mrtgtraf.c:
8681           Fixed error and success codes (638656 - Paul Dlug)
8683 2003-01-29 20:47  tonvoon
8685         * [r270] plugins-scripts/check_oracle.sh:
8686           Added cache and tablespace check (621567 - John Marquart)
8688 2003-01-29 20:33  tonvoon
8690         * [r269] plugins/Makefile.am, plugins/check_nt.c:
8691           Added in check_nt for bug 646516
8693 2003-01-29 06:38  kdebisschop
8695         * [r268] plugins/check_mysql.c:
8696           remove incorrect check_disk() declaration
8698 2003-01-29 06:16  kdebisschop
8700         * [r267] plugins/check_ldap.c:
8701           fix segfault when argc>=2 and the -H or -b options are not
8702           supplied
8704 2003-01-29 06:15  kdebisschop
8706         * [r266] plugins/check_by_ssh.c:
8707           1.8
8709 2003-01-29 05:55  tonvoon
8711         * [r265] plugins/check_http.c:
8712           Better error if server requests client based certificate (609382
8713           - Olaf Greis)
8715 2003-01-29 05:27  tonvoon
8717         * [r264] contrib/check_dns_random.pl:
8718           Exit code added (604837 - Lachlan Cameron-Smith)
8720 2003-01-29 05:10  tonvoon
8722         * [r263] plugins-scripts/check_oracle.sh:
8723           Added dummy login test (650970 - Ton Voon)
8725 2003-01-29 04:28  tonvoon
8727         * [r262] plugins/check_vsz.c:
8728           Error when no params passed, better invalid params message
8729           (652086 - Ton Voon)
8731 2003-01-29 04:11  tonvoon
8733         * [r261] plugins/check_procs.c:
8734           Fixed NULL status in Solaris (644783 - Fabian Pehla)
8735           Fixed -p options (652082 - Ton Voon)
8737 2003-01-28 07:44  kdebisschop
8739         * [r260] contrib/checkciscotemp.pl:
8740           typo: had commented use Net::SNMP for testing
8742 2003-01-28 07:42  kdebisschop
8744         * [r259] plugins/check_real.c:
8745           make sure host_name is set and remove NULL string inits that can
8746           lead to segfaults
8748 2003-01-28 07:26  kdebisschop
8750         * [r258] plugins/check_mysql.c:
8751           missed argc check on port parameter
8753 2003-01-28 07:17  kdebisschop
8755         * [r257] contrib/checkciscotemp.pl:
8756           split and validate input more robustly
8758 2003-01-28 07:15  kdebisschop
8760         * [r256] plugins/check_http.c:
8761           remove NULL string inits that can lead to segfaults
8763 2003-01-28 00:32  tonvoon
8765         * [r255] configure.in:
8766           ps support for Darwin / MacOSX
8768 2003-01-27 11:53  kdebisschop
8770         * [r254] plugins/check_http.c:
8771           do not pass host if none is provided
8773 2003-01-27 06:04  kdebisschop
8775         * [r253] plugins/check_http.c:
8776           we were sending extra CRLF
8778 2003-01-19 06:34  kdebisschop
8780         * [r252] plugins-scripts/check_rpc.pl:
8781           indicate new default state in get_rpcinfo, also fix a bunch of
8782           indents for consistent format
8784 2003-01-17 05:56  sghosh
8786         * [r251] plugins-scripts/check_rpc.pl:
8787           bug fix for state and opt_c initialization
8789 2003-01-17 05:37  sghosh
8791         * [r250] plugins/check_snmp.c:
8792           Counter32 tag parsing added
8794 2003-01-16 06:42  kdebisschop
8796         * [r249] plugins/check_mysql.c, plugins/check_pgsql.c:
8797           semicolon needed where progname define was replaced
8799 2003-01-16 06:29  kdebisschop
8801         * [r248] plugins/check_http.c:
8802           add option to let regex span newlines
8804 2003-01-16 06:28  kdebisschop
8806         * [r247] plugins/check_game.c:
8807           progname and print_usage need to be defined
8809 2003-01-16 06:22  kdebisschop
8811         * [r246] plugins/check_radius.c:
8812           semicolon needed where praogname define was replced
8814 2003-01-16 06:10  kdebisschop
8816         * [r245] plugins/check_hpjd.c:
8817           semicolon needed where praogname define was replced
8819 2003-01-16 05:22  kdebisschop
8821         * [r244] configure.in:
8822           find kerberos libs in latest Red Hat beta
8824 2003-01-16 05:21  kdebisschop
8826         * [r243] plugins/utils.c:
8827           restore max() macro
8829 2003-01-16 05:20  kdebisschop
8831         * [r242] plugins/check_tcp.c:
8832           cleanup progname assignment
8834 2003-01-16 05:19  kdebisschop
8836         * [r241] plugins-scripts/check_disk_smb.pl:
8837           accept $ for share and \\ for users
8839 2003-01-16 05:17  kdebisschop
8841         * [r240] plugins/check_by_ssh.c:
8842           avoid segfault when host is not given
8844 2003-01-13 12:21  kdebisschop
8846         * [r239] contrib/check_dhcp.c, contrib/check_fping_in.c,
8847           contrib/check_rbl.c:
8848           convert PROGANE from a define to a const char
8850 2003-01-13 12:15  kdebisschop
8852         * [r238] plugins/check_by_ssh.c, plugins/check_dig.c,
8853           plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c,
8854           plugins/check_fping.c, plugins/check_hpjd.c,
8855           plugins/check_http.c, plugins/check_ldap.c, plugins/check_load.c,
8856           plugins/check_mrtg.c, plugins/check_mrtgtraf.c,
8857           plugins/check_mysql.c, plugins/check_nagios.c,
8858           plugins/check_nwstat.c, plugins/check_overcr.c,
8859           plugins/check_pgsql.c, plugins/check_ping.c,
8860           plugins/check_procs.c, plugins/check_radius.c,
8861           plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c,
8862           plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c,
8863           plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c,
8864           plugins/check_users.c, plugins/check_vsz.c, plugins/negate.c,
8865           plugins/urlize.c, plugins/utils.c, plugins/utils.h.in:
8866           convert PROGANE from a define to a const char
8868 2003-01-13 12:13  kdebisschop
8870         * [r237] plugins/popen.c:
8871           change exit status to be POSIX compliant
8873 2003-01-13 12:09  kdebisschop
8875         * [r236] plugins/check_nagios.c:
8876           check for a few null strings, change PROGNAME from #define to
8877           const *char
8879 2003-01-13 04:50  kdebisschop
8881         * [r235] plugins/check_disk.c:
8882           add options for excluding devices and for skipping OK devices in
8883           summary
8885 2003-01-03 03:24  kdebisschop
8887         * [r234] plugins/utils.c:
8888           protect against some null strings, make formats more uniform
8890 2002-12-19 19:30  kdebisschop
8892         * [r233] plugins/check_tcp.c:
8893           expect is +OK for SPOP too
8895 2002-12-19 19:29  kdebisschop
8897         * [r232] plugins/check_tcp.c:
8898           server expect not getting set, expect is +OK for POP
8900 2002-12-19 19:20  kdebisschop
8902         * [r231] plugins/check_http.c:
8903           remove spurious CRLF
8905 2002-11-29 12:02  stanleyhopcroft
8907         * [r230] contrib/check_citrix:
8908           New plugin to check the ICA browse service (used by Citrix
8909           Metaframe servers) from
8910           Ed Rolison and Tom De Blende.
8912 2002-11-25 12:00  kdebisschop
8914         * [r228] plugins/check_tcp.c:
8915           was segfaulting if no dtat was returned
8917 2002-11-24 13:43  kdebisschop
8919         * [r227] tools/snapshot:
8920           some fixes needed to move off old devel box
8922 2002-11-24 13:09  kdebisschop
8924         * [r226] tools/snapshot:
8925           make routine snapshots of nagios and plugin CVS to expand testing
8927 2002-11-22 10:52  kdebisschop
8929         * [r225] plugins/check_ups.c:
8930           add replace battery condition, replace unchecked strcat calls
8931           with asprintf (I do not think buffer overflow was possible here,
8932           but lets be consistent)
8934 2002-11-22 02:46  kdebisschop
8936         * [r224] configure.in:
8937           get long args output to work on check_procs by putting
8938           incantations with -w ahead of others
8940 2002-11-22 02:33  kdebisschop
8942         * [r223] configure.in:
8943           get long args output to work on linux check_procs, actually works
8944           this time (needs OpenBSD testing)
8946 2002-11-22 01:33  kdebisschop
8948         * [r222] plugins/check_procs.c:
8949           add a few comments, trap a few place where a NULL string might
8950           have been handled
8952 2002-11-22 01:31  kdebisschop
8954         * [r221] configure.in:
8955           get long args output to work on linux check_procs (needs OpenBSD
8956           testing)
8958 2002-11-21 12:40  kdebisschop
8960         * [r220] plugins/check_dig.c:
8961           fix empty output on errors
8963 2002-11-20 11:56  kdebisschop
8965         * [r219] plugins/check_swap.c:
8966           add switch to evaluate each swap individually
8968 2002-11-20 11:28  kdebisschop
8970         * [r218] plugins/check_dig.c:
8971           fix solaris SEGV, still need to print meaningful error text
8973 2002-11-20 01:19  kdebisschop
8975         * [r217] plugins/check_by_ssh.c:
8976           in short options, t no no argument
8978 2002-11-20 01:09  kdebisschop
8980         * [r216] plugins/check_dig.c:
8981           replace some strcpy with strscpy
8983 2002-11-19 19:13  kdebisschop
8985         * [r215] plugins/Makefile.am:
8986           another try at portable symlinking
8988 2002-11-19 19:07  kdebisschop
8990         * [r214] plugins/Makefile.am:
8991           another try at portable symlinking
8993 2002-11-19 19:06  kdebisschop
8995         * [r213] plugins/check_time.c:
8996           explicitly cast recv() arg2 for SunOS5.6
8998 2002-11-19 07:13  kdebisschop
9000         * [r212] plugins/Makefile.am:
9001           rewrite of install-exec-hook for solaris
9003 2002-11-18 21:58  sghosh
9005         * [r211] contrib/check_javaproc.pl, contrib/nagios_sendim.pl:
9006           javaproc, sendim
9008 2002-11-18 14:46  sghosh
9010         * [r210] contrib-reporting, contrib-reporting/process_perfdata.pl:
9011           New directory to for perfdata and reporting scripts
9013 2002-11-18 11:24  kdebisschop
9015         * [r209] plugins/check_swap.c:
9016           test total swap instead of individual disks
9018 2002-11-18 07:23  kdebisschop
9020         * [r208] plugins/check_disk.c:
9021           failed to handle multple disks
9023 2002-11-18 07:22  kdebisschop
9025         * [r207] plugins/utils.c:
9026           more readable max_state() code
9028 2002-11-16 12:57  kdebisschop
9030         * [r206] plugins/Makefile.am:
9031           fix too many sources problem for programs tha are symlinks to
9032           check_tcp
9034 2002-11-16 04:59  kdebisschop
9036         * [r205] plugins/check_snmp.c:
9037           my take on Subhendu's patches, plus a few comments for clarity
9039 2002-11-15 17:47  sghosh
9041         * [r204] plugins/check_snmp.c:
9042           memory bounds in options, no output comparison case
9044 2002-11-15 04:51  kdebisschop
9046         * [r203] nagios-plugins.spec.in:
9047           make spec work again, now that release is in source name again
9049 2002-11-15 00:51  kdebisschop
9051         * [r202] configure.in:
9052           release numbering fix
9054 2002-11-15 00:50  kdebisschop
9056         * [r201] plugins/check_snmp.c:
9057           fix label handling, replace accidentally deleted elseif l.310
9059 2002-11-14 18:25  kdebisschop
9061         * [r200] Makefile.am, acconfig.h, configure.in,
9062           nagios-plugins.spec.in, plugins/utils.c:
9063           fix bug with gettimeofday test, improve version/release handling,
9064           update rpm spec
9066 2002-11-14 18:23  kdebisschop
9068         * [r199] plugins/Makefile.am:
9069           fix typo in snprintf build
9071 2002-11-14 05:36  kdebisschop
9073         * [r198] plugins/Makefile.am:
9074           can't drop these sources -- neded for dist
9076 2002-11-14 05:27  kdebisschop
9078         * [r197] plugins/Makefile.am:
9079           fix build rule for snprintf
9081 2002-11-14 05:25  kdebisschop
9083         * [r196] plugins/check_http.c:
9084           pagesize count off by one
9086 2002-11-14 04:45  kdebisschop
9088         * [r195] plugins/check_http.c:
9089           clean up NULL from status on Solaris
9091 2002-11-14 04:00  kdebisschop
9093         * [r194] configure.in:
9094           typo in AC_DEFINE of PS_FORMAT for solaris
9096 2002-11-14 03:37  kdebisschop
9098         * [r193] plugins/Makefile.am:
9099           remove check_nt again
9101 2002-11-14 03:09  kdebisschop
9103         * [r192] plugins/Makefile.am:
9104           back out last change -- it was only work in progress
9106 2002-11-14 02:26  kdebisschop
9108         * [r191] plugins/Makefile.am, plugins/check_dns.c,
9109           plugins/check_ldap.c, plugins/check_mrtg.c,
9110           plugins/check_mrtgtraf.c, plugins/check_nwstat.c,
9111           plugins/check_radius.c, plugins/utils.c, plugins/version.h.in:
9112           remove call_getopt and ssprintf
9114 2002-11-13 11:50  kdebisschop
9116         * [r190] plugins/check_disk.c, plugins/check_dns.c,
9117           plugins/check_fping.c, plugins/check_hpjd.c,
9118           plugins/check_mrtg.c, plugins/check_nwstat.c,
9119           plugins/check_ping.c, plugins/check_vsz.c, plugins/urlize.c,
9120           plugins/utils.c:
9121           remove call_getopt and asprintf
9123 2002-11-12 11:28  kdebisschop
9125         * [r189] plugins/check_dig.c:
9126           cleanup asprintf, old function decls
9128 2002-11-12 11:26  kdebisschop
9130         * [r188] plugins/check_mysql.c, plugins/check_real.c,
9131           plugins/check_ups.c:
9132           remove call_getopt
9134 2002-11-11 22:15  sghosh
9136         * [r187] plugins/check_snmp.c:
9137           should use asprintf
9139 2002-11-11 20:19  sghosh
9141         * [r186] plugins/check_snmp.c:
9142           more snmpv3 patches
9144 2002-11-11 19:29  sghosh
9146         * [r185] plugins/check_snmp.c:
9147           long opt for miblist, snmpv3 support (rosenauer)
9149 2002-11-11 16:04  sghosh
9151         * [r184] plugins/check_snmp.c:
9152           option to specify a miblist - llow
9154 2002-11-11 15:43  sghosh
9156         * [r183] plugins/check_snmp.c:
9157           misc doc fix, missing verbose option
9159 2002-11-09 11:37  kdebisschop
9161         * [r182] plugins/check_ups.c, plugins/check_users.c:
9162           remove call_getopt
9164 2002-11-09 04:22  kdebisschop
9166         * [r181] plugins/check_by_ssh.c, plugins/check_dig.c,
9167           plugins/check_ping.c, plugins/check_time.c:
9168           remove call_getopt
9170 2002-11-09 04:21  kdebisschop
9172         * [r180] plugins/check_snmp.c:
9173           cleaner handling of DEFAULT_PORT
9175 2002-11-09 03:43  kdebisschop
9177         * [r179] configure.in:
9178           add HPUX swap, try to cleanup getopt processing
9180 2002-11-09 03:39  kdebisschop
9182         * [r178] plugins/check_pgsql.c, plugins/check_ping.c,
9183           plugins/check_snmp.c, plugins/negate.c, plugins/utils.h.in:
9184           define and use usage3 where second part of message is a an
9185           int/char
9187 2002-11-09 03:16  kdebisschop
9189         * [r177] plugins/snprintf.c:
9190           HAVE_C99_SNPRINTF is not tested, so remove from ifdef
9192 2002-11-08 08:07  kdebisschop
9194         * [r176] plugins/check_snmp.c:
9195           user reports NULL still getting into asprintf
9197 2002-11-08 08:06  kdebisschop
9199         * [r175] plugins/check_vsz.c:
9200           remove call_getopt
9202 2002-11-08 07:20  kdebisschop
9204         * [r174] acconfig.h, configure.in, plugins/common.h.in,
9205           plugins/utils.c, plugins/utils.h.in:
9206           patches required to build on solaris with asprintf and
9207           gettimeofday
9209 2002-11-08 07:18  kdebisschop
9211         * [r173] plugins/check_http.c, plugins/check_load.c,
9212           plugins/check_ping.c, plugins/check_procs.c,
9213           plugins/check_smtp.c, plugins/check_tcp.c:
9214           remove unused variables
9216 2002-11-08 07:17  kdebisschop
9218         * [r172] tools/oneliners:
9219           some useful onliners
9221 2002-11-07 14:30  kdebisschop
9223         * [r171] plugins/check_snmp.c:
9224           bugfixes to command format and (null) text created by asprintf
9225           switch
9227 2002-11-07 07:07  kdebisschop
9229         * [r170] plugins/check_by_ssh.c:
9230           remove call_getopt, add [] arougn time
9232 2002-11-07 07:06  kdebisschop
9234         * [r169] configure.in:
9235           test snprintf function family for ifdefs in snprintf.c
9237 2002-10-30 18:47  kdebisschop
9239         * [r168] plugins/check_tcp.c:
9240           replace fixed-lentgh buffer with asprintf
9242 2002-10-30 18:46  kdebisschop
9244         * [r167] plugins/check_udp.c:
9245           forgot to remove call_getopt
9247 2002-10-30 18:45  kdebisschop
9249         * [r166] plugins/check_ssh.c, plugins/check_swap.c:
9250           forgot to remove call_getopt declaration
9252 2002-10-30 18:29  kdebisschop
9254         * [r165] plugins/check_smtp.c:
9255           remove call_getopt, fix several buffer overruns possible due to
9256           use of fixed size buffers
9258 2002-10-30 18:22  kdebisschop
9260         * [r164] tools/setup:
9261           debian builds not actively maintained, so suppress error in setup
9262           script
9264 2002-10-30 05:07  sghosh
9266         * [r163] acconfig.h, configure.in, plugins-scripts/Makefile.am,
9267           plugins-scripts/check_mailq.pl, plugins-scripts/utils.pm.in:
9268           monitor mailq
9270 2002-10-28 13:05  kdebisschop
9272         * [r162] plugins-scripts/check_breeze.pl,
9273           plugins-scripts/check_disk_smb.pl,
9274           plugins-scripts/check_flexlm.pl, plugins-scripts/check_log.sh,
9275           plugins-scripts/check_ntp.pl, plugins-scripts/check_rpc.pl,
9276           plugins-scripts/check_sensors.sh, plugins-scripts/check_wave.pl:
9277           remove pspace in shebang since no sequent users replied
9279 2002-10-26 13:30  kdebisschop
9281         * [r161] nagios-plugins.spec.in:
9282           release should not be in tarball name
9284 2002-10-25 13:58  kdebisschop
9286         * [r160] nagios-plugins.spec.in:
9287           tweak source macro
9289 2002-10-25 12:35  kdebisschop
9291         * [r159] plugins/Makefile.am:
9292           remove check_nt
9294 2002-10-25 02:31  kdebisschop
9296         * [r158] Makefile.am, plugins/Makefile.am:
9297           include getloadavg sources, add some Solaris pkg build support
9299 2002-10-22 09:13  kdebisschop
9301         * [r157] plugins/check_ssh.c:
9302           remove call_getopt, replace ssprintf with asprintf,better server
9303           version reporting
9305 2002-10-22 08:54  kdebisschop
9307         * [r156] plugins/check_tcp.c:
9308           add check_spop
9310 2002-10-22 08:19  kdebisschop
9312         * [r155] plugins/check_procs.c:
9313           remove call_getopt, replace ssprintf with asprintf
9315 2002-10-22 02:57  sghosh
9317         * [r154] contrib/check_procr.sh:
9318           From: Jerome Tytgat - checks to see if named process is running
9320 2002-10-22 01:31  sghosh
9322         * [r153] README, plugins/check_nt.c:
9323           check_nt is downloadable from nsclient.ready2run.nl
9325 2002-10-21 05:04  kdebisschop
9327         * [r152] plugins/check_swap.c:
9328           use asprintf instead of ssprintf
9330 2002-10-21 04:36  kdebisschop
9332         * [r151] plugins/Makefile.am:
9333           need to define SOURCES for check_tcp to also build as
9334           check_ftp,check_imap,check_nntp,check_pop
9336 2002-10-21 04:05  kdebisschop
9338         * [r150] plugins/utils.c:
9339           use asprintf to do strscpy
9341 2002-10-21 04:04  kdebisschop
9343         * [r149] plugins/Makefile.am:
9344           roll check_ftp, check_imap, check_pop, and check_nntp into
9345           check_tcp
9347 2002-10-21 04:03  kdebisschop
9349         * [r148] plugins/check_ftp.c, plugins/check_imap.c,
9350           plugins/check_nntp.c, plugins/check_pop.c:
9351           these are all combined into check_tcp now
9353 2002-10-21 03:55  kdebisschop
9355         * [r147] plugins/check_load.c:
9356           remove broken call_getopt
9358 2002-10-21 03:43  kdebisschop
9360         * [r146] plugins/check_snmp.c:
9361           cleanup process_arguments, print_help, and print_usage
9363 2002-10-21 03:40  kdebisschop
9365         * [r145] plugins/check_pgsql.c:
9366           now we provide long opts if they do not exist
9368 2002-10-20 20:22  kdebisschop
9370         * [r144] plugins/check_snmp.c:
9371           fixed scanning for multiple OIDs, which was not working
9373 2002-10-20 18:49  kdebisschop
9375         * [r143] plugins/check_snmp.c:
9376           change ssprintf to asprintf
9377           back out change at line 225 in r1.4
9378           (values were mismatched to format string, so output was nonsense)
9379           (I left a comment showing a construct that should work, but it
9380           fails for PHBs:
9381           if my disk gets nearly full, they want 'CRITICAL - 99%' not
9382           'CRITICAL - Gauge32: 99')
9383           (If someine has a rationale for the change, maybe it could be
9384           done as an option? - it seems
9385           fairly clear that the Web display should be sensible to PHBs so
9386           long as there's no real loss)
9388 2002-10-18 06:41  kdebisschop
9390         * [r142] plugins/check_swap.c:
9391           remove old call_getopt
9393 2002-10-18 05:55  kdebisschop
9395         * [r141] plugins/check_load.c:
9396           remove old call_getopt code, fix bug taking single float, allow
9397           colon as separators in additin to commas
9399 2002-10-18 04:41  kdebisschop
9401         * [r140] plugins/utils.c:
9402           handle null src in strscat
9404 2002-10-18 03:48  kdebisschop
9406         * [r139] plugins/check_tcp.c:
9407           millisecond timing
9409 2002-10-18 03:46  kdebisschop
9411         * [r138] plugins/utils.h.in:
9412           refine STD_LONG_OPTS
9414 2002-10-18 03:46  kdebisschop
9416         * [r137] plugins/check_http.c:
9417           provide on more decimal point printing time
9419 2002-10-18 03:45  kdebisschop
9421         * [r136] plugins/check_ping.c:
9422           remove broken call_getopt stuff
9424 2002-10-17 06:09  kdebisschop
9426         * [r135] plugins/check_tcp.c:
9427           using asprintf
9429 2002-10-17 06:06  kdebisschop
9431         * [r134] INSTALL, INSTALLING, tools/setup:
9432           revise now that aclocal is remved from CVS
9434 2002-10-16 22:26  kdebisschop
9436         * [r133] configure.in:
9437           need some quoting on ifdef
9439 2002-10-16 22:17  kdebisschop
9441         * [r132] acinclude.m4, configure.in:
9442           finally a working fix for AM/AC_FUNC_STRTOD nightmare
9444 2002-10-16 22:03  kdebisschop
9446         * [r131] configure.in:
9447           mismatched quote
9449 2002-10-16 22:01  kdebisschop
9451         * [r130] configure.in:
9452           mismatched quote
9454 2002-10-16 21:54  kdebisschop
9456         * [r129] configure.in:
9457           missing commas
9459 2002-10-16 21:46  kdebisschop
9461         * [r128] configure.in:
9462           complains on paren in comment
9464 2002-10-16 21:43  kdebisschop
9466         * [r127] acinclude.m4:
9467           lost a paren
9469 2002-10-16 21:41  kdebisschop
9471         * [r126] acinclude.m4:
9472           old auto???? has AM_FUNC_STRTOD, now renamed AC_FUNC_STRTOD
9474 2002-10-16 21:32  kdebisschop
9476         * [r125] plugins/check_http.c, plugins/utils.c, plugins/utils.h.in:
9477           millisecond timimg where supported
9479 2002-10-16 21:31  kdebisschop
9481         * [r124] configure.in, missing:
9482           build cleanly on RedHat 8.0
9484 2002-10-16 10:46  kdebisschop
9486         * [r123] ., .cvsignore:
9487           ignore aclocal.m4
9489 2002-10-16 10:34  kdebisschop
9491         * [r122] configure.in:
9492           AM_STRTOD was a typo
9494 2002-10-16 10:31  kdebisschop
9496         * [r121] aclocal.m4:
9497           automake invokes acloacl on each run - it cannot be right to
9498           include this
9500 2002-10-16 10:18  kdebisschop
9502         * [r120] acconfig.h:
9503           better checks for vsnprintf stuff
9505 2002-10-16 10:16  kdebisschop
9507         * [r119] configure.in, plugins/check_http.c:
9508           use asprintf
9510 2002-10-16 10:14  kdebisschop
9512         * [r118] plugins/utils.c:
9513           use asprintf to construct strscat
9515 2002-10-16 04:57  kdebisschop
9517         * [r117] plugins/popen.h.in:
9518           timeout interval is extern
9520 2002-10-16 04:56  kdebisschop
9522         * [r116] plugins/utils.c, plugins/utils.h.in:
9523           start support for gettimeofday and tv_usec
9525 2002-10-16 04:54  kdebisschop
9527         * [r115] aclocal.m4:
9528           generated with automake 1.6 / autoconf 2.53 (maybe should not be
9529           in CVS, however)
9531 2002-10-16 04:52  kdebisschop
9533         * [r114] plugins/snprintf.c:
9534           newer snprintf from samba.org
9536 2002-10-16 04:44  kdebisschop
9538         * [r113] ., .cvsignore, depcomp:
9539           needed for automake 1.6 / autoconf 2.53
9541 2002-10-16 04:43  kdebisschop
9543         * [r112] Makefile.am:
9544           cosmetic line wrap before 80 chars
9546 2002-10-16 04:41  kdebisschop
9548         * [r111] configure.in:
9549           work with newer automake, begin swithc to asprintf
9551 2002-10-15 06:23  sghosh
9553         * [r110] plugins-scripts/check_ifoperstatus.pl:
9554           new exit states, more conditional checking
9556 2002-10-07 19:05  sghosh
9558         * [r109] plugins/check_dns.c:
9559           patch for expected IP address
9561 2002-10-07 01:34  kdebisschop
9563         * [r108] plugins/popen.c:
9564           make sure we do not run past the end of an unterminated string
9566 2002-10-07 01:19  kdebisschop
9568         * [r107] plugins/negate.c:
9569           use asprintf, inhibit splint warning
9571 2002-10-05 11:08  kdebisschop
9573         * [r106] getloadavg.m4, plugins/getloadavg.c:
9574           lets use library instead od inconsistent command line interfaces
9576 2002-09-26 02:17  kdebisschop
9578         * [r105] plugins/urlize.c:
9579           use ssprintf instead of sprintf
9581 2002-09-25 08:01  kdebisschop
9583         * [r104] plugins/check_http.c:
9584           incorporate comment on my_recv from Russell Scibetti
9586 2002-09-25 07:58  kdebisschop
9588         * [r103] plugins/check_http.c:
9589           incorporate comments from Russell Scibetti
9591 2002-09-24 05:16  kdebisschop
9593         * [r102] plugins/check_http.c:
9594           replace remaining occurences of sprintf with snprintf
9596 2002-09-16 00:47  kdebisschop
9598         * [r101] INSTALL:
9599           needed for latest autoconf
9601 2002-09-16 00:47  kdebisschop
9603         * [r100] Makefile.am, aclocal.m4, configure.in,
9604           nagios-plugins.spec.in:
9605           finish ckleanup of rpm spec porcessing
9607 2002-09-14 21:11  kdebisschop
9609         * [r99] nagios-plugins.spec, nagios-plugins.spec.in:
9610           complete spec based on confugure.in
9612 2002-09-14 21:06  kdebisschop
9614         * [r98] make-tarball, rpm:
9615           automake makes the dist tarball, rpmbuild -ta makes the rpm
9617 2002-09-14 02:27  kdebisschop
9619         * [r97] plugins/check_http.c, plugins/check_tcp.c:
9620           time data in performance string
9622 2002-09-14 02:13  kdebisschop
9624         * [r96] plugins-scripts/check_log.sh:
9625           patch from Matthew Peters <mattp@esec.com.au>, plus turned up a
9626           few bugs on my own
9628 2002-09-12 02:43  kdebisschop
9630         * [r95] plugins/Makefile.am:
9631           negate wrapper
9633 2002-09-08 12:05  kdebisschop
9635         * [r94] plugins/negate.c:
9636           wrapper to invert return status
9638 2002-09-08 12:05  kdebisschop
9640         * [r93] plugins/utils.c:
9641           clears up warnings in splint
9643 2002-09-06 02:25  kdebisschop
9645         * [r92] plugins-scripts/check_rpc.pl:
9646           case on key to ERRORS hash
9648 2002-09-04 06:00  sghosh
9650         * [r91] configure.in:
9651           more Mysql patches
9653 2002-09-04 02:12  sghosh
9655         * [r90] plugins-scripts/check_ntp.pl:
9656           dispersion check now controlled by warn and crit
9658 2002-09-04 02:11  sghosh
9660         * [r89] configure.in:
9661           Mysql dir fix
9663 2002-09-04 02:10  sghosh
9665         * [r88] contrib/check_ifoperstatus.pl, contrib/check_ifstatus.pl:
9666           moved to supported plugins-scripts
9668 2002-09-02 18:47  sghosh
9670         * [r87] plugins/check_smtp.c:
9671           new -f option for adding a FROM address for RFC correctness
9673 2002-09-01 16:22  sghosh
9675         * [r86] INSTALL, INSTALLING:
9676           file rename for MacOS X
9678 2002-09-01 16:18  sghosh
9680         * [r85] plugins/check_smtp.c:
9681           Valid MAIL command
9683 2002-08-22 22:08  sghosh
9685         * [r84] contrib/check_snmp_process_monitor.pl:
9686           updates
9688 2002-08-22 14:43  sghosh
9690         * [r83] command.cfg.in:
9691           smsclient config
9693 2002-08-22 14:42  sghosh
9695         * [r82] contrib/check_snmp_disk_monitor.pl,
9696           contrib/check_snmp_process_monitor.pl:
9697           new plugins contrib
9699 2002-08-18 18:03  kdebisschop
9701         * [r81] plugins/check_by_ssh.c:
9702           typo in options passed to ssh for ipv6.
9703           fix by setting a generic hook for 1-char pasthhru options
9705 2002-08-14 19:17  sghosh
9707         * [r80] plugins-scripts/check_disk_smb.pl:
9708           patch for admin shares
9710 2002-08-14 19:07  sghosh
9712         * [r79] command.cfg.in:
9713           qpage definitions
9715 2002-08-14 19:06  sghosh
9717         * [r78] plugins-scripts/check_ifstatus.pl:
9718           skip PPP interfaces
9720 2002-08-14 19:04  sghosh
9722         * [r77] plugins/check_smtp.c:
9723           added HELO command
9725 2002-08-14 19:04  sghosh
9727         * [r76] plugins/check_by_ssh.c:
9728           ipv4/ipv6 switch added
9730 2002-08-14 19:03  sghosh
9732         * [r75] plugins/check_hpjd.c:
9733           net-snmp v5x fix
9735 2002-08-14 19:02  sghosh
9737         * [r74] contrib/check_apc_ups.pl:
9738           fix for ePN
9740 2002-08-14 19:01  sghosh
9742         * [r73] contrib/check_linux_raid.pl, contrib/check_nagios_db.pl:
9743           new plugins
9745 2002-08-14 19:00  sghosh
9747         * [r72] contrib/check_inodes-freebsd.pl:
9748           check inodes - freebsd - candidate for merge with check_inodes
9750 2002-08-14 15:29  sghosh
9752         * [r71] contrib/check_smb.sh:
9753           new smb check - users
9755 2002-08-13 03:18  egalstad
9757         * [r70] plugins/check_game.c:
9758           Mod to display current/max number of players in a game (Frank
9759           Kannemann)
9761 2002-08-12 23:09  egalstad
9763         * [r69] contrib/check_disk_snmp.pl:
9764           Updated to use getopt (Christoph Maser)
9766 2002-08-01 05:06  sghosh
9768         * [r68] plugins/check_snmp.c:
9769           re-patched exit state comparison
9771 2002-08-01 04:54  sghosh
9773         * [r67] plugins/check_snmp.c:
9774           port option added, -c support net-snmpv5, complete response
9775           string output
9777 2002-08-01 04:46  egalstad
9779         * [r66] contrib/check_digitemp.pl:
9780           Add Brian Lane's Digitemp (1-wire temp sensor) plugin
9782 2002-07-16 04:13  egalstad
9784         * [r65] contrib/check_disk_snmp.pl:
9785           Christoph Maser's plugin to check disk usage via SNMP3
9787 2002-07-16 00:04  stanleyhopcroft
9789         * [r64] contrib/check_ms_spooler.pl:
9790           Primitive and in need of refinement test of MS spooler (with
9791           smbclient)
9793 2002-07-04 22:02  sghosh
9795         * [r63] contrib/check_procl.sh:
9796           Jerome Tytgat - accumulated/percentage CPU/MEM per process - bash
9797           plugin
9799 2002-07-04 04:05  sghosh
9801         * [r62] INSTALL:
9802           doc update
9804 2002-06-28 21:08  sghosh
9806         * [r61] INSTALL:
9807           note about autoconf/automake version
9809 2002-06-25 21:32  sghosh
9811         * [r60] contrib/check_rbl.c:
9812           Check if IP address is specified on RBL - Tim Bell
9814 2002-06-25 13:55  sghosh
9816         * [r59] contrib/check_lmmon.pl:
9817           check motherboard/cpu temp via lmmon
9819 2002-06-24 21:29  sghosh
9821         * [r58] plugins/check_http.c:
9822           ignore return status codes if user specified status line check
9824 2002-06-24 20:41  sghosh
9826         * [r57] plugins/check_snmp.c:
9827           printf bug for large numbers - Jeff Murray
9829 2002-06-20 04:27  sghosh
9831         * [r56] plugins-scripts/check_disk_smb.pl:
9832           logic fix for disk space thresholds
9834 2002-06-19 05:11  sghosh
9836         * [r55] plugins/check_dig.c, plugins/check_dns.c,
9837           plugins/check_fping.c, plugins/check_hpjd.c,
9838           plugins/check_nagios.c, plugins/check_ping.c,
9839           plugins/check_snmp.c, plugins/check_vsz.c, plugins/urlize.c,
9840           plugins/utils.c, plugins/utils.h.in:
9841           more POSIX return value comparison related code fixes
9843 2002-06-19 03:09  sghosh
9845         * [r54] plugins/check_disk.c, plugins/check_ping.c,
9846           plugins/check_procs.c:
9847           fixes for using POSIX return codes
9849 2002-06-18 01:06  sghosh
9851         * [r53] plugins/common.h.in:
9852           updated to POSIX return codes
9854 2002-06-18 01:05  sghosh
9856         * [r52] contrib/check_cluster.c:
9857           Ethan's check_cluster
9859 2002-06-13 20:49  sghosh
9861         * [r51] plugins/check_smtp.c:
9862           conformance to RFC 821 <CRLF>
9864 2002-06-13 03:03  sghosh
9866         * [r50] configure.in:
9867           use xntpdc on Solaris for check_ntp
9869 2002-06-10 03:24  sghosh
9871         * [r49] plugins/check_smtp.c:
9872           patch to stop NOQUEUE syslog messages - Karl Ewald
9874 2002-06-08 00:33  sghosh
9876         * [r48] plugins-scripts/check_ntp.pl:
9877           xntpdc/ntpdc patch - John Koyle
9879 2002-06-06 04:16  sghosh
9881         * [r47] plugins-scripts/subst.in, plugins-scripts/utils.sh.in:
9882           corrected result codes - for sh; corrected substition for libexec
9883           - Tom Bertelson
9885 2002-06-06 04:15  sghosh
9887         * [r46] plugins/check_disk.c:
9888           added option for mount point - Tom Bertelson
9890 2002-06-06 04:15  sghosh
9892         * [r45] plugins-scripts/check_oracle.sh:
9893           Add test for Oracle name server, can dynamicall determine
9894           ORACLE_HOME - tom Bertelson
9896 2002-06-06 04:14  sghosh
9898         * [r44] plugins-scripts/check_flexlm.pl:
9899           conditional on lmstat
9901 2002-06-06 04:13  sghosh
9903         * [r43] plugins-scripts/check_ntp.pl:
9904           conditional on ntpdc
9906 2002-05-29 00:57  sghosh
9908         * [r42] command.cfg.in:
9909           notes added
9911 2002-05-28 03:14  sghosh
9913         * [r41] command.cfg.in:
9914           option updates, more examples
9916 2002-05-28 02:41  sghosh
9918         * [r40] command.cfg.in:
9919           option updates, more examples
9921 2002-05-27 02:10  sghosh
9923         * [r39] plugins-scripts/check_ntp.pl:
9924           checked in too quickly
9926 2002-05-27 02:05  sghosh
9928         * [r38] doc, doc/README, doc/developer-guidelines.html,
9929           doc/developer-guidelines.sgml:
9930           added developer guidelines.
9932 2002-05-27 02:03  sghosh
9934         * [r37] configure.in:
9935           typo, AIX 4.3 ps, smbclient, Net::SNMP fixes
9937 2002-05-27 02:01  sghosh
9939         * [r36] acconfig.h, plugins-scripts/utils.pm.in:
9940           new var - smbclient
9942 2002-05-27 01:56  sghosh
9944         * [r35] plugins-scripts/check_ntp.pl:
9945           logic reorg, ePN fix and support for utils.pm
9947 2002-05-27 01:55  sghosh
9949         * [r34] plugins-scripts/check_disk_smb.pl:
9950           ePN fix and support for utils.pm
9952 2002-05-23 16:39  sghosh
9954         * [r33] contrib/check_log2.pl, contrib/check_vcs.pl:
9955           New plugins from Aaron Bostick - Veritas Cluster, logfile
9957 2002-05-10 03:51  sghosh
9959         * [r32] plugins-scripts/check_rpc.pl:
9960           updates for ePN, patch for multiple version check
9962 2002-05-10 03:49  sghosh
9964         * [r31] configure.in, plugins-scripts/utils.pm.in:
9965           added programs to autoconf
9967 2002-05-10 03:49  sghosh
9969         * [r30] acconfig.h:
9970           This commit was generated by cvs2svn to compensate for changes in
9971           r29,
9972           which included commits to RCS files with non-trunk default
9973           branches.
9975 2002-05-09 19:03  sghosh
9977         * [r28] plugins-scripts/Makefile.am,
9978           plugins-scripts/check_ifoperstatus.pl:
9979           migrated check_ifoperstatus to standard plugin
9981 2002-05-08 15:35  sghosh
9983         * [r27] plugins/check_ping.c:
9984           patch for Suse 8.0 loss output
9986 2002-05-08 05:10  sghosh
9988         * [r26] plugins-scripts/utils.pm.in:
9989           is_hostname added, update CODES to POSIX
9991 2002-05-08 05:07  sghosh
9993         * [r25] plugins/check_hpjd.c, plugins/check_ups.c:
9994           updated notes
9996 2002-05-08 05:04  sghosh
9998         * [r24] configure.in:
9999           updated messages and check for host command
10001 2002-05-08 04:58  sghosh
10003         * [r23] plugins-scripts/Makefile.am,
10004           plugins-scripts/check_ifstatus.pl:
10005           moved updated check_ifstatus to standard plugin
10007 2002-05-07 05:35  sghosh
10009         * [r22] plugins-scripts/check_breeze.pl,
10010           plugins-scripts/check_flexlm.pl, plugins-scripts/check_ircd.pl,
10011           plugins-scripts/check_netdns.pl, plugins-scripts/check_ntp.pl,
10012           plugins-scripts/check_wave.pl:
10013           2nd fix for ePN
10015 2002-05-02 16:43  sghosh
10017         * [r21] plugins-scripts/check_breeze.pl,
10018           plugins-scripts/check_disk_smb.pl,
10019           plugins-scripts/check_flexlm.pl, plugins-scripts/check_ircd.pl,
10020           plugins-scripts/check_netdns.pl, plugins-scripts/check_ntp.pl,
10021           plugins-scripts/check_rpc.pl, plugins-scripts/check_wave.pl:
10022           fix for embedded perl
10024 2002-05-02 16:22  sghosh
10026         * [r20] tools/README, tools/mini_epn.c, tools/p1.pl:
10027           updated mini_epn and p1.pl added to plugins distribution
10029 2002-05-01 21:12  sghosh
10031         * [r19] contrib/tarballs/fetchlog-0.92.tar.gz:
10032           remote log check (via snmp possible) by Alexander Haderer
10034 2002-04-29 02:58  kdebisschop
10036         * [r18] plugins/getopt.h:
10037           failed to carry over from old plugins, listed in EXTRA_DIST,
10038           needed for build
10040 2002-04-23 12:50  sghosh
10042         * [r17] plugins/check_ping.c:
10043           corrected program name and added rtt patch for RH7.2+beta
10045 2002-04-18 21:59  egalstad
10047         * [r16] contrib/check_inodes.pl:
10048           add check_inodes contrib plugin by John Jolet
10050 2002-04-18 04:38  egalstad
10052         * [r15] configure.in:
10053           configure script patch for ping syntax
10055 2002-04-07 05:13  sghosh
10057         * [r14] contrib/check_backup.pl, contrib/check_dl_size.pl:
10058           plugins from Patrick Greenwell
10060 2002-04-05 22:22  sghosh
10062         * [r13] acconfig.h:
10063           This commit was generated by cvs2svn to compensate for changes in
10064           r12,
10065           which included commits to RCS files with non-trunk default
10066           branches.
10068 2002-04-05 22:19  sghosh
10070         * [r11] contrib/tarballs/check_spread.tar:
10071           plugin to check spread messaging toolkit
10073 2002-04-03 02:58  sghosh
10075         * [r10] contrib/check_oracle_instance.pl:
10076           from Sven Dolderer - check oracle instance
10078 2002-04-03 02:56  sghosh
10080         * [r9] plugins-scripts/check_nfs.pl:
10081           check_nfs functionality exists in check_rpc
10083 2002-03-18 05:15  sghosh
10085         * [r8] plugins-scripts/subst.in:
10086           function to update perl plugin scripts to find utils.pm
10088 2002-03-01 02:53  egalstad
10090         * [r7] plugins, plugins/.cvsignore, plugins/config.h.in:
10091           Fix for stupid me
10093 2002-03-01 02:42  egalstad
10095         * [r6] contrib/check_breeze.pl, contrib/check_dhcp.c,
10096           contrib/check_flexlm.pl, contrib/check_hltherm.c,
10097           contrib/check_hprsc.pl, contrib/check_ipxping.c,
10098           contrib/check_memory.tgz, contrib/check_mysql.c,
10099           contrib/check_uptime.c, contrib/check_wave.pl,
10100           contrib/readme.txt, contrib/tarballs/berger-ping.tar.gz,
10101           contrib/tarballs/bowen-langley_plugins.tar.gz,
10102           contrib/tarballs/check_bgp-1.0.tar.gz,
10103           contrib/tarballs/check_breeze.tar.gz,
10104           contrib/tarballs/check_flexlm.tar.gz,
10105           contrib/tarballs/check_hltherm.tar.gz,
10106           contrib/tarballs/check_hprsc.tar.gz,
10107           contrib/tarballs/check_memory.tgz,
10108           contrib/tarballs/check_radius.tar.gz,
10109           contrib/tarballs/check_wave.tar.gz,
10110           contrib/tarballs/hopcroft-plugins.tar.gz,
10111           contrib/tarballs/radius.tar.gz, plugins, plugins/.cvsignore,
10112           plugins/config.h.in:
10113           Contrib plugin cleanup
10115 2002-02-28 06:42  egalstad
10117         * [r2] ., .cvsignore, AUTHORS, CODING, COPYING, ChangeLog, FAQ,
10118           Helper.pm, INSTALL, LEGAL, Makefile.am, NEWS, README,
10119           REQUIREMENTS, ROADMAP, Requirements, acconfig.h, aclocal.m4,
10120           command.cfg.in, configure.in, contrib, contrib/aix,
10121           contrib/aix/check_crit_dsk, contrib/aix/check_dsk,
10122           contrib/aix/check_failed, contrib/aix/check_io,
10123           contrib/aix/check_kerberos, contrib/aix/check_ping,
10124           contrib/aix/check_queue, contrib/aix/pg_stat,
10125           contrib/check_apache.pl, contrib/check_apc_ups.pl,
10126           contrib/check_bgpstate.pl, contrib/check_dhcp.c,
10127           contrib/check_dlswcircuit.pl, contrib/check_dns_random.pl,
10128           contrib/check_email_loop.pl, contrib/check_fping_in.c,
10129           contrib/check_ftpget.pl, contrib/check_ifoperstatus.pl,
10130           contrib/check_ifstatus.pl, contrib/check_ipxping.c,
10131           contrib/check_joy.sh, contrib/check_maxchannels.pl,
10132           contrib/check_maxwanstate.pl, contrib/check_mem.pl,
10133           contrib/check_memory.tgz, contrib/check_mysql.c,
10134           contrib/check_mysql.pl, contrib/check_nagios.pl,
10135           contrib/check_netapp.pl, contrib/check_nmap.py,
10136           contrib/check_nwstat.pl, contrib/check_ora_table_space.pl,
10137           contrib/check_pop3.pl, contrib/check_qmailq.pl,
10138           contrib/check_rrd_data.pl, contrib/check_sap.sh,
10139           contrib/check_sockets.pl, contrib/check_timeout.c,
10140           contrib/check_uptime.c, contrib/checkciscotemp.pl,
10141           contrib/maser-oracle.pl, contrib/mrtgext.pl, contrib/readme.txt,
10142           contrib/restrict.pl, contrib/tarballs,
10143           contrib/tarballs/berger-ping.tar.gz,
10144           contrib/tarballs/bowen-langley_plugins.tar.gz,
10145           contrib/tarballs/check_bgp-1.0.tar.gz,
10146           contrib/tarballs/check_breeze.tar.gz,
10147           contrib/tarballs/check_flexlm.tar.gz,
10148           contrib/tarballs/check_hltherm.tar.gz,
10149           contrib/tarballs/check_hprsc.tar.gz,
10150           contrib/tarballs/check_radius.tar.gz,
10151           contrib/tarballs/check_wave.tar.gz,
10152           contrib/tarballs/hopcroft-plugins.tar.gz,
10153           contrib/tarballs/radius.tar.gz, contrib/urlize.pl,
10154           contrib/utils.py, install-sh, make-tarball, missing,
10155           mkinstalldirs, nagios-plugins.spec, opttest.pl, package.def,
10156           plugins, plugins-scripts, plugins-scripts/.cvsignore,
10157           plugins-scripts/Makefile.am, plugins-scripts/check_breeze.pl,
10158           plugins-scripts/check_disk_smb.pl,
10159           plugins-scripts/check_flexlm.pl, plugins-scripts/check_ircd.pl,
10160           plugins-scripts/check_log.sh, plugins-scripts/check_netdns.pl,
10161           plugins-scripts/check_nfs.pl, plugins-scripts/check_ntp.pl,
10162           plugins-scripts/check_oracle.sh, plugins-scripts/check_rpc.pl,
10163           plugins-scripts/check_sensors.sh, plugins-scripts/check_wave.pl,
10164           plugins-scripts/subst.in, plugins-scripts/t,
10165           plugins-scripts/t/check_rpc.t, plugins-scripts/utils.pm.in,
10166           plugins-scripts/utils.sh.in, plugins/.cvsignore,
10167           plugins/Makefile.am, plugins/check_by_ssh.c, plugins/check_dig.c,
10168           plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c,
10169           plugins/check_fping.c, plugins/check_ftp.c, plugins/check_game.c,
10170           plugins/check_hpjd.c, plugins/check_http.c,
10171           plugins/check_ide-smart.c, plugins/check_imap.c,
10172           plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c,
10173           plugins/check_mrtgtraf.c, plugins/check_mysql.c,
10174           plugins/check_nagios.c, plugins/check_nntp.c, plugins/check_nt.c,
10175           plugins/check_nwstat.c, plugins/check_overcr.c,
10176           plugins/check_pgsql.c, plugins/check_ping.c, plugins/check_pop.c,
10177           plugins/check_procs.c, plugins/check_radius.c,
10178           plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c,
10179           plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c,
10180           plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c,
10181           plugins/check_users.c, plugins/check_vsz.c, plugins/common.h.in,
10182           plugins/getopt.c, plugins/getopt1.c, plugins/netutils.c,
10183           plugins/netutils.h.in, plugins/popen.c, plugins/popen.h.in,
10184           plugins/snprintf.c, plugins/t, plugins/t/check_disk.t,
10185           plugins/t/check_dns.t, plugins/t/check_fping.t,
10186           plugins/t/check_ftp.t, plugins/t/check_hpjd.t,
10187           plugins/t/check_http.t, plugins/t/check_imap.t,
10188           plugins/t/check_load.t, plugins/t/check_mysql.t,
10189           plugins/t/check_ping.t, plugins/t/check_pop.t,
10190           plugins/t/check_procs.t, plugins/t/check_smtp.t,
10191           plugins/t/check_snmp.t, plugins/t/check_swap.t,
10192           plugins/t/check_tcp.t, plugins/t/check_time.t,
10193           plugins/t/check_udp.t, plugins/t/check_users.t,
10194           plugins/t/check_vsz.t, plugins/tests, plugins/tests/check_disk,
10195           plugins/tests/check_dns, plugins/tests/check_ftp,
10196           plugins/tests/check_hpjd, plugins/tests/check_http,
10197           plugins/tests/check_load, plugins/tests/check_ping,
10198           plugins/tests/check_procs, plugins/tests/check_swap,
10199           plugins/tests/check_users, plugins/tests/check_vsz,
10200           plugins/urlize.c, plugins/utils.c, plugins/utils.h.in,
10201           plugins/version.h.in, rpm, subst.in, subst.sh, test.pl.in, tools,
10202           tools/setup, tools/tango:
10203           Initial revision
10205 2002-02-28 06:42  
10207         * [r1] .:
10208           New repository initialized by cvs2svn.