Code

first pass at cleaning localization for new release
[nagiosplug.git] / ChangeLog
1 2006-04-18 23:42  sghosh
3         * configure.in, package.def: version update - release pending
5 2006-04-17 17:08  opensides
7         * po/fr.po:
8           Final commit of fr.po
10 2006-04-17 09:54  opensides
12         * po/fr.po:
13           another big chunk of fr.po
15           Still 20 to go ;)
17 2006-04-16 10:24  opensides
19         * po/fr.po:
20           big revision of po file for 1.4.3
22 2006-04-15 06:46  opensides
24         * po/fr.po:
25           second part of fr.po updating
27 2006-04-14 18:44  opensides
29         * po/: de.po, fr.po, nagios-plugins.pot:
30           updated pot file sarted updating fr.po for nagios 1.4.3
32 2006-04-12 06:00  seanius
34         * plugins/check_ntp.c: the offset_requests are now parallelized.
35           still stuff needs to be done (conveniently marked with XXX), but
36           on well behaving networks the plugin should behave more or less
37           identical to check_ntp.pl now.
39 2006-04-12 02:33  seanius
41         * plugins/check_ntp.c: added a currently unused but "good for
42           reference" version of offset_request which attempts to behave
43           more like ntpdate, but this doesn't yet and the code isn't
44           actually used yet.
46 2006-04-11 19:24  seanius
48         * plugins/check_ntp.c: another big code-commit to check_ntp.
49           jitter calculations now work, and the program is becoming much
50           closer on the packet-for-packet level to how check_ntp.pl
51           behaves.  i'll send an email in the morning :)
53 2006-04-06 06:08  tonvoon
55         * THANKS.in, plugins/utils.c: Stop coredump on Solaris if arg not
56           specified (Jason Kau - 1465288)
58 2006-04-05 04:11  tonvoon
60         * CHANGES: Notice added re: check_udp in next release
62 2006-04-05 04:06  tonvoon
64         * plugins/check_procs.c: Use pid_t for pids (1463853)
66 2006-04-05 03:58  tonvoon
68         * plugins/: check_http.c, t/check_http.t: Allow multiple -k
69           parameters (Gerd Mueller - 1457726)
71 2006-04-05 02:58  seanius
73         * plugins/check_apt.c: finally??? cvs works again????  let me dig
74           up my week-old cvs commit message.....
76           i'm becoming very happy with check_apt now :) - now has support
77           for an externally (configure.in) path to apt-get,   though i
78           still have that in #ifdefs for the time being.  - support for
79           defining what packages are "critical updates", via   the
80           already-existing security regexp or overridable on the cmdline -
81           allow overriding of apt-get cmdline options - introduce a "no
82           upgrade" in case someone just wants to check that   they can
83           download the package lists with -u but not check for upgrades.
84           might need to change the name of this option to prevent
85           confusion.  - improved -h documentation
87 2006-03-29 11:33  tonvoon
89         * THANKS.in, plugins/check_tcp.c, plugins/utils.c, plugins/utils.h,
90           plugins/tests/test_utils.c: New function to for escaped strings
91           from command line for send/quit.  Adapted from Sebastian
92           Wiesinger's patch (1292404)
94 2006-03-29 10:30  tonvoon
96         * NPTest.pm: Will die if signal received from a testCmd
98 2006-03-29 09:37  tonvoon
100         * plugins/t/check_udp.t: Allow 1 second delay in check_udp timeout
102 2006-03-29 03:18  tonvoon
104         * plugins/t/check_http.t: Fix possible timeout issue on
105           hostname_invalid
107 2006-03-29 03:13  tonvoon
109         * plugins/t/check_dns.t: Fix test if response time is one second
111 2006-03-29 03:01  seanius
113         * plugins/check_apt.c: now support for detecting critical/security
114           updates, which sets the return code to STATE_CRITICAL instead of
115           just STATE_WARNING as it was previously doing.
117 2006-03-27 03:39  tonvoon
119         * plugins/t/check_udp.t: Set timeout within nc, rather than the
120           test script
122 2006-03-27 03:19  tonvoon
124         * plugins/check_disk.c: Fixed bug with malloc of wrong size
126 2006-03-24 12:26  tonvoon
128         * plugins/t/check_dns.t: Fixing defaults to work
130 2006-03-24 11:49  tonvoon
132         * CHANGES: Reintroduced --with-mysql configure option. Note about
133           SSL cleanup
135 2006-03-24 11:25  tonvoon
137         * plugins/check_http.c: -C now implies -S/--ssl as well
139 2006-03-24 11:13  tonvoon
141         * plugins/t/: check_hpjd.t, check_http.t: Tests converted to new
142           style
144 2006-03-24 11:12  tonvoon
146         * plugins/: check_tcp.c, t/check_udp.t: udp checks require and send
147           and receive option. Tests updated so if nc is available, will
148           check send and receive working correctly
150 2006-03-23 17:58  seanius
152         * plugins/check_apt.c: - addition of include/exclude option for
153           package names in check_apt,   using POSIX regexp support.  -
154           various commenting and tidying of code/logic/output.  - still
155           haven't committed the Makefile.am/configure.in stuff.
157 2006-03-23 12:16  tonvoon
159         * NPTest.pm, plugins/check_disk.c, plugins/t/check_disk.t:
160           check_disk now errors if a specified directory does not exist (cf
161           df /foo)
163 2006-03-23 11:06  tonvoon
165         * plugins/t/check_disk.t: Some versions of Test::More do not like
166           the m#foo# syntax
168 2006-03-23 07:01  tonvoon
170         * NPTest.pm, plugins/check_disk.c, plugins/t/check_disk.t:
171           Incorrect output when checking non-existent disk (John Rouillard
172           - 1326050)
174 2006-03-22 19:01  seanius
176         * plugins/check_apt.c: more work on check_apt.  more graceful error
177           handling and information reporting, a couple new cmdline options.
178           still not quite ready for prime-time, maybe tomorrow :)
180 2006-03-22 12:32  tonvoon
182         * REQUIREMENTS, configure.in: Reinstated --with-mysql option
184 2006-03-22 11:45  tonvoon
186         * plugins/: check_dns.c, t/check_dns.t: Added warning and critical
187           response times (John Rouillard - 1343159)
189 2006-03-22 10:45  tonvoon
191         * plugins/t/check_pop.t: Convert to new style tests
193 2006-03-22 10:45  tonvoon
195         * THANKS.in, plugins/check_tcp.c: Options to change line ends for
196           -s and -q (John Rouillard - 1346104)
198 2006-03-22 09:32  tonvoon
200         * plugins-scripts/check_log.sh: Remove PATH restriction
202 2006-03-22 09:17  tonvoon
204         * plugins/: check_dns.c, t/check_dns.t: New style tests. Cleanup of
205           presentation of help. Added '' around -a checks
207 2006-03-22 08:18  tonvoon
209         * plugins/check_by_ssh.c: Typo (Thomas Guettler - 1433447)
211 2006-03-22 07:59  tonvoon
213         * plugins-scripts/: check_log.sh, utils.sh.in: Remove hardlink to
214           /bin/sed. Leave to PATH (Abs - 1391483)
216 2006-03-21 19:00  seanius
218         * plugins/check_apt.c: initial version of a check_apt plugin... not
219           editing configure/Makefile.am's until i'm happier with it (better
220           output, better ways to define warning vs. critical thresholds...
221           etc).
223 2006-03-21 09:20  tonvoon
225         * THANKS.in, configure.in: Stop check_dns from compiling if
226           nslookup does not exist (Sakari Lehtonen - 1412721)
228 2006-03-21 08:42  tonvoon
230         * plugins/t/check_load.t: Updated to new Test::More method for
231           testing
233 2006-03-21 08:32  tonvoon
235         * configure.in: Fix for mysql 3.x
237 2006-03-21 08:31  tonvoon
239         * plugins/check_tcp.c: Return CRITICAL if hostname invalid, as per
240           guidelines
242 2006-03-21 07:56  tonvoon
244         * tools/setup: Patch to workaround SFnot having libtool installed
246 2006-03-21 06:42  tonvoon
248         * REQUIREMENTS, CHANGES, THANKS.in, configure.in,
249           plugins/Makefile.am, plugins/tests/Makefile.am: mysql discovery
250           based on mysql_config (Johan Fischer - 1359414)
252 2006-03-20 17:06  seanius
254         * plugins/check_ntp.c: - shuffling some code around to keep things
255           tidy.  - now average the result of 4 queries just as ntpdate does
256           - put things in place for jitter calculation
258 2006-03-20 12:18  seanius
260         * plugins/check_ntp.c: ipv6 support for c-version of check_ntp
262 2006-03-18 14:00  seanius
264         * plugins/check_ntp.c: initial version of the pure-c check_ntp
265           implementation.  jitter not yet implemented, and a couple other
266           misc things to do, so i haven't yet patched Makefile.am
268 2006-03-18 09:47  seanius
270         * plugins/check_http.c: return-logic related fix for cert checking,
271           thanks to emmet hogan.
273 2006-03-17 09:08  tonvoon
275         * plugins/tests/test_utils.t: Better error message re: tap library
277 2006-03-17 09:07  tonvoon
279         * REQUIREMENTS, configure.in, plugins/Makefile.am,
280           plugins/check_mysql.c, plugins/check_mysql_query.c,
281           plugins/t/check_mysql.t: mysql detection cleanup: fixes runtime
282           linking, autodetection of main locations, detection of lib64 and
283           different layouts
285 2006-03-17 05:20  tonvoon
287         * doc/developer-guidelines.sgml: Added requirement for developer
288           system to have gnu libtool
290 2006-03-16 12:31  tonvoon
292         * configure.in, plugins/tests/Makefile.am, tools/setup: Using
293           libtool to get runpath for tap library
295 2006-03-15 14:54  tonvoon
297         * THANKS.in, plugins/check_mysql.c, plugins/t/check_mysql.t: Alert
298           on amount of time a slave is behind (Steven Kreuzer)
300 2006-03-13 12:59  seanius
302         * plugins/check_swap.c: fix for (tracker id 1420741) "check_swap:
303           incorrect totals for multiple partitions (BSD)" thanks to scott
304           thompson
306 2006-03-13 06:08  tonvoon
308         * plugins/check_ping.c: Change warning message if there is stderr
309           output. This catches a problem where time was shifting backwards
310           on a linux VMware guest during the ping
312 2006-03-07 05:33  tonvoon
314         * plugins/t/check_http.t: Added tests for two external websites
315           with certificates
317 2006-03-07 05:23  tonvoon
319         * plugins/t/check_http.t: Tests re-written in new object format
321 2006-02-24 12:03  tonvoon
323         * doc/developer-guidelines.sgml: Updated doc as tap library is now
324           automatically discovered
326 2006-02-24 11:41  tonvoon
328         * configure.in, plugins/tests/Makefile.am: Use the installed tap
329           library instead of requesting a compiled object
331 2006-02-17 04:08  tonvoon
333         * THANKS.in, plugins/popen.c: SIGALRM could be received before
334           child_process is created (Jason Crawford)
336 2006-02-17 01:24  seanius
338         * plugins/check_procs.c: set LC_NUMERIC to POSIX in check_procs.c
340 2006-02-01 08:23  tonvoon
342         * plugins/t/check_mysql_query.t: If a mysql server has anonymous
343           login, tests will always fail
345 2006-02-01 06:53  tonvoon
347         * plugins/tests/Makefile.am: Need to distribute perl test file
349 2006-01-31 11:48  tonvoon
351         * CHANGES: check_mysql_query included
353 2006-01-31 11:47  tonvoon
355         * REQUIREMENTS: Note on MacOSX difference in mysql package
357 2006-01-31 11:45  tonvoon
359         * configure.in, plugins/Makefile.am: Clean compile of
360           check_mysql_query on MacOSX
362 2006-01-31 10:40  tonvoon
364         * NPTest.pm: Sort ordering of tests
366 2006-01-31 09:52  tonvoon
368         * configure.in, plugins/.cvsignore, plugins/Makefile.am,
369           plugins/check_mysql_query.c, plugins/utils.h,
370           plugins/t/check_mysql_query.t: Adding check_mysql_query, using
371           new ranges and threshold checking
373 2006-01-31 09:37  tonvoon
375         * plugins/t/check_mysql.t: Extra explanation in tests
377 2006-01-31 09:36  tonvoon
379         * plugins/tests/test_utils.c: Fixed invalid free
381 2006-01-31 05:06  tonvoon
383         * doc/developer-guidelines.sgml: Updated instructions on using
384           libtap as configure option changed
386 2006-01-31 05:05  tonvoon
388         * configure.in: Changed configure option to --with-libtap-srcdir
389           because requires tap.h as well as tap.o
391 2006-01-30 17:24  tonvoon
393         * doc/developer-guidelines.sgml, plugins/utils.c, plugins/utils.h,
394           plugins/tests/test_utils.c: Clearly defined thresholds & ranges
395           in docs. Added get_status routine. Added set_thresholds routine.
396           Tests enhanced to check new routines
398 2006-01-30 11:10  tonvoon
400         * configure.in, doc/developer-guidelines.sgml, plugins/Makefile.am,
401           plugins/utils.c, plugins/utils.h, plugins/tests/.cvsignore,
402           plugins/tests/Makefile.am, plugins/tests/README,
403           plugins/tests/check_disk, plugins/tests/check_dns,
404           plugins/tests/check_ftp, plugins/tests/check_hpjd,
405           plugins/tests/check_http, plugins/tests/check_load,
406           plugins/tests/check_ping, plugins/tests/check_procs,
407           plugins/tests/check_swap, plugins/tests/check_users,
408           plugins/tests/check_vsz, plugins/tests/test_utils.c,
409           plugins/tests/test_utils.t: Added libtap tests for utils.c
410           library functions. Removed redundant test files
412 2006-01-21 16:46  tonvoon
414         * tools/sfsnapshot: Have to use own id for cvs checkout. Change
415           compile server because old one not working consistently
417 2005-12-19 04:25  tonvoon
419         * NPTest.pm: Break out of testing if a new parameter is required
421 2005-12-16 13:41  harpermann
423         * contrib/check_log2.pl: Added ability to output critical on error.
424           Fixed open so it properly fails if the log file open throws an
425           error, turned on -w in the perl call, fixed warnings
427 2005-12-15 12:06  tonvoon
429         * NPTest.pm, plugins/check_mysql.c, plugins/t/check_mysql.t:
430           Display errors with slave queries correctly. Added extra tests
431           for slaves
433 2005-12-15 10:19  tonvoon
435         * NPTest.pm, doc/developer-guidelines.sgml, plugins/t/check_disk.t:
436           New 3 parameter version of getTestParameters. Updated
437           check_disk.t to reflect.  Added notes re: testing in developer
438           guidelines.
440 2005-12-15 10:17  tonvoon
442         * plugins-scripts/: check_file_age.pl, t/check_file_age.t: Allow
443           directories and links to be tested by check_file_age. Sanitise
444           output.  Added tests
446 2005-12-07 14:32  harpermann
448         * plugins/urlize.c: Nagiosplug bug 1266977.  Added code to insert
449           the closing </A> after the plugin output but before the
450           performance output.
452 2005-12-07 10:10  tonvoon
454         * THANKS.in, plugins/common.h: No floorf on Solaris 9 (Jon
455           Vandegrift - 1374705)
457 2005-12-02 17:28  tonvoon
459         * THANKS.in, doc/developer-guidelines.sgml, plugins/check_nagios.c,
460           plugins/t/check_nagios.nagios1.status.log,
461           plugins/t/check_nagios.nagios2.status.dat,
462           plugins/t/check_nagios.t: Support for Nagios 1 and Nagios 2
463           status files (Gerhard Lausser - 1296242)
465 2005-12-02 17:25  tonvoon
467         * plugins/t/.cvsignore: Ignore temporary files created for tests
469 2005-11-30 20:05  tonvoon
471         * configure.in, config_test/Makefile, config_test/run_tests: Run
472           longer test on redhat for spopen/pthread problem. Allow
473           enable/disable of pthread fix via configure option
475 2005-11-29 19:49  harpermann
477         * plugins-scripts/check_ntp.pl: Nagiosplug bug # 1251096 check_ntp
478           wasn't properly handing a bad exit status from the external
479           programs it calls (ntpdate and ntpq), so jitter wasn't set.
480           Added check of $? on close and proper error output if status from
481           the sub program call completion is non-zero.  This includes "host
482           not found".
484 2005-11-29 18:21  harpermann
486         * contrib/check_email_loop.pl: UNKNOWN exit status was returning
487           status of "-1", changed to "3"
489 2005-11-29 18:19  harpermann
491         * contrib/check_email_loop.pl: Bug: 1355304 Added patch for ePN and
492           perl warnings.  Fixed some text and a warning about type
493           comparison.
495 2005-11-18 07:56  tonvoon
497         * tools/sfsnapshot: Create a permanent link to HEAD snapshot
499 2005-11-18 06:56  tonvoon
501         * doc/developer-guidelines.sgml: Updated with more detailed
502           description of UNKNOWN states
504 2005-11-16 12:26  tonvoon
506         * plugins/check_disk.c: Fixed some compile errors with new
507           translations. Also reintroduced formatting after discussion with
508           Benoit
510 2005-11-15 11:26  tonvoon
512         * plugins/t/check_disk.t: Updated tests to minimise false
513           positives. Breaking down so more obvious what the tests are doing
515 2005-11-14 09:43  tonvoon
517         * doc/developer-guidelines.sgml: Added section re: translations
519 2005-11-13 20:18  opensides
521         * plugins/check_http.c:
522           localization cleaning ...  last commit before sleeping
524 2005-11-13 19:51  opensides
526         * plugins/: check_dig.c, check_disk.c, check_dns.c, check_dummy.c,
527           check_fping.c, check_game.c:
528           start of the cleaning of the localization
530 2005-11-12 18:48  tonvoon
532         * THANKS.in, plugins/t/check_disk.t: Updated check_disk tests to
533           use Test::More (Serhan Kiymaz)
535 2005-11-09 12:27  tonvoon
537         * plugins/t/check_mysql.t: Using Test::More
539 2005-11-09 11:40  tonvoon
541         * NPTest.pm, plugins/t/check_imap.t, plugins/t/check_swap.t: Added
542           new NPTest->testCmd which returns objects back for testing at the
543           test script level. Updated check_swap and check_imap to this new
544           format
546 2005-11-09 11:37  tonvoon
548         * plugins/check_swap.c: Problem where absolute thresholds not
549           working on /proc/meminfo systems. Suffixed all variables with the
550           unit of measurement
552 2005-11-09 11:34  tonvoon
554         * configure.in: Typo with predetermined values
556 2005-11-09 09:10  tonvoon
558         * doc/developer-guidelines.sgml: Added copyright/license info
559           required in submissions
561 2005-11-09 04:31  tonvoon
563         * doc/: NEW_STARTERS, developer-guidelines.sgml: Updated dev
564           guidelines to link to NagiosExchange. Removed project admin notes
565           from guidelines into separate file
567 2005-11-07 07:46  seanius
569         * configure.in: incorporated patch from Elan RuusamƤe (ahmake) to
570           override program autodetection (see Feature Requests-1341528).  i
571           would not call this quite complete just yet (i'll explain more in
572           the tracker), but should be functional and useful enough to
573           commit now, in any case.
575 2005-11-04 04:38  tonvoon
577         * THANKS.in, plugins/check_tcp.c, plugins/t/check_imap.t: Fixed
578           --mismatch option for check_tcp. Added tests into check_imap
579           (Rick Fey - 1339134)
581 2005-11-03 10:21  tonvoon
583         * Makefile.am, tools/tinderbox_build: Adding new tinderbox build
584           script
586 2005-11-03 10:13  tonvoon
588         * plugins/t/: check_disk.t, check_procs.t: Invalid mount point
589           doesn't make sense because most df implementations would work out
590           the actual mount point. And fixed typo in check_procs.t
592 2005-11-03 10:04  tonvoon
594         * NPTest.pm, plugins/t/check_http.t, plugins/t/check_time.t: Fixing
595           some test failures
597 2005-11-02 03:59  seanius
599         * plugins/check_disk.c: #995761: patch from ben o'hara to include
600           inode calculations in          check_disk.c.
602           previous commit also had a patch for smtp auth support, but i
603           accidentally sent a blank commit message.
605 2005-11-02 03:47  seanius
607         * plugins/check_smtp.c: check_smtp.c
609 2005-10-31 15:03  seanius
611         * configure.in, plugins/check_game.c, plugins/check_http.c,
612           plugins/check_nagios.c, plugins/check_snmp.c,
613           plugins/check_swap.c, plugins/check_tcp.c, plugins/common.h,
614           plugins/netutils.c, plugins/netutils.h, plugins/sslutils.c: code
615           cleanups, largely resulting from turning on -Wall.  mostly unused
616           variables and explicit casting issues, but there were a couple
617           gotchas in there too.
619 2005-10-30 17:45  seanius
621         * plugins/Makefile.am: turned on -Wall in plugins/Makefile.am via
622           AM_CFLAGS.  shouldn't keep our heads in the sand for potential
623           errors, after all :)
625 2005-10-30 13:05  seanius
627         * plugins/check_tcp.c: another fix from alex: check for '/' in the
628           server_address before trying to resolve it via is_host().
630 2005-10-30 05:25  seanius
632         * plugins/check_tcp.c: fixes for some bugs found in my merging of
633           the tcp socket patch
635 2005-10-29 11:38  seanius
637         * plugins-scripts/check_log.sh: check_log fixes from Ade Rixon
639 2005-10-29 08:46  seanius
641         * plugins/Makefile.am: patch from nsturm: Makefile.am should have
642           been checking for check_ldap instead of check_ldaps.  the result
643           was that check_ldaps was not being created during the build
644           process.
646 2005-10-25 06:38  seanius
648         * COPYING, configure.in, plugins/Makefile.am, plugins/check_tcp.c,
649           plugins/netutils.c, plugins/netutils.h, plugins/utils.h,
650           po/de.po, po/fr.po: - added code to allow check_tcp (via
651           np_net_connect) work with local   unix sockets.  some testing
652           would be welcome.  based on idea from   Alex Samorukov.  - also
653           introduced a check_clamd behavior in check_tcp.
655 2005-10-24 07:10  seanius
657         * plugins/: Makefile.am, check_by_ssh.c, check_dig.c, check_dns.c,
658           check_game.c, check_nagios.c, netutils.c, runcmd.c, runcmd.h,
659           utils.c, utils.h: initial merging of ae's np_runcmd code into
660           selected plugins.
662 2005-10-23 08:01  seanius
664         * configure.in: whoops, missed this one, same as last commit
666 2005-10-23 07:59  seanius
668         * plugins/: Makefile.am, netutils.c, sslutils.c: -
669           compartmentalized ssl code into seperate sslutils.c - ssl-related
670           cleanups in configure.in, and now openssl/gnutls options
671           automatically disable each other.
673 2005-10-19 16:22  seanius
675         * plugins/: check_http.c, check_smtp.c, check_tcp.c, netutils.c,
676           netutils.h: all plugins now using centralized ssl functions in
677           netutils.c
679 2005-10-19 09:05  seanius
681         * plugins/check_http.c: endif was a few lines off of where it
682           should be
684 2005-10-19 08:59  seanius
686         * configure.in, plugins/Makefile.am, plugins/check_http.c,
687           plugins/check_smtp.c, plugins/check_tcp.c, plugins/common.h,
688           plugins/netutils.c, plugins/netutils.h, plugins-root/Makefile.am:
689           - initial attempt at consolidating ssl-related code into
690           netutils.{c,h} - added some #ifdefs to common.h and netutils.h to
691           prevent multiple   inclusions (as netlibs now includes common.h)
692           - all ssl plugins (tcp/http/smtp) compile cleanly against gnutls,
693           though   certificate checking still needs to be done.  - modified
694           configure script so you can also explicitly say "without-gnutls"
695           too (otherwise if you disable openssl you have no way of
696           disabling   gnutls too)
698 2005-10-18 18:35  seanius
700         * configure.in, plugins/check_tcp.c: initial "experimental" support
701           for gnutls.  by default openssl is still used if available, and
702           gnutls is only used if openssl is not available or explicitly
703           disabled (--without-openssl).   currently the only plugin i've
704           verified to work is check_tcp, but i had to disable cert
705           checking.
707 2005-10-18 05:26  tonvoon
709         * README: Added license information to README with exemption for
710           use of OpenSSL
712 2005-10-13 07:51  tonvoon
714         * configure.in: Run spopen tests for Redhat ES SMP (Hans Engelen)
716 2005-10-13 06:22  seanius
718         * po/de.po: debian bts #313960: - grammatical german fixes.  i'm
719           taking the reporter's word for it :)
721 2005-10-13 06:20  seanius
723         * plugins-scripts/check_ntp.pl: debian bts #268044: - use a "less
724           beastly" regex for parsing ntpq output.  probably need   some
725           more widespread testing on this one.
727 2005-10-13 06:18  seanius
729         * plugins/check_disk.c: debian bts #296278: - it seems that when
730           check_disk uses the "df" routines and is told to   check a
731           non-mountpoint, it would check the filesystem on which the
732           directory was mounted (i.e. /var/log -> /var if no /var/log
733           mount).    the system-call routines now do this too.  might need
734           a bit more    widespread testing, but looks good for me and i did
735           it without    modifying any of the system-call-specific
736           codeblocks.
738 2005-10-13 06:16  seanius
740         * plugins/check_game.c: debian bts #307905: - someone changed the
741           cmdline syntax of check game without also   updating the
742           usage/help function ;p
744 2005-10-13 06:14  seanius
746         * plugins-scripts/check_disk_smb.pl: debian bts #300701: -
747           check_smb fix for freespace threshold parsing from the cmdline
748           options.
750 2005-10-13 06:11  seanius
752         * plugins/check_smtp.c: multiple fixes in check_smtp from debian
753           (bts #285554): - fix for double free via SSL_CTX_free.  looks
754           like the previous author   knew this was a problem but didn't
755           care enough to fix it ;p.  - use defines instead of const chars
756           for SMTP strings.  - default to send our fqdn (via gethostbyname
757           lookup on gethostname)   in the HELO string, as this is an
758           RFC/SMTP requirement.  overridable   via cmdline.  - use EHLO
759           instead of HELO if using STARTTLS, as it is not SMTP but   ESMTP.
760           - verify the server supports STARTTLS before initializing it.  -
761           always send QUIT before disconnecting when possible.
763 2005-10-13 05:58  seanius
765         * plugins/check_mrtg.c: was this plugin even working?  i don't
766           think the if/else logic was doing what was intended.
768 2005-10-13 05:55  seanius
770         * plugins/check_mysql.c: check mysql now reads [client] defaults
771           from my.cnf (debian bug #278817)
773 2005-10-06 08:16  seanius
775         * plugins/check_ups.c: fix for misreporting temperature in perfdata
776           output for check_ups (debian bts id: #316534)
778 2005-10-06 08:12  seanius
780         * configure.in, plugins-root/Makefile.am: whoops.  now using
781           automake conditionals to prevent attempted compiles of pst3 on
782           non solaris systems.
784 2005-09-25 12:34  seanius
786         * plugins-root/Makefile.am: added rules to Makefile.am for pst3
788 2005-09-24 16:01  seanius
790         * configure.in: a final change to hardcode the path for where
791           plugins are installed.  it's a very, very ugly hack... if anyone
792           can think of a better way to do it, i'm all ears.
794 2005-09-22 08:10  seanius
796         * configure.in: use test instead of '[ ... ]' in configure.in.  the
797           check_procs/pst3 situation is still not quite fixed.
799 2005-09-22 05:43  seanius
801         * THANKS.in, configure.in, plugins-root/pst3.c: first version of
802           bob ingraham's pst3 to allow checking for longer cmdline names
803           than otherwise possible, by querying solaris kmem directly (ps
804           forcibly truncates).  added requisite configure.in voodoo and
805           updated THANKS.in.
807 2005-09-22 04:10  tonvoon
809         * po/POTFILES.in: Mark moving of check_dhcp and check_icmp for
810           translation
812 2005-09-21 09:07  tonvoon
814         * AUTHORS, THANKS.in: Updated with contributors and new team member
816 2005-09-21 09:04  tonvoon
818         * plugins/check_nwstat.c: Reopen connections for each query
819           (1296296 - David Sullivan)
821 2005-09-21 06:09  tonvoon
823         * plugins/: check_dhcp.c, check_icmp.c: Moved into plugins-root/
825 2005-09-21 06:06  tonvoon
827         * ACKNOWLEDGEMENTS, CHANGES, Makefile.am, README, configure.in,
828           plugins/Makefile.am, plugins-root/.cvsignore,
829           plugins-root/Makefile.am, plugins-root/check_dhcp.c,
830           plugins-root/check_icmp.c: Separation of root setuid plugins into
831           plugins-root/
833 2005-09-20 12:11  tonvoon
835         * configure.in: Incorrect assignment of procppid in configure.in
836           (1296497 - Pascal Larisch)
838 2005-09-20 07:34  tonvoon
840         * configure.in, plugins/t/check_procs.t: Support for Tru64 for
841           check_procs + additional test cases
843 2005-09-19 10:18  tonvoon
845         * doc/RELEASING: Note to update version number before creating
846           ChangeLog
848 2005-09-19 09:51  tonvoon
850         * configure.in, package.def: For 1.4.2 release
852 2005-09-19 09:48  tonvoon
854         * ChangeLog: Updated for 1.4.2 release
856 2005-09-19 09:46  tonvoon
858         * doc/RELEASING: Reminders for news item and tag format
860 2005-09-19 09:42  tonvoon
862         * BUGS: Updated BUGS for 1.4.2 release
864 2005-09-19 06:58  tonvoon
866         * THANKS.in: More contributors
868 2005-09-15 04:39  tonvoon
870         * plugins/t/check_ping.t: Added test to make sure hostname has to
871           be specified
873 2005-09-15 04:27  tonvoon
875         * plugins/: check_procs.c, check_swap.c: - Cleanup minor compile
876           errors on Irix
878 2005-09-14 10:40  tonvoon
880         * plugins/check_ping.c: Using common message
882 2005-09-14 10:36  tonvoon
884         * plugins/check_ping.c: Required hostname not flagging as an error
886 2005-09-14 08:40  tonvoon
888         * plugins/Makefile.am: Some makes do not like blank lines after
889           "\". Fixed check_ldaps to only generate if check_ldap was created
890           (Chester Hosey)
892 2005-09-14 05:53  tonvoon
894         * plugins/check_load.c: Fix to parsing of uptime (Ronald Tin -
895           1254656)
897 2005-09-14 05:49  tonvoon
899         * configure.in: - Removing typos
901 2005-09-13 11:48  tonvoon
903         * plugins/check_ping.c: More diagnostic messages from check_ping
905 2005-09-12 07:20  seanius
907         * plugins/check_ping.c: re-add a call to setlocale(LC_ALL, "") in
908           check_ping.c
910 2005-09-12 06:37  tonvoon
912         * THANKS.in: For help in fixing Red Hat problem with ECHILD and
913           waitpid
915 2005-09-12 06:31  tonvoon
917         * plugins/popen.c, Makefile.am, configure.in, config_test/Makefile,
918           config_test/child_test.c, config_test/run_tests: ECHILD error at
919           waitpid on Red Hat systems (Peter Pramberger and Sascha Runschke
920           - 1250191)
922 2005-08-30 18:11  tonvoon
924         * plugins-scripts/subst.in: Better comments for what the
925           substitutions are doing
927 2005-08-01 17:30  tonvoon
929         * doc/BRANCHING: Move notes on branching away from RELEASING
931 2005-08-01 17:28  tonvoon
933         * package.def: For 1.4.1 release
935 2005-08-01 17:23  tonvoon
937         * ChangeLog, configure.in, BUGS, REQUIREMENTS: For 1.4.1 release
939 2005-07-25 10:17  illumino
941         * NPTest.pm: Change the environment variable NPTESTCACHE to
942           NPTEST_CACHE for consistancy
944 2005-07-24 21:47  illumino
946         * Helper.pm, Makefile.am, NPTest.pm, configure.in, test.pl.in,
947           plugins/t/check_disk.t, plugins/t/check_dns.t,
948           plugins/t/check_fping.t, plugins/t/check_ftp.t,
949           plugins/t/check_hpjd.t, plugins/t/check_http.t,
950           plugins/t/check_imap.t, plugins/t/check_load.t,
951           plugins/t/check_mysql.t, plugins/t/check_ping.t,
952           plugins/t/check_pop.t, plugins/t/check_procs.t,
953           plugins/t/check_smtp.t, plugins/t/check_snmp.t,
954           plugins/t/check_swap.t, plugins/t/check_tcp.t,
955           plugins/t/check_time.t, plugins/t/check_udp.t,
956           plugins/t/check_users.t, plugins/t/check_vsz.t,
957           plugins-scripts/t/check_rpc.t: [1185704] New Testing
958           Infrastructure.  Complete rewrite of the original testing
959           infrastructure and all test cases (to use the new infrastructure)
960           See NPTest.pm and issue 1185704 for more details.
962 2005-07-20 18:39  tonvoon
964         * THANKS.in: More contributors
966 2005-07-20 18:38  tonvoon
968         * plugins/check_ping.c: Fix parsing for netkit-ping and
969           iputils-ping (Christian G Warden)
971 2005-07-11 18:15  tonvoon
973         * plugins/check_nwstat.c: Miscelleneous bug fixes (Gerd Mueller -
974           1235879)
976 2005-07-09 00:44  tonvoon
978         * BRANCHES: Changed format (already!) for awk simplicity
980 2005-07-09 00:03  tonvoon
982         * BRANCHES: Master file to describe the current branches in CVS.
983           Will be used by sfsnapshot to create the snapshot tarballs
985 2005-07-06 18:21  tonvoon
987         * configure.in: Removed ",", causing problems with MacOSX compile
989 2005-07-06 18:10  tonvoon
991         * plugins/check_swap.c: Updated help file to remove swap -s
992           reference (Sivakumar Nellurandi)
994 2005-07-06 17:00  tonvoon
996         * AUTHORS, THANKS.in: Sean Finney moved to main list of plugin
997           developers
999 2005-07-04 05:52  opensides
1001         * contrib/tarballs/check_traffic-0.90b.tar.gz:
1002           replace the version of check_traffic who was missing the plugin
1003           by a good one
1005 2005-06-29 00:11  seanius
1007         * plugins/: runcmd.c, runcmd.h: initial versions of the runcmd
1008           framework by andreas
1010 2005-06-28 21:04  seanius
1012         * plugins/check_swap.c: divide by 0 fix for check_swap
1014 2005-06-27 22:26  seanius
1016         * plugins/check_load.c: set LC_NUMERIC to POSIX in check_load
1017           (1164325)
1019 2005-06-27 20:26  seanius
1021         * configure.in, plugins/Makefile.am, plugins/check_swap.c: scanf
1022           parsing fix for check_swap from tracker id 1123292.  now use
1023           floor(3) to round down floating point numbers.  requires -lm on
1024           many systems, so support for testing for this was added to the
1025           configure.in and automake template
1027 2005-06-27 09:07  seanius
1029         * plugins/check_hpjd.c: fixes from richard brodie (tracker id
1030           1216576)
1032 2005-06-26 12:27  seanius
1034         * contrib/: check_dl_size.pl, check_ftpget.pl, check_logins.c,
1035           check_mysql.c, check_mysql.pl, check_mysqlslave.pl,
1036           check_nwstat.pl, check_pop3.pl, check_procl.sh, check_procr.sh:
1037           spring cleaning of contrib directory from andreas
1039 2005-06-26 12:18  seanius
1041         * contrib/tarballs/: berger-ping.tar.gz, check_memory.tgz,
1042           check_spread.tar, radius.tar.gz: removal of obsolete tarballs
1044 2005-06-25 21:23  seanius
1046         * plugins/check_swap.c: "asprintf madness" fix from andreas' patch
1047           to np-d, minus the comments.
1049 2005-06-05 13:43  seanius
1051         * plugins/check_tcp.c: check_tcp code cleanup from andreas plus fix
1052           to andreas' patch from sean
1054 2005-06-03 09:53  seanius
1056         * plugins/check_procs.c: gcc 2.x fixes from edward
1058 2005-06-01 15:41  sghosh
1060         * plugins/check_snmp.c: only load mibs if needed or specified -
1061           patch 1212395
1063 2005-05-27 21:21  seanius
1065         * plugins/check_load.c: bugfixes to check_load thanks to andreas
1067 2005-05-25 22:13  seanius
1069         * plugins/check_mysql.c: fix for check_msyql so that it doesn't use
1070           column numbers but the names instead for determining slave
1071           status.  thanks to james kingston.
1073 2005-05-25 13:42  sghosh
1075         * plugins/check_time.c:  64bit sys support - 1185713
1077 2005-05-25 11:40  sghosh
1079         * plugins/check_snmp.c: support for getnext - 1106430
1081 2005-05-25 10:25  sghosh
1083         * plugins/check_ping.c: RH9 pattern
1085 2005-05-25 10:05  sghosh
1087         * plugins-scripts/check_ntp.pl: perfdata patch - 1172539
1089 2005-05-24 23:37  sghosh
1091         * plugins-scripts/check_ntp.pl: new option for zero offset -
1092           1159317
1094 2005-05-24 23:23  sghosh
1096         * plugins/check_snmp.c: v2c support - 1155754
1098 2005-05-24 20:43  seanius
1100         * configure.in, plugins/check_nagios.c, plugins/check_procs.c:
1101           fixes for check_procs: - added support for printing the pid in
1102           all the ps outputs - don't use the proc name to ignore self, use
1103           the pid vs getpid().  - initialize procetime to null string
1104           otherwise -vvv can have funny results
1106 2005-05-24 20:30  seanius
1108         * plugins/: check_tcp.c, netutils.c, netutils.h: bah, my_connect is
1109           taken by mysql.  now calling it np_net_connect.
1111 2005-05-24 18:33  sghosh
1113         * plugins-scripts/check_ntp.pl: patched bug id 1200030 - regex
1114           update
1116 2005-05-24 18:10  sghosh
1118         * plugins-scripts/check_ntp.pl: patched bug id 1204636
1120 2005-05-24 16:25  seanius
1122         * plugins/: check_tcp.c, netutils.c, netutils.h: optimizations and
1123           cleanup from andreas
1125 2005-05-23 01:09  seanius
1127         * nagios-plugins.spec.in: build fix
1129 2005-05-02 22:00  seanius
1131         * plugins/check_ping.c: setlocale(LC_ALL, "") should be
1132           setlocale(LC_NUMERIC, "C") to properly parse the output of ping.
1134 2005-05-02 21:52  seanius
1136         * plugins/check_tcp.c: if check_tcp was called with -e but not -s,
1137           it would hang in a call to my_recv.  the fix committed here adds
1138           on more piece of logic to the check to see if more data needs to
1139           be read, avoiding the deadlock call.  a better fix would be to
1140           not use these "voodoo" heuristics and instead use poll() or
1141           select(), but that's quite a bit more complicated.
1143 2005-05-01 16:12  seanius
1145         * plugins/: popen.c, popen.h: better error checking in spopen
1146           signal handler (see 1107524)
1148 2005-05-01 15:50  seanius
1150         * configure.in: provide a --with-perl option
1152 2005-04-28 20:27  stanleyhopcroft
1154         * contrib/check_sybase: check_sybase 0.7 from Simon Bellman. Thx
1156 2005-04-18 20:16  seanius
1158         * plugins-scripts/check_ntp.pl: regexp fix for check_ntp
1160 2005-04-18 20:09  seanius
1162         * configure.in: check for the -w flag for ping6 as well as ping
1164 2005-04-17 18:22  seanius
1166         * plugins-scripts/check_disk_smb.pl: also change the --help output
1167           to reflect that check_disk_smb defaults to empty passwords
1169 2005-04-16 02:09  seanius
1171         * plugins-scripts/check_disk_smb.pl: patch to check_disk_smb to
1172           allow empty passwords
1174 2005-04-14 00:13  seanius
1176         * plugins-scripts/check_mailq.pl: check_mailq fix, don't be case
1177           sensitive matching /^\s+Total\sRequests:\s(\d+)$/
1179 2005-04-14 00:07  seanius
1181         * plugins-scripts/check_ntp.pl: typographical fix in check_ntp
1183 2005-04-11 14:02  seanius
1185         * plugins/check_ssh.c: properly call close() on the ssh connection
1186           before exiting.
1188 2005-04-10 23:07  seanius
1190         * configure.in, plugins/check_tcp.c: this should add support for
1191           check_ssmtp, based on the 1.3.x patch in 1155562, but fixed to
1192           follow how things are done in 1.4 (using strdup instead of
1193           asprintf) and patching configure.in instead of configure.
1195 2005-04-07 00:33  seanius
1197         * plugins/check_smtp.c: in honor of joining up, my first bugfix.
1198           this should resolve 1174070.
1200           note i don't have an exchange server to test this against, but it
1201           does what the requester mentioned (slightly cleaner than the
1202           patch attached in the tracker).
1204           it does, however, still work against my own postfix server :)
1206                   sean
1208 2005-04-05 17:26  harpermann
1210         * plugins/check_snmp.c: This is a first cut at adding performance
1211           data to check_snmp.  I wasn't sure how to handle UOM so only
1212           values that return SNMP type Counter32: are labled with "c".  All
1213           other values have a blank UOM.  I also left off warn, crit, max
1214           and min values in the performance data until we come up with a
1215           way to handle them.
1217 2005-04-04 14:25  tonvoon
1219         * THANKS.in: More contributors
1221 2005-04-04 14:23  tonvoon
1223         * plugins/: check_smtp.c: Fix static buffer (Nikolay Sturm)
1225 2005-03-17 22:14  mattkent
1227         * plugins/check_mysql.c: Replication check support for 4.1.x from
1228           Gerrit Beine
1230 2005-03-08 01:19  tonvoon
1232         * plugins-scripts/check_ntp.pl: Added OS info for offset issue
1234 2005-03-04 17:20  tonvoon
1236         * plugins-scripts/check_ntp.pl: Ignore extra check on offset
1237           0.00000 (John Warburton - 1150777)
1239 2005-03-04 17:10  tonvoon
1241         * plugins/: check_disk.c, check_smtp.c, check_ups.c: Fixed //
1242           comments
1244 2005-03-04 16:58  tonvoon
1246         * plugins/: check_disk.c, check_smtp.c, check_ups.c: Fixed //
1247           comments (Steve Greenland - 1143836)
1249 2005-03-04 16:50  tonvoon
1251         * plugins-scripts/check_ntp.pl: Support for IPv6 (Merijn Evertse -
1252           1119917)
1254 2005-03-04 16:04  tonvoon
1256         * configure.in, package.def: Changed to next version number
1258 2005-03-04 16:03  tonvoon
1260         * doc/RELEASING: Notes on branching
1262 2005-03-04 15:43  tonvoon
1264         * CHANGES: Missed check_disk addition to 1.4
1266 2005-02-11 06:49  stanleyhopcroft
1268         * plugins/Makefile.am: Fix for check_icmp build on Solaris from
1269           Andreas Ericsson <ae@op5.se>
1271 2005-02-03 19:44  tonvoon
1273         * configure.in: For 1.4 release
1275 2005-02-03 19:43  tonvoon
1277         * ChangeLog: Updated for 1.4 release
1279 2005-02-03 19:29  tonvoon
1281         * BUGS: New file to note known bugs for major releases
1283 2005-02-03 19:28  tonvoon
1285         * CHANGES: Reordering of items with most important announcements
1286           first
1288 2005-02-03 19:27  stanleyhopcroft
1290         * contrib/check_oracle_tbs: New version (1.1) from John Koyle
1292 2005-02-03 19:26  tonvoon
1294         * Makefile.am: BUGS file addition to release
1296 2005-02-03 19:26  tonvoon
1298         * README: Cleanup and addition of reference to BUGS file
1300 2005-02-03 19:25  tonvoon
1302         * doc/RELEASING: Updated with corrections. Added note to update
1303           BUGS file
1305 2005-02-03 18:52  tonvoon
1307         * THANKS.in: Patch against check_log
1309 2005-02-03 18:51  tonvoon
1311         * plugins-scripts/check_log.sh: Check for log file readability
1313 2005-02-02 04:47  stanleyhopcroft
1315         * contrib/check_email_loop.pl: Add debug option from John Rouillard
1317 2005-02-02 01:42  stanleyhopcroft
1319         * plugins/check_ide_smart.c: try again to stop looping
1321 2005-02-02 00:44  stanleyhopcroft
1323         * plugins/check_ide_smart.c: restructure main() to stop looping on
1324           -n
1326 2005-02-01 07:43  stanleyhopcroft
1328         * contrib/check_traceroute-pure_perl.pl: Thank you to Myke Place
1329           for check_traceroute-pure_perl.pl
1331 2005-02-01 07:42  stanleyhopcroft
1333         * THANKS.in: Thank you for contributed plugins
1335 2005-02-01 07:30  stanleyhopcroft
1337         * plugins/Makefile.am: check_icmp added to libexec_PROGRAMS
1339 2005-02-01 07:25  stanleyhopcroft
1341         * CHANGES: check_icmp no longer regarded as volatile; built by
1342           default
1344 2005-02-01 07:23  stanleyhopcroft
1346         * plugins/linux.h: plugins/linux.h, vestigeal header required for
1347           prior versions of check_icmp, no longer required.
1349 2005-02-01 02:35  stanleyhopcroft
1351         * CHANGES: Amendments for check_icmp
1353 2005-02-01 02:34  stanleyhopcroft
1355         * plugins/Makefile.am: hacks to partly support check_icmp.c (1.0).
1357 2005-02-01 02:33  stanleyhopcroft
1359         * plugins/check_icmp.c: Revised check_icmp (1.0) from A Ericsson.
1361 2005-01-31 23:19  stanleyhopcroft
1363         * contrib/: check_asterisk.pl,
1364           check_http-with-client-certificate.c, check_email_loop.pl,
1365           tarballs/check_traffic-0.91b.tar.gz: New or revised plugin in
1366           /contrib
1368 2005-01-28 17:42  stanleyhopcroft
1370         * contrib/check_sybase: New version of Simon Bellwoods check_sybase
1371           (0.4). Thank you.
1373 2005-01-27 05:34  stanleyhopcroft
1375         * contrib/check_traceroute.pl: Jon Meek's check_traceroute for Mon
1376           hacked by YT for Nagios. Prob pretty weak
1378 2005-01-27 05:32  stanleyhopcroft
1380         * contrib/check_smart.pl: Candidate successor to
1381           /plugins/check_ide_smart.c. Now in /contrib. NB there is another
1382           new plugin with sim function
1384 2005-01-26 23:52  stanleyhopcroft
1386         * contrib/: check_fan_cpq_present, check_fan_fsc_present,
1387           check_temp_cpq, check_temp_fsc, check_mysqlslave.pl: New /contrib
1388           plugin
1390 2005-01-26 23:43  stanleyhopcroft
1392         * contrib/: check_pfstate, check_logins.c, check_arping.pl,
1393           check_frontpage, check_oracle_tbs, check_pcpmetric.py,
1394           check_cpqarray.c: New /contrib plugin
1396 2005-01-26 21:27  stanleyhopcroft
1398         * CHANGES, THANKS.in, contrib/README.TXT, po/de.po, po/fr.po:
1400           1 New /contrib plugins 2 Revised check_dhcp.c status in CHANGES
1402 2005-01-26 20:38  harpermann
1404         * plugins/Makefile.am: Added check_dhcp bask into libexec_PROGRAMS
1405           after talking with Stanley.
1407 2005-01-26 16:39  tonvoon
1409         * THANKS.in: More contributors
1411 2005-01-26 16:21  tonvoon
1413         * plugins/check_dig.c: Convert tabs to spaces from dig's answer
1414           section (Randy O'Meara - 1107651)
1416 2005-01-26 15:53  tonvoon
1418         * REQUIREMENTS: Add recommendation for check_procs on Mandrake
1419           systems (Paulo Fessel - 1106849)
1421 2005-01-25 17:15  stanleyhopcroft
1423         * plugins/check_ide_smart.c: Display usage if no argv (Reuben
1424           Farrelly)
1426 2005-01-25 13:11  harpermann
1428         * plugins/check_dhcp.c: Tracker:1109261  This was an alignment
1429           problem on Solaris.  Linux kernel fixes alignment so this was not
1430           seen there.  Memcpy takes care of proper alignment.  Tested on
1431           RHEL V3 U3, RHEL V4, FreeBSD 4.10 (Thanks Stanley!) and Solaris 9
1432           with the GNU env.
1434 2005-01-25 07:43  stanleyhopcroft
1436         * plugins/check_ide_smart.c: Trivial text changes (print_help,
1437           commentary & -n option)
1439 2005-01-25 04:20  stanleyhopcroft
1441         * contrib/tarballs/check_icmp-0.8.tar.gz: moved to /plugins (core
1442           plugin)
1444 2005-01-25 04:19  stanleyhopcroft
1446         * contrib/tarballs/check_cit.tgz: replaced by contrib/check_ica*
1447           (esp check_ica_metaframe_pub_apps)
1449 2005-01-25 04:16  stanleyhopcroft
1451         * contrib/check_dhcp.c: moved to /plugins (core plugin)
1453 2005-01-25 04:15  stanleyhopcroft
1455         * contrib/check_citrix: Replaced by the check_ica* pair of plugins
1456           (mainly check_ica_metaframe_pub_apps)
1458 2005-01-25 04:12  stanleyhopcroft
1460         * contrib/packet_utils.pm: packet creation and dumping hacks used
1461           by check_ica* and check_lotus
1463 2005-01-25 04:09  stanleyhopcroft
1465         * contrib/check_ica_master_browser.pl: New plugin - checks that ICA
1466           master browser is what it should be (important for firewalled
1467           dialup)
1469 2005-01-25 04:07  stanleyhopcroft
1471         * contrib/check_ica_metaframe_pub_apps.pl: Replacement (structured
1472           name mainly) for check_citrix: check of ICA browse service
1474 2005-01-25 04:05  stanleyhopcroft
1476         * contrib/check_ica_program_neigbourhood.pl: New plugin to check
1477           Citrix Metaframe XP "Program Neighbourhood"
1479 2005-01-25 04:04  stanleyhopcroft
1481         * contrib/check_lotus.pl: New plugin to check responsiveness of
1482           Louts Notes (v5 at least) servers
1484 2005-01-24 18:17  stanleyhopcroft
1486         * plugins/Makefile.am: Removed check_dhcp and check_icmp from
1487           libexec_PROGRAMS (ie dont build by defaut)
1489 2005-01-24 18:15  stanleyhopcroft
1491         * CHANGES: Notes about check_dhcp and check_icmp (no longer built
1492           by default, use at own peril, volatile)
1494 2005-01-21 04:24  stanleyhopcroft
1496         * configure.in: Set arch specifc preprocessor symbols in config.h.
1497           TEMPORARY hack for check_dhcp.c [on FreeBSD 4: /check_dhcp -i
1498           fxp0 -> DHCP ok: Received 1 DHCPOFFER(s), max lease time = 259200
1499           sec.
1501 2005-01-20 20:03  harpermann
1503         * plugins/check_snmp.c: Tracker 1106378 fixed - The -t (timeout)
1504           arg was not handled correctly when passed to the snmpget command.
1505           Added -e --retries for the correct retries value to snmpcmd.
1507 2005-01-20 19:01  tonvoon
1509         * doc/developer-guidelines.sgml: Changing copyright to the Nagios
1510           Plugins Development Team, rather than individual names. Also,
1511           clarified use of ACKNOWLEDGEMENTS, THANKS.in and AUTHORS
1513 2005-01-20 18:40  harpermann
1515         * plugins/check_http.c: Changed long argument --minmax to
1516           --pagesize and updated help and usage
1518 2005-01-20 18:39  tonvoon
1520         * AUTHORS, Makefile.am, THANKS.in: The AUTHORS file now used for
1521           the plugin team, with THANKS.in as the contributors list.
1523 2005-01-20 18:37  harpermann
1525         * CHANGES: Added comment about check_http --pagesize and added max
1526           value to page size check
1528 2005-01-20 18:25  tonvoon
1530         * AUTHORS: Added Sean for bug reports
1532 2005-01-20 17:50  harpermann
1534         * plugins/check_http.c: Tracker 1099682 fix.  Now getting the page
1535           size from Content-Length in the header.  Added max value to the
1536           -m switch so can do "-m min:max".  Retained "-m min" convention.
1537           Renamed long arg name to --minmax
1539 2005-01-19 18:39  harpermann
1541         * plugins/check_nt.c: In the CHECK_COUNTER block, there were
1542           several strcats writing to unallocated memory.  Changed to
1543           asprintf. We're not freeing since plugin run is short.
1545 2005-01-19 16:14  tonvoon
1547         * plugins/check_swap.c: Fixed parsing of AIX lsps command (1093522)
1549 2005-01-14 09:39  tonvoon
1551         * AUTHORS: More contributors
1553 2005-01-14 09:13  tonvoon
1555         * plugins/check_disk.c: Fix logic error with -e switch where result
1556           not set (Daniel Austin - 1102012)
1558 2005-01-14 05:59  tonvoon
1560         * configure.in: Fixed ssl configure problems on Solaris (Bug
1561           1096091)
1563 2005-01-13 13:24  tonvoon
1565         * configure.in, plugins/check_swap.c: Use floats for holding memory
1566           values to avoid different types on different OSes. Seems to have
1567           a problem with the perf data for check_swap on Sol 2.6, but not
1568           critical
1570 2005-01-05 16:32  tonvoon
1572         * configure.in, package.def: Update version number to next release
1574 2005-01-03 19:16  opensides
1576         * plugins/check_ide_smart.c:
1577           still trying to fix #1094326
1579 2005-01-02 20:37  opensides
1581         * plugins/check_ide_smart.c:
1582           more fixes for #1094326
1584 2005-01-02 19:59  opensides
1586         * plugins-scripts/check_mailq.pl:
1587           fixes for #1094324
1589 2005-01-02 09:00  opensides
1591         * plugins/check_ide_smart.c:
1592           fixing bug #1094326
1594           still need to check the makefile for check_ide_smart.c
1596 2005-01-01 11:15  tonvoon
1598         * plugins/check_smtp.c: Removed old terminate function (Bug
1599           1093491)
1601 2004-12-30 12:17  tonvoon
1603         * ChangeLog: Updated with r1_4-beta1 details
1605 2004-12-30 09:23  tonvoon
1607         * CHANGES: Note some syntax changes to check_disk
1609 2004-12-30 09:22  tonvoon
1611         * doc/RELEASING: Update package files for version
1613 2004-12-30 09:21  tonvoon
1615         * AUTHORS: For help with ps on FreeBSD 4
1617 2004-12-30 09:19  tonvoon
1619         * configure.in: Get ps command for FreeBSD 4 (Tomasz Pilat)
1621 2004-12-29 19:41  opensides
1623         * plugins/check_dhcp.c, plugins/check_dns.c, plugins/check_ping.c,
1624           plugins/check_procs.c, plugins/check_smtp.c,
1625           plugins/check_snmp.c, plugins/check_swap.c, plugins/check_tcp.c,
1626           po/de.po, po/fr.po, po/nagios-plugins.pot:
1627           more internationalization fixes internationalization freeze for
1628           beta1
1630 2004-12-28 18:40  opensides
1632         * AUTHORS, po/fr.po:
1633           more internationalization
1635 2004-12-28 18:18  opensides
1637         * plugins/Makefile.am, plugins/check_smtp.c, po/fr.po:
1638           starttls support for check_smtp #1041576
1640 2004-12-28 17:34  opensides
1642         * AUTHORS, plugins/check_ping.c:
1643           String match in check_ping for Solaris 10 #1091043
1645 2004-12-28 15:40  tonvoon
1647         * configure.in: sys/param.h needed for sys/swap.h on openbsd 3.6
1648           (Julien Touche)
1650 2004-12-27 17:44  opensides
1652         * po/fr.po:
1653           more internationalization
1655 2004-12-25 18:17  opensides
1657         * plugins/check_dig.c, plugins/check_disk.c, plugins/check_dns.c,
1658           plugins/check_dummy.c, plugins/check_fping.c,
1659           plugins/check_game.c, plugins/check_hpjd.c, plugins/check_icmp.c,
1660           plugins/check_ide_smart.c, plugins/check_ldap.c,
1661           plugins/check_load.c, plugins/check_mrtg.c,
1662           plugins/check_mrtgtraf.c, plugins/check_mysql.c,
1663           plugins/check_nagios.c, plugins/check_nt.c,
1664           plugins/check_nwstat.c, plugins/check_overcr.c,
1665           plugins/check_pgsql.c, plugins/check_ping.c,
1666           plugins/check_procs.c, plugins/check_radius.c,
1667           plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c,
1668           plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c,
1669           plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c,
1670           plugins/check_users.c, plugins/negate.c, plugins/netutils.c,
1671           plugins/popen.c, plugins/popen.h, plugins/urlize.c,
1672           plugins/utils.c, po/de.po, po/fr.po, po/nagios-plugins.pot:
1673           various fixes for localization
1675 2004-12-25 11:18  opensides
1677         * po/: de.po, fr.po, nagios-plugins.pot:
1678           new version of po files and pot file
1680 2004-12-25 07:25  opensides
1682         * package.def, po/POTFILES.in:
1683           change realase name on package.def adding check_dhcp.c to
1684           potfiles.in
1686 2004-12-25 07:09  opensides
1688         * plugins/: check_by_ssh.c, check_dhcp.c:
1689           internationalization of check_dhcp internationalization fixes of
1690           check_ssh
1692 2004-12-24 13:06  opensides
1694         * plugins/check_icmp.c, po/POTFILES.in, po/fr.po:
1695           first pass at adapting to plugin guidelines and start of
1696           localization
1698 2004-12-23 13:54  opensides
1700         * plugins/check_http.c, po/fr.po:
1701           internationalization fixes
1703 2004-12-23 11:47  mwirtgen
1705         * po/de.po: german translations 391 to go
1707 2004-12-23 04:30  tonvoon
1709         * ACKNOWLEDGEMENTS, configure.in, m4/np_curl.m4,
1710           plugins/Makefile.am: Another attempt at fixing check_http compile
1711           on Redhat EL3. Fixed check_icmp compile (Lynne Lawrence -
1712           1087171) - still some code changes to check_icmp outstanding.
1713           Fixed compile of check_dhcp (complaining about socklen_t).  Added
1714           acknowledgements for Coreutils and curl
1716 2004-12-22 18:02  harpermann
1718         * plugins/check_nt.c: Added check for "%" in COUNTER <description>.
1719           If it exists, <description> is used as an arg to asprintf.  If
1720           it doesn't exist, <description> is used as a label.  If the
1721           formatting is wrong, the program will segv.
1723 2004-12-22 02:24  tonvoon
1725         * lib/: Makefile.am, stdbool_.h: File required from coreutils
1727 2004-12-21 17:52  tonvoon
1729         * configure.in, plugins/Makefile.am: Revert back to previous
1730           openssl checks (the ones from curl kept having problems with
1731           later Redhat versions)
1733 2004-12-21 17:36  tonvoon
1735         * m4/stdbool.m4: Another m4 from coreutils
1737 2004-12-21 10:45  tonvoon
1739         * AUTHORS: For their bug reports
1741 2004-12-21 07:47  tonvoon
1743         * configure.in: Fix for FreeBSD ps command (reported by Michael
1744           Bakker)
1746 2004-12-21 04:32  tonvoon
1748         * lib/Makefile.am, m4/Makefile.am, m4/np_coreutils.m4: Fixed
1749           compile problem on Sol2.6 with stdbool.h
1751 2004-12-21 03:56  stanleyhopcroft
1753         * plugins/check_dhcp.c: Commentary changes only: cite origin of
1754           copied code with reference to ACK file
1756 2004-12-21 03:55  stanleyhopcroft
1758         * ACKNOWLEDGEMENTS: ACK file contains the details of the authors of
1759           code copied by the plugins
1761 2004-12-21 00:00  mattkent
1763         * plugins/check_dns.c: Add another error string match from Pasi
1764           Tiittanen
1766 2004-12-20 17:20  tonvoon
1768         * plugins/check_nagios.c: Corrected help for expiry units. Restored
1769           functionality of searching for process arguments
1771 2004-12-20 17:01  tonvoon
1773         * plugins/check_nagios.c: Updating help text to reflect using
1774           shortname instead of full path for command
1776 2004-12-20 16:38  tonvoon
1778         * configure.in: - stupid typo
1780 2004-12-20 16:26  tonvoon
1782         * configure.in: Fix compile errors when looking for openssl
1784 2004-12-20 04:04  stanleyhopcroft
1786         * COPYING, plugins/check_dhcp.c, po/de.po, po/fr.po: Compilation
1787           fixes for check_dhcp.c HP-UX 11. Still fails on HP-UX 10. Unknown
1788           if check_dhcp works on UX.
1790 2004-12-18 13:28  mwirtgen
1792         * po/de.po: Initial commit on german translation - 428 to go
1794 2004-12-17 13:14  tonvoon
1796         * configure.in: Support for FreeBSD 5.2.1 and 5.3 in check_procs
1798 2004-12-15 18:12  tonvoon
1800         * configure.in: Bump version to next release
1802 2004-12-15 18:11  tonvoon
1804         * doc/developer-guidelines.sgml: Mistake in automake version - back
1805           to 1.8
1807 2004-12-15 18:10  tonvoon
1809         * doc/RELEASING: Clarified notes
1811 2004-12-15 16:56  tonvoon
1813         * ChangeLog: Updated for r1_4_0-alpha3
1815 2004-12-15 16:27  tonvoon
1817         * doc/developer-guidelines.sgml: Updated requirements for GNU tools
1819 2004-12-15 16:01  tonvoon
1821         * m4/Makefile.am: Makefile for m4 files
1823 2004-12-15 15:54  tonvoon
1825         * Makefile.am, configure.in, plugins/Makefile.am, tools/setup:
1826           Support for coreutils lib. Configure tests via m4 scripts from
1827           coreutils
1829 2004-12-15 15:51  tonvoon
1831         * m4/: Makefile.am.in, afs.m4, codeset.m4, error.m4, exitfail.m4,
1832           extensions.m4, fstypename.m4, fsusage.m4, getopt.m4, gettext.m4,
1833           glibc21.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, inttypes.m4,
1834           inttypes_h.m4, isc-posix.m4, lcmessage.m4, lib-ld.m4,
1835           lib-link.m4, lib-prefix.m4, ls-mntd-fs.m4, malloc.m4,
1836           mountlist.m4, np_coreutils.m4, onceonly.m4, progtest.m4,
1837           realloc.m4, stdint_h.m4, uintmax_t.m4, ulonglong.m4,
1838           unlocked-io.m4, xalloc.m4: Moving m4 files from lib/
1840 2004-12-15 15:47  tonvoon
1842         * lib/: Makefile.am, afs.m4, error.m4, exitfail.m4, fstypename.m4,
1843           fsusage.m4, full-read.c, full-write.c, full-write.h, getopt.m4,
1844           ls-mntd-fs.m4, onceonly.m4, safe-read.c, safe-read.h,
1845           safe-write.c, safe-write.h, unlocked-io.m4, xalloc.m4: Moving m4
1846           files into m4/. Added extra coreutils files required from
1847           autoconf tests. Updated Makefile.am to have nagiosplug lib and a
1848           separate coreutils lib
1850 2004-12-14 19:10  opensides
1852         * po/: de.po, fr.po:
1853           fr.po work in progress still 88 to translate ;-)
1855 2004-12-11 01:25  mattkent
1857         * plugins/check_tcp.c: Patch from Ollie Cook to define return code
1858           when expected value not received (#1082275).  Also included
1859           another change from Ollie Cook to do stricter matching of
1860           expected values from the beginning of the line. When a user
1861           defines an expected string this is changed to the old style
1862           strstr matching.
1864 2004-12-10 16:18  tonvoon
1866         * plugins/check_ldap.c: Fixed compile warning
1868 2004-12-10 01:10  mattkent
1870         * plugins/Makefile.am: Compile broken - fixing link flags.
1872 2004-12-10 00:57  mattkent
1874         * plugins/check_dns.c: Error catching improvements from Ollie Cook
1876 2004-12-10 00:54  mattkent
1878         * plugins/check_pgsql.c: Fixing broken compile
1880 2004-12-10 00:39  mattkent
1882         * AUTHORS: More contributers
1884 2004-12-09 19:54  stanleyhopcroft
1886         * plugins/Makefile.am: Changes to link flags for check_dhcp.c
1888 2004-12-09 19:52  stanleyhopcroft
1890         * plugins/check_dhcp.c: Extensive changes to get MAC address from
1891           Solaris via DLPI
1893 2004-12-09 19:20  tonvoon
1895         * plugins/: check_dns.c, check_procs.c: Reverting back ngettext
1896           calls
1898 2004-12-09 19:13  tonvoon
1900         * plugins/common.h: Fix includes for gettext
1902 2004-12-09 17:33  tonvoon
1904         * configure.in: Include $libsuff for systems that define this
1905           (based on advice from Daniel Stenberg)
1907 2004-12-08 18:14  tonvoon
1909         * configure.in: Removed redundant check and make export
1910           LD_LIBRARY_PATH more sh friendly
1912 2004-12-07 19:36  opensides
1914         * configure.in, plugins/Makefile.am, plugins/check_by_ssh.c,
1915           plugins/check_game.c, plugins/check_http.c,
1916           plugins/check_ide_smart.c, plugins/check_ldap.c,
1917           plugins/check_snmp.c, plugins/check_tcp.c:
1918           patch 1028033
1920           minor internationalization fixes
1922 2004-12-07 19:22  tonvoon
1924         * configure.in: Fixed output info for openssl and LD_LIBRARY_PATH
1925           for subsequent compiles (otherwise get ld.so.1: ./conftest:
1926           fatal: libssl.so.0.9.7: open failed)
1928 2004-12-07 01:51  tonvoon
1930         * configure.in, plugins/Makefile.am: Better SSL checking (inspired
1931           by curl 7.12.2's configure.ac)
1933 2004-12-06 22:13  mattkent
1935         * plugins-scripts/check_ifoperstatus.pl: Option to check for admin
1936           down (#1012191) from RaĆŗl Pedroche.
1938 2004-12-06 21:45  stanleyhopcroft
1940         * plugins/Makefile.am: Correct dependencies for check_dhcp.c.
1942 2004-12-06 21:31  stanleyhopcroft
1944         * plugins/: Makefile.am, check_dhcp.c: New plugin: check_dhcp.c.
1945           Attempt to port to non Linux platform.
1947 2004-12-06 13:49  opensides
1949         * po/fr.po:
1950           new version of fr.po
1952 2004-12-05 17:07  mattkent
1954         * plugins/check_snmp.c: Fix for -s string matching (#756567, Tony
1955           Missana)
1957 2004-12-05 07:59  opensides
1959         * plugins/check_nt.c, po/fr.po, po/nagios-plugins.pot:
1960           cleaned fr.po nagios-plugins.pot
1962 2004-12-04 19:54  opensides
1964         * plugins/: check_http.c, check_icmp.c, check_nwstat.c,
1965           check_ping.c, check_smtp.c, check_swap.c, utils.h:
1966           fix patch 998291 fix patch 1078934 expect check_ssh fix and
1967           check_nt perfdata should stay on one word like in nagios
1969 2004-12-04 07:34  opensides
1971         * po/nagios-plugins.pot:
1972           new version of pot file
1974 2004-12-04 07:31  opensides
1976         * plugins/check_by_ssh.c, plugins/check_dns.c, po/POTFILES.in:
1977           various internationalization fixes
1979 2004-12-04 07:12  opensides
1981         * plugins/Makefile.am, plugins/check_by_ssh.c, plugins/check_dig.c,
1982           plugins/check_http.c, plugins/check_ide-smart.c,
1983           plugins/check_ide_smart.c, plugins/check_mrtg.c,
1984           plugins/check_nt.c, plugins/check_nwstat.c,
1985           plugins/check_overcr.c, plugins/check_real.c,
1986           plugins/check_smtp.c, plugins/check_swap.c, plugins/check_tcp.c,
1987           plugins/check_time.c, plugins/check_udp.c, po/POTFILES.in:
1988           internationalization fixes bugfixes
1990 2004-12-04 05:57  opensides
1992         * plugins/: check_dns.c, check_hpjd.c:
1993           check_dns needs a space between 'time' and the hostname
1994           check_hpjd needs a parenthesis removed in print_usage()
1996 2004-12-03 19:23  opensides
1998         * plugins/check_swap.c:
1999           Bug Fix [ 1024735 ] check_swap providing inaccurate swap
2000           information on Sol6
2002 2004-12-03 18:55  opensides
2004         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
2005           check_fping.c, check_game.c, check_hpjd.c, check_http.c,
2006           check_ldap.c, check_load.c, check_mrtg.c, check_mrtgtraf.c,
2007           check_mysql.c, check_nagios.c, check_nt.c, check_nwstat.c,
2008           check_overcr.c, check_pgsql.c, check_ping.c, check_procs.c,
2009           check_radius.c, check_real.c, check_smtp.c, check_snmp.c,
2010           check_ssh.c, check_swap.c, check_tcp.c, check_time.c,
2011           check_udp.c, check_ups.c, check_users.c, negate.c:
2012           reverting my changes from !=TRUE to == ERROR, that's not good ;-(
2013           sorry
2015 2004-12-03 18:23  opensides
2017         * plugins/check_tcp.c, po/de.po, po/fr.po, po/nagios-plugins.pot:
2018           check_tcp parenthesis bug, header fix for po files
2020 2004-12-03 18:01  opensides
2022         * plugins/: check_dig.c, check_disk.c, check_dns.c, check_dummy.c,
2023           check_fping.c, check_game.c, check_hpjd.c, check_http.c,
2024           check_ide-smart.c, check_ldap.c, check_mrtg.c, check_mrtgtraf.c,
2025           check_nagios.c, check_nt.c, check_nwstat.c, check_overcr.c,
2026           check_pgsql.c, check_procs.c, check_radius.c, check_real.c,
2027           check_smtp.c, check_snmp.c, check_swap.c, check_tcp.c,
2028           check_time.c, check_udp.c, check_ups.c:
2029           print_help and print_usage() cleanup
2031           other misc cleanups
2033 2004-12-03 16:56  stanleyhopcroft
2035         * plugins/check_tcp.c: 1041571: -D option processing corrected
2036           (Eric Chen). Changed process_arguments() to return TRUE. Dont
2037           know why this was necessary.
2039 2004-12-03 15:28  opensides
2041         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
2042           check_dummy.c, check_fping.c, check_game.c, check_hpjd.c,
2043           check_http.c, check_ide-smart.c, check_ldap.c, check_load.c,
2044           check_mrtg.c, check_mrtgtraf.c, check_mysql.c, check_nagios.c,
2045           check_nt.c, check_nwstat.c, check_overcr.c, check_pgsql.c,
2046           check_ping.c, check_procs.c, check_radius.c, check_real.c,
2047           check_smtp.c, check_snmp.c, check_ssh.c, check_swap.c,
2048           check_tcp.c, check_time.c, check_udp.c, check_ups.c,
2049           check_users.c, negate.c, urlize.c: remove UT_HLP_VRS from
2050           print_usage this was not a good idea ;-)
2052 2004-12-03 14:20  opensides
2054         * plugins/utils.c:
2055           removing support fonction removing warranty from print_revision
2057 2004-12-03 12:48  opensides
2059         * ROADMAP, package.def, plugins/negate.c, plugins/utils.h:
2060           some minor fixes
2062 2004-12-03 12:15  opensides
2064         * plugins/: check_load.c, check_ssh.c:
2065           correcting parenthesis error
2067 2004-12-03 11:56  opensides
2069         * AUTHORS, plugins/check_load.c, plugins/check_pgsql.c,
2070           plugins/check_ping.c, plugins/check_procs.c,
2071           plugins/check_radius.c, plugins/check_real.c,
2072           plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_ssh.c,
2073           plugins/check_swap.c, plugins/check_tcp.c, plugins/check_time.c,
2074           plugins/check_udp.c, plugins/check_ups.c, plugins/check_users.c,
2075           plugins/urlize.c:
2076           fixes for internationalization
2078 2004-12-03 06:45  opensides
2080         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
2081           check_dummy.c, check_fping.c, check_game.c, check_hpjd.c,
2082           check_http.c, check_ide-smart.c, check_ldap.c, check_load.c,
2083           check_mrtg.c, check_mrtgtraf.c, check_mysql.c, check_nagios.c,
2084           check_nt.c, check_nwstat.c:
2085           internationalization fixes and help fixes
2087 2004-12-03 04:19  opensides
2089         * plugins/check_by_ssh.c, plugins/check_dig.c,
2090           plugins/check_http.c, plugins/check_nwstat.c,
2091           plugins/check_pgsql.c, plugins/check_ping.c, plugins/check_udp.c,
2092           po/.cvsignore:
2093           Localization fixes
2095 2004-12-03 03:45  opensides
2097         * plugins/: check_ide-smart.c, check_pgsql.c:
2098           correcting copyright and remaning int result = STATE_UNKNOWN;
2100 2004-12-02 23:37  mattkent
2102         * plugins/check_nagios.c: Affected by elapsed time patch.
2104 2004-12-02 23:16  mattkent
2106         * AUTHORS: Another contributer.
2108 2004-12-02 23:10  mattkent
2110         * configure.in, plugins/check_procs.c: Patch from Russell Miller
2111           which adds elapsed time as a metric. Only for linux so far.
2112           (991359)
2114 2004-12-02 21:21  mattkent
2116         * plugins/check_ldap.c: Fix typo breaking compile.
2118 2004-12-02 19:55  opensides
2120         * plugins/: check_by_ssh.c, check_dig.c, check_dns.c,
2121           check_dummy.c, check_fping.c, check_game.c, check_hpjd.c,
2122           check_ide-smart.c, check_ldap.c, check_load.c, check_mrtg.c,
2123           check_mrtgtraf.c, check_mysql.c, check_nagios.c, check_nt.c,
2124           check_nwstat.c, check_overcr.c, check_pgsql.c, check_ping.c,
2125           check_procs.c, check_radius.c, check_real.c, check_smtp.c,
2126           check_snmp.c, check_ssh.c, check_swap.c, check_tcp.c,
2127           check_time.c, check_udp.c, check_ups.c, check_users.c, negate.c,
2128           urlize.c:
2129           bump copyright year initialize result to STATE_UNKNOW in place of
2130           STATE_OK
2132 2004-12-02 16:23  opensides
2134         * plugins/: check_dns.c, check_ldap.c, check_procs.c:
2135           --disable-nls throws an error on check_dns, check_procs and
2136           check_ldap without this patch.
2138 2004-12-02 16:03  stanleyhopcroft
2140         * plugins/check_tcp.c: Tracker 1041571: appended :D to
2141           getopt_long() args (for cert expiry check). Eric Chen.
2143 2004-12-02 11:51  opensides
2145         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
2146           check_fping.c, check_game.c, check_hpjd.c, check_http.c,
2147           check_ldap.c, check_load.c, check_mrtg.c, check_mrtgtraf.c,
2148           check_mysql.c, check_nagios.c, check_nt.c, check_nwstat.c,
2149           check_overcr.c, check_pgsql.c, check_ping.c, check_procs.c,
2150           check_radius.c, check_real.c, check_smtp.c, check_snmp.c,
2151           check_ssh.c, check_swap.c, check_tcp.c, check_time.c,
2152           check_udp.c, check_ups.c, check_users.c, negate.c, popen.c,
2153           utils.c:
2154           More internationalization work new usage4 function to permit
2155           localisation of think like check_ssh: xxxxx
2157 2004-12-02 09:54  opensides
2159         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
2160           check_fping.c, check_game.c, check_hpjd.c, check_ldap.c,
2161           check_load.c, check_mrtg.c, check_mrtgtraf.c, check_mysql.c,
2162           check_nagios.c, check_nt.c, check_nwstat.c, check_overcr.c,
2163           check_pgsql.c, check_ping.c, check_procs.c, check_radius.c,
2164           check_real.c, check_smtp.c, check_snmp.c, check_ssh.c,
2165           check_swap.c, check_tcp.c, check_time.c, check_udp.c,
2166           check_ups.c, check_users.c, negate.c:
2167           return of process_arguments() is TRUE not OK !
2169 2004-12-02 09:35  opensides
2171         * plugins/check_http.c: return of process_arguments() is TRUE not
2172           OK !
2174 2004-12-02 03:45  stanleyhopcroft
2176         * plugins/Makefile.am: Add check_icmp plugin
2178 2004-12-02 03:44  stanleyhopcroft
2180         * plugins/check_icmp.c: check_icmp plugin from A Ericsson
2182 2004-12-02 03:44  stanleyhopcroft
2184         * plugins/linux.h: For check_icmp plugin from A Ericsson
2186 2004-12-01 23:48  mattkent
2188         * command.cfg.in: Fix typo.
2190 2004-12-01 23:36  mattkent
2192         * AUTHORS, REQUIREMENTS, command.cfg.in, plugins/check_ups.c: Patch
2193           from Arnaud Quette to bring support to NUT 2.0 plus couple
2194           improvements and fixes (1038413 which includes 1032009, 815785).
2196 2004-12-01 20:11  opensides
2198         * plugins/: check_dns.c, check_game.c, check_http.c,
2199           check_ide-smart.c, check_load.c, check_mrtgtraf.c, check_mysql.c,
2200           check_nagios.c, check_nt.c, check_nwstat.c, check_overcr.c,
2201           check_pgsql.c, check_ping.c, check_procs.c, check_radius.c,
2202           check_real.c, check_snmp.c, check_ssh.c, check_tcp.c,
2203           check_time.c, check_udp.c, check_ups.c, negate.c, popen.c:
2204           changed Error: by CRITICAL - more localization fixes
2206 2004-12-01 19:30  opensides
2208         * contrib/check_rbl.c:
2209           adapted for localization
2211 2004-12-01 18:54  opensides
2213         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
2214           check_dummy.c, check_fping.c, check_game.c, check_hpjd.c,
2215           check_http.c, check_ide-smart.c, check_ldap.c, check_load.c,
2216           check_mrtg.c, check_mrtgtraf.c, check_mysql.c, check_nagios.c,
2217           check_nt.c, check_nwstat.c, check_overcr.c, check_pgsql.c,
2218           check_ping.c, check_procs.c, check_radius.c, check_real.c,
2219           check_smtp.c, check_snmp.c, check_ssh.c, check_swap.c,
2220           check_tcp.c, check_time.c, check_udp.c, check_ups.c,
2221           check_users.c, common.h, getaddrinfo.c, getaddrinfo.h,
2222           gethostbyname.c, gethostbyname.h, negate.c, netutils.c,
2223           netutils.h, popen.c, urlize.c, utils.c, utils.h:
2224           standardize localization string standardize unknow arguments
2226 2004-12-01 17:02  tonvoon
2228         * doc/RELEASING: Notes on releasing
2230 2004-12-01 16:55  tonvoon
2232         * configure.in: Next version number
2234 2004-12-01 16:01  tonvoon
2236         * ChangeLog: Updated for r1_4_0-alpha2
2238 2004-12-01 15:43  tonvoon
2240         * tools/devmode: eval not working - instructions now in comments
2242 2004-12-01 15:09  tonvoon
2244         * plugins-scripts/check_oracle.sh: Fixed pmon process checking from
2245           a change I made earlier
2247 2004-12-01 14:33  opensides
2249         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
2250           check_fping.c, check_ssh.c:
2251           first pass at standardization of messages for the localization
2253 2004-12-01 03:41  stanleyhopcroft
2255         * configure.in: Bryan Loniewski contributed check_jabber plugin
2256           (SSL/check_tcp); Eric Chen check_nntps plugin + SSL certficate
2257           expiry check [added -D option to check_tcp]
2259 2004-12-01 03:28  stanleyhopcroft
2261         * plugins/netutils.c: 1075725: patch to my_connect() to deal with
2262           SEGV if connect fails
2264 2004-12-01 03:26  stanleyhopcroft
2266         * plugins/check_tcp.c: 1041571 & 664615: check_tcp with cert check
2267           + nntps, simap, jabber
2269 2004-11-30 22:50  mattkent
2271         * contrib/check_nmap.py: Small fix from David Rippel (996800) for
2272           newer versions of nmap
2274 2004-11-30 22:26  mattkent
2276         * plugins-scripts/check_oracle.sh: Perf data and other improvements
2277           by Florian Gleixner (1027787)
2279 2004-11-30 02:40  opensides
2281         * po/fr.po:
2282           more french translations
2284 2004-11-29 19:25  tonvoon
2286         * plugins/check_ide-smart.c: Capitalized some error messages
2288 2004-11-29 19:24  tonvoon
2290         * plugins/urlize.c: Updated output to UNKNOWN
2292 2004-11-29 19:21  opensides
2294         * po/fr.po:
2295           translating fr.po new part
2297 2004-11-29 18:52  tonvoon
2299         * lib/: Makefile.am, exitfail.m4, getopt.m4: Extra files required
2300           from coreutils
2302 2004-11-29 18:46  tonvoon
2304         * SUPPORT: Cleanup and statement re: contrib plugins
2306 2004-11-29 17:42  tonvoon
2308         * configure.in: Patches for configure on *BSD (Julien Touche)
2310 2004-11-29 00:07  stanleyhopcroft
2312         * contrib/: README.TXT, rblcheck-dns, rblcheck-web,
2313           tarballs/check_icmp-0.8.tar.gz: [no log message]
2315 2004-11-28 23:49  mattkent
2317         * contrib/check_linux_raid.pl: Better error checking (820806)
2319 2004-11-28 19:56  opensides
2321         * po/fr.po:
2322           second version of french .po still 300 ;-) to translate
2324 2004-11-28 17:57  opensides
2326         * po/fr.po:
2327           first new translation of fr.po
2329 2004-11-27 16:00  mattkent
2331         * plugins/check_ssh.c: Add remote version check (1030269, Daniel
2332           Gullin)
2334 2004-11-26 03:54  stanleyhopcroft
2336         * AUTHORS: New plugin/bugfix: tracker 1070929. check_hpjdres
2338 2004-11-25 00:09  mattkent
2340         * plugins/check_disk.c: From old test harness code, make
2341           ./check_disk -w 0 -c 0 / valid parameters again
2343 2004-11-25 00:06  mattkent
2345         * test.pl.in, plugins/t/check_dns.t, plugins/t/check_http.t,
2346           plugins/t/check_load.t, plugins/t/check_mysql.t: Updating test
2347           harness
2349 2004-11-24 23:49  stanleyhopcroft
2351         * contrib/README.TXT: Removed reference to non existent tar balls
2352           (Hopcroft plugins)
2354 2004-11-24 23:46  stanleyhopcroft
2356         * contrib/check_wins.pl: Non functional tidy ups to check_wins
2358 2004-11-24 23:30  stanleyhopcroft
2360         * contrib/check_hw.sh: Added /contrib/check_hw.sh by Rok Debevc
2362 2004-11-24 23:28  stanleyhopcroft
2364         * contrib/check_sybase: Added /contrib/check_sybase by Simon
2365           Bellwood
2367 2004-11-24 22:01  stanleyhopcroft
2369         * contrib/check_hprsc.pl: update check_hprsc.pl for Net-SNMP
2370           versions >=4
2372 2004-11-24 16:34  tonvoon
2374         * tools/sfsnapshot: Removing build directory after creating
2375           distribution
2377 2004-11-24 16:19  tonvoon
2379         * doc/makefile: Added clean
2381 2004-11-24 16:01  tonvoon
2383         * configure.in: Fix snapshot build on SF
2385 2004-11-24 01:36  stanleyhopcroft
2387         * plugins/check_hpjd.c: add -OQa to command_line in check_hpjd.c.
2388           Correct nagiosplug-Bugs-889948, 846329
2390 2004-11-23 23:35  mattkent
2392         * plugins/check_nwstat.c: Attempting to fix a reported segfault
2393           (1055054)
2395 2004-11-23 23:25  mattkent
2397         * plugins/check_http.c: Added support for sending port in host
2398           header (913633)
2400 2004-11-23 19:46  tonvoon
2402         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
2403           check_dummy.c, check_fping.c, check_game.c, check_hpjd.c,
2404           check_http.c, check_ldap.c, check_load.c, check_mrtg.c,
2405           check_mrtgtraf.c, check_mysql.c, check_nwstat.c, check_overcr.c,
2406           check_pgsql.c, check_ping.c, check_procs.c, check_radius.c,
2407           check_real.c, check_smtp.c, check_snmp.c, check_ssh.c,
2408           check_tcp.c, check_time.c, check_udp.c, check_ups.c,
2409           check_users.c, negate.c, urlize.c: Making messages more
2410           consistent
2412 2004-11-23 18:53  tonvoon
2414         * plugins/: check_hpjd.c, check_mrtg.c, check_mrtgtraf.c,
2415           check_mysql.c, check_real.c, check_smtp.c, check_swap.c,
2416           check_by_ssh.c, check_dns.c, check_time.c: Standardising
2417           translation texts
2419 2004-11-23 18:35  tonvoon
2421         * doc/developer-guidelines.sgml: Guidelines on translated text
2422           (Yves Mettier, Simon Bellwood, Andreas Ericsson)
2424 2004-11-23 17:49  tonvoon
2426         * doc/developer-guidelines.sgml: Adding notes on developer and
2427           translator access in SF
2429 2004-11-23 01:06  mattkent
2431         * AUTHORS: More contributers.
2433 2004-11-23 00:49  mattkent
2435         * plugins/check_disk.c: Fix integer warning and critical options.
2436           Take values from current unit instead of always KB.
2438 2004-11-22 19:06  stanleyhopcroft
2440         * doc/developer-guidelines.sgml: trivial changes to Perl plugin
2441           section.
2443 2004-11-22 17:44  tonvoon
2445         * AUTHORS: More contributors
2447 2004-11-22 17:30  tonvoon
2449         * plugins/check_nt.c: Fixed some messages that should not be
2450           translated (Benoit Mortier)
2452 2004-11-22 15:35  tonvoon
2454         * lib/getloadavg.m4: Not required - autoconf has own macros
2456 2004-11-21 00:24  mattkent
2458         * plugins/check_mysql.c: Patch from Nathan Shafer to add
2459           replication slave check (1006777)
2461 2004-11-20 17:56  mattkent
2463         * AUTHORS: Oops, forgot one.
2465 2004-11-20 17:46  mattkent
2467         * AUTHORS: More contributers.
2469 2004-11-20 17:43  mattkent
2471         * contrib/check_linux_raid.pl: Fix always reading status from the
2472           last line (1045506)
2474 2004-11-20 17:28  mattkent
2476         * plugins/check_ping.c: New output format reported by pumuckel1980
2477           (946857)
2479 2004-11-20 16:36  mattkent
2481         * plugins/check_http.c: Bit of cleanup, fix verbose output.
2483 2004-11-20 02:04  tonvoon
2485         * configure.in: Fixed va_copy problem on AIX by copying samba's
2486           configure.in
2488 2004-11-19 10:58  tonvoon
2490         * CODING: Added perl coding guidelines, from Programming Perl book
2491           (Andreas Ericsson)
2493 2004-11-19 09:28  tonvoon
2495         * lib/getloadavg.m4: I think getloadavg.m4 is no longer required
2496           (as autoconf has built-in function)
2498 2004-11-19 09:24  tonvoon
2500         * lib/Makefile.am: Removed getloadavg.m4 (built-in function in
2501           autoconf) and added cloexec.[hc] for getloadavg.c
2503 2004-11-19 09:22  tonvoon
2505         * lib/: cloexec.h, cloexec.c: Files required for getloadavg.c
2507 2004-11-18 22:59  mattkent
2509         * plugins-scripts/check_ntp.pl: Fix incorrectly labelled units in
2510           output (1025905, Jason Martin)
2512 2004-11-18 22:44  mattkent
2514         * plugins/check_procs.c: Enabling timeout flag (1010097, Jason
2515           Martin)
2517 2004-11-18 21:53  mattkent
2519         * plugins/check_http.c: Make -L notice ssl use to output a proper
2520           href (1035234, Abid Rasheed)
2522 2004-11-18 21:39  mattkent
2524         * plugins/check_smtp.c: Change unit from 'us' to 's' to match other
2525           core plugins for simplicity.
2527 2004-11-18 19:21  tonvoon
2529         * AUTHORS: - More great contributors...
2531 2004-11-18 19:12  tonvoon
2533         * plugins/check_http.c: Options for User Agent string and extra
2534           headers (Ibere Tizio)
2536 2004-11-18 17:48  tonvoon
2538         * configure.in: Remove unnecessary CPPFLAGS for openssl (Lutz
2539           Behnke - 686476)
2541 2004-11-18 17:42  tonvoon
2543         * plugins/check_tcp.c: Enhance SSL initialization problems (Phil
2544           Dibowitz - 1055120)
2546 2004-11-18 00:36  mattkent
2548         * plugins/check_smtp.c: Go critical on no route to host instead of
2549           warning (934025)
2551 2004-11-17 19:27  tonvoon
2553         * tools/setup: Use copy of tools for consistency if building on
2554           different platforms from shared source
2556 2004-11-17 18:35  tonvoon
2558         * plugins/check_tcp.c: Ignore output from tcp port (949070 -
2559           Jan-Piet Mens)
2561 2004-11-17 18:22  tonvoon
2563         * plugins/check_http.c: --no-body and --max-age options (949521 -
2564           Jamie Zawinski)
2566 2004-11-17 17:19  tonvoon
2568         * doc/developer-guidelines.sgml: Added section on using
2569           Sourceforge, mainly for administrators
2571 2004-11-11 19:51  tonvoon
2573         * tools/update_coreutils: Tool to pull newer coreutil libs into
2574           nagiosplug's lib directory
2576 2004-11-11 19:49  tonvoon
2578         * lib/Makefile.am, lib/error.c, lib/error.h, lib/error.m4,
2579           lib/exit.h, lib/exitfail.c, lib/exitfail.h, lib/fsusage.c,
2580           lib/fsusage.h, lib/fsusage.m4, lib/full-read.h, lib/getloadavg.c,
2581           lib/getopt.c, lib/getopt.h, lib/getopt1.c, lib/gettext.h,
2582           lib/ls-mntd-fs.m4, lib/malloc.c, lib/mountlist.c,
2583           lib/mountlist.h, lib/onceonly.m4, lib/realloc.c, lib/snprintf.c,
2584           lib/strtod.c, lib/unlocked-io.h, lib/unlocked-io.m4,
2585           lib/xalloc.h, lib/xalloc.m4, lib/xmalloc.c, lib/xstrdup.c,
2586           plugins/check_disk.c, po/de.po, po/fr.po: Update to using
2587           coreutils 5.2.1 libraries and snprintf.c from samba 3.0.8
2589 2004-09-07 16:27  tonvoon
2591         * doc/developer-guidelines.sgml: Clarity based on comments by Ben
2592           Clewett
2594 2004-08-23 17:59  tonvoon
2596         * AUTHORS: For patch to check_nt
2598 2004-08-23 17:58  tonvoon
2600         * plugins/check_nt.c: Restore divisor for memory size reported by
2601           Windows. Also, implements warning and critical levels for
2602           performance counters. (Paulo Afonso Graner Fessel)
2604 2004-08-23 17:18  tonvoon
2606         * configure.in, plugins/check_swap.c, plugins/common.h: Using
2607           swapctl for Solaris, Tru64 and *BSD (Sean Finney)
2609 2004-08-19 15:05  tonvoon
2611         * configure.in, plugins/check_swap.c, plugins/common.h: Patch for
2612           tru64 using swapctl calls (Sean Finney)
2614 2004-08-18 17:32  tonvoon
2616         * AUTHORS: Another day's work...
2618 2004-08-18 17:25  tonvoon
2620         * plugins/check_dig.c: Checks different record types and checks
2621           against an expected address (Bill Kunkel)
2623 2004-08-18 16:36  tonvoon
2625         * configure.in: Support for check_swap on NetBSD/OpenBSD (Sean
2626           Finney)
2628 2004-08-18 16:25  tonvoon
2630         * plugins-scripts/check_oracle.sh: More specific test for sid (Paul
2631           Allen)
2633 2004-08-18 16:21  tonvoon
2635         * plugins/check_disk.c: Fixed perfdata so that shows amount used
2636           (Garry Cook)
2638 2004-08-18 15:51  tonvoon
2640         * plugins-scripts/check_ifstatus.pl: Perfdata corrected (Garry
2641           Cook)
2643 2004-08-18 15:46  tonvoon
2645         * plugins-scripts/check_oracle.sh: Fix for similar dataabase sids
2646           (Carole Verdon)
2648 2004-08-18 15:41  tonvoon
2650         * AUTHORS: Gary Cook for perfdata for check_nt
2652 2004-08-18 15:40  tonvoon
2654         * plugins/check_nt.c: Perfdata added (Gary Cook)
2656 2004-06-26 12:39  tonvoon
2658         * tools/sfsnapshot: Change of compile server and cleanups
2660 2004-06-26 01:13  tonvoon
2662         * tools/sfsnapshot: Remove need to alter configure.in. Using
2663           different compile farms for SF to do the compiling
2665 2004-05-24 10:22  tonvoon
2667         * AUTHORS: Ben Clewett
2669 2004-05-24 10:21  tonvoon
2671         * lib/Makefile.am: Missed getloadavg.c (Ben Clewett)
2673 2004-05-20 02:09  egalstad
2675         * contrib/check_dhcp.c: DHCP bug fix
2677 2004-05-10 06:25  tonvoon
2679         * configure.in: Set EXTRAS with check_swap if ac_cv_have_swap is
2680           set
2682 2004-04-30 07:12  tonvoon
2684         * configure.in: ps -el for HP-UX
2686 2004-04-29 11:08  tonvoon
2688         * configure.in: Bug in ps -el for AIX 4.1
2690 2004-04-29 07:13  tonvoon
2692         * AUTHORS: Sven for HP-UX requirements
2694 2004-04-29 07:12  tonvoon
2696         * REQUIREMENTS: HP-UX requirements (Sven Schaffranneck)
2698 2004-04-19 09:13  sghosh
2700         * contrib/check_nagios_db_pg.pl, AUTHORS: Postgres backend monitor
2702 2004-04-19 09:10  sghosh
2704         * AUTHORS, plugins-scripts/check_mssql.pl: check_mssql.pl
2706 2004-04-19 09:08  sghosh
2708         * README: Win32 plugin repository
2710 2004-04-08 07:05  tonvoon
2712         * AUTHORS: Torsten Werner for check_racle patches
2714 2004-04-08 07:05  tonvoon
2716         * plugins-scripts/check_oracle.sh: Cleaner calls to awk and support
2717           if Oracle has different national language settings (Torsten
2718           Werner)
2720 2004-04-08 06:50  tonvoon
2722         * plugins-scripts/check_oracle.sh: Cleaner calls to awk and support
2723           if Oracle has different national language settings (Torsten
2724           Werner)
2726 2004-04-06 12:02  tonvoon
2728         * configure.in, plugins/check_procs.c: Fixed weird scanf bug on
2729           Solaris
2731 2004-04-02 14:37  kdebisschop
2733         * plugins/check_by_ssh.c: add example invocation to help
2735 2004-03-31 18:01  tonvoon
2737         * AUTHORS: Howard Wilkinson
2739 2004-03-31 17:53  tonvoon
2741         * plugins/check_nt.c: Command line argument bug (Howard Wilkinson)
2743 2004-03-31 17:48  tonvoon
2745         * plugins/netutils.c: Set default state (Howard Wilkinson)
2747 2004-03-31 14:20  tonvoon
2749         * doc/developer-guidelines.sgml: Update author list
2751 2004-03-23 01:35  kdebisschop
2753         * plugins/check_fping.c: check was supposed to be agains ms - got
2754           munged wfixeg the perfdata output to be in seconds
2756 2004-03-22 02:25  tonvoon
2758         * plugins/check_http.c: Getopt bug (Joe Rhett)
2760 2004-03-22 02:22  tonvoon
2762         * AUTHORS: Joe Rhett for getopt bug
2764 2004-03-22 02:19  tonvoon
2766         * plugins/check_http.c: Option --url not mapped (Joe Rhett)
2768 2004-03-18 15:58  tonvoon
2770         * AUTHORS: More help for patches
2772 2004-03-18 15:50  tonvoon
2774         * plugins/check_disk.c: Typo in check_disk units (Matthew Kent -
2775           909281)
2777 2004-03-18 15:40  tonvoon
2779         * configure.in: Mysql include path not added correctly (Arnold
2780           Cavazos - 912974)
2782 2004-03-18 15:37  tonvoon
2784         * configure.in: Mysql include path not added correctly (Arnold
2785           Cavazos - 912974)
2787 2004-03-18 15:31  tonvoon
2789         * plugins/check_radius.c: Option to fill in NAS-identifier to
2790           Emulate pam_radius behaviour (Alexander Kulak)
2792 2004-03-17 15:38  tonvoon
2794         * doc/developer-guidelines.sgml: Copyright information for patches
2796 2004-03-13 23:09  kdebisschop
2798         * plugins/: check_ldap.c, check_load.c, check_mrtgtraf.c,
2799           check_pgsql.c, check_smtp.c, check_tcp.c, check_ups.c: use
2800           fperfdata
2802 2004-03-13 22:37  kdebisschop
2804         * plugins/check_fping.c: use fperfdata
2806 2004-03-11 22:40  egalstad
2808         * contrib/check_cluster2.c: New cluster plugin for Nagios 2.x
2810 2004-03-11 10:33  tonvoon
2812         * CHANGES: check_procs difference
2814 2004-03-11 10:17  tonvoon
2816         * plugins/check_nagios.c: Incorporate check_proc changes into
2817           check_nagios. ps handling probably should be moved into utils.c
2818           in future
2820 2004-03-08 16:03  tonvoon
2822         * configure.in: Require ngettext
2824 2004-03-08 16:01  tonvoon
2826         * doc/developer-guidelines.sgml: Information on plugin output
2827           format
2829 2004-03-04 00:08  kdebisschop
2831         * plugins/: check_dig.c, check_dns.c, check_game.c: use float for
2832           time in perf data
2834 2004-03-03 07:33  kdebisschop
2836         * plugins/: check_http.c, utils.c: begin writing some perfdata as
2837           float
2839 2004-03-02 23:24  kdebisschop
2841         * contrib/check_pop3.pl: fix loop and \r\n (Jason Burnett -
2842           http://sourceforge.net/tracker/index.php?func=detail&aid=895677&group_id=29880&atid=397599)
2844 2004-03-02 22:48  kdebisschop
2846         * plugins/check_disk.c: check_disk was getting blocks instead of
2847           bytes (Michael Musikhin -
2848           http://sourceforge.net/tracker/index.php?func=detail&aid=900215&group_id=29880&atid=397599)
2850 2004-03-02 12:44  kdebisschop
2852         * pkg/: redhat/requires, fedora/requires: attempt to prune requires
2854 2004-03-02 01:17  kdebisschop
2856         * Makefile.am, nagios-plugins.spec.in, pkg/fedora/requires: make
2857           specfile into a template which can generate a generic spec plus
2858           specs suitable for various repositories
2860 2004-03-02 01:13  kdebisschop
2862         * configure.in: prpare for alpha2
2864 2004-03-02 00:25  kdebisschop
2866         * plugins/check_http.c: relax check for -w/-c to accept floats (bug
2867           report from Warrick FitzGerald)
2869 2004-03-02 00:01  kdebisschop
2871         * AUTHORS, plugins/check_swap.c: fix div by zero error when
2872           swaptotal is zero (Flo Gleixner)
2874 2004-03-01 07:27  kdebisschop
2876         * plugins/: check_tcp.c, netutils.c: check_tcp was returning
2877           uninitialized string with user-defined refused outcome
2879 2004-03-01 01:15  kdebisschop
2881         * plugins/check_smtp.c: allow regex for ecpect checks
2883 2004-02-28 23:09  kdebisschop
2885         * plugins/: check_nwstat.c, netutils.c, netutils.h: was making up
2886           to 34 separate tcp connections - now we open one and reuse
2888 2004-02-28 02:27  kdebisschop
2890         * plugins/check_snmp.c: checks for warn in check_num() mistakenly
2891           referred to crit limits
2893 2004-02-28 01:51  kdebisschop
2895         * plugins/check_smtp.c: minor doco update to reflect handling of
2896           repeated caoomand strings
2898 2004-02-28 01:48  kdebisschop
2900         * plugins/check_smtp.c: work in progress to accept multiple
2901           command/expect pairs
2903 2004-02-27 23:54  kdebisschop
2905         * plugins/check_swap.c: update to work with Linux 2.6 /proc/meminfo
2906           format
2908 2004-02-25 03:50  kdebisschop
2910         * AUTHORS, plugins/check_dns.c: check server for authoritative
2911           status (from Jon Hallet)
2913 2004-02-25 03:12  kdebisschop
2915         * plugins/check_swap.c: change some datatypes to llu for very large
2916           swaps
2918 2004-02-25 02:49  kdebisschop
2920         * configure.in, plugins/check_ping.c: pass timeout to ping if
2921           supported with -w parameter (linux)
2923 2004-02-21 00:37  kdebisschop
2925         * plugins/check_by_ssh.c: add option to ignore a specified number
2926           of lines on stderr (to suppress a login banner)
2928 2004-02-20 22:50  kdebisschop
2930         * plugins-scripts/check_breeze.pl: add $opt_C to 'use vars' (report
2931           882381 and patch form Jason Martin)
2933 2004-02-20 22:44  kdebisschop
2935         * AUTHORS: Add Jason Martin for report of missing $opt_C for 'use
2936           vars' in check_breeze
2938 2004-02-20 22:42  kdebisschop
2940         * plugins-scripts/check_breeze.pl: add opt_C to 'usr vars'
2942 2004-02-20 14:35  tonvoon
2944         * plugins/check_http.c: - Missed out getopt for -T
2946 2004-02-20 00:25  kdebisschop
2948         * contrib/check_dhcp.c, contrib/check_procl.sh,
2949           plugins/check_snmp.c, plugins/negate.c, plugins/netutils.c,
2950           plugins/urlize.c: spell fix "received"
2952 2004-02-20 00:22  kdebisschop
2954         * plugins/check_snmp.c, plugins/negate.c, plugins/netutils.c,
2955           plugins/urlize.c, contrib/check_dhcp.c: spell fix "received"
2957 2004-02-20 00:21  kdebisschop
2959         * plugins/: utils.c, utils.h: add perfdata function for floats to
2960           complement ints, also spell fix "received"
2962 2004-02-20 00:19  kdebisschop
2964         * AUTHORS: add Ralph Rye for report of check_procs segfault on
2965           AIX/WebSphere and proof-of-concept patch
2967 2004-02-20 00:04  kdebisschop
2969         * plugins/check_procs.c: handle case where line from ps output
2970           exceed MAX_INPUT_BUFFER
2972 2004-02-19 22:37  tonvoon
2974         * AUTHORS: Shaun Wills for patch to check_http
2976 2004-02-19 22:21  tonvoon
2978         * plugins/check_http.c: Added Content-type when POSTing (Shawn
2979           Wills)
2981 2004-02-19 22:00  tonvoon
2983         * plugins/check_procs.c: - compiler warning removed (but usage2
2984           messages badly broken)
2986 2004-02-19 21:58  tonvoon
2988         * AUTHORS: Matt Pounsett for bug report
2990 2004-02-19 21:09  tonvoon
2992         * plugins/check_dns.c: Different text to scan for if multiple
2993           addresses
2995 2004-02-19 20:05  tonvoon
2997         * plugins/check_swap.c: Corrected usage message (Matt Pounsett)
2999 2004-02-19 08:24  tonvoon
3001         * AUTHORS: Michael Musikhin for check_disk patch
3003 2004-02-19 08:23  tonvoon
3005         * plugins/check_disk.c: Uninitialised variables for -X (Bug 900091
3006           - Michael Musikhin)
3008 2004-02-18 09:57  kdebisschop
3010         * configure.in: version bump (old)
3012 2004-02-18 09:56  kdebisschop
3014         * acinclude.m4, lib/afs.m4, lib/fstypename.m4, lib/fsusage.m4:
3015           underquoted defines cause warning on FC2
3017 2004-02-17 21:11  tonvoon
3019         * AUTHORS: Johannes Herlitz for patch to check_dns
3021 2004-02-17 21:09  tonvoon
3023         * plugins/check_dns.c: Output message includes the query_address,
3024           as inspired by Johannes Herlitz.  Also cleanup of comments and
3025           handles multi-line nslookup output (MacOSX 10.3)
3027 2004-02-17 08:24  tonvoon
3029         * AUTHORS: David Alden for check_snmp_procs.pl
3031 2004-02-17 08:23  tonvoon
3033         * contrib/check_snmp_procs.pl: Checks remote processes via SNMP
3034           (David Alden)
3036 2004-02-09 03:32  tonvoon
3038         * AUTHORS: Patrick McCormick
3040 2004-02-09 03:27  tonvoon
3042         * plugins/check_ping.c: Fix for check_ping old-style argument
3043           handling (Patrick McCormick - 892211)
3045 2004-01-28 06:42  tonvoon
3047         * plugins/check_dummy.c: Print optional text
3049 2004-01-21 07:50  kdebisschop
3051         * AUTHORS: credit David Croft (patch check_tcp formultibyte malloc
3052           bug in server_expect)
3054 2004-01-21 07:49  kdebisschop
3056         * plugins/check_tcp.c: =fix segfault on malloc of server_expect for
3057           multibyte chars (David Croft)
3059 2004-01-21 07:46  kdebisschop
3061         * AUTHORS: credit David Croft (patch check_tcp formultibyte malloc
3062           bug in server_expect)
3064 2004-01-21 07:45  kdebisschop
3066         * plugins/check_tcp.c: =fix segfault on malloc of server_expect for
3067           multibyte chars (David Croft)
3069 2004-01-18 15:07  sghosh
3071         * contrib/check_snmp_printer.pl: plugin to check printer status via
3072           snmp, includes page count as perfdata; perl plugin
3074 2003-12-24 03:51  tonvoon
3076         * AUTHORS: Bug reporter
3078 2003-12-24 03:51  tonvoon
3080         * plugins/check_swap.c: Fixed help doc on use of % (854817 - Gunnar
3081           Hellekson)
3083 2003-12-18 04:24  tonvoon
3085         * README: Reference to CHANGES file
3087 2003-12-18 04:19  tonvoon
3089         * Makefile.am: Add CHANGES file to distribution
3091 2003-12-18 04:15  tonvoon
3093         * CHANGES: List major changes between releases
3095 2003-12-11 05:00  tonvoon
3097         * AUTHORS: For patch to check_http
3099 2003-12-11 05:00  tonvoon
3101         * plugins/check_http.c: Relative redirects not followed correctly
3102           (854131 - John Sivak)
3104 2003-12-05 13:12  tonvoon
3106         * AUTHORS: Ben Whaley for reported Solaris 8 /usr/ucb/ps problem in
3107           configure.in
3109 2003-12-05 13:08  tonvoon
3111         * configure.in: Not correctly working out ps command if /usr/ucb
3112           before /usr/bin in PATH for Solaris (reported by Ben Whaley)
3114 2003-12-05 11:45  tonvoon
3116         * AUTHORS: Patch to my_connect
3118 2003-12-05 11:42  tonvoon
3120         * plugins/: netutils.c, netutils.h: Fix clash of namespace for
3121           my_connect with mysql (854339 - Ian Holsman)
3123 2003-12-02 10:27  tonvoon
3125         * plugins/check_disk.c: Default thresholds not defined for lists in
3126           -x parameter (raised by Matt Garrett)
3128 2003-11-30 21:47  kdebisschop
3130         * po/: de.po, fr.po: commit changes caused by upstream code mods
3132 2003-11-30 21:46  kdebisschop
3134         * plugins/check_procs.c: use usage2 function
3136 2003-11-30 21:38  kdebisschop
3138         * nagios-plugins.spec.in: add THANKS to %doc
3140 2003-11-28 09:18  tonvoon
3142         * plugins/check_procs.c: Fixed listing of failed processes
3144 2003-11-24 09:56  tonvoon
3146         * AUTHORS: For patches
3148 2003-11-24 09:53  tonvoon
3150         * plugins/check_hpjd.c: Bug from code-clean (Antony Simmonds -
3151           846311)
3153 2003-11-21 02:53  kdebisschop
3155         * README: update auotmake/autoconf versions
3157 2003-11-21 02:52  kdebisschop
3159         * doc/developer-guidelines.sgml: update developer names
3161 2003-11-21 02:34  kdebisschop
3163         * INSTALLING: our policy now is to use most recent versions of GNU
3164           tool chain
3166 2003-11-19 01:24  kdebisschop
3168         * plugins/check_time.c: add perfdata
3170 2003-11-19 01:00  kdebisschop
3172         * plugins/check_smtp.c: use perfdata() to return perfoamnace data
3173           in stanadrd format
3175 2003-11-17 06:45  kdebisschop
3177         * plugins/check_ups.c: bugfix - each supported option was
3178           overwriting the previous perfdata
3180 2003-11-17 02:19  kdebisschop
3182         * plugins/check_ups.c: add perfdata
3184 2003-11-17 01:37  kdebisschop
3186         * plugins/check_pgsql.c: add perfdata
3188 2003-11-12 01:05  kdebisschop
3190         * plugins/check_snmp.c: clean up compiler warnings
3192 2003-11-12 00:53  kdebisschop
3194         * plugins/check_nt.c: clean up compiler warnings
3196 2003-11-12 00:48  kdebisschop
3198         * plugins/check_mrtg.c: clean up compiler warnings
3200 2003-11-12 00:41  kdebisschop
3202         * plugins/check_mrtgtraf.c: clean up compiler warnings
3204 2003-11-12 00:37  kdebisschop
3206         * plugins/check_swap.c: clean up compiler warnings
3208 2003-11-12 00:29  kdebisschop
3210         * plugins/check_mrtgtraf.c: add perfdata
3212 2003-11-12 00:28  kdebisschop
3214         * plugins/check_dig.c: remove overflow checks of strtod - HUGE_VALF
3215           requires C99; also remove equality checks on warn/crit interval
3216           which are no doubles
3218 2003-11-11 05:43  tonvoon
3220         * plugins/check_tcp.c: Added perfdata
3222 2003-11-11 05:34  tonvoon
3224         * plugins/check_users.c: Added perfdata
3226 2003-11-11 05:27  tonvoon
3228         * plugins/check_swap.c: Added perfdata
3230 2003-11-11 05:19  tonvoon
3232         * plugins/check_swap.c: Fixed if only absolute warn/crit set
3234 2003-11-10 06:15  tonvoon
3236         * plugins/utils.h: - typo fixes
3238 2003-11-05 17:59  sghosh
3240         * plugins-scripts/: check_ifoperstatus.pl, check_ifstatus.pl:
3241           added plugin timeout options
3243 2003-10-30 23:22  kdebisschop
3245         * plugins/check_nt.c: provide an error message
3247 2003-10-30 23:21  kdebisschop
3249         * plugins/check_hpjd.c: line indentation
3251 2003-10-30 23:20  kdebisschop
3253         * plugins/check_load.c: add perfdata
3255 2003-10-30 23:19  kdebisschop
3257         * plugins/check_mrtg.c: add perf data fix bug where stale data
3258           message would get overwritten
3260 2003-10-24 09:28  tonvoon
3262         * plugins/common.h: Ignore __attribute__ for non-GNU compilers
3264 2003-10-24 05:37  tonvoon
3266         * plugins/Makefile.am: Moved config.h to toplevel
3268 2003-10-23 06:24  tonvoon
3270         * lib/Makefile.am: Need to include intl/ for systems without
3271           libintl.h
3273 2003-10-21 12:16  tonvoon
3275         * AUTHORS: Matt Garrett for bug reports
3277 2003-10-21 11:56  tonvoon
3279         * plugins-scripts/check_file_age.pl: - Fixed file name (Matt
3280           Garrett)
3282 2003-10-20 10:03  tonvoon
3284         * configure.in, lib/fsusage.c, lib/mountlist.c: Fix for config.h at
3285           top level. Required for intl/
3287 2003-10-15 15:27  tonvoon
3289         * tools/mail_error: Need to export PATH for sfsnapshot to get
3290           correct GNU toolchain
3292 2003-10-13 23:15  sghosh
3294         * plugins-scripts/check_ifoperstatus.pl: snmpv3 patches
3296 2003-10-13 23:14  sghosh
3298         * plugins-scripts/check_ifstatus.pl:  more snmpv3 patches
3300 2003-10-13 22:40  sghosh
3302         * plugins-scripts/check_ntp.pl: Bug 773588: added check to warn on
3303           matching # candidates only
3305 2003-10-13 22:15  sghosh
3307         * plugins-scripts/check_ifstatus.pl: Added -M for maxmsgsize
3308           (v1/v2c) Added v3 support
3310 2003-09-30 09:54  tonvoon
3312         * plugins/check_swap.c: Fixed logic problem if HAVE_SWAP, but not
3313           on AIX or Solaris. Removed unnecessary ifdefs for help page.
3314           Better indentation for ifdefs
3316 2003-09-29 06:02  tonvoon
3318         * lib/Makefile.am: Missed GNU files for AIX 5.1
3320 2003-09-17 15:16  tonvoon
3322         * AUTHORS: Added authors of obsolete contrib plugins
3324 2003-09-17 15:07  tonvoon
3326         * contrib/maser-oracle.pl: Obsolete from main check_oracle
3328 2003-09-17 15:05  tonvoon
3330         * contrib/aix/: check_crit_dsk, check_dsk, check_ping: Plugins
3331           obsolete from main check_disk and check_ping
3333 2003-09-17 12:33  tonvoon
3335         * lib/strtod.c: Required if strtod not GNU compilant
3337 2003-09-17 12:31  tonvoon
3339         * configure.in, lib/Makefile.am, lib/error.c, lib/error.h,
3340           lib/error.m4, lib/malloc.c, lib/realloc.c, lib/unlocked-io.h,
3341           lib/xalloc.h, lib/xmalloc.c: Support to compile on AIX
3343 2003-09-17 12:15  tonvoon
3345         * plugins/check_load.c: - typo
3347 2003-09-17 05:31  tonvoon
3349         * configure.in, plugins/check_swap.c: Support for check_swap in AIX
3350           (tested on 5.1)
3352 2003-09-17 05:25  tonvoon
3354         * tools/setup: Hide error message if docbook not available
3356 2003-09-16 17:58  tonvoon
3358         * doc/developer-guidelines.sgml: Added in threshold range format
3359           and updated autoconf to 2.54 for a problem on Darwin)
3361 2003-09-16 10:14  tonvoon
3363         * configure.in, plugins/Makefile.am, plugins/check_procs.c: Support
3364           for AIX ps command and cleanup of configure's ps checks
3366 2003-09-16 08:32  tonvoon
3368         * AUTHORS, plugins/common.h: AIX problem with enum TRUE and FALSE
3369           (Ludse Verhoeven)
3371 2003-09-16 07:36  kdebisschop
3373         * tools/sfsnapshot: here-doc format was not correct
3375 2003-09-16 01:45  kdebisschop
3377         * plugins/check_ldap.c: milisecond timing and perfdata, fix NULL
3378           pointer error in validate_arguments
3380 2003-09-15 11:49  tonvoon
3382         * AUTHORS: Contributors to the perfdata discussion
3384 2003-09-15 11:28  tonvoon
3386         * AUTHORS, plugins-scripts/check_mailq.pl: Added Exim support
3387           (768445 - Eric Bollengier)
3389 2003-09-15 10:57  tonvoon
3391         * AUTHORS, plugins/check_nt.c: Option to verify check_nt version
3392           (799098 - Steve Hanselman)
3394 2003-09-15 10:30  tonvoon
3396         * AUTHORS: Jason Burnett for check_disk_smb patch
3398 2003-09-15 10:26  tonvoon
3400         * plugins-scripts/check_disk_smb.pl: Optionally specify port for
3401           smbclient to use (781227 - Jason Burnett)
3403 2003-09-15 01:03  kdebisschop
3405         * plugins/check_http.c: make status code extensible (thanks to
3406           Chris Wilson <chris@netservers.co.uk>)
3408 2003-09-12 07:53  kdebisschop
3410         * AUTHORS: two new additions
3412 2003-09-12 07:51  kdebisschop
3414         * plugins/check_ping.c: *new output format reported by Patrick
3415           Allen <p.allen@brandblue.co.uk>, also move atrribution for
3416           Richard Brodie to thanks file
3418 2003-09-12 07:38  kdebisschop
3420         * plugins/check_ping.c: new output format reported by Patrick Allen
3421           <p.allen@brandblue.co.uk>
3423 2003-09-11 07:50  kdebisschop
3425         * plugins/check_http.c: use prefdata function for size too
3427 2003-09-11 04:02  kdebisschop
3429         * plugins/check_http.c: use prefdata function
3431 2003-09-11 04:02  kdebisschop
3433         * configure.in, plugins/check_swap.c: last changes to configure
3434           broke check_swap on RHLinux. Restore /proc/meminfo check and make
3435           check_swap ifdefs safer
3437 2003-09-04 02:43  kdebisschop
3439         * Makefile.am: change so make-dist works in subdirs
3441 2003-09-03 15:37  tonvoon
3443         * configure.in: Remove df checks and ignore swap checks if no swap
3444           commands found
3446 2003-09-03 15:32  tonvoon
3448         * doc/developer-guidelines.sgml: No named credits in source code
3450 2003-09-03 06:32  tonvoon
3452         * configure.in: Fixed substitution for Tru64's ps format
3454 2003-09-03 02:01  kdebisschop
3456         * plugins/check_dig.c: allow warn/crit times to be floating point
3458 2003-09-03 02:00  kdebisschop
3460         * configure.in, plugins/common.h: include math.h if needed for
3461           HUGE_VAL
3463 2003-09-02 11:04  tonvoon
3465         * plugins/check_procs.c: Solaris requires asprintf checks for null
3466           variables
3468 2003-09-01 16:07  tonvoon
3470         * Makefile.am: Report duplicates in AUTHORS file
3472 2003-09-01 15:43  tonvoon
3474         * doc/developer-guidelines.sgml: Add contributor's name into CVS
3475           comments
3477 2003-08-31 01:24  tonvoon
3479         * .cvsignore, AUTHORS, Makefile.am, THANKS.in: Updated AUTHORS to
3480           include all contributors listed in comments in code and CVS for
3481           plugins and plugins-scripts. Still need to do SF
3483 2003-08-31 01:13  tonvoon
3485         * doc/developer-guidelines.sgml: Updated perf data standard for
3486           warn before crit
3488 2003-08-28 07:56  kdebisschop
3490         * plugins/check_game.c: add perf data
3492 2003-08-27 23:53  kdebisschop
3494         * plugins/check_dns.c: add perf data
3496 2003-08-27 23:53  kdebisschop
3498         * plugins/utils.c: use single quotes per guideline, also quote when
3499           SPC or = are found
3501 2003-08-27 23:22  kdebisschop
3503         * plugins/check_disk.c: add perf data
3505 2003-08-27 23:21  kdebisschop
3507         * plugins/utils.c: suppress quotes in perf data when not needed
3508           (some plugins need the space to keep below line length limit
3510 2003-08-27 23:20  kdebisschop
3512         * plugins/utils.h: add min() macro to complement max()
3514 2003-08-26 07:08  kdebisschop
3516         * plugins/check_dig.c: print perfdata
3518 2003-08-26 06:51  kdebisschop
3520         * plugins/check_fping.c: print perfdata
3522 2003-08-26 06:44  kdebisschop
3524         * plugins/: utils.c, utils.h: function to make perfdata output
3526 2003-08-23 11:07  kdebisschop
3528         * plugins/check_http.c: - found and fixed memory allocation error
3529           in rewritten redir() function
3531 2003-08-23 09:59  kdebisschop
3533         * plugins/check_http.c: - hacked interim fix to segfault on
3534           redirect - for tesing only
3536 2003-08-23 09:58  kdebisschop
3538         * plugins/check_dig.c: - fix various format errors with newly added
3539           perf data
3541 2003-08-22 19:49  kdebisschop
3543         * plugins/check_dig.c: - forgot to declare struct timeval tv for
3544           hires timing
3546 2003-08-22 02:55  kdebisschop
3548         * plugins/check_dig.c: - add perf data for time
3550 2003-08-22 02:22  kdebisschop
3552         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
3553           check_dummy.c, check_fping.c, check_game.c, check_hpjd.c,
3554           check_http.c, check_ide-smart.c, check_ldap.c, check_load.c,
3555           check_mrtg.c, check_mysql.c, check_nagios.c, check_nt.c,
3556           check_nwstat.c, check_overcr.c, check_pgsql.c, check_ping.c,
3557           check_procs.c, check_radius.c, check_real.c, check_smtp.c,
3558           check_snmp.c, check_ssh.c, check_swap.c, check_tcp.c,
3559           check_time.c, check_udp.c, check_ups.c, check_users.c, negate.c,
3560           urlize.c: - bindtextdomain for gettext, a few other smale
3561           cleanups here and there
3563 2003-08-22 00:42  kdebisschop
3565         * plugins/: check_http.c: * bugfix: snprintf of timestamp truncated
3566           '\0'
3568 2003-08-21 14:00  kdebisschop
3570         * plugins/check_http.c: * Check redirections for infinte loops and
3571           limit depth of recursion
3573 2003-08-20 05:54  tonvoon
3575         * plugins/check_time.c: Optionally use udp instead of tcp (Bradley
3576           Baetz - 751646)
3578 2003-08-20 04:31  tonvoon
3580         * contrib/check_wins.pl: Changed netsaint to nagios in use lib
3582 2003-08-19 07:41  kdebisschop
3584         * plugins/check_http.c: *BUGFIX: LWS is not required betwwen
3585           "Location:" header field name and field value
3587 2003-08-19 07:19  kdebisschop
3589         * plugins/check_http.c: *add missing status numbers from RFC 2616
3590           (HTTP1.1)
3592 2003-08-18 07:05  kdebisschop
3594         * plugins/check_ping.c: move error scans to a new separate routine
3595           and scan both stderr and stdio
3597 2003-08-11 15:50  tonvoon
3599         * doc/developer-guidelines.sgml: Performance data guidelines added
3601 2003-08-11 15:43  tonvoon
3603         * tools/sfsnapshot: Fixed building snapshots - cvs update ignores
3604           new directories.  Also do not need to run make
3606 2003-08-10 08:56  kdebisschop
3608         * plugins/utils.c: config.h is redundant (common.h includes it)
3610 2003-08-10 08:48  kdebisschop
3612         * plugins/: check_dns.c, check_smtp.c: perf data in integer
3613           microseconds
3615 2003-08-10 08:12  kdebisschop
3617         * po/: POTFILES.in, de.po, fr.po: first pass at NLS markup done
3619 2003-08-10 08:11  kdebisschop
3621         * plugins-scripts/check_rpc.pl: proposed fix for LANG issue
3623 2003-08-10 02:53  kdebisschop
3625         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
3626           check_fping.c, check_game.c, check_hpjd.c, check_http.c,
3627           check_ldap.c, check_load.c, check_mrtg.c, check_mrtgtraf.c,
3628           check_mysql.c, check_nagios.c, check_nt.c, check_nwstat.c,
3629           check_overcr.c, check_pgsql.c, check_ping.c, check_procs.c,
3630           check_radius.c, check_real.c, check_smtp.c, check_snmp.c,
3631           check_ssh.c, check_swap.c, check_tcp.c, check_time.c,
3632           check_udp.c, check_ups.c, check_users.c, negate.c, popen.c,
3633           urlize.c: the last round of pedantic compiler warnings
3635 2003-08-09 09:37  kdebisschop
3637         * tools/devmode: a little shell script to make it a little easier
3638           to produce  pedantic compiler warnings
3640 2003-08-09 09:36  kdebisschop
3642         * plugins/: check_smtp.c, check_ssh.c, check_tcp.c, check_time.c,
3643           check_udp.c, check_ups.c, check_users.c: more pedantic compiler
3644           warnings
3646 2003-08-09 02:51  undrgrid
3648         * plugins/common.h, po/de.po, po/fr.po: Code clean-up
3650 2003-08-09 02:01  kdebisschop
3652         * plugins/: check_dig.c, check_http.c, check_load.c, check_mrtg.c,
3653           check_mrtgtraf.c, check_nwstat.c, check_overcr.c, check_ping.c,
3654           check_procs.c, check_real.c, utils.c, utils.h: more pedantic
3655           compiler warns
3657 2003-08-09 00:19  kdebisschop
3659         * plugins/check_http.c: more pedantic compiler warns, change to
3660           microsecond output for perf data, add size to perf data
3662 2003-08-09 00:12  kdebisschop
3664         * plugins/: utils.c, utils.h: add function for elapsed tim ein
3665           microseconds
3667 2003-08-08 20:56  kdebisschop
3669         * plugins/check_http.c: more pedantic compiler warnings
3671 2003-08-08 20:41  kdebisschop
3673         * plugins/: check_disk.c, check_dummy.c, popen.c, utils.c, utils.h:
3674           more pedantic compiler warnings
3676 2003-08-08 16:31  kdebisschop
3678         * lib/Makefile.am: include getloadvag.m4 in distrib
3680 2003-08-08 12:49  kdebisschop
3682         * plugins/: check_disk.c, netutils.c, netutils.h: cleanups from
3683           pedantic complier warnings
3685 2003-08-08 12:48  kdebisschop
3687         * plugins/check_nt.c: change if/elseif block to case, general
3688           streamline
3690 2003-08-08 08:14  kdebisschop
3692         * plugins/check_disk.c: fix a variety of compiler warnings about
3693           qualifier discards and other pedantic stuff
3695 2003-08-08 01:09  kdebisschop
3697         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c,
3698           check_snmp.c, utils.c, utils.h: fix a variety of compiler
3699           warnings about qualifier discards and other pedantic stuff
3701 2003-08-08 00:33  kdebisschop
3703         * plugins/: check_by_ssh.c, check_disk.c, check_nt.c, netutils.c,
3704           netutils.h, popen.h, utils.h: fix a variety of compiler warnings
3705           about qualifier discards and other pedantic stuff
3707 2003-08-07 23:51  kdebisschop
3709         * plugins/: check_nt.c, check_smtp.c: markup for translation
3711 2003-08-07 19:17  kdebisschop
3713         * plugins/check_real.c: markup for translation
3715 2003-08-07 08:36  kdebisschop
3717         * plugins/check_procs.c: markup for translation
3719 2003-08-07 08:09  kdebisschop
3721         * plugins/check_load.c: reorder for consistency, restore prototypes
3722           for print_foo, nest #ifdef to avoid pedantic traditional c warn
3724 2003-08-07 08:00  kdebisschop
3726         * plugins/check_snmp.c: reorder for consistency (no code changes)
3728 2003-08-07 07:51  kdebisschop
3730         * plugins/: check_by_ssh.c, check_disk.c, check_dns.c,
3731           check_fping.c, check_game.c, check_http.c, check_mrtg.c,
3732           check_mrtgtraf.c, check_nagios.c, check_nt.c, check_nwstat.c,
3733           check_overcr.c, check_radius.c, check_real.c, check_snmp.c,
3734           check_swap.c, check_tcp.c, check_time.c, negate.c, netutils.c,
3735           popen.c, utils.c, utils.h: replace "terminate" with "die" for
3736           shorter name and better readability
3738 2003-08-07 07:49  kdebisschop
3740         * plugins/check_ping.c: cleanup for better readability
3742 2003-08-07 05:51  kdebisschop
3744         * plugins/check_ping.c: markup for translation
3746 2003-08-06 21:23  kdebisschop
3748         * tools/sfsnapshot: make must be run before make dist to creat
3749           language files
3751 2003-08-06 16:53  tonvoon
3753         * doc/developer-guidelines.sgml: Added in that Nagios plugins are
3754           written to GNU standards
3756 2003-08-06 10:26  kdebisschop
3758         * lib/.cvsignore: ignore ulonglong.m4
3760 2003-08-06 08:13  kdebisschop
3762         * plugins/check_overcr.c: markup for translation, move send_buffer
3763           assignment to process_args so process_tcp_request can be moved
3764           outside the conditional, replace if/esleif with switch, replace
3765           #defines with enum
3767 2003-08-06 08:11  kdebisschop
3769         * plugins/check_nwstat.c: markup for translation
3771 2003-08-05 15:20  tonvoon
3773         * doc/developer-guidelines.sgml: Added dev platform requirements
3775 2003-08-05 07:53  kdebisschop
3777         * plugins/check_ssh.c: markup for translation
3779 2003-08-05 05:56  stanleyhopcroft
3781         * contrib/check_mssql.sh: Version 2.0 of MS SQL server plugin
3782           (contrib/check_mssql.sh) from T De Blende.
3784 2003-08-04 07:38  kdebisschop
3786         * plugins/: check_users.c, urlize.c: markup for translation
3788 2003-08-04 04:13  kdebisschop
3790         * plugins/: check_time.c, check_udp.c: markup for translation
3792 2003-08-04 03:42  kdebisschop
3794         * plugins/: check_ldap.c, check_nagios.c, check_radius.c,
3795           check_udp.c, check_ups.c, negate.c: markup for translation
3797 2003-08-03 10:24  kdebisschop
3799         * plugins/: check_ldap.c, check_mrtg.c, check_mrtgtraf.c: markup
3800           for translation
3802 2003-08-03 02:19  kdebisschop
3804         * plugins/check_load.c: markup for translation
3806 2003-08-03 02:05  kdebisschop
3808         * plugins/: check_http.c, check_ldap.c, check_tcp.c: markup for
3809           translation
3811 2003-08-03 02:03  kdebisschop
3813         * plugins/: Makefile.am, check_ide-smart.c: markup for translation,
3814           use common.h, fix problems compiling
3816 2003-08-03 02:02  kdebisschop
3818         * plugins/check_ldap.c: markup for translation
3820 2003-08-02 20:01  kdebisschop
3822         * plugins/check_http.c: markup for translation
3824 2003-08-02 18:19  kdebisschop
3826         * plugins/check_hpjd.c: markup for translation
3828 2003-08-02 18:08  kdebisschop
3830         * plugins/check_mysql.c: markup for translation
3832 2003-08-02 18:06  kdebisschop
3834         * plugins/: check_fping.c, check_game.c, check_mysql.c,
3835           check_snmp.c, utils.h: markupf for translation
3837 2003-08-02 14:22  kdebisschop
3839         * plugins/: utils.c, utils.h: ifdef so utils.h can be header for
3840           utils.c
3842 2003-08-02 14:22  kdebisschop
3844         * plugins/: check_fping.c, check_snmp.c: markup for translation
3846 2003-08-02 12:42  kdebisschop
3848         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
3849           check_dummy.c, check_pgsql.c, check_swap.c, check_tcp.c, utils.h:
3850           establish "UT_" namespace for usage text in #defines
3852 2003-08-02 12:42  kdebisschop
3854         * plugins/check_snmp.c: markup for translation
3856 2003-08-02 01:30  kdebisschop
3858         * plugins/check_dns.c: restore informative output that was lost in
3859           previous bug fix
3861 2003-08-01 19:56  kdebisschop
3863         * plugins/check_dns.c: terminate in error_scan() so meaningfull
3864           errors can be sent
3866 2003-08-01 02:04  kdebisschop
3868         * plugins/check_dummy.c: mark for transaltion
3870 2003-08-01 02:03  kdebisschop
3872         * plugins/check_dns.c: do not translate the strings that will be
3873           compared to utility output - LC_ALL is set to C so those strings
3874           should be untranslated regardless of the system settings
3876 2003-08-01 02:01  kdebisschop
3878         * plugins/popen.c: set LC_ALL to C in execve environemnt
3880 2003-07-31 22:11  kdebisschop
3882         * plugins/: Makefile.am: 'ln -f -s ...' is not reliable/portable.
3883           Use 'rm -f ...; ln -s ...'
3885 2003-07-31 08:06  kdebisschop
3887         * plugins/check_dns.c: mark for translation (note problem here - it
3888           relies on tranalation in underlying utility, which has a high
3889           chance of failing)
3891 2003-07-31 07:02  kdebisschop
3893         * plugins/: utils.h, check_disk.c: mark for translation
3895 2003-07-30 07:39  kdebisschop
3897         * plugins/check_by_ssh.c: mark up for translation
3899 2003-07-30 00:07  kdebisschop
3901         * plugins/: check_dig.c, check_pgsql.c, check_swap.c, check_tcp.c,
3902           utils.h: markup for translation
3904 2003-07-29 07:58  kdebisschop
3906         * plugins/: check_pgsql.c, check_swap.c, check_tcp.c: mark for
3907           translation
3909 2003-07-29 07:57  kdebisschop
3911         * plugins/utils.h: some shared text for internationalized help text
3913 2003-07-29 01:49  kdebisschop
3915         * plugins/utils.c: clean up warnings about ill-formed comment and
3916           string concatenation
3918 2003-07-29 01:43  kdebisschop
3920         * .cvsignore, ChangeLog, README, configure.in, lib/Makefile.am:
3921           bump to gettext 0.11.5 and cleanup GNU toolchain
3923 2003-07-29 01:38  kdebisschop
3925         * ABOUT-NLS, INSTALL: get from GNU files instead of storing in CVS
3927 2003-07-29 01:03  kdebisschop
3929         * tools/setup: move autopoint to start of gnu toolchain setup use
3930           --force-missing instead on manually copying files  (manual
3931           process was broken on RedHat, and we should expect automake to do
3932           its job right anyway)
3934 2003-07-28 23:06  kdebisschop
3936         * configure.in: look for getloadavg.c in $topdir/lib, not
3937           $srcdir/lib
3939 2003-07-28 23:04  kdebisschop
3941         * plugins/: check_http.c: patch attempt to reference undefined
3942           optarg (credit Paul Farrall)
3944 2003-07-28 23:03  kdebisschop
3946         * configure.in: look for getloadavg.c in $topdir/lib, not
3947           $srcdir/lib
3949 2003-07-28 07:36  tonvoon
3951         * configure.in: - Specify srcdir so no confusion
3953 2003-07-28 07:34  tonvoon
3955         * configure.in, lib/getloadavg.m4: Fixes Redhat 6.2 compiles for
3956           getloadavg.o
3958 2003-07-28 07:30  tonvoon
3960         * configure.in, lib/getloadavg.m4: Readded getloadavg.m4 as using
3961           autoconf 2.50+. This fixes redhat 6.2 compiles
3963 2003-07-26 08:15  kdebisschop
3965         * plugins/check_pgsql.c: mark for translation
3967 2003-07-26 08:13  kdebisschop
3969         * plugins/common.h: add S_ macor to mark message for both
3970           translation and inclusion into docbook SGML
3972 2003-07-26 01:29  kdebisschop
3974         * po/: de.po, fr.po: updated check_tcp
3976 2003-07-26 01:25  kdebisschop
3978         * plugins/check_tcp.c, po/ChangeLog: internationalization
3980 2003-07-26 01:17  kdebisschop
3982         * po/.cvsignore, intl/.cvsignore, lib/.cvsignore: skip gettext
3983           files
3985 2003-07-26 00:33  kdebisschop
3987         * lib/: Makefile.am: checkins for internationalization
3989 2003-07-26 00:25  kdebisschop
3991         * po/Makevars: checkins for internationalization
3993 2003-07-26 00:17  kdebisschop
3995         * lib/gettext.h: checkins for internationalization
3997 2003-07-26 00:14  kdebisschop
3999         * tools/setup: checkins for internationalization
4001 2003-07-26 00:09  kdebisschop
4003         * configure.in, ABOUT-NLS, po/de.po, po/fr.po: checkins for
4004           internationalization
4006 2003-07-26 00:06  kdebisschop
4008         * .cvsignore, ChangeLog, Makefile.am, configure.in,
4009           nagios-plugins.spec.in, lib/Makefile.am, plugins/Makefile.am,
4010           plugins/check_tcp.c, plugins/common.h, plugins/utils.c,
4011           po/LINGUAS, po/POTFILES.in, tools/setup: checkins for
4012           internationalization
4014 2003-07-21 08:06  kdebisschop
4016         * plugins/common.h: add stubs to allow markup for translation
4018 2003-07-21 07:53  kdebisschop
4020         * configure.in, plugins/common.h: test GNU_SOURCE and include
4021           features.h if present to clear warning about asprintf definition
4023 2003-07-20 10:40  kdebisschop
4025         * doc/developer-guidelines.sgml: must use '&amp;' in attribute
4026           values instead of '&' id tokens (attibute values) must not have
4027           embedded spaces
4029 2003-07-20 10:01  kdebisschop
4031         * nagios-plugins.spec.in: was needed for build on RH9
4033 2003-07-17 08:14  tonvoon
4035         * plugins-scripts/check_oracle.sh: - Cleanup comments
4037 2003-07-17 05:35  tonvoon
4039         * doc/developer-guidelines.sgml: Guidelines updated to use
4040           Sourceforge tracker system
4042 2003-07-11 18:20  tonvoon
4044         * doc/developer-guidelines.sgml: - Fixed CVS commit comments
4046 2003-07-11 09:06  tonvoon
4048         * doc/developer-guidelines.sgml: Added in practice of prefixing
4049           comments in CVS commits
4051 2003-07-11 02:30  kdebisschop
4053         * ChangeLog: Auto Update from CVS (includes both stabel and devel -
4054           ugh)
4056 2003-07-11 02:12  kdebisschop
4058         * configure.in, plugins/Makefile.am: link check_spop and
4059           check_simap if ssl libs are compiled into check_tcp
4061 2003-07-04 06:42  kdebisschop
4063         * configure.in, plugins/Makefile.am: only make links for check_spop
4064           and check_simap when SSL is built into check_tcp
4066 2003-07-03 12:49  tonvoon
4068         * plugins/check_procs.c: Fixed seg fault on some Sol 7/8 servers
4069           (Patch 764745 - Alexander Matey)
4071 2003-07-03 11:00  tonvoon
4073         * tools/setup: Changing $() to `` to be compatible with Solaris' sh
4075 2003-07-02 23:23  kdebisschop
4077         * autogen.sh, tools/setup: mv GNU toolchain check into tools/setup
4079 2003-07-02 23:19  kdebisschop
4081         * plugins/utils.c: remove LABELLEN
4083 2003-07-02 12:20  tonvoon
4085         * plugins-scripts/: check_oracle.sh: Check for ORA- errors for
4086           tablespace and cache (patch 755456 - Sven Meyer)
4088 2003-07-02 11:57  tonvoon
4090         * plugins-scripts/check_disk_smb.pl: Update error message from
4091           smbclient v2.2.7 (Patch 740132 - Cove Schneider)
4093 2003-07-02 11:52  tonvoon
4095         * plugins-scripts/check_disk_smb.pl: Update error message from
4096           smbclient v2.2.7 (Patch 740132 - Cove Schneider)
4098 2003-07-02 11:01  tonvoon
4100         * contrib/check_file_age.pl, plugins-scripts/.cvsignore,
4101           plugins-scripts/Makefile.am, plugins-scripts/check_file_age.pl,
4102           plugins-scripts/subst.in: Moving check_file_age into core
4104 2003-07-02 10:39  tonvoon
4106         * configure.in: Fixed SUPPORT message
4108 2003-07-01 05:27  tonvoon
4110         * plugins/check_disk.c: Fix for large filesystems > 3TB (Stuart
4111           Webster)
4113 2003-06-30 15:47  undrgrid
4115         * plugins/: check_http.c, check_ldap.c, check_smtp.c: Added -4 and
4116           -6 command line options into check_http, check_ldap and
4117           check_smtp
4119 2003-06-30 14:52  undrgrid
4121         * plugins/: check_ping.c, check_ssh.c, check_tcp.c, netutils.c:
4122           Corrections to get code to compile on systems without IPv6
4123           support
4125 2003-06-30 14:52  undrgrid
4127         * plugins/Makefile.am: Added check_simap & check_spop to
4128           check_tcp_programs If someone knows how to make this conditional
4129           in the Makefile only if being compiled with SSL I think this is
4130           the only way to make it better
4132 2003-06-30 13:02  tonvoon
4134         * plugins/check_disk.c: Fixed support for "check_disk warn crit
4135           [path]" with thresholds at used levels
4137 2003-06-29 15:54  undrgrid
4139         * configure.in, plugins/check_ldap.c: Included patch for check_ldap
4140           from Patch #753621 by Ziya Suzen
4142 2003-06-29 15:22  undrgrid
4144         * plugins/: check_ping.c, check_tcp.c: Changed usage output to show
4145           -4 and -6 are mutually exclusive. You can only      use one or
4146           the other but not both. The last one used will win out.
4148 2003-06-29 15:17  undrgrid
4150         * plugins/: check_ping.c, netutils.c: check_ping is now coded with
4151           -4 & -6 options to call PING or PING6 command netutils modified
4152           to verify hosts based on address_family setting when used    with
4153           -4 or -6 options. is_inet_addr() will not be tested if -6 is
4154           used and is_inet6_addr() will not be tested if -4 is used. Also
4155           the     is_hostname() will use the address_family value to
4156           resolve hostnames    only if IPv6 support is available otherwise
4157           defaults to AF_INET.
4159 2003-06-29 02:36  undrgrid
4161         * plugins/: check_ssh.c, check_tcp.c, netutils.c, netutils.h: Added
4162           address_family extern int variable to netutils to allow for -4 &
4163           -6         options for explicit connection protocol Added support
4164           for -4 & -6 options to check_ssh and check_tcp for testing
4166 2003-06-28 22:18  tonvoon
4168         * plugins/check_nwstat.c: Added NLM test (Phil Randal)
4170 2003-06-28 21:52  tonvoon
4172         * plugins/check_swap.c: Corrected reported size for PROC_MEMINFO
4173           systems
4175 2003-06-28 21:36  tonvoon
4177         * tools/sfwebcron: Fixed so goes to correct web area
4179 2003-06-28 21:07  tonvoon
4181         * tools/sfwebcron: New tool to run on shell.sf.net to update the
4182           dev guidelines
4184 2003-06-28 20:58  tonvoon
4186         * doc/makefile: Fixed makefile
4188 2003-06-27 14:47  undrgrid
4190         * plugins/netutils.c: Modified my_connect to include ai_socktype in
4191           the hints to be compliant with RFC3493 as pointed out by Janos
4192           Mohacsi.
4194 2003-06-27 10:43  tonvoon
4196         * configure.in, plugins/check_swap.c: Support for swap -s for
4197           solaris. Also changes size of swap to MBs through a conversion
4198           amount in configure. Possible breakage on other OSes
4200 2003-06-27 08:04  tonvoon
4202         * doc/makefile: Remove if which check - done in tools/setup instead
4204 2003-06-27 06:30  tonvoon
4206         * tools/setup: Fiddling as Solaris' which command is broken
4208 2003-06-26 19:33  tonvoon
4210         * plugins/check_disk.c: Fixed different thresholds if using exclude
4211           lists
4213 2003-06-25 11:43  tonvoon
4215         * plugins/check_disk.c: Support for different thresholds for
4216           different filesystems
4218 2003-06-25 09:38  tonvoon
4220         * plugins/check_disk.c: Removed -d option and just check against -p
4221           parameter
4223 2003-06-25 09:28  tonvoon
4225         * plugins/check_disk.c: Report errors if path specified not found
4227 2003-06-25 09:16  tonvoon
4229         * plugins/check_disk.c: Problems compiling on SunOS 5.6 with gcc
4230           2.8.1. Fixed by specifying floating variables, rather than
4231           letting asprintf work it out
4233 2003-06-25 08:38  tonvoon
4235         * plugins/check_disk.c: Returns critical if fs missing. Only works
4236           for single fs specified in -p, otherwise will return warning as
4237           before (reported by Jim Carroll)
4239 2003-06-21 01:49  kdebisschop
4241         * plugins/Makefile.am: soalris 8 needs 'ln -s -f' instead of 'ln
4242           -sf'
4244 2003-06-21 01:48  kdebisschop
4246         * plugins/Makefile.am: solaris 8 needs 'ln -s -f' instead of 'ln
4247           -sf'
4249 2003-06-21 01:31  kdebisschop
4251         * plugins/check_http.c: fix character class for URI_PATH and
4252           URI_PORT
4254 2003-06-21 01:23  kdebisschop
4256         * plugins/check_http.c: add remaining URI_PATH chars per RFC 2396
4257           remove '-' from URI_PORT
4259 2003-06-12 00:44  undrgrid
4261         * command.cfg.in: Renamed duplicate check_snmp command definitions
4262           to be unique
4264 2003-06-12 00:14  undrgrid
4266         * command.cfg.in, configure.in: Made the two check_ifoperstatus
4267           commands unique to remove conflicts
4269 2003-06-11 06:41  kdebisschop
4271         * plugins/check_http.c: fix URI_PATH to allow ?&#: (more still
4272           should be allowed) fix class to be POSIX compliant
4274 2003-06-11 06:39  kdebisschop
4276         * plugins/check_http.c: character classes were wrong for URI_PATH
4277           etc: 1) must include ?&#; for PATH 2) POSIX states "If a '-' is
4278           in the scanlist and is not the first character, nor the second
4279           where the first character is a '^' , nor the last character, the
4280           behavior is implementation-defined"
4282 2003-06-10 01:04  kdebisschop
4284         * contrib/urlize.pl: add comment about shell quote removal to
4285           address
4286           https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597
4288 2003-06-10 01:02  kdebisschop
4290         * plugins/urlize.c: add note about shell quote removal to address
4291           https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597
4293 2003-06-10 00:55  kdebisschop
4295         * contrib/urlize.pl: add comment relating to
4296           https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597
4298 2003-06-10 00:53  kdebisschop
4300         * plugins/urlize.c: add note about effect of shell quote handling
4301           to address
4302           https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597
4304 2003-06-08 18:39  tonvoon
4306         * configure.in: Fixed quoting on SWAP_FORMAT
4308 2003-06-08 18:22  tonvoon
4310         * configure.in: Support for OpenBSD 3.2 & 3.3 ps (Julien Touche)
4312 2003-06-06 20:46  sghosh
4314         * plugins/check_real.c: \r\n patch from Mathias
4316 2003-06-06 20:36  sghosh
4318         * plugins/check_real.c: \r\n patch from Mathias
4320 2003-06-04 19:09  tonvoon
4322         * configure.in: Display ps command used
4324 2003-06-04 18:56  tonvoon
4326         * configure.in: Stupid bug - what happens when you don't bother
4327           testing
4329 2003-06-04 18:37  tonvoon
4331         * configure.in: Support for OpenBSD 3.2 & 3.3 ps (Julien Touche)
4333 2003-06-04 18:17  tonvoon
4335         * plugins/check_disk.c: Argument to asprintf in wrong order
4337 2003-06-04 17:17  tonvoon
4339         * pkg/solaris/solpkg: Remove /usr as well. Maybe this is best done
4340           by changing BASEDIR to configure's prefix?
4342 2003-06-02 10:46  kdebisschop
4344         * plugins/check_tcp.c: finish recv() loop when stream GT or EQ
4345           maxbytes (was GT)
4347 2003-06-02 10:43  kdebisschop
4349         * plugins/check_tcp.c: finish recv() loop when stream GT or EQ
4350           maxbytes (was GT)
4352 2003-06-01 01:38  kdebisschop
4354         * plugins/check_tcp.c: typos in doco
4356 2003-06-01 01:38  kdebisschop
4358         * plugins/check_tcp.c: allow user to limit number of bytes fetched
4359           fix some doco (wait is now delay, server_quit was not shown)
4361 2003-06-01 01:19  kdebisschop
4363         * plugins/check_tcp.c: allow user to limit the number of bytes to
4364           be fetched
4366 2003-05-31 10:39  kdebisschop
4368         * plugins/check_dns.c: first revised patch failed to trap the
4369           "break" in while()
4371 2003-05-31 10:39  kdebisschop
4373         * plugins/check_dns.c: first revised patch failed to trap the
4374           "break" in while()
4376 2003-05-31 10:22  kdebisschop
4378         * plugins/check_dns.c: typo in args to terminate
4380 2003-05-31 10:04  kdebisschop
4382         * plugins/check_dns.c: trap null or empty returns from nslookup
4384 2003-05-27 09:10  stanleyhopcroft
4386         * contrib/check_sap.sh: check_sap.sh plugin to check SAP /R3
4387           servers from Karel Salavec and Tom De Blende.
4389 2003-05-26 06:09  stanleyhopcroft
4391         * contrib/: check_axis.sh, check_mssql.sh: Revisions to Tom De
4392           Blende contributed plugins: check_axis.sh and check_mssql.sh
4394 2003-05-17 19:07  tonvoon
4396         * plugins/t/: check_ftp.t: Fixed test (Mathew Ericson - 738609)
4398 2003-05-17 13:58  tonvoon
4400         * plugins/t/: check_load.t: Fixed tests (Mathew Ericson - 738607)
4402 2003-05-17 13:50  tonvoon
4404         * plugins/t/check_procs.t: Fixed test commands (Mathew Ericson -
4405           738605)
4407 2003-05-17 13:46  tonvoon
4409         * plugins/t/check_procs.t: Fixed test commands (Mathew Ericson -
4410           738605)
4412 2003-05-17 13:38  tonvoon
4414         * plugins/t/: check_http.t: Fixed tests (Mathew Ericson - 738608)
4416 2003-05-17 13:36  tonvoon
4418         * plugins/t/check_tcp.t: Fixed tests (Mathew Ericson - 738604) CV:
4419           ----------------------------------------------------------------------
4421 2003-05-17 13:33  tonvoon
4423         * plugins/t/check_tcp.t: Fixed tests (Mathew Ericson - 738604)
4425 2003-05-16 13:32  sghosh
4427         * plugins-scripts/: check_ntp.pl: bug fix
4429 2003-05-14 19:17  tonvoon
4431         * plugins/negate.c: Added examples
4433 2003-05-14 17:59  tonvoon
4435         * plugins-scripts/check_mailq.pl: Added postfix support (Thomas
4436           Nilsen - 735218)
4438 2003-05-14 17:51  tonvoon
4440         * plugins/check_nwstat.c: Added DSVER and UPTIME checks (Phil
4441           Randal - 737617)
4443 2003-05-14 17:49  tonvoon
4445         * pkg/solaris/solpkg: Typo
4447 2003-05-14 17:44  tonvoon
4449         * doc/.cvsignore: Ignore developer-guidelines.html as generated
4450           from docbook
4452 2003-05-14 17:39  tonvoon
4454         * Makefile.am, pkg/solaris/pkginfo.in, pkg/solaris/solpkg: Remove
4455           dependency on gnu make
4457 2003-05-13 19:20  tonvoon
4459         * doc/developer-guidelines.sgml: Updated docs to include comments,
4460           contrib->main, getopts_long and verbose output levels
4462 2003-05-13 18:23  tonvoon
4464         * tools/sfsnapshot: Calls tools/setup and creates a README for the
4465           snapshot directory
4467 2003-05-13 18:03  tonvoon
4469         * doc/developer-guidelines.html, doc/makefile, tools/setup: The
4470           developer-guidelines.html file is now generated from the sgml
4471           file by docbook2html at tools/setup time
4473 2003-05-13 08:14  stanleyhopcroft
4475         * contrib/tarballs/hopcroft-plugins.tar.gz: Removed
4476           contrib/tarballs/hopcroft-plugins.tar.gz. This is archaic,
4477           anachronistic, unmaintained and humblingly embarrassing.
4479 2003-05-13 08:13  stanleyhopcroft
4481         * contrib/check_mssql.sh: check_mssql.sh. A new plugin from Mr T DE
4482           BLENDE to check MS SQLServer databases.
4484 2003-05-08 23:22  kdebisschop
4486         * plugins/check_http.c: fix error when server closes connection
4487           immediately
4489 2003-05-08 23:22  kdebisschop
4491         * plugins/check_http.c: fix error when server closes connection
4492           immediately
4494 2003-05-08 22:59  kdebisschop
4496         * plugins/: check_snmp.c: cause snmpget try try for 1 second less
4497           than the timeout (allowing plugin to force close if needed)
4499 2003-05-07 14:01  undrgrid
4501         * plugins/check_ping.c: Modified check_ping to handle IPv6 as well
4502           as IPv4 ICMP checks using the PING6_COMMAND determined during the
4503           configure script execution. As USE_IPV6 may be defined and
4504           PING6_COMMAND is not defined if there is not IPv6 TCP stack
4505           available when configure is run I condition it off PING6_COMMAND
4506           existing to remove build errors for being undefined.
4508 2003-04-25 05:05  sghosh
4510         * plugins-scripts/: check_ntp.pl: corrected output units
4512 2003-04-23 00:57  kdebisschop
4514         * plugins/: check_http.c, utils.c: update to RFC1123 hostname specs
4516 2003-04-17 01:56  kdebisschop
4518         * nagios-plugins.spec.in: add check_nt, drop check_vsz
4520 2003-04-17 01:55  kdebisschop
4522         * plugins/: check_dig.c, check_tcp.c, check_users.c: code cleanup
4523           to clear strict compiler warnings
4525 2003-04-17 01:36  kdebisschop
4527         * plugins/: check_dig.c, check_tcp.c, netutils.c: code cleanup to
4528           clear strict compiler warnings
4530 2003-04-16 11:31  sghosh
4532         * plugins/check_real.c: old behavior - no stream check unless -u
4534 2003-04-16 11:06  sghosh
4536         * plugins/check_real.c: reset to old behavior of not checking
4537           stream by default
4539 2003-04-13 00:49  sghosh
4541         * plugins/check_hpjd.c: reduce compiler warning between gcc3 and
4542           gcc2.96
4544 2003-04-13 00:28  sghosh
4546         * configure.in: update for check_mailq - qmail support
4548 2003-04-13 00:25  sghosh
4550         * plugins-scripts/utils.pm.in: update for check_mailq - qmail
4551           support
4553 2003-04-13 00:23  sghosh
4555         * plugins-scripts/check_mailq.pl: Added sendmail multi-queue
4556           support (Canau), merged qmail support (Schmid)
4558 2003-04-11 20:02  tonvoon
4560         * plugins/check_procs.c: Match -a STRING anywhere in ps args
4561           (Laurent Vaslin - 719783)
4563 2003-04-11 19:47  tonvoon
4565         * plugins/check_procs.c: Match -a STRING anywhere in ps args
4566           (Laurent Vaslin - 719783)
4568 2003-04-11 18:36  sghosh
4570         * plugins-scripts/check_ifstatus.pl: added feature -u (list of
4571           unused ifIndex)
4573 2003-04-11 18:09  sghosh
4575         * plugins-scripts/check_ifstatus.pl: bug 691412, added feature -x
4576           (list of excluded ifTypes)
4578 2003-04-11 14:44  sghosh
4580         * plugins/check_hpjd.c: patch 698384 - order of args to snmpget +
4581           print a bit of stderr
4583 2003-04-11 12:27  sghosh
4585         * plugins/check_hpjd.c: patch 698384 - order of args to snmpget
4587 2003-04-08 23:46  kdebisschop
4589         * plugins/: check_http.c, check_hpjd.c, check_nt.c: cleanup to
4590           suppress various strict compiler warnings
4592 2003-04-08 23:44  kdebisschop
4594         * plugins/common.h: rewrite #elif to be compatible with traditional
4595           C
4597 2003-04-08 22:09  kdebisschop
4599         * plugins/Makefile.am: check_game needs popen.c now
4601 2003-04-08 16:49  tonvoon
4603         * plugins/: check_nt.c, check_hpjd.c: Changed // to /* */ comments
4604           as some compilers do not like them
4606 2003-04-08 16:38  tonvoon
4608         * command.cfg.in: Updated command for new check_procs
4610 2003-04-08 16:37  tonvoon
4612         * plugins/: check_hpjd.c, check_nt.c: Changed // to /* */ comments
4613           as some compilers do not like them
4615 2003-04-07 20:00  stanleyhopcroft
4617         * contrib/check_axis.sh: check_axis.sh (Axis 5xx print servers)
4618           from Tom De Blende
4620 2003-04-07 19:40  tonvoon
4622         * plugins/check_procs.c: Fixed zombie processes
4624 2003-04-07 19:16  tonvoon
4626         * configure.in: Missed some PS_FORMAT strings
4628 2003-04-07 18:53  tonvoon
4630         * configure.in, plugins/Makefile.am, plugins/check_nagios.c,
4631           plugins/check_procs.c, plugins/check_vsz.c: Souped up check_procs
4632           with different metrics
4634 2003-04-07 17:23  tonvoon
4636         * plugins/check_snmp.c: Removed unnecessary array for AIX compile
4637           (reported by Alwyn Cherrington)
4639 2003-04-07 17:21  tonvoon
4641         * plugins/check_snmp.c: Removed unnecessary regex array
4643 2003-04-07 07:39  kdebisschop
4645         * plugins/check_http.c: ste timeout one second greater than
4646           critical time
4648 2003-04-07 07:38  kdebisschop
4650         * plugins/check_game.c: had been grandfathered ibto core, finally
4651           use normal getopts, add options for player, max-player array
4652           positions
4654 2003-04-03 16:21  tonvoon
4656         * plugins-scripts/check_oracle.sh: Cleaned up cache output
4658 2003-04-01 17:24  tonvoon
4660         * plugins-scripts/check_oracle.sh: Fixed sqlplus calls and
4661           rearranged parameters for --tablespace & --cache
4663 2003-03-31 23:00  kdebisschop
4665         * configure.in: remove PATH_PROG call for autoconf/automake
4666           components
4668 2003-03-31 07:49  kdebisschop
4670         * plugins/check_disk.c: checkpoint  supresses iso9660  adds option
4671           for checking only local  adds choice of scale factor
4673 2003-03-27 17:53  tonvoon
4675         * plugins/check_nwstat.c: Extra Netware checks (Patch 710247 -
4676           Dietmar Ruzicka)
4678 2003-03-26 00:37  tonvoon
4680         * configure.in: ipv6 check requires unistd.h for Darwin
4682 2003-03-25 22:57  tonvoon
4684         * configure.in, plugins/check_procs.c: Removal of ps_raw and
4685           ps_vars
4687 2003-03-25 22:39  tonvoon
4689         * plugins/check_nagios.c: Uses same ps command as check_procs
4691 2003-03-25 01:33  kdebisschop
4693         * .cvsignore: subst is no longer used
4695 2003-03-24 14:05  undrgrid
4697         * .cvsignore, Makefile.am: Better stripping of prefix for Solaris
4698           package install needs to remove       /usr/local as package
4699           installs there by default
4701 2003-03-24 12:44  undrgrid
4703         * Makefile.am, pkg/solaris/.cvsignore, pkg/solaris/pkginfo.in,
4704           plugins/check_disk.c: Minor changes to build for Solaris packages
4706 2003-03-24 11:23  tonvoon
4708         * plugins/check_procs.c: Use max_state
4710 2003-03-23 21:57  tonvoon
4712         * tools/: mail_error, sfsnapshot: PATH set in correct place and
4713           extra comments
4715 2003-03-23 21:44  tonvoon
4717         * tools/: mail_error, sfsnapshot: Bug fixes
4719 2003-03-23 21:21  tonvoon
4721         * tools/mail_error: Sends email if non-zero return code from
4722           command
4724 2003-03-23 21:19  tonvoon
4726         * tools/sfsnapshot: Error code depending on number of files
4727           generated
4729 2003-03-23 20:18  tonvoon
4731         * lib/ls-mntd-fs.m4: Using coreutils 4.5.11 version to fix Darwin
4732           problem
4734 2003-03-23 19:40  tonvoon
4736         * REQUIREMENTS: Add NSClient requirement for check_nt
4738 2003-03-23 19:39  tonvoon
4740         * plugins/check_nt.c: Reference to web site to get NSClient
4742 2003-03-23 19:26  tonvoon
4744         * plugins/check_nt.c: Reference to web site to get NSClient
4746 2003-03-23 02:01  undrgrid
4748         * Makefile.am, autogen.sh, configure.in, lib/Makefile.am,
4749           pkg/solaris/pkginfo.in, pkg/solaris/solpkg: Solaris package build
4750           system
4752 2003-03-23 01:20  kdebisschop
4754         * plugins/check_disk.c: can once again exclude indiviual
4755           path/partitions
4757 2003-03-23 01:11  kdebisschop
4759         * plugins/check_disk.c: add -X to exclude FS type, now works with
4760           more than one path/dev specified
4762 2003-03-22 08:23  kdebisschop
4764         * plugins/utils.c: declaration must precede printf
4766 2003-03-21 15:21  tonvoon
4768         * configure.in: Stupid bug!
4770 2003-03-21 09:08  kdebisschop
4772         * plugins/check_disk.c: checkpoint, allows selecting devices and
4773           paths now
4775 2003-03-21 09:04  kdebisschop
4777         * configure.in: instructions for posting plugin version number
4779 2003-03-19 18:44  kdebisschop
4781         * plugins/check_by_ssh.c: allow to specify -1 and -2 for protocol
4782           version
4784 2003-03-19 17:42  tonvoon
4786         * configure.in: Tru64 df support (Paul Clayton)
4788 2003-03-19 08:01  kdebisschop
4790         * plugins/: utils.c, utils.h: make state_text a function
4792 2003-03-19 07:59  kdebisschop
4794         * lib/mountlist.c, plugins/check_disk.c: check_disk working with
4795           mountlist.c
4797 2003-03-18 21:28  kdebisschop
4799         * Makefile.am, configure.in: subst.* was replaced by dist-hook
4801 2003-03-18 21:27  kdebisschop
4803         * subst.in, subst.sh: these were replaced by dist-hook
4805 2003-03-18 10:18  kdebisschop
4807         * configure.in: running the AFS macro causes newer AC/AM to barf
4809 2003-03-18 04:02  kdebisschop
4811         * configure.in: afs checking
4813 2003-03-18 03:50  kdebisschop
4815         * lib/: ls-mntd-fs.m4, afs.m4: use AC_DEFINE_UNQOUTED
4817 2003-03-18 03:47  kdebisschop
4819         * lib/ls-mntd-fs.m4: stop warning on autoheader 2.13
4821 2003-03-18 02:57  kdebisschop
4823         * plugins/: netutils.c, netutils.h: common.h was doubly included
4825 2003-03-18 02:57  kdebisschop
4827         * plugins/common.h: use enum instead of define, remove some cruft
4828           from old snprintf implementation
4830 2003-03-18 02:48  kdebisschop
4832         * configure.in, lib/Makefile.am, plugins/check_disk.c: use GNU
4833           fileutils for check_disk
4835 2003-03-18 02:47  kdebisschop
4837         * lib/: afs.m4, fstypename.m4, fsusage.c, fsusage.h, fsusage.m4,
4838           ls-mntd-fs.m4, mountlist.c, mountlist.h: from GNU fileutils for
4839           check_disk
4841 2003-03-17 17:22  tonvoon
4843         * plugins-scripts/: check_oracle.sh: Allow default Oracle home from
4844           oratab (reported by Walbert Oberngruber)
4846 2003-03-16 18:54  undrgrid
4848         * configure.in: Modified to automatically enable getaddrinfo
4849           emulation if lwres is not used and getaddrinfo is not found in
4850           the system.
4852 2003-03-16 18:28  undrgrid
4854         * plugins/: check_tcp.c, netutils.c, netutils.h: Applied patch
4855           #660973 for tcp refusals
4857 2003-03-14 20:28  undrgrid
4859         * configure.in: Left over debug define
4861 2003-03-14 20:25  undrgrid
4863         * configure.in, lib/Makefile.am, lib/getaddrinfo.c,
4864           lib/getaddrinfo.h, lib/gethostbyname.c, lib/gethostbyname.h,
4865           plugins/Makefile.am, plugins/getaddrinfo.c,
4866           plugins/getaddrinfo.h, plugins/gethostbyname.c,
4867           plugins/gethostbyname.h, plugins/netutils.c, plugins/netutils.h,
4868           plugins/utils.c, plugins/utils.h: Spent the day working on
4869           backwards compatability using getaddrinfo() Moved getaddrinfo.?
4870           and gethostbyname.? from lib/ to plugins/ due to problems with
4871           compiling into the libnagiosplug.a as it required linking against
4872           socket libraries which are unneeded except for network based
4873           plugins.  This code should hopefully happily work for all systems
4874           and has been tested prior to commit on Debian GNU/Linux, SPARC
4875           Solaris 7 and SPARC Solaris 9.
4877 2003-03-14 08:28  kdebisschop
4879         * plugins-scripts/check_ntp.pl: add timeout, fix taint chacking
4880           diom
4882 2003-03-13 17:20  undrgrid
4884         * .cvsignore, configure.in, lib/Makefile.am: Working out issues
4885           with getaddrinfo emulation build environment
4887 2003-03-13 16:14  tonvoon
4889         * plugins/: check_dns.c, check_http.c, check_tcp.c: Strip leading
4890           spaces in perf data
4892 2003-03-13 16:10  tonvoon
4894         * plugins/check_smtp.c: Perf data without leading spaces and fix
4895           ANSI C complaint about \n
4897 2003-03-13 15:33  tonvoon
4899         * plugins/check_tcp.c: Fix compiler warnings re progname
4901 2003-03-13 01:52  undrgrid
4903         * depcomp: Removed auto-tools script that automake adds
4905 2003-03-13 01:51  undrgrid
4907         * .cvsignore, configure.in, install-sh, missing, mkinstalldirs,
4908           plugins/.cvsignore, plugins/Makefile.am, plugins/common.h,
4909           plugins/common.h.in, plugins/netutils.h, plugins/netutils.h.in,
4910           plugins/popen.h, plugins/popen.h.in, plugins/utils.c,
4911           plugins/utils.h, plugins/utils.h.in, plugins/version.h.in:
4912           Updated cvs ignore files to reflect changes Moved header files
4913           from being ran through configure to standard Removed auto-tools
4914           scripts that get added by automake
4916 2003-03-13 01:00  kdebisschop
4918         * plugins/negate.c: negate must be POSIXly correct in handling
4919           options, else wrapped options get passed to it
4921 2003-03-13 00:59  undrgrid
4923         * configure.in: Removed --with-ipv6 configure option so it
4924           determines IPv6 availablity completely on it's own per suggestion
4925           by Karl
4927 2003-03-13 00:29  kdebisschop
4929         * plugins/negate.c: negate must be POSIXly correct in handling
4930           options, else wrapped options get passed to it
4932 2003-03-12 17:13  undrgrid
4934         * plugins/check_tcp.c: doco standarization
4936 2003-03-12 14:50  undrgrid
4938         * configure.in, plugins-scripts/subst.in: Just a lil namespace
4939           clean-up
4941 2003-03-12 12:42  undrgrid
4943         * configure.in: Minor fix to --with-ipv6 behavior
4945 2003-03-12 12:11  undrgrid
4947         * autogen.sh, configure.in, plugins/utils.c, plugins/utils.h.in:
4948           Added autogen.sh script that rebuilds using autotools and runs
4949           configure Modified configure.in to include some debug build
4950           option info at the end of the scripts execution. Can be removed
4951           by release time.  Modified configure.in to include a --with-ipv6
4952           option Default build is without IPv6 support now to enable you
4953           need to use the --with-ipv6 command line option to configure.
4954           Modified plugins/utils.* to use USE_IPV6
4956 2003-03-12 02:05  kdebisschop
4958         * plugins/check_disk.c: doco standarization
4960 2003-03-12 01:44  kdebisschop
4962         * plugins/check_disk.c: errors for statfs
4964 2003-03-12 01:41  kdebisschop
4966         * plugins/check_smtp.c: comment/doco cleanup for embeeded doc work,
4967           control STMP command via options instead of defines
4969 2003-03-12 01:38  kdebisschop
4971         * configure.in: version increase, statfs work
4973 2003-03-11 21:47  undrgrid
4975         * plugins/.cvsignore: Add some more extra plugins
4977 2003-03-11 21:29  undrgrid
4979         * plugins/check_dig.c: Code clean-up
4981 2003-03-11 21:29  undrgrid
4983         * plugins/check_http.c: Clean up of output from plugin
4985 2003-03-11 21:24  undrgrid
4987         * plugins/: check_udp.c, check_ldap.c, check_http.c: Code clean-up
4989 2003-03-11 21:23  undrgrid
4991         * plugins/check_tcp.c: Code cleanup
4993 2003-03-11 19:45  tonvoon
4995         * plugins/check_dns.c: Removed is_host checks to speed up code.
4996           Fixed timings so no spaces
4998 2003-03-11 19:08  tonvoon
5000         * plugins/check_dns.c: Timings in milliseconds and nicer output
5002 2003-03-11 17:51  tonvoon
5004         * plugins-scripts/.cvsignore: Add script ignores
5006 2003-03-11 17:36  tonvoon
5008         * plugins/negate.c: Remove getopt_long checks
5010 2003-03-11 17:34  tonvoon
5012         * plugins/negate.c: Fixed reading too many argv parameters and
5013           changed to asprintf
5015 2003-03-11 17:29  tonvoon
5017         * plugins/negate.c: Fixed reading too many argv parameters and
5018           changed to asprintf
5020 2003-03-11 17:22  tonvoon
5022         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
5023           check_fping.c, check_hpjd.c, check_http.c, check_ide-smart.c,
5024           check_ldap.c, check_load.c, check_mrtg.c, check_mrtgtraf.c,
5025           check_mysql.c, check_nagios.c, check_nt.c, check_nwstat.c,
5026           check_overcr.c, check_pgsql.c, check_ping.c, check_procs.c,
5027           check_radius.c, check_real.c, check_smtp.c, check_snmp.c,
5028           check_ssh.c, check_swap.c, check_tcp.c, check_time.c,
5029           check_udp.c, check_ups.c, check_users.c, check_vsz.c: Remove
5030           getopt_long checks
5032 2003-03-11 17:09  undrgrid
5034         * configure.in: Fixed some ping6 variables
5036 2003-03-11 13:32  undrgrid
5038         * configure.in: Minor change to Karl's statfs check Inclusion of
5039           ICMPv6 ping tests to define PING6_COMMAND Minor fix to ps syntax
5040           checking to fix bug I introduced last nite
5042 2003-03-11 02:04  undrgrid
5044         * Makefile.am, configure.in: Removed acconfig.h from EXTRA_DIST
5045           Fixed problem with test in SWAP_FORMAT and SWAP_COMMAND
5047 2003-03-11 01:44  kdebisschop
5049         * configure.in, plugins/check_disk.c: use statfs for check_disk
5050           (still needs fs scan)
5052 2003-03-11 01:03  undrgrid
5054         * acconfig.h, configure.in: Finishing clean-up of configure.in
5055           Removing acconfig.h as it's no longer needed
5057 2003-03-10 18:58  undrgrid
5059         * acconfig.h, configure.in: Cleaned up configure for PS and PING to
5060           produce cleaner config.h
5062 2003-03-09 13:13  undrgrid
5064         * plugins/common.h.in: Make sure sys/socket.h is explicitly
5065           included if HAVE_SYS_SOCKET_H is defined
5067 2003-03-09 05:39  tonvoon
5069         * plugins/check_disk.c: Implement error-only option for check_disk
5070           (Ian Duggan)
5072 2003-03-09 05:36  tonvoon
5074         * plugins/check_disk.c: Implement error-only option for check_disk
5075           (Ian Duggan)
5077 2003-03-08 07:08  tonvoon
5079         * plugins/check_disk.c: Fix AIX /proc filesystem (Ian Duggan)
5081 2003-03-08 07:05  tonvoon
5083         * plugins/check_disk.c: Fix AIX /proc filesystem (Ian Duggan)
5085 2003-03-08 06:44  tonvoon
5087         * configure.in: snprintf checks in configure.in like samba
5089 2003-03-07 21:27  undrgrid
5091         * plugins/check_dns.c: Modified code to call is_addr() rather than
5092           is_dotted_quad() with the    new AF indepdent function routines
5094 2003-03-07 21:26  undrgrid
5096         * plugins/: netutils.c, netutils.h.in, utils.c, utils.h.in: AF
5097           indepedent routines introduced.  Modifed process_request() &
5098           my_connect() parameters to make 'proto' type        'int' rather
5099           than 'char *' and use IPPROTO_* POSIX values.  Removed
5100           is_dotted_quad() & my_inet_aton() functions Added is_addr(),
5101           is_inet_addr(), is_inet6_addr() and resolve_host_or_addr()
5102           functions to check whether it is a valid IP address Modified
5103           is_host() to call is_addr() and is_hostname()
5105 2003-03-07 21:02  tonvoon
5107         * tools/sfsnapshot: Need to remove configure.in
5109 2003-03-07 20:59  tonvoon
5111         * lib/Makefile.am, lib/snprintf.c, plugins/Makefile.am,
5112           plugins/snprintf.c: Move snprintf into lib
5114 2003-03-07 20:48  tonvoon
5116         * tools/sfsnapshot: Have to run through whole automake procedure as
5117           datestamp in RELEASE variable
5119 2003-03-07 20:13  tonvoon
5121         * tools/sfsnapshot: Added automake parameters for config.sub and
5122           config.guess
5124 2003-03-07 19:57  tonvoon
5126         * tools/sfsnapshot: Fixed production OUT variable
5128 2003-03-07 19:55  tonvoon
5130         * tools/sfsnapshot: Adds MD5SUM file, creates multiple branch
5131           snapshots and doesn't rerun configure/automake/autoconf
5132           unnecessarily
5134 2003-03-07 19:21  tonvoon
5136         * Makefile.am: Use Makefile's variables (to support a shortcut in
5137           sfsnapshot)
5139 2003-03-07 17:11  undrgrid
5141         * configure.in, lib/Makefile.am, lib/getaddrinfo.c,
5142           lib/getaddrinfo.h, lib/gethostbyname.c, lib/gethostbyname.h,
5143           plugins/check_pgsql.c, plugins/common.h.in, plugins/netutils.c,
5144           plugins/netutils.h.in, tools/setup: Added getaddrinfo.[ch] &
5145           gethostbyname.[ch] to provide RFC2553 functions   if missing in
5146           system libs and lwres not present Moved all references to netdb.h
5147           and sys/socket.h into common.h.in Modified automake call in
5148           tools/setup to include adding missing files         so config.sub
5149           and config.guess will be available
5151 2003-03-07 15:16  tonvoon
5153         * plugins/check_nt.c: Make output for CPU load nicer
5155 2003-03-07 02:45  kdebisschop
5157         * plugins/check_smtp.c: millisecond timing and perf data
5159 2003-03-07 02:15  kdebisschop
5161         * plugins/: check_smtp.c: whole timer loop was on the wrong side of
5162           connection close code
5164 2003-03-07 01:43  kdebisschop
5166         * plugins/check_udp.c: fix for -H invocation of hostname
5168 2003-03-07 01:40  kdebisschop
5170         * plugins/check_udp.c: fix for -H invocation of hostname
5172 2003-03-06 01:40  undrgrid
5174         * acinclude.m4, configure.in: Adds --with-lwres and
5175           --enable-emulate-getaddrinfo but are not used in any of the code
5176           at this time. Has a check for IPv6 support but only runs if using
5177           the emulate-getaddrinfo routines, this needs to be modified.  !!!
5178           I need input from results of this run on various platforms to see
5179           what results are seen in plugins/config.h so please help test !!!
5181 2003-03-05 02:27  kdebisschop
5183         * plugins-scripts/check_ntp.pl: add "m" to regex for minutes
5185 2003-03-05 00:59  sghosh
5187         * plugins/check_smtp.c: remove race condition for a long HELO
5189 2003-03-04 23:38  sghosh
5191         * command.cfg.in: corrected snmp commands
5193 2003-03-04 23:37  sghosh
5195         * plugins-scripts/check_ntp.pl: regex fix per Marc Poulin
5197 2003-03-04 19:17  tonvoon
5199         * plugins/check_http.c: check_http min size option (680467 - Dave
5200           Viner)
5202 2003-03-04 18:56  tonvoon
5204         * plugins/check_nt.c: Make output message for CPU Load a bit nicer
5206 2003-03-04 18:35  tonvoon
5208         * tools/sfsnapshot: To create nagiosplug daily snapshots on SF
5210 2003-03-02 22:49  kdebisschop
5212         * plugins/check_ping.c: accept comma-delimted list of hosts for
5213           checking if a multihomed host is alive
5215 2003-03-02 01:01  kdebisschop
5217         * plugins/check_ping.c: add logic to check multiple servers
5219 2003-03-01 23:59  kdebisschop
5221         * ChangeLog: update from CVS
5223 2003-03-01 23:58  kdebisschop
5225         * configure.in, nagios-plugins.spec.in: adjustments to remove beta
5226           tagging
5228 2003-03-01 23:32  kdebisschop
5230         * ChangeLog: update from CVS
5232 2003-03-01 00:09  kdebisschop
5234         * nagios-plugins.spec.in: we were missing some docs in the RPM
5236 2003-02-23 12:11  sghosh
5238         * REQUIREMENTS: Novell requirements
5240 2003-02-23 12:10  sghosh
5242         * contrib/check_bgpstate.pl: removed community string in CRIT
5243           message
5245 2003-02-22 14:06  tonvoon
5247         * configure.in: Solaris and Unixware labels round the wrong way for
5248           swap command
5250 2003-02-22 08:01  kdebisschop
5252         * Makefile.am: provide target for nagios-plugins.spec
5254 2003-02-22 02:27  kdebisschop
5256         * Makefile.am: add CODING FAQ LEGAL to distribution tarball
5258 2003-02-21 16:59  tonvoon
5260         * plugins/check_http.c: Fixed coredump with unallocated string
5262 2003-02-21 16:46  tonvoon
5264         * plugins/check_dns.c: Strip leading spaces on dns return value
5265           (689563 - Simon L Nielsen)
5267 2003-02-19 22:16  kdebisschop
5269         * plugins-scripts/check_disk_smb.pl: option regexs need to include
5270           ^ and $
5272 2003-02-19 17:56  tonvoon
5274         * lib/Makefile.am: Removing getloadavg.m4 from dist
5276 2003-02-19 03:36  kdebisschop
5278         * INSTALL, configure.in, lib/getloadavg.m4, tools/setup: remove
5279           getloadavg.m4
5281 2003-02-18 19:45  tonvoon
5283         * Makefile.am, configure.in, getloadavg.m4, lib/Makefile.am,
5284           lib/getloadavg.c, lib/getloadavg.m4, plugins/Makefile.am,
5285           plugins/getloadavg.c: Move getloadavg to lib directory. Must run
5286           "aclocal -I lib"
5288 2003-02-18 18:00  kdebisschop
5290         * plugins/check_pgsql.c: spurious backslash escape
5292 2003-02-18 17:56  kdebisschop
5294         * configure.in: set tag for beta3, fix pgsql detection
5296 2003-02-18 17:24  kdebisschop
5298         * plugins/check_udp.c: never exited getopt loop
5300 2003-02-18 17:20  kdebisschop
5302         * plugins/check_tcp.c: failed if header was more than 1023 bytes
5304 2003-02-18 17:10  tonvoon
5306         * plugins/check_load.c: Fixed the output messages (Bug 688729 -
5307           Jayjay)
5309 2003-02-18 16:58  tonvoon
5311         * Makefile.am: Add SUPPORT file to distribution
5313 2003-02-18 16:56  tonvoon
5315         * plugins/check_http.c: Fixed compiler warning and increased the
5316           SSL random key for a Solaris PRNG problem
5318 2003-02-18 00:38  kdebisschop
5320         * configure.in: remainder of ps fix for UnixWare, and move [] in
5321           if/elif to indicate m4 quoting instead of test invocation
5323 2003-02-17 23:05  sghosh
5325         * contrib/check_appletalk.pl: Appletalk ping plugin
5327 2003-02-17 23:04  sghosh
5329         * plugins/check_snmp.c: OID type prefix patch [Patches-679403]
5331 2003-02-17 22:46  sghosh
5333         * plugins/check_swap.c: support for Large swap sizes
5335 2003-02-17 22:17  sghosh
5337         * configure.in: regex fix to catch *BSD swapinfo and not HP-UX
5338           error and memory/file swap in addition to device for HP-UX
5340 2003-02-17 17:01  kdebisschop
5342         * configure.in: typo in testing uname output
5344 2003-02-17 16:57  kdebisschop
5346         * configure.in: ping and swap for unixware
5348 2003-02-17 16:04  kdebisschop
5350         * configure.in: library search dirs are part of LDFLAGS
5352 2003-02-17 14:11  sghosh
5354         * REQUIREMENTS: location updates
5356 2003-02-16 03:41  tonvoon
5358         * plugins/Makefile.am: Fixed dependencies for check_nt
5360 2003-02-16 03:25  tonvoon
5362         * plugins/check_nt.c: Coredump if no variable set (reported by Marc
5363           C. Poulin)
5365 2003-02-15 21:46  egalstad
5367         * contrib/check_dhcp.c: Interface patch byor Clemens Resen
5369 2003-02-15 21:18  sghosh
5371         * plugins-scripts/check_ntp.pl: all alphanumeric accepted for refid
5372           on ntpq
5374 2003-02-12 17:32  tonvoon
5376         * plugins/.cvsignore: Added extra plugins
5378 2003-02-12 17:30  tonvoon
5380         * lib/.cvsignore: Add ignore files
5382 2003-02-12 17:29  tonvoon
5384         * plugins/negate.c: Remove unnecessary \ and fix coredump with no
5385           parameters specified
5387 2003-02-12 17:27  tonvoon
5389         * plugins/check_http.c: Remove unnecessary \ - complaints from
5390           Tru64's cc compiler
5392 2003-02-12 17:21  tonvoon
5394         * configure.in: Inadequate quoting for PS_FORMAT & removal of grep
5395           "*** for Tru64
5397 2003-02-11 23:36  sghosh
5399         * command.cfg.in: forced ntpq jitter check
5401 2003-02-11 23:32  sghosh
5403         * plugins-scripts/check_ifoperstatus.pl: added timeout alarm
5405 2003-02-11 23:30  sghosh
5407         * plugins-scripts/check_ntp.pl: fixed regex for stratum1 peer,
5408           added logic for failed ntpq call(e.g. sntp host)
5410 2003-02-10 19:47  tonvoon
5412         * plugins/check_mysql.c: Patch by Dave Viner for seg fault on RH
5413           7.3 (655903)
5415 2003-02-10 18:59  tonvoon
5417         * configure.in: Update with references to REQUIREMENTS
5419 2003-02-10 18:58  tonvoon
5421         * Requirements: Remove file, superceded by REQUIREMENTS
5423 2003-02-10 18:34  tonvoon
5425         * plugins/: getopt.c, getopt.h, getopt1.c: Removing getopt files -
5426           now in new lib directory
5428 2003-02-10 18:32  tonvoon
5430         * lib/: Makefile.am, getopt.c, getopt.h, getopt1.c: New directory
5431           for common library files
5433 2003-02-10 18:28  tonvoon
5435         * plugins/common.h.in: Added in a define for HAVE_GETOPT_H for
5436           backwards compatibility
5438 2003-02-10 18:27  tonvoon
5440         * plugins/Makefile.am: Remove unnecessary getopt references and
5441           link in lib directory
5443 2003-02-10 18:26  tonvoon
5445         * configure.in: Removing checks for getopt.h - now always
5446           available. Also support lib dir
5448 2003-02-10 18:24  tonvoon
5450         * Makefile.am: Adding lib directory for getopts change
5452 2003-02-10 18:08  tonvoon
5454         * configure.in: Fixed Tru64 ps command (Bug 669585 - Paula Arnold)
5456 2003-02-10 13:36  undrgrid
5458         * plugins/check_ssh.c: Added argc checks before attempting to
5459           access argv[]
5461           Corrected return codes and output
5463 2003-02-10 09:18  undrgrid
5465         * plugins/check_ssh.c: Revised code to use resolving and connection
5466           code in utils.c and netutils.c rather than its own functions.
5467           Corrected code to properly handle input of server hostname and
5468           port on commandline without option flags.
5470 2003-02-09 23:49  kdebisschop
5472         * contrib/check_fping_in.c: this plugin is in core as check_fping
5474 2003-02-09 13:59  undrgrid
5476         * tools/setup: Reordered program calls so autoheader was called
5477           before automake thus getting rid of errors for header files not
5478           being present when automake was called. Also puts it inline with
5479           documentation in INSTALL & INSTALLING
5481 2003-02-09 09:20  sghosh
5483         * contrib/: check_adptraid.sh, check_compaq_insight.pl,
5484           check_file_age.pl:  new plugins
5486 2003-02-09 09:18  sghosh
5488         * contrib/: README.TXT, readme.txt: file rename
5490 2003-02-09 09:16  sghosh
5492         * contrib/: check_remote_nagios_status.pl, check_wins.pl,
5493           sched_downtime.pl: more contribs
5495 2003-02-09 09:03  sghosh
5497         * contrib/tarballs/: fetchlog-0.92.tar.gz, fetchlog-0.94.tar.gz:
5498           new version
5500 2003-02-09 07:54  kdebisschop
5502         * CODING, README: spell check
5504 2003-02-09 07:36  kdebisschop
5506         * FAQ: spell check
5508 2003-02-09 07:17  sghosh
5510         * SUPPORT: ispell
5512 2003-02-08 01:00  kdebisschop
5514         * plugins/check_pgsql.c: use enum instead of define
5516 2003-02-08 00:58  kdebisschop
5518         * FAQ: add item on submitting new plugins
5520 2003-02-08 00:57  kdebisschop
5522         * SUPPORT: suggest minimum standards for support requests
5524 2003-02-08 00:32  kdebisschop
5526         * plugins/check_http.c: submit request with one send
5528 2003-02-05 00:59  kdebisschop
5530         * configure.in: fix for SSL build on RedHat rawhide
5532 2003-02-05 00:58  kdebisschop
5534         * plugins/check_dns.c: allow check to proceed using servers from
5535           resolv.conf
5537 2003-02-05 00:57  kdebisschop
5539         * plugins/check_http.c: fix segfault due to bad asprintf invocation
5541 2003-02-04 01:24  sghosh
5543         * plugins-scripts/Makefile.am:  install user:grp perms [patch
5544           679703 -Detlef Boehm]
5546 2003-02-04 01:16  sghosh
5548         * plugins-scripts/check_flexlm.pl: lmstat output update
5550 2003-02-04 00:54  sghosh
5552         * plugins-scripts/check_ntp.pl: corrected ntpdate offset to seconds
5554 2003-02-03 16:43  tonvoon
5556         * plugins/check_snmp.c: Avoid core dump with null or invalid data
5557           (679400 - Mathieu Masseboeuf)
5559 2003-02-03 16:33  tonvoon
5561         * plugins/Makefile.am: Patch for Mac OS X compile (652080 - Ton
5562           Voon)
5564 2003-02-03 15:43  sghosh
5566         * contrib/tarballs/check_cit.tgz: Citrix plugin
5568 2003-02-03 15:35  sghosh
5570         * command.cfg.in: more sample command configurations
5572 2003-02-03 15:29  sghosh
5574         * configure.in, plugins-scripts/check_ntp.pl,
5575           plugins-scripts/utils.pm.in: change ntpdc to ntpq (Jonathan
5576           Rozes,Thomas Schimpke, bug-656237 )
5578 2003-02-03 10:47  sghosh
5580         * plugins-scripts/check_ntp.pl: patch for desync peer and ntpdate
5581           (James Fidell)
5583 2003-02-03 00:29  sghosh
5585         * plugins-scripts/check_ifstatus.pl:  bugfix [bug 651021 mperry2]
5587 2003-02-03 00:07  sghosh
5589         * plugins/check_hpjd.c: added default community [bug-patch #600349
5590           jbaumgartner]
5592 2003-01-31 13:40  tonvoon
5594         * plugins/check_procs.c: Fix for zombie processes on Solaris (Bug
5595           677803 - Matthew Brown)
5597 2003-01-31 13:36  tonvoon
5599         * plugins/check_nt.c: Reapply all asprintf calls. Fix for %%
5600           problem with -l flag.
5602 2003-01-30 20:26  tonvoon
5604         * plugins/check_nt.c: Removed all unnecessary asprintf calls.
5605           Replaced with original check_nt.c to minimise amount of changes
5606           (reported by Reuben Farrelly)
5608 2003-01-30 18:18  tonvoon
5610         * plugins/check_nt.c: Added reference to the official NSClient web
5611           site
5613 2003-01-30 17:57  tonvoon
5615         * plugins/check_swap.c: Fixed long --allswap option
5617 2003-01-30 17:55  tonvoon
5619         * plugins/check_procs.c: Fixed progname
5621 2003-01-29 15:57  tonvoon
5623         * plugins/check_mrtgtraf.c: Fixed error and success codes (638656 -
5624           Paul Dlug)
5626 2003-01-29 15:47  tonvoon
5628         * plugins-scripts/check_oracle.sh: Added cache and tablespace check
5629           (621567 - John Marquart)
5631 2003-01-29 15:33  tonvoon
5633         * plugins/: Makefile.am, check_nt.c: Added in check_nt for bug
5634           646516
5636 2003-01-29 01:38  kdebisschop
5638         * plugins/check_mysql.c: remove incorrect check_disk() declaration
5640 2003-01-29 01:16  kdebisschop
5642         * plugins/check_ldap.c: fix segfault when argc>=2 and the -H or -b
5643           options are not supplied
5645 2003-01-29 01:15  kdebisschop
5647         * plugins/check_by_ssh.c: 1.8
5649 2003-01-29 00:55  tonvoon
5651         * plugins/check_http.c: Better error if server requests client
5652           based certificate (609382 - Olaf Greis)
5654 2003-01-29 00:27  tonvoon
5656         * contrib/check_dns_random.pl: Exit code added (604837 - Lachlan
5657           Cameron-Smith)
5659 2003-01-29 00:10  tonvoon
5661         * plugins-scripts/check_oracle.sh: Added dummy login test (650970 -
5662           Ton Voon)
5664 2003-01-28 23:28  tonvoon
5666         * plugins/check_vsz.c: Error when no params passed, better invalid
5667           params message (652086 - Ton Voon)
5669 2003-01-28 23:11  tonvoon
5671         * plugins/check_procs.c: Fixed NULL status in Solaris (644783 -
5672           Fabian Pehla) Fixed -p options (652082 - Ton Voon)
5674 2003-01-28 02:44  kdebisschop
5676         * contrib/checkciscotemp.pl: typo: had commented use Net::SNMP for
5677           testing
5679 2003-01-28 02:42  kdebisschop
5681         * plugins/check_real.c: make sure host_name is set and remove NULL
5682           string inits that can lead to segfaults
5684 2003-01-28 02:26  kdebisschop
5686         * plugins/check_mysql.c: missed argc check on port parameter
5688 2003-01-28 02:17  kdebisschop
5690         * contrib/checkciscotemp.pl: split and validate input more robustly
5692 2003-01-28 02:15  kdebisschop
5694         * plugins/check_http.c: remove NULL string inits that can lead to
5695           segfaults
5697 2003-01-27 19:32  tonvoon
5699         * configure.in: ps support for Darwin / MacOSX
5701 2003-01-27 06:53  kdebisschop
5703         * plugins/check_http.c: do not pass host if none is provided
5705 2003-01-27 01:04  kdebisschop
5707         * plugins/check_http.c: we were sending extra CRLF
5709 2003-01-19 01:34  kdebisschop
5711         * plugins-scripts/check_rpc.pl: indicate new default state in
5712           get_rpcinfo, also fix a bunch of indents for consistent format
5714 2003-01-17 00:56  sghosh
5716         * plugins-scripts/check_rpc.pl: bug fix for state and opt_c
5717           initialization
5719 2003-01-17 00:37  sghosh
5721         * plugins/check_snmp.c: Counter32 tag parsing added
5723 2003-01-16 01:42  kdebisschop
5725         * plugins/: check_mysql.c, check_pgsql.c: semicolon needed where
5726           progname define was replaced
5728 2003-01-16 01:29  kdebisschop
5730         * plugins/check_http.c: add option to let regex span newlines
5732 2003-01-16 01:28  kdebisschop
5734         * plugins/check_game.c: progname and print_usage need to be defined
5736 2003-01-16 01:22  kdebisschop
5738         * plugins/check_radius.c: semicolon needed where praogname define
5739           was replced
5741 2003-01-16 01:10  kdebisschop
5743         * plugins/check_hpjd.c: semicolon needed where praogname define was
5744           replced
5746 2003-01-16 00:22  kdebisschop
5748         * configure.in: find kerberos libs in latest Red Hat beta
5750 2003-01-16 00:21  kdebisschop
5752         * plugins/utils.c: restore max() macro
5754 2003-01-16 00:20  kdebisschop
5756         * plugins/check_tcp.c: cleanup progname assignment
5758 2003-01-16 00:19  kdebisschop
5760         * plugins-scripts/check_disk_smb.pl: accept $ for share and \\ for
5761           users
5763 2003-01-16 00:17  kdebisschop
5765         * plugins/check_by_ssh.c: avoid segfault when host is not given
5767 2003-01-13 07:21  kdebisschop
5769         * contrib/: check_dhcp.c, check_fping_in.c, check_rbl.c: convert
5770           PROGANE from a define to a const char
5772 2003-01-13 07:15  kdebisschop
5774         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
5775           check_dummy.c, check_fping.c, check_hpjd.c, check_http.c,
5776           check_ldap.c, check_load.c, check_mrtg.c, check_mrtgtraf.c,
5777           check_mysql.c, check_nagios.c, check_nwstat.c, check_overcr.c,
5778           check_pgsql.c, check_ping.c, check_procs.c, check_radius.c,
5779           check_real.c, check_smtp.c, check_snmp.c, check_ssh.c,
5780           check_swap.c, check_tcp.c, check_time.c, check_udp.c,
5781           check_ups.c, check_users.c, check_vsz.c, negate.c, urlize.c,
5782           utils.c, utils.h.in: convert PROGANE from a define to a const
5783           char
5785 2003-01-13 07:13  kdebisschop
5787         * plugins/popen.c: change exit status to be POSIX compliant
5789 2003-01-13 07:09  kdebisschop
5791         * plugins/check_nagios.c: check for a few null strings, change
5792           PROGNAME from #define to const *char
5794 2003-01-12 23:50  kdebisschop
5796         * plugins/check_disk.c: add options for excluding devices and for
5797           skipping OK devices in summary
5799 2003-01-02 22:24  kdebisschop
5801         * plugins/utils.c: protect against some null strings, make formats
5802           more uniform
5804 2002-12-19 14:30  kdebisschop
5806         * plugins/check_tcp.c: expect is +OK for SPOP too
5808 2002-12-19 14:29  kdebisschop
5810         * plugins/check_tcp.c: server expect not getting set, expect is +OK
5811           for POP
5813 2002-12-19 14:20  kdebisschop
5815         * plugins/check_http.c: remove spurious CRLF
5817 2002-11-29 07:02  stanleyhopcroft
5819         * contrib/check_citrix:
5820           New plugin to check the ICA browse service (used by Citrix
5821           Metaframe servers) from Ed Rolison and Tom De Blende.
5823 2002-11-25 07:00  kdebisschop
5825         * plugins/check_tcp.c: was segfaulting if no dtat was returned
5827 2002-11-24 08:43  kdebisschop
5829         * tools/snapshot: some fixes needed to move off old devel box
5831 2002-11-24 08:09  kdebisschop
5833         * tools/snapshot: make routine snapshots of nagios and plugin CVS
5834           to expand testing
5836 2002-11-22 05:52  kdebisschop
5838         * plugins/check_ups.c: add replace battery condition, replace
5839           unchecked strcat calls with asprintf (I do not think buffer
5840           overflow was possible here, but lets be consistent)
5842 2002-11-21 21:46  kdebisschop
5844         * configure.in: get long args output to work on check_procs by
5845           putting incantations with -w ahead of others
5847 2002-11-21 21:33  kdebisschop
5849         * configure.in: get long args output to work on linux check_procs,
5850           actually works this time (needs OpenBSD testing)
5852 2002-11-21 20:33  kdebisschop
5854         * plugins/check_procs.c: add a few comments, trap a few place where
5855           a NULL string might have been handled
5857 2002-11-21 20:31  kdebisschop
5859         * configure.in: get long args output to work on linux check_procs
5860           (needs OpenBSD testing)
5862 2002-11-21 07:40  kdebisschop
5864         * plugins/check_dig.c: fix empty output on errors
5866 2002-11-20 06:56  kdebisschop
5868         * plugins/check_swap.c: add switch to evaluate each swap
5869           individually
5871 2002-11-20 06:28  kdebisschop
5873         * plugins/check_dig.c: fix solaris SEGV, still need to print
5874           meaningful error text
5876 2002-11-19 20:19  kdebisschop
5878         * plugins/check_by_ssh.c: in short options, t no no argument
5880 2002-11-19 20:09  kdebisschop
5882         * plugins/check_dig.c: replace some strcpy with strscpy
5884 2002-11-19 14:13  kdebisschop
5886         * plugins/Makefile.am: another try at portable symlinking
5888 2002-11-19 14:07  kdebisschop
5890         * plugins/Makefile.am: another try at portable symlinking
5892 2002-11-19 14:06  kdebisschop
5894         * plugins/check_time.c: explicitly cast recv() arg2 for SunOS5.6
5896 2002-11-19 02:13  kdebisschop
5898         * plugins/Makefile.am: rewrite of install-exec-hook for solaris
5900 2002-11-18 16:58  sghosh
5902         * contrib/: check_javaproc.pl, nagios_sendim.pl: javaproc, sendim
5904 2002-11-18 09:46  sghosh
5906         * contrib-reporting/process_perfdata.pl: New directory to for
5907           perfdata and reporting scripts
5909 2002-11-18 06:24  kdebisschop
5911         * plugins/check_swap.c: test total swap instead of individual disks
5913 2002-11-18 02:23  kdebisschop
5915         * plugins/check_disk.c: failed to handle multple disks
5917 2002-11-18 02:22  kdebisschop
5919         * plugins/utils.c: more readable max_state() code
5921 2002-11-16 07:57  kdebisschop
5923         * plugins/Makefile.am: fix too many sources problem for programs
5924           tha are symlinks to check_tcp
5926 2002-11-15 23:59  kdebisschop
5928         * plugins/check_snmp.c: my take on Subhendu's patches, plus a few
5929           comments for clarity
5931 2002-11-15 12:47  sghosh
5933         * plugins/check_snmp.c: memory bounds in options, no output
5934           comparison case
5936 2002-11-14 23:51  kdebisschop
5938         * nagios-plugins.spec.in: make spec work again, now that release is
5939           in source name again
5941 2002-11-14 19:51  kdebisschop
5943         * configure.in: release numbering fix
5945 2002-11-14 19:50  kdebisschop
5947         * plugins/check_snmp.c: fix label handling, replace accidentally
5948           deleted elseif l.310
5950 2002-11-14 13:25  kdebisschop
5952         * Makefile.am, acconfig.h, configure.in, nagios-plugins.spec.in,
5953           plugins/utils.c: fix bug with gettimeofday test, improve
5954           version/release handling, update rpm spec
5956 2002-11-14 13:23  kdebisschop
5958         * plugins/Makefile.am: fix typo in snprintf build
5960 2002-11-14 00:36  kdebisschop
5962         * plugins/Makefile.am: can't drop these sources -- neded for dist
5964 2002-11-14 00:27  kdebisschop
5966         * plugins/Makefile.am: fix build rule for snprintf
5968 2002-11-14 00:25  kdebisschop
5970         * plugins/check_http.c: pagesize count off by one
5972 2002-11-13 23:45  kdebisschop
5974         * plugins/check_http.c: clean up NULL from status on Solaris
5976 2002-11-13 23:00  kdebisschop
5978         * configure.in: typo in AC_DEFINE of PS_FORMAT for solaris
5980 2002-11-13 22:37  kdebisschop
5982         * plugins/Makefile.am: remove check_nt again
5984 2002-11-13 22:09  kdebisschop
5986         * plugins/Makefile.am: back out last change -- it was only work in
5987           progress
5989 2002-11-13 21:26  kdebisschop
5991         * plugins/: Makefile.am, check_dns.c, check_ldap.c, check_mrtg.c,
5992           check_mrtgtraf.c, check_nwstat.c, check_radius.c, utils.c,
5993           version.h.in: remove call_getopt and ssprintf
5995 2002-11-13 06:50  kdebisschop
5997         * plugins/: check_disk.c, check_dns.c, check_fping.c, check_hpjd.c,
5998           check_mrtg.c, check_nwstat.c, check_ping.c, check_vsz.c,
5999           urlize.c, utils.c: remove call_getopt and asprintf
6001 2002-11-12 06:28  kdebisschop
6003         * plugins/check_dig.c: cleanup asprintf, old function decls
6005 2002-11-12 06:26  kdebisschop
6007         * plugins/: check_mysql.c, check_real.c, check_ups.c: remove
6008           call_getopt
6010 2002-11-11 17:15  sghosh
6012         * plugins/check_snmp.c: should use asprintf
6014 2002-11-11 15:19  sghosh
6016         * plugins/check_snmp.c: more snmpv3 patches
6018 2002-11-11 14:29  sghosh
6020         * plugins/check_snmp.c: long opt for miblist, snmpv3 support
6021           (rosenauer)
6023 2002-11-11 11:04  sghosh
6025         * plugins/check_snmp.c: option to specify a miblist - llow
6027 2002-11-11 10:43  sghosh
6029         * plugins/check_snmp.c: misc doc fix, missing verbose option
6031 2002-11-09 06:37  kdebisschop
6033         * plugins/: check_ups.c, check_users.c: remove call_getopt
6035 2002-11-08 23:22  kdebisschop
6037         * plugins/: check_by_ssh.c, check_dig.c, check_ping.c,
6038           check_time.c: remove call_getopt
6040 2002-11-08 23:21  kdebisschop
6042         * plugins/check_snmp.c: cleaner handling of DEFAULT_PORT
6044 2002-11-08 22:43  kdebisschop
6046         * configure.in: add HPUX swap, try to cleanup getopt processing
6048 2002-11-08 22:39  kdebisschop
6050         * plugins/: check_pgsql.c, check_ping.c, check_snmp.c, negate.c,
6051           utils.h.in: define and use usage3 where second part of message is
6052           a an int/char
6054 2002-11-08 22:16  kdebisschop
6056         * plugins/snprintf.c: HAVE_C99_SNPRINTF is not tested, so remove
6057           from ifdef
6059 2002-11-08 03:07  kdebisschop
6061         * plugins/check_snmp.c: user reports NULL still getting into
6062           asprintf
6064 2002-11-08 03:06  kdebisschop
6066         * plugins/check_vsz.c: remove call_getopt
6068 2002-11-08 02:20  kdebisschop
6070         * acconfig.h, configure.in, plugins/common.h.in, plugins/utils.c,
6071           plugins/utils.h.in: patches required to build on solaris with
6072           asprintf and gettimeofday
6074 2002-11-08 02:18  kdebisschop
6076         * plugins/: check_http.c, check_load.c, check_ping.c,
6077           check_procs.c, check_smtp.c, check_tcp.c: remove unused variables
6079 2002-11-08 02:17  kdebisschop
6081         * tools/oneliners: some useful onliners
6083 2002-11-07 09:30  kdebisschop
6085         * plugins/check_snmp.c: bugfixes to command format and (null) text
6086           created by asprintf switch
6088 2002-11-07 02:07  kdebisschop
6090         * plugins/check_by_ssh.c: remove call_getopt, add [] arougn time
6092 2002-11-07 02:06  kdebisschop
6094         * configure.in: test snprintf function family for ifdefs in
6095           snprintf.c
6097 2002-10-30 13:47  kdebisschop
6099         * plugins/check_tcp.c: replace fixed-lentgh buffer with asprintf
6101 2002-10-30 13:46  kdebisschop
6103         * plugins/check_udp.c: forgot to remove call_getopt
6105 2002-10-30 13:44  kdebisschop
6107         * plugins/: check_ssh.c, check_swap.c: forgot to remove call_getopt
6108           declaration
6110 2002-10-30 13:29  kdebisschop
6112         * plugins/check_smtp.c: remove call_getopt, fix several buffer
6113           overruns possible due to use of fixed size buffers
6115 2002-10-30 13:22  kdebisschop
6117         * tools/setup: debian builds not actively maintained, so suppress
6118           error in setup script
6120 2002-10-30 00:07  sghosh
6122         * acconfig.h, configure.in, plugins-scripts/Makefile.am,
6123           plugins-scripts/check_mailq.pl, plugins-scripts/utils.pm.in:
6124           monitor mailq
6126 2002-10-28 08:05  kdebisschop
6128         * plugins-scripts/: check_breeze.pl, check_disk_smb.pl,
6129           check_flexlm.pl, check_log.sh, check_ntp.pl, check_rpc.pl,
6130           check_sensors.sh, check_wave.pl: remove pspace in shebang since
6131           no sequent users replied
6133 2002-10-26 09:30  kdebisschop
6135         * nagios-plugins.spec.in: release should not be in tarball name
6137 2002-10-25 09:58  kdebisschop
6139         * nagios-plugins.spec.in: tweak source macro
6141 2002-10-25 08:35  kdebisschop
6143         * plugins/Makefile.am: remove check_nt
6145 2002-10-24 22:31  kdebisschop
6147         * Makefile.am, plugins/Makefile.am: include getloadavg sources, add
6148           some Solaris pkg build support
6150 2002-10-22 05:13  kdebisschop
6152         * plugins/check_ssh.c: remove call_getopt, replace ssprintf with
6153           asprintf,better server version reporting
6155 2002-10-22 04:54  kdebisschop
6157         * plugins/check_tcp.c: add check_spop
6159 2002-10-22 04:19  kdebisschop
6161         * plugins/check_procs.c: remove call_getopt, replace ssprintf with
6162           asprintf
6164 2002-10-21 22:57  sghosh
6166         * contrib/check_procr.sh: From: Jerome Tytgat - checks to see if
6167           named process is running
6169 2002-10-21 21:31  sghosh
6171         * README, plugins/check_nt.c: check_nt is downloadable from
6172           nsclient.ready2run.nl
6174 2002-10-21 01:04  kdebisschop
6176         * plugins/check_swap.c: use asprintf instead of ssprintf
6178 2002-10-21 00:36  kdebisschop
6180         * plugins/Makefile.am: need to define SOURCES for check_tcp to also
6181           build as check_ftp,check_imap,check_nntp,check_pop
6183 2002-10-21 00:05  kdebisschop
6185         * plugins/utils.c: use asprintf to do strscpy
6187 2002-10-21 00:04  kdebisschop
6189         * plugins/Makefile.am: roll check_ftp, check_imap, check_pop, and
6190           check_nntp into check_tcp
6192 2002-10-21 00:03  kdebisschop
6194         * plugins/: check_ftp.c, check_imap.c, check_nntp.c, check_pop.c:
6195           these are all combined into check_tcp now
6197 2002-10-20 23:55  kdebisschop
6199         * plugins/check_load.c: remove broken call_getopt
6201 2002-10-20 23:43  kdebisschop
6203         * plugins/check_snmp.c: cleanup process_arguments, print_help, and
6204           print_usage
6206 2002-10-20 23:40  kdebisschop
6208         * plugins/check_pgsql.c: now we provide long opts if they do not
6209           exist
6211 2002-10-20 16:22  kdebisschop
6213         * plugins/check_snmp.c: fixed scanning for multiple OIDs, which was
6214           not working
6216 2002-10-20 14:49  kdebisschop
6218         * plugins/check_snmp.c: change ssprintf to asprintf back out change
6219           at line 225 in r1.4   (values were mismatched to format string,
6220           so output was nonsense)   (I left a comment showing a construct
6221           that should work, but it fails for PHBs:     if my disk gets
6222           nearly full, they want 'CRITICAL - 99%' not 'CRITICAL - Gauge32:
6223           99')   (If someine has a rationale for the change, maybe it could
6224           be done as an option? - it seems     fairly clear that the Web
6225           display should be sensible to PHBs so long as there's no real
6226           loss)
6228 2002-10-18 02:41  kdebisschop
6230         * plugins/check_swap.c: remove old call_getopt
6232 2002-10-18 01:55  kdebisschop
6234         * plugins/check_load.c: remove old call_getopt code, fix bug taking
6235           single float, allow colon as separators in additin to commas
6237 2002-10-18 00:41  kdebisschop
6239         * plugins/utils.c: handle null src in strscat
6241 2002-10-17 23:48  kdebisschop
6243         * plugins/check_tcp.c: millisecond timing
6245 2002-10-17 23:46  kdebisschop
6247         * plugins/utils.h.in: refine STD_LONG_OPTS
6249 2002-10-17 23:46  kdebisschop
6251         * plugins/check_http.c: provide on more decimal point printing time
6253 2002-10-17 23:45  kdebisschop
6255         * plugins/check_ping.c: remove broken call_getopt stuff
6257 2002-10-17 02:09  kdebisschop
6259         * plugins/check_tcp.c: using asprintf
6261 2002-10-17 02:06  kdebisschop
6263         * INSTALL, INSTALLING, tools/setup: revise now that aclocal is
6264           remved from CVS
6266 2002-10-16 18:26  kdebisschop
6268         * configure.in: need some quoting on ifdef
6270 2002-10-16 18:17  kdebisschop
6272         * acinclude.m4, configure.in: finally a working fix for
6273           AM/AC_FUNC_STRTOD nightmare
6275 2002-10-16 18:01  kdebisschop
6277         * configure.in: mismatched quote
6279 2002-10-16 17:54  kdebisschop
6281         * configure.in: missing commas
6283 2002-10-16 17:46  kdebisschop
6285         * configure.in: complains on paren in comment
6287 2002-10-16 17:43  kdebisschop
6289         * acinclude.m4: lost a paren
6291 2002-10-16 17:41  kdebisschop
6293         * acinclude.m4: old auto???? has AM_FUNC_STRTOD, now renamed
6294           AC_FUNC_STRTOD
6296 2002-10-16 17:32  kdebisschop
6298         * plugins/: check_http.c, utils.c, utils.h.in: millisecond timimg
6299           where supported
6301 2002-10-16 17:31  kdebisschop
6303         * configure.in, missing: build cleanly on RedHat 8.0
6305 2002-10-16 06:46  kdebisschop
6307         * .cvsignore: ignore aclocal.m4
6309 2002-10-16 06:34  kdebisschop
6311         * configure.in: AM_STRTOD was a typo
6313 2002-10-16 06:31  kdebisschop
6315         * aclocal.m4: automake invokes acloacl on each run - it cannot be
6316           right to include this
6318 2002-10-16 06:18  kdebisschop
6320         * acconfig.h: better checks for vsnprintf stuff
6322 2002-10-16 06:14  kdebisschop
6324         * plugins/check_http.c, configure.in: use asprintf
6326 2002-10-16 06:14  kdebisschop
6328         * plugins/utils.c: use asprintf to construct strscat
6330 2002-10-16 00:57  kdebisschop
6332         * plugins/popen.h.in: timeout interval is extern
6334 2002-10-16 00:56  kdebisschop
6336         * plugins/: utils.h.in, utils.c: start support for gettimeofday and
6337           tv_usec
6339 2002-10-16 00:54  kdebisschop
6341         * aclocal.m4: generated with automake 1.6 / autoconf 2.53 (maybe
6342           should not be in CVS, however)
6344 2002-10-16 00:52  kdebisschop
6346         * plugins/snprintf.c: newer snprintf from samba.org
6348 2002-10-16 00:43  kdebisschop
6350         * Makefile.am: cosmetic line wrap before 80 chars
6352 2002-10-16 00:42  kdebisschop
6354         * depcomp, .cvsignore: needed for automake 1.6 / autoconf 2.53
6356 2002-10-16 00:41  kdebisschop
6358         * configure.in: work with newer automake, begin swithc to asprintf
6360 2002-10-15 02:23  sghosh
6362         * plugins-scripts/check_ifoperstatus.pl: new exit states, more
6363           conditional checking
6365 2002-10-07 15:05  sghosh
6367         * plugins/check_dns.c: patch for expected IP address
6369 2002-10-06 21:34  kdebisschop
6371         * plugins/popen.c: make sure we do not run past the end of an
6372           unterminated string
6374 2002-10-06 21:19  kdebisschop
6376         * plugins/negate.c: use asprintf, inhibit splint warning
6378 2002-10-05 07:08  kdebisschop
6380         * getloadavg.m4, plugins/getloadavg.c: lets use library instead od
6381           inconsistent command line interfaces
6383 2002-09-25 22:17  kdebisschop
6385         * plugins/urlize.c: use ssprintf instead of sprintf
6387 2002-09-25 04:01  kdebisschop
6389         * plugins/check_http.c: incorporate comment on my_recv from Russell
6390           Scibetti
6392 2002-09-25 03:58  kdebisschop
6394         * plugins/check_http.c: incorporate comments from Russell Scibetti
6396 2002-09-24 01:16  kdebisschop
6398         * plugins/check_http.c: replace remaining occurences of sprintf
6399           with snprintf
6401 2002-09-15 20:47  kdebisschop
6403         * INSTALL: needed for latest autoconf
6405 2002-09-15 20:47  kdebisschop
6407         * Makefile.am, aclocal.m4, configure.in, nagios-plugins.spec.in:
6408           finish ckleanup of rpm spec porcessing
6410 2002-09-14 17:11  kdebisschop
6412         * nagios-plugins.spec, nagios-plugins.spec.in: complete spec based
6413           on confugure.in
6415 2002-09-14 17:06  kdebisschop
6417         * make-tarball, rpm: automake makes the dist tarball, rpmbuild -ta
6418           makes the rpm
6420 2002-09-13 22:27  kdebisschop
6422         * plugins/check_tcp.c: time data in performance string
6424 2002-09-13 22:23  kdebisschop
6426         * plugins/check_http.c: time data in performance string
6428 2002-09-13 22:13  kdebisschop
6430         * plugins-scripts/check_log.sh: patch from Matthew Peters
6431           <mattp@esec.com.au>, plus turned up a few bugs on my own
6433 2002-09-11 22:43  kdebisschop
6435         * plugins/Makefile.am: negate wrapper
6437 2002-09-08 08:05  kdebisschop
6439         * plugins/negate.c: wrapper to invert return status
6441 2002-09-08 08:05  kdebisschop
6443         * plugins/utils.c: clears up warnings in splint
6445 2002-09-05 22:25  kdebisschop
6447         * plugins-scripts/check_rpc.pl: case on key to ERRORS hash
6449 2002-09-04 02:00  sghosh
6451         * configure.in: more Mysql patches
6453 2002-09-03 22:12  sghosh
6455         * plugins-scripts/check_ntp.pl: dispersion check now controlled by
6456           warn and crit
6458 2002-09-03 22:11  sghosh
6460         * configure.in: Mysql dir fix
6462 2002-09-03 22:10  sghosh
6464         * contrib/: check_ifoperstatus.pl, check_ifstatus.pl: moved to
6465           supported plugins-scripts
6467 2002-09-02 14:47  sghosh
6469         * plugins/check_smtp.c: new -f option for adding a FROM address for
6470           RFC correctness
6472 2002-09-01 12:22  sghosh
6474         * INSTALL, INSTALLING: file rename for MacOS X
6476 2002-09-01 12:18  sghosh
6478         * plugins/check_smtp.c: Valid MAIL command
6480 2002-08-22 18:08  sghosh
6482         * contrib/check_snmp_process_monitor.pl: updates
6484 2002-08-22 10:43  sghosh
6486         * command.cfg.in: smsclient config
6488 2002-08-22 10:42  sghosh
6490         * contrib/: check_snmp_disk_monitor.pl,
6491           check_snmp_process_monitor.pl: new plugins contrib
6493 2002-08-18 14:03  kdebisschop
6495         * plugins/check_by_ssh.c: typo in options passed to ssh for ipv6.
6496           fix by setting a generic hook for 1-char pasthhru options
6498 2002-08-14 15:17  sghosh
6500         * plugins-scripts/check_disk_smb.pl: patch for admin shares
6502 2002-08-14 15:07  sghosh
6504         * command.cfg.in: qpage definitions
6506 2002-08-14 15:06  sghosh
6508         * plugins-scripts/check_ifstatus.pl: skip PPP interfaces
6510 2002-08-14 15:04  sghosh
6512         * plugins/check_smtp.c: added HELO command
6514 2002-08-14 15:04  sghosh
6516         * plugins/check_by_ssh.c: ipv4/ipv6 switch added
6518 2002-08-14 15:03  sghosh
6520         * plugins/check_hpjd.c: net-snmp v5x fix
6522 2002-08-14 15:02  sghosh
6524         * contrib/check_apc_ups.pl: fix for ePN
6526 2002-08-14 15:01  sghosh
6528         * contrib/: check_linux_raid.pl, check_nagios_db.pl:  new plugins
6530 2002-08-14 15:00  sghosh
6532         * contrib/check_inodes-freebsd.pl: check inodes - freebsd  -
6533           candidate for merge with check_inodes
6535 2002-08-14 11:29  sghosh
6537         * contrib/check_smb.sh: new smb check - users
6539 2002-08-12 23:18  egalstad
6541         * plugins/check_game.c: Mod to display current/max number of
6542           players in a game (Frank Kannemann)
6544 2002-08-12 19:09  egalstad
6546         * contrib/check_disk_snmp.pl: Updated to use getopt (Christoph
6547           Maser)
6549 2002-08-01 01:06  sghosh
6551         * plugins/check_snmp.c: re-patched exit state comparison
6553 2002-08-01 00:54  sghosh
6555         * plugins/check_snmp.c: port option added, -c support net-snmpv5,
6556           complete response string output
6558 2002-08-01 00:46  egalstad
6560         * contrib/check_digitemp.pl: Add Brian Lane's Digitemp (1-wire temp
6561           sensor) plugin
6563 2002-07-16 00:13  egalstad
6565         * contrib/check_disk_snmp.pl: Christoph Maser's plugin to check
6566           disk usage via SNMP3
6568 2002-07-15 20:04  stanleyhopcroft
6570         * contrib/check_ms_spooler.pl: Primitive and in need of refinement
6571           test of MS spooler (with smbclient)
6573 2002-07-04 18:02  sghosh
6575         * contrib/check_procl.sh: Jerome Tytgat - accumulated/percentage
6576           CPU/MEM per process - bash plugin
6578 2002-07-04 00:05  sghosh
6580         * INSTALL: doc update
6582 2002-06-28 17:08  sghosh
6584         * INSTALL: note about autoconf/automake version
6586 2002-06-25 17:32  sghosh
6588         * contrib/check_rbl.c: Check if IP address is specified on RBL -
6589           Tim Bell
6591 2002-06-25 09:55  sghosh
6593         * contrib/check_lmmon.pl: check motherboard/cpu temp via lmmon
6595 2002-06-24 17:29  sghosh
6597         * plugins/check_http.c: ignore return status codes if user
6598           specified status line check
6600 2002-06-24 16:41  sghosh
6602         * plugins/check_snmp.c: printf bug for large numbers - Jeff Murray
6604 2002-06-20 00:27  sghosh
6606         * plugins-scripts/check_disk_smb.pl: logic fix for disk space
6607           thresholds
6609 2002-06-19 01:11  sghosh
6611         * plugins/: check_dig.c, check_dns.c, check_fping.c, check_hpjd.c,
6612           check_nagios.c, check_ping.c, check_snmp.c, check_vsz.c,
6613           urlize.c, utils.c, utils.h.in: more POSIX return value comparison
6614           related code fixes
6616 2002-06-18 23:09  sghosh
6618         * plugins/: check_disk.c, check_ping.c, check_procs.c: fixes for
6619           using POSIX return codes
6621 2002-06-17 21:06  sghosh
6623         * plugins/common.h.in:  updated to POSIX return codes
6625 2002-06-17 21:05  sghosh
6627         * contrib/check_cluster.c: Ethan's check_cluster
6629 2002-06-13 16:49  sghosh
6631         * plugins/check_smtp.c: conformance to RFC 821 <CRLF>
6633 2002-06-12 23:03  sghosh
6635         * configure.in: use xntpdc on Solaris for check_ntp
6637 2002-06-09 23:24  sghosh
6639         * plugins/check_smtp.c: patch to stop NOQUEUE syslog messages -
6640           Karl Ewald
6642 2002-06-07 20:33  sghosh
6644         * plugins-scripts/check_ntp.pl: xntpdc/ntpdc patch - John Koyle
6646 2002-06-06 00:16  sghosh
6648         * plugins-scripts/: subst.in, utils.sh.in: corrected result codes -
6649           for sh; corrected substition for libexec - Tom Bertelson
6651 2002-06-06 00:15  sghosh
6653         * plugins/check_disk.c: added option for mount point - Tom
6654           Bertelson
6656 2002-06-06 00:15  sghosh
6658         * plugins-scripts/check_oracle.sh: Add test for Oracle name server,
6659           can dynamicall determine ORACLE_HOME - tom Bertelson
6661 2002-06-06 00:14  sghosh
6663         * plugins-scripts/check_flexlm.pl: conditional on lmstat
6665 2002-06-06 00:13  sghosh
6667         * plugins-scripts/check_ntp.pl: conditional on ntpdc
6669 2002-05-28 20:57  sghosh
6671         * command.cfg.in: notes added
6673 2002-05-27 23:14  sghosh
6675         * command.cfg.in: option updates, more examples
6677 2002-05-27 22:41  sghosh
6679         * command.cfg.in: option updates, more examples
6681 2002-05-26 22:10  sghosh
6683         * plugins-scripts/check_ntp.pl: checked in too quickly
6685 2002-05-26 22:05  sghosh
6687         * doc/: README, developer-guidelines.html,
6688           developer-guidelines.sgml: added developer guidelines.
6690 2002-05-26 22:03  sghosh
6692         * configure.in: typo, AIX 4.3 ps, smbclient, Net::SNMP fixes
6694 2002-05-26 22:01  sghosh
6696         * acconfig.h, plugins-scripts/utils.pm.in:  new var - smbclient
6698 2002-05-26 21:56  sghosh
6700         * plugins-scripts/check_ntp.pl: logic reorg, ePN fix and support
6701           for utils.pm
6703 2002-05-26 21:55  sghosh
6705         * plugins-scripts/check_disk_smb.pl: ePN fix and support for
6706           utils.pm
6708 2002-05-23 12:39  sghosh
6710         * contrib/: check_log2.pl, check_vcs.pl: New plugins from Aaron
6711           Bostick - Veritas Cluster, logfile
6713 2002-05-09 23:51  sghosh
6715         * plugins-scripts/check_rpc.pl: updates for ePN, patch for multiple
6716           version check
6718 2002-05-09 23:49  sghosh
6720         * configure.in, plugins-scripts/utils.pm.in: added programs to
6721           autoconf
6723 2002-05-09 23:49  sghosh
6725         * acconfig.h: Added programs for autoconf
6727 2002-05-09 15:03  sghosh
6729         * plugins-scripts/: Makefile.am, check_ifoperstatus.pl: migrated
6730           check_ifoperstatus to standard plugin
6732 2002-05-08 11:35  sghosh
6734         * plugins/check_ping.c:  patch for Suse 8.0 loss output
6736 2002-05-08 01:10  sghosh
6738         * plugins-scripts/utils.pm.in:  is_hostname added, update CODES to
6739           POSIX
6741 2002-05-08 01:07  sghosh
6743         * plugins/: check_hpjd.c, check_ups.c: updated notes
6745 2002-05-08 01:04  sghosh
6747         * configure.in: updated messages and check for host command
6749 2002-05-08 00:58  sghosh
6751         * plugins-scripts/: Makefile.am, check_ifstatus.pl: moved updated
6752           check_ifstatus to standard plugin
6754 2002-05-07 01:35  sghosh
6756         * plugins-scripts/: check_breeze.pl, check_flexlm.pl,
6757           check_ircd.pl, check_netdns.pl, check_ntp.pl, check_wave.pl: 2nd
6758           fix for ePN
6760 2002-05-02 12:43  sghosh
6762         * plugins-scripts/: check_breeze.pl, check_disk_smb.pl,
6763           check_flexlm.pl, check_ircd.pl, check_netdns.pl, check_ntp.pl,
6764           check_rpc.pl, check_wave.pl: fix for embedded perl
6766 2002-05-02 12:22  sghosh
6768         * tools/: README, mini_epn.c, p1.pl: updated mini_epn and p1.pl
6769           added to plugins distribution
6771 2002-05-01 17:12  sghosh
6773         * contrib/tarballs/fetchlog-0.92.tar.gz: remote log check (via snmp
6774           possible) by  Alexander Haderer
6776 2002-04-28 22:58  kdebisschop
6778         * plugins/getopt.h: failed to carry over from old plugins, listed
6779           in EXTRA_DIST, needed for build
6781 2002-04-23 08:50  sghosh
6783         * plugins/check_ping.c: corrected program name and added rtt patch
6784           for RH7.2+beta
6786 2002-04-18 17:59  egalstad
6788         * contrib/check_inodes.pl: add check_inodes contrib plugin by John
6789           Jolet
6791 2002-04-18 00:38  egalstad
6793         * configure.in: configure script patch for ping syntax
6795 2002-04-07 00:13  sghosh
6797         * contrib/: check_backup.pl, check_dl_size.pl: plugins from Patrick
6798           Greenwell
6800 2002-04-05 17:22  sghosh
6802         * acconfig.h: added HOST_COMMAND
6804 2002-04-05 17:19  sghosh
6806         * contrib/tarballs/check_spread.tar: plugin to check spread
6807           messaging toolkit
6809 2002-04-02 21:58  sghosh
6811         * contrib/check_oracle_instance.pl:  from Sven Dolderer - check
6812           oracle instance
6814 2002-04-02 21:56  sghosh
6816         * plugins-scripts/check_nfs.pl: check_nfs functionality exists in
6817           check_rpc
6819 2002-03-18 00:15  sghosh
6821         * plugins-scripts/subst.in: function to update perl plugin scripts
6822           to find utils.pm
6824 2002-02-28 21:53  egalstad
6826         * plugins/: .cvsignore, config.h.in: Fix for stupid me
6828 2002-02-28 21:42  egalstad
6830         * contrib/check_breeze.pl, contrib/check_dhcp.c,
6831           contrib/check_flexlm.pl, contrib/check_hltherm.c,
6832           contrib/check_hprsc.pl, contrib/check_ipxping.c,
6833           contrib/check_memory.tgz, contrib/check_mysql.c,
6834           contrib/check_uptime.c, contrib/check_wave.pl,
6835           contrib/readme.txt, contrib/tarballs/berger-ping.tar.gz,
6836           contrib/tarballs/bowen-langley_plugins.tar.gz,
6837           contrib/tarballs/check_bgp-1.0.tar.gz,
6838           contrib/tarballs/check_breeze.tar.gz,
6839           contrib/tarballs/check_flexlm.tar.gz,
6840           contrib/tarballs/check_hltherm.tar.gz,
6841           contrib/tarballs/check_hprsc.tar.gz,
6842           contrib/tarballs/check_memory.tgz,
6843           contrib/tarballs/check_radius.tar.gz,
6844           contrib/tarballs/check_wave.tar.gz,
6845           contrib/tarballs/hopcroft-plugins.tar.gz,
6846           contrib/tarballs/radius.tar.gz, plugins/.cvsignore,
6847           plugins/config.h.in: Contrib plugin cleanup
6849 2002-02-28 01:42  egalstad
6851         * .cvsignore, AUTHORS, CODING, COPYING, ChangeLog, FAQ, Helper.pm,
6852           INSTALL, Makefile.am, NEWS, README, REQUIREMENTS, ROADMAP,
6853           Requirements, acconfig.h, aclocal.m4, command.cfg.in, LEGAL,
6854           configure.in, install-sh, make-tarball, missing, mkinstalldirs,
6855           nagios-plugins.spec, opttest.pl, package.def, rpm, subst.in,
6856           subst.sh, test.pl.in, contrib/check_apache.pl,
6857           contrib/check_apc_ups.pl, contrib/check_bgpstate.pl,
6858           contrib/check_dhcp.c, contrib/check_dlswcircuit.pl,
6859           contrib/check_dns_random.pl, contrib/check_email_loop.pl,
6860           contrib/check_fping_in.c, contrib/check_ftpget.pl,
6861           contrib/check_ifoperstatus.pl, contrib/check_ifstatus.pl,
6862           contrib/check_pop3.pl, contrib/check_qmailq.pl,
6863           contrib/check_timeout.c, contrib/checkciscotemp.pl,
6864           contrib/check_ipxping.c, contrib/check_joy.sh,
6865           contrib/check_maxchannels.pl, contrib/check_maxwanstate.pl,
6866           contrib/check_mem.pl, contrib/check_memory.tgz,
6867           contrib/check_mysql.c, contrib/check_mysql.pl,
6868           contrib/check_netapp.pl, contrib/check_nmap.py,
6869           contrib/check_nwstat.pl, contrib/check_ora_table_space.pl,
6870           contrib/check_rrd_data.pl, contrib/check_sap.sh,
6871           contrib/check_sockets.pl, contrib/check_uptime.c,
6872           contrib/maser-oracle.pl, contrib/mrtgext.pl, contrib/readme.txt,
6873           contrib/restrict.pl, contrib/utils.py, contrib/check_nagios.pl,
6874           contrib/urlize.pl, contrib/aix/check_crit_dsk,
6875           contrib/aix/check_dsk, contrib/aix/check_failed,
6876           contrib/aix/check_io, contrib/aix/check_kerberos,
6877           contrib/aix/check_ping, contrib/aix/check_queue,
6878           contrib/aix/pg_stat, contrib/tarballs/berger-ping.tar.gz,
6879           contrib/tarballs/bowen-langley_plugins.tar.gz,
6880           contrib/tarballs/check_bgp-1.0.tar.gz,
6881           contrib/tarballs/check_breeze.tar.gz,
6882           contrib/tarballs/check_flexlm.tar.gz,
6883           contrib/tarballs/check_hltherm.tar.gz,
6884           contrib/tarballs/check_hprsc.tar.gz,
6885           contrib/tarballs/check_radius.tar.gz,
6886           contrib/tarballs/check_wave.tar.gz,
6887           contrib/tarballs/hopcroft-plugins.tar.gz,
6888           contrib/tarballs/radius.tar.gz, plugins/.cvsignore,
6889           plugins/Makefile.am, plugins/check_by_ssh.c, plugins/check_dig.c,
6890           plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c,
6891           plugins/check_fping.c, plugins/check_ftp.c, plugins/check_game.c,
6892           plugins/check_hpjd.c, plugins/check_http.c,
6893           plugins/check_ide-smart.c, plugins/check_imap.c,
6894           plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c,
6895           plugins/check_mrtgtraf.c, plugins/check_mysql.c,
6896           plugins/check_nntp.c, plugins/check_nt.c, plugins/check_nwstat.c,
6897           plugins/check_overcr.c, plugins/check_pgsql.c,
6898           plugins/check_ping.c, plugins/check_pop.c, plugins/check_procs.c,
6899           plugins/check_radius.c, plugins/check_real.c,
6900           plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_ssh.c,
6901           plugins/check_swap.c, plugins/check_tcp.c, plugins/check_time.c,
6902           plugins/check_udp.c, plugins/check_ups.c, plugins/check_users.c,
6903           plugins/check_vsz.c, plugins/common.h.in, plugins/getopt.c,
6904           plugins/getopt1.c, plugins/netutils.c, plugins/netutils.h.in,
6905           plugins/popen.c, plugins/popen.h.in, plugins/snprintf.c,
6906           plugins/urlize.c, plugins/check_nagios.c, plugins/utils.c,
6907           plugins/utils.h.in, plugins/version.h.in, plugins/t/check_disk.t,
6908           plugins/t/check_dns.t, plugins/t/check_fping.t,
6909           plugins/t/check_ftp.t, plugins/t/check_hpjd.t,
6910           plugins/t/check_http.t, plugins/t/check_imap.t,
6911           plugins/t/check_load.t, plugins/t/check_mysql.t,
6912           plugins/t/check_ping.t, plugins/t/check_pop.t,
6913           plugins/t/check_procs.t, plugins/t/check_smtp.t,
6914           plugins/t/check_snmp.t, plugins/t/check_swap.t,
6915           plugins/t/check_tcp.t, plugins/t/check_time.t,
6916           plugins/t/check_udp.t, plugins/t/check_users.t,
6917           plugins/t/check_vsz.t, plugins/tests/check_disk,
6918           plugins/tests/check_dns, plugins/tests/check_ftp,
6919           plugins/tests/check_hpjd, plugins/tests/check_http,
6920           plugins/tests/check_load, plugins/tests/check_ping,
6921           plugins/tests/check_procs, plugins/tests/check_swap,
6922           plugins/tests/check_users, plugins/tests/check_vsz,
6923           plugins-scripts/.cvsignore, plugins-scripts/Makefile.am,
6924           plugins-scripts/check_breeze.pl,
6925           plugins-scripts/check_disk_smb.pl,
6926           plugins-scripts/check_flexlm.pl, plugins-scripts/check_ircd.pl,
6927           plugins-scripts/check_log.sh, plugins-scripts/check_netdns.pl,
6928           plugins-scripts/check_nfs.pl, plugins-scripts/check_ntp.pl,
6929           plugins-scripts/check_oracle.sh, plugins-scripts/check_rpc.pl,
6930           plugins-scripts/check_sensors.sh, plugins-scripts/check_wave.pl,
6931           plugins-scripts/subst.in, plugins-scripts/utils.pm.in,
6932           plugins-scripts/utils.sh.in, plugins-scripts/t/check_rpc.t,
6933           tools/setup, tools/tango: Initial import of existing plugin code
6935 2002-02-28 01:42  egalstad
6937         * .cvsignore, AUTHORS, CODING, COPYING, ChangeLog, FAQ, Helper.pm,
6938           INSTALL, Makefile.am, NEWS, README, REQUIREMENTS, ROADMAP,
6939           Requirements, acconfig.h, aclocal.m4, command.cfg.in, LEGAL,
6940           configure.in, install-sh, make-tarball, missing, mkinstalldirs,
6941           nagios-plugins.spec, opttest.pl, package.def, rpm, subst.in,
6942           subst.sh, test.pl.in, contrib/check_apache.pl,
6943           contrib/check_apc_ups.pl, contrib/check_bgpstate.pl,
6944           contrib/check_dhcp.c, contrib/check_dlswcircuit.pl,
6945           contrib/check_dns_random.pl, contrib/check_email_loop.pl,
6946           contrib/check_fping_in.c, contrib/check_ftpget.pl,
6947           contrib/check_ifoperstatus.pl, contrib/check_ifstatus.pl,
6948           contrib/check_pop3.pl, contrib/check_qmailq.pl,
6949           contrib/check_timeout.c, contrib/checkciscotemp.pl,
6950           contrib/check_ipxping.c, contrib/check_joy.sh,
6951           contrib/check_maxchannels.pl, contrib/check_maxwanstate.pl,
6952           contrib/check_mem.pl, contrib/check_memory.tgz,
6953           contrib/check_mysql.c, contrib/check_mysql.pl,
6954           contrib/check_netapp.pl, contrib/check_nmap.py,
6955           contrib/check_nwstat.pl, contrib/check_ora_table_space.pl,
6956           contrib/check_rrd_data.pl, contrib/check_sap.sh,
6957           contrib/check_sockets.pl, contrib/check_uptime.c,
6958           contrib/maser-oracle.pl, contrib/mrtgext.pl, contrib/readme.txt,
6959           contrib/restrict.pl, contrib/utils.py, contrib/check_nagios.pl,
6960           contrib/urlize.pl, contrib/aix/check_crit_dsk,
6961           contrib/aix/check_dsk, contrib/aix/check_failed,
6962           contrib/aix/check_io, contrib/aix/check_kerberos,
6963           contrib/aix/check_ping, contrib/aix/check_queue,
6964           contrib/aix/pg_stat, contrib/tarballs/berger-ping.tar.gz,
6965           contrib/tarballs/bowen-langley_plugins.tar.gz,
6966           contrib/tarballs/check_bgp-1.0.tar.gz,
6967           contrib/tarballs/check_breeze.tar.gz,
6968           contrib/tarballs/check_flexlm.tar.gz,
6969           contrib/tarballs/check_hltherm.tar.gz,
6970           contrib/tarballs/check_hprsc.tar.gz,
6971           contrib/tarballs/check_radius.tar.gz,
6972           contrib/tarballs/check_wave.tar.gz,
6973           contrib/tarballs/hopcroft-plugins.tar.gz,
6974           contrib/tarballs/radius.tar.gz, plugins/.cvsignore,
6975           plugins/Makefile.am, plugins/check_by_ssh.c, plugins/check_dig.c,
6976           plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c,
6977           plugins/check_fping.c, plugins/check_ftp.c, plugins/check_game.c,
6978           plugins/check_hpjd.c, plugins/check_http.c,
6979           plugins/check_ide-smart.c, plugins/check_imap.c,
6980           plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c,
6981           plugins/check_mrtgtraf.c, plugins/check_mysql.c,
6982           plugins/check_nntp.c, plugins/check_nt.c, plugins/check_nwstat.c,
6983           plugins/check_overcr.c, plugins/check_pgsql.c,
6984           plugins/check_ping.c, plugins/check_pop.c, plugins/check_procs.c,
6985           plugins/check_radius.c, plugins/check_real.c,
6986           plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_ssh.c,
6987           plugins/check_swap.c, plugins/check_tcp.c, plugins/check_time.c,
6988           plugins/check_udp.c, plugins/check_ups.c, plugins/check_users.c,
6989           plugins/check_vsz.c, plugins/common.h.in, plugins/getopt.c,
6990           plugins/getopt1.c, plugins/netutils.c, plugins/netutils.h.in,
6991           plugins/popen.c, plugins/popen.h.in, plugins/snprintf.c,
6992           plugins/urlize.c, plugins/check_nagios.c, plugins/utils.c,
6993           plugins/utils.h.in, plugins/version.h.in, plugins/t/check_disk.t,
6994           plugins/t/check_dns.t, plugins/t/check_fping.t,
6995           plugins/t/check_ftp.t, plugins/t/check_hpjd.t,
6996           plugins/t/check_http.t, plugins/t/check_imap.t,
6997           plugins/t/check_load.t, plugins/t/check_mysql.t,
6998           plugins/t/check_ping.t, plugins/t/check_pop.t,
6999           plugins/t/check_procs.t, plugins/t/check_smtp.t,
7000           plugins/t/check_snmp.t, plugins/t/check_swap.t,
7001           plugins/t/check_tcp.t, plugins/t/check_time.t,
7002           plugins/t/check_udp.t, plugins/t/check_users.t,
7003           plugins/t/check_vsz.t, plugins/tests/check_disk,
7004           plugins/tests/check_dns, plugins/tests/check_ftp,
7005           plugins/tests/check_hpjd, plugins/tests/check_http,
7006           plugins/tests/check_load, plugins/tests/check_ping,
7007           plugins/tests/check_procs, plugins/tests/check_swap,
7008           plugins/tests/check_users, plugins/tests/check_vsz,
7009           plugins-scripts/.cvsignore, plugins-scripts/Makefile.am,
7010           plugins-scripts/check_breeze.pl,
7011           plugins-scripts/check_disk_smb.pl,
7012           plugins-scripts/check_flexlm.pl, plugins-scripts/check_ircd.pl,
7013           plugins-scripts/check_log.sh, plugins-scripts/check_netdns.pl,
7014           plugins-scripts/check_nfs.pl, plugins-scripts/check_ntp.pl,
7015           plugins-scripts/check_oracle.sh, plugins-scripts/check_rpc.pl,
7016           plugins-scripts/check_sensors.sh, plugins-scripts/check_wave.pl,
7017           plugins-scripts/subst.in, plugins-scripts/utils.pm.in,
7018           plugins-scripts/utils.sh.in, plugins-scripts/t/check_rpc.t,
7019           tools/setup, tools/tango: Initial revision