Code

Updated for r1_4_0-alpha3
[nagiosplug.git] / ChangeLog
1 2004-12-15 21:27  tonvoon
3         * doc/developer-guidelines.sgml: Updated requirements for GNU tools
5 2004-12-15 21:01  tonvoon
7         * m4/Makefile.am: Makefile for m4 files
9 2004-12-15 20:54  tonvoon
11         * Makefile.am, configure.in, plugins/Makefile.am, tools/setup:
12           Support for coreutils lib. Configure tests via m4 scripts from
13           coreutils
15 2004-12-15 20:51  tonvoon
17         * m4/: Makefile.am.in, afs.m4, codeset.m4, error.m4, exitfail.m4,
18           extensions.m4, fstypename.m4, fsusage.m4, getopt.m4, gettext.m4,
19           glibc21.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, inttypes.m4,
20           inttypes_h.m4, isc-posix.m4, lcmessage.m4, lib-ld.m4,
21           lib-link.m4, lib-prefix.m4, ls-mntd-fs.m4, malloc.m4,
22           mountlist.m4, np_coreutils.m4, onceonly.m4, progtest.m4,
23           realloc.m4, stdint_h.m4, uintmax_t.m4, ulonglong.m4,
24           unlocked-io.m4, xalloc.m4: Moving m4 files from lib/
26 2004-12-15 20:47  tonvoon
28         * lib/: Makefile.am, afs.m4, error.m4, exitfail.m4, fstypename.m4,
29           fsusage.m4, full-read.c, full-write.c, full-write.h, getopt.m4,
30           ls-mntd-fs.m4, onceonly.m4, safe-read.c, safe-read.h,
31           safe-write.c, safe-write.h, unlocked-io.m4, xalloc.m4: Moving m4
32           files into m4/. Added extra coreutils files required from
33           autoconf tests. Updated Makefile.am to have nagiosplug lib and a
34           separate coreutils lib
36 2004-12-15 00:10  opensides
38         * po/: de.po, fr.po:
39           fr.po work in progress still 88 to translate ;-)
41 2004-12-11 06:25  mattkent
43         * plugins/check_tcp.c: Patch from Ollie Cook to define return code
44           when expected value not received (#1082275).  Also included
45           another change from Ollie Cook to do stricter matching of
46           expected values from the beginning of the line. When a user
47           defines an expected string this is changed to the old style
48           strstr matching.
50 2004-12-10 21:18  tonvoon
52         * plugins/check_ldap.c: Fixed compile warning
54 2004-12-10 06:10  mattkent
56         * plugins/Makefile.am: Compile broken - fixing link flags.
58 2004-12-10 05:57  mattkent
60         * plugins/check_dns.c: Error catching improvements from Ollie Cook
62 2004-12-10 05:54  mattkent
64         * plugins/check_pgsql.c: Fixing broken compile
66 2004-12-10 05:39  mattkent
68         * AUTHORS: More contributers
70 2004-12-10 00:54  stanleyhopcroft
72         * plugins/Makefile.am: Changes to link flags for check_dhcp.c
74 2004-12-10 00:52  stanleyhopcroft
76         * plugins/check_dhcp.c: Extensive changes to get MAC address from
77           Solaris via DLPI
79 2004-12-10 00:20  tonvoon
81         * plugins/: check_dns.c, check_procs.c: Reverting back ngettext
82           calls
84 2004-12-10 00:13  tonvoon
86         * plugins/common.h: Fix includes for gettext
88 2004-12-09 22:33  tonvoon
90         * configure.in: Include $libsuff for systems that define this
91           (based on advice from Daniel Stenberg)
93 2004-12-08 23:14  tonvoon
95         * configure.in: Removed redundant check and make export
96           LD_LIBRARY_PATH more sh friendly
98 2004-12-08 00:36  opensides
100         * configure.in, plugins/Makefile.am, plugins/check_by_ssh.c,
101           plugins/check_game.c, plugins/check_http.c,
102           plugins/check_ide_smart.c, plugins/check_ldap.c,
103           plugins/check_snmp.c, plugins/check_tcp.c:
104           patch 1028033
106           minor internationalization fixes
108 2004-12-08 00:22  tonvoon
110         * configure.in: Fixed output info for openssl and LD_LIBRARY_PATH
111           for subsequent compiles (otherwise get ld.so.1: ./conftest:
112           fatal: libssl.so.0.9.7: open failed)
114 2004-12-07 06:51  tonvoon
116         * configure.in, plugins/Makefile.am: Better SSL checking (inspired
117           by curl 7.12.2's configure.ac)
119 2004-12-07 03:13  mattkent
121         * plugins-scripts/check_ifoperstatus.pl: Option to check for admin
122           down (#1012191) from Raúl Pedroche.
124 2004-12-07 02:45  stanleyhopcroft
126         * plugins/Makefile.am: Correct dependencies for check_dhcp.c.
128 2004-12-07 02:31  stanleyhopcroft
130         * plugins/: Makefile.am, check_dhcp.c: New plugin: check_dhcp.c.
131           Attempt to port to non Linux platform.
133 2004-12-06 18:49  opensides
135         * po/fr.po:
136           new version of fr.po
138 2004-12-05 22:07  mattkent
140         * plugins/check_snmp.c: Fix for -s string matching (#756567, Tony
141           Missana)
143 2004-12-05 12:59  opensides
145         * plugins/check_nt.c, po/fr.po, po/nagios-plugins.pot:
146           cleaned fr.po nagios-plugins.pot
148 2004-12-05 00:54  opensides
150         * plugins/: check_http.c, check_icmp.c, check_nwstat.c,
151           check_ping.c, check_smtp.c, check_swap.c, utils.h:
152           fix patch 998291 fix patch 1078934 expect check_ssh fix and
153           check_nt perfdata should stay on one word like in nagios
155 2004-12-04 12:34  opensides
157         * po/nagios-plugins.pot:
158           new version of pot file
160 2004-12-04 12:31  opensides
162         * plugins/check_by_ssh.c, plugins/check_dns.c, po/POTFILES.in:
163           various internationalization fixes
165 2004-12-04 12:12  opensides
167         * plugins/Makefile.am, plugins/check_by_ssh.c, plugins/check_dig.c,
168           plugins/check_http.c, plugins/check_ide-smart.c,
169           plugins/check_ide_smart.c, plugins/check_mrtg.c,
170           plugins/check_nt.c, plugins/check_nwstat.c,
171           plugins/check_overcr.c, plugins/check_real.c,
172           plugins/check_smtp.c, plugins/check_swap.c, plugins/check_tcp.c,
173           plugins/check_time.c, plugins/check_udp.c, po/POTFILES.in:
174           internationalization fixes bugfixes
176 2004-12-04 10:57  opensides
178         * plugins/: check_dns.c, check_hpjd.c:
179           check_dns needs a space between 'time' and the hostname
180           check_hpjd needs a parenthesis removed in print_usage()
182 2004-12-04 00:23  opensides
184         * plugins/check_swap.c:
185           Bug Fix [ 1024735 ] check_swap providing inaccurate swap
186           information on Sol6
188 2004-12-03 23:55  opensides
190         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
191           check_fping.c, check_game.c, check_hpjd.c, check_http.c,
192           check_ldap.c, check_load.c, check_mrtg.c, check_mrtgtraf.c,
193           check_mysql.c, check_nagios.c, check_nt.c, check_nwstat.c,
194           check_overcr.c, check_pgsql.c, check_ping.c, check_procs.c,
195           check_radius.c, check_real.c, check_smtp.c, check_snmp.c,
196           check_ssh.c, check_swap.c, check_tcp.c, check_time.c,
197           check_udp.c, check_ups.c, check_users.c, negate.c:
198           reverting my changes from !=TRUE to == ERROR, that's not good ;-(
199           sorry
201 2004-12-03 23:23  opensides
203         * plugins/check_tcp.c, po/de.po, po/fr.po, po/nagios-plugins.pot:
204           check_tcp parenthesis bug, header fix for po files
206 2004-12-03 23:01  opensides
208         * plugins/: check_dig.c, check_disk.c, check_dns.c, check_dummy.c,
209           check_fping.c, check_game.c, check_hpjd.c, check_http.c,
210           check_ide-smart.c, check_ldap.c, check_mrtg.c, check_mrtgtraf.c,
211           check_nagios.c, check_nt.c, check_nwstat.c, check_overcr.c,
212           check_pgsql.c, check_procs.c, check_radius.c, check_real.c,
213           check_smtp.c, check_snmp.c, check_swap.c, check_tcp.c,
214           check_time.c, check_udp.c, check_ups.c:
215           print_help and print_usage() cleanup
217           other misc cleanups
219 2004-12-03 21:56  stanleyhopcroft
221         * plugins/check_tcp.c: 1041571: -D option processing corrected
222           (Eric Chen). Changed process_arguments() to return TRUE. Dont
223           know why this was necessary.
225 2004-12-03 20:28  opensides
227         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
228           check_dummy.c, check_fping.c, check_game.c, check_hpjd.c,
229           check_http.c, check_ide-smart.c, check_ldap.c, check_load.c,
230           check_mrtg.c, check_mrtgtraf.c, check_mysql.c, check_nagios.c,
231           check_nt.c, check_nwstat.c, check_overcr.c, check_pgsql.c,
232           check_ping.c, check_procs.c, check_radius.c, check_real.c,
233           check_smtp.c, check_snmp.c, check_ssh.c, check_swap.c,
234           check_tcp.c, check_time.c, check_udp.c, check_ups.c,
235           check_users.c, negate.c, urlize.c: remove UT_HLP_VRS from
236           print_usage this was not a good idea ;-)
238 2004-12-03 19:20  opensides
240         * plugins/utils.c:
241           removing support fonction removing warranty from print_revision
243 2004-12-03 17:48  opensides
245         * ROADMAP, package.def, plugins/negate.c, plugins/utils.h:
246           some minor fixes
248 2004-12-03 17:15  opensides
250         * plugins/: check_load.c, check_ssh.c:
251           correcting parenthesis error
253 2004-12-03 16:56  opensides
255         * AUTHORS, plugins/check_load.c, plugins/check_pgsql.c,
256           plugins/check_ping.c, plugins/check_procs.c,
257           plugins/check_radius.c, plugins/check_real.c,
258           plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_ssh.c,
259           plugins/check_swap.c, plugins/check_tcp.c, plugins/check_time.c,
260           plugins/check_udp.c, plugins/check_ups.c, plugins/check_users.c,
261           plugins/urlize.c:
262           fixes for internationalization
264 2004-12-03 11:45  opensides
266         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
267           check_dummy.c, check_fping.c, check_game.c, check_hpjd.c,
268           check_http.c, check_ide-smart.c, check_ldap.c, check_load.c,
269           check_mrtg.c, check_mrtgtraf.c, check_mysql.c, check_nagios.c,
270           check_nt.c, check_nwstat.c:
271           internationalization fixes and help fixes
273 2004-12-03 09:19  opensides
275         * plugins/check_by_ssh.c, plugins/check_dig.c,
276           plugins/check_http.c, plugins/check_nwstat.c,
277           plugins/check_pgsql.c, plugins/check_ping.c, plugins/check_udp.c,
278           po/.cvsignore:
279           Localization fixes
281 2004-12-03 08:45  opensides
283         * plugins/: check_ide-smart.c, check_pgsql.c:
284           correcting copyright and remaning int result = STATE_UNKNOWN;
286 2004-12-03 04:37  mattkent
288         * plugins/check_nagios.c: Affected by elapsed time patch.
290 2004-12-03 04:16  mattkent
292         * AUTHORS: Another contributer.
294 2004-12-03 04:10  mattkent
296         * configure.in, plugins/check_procs.c: Patch from Russell Miller
297           which adds elapsed time as a metric. Only for linux so far.
298           (991359)
300 2004-12-03 02:21  mattkent
302         * plugins/check_ldap.c: Fix typo breaking compile.
304 2004-12-03 00:55  opensides
306         * plugins/: check_by_ssh.c, check_dig.c, check_dns.c,
307           check_dummy.c, check_fping.c, check_game.c, check_hpjd.c,
308           check_ide-smart.c, check_ldap.c, check_load.c, check_mrtg.c,
309           check_mrtgtraf.c, check_mysql.c, check_nagios.c, check_nt.c,
310           check_nwstat.c, check_overcr.c, check_pgsql.c, check_ping.c,
311           check_procs.c, check_radius.c, check_real.c, check_smtp.c,
312           check_snmp.c, check_ssh.c, check_swap.c, check_tcp.c,
313           check_time.c, check_udp.c, check_ups.c, check_users.c, negate.c,
314           urlize.c:
315           bump copyright year initialize result to STATE_UNKNOW in place of
316           STATE_OK
318 2004-12-02 21:23  opensides
320         * plugins/: check_dns.c, check_ldap.c, check_procs.c:
321           --disable-nls throws an error on check_dns, check_procs and
322           check_ldap without this patch.
324 2004-12-02 21:03  stanleyhopcroft
326         * plugins/check_tcp.c: Tracker 1041571: appended :D to
327           getopt_long() args (for cert expiry check). Eric Chen.
329 2004-12-02 16:51  opensides
331         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
332           check_fping.c, check_game.c, check_hpjd.c, check_http.c,
333           check_ldap.c, check_load.c, check_mrtg.c, check_mrtgtraf.c,
334           check_mysql.c, check_nagios.c, check_nt.c, check_nwstat.c,
335           check_overcr.c, check_pgsql.c, check_ping.c, check_procs.c,
336           check_radius.c, check_real.c, check_smtp.c, check_snmp.c,
337           check_ssh.c, check_swap.c, check_tcp.c, check_time.c,
338           check_udp.c, check_ups.c, check_users.c, negate.c, popen.c,
339           utils.c:
340           More internationalization work new usage4 function to permit
341           localisation of think like check_ssh: xxxxx
343 2004-12-02 14:54  opensides
345         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
346           check_fping.c, check_game.c, check_hpjd.c, check_ldap.c,
347           check_load.c, check_mrtg.c, check_mrtgtraf.c, check_mysql.c,
348           check_nagios.c, check_nt.c, check_nwstat.c, check_overcr.c,
349           check_pgsql.c, check_ping.c, check_procs.c, check_radius.c,
350           check_real.c, check_smtp.c, check_snmp.c, check_ssh.c,
351           check_swap.c, check_tcp.c, check_time.c, check_udp.c,
352           check_ups.c, check_users.c, negate.c:
353           return of process_arguments() is TRUE not OK !
355 2004-12-02 14:35  opensides
357         * plugins/check_http.c: return of process_arguments() is TRUE not
358           OK !
360 2004-12-02 08:45  stanleyhopcroft
362         * plugins/Makefile.am: Add check_icmp plugin
364 2004-12-02 08:44  stanleyhopcroft
366         * plugins/check_icmp.c: check_icmp plugin from A Ericsson
368 2004-12-02 08:44  stanleyhopcroft
370         * plugins/linux.h: For check_icmp plugin from A Ericsson
372 2004-12-02 04:48  mattkent
374         * command.cfg.in: Fix typo.
376 2004-12-02 04:36  mattkent
378         * AUTHORS, REQUIREMENTS, command.cfg.in, plugins/check_ups.c: Patch
379           from Arnaud Quette to bring support to NUT 2.0 plus couple
380           improvements and fixes (1038413 which includes 1032009, 815785).
382 2004-12-02 01:11  opensides
384         * plugins/: check_dns.c, check_game.c, check_http.c,
385           check_ide-smart.c, check_load.c, check_mrtgtraf.c, check_mysql.c,
386           check_nagios.c, check_nt.c, check_nwstat.c, check_overcr.c,
387           check_pgsql.c, check_ping.c, check_procs.c, check_radius.c,
388           check_real.c, check_snmp.c, check_ssh.c, check_tcp.c,
389           check_time.c, check_udp.c, check_ups.c, negate.c, popen.c:
390           changed Error: by CRITICAL - more localization fixes
392 2004-12-02 00:30  opensides
394         * contrib/check_rbl.c:
395           adapted for localization
397 2004-12-01 23:54  opensides
399         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
400           check_dummy.c, check_fping.c, check_game.c, check_hpjd.c,
401           check_http.c, check_ide-smart.c, check_ldap.c, check_load.c,
402           check_mrtg.c, check_mrtgtraf.c, check_mysql.c, check_nagios.c,
403           check_nt.c, check_nwstat.c, check_overcr.c, check_pgsql.c,
404           check_ping.c, check_procs.c, check_radius.c, check_real.c,
405           check_smtp.c, check_snmp.c, check_ssh.c, check_swap.c,
406           check_tcp.c, check_time.c, check_udp.c, check_ups.c,
407           check_users.c, common.h, getaddrinfo.c, getaddrinfo.h,
408           gethostbyname.c, gethostbyname.h, negate.c, netutils.c,
409           netutils.h, popen.c, urlize.c, utils.c, utils.h:
410           standardize localization string standardize unknow arguments
412 2004-12-01 22:02  tonvoon
414         * doc/RELEASING: Notes on releasing
416 2004-12-01 21:55  tonvoon
418         * configure.in: Next version number
420 2004-12-01 21:01  tonvoon
422         * ChangeLog: Updated for r1_4_0-alpha2
424 2004-12-01 20:43  tonvoon
426         * tools/devmode: eval not working - instructions now in comments
428 2004-12-01 20:09  tonvoon
430         * plugins-scripts/check_oracle.sh: Fixed pmon process checking from
431           a change I made earlier
433 2004-12-01 19:33  opensides
435         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
436           check_fping.c, check_ssh.c:
437           first pass at standardization of messages for the localization
439 2004-12-01 08:41  stanleyhopcroft
441         * configure.in: Bryan Loniewski contributed check_jabber plugin
442           (SSL/check_tcp); Eric Chen check_nntps plugin + SSL certficate
443           expiry check [added -D option to check_tcp]
445 2004-12-01 08:28  stanleyhopcroft
447         * plugins/netutils.c: 1075725: patch to my_connect() to deal with
448           SEGV if connect fails
450 2004-12-01 08:26  stanleyhopcroft
452         * plugins/check_tcp.c: 1041571 & 664615: check_tcp with cert check
453           + nntps, simap, jabber
455 2004-12-01 03:50  mattkent
457         * contrib/check_nmap.py: Small fix from David Rippel (996800) for
458           newer versions of nmap
460 2004-12-01 03:26  mattkent
462         * plugins-scripts/check_oracle.sh: Perf data and other improvements
463           by Florian Gleixner (1027787)
465 2004-11-30 07:40  opensides
467         * po/fr.po:
468           more french translations
470 2004-11-30 00:25  tonvoon
472         * plugins/check_ide-smart.c: Capitalized some error messages
474 2004-11-30 00:24  tonvoon
476         * plugins/urlize.c: Updated output to UNKNOWN
478 2004-11-30 00:21  opensides
480         * po/fr.po:
481           translating fr.po new part
483 2004-11-29 23:52  tonvoon
485         * lib/: Makefile.am, exitfail.m4, getopt.m4: Extra files required
486           from coreutils
488 2004-11-29 23:46  tonvoon
490         * SUPPORT: Cleanup and statement re: contrib plugins
492 2004-11-29 22:42  tonvoon
494         * configure.in: Patches for configure on *BSD (Julien Touche)
496 2004-11-29 05:07  stanleyhopcroft
498         * contrib/: README.TXT, rblcheck-dns, rblcheck-web,
499           tarballs/check_icmp-0.8.tar.gz: [no log message]
501 2004-11-29 04:49  mattkent
503         * contrib/check_linux_raid.pl: Better error checking (820806)
505 2004-11-29 00:56  opensides
507         * po/fr.po:
508           second version of french .po still 300 ;-) to translate
510 2004-11-28 22:57  opensides
512         * po/fr.po:
513           first new translation of fr.po
515 2004-11-27 21:00  mattkent
517         * plugins/check_ssh.c: Add remote version check (1030269, Daniel
518           Gullin)
520 2004-11-26 08:54  stanleyhopcroft
522         * AUTHORS: New plugin/bugfix: tracker 1070929. check_hpjdres
524 2004-11-25 05:09  mattkent
526         * plugins/check_disk.c: From old test harness code, make
527           ./check_disk -w 0 -c 0 / valid parameters again
529 2004-11-25 05:06  mattkent
531         * test.pl.in, plugins/t/check_dns.t, plugins/t/check_http.t,
532           plugins/t/check_load.t, plugins/t/check_mysql.t: Updating test
533           harness
535 2004-11-25 04:49  stanleyhopcroft
537         * contrib/README.TXT: Removed reference to non existent tar balls
538           (Hopcroft plugins)
540 2004-11-25 04:46  stanleyhopcroft
542         * contrib/check_wins.pl: Non functional tidy ups to check_wins
544 2004-11-25 04:30  stanleyhopcroft
546         * contrib/check_hw.sh: Added /contrib/check_hw.sh by Rok Debevc
548 2004-11-25 04:28  stanleyhopcroft
550         * contrib/check_sybase: Added /contrib/check_sybase by Simon
551           Bellwood
553 2004-11-25 03:01  stanleyhopcroft
555         * contrib/check_hprsc.pl: update check_hprsc.pl for Net-SNMP
556           versions >=4
558 2004-11-24 21:34  tonvoon
560         * tools/sfsnapshot: Removing build directory after creating
561           distribution
563 2004-11-24 21:19  tonvoon
565         * doc/makefile: Added clean
567 2004-11-24 21:01  tonvoon
569         * configure.in: Fix snapshot build on SF
571 2004-11-24 06:36  stanleyhopcroft
573         * plugins/check_hpjd.c: add -OQa to command_line in check_hpjd.c.
574           Correct nagiosplug-Bugs-889948, 846329
576 2004-11-24 04:35  mattkent
578         * plugins/check_nwstat.c: Attempting to fix a reported segfault
579           (1055054)
581 2004-11-24 04:25  mattkent
583         * plugins/check_http.c: Added support for sending port in host
584           header (913633)
586 2004-11-24 00:46  tonvoon
588         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
589           check_dummy.c, check_fping.c, check_game.c, check_hpjd.c,
590           check_http.c, check_ldap.c, check_load.c, check_mrtg.c,
591           check_mrtgtraf.c, check_mysql.c, check_nwstat.c, check_overcr.c,
592           check_pgsql.c, check_ping.c, check_procs.c, check_radius.c,
593           check_real.c, check_smtp.c, check_snmp.c, check_ssh.c,
594           check_tcp.c, check_time.c, check_udp.c, check_ups.c,
595           check_users.c, negate.c, urlize.c: Making messages more
596           consistent
598 2004-11-23 23:53  tonvoon
600         * plugins/: check_hpjd.c, check_mrtg.c, check_mrtgtraf.c,
601           check_mysql.c, check_real.c, check_smtp.c, check_swap.c,
602           check_by_ssh.c, check_dns.c, check_time.c: Standardising
603           translation texts
605 2004-11-23 23:35  tonvoon
607         * doc/developer-guidelines.sgml: Guidelines on translated text
608           (Yves Mettier, Simon Bellwood, Andreas Ericsson)
610 2004-11-23 22:49  tonvoon
612         * doc/developer-guidelines.sgml: Adding notes on developer and
613           translator access in SF
615 2004-11-23 06:06  mattkent
617         * AUTHORS: More contributers.
619 2004-11-23 05:49  mattkent
621         * plugins/check_disk.c: Fix integer warning and critical options.
622           Take values from current unit instead of always KB.
624 2004-11-23 00:06  stanleyhopcroft
626         * doc/developer-guidelines.sgml: trivial changes to Perl plugin
627           section.
629 2004-11-22 22:44  tonvoon
631         * AUTHORS: More contributors
633 2004-11-22 22:30  tonvoon
635         * plugins/check_nt.c: Fixed some messages that should not be
636           translated (Benoit Mortier)
638 2004-11-22 20:35  tonvoon
640         * lib/getloadavg.m4: Not required - autoconf has own macros
642 2004-11-21 05:24  mattkent
644         * plugins/check_mysql.c: Patch from Nathan Shafer to add
645           replication slave check (1006777)
647 2004-11-20 22:56  mattkent
649         * AUTHORS: Oops, forgot one.
651 2004-11-20 22:46  mattkent
653         * AUTHORS: More contributers.
655 2004-11-20 22:43  mattkent
657         * contrib/check_linux_raid.pl: Fix always reading status from the
658           last line (1045506)
660 2004-11-20 22:28  mattkent
662         * plugins/check_ping.c: New output format reported by pumuckel1980
663           (946857)
665 2004-11-20 21:36  mattkent
667         * plugins/check_http.c: Bit of cleanup, fix verbose output.
669 2004-11-20 07:04  tonvoon
671         * configure.in: Fixed va_copy problem on AIX by copying samba's
672           configure.in
674 2004-11-19 15:58  tonvoon
676         * CODING: Added perl coding guidelines, from Programming Perl book
677           (Andreas Ericsson)
679 2004-11-19 14:28  tonvoon
681         * lib/getloadavg.m4: I think getloadavg.m4 is no longer required
682           (as autoconf has built-in function)
684 2004-11-19 14:24  tonvoon
686         * lib/Makefile.am: Removed getloadavg.m4 (built-in function in
687           autoconf) and added cloexec.[hc] for getloadavg.c
689 2004-11-19 14:22  tonvoon
691         * lib/: cloexec.h, cloexec.c: Files required for getloadavg.c
693 2004-11-19 03:59  mattkent
695         * plugins-scripts/check_ntp.pl: Fix incorrectly labelled units in
696           output (1025905, Jason Martin)
698 2004-11-19 03:44  mattkent
700         * plugins/check_procs.c: Enabling timeout flag (1010097, Jason
701           Martin)
703 2004-11-19 02:53  mattkent
705         * plugins/check_http.c: Make -L notice ssl use to output a proper
706           href (1035234, Abid Rasheed)
708 2004-11-19 02:39  mattkent
710         * plugins/check_smtp.c: Change unit from 'us' to 's' to match other
711           core plugins for simplicity.
713 2004-11-19 00:21  tonvoon
715         * AUTHORS: - More great contributors...
717 2004-11-19 00:12  tonvoon
719         * plugins/check_http.c: Options for User Agent string and extra
720           headers (Ibere Tizio)
722 2004-11-18 22:48  tonvoon
724         * configure.in: Remove unnecessary CPPFLAGS for openssl (Lutz
725           Behnke - 686476)
727 2004-11-18 22:42  tonvoon
729         * plugins/check_tcp.c: Enhance SSL initialization problems (Phil
730           Dibowitz - 1055120)
732 2004-11-18 05:36  mattkent
734         * plugins/check_smtp.c: Go critical on no route to host instead of
735           warning (934025)
737 2004-11-18 00:27  tonvoon
739         * tools/setup: Use copy of tools for consistency if building on
740           different platforms from shared source
742 2004-11-17 23:35  tonvoon
744         * plugins/check_tcp.c: Ignore output from tcp port (949070 -
745           Jan-Piet Mens)
747 2004-11-17 23:22  tonvoon
749         * plugins/check_http.c: --no-body and --max-age options (949521 -
750           Jamie Zawinski)
752 2004-11-17 22:19  tonvoon
754         * doc/developer-guidelines.sgml: Added section on using
755           Sourceforge, mainly for administrators
757 2004-11-12 00:51  tonvoon
759         * tools/update_coreutils: Tool to pull newer coreutil libs into
760           nagiosplug's lib directory
762 2004-11-12 00:49  tonvoon
764         * lib/Makefile.am, lib/error.c, lib/error.h, lib/error.m4,
765           lib/exit.h, lib/exitfail.c, lib/exitfail.h, lib/fsusage.c,
766           lib/fsusage.h, lib/fsusage.m4, lib/full-read.h, lib/getloadavg.c,
767           lib/getopt.c, lib/getopt.h, lib/getopt1.c, lib/gettext.h,
768           lib/ls-mntd-fs.m4, lib/malloc.c, lib/mountlist.c,
769           lib/mountlist.h, lib/onceonly.m4, lib/realloc.c, lib/snprintf.c,
770           lib/strtod.c, lib/unlocked-io.h, lib/unlocked-io.m4,
771           lib/xalloc.h, lib/xalloc.m4, lib/xmalloc.c, lib/xstrdup.c,
772           plugins/check_disk.c, po/de.po, po/fr.po: Update to using
773           coreutils 5.2.1 libraries and snprintf.c from samba 3.0.8
775 2004-09-07 21:27  tonvoon
777         * doc/developer-guidelines.sgml: Clarity based on comments by Ben
778           Clewett
780 2004-08-23 22:59  tonvoon
782         * AUTHORS: For patch to check_nt
784 2004-08-23 22:58  tonvoon
786         * plugins/check_nt.c: Restore divisor for memory size reported by
787           Windows. Also, implements warning and critical levels for
788           performance counters. (Paulo Afonso Graner Fessel)
790 2004-08-23 22:18  tonvoon
792         * configure.in, plugins/check_swap.c, plugins/common.h: Using
793           swapctl for Solaris, Tru64 and *BSD (Sean Finney)
795 2004-08-19 20:05  tonvoon
797         * configure.in, plugins/check_swap.c, plugins/common.h: Patch for
798           tru64 using swapctl calls (Sean Finney)
800 2004-08-18 22:32  tonvoon
802         * AUTHORS: Another day's work...
804 2004-08-18 22:25  tonvoon
806         * plugins/check_dig.c: Checks different record types and checks
807           against an expected address (Bill Kunkel)
809 2004-08-18 21:36  tonvoon
811         * configure.in: Support for check_swap on NetBSD/OpenBSD (Sean
812           Finney)
814 2004-08-18 21:25  tonvoon
816         * plugins-scripts/check_oracle.sh: More specific test for sid (Paul
817           Allen)
819 2004-08-18 21:21  tonvoon
821         * plugins/check_disk.c: Fixed perfdata so that shows amount used
822           (Garry Cook)
824 2004-08-18 20:51  tonvoon
826         * plugins-scripts/check_ifstatus.pl: Perfdata corrected (Garry
827           Cook)
829 2004-08-18 20:46  tonvoon
831         * plugins-scripts/check_oracle.sh: Fix for similar dataabase sids
832           (Carole Verdon)
834 2004-08-18 20:41  tonvoon
836         * AUTHORS: Gary Cook for perfdata for check_nt
838 2004-08-18 20:40  tonvoon
840         * plugins/check_nt.c: Perfdata added (Gary Cook)
842 2004-06-26 17:39  tonvoon
844         * tools/sfsnapshot: Change of compile server and cleanups
846 2004-06-26 06:13  tonvoon
848         * tools/sfsnapshot: Remove need to alter configure.in. Using
849           different compile farms for SF to do the compiling
851 2004-05-24 15:22  tonvoon
853         * AUTHORS: Ben Clewett
855 2004-05-24 15:21  tonvoon
857         * lib/Makefile.am: Missed getloadavg.c (Ben Clewett)
859 2004-05-20 07:09  egalstad
861         * contrib/check_dhcp.c: DHCP bug fix
863 2004-05-10 11:25  tonvoon
865         * configure.in: Set EXTRAS with check_swap if ac_cv_have_swap is
866           set
868 2004-04-30 12:12  tonvoon
870         * configure.in: ps -el for HP-UX
872 2004-04-29 16:08  tonvoon
874         * configure.in: Bug in ps -el for AIX 4.1
876 2004-04-29 12:13  tonvoon
878         * AUTHORS: Sven for HP-UX requirements
880 2004-04-29 12:12  tonvoon
882         * REQUIREMENTS: HP-UX requirements (Sven Schaffranneck)
884 2004-04-19 14:13  sghosh
886         * contrib/check_nagios_db_pg.pl, AUTHORS: Postgres backend monitor
888 2004-04-19 14:10  sghosh
890         * AUTHORS, plugins-scripts/check_mssql.pl: check_mssql.pl
892 2004-04-19 14:08  sghosh
894         * README: Win32 plugin repository
896 2004-04-08 12:05  tonvoon
898         * AUTHORS: Torsten Werner for check_racle patches
900 2004-04-08 12:05  tonvoon
902         * plugins-scripts/check_oracle.sh: Cleaner calls to awk and support
903           if Oracle has different national language settings (Torsten
904           Werner)
906 2004-04-08 11:50  tonvoon
908         * plugins-scripts/check_oracle.sh: Cleaner calls to awk and support
909           if Oracle has different national language settings (Torsten
910           Werner)
912 2004-04-06 17:02  tonvoon
914         * configure.in, plugins/check_procs.c: Fixed weird scanf bug on
915           Solaris
917 2004-04-02 20:37  kdebisschop
919         * plugins/check_by_ssh.c: add example invocation to help
921 2004-04-01 00:01  tonvoon
923         * AUTHORS: Howard Wilkinson
925 2004-03-31 23:53  tonvoon
927         * plugins/check_nt.c: Command line argument bug (Howard Wilkinson)
929 2004-03-31 23:48  tonvoon
931         * plugins/netutils.c: Set default state (Howard Wilkinson)
933 2004-03-31 20:20  tonvoon
935         * doc/developer-guidelines.sgml: Update author list
937 2004-03-23 06:35  kdebisschop
939         * plugins/check_fping.c: check was supposed to be agains ms - got
940           munged wfixeg the perfdata output to be in seconds
942 2004-03-22 07:25  tonvoon
944         * plugins/check_http.c: Getopt bug (Joe Rhett)
946 2004-03-22 07:22  tonvoon
948         * AUTHORS: Joe Rhett for getopt bug
950 2004-03-22 07:19  tonvoon
952         * plugins/check_http.c: Option --url not mapped (Joe Rhett)
954 2004-03-18 20:58  tonvoon
956         * AUTHORS: More help for patches
958 2004-03-18 20:50  tonvoon
960         * plugins/check_disk.c: Typo in check_disk units (Matthew Kent -
961           909281)
963 2004-03-18 20:40  tonvoon
965         * configure.in: Mysql include path not added correctly (Arnold
966           Cavazos - 912974)
968 2004-03-18 20:37  tonvoon
970         * configure.in: Mysql include path not added correctly (Arnold
971           Cavazos - 912974)
973 2004-03-18 20:31  tonvoon
975         * plugins/check_radius.c: Option to fill in NAS-identifier to
976           Emulate pam_radius behaviour (Alexander Kulak)
978 2004-03-17 20:38  tonvoon
980         * doc/developer-guidelines.sgml: Copyright information for patches
982 2004-03-14 04:09  kdebisschop
984         * plugins/: check_ldap.c, check_load.c, check_mrtgtraf.c,
985           check_pgsql.c, check_smtp.c, check_tcp.c, check_ups.c: use
986           fperfdata
988 2004-03-14 03:37  kdebisschop
990         * plugins/check_fping.c: use fperfdata
992 2004-03-12 03:40  egalstad
994         * contrib/check_cluster2.c: New cluster plugin for Nagios 2.x
996 2004-03-11 15:33  tonvoon
998         * CHANGES: check_procs difference
1000 2004-03-11 15:17  tonvoon
1002         * plugins/check_nagios.c: Incorporate check_proc changes into
1003           check_nagios. ps handling probably should be moved into utils.c
1004           in future
1006 2004-03-08 21:03  tonvoon
1008         * configure.in: Require ngettext
1010 2004-03-08 21:01  tonvoon
1012         * doc/developer-guidelines.sgml: Information on plugin output
1013           format
1015 2004-03-04 05:08  kdebisschop
1017         * plugins/: check_dig.c, check_dns.c, check_game.c: use float for
1018           time in perf data
1020 2004-03-03 12:33  kdebisschop
1022         * plugins/: check_http.c, utils.c: begin writing some perfdata as
1023           float
1025 2004-03-03 04:24  kdebisschop
1027         * contrib/check_pop3.pl: fix loop and \r\n (Jason Burnett -
1028           http://sourceforge.net/tracker/index.php?func=detail&aid=895677&group_id=29880&atid=397599)
1030 2004-03-03 03:48  kdebisschop
1032         * plugins/check_disk.c: check_disk was getting blocks instead of
1033           bytes (Michael Musikhin -
1034           http://sourceforge.net/tracker/index.php?func=detail&aid=900215&group_id=29880&atid=397599)
1036 2004-03-02 06:17  kdebisschop
1038         * Makefile.am, nagios-plugins.spec.in: make specfile into a
1039           template which can generate a generic spec plus specs suitable
1040           for various repositories
1042 2004-03-02 06:13  kdebisschop
1044         * configure.in: prpare for alpha2
1046 2004-03-02 05:25  kdebisschop
1048         * plugins/check_http.c: relax check for -w/-c to accept floats (bug
1049           report from Warrick FitzGerald)
1051 2004-03-02 05:01  kdebisschop
1053         * AUTHORS, plugins/check_swap.c: fix div by zero error when
1054           swaptotal is zero (Flo Gleixner)
1056 2004-03-01 12:27  kdebisschop
1058         * plugins/: check_tcp.c, netutils.c: check_tcp was returning
1059           uninitialized string with user-defined refused outcome
1061 2004-03-01 06:15  kdebisschop
1063         * plugins/check_smtp.c: allow regex for ecpect checks
1065 2004-02-29 04:09  kdebisschop
1067         * plugins/: check_nwstat.c, netutils.c, netutils.h: was making up
1068           to 34 separate tcp connections - now we open one and reuse
1070 2004-02-28 07:27  kdebisschop
1072         * plugins/check_snmp.c: checks for warn in check_num() mistakenly
1073           referred to crit limits
1075 2004-02-28 06:51  kdebisschop
1077         * plugins/check_smtp.c: minor doco update to reflect handling of
1078           repeated caoomand strings
1080 2004-02-28 06:48  kdebisschop
1082         * plugins/check_smtp.c: work in progress to accept multiple
1083           command/expect pairs
1085 2004-02-28 04:54  kdebisschop
1087         * plugins/check_swap.c: update to work with Linux 2.6 /proc/meminfo
1088           format
1090 2004-02-25 08:50  kdebisschop
1092         * AUTHORS, plugins/check_dns.c: check server for authoritative
1093           status (from Jon Hallet)
1095 2004-02-25 08:12  kdebisschop
1097         * plugins/check_swap.c: change some datatypes to llu for very large
1098           swaps
1100 2004-02-25 07:49  kdebisschop
1102         * configure.in, plugins/check_ping.c: pass timeout to ping if
1103           supported with -w parameter (linux)
1105 2004-02-21 05:37  kdebisschop
1107         * plugins/check_by_ssh.c: add option to ignore a specified number
1108           of lines on stderr (to suppress a login banner)
1110 2004-02-21 03:50  kdebisschop
1112         * plugins-scripts/check_breeze.pl: add $opt_C to 'use vars' (report
1113           882381 and patch form Jason Martin)
1115 2004-02-21 03:44  kdebisschop
1117         * AUTHORS: Add Jason Martin for report of missing $opt_C for 'use
1118           vars' in check_breeze
1120 2004-02-21 03:42  kdebisschop
1122         * plugins-scripts/check_breeze.pl: add opt_C to 'usr vars'
1124 2004-02-20 19:35  tonvoon
1126         * plugins/check_http.c: - Missed out getopt for -T
1128 2004-02-20 05:25  kdebisschop
1130         * contrib/check_dhcp.c, contrib/check_procl.sh,
1131           plugins/check_snmp.c, plugins/negate.c, plugins/netutils.c,
1132           plugins/urlize.c: spell fix "received"
1134 2004-02-20 05:22  kdebisschop
1136         * plugins/check_snmp.c, plugins/negate.c, plugins/netutils.c,
1137           plugins/urlize.c, contrib/check_dhcp.c: spell fix "received"
1139 2004-02-20 05:21  kdebisschop
1141         * plugins/: utils.c, utils.h: add perfdata function for floats to
1142           complement ints, also spell fix "received"
1144 2004-02-20 05:19  kdebisschop
1146         * AUTHORS: add Ralph Rye for report of check_procs segfault on
1147           AIX/WebSphere and proof-of-concept patch
1149 2004-02-20 05:04  kdebisschop
1151         * plugins/check_procs.c: handle case where line from ps output
1152           exceed MAX_INPUT_BUFFER
1154 2004-02-20 03:37  tonvoon
1156         * AUTHORS: Shaun Wills for patch to check_http
1158 2004-02-20 03:21  tonvoon
1160         * plugins/check_http.c: Added Content-type when POSTing (Shawn
1161           Wills)
1163 2004-02-20 03:00  tonvoon
1165         * plugins/check_procs.c: - compiler warning removed (but usage2
1166           messages badly broken)
1168 2004-02-20 02:58  tonvoon
1170         * AUTHORS: Matt Pounsett for bug report
1172 2004-02-20 02:09  tonvoon
1174         * plugins/check_dns.c: Different text to scan for if multiple
1175           addresses
1177 2004-02-20 01:05  tonvoon
1179         * plugins/check_swap.c: Corrected usage message (Matt Pounsett)
1181 2004-02-19 13:24  tonvoon
1183         * AUTHORS: Michael Musikhin for check_disk patch
1185 2004-02-19 13:23  tonvoon
1187         * plugins/check_disk.c: Uninitialised variables for -X (Bug 900091
1188           - Michael Musikhin)
1190 2004-02-18 14:57  kdebisschop
1192         * configure.in: version bump (old)
1194 2004-02-18 14:56  kdebisschop
1196         * acinclude.m4, lib/afs.m4, lib/fstypename.m4, lib/fsusage.m4:
1197           underquoted defines cause warning on FC2
1199 2004-02-18 02:11  tonvoon
1201         * AUTHORS: Johannes Herlitz for patch to check_dns
1203 2004-02-18 02:09  tonvoon
1205         * plugins/check_dns.c: Output message includes the query_address,
1206           as inspired by Johannes Herlitz.  Also cleanup of comments and
1207           handles multi-line nslookup output (MacOSX 10.3)
1209 2004-02-17 13:24  tonvoon
1211         * AUTHORS: David Alden for check_snmp_procs.pl
1213 2004-02-17 13:23  tonvoon
1215         * contrib/check_snmp_procs.pl: Checks remote processes via SNMP
1216           (David Alden)
1218 2004-02-09 08:32  tonvoon
1220         * AUTHORS: Patrick McCormick
1222 2004-02-09 08:27  tonvoon
1224         * plugins/check_ping.c: Fix for check_ping old-style argument
1225           handling (Patrick McCormick - 892211)
1227 2004-01-28 11:42  tonvoon
1229         * plugins/check_dummy.c: Print optional text
1231 2004-01-21 12:50  kdebisschop
1233         * AUTHORS: credit David Croft (patch check_tcp formultibyte malloc
1234           bug in server_expect)
1236 2004-01-21 12:49  kdebisschop
1238         * plugins/check_tcp.c: =fix segfault on malloc of server_expect for
1239           multibyte chars (David Croft)
1241 2004-01-21 12:46  kdebisschop
1243         * AUTHORS: credit David Croft (patch check_tcp formultibyte malloc
1244           bug in server_expect)
1246 2004-01-21 12:45  kdebisschop
1248         * plugins/check_tcp.c: =fix segfault on malloc of server_expect for
1249           multibyte chars (David Croft)
1251 2004-01-18 20:07  sghosh
1253         * contrib/check_snmp_printer.pl: plugin to check printer status via
1254           snmp, includes page count as perfdata; perl plugin
1256 2003-12-24 08:51  tonvoon
1258         * AUTHORS: Bug reporter
1260 2003-12-24 08:51  tonvoon
1262         * plugins/check_swap.c: Fixed help doc on use of % (854817 - Gunnar
1263           Hellekson)
1265 2003-12-18 09:24  tonvoon
1267         * README: Reference to CHANGES file
1269 2003-12-18 09:19  tonvoon
1271         * Makefile.am: Add CHANGES file to distribution
1273 2003-12-18 09:15  tonvoon
1275         * CHANGES: List major changes between releases
1277 2003-12-11 10:00  tonvoon
1279         * AUTHORS: For patch to check_http
1281 2003-12-11 10:00  tonvoon
1283         * plugins/check_http.c: Relative redirects not followed correctly
1284           (854131 - John Sivak)
1286 2003-12-05 18:12  tonvoon
1288         * AUTHORS: Ben Whaley for reported Solaris 8 /usr/ucb/ps problem in
1289           configure.in
1291 2003-12-05 18:08  tonvoon
1293         * configure.in: Not correctly working out ps command if /usr/ucb
1294           before /usr/bin in PATH for Solaris (reported by Ben Whaley)
1296 2003-12-05 16:45  tonvoon
1298         * AUTHORS: Patch to my_connect
1300 2003-12-05 16:42  tonvoon
1302         * plugins/: netutils.c, netutils.h: Fix clash of namespace for
1303           my_connect with mysql (854339 - Ian Holsman)
1305 2003-12-02 15:27  tonvoon
1307         * plugins/check_disk.c: Default thresholds not defined for lists in
1308           -x parameter (raised by Matt Garrett)
1310 2003-12-01 02:47  kdebisschop
1312         * po/: de.po, fr.po: commit changes caused by upstream code mods
1314 2003-12-01 02:46  kdebisschop
1316         * plugins/check_procs.c: use usage2 function
1318 2003-12-01 02:38  kdebisschop
1320         * nagios-plugins.spec.in: add THANKS to %doc
1322 2003-11-28 14:18  tonvoon
1324         * plugins/check_procs.c: Fixed listing of failed processes
1326 2003-11-24 14:56  tonvoon
1328         * AUTHORS: For patches
1330 2003-11-24 14:53  tonvoon
1332         * plugins/check_hpjd.c: Bug from code-clean (Antony Simmonds -
1333           846311)
1335 2003-11-21 07:53  kdebisschop
1337         * README: update auotmake/autoconf versions
1339 2003-11-21 07:52  kdebisschop
1341         * doc/developer-guidelines.sgml: update developer names
1343 2003-11-21 07:34  kdebisschop
1345         * INSTALLING: our policy now is to use most recent versions of GNU
1346           tool chain
1348 2003-11-19 06:24  kdebisschop
1350         * plugins/check_time.c: add perfdata
1352 2003-11-19 06:00  kdebisschop
1354         * plugins/check_smtp.c: use perfdata() to return perfoamnace data
1355           in stanadrd format
1357 2003-11-17 11:45  kdebisschop
1359         * plugins/check_ups.c: bugfix - each supported option was
1360           overwriting the previous perfdata
1362 2003-11-17 07:19  kdebisschop
1364         * plugins/check_ups.c: add perfdata
1366 2003-11-17 06:37  kdebisschop
1368         * plugins/check_pgsql.c: add perfdata
1370 2003-11-12 06:05  kdebisschop
1372         * plugins/check_snmp.c: clean up compiler warnings
1374 2003-11-12 05:53  kdebisschop
1376         * plugins/check_nt.c: clean up compiler warnings
1378 2003-11-12 05:48  kdebisschop
1380         * plugins/check_mrtg.c: clean up compiler warnings
1382 2003-11-12 05:41  kdebisschop
1384         * plugins/check_mrtgtraf.c: clean up compiler warnings
1386 2003-11-12 05:37  kdebisschop
1388         * plugins/check_swap.c: clean up compiler warnings
1390 2003-11-12 05:29  kdebisschop
1392         * plugins/check_mrtgtraf.c: add perfdata
1394 2003-11-12 05:28  kdebisschop
1396         * plugins/check_dig.c: remove overflow checks of strtod - HUGE_VALF
1397           requires C99; also remove equality checks on warn/crit interval
1398           which are no doubles
1400 2003-11-11 10:43  tonvoon
1402         * plugins/check_tcp.c: Added perfdata
1404 2003-11-11 10:34  tonvoon
1406         * plugins/check_users.c: Added perfdata
1408 2003-11-11 10:27  tonvoon
1410         * plugins/check_swap.c: Added perfdata
1412 2003-11-11 10:19  tonvoon
1414         * plugins/check_swap.c: Fixed if only absolute warn/crit set
1416 2003-11-10 11:15  tonvoon
1418         * plugins/utils.h: - typo fixes
1420 2003-11-05 22:59  sghosh
1422         * plugins-scripts/: check_ifoperstatus.pl, check_ifstatus.pl:
1423           added plugin timeout options
1425 2003-10-31 04:22  kdebisschop
1427         * plugins/check_nt.c: provide an error message
1429 2003-10-31 04:21  kdebisschop
1431         * plugins/check_hpjd.c: line indentation
1433 2003-10-31 04:20  kdebisschop
1435         * plugins/check_load.c: add perfdata
1437 2003-10-31 04:19  kdebisschop
1439         * plugins/check_mrtg.c: add perf data fix bug where stale data
1440           message would get overwritten
1442 2003-10-24 14:28  tonvoon
1444         * plugins/common.h: Ignore __attribute__ for non-GNU compilers
1446 2003-10-24 10:37  tonvoon
1448         * plugins/Makefile.am: Moved config.h to toplevel
1450 2003-10-23 11:24  tonvoon
1452         * lib/Makefile.am: Need to include intl/ for systems without
1453           libintl.h
1455 2003-10-21 17:16  tonvoon
1457         * AUTHORS: Matt Garrett for bug reports
1459 2003-10-21 16:56  tonvoon
1461         * plugins-scripts/check_file_age.pl: - Fixed file name (Matt
1462           Garrett)
1464 2003-10-20 15:03  tonvoon
1466         * configure.in, lib/fsusage.c, lib/mountlist.c: Fix for config.h at
1467           top level. Required for intl/
1469 2003-10-15 20:27  tonvoon
1471         * tools/mail_error: Need to export PATH for sfsnapshot to get
1472           correct GNU toolchain
1474 2003-10-14 04:15  sghosh
1476         * plugins-scripts/check_ifoperstatus.pl: snmpv3 patches
1478 2003-10-14 04:14  sghosh
1480         * plugins-scripts/check_ifstatus.pl:  more snmpv3 patches
1482 2003-10-14 03:40  sghosh
1484         * plugins-scripts/check_ntp.pl: Bug 773588: added check to warn on
1485           matching # candidates only
1487 2003-10-14 03:15  sghosh
1489         * plugins-scripts/check_ifstatus.pl: Added -M for maxmsgsize
1490           (v1/v2c) Added v3 support
1492 2003-09-30 14:54  tonvoon
1494         * plugins/check_swap.c: Fixed logic problem if HAVE_SWAP, but not
1495           on AIX or Solaris. Removed unnecessary ifdefs for help page.
1496           Better indentation for ifdefs
1498 2003-09-29 11:02  tonvoon
1500         * lib/Makefile.am: Missed GNU files for AIX 5.1
1502 2003-09-17 20:16  tonvoon
1504         * AUTHORS: Added authors of obsolete contrib plugins
1506 2003-09-17 20:07  tonvoon
1508         * contrib/maser-oracle.pl: Obsolete from main check_oracle
1510 2003-09-17 20:05  tonvoon
1512         * contrib/aix/: check_crit_dsk, check_dsk, check_ping: Plugins
1513           obsolete from main check_disk and check_ping
1515 2003-09-17 17:33  tonvoon
1517         * lib/strtod.c: Required if strtod not GNU compilant
1519 2003-09-17 17:31  tonvoon
1521         * configure.in, lib/Makefile.am, lib/error.c, lib/error.h,
1522           lib/error.m4, lib/malloc.c, lib/realloc.c, lib/unlocked-io.h,
1523           lib/xalloc.h, lib/xmalloc.c: Support to compile on AIX
1525 2003-09-17 17:15  tonvoon
1527         * plugins/check_load.c: - typo
1529 2003-09-17 10:31  tonvoon
1531         * configure.in, plugins/check_swap.c: Support for check_swap in AIX
1532           (tested on 5.1)
1534 2003-09-17 10:25  tonvoon
1536         * tools/setup: Hide error message if docbook not available
1538 2003-09-16 22:58  tonvoon
1540         * doc/developer-guidelines.sgml: Added in threshold range format
1541           and updated autoconf to 2.54 for a problem on Darwin)
1543 2003-09-16 15:14  tonvoon
1545         * configure.in, plugins/Makefile.am, plugins/check_procs.c: Support
1546           for AIX ps command and cleanup of configure's ps checks
1548 2003-09-16 13:32  tonvoon
1550         * AUTHORS, plugins/common.h: AIX problem with enum TRUE and FALSE
1551           (Ludse Verhoeven)
1553 2003-09-16 12:36  kdebisschop
1555         * tools/sfsnapshot: here-doc format was not correct
1557 2003-09-16 06:45  kdebisschop
1559         * plugins/check_ldap.c: milisecond timing and perfdata, fix NULL
1560           pointer error in validate_arguments
1562 2003-09-15 16:49  tonvoon
1564         * AUTHORS: Contributors to the perfdata discussion
1566 2003-09-15 16:28  tonvoon
1568         * AUTHORS, plugins-scripts/check_mailq.pl: Added Exim support
1569           (768445 - Eric Bollengier)
1571 2003-09-15 15:57  tonvoon
1573         * AUTHORS, plugins/check_nt.c: Option to verify check_nt version
1574           (799098 - Steve Hanselman)
1576 2003-09-15 15:30  tonvoon
1578         * AUTHORS: Jason Burnett for check_disk_smb patch
1580 2003-09-15 15:26  tonvoon
1582         * plugins-scripts/check_disk_smb.pl: Optionally specify port for
1583           smbclient to use (781227 - Jason Burnett)
1585 2003-09-15 06:03  kdebisschop
1587         * plugins/check_http.c: make status code extensible (thanks to
1588           Chris Wilson <chris@netservers.co.uk>)
1590 2003-09-12 12:53  kdebisschop
1592         * AUTHORS: two new additions
1594 2003-09-12 12:51  kdebisschop
1596         * plugins/check_ping.c: *new output format reported by Patrick
1597           Allen <p.allen@brandblue.co.uk>, also move atrribution for
1598           Richard Brodie to thanks file
1600 2003-09-12 12:38  kdebisschop
1602         * plugins/check_ping.c: new output format reported by Patrick Allen
1603           <p.allen@brandblue.co.uk>
1605 2003-09-11 12:50  kdebisschop
1607         * plugins/check_http.c: use prefdata function for size too
1609 2003-09-11 09:02  kdebisschop
1611         * plugins/check_http.c: use prefdata function
1613 2003-09-11 09:02  kdebisschop
1615         * configure.in, plugins/check_swap.c: last changes to configure
1616           broke check_swap on RHLinux. Restore /proc/meminfo check and make
1617           check_swap ifdefs safer
1619 2003-09-04 07:43  kdebisschop
1621         * Makefile.am: change so make-dist works in subdirs
1623 2003-09-03 20:37  tonvoon
1625         * configure.in: Remove df checks and ignore swap checks if no swap
1626           commands found
1628 2003-09-03 20:32  tonvoon
1630         * doc/developer-guidelines.sgml: No named credits in source code
1632 2003-09-03 11:32  tonvoon
1634         * configure.in: Fixed substitution for Tru64's ps format
1636 2003-09-03 07:01  kdebisschop
1638         * plugins/check_dig.c: allow warn/crit times to be floating point
1640 2003-09-03 07:00  kdebisschop
1642         * configure.in, plugins/common.h: include math.h if needed for
1643           HUGE_VAL
1645 2003-09-02 16:04  tonvoon
1647         * plugins/check_procs.c: Solaris requires asprintf checks for null
1648           variables
1650 2003-09-01 21:07  tonvoon
1652         * Makefile.am: Report duplicates in AUTHORS file
1654 2003-09-01 20:43  tonvoon
1656         * doc/developer-guidelines.sgml: Add contributor's name into CVS
1657           comments
1659 2003-08-31 06:24  tonvoon
1661         * .cvsignore, AUTHORS, Makefile.am, THANKS.in: Updated AUTHORS to
1662           include all contributors listed in comments in code and CVS for
1663           plugins and plugins-scripts. Still need to do SF
1665 2003-08-31 06:13  tonvoon
1667         * doc/developer-guidelines.sgml: Updated perf data standard for
1668           warn before crit
1670 2003-08-28 12:56  kdebisschop
1672         * plugins/check_game.c: add perf data
1674 2003-08-28 04:53  kdebisschop
1676         * plugins/check_dns.c: add perf data
1678 2003-08-28 04:53  kdebisschop
1680         * plugins/utils.c: use single quotes per guideline, also quote when
1681           SPC or = are found
1683 2003-08-28 04:22  kdebisschop
1685         * plugins/check_disk.c: add perf data
1687 2003-08-28 04:21  kdebisschop
1689         * plugins/utils.c: suppress quotes in perf data when not needed
1690           (some plugins need the space to keep below line length limit
1692 2003-08-28 04:20  kdebisschop
1694         * plugins/utils.h: add min() macro to complement max()
1696 2003-08-26 12:08  kdebisschop
1698         * plugins/check_dig.c: print perfdata
1700 2003-08-26 11:51  kdebisschop
1702         * plugins/check_fping.c: print perfdata
1704 2003-08-26 11:44  kdebisschop
1706         * plugins/: utils.c, utils.h: function to make perfdata output
1708 2003-08-23 16:07  kdebisschop
1710         * plugins/check_http.c: - found and fixed memory allocation error
1711           in rewritten redir() function
1713 2003-08-23 14:59  kdebisschop
1715         * plugins/check_http.c: - hacked interim fix to segfault on
1716           redirect - for tesing only
1718 2003-08-23 14:58  kdebisschop
1720         * plugins/check_dig.c: - fix various format errors with newly added
1721           perf data
1723 2003-08-23 00:49  kdebisschop
1725         * plugins/check_dig.c: - forgot to declare struct timeval tv for
1726           hires timing
1728 2003-08-22 07:55  kdebisschop
1730         * plugins/check_dig.c: - add perf data for time
1732 2003-08-22 07:22  kdebisschop
1734         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
1735           check_dummy.c, check_fping.c, check_game.c, check_hpjd.c,
1736           check_http.c, check_ide-smart.c, check_ldap.c, check_load.c,
1737           check_mrtg.c, check_mysql.c, check_nagios.c, check_nt.c,
1738           check_nwstat.c, check_overcr.c, check_pgsql.c, check_ping.c,
1739           check_procs.c, check_radius.c, check_real.c, check_smtp.c,
1740           check_snmp.c, check_ssh.c, check_swap.c, check_tcp.c,
1741           check_time.c, check_udp.c, check_ups.c, check_users.c, negate.c,
1742           urlize.c: - bindtextdomain for gettext, a few other smale
1743           cleanups here and there
1745 2003-08-22 05:42  kdebisschop
1747         * plugins/: check_http.c: * bugfix: snprintf of timestamp truncated
1748           '\0'
1750 2003-08-21 19:00  kdebisschop
1752         * plugins/check_http.c: * Check redirections for infinte loops and
1753           limit depth of recursion
1755 2003-08-20 10:54  tonvoon
1757         * plugins/check_time.c: Optionally use udp instead of tcp (Bradley
1758           Baetz - 751646)
1760 2003-08-20 09:31  tonvoon
1762         * contrib/check_wins.pl: Changed netsaint to nagios in use lib
1764 2003-08-19 12:41  kdebisschop
1766         * plugins/check_http.c: *BUGFIX: LWS is not required betwwen
1767           "Location:" header field name and field value
1769 2003-08-19 12:19  kdebisschop
1771         * plugins/check_http.c: *add missing status numbers from RFC 2616
1772           (HTTP1.1)
1774 2003-08-18 12:05  kdebisschop
1776         * plugins/check_ping.c: move error scans to a new separate routine
1777           and scan both stderr and stdio
1779 2003-08-11 20:50  tonvoon
1781         * doc/developer-guidelines.sgml: Performance data guidelines added
1783 2003-08-11 20:43  tonvoon
1785         * tools/sfsnapshot: Fixed building snapshots - cvs update ignores
1786           new directories.  Also do not need to run make
1788 2003-08-10 13:56  kdebisschop
1790         * plugins/utils.c: config.h is redundant (common.h includes it)
1792 2003-08-10 13:48  kdebisschop
1794         * plugins/: check_dns.c, check_smtp.c: perf data in integer
1795           microseconds
1797 2003-08-10 13:12  kdebisschop
1799         * po/: POTFILES.in, de.po, fr.po: first pass at NLS markup done
1801 2003-08-10 13:11  kdebisschop
1803         * plugins-scripts/check_rpc.pl: proposed fix for LANG issue
1805 2003-08-10 07:53  kdebisschop
1807         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
1808           check_fping.c, check_game.c, check_hpjd.c, check_http.c,
1809           check_ldap.c, check_load.c, check_mrtg.c, check_mrtgtraf.c,
1810           check_mysql.c, check_nagios.c, check_nt.c, check_nwstat.c,
1811           check_overcr.c, check_pgsql.c, check_ping.c, check_procs.c,
1812           check_radius.c, check_real.c, check_smtp.c, check_snmp.c,
1813           check_ssh.c, check_swap.c, check_tcp.c, check_time.c,
1814           check_udp.c, check_ups.c, check_users.c, negate.c, popen.c,
1815           urlize.c: the last round of pedantic compiler warnings
1817 2003-08-09 14:37  kdebisschop
1819         * tools/devmode: a little shell script to make it a little easier
1820           to produce  pedantic compiler warnings
1822 2003-08-09 14:36  kdebisschop
1824         * plugins/: check_smtp.c, check_ssh.c, check_tcp.c, check_time.c,
1825           check_udp.c, check_ups.c, check_users.c: more pedantic compiler
1826           warnings
1828 2003-08-09 07:51  undrgrid
1830         * plugins/common.h, po/de.po, po/fr.po: Code clean-up
1832 2003-08-09 07:01  kdebisschop
1834         * plugins/: check_dig.c, check_http.c, check_load.c, check_mrtg.c,
1835           check_mrtgtraf.c, check_nwstat.c, check_overcr.c, check_ping.c,
1836           check_procs.c, check_real.c, utils.c, utils.h: more pedantic
1837           compiler warns
1839 2003-08-09 05:19  kdebisschop
1841         * plugins/check_http.c: more pedantic compiler warns, change to
1842           microsecond output for perf data, add size to perf data
1844 2003-08-09 05:12  kdebisschop
1846         * plugins/: utils.c, utils.h: add function for elapsed tim ein
1847           microseconds
1849 2003-08-09 01:56  kdebisschop
1851         * plugins/check_http.c: more pedantic compiler warnings
1853 2003-08-09 01:41  kdebisschop
1855         * plugins/: check_disk.c, check_dummy.c, popen.c, utils.c, utils.h:
1856           more pedantic compiler warnings
1858 2003-08-08 21:31  kdebisschop
1860         * lib/Makefile.am: include getloadvag.m4 in distrib
1862 2003-08-08 17:49  kdebisschop
1864         * plugins/: check_disk.c, netutils.c, netutils.h: cleanups from
1865           pedantic complier warnings
1867 2003-08-08 17:48  kdebisschop
1869         * plugins/check_nt.c: change if/elseif block to case, general
1870           streamline
1872 2003-08-08 13:14  kdebisschop
1874         * plugins/check_disk.c: fix a variety of compiler warnings about
1875           qualifier discards and other pedantic stuff
1877 2003-08-08 06:09  kdebisschop
1879         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c,
1880           check_snmp.c, utils.c, utils.h: fix a variety of compiler
1881           warnings about qualifier discards and other pedantic stuff
1883 2003-08-08 05:33  kdebisschop
1885         * plugins/: check_by_ssh.c, check_disk.c, check_nt.c, netutils.c,
1886           netutils.h, popen.h, utils.h: fix a variety of compiler warnings
1887           about qualifier discards and other pedantic stuff
1889 2003-08-08 04:51  kdebisschop
1891         * plugins/: check_nt.c, check_smtp.c: markup for translation
1893 2003-08-08 00:17  kdebisschop
1895         * plugins/check_real.c: markup for translation
1897 2003-08-07 13:36  kdebisschop
1899         * plugins/check_procs.c: markup for translation
1901 2003-08-07 13:09  kdebisschop
1903         * plugins/check_load.c: reorder for consistency, restore prototypes
1904           for print_foo, nest #ifdef to avoid pedantic traditional c warn
1906 2003-08-07 13:00  kdebisschop
1908         * plugins/check_snmp.c: reorder for consistency (no code changes)
1910 2003-08-07 12:51  kdebisschop
1912         * plugins/: check_by_ssh.c, check_disk.c, check_dns.c,
1913           check_fping.c, check_game.c, check_http.c, check_mrtg.c,
1914           check_mrtgtraf.c, check_nagios.c, check_nt.c, check_nwstat.c,
1915           check_overcr.c, check_radius.c, check_real.c, check_snmp.c,
1916           check_swap.c, check_tcp.c, check_time.c, negate.c, netutils.c,
1917           popen.c, utils.c, utils.h: replace "terminate" with "die" for
1918           shorter name and better readability
1920 2003-08-07 12:49  kdebisschop
1922         * plugins/check_ping.c: cleanup for better readability
1924 2003-08-07 10:51  kdebisschop
1926         * plugins/check_ping.c: markup for translation
1928 2003-08-07 02:23  kdebisschop
1930         * tools/sfsnapshot: make must be run before make dist to creat
1931           language files
1933 2003-08-06 21:53  tonvoon
1935         * doc/developer-guidelines.sgml: Added in that Nagios plugins are
1936           written to GNU standards
1938 2003-08-06 15:26  kdebisschop
1940         * lib/.cvsignore: ignore ulonglong.m4
1942 2003-08-06 13:13  kdebisschop
1944         * plugins/check_overcr.c: markup for translation, move send_buffer
1945           assignment to process_args so process_tcp_request can be moved
1946           outside the conditional, replace if/esleif with switch, replace
1947           #defines with enum
1949 2003-08-06 13:11  kdebisschop
1951         * plugins/check_nwstat.c: markup for translation
1953 2003-08-05 20:20  tonvoon
1955         * doc/developer-guidelines.sgml: Added dev platform requirements
1957 2003-08-05 12:53  kdebisschop
1959         * plugins/check_ssh.c: markup for translation
1961 2003-08-05 10:56  stanleyhopcroft
1963         * contrib/check_mssql.sh: Version 2.0 of MS SQL server plugin
1964           (contrib/check_mssql.sh) from T De Blende.
1966 2003-08-04 12:38  kdebisschop
1968         * plugins/: check_users.c, urlize.c: markup for translation
1970 2003-08-04 09:13  kdebisschop
1972         * plugins/: check_time.c, check_udp.c: markup for translation
1974 2003-08-04 08:42  kdebisschop
1976         * plugins/: check_ldap.c, check_nagios.c, check_radius.c,
1977           check_udp.c, check_ups.c, negate.c: markup for translation
1979 2003-08-03 15:24  kdebisschop
1981         * plugins/: check_ldap.c, check_mrtg.c, check_mrtgtraf.c: markup
1982           for translation
1984 2003-08-03 07:19  kdebisschop
1986         * plugins/check_load.c: markup for translation
1988 2003-08-03 07:05  kdebisschop
1990         * plugins/: check_http.c, check_ldap.c, check_tcp.c: markup for
1991           translation
1993 2003-08-03 07:03  kdebisschop
1995         * plugins/: Makefile.am, check_ide-smart.c: markup for translation,
1996           use common.h, fix problems compiling
1998 2003-08-03 07:02  kdebisschop
2000         * plugins/check_ldap.c: markup for translation
2002 2003-08-03 01:01  kdebisschop
2004         * plugins/check_http.c: markup for translation
2006 2003-08-02 23:19  kdebisschop
2008         * plugins/check_hpjd.c: markup for translation
2010 2003-08-02 23:08  kdebisschop
2012         * plugins/check_mysql.c: markup for translation
2014 2003-08-02 23:06  kdebisschop
2016         * plugins/: check_fping.c, check_game.c, check_mysql.c,
2017           check_snmp.c, utils.h: markupf for translation
2019 2003-08-02 19:22  kdebisschop
2021         * plugins/: utils.c, utils.h: ifdef so utils.h can be header for
2022           utils.c
2024 2003-08-02 19:22  kdebisschop
2026         * plugins/: check_fping.c, check_snmp.c: markup for translation
2028 2003-08-02 17:42  kdebisschop
2030         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
2031           check_dummy.c, check_pgsql.c, check_swap.c, check_tcp.c, utils.h:
2032           establish "UT_" namespace for usage text in #defines
2034 2003-08-02 17:42  kdebisschop
2036         * plugins/check_snmp.c: markup for translation
2038 2003-08-02 06:30  kdebisschop
2040         * plugins/check_dns.c: restore informative output that was lost in
2041           previous bug fix
2043 2003-08-02 00:56  kdebisschop
2045         * plugins/check_dns.c: terminate in error_scan() so meaningfull
2046           errors can be sent
2048 2003-08-01 07:04  kdebisschop
2050         * plugins/check_dummy.c: mark for transaltion
2052 2003-08-01 07:03  kdebisschop
2054         * plugins/check_dns.c: do not translate the strings that will be
2055           compared to utility output - LC_ALL is set to C so those strings
2056           should be untranslated regardless of the system settings
2058 2003-08-01 07:01  kdebisschop
2060         * plugins/popen.c: set LC_ALL to C in execve environemnt
2062 2003-08-01 03:11  kdebisschop
2064         * plugins/: Makefile.am: 'ln -f -s ...' is not reliable/portable.
2065           Use 'rm -f ...; ln -s ...'
2067 2003-07-31 13:06  kdebisschop
2069         * plugins/check_dns.c: mark for translation (note problem here - it
2070           relies on tranalation in underlying utility, which has a high
2071           chance of failing)
2073 2003-07-31 12:02  kdebisschop
2075         * plugins/: utils.h, check_disk.c: mark for translation
2077 2003-07-30 12:39  kdebisschop
2079         * plugins/check_by_ssh.c: mark up for translation
2081 2003-07-30 05:07  kdebisschop
2083         * plugins/: check_dig.c, check_pgsql.c, check_swap.c, check_tcp.c,
2084           utils.h: markup for translation
2086 2003-07-29 12:58  kdebisschop
2088         * plugins/: check_pgsql.c, check_swap.c, check_tcp.c: mark for
2089           translation
2091 2003-07-29 12:57  kdebisschop
2093         * plugins/utils.h: some shared text for internationalized help text
2095 2003-07-29 06:49  kdebisschop
2097         * plugins/utils.c: clean up warnings about ill-formed comment and
2098           string concatenation
2100 2003-07-29 06:43  kdebisschop
2102         * .cvsignore, ChangeLog, README, configure.in, lib/Makefile.am:
2103           bump to gettext 0.11.5 and cleanup GNU toolchain
2105 2003-07-29 06:38  kdebisschop
2107         * ABOUT-NLS, INSTALL: get from GNU files instead of storing in CVS
2109 2003-07-29 06:03  kdebisschop
2111         * tools/setup: move autopoint to start of gnu toolchain setup use
2112           --force-missing instead on manually copying files  (manual
2113           process was broken on RedHat, and we should expect automake to do
2114           its job right anyway)
2116 2003-07-29 04:06  kdebisschop
2118         * configure.in: look for getloadavg.c in $topdir/lib, not
2119           $srcdir/lib
2121 2003-07-29 04:04  kdebisschop
2123         * plugins/: check_http.c: patch attempt to reference undefined
2124           optarg (credit Paul Farrall)
2126 2003-07-29 04:03  kdebisschop
2128         * configure.in: look for getloadavg.c in $topdir/lib, not
2129           $srcdir/lib
2131 2003-07-28 12:36  tonvoon
2133         * configure.in: - Specify srcdir so no confusion
2135 2003-07-28 12:34  tonvoon
2137         * configure.in, lib/getloadavg.m4: Fixes Redhat 6.2 compiles for
2138           getloadavg.o
2140 2003-07-28 12:30  tonvoon
2142         * configure.in, lib/getloadavg.m4: Readded getloadavg.m4 as using
2143           autoconf 2.50+. This fixes redhat 6.2 compiles
2145 2003-07-26 13:15  kdebisschop
2147         * plugins/check_pgsql.c: mark for translation
2149 2003-07-26 13:13  kdebisschop
2151         * plugins/common.h: add S_ macor to mark message for both
2152           translation and inclusion into docbook SGML
2154 2003-07-26 06:29  kdebisschop
2156         * po/: de.po, fr.po: updated check_tcp
2158 2003-07-26 06:25  kdebisschop
2160         * plugins/check_tcp.c, po/ChangeLog: internationalization
2162 2003-07-26 06:17  kdebisschop
2164         * po/.cvsignore, intl/.cvsignore, lib/.cvsignore: skip gettext
2165           files
2167 2003-07-26 05:33  kdebisschop
2169         * lib/: Makefile.am: checkins for internationalization
2171 2003-07-26 05:25  kdebisschop
2173         * po/Makevars: checkins for internationalization
2175 2003-07-26 05:17  kdebisschop
2177         * lib/gettext.h: checkins for internationalization
2179 2003-07-26 05:14  kdebisschop
2181         * tools/setup: checkins for internationalization
2183 2003-07-26 05:09  kdebisschop
2185         * configure.in, ABOUT-NLS, po/de.po, po/fr.po: checkins for
2186           internationalization
2188 2003-07-26 05:06  kdebisschop
2190         * .cvsignore, ChangeLog, Makefile.am, configure.in,
2191           nagios-plugins.spec.in, lib/Makefile.am, plugins/Makefile.am,
2192           plugins/check_tcp.c, plugins/common.h, plugins/utils.c,
2193           po/LINGUAS, po/POTFILES.in, tools/setup: checkins for
2194           internationalization
2196 2003-07-21 13:06  kdebisschop
2198         * plugins/common.h: add stubs to allow markup for translation
2200 2003-07-21 12:53  kdebisschop
2202         * configure.in, plugins/common.h: test GNU_SOURCE and include
2203           features.h if present to clear warning about asprintf definition
2205 2003-07-20 15:40  kdebisschop
2207         * doc/developer-guidelines.sgml: must use '&amp;' in attribute
2208           values instead of '&' id tokens (attibute values) must not have
2209           embedded spaces
2211 2003-07-20 15:01  kdebisschop
2213         * nagios-plugins.spec.in: was needed for build on RH9
2215 2003-07-17 13:14  tonvoon
2217         * plugins-scripts/check_oracle.sh: - Cleanup comments
2219 2003-07-17 10:35  tonvoon
2221         * doc/developer-guidelines.sgml: Guidelines updated to use
2222           Sourceforge tracker system
2224 2003-07-11 23:20  tonvoon
2226         * doc/developer-guidelines.sgml: - Fixed CVS commit comments
2228 2003-07-11 14:06  tonvoon
2230         * doc/developer-guidelines.sgml: Added in practice of prefixing
2231           comments in CVS commits
2233 2003-07-11 07:30  kdebisschop
2235         * ChangeLog: Auto Update from CVS (includes both stabel and devel -
2236           ugh)
2238 2003-07-11 07:12  kdebisschop
2240         * configure.in, plugins/Makefile.am: link check_spop and
2241           check_simap if ssl libs are compiled into check_tcp
2243 2003-07-04 11:42  kdebisschop
2245         * configure.in, plugins/Makefile.am: only make links for check_spop
2246           and check_simap when SSL is built into check_tcp
2248 2003-07-03 17:49  tonvoon
2250         * plugins/check_procs.c: Fixed seg fault on some Sol 7/8 servers
2251           (Patch 764745 - Alexander Matey)
2253 2003-07-03 16:00  tonvoon
2255         * tools/setup: Changing $() to `` to be compatible with Solaris' sh
2257 2003-07-03 04:23  kdebisschop
2259         * autogen.sh, tools/setup: mv GNU toolchain check into tools/setup
2261 2003-07-03 04:19  kdebisschop
2263         * plugins/utils.c: remove LABELLEN
2265 2003-07-02 17:20  tonvoon
2267         * plugins-scripts/: check_oracle.sh: Check for ORA- errors for
2268           tablespace and cache (patch 755456 - Sven Meyer)
2270 2003-07-02 16:57  tonvoon
2272         * plugins-scripts/check_disk_smb.pl: Update error message from
2273           smbclient v2.2.7 (Patch 740132 - Cove Schneider)
2275 2003-07-02 16:52  tonvoon
2277         * plugins-scripts/check_disk_smb.pl: Update error message from
2278           smbclient v2.2.7 (Patch 740132 - Cove Schneider)
2280 2003-07-02 16:01  tonvoon
2282         * contrib/check_file_age.pl, plugins-scripts/.cvsignore,
2283           plugins-scripts/Makefile.am, plugins-scripts/check_file_age.pl,
2284           plugins-scripts/subst.in: Moving check_file_age into core
2286 2003-07-02 15:39  tonvoon
2288         * configure.in: Fixed SUPPORT message
2290 2003-07-01 10:27  tonvoon
2292         * plugins/check_disk.c: Fix for large filesystems > 3TB (Stuart
2293           Webster)
2295 2003-06-30 20:47  undrgrid
2297         * plugins/: check_http.c, check_ldap.c, check_smtp.c: Added -4 and
2298           -6 command line options into check_http, check_ldap and
2299           check_smtp
2301 2003-06-30 19:52  undrgrid
2303         * plugins/: check_ping.c, check_ssh.c, check_tcp.c, netutils.c:
2304           Corrections to get code to compile on systems without IPv6
2305           support
2307 2003-06-30 19:52  undrgrid
2309         * plugins/Makefile.am: Added check_simap & check_spop to
2310           check_tcp_programs If someone knows how to make this conditional
2311           in the Makefile only if being compiled with SSL I think this is
2312           the only way to make it better
2314 2003-06-30 18:02  tonvoon
2316         * plugins/check_disk.c: Fixed support for "check_disk warn crit
2317           [path]" with thresholds at used levels
2319 2003-06-29 20:54  undrgrid
2321         * configure.in, plugins/check_ldap.c: Included patch for check_ldap
2322           from Patch #753621 by Ziya Suzen
2324 2003-06-29 20:22  undrgrid
2326         * plugins/: check_ping.c, check_tcp.c: Changed usage output to show
2327           -4 and -6 are mutually exclusive. You can only      use one or
2328           the other but not both. The last one used will win out.
2330 2003-06-29 20:17  undrgrid
2332         * plugins/: check_ping.c, netutils.c: check_ping is now coded with
2333           -4 & -6 options to call PING or PING6 command netutils modified
2334           to verify hosts based on address_family setting when used    with
2335           -4 or -6 options. is_inet_addr() will not be tested if -6 is
2336           used and is_inet6_addr() will not be tested if -4 is used. Also
2337           the     is_hostname() will use the address_family value to
2338           resolve hostnames    only if IPv6 support is available otherwise
2339           defaults to AF_INET.
2341 2003-06-29 07:36  undrgrid
2343         * plugins/: check_ssh.c, check_tcp.c, netutils.c, netutils.h: Added
2344           address_family extern int variable to netutils to allow for -4 &
2345           -6         options for explicit connection protocol Added support
2346           for -4 & -6 options to check_ssh and check_tcp for testing
2348 2003-06-29 03:18  tonvoon
2350         * plugins/check_nwstat.c: Added NLM test (Phil Randal)
2352 2003-06-29 02:52  tonvoon
2354         * plugins/check_swap.c: Corrected reported size for PROC_MEMINFO
2355           systems
2357 2003-06-29 02:36  tonvoon
2359         * tools/sfwebcron: Fixed so goes to correct web area
2361 2003-06-29 02:07  tonvoon
2363         * tools/sfwebcron: New tool to run on shell.sf.net to update the
2364           dev guidelines
2366 2003-06-29 01:58  tonvoon
2368         * doc/makefile: Fixed makefile
2370 2003-06-27 19:47  undrgrid
2372         * plugins/netutils.c: Modified my_connect to include ai_socktype in
2373           the hints to be compliant with RFC3493 as pointed out by Janos
2374           Mohacsi.
2376 2003-06-27 15:43  tonvoon
2378         * configure.in, plugins/check_swap.c: Support for swap -s for
2379           solaris. Also changes size of swap to MBs through a conversion
2380           amount in configure. Possible breakage on other OSes
2382 2003-06-27 13:04  tonvoon
2384         * doc/makefile: Remove if which check - done in tools/setup instead
2386 2003-06-27 11:30  tonvoon
2388         * tools/setup: Fiddling as Solaris' which command is broken
2390 2003-06-27 00:33  tonvoon
2392         * plugins/check_disk.c: Fixed different thresholds if using exclude
2393           lists
2395 2003-06-25 16:43  tonvoon
2397         * plugins/check_disk.c: Support for different thresholds for
2398           different filesystems
2400 2003-06-25 14:38  tonvoon
2402         * plugins/check_disk.c: Removed -d option and just check against -p
2403           parameter
2405 2003-06-25 14:28  tonvoon
2407         * plugins/check_disk.c: Report errors if path specified not found
2409 2003-06-25 14:16  tonvoon
2411         * plugins/check_disk.c: Problems compiling on SunOS 5.6 with gcc
2412           2.8.1. Fixed by specifying floating variables, rather than
2413           letting asprintf work it out
2415 2003-06-25 13:38  tonvoon
2417         * plugins/check_disk.c: Returns critical if fs missing. Only works
2418           for single fs specified in -p, otherwise will return warning as
2419           before (reported by Jim Carroll)
2421 2003-06-21 06:49  kdebisschop
2423         * plugins/Makefile.am: soalris 8 needs 'ln -s -f' instead of 'ln
2424           -sf'
2426 2003-06-21 06:48  kdebisschop
2428         * plugins/Makefile.am: solaris 8 needs 'ln -s -f' instead of 'ln
2429           -sf'
2431 2003-06-21 06:31  kdebisschop
2433         * plugins/check_http.c: fix character class for URI_PATH and
2434           URI_PORT
2436 2003-06-21 06:23  kdebisschop
2438         * plugins/check_http.c: add remaining URI_PATH chars per RFC 2396
2439           remove '-' from URI_PORT
2441 2003-06-12 05:44  undrgrid
2443         * command.cfg.in: Renamed duplicate check_snmp command definitions
2444           to be unique
2446 2003-06-12 05:14  undrgrid
2448         * command.cfg.in, configure.in: Made the two check_ifoperstatus
2449           commands unique to remove conflicts
2451 2003-06-11 11:41  kdebisschop
2453         * plugins/check_http.c: fix URI_PATH to allow ?&#: (more still
2454           should be allowed) fix class to be POSIX compliant
2456 2003-06-11 11:39  kdebisschop
2458         * plugins/check_http.c: character classes were wrong for URI_PATH
2459           etc: 1) must include ?&#; for PATH 2) POSIX states "If a '-' is
2460           in the scanlist and is not the first character, nor the second
2461           where the first character is a '^' , nor the last character, the
2462           behavior is implementation-defined"
2464 2003-06-10 06:04  kdebisschop
2466         * contrib/urlize.pl: add comment about shell quote removal to
2467           address
2468           https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597
2470 2003-06-10 06:02  kdebisschop
2472         * plugins/urlize.c: add note about shell quote removal to address
2473           https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597
2475 2003-06-10 05:55  kdebisschop
2477         * contrib/urlize.pl: add comment relating to
2478           https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597
2480 2003-06-10 05:53  kdebisschop
2482         * plugins/urlize.c: add note about effect of shell quote handling
2483           to address
2484           https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597
2486 2003-06-08 23:39  tonvoon
2488         * configure.in: Fixed quoting on SWAP_FORMAT
2490 2003-06-08 23:22  tonvoon
2492         * configure.in: Support for OpenBSD 3.2 & 3.3 ps (Julien Touche)
2494 2003-06-07 01:46  sghosh
2496         * plugins/check_real.c: \r\n patch from Mathias
2498 2003-06-07 01:36  sghosh
2500         * plugins/check_real.c: \r\n patch from Mathias
2502 2003-06-05 00:09  tonvoon
2504         * configure.in: Display ps command used
2506 2003-06-04 23:56  tonvoon
2508         * configure.in: Stupid bug - what happens when you don't bother
2509           testing
2511 2003-06-04 23:37  tonvoon
2513         * configure.in: Support for OpenBSD 3.2 & 3.3 ps (Julien Touche)
2515 2003-06-04 23:17  tonvoon
2517         * plugins/check_disk.c: Argument to asprintf in wrong order
2519 2003-06-04 22:17  tonvoon
2521         * pkg/solaris/solpkg: Remove /usr as well. Maybe this is best done
2522           by changing BASEDIR to configure's prefix?
2524 2003-06-02 15:46  kdebisschop
2526         * plugins/check_tcp.c: finish recv() loop when stream GT or EQ
2527           maxbytes (was GT)
2529 2003-06-02 15:43  kdebisschop
2531         * plugins/check_tcp.c: finish recv() loop when stream GT or EQ
2532           maxbytes (was GT)
2534 2003-06-01 06:38  kdebisschop
2536         * plugins/check_tcp.c: typos in doco
2538 2003-06-01 06:38  kdebisschop
2540         * plugins/check_tcp.c: allow user to limit number of bytes fetched
2541           fix some doco (wait is now delay, server_quit was not shown)
2543 2003-06-01 06:19  kdebisschop
2545         * plugins/check_tcp.c: allow user to limit the number of bytes to
2546           be fetched
2548 2003-05-31 15:39  kdebisschop
2550         * plugins/check_dns.c: first revised patch failed to trap the
2551           "break" in while()
2553 2003-05-31 15:39  kdebisschop
2555         * plugins/check_dns.c: first revised patch failed to trap the
2556           "break" in while()
2558 2003-05-31 15:22  kdebisschop
2560         * plugins/check_dns.c: typo in args to terminate
2562 2003-05-31 15:04  kdebisschop
2564         * plugins/check_dns.c: trap null or empty returns from nslookup
2566 2003-05-27 14:10  stanleyhopcroft
2568         * contrib/check_sap.sh: check_sap.sh plugin to check SAP /R3
2569           servers from Karel Salavec and Tom De Blende.
2571 2003-05-26 11:09  stanleyhopcroft
2573         * contrib/: check_axis.sh, check_mssql.sh: Revisions to Tom De
2574           Blende contributed plugins: check_axis.sh and check_mssql.sh
2576 2003-05-18 00:07  tonvoon
2578         * plugins/t/: check_ftp.t: Fixed test (Mathew Ericson - 738609)
2580 2003-05-17 18:58  tonvoon
2582         * plugins/t/: check_load.t: Fixed tests (Mathew Ericson - 738607)
2584 2003-05-17 18:50  tonvoon
2586         * plugins/t/check_procs.t: Fixed test commands (Mathew Ericson -
2587           738605)
2589 2003-05-17 18:46  tonvoon
2591         * plugins/t/check_procs.t: Fixed test commands (Mathew Ericson -
2592           738605)
2594 2003-05-17 18:38  tonvoon
2596         * plugins/t/: check_http.t: Fixed tests (Mathew Ericson - 738608)
2598 2003-05-17 18:36  tonvoon
2600         * plugins/t/check_tcp.t: Fixed tests (Mathew Ericson - 738604) CV:
2601           ----------------------------------------------------------------------
2603 2003-05-17 18:33  tonvoon
2605         * plugins/t/check_tcp.t: Fixed tests (Mathew Ericson - 738604)
2607 2003-05-16 18:32  sghosh
2609         * plugins-scripts/: check_ntp.pl: bug fix
2611 2003-05-15 00:17  tonvoon
2613         * plugins/negate.c: Added examples
2615 2003-05-14 22:59  tonvoon
2617         * plugins-scripts/check_mailq.pl: Added postfix support (Thomas
2618           Nilsen - 735218)
2620 2003-05-14 22:51  tonvoon
2622         * plugins/check_nwstat.c: Added DSVER and UPTIME checks (Phil
2623           Randal - 737617)
2625 2003-05-14 22:49  tonvoon
2627         * pkg/solaris/solpkg: Typo
2629 2003-05-14 22:44  tonvoon
2631         * doc/.cvsignore: Ignore developer-guidelines.html as generated
2632           from docbook
2634 2003-05-14 22:39  tonvoon
2636         * Makefile.am, pkg/solaris/pkginfo.in, pkg/solaris/solpkg: Remove
2637           dependency on gnu make
2639 2003-05-14 00:20  tonvoon
2641         * doc/developer-guidelines.sgml: Updated docs to include comments,
2642           contrib->main, getopts_long and verbose output levels
2644 2003-05-13 23:23  tonvoon
2646         * tools/sfsnapshot: Calls tools/setup and creates a README for the
2647           snapshot directory
2649 2003-05-13 23:03  tonvoon
2651         * doc/developer-guidelines.html, doc/makefile, tools/setup: The
2652           developer-guidelines.html file is now generated from the sgml
2653           file by docbook2html at tools/setup time
2655 2003-05-13 13:14  stanleyhopcroft
2657         * contrib/tarballs/hopcroft-plugins.tar.gz: Removed
2658           contrib/tarballs/hopcroft-plugins.tar.gz. This is archaic,
2659           anachronistic, unmaintained and humblingly embarrassing.
2661 2003-05-13 13:13  stanleyhopcroft
2663         * contrib/check_mssql.sh: check_mssql.sh. A new plugin from Mr T DE
2664           BLENDE to check MS SQLServer databases.
2666 2003-05-09 04:22  kdebisschop
2668         * plugins/check_http.c: fix error when server closes connection
2669           immediately
2671 2003-05-09 04:22  kdebisschop
2673         * plugins/check_http.c: fix error when server closes connection
2674           immediately
2676 2003-05-09 03:59  kdebisschop
2678         * plugins/: check_snmp.c: cause snmpget try try for 1 second less
2679           than the timeout (allowing plugin to force close if needed)
2681 2003-05-07 19:01  undrgrid
2683         * plugins/check_ping.c: Modified check_ping to handle IPv6 as well
2684           as IPv4 ICMP checks using the PING6_COMMAND determined during the
2685           configure script execution. As USE_IPV6 may be defined and
2686           PING6_COMMAND is not defined if there is not IPv6 TCP stack
2687           available when configure is run I condition it off PING6_COMMAND
2688           existing to remove build errors for being undefined.
2690 2003-04-25 10:05  sghosh
2692         * plugins-scripts/: check_ntp.pl: corrected output units
2694 2003-04-23 05:57  kdebisschop
2696         * plugins/: check_http.c, utils.c: update to RFC1123 hostname specs
2698 2003-04-17 06:56  kdebisschop
2700         * nagios-plugins.spec.in: add check_nt, drop check_vsz
2702 2003-04-17 06:55  kdebisschop
2704         * plugins/: check_dig.c, check_tcp.c, check_users.c: code cleanup
2705           to clear strict compiler warnings
2707 2003-04-17 06:36  kdebisschop
2709         * plugins/: check_dig.c, check_tcp.c, netutils.c: code cleanup to
2710           clear strict compiler warnings
2712 2003-04-16 16:31  sghosh
2714         * plugins/check_real.c: old behavior - no stream check unless -u
2716 2003-04-16 16:06  sghosh
2718         * plugins/check_real.c: reset to old behavior of not checking
2719           stream by default
2721 2003-04-13 05:49  sghosh
2723         * plugins/check_hpjd.c: reduce compiler warning between gcc3 and
2724           gcc2.96
2726 2003-04-13 05:28  sghosh
2728         * configure.in: update for check_mailq - qmail support
2730 2003-04-13 05:25  sghosh
2732         * plugins-scripts/utils.pm.in: update for check_mailq - qmail
2733           support
2735 2003-04-13 05:23  sghosh
2737         * plugins-scripts/check_mailq.pl: Added sendmail multi-queue
2738           support (Canau), merged qmail support (Schmid)
2740 2003-04-12 01:02  tonvoon
2742         * plugins/check_procs.c: Match -a STRING anywhere in ps args
2743           (Laurent Vaslin - 719783)
2745 2003-04-12 00:47  tonvoon
2747         * plugins/check_procs.c: Match -a STRING anywhere in ps args
2748           (Laurent Vaslin - 719783)
2750 2003-04-11 23:36  sghosh
2752         * plugins-scripts/check_ifstatus.pl: added feature -u (list of
2753           unused ifIndex)
2755 2003-04-11 23:09  sghosh
2757         * plugins-scripts/check_ifstatus.pl: bug 691412, added feature -x
2758           (list of excluded ifTypes)
2760 2003-04-11 19:44  sghosh
2762         * plugins/check_hpjd.c: patch 698384 - order of args to snmpget +
2763           print a bit of stderr
2765 2003-04-11 17:27  sghosh
2767         * plugins/check_hpjd.c: patch 698384 - order of args to snmpget
2769 2003-04-09 04:46  kdebisschop
2771         * plugins/: check_http.c, check_hpjd.c, check_nt.c: cleanup to
2772           suppress various strict compiler warnings
2774 2003-04-09 04:44  kdebisschop
2776         * plugins/common.h: rewrite #elif to be compatible with traditional
2777           C
2779 2003-04-09 03:09  kdebisschop
2781         * plugins/Makefile.am: check_game needs popen.c now
2783 2003-04-08 21:49  tonvoon
2785         * plugins/: check_nt.c, check_hpjd.c: Changed // to /* */ comments
2786           as some compilers do not like them
2788 2003-04-08 21:38  tonvoon
2790         * command.cfg.in: Updated command for new check_procs
2792 2003-04-08 21:37  tonvoon
2794         * plugins/: check_hpjd.c, check_nt.c: Changed // to /* */ comments
2795           as some compilers do not like them
2797 2003-04-08 01:00  stanleyhopcroft
2799         * contrib/check_axis.sh: check_axis.sh (Axis 5xx print servers)
2800           from Tom De Blende
2802 2003-04-08 00:40  tonvoon
2804         * plugins/check_procs.c: Fixed zombie processes
2806 2003-04-08 00:16  tonvoon
2808         * configure.in: Missed some PS_FORMAT strings
2810 2003-04-07 23:53  tonvoon
2812         * configure.in, plugins/Makefile.am, plugins/check_nagios.c,
2813           plugins/check_procs.c, plugins/check_vsz.c: Souped up check_procs
2814           with different metrics
2816 2003-04-07 22:23  tonvoon
2818         * plugins/check_snmp.c: Removed unnecessary array for AIX compile
2819           (reported by Alwyn Cherrington)
2821 2003-04-07 22:21  tonvoon
2823         * plugins/check_snmp.c: Removed unnecessary regex array
2825 2003-04-07 12:39  kdebisschop
2827         * plugins/check_http.c: ste timeout one second greater than
2828           critical time
2830 2003-04-07 12:38  kdebisschop
2832         * plugins/check_game.c: had been grandfathered ibto core, finally
2833           use normal getopts, add options for player, max-player array
2834           positions
2836 2003-04-03 22:21  tonvoon
2838         * plugins-scripts/check_oracle.sh: Cleaned up cache output
2840 2003-04-01 23:24  tonvoon
2842         * plugins-scripts/check_oracle.sh: Fixed sqlplus calls and
2843           rearranged parameters for --tablespace & --cache
2845 2003-04-01 05:00  kdebisschop
2847         * configure.in: remove PATH_PROG call for autoconf/automake
2848           components
2850 2003-03-31 13:49  kdebisschop
2852         * plugins/check_disk.c: checkpoint  supresses iso9660  adds option
2853           for checking only local  adds choice of scale factor
2855 2003-03-27 22:53  tonvoon
2857         * plugins/check_nwstat.c: Extra Netware checks (Patch 710247 -
2858           Dietmar Ruzicka)
2860 2003-03-26 05:37  tonvoon
2862         * configure.in: ipv6 check requires unistd.h for Darwin
2864 2003-03-26 03:57  tonvoon
2866         * configure.in, plugins/check_procs.c: Removal of ps_raw and
2867           ps_vars
2869 2003-03-26 03:39  tonvoon
2871         * plugins/check_nagios.c: Uses same ps command as check_procs
2873 2003-03-25 06:33  kdebisschop
2875         * .cvsignore: subst is no longer used
2877 2003-03-24 19:05  undrgrid
2879         * .cvsignore, Makefile.am: Better stripping of prefix for Solaris
2880           package install needs to remove       /usr/local as package
2881           installs there by default
2883 2003-03-24 17:44  undrgrid
2885         * Makefile.am, pkg/solaris/.cvsignore, pkg/solaris/pkginfo.in,
2886           plugins/check_disk.c: Minor changes to build for Solaris packages
2888 2003-03-24 16:23  tonvoon
2890         * plugins/check_procs.c: Use max_state
2892 2003-03-24 02:57  tonvoon
2894         * tools/: mail_error, sfsnapshot: PATH set in correct place and
2895           extra comments
2897 2003-03-24 02:44  tonvoon
2899         * tools/: mail_error, sfsnapshot: Bug fixes
2901 2003-03-24 02:21  tonvoon
2903         * tools/mail_error: Sends email if non-zero return code from
2904           command
2906 2003-03-24 02:19  tonvoon
2908         * tools/sfsnapshot: Error code depending on number of files
2909           generated
2911 2003-03-24 01:18  tonvoon
2913         * lib/ls-mntd-fs.m4: Using coreutils 4.5.11 version to fix Darwin
2914           problem
2916 2003-03-24 00:40  tonvoon
2918         * REQUIREMENTS: Add NSClient requirement for check_nt
2920 2003-03-24 00:39  tonvoon
2922         * plugins/check_nt.c: Reference to web site to get NSClient
2924 2003-03-24 00:26  tonvoon
2926         * plugins/check_nt.c: Reference to web site to get NSClient
2928 2003-03-23 07:01  undrgrid
2930         * Makefile.am, autogen.sh, configure.in, lib/Makefile.am,
2931           pkg/solaris/pkginfo.in, pkg/solaris/solpkg: Solaris package build
2932           system
2934 2003-03-23 06:20  kdebisschop
2936         * plugins/check_disk.c: can once again exclude indiviual
2937           path/partitions
2939 2003-03-23 06:11  kdebisschop
2941         * plugins/check_disk.c: add -X to exclude FS type, now works with
2942           more than one path/dev specified
2944 2003-03-22 13:23  kdebisschop
2946         * plugins/utils.c: declaration must precede printf
2948 2003-03-21 20:21  tonvoon
2950         * configure.in: Stupid bug!
2952 2003-03-21 14:08  kdebisschop
2954         * plugins/check_disk.c: checkpoint, allows selecting devices and
2955           paths now
2957 2003-03-21 14:04  kdebisschop
2959         * configure.in: instructions for posting plugin version number
2961 2003-03-19 23:44  kdebisschop
2963         * plugins/check_by_ssh.c: allow to specify -1 and -2 for protocol
2964           version
2966 2003-03-19 22:42  tonvoon
2968         * configure.in: Tru64 df support (Paul Clayton)
2970 2003-03-19 13:01  kdebisschop
2972         * plugins/: utils.c, utils.h: make state_text a function
2974 2003-03-19 12:59  kdebisschop
2976         * lib/mountlist.c, plugins/check_disk.c: check_disk working with
2977           mountlist.c
2979 2003-03-19 02:28  kdebisschop
2981         * Makefile.am, configure.in: subst.* was replaced by dist-hook
2983 2003-03-19 02:27  kdebisschop
2985         * subst.in, subst.sh: these were replaced by dist-hook
2987 2003-03-18 15:18  kdebisschop
2989         * configure.in: running the AFS macro causes newer AC/AM to barf
2991 2003-03-18 09:02  kdebisschop
2993         * configure.in: afs checking
2995 2003-03-18 08:50  kdebisschop
2997         * lib/: ls-mntd-fs.m4, afs.m4: use AC_DEFINE_UNQOUTED
2999 2003-03-18 08:47  kdebisschop
3001         * lib/ls-mntd-fs.m4: stop warning on autoheader 2.13
3003 2003-03-18 07:57  kdebisschop
3005         * plugins/: netutils.c, netutils.h: common.h was doubly included
3007 2003-03-18 07:57  kdebisschop
3009         * plugins/common.h: use enum instead of define, remove some cruft
3010           from old snprintf implementation
3012 2003-03-18 07:48  kdebisschop
3014         * configure.in, lib/Makefile.am, plugins/check_disk.c: use GNU
3015           fileutils for check_disk
3017 2003-03-18 07:47  kdebisschop
3019         * lib/: afs.m4, fstypename.m4, fsusage.c, fsusage.h, fsusage.m4,
3020           ls-mntd-fs.m4, mountlist.c, mountlist.h: from GNU fileutils for
3021           check_disk
3023 2003-03-17 22:22  tonvoon
3025         * plugins-scripts/: check_oracle.sh: Allow default Oracle home from
3026           oratab (reported by Walbert Oberngruber)
3028 2003-03-16 23:54  undrgrid
3030         * configure.in: Modified to automatically enable getaddrinfo
3031           emulation if lwres is not used and getaddrinfo is not found in
3032           the system.
3034 2003-03-16 23:28  undrgrid
3036         * plugins/: check_tcp.c, netutils.c, netutils.h: Applied patch
3037           #660973 for tcp refusals
3039 2003-03-15 01:28  undrgrid
3041         * configure.in: Left over debug define
3043 2003-03-15 01:25  undrgrid
3045         * configure.in, lib/Makefile.am, lib/getaddrinfo.c,
3046           lib/getaddrinfo.h, lib/gethostbyname.c, lib/gethostbyname.h,
3047           plugins/Makefile.am, plugins/getaddrinfo.c,
3048           plugins/getaddrinfo.h, plugins/gethostbyname.c,
3049           plugins/gethostbyname.h, plugins/netutils.c, plugins/netutils.h,
3050           plugins/utils.c, plugins/utils.h: Spent the day working on
3051           backwards compatability using getaddrinfo() Moved getaddrinfo.?
3052           and gethostbyname.? from lib/ to plugins/ due to problems with
3053           compiling into the libnagiosplug.a as it required linking against
3054           socket libraries which are unneeded except for network based
3055           plugins.  This code should hopefully happily work for all systems
3056           and has been tested prior to commit on Debian GNU/Linux, SPARC
3057           Solaris 7 and SPARC Solaris 9.
3059 2003-03-14 13:28  kdebisschop
3061         * plugins-scripts/check_ntp.pl: add timeout, fix taint chacking
3062           diom
3064 2003-03-13 22:20  undrgrid
3066         * .cvsignore, configure.in, lib/Makefile.am: Working out issues
3067           with getaddrinfo emulation build environment
3069 2003-03-13 21:14  tonvoon
3071         * plugins/: check_dns.c, check_http.c, check_tcp.c: Strip leading
3072           spaces in perf data
3074 2003-03-13 21:10  tonvoon
3076         * plugins/check_smtp.c: Perf data without leading spaces and fix
3077           ANSI C complaint about \n
3079 2003-03-13 20:33  tonvoon
3081         * plugins/check_tcp.c: Fix compiler warnings re progname
3083 2003-03-13 06:52  undrgrid
3085         * depcomp: Removed auto-tools script that automake adds
3087 2003-03-13 06:51  undrgrid
3089         * .cvsignore, configure.in, install-sh, missing, mkinstalldirs,
3090           plugins/.cvsignore, plugins/Makefile.am, plugins/common.h,
3091           plugins/common.h.in, plugins/netutils.h, plugins/netutils.h.in,
3092           plugins/popen.h, plugins/popen.h.in, plugins/utils.c,
3093           plugins/utils.h, plugins/utils.h.in, plugins/version.h.in:
3094           Updated cvs ignore files to reflect changes Moved header files
3095           from being ran through configure to standard Removed auto-tools
3096           scripts that get added by automake
3098 2003-03-13 06:00  kdebisschop
3100         * plugins/negate.c: negate must be POSIXly correct in handling
3101           options, else wrapped options get passed to it
3103 2003-03-13 05:59  undrgrid
3105         * configure.in: Removed --with-ipv6 configure option so it
3106           determines IPv6 availablity completely on it's own per suggestion
3107           by Karl
3109 2003-03-13 05:29  kdebisschop
3111         * plugins/negate.c: negate must be POSIXly correct in handling
3112           options, else wrapped options get passed to it
3114 2003-03-12 22:13  undrgrid
3116         * plugins/check_tcp.c: doco standarization
3118 2003-03-12 19:50  undrgrid
3120         * configure.in, plugins-scripts/subst.in: Just a lil namespace
3121           clean-up
3123 2003-03-12 17:42  undrgrid
3125         * configure.in: Minor fix to --with-ipv6 behavior
3127 2003-03-12 17:11  undrgrid
3129         * autogen.sh, configure.in, plugins/utils.c, plugins/utils.h.in:
3130           Added autogen.sh script that rebuilds using autotools and runs
3131           configure Modified configure.in to include some debug build
3132           option info at the end of the scripts execution. Can be removed
3133           by release time.  Modified configure.in to include a --with-ipv6
3134           option Default build is without IPv6 support now to enable you
3135           need to use the --with-ipv6 command line option to configure.
3136           Modified plugins/utils.* to use USE_IPV6
3138 2003-03-12 07:05  kdebisschop
3140         * plugins/check_disk.c: doco standarization
3142 2003-03-12 06:44  kdebisschop
3144         * plugins/check_disk.c: errors for statfs
3146 2003-03-12 06:41  kdebisschop
3148         * plugins/check_smtp.c: comment/doco cleanup for embeeded doc work,
3149           control STMP command via options instead of defines
3151 2003-03-12 06:38  kdebisschop
3153         * configure.in: version increase, statfs work
3155 2003-03-12 02:47  undrgrid
3157         * plugins/.cvsignore: Add some more extra plugins
3159 2003-03-12 02:29  undrgrid
3161         * plugins/check_dig.c: Code clean-up
3163 2003-03-12 02:29  undrgrid
3165         * plugins/check_http.c: Clean up of output from plugin
3167 2003-03-12 02:24  undrgrid
3169         * plugins/: check_udp.c, check_ldap.c, check_http.c: Code clean-up
3171 2003-03-12 02:23  undrgrid
3173         * plugins/check_tcp.c: Code cleanup
3175 2003-03-12 00:45  tonvoon
3177         * plugins/check_dns.c: Removed is_host checks to speed up code.
3178           Fixed timings so no spaces
3180 2003-03-12 00:08  tonvoon
3182         * plugins/check_dns.c: Timings in milliseconds and nicer output
3184 2003-03-11 22:51  tonvoon
3186         * plugins-scripts/.cvsignore: Add script ignores
3188 2003-03-11 22:36  tonvoon
3190         * plugins/negate.c: Remove getopt_long checks
3192 2003-03-11 22:34  tonvoon
3194         * plugins/negate.c: Fixed reading too many argv parameters and
3195           changed to asprintf
3197 2003-03-11 22:29  tonvoon
3199         * plugins/negate.c: Fixed reading too many argv parameters and
3200           changed to asprintf
3202 2003-03-11 22:22  tonvoon
3204         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
3205           check_fping.c, check_hpjd.c, check_http.c, check_ide-smart.c,
3206           check_ldap.c, check_load.c, check_mrtg.c, check_mrtgtraf.c,
3207           check_mysql.c, check_nagios.c, check_nt.c, check_nwstat.c,
3208           check_overcr.c, check_pgsql.c, check_ping.c, check_procs.c,
3209           check_radius.c, check_real.c, check_smtp.c, check_snmp.c,
3210           check_ssh.c, check_swap.c, check_tcp.c, check_time.c,
3211           check_udp.c, check_ups.c, check_users.c, check_vsz.c: Remove
3212           getopt_long checks
3214 2003-03-11 22:09  undrgrid
3216         * configure.in: Fixed some ping6 variables
3218 2003-03-11 18:32  undrgrid
3220         * configure.in: Minor change to Karl's statfs check Inclusion of
3221           ICMPv6 ping tests to define PING6_COMMAND Minor fix to ps syntax
3222           checking to fix bug I introduced last nite
3224 2003-03-11 07:04  undrgrid
3226         * Makefile.am, configure.in: Removed acconfig.h from EXTRA_DIST
3227           Fixed problem with test in SWAP_FORMAT and SWAP_COMMAND
3229 2003-03-11 06:44  kdebisschop
3231         * configure.in, plugins/check_disk.c: use statfs for check_disk
3232           (still needs fs scan)
3234 2003-03-11 06:03  undrgrid
3236         * acconfig.h, configure.in: Finishing clean-up of configure.in
3237           Removing acconfig.h as it's no longer needed
3239 2003-03-10 23:58  undrgrid
3241         * acconfig.h, configure.in: Cleaned up configure for PS and PING to
3242           produce cleaner config.h
3244 2003-03-09 18:13  undrgrid
3246         * plugins/common.h.in: Make sure sys/socket.h is explicitly
3247           included if HAVE_SYS_SOCKET_H is defined
3249 2003-03-09 10:39  tonvoon
3251         * plugins/check_disk.c: Implement error-only option for check_disk
3252           (Ian Duggan)
3254 2003-03-09 10:36  tonvoon
3256         * plugins/check_disk.c: Implement error-only option for check_disk
3257           (Ian Duggan)
3259 2003-03-08 12:08  tonvoon
3261         * plugins/check_disk.c: Fix AIX /proc filesystem (Ian Duggan)
3263 2003-03-08 12:05  tonvoon
3265         * plugins/check_disk.c: Fix AIX /proc filesystem (Ian Duggan)
3267 2003-03-08 11:44  tonvoon
3269         * configure.in: snprintf checks in configure.in like samba
3271 2003-03-08 02:27  undrgrid
3273         * plugins/check_dns.c: Modified code to call is_addr() rather than
3274           is_dotted_quad() with the    new AF indepdent function routines
3276 2003-03-08 02:26  undrgrid
3278         * plugins/: netutils.c, netutils.h.in, utils.c, utils.h.in: AF
3279           indepedent routines introduced.  Modifed process_request() &
3280           my_connect() parameters to make 'proto' type        'int' rather
3281           than 'char *' and use IPPROTO_* POSIX values.  Removed
3282           is_dotted_quad() & my_inet_aton() functions Added is_addr(),
3283           is_inet_addr(), is_inet6_addr() and resolve_host_or_addr()
3284           functions to check whether it is a valid IP address Modified
3285           is_host() to call is_addr() and is_hostname()
3287 2003-03-08 02:02  tonvoon
3289         * tools/sfsnapshot: Need to remove configure.in
3291 2003-03-08 01:59  tonvoon
3293         * lib/Makefile.am, lib/snprintf.c, plugins/Makefile.am,
3294           plugins/snprintf.c: Move snprintf into lib
3296 2003-03-08 01:48  tonvoon
3298         * tools/sfsnapshot: Have to run through whole automake procedure as
3299           datestamp in RELEASE variable
3301 2003-03-08 01:13  tonvoon
3303         * tools/sfsnapshot: Added automake parameters for config.sub and
3304           config.guess
3306 2003-03-08 00:57  tonvoon
3308         * tools/sfsnapshot: Fixed production OUT variable
3310 2003-03-08 00:55  tonvoon
3312         * tools/sfsnapshot: Adds MD5SUM file, creates multiple branch
3313           snapshots and doesn't rerun configure/automake/autoconf
3314           unnecessarily
3316 2003-03-08 00:21  tonvoon
3318         * Makefile.am: Use Makefile's variables (to support a shortcut in
3319           sfsnapshot)
3321 2003-03-07 22:11  undrgrid
3323         * configure.in, lib/Makefile.am, lib/getaddrinfo.c,
3324           lib/getaddrinfo.h, lib/gethostbyname.c, lib/gethostbyname.h,
3325           plugins/check_pgsql.c, plugins/common.h.in, plugins/netutils.c,
3326           plugins/netutils.h.in, tools/setup: Added getaddrinfo.[ch] &
3327           gethostbyname.[ch] to provide RFC2553 functions   if missing in
3328           system libs and lwres not present Moved all references to netdb.h
3329           and sys/socket.h into common.h.in Modified automake call in
3330           tools/setup to include adding missing files         so config.sub
3331           and config.guess will be available
3333 2003-03-07 20:16  tonvoon
3335         * plugins/check_nt.c: Make output for CPU load nicer
3337 2003-03-07 07:45  kdebisschop
3339         * plugins/check_smtp.c: millisecond timing and perf data
3341 2003-03-07 07:15  kdebisschop
3343         * plugins/: check_smtp.c: whole timer loop was on the wrong side of
3344           connection close code
3346 2003-03-07 06:43  kdebisschop
3348         * plugins/check_udp.c: fix for -H invocation of hostname
3350 2003-03-07 06:40  kdebisschop
3352         * plugins/check_udp.c: fix for -H invocation of hostname
3354 2003-03-06 06:40  undrgrid
3356         * acinclude.m4, configure.in: Adds --with-lwres and
3357           --enable-emulate-getaddrinfo but are not used in any of the code
3358           at this time. Has a check for IPv6 support but only runs if using
3359           the emulate-getaddrinfo routines, this needs to be modified.  !!!
3360           I need input from results of this run on various platforms to see
3361           what results are seen in plugins/config.h so please help test !!!
3363 2003-03-05 07:27  kdebisschop
3365         * plugins-scripts/check_ntp.pl: add "m" to regex for minutes
3367 2003-03-05 05:59  sghosh
3369         * plugins/check_smtp.c: remove race condition for a long HELO
3371 2003-03-05 04:38  sghosh
3373         * command.cfg.in: corrected snmp commands
3375 2003-03-05 04:37  sghosh
3377         * plugins-scripts/check_ntp.pl: regex fix per Marc Poulin
3379 2003-03-05 00:17  tonvoon
3381         * plugins/check_http.c: check_http min size option (680467 - Dave
3382           Viner)
3384 2003-03-04 23:56  tonvoon
3386         * plugins/check_nt.c: Make output message for CPU Load a bit nicer
3388 2003-03-04 23:35  tonvoon
3390         * tools/sfsnapshot: To create nagiosplug daily snapshots on SF
3392 2003-03-03 03:49  kdebisschop
3394         * plugins/check_ping.c: accept comma-delimted list of hosts for
3395           checking if a multihomed host is alive
3397 2003-03-02 06:01  kdebisschop
3399         * plugins/check_ping.c: add logic to check multiple servers
3401 2003-03-02 04:59  kdebisschop
3403         * ChangeLog: update from CVS
3405 2003-03-02 04:58  kdebisschop
3407         * configure.in, nagios-plugins.spec.in: adjustments to remove beta
3408           tagging
3410 2003-03-02 04:32  kdebisschop
3412         * ChangeLog: update from CVS
3414 2003-03-01 05:09  kdebisschop
3416         * nagios-plugins.spec.in: we were missing some docs in the RPM
3418 2003-02-23 17:11  sghosh
3420         * REQUIREMENTS: Novell requirements
3422 2003-02-23 17:10  sghosh
3424         * contrib/check_bgpstate.pl: removed community string in CRIT
3425           message
3427 2003-02-22 19:06  tonvoon
3429         * configure.in: Solaris and Unixware labels round the wrong way for
3430           swap command
3432 2003-02-22 13:01  kdebisschop
3434         * Makefile.am: provide target for nagios-plugins.spec
3436 2003-02-22 07:27  kdebisschop
3438         * Makefile.am: add CODING FAQ LEGAL to distribution tarball
3440 2003-02-21 21:59  tonvoon
3442         * plugins/check_http.c: Fixed coredump with unallocated string
3444 2003-02-21 21:46  tonvoon
3446         * plugins/check_dns.c: Strip leading spaces on dns return value
3447           (689563 - Simon L Nielsen)
3449 2003-02-20 03:16  kdebisschop
3451         * plugins-scripts/check_disk_smb.pl: option regexs need to include
3452           ^ and $
3454 2003-02-19 22:56  tonvoon
3456         * lib/Makefile.am: Removing getloadavg.m4 from dist
3458 2003-02-19 08:36  kdebisschop
3460         * INSTALL, configure.in, lib/getloadavg.m4, tools/setup: remove
3461           getloadavg.m4
3463 2003-02-19 00:45  tonvoon
3465         * Makefile.am, configure.in, getloadavg.m4, lib/Makefile.am,
3466           lib/getloadavg.c, lib/getloadavg.m4, plugins/Makefile.am,
3467           plugins/getloadavg.c: Move getloadavg to lib directory. Must run
3468           "aclocal -I lib"
3470 2003-02-18 23:00  kdebisschop
3472         * plugins/check_pgsql.c: spurious backslash escape
3474 2003-02-18 22:56  kdebisschop
3476         * configure.in: set tag for beta3, fix pgsql detection
3478 2003-02-18 22:24  kdebisschop
3480         * plugins/check_udp.c: never exited getopt loop
3482 2003-02-18 22:20  kdebisschop
3484         * plugins/check_tcp.c: failed if header was more than 1023 bytes
3486 2003-02-18 22:10  tonvoon
3488         * plugins/check_load.c: Fixed the output messages (Bug 688729 -
3489           Jayjay)
3491 2003-02-18 21:58  tonvoon
3493         * Makefile.am: Add SUPPORT file to distribution
3495 2003-02-18 21:56  tonvoon
3497         * plugins/check_http.c: Fixed compiler warning and increased the
3498           SSL random key for a Solaris PRNG problem
3500 2003-02-18 05:38  kdebisschop
3502         * configure.in: remainder of ps fix for UnixWare, and move [] in
3503           if/elif to indicate m4 quoting instead of test invocation
3505 2003-02-18 04:05  sghosh
3507         * contrib/check_appletalk.pl: Appletalk ping plugin
3509 2003-02-18 04:04  sghosh
3511         * plugins/check_snmp.c: OID type prefix patch [Patches-679403]
3513 2003-02-18 03:46  sghosh
3515         * plugins/check_swap.c: support for Large swap sizes
3517 2003-02-18 03:17  sghosh
3519         * configure.in: regex fix to catch *BSD swapinfo and not HP-UX
3520           error and memory/file swap in addition to device for HP-UX
3522 2003-02-17 22:01  kdebisschop
3524         * configure.in: typo in testing uname output
3526 2003-02-17 21:57  kdebisschop
3528         * configure.in: ping and swap for unixware
3530 2003-02-17 21:04  kdebisschop
3532         * configure.in: library search dirs are part of LDFLAGS
3534 2003-02-17 19:11  sghosh
3536         * REQUIREMENTS: location updates
3538 2003-02-16 08:41  tonvoon
3540         * plugins/Makefile.am: Fixed dependencies for check_nt
3542 2003-02-16 08:25  tonvoon
3544         * plugins/check_nt.c: Coredump if no variable set (reported by Marc
3545           C. Poulin)
3547 2003-02-16 02:46  egalstad
3549         * contrib/check_dhcp.c: Interface patch byor Clemens Resen
3551 2003-02-16 02:18  sghosh
3553         * plugins-scripts/check_ntp.pl: all alphanumeric accepted for refid
3554           on ntpq
3556 2003-02-12 22:32  tonvoon
3558         * plugins/.cvsignore: Added extra plugins
3560 2003-02-12 22:30  tonvoon
3562         * lib/.cvsignore: Add ignore files
3564 2003-02-12 22:29  tonvoon
3566         * plugins/negate.c: Remove unnecessary \ and fix coredump with no
3567           parameters specified
3569 2003-02-12 22:27  tonvoon
3571         * plugins/check_http.c: Remove unnecessary \ - complaints from
3572           Tru64's cc compiler
3574 2003-02-12 22:21  tonvoon
3576         * configure.in: Inadequate quoting for PS_FORMAT & removal of grep
3577           "*** for Tru64
3579 2003-02-12 04:36  sghosh
3581         * command.cfg.in: forced ntpq jitter check
3583 2003-02-12 04:32  sghosh
3585         * plugins-scripts/check_ifoperstatus.pl: added timeout alarm
3587 2003-02-12 04:30  sghosh
3589         * plugins-scripts/check_ntp.pl: fixed regex for stratum1 peer,
3590           added logic for failed ntpq call(e.g. sntp host)
3592 2003-02-11 00:47  tonvoon
3594         * plugins/check_mysql.c: Patch by Dave Viner for seg fault on RH
3595           7.3 (655903)
3597 2003-02-10 23:59  tonvoon
3599         * configure.in: Update with references to REQUIREMENTS
3601 2003-02-10 23:58  tonvoon
3603         * Requirements: Remove file, superceded by REQUIREMENTS
3605 2003-02-10 23:34  tonvoon
3607         * plugins/: getopt.c, getopt.h, getopt1.c: Removing getopt files -
3608           now in new lib directory
3610 2003-02-10 23:32  tonvoon
3612         * lib/: Makefile.am, getopt.c, getopt.h, getopt1.c: New directory
3613           for common library files
3615 2003-02-10 23:28  tonvoon
3617         * plugins/common.h.in: Added in a define for HAVE_GETOPT_H for
3618           backwards compatibility
3620 2003-02-10 23:27  tonvoon
3622         * plugins/Makefile.am: Remove unnecessary getopt references and
3623           link in lib directory
3625 2003-02-10 23:26  tonvoon
3627         * configure.in: Removing checks for getopt.h - now always
3628           available. Also support lib dir
3630 2003-02-10 23:24  tonvoon
3632         * Makefile.am: Adding lib directory for getopts change
3634 2003-02-10 23:08  tonvoon
3636         * configure.in: Fixed Tru64 ps command (Bug 669585 - Paula Arnold)
3638 2003-02-10 18:36  undrgrid
3640         * plugins/check_ssh.c: Added argc checks before attempting to
3641           access argv[]
3643           Corrected return codes and output
3645 2003-02-10 14:18  undrgrid
3647         * plugins/check_ssh.c: Revised code to use resolving and connection
3648           code in utils.c and netutils.c rather than its own functions.
3649           Corrected code to properly handle input of server hostname and
3650           port on commandline without option flags.
3652 2003-02-10 04:49  kdebisschop
3654         * contrib/check_fping_in.c: this plugin is in core as check_fping
3656 2003-02-09 18:59  undrgrid
3658         * tools/setup: Reordered program calls so autoheader was called
3659           before automake thus getting rid of errors for header files not
3660           being present when automake was called. Also puts it inline with
3661           documentation in INSTALL & INSTALLING
3663 2003-02-09 14:20  sghosh
3665         * contrib/: check_adptraid.sh, check_compaq_insight.pl,
3666           check_file_age.pl:  new plugins
3668 2003-02-09 14:18  sghosh
3670         * contrib/: README.TXT, readme.txt: file rename
3672 2003-02-09 14:16  sghosh
3674         * contrib/: check_remote_nagios_status.pl, check_wins.pl,
3675           sched_downtime.pl: more contribs
3677 2003-02-09 14:03  sghosh
3679         * contrib/tarballs/: fetchlog-0.92.tar.gz, fetchlog-0.94.tar.gz:
3680           new version
3682 2003-02-09 12:54  kdebisschop
3684         * CODING, README: spell check
3686 2003-02-09 12:36  kdebisschop
3688         * FAQ: spell check
3690 2003-02-09 12:17  sghosh
3692         * SUPPORT: ispell
3694 2003-02-08 06:00  kdebisschop
3696         * plugins/check_pgsql.c: use enum instead of define
3698 2003-02-08 05:58  kdebisschop
3700         * FAQ: add item on submitting new plugins
3702 2003-02-08 05:57  kdebisschop
3704         * SUPPORT: suggest minimum standards for support requests
3706 2003-02-08 05:32  kdebisschop
3708         * plugins/check_http.c: submit request with one send
3710 2003-02-05 05:59  kdebisschop
3712         * configure.in: fix for SSL build on RedHat rawhide
3714 2003-02-05 05:58  kdebisschop
3716         * plugins/check_dns.c: allow check to proceed using servers from
3717           resolv.conf
3719 2003-02-05 05:57  kdebisschop
3721         * plugins/check_http.c: fix segfault due to bad asprintf invocation
3723 2003-02-04 06:24  sghosh
3725         * plugins-scripts/Makefile.am:  install user:grp perms [patch
3726           679703 -Detlef Boehm]
3728 2003-02-04 06:16  sghosh
3730         * plugins-scripts/check_flexlm.pl: lmstat output update
3732 2003-02-04 05:54  sghosh
3734         * plugins-scripts/check_ntp.pl: corrected ntpdate offset to seconds
3736 2003-02-03 21:43  tonvoon
3738         * plugins/check_snmp.c: Avoid core dump with null or invalid data
3739           (679400 - Mathieu Masseboeuf)
3741 2003-02-03 21:33  tonvoon
3743         * plugins/Makefile.am: Patch for Mac OS X compile (652080 - Ton
3744           Voon)
3746 2003-02-03 20:43  sghosh
3748         * contrib/tarballs/check_cit.tgz: Citrix plugin
3750 2003-02-03 20:35  sghosh
3752         * command.cfg.in: more sample command configurations
3754 2003-02-03 20:29  sghosh
3756         * configure.in, plugins-scripts/check_ntp.pl,
3757           plugins-scripts/utils.pm.in: change ntpdc to ntpq (Jonathan
3758           Rozes,Thomas Schimpke, bug-656237 )
3760 2003-02-03 15:47  sghosh
3762         * plugins-scripts/check_ntp.pl: patch for desync peer and ntpdate
3763           (James Fidell)
3765 2003-02-03 05:29  sghosh
3767         * plugins-scripts/check_ifstatus.pl:  bugfix [bug 651021 mperry2]
3769 2003-02-03 05:07  sghosh
3771         * plugins/check_hpjd.c: added default community [bug-patch #600349
3772           jbaumgartner]
3774 2003-01-31 18:40  tonvoon
3776         * plugins/check_procs.c: Fix for zombie processes on Solaris (Bug
3777           677803 - Matthew Brown)
3779 2003-01-31 18:36  tonvoon
3781         * plugins/check_nt.c: Reapply all asprintf calls. Fix for %%
3782           problem with -l flag.
3784 2003-01-31 01:26  tonvoon
3786         * plugins/check_nt.c: Removed all unnecessary asprintf calls.
3787           Replaced with original check_nt.c to minimise amount of changes
3788           (reported by Reuben Farrelly)
3790 2003-01-30 23:18  tonvoon
3792         * plugins/check_nt.c: Added reference to the official NSClient web
3793           site
3795 2003-01-30 22:57  tonvoon
3797         * plugins/check_swap.c: Fixed long --allswap option
3799 2003-01-30 22:55  tonvoon
3801         * plugins/check_procs.c: Fixed progname
3803 2003-01-29 20:57  tonvoon
3805         * plugins/check_mrtgtraf.c: Fixed error and success codes (638656 -
3806           Paul Dlug)
3808 2003-01-29 20:47  tonvoon
3810         * plugins-scripts/check_oracle.sh: Added cache and tablespace check
3811           (621567 - John Marquart)
3813 2003-01-29 20:33  tonvoon
3815         * plugins/: Makefile.am, check_nt.c: Added in check_nt for bug
3816           646516
3818 2003-01-29 06:38  kdebisschop
3820         * plugins/check_mysql.c: remove incorrect check_disk() declaration
3822 2003-01-29 06:16  kdebisschop
3824         * plugins/check_ldap.c: fix segfault when argc>=2 and the -H or -b
3825           options are not supplied
3827 2003-01-29 06:15  kdebisschop
3829         * plugins/check_by_ssh.c: 1.8
3831 2003-01-29 05:55  tonvoon
3833         * plugins/check_http.c: Better error if server requests client
3834           based certificate (609382 - Olaf Greis)
3836 2003-01-29 05:27  tonvoon
3838         * contrib/check_dns_random.pl: Exit code added (604837 - Lachlan
3839           Cameron-Smith)
3841 2003-01-29 05:10  tonvoon
3843         * plugins-scripts/check_oracle.sh: Added dummy login test (650970 -
3844           Ton Voon)
3846 2003-01-29 04:28  tonvoon
3848         * plugins/check_vsz.c: Error when no params passed, better invalid
3849           params message (652086 - Ton Voon)
3851 2003-01-29 04:11  tonvoon
3853         * plugins/check_procs.c: Fixed NULL status in Solaris (644783 -
3854           Fabian Pehla) Fixed -p options (652082 - Ton Voon)
3856 2003-01-28 07:44  kdebisschop
3858         * contrib/checkciscotemp.pl: typo: had commented use Net::SNMP for
3859           testing
3861 2003-01-28 07:42  kdebisschop
3863         * plugins/check_real.c: make sure host_name is set and remove NULL
3864           string inits that can lead to segfaults
3866 2003-01-28 07:26  kdebisschop
3868         * plugins/check_mysql.c: missed argc check on port parameter
3870 2003-01-28 07:17  kdebisschop
3872         * contrib/checkciscotemp.pl: split and validate input more robustly
3874 2003-01-28 07:15  kdebisschop
3876         * plugins/check_http.c: remove NULL string inits that can lead to
3877           segfaults
3879 2003-01-28 00:32  tonvoon
3881         * configure.in: ps support for Darwin / MacOSX
3883 2003-01-27 11:53  kdebisschop
3885         * plugins/check_http.c: do not pass host if none is provided
3887 2003-01-27 06:04  kdebisschop
3889         * plugins/check_http.c: we were sending extra CRLF
3891 2003-01-19 06:34  kdebisschop
3893         * plugins-scripts/check_rpc.pl: indicate new default state in
3894           get_rpcinfo, also fix a bunch of indents for consistent format
3896 2003-01-17 05:56  sghosh
3898         * plugins-scripts/check_rpc.pl: bug fix for state and opt_c
3899           initialization
3901 2003-01-17 05:37  sghosh
3903         * plugins/check_snmp.c: Counter32 tag parsing added
3905 2003-01-16 06:42  kdebisschop
3907         * plugins/: check_mysql.c, check_pgsql.c: semicolon needed where
3908           progname define was replaced
3910 2003-01-16 06:29  kdebisschop
3912         * plugins/check_http.c: add option to let regex span newlines
3914 2003-01-16 06:28  kdebisschop
3916         * plugins/check_game.c: progname and print_usage need to be defined
3918 2003-01-16 06:22  kdebisschop
3920         * plugins/check_radius.c: semicolon needed where praogname define
3921           was replced
3923 2003-01-16 06:10  kdebisschop
3925         * plugins/check_hpjd.c: semicolon needed where praogname define was
3926           replced
3928 2003-01-16 05:22  kdebisschop
3930         * configure.in: find kerberos libs in latest Red Hat beta
3932 2003-01-16 05:21  kdebisschop
3934         * plugins/utils.c: restore max() macro
3936 2003-01-16 05:20  kdebisschop
3938         * plugins/check_tcp.c: cleanup progname assignment
3940 2003-01-16 05:19  kdebisschop
3942         * plugins-scripts/check_disk_smb.pl: accept $ for share and \\ for
3943           users
3945 2003-01-16 05:17  kdebisschop
3947         * plugins/check_by_ssh.c: avoid segfault when host is not given
3949 2003-01-13 12:21  kdebisschop
3951         * contrib/: check_dhcp.c, check_fping_in.c, check_rbl.c: convert
3952           PROGANE from a define to a const char
3954 2003-01-13 12:15  kdebisschop
3956         * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
3957           check_dummy.c, check_fping.c, check_hpjd.c, check_http.c,
3958           check_ldap.c, check_load.c, check_mrtg.c, check_mrtgtraf.c,
3959           check_mysql.c, check_nagios.c, check_nwstat.c, check_overcr.c,
3960           check_pgsql.c, check_ping.c, check_procs.c, check_radius.c,
3961           check_real.c, check_smtp.c, check_snmp.c, check_ssh.c,
3962           check_swap.c, check_tcp.c, check_time.c, check_udp.c,
3963           check_ups.c, check_users.c, check_vsz.c, negate.c, urlize.c,
3964           utils.c, utils.h.in: convert PROGANE from a define to a const
3965           char
3967 2003-01-13 12:13  kdebisschop
3969         * plugins/popen.c: change exit status to be POSIX compliant
3971 2003-01-13 12:09  kdebisschop
3973         * plugins/check_nagios.c: check for a few null strings, change
3974           PROGNAME from #define to const *char
3976 2003-01-13 04:50  kdebisschop
3978         * plugins/check_disk.c: add options for excluding devices and for
3979           skipping OK devices in summary
3981 2003-01-03 03:24  kdebisschop
3983         * plugins/utils.c: protect against some null strings, make formats
3984           more uniform
3986 2002-12-19 19:30  kdebisschop
3988         * plugins/check_tcp.c: expect is +OK for SPOP too
3990 2002-12-19 19:29  kdebisschop
3992         * plugins/check_tcp.c: server expect not getting set, expect is +OK
3993           for POP
3995 2002-12-19 19:20  kdebisschop
3997         * plugins/check_http.c: remove spurious CRLF
3999 2002-11-29 12:02  stanleyhopcroft
4001         * contrib/check_citrix:
4002           New plugin to check the ICA browse service (used by Citrix
4003           Metaframe servers) from Ed Rolison and Tom De Blende.
4005 2002-11-25 12:00  kdebisschop
4007         * plugins/check_tcp.c: was segfaulting if no dtat was returned
4009 2002-11-24 13:43  kdebisschop
4011         * tools/snapshot: some fixes needed to move off old devel box
4013 2002-11-24 13:09  kdebisschop
4015         * tools/snapshot: make routine snapshots of nagios and plugin CVS
4016           to expand testing
4018 2002-11-22 10:52  kdebisschop
4020         * plugins/check_ups.c: add replace battery condition, replace
4021           unchecked strcat calls with asprintf (I do not think buffer
4022           overflow was possible here, but lets be consistent)
4024 2002-11-22 02:46  kdebisschop
4026         * configure.in: get long args output to work on check_procs by
4027           putting incantations with -w ahead of others
4029 2002-11-22 02:33  kdebisschop
4031         * configure.in: get long args output to work on linux check_procs,
4032           actually works this time (needs OpenBSD testing)
4034 2002-11-22 01:33  kdebisschop
4036         * plugins/check_procs.c: add a few comments, trap a few place where
4037           a NULL string might have been handled
4039 2002-11-22 01:31  kdebisschop
4041         * configure.in: get long args output to work on linux check_procs
4042           (needs OpenBSD testing)
4044 2002-11-21 12:40  kdebisschop
4046         * plugins/check_dig.c: fix empty output on errors
4048 2002-11-20 11:56  kdebisschop
4050         * plugins/check_swap.c: add switch to evaluate each swap
4051           individually
4053 2002-11-20 11:28  kdebisschop
4055         * plugins/check_dig.c: fix solaris SEGV, still need to print
4056           meaningful error text
4058 2002-11-20 01:19  kdebisschop
4060         * plugins/check_by_ssh.c: in short options, t no no argument
4062 2002-11-20 01:09  kdebisschop
4064         * plugins/check_dig.c: replace some strcpy with strscpy
4066 2002-11-19 19:13  kdebisschop
4068         * plugins/Makefile.am: another try at portable symlinking
4070 2002-11-19 19:07  kdebisschop
4072         * plugins/Makefile.am: another try at portable symlinking
4074 2002-11-19 19:06  kdebisschop
4076         * plugins/check_time.c: explicitly cast recv() arg2 for SunOS5.6
4078 2002-11-19 07:13  kdebisschop
4080         * plugins/Makefile.am: rewrite of install-exec-hook for solaris
4082 2002-11-18 21:58  sghosh
4084         * contrib/: check_javaproc.pl, nagios_sendim.pl: javaproc, sendim
4086 2002-11-18 14:46  sghosh
4088         * contrib-reporting/process_perfdata.pl: New directory to for
4089           perfdata and reporting scripts
4091 2002-11-18 11:24  kdebisschop
4093         * plugins/check_swap.c: test total swap instead of individual disks
4095 2002-11-18 07:23  kdebisschop
4097         * plugins/check_disk.c: failed to handle multple disks
4099 2002-11-18 07:22  kdebisschop
4101         * plugins/utils.c: more readable max_state() code
4103 2002-11-16 12:57  kdebisschop
4105         * plugins/Makefile.am: fix too many sources problem for programs
4106           tha are symlinks to check_tcp
4108 2002-11-16 04:59  kdebisschop
4110         * plugins/check_snmp.c: my take on Subhendu's patches, plus a few
4111           comments for clarity
4113 2002-11-15 17:47  sghosh
4115         * plugins/check_snmp.c: memory bounds in options, no output
4116           comparison case
4118 2002-11-15 04:51  kdebisschop
4120         * nagios-plugins.spec.in: make spec work again, now that release is
4121           in source name again
4123 2002-11-15 00:51  kdebisschop
4125         * configure.in: release numbering fix
4127 2002-11-15 00:50  kdebisschop
4129         * plugins/check_snmp.c: fix label handling, replace accidentally
4130           deleted elseif l.310
4132 2002-11-14 18:25  kdebisschop
4134         * Makefile.am, acconfig.h, configure.in, nagios-plugins.spec.in,
4135           plugins/utils.c: fix bug with gettimeofday test, improve
4136           version/release handling, update rpm spec
4138 2002-11-14 18:23  kdebisschop
4140         * plugins/Makefile.am: fix typo in snprintf build
4142 2002-11-14 05:36  kdebisschop
4144         * plugins/Makefile.am: can't drop these sources -- neded for dist
4146 2002-11-14 05:27  kdebisschop
4148         * plugins/Makefile.am: fix build rule for snprintf
4150 2002-11-14 05:25  kdebisschop
4152         * plugins/check_http.c: pagesize count off by one
4154 2002-11-14 04:45  kdebisschop
4156         * plugins/check_http.c: clean up NULL from status on Solaris
4158 2002-11-14 04:00  kdebisschop
4160         * configure.in: typo in AC_DEFINE of PS_FORMAT for solaris
4162 2002-11-14 03:37  kdebisschop
4164         * plugins/Makefile.am: remove check_nt again
4166 2002-11-14 03:09  kdebisschop
4168         * plugins/Makefile.am: back out last change -- it was only work in
4169           progress
4171 2002-11-14 02:26  kdebisschop
4173         * plugins/: Makefile.am, check_dns.c, check_ldap.c, check_mrtg.c,
4174           check_mrtgtraf.c, check_nwstat.c, check_radius.c, utils.c,
4175           version.h.in: remove call_getopt and ssprintf
4177 2002-11-13 11:50  kdebisschop
4179         * plugins/: check_disk.c, check_dns.c, check_fping.c, check_hpjd.c,
4180           check_mrtg.c, check_nwstat.c, check_ping.c, check_vsz.c,
4181           urlize.c, utils.c: remove call_getopt and asprintf
4183 2002-11-12 11:28  kdebisschop
4185         * plugins/check_dig.c: cleanup asprintf, old function decls
4187 2002-11-12 11:26  kdebisschop
4189         * plugins/: check_mysql.c, check_real.c, check_ups.c: remove
4190           call_getopt
4192 2002-11-11 22:15  sghosh
4194         * plugins/check_snmp.c: should use asprintf
4196 2002-11-11 20:19  sghosh
4198         * plugins/check_snmp.c: more snmpv3 patches
4200 2002-11-11 19:29  sghosh
4202         * plugins/check_snmp.c: long opt for miblist, snmpv3 support
4203           (rosenauer)
4205 2002-11-11 16:04  sghosh
4207         * plugins/check_snmp.c: option to specify a miblist - llow
4209 2002-11-11 15:43  sghosh
4211         * plugins/check_snmp.c: misc doc fix, missing verbose option
4213 2002-11-09 11:37  kdebisschop
4215         * plugins/: check_ups.c, check_users.c: remove call_getopt
4217 2002-11-09 04:22  kdebisschop
4219         * plugins/: check_by_ssh.c, check_dig.c, check_ping.c,
4220           check_time.c: remove call_getopt
4222 2002-11-09 04:21  kdebisschop
4224         * plugins/check_snmp.c: cleaner handling of DEFAULT_PORT
4226 2002-11-09 03:43  kdebisschop
4228         * configure.in: add HPUX swap, try to cleanup getopt processing
4230 2002-11-09 03:39  kdebisschop
4232         * plugins/: check_pgsql.c, check_ping.c, check_snmp.c, negate.c,
4233           utils.h.in: define and use usage3 where second part of message is
4234           a an int/char
4236 2002-11-09 03:16  kdebisschop
4238         * plugins/snprintf.c: HAVE_C99_SNPRINTF is not tested, so remove
4239           from ifdef
4241 2002-11-08 08:07  kdebisschop
4243         * plugins/check_snmp.c: user reports NULL still getting into
4244           asprintf
4246 2002-11-08 08:06  kdebisschop
4248         * plugins/check_vsz.c: remove call_getopt
4250 2002-11-08 07:20  kdebisschop
4252         * acconfig.h, configure.in, plugins/common.h.in, plugins/utils.c,
4253           plugins/utils.h.in: patches required to build on solaris with
4254           asprintf and gettimeofday
4256 2002-11-08 07:18  kdebisschop
4258         * plugins/: check_http.c, check_load.c, check_ping.c,
4259           check_procs.c, check_smtp.c, check_tcp.c: remove unused variables
4261 2002-11-08 07:17  kdebisschop
4263         * tools/oneliners: some useful onliners
4265 2002-11-07 14:30  kdebisschop
4267         * plugins/check_snmp.c: bugfixes to command format and (null) text
4268           created by asprintf switch
4270 2002-11-07 07:07  kdebisschop
4272         * plugins/check_by_ssh.c: remove call_getopt, add [] arougn time
4274 2002-11-07 07:06  kdebisschop
4276         * configure.in: test snprintf function family for ifdefs in
4277           snprintf.c
4279 2002-10-30 18:47  kdebisschop
4281         * plugins/check_tcp.c: replace fixed-lentgh buffer with asprintf
4283 2002-10-30 18:46  kdebisschop
4285         * plugins/check_udp.c: forgot to remove call_getopt
4287 2002-10-30 18:44  kdebisschop
4289         * plugins/: check_ssh.c, check_swap.c: forgot to remove call_getopt
4290           declaration
4292 2002-10-30 18:29  kdebisschop
4294         * plugins/check_smtp.c: remove call_getopt, fix several buffer
4295           overruns possible due to use of fixed size buffers
4297 2002-10-30 18:22  kdebisschop
4299         * tools/setup: debian builds not actively maintained, so suppress
4300           error in setup script
4302 2002-10-30 05:07  sghosh
4304         * acconfig.h, configure.in, plugins-scripts/Makefile.am,
4305           plugins-scripts/check_mailq.pl, plugins-scripts/utils.pm.in:
4306           monitor mailq
4308 2002-10-28 13:05  kdebisschop
4310         * plugins-scripts/: check_breeze.pl, check_disk_smb.pl,
4311           check_flexlm.pl, check_log.sh, check_ntp.pl, check_rpc.pl,
4312           check_sensors.sh, check_wave.pl: remove pspace in shebang since
4313           no sequent users replied
4315 2002-10-26 14:30  kdebisschop
4317         * nagios-plugins.spec.in: release should not be in tarball name
4319 2002-10-25 14:58  kdebisschop
4321         * nagios-plugins.spec.in: tweak source macro
4323 2002-10-25 13:35  kdebisschop
4325         * plugins/Makefile.am: remove check_nt
4327 2002-10-25 03:31  kdebisschop
4329         * Makefile.am, plugins/Makefile.am: include getloadavg sources, add
4330           some Solaris pkg build support
4332 2002-10-22 10:13  kdebisschop
4334         * plugins/check_ssh.c: remove call_getopt, replace ssprintf with
4335           asprintf,better server version reporting
4337 2002-10-22 09:54  kdebisschop
4339         * plugins/check_tcp.c: add check_spop
4341 2002-10-22 09:19  kdebisschop
4343         * plugins/check_procs.c: remove call_getopt, replace ssprintf with
4344           asprintf
4346 2002-10-22 03:57  sghosh
4348         * contrib/check_procr.sh: From: Jerome Tytgat - checks to see if
4349           named process is running
4351 2002-10-22 02:31  sghosh
4353         * README, plugins/check_nt.c: check_nt is downloadable from
4354           nsclient.ready2run.nl
4356 2002-10-21 06:04  kdebisschop
4358         * plugins/check_swap.c: use asprintf instead of ssprintf
4360 2002-10-21 05:36  kdebisschop
4362         * plugins/Makefile.am: need to define SOURCES for check_tcp to also
4363           build as check_ftp,check_imap,check_nntp,check_pop
4365 2002-10-21 05:05  kdebisschop
4367         * plugins/utils.c: use asprintf to do strscpy
4369 2002-10-21 05:04  kdebisschop
4371         * plugins/Makefile.am: roll check_ftp, check_imap, check_pop, and
4372           check_nntp into check_tcp
4374 2002-10-21 05:03  kdebisschop
4376         * plugins/: check_ftp.c, check_imap.c, check_nntp.c, check_pop.c:
4377           these are all combined into check_tcp now
4379 2002-10-21 04:55  kdebisschop
4381         * plugins/check_load.c: remove broken call_getopt
4383 2002-10-21 04:43  kdebisschop
4385         * plugins/check_snmp.c: cleanup process_arguments, print_help, and
4386           print_usage
4388 2002-10-21 04:40  kdebisschop
4390         * plugins/check_pgsql.c: now we provide long opts if they do not
4391           exist
4393 2002-10-20 21:22  kdebisschop
4395         * plugins/check_snmp.c: fixed scanning for multiple OIDs, which was
4396           not working
4398 2002-10-20 19:49  kdebisschop
4400         * plugins/check_snmp.c: change ssprintf to asprintf back out change
4401           at line 225 in r1.4   (values were mismatched to format string,
4402           so output was nonsense)   (I left a comment showing a construct
4403           that should work, but it fails for PHBs:     if my disk gets
4404           nearly full, they want 'CRITICAL - 99%' not 'CRITICAL - Gauge32:
4405           99')   (If someine has a rationale for the change, maybe it could
4406           be done as an option? - it seems     fairly clear that the Web
4407           display should be sensible to PHBs so long as there's no real
4408           loss)
4410 2002-10-18 07:41  kdebisschop
4412         * plugins/check_swap.c: remove old call_getopt
4414 2002-10-18 06:55  kdebisschop
4416         * plugins/check_load.c: remove old call_getopt code, fix bug taking
4417           single float, allow colon as separators in additin to commas
4419 2002-10-18 05:41  kdebisschop
4421         * plugins/utils.c: handle null src in strscat
4423 2002-10-18 04:48  kdebisschop
4425         * plugins/check_tcp.c: millisecond timing
4427 2002-10-18 04:46  kdebisschop
4429         * plugins/utils.h.in: refine STD_LONG_OPTS
4431 2002-10-18 04:46  kdebisschop
4433         * plugins/check_http.c: provide on more decimal point printing time
4435 2002-10-18 04:45  kdebisschop
4437         * plugins/check_ping.c: remove broken call_getopt stuff
4439 2002-10-17 07:09  kdebisschop
4441         * plugins/check_tcp.c: using asprintf
4443 2002-10-17 07:06  kdebisschop
4445         * INSTALL, INSTALLING, tools/setup: revise now that aclocal is
4446           remved from CVS
4448 2002-10-16 23:26  kdebisschop
4450         * configure.in: need some quoting on ifdef
4452 2002-10-16 23:17  kdebisschop
4454         * acinclude.m4, configure.in: finally a working fix for
4455           AM/AC_FUNC_STRTOD nightmare
4457 2002-10-16 23:01  kdebisschop
4459         * configure.in: mismatched quote
4461 2002-10-16 22:54  kdebisschop
4463         * configure.in: missing commas
4465 2002-10-16 22:46  kdebisschop
4467         * configure.in: complains on paren in comment
4469 2002-10-16 22:43  kdebisschop
4471         * acinclude.m4: lost a paren
4473 2002-10-16 22:41  kdebisschop
4475         * acinclude.m4: old auto???? has AM_FUNC_STRTOD, now renamed
4476           AC_FUNC_STRTOD
4478 2002-10-16 22:32  kdebisschop
4480         * plugins/: check_http.c, utils.c, utils.h.in: millisecond timimg
4481           where supported
4483 2002-10-16 22:31  kdebisschop
4485         * configure.in, missing: build cleanly on RedHat 8.0
4487 2002-10-16 11:46  kdebisschop
4489         * .cvsignore: ignore aclocal.m4
4491 2002-10-16 11:34  kdebisschop
4493         * configure.in: AM_STRTOD was a typo
4495 2002-10-16 11:31  kdebisschop
4497         * aclocal.m4: automake invokes acloacl on each run - it cannot be
4498           right to include this
4500 2002-10-16 11:18  kdebisschop
4502         * acconfig.h: better checks for vsnprintf stuff
4504 2002-10-16 11:14  kdebisschop
4506         * plugins/check_http.c, configure.in: use asprintf
4508 2002-10-16 11:14  kdebisschop
4510         * plugins/utils.c: use asprintf to construct strscat
4512 2002-10-16 05:57  kdebisschop
4514         * plugins/popen.h.in: timeout interval is extern
4516 2002-10-16 05:56  kdebisschop
4518         * plugins/: utils.h.in, utils.c: start support for gettimeofday and
4519           tv_usec
4521 2002-10-16 05:54  kdebisschop
4523         * aclocal.m4: generated with automake 1.6 / autoconf 2.53 (maybe
4524           should not be in CVS, however)
4526 2002-10-16 05:52  kdebisschop
4528         * plugins/snprintf.c: newer snprintf from samba.org
4530 2002-10-16 05:43  kdebisschop
4532         * Makefile.am: cosmetic line wrap before 80 chars
4534 2002-10-16 05:42  kdebisschop
4536         * depcomp, .cvsignore: needed for automake 1.6 / autoconf 2.53
4538 2002-10-16 05:41  kdebisschop
4540         * configure.in: work with newer automake, begin swithc to asprintf
4542 2002-10-15 07:23  sghosh
4544         * plugins-scripts/check_ifoperstatus.pl: new exit states, more
4545           conditional checking
4547 2002-10-07 20:05  sghosh
4549         * plugins/check_dns.c: patch for expected IP address
4551 2002-10-07 02:34  kdebisschop
4553         * plugins/popen.c: make sure we do not run past the end of an
4554           unterminated string
4556 2002-10-07 02:19  kdebisschop
4558         * plugins/negate.c: use asprintf, inhibit splint warning
4560 2002-10-05 12:08  kdebisschop
4562         * getloadavg.m4, plugins/getloadavg.c: lets use library instead od
4563           inconsistent command line interfaces
4565 2002-09-26 03:17  kdebisschop
4567         * plugins/urlize.c: use ssprintf instead of sprintf
4569 2002-09-25 09:01  kdebisschop
4571         * plugins/check_http.c: incorporate comment on my_recv from Russell
4572           Scibetti
4574 2002-09-25 08:58  kdebisschop
4576         * plugins/check_http.c: incorporate comments from Russell Scibetti
4578 2002-09-24 06:16  kdebisschop
4580         * plugins/check_http.c: replace remaining occurences of sprintf
4581           with snprintf
4583 2002-09-16 01:47  kdebisschop
4585         * INSTALL: needed for latest autoconf
4587 2002-09-16 01:47  kdebisschop
4589         * Makefile.am, aclocal.m4, configure.in, nagios-plugins.spec.in:
4590           finish ckleanup of rpm spec porcessing
4592 2002-09-14 22:11  kdebisschop
4594         * nagios-plugins.spec, nagios-plugins.spec.in: complete spec based
4595           on confugure.in
4597 2002-09-14 22:06  kdebisschop
4599         * make-tarball, rpm: automake makes the dist tarball, rpmbuild -ta
4600           makes the rpm
4602 2002-09-14 03:27  kdebisschop
4604         * plugins/check_tcp.c: time data in performance string
4606 2002-09-14 03:23  kdebisschop
4608         * plugins/check_http.c: time data in performance string
4610 2002-09-14 03:13  kdebisschop
4612         * plugins-scripts/check_log.sh: patch from Matthew Peters
4613           <mattp@esec.com.au>, plus turned up a few bugs on my own
4615 2002-09-12 03:43  kdebisschop
4617         * plugins/Makefile.am: negate wrapper
4619 2002-09-08 13:05  kdebisschop
4621         * plugins/negate.c: wrapper to invert return status
4623 2002-09-08 13:05  kdebisschop
4625         * plugins/utils.c: clears up warnings in splint
4627 2002-09-06 03:25  kdebisschop
4629         * plugins-scripts/check_rpc.pl: case on key to ERRORS hash
4631 2002-09-04 07:00  sghosh
4633         * configure.in: more Mysql patches
4635 2002-09-04 03:12  sghosh
4637         * plugins-scripts/check_ntp.pl: dispersion check now controlled by
4638           warn and crit
4640 2002-09-04 03:11  sghosh
4642         * configure.in: Mysql dir fix
4644 2002-09-04 03:10  sghosh
4646         * contrib/: check_ifoperstatus.pl, check_ifstatus.pl: moved to
4647           supported plugins-scripts
4649 2002-09-02 19:47  sghosh
4651         * plugins/check_smtp.c: new -f option for adding a FROM address for
4652           RFC correctness
4654 2002-09-01 17:22  sghosh
4656         * INSTALL, INSTALLING: file rename for MacOS X
4658 2002-09-01 17:18  sghosh
4660         * plugins/check_smtp.c: Valid MAIL command
4662 2002-08-22 23:08  sghosh
4664         * contrib/check_snmp_process_monitor.pl: updates
4666 2002-08-22 15:43  sghosh
4668         * command.cfg.in: smsclient config
4670 2002-08-22 15:42  sghosh
4672         * contrib/: check_snmp_disk_monitor.pl,
4673           check_snmp_process_monitor.pl: new plugins contrib
4675 2002-08-18 19:03  kdebisschop
4677         * plugins/check_by_ssh.c: typo in options passed to ssh for ipv6.
4678           fix by setting a generic hook for 1-char pasthhru options
4680 2002-08-14 20:17  sghosh
4682         * plugins-scripts/check_disk_smb.pl: patch for admin shares
4684 2002-08-14 20:07  sghosh
4686         * command.cfg.in: qpage definitions
4688 2002-08-14 20:06  sghosh
4690         * plugins-scripts/check_ifstatus.pl: skip PPP interfaces
4692 2002-08-14 20:04  sghosh
4694         * plugins/check_smtp.c: added HELO command
4696 2002-08-14 20:04  sghosh
4698         * plugins/check_by_ssh.c: ipv4/ipv6 switch added
4700 2002-08-14 20:03  sghosh
4702         * plugins/check_hpjd.c: net-snmp v5x fix
4704 2002-08-14 20:02  sghosh
4706         * contrib/check_apc_ups.pl: fix for ePN
4708 2002-08-14 20:01  sghosh
4710         * contrib/: check_linux_raid.pl, check_nagios_db.pl:  new plugins
4712 2002-08-14 20:00  sghosh
4714         * contrib/check_inodes-freebsd.pl: check inodes - freebsd  -
4715           candidate for merge with check_inodes
4717 2002-08-14 16:29  sghosh
4719         * contrib/check_smb.sh: new smb check - users
4721 2002-08-13 04:18  egalstad
4723         * plugins/check_game.c: Mod to display current/max number of
4724           players in a game (Frank Kannemann)
4726 2002-08-13 00:09  egalstad
4728         * contrib/check_disk_snmp.pl: Updated to use getopt (Christoph
4729           Maser)
4731 2002-08-01 06:06  sghosh
4733         * plugins/check_snmp.c: re-patched exit state comparison
4735 2002-08-01 05:54  sghosh
4737         * plugins/check_snmp.c: port option added, -c support net-snmpv5,
4738           complete response string output
4740 2002-08-01 05:46  egalstad
4742         * contrib/check_digitemp.pl: Add Brian Lane's Digitemp (1-wire temp
4743           sensor) plugin
4745 2002-07-16 05:13  egalstad
4747         * contrib/check_disk_snmp.pl: Christoph Maser's plugin to check
4748           disk usage via SNMP3
4750 2002-07-16 01:04  stanleyhopcroft
4752         * contrib/check_ms_spooler.pl: Primitive and in need of refinement
4753           test of MS spooler (with smbclient)
4755 2002-07-04 23:02  sghosh
4757         * contrib/check_procl.sh: Jerome Tytgat - accumulated/percentage
4758           CPU/MEM per process - bash plugin
4760 2002-07-04 05:05  sghosh
4762         * INSTALL: doc update
4764 2002-06-28 22:08  sghosh
4766         * INSTALL: note about autoconf/automake version
4768 2002-06-25 22:32  sghosh
4770         * contrib/check_rbl.c: Check if IP address is specified on RBL -
4771           Tim Bell
4773 2002-06-25 14:55  sghosh
4775         * contrib/check_lmmon.pl: check motherboard/cpu temp via lmmon
4777 2002-06-24 22:29  sghosh
4779         * plugins/check_http.c: ignore return status codes if user
4780           specified status line check
4782 2002-06-24 21:41  sghosh
4784         * plugins/check_snmp.c: printf bug for large numbers - Jeff Murray
4786 2002-06-20 05:27  sghosh
4788         * plugins-scripts/check_disk_smb.pl: logic fix for disk space
4789           thresholds
4791 2002-06-19 06:11  sghosh
4793         * plugins/: check_dig.c, check_dns.c, check_fping.c, check_hpjd.c,
4794           check_nagios.c, check_ping.c, check_snmp.c, check_vsz.c,
4795           urlize.c, utils.c, utils.h.in: more POSIX return value comparison
4796           related code fixes
4798 2002-06-19 04:09  sghosh
4800         * plugins/: check_disk.c, check_ping.c, check_procs.c: fixes for
4801           using POSIX return codes
4803 2002-06-18 02:06  sghosh
4805         * plugins/common.h.in:  updated to POSIX return codes
4807 2002-06-18 02:05  sghosh
4809         * contrib/check_cluster.c: Ethan's check_cluster
4811 2002-06-13 21:49  sghosh
4813         * plugins/check_smtp.c: conformance to RFC 821 <CRLF>
4815 2002-06-13 04:03  sghosh
4817         * configure.in: use xntpdc on Solaris for check_ntp
4819 2002-06-10 04:24  sghosh
4821         * plugins/check_smtp.c: patch to stop NOQUEUE syslog messages -
4822           Karl Ewald
4824 2002-06-08 01:33  sghosh
4826         * plugins-scripts/check_ntp.pl: xntpdc/ntpdc patch - John Koyle
4828 2002-06-06 05:16  sghosh
4830         * plugins-scripts/: subst.in, utils.sh.in: corrected result codes -
4831           for sh; corrected substition for libexec - Tom Bertelson
4833 2002-06-06 05:15  sghosh
4835         * plugins/check_disk.c: added option for mount point - Tom
4836           Bertelson
4838 2002-06-06 05:15  sghosh
4840         * plugins-scripts/check_oracle.sh: Add test for Oracle name server,
4841           can dynamicall determine ORACLE_HOME - tom Bertelson
4843 2002-06-06 05:14  sghosh
4845         * plugins-scripts/check_flexlm.pl: conditional on lmstat
4847 2002-06-06 05:13  sghosh
4849         * plugins-scripts/check_ntp.pl: conditional on ntpdc
4851 2002-05-29 01:57  sghosh
4853         * command.cfg.in: notes added
4855 2002-05-28 04:14  sghosh
4857         * command.cfg.in: option updates, more examples
4859 2002-05-28 03:41  sghosh
4861         * command.cfg.in: option updates, more examples
4863 2002-05-27 03:10  sghosh
4865         * plugins-scripts/check_ntp.pl: checked in too quickly
4867 2002-05-27 03:05  sghosh
4869         * doc/: README, developer-guidelines.html,
4870           developer-guidelines.sgml: added developer guidelines.
4872 2002-05-27 03:03  sghosh
4874         * configure.in: typo, AIX 4.3 ps, smbclient, Net::SNMP fixes
4876 2002-05-27 03:01  sghosh
4878         * acconfig.h, plugins-scripts/utils.pm.in:  new var - smbclient
4880 2002-05-27 02:56  sghosh
4882         * plugins-scripts/check_ntp.pl: logic reorg, ePN fix and support
4883           for utils.pm
4885 2002-05-27 02:55  sghosh
4887         * plugins-scripts/check_disk_smb.pl: ePN fix and support for
4888           utils.pm
4890 2002-05-23 17:39  sghosh
4892         * contrib/: check_log2.pl, check_vcs.pl: New plugins from Aaron
4893           Bostick - Veritas Cluster, logfile
4895 2002-05-10 04:51  sghosh
4897         * plugins-scripts/check_rpc.pl: updates for ePN, patch for multiple
4898           version check
4900 2002-05-10 04:49  sghosh
4902         * configure.in, plugins-scripts/utils.pm.in: added programs to
4903           autoconf
4905 2002-05-10 04:49  sghosh
4907         * acconfig.h: Added programs for autoconf
4909 2002-05-09 20:03  sghosh
4911         * plugins-scripts/: Makefile.am, check_ifoperstatus.pl: migrated
4912           check_ifoperstatus to standard plugin
4914 2002-05-08 16:35  sghosh
4916         * plugins/check_ping.c:  patch for Suse 8.0 loss output
4918 2002-05-08 06:10  sghosh
4920         * plugins-scripts/utils.pm.in:  is_hostname added, update CODES to
4921           POSIX
4923 2002-05-08 06:07  sghosh
4925         * plugins/: check_hpjd.c, check_ups.c: updated notes
4927 2002-05-08 06:04  sghosh
4929         * configure.in: updated messages and check for host command
4931 2002-05-08 05:58  sghosh
4933         * plugins-scripts/: Makefile.am, check_ifstatus.pl: moved updated
4934           check_ifstatus to standard plugin
4936 2002-05-07 06:35  sghosh
4938         * plugins-scripts/: check_breeze.pl, check_flexlm.pl,
4939           check_ircd.pl, check_netdns.pl, check_ntp.pl, check_wave.pl: 2nd
4940           fix for ePN
4942 2002-05-02 17:43  sghosh
4944         * plugins-scripts/: check_breeze.pl, check_disk_smb.pl,
4945           check_flexlm.pl, check_ircd.pl, check_netdns.pl, check_ntp.pl,
4946           check_rpc.pl, check_wave.pl: fix for embedded perl
4948 2002-05-02 17:22  sghosh
4950         * tools/: README, mini_epn.c, p1.pl: updated mini_epn and p1.pl
4951           added to plugins distribution
4953 2002-05-01 22:12  sghosh
4955         * contrib/tarballs/fetchlog-0.92.tar.gz: remote log check (via snmp
4956           possible) by  Alexander Haderer
4958 2002-04-29 03:58  kdebisschop
4960         * plugins/getopt.h: failed to carry over from old plugins, listed
4961           in EXTRA_DIST, needed for build
4963 2002-04-23 13:50  sghosh
4965         * plugins/check_ping.c: corrected program name and added rtt patch
4966           for RH7.2+beta
4968 2002-04-18 22:59  egalstad
4970         * contrib/check_inodes.pl: add check_inodes contrib plugin by John
4971           Jolet
4973 2002-04-18 05:38  egalstad
4975         * configure.in: configure script patch for ping syntax
4977 2002-04-07 06:13  sghosh
4979         * contrib/: check_backup.pl, check_dl_size.pl: plugins from Patrick
4980           Greenwell
4982 2002-04-05 23:22  sghosh
4984         * acconfig.h: added HOST_COMMAND
4986 2002-04-05 23:19  sghosh
4988         * contrib/tarballs/check_spread.tar: plugin to check spread
4989           messaging toolkit
4991 2002-04-03 03:58  sghosh
4993         * contrib/check_oracle_instance.pl:  from Sven Dolderer - check
4994           oracle instance
4996 2002-04-03 03:56  sghosh
4998         * plugins-scripts/check_nfs.pl: check_nfs functionality exists in
4999           check_rpc
5001 2002-03-18 05:15  sghosh
5003         * plugins-scripts/subst.in: function to update perl plugin scripts
5004           to find utils.pm
5006 2002-03-01 02:53  egalstad
5008         * plugins/: .cvsignore, config.h.in: Fix for stupid me
5010 2002-03-01 02:42  egalstad
5012         * contrib/check_breeze.pl, contrib/check_dhcp.c,
5013           contrib/check_flexlm.pl, contrib/check_hltherm.c,
5014           contrib/check_hprsc.pl, contrib/check_ipxping.c,
5015           contrib/check_memory.tgz, contrib/check_mysql.c,
5016           contrib/check_uptime.c, contrib/check_wave.pl,
5017           contrib/readme.txt, contrib/tarballs/berger-ping.tar.gz,
5018           contrib/tarballs/bowen-langley_plugins.tar.gz,
5019           contrib/tarballs/check_bgp-1.0.tar.gz,
5020           contrib/tarballs/check_breeze.tar.gz,
5021           contrib/tarballs/check_flexlm.tar.gz,
5022           contrib/tarballs/check_hltherm.tar.gz,
5023           contrib/tarballs/check_hprsc.tar.gz,
5024           contrib/tarballs/check_memory.tgz,
5025           contrib/tarballs/check_radius.tar.gz,
5026           contrib/tarballs/check_wave.tar.gz,
5027           contrib/tarballs/hopcroft-plugins.tar.gz,
5028           contrib/tarballs/radius.tar.gz, plugins/.cvsignore,
5029           plugins/config.h.in: Contrib plugin cleanup
5031 2002-02-28 06:42  egalstad
5033         * .cvsignore, AUTHORS, CODING, COPYING, ChangeLog, FAQ, Helper.pm,
5034           INSTALL, Makefile.am, NEWS, README, REQUIREMENTS, ROADMAP,
5035           Requirements, acconfig.h, aclocal.m4, command.cfg.in, LEGAL,
5036           configure.in, install-sh, make-tarball, missing, mkinstalldirs,
5037           nagios-plugins.spec, opttest.pl, package.def, rpm, subst.in,
5038           subst.sh, test.pl.in, contrib/check_apache.pl,
5039           contrib/check_apc_ups.pl, contrib/check_bgpstate.pl,
5040           contrib/check_dhcp.c, contrib/check_dlswcircuit.pl,
5041           contrib/check_dns_random.pl, contrib/check_email_loop.pl,
5042           contrib/check_fping_in.c, contrib/check_ftpget.pl,
5043           contrib/check_ifoperstatus.pl, contrib/check_ifstatus.pl,
5044           contrib/check_pop3.pl, contrib/check_qmailq.pl,
5045           contrib/check_timeout.c, contrib/checkciscotemp.pl,
5046           contrib/check_ipxping.c, contrib/check_joy.sh,
5047           contrib/check_maxchannels.pl, contrib/check_maxwanstate.pl,
5048           contrib/check_mem.pl, contrib/check_memory.tgz,
5049           contrib/check_mysql.c, contrib/check_mysql.pl,
5050           contrib/check_netapp.pl, contrib/check_nmap.py,
5051           contrib/check_nwstat.pl, contrib/check_ora_table_space.pl,
5052           contrib/check_rrd_data.pl, contrib/check_sap.sh,
5053           contrib/check_sockets.pl, contrib/check_uptime.c,
5054           contrib/maser-oracle.pl, contrib/mrtgext.pl, contrib/readme.txt,
5055           contrib/restrict.pl, contrib/utils.py, contrib/check_nagios.pl,
5056           contrib/urlize.pl, contrib/aix/check_crit_dsk,
5057           contrib/aix/check_dsk, contrib/aix/check_failed,
5058           contrib/aix/check_io, contrib/aix/check_kerberos,
5059           contrib/aix/check_ping, contrib/aix/check_queue,
5060           contrib/aix/pg_stat, contrib/tarballs/berger-ping.tar.gz,
5061           contrib/tarballs/bowen-langley_plugins.tar.gz,
5062           contrib/tarballs/check_bgp-1.0.tar.gz,
5063           contrib/tarballs/check_breeze.tar.gz,
5064           contrib/tarballs/check_flexlm.tar.gz,
5065           contrib/tarballs/check_hltherm.tar.gz,
5066           contrib/tarballs/check_hprsc.tar.gz,
5067           contrib/tarballs/check_radius.tar.gz,
5068           contrib/tarballs/check_wave.tar.gz,
5069           contrib/tarballs/hopcroft-plugins.tar.gz,
5070           contrib/tarballs/radius.tar.gz, plugins/.cvsignore,
5071           plugins/Makefile.am, plugins/check_by_ssh.c, plugins/check_dig.c,
5072           plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c,
5073           plugins/check_fping.c, plugins/check_ftp.c, plugins/check_game.c,
5074           plugins/check_hpjd.c, plugins/check_http.c,
5075           plugins/check_ide-smart.c, plugins/check_imap.c,
5076           plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c,
5077           plugins/check_mrtgtraf.c, plugins/check_mysql.c,
5078           plugins/check_nntp.c, plugins/check_nt.c, plugins/check_nwstat.c,
5079           plugins/check_overcr.c, plugins/check_pgsql.c,
5080           plugins/check_ping.c, plugins/check_pop.c, plugins/check_procs.c,
5081           plugins/check_radius.c, plugins/check_real.c,
5082           plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_ssh.c,
5083           plugins/check_swap.c, plugins/check_tcp.c, plugins/check_time.c,
5084           plugins/check_udp.c, plugins/check_ups.c, plugins/check_users.c,
5085           plugins/check_vsz.c, plugins/common.h.in, plugins/getopt.c,
5086           plugins/getopt1.c, plugins/netutils.c, plugins/netutils.h.in,
5087           plugins/popen.c, plugins/popen.h.in, plugins/snprintf.c,
5088           plugins/urlize.c, plugins/check_nagios.c, plugins/utils.c,
5089           plugins/utils.h.in, plugins/version.h.in, plugins/t/check_disk.t,
5090           plugins/t/check_dns.t, plugins/t/check_fping.t,
5091           plugins/t/check_ftp.t, plugins/t/check_hpjd.t,
5092           plugins/t/check_http.t, plugins/t/check_imap.t,
5093           plugins/t/check_load.t, plugins/t/check_mysql.t,
5094           plugins/t/check_ping.t, plugins/t/check_pop.t,
5095           plugins/t/check_procs.t, plugins/t/check_smtp.t,
5096           plugins/t/check_snmp.t, plugins/t/check_swap.t,
5097           plugins/t/check_tcp.t, plugins/t/check_time.t,
5098           plugins/t/check_udp.t, plugins/t/check_users.t,
5099           plugins/t/check_vsz.t, plugins/tests/check_disk,
5100           plugins/tests/check_dns, plugins/tests/check_ftp,
5101           plugins/tests/check_hpjd, plugins/tests/check_http,
5102           plugins/tests/check_load, plugins/tests/check_ping,
5103           plugins/tests/check_procs, plugins/tests/check_swap,
5104           plugins/tests/check_users, plugins/tests/check_vsz,
5105           plugins-scripts/.cvsignore, plugins-scripts/Makefile.am,
5106           plugins-scripts/check_breeze.pl,
5107           plugins-scripts/check_disk_smb.pl,
5108           plugins-scripts/check_flexlm.pl, plugins-scripts/check_ircd.pl,
5109           plugins-scripts/check_log.sh, plugins-scripts/check_netdns.pl,
5110           plugins-scripts/check_nfs.pl, plugins-scripts/check_ntp.pl,
5111           plugins-scripts/check_oracle.sh, plugins-scripts/check_rpc.pl,
5112           plugins-scripts/check_sensors.sh, plugins-scripts/check_wave.pl,
5113           plugins-scripts/subst.in, plugins-scripts/utils.pm.in,
5114           plugins-scripts/utils.sh.in, plugins-scripts/t/check_rpc.t,
5115           tools/setup, tools/tango: Initial import of existing plugin code
5117 2002-02-28 06:42  egalstad
5119         * .cvsignore, AUTHORS, CODING, COPYING, ChangeLog, FAQ, Helper.pm,
5120           INSTALL, Makefile.am, NEWS, README, REQUIREMENTS, ROADMAP,
5121           Requirements, acconfig.h, aclocal.m4, command.cfg.in, LEGAL,
5122           configure.in, install-sh, make-tarball, missing, mkinstalldirs,
5123           nagios-plugins.spec, opttest.pl, package.def, rpm, subst.in,
5124           subst.sh, test.pl.in, contrib/check_apache.pl,
5125           contrib/check_apc_ups.pl, contrib/check_bgpstate.pl,
5126           contrib/check_dhcp.c, contrib/check_dlswcircuit.pl,
5127           contrib/check_dns_random.pl, contrib/check_email_loop.pl,
5128           contrib/check_fping_in.c, contrib/check_ftpget.pl,
5129           contrib/check_ifoperstatus.pl, contrib/check_ifstatus.pl,
5130           contrib/check_pop3.pl, contrib/check_qmailq.pl,
5131           contrib/check_timeout.c, contrib/checkciscotemp.pl,
5132           contrib/check_ipxping.c, contrib/check_joy.sh,
5133           contrib/check_maxchannels.pl, contrib/check_maxwanstate.pl,
5134           contrib/check_mem.pl, contrib/check_memory.tgz,
5135           contrib/check_mysql.c, contrib/check_mysql.pl,
5136           contrib/check_netapp.pl, contrib/check_nmap.py,
5137           contrib/check_nwstat.pl, contrib/check_ora_table_space.pl,
5138           contrib/check_rrd_data.pl, contrib/check_sap.sh,
5139           contrib/check_sockets.pl, contrib/check_uptime.c,
5140           contrib/maser-oracle.pl, contrib/mrtgext.pl, contrib/readme.txt,
5141           contrib/restrict.pl, contrib/utils.py, contrib/check_nagios.pl,
5142           contrib/urlize.pl, contrib/aix/check_crit_dsk,
5143           contrib/aix/check_dsk, contrib/aix/check_failed,
5144           contrib/aix/check_io, contrib/aix/check_kerberos,
5145           contrib/aix/check_ping, contrib/aix/check_queue,
5146           contrib/aix/pg_stat, contrib/tarballs/berger-ping.tar.gz,
5147           contrib/tarballs/bowen-langley_plugins.tar.gz,
5148           contrib/tarballs/check_bgp-1.0.tar.gz,
5149           contrib/tarballs/check_breeze.tar.gz,
5150           contrib/tarballs/check_flexlm.tar.gz,
5151           contrib/tarballs/check_hltherm.tar.gz,
5152           contrib/tarballs/check_hprsc.tar.gz,
5153           contrib/tarballs/check_radius.tar.gz,
5154           contrib/tarballs/check_wave.tar.gz,
5155           contrib/tarballs/hopcroft-plugins.tar.gz,
5156           contrib/tarballs/radius.tar.gz, plugins/.cvsignore,
5157           plugins/Makefile.am, plugins/check_by_ssh.c, plugins/check_dig.c,
5158           plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c,
5159           plugins/check_fping.c, plugins/check_ftp.c, plugins/check_game.c,
5160           plugins/check_hpjd.c, plugins/check_http.c,
5161           plugins/check_ide-smart.c, plugins/check_imap.c,
5162           plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c,
5163           plugins/check_mrtgtraf.c, plugins/check_mysql.c,
5164           plugins/check_nntp.c, plugins/check_nt.c, plugins/check_nwstat.c,
5165           plugins/check_overcr.c, plugins/check_pgsql.c,
5166           plugins/check_ping.c, plugins/check_pop.c, plugins/check_procs.c,
5167           plugins/check_radius.c, plugins/check_real.c,
5168           plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_ssh.c,
5169           plugins/check_swap.c, plugins/check_tcp.c, plugins/check_time.c,
5170           plugins/check_udp.c, plugins/check_ups.c, plugins/check_users.c,
5171           plugins/check_vsz.c, plugins/common.h.in, plugins/getopt.c,
5172           plugins/getopt1.c, plugins/netutils.c, plugins/netutils.h.in,
5173           plugins/popen.c, plugins/popen.h.in, plugins/snprintf.c,
5174           plugins/urlize.c, plugins/check_nagios.c, plugins/utils.c,
5175           plugins/utils.h.in, plugins/version.h.in, plugins/t/check_disk.t,
5176           plugins/t/check_dns.t, plugins/t/check_fping.t,
5177           plugins/t/check_ftp.t, plugins/t/check_hpjd.t,
5178           plugins/t/check_http.t, plugins/t/check_imap.t,
5179           plugins/t/check_load.t, plugins/t/check_mysql.t,
5180           plugins/t/check_ping.t, plugins/t/check_pop.t,
5181           plugins/t/check_procs.t, plugins/t/check_smtp.t,
5182           plugins/t/check_snmp.t, plugins/t/check_swap.t,
5183           plugins/t/check_tcp.t, plugins/t/check_time.t,
5184           plugins/t/check_udp.t, plugins/t/check_users.t,
5185           plugins/t/check_vsz.t, plugins/tests/check_disk,
5186           plugins/tests/check_dns, plugins/tests/check_ftp,
5187           plugins/tests/check_hpjd, plugins/tests/check_http,
5188           plugins/tests/check_load, plugins/tests/check_ping,
5189           plugins/tests/check_procs, plugins/tests/check_swap,
5190           plugins/tests/check_users, plugins/tests/check_vsz,
5191           plugins-scripts/.cvsignore, plugins-scripts/Makefile.am,
5192           plugins-scripts/check_breeze.pl,
5193           plugins-scripts/check_disk_smb.pl,
5194           plugins-scripts/check_flexlm.pl, plugins-scripts/check_ircd.pl,
5195           plugins-scripts/check_log.sh, plugins-scripts/check_netdns.pl,
5196           plugins-scripts/check_nfs.pl, plugins-scripts/check_ntp.pl,
5197           plugins-scripts/check_oracle.sh, plugins-scripts/check_rpc.pl,
5198           plugins-scripts/check_sensors.sh, plugins-scripts/check_wave.pl,
5199           plugins-scripts/subst.in, plugins-scripts/utils.pm.in,
5200           plugins-scripts/utils.sh.in, plugins-scripts/t/check_rpc.t,
5201           tools/setup, tools/tango: Initial revision