summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSubhendu Ghosh <sghosh@users.sourceforge.net>2006-04-19 03:47:46 (GMT)
committerSubhendu Ghosh <sghosh@users.sourceforge.net>2006-04-19 03:47:46 (GMT)
commitb298721e26c59fe00c3810b40d2bb9f3a08eb269 (patch)
tree11e93057eef6948b9e43bc09f43f2aafad52b2af
parenta369a30000fc88b6a43c0d51b6cb4d9ec68043aa (diff)
downloadmonitoring-plugins-b298721e26c59fe00c3810b40d2bb9f3a08eb269.tar.gz
ChangeLog update - release pendingrelease-1.4.3
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1380 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r--ChangeLog3309
1 files changed, 2082 insertions, 1227 deletions
diff --git a/ChangeLog b/ChangeLog
index b6b06a2..c6738e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,92 +1,947 @@
12005-09-19 14:46 tonvoon 12006-04-18 23:42 sghosh
2
3 * configure.in, package.def: version update - release pending
4
52006-04-17 17:08 opensides
6
7 * po/fr.po:
8 Final commit of fr.po
9
102006-04-17 09:54 opensides
11
12 * po/fr.po:
13 another big chunk of fr.po
14
15 Still 20 to go ;)
16
172006-04-16 10:24 opensides
18
19 * po/fr.po:
20 big revision of po file for 1.4.3
21
222006-04-15 06:46 opensides
23
24 * po/fr.po:
25 second part of fr.po updating
26
272006-04-14 18:44 opensides
28
29 * po/: de.po, fr.po, nagios-plugins.pot:
30 updated pot file sarted updating fr.po for nagios 1.4.3
31
322006-04-12 06:00 seanius
33
34 * plugins/check_ntp.c: the offset_requests are now parallelized.
35 still stuff needs to be done (conveniently marked with XXX), but
36 on well behaving networks the plugin should behave more or less
37 identical to check_ntp.pl now.
38
392006-04-12 02:33 seanius
40
41 * plugins/check_ntp.c: added a currently unused but "good for
42 reference" version of offset_request which attempts to behave
43 more like ntpdate, but this doesn't yet and the code isn't
44 actually used yet.
45
462006-04-11 19:24 seanius
47
48 * plugins/check_ntp.c: another big code-commit to check_ntp.
49 jitter calculations now work, and the program is becoming much
50 closer on the packet-for-packet level to how check_ntp.pl
51 behaves. i'll send an email in the morning :)
52
532006-04-06 06:08 tonvoon
54
55 * THANKS.in, plugins/utils.c: Stop coredump on Solaris if arg not
56 specified (Jason Kau - 1465288)
57
582006-04-05 04:11 tonvoon
59
60 * CHANGES: Notice added re: check_udp in next release
61
622006-04-05 04:06 tonvoon
63
64 * plugins/check_procs.c: Use pid_t for pids (1463853)
65
662006-04-05 03:58 tonvoon
67
68 * plugins/: check_http.c, t/check_http.t: Allow multiple -k
69 parameters (Gerd Mueller - 1457726)
70
712006-04-05 02:58 seanius
72
73 * plugins/check_apt.c: finally??? cvs works again???? let me dig
74 up my week-old cvs commit message.....
75
76 i'm becoming very happy with check_apt now :) - now has support
77 for an externally (configure.in) path to apt-get, though i
78 still have that in #ifdefs for the time being. - support for
79 defining what packages are "critical updates", via the
80 already-existing security regexp or overridable on the cmdline -
81 allow overriding of apt-get cmdline options - introduce a "no
82 upgrade" in case someone just wants to check that they can
83 download the package lists with -u but not check for upgrades.
84 might need to change the name of this option to prevent
85 confusion. - improved -h documentation
86
872006-03-29 11:33 tonvoon
88
89 * THANKS.in, plugins/check_tcp.c, plugins/utils.c, plugins/utils.h,
90 plugins/tests/test_utils.c: New function to for escaped strings
91 from command line for send/quit. Adapted from Sebastian
92 Wiesinger's patch (1292404)
93
942006-03-29 10:30 tonvoon
95
96 * NPTest.pm: Will die if signal received from a testCmd
97
982006-03-29 09:37 tonvoon
99
100 * plugins/t/check_udp.t: Allow 1 second delay in check_udp timeout
101
1022006-03-29 03:18 tonvoon
103
104 * plugins/t/check_http.t: Fix possible timeout issue on
105 hostname_invalid
106
1072006-03-29 03:13 tonvoon
108
109 * plugins/t/check_dns.t: Fix test if response time is one second
110
1112006-03-29 03:01 seanius
112
113 * plugins/check_apt.c: now support for detecting critical/security
114 updates, which sets the return code to STATE_CRITICAL instead of
115 just STATE_WARNING as it was previously doing.
116
1172006-03-27 03:39 tonvoon
118
119 * plugins/t/check_udp.t: Set timeout within nc, rather than the
120 test script
121
1222006-03-27 03:19 tonvoon
123
124 * plugins/check_disk.c: Fixed bug with malloc of wrong size
125
1262006-03-24 12:26 tonvoon
127
128 * plugins/t/check_dns.t: Fixing defaults to work
129
1302006-03-24 11:49 tonvoon
131
132 * CHANGES: Reintroduced --with-mysql configure option. Note about
133 SSL cleanup
134
1352006-03-24 11:25 tonvoon
136
137 * plugins/check_http.c: -C now implies -S/--ssl as well
138
1392006-03-24 11:13 tonvoon
140
141 * plugins/t/: check_hpjd.t, check_http.t: Tests converted to new
142 style
143
1442006-03-24 11:12 tonvoon
145
146 * plugins/: check_tcp.c, t/check_udp.t: udp checks require and send
147 and receive option. Tests updated so if nc is available, will
148 check send and receive working correctly
149
1502006-03-23 17:58 seanius
151
152 * plugins/check_apt.c: - addition of include/exclude option for
153 package names in check_apt, using POSIX regexp support. -
154 various commenting and tidying of code/logic/output. - still
155 haven't committed the Makefile.am/configure.in stuff.
156
1572006-03-23 12:16 tonvoon
158
159 * NPTest.pm, plugins/check_disk.c, plugins/t/check_disk.t:
160 check_disk now errors if a specified directory does not exist (cf
161 df /foo)
162
1632006-03-23 11:06 tonvoon
164
165 * plugins/t/check_disk.t: Some versions of Test::More do not like
166 the m#foo# syntax
167
1682006-03-23 07:01 tonvoon
169
170 * NPTest.pm, plugins/check_disk.c, plugins/t/check_disk.t:
171 Incorrect output when checking non-existent disk (John Rouillard
172 - 1326050)
173
1742006-03-22 19:01 seanius
175
176 * plugins/check_apt.c: more work on check_apt. more graceful error
177 handling and information reporting, a couple new cmdline options.
178 still not quite ready for prime-time, maybe tomorrow :)
179
1802006-03-22 12:32 tonvoon
181
182 * REQUIREMENTS, configure.in: Reinstated --with-mysql option
183
1842006-03-22 11:45 tonvoon
185
186 * plugins/: check_dns.c, t/check_dns.t: Added warning and critical
187 response times (John Rouillard - 1343159)
188
1892006-03-22 10:45 tonvoon
190
191 * plugins/t/check_pop.t: Convert to new style tests
192
1932006-03-22 10:45 tonvoon
194
195 * THANKS.in, plugins/check_tcp.c: Options to change line ends for
196 -s and -q (John Rouillard - 1346104)
197
1982006-03-22 09:32 tonvoon
199
200 * plugins-scripts/check_log.sh: Remove PATH restriction
201
2022006-03-22 09:17 tonvoon
203
204 * plugins/: check_dns.c, t/check_dns.t: New style tests. Cleanup of
205 presentation of help. Added '' around -a checks
206
2072006-03-22 08:18 tonvoon
208
209 * plugins/check_by_ssh.c: Typo (Thomas Guettler - 1433447)
210
2112006-03-22 07:59 tonvoon
212
213 * plugins-scripts/: check_log.sh, utils.sh.in: Remove hardlink to
214 /bin/sed. Leave to PATH (Abs - 1391483)
215
2162006-03-21 19:00 seanius
217
218 * plugins/check_apt.c: initial version of a check_apt plugin... not
219 editing configure/Makefile.am's until i'm happier with it (better
220 output, better ways to define warning vs. critical thresholds...
221 etc).
222
2232006-03-21 09:20 tonvoon
224
225 * THANKS.in, configure.in: Stop check_dns from compiling if
226 nslookup does not exist (Sakari Lehtonen - 1412721)
227
2282006-03-21 08:42 tonvoon
229
230 * plugins/t/check_load.t: Updated to new Test::More method for
231 testing
232
2332006-03-21 08:32 tonvoon
234
235 * configure.in: Fix for mysql 3.x
236
2372006-03-21 08:31 tonvoon
238
239 * plugins/check_tcp.c: Return CRITICAL if hostname invalid, as per
240 guidelines
241
2422006-03-21 07:56 tonvoon
243
244 * tools/setup: Patch to workaround SFnot having libtool installed
245
2462006-03-21 06:42 tonvoon
247
248 * REQUIREMENTS, CHANGES, THANKS.in, configure.in,
249 plugins/Makefile.am, plugins/tests/Makefile.am: mysql discovery
250 based on mysql_config (Johan Fischer - 1359414)
251
2522006-03-20 17:06 seanius
253
254 * plugins/check_ntp.c: - shuffling some code around to keep things
255 tidy. - now average the result of 4 queries just as ntpdate does
256 - put things in place for jitter calculation
257
2582006-03-20 12:18 seanius
259
260 * plugins/check_ntp.c: ipv6 support for c-version of check_ntp
261
2622006-03-18 14:00 seanius
263
264 * plugins/check_ntp.c: initial version of the pure-c check_ntp
265 implementation. jitter not yet implemented, and a couple other
266 misc things to do, so i haven't yet patched Makefile.am
267
2682006-03-18 09:47 seanius
269
270 * plugins/check_http.c: return-logic related fix for cert checking,
271 thanks to emmet hogan.
272
2732006-03-17 09:08 tonvoon
274
275 * plugins/tests/test_utils.t: Better error message re: tap library
276
2772006-03-17 09:07 tonvoon
278
279 * REQUIREMENTS, configure.in, plugins/Makefile.am,
280 plugins/check_mysql.c, plugins/check_mysql_query.c,
281 plugins/t/check_mysql.t: mysql detection cleanup: fixes runtime
282 linking, autodetection of main locations, detection of lib64 and
283 different layouts
284
2852006-03-17 05:20 tonvoon
286
287 * doc/developer-guidelines.sgml: Added requirement for developer
288 system to have gnu libtool
289
2902006-03-16 12:31 tonvoon
291
292 * configure.in, plugins/tests/Makefile.am, tools/setup: Using
293 libtool to get runpath for tap library
294
2952006-03-15 14:54 tonvoon
296
297 * THANKS.in, plugins/check_mysql.c, plugins/t/check_mysql.t: Alert
298 on amount of time a slave is behind (Steven Kreuzer)
299
3002006-03-13 12:59 seanius
301
302 * plugins/check_swap.c: fix for (tracker id 1420741) "check_swap:
303 incorrect totals for multiple partitions (BSD)" thanks to scott
304 thompson
305
3062006-03-13 06:08 tonvoon
307
308 * plugins/check_ping.c: Change warning message if there is stderr
309 output. This catches a problem where time was shifting backwards
310 on a linux VMware guest during the ping
311
3122006-03-07 05:33 tonvoon
313
314 * plugins/t/check_http.t: Added tests for two external websites
315 with certificates
316
3172006-03-07 05:23 tonvoon
318
319 * plugins/t/check_http.t: Tests re-written in new object format
320
3212006-02-24 12:03 tonvoon
322
323 * doc/developer-guidelines.sgml: Updated doc as tap library is now
324 automatically discovered
325
3262006-02-24 11:41 tonvoon
327
328 * configure.in, plugins/tests/Makefile.am: Use the installed tap
329 library instead of requesting a compiled object
330
3312006-02-17 04:08 tonvoon
332
333 * THANKS.in, plugins/popen.c: SIGALRM could be received before
334 child_process is created (Jason Crawford)
335
3362006-02-17 01:24 seanius
337
338 * plugins/check_procs.c: set LC_NUMERIC to POSIX in check_procs.c
339
3402006-02-01 08:23 tonvoon
341
342 * plugins/t/check_mysql_query.t: If a mysql server has anonymous
343 login, tests will always fail
344
3452006-02-01 06:53 tonvoon
346
347 * plugins/tests/Makefile.am: Need to distribute perl test file
348
3492006-01-31 11:48 tonvoon
350
351 * CHANGES: check_mysql_query included
352
3532006-01-31 11:47 tonvoon
354
355 * REQUIREMENTS: Note on MacOSX difference in mysql package
356
3572006-01-31 11:45 tonvoon
358
359 * configure.in, plugins/Makefile.am: Clean compile of
360 check_mysql_query on MacOSX
361
3622006-01-31 10:40 tonvoon
363
364 * NPTest.pm: Sort ordering of tests
365
3662006-01-31 09:52 tonvoon
367
368 * configure.in, plugins/.cvsignore, plugins/Makefile.am,
369 plugins/check_mysql_query.c, plugins/utils.h,
370 plugins/t/check_mysql_query.t: Adding check_mysql_query, using
371 new ranges and threshold checking
372
3732006-01-31 09:37 tonvoon
374
375 * plugins/t/check_mysql.t: Extra explanation in tests
376
3772006-01-31 09:36 tonvoon
378
379 * plugins/tests/test_utils.c: Fixed invalid free
380
3812006-01-31 05:06 tonvoon
382
383 * doc/developer-guidelines.sgml: Updated instructions on using
384 libtap as configure option changed
385
3862006-01-31 05:05 tonvoon
387
388 * configure.in: Changed configure option to --with-libtap-srcdir
389 because requires tap.h as well as tap.o
390
3912006-01-30 17:24 tonvoon
392
393 * doc/developer-guidelines.sgml, plugins/utils.c, plugins/utils.h,
394 plugins/tests/test_utils.c: Clearly defined thresholds & ranges
395 in docs. Added get_status routine. Added set_thresholds routine.
396 Tests enhanced to check new routines
397
3982006-01-30 11:10 tonvoon
399
400 * configure.in, doc/developer-guidelines.sgml, plugins/Makefile.am,
401 plugins/utils.c, plugins/utils.h, plugins/tests/.cvsignore,
402 plugins/tests/Makefile.am, plugins/tests/README,
403 plugins/tests/check_disk, plugins/tests/check_dns,
404 plugins/tests/check_ftp, plugins/tests/check_hpjd,
405 plugins/tests/check_http, plugins/tests/check_load,
406 plugins/tests/check_ping, plugins/tests/check_procs,
407 plugins/tests/check_swap, plugins/tests/check_users,
408 plugins/tests/check_vsz, plugins/tests/test_utils.c,
409 plugins/tests/test_utils.t: Added libtap tests for utils.c
410 library functions. Removed redundant test files
411
4122006-01-21 16:46 tonvoon
413
414 * tools/sfsnapshot: Have to use own id for cvs checkout. Change
415 compile server because old one not working consistently
416
4172005-12-19 04:25 tonvoon
418
419 * NPTest.pm: Break out of testing if a new parameter is required
420
4212005-12-16 13:41 harpermann
422
423 * contrib/check_log2.pl: Added ability to output critical on error.
424 Fixed open so it properly fails if the log file open throws an
425 error, turned on -w in the perl call, fixed warnings
426
4272005-12-15 12:06 tonvoon
428
429 * NPTest.pm, plugins/check_mysql.c, plugins/t/check_mysql.t:
430 Display errors with slave queries correctly. Added extra tests
431 for slaves
432
4332005-12-15 10:19 tonvoon
434
435 * NPTest.pm, doc/developer-guidelines.sgml, plugins/t/check_disk.t:
436 New 3 parameter version of getTestParameters. Updated
437 check_disk.t to reflect. Added notes re: testing in developer
438 guidelines.
439
4402005-12-15 10:17 tonvoon
441
442 * plugins-scripts/: check_file_age.pl, t/check_file_age.t: Allow
443 directories and links to be tested by check_file_age. Sanitise
444 output. Added tests
445
4462005-12-07 14:32 harpermann
447
448 * plugins/urlize.c: Nagiosplug bug 1266977. Added code to insert
449 the closing </A> after the plugin output but before the
450 performance output.
451
4522005-12-07 10:10 tonvoon
453
454 * THANKS.in, plugins/common.h: No floorf on Solaris 9 (Jon
455 Vandegrift - 1374705)
456
4572005-12-02 17:28 tonvoon
458
459 * THANKS.in, doc/developer-guidelines.sgml, plugins/check_nagios.c,
460 plugins/t/check_nagios.nagios1.status.log,
461 plugins/t/check_nagios.nagios2.status.dat,
462 plugins/t/check_nagios.t: Support for Nagios 1 and Nagios 2
463 status files (Gerhard Lausser - 1296242)
464
4652005-12-02 17:25 tonvoon
466
467 * plugins/t/.cvsignore: Ignore temporary files created for tests
468
4692005-11-30 20:05 tonvoon
470
471 * configure.in, config_test/Makefile, config_test/run_tests: Run
472 longer test on redhat for spopen/pthread problem. Allow
473 enable/disable of pthread fix via configure option
474
4752005-11-29 19:49 harpermann
476
477 * plugins-scripts/check_ntp.pl: Nagiosplug bug # 1251096 check_ntp
478 wasn't properly handing a bad exit status from the external
479 programs it calls (ntpdate and ntpq), so jitter wasn't set.
480 Added check of $? on close and proper error output if status from
481 the sub program call completion is non-zero. This includes "host
482 not found".
483
4842005-11-29 18:21 harpermann
485
486 * contrib/check_email_loop.pl: UNKNOWN exit status was returning
487 status of "-1", changed to "3"
488
4892005-11-29 18:19 harpermann
490
491 * contrib/check_email_loop.pl: Bug: 1355304 Added patch for ePN and
492 perl warnings. Fixed some text and a warning about type
493 comparison.
494
4952005-11-18 07:56 tonvoon
496
497 * tools/sfsnapshot: Create a permanent link to HEAD snapshot
498
4992005-11-18 06:56 tonvoon
500
501 * doc/developer-guidelines.sgml: Updated with more detailed
502 description of UNKNOWN states
503
5042005-11-16 12:26 tonvoon
505
506 * plugins/check_disk.c: Fixed some compile errors with new
507 translations. Also reintroduced formatting after discussion with
508 Benoit
509
5102005-11-15 11:26 tonvoon
511
512 * plugins/t/check_disk.t: Updated tests to minimise false
513 positives. Breaking down so more obvious what the tests are doing
514
5152005-11-14 09:43 tonvoon
516
517 * doc/developer-guidelines.sgml: Added section re: translations
518
5192005-11-13 20:18 opensides
520
521 * plugins/check_http.c:
522 localization cleaning ... last commit before sleeping
523
5242005-11-13 19:51 opensides
525
526 * plugins/: check_dig.c, check_disk.c, check_dns.c, check_dummy.c,
527 check_fping.c, check_game.c:
528 start of the cleaning of the localization
529
5302005-11-12 18:48 tonvoon
531
532 * THANKS.in, plugins/t/check_disk.t: Updated check_disk tests to
533 use Test::More (Serhan Kiymaz)
534
5352005-11-09 12:27 tonvoon
536
537 * plugins/t/check_mysql.t: Using Test::More
538
5392005-11-09 11:40 tonvoon
540
541 * NPTest.pm, plugins/t/check_imap.t, plugins/t/check_swap.t: Added
542 new NPTest->testCmd which returns objects back for testing at the
543 test script level. Updated check_swap and check_imap to this new
544 format
545
5462005-11-09 11:37 tonvoon
547
548 * plugins/check_swap.c: Problem where absolute thresholds not
549 working on /proc/meminfo systems. Suffixed all variables with the
550 unit of measurement
551
5522005-11-09 11:34 tonvoon
553
554 * configure.in: Typo with predetermined values
555
5562005-11-09 09:10 tonvoon
557
558 * doc/developer-guidelines.sgml: Added copyright/license info
559 required in submissions
560
5612005-11-09 04:31 tonvoon
562
563 * doc/: NEW_STARTERS, developer-guidelines.sgml: Updated dev
564 guidelines to link to NagiosExchange. Removed project admin notes
565 from guidelines into separate file
566
5672005-11-07 07:46 seanius
568
569 * configure.in: incorporated patch from Elan Ruusamäe (ahmake) to
570 override program autodetection (see Feature Requests-1341528). i
571 would not call this quite complete just yet (i'll explain more in
572 the tracker), but should be functional and useful enough to
573 commit now, in any case.
574
5752005-11-04 04:38 tonvoon
576
577 * THANKS.in, plugins/check_tcp.c, plugins/t/check_imap.t: Fixed
578 --mismatch option for check_tcp. Added tests into check_imap
579 (Rick Fey - 1339134)
580
5812005-11-03 10:21 tonvoon
582
583 * Makefile.am, tools/tinderbox_build: Adding new tinderbox build
584 script
585
5862005-11-03 10:13 tonvoon
587
588 * plugins/t/: check_disk.t, check_procs.t: Invalid mount point
589 doesn't make sense because most df implementations would work out
590 the actual mount point. And fixed typo in check_procs.t
591
5922005-11-03 10:04 tonvoon
593
594 * NPTest.pm, plugins/t/check_http.t, plugins/t/check_time.t: Fixing
595 some test failures
596
5972005-11-02 03:59 seanius
598
599 * plugins/check_disk.c: #995761: patch from ben o'hara to include
600 inode calculations in check_disk.c.
601
602 previous commit also had a patch for smtp auth support, but i
603 accidentally sent a blank commit message.
604
6052005-11-02 03:47 seanius
606
607 * plugins/check_smtp.c: check_smtp.c
608
6092005-10-31 15:03 seanius
610
611 * configure.in, plugins/check_game.c, plugins/check_http.c,
612 plugins/check_nagios.c, plugins/check_snmp.c,
613 plugins/check_swap.c, plugins/check_tcp.c, plugins/common.h,
614 plugins/netutils.c, plugins/netutils.h, plugins/sslutils.c: code
615 cleanups, largely resulting from turning on -Wall. mostly unused
616 variables and explicit casting issues, but there were a couple
617 gotchas in there too.
618
6192005-10-30 17:45 seanius
620
621 * plugins/Makefile.am: turned on -Wall in plugins/Makefile.am via
622 AM_CFLAGS. shouldn't keep our heads in the sand for potential
623 errors, after all :)
624
6252005-10-30 13:05 seanius
626
627 * plugins/check_tcp.c: another fix from alex: check for '/' in the
628 server_address before trying to resolve it via is_host().
629
6302005-10-30 05:25 seanius
631
632 * plugins/check_tcp.c: fixes for some bugs found in my merging of
633 the tcp socket patch
634
6352005-10-29 11:38 seanius
636
637 * plugins-scripts/check_log.sh: check_log fixes from Ade Rixon
638
6392005-10-29 08:46 seanius
640
641 * plugins/Makefile.am: patch from nsturm: Makefile.am should have
642 been checking for check_ldap instead of check_ldaps. the result
643 was that check_ldaps was not being created during the build
644 process.
645
6462005-10-25 06:38 seanius
647
648 * COPYING, configure.in, plugins/Makefile.am, plugins/check_tcp.c,
649 plugins/netutils.c, plugins/netutils.h, plugins/utils.h,
650 po/de.po, po/fr.po: - added code to allow check_tcp (via
651 np_net_connect) work with local unix sockets. some testing
652 would be welcome. based on idea from Alex Samorukov. - also
653 introduced a check_clamd behavior in check_tcp.
654
6552005-10-24 07:10 seanius
656
657 * plugins/: Makefile.am, check_by_ssh.c, check_dig.c, check_dns.c,
658 check_game.c, check_nagios.c, netutils.c, runcmd.c, runcmd.h,
659 utils.c, utils.h: initial merging of ae's np_runcmd code into
660 selected plugins.
661
6622005-10-23 08:01 seanius
663
664 * configure.in: whoops, missed this one, same as last commit
665
6662005-10-23 07:59 seanius
667
668 * plugins/: Makefile.am, netutils.c, sslutils.c: -
669 compartmentalized ssl code into seperate sslutils.c - ssl-related
670 cleanups in configure.in, and now openssl/gnutls options
671 automatically disable each other.
672
6732005-10-19 16:22 seanius
674
675 * plugins/: check_http.c, check_smtp.c, check_tcp.c, netutils.c,
676 netutils.h: all plugins now using centralized ssl functions in
677 netutils.c
678
6792005-10-19 09:05 seanius
680
681 * plugins/check_http.c: endif was a few lines off of where it
682 should be
683
6842005-10-19 08:59 seanius
685
686 * configure.in, plugins/Makefile.am, plugins/check_http.c,
687 plugins/check_smtp.c, plugins/check_tcp.c, plugins/common.h,
688 plugins/netutils.c, plugins/netutils.h, plugins-root/Makefile.am:
689 - initial attempt at consolidating ssl-related code into
690 netutils.{c,h} - added some #ifdefs to common.h and netutils.h to
691 prevent multiple inclusions (as netlibs now includes common.h)
692 - all ssl plugins (tcp/http/smtp) compile cleanly against gnutls,
693 though certificate checking still needs to be done. - modified
694 configure script so you can also explicitly say "without-gnutls"
695 too (otherwise if you disable openssl you have no way of
696 disabling gnutls too)
697
6982005-10-18 18:35 seanius
699
700 * configure.in, plugins/check_tcp.c: initial "experimental" support
701 for gnutls. by default openssl is still used if available, and
702 gnutls is only used if openssl is not available or explicitly
703 disabled (--without-openssl). currently the only plugin i've
704 verified to work is check_tcp, but i had to disable cert
705 checking.
706
7072005-10-18 05:26 tonvoon
708
709 * README: Added license information to README with exemption for
710 use of OpenSSL
711
7122005-10-13 07:51 tonvoon
713
714 * configure.in: Run spopen tests for Redhat ES SMP (Hans Engelen)
715
7162005-10-13 06:22 seanius
717
718 * po/de.po: debian bts #313960: - grammatical german fixes. i'm
719 taking the reporter's word for it :)
720
7212005-10-13 06:20 seanius
722
723 * plugins-scripts/check_ntp.pl: debian bts #268044: - use a "less
724 beastly" regex for parsing ntpq output. probably need some
725 more widespread testing on this one.
726
7272005-10-13 06:18 seanius
728
729 * plugins/check_disk.c: debian bts #296278: - it seems that when
730 check_disk uses the "df" routines and is told to check a
731 non-mountpoint, it would check the filesystem on which the
732 directory was mounted (i.e. /var/log -> /var if no /var/log
733 mount). the system-call routines now do this too. might need
734 a bit more widespread testing, but looks good for me and i did
735 it without modifying any of the system-call-specific
736 codeblocks.
737
7382005-10-13 06:16 seanius
739
740 * plugins/check_game.c: debian bts #307905: - someone changed the
741 cmdline syntax of check game without also updating the
742 usage/help function ;p
743
7442005-10-13 06:14 seanius
745
746 * plugins-scripts/check_disk_smb.pl: debian bts #300701: -
747 check_smb fix for freespace threshold parsing from the cmdline
748 options.
749
7502005-10-13 06:11 seanius
751
752 * plugins/check_smtp.c: multiple fixes in check_smtp from debian
753 (bts #285554): - fix for double free via SSL_CTX_free. looks
754 like the previous author knew this was a problem but didn't
755 care enough to fix it ;p. - use defines instead of const chars
756 for SMTP strings. - default to send our fqdn (via gethostbyname
757 lookup on gethostname) in the HELO string, as this is an
758 RFC/SMTP requirement. overridable via cmdline. - use EHLO
759 instead of HELO if using STARTTLS, as it is not SMTP but ESMTP.
760 - verify the server supports STARTTLS before initializing it. -
761 always send QUIT before disconnecting when possible.
762
7632005-10-13 05:58 seanius
764
765 * plugins/check_mrtg.c: was this plugin even working? i don't
766 think the if/else logic was doing what was intended.
767
7682005-10-13 05:55 seanius
769
770 * plugins/check_mysql.c: check mysql now reads [client] defaults
771 from my.cnf (debian bug #278817)
772
7732005-10-06 08:16 seanius
774
775 * plugins/check_ups.c: fix for misreporting temperature in perfdata
776 output for check_ups (debian bts id: #316534)
777
7782005-10-06 08:12 seanius
779
780 * configure.in, plugins-root/Makefile.am: whoops. now using
781 automake conditionals to prevent attempted compiles of pst3 on
782 non solaris systems.
783
7842005-09-25 12:34 seanius
785
786 * plugins-root/Makefile.am: added rules to Makefile.am for pst3
787
7882005-09-24 16:01 seanius
789
790 * configure.in: a final change to hardcode the path for where
791 plugins are installed. it's a very, very ugly hack... if anyone
792 can think of a better way to do it, i'm all ears.
793
7942005-09-22 08:10 seanius
795
796 * configure.in: use test instead of '[ ... ]' in configure.in. the
797 check_procs/pst3 situation is still not quite fixed.
798
7992005-09-22 05:43 seanius
800
801 * THANKS.in, configure.in, plugins-root/pst3.c: first version of
802 bob ingraham's pst3 to allow checking for longer cmdline names
803 than otherwise possible, by querying solaris kmem directly (ps
804 forcibly truncates). added requisite configure.in voodoo and
805 updated THANKS.in.
806
8072005-09-22 04:10 tonvoon
808
809 * po/POTFILES.in: Mark moving of check_dhcp and check_icmp for
810 translation
811
8122005-09-21 09:07 tonvoon
813
814 * AUTHORS, THANKS.in: Updated with contributors and new team member
815
8162005-09-21 09:04 tonvoon
817
818 * plugins/check_nwstat.c: Reopen connections for each query
819 (1296296 - David Sullivan)
820
8212005-09-21 06:09 tonvoon
822
823 * plugins/: check_dhcp.c, check_icmp.c: Moved into plugins-root/
824
8252005-09-21 06:06 tonvoon
826
827 * ACKNOWLEDGEMENTS, CHANGES, Makefile.am, README, configure.in,
828 plugins/Makefile.am, plugins-root/.cvsignore,
829 plugins-root/Makefile.am, plugins-root/check_dhcp.c,
830 plugins-root/check_icmp.c: Separation of root setuid plugins into
831 plugins-root/
832
8332005-09-20 12:11 tonvoon
834
835 * configure.in: Incorrect assignment of procppid in configure.in
836 (1296497 - Pascal Larisch)
837
8382005-09-20 07:34 tonvoon
839
840 * configure.in, plugins/t/check_procs.t: Support for Tru64 for
841 check_procs + additional test cases
842
8432005-09-19 10:18 tonvoon
844
845 * doc/RELEASING: Note to update version number before creating
846 ChangeLog
847
8482005-09-19 09:51 tonvoon
849
850 * configure.in, package.def: For 1.4.2 release
851
8522005-09-19 09:48 tonvoon
853
854 * ChangeLog: Updated for 1.4.2 release
855
8562005-09-19 09:46 tonvoon
2 857
3 * doc/RELEASING: Reminders for news item and tag format 858 * doc/RELEASING: Reminders for news item and tag format
4 859
52005-09-19 14:42 tonvoon 8602005-09-19 09:42 tonvoon
6 861
7 * BUGS: Updated BUGS for 1.4.2 release 862 * BUGS: Updated BUGS for 1.4.2 release
8 863
92005-09-19 11:58 tonvoon 8642005-09-19 06:58 tonvoon
10 865
11 * THANKS.in: More contributors 866 * THANKS.in: More contributors
12 867
132005-09-15 09:39 tonvoon 8682005-09-15 04:39 tonvoon
14 869
15 * plugins/t/check_ping.t: Added test to make sure hostname has to 870 * plugins/t/check_ping.t: Added test to make sure hostname has to
16 be specified 871 be specified
17 872
182005-09-15 09:27 tonvoon 8732005-09-15 04:27 tonvoon
19 874
20 * plugins/: check_procs.c, check_swap.c: - Cleanup minor compile 875 * plugins/: check_procs.c, check_swap.c: - Cleanup minor compile
21 errors on Irix 876 errors on Irix
22 877
232005-09-14 15:40 tonvoon 8782005-09-14 10:40 tonvoon
24 879
25 * plugins/check_ping.c: Using common message 880 * plugins/check_ping.c: Using common message
26 881
272005-09-14 15:36 tonvoon 8822005-09-14 10:36 tonvoon
28 883
29 * plugins/check_ping.c: Required hostname not flagging as an error 884 * plugins/check_ping.c: Required hostname not flagging as an error
30 885
312005-09-14 13:40 tonvoon 8862005-09-14 08:40 tonvoon
32 887
33 * plugins/Makefile.am: Some makes do not like blank lines after 888 * plugins/Makefile.am: Some makes do not like blank lines after
34 "\". Fixed check_ldaps to only generate if check_ldap was created 889 "\". Fixed check_ldaps to only generate if check_ldap was created
35 (Chester Hosey) 890 (Chester Hosey)
36 891
372005-09-14 10:53 tonvoon 8922005-09-14 05:53 tonvoon
38 893
39 * plugins/check_load.c: Fix to parsing of uptime (Ronald Tin - 894 * plugins/check_load.c: Fix to parsing of uptime (Ronald Tin -
40 1254656) 895 1254656)
41 896
422005-09-14 10:49 tonvoon 8972005-09-14 05:49 tonvoon
43 898
44 * configure.in: - Removing typos 899 * configure.in: - Removing typos
45 900
462005-09-13 16:48 tonvoon 9012005-09-13 11:48 tonvoon
47 902
48 * plugins/check_ping.c: More diagnostic messages from check_ping 903 * plugins/check_ping.c: More diagnostic messages from check_ping
49 904
502005-09-12 12:20 seanius 9052005-09-12 07:20 seanius
51 906
52 * plugins/check_ping.c: re-add a call to setlocale(LC_ALL, "") in 907 * plugins/check_ping.c: re-add a call to setlocale(LC_ALL, "") in
53 check_ping.c 908 check_ping.c
54 909
552005-09-12 11:37 tonvoon 9102005-09-12 06:37 tonvoon
56 911
57 * THANKS.in: For help in fixing Red Hat problem with ECHILD and 912 * THANKS.in: For help in fixing Red Hat problem with ECHILD and
58 waitpid 913 waitpid
59 914
602005-09-12 11:31 tonvoon 9152005-09-12 06:31 tonvoon
61 916
62 * plugins/popen.c, Makefile.am, configure.in, config_test/Makefile, 917 * plugins/popen.c, Makefile.am, configure.in, config_test/Makefile,
63 config_test/child_test.c, config_test/run_tests: ECHILD error at 918 config_test/child_test.c, config_test/run_tests: ECHILD error at
64 waitpid on Red Hat systems (Peter Pramberger and Sascha Runschke 919 waitpid on Red Hat systems (Peter Pramberger and Sascha Runschke
65 - 1250191) 920 - 1250191)
66 921
672005-08-30 23:11 tonvoon 9222005-08-30 18:11 tonvoon
68 923
69 * plugins-scripts/subst.in: Better comments for what the 924 * plugins-scripts/subst.in: Better comments for what the
70 substitutions are doing 925 substitutions are doing
71 926
722005-08-01 22:30 tonvoon 9272005-08-01 17:30 tonvoon
73 928
74 * doc/BRANCHING: Move notes on branching away from RELEASING 929 * doc/BRANCHING: Move notes on branching away from RELEASING
75 930
762005-08-01 22:28 tonvoon 9312005-08-01 17:28 tonvoon
77 932
78 * package.def: For 1.4.1 release 933 * package.def: For 1.4.1 release
79 934
802005-08-01 22:23 tonvoon 9352005-08-01 17:23 tonvoon
81 936
82 * ChangeLog, configure.in, BUGS, REQUIREMENTS: For 1.4.1 release 937 * ChangeLog, configure.in, BUGS, REQUIREMENTS: For 1.4.1 release
83 938
842005-07-25 15:17 illumino 9392005-07-25 10:17 illumino
85 940
86 * NPTest.pm: Change the environment variable NPTESTCACHE to 941 * NPTest.pm: Change the environment variable NPTESTCACHE to
87 NPTEST_CACHE for consistancy 942 NPTEST_CACHE for consistancy
88 943
892005-07-25 02:47 illumino 9442005-07-24 21:47 illumino
90 945
91 * Helper.pm, Makefile.am, NPTest.pm, configure.in, test.pl.in, 946 * Helper.pm, Makefile.am, NPTest.pm, configure.in, test.pl.in,
92 plugins/t/check_disk.t, plugins/t/check_dns.t, 947 plugins/t/check_disk.t, plugins/t/check_dns.t,
@@ -104,64 +959,64 @@
104 infrastructure and all test cases (to use the new infrastructure) 959 infrastructure and all test cases (to use the new infrastructure)
105 See NPTest.pm and issue 1185704 for more details. 960 See NPTest.pm and issue 1185704 for more details.
106 961
1072005-07-20 23:39 tonvoon 9622005-07-20 18:39 tonvoon
108 963
109 * THANKS.in: More contributors 964 * THANKS.in: More contributors
110 965
1112005-07-20 23:38 tonvoon 9662005-07-20 18:38 tonvoon
112 967
113 * plugins/check_ping.c: Fix parsing for netkit-ping and 968 * plugins/check_ping.c: Fix parsing for netkit-ping and
114 iputils-ping (Christian G Warden) 969 iputils-ping (Christian G Warden)
115 970
1162005-07-11 23:15 tonvoon 9712005-07-11 18:15 tonvoon
117 972
118 * plugins/check_nwstat.c: Miscelleneous bug fixes (Gerd Mueller - 973 * plugins/check_nwstat.c: Miscelleneous bug fixes (Gerd Mueller -
119 1235879) 974 1235879)
120 975
1212005-07-09 05:44 tonvoon 9762005-07-09 00:44 tonvoon
122 977
123 * BRANCHES: Changed format (already!) for awk simplicity 978 * BRANCHES: Changed format (already!) for awk simplicity
124 979
1252005-07-09 05:03 tonvoon 9802005-07-09 00:03 tonvoon
126 981
127 * BRANCHES: Master file to describe the current branches in CVS. 982 * BRANCHES: Master file to describe the current branches in CVS.
128 Will be used by sfsnapshot to create the snapshot tarballs 983 Will be used by sfsnapshot to create the snapshot tarballs
129 984
1302005-07-06 23:21 tonvoon 9852005-07-06 18:21 tonvoon
131 986
132 * configure.in: Removed ",", causing problems with MacOSX compile 987 * configure.in: Removed ",", causing problems with MacOSX compile
133 988
1342005-07-06 23:10 tonvoon 9892005-07-06 18:10 tonvoon
135 990
136 * plugins/check_swap.c: Updated help file to remove swap -s 991 * plugins/check_swap.c: Updated help file to remove swap -s
137 reference (Sivakumar Nellurandi) 992 reference (Sivakumar Nellurandi)
138 993
1392005-07-06 22:00 tonvoon 9942005-07-06 17:00 tonvoon
140 995
141 * AUTHORS, THANKS.in: Sean Finney moved to main list of plugin 996 * AUTHORS, THANKS.in: Sean Finney moved to main list of plugin
142 developers 997 developers
143 998
1442005-07-04 10:52 opensides 9992005-07-04 05:52 opensides
145 1000
146 * contrib/tarballs/check_traffic-0.90b.tar.gz: 1001 * contrib/tarballs/check_traffic-0.90b.tar.gz:
147 replace the version of check_traffic who was missing the plugin 1002 replace the version of check_traffic who was missing the plugin
148 by a good one 1003 by a good one
149 1004
1502005-06-29 05:11 seanius 10052005-06-29 00:11 seanius
151 1006
152 * plugins/: runcmd.c, runcmd.h: initial versions of the runcmd 1007 * plugins/: runcmd.c, runcmd.h: initial versions of the runcmd
153 framework by andreas 1008 framework by andreas
154 1009
1552005-06-29 02:04 seanius 10102005-06-28 21:04 seanius
156 1011
157 * plugins/check_swap.c: divide by 0 fix for check_swap 1012 * plugins/check_swap.c: divide by 0 fix for check_swap
158 1013
1592005-06-28 03:26 seanius 10142005-06-27 22:26 seanius
160 1015
161 * plugins/check_load.c: set LC_NUMERIC to POSIX in check_load 1016 * plugins/check_load.c: set LC_NUMERIC to POSIX in check_load
162 (1164325) 1017 (1164325)
163 1018
1642005-06-28 01:26 seanius 10192005-06-27 20:26 seanius
165 1020
166 * configure.in, plugins/Makefile.am, plugins/check_swap.c: scanf 1021 * configure.in, plugins/Makefile.am, plugins/check_swap.c: scanf
167 parsing fix for check_swap from tracker id 1123292. now use 1022 parsing fix for check_swap from tracker id 1123292. now use
@@ -169,78 +1024,78 @@
169 many systems, so support for testing for this was added to the 1024 many systems, so support for testing for this was added to the
170 configure.in and automake template 1025 configure.in and automake template
171 1026
1722005-06-27 14:07 seanius 10272005-06-27 09:07 seanius
173 1028
174 * plugins/check_hpjd.c: fixes from richard brodie (tracker id 1029 * plugins/check_hpjd.c: fixes from richard brodie (tracker id
175 1216576) 1030 1216576)
176 1031
1772005-06-26 17:27 seanius 10322005-06-26 12:27 seanius
178 1033
179 * contrib/: check_dl_size.pl, check_ftpget.pl, check_logins.c, 1034 * contrib/: check_dl_size.pl, check_ftpget.pl, check_logins.c,
180 check_mysql.c, check_mysql.pl, check_mysqlslave.pl, 1035 check_mysql.c, check_mysql.pl, check_mysqlslave.pl,
181 check_nwstat.pl, check_pop3.pl, check_procl.sh, check_procr.sh: 1036 check_nwstat.pl, check_pop3.pl, check_procl.sh, check_procr.sh:
182 spring cleaning of contrib directory from andreas 1037 spring cleaning of contrib directory from andreas
183 1038
1842005-06-26 17:18 seanius 10392005-06-26 12:18 seanius
185 1040
186 * contrib/tarballs/: berger-ping.tar.gz, check_memory.tgz, 1041 * contrib/tarballs/: berger-ping.tar.gz, check_memory.tgz,
187 check_spread.tar, radius.tar.gz: removal of obsolete tarballs 1042 check_spread.tar, radius.tar.gz: removal of obsolete tarballs
188 1043
1892005-06-26 02:23 seanius 10442005-06-25 21:23 seanius
190 1045
191 * plugins/check_swap.c: "asprintf madness" fix from andreas' patch 1046 * plugins/check_swap.c: "asprintf madness" fix from andreas' patch
192 to np-d, minus the comments. 1047 to np-d, minus the comments.
193 1048
1942005-06-05 18:43 seanius 10492005-06-05 13:43 seanius
195 1050
196 * plugins/check_tcp.c: check_tcp code cleanup from andreas plus fix 1051 * plugins/check_tcp.c: check_tcp code cleanup from andreas plus fix
197 to andreas' patch from sean 1052 to andreas' patch from sean
198 1053
1992005-06-03 14:53 seanius 10542005-06-03 09:53 seanius
200 1055
201 * plugins/check_procs.c: gcc 2.x fixes from edward 1056 * plugins/check_procs.c: gcc 2.x fixes from edward
202 1057
2032005-06-01 20:41 sghosh 10582005-06-01 15:41 sghosh
204 1059
205 * plugins/check_snmp.c: only load mibs if needed or specified - 1060 * plugins/check_snmp.c: only load mibs if needed or specified -
206 patch 1212395 1061 patch 1212395
207 1062
2082005-05-28 02:21 seanius 10632005-05-27 21:21 seanius
209 1064
210 * plugins/check_load.c: bugfixes to check_load thanks to andreas 1065 * plugins/check_load.c: bugfixes to check_load thanks to andreas
211 1066
2122005-05-26 03:13 seanius 10672005-05-25 22:13 seanius
213 1068
214 * plugins/check_mysql.c: fix for check_msyql so that it doesn't use 1069 * plugins/check_mysql.c: fix for check_msyql so that it doesn't use
215 column numbers but the names instead for determining slave 1070 column numbers but the names instead for determining slave
216 status. thanks to james kingston. 1071 status. thanks to james kingston.
217 1072
2182005-05-25 18:42 sghosh 10732005-05-25 13:42 sghosh
219 1074
220 * plugins/check_time.c: 64bit sys support - 1185713 1075 * plugins/check_time.c: 64bit sys support - 1185713
221 1076
2222005-05-25 16:40 sghosh 10772005-05-25 11:40 sghosh
223 1078
224 * plugins/check_snmp.c: support for getnext - 1106430 1079 * plugins/check_snmp.c: support for getnext - 1106430
225 1080
2262005-05-25 15:25 sghosh 10812005-05-25 10:25 sghosh
227 1082
228 * plugins/check_ping.c: RH9 pattern 1083 * plugins/check_ping.c: RH9 pattern
229 1084
2302005-05-25 15:05 sghosh 10852005-05-25 10:05 sghosh
231 1086
232 * plugins-scripts/check_ntp.pl: perfdata patch - 1172539 1087 * plugins-scripts/check_ntp.pl: perfdata patch - 1172539
233 1088
2342005-05-25 04:37 sghosh 10892005-05-24 23:37 sghosh
235 1090
236 * plugins-scripts/check_ntp.pl: new option for zero offset - 1091 * plugins-scripts/check_ntp.pl: new option for zero offset -
237 1159317 1092 1159317
238 1093
2392005-05-25 04:23 sghosh 10942005-05-24 23:23 sghosh
240 1095
241 * plugins/check_snmp.c: v2c support - 1155754 1096 * plugins/check_snmp.c: v2c support - 1155754
242 1097
2432005-05-25 01:43 seanius 10982005-05-24 20:43 seanius
244 1099
245 * configure.in, plugins/check_nagios.c, plugins/check_procs.c: 1100 * configure.in, plugins/check_nagios.c, plugins/check_procs.c:
246 fixes for check_procs: - added support for printing the pid in 1101 fixes for check_procs: - added support for printing the pid in
@@ -248,35 +1103,35 @@
248 the pid vs getpid(). - initialize procetime to null string 1103 the pid vs getpid(). - initialize procetime to null string
249 otherwise -vvv can have funny results 1104 otherwise -vvv can have funny results
250 1105
2512005-05-25 01:30 seanius 11062005-05-24 20:30 seanius
252 1107
253 * plugins/: check_tcp.c, netutils.c, netutils.h: bah, my_connect is 1108 * plugins/: check_tcp.c, netutils.c, netutils.h: bah, my_connect is
254 taken by mysql. now calling it np_net_connect. 1109 taken by mysql. now calling it np_net_connect.
255 1110
2562005-05-24 23:33 sghosh 11112005-05-24 18:33 sghosh
257 1112
258 * plugins-scripts/check_ntp.pl: patched bug id 1200030 - regex 1113 * plugins-scripts/check_ntp.pl: patched bug id 1200030 - regex
259 update 1114 update
260 1115
2612005-05-24 23:10 sghosh 11162005-05-24 18:10 sghosh
262 1117
263 * plugins-scripts/check_ntp.pl: patched bug id 1204636 1118 * plugins-scripts/check_ntp.pl: patched bug id 1204636
264 1119
2652005-05-24 21:25 seanius 11202005-05-24 16:25 seanius
266 1121
267 * plugins/: check_tcp.c, netutils.c, netutils.h: optimizations and 1122 * plugins/: check_tcp.c, netutils.c, netutils.h: optimizations and
268 cleanup from andreas 1123 cleanup from andreas
269 1124
2702005-05-23 06:09 seanius 11252005-05-23 01:09 seanius
271 1126
272 * nagios-plugins.spec.in: build fix 1127 * nagios-plugins.spec.in: build fix
273 1128
2742005-05-03 03:00 seanius 11292005-05-02 22:00 seanius
275 1130
276 * plugins/check_ping.c: setlocale(LC_ALL, "") should be 1131 * plugins/check_ping.c: setlocale(LC_ALL, "") should be
277 setlocale(LC_NUMERIC, "C") to properly parse the output of ping. 1132 setlocale(LC_NUMERIC, "C") to properly parse the output of ping.
278 1133
2792005-05-03 02:52 seanius 11342005-05-02 21:52 seanius
280 1135
281 * plugins/check_tcp.c: if check_tcp was called with -e but not -s, 1136 * plugins/check_tcp.c: if check_tcp was called with -e but not -s,
282 it would hang in a call to my_recv. the fix committed here adds 1137 it would hang in a call to my_recv. the fix committed here adds
@@ -285,59 +1140,59 @@
285 not use these "voodoo" heuristics and instead use poll() or 1140 not use these "voodoo" heuristics and instead use poll() or
286 select(), but that's quite a bit more complicated. 1141 select(), but that's quite a bit more complicated.
287 1142
2882005-05-01 21:12 seanius 11432005-05-01 16:12 seanius
289 1144
290 * plugins/: popen.c, popen.h: better error checking in spopen 1145 * plugins/: popen.c, popen.h: better error checking in spopen
291 signal handler (see 1107524) 1146 signal handler (see 1107524)
292 1147
2932005-05-01 20:50 seanius 11482005-05-01 15:50 seanius
294 1149
295 * configure.in: provide a --with-perl option 1150 * configure.in: provide a --with-perl option
296 1151
2972005-04-29 01:27 stanleyhopcroft 11522005-04-28 20:27 stanleyhopcroft
298 1153
299 * contrib/check_sybase: check_sybase 0.7 from Simon Bellman. Thx 1154 * contrib/check_sybase: check_sybase 0.7 from Simon Bellman. Thx
300 1155
3012005-04-19 01:16 seanius 11562005-04-18 20:16 seanius
302 1157
303 * plugins-scripts/check_ntp.pl: regexp fix for check_ntp 1158 * plugins-scripts/check_ntp.pl: regexp fix for check_ntp
304 1159
3052005-04-19 01:09 seanius 11602005-04-18 20:09 seanius
306 1161
307 * configure.in: check for the -w flag for ping6 as well as ping 1162 * configure.in: check for the -w flag for ping6 as well as ping
308 1163
3092005-04-17 23:22 seanius 11642005-04-17 18:22 seanius
310 1165
311 * plugins-scripts/check_disk_smb.pl: also change the --help output 1166 * plugins-scripts/check_disk_smb.pl: also change the --help output
312 to reflect that check_disk_smb defaults to empty passwords 1167 to reflect that check_disk_smb defaults to empty passwords
313 1168
3142005-04-16 07:09 seanius 11692005-04-16 02:09 seanius
315 1170
316 * plugins-scripts/check_disk_smb.pl: patch to check_disk_smb to 1171 * plugins-scripts/check_disk_smb.pl: patch to check_disk_smb to
317 allow empty passwords 1172 allow empty passwords
318 1173
3192005-04-14 05:13 seanius 11742005-04-14 00:13 seanius
320 1175
321 * plugins-scripts/check_mailq.pl: check_mailq fix, don't be case 1176 * plugins-scripts/check_mailq.pl: check_mailq fix, don't be case
322 sensitive matching /^\s+Total\sRequests:\s(\d+)$/ 1177 sensitive matching /^\s+Total\sRequests:\s(\d+)$/
323 1178
3242005-04-14 05:07 seanius 11792005-04-14 00:07 seanius
325 1180
326 * plugins-scripts/check_ntp.pl: typographical fix in check_ntp 1181 * plugins-scripts/check_ntp.pl: typographical fix in check_ntp
327 1182
3282005-04-11 19:02 seanius 11832005-04-11 14:02 seanius
329 1184
330 * plugins/check_ssh.c: properly call close() on the ssh connection 1185 * plugins/check_ssh.c: properly call close() on the ssh connection
331 before exiting. 1186 before exiting.
332 1187
3332005-04-11 04:07 seanius 11882005-04-10 23:07 seanius
334 1189
335 * configure.in, plugins/check_tcp.c: this should add support for 1190 * configure.in, plugins/check_tcp.c: this should add support for
336 check_ssmtp, based on the 1.3.x patch in 1155562, but fixed to 1191 check_ssmtp, based on the 1.3.x patch in 1155562, but fixed to
337 follow how things are done in 1.4 (using strdup instead of 1192 follow how things are done in 1.4 (using strdup instead of
338 asprintf) and patching configure.in instead of configure. 1193 asprintf) and patching configure.in instead of configure.
339 1194
3402005-04-07 05:33 seanius 11952005-04-07 00:33 seanius
341 1196
342 * plugins/check_smtp.c: in honor of joining up, my first bugfix. 1197 * plugins/check_smtp.c: in honor of joining up, my first bugfix.
343 this should resolve 1174070. 1198 this should resolve 1174070.
@@ -350,7 +1205,7 @@
350 1205
351 sean 1206 sean
352 1207
3532005-04-05 22:26 harpermann 12082005-04-05 17:26 harpermann
354 1209
355 * plugins/check_snmp.c: This is a first cut at adding performance 1210 * plugins/check_snmp.c: This is a first cut at adding performance
356 data to check_snmp. I wasn't sure how to handle UOM so only 1211 data to check_snmp. I wasn't sure how to handle UOM so only
@@ -359,216 +1214,216 @@
359 and min values in the performance data until we come up with a 1214 and min values in the performance data until we come up with a
360 way to handle them. 1215 way to handle them.
361 1216
3622005-04-04 19:25 tonvoon 12172005-04-04 14:25 tonvoon
363 1218
364 * THANKS.in: More contributors 1219 * THANKS.in: More contributors
365 1220
3662005-04-04 19:23 tonvoon 12212005-04-04 14:23 tonvoon
367 1222
368 * plugins/: check_smtp.c: Fix static buffer (Nikolay Sturm) 1223 * plugins/: check_smtp.c: Fix static buffer (Nikolay Sturm)
369 1224
3702005-03-18 03:14 mattkent 12252005-03-17 22:14 mattkent
371 1226
372 * plugins/check_mysql.c: Replication check support for 4.1.x from 1227 * plugins/check_mysql.c: Replication check support for 4.1.x from
373 Gerrit Beine 1228 Gerrit Beine
374 1229
3752005-03-08 06:19 tonvoon 12302005-03-08 01:19 tonvoon
376 1231
377 * plugins-scripts/check_ntp.pl: Added OS info for offset issue 1232 * plugins-scripts/check_ntp.pl: Added OS info for offset issue
378 1233
3792005-03-04 22:20 tonvoon 12342005-03-04 17:20 tonvoon
380 1235
381 * plugins-scripts/check_ntp.pl: Ignore extra check on offset 1236 * plugins-scripts/check_ntp.pl: Ignore extra check on offset
382 0.00000 (John Warburton - 1150777) 1237 0.00000 (John Warburton - 1150777)
383 1238
3842005-03-04 22:10 tonvoon 12392005-03-04 17:10 tonvoon
385 1240
386 * plugins/: check_disk.c, check_smtp.c, check_ups.c: Fixed // 1241 * plugins/: check_disk.c, check_smtp.c, check_ups.c: Fixed //
387 comments 1242 comments
388 1243
3892005-03-04 21:58 tonvoon 12442005-03-04 16:58 tonvoon
390 1245
391 * plugins/: check_disk.c, check_smtp.c, check_ups.c: Fixed // 1246 * plugins/: check_disk.c, check_smtp.c, check_ups.c: Fixed //
392 comments (Steve Greenland - 1143836) 1247 comments (Steve Greenland - 1143836)
393 1248
3942005-03-04 21:50 tonvoon 12492005-03-04 16:50 tonvoon
395 1250
396 * plugins-scripts/check_ntp.pl: Support for IPv6 (Merijn Evertse - 1251 * plugins-scripts/check_ntp.pl: Support for IPv6 (Merijn Evertse -
397 1119917) 1252 1119917)
398 1253
3992005-03-04 21:04 tonvoon 12542005-03-04 16:04 tonvoon
400 1255
401 * configure.in, package.def: Changed to next version number 1256 * configure.in, package.def: Changed to next version number
402 1257
4032005-03-04 21:03 tonvoon 12582005-03-04 16:03 tonvoon
404 1259
405 * doc/RELEASING: Notes on branching 1260 * doc/RELEASING: Notes on branching
406 1261
4072005-03-04 20:43 tonvoon 12622005-03-04 15:43 tonvoon
408 1263
409 * CHANGES: Missed check_disk addition to 1.4 1264 * CHANGES: Missed check_disk addition to 1.4
410 1265
4112005-02-11 11:49 stanleyhopcroft 12662005-02-11 06:49 stanleyhopcroft
412 1267
413 * plugins/Makefile.am: Fix for check_icmp build on Solaris from 1268 * plugins/Makefile.am: Fix for check_icmp build on Solaris from
414 Andreas Ericsson <ae@op5.se> 1269 Andreas Ericsson <ae@op5.se>
415 1270
4162005-02-04 00:44 tonvoon 12712005-02-03 19:44 tonvoon
417 1272
418 * configure.in: For 1.4 release 1273 * configure.in: For 1.4 release
419 1274
4202005-02-04 00:43 tonvoon 12752005-02-03 19:43 tonvoon
421 1276
422 * ChangeLog: Updated for 1.4 release 1277 * ChangeLog: Updated for 1.4 release
423 1278
4242005-02-04 00:29 tonvoon 12792005-02-03 19:29 tonvoon
425 1280
426 * BUGS: New file to note known bugs for major releases 1281 * BUGS: New file to note known bugs for major releases
427 1282
4282005-02-04 00:28 tonvoon 12832005-02-03 19:28 tonvoon
429 1284
430 * CHANGES: Reordering of items with most important announcements 1285 * CHANGES: Reordering of items with most important announcements
431 first 1286 first
432 1287
4332005-02-04 00:27 stanleyhopcroft 12882005-02-03 19:27 stanleyhopcroft
434 1289
435 * contrib/check_oracle_tbs: New version (1.1) from John Koyle 1290 * contrib/check_oracle_tbs: New version (1.1) from John Koyle
436 1291
4372005-02-04 00:26 tonvoon 12922005-02-03 19:26 tonvoon
438 1293
439 * Makefile.am: BUGS file addition to release 1294 * Makefile.am: BUGS file addition to release
440 1295
4412005-02-04 00:26 tonvoon 12962005-02-03 19:26 tonvoon
442 1297
443 * README: Cleanup and addition of reference to BUGS file 1298 * README: Cleanup and addition of reference to BUGS file
444 1299
4452005-02-04 00:25 tonvoon 13002005-02-03 19:25 tonvoon
446 1301
447 * doc/RELEASING: Updated with corrections. Added note to update 1302 * doc/RELEASING: Updated with corrections. Added note to update
448 BUGS file 1303 BUGS file
449 1304
4502005-02-03 23:52 tonvoon 13052005-02-03 18:52 tonvoon
451 1306
452 * THANKS.in: Patch against check_log 1307 * THANKS.in: Patch against check_log
453 1308
4542005-02-03 23:51 tonvoon 13092005-02-03 18:51 tonvoon
455 1310
456 * plugins-scripts/check_log.sh: Check for log file readability 1311 * plugins-scripts/check_log.sh: Check for log file readability
457 1312
4582005-02-02 09:47 stanleyhopcroft 13132005-02-02 04:47 stanleyhopcroft
459 1314
460 * contrib/check_email_loop.pl: Add debug option from John Rouillard 1315 * contrib/check_email_loop.pl: Add debug option from John Rouillard
461 1316
4622005-02-02 06:42 stanleyhopcroft 13172005-02-02 01:42 stanleyhopcroft
463 1318
464 * plugins/check_ide_smart.c: try again to stop looping 1319 * plugins/check_ide_smart.c: try again to stop looping
465 1320
4662005-02-02 05:44 stanleyhopcroft 13212005-02-02 00:44 stanleyhopcroft
467 1322
468 * plugins/check_ide_smart.c: restructure main() to stop looping on 1323 * plugins/check_ide_smart.c: restructure main() to stop looping on
469 -n 1324 -n
470 1325
4712005-02-01 12:43 stanleyhopcroft 13262005-02-01 07:43 stanleyhopcroft
472 1327
473 * contrib/check_traceroute-pure_perl.pl: Thank you to Myke Place 1328 * contrib/check_traceroute-pure_perl.pl: Thank you to Myke Place
474 for check_traceroute-pure_perl.pl 1329 for check_traceroute-pure_perl.pl
475 1330
4762005-02-01 12:42 stanleyhopcroft 13312005-02-01 07:42 stanleyhopcroft
477 1332
478 * THANKS.in: Thank you for contributed plugins 1333 * THANKS.in: Thank you for contributed plugins
479 1334
4802005-02-01 12:30 stanleyhopcroft 13352005-02-01 07:30 stanleyhopcroft
481 1336
482 * plugins/Makefile.am: check_icmp added to libexec_PROGRAMS 1337 * plugins/Makefile.am: check_icmp added to libexec_PROGRAMS
483 1338
4842005-02-01 12:25 stanleyhopcroft 13392005-02-01 07:25 stanleyhopcroft
485 1340
486 * CHANGES: check_icmp no longer regarded as volatile; built by 1341 * CHANGES: check_icmp no longer regarded as volatile; built by
487 default 1342 default
488 1343
4892005-02-01 12:23 stanleyhopcroft 13442005-02-01 07:23 stanleyhopcroft
490 1345
491 * plugins/linux.h: plugins/linux.h, vestigeal header required for 1346 * plugins/linux.h: plugins/linux.h, vestigeal header required for
492 prior versions of check_icmp, no longer required. 1347 prior versions of check_icmp, no longer required.
493 1348
4942005-02-01 07:35 stanleyhopcroft 13492005-02-01 02:35 stanleyhopcroft
495 1350
496 * CHANGES: Amendments for check_icmp 1351 * CHANGES: Amendments for check_icmp
497 1352
4982005-02-01 07:34 stanleyhopcroft 13532005-02-01 02:34 stanleyhopcroft
499 1354
500 * plugins/Makefile.am: hacks to partly support check_icmp.c (1.0). 1355 * plugins/Makefile.am: hacks to partly support check_icmp.c (1.0).
501 1356
5022005-02-01 07:33 stanleyhopcroft 13572005-02-01 02:33 stanleyhopcroft
503 1358
504 * plugins/check_icmp.c: Revised check_icmp (1.0) from A Ericsson. 1359 * plugins/check_icmp.c: Revised check_icmp (1.0) from A Ericsson.
505 1360
5062005-02-01 04:19 stanleyhopcroft 13612005-01-31 23:19 stanleyhopcroft
507 1362
508 * contrib/: check_asterisk.pl, 1363 * contrib/: check_asterisk.pl,
509 check_http-with-client-certificate.c, check_email_loop.pl, 1364 check_http-with-client-certificate.c, check_email_loop.pl,
510 tarballs/check_traffic-0.91b.tar.gz: New or revised plugin in 1365 tarballs/check_traffic-0.91b.tar.gz: New or revised plugin in
511 /contrib 1366 /contrib
512 1367
5132005-01-28 22:42 stanleyhopcroft 13682005-01-28 17:42 stanleyhopcroft
514 1369
515 * contrib/check_sybase: New version of Simon Bellwoods check_sybase 1370 * contrib/check_sybase: New version of Simon Bellwoods check_sybase
516 (0.4). Thank you. 1371 (0.4). Thank you.
517 1372
5182005-01-27 10:34 stanleyhopcroft 13732005-01-27 05:34 stanleyhopcroft
519 1374
520 * contrib/check_traceroute.pl: Jon Meek's check_traceroute for Mon 1375 * contrib/check_traceroute.pl: Jon Meek's check_traceroute for Mon
521 hacked by YT for Nagios. Prob pretty weak 1376 hacked by YT for Nagios. Prob pretty weak
522 1377
5232005-01-27 10:32 stanleyhopcroft 13782005-01-27 05:32 stanleyhopcroft
524 1379
525 * contrib/check_smart.pl: Candidate successor to 1380 * contrib/check_smart.pl: Candidate successor to
526 /plugins/check_ide_smart.c. Now in /contrib. NB there is another 1381 /plugins/check_ide_smart.c. Now in /contrib. NB there is another
527 new plugin with sim function 1382 new plugin with sim function
528 1383
5292005-01-27 04:52 stanleyhopcroft 13842005-01-26 23:52 stanleyhopcroft
530 1385
531 * contrib/: check_fan_cpq_present, check_fan_fsc_present, 1386 * contrib/: check_fan_cpq_present, check_fan_fsc_present,
532 check_temp_cpq, check_temp_fsc, check_mysqlslave.pl: New /contrib 1387 check_temp_cpq, check_temp_fsc, check_mysqlslave.pl: New /contrib
533 plugin 1388 plugin
534 1389
5352005-01-27 04:43 stanleyhopcroft 13902005-01-26 23:43 stanleyhopcroft
536 1391
537 * contrib/: check_pfstate, check_logins.c, check_arping.pl, 1392 * contrib/: check_pfstate, check_logins.c, check_arping.pl,
538 check_frontpage, check_oracle_tbs, check_pcpmetric.py, 1393 check_frontpage, check_oracle_tbs, check_pcpmetric.py,
539 check_cpqarray.c: New /contrib plugin 1394 check_cpqarray.c: New /contrib plugin
540 1395
5412005-01-27 02:27 stanleyhopcroft 13962005-01-26 21:27 stanleyhopcroft
542 1397
543 * CHANGES, THANKS.in, contrib/README.TXT, po/de.po, po/fr.po: 1398 * CHANGES, THANKS.in, contrib/README.TXT, po/de.po, po/fr.po:
544 1399
545 1 New /contrib plugins 2 Revised check_dhcp.c status in CHANGES 1400 1 New /contrib plugins 2 Revised check_dhcp.c status in CHANGES
546 1401
5472005-01-27 01:38 harpermann 14022005-01-26 20:38 harpermann
548 1403
549 * plugins/Makefile.am: Added check_dhcp bask into libexec_PROGRAMS 1404 * plugins/Makefile.am: Added check_dhcp bask into libexec_PROGRAMS
550 after talking with Stanley. 1405 after talking with Stanley.
551 1406
5522005-01-26 21:39 tonvoon 14072005-01-26 16:39 tonvoon
553 1408
554 * THANKS.in: More contributors 1409 * THANKS.in: More contributors
555 1410
5562005-01-26 21:21 tonvoon 14112005-01-26 16:21 tonvoon
557 1412
558 * plugins/check_dig.c: Convert tabs to spaces from dig's answer 1413 * plugins/check_dig.c: Convert tabs to spaces from dig's answer
559 section (Randy O'Meara - 1107651) 1414 section (Randy O'Meara - 1107651)
560 1415
5612005-01-26 20:53 tonvoon 14162005-01-26 15:53 tonvoon
562 1417
563 * REQUIREMENTS: Add recommendation for check_procs on Mandrake 1418 * REQUIREMENTS: Add recommendation for check_procs on Mandrake
564 systems (Paulo Fessel - 1106849) 1419 systems (Paulo Fessel - 1106849)
565 1420
5662005-01-25 22:15 stanleyhopcroft 14212005-01-25 17:15 stanleyhopcroft
567 1422
568 * plugins/check_ide_smart.c: Display usage if no argv (Reuben 1423 * plugins/check_ide_smart.c: Display usage if no argv (Reuben
569 Farrelly) 1424 Farrelly)
570 1425
5712005-01-25 18:11 harpermann 14262005-01-25 13:11 harpermann
572 1427
573 * plugins/check_dhcp.c: Tracker:1109261 This was an alignment 1428 * plugins/check_dhcp.c: Tracker:1109261 This was an alignment
574 problem on Solaris. Linux kernel fixes alignment so this was not 1429 problem on Solaris. Linux kernel fixes alignment so this was not
@@ -576,194 +1431,194 @@
576 RHEL V3 U3, RHEL V4, FreeBSD 4.10 (Thanks Stanley!) and Solaris 9 1431 RHEL V3 U3, RHEL V4, FreeBSD 4.10 (Thanks Stanley!) and Solaris 9
577 with the GNU env. 1432 with the GNU env.
578 1433
5792005-01-25 12:43 stanleyhopcroft 14342005-01-25 07:43 stanleyhopcroft
580 1435
581 * plugins/check_ide_smart.c: Trivial text changes (print_help, 1436 * plugins/check_ide_smart.c: Trivial text changes (print_help,
582 commentary & -n option) 1437 commentary & -n option)
583 1438
5842005-01-25 09:20 stanleyhopcroft 14392005-01-25 04:20 stanleyhopcroft
585 1440
586 * contrib/tarballs/check_icmp-0.8.tar.gz: moved to /plugins (core 1441 * contrib/tarballs/check_icmp-0.8.tar.gz: moved to /plugins (core
587 plugin) 1442 plugin)
588 1443
5892005-01-25 09:19 stanleyhopcroft 14442005-01-25 04:19 stanleyhopcroft
590 1445
591 * contrib/tarballs/check_cit.tgz: replaced by contrib/check_ica* 1446 * contrib/tarballs/check_cit.tgz: replaced by contrib/check_ica*
592 (esp check_ica_metaframe_pub_apps) 1447 (esp check_ica_metaframe_pub_apps)
593 1448
5942005-01-25 09:16 stanleyhopcroft 14492005-01-25 04:16 stanleyhopcroft
595 1450
596 * contrib/check_dhcp.c: moved to /plugins (core plugin) 1451 * contrib/check_dhcp.c: moved to /plugins (core plugin)
597 1452
5982005-01-25 09:15 stanleyhopcroft 14532005-01-25 04:15 stanleyhopcroft
599 1454
600 * contrib/check_citrix: Replaced by the check_ica* pair of plugins 1455 * contrib/check_citrix: Replaced by the check_ica* pair of plugins
601 (mainly check_ica_metaframe_pub_apps) 1456 (mainly check_ica_metaframe_pub_apps)
602 1457
6032005-01-25 09:12 stanleyhopcroft 14582005-01-25 04:12 stanleyhopcroft
604 1459
605 * contrib/packet_utils.pm: packet creation and dumping hacks used 1460 * contrib/packet_utils.pm: packet creation and dumping hacks used
606 by check_ica* and check_lotus 1461 by check_ica* and check_lotus
607 1462
6082005-01-25 09:09 stanleyhopcroft 14632005-01-25 04:09 stanleyhopcroft
609 1464
610 * contrib/check_ica_master_browser.pl: New plugin - checks that ICA 1465 * contrib/check_ica_master_browser.pl: New plugin - checks that ICA
611 master browser is what it should be (important for firewalled 1466 master browser is what it should be (important for firewalled
612 dialup) 1467 dialup)
613 1468
6142005-01-25 09:07 stanleyhopcroft 14692005-01-25 04:07 stanleyhopcroft
615 1470
616 * contrib/check_ica_metaframe_pub_apps.pl: Replacement (structured 1471 * contrib/check_ica_metaframe_pub_apps.pl: Replacement (structured
617 name mainly) for check_citrix: check of ICA browse service 1472 name mainly) for check_citrix: check of ICA browse service
618 1473
6192005-01-25 09:05 stanleyhopcroft 14742005-01-25 04:05 stanleyhopcroft
620 1475
621 * contrib/check_ica_program_neigbourhood.pl: New plugin to check 1476 * contrib/check_ica_program_neigbourhood.pl: New plugin to check
622 Citrix Metaframe XP "Program Neighbourhood" 1477 Citrix Metaframe XP "Program Neighbourhood"
623 1478
6242005-01-25 09:04 stanleyhopcroft 14792005-01-25 04:04 stanleyhopcroft
625 1480
626 * contrib/check_lotus.pl: New plugin to check responsiveness of 1481 * contrib/check_lotus.pl: New plugin to check responsiveness of
627 Louts Notes (v5 at least) servers 1482 Louts Notes (v5 at least) servers
628 1483
6292005-01-24 23:17 stanleyhopcroft 14842005-01-24 18:17 stanleyhopcroft
630 1485
631 * plugins/Makefile.am: Removed check_dhcp and check_icmp from 1486 * plugins/Makefile.am: Removed check_dhcp and check_icmp from
632 libexec_PROGRAMS (ie dont build by defaut) 1487 libexec_PROGRAMS (ie dont build by defaut)
633 1488
6342005-01-24 23:15 stanleyhopcroft 14892005-01-24 18:15 stanleyhopcroft
635 1490
636 * CHANGES: Notes about check_dhcp and check_icmp (no longer built 1491 * CHANGES: Notes about check_dhcp and check_icmp (no longer built
637 by default, use at own peril, volatile) 1492 by default, use at own peril, volatile)
638 1493
6392005-01-21 09:24 stanleyhopcroft 14942005-01-21 04:24 stanleyhopcroft
640 1495
641 * configure.in: Set arch specifc preprocessor symbols in config.h. 1496 * configure.in: Set arch specifc preprocessor symbols in config.h.
642 TEMPORARY hack for check_dhcp.c [on FreeBSD 4: /check_dhcp -i 1497 TEMPORARY hack for check_dhcp.c [on FreeBSD 4: /check_dhcp -i
643 fxp0 -> DHCP ok: Received 1 DHCPOFFER(s), max lease time = 259200 1498 fxp0 -> DHCP ok: Received 1 DHCPOFFER(s), max lease time = 259200
644 sec. 1499 sec.
645 1500
6462005-01-21 01:03 harpermann 15012005-01-20 20:03 harpermann
647 1502
648 * plugins/check_snmp.c: Tracker 1106378 fixed - The -t (timeout) 1503 * plugins/check_snmp.c: Tracker 1106378 fixed - The -t (timeout)
649 arg was not handled correctly when passed to the snmpget command. 1504 arg was not handled correctly when passed to the snmpget command.
650 Added -e --retries for the correct retries value to snmpcmd. 1505 Added -e --retries for the correct retries value to snmpcmd.
651 1506
6522005-01-21 00:01 tonvoon 15072005-01-20 19:01 tonvoon
653 1508
654 * doc/developer-guidelines.sgml: Changing copyright to the Nagios 1509 * doc/developer-guidelines.sgml: Changing copyright to the Nagios
655 Plugins Development Team, rather than individual names. Also, 1510 Plugins Development Team, rather than individual names. Also,
656 clarified use of ACKNOWLEDGEMENTS, THANKS.in and AUTHORS 1511 clarified use of ACKNOWLEDGEMENTS, THANKS.in and AUTHORS
657 1512
6582005-01-20 23:40 harpermann 15132005-01-20 18:40 harpermann
659 1514
660 * plugins/check_http.c: Changed long argument --minmax to 1515 * plugins/check_http.c: Changed long argument --minmax to
661 --pagesize and updated help and usage 1516 --pagesize and updated help and usage
662 1517
6632005-01-20 23:39 tonvoon 15182005-01-20 18:39 tonvoon
664 1519
665 * AUTHORS, Makefile.am, THANKS.in: The AUTHORS file now used for 1520 * AUTHORS, Makefile.am, THANKS.in: The AUTHORS file now used for
666 the plugin team, with THANKS.in as the contributors list. 1521 the plugin team, with THANKS.in as the contributors list.
667 1522
6682005-01-20 23:37 harpermann 15232005-01-20 18:37 harpermann
669 1524
670 * CHANGES: Added comment about check_http --pagesize and added max 1525 * CHANGES: Added comment about check_http --pagesize and added max
671 value to page size check 1526 value to page size check
672 1527
6732005-01-20 23:25 tonvoon 15282005-01-20 18:25 tonvoon
674 1529
675 * AUTHORS: Added Sean for bug reports 1530 * AUTHORS: Added Sean for bug reports
676 1531
6772005-01-20 22:50 harpermann 15322005-01-20 17:50 harpermann
678 1533
679 * plugins/check_http.c: Tracker 1099682 fix. Now getting the page 1534 * plugins/check_http.c: Tracker 1099682 fix. Now getting the page
680 size from Content-Length in the header. Added max value to the 1535 size from Content-Length in the header. Added max value to the
681 -m switch so can do "-m min:max". Retained "-m min" convention. 1536 -m switch so can do "-m min:max". Retained "-m min" convention.
682 Renamed long arg name to --minmax 1537 Renamed long arg name to --minmax
683 1538
6842005-01-19 23:39 harpermann 15392005-01-19 18:39 harpermann
685 1540
686 * plugins/check_nt.c: In the CHECK_COUNTER block, there were 1541 * plugins/check_nt.c: In the CHECK_COUNTER block, there were
687 several strcats writing to unallocated memory. Changed to 1542 several strcats writing to unallocated memory. Changed to
688 asprintf. We're not freeing since plugin run is short. 1543 asprintf. We're not freeing since plugin run is short.
689 1544
6902005-01-19 21:14 tonvoon 15452005-01-19 16:14 tonvoon
691 1546
692 * plugins/check_swap.c: Fixed parsing of AIX lsps command (1093522) 1547 * plugins/check_swap.c: Fixed parsing of AIX lsps command (1093522)
693 1548
6942005-01-14 14:39 tonvoon 15492005-01-14 09:39 tonvoon
695 1550
696 * AUTHORS: More contributors 1551 * AUTHORS: More contributors
697 1552
6982005-01-14 14:13 tonvoon 15532005-01-14 09:13 tonvoon
699 1554
700 * plugins/check_disk.c: Fix logic error with -e switch where result 1555 * plugins/check_disk.c: Fix logic error with -e switch where result
701 not set (Daniel Austin - 1102012) 1556 not set (Daniel Austin - 1102012)
702 1557
7032005-01-14 10:59 tonvoon 15582005-01-14 05:59 tonvoon
704 1559
705 * configure.in: Fixed ssl configure problems on Solaris (Bug 1560 * configure.in: Fixed ssl configure problems on Solaris (Bug
706 1096091) 1561 1096091)
707 1562
7082005-01-13 18:24 tonvoon 15632005-01-13 13:24 tonvoon
709 1564
710 * configure.in, plugins/check_swap.c: Use floats for holding memory 1565 * configure.in, plugins/check_swap.c: Use floats for holding memory
711 values to avoid different types on different OSes. Seems to have 1566 values to avoid different types on different OSes. Seems to have
712 a problem with the perf data for check_swap on Sol 2.6, but not 1567 a problem with the perf data for check_swap on Sol 2.6, but not
713 critical 1568 critical
714 1569
7152005-01-05 21:32 tonvoon 15702005-01-05 16:32 tonvoon
716 1571
717 * configure.in, package.def: Update version number to next release 1572 * configure.in, package.def: Update version number to next release
718 1573
7192005-01-04 00:16 opensides 15742005-01-03 19:16 opensides
720 1575
721 * plugins/check_ide_smart.c: 1576 * plugins/check_ide_smart.c:
722 still trying to fix #1094326 1577 still trying to fix #1094326
723 1578
7242005-01-03 01:37 opensides 15792005-01-02 20:37 opensides
725 1580
726 * plugins/check_ide_smart.c: 1581 * plugins/check_ide_smart.c:
727 more fixes for #1094326 1582 more fixes for #1094326
728 1583
7292005-01-03 00:59 opensides 15842005-01-02 19:59 opensides
730 1585
731 * plugins-scripts/check_mailq.pl: 1586 * plugins-scripts/check_mailq.pl:
732 fixes for #1094324 1587 fixes for #1094324
733 1588
7342005-01-02 14:00 opensides 15892005-01-02 09:00 opensides
735 1590
736 * plugins/check_ide_smart.c: 1591 * plugins/check_ide_smart.c:
737 fixing bug #1094326 1592 fixing bug #1094326
738 1593
739 still need to check the makefile for check_ide_smart.c 1594 still need to check the makefile for check_ide_smart.c
740 1595
7412005-01-01 16:15 tonvoon 15962005-01-01 11:15 tonvoon
742 1597
743 * plugins/check_smtp.c: Removed old terminate function (Bug 1598 * plugins/check_smtp.c: Removed old terminate function (Bug
744 1093491) 1599 1093491)
745 1600
7462004-12-30 17:17 tonvoon 16012004-12-30 12:17 tonvoon
747 1602
748 * ChangeLog: Updated with r1_4-beta1 details 1603 * ChangeLog: Updated with r1_4-beta1 details
749 1604
7502004-12-30 14:23 tonvoon 16052004-12-30 09:23 tonvoon
751 1606
752 * CHANGES: Note some syntax changes to check_disk 1607 * CHANGES: Note some syntax changes to check_disk
753 1608
7542004-12-30 14:22 tonvoon 16092004-12-30 09:22 tonvoon
755 1610
756 * doc/RELEASING: Update package files for version 1611 * doc/RELEASING: Update package files for version
757 1612
7582004-12-30 14:21 tonvoon 16132004-12-30 09:21 tonvoon
759 1614
760 * AUTHORS: For help with ps on FreeBSD 4 1615 * AUTHORS: For help with ps on FreeBSD 4
761 1616
7622004-12-30 14:19 tonvoon 16172004-12-30 09:19 tonvoon
763 1618
764 * configure.in: Get ps command for FreeBSD 4 (Tomasz Pilat) 1619 * configure.in: Get ps command for FreeBSD 4 (Tomasz Pilat)
765 1620
7662004-12-30 00:41 opensides 16212004-12-29 19:41 opensides
767 1622
768 * plugins/check_dhcp.c, plugins/check_dns.c, plugins/check_ping.c, 1623 * plugins/check_dhcp.c, plugins/check_dns.c, plugins/check_ping.c,
769 plugins/check_procs.c, plugins/check_smtp.c, 1624 plugins/check_procs.c, plugins/check_smtp.c,
@@ -772,32 +1627,32 @@
772 more internationalization fixes internationalization freeze for 1627 more internationalization fixes internationalization freeze for
773 beta1 1628 beta1
774 1629
7752004-12-28 23:40 opensides 16302004-12-28 18:40 opensides
776 1631
777 * AUTHORS, po/fr.po: 1632 * AUTHORS, po/fr.po:
778 more internationalization 1633 more internationalization
779 1634
7802004-12-28 23:18 opensides 16352004-12-28 18:18 opensides
781 1636
782 * plugins/Makefile.am, plugins/check_smtp.c, po/fr.po: 1637 * plugins/Makefile.am, plugins/check_smtp.c, po/fr.po:
783 starttls support for check_smtp #1041576 1638 starttls support for check_smtp #1041576
784 1639
7852004-12-28 22:34 opensides 16402004-12-28 17:34 opensides
786 1641
787 * AUTHORS, plugins/check_ping.c: 1642 * AUTHORS, plugins/check_ping.c:
788 String match in check_ping for Solaris 10 #1091043 1643 String match in check_ping for Solaris 10 #1091043
789 1644
7902004-12-28 20:40 tonvoon 16452004-12-28 15:40 tonvoon
791 1646
792 * configure.in: sys/param.h needed for sys/swap.h on openbsd 3.6 1647 * configure.in: sys/param.h needed for sys/swap.h on openbsd 3.6
793 (Julien Touche) 1648 (Julien Touche)
794 1649
7952004-12-27 22:44 opensides 16502004-12-27 17:44 opensides
796 1651
797 * po/fr.po: 1652 * po/fr.po:
798 more internationalization 1653 more internationalization
799 1654
8002004-12-25 23:17 opensides 16552004-12-25 18:17 opensides
801 1656
802 * plugins/check_dig.c, plugins/check_disk.c, plugins/check_dns.c, 1657 * plugins/check_dig.c, plugins/check_disk.c, plugins/check_dns.c,
803 plugins/check_dummy.c, plugins/check_fping.c, 1658 plugins/check_dummy.c, plugins/check_fping.c,
@@ -817,39 +1672,39 @@
817 plugins/utils.c, po/de.po, po/fr.po, po/nagios-plugins.pot: 1672 plugins/utils.c, po/de.po, po/fr.po, po/nagios-plugins.pot:
818 various fixes for localization 1673 various fixes for localization
819 1674
8202004-12-25 16:18 opensides 16752004-12-25 11:18 opensides
821 1676
822 * po/: de.po, fr.po, nagios-plugins.pot: 1677 * po/: de.po, fr.po, nagios-plugins.pot:
823 new version of po files and pot file 1678 new version of po files and pot file
824 1679
8252004-12-25 12:25 opensides 16802004-12-25 07:25 opensides
826 1681
827 * package.def, po/POTFILES.in: 1682 * package.def, po/POTFILES.in:
828 change realase name on package.def adding check_dhcp.c to 1683 change realase name on package.def adding check_dhcp.c to
829 potfiles.in 1684 potfiles.in
830 1685
8312004-12-25 12:09 opensides 16862004-12-25 07:09 opensides
832 1687
833 * plugins/: check_by_ssh.c, check_dhcp.c: 1688 * plugins/: check_by_ssh.c, check_dhcp.c:
834 internationalization of check_dhcp internationalization fixes of 1689 internationalization of check_dhcp internationalization fixes of
835 check_ssh 1690 check_ssh
836 1691
8372004-12-24 18:06 opensides 16922004-12-24 13:06 opensides
838 1693
839 * plugins/check_icmp.c, po/POTFILES.in, po/fr.po: 1694 * plugins/check_icmp.c, po/POTFILES.in, po/fr.po:
840 first pass at adapting to plugin guidelines and start of 1695 first pass at adapting to plugin guidelines and start of
841 localization 1696 localization
842 1697
8432004-12-23 18:54 opensides 16982004-12-23 13:54 opensides
844 1699
845 * plugins/check_http.c, po/fr.po: 1700 * plugins/check_http.c, po/fr.po:
846 internationalization fixes 1701 internationalization fixes
847 1702
8482004-12-23 16:47 mwirtgen 17032004-12-23 11:47 mwirtgen
849 1704
850 * po/de.po: german translations 391 to go 1705 * po/de.po: german translations 391 to go
851 1706
8522004-12-23 09:30 tonvoon 17072004-12-23 04:30 tonvoon
853 1708
854 * ACKNOWLEDGEMENTS, configure.in, m4/np_curl.m4, 1709 * ACKNOWLEDGEMENTS, configure.in, m4/np_curl.m4,
855 plugins/Makefile.am: Another attempt at fixing check_http compile 1710 plugins/Makefile.am: Another attempt at fixing check_http compile
@@ -858,120 +1713,120 @@
858 Fixed compile of check_dhcp (complaining about socklen_t). Added 1713 Fixed compile of check_dhcp (complaining about socklen_t). Added
859 acknowledgements for Coreutils and curl 1714 acknowledgements for Coreutils and curl
860 1715
8612004-12-22 23:02 harpermann 17162004-12-22 18:02 harpermann
862 1717
863 * plugins/check_nt.c: Added check for "%" in COUNTER <description>. 1718 * plugins/check_nt.c: Added check for "%" in COUNTER <description>.
864 If it exists, <description> is used as an arg to asprintf. If 1719 If it exists, <description> is used as an arg to asprintf. If
865 it doesn't exist, <description> is used as a label. If the 1720 it doesn't exist, <description> is used as a label. If the
866 formatting is wrong, the program will segv. 1721 formatting is wrong, the program will segv.
867 1722
8682004-12-22 07:24 tonvoon 17232004-12-22 02:24 tonvoon
869 1724
870 * lib/: Makefile.am, stdbool_.h: File required from coreutils 1725 * lib/: Makefile.am, stdbool_.h: File required from coreutils
871 1726
8722004-12-21 22:52 tonvoon 17272004-12-21 17:52 tonvoon
873 1728
874 * configure.in, plugins/Makefile.am: Revert back to previous 1729 * configure.in, plugins/Makefile.am: Revert back to previous
875 openssl checks (the ones from curl kept having problems with 1730 openssl checks (the ones from curl kept having problems with
876 later Redhat versions) 1731 later Redhat versions)
877 1732
8782004-12-21 22:36 tonvoon 17332004-12-21 17:36 tonvoon
879 1734
880 * m4/stdbool.m4: Another m4 from coreutils 1735 * m4/stdbool.m4: Another m4 from coreutils
881 1736
8822004-12-21 15:45 tonvoon 17372004-12-21 10:45 tonvoon
883 1738
884 * AUTHORS: For their bug reports 1739 * AUTHORS: For their bug reports
885 1740
8862004-12-21 12:47 tonvoon 17412004-12-21 07:47 tonvoon
887 1742
888 * configure.in: Fix for FreeBSD ps command (reported by Michael 1743 * configure.in: Fix for FreeBSD ps command (reported by Michael
889 Bakker) 1744 Bakker)
890 1745
8912004-12-21 09:32 tonvoon 17462004-12-21 04:32 tonvoon
892 1747
893 * lib/Makefile.am, m4/Makefile.am, m4/np_coreutils.m4: Fixed 1748 * lib/Makefile.am, m4/Makefile.am, m4/np_coreutils.m4: Fixed
894 compile problem on Sol2.6 with stdbool.h 1749 compile problem on Sol2.6 with stdbool.h
895 1750
8962004-12-21 08:56 stanleyhopcroft 17512004-12-21 03:56 stanleyhopcroft
897 1752
898 * plugins/check_dhcp.c: Commentary changes only: cite origin of 1753 * plugins/check_dhcp.c: Commentary changes only: cite origin of
899 copied code with reference to ACK file 1754 copied code with reference to ACK file
900 1755
9012004-12-21 08:55 stanleyhopcroft 17562004-12-21 03:55 stanleyhopcroft
902 1757
903 * ACKNOWLEDGEMENTS: ACK file contains the details of the authors of 1758 * ACKNOWLEDGEMENTS: ACK file contains the details of the authors of
904 code copied by the plugins 1759 code copied by the plugins
905 1760
9062004-12-21 05:00 mattkent 17612004-12-21 00:00 mattkent
907 1762
908 * plugins/check_dns.c: Add another error string match from Pasi 1763 * plugins/check_dns.c: Add another error string match from Pasi
909 Tiittanen 1764 Tiittanen
910 1765
9112004-12-20 22:20 tonvoon 17662004-12-20 17:20 tonvoon
912 1767
913 * plugins/check_nagios.c: Corrected help for expiry units. Restored 1768 * plugins/check_nagios.c: Corrected help for expiry units. Restored
914 functionality of searching for process arguments 1769 functionality of searching for process arguments
915 1770
9162004-12-20 22:01 tonvoon 17712004-12-20 17:01 tonvoon
917 1772
918 * plugins/check_nagios.c: Updating help text to reflect using 1773 * plugins/check_nagios.c: Updating help text to reflect using
919 shortname instead of full path for command 1774 shortname instead of full path for command
920 1775
9212004-12-20 21:38 tonvoon 17762004-12-20 16:38 tonvoon
922 1777
923 * configure.in: - stupid typo 1778 * configure.in: - stupid typo
924 1779
9252004-12-20 21:26 tonvoon 17802004-12-20 16:26 tonvoon
926 1781
927 * configure.in: Fix compile errors when looking for openssl 1782 * configure.in: Fix compile errors when looking for openssl
928 1783
9292004-12-20 09:04 stanleyhopcroft 17842004-12-20 04:04 stanleyhopcroft
930 1785
931 * COPYING, plugins/check_dhcp.c, po/de.po, po/fr.po: Compilation 1786 * COPYING, plugins/check_dhcp.c, po/de.po, po/fr.po: Compilation
932 fixes for check_dhcp.c HP-UX 11. Still fails on HP-UX 10. Unknown 1787 fixes for check_dhcp.c HP-UX 11. Still fails on HP-UX 10. Unknown
933 if check_dhcp works on UX. 1788 if check_dhcp works on UX.
934 1789
9352004-12-18 18:28 mwirtgen 17902004-12-18 13:28 mwirtgen
936 1791
937 * po/de.po: Initial commit on german translation - 428 to go 1792 * po/de.po: Initial commit on german translation - 428 to go
938 1793
9392004-12-17 18:14 tonvoon 17942004-12-17 13:14 tonvoon
940 1795
941 * configure.in: Support for FreeBSD 5.2.1 and 5.3 in check_procs 1796 * configure.in: Support for FreeBSD 5.2.1 and 5.3 in check_procs
942 1797
9432004-12-15 23:12 tonvoon 17982004-12-15 18:12 tonvoon
944 1799
945 * configure.in: Bump version to next release 1800 * configure.in: Bump version to next release
946 1801
9472004-12-15 23:11 tonvoon 18022004-12-15 18:11 tonvoon
948 1803
949 * doc/developer-guidelines.sgml: Mistake in automake version - back 1804 * doc/developer-guidelines.sgml: Mistake in automake version - back
950 to 1.8 1805 to 1.8
951 1806
9522004-12-15 23:10 tonvoon 18072004-12-15 18:10 tonvoon
953 1808
954 * doc/RELEASING: Clarified notes 1809 * doc/RELEASING: Clarified notes
955 1810
9562004-12-15 21:56 tonvoon 18112004-12-15 16:56 tonvoon
957 1812
958 * ChangeLog: Updated for r1_4_0-alpha3 1813 * ChangeLog: Updated for r1_4_0-alpha3
959 1814
9602004-12-15 21:27 tonvoon 18152004-12-15 16:27 tonvoon
961 1816
962 * doc/developer-guidelines.sgml: Updated requirements for GNU tools 1817 * doc/developer-guidelines.sgml: Updated requirements for GNU tools
963 1818
9642004-12-15 21:01 tonvoon 18192004-12-15 16:01 tonvoon
965 1820
966 * m4/Makefile.am: Makefile for m4 files 1821 * m4/Makefile.am: Makefile for m4 files
967 1822
9682004-12-15 20:54 tonvoon 18232004-12-15 15:54 tonvoon
969 1824
970 * Makefile.am, configure.in, plugins/Makefile.am, tools/setup: 1825 * Makefile.am, configure.in, plugins/Makefile.am, tools/setup:
971 Support for coreutils lib. Configure tests via m4 scripts from 1826 Support for coreutils lib. Configure tests via m4 scripts from
972 coreutils 1827 coreutils
973 1828
9742004-12-15 20:51 tonvoon 18292004-12-15 15:51 tonvoon
975 1830
976 * m4/: Makefile.am.in, afs.m4, codeset.m4, error.m4, exitfail.m4, 1831 * m4/: Makefile.am.in, afs.m4, codeset.m4, error.m4, exitfail.m4,
977 extensions.m4, fstypename.m4, fsusage.m4, getopt.m4, gettext.m4, 1832 extensions.m4, fstypename.m4, fsusage.m4, getopt.m4, gettext.m4,
@@ -982,7 +1837,7 @@
982 realloc.m4, stdint_h.m4, uintmax_t.m4, ulonglong.m4, 1837 realloc.m4, stdint_h.m4, uintmax_t.m4, ulonglong.m4,
983 unlocked-io.m4, xalloc.m4: Moving m4 files from lib/ 1838 unlocked-io.m4, xalloc.m4: Moving m4 files from lib/
984 1839
9852004-12-15 20:47 tonvoon 18402004-12-15 15:47 tonvoon
986 1841
987 * lib/: Makefile.am, afs.m4, error.m4, exitfail.m4, fstypename.m4, 1842 * lib/: Makefile.am, afs.m4, error.m4, exitfail.m4, fstypename.m4,
988 fsusage.m4, full-read.c, full-write.c, full-write.h, getopt.m4, 1843 fsusage.m4, full-read.c, full-write.c, full-write.h, getopt.m4,
@@ -992,12 +1847,12 @@
992 autoconf tests. Updated Makefile.am to have nagiosplug lib and a 1847 autoconf tests. Updated Makefile.am to have nagiosplug lib and a
993 separate coreutils lib 1848 separate coreutils lib
994 1849
9952004-12-15 00:10 opensides 18502004-12-14 19:10 opensides
996 1851
997 * po/: de.po, fr.po: 1852 * po/: de.po, fr.po:
998 fr.po work in progress still 88 to translate ;-) 1853 fr.po work in progress still 88 to translate ;-)
999 1854
10002004-12-11 06:25 mattkent 18552004-12-11 01:25 mattkent
1001 1856
1002 * plugins/check_tcp.c: Patch from Ollie Cook to define return code 1857 * plugins/check_tcp.c: Patch from Ollie Cook to define return code
1003 when expected value not received (#1082275). Also included 1858 when expected value not received (#1082275). Also included
@@ -1006,55 +1861,55 @@
1006 defines an expected string this is changed to the old style 1861 defines an expected string this is changed to the old style
1007 strstr matching. 1862 strstr matching.
1008 1863
10092004-12-10 21:18 tonvoon 18642004-12-10 16:18 tonvoon
1010 1865
1011 * plugins/check_ldap.c: Fixed compile warning 1866 * plugins/check_ldap.c: Fixed compile warning
1012 1867
10132004-12-10 06:10 mattkent 18682004-12-10 01:10 mattkent
1014 1869
1015 * plugins/Makefile.am: Compile broken - fixing link flags. 1870 * plugins/Makefile.am: Compile broken - fixing link flags.
1016 1871
10172004-12-10 05:57 mattkent 18722004-12-10 00:57 mattkent
1018 1873
1019 * plugins/check_dns.c: Error catching improvements from Ollie Cook 1874 * plugins/check_dns.c: Error catching improvements from Ollie Cook
1020 1875
10212004-12-10 05:54 mattkent 18762004-12-10 00:54 mattkent
1022 1877
1023 * plugins/check_pgsql.c: Fixing broken compile 1878 * plugins/check_pgsql.c: Fixing broken compile
1024 1879
10252004-12-10 05:39 mattkent 18802004-12-10 00:39 mattkent
1026 1881
1027 * AUTHORS: More contributers 1882 * AUTHORS: More contributers
1028 1883
10292004-12-10 00:54 stanleyhopcroft 18842004-12-09 19:54 stanleyhopcroft
1030 1885
1031 * plugins/Makefile.am: Changes to link flags for check_dhcp.c 1886 * plugins/Makefile.am: Changes to link flags for check_dhcp.c
1032 1887
10332004-12-10 00:52 stanleyhopcroft 18882004-12-09 19:52 stanleyhopcroft
1034 1889
1035 * plugins/check_dhcp.c: Extensive changes to get MAC address from 1890 * plugins/check_dhcp.c: Extensive changes to get MAC address from
1036 Solaris via DLPI 1891 Solaris via DLPI
1037 1892
10382004-12-10 00:20 tonvoon 18932004-12-09 19:20 tonvoon
1039 1894
1040 * plugins/: check_dns.c, check_procs.c: Reverting back ngettext 1895 * plugins/: check_dns.c, check_procs.c: Reverting back ngettext
1041 calls 1896 calls
1042 1897
10432004-12-10 00:13 tonvoon 18982004-12-09 19:13 tonvoon
1044 1899
1045 * plugins/common.h: Fix includes for gettext 1900 * plugins/common.h: Fix includes for gettext
1046 1901
10472004-12-09 22:33 tonvoon 19022004-12-09 17:33 tonvoon
1048 1903
1049 * configure.in: Include $libsuff for systems that define this 1904 * configure.in: Include $libsuff for systems that define this
1050 (based on advice from Daniel Stenberg) 1905 (based on advice from Daniel Stenberg)
1051 1906
10522004-12-08 23:14 tonvoon 19072004-12-08 18:14 tonvoon
1053 1908
1054 * configure.in: Removed redundant check and make export 1909 * configure.in: Removed redundant check and make export
1055 LD_LIBRARY_PATH more sh friendly 1910 LD_LIBRARY_PATH more sh friendly
1056 1911
10572004-12-08 00:36 opensides 19122004-12-07 19:36 opensides
1058 1913
1059 * configure.in, plugins/Makefile.am, plugins/check_by_ssh.c, 1914 * configure.in, plugins/Makefile.am, plugins/check_by_ssh.c,
1060 plugins/check_game.c, plugins/check_http.c, 1915 plugins/check_game.c, plugins/check_http.c,
@@ -1064,64 +1919,64 @@
1064 1919
1065 minor internationalization fixes 1920 minor internationalization fixes
1066 1921
10672004-12-08 00:22 tonvoon 19222004-12-07 19:22 tonvoon
1068 1923
1069 * configure.in: Fixed output info for openssl and LD_LIBRARY_PATH 1924 * configure.in: Fixed output info for openssl and LD_LIBRARY_PATH
1070 for subsequent compiles (otherwise get ld.so.1: ./conftest: 1925 for subsequent compiles (otherwise get ld.so.1: ./conftest:
1071 fatal: libssl.so.0.9.7: open failed) 1926 fatal: libssl.so.0.9.7: open failed)
1072 1927
10732004-12-07 06:51 tonvoon 19282004-12-07 01:51 tonvoon
1074 1929
1075 * configure.in, plugins/Makefile.am: Better SSL checking (inspired 1930 * configure.in, plugins/Makefile.am: Better SSL checking (inspired
1076 by curl 7.12.2's configure.ac) 1931 by curl 7.12.2's configure.ac)
1077 1932
10782004-12-07 03:13 mattkent 19332004-12-06 22:13 mattkent
1079 1934
1080 * plugins-scripts/check_ifoperstatus.pl: Option to check for admin 1935 * plugins-scripts/check_ifoperstatus.pl: Option to check for admin
1081 down (#1012191) from Raúl Pedroche. 1936 down (#1012191) from Raúl Pedroche.
1082 1937
10832004-12-07 02:45 stanleyhopcroft 19382004-12-06 21:45 stanleyhopcroft
1084 1939
1085 * plugins/Makefile.am: Correct dependencies for check_dhcp.c. 1940 * plugins/Makefile.am: Correct dependencies for check_dhcp.c.
1086 1941
10872004-12-07 02:31 stanleyhopcroft 19422004-12-06 21:31 stanleyhopcroft
1088 1943
1089 * plugins/: Makefile.am, check_dhcp.c: New plugin: check_dhcp.c. 1944 * plugins/: Makefile.am, check_dhcp.c: New plugin: check_dhcp.c.
1090 Attempt to port to non Linux platform. 1945 Attempt to port to non Linux platform.
1091 1946
10922004-12-06 18:49 opensides 19472004-12-06 13:49 opensides
1093 1948
1094 * po/fr.po: 1949 * po/fr.po:
1095 new version of fr.po 1950 new version of fr.po
1096 1951
10972004-12-05 22:07 mattkent 19522004-12-05 17:07 mattkent
1098 1953
1099 * plugins/check_snmp.c: Fix for -s string matching (#756567, Tony 1954 * plugins/check_snmp.c: Fix for -s string matching (#756567, Tony
1100 Missana) 1955 Missana)
1101 1956
11022004-12-05 12:59 opensides 19572004-12-05 07:59 opensides
1103 1958
1104 * plugins/check_nt.c, po/fr.po, po/nagios-plugins.pot: 1959 * plugins/check_nt.c, po/fr.po, po/nagios-plugins.pot:
1105 cleaned fr.po nagios-plugins.pot 1960 cleaned fr.po nagios-plugins.pot
1106 1961
11072004-12-05 00:54 opensides 19622004-12-04 19:54 opensides
1108 1963
1109 * plugins/: check_http.c, check_icmp.c, check_nwstat.c, 1964 * plugins/: check_http.c, check_icmp.c, check_nwstat.c,
1110 check_ping.c, check_smtp.c, check_swap.c, utils.h: 1965 check_ping.c, check_smtp.c, check_swap.c, utils.h:
1111 fix patch 998291 fix patch 1078934 expect check_ssh fix and 1966 fix patch 998291 fix patch 1078934 expect check_ssh fix and
1112 check_nt perfdata should stay on one word like in nagios 1967 check_nt perfdata should stay on one word like in nagios
1113 1968
11142004-12-04 12:34 opensides 19692004-12-04 07:34 opensides
1115 1970
1116 * po/nagios-plugins.pot: 1971 * po/nagios-plugins.pot:
1117 new version of pot file 1972 new version of pot file
1118 1973
11192004-12-04 12:31 opensides 19742004-12-04 07:31 opensides
1120 1975
1121 * plugins/check_by_ssh.c, plugins/check_dns.c, po/POTFILES.in: 1976 * plugins/check_by_ssh.c, plugins/check_dns.c, po/POTFILES.in:
1122 various internationalization fixes 1977 various internationalization fixes
1123 1978
11242004-12-04 12:12 opensides 19792004-12-04 07:12 opensides
1125 1980
1126 * plugins/Makefile.am, plugins/check_by_ssh.c, plugins/check_dig.c, 1981 * plugins/Makefile.am, plugins/check_by_ssh.c, plugins/check_dig.c,
1127 plugins/check_http.c, plugins/check_ide-smart.c, 1982 plugins/check_http.c, plugins/check_ide-smart.c,
@@ -1132,19 +1987,19 @@
1132 plugins/check_time.c, plugins/check_udp.c, po/POTFILES.in: 1987 plugins/check_time.c, plugins/check_udp.c, po/POTFILES.in:
1133 internationalization fixes bugfixes 1988 internationalization fixes bugfixes
1134 1989
11352004-12-04 10:57 opensides 19902004-12-04 05:57 opensides
1136 1991
1137 * plugins/: check_dns.c, check_hpjd.c: 1992 * plugins/: check_dns.c, check_hpjd.c:
1138 check_dns needs a space between 'time' and the hostname 1993 check_dns needs a space between 'time' and the hostname
1139 check_hpjd needs a parenthesis removed in print_usage() 1994 check_hpjd needs a parenthesis removed in print_usage()
1140 1995
11412004-12-04 00:23 opensides 19962004-12-03 19:23 opensides
1142 1997
1143 * plugins/check_swap.c: 1998 * plugins/check_swap.c:
1144 Bug Fix [ 1024735 ] check_swap providing inaccurate swap 1999 Bug Fix [ 1024735 ] check_swap providing inaccurate swap
1145 information on Sol6 2000 information on Sol6
1146 2001
11472004-12-03 23:55 opensides 20022004-12-03 18:55 opensides
1148 2003
1149 * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, 2004 * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
1150 check_fping.c, check_game.c, check_hpjd.c, check_http.c, 2005 check_fping.c, check_game.c, check_hpjd.c, check_http.c,
@@ -1157,12 +2012,12 @@
1157 reverting my changes from !=TRUE to == ERROR, that's not good ;-( 2012 reverting my changes from !=TRUE to == ERROR, that's not good ;-(
1158 sorry 2013 sorry
1159 2014
11602004-12-03 23:23 opensides 20152004-12-03 18:23 opensides
1161 2016
1162 * plugins/check_tcp.c, po/de.po, po/fr.po, po/nagios-plugins.pot: 2017 * plugins/check_tcp.c, po/de.po, po/fr.po, po/nagios-plugins.pot:
1163 check_tcp parenthesis bug, header fix for po files 2018 check_tcp parenthesis bug, header fix for po files
1164 2019
11652004-12-03 23:01 opensides 20202004-12-03 18:01 opensides
1166 2021
1167 * plugins/: check_dig.c, check_disk.c, check_dns.c, check_dummy.c, 2022 * plugins/: check_dig.c, check_disk.c, check_dns.c, check_dummy.c,
1168 check_fping.c, check_game.c, check_hpjd.c, check_http.c, 2023 check_fping.c, check_game.c, check_hpjd.c, check_http.c,
@@ -1175,13 +2030,13 @@
1175 2030
1176 other misc cleanups 2031 other misc cleanups
1177 2032
11782004-12-03 21:56 stanleyhopcroft 20332004-12-03 16:56 stanleyhopcroft
1179 2034
1180 * plugins/check_tcp.c: 1041571: -D option processing corrected 2035 * plugins/check_tcp.c: 1041571: -D option processing corrected
1181 (Eric Chen). Changed process_arguments() to return TRUE. Dont 2036 (Eric Chen). Changed process_arguments() to return TRUE. Dont
1182 know why this was necessary. 2037 know why this was necessary.
1183 2038
11842004-12-03 20:28 opensides 20392004-12-03 15:28 opensides
1185 2040
1186 * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, 2041 * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
1187 check_dummy.c, check_fping.c, check_game.c, check_hpjd.c, 2042 check_dummy.c, check_fping.c, check_game.c, check_hpjd.c,
@@ -1194,22 +2049,22 @@
1194 check_users.c, negate.c, urlize.c: remove UT_HLP_VRS from 2049 check_users.c, negate.c, urlize.c: remove UT_HLP_VRS from
1195 print_usage this was not a good idea ;-) 2050 print_usage this was not a good idea ;-)
1196 2051
11972004-12-03 19:20 opensides 20522004-12-03 14:20 opensides
1198 2053
1199 * plugins/utils.c: 2054 * plugins/utils.c:
1200 removing support fonction removing warranty from print_revision 2055 removing support fonction removing warranty from print_revision
1201 2056
12022004-12-03 17:48 opensides 20572004-12-03 12:48 opensides
1203 2058
1204 * ROADMAP, package.def, plugins/negate.c, plugins/utils.h: 2059 * ROADMAP, package.def, plugins/negate.c, plugins/utils.h:
1205 some minor fixes 2060 some minor fixes
1206 2061
12072004-12-03 17:15 opensides 20622004-12-03 12:15 opensides
1208 2063
1209 * plugins/: check_load.c, check_ssh.c: 2064 * plugins/: check_load.c, check_ssh.c:
1210 correcting parenthesis error 2065 correcting parenthesis error
1211 2066
12122004-12-03 16:56 opensides 20672004-12-03 11:56 opensides
1213 2068
1214 * AUTHORS, plugins/check_load.c, plugins/check_pgsql.c, 2069 * AUTHORS, plugins/check_load.c, plugins/check_pgsql.c,
1215 plugins/check_ping.c, plugins/check_procs.c, 2070 plugins/check_ping.c, plugins/check_procs.c,
@@ -1220,7 +2075,7 @@
1220 plugins/urlize.c: 2075 plugins/urlize.c:
1221 fixes for internationalization 2076 fixes for internationalization
1222 2077
12232004-12-03 11:45 opensides 20782004-12-03 06:45 opensides
1224 2079
1225 * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, 2080 * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
1226 check_dummy.c, check_fping.c, check_game.c, check_hpjd.c, 2081 check_dummy.c, check_fping.c, check_game.c, check_hpjd.c,
@@ -1229,7 +2084,7 @@
1229 check_nt.c, check_nwstat.c: 2084 check_nt.c, check_nwstat.c:
1230 internationalization fixes and help fixes 2085 internationalization fixes and help fixes
1231 2086
12322004-12-03 09:19 opensides 20872004-12-03 04:19 opensides
1233 2088
1234 * plugins/check_by_ssh.c, plugins/check_dig.c, 2089 * plugins/check_by_ssh.c, plugins/check_dig.c,
1235 plugins/check_http.c, plugins/check_nwstat.c, 2090 plugins/check_http.c, plugins/check_nwstat.c,
@@ -1237,30 +2092,30 @@
1237 po/.cvsignore: 2092 po/.cvsignore:
1238 Localization fixes 2093 Localization fixes
1239 2094
12402004-12-03 08:45 opensides 20952004-12-03 03:45 opensides
1241 2096
1242 * plugins/: check_ide-smart.c, check_pgsql.c: 2097 * plugins/: check_ide-smart.c, check_pgsql.c:
1243 correcting copyright and remaning int result = STATE_UNKNOWN; 2098 correcting copyright and remaning int result = STATE_UNKNOWN;
1244 2099
12452004-12-03 04:37 mattkent 21002004-12-02 23:37 mattkent
1246 2101
1247 * plugins/check_nagios.c: Affected by elapsed time patch. 2102 * plugins/check_nagios.c: Affected by elapsed time patch.
1248 2103
12492004-12-03 04:16 mattkent 21042004-12-02 23:16 mattkent
1250 2105
1251 * AUTHORS: Another contributer. 2106 * AUTHORS: Another contributer.
1252 2107
12532004-12-03 04:10 mattkent 21082004-12-02 23:10 mattkent
1254 2109
1255 * configure.in, plugins/check_procs.c: Patch from Russell Miller 2110 * configure.in, plugins/check_procs.c: Patch from Russell Miller
1256 which adds elapsed time as a metric. Only for linux so far. 2111 which adds elapsed time as a metric. Only for linux so far.
1257 (991359) 2112 (991359)
1258 2113
12592004-12-03 02:21 mattkent 21142004-12-02 21:21 mattkent
1260 2115
1261 * plugins/check_ldap.c: Fix typo breaking compile. 2116 * plugins/check_ldap.c: Fix typo breaking compile.
1262 2117
12632004-12-03 00:55 opensides 21182004-12-02 19:55 opensides
1264 2119
1265 * plugins/: check_by_ssh.c, check_dig.c, check_dns.c, 2120 * plugins/: check_by_ssh.c, check_dig.c, check_dns.c,
1266 check_dummy.c, check_fping.c, check_game.c, check_hpjd.c, 2121 check_dummy.c, check_fping.c, check_game.c, check_hpjd.c,
@@ -1274,18 +2129,18 @@
1274 bump copyright year initialize result to STATE_UNKNOW in place of 2129 bump copyright year initialize result to STATE_UNKNOW in place of
1275 STATE_OK 2130 STATE_OK
1276 2131
12772004-12-02 21:23 opensides 21322004-12-02 16:23 opensides
1278 2133
1279 * plugins/: check_dns.c, check_ldap.c, check_procs.c: 2134 * plugins/: check_dns.c, check_ldap.c, check_procs.c:
1280 --disable-nls throws an error on check_dns, check_procs and 2135 --disable-nls throws an error on check_dns, check_procs and
1281 check_ldap without this patch. 2136 check_ldap without this patch.
1282 2137
12832004-12-02 21:03 stanleyhopcroft 21382004-12-02 16:03 stanleyhopcroft
1284 2139
1285 * plugins/check_tcp.c: Tracker 1041571: appended :D to 2140 * plugins/check_tcp.c: Tracker 1041571: appended :D to
1286 getopt_long() args (for cert expiry check). Eric Chen. 2141 getopt_long() args (for cert expiry check). Eric Chen.
1287 2142
12882004-12-02 16:51 opensides 21432004-12-02 11:51 opensides
1289 2144
1290 * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, 2145 * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
1291 check_fping.c, check_game.c, check_hpjd.c, check_http.c, 2146 check_fping.c, check_game.c, check_hpjd.c, check_http.c,
@@ -1299,7 +2154,7 @@
1299 More internationalization work new usage4 function to permit 2154 More internationalization work new usage4 function to permit
1300 localisation of think like check_ssh: xxxxx 2155 localisation of think like check_ssh: xxxxx
1301 2156
13022004-12-02 14:54 opensides 21572004-12-02 09:54 opensides
1303 2158
1304 * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, 2159 * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
1305 check_fping.c, check_game.c, check_hpjd.c, check_ldap.c, 2160 check_fping.c, check_game.c, check_hpjd.c, check_ldap.c,
@@ -1311,34 +2166,34 @@
1311 check_ups.c, check_users.c, negate.c: 2166 check_ups.c, check_users.c, negate.c:
1312 return of process_arguments() is TRUE not OK ! 2167 return of process_arguments() is TRUE not OK !
1313 2168
13142004-12-02 14:35 opensides 21692004-12-02 09:35 opensides
1315 2170
1316 * plugins/check_http.c: return of process_arguments() is TRUE not 2171 * plugins/check_http.c: return of process_arguments() is TRUE not
1317 OK ! 2172 OK !
1318 2173
13192004-12-02 08:45 stanleyhopcroft 21742004-12-02 03:45 stanleyhopcroft
1320 2175
1321 * plugins/Makefile.am: Add check_icmp plugin 2176 * plugins/Makefile.am: Add check_icmp plugin
1322 2177
13232004-12-02 08:44 stanleyhopcroft 21782004-12-02 03:44 stanleyhopcroft
1324 2179
1325 * plugins/check_icmp.c: check_icmp plugin from A Ericsson 2180 * plugins/check_icmp.c: check_icmp plugin from A Ericsson
1326 2181
13272004-12-02 08:44 stanleyhopcroft 21822004-12-02 03:44 stanleyhopcroft
1328 2183
1329 * plugins/linux.h: For check_icmp plugin from A Ericsson 2184 * plugins/linux.h: For check_icmp plugin from A Ericsson
1330 2185
13312004-12-02 04:48 mattkent 21862004-12-01 23:48 mattkent
1332 2187
1333 * command.cfg.in: Fix typo. 2188 * command.cfg.in: Fix typo.
1334 2189
13352004-12-02 04:36 mattkent 21902004-12-01 23:36 mattkent
1336 2191
1337 * AUTHORS, REQUIREMENTS, command.cfg.in, plugins/check_ups.c: Patch 2192 * AUTHORS, REQUIREMENTS, command.cfg.in, plugins/check_ups.c: Patch
1338 from Arnaud Quette to bring support to NUT 2.0 plus couple 2193 from Arnaud Quette to bring support to NUT 2.0 plus couple
1339 improvements and fixes (1038413 which includes 1032009, 815785). 2194 improvements and fixes (1038413 which includes 1032009, 815785).
1340 2195
13412004-12-02 01:11 opensides 21962004-12-01 20:11 opensides
1342 2197
1343 * plugins/: check_dns.c, check_game.c, check_http.c, 2198 * plugins/: check_dns.c, check_game.c, check_http.c,
1344 check_ide-smart.c, check_load.c, check_mrtgtraf.c, check_mysql.c, 2199 check_ide-smart.c, check_load.c, check_mrtgtraf.c, check_mysql.c,
@@ -1348,12 +2203,12 @@
1348 check_time.c, check_udp.c, check_ups.c, negate.c, popen.c: 2203 check_time.c, check_udp.c, check_ups.c, negate.c, popen.c:
1349 changed Error: by CRITICAL - more localization fixes 2204 changed Error: by CRITICAL - more localization fixes
1350 2205
13512004-12-02 00:30 opensides 22062004-12-01 19:30 opensides
1352 2207
1353 * contrib/check_rbl.c: 2208 * contrib/check_rbl.c:
1354 adapted for localization 2209 adapted for localization
1355 2210
13562004-12-01 23:54 opensides 22112004-12-01 18:54 opensides
1357 2212
1358 * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, 2213 * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
1359 check_dummy.c, check_fping.c, check_game.c, check_hpjd.c, 2214 check_dummy.c, check_fping.c, check_game.c, check_hpjd.c,
@@ -1368,181 +2223,181 @@
1368 netutils.h, popen.c, urlize.c, utils.c, utils.h: 2223 netutils.h, popen.c, urlize.c, utils.c, utils.h:
1369 standardize localization string standardize unknow arguments 2224 standardize localization string standardize unknow arguments
1370 2225
13712004-12-01 22:02 tonvoon 22262004-12-01 17:02 tonvoon
1372 2227
1373 * doc/RELEASING: Notes on releasing 2228 * doc/RELEASING: Notes on releasing
1374 2229
13752004-12-01 21:55 tonvoon 22302004-12-01 16:55 tonvoon
1376 2231
1377 * configure.in: Next version number 2232 * configure.in: Next version number
1378 2233
13792004-12-01 21:01 tonvoon 22342004-12-01 16:01 tonvoon
1380 2235
1381 * ChangeLog: Updated for r1_4_0-alpha2 2236 * ChangeLog: Updated for r1_4_0-alpha2
1382 2237
13832004-12-01 20:43 tonvoon 22382004-12-01 15:43 tonvoon
1384 2239
1385 * tools/devmode: eval not working - instructions now in comments 2240 * tools/devmode: eval not working - instructions now in comments
1386 2241
13872004-12-01 20:09 tonvoon 22422004-12-01 15:09 tonvoon
1388 2243
1389 * plugins-scripts/check_oracle.sh: Fixed pmon process checking from 2244 * plugins-scripts/check_oracle.sh: Fixed pmon process checking from
1390 a change I made earlier 2245 a change I made earlier
1391 2246
13922004-12-01 19:33 opensides 22472004-12-01 14:33 opensides
1393 2248
1394 * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, 2249 * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
1395 check_fping.c, check_ssh.c: 2250 check_fping.c, check_ssh.c:
1396 first pass at standardization of messages for the localization 2251 first pass at standardization of messages for the localization
1397 2252
13982004-12-01 08:41 stanleyhopcroft 22532004-12-01 03:41 stanleyhopcroft
1399 2254
1400 * configure.in: Bryan Loniewski contributed check_jabber plugin 2255 * configure.in: Bryan Loniewski contributed check_jabber plugin
1401 (SSL/check_tcp); Eric Chen check_nntps plugin + SSL certficate 2256 (SSL/check_tcp); Eric Chen check_nntps plugin + SSL certficate
1402 expiry check [added -D option to check_tcp] 2257 expiry check [added -D option to check_tcp]
1403 2258
14042004-12-01 08:28 stanleyhopcroft 22592004-12-01 03:28 stanleyhopcroft
1405 2260
1406 * plugins/netutils.c: 1075725: patch to my_connect() to deal with 2261 * plugins/netutils.c: 1075725: patch to my_connect() to deal with
1407 SEGV if connect fails 2262 SEGV if connect fails
1408 2263
14092004-12-01 08:26 stanleyhopcroft 22642004-12-01 03:26 stanleyhopcroft
1410 2265
1411 * plugins/check_tcp.c: 1041571 & 664615: check_tcp with cert check 2266 * plugins/check_tcp.c: 1041571 & 664615: check_tcp with cert check
1412 + nntps, simap, jabber 2267 + nntps, simap, jabber
1413 2268
14142004-12-01 03:50 mattkent 22692004-11-30 22:50 mattkent
1415 2270
1416 * contrib/check_nmap.py: Small fix from David Rippel (996800) for 2271 * contrib/check_nmap.py: Small fix from David Rippel (996800) for
1417 newer versions of nmap 2272 newer versions of nmap
1418 2273
14192004-12-01 03:26 mattkent 22742004-11-30 22:26 mattkent
1420 2275
1421 * plugins-scripts/check_oracle.sh: Perf data and other improvements 2276 * plugins-scripts/check_oracle.sh: Perf data and other improvements
1422 by Florian Gleixner (1027787) 2277 by Florian Gleixner (1027787)
1423 2278
14242004-11-30 07:40 opensides 22792004-11-30 02:40 opensides
1425 2280
1426 * po/fr.po: 2281 * po/fr.po:
1427 more french translations 2282 more french translations
1428 2283
14292004-11-30 00:25 tonvoon 22842004-11-29 19:25 tonvoon
1430 2285
1431 * plugins/check_ide-smart.c: Capitalized some error messages 2286 * plugins/check_ide-smart.c: Capitalized some error messages
1432 2287
14332004-11-30 00:24 tonvoon 22882004-11-29 19:24 tonvoon
1434 2289
1435 * plugins/urlize.c: Updated output to UNKNOWN 2290 * plugins/urlize.c: Updated output to UNKNOWN
1436 2291
14372004-11-30 00:21 opensides 22922004-11-29 19:21 opensides
1438 2293
1439 * po/fr.po: 2294 * po/fr.po:
1440 translating fr.po new part 2295 translating fr.po new part
1441 2296
14422004-11-29 23:52 tonvoon 22972004-11-29 18:52 tonvoon
1443 2298
1444 * lib/: Makefile.am, exitfail.m4, getopt.m4: Extra files required 2299 * lib/: Makefile.am, exitfail.m4, getopt.m4: Extra files required
1445 from coreutils 2300 from coreutils
1446 2301
14472004-11-29 23:46 tonvoon 23022004-11-29 18:46 tonvoon
1448 2303
1449 * SUPPORT: Cleanup and statement re: contrib plugins 2304 * SUPPORT: Cleanup and statement re: contrib plugins
1450 2305
14512004-11-29 22:42 tonvoon 23062004-11-29 17:42 tonvoon
1452 2307
1453 * configure.in: Patches for configure on *BSD (Julien Touche) 2308 * configure.in: Patches for configure on *BSD (Julien Touche)
1454 2309
14552004-11-29 05:07 stanleyhopcroft 23102004-11-29 00:07 stanleyhopcroft
1456 2311
1457 * contrib/: README.TXT, rblcheck-dns, rblcheck-web, 2312 * contrib/: README.TXT, rblcheck-dns, rblcheck-web,
1458 tarballs/check_icmp-0.8.tar.gz: [no log message] 2313 tarballs/check_icmp-0.8.tar.gz: [no log message]
1459 2314
14602004-11-29 04:49 mattkent 23152004-11-28 23:49 mattkent
1461 2316
1462 * contrib/check_linux_raid.pl: Better error checking (820806) 2317 * contrib/check_linux_raid.pl: Better error checking (820806)
1463 2318
14642004-11-29 00:56 opensides 23192004-11-28 19:56 opensides
1465 2320
1466 * po/fr.po: 2321 * po/fr.po:
1467 second version of french .po still 300 ;-) to translate 2322 second version of french .po still 300 ;-) to translate
1468 2323
14692004-11-28 22:57 opensides 23242004-11-28 17:57 opensides
1470 2325
1471 * po/fr.po: 2326 * po/fr.po:
1472 first new translation of fr.po 2327 first new translation of fr.po
1473 2328
14742004-11-27 21:00 mattkent 23292004-11-27 16:00 mattkent
1475 2330
1476 * plugins/check_ssh.c: Add remote version check (1030269, Daniel 2331 * plugins/check_ssh.c: Add remote version check (1030269, Daniel
1477 Gullin) 2332 Gullin)
1478 2333
14792004-11-26 08:54 stanleyhopcroft 23342004-11-26 03:54 stanleyhopcroft
1480 2335
1481 * AUTHORS: New plugin/bugfix: tracker 1070929. check_hpjdres 2336 * AUTHORS: New plugin/bugfix: tracker 1070929. check_hpjdres
1482 2337
14832004-11-25 05:09 mattkent 23382004-11-25 00:09 mattkent
1484 2339
1485 * plugins/check_disk.c: From old test harness code, make 2340 * plugins/check_disk.c: From old test harness code, make
1486 ./check_disk -w 0 -c 0 / valid parameters again 2341 ./check_disk -w 0 -c 0 / valid parameters again
1487 2342
14882004-11-25 05:06 mattkent 23432004-11-25 00:06 mattkent
1489 2344
1490 * test.pl.in, plugins/t/check_dns.t, plugins/t/check_http.t, 2345 * test.pl.in, plugins/t/check_dns.t, plugins/t/check_http.t,
1491 plugins/t/check_load.t, plugins/t/check_mysql.t: Updating test 2346 plugins/t/check_load.t, plugins/t/check_mysql.t: Updating test
1492 harness 2347 harness
1493 2348
14942004-11-25 04:49 stanleyhopcroft 23492004-11-24 23:49 stanleyhopcroft
1495 2350
1496 * contrib/README.TXT: Removed reference to non existent tar balls 2351 * contrib/README.TXT: Removed reference to non existent tar balls
1497 (Hopcroft plugins) 2352 (Hopcroft plugins)
1498 2353
14992004-11-25 04:46 stanleyhopcroft 23542004-11-24 23:46 stanleyhopcroft
1500 2355
1501 * contrib/check_wins.pl: Non functional tidy ups to check_wins 2356 * contrib/check_wins.pl: Non functional tidy ups to check_wins
1502 2357
15032004-11-25 04:30 stanleyhopcroft 23582004-11-24 23:30 stanleyhopcroft
1504 2359
1505 * contrib/check_hw.sh: Added /contrib/check_hw.sh by Rok Debevc 2360 * contrib/check_hw.sh: Added /contrib/check_hw.sh by Rok Debevc
1506 2361
15072004-11-25 04:28 stanleyhopcroft 23622004-11-24 23:28 stanleyhopcroft
1508 2363
1509 * contrib/check_sybase: Added /contrib/check_sybase by Simon 2364 * contrib/check_sybase: Added /contrib/check_sybase by Simon
1510 Bellwood 2365 Bellwood
1511 2366
15122004-11-25 03:01 stanleyhopcroft 23672004-11-24 22:01 stanleyhopcroft
1513 2368
1514 * contrib/check_hprsc.pl: update check_hprsc.pl for Net-SNMP 2369 * contrib/check_hprsc.pl: update check_hprsc.pl for Net-SNMP
1515 versions >=4 2370 versions >=4
1516 2371
15172004-11-24 21:34 tonvoon 23722004-11-24 16:34 tonvoon
1518 2373
1519 * tools/sfsnapshot: Removing build directory after creating 2374 * tools/sfsnapshot: Removing build directory after creating
1520 distribution 2375 distribution
1521 2376
15222004-11-24 21:19 tonvoon 23772004-11-24 16:19 tonvoon
1523 2378
1524 * doc/makefile: Added clean 2379 * doc/makefile: Added clean
1525 2380
15262004-11-24 21:01 tonvoon 23812004-11-24 16:01 tonvoon
1527 2382
1528 * configure.in: Fix snapshot build on SF 2383 * configure.in: Fix snapshot build on SF
1529 2384
15302004-11-24 06:36 stanleyhopcroft 23852004-11-24 01:36 stanleyhopcroft
1531 2386
1532 * plugins/check_hpjd.c: add -OQa to command_line in check_hpjd.c. 2387 * plugins/check_hpjd.c: add -OQa to command_line in check_hpjd.c.
1533 Correct nagiosplug-Bugs-889948, 846329 2388 Correct nagiosplug-Bugs-889948, 846329
1534 2389
15352004-11-24 04:35 mattkent 23902004-11-23 23:35 mattkent
1536 2391
1537 * plugins/check_nwstat.c: Attempting to fix a reported segfault 2392 * plugins/check_nwstat.c: Attempting to fix a reported segfault
1538 (1055054) 2393 (1055054)
1539 2394
15402004-11-24 04:25 mattkent 23952004-11-23 23:25 mattkent
1541 2396
1542 * plugins/check_http.c: Added support for sending port in host 2397 * plugins/check_http.c: Added support for sending port in host
1543 header (913633) 2398 header (913633)
1544 2399
15452004-11-24 00:46 tonvoon 24002004-11-23 19:46 tonvoon
1546 2401
1547 * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, 2402 * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
1548 check_dummy.c, check_fping.c, check_game.c, check_hpjd.c, 2403 check_dummy.c, check_fping.c, check_game.c, check_hpjd.c,
@@ -1554,171 +2409,171 @@
1554 check_users.c, negate.c, urlize.c: Making messages more 2409 check_users.c, negate.c, urlize.c: Making messages more
1555 consistent 2410 consistent
1556 2411
15572004-11-23 23:53 tonvoon 24122004-11-23 18:53 tonvoon
1558 2413
1559 * plugins/: check_hpjd.c, check_mrtg.c, check_mrtgtraf.c, 2414 * plugins/: check_hpjd.c, check_mrtg.c, check_mrtgtraf.c,
1560 check_mysql.c, check_real.c, check_smtp.c, check_swap.c, 2415 check_mysql.c, check_real.c, check_smtp.c, check_swap.c,
1561 check_by_ssh.c, check_dns.c, check_time.c: Standardising 2416 check_by_ssh.c, check_dns.c, check_time.c: Standardising
1562 translation texts 2417 translation texts
1563 2418
15642004-11-23 23:35 tonvoon 24192004-11-23 18:35 tonvoon
1565 2420
1566 * doc/developer-guidelines.sgml: Guidelines on translated text 2421 * doc/developer-guidelines.sgml: Guidelines on translated text
1567 (Yves Mettier, Simon Bellwood, Andreas Ericsson) 2422 (Yves Mettier, Simon Bellwood, Andreas Ericsson)
1568 2423
15692004-11-23 22:49 tonvoon 24242004-11-23 17:49 tonvoon
1570 2425
1571 * doc/developer-guidelines.sgml: Adding notes on developer and 2426 * doc/developer-guidelines.sgml: Adding notes on developer and
1572 translator access in SF 2427 translator access in SF
1573 2428
15742004-11-23 06:06 mattkent 24292004-11-23 01:06 mattkent
1575 2430
1576 * AUTHORS: More contributers. 2431 * AUTHORS: More contributers.
1577 2432
15782004-11-23 05:49 mattkent 24332004-11-23 00:49 mattkent
1579 2434
1580 * plugins/check_disk.c: Fix integer warning and critical options. 2435 * plugins/check_disk.c: Fix integer warning and critical options.
1581 Take values from current unit instead of always KB. 2436 Take values from current unit instead of always KB.
1582 2437
15832004-11-23 00:06 stanleyhopcroft 24382004-11-22 19:06 stanleyhopcroft
1584 2439
1585 * doc/developer-guidelines.sgml: trivial changes to Perl plugin 2440 * doc/developer-guidelines.sgml: trivial changes to Perl plugin
1586 section. 2441 section.
1587 2442
15882004-11-22 22:44 tonvoon 24432004-11-22 17:44 tonvoon
1589 2444
1590 * AUTHORS: More contributors 2445 * AUTHORS: More contributors
1591 2446
15922004-11-22 22:30 tonvoon 24472004-11-22 17:30 tonvoon
1593 2448
1594 * plugins/check_nt.c: Fixed some messages that should not be 2449 * plugins/check_nt.c: Fixed some messages that should not be
1595 translated (Benoit Mortier) 2450 translated (Benoit Mortier)
1596 2451
15972004-11-22 20:35 tonvoon 24522004-11-22 15:35 tonvoon
1598 2453
1599 * lib/getloadavg.m4: Not required - autoconf has own macros 2454 * lib/getloadavg.m4: Not required - autoconf has own macros
1600 2455
16012004-11-21 05:24 mattkent 24562004-11-21 00:24 mattkent
1602 2457
1603 * plugins/check_mysql.c: Patch from Nathan Shafer to add 2458 * plugins/check_mysql.c: Patch from Nathan Shafer to add
1604 replication slave check (1006777) 2459 replication slave check (1006777)
1605 2460
16062004-11-20 22:56 mattkent 24612004-11-20 17:56 mattkent
1607 2462
1608 * AUTHORS: Oops, forgot one. 2463 * AUTHORS: Oops, forgot one.
1609 2464
16102004-11-20 22:46 mattkent 24652004-11-20 17:46 mattkent
1611 2466
1612 * AUTHORS: More contributers. 2467 * AUTHORS: More contributers.
1613 2468
16142004-11-20 22:43 mattkent 24692004-11-20 17:43 mattkent
1615 2470
1616 * contrib/check_linux_raid.pl: Fix always reading status from the 2471 * contrib/check_linux_raid.pl: Fix always reading status from the
1617 last line (1045506) 2472 last line (1045506)
1618 2473
16192004-11-20 22:28 mattkent 24742004-11-20 17:28 mattkent
1620 2475
1621 * plugins/check_ping.c: New output format reported by pumuckel1980 2476 * plugins/check_ping.c: New output format reported by pumuckel1980
1622 (946857) 2477 (946857)
1623 2478
16242004-11-20 21:36 mattkent 24792004-11-20 16:36 mattkent
1625 2480
1626 * plugins/check_http.c: Bit of cleanup, fix verbose output. 2481 * plugins/check_http.c: Bit of cleanup, fix verbose output.
1627 2482
16282004-11-20 07:04 tonvoon 24832004-11-20 02:04 tonvoon
1629 2484
1630 * configure.in: Fixed va_copy problem on AIX by copying samba's 2485 * configure.in: Fixed va_copy problem on AIX by copying samba's
1631 configure.in 2486 configure.in
1632 2487
16332004-11-19 15:58 tonvoon 24882004-11-19 10:58 tonvoon
1634 2489
1635 * CODING: Added perl coding guidelines, from Programming Perl book 2490 * CODING: Added perl coding guidelines, from Programming Perl book
1636 (Andreas Ericsson) 2491 (Andreas Ericsson)
1637 2492
16382004-11-19 14:28 tonvoon 24932004-11-19 09:28 tonvoon
1639 2494
1640 * lib/getloadavg.m4: I think getloadavg.m4 is no longer required 2495 * lib/getloadavg.m4: I think getloadavg.m4 is no longer required
1641 (as autoconf has built-in function) 2496 (as autoconf has built-in function)
1642 2497
16432004-11-19 14:24 tonvoon 24982004-11-19 09:24 tonvoon
1644 2499
1645 * lib/Makefile.am: Removed getloadavg.m4 (built-in function in 2500 * lib/Makefile.am: Removed getloadavg.m4 (built-in function in
1646 autoconf) and added cloexec.[hc] for getloadavg.c 2501 autoconf) and added cloexec.[hc] for getloadavg.c
1647 2502
16482004-11-19 14:22 tonvoon 25032004-11-19 09:22 tonvoon
1649 2504
1650 * lib/: cloexec.h, cloexec.c: Files required for getloadavg.c 2505 * lib/: cloexec.h, cloexec.c: Files required for getloadavg.c
1651 2506
16522004-11-19 03:59 mattkent 25072004-11-18 22:59 mattkent
1653 2508
1654 * plugins-scripts/check_ntp.pl: Fix incorrectly labelled units in 2509 * plugins-scripts/check_ntp.pl: Fix incorrectly labelled units in
1655 output (1025905, Jason Martin) 2510 output (1025905, Jason Martin)
1656 2511
16572004-11-19 03:44 mattkent 25122004-11-18 22:44 mattkent
1658 2513
1659 * plugins/check_procs.c: Enabling timeout flag (1010097, Jason 2514 * plugins/check_procs.c: Enabling timeout flag (1010097, Jason
1660 Martin) 2515 Martin)
1661 2516
16622004-11-19 02:53 mattkent 25172004-11-18 21:53 mattkent
1663 2518
1664 * plugins/check_http.c: Make -L notice ssl use to output a proper 2519 * plugins/check_http.c: Make -L notice ssl use to output a proper
1665 href (1035234, Abid Rasheed) 2520 href (1035234, Abid Rasheed)
1666 2521
16672004-11-19 02:39 mattkent 25222004-11-18 21:39 mattkent
1668 2523
1669 * plugins/check_smtp.c: Change unit from 'us' to 's' to match other 2524 * plugins/check_smtp.c: Change unit from 'us' to 's' to match other
1670 core plugins for simplicity. 2525 core plugins for simplicity.
1671 2526
16722004-11-19 00:21 tonvoon 25272004-11-18 19:21 tonvoon
1673 2528
1674 * AUTHORS: - More great contributors... 2529 * AUTHORS: - More great contributors...
1675 2530
16762004-11-19 00:12 tonvoon 25312004-11-18 19:12 tonvoon
1677 2532
1678 * plugins/check_http.c: Options for User Agent string and extra 2533 * plugins/check_http.c: Options for User Agent string and extra
1679 headers (Ibere Tizio) 2534 headers (Ibere Tizio)
1680 2535
16812004-11-18 22:48 tonvoon 25362004-11-18 17:48 tonvoon
1682 2537
1683 * configure.in: Remove unnecessary CPPFLAGS for openssl (Lutz 2538 * configure.in: Remove unnecessary CPPFLAGS for openssl (Lutz
1684 Behnke - 686476) 2539 Behnke - 686476)
1685 2540
16862004-11-18 22:42 tonvoon 25412004-11-18 17:42 tonvoon
1687 2542
1688 * plugins/check_tcp.c: Enhance SSL initialization problems (Phil 2543 * plugins/check_tcp.c: Enhance SSL initialization problems (Phil
1689 Dibowitz - 1055120) 2544 Dibowitz - 1055120)
1690 2545
16912004-11-18 05:36 mattkent 25462004-11-18 00:36 mattkent
1692 2547
1693 * plugins/check_smtp.c: Go critical on no route to host instead of 2548 * plugins/check_smtp.c: Go critical on no route to host instead of
1694 warning (934025) 2549 warning (934025)
1695 2550
16962004-11-18 00:27 tonvoon 25512004-11-17 19:27 tonvoon
1697 2552
1698 * tools/setup: Use copy of tools for consistency if building on 2553 * tools/setup: Use copy of tools for consistency if building on
1699 different platforms from shared source 2554 different platforms from shared source
1700 2555
17012004-11-17 23:35 tonvoon 25562004-11-17 18:35 tonvoon
1702 2557
1703 * plugins/check_tcp.c: Ignore output from tcp port (949070 - 2558 * plugins/check_tcp.c: Ignore output from tcp port (949070 -
1704 Jan-Piet Mens) 2559 Jan-Piet Mens)
1705 2560
17062004-11-17 23:22 tonvoon 25612004-11-17 18:22 tonvoon
1707 2562
1708 * plugins/check_http.c: --no-body and --max-age options (949521 - 2563 * plugins/check_http.c: --no-body and --max-age options (949521 -
1709 Jamie Zawinski) 2564 Jamie Zawinski)
1710 2565
17112004-11-17 22:19 tonvoon 25662004-11-17 17:19 tonvoon
1712 2567
1713 * doc/developer-guidelines.sgml: Added section on using 2568 * doc/developer-guidelines.sgml: Added section on using
1714 Sourceforge, mainly for administrators 2569 Sourceforge, mainly for administrators
1715 2570
17162004-11-12 00:51 tonvoon 25712004-11-11 19:51 tonvoon
1717 2572
1718 * tools/update_coreutils: Tool to pull newer coreutil libs into 2573 * tools/update_coreutils: Tool to pull newer coreutil libs into
1719 nagiosplug's lib directory 2574 nagiosplug's lib directory
1720 2575
17212004-11-12 00:49 tonvoon 25762004-11-11 19:49 tonvoon
1722 2577
1723 * lib/Makefile.am, lib/error.c, lib/error.h, lib/error.m4, 2578 * lib/Makefile.am, lib/error.c, lib/error.h, lib/error.m4,
1724 lib/exit.h, lib/exitfail.c, lib/exitfail.h, lib/fsusage.c, 2579 lib/exit.h, lib/exitfail.c, lib/exitfail.h, lib/fsusage.c,
@@ -1731,968 +2586,968 @@
1731 plugins/check_disk.c, po/de.po, po/fr.po: Update to using 2586 plugins/check_disk.c, po/de.po, po/fr.po: Update to using
1732 coreutils 5.2.1 libraries and snprintf.c from samba 3.0.8 2587 coreutils 5.2.1 libraries and snprintf.c from samba 3.0.8
1733 2588
17342004-09-07 21:27 tonvoon 25892004-09-07 16:27 tonvoon
1735 2590
1736 * doc/developer-guidelines.sgml: Clarity based on comments by Ben 2591 * doc/developer-guidelines.sgml: Clarity based on comments by Ben
1737 Clewett 2592 Clewett
1738 2593
17392004-08-23 22:59 tonvoon 25942004-08-23 17:59 tonvoon
1740 2595
1741 * AUTHORS: For patch to check_nt 2596 * AUTHORS: For patch to check_nt
1742 2597
17432004-08-23 22:58 tonvoon 25982004-08-23 17:58 tonvoon
1744 2599
1745 * plugins/check_nt.c: Restore divisor for memory size reported by 2600 * plugins/check_nt.c: Restore divisor for memory size reported by
1746 Windows. Also, implements warning and critical levels for 2601 Windows. Also, implements warning and critical levels for
1747 performance counters. (Paulo Afonso Graner Fessel) 2602 performance counters. (Paulo Afonso Graner Fessel)
1748 2603
17492004-08-23 22:18 tonvoon 26042004-08-23 17:18 tonvoon
1750 2605
1751 * configure.in, plugins/check_swap.c, plugins/common.h: Using 2606 * configure.in, plugins/check_swap.c, plugins/common.h: Using
1752 swapctl for Solaris, Tru64 and *BSD (Sean Finney) 2607 swapctl for Solaris, Tru64 and *BSD (Sean Finney)
1753 2608
17542004-08-19 20:05 tonvoon 26092004-08-19 15:05 tonvoon
1755 2610
1756 * configure.in, plugins/check_swap.c, plugins/common.h: Patch for 2611 * configure.in, plugins/check_swap.c, plugins/common.h: Patch for
1757 tru64 using swapctl calls (Sean Finney) 2612 tru64 using swapctl calls (Sean Finney)
1758 2613
17592004-08-18 22:32 tonvoon 26142004-08-18 17:32 tonvoon
1760 2615
1761 * AUTHORS: Another day's work... 2616 * AUTHORS: Another day's work...
1762 2617
17632004-08-18 22:25 tonvoon 26182004-08-18 17:25 tonvoon
1764 2619
1765 * plugins/check_dig.c: Checks different record types and checks 2620 * plugins/check_dig.c: Checks different record types and checks
1766 against an expected address (Bill Kunkel) 2621 against an expected address (Bill Kunkel)
1767 2622
17682004-08-18 21:36 tonvoon 26232004-08-18 16:36 tonvoon
1769 2624
1770 * configure.in: Support for check_swap on NetBSD/OpenBSD (Sean 2625 * configure.in: Support for check_swap on NetBSD/OpenBSD (Sean
1771 Finney) 2626 Finney)
1772 2627
17732004-08-18 21:25 tonvoon 26282004-08-18 16:25 tonvoon
1774 2629
1775 * plugins-scripts/check_oracle.sh: More specific test for sid (Paul 2630 * plugins-scripts/check_oracle.sh: More specific test for sid (Paul
1776 Allen) 2631 Allen)
1777 2632
17782004-08-18 21:21 tonvoon 26332004-08-18 16:21 tonvoon
1779 2634
1780 * plugins/check_disk.c: Fixed perfdata so that shows amount used 2635 * plugins/check_disk.c: Fixed perfdata so that shows amount used
1781 (Garry Cook) 2636 (Garry Cook)
1782 2637
17832004-08-18 20:51 tonvoon 26382004-08-18 15:51 tonvoon
1784 2639
1785 * plugins-scripts/check_ifstatus.pl: Perfdata corrected (Garry 2640 * plugins-scripts/check_ifstatus.pl: Perfdata corrected (Garry
1786 Cook) 2641 Cook)
1787 2642
17882004-08-18 20:46 tonvoon 26432004-08-18 15:46 tonvoon
1789 2644
1790 * plugins-scripts/check_oracle.sh: Fix for similar dataabase sids 2645 * plugins-scripts/check_oracle.sh: Fix for similar dataabase sids
1791 (Carole Verdon) 2646 (Carole Verdon)
1792 2647
17932004-08-18 20:41 tonvoon 26482004-08-18 15:41 tonvoon
1794 2649
1795 * AUTHORS: Gary Cook for perfdata for check_nt 2650 * AUTHORS: Gary Cook for perfdata for check_nt
1796 2651
17972004-08-18 20:40 tonvoon 26522004-08-18 15:40 tonvoon
1798 2653
1799 * plugins/check_nt.c: Perfdata added (Gary Cook) 2654 * plugins/check_nt.c: Perfdata added (Gary Cook)
1800 2655
18012004-06-26 17:39 tonvoon 26562004-06-26 12:39 tonvoon
1802 2657
1803 * tools/sfsnapshot: Change of compile server and cleanups 2658 * tools/sfsnapshot: Change of compile server and cleanups
1804 2659
18052004-06-26 06:13 tonvoon 26602004-06-26 01:13 tonvoon
1806 2661
1807 * tools/sfsnapshot: Remove need to alter configure.in. Using 2662 * tools/sfsnapshot: Remove need to alter configure.in. Using
1808 different compile farms for SF to do the compiling 2663 different compile farms for SF to do the compiling
1809 2664
18102004-05-24 15:22 tonvoon 26652004-05-24 10:22 tonvoon
1811 2666
1812 * AUTHORS: Ben Clewett 2667 * AUTHORS: Ben Clewett
1813 2668
18142004-05-24 15:21 tonvoon 26692004-05-24 10:21 tonvoon
1815 2670
1816 * lib/Makefile.am: Missed getloadavg.c (Ben Clewett) 2671 * lib/Makefile.am: Missed getloadavg.c (Ben Clewett)
1817 2672
18182004-05-20 07:09 egalstad 26732004-05-20 02:09 egalstad
1819 2674
1820 * contrib/check_dhcp.c: DHCP bug fix 2675 * contrib/check_dhcp.c: DHCP bug fix
1821 2676
18222004-05-10 11:25 tonvoon 26772004-05-10 06:25 tonvoon
1823 2678
1824 * configure.in: Set EXTRAS with check_swap if ac_cv_have_swap is 2679 * configure.in: Set EXTRAS with check_swap if ac_cv_have_swap is
1825 set 2680 set
1826 2681
18272004-04-30 12:12 tonvoon 26822004-04-30 07:12 tonvoon
1828 2683
1829 * configure.in: ps -el for HP-UX 2684 * configure.in: ps -el for HP-UX
1830 2685
18312004-04-29 16:08 tonvoon 26862004-04-29 11:08 tonvoon
1832 2687
1833 * configure.in: Bug in ps -el for AIX 4.1 2688 * configure.in: Bug in ps -el for AIX 4.1
1834 2689
18352004-04-29 12:13 tonvoon 26902004-04-29 07:13 tonvoon
1836 2691
1837 * AUTHORS: Sven for HP-UX requirements 2692 * AUTHORS: Sven for HP-UX requirements
1838 2693
18392004-04-29 12:12 tonvoon 26942004-04-29 07:12 tonvoon
1840 2695
1841 * REQUIREMENTS: HP-UX requirements (Sven Schaffranneck) 2696 * REQUIREMENTS: HP-UX requirements (Sven Schaffranneck)
1842 2697
18432004-04-19 14:13 sghosh 26982004-04-19 09:13 sghosh
1844 2699
1845 * contrib/check_nagios_db_pg.pl, AUTHORS: Postgres backend monitor 2700 * contrib/check_nagios_db_pg.pl, AUTHORS: Postgres backend monitor
1846 2701
18472004-04-19 14:10 sghosh 27022004-04-19 09:10 sghosh
1848 2703
1849 * AUTHORS, plugins-scripts/check_mssql.pl: check_mssql.pl 2704 * AUTHORS, plugins-scripts/check_mssql.pl: check_mssql.pl
1850 2705
18512004-04-19 14:08 sghosh 27062004-04-19 09:08 sghosh
1852 2707
1853 * README: Win32 plugin repository 2708 * README: Win32 plugin repository
1854 2709
18552004-04-08 12:05 tonvoon 27102004-04-08 07:05 tonvoon
1856 2711
1857 * AUTHORS: Torsten Werner for check_racle patches 2712 * AUTHORS: Torsten Werner for check_racle patches
1858 2713
18592004-04-08 12:05 tonvoon 27142004-04-08 07:05 tonvoon
1860 2715
1861 * plugins-scripts/check_oracle.sh: Cleaner calls to awk and support 2716 * plugins-scripts/check_oracle.sh: Cleaner calls to awk and support
1862 if Oracle has different national language settings (Torsten 2717 if Oracle has different national language settings (Torsten
1863 Werner) 2718 Werner)
1864 2719
18652004-04-08 11:50 tonvoon 27202004-04-08 06:50 tonvoon
1866 2721
1867 * plugins-scripts/check_oracle.sh: Cleaner calls to awk and support 2722 * plugins-scripts/check_oracle.sh: Cleaner calls to awk and support
1868 if Oracle has different national language settings (Torsten 2723 if Oracle has different national language settings (Torsten
1869 Werner) 2724 Werner)
1870 2725
18712004-04-06 17:02 tonvoon 27262004-04-06 12:02 tonvoon
1872 2727
1873 * configure.in, plugins/check_procs.c: Fixed weird scanf bug on 2728 * configure.in, plugins/check_procs.c: Fixed weird scanf bug on
1874 Solaris 2729 Solaris
1875 2730
18762004-04-02 20:37 kdebisschop 27312004-04-02 14:37 kdebisschop
1877 2732
1878 * plugins/check_by_ssh.c: add example invocation to help 2733 * plugins/check_by_ssh.c: add example invocation to help
1879 2734
18802004-04-01 00:01 tonvoon 27352004-03-31 18:01 tonvoon
1881 2736
1882 * AUTHORS: Howard Wilkinson 2737 * AUTHORS: Howard Wilkinson
1883 2738
18842004-03-31 23:53 tonvoon 27392004-03-31 17:53 tonvoon
1885 2740
1886 * plugins/check_nt.c: Command line argument bug (Howard Wilkinson) 2741 * plugins/check_nt.c: Command line argument bug (Howard Wilkinson)
1887 2742
18882004-03-31 23:48 tonvoon 27432004-03-31 17:48 tonvoon
1889 2744
1890 * plugins/netutils.c: Set default state (Howard Wilkinson) 2745 * plugins/netutils.c: Set default state (Howard Wilkinson)
1891 2746
18922004-03-31 20:20 tonvoon 27472004-03-31 14:20 tonvoon
1893 2748
1894 * doc/developer-guidelines.sgml: Update author list 2749 * doc/developer-guidelines.sgml: Update author list
1895 2750
18962004-03-23 06:35 kdebisschop 27512004-03-23 01:35 kdebisschop
1897 2752
1898 * plugins/check_fping.c: check was supposed to be agains ms - got 2753 * plugins/check_fping.c: check was supposed to be agains ms - got
1899 munged wfixeg the perfdata output to be in seconds 2754 munged wfixeg the perfdata output to be in seconds
1900 2755
19012004-03-22 07:25 tonvoon 27562004-03-22 02:25 tonvoon
1902 2757
1903 * plugins/check_http.c: Getopt bug (Joe Rhett) 2758 * plugins/check_http.c: Getopt bug (Joe Rhett)
1904 2759
19052004-03-22 07:22 tonvoon 27602004-03-22 02:22 tonvoon
1906 2761
1907 * AUTHORS: Joe Rhett for getopt bug 2762 * AUTHORS: Joe Rhett for getopt bug
1908 2763
19092004-03-22 07:19 tonvoon 27642004-03-22 02:19 tonvoon
1910 2765
1911 * plugins/check_http.c: Option --url not mapped (Joe Rhett) 2766 * plugins/check_http.c: Option --url not mapped (Joe Rhett)
1912 2767
19132004-03-18 20:58 tonvoon 27682004-03-18 15:58 tonvoon
1914 2769
1915 * AUTHORS: More help for patches 2770 * AUTHORS: More help for patches
1916 2771
19172004-03-18 20:50 tonvoon 27722004-03-18 15:50 tonvoon
1918 2773
1919 * plugins/check_disk.c: Typo in check_disk units (Matthew Kent - 2774 * plugins/check_disk.c: Typo in check_disk units (Matthew Kent -
1920 909281) 2775 909281)
1921 2776
19222004-03-18 20:40 tonvoon 27772004-03-18 15:40 tonvoon
1923 2778
1924 * configure.in: Mysql include path not added correctly (Arnold 2779 * configure.in: Mysql include path not added correctly (Arnold
1925 Cavazos - 912974) 2780 Cavazos - 912974)
1926 2781
19272004-03-18 20:37 tonvoon 27822004-03-18 15:37 tonvoon
1928 2783
1929 * configure.in: Mysql include path not added correctly (Arnold 2784 * configure.in: Mysql include path not added correctly (Arnold
1930 Cavazos - 912974) 2785 Cavazos - 912974)
1931 2786
19322004-03-18 20:31 tonvoon 27872004-03-18 15:31 tonvoon
1933 2788
1934 * plugins/check_radius.c: Option to fill in NAS-identifier to 2789 * plugins/check_radius.c: Option to fill in NAS-identifier to
1935 Emulate pam_radius behaviour (Alexander Kulak) 2790 Emulate pam_radius behaviour (Alexander Kulak)
1936 2791
19372004-03-17 20:38 tonvoon 27922004-03-17 15:38 tonvoon
1938 2793
1939 * doc/developer-guidelines.sgml: Copyright information for patches 2794 * doc/developer-guidelines.sgml: Copyright information for patches
1940 2795
19412004-03-14 04:09 kdebisschop 27962004-03-13 23:09 kdebisschop
1942 2797
1943 * plugins/: check_ldap.c, check_load.c, check_mrtgtraf.c, 2798 * plugins/: check_ldap.c, check_load.c, check_mrtgtraf.c,
1944 check_pgsql.c, check_smtp.c, check_tcp.c, check_ups.c: use 2799 check_pgsql.c, check_smtp.c, check_tcp.c, check_ups.c: use
1945 fperfdata 2800 fperfdata
1946 2801
19472004-03-14 03:37 kdebisschop 28022004-03-13 22:37 kdebisschop
1948 2803
1949 * plugins/check_fping.c: use fperfdata 2804 * plugins/check_fping.c: use fperfdata
1950 2805
19512004-03-12 03:40 egalstad 28062004-03-11 22:40 egalstad
1952 2807
1953 * contrib/check_cluster2.c: New cluster plugin for Nagios 2.x 2808 * contrib/check_cluster2.c: New cluster plugin for Nagios 2.x
1954 2809
19552004-03-11 15:33 tonvoon 28102004-03-11 10:33 tonvoon
1956 2811
1957 * CHANGES: check_procs difference 2812 * CHANGES: check_procs difference
1958 2813
19592004-03-11 15:17 tonvoon 28142004-03-11 10:17 tonvoon
1960 2815
1961 * plugins/check_nagios.c: Incorporate check_proc changes into 2816 * plugins/check_nagios.c: Incorporate check_proc changes into
1962 check_nagios. ps handling probably should be moved into utils.c 2817 check_nagios. ps handling probably should be moved into utils.c
1963 in future 2818 in future
1964 2819
19652004-03-08 21:03 tonvoon 28202004-03-08 16:03 tonvoon
1966 2821
1967 * configure.in: Require ngettext 2822 * configure.in: Require ngettext
1968 2823
19692004-03-08 21:01 tonvoon 28242004-03-08 16:01 tonvoon
1970 2825
1971 * doc/developer-guidelines.sgml: Information on plugin output 2826 * doc/developer-guidelines.sgml: Information on plugin output
1972 format 2827 format
1973 2828
19742004-03-04 05:08 kdebisschop 28292004-03-04 00:08 kdebisschop
1975 2830
1976 * plugins/: check_dig.c, check_dns.c, check_game.c: use float for 2831 * plugins/: check_dig.c, check_dns.c, check_game.c: use float for
1977 time in perf data 2832 time in perf data
1978 2833
19792004-03-03 12:33 kdebisschop 28342004-03-03 07:33 kdebisschop
1980 2835
1981 * plugins/: check_http.c, utils.c: begin writing some perfdata as 2836 * plugins/: check_http.c, utils.c: begin writing some perfdata as
1982 float 2837 float
1983 2838
19842004-03-03 04:24 kdebisschop 28392004-03-02 23:24 kdebisschop
1985 2840
1986 * contrib/check_pop3.pl: fix loop and \r\n (Jason Burnett - 2841 * contrib/check_pop3.pl: fix loop and \r\n (Jason Burnett -
1987 http://sourceforge.net/tracker/index.php?func=detail&aid=895677&group_id=29880&atid=397599) 2842 http://sourceforge.net/tracker/index.php?func=detail&aid=895677&group_id=29880&atid=397599)
1988 2843
19892004-03-03 03:48 kdebisschop 28442004-03-02 22:48 kdebisschop
1990 2845
1991 * plugins/check_disk.c: check_disk was getting blocks instead of 2846 * plugins/check_disk.c: check_disk was getting blocks instead of
1992 bytes (Michael Musikhin - 2847 bytes (Michael Musikhin -
1993 http://sourceforge.net/tracker/index.php?func=detail&aid=900215&group_id=29880&atid=397599) 2848 http://sourceforge.net/tracker/index.php?func=detail&aid=900215&group_id=29880&atid=397599)
1994 2849
19952004-03-02 17:44 kdebisschop 28502004-03-02 12:44 kdebisschop
1996 2851
1997 * pkg/redhat/requires: attempt to prune requires 2852 * pkg/: redhat/requires, fedora/requires: attempt to prune requires
1998 2853
19992004-03-02 06:17 kdebisschop 28542004-03-02 01:17 kdebisschop
2000 2855
2001 * Makefile.am, nagios-plugins.spec.in: make specfile into a 2856 * Makefile.am, nagios-plugins.spec.in, pkg/fedora/requires: make
2002 template which can generate a generic spec plus specs suitable 2857 specfile into a template which can generate a generic spec plus
2003 for various repositories 2858 specs suitable for various repositories
2004 2859
20052004-03-02 06:13 kdebisschop 28602004-03-02 01:13 kdebisschop
2006 2861
2007 * configure.in: prpare for alpha2 2862 * configure.in: prpare for alpha2
2008 2863
20092004-03-02 05:25 kdebisschop 28642004-03-02 00:25 kdebisschop
2010 2865
2011 * plugins/check_http.c: relax check for -w/-c to accept floats (bug 2866 * plugins/check_http.c: relax check for -w/-c to accept floats (bug
2012 report from Warrick FitzGerald) 2867 report from Warrick FitzGerald)
2013 2868
20142004-03-02 05:01 kdebisschop 28692004-03-02 00:01 kdebisschop
2015 2870
2016 * AUTHORS, plugins/check_swap.c: fix div by zero error when 2871 * AUTHORS, plugins/check_swap.c: fix div by zero error when
2017 swaptotal is zero (Flo Gleixner) 2872 swaptotal is zero (Flo Gleixner)
2018 2873
20192004-03-01 12:27 kdebisschop 28742004-03-01 07:27 kdebisschop
2020 2875
2021 * plugins/: check_tcp.c, netutils.c: check_tcp was returning 2876 * plugins/: check_tcp.c, netutils.c: check_tcp was returning
2022 uninitialized string with user-defined refused outcome 2877 uninitialized string with user-defined refused outcome
2023 2878
20242004-03-01 06:15 kdebisschop 28792004-03-01 01:15 kdebisschop
2025 2880
2026 * plugins/check_smtp.c: allow regex for ecpect checks 2881 * plugins/check_smtp.c: allow regex for ecpect checks
2027 2882
20282004-02-29 04:09 kdebisschop 28832004-02-28 23:09 kdebisschop
2029 2884
2030 * plugins/: check_nwstat.c, netutils.c, netutils.h: was making up 2885 * plugins/: check_nwstat.c, netutils.c, netutils.h: was making up
2031 to 34 separate tcp connections - now we open one and reuse 2886 to 34 separate tcp connections - now we open one and reuse
2032 2887
20332004-02-28 07:27 kdebisschop 28882004-02-28 02:27 kdebisschop
2034 2889
2035 * plugins/check_snmp.c: checks for warn in check_num() mistakenly 2890 * plugins/check_snmp.c: checks for warn in check_num() mistakenly
2036 referred to crit limits 2891 referred to crit limits
2037 2892
20382004-02-28 06:51 kdebisschop 28932004-02-28 01:51 kdebisschop
2039 2894
2040 * plugins/check_smtp.c: minor doco update to reflect handling of 2895 * plugins/check_smtp.c: minor doco update to reflect handling of
2041 repeated caoomand strings 2896 repeated caoomand strings
2042 2897
20432004-02-28 06:48 kdebisschop 28982004-02-28 01:48 kdebisschop
2044 2899
2045 * plugins/check_smtp.c: work in progress to accept multiple 2900 * plugins/check_smtp.c: work in progress to accept multiple
2046 command/expect pairs 2901 command/expect pairs
2047 2902
20482004-02-28 04:54 kdebisschop 29032004-02-27 23:54 kdebisschop
2049 2904
2050 * plugins/check_swap.c: update to work with Linux 2.6 /proc/meminfo 2905 * plugins/check_swap.c: update to work with Linux 2.6 /proc/meminfo
2051 format 2906 format
2052 2907
20532004-02-25 08:50 kdebisschop 29082004-02-25 03:50 kdebisschop
2054 2909
2055 * AUTHORS, plugins/check_dns.c: check server for authoritative 2910 * AUTHORS, plugins/check_dns.c: check server for authoritative
2056 status (from Jon Hallet) 2911 status (from Jon Hallet)
2057 2912
20582004-02-25 08:12 kdebisschop 29132004-02-25 03:12 kdebisschop
2059 2914
2060 * plugins/check_swap.c: change some datatypes to llu for very large 2915 * plugins/check_swap.c: change some datatypes to llu for very large
2061 swaps 2916 swaps
2062 2917
20632004-02-25 07:49 kdebisschop 29182004-02-25 02:49 kdebisschop
2064 2919
2065 * configure.in, plugins/check_ping.c: pass timeout to ping if 2920 * configure.in, plugins/check_ping.c: pass timeout to ping if
2066 supported with -w parameter (linux) 2921 supported with -w parameter (linux)
2067 2922
20682004-02-21 05:37 kdebisschop 29232004-02-21 00:37 kdebisschop
2069 2924
2070 * plugins/check_by_ssh.c: add option to ignore a specified number 2925 * plugins/check_by_ssh.c: add option to ignore a specified number
2071 of lines on stderr (to suppress a login banner) 2926 of lines on stderr (to suppress a login banner)
2072 2927
20732004-02-21 03:50 kdebisschop 29282004-02-20 22:50 kdebisschop
2074 2929
2075 * plugins-scripts/check_breeze.pl: add $opt_C to 'use vars' (report 2930 * plugins-scripts/check_breeze.pl: add $opt_C to 'use vars' (report
2076 882381 and patch form Jason Martin) 2931 882381 and patch form Jason Martin)
2077 2932
20782004-02-21 03:44 kdebisschop 29332004-02-20 22:44 kdebisschop
2079 2934
2080 * AUTHORS: Add Jason Martin for report of missing $opt_C for 'use 2935 * AUTHORS: Add Jason Martin for report of missing $opt_C for 'use
2081 vars' in check_breeze 2936 vars' in check_breeze
2082 2937
20832004-02-21 03:42 kdebisschop 29382004-02-20 22:42 kdebisschop
2084 2939
2085 * plugins-scripts/check_breeze.pl: add opt_C to 'usr vars' 2940 * plugins-scripts/check_breeze.pl: add opt_C to 'usr vars'
2086 2941
20872004-02-20 19:35 tonvoon 29422004-02-20 14:35 tonvoon
2088 2943
2089 * plugins/check_http.c: - Missed out getopt for -T 2944 * plugins/check_http.c: - Missed out getopt for -T
2090 2945
20912004-02-20 05:25 kdebisschop 29462004-02-20 00:25 kdebisschop
2092 2947
2093 * contrib/check_dhcp.c, contrib/check_procl.sh, 2948 * contrib/check_dhcp.c, contrib/check_procl.sh,
2094 plugins/check_snmp.c, plugins/negate.c, plugins/netutils.c, 2949 plugins/check_snmp.c, plugins/negate.c, plugins/netutils.c,
2095 plugins/urlize.c: spell fix "received" 2950 plugins/urlize.c: spell fix "received"
2096 2951
20972004-02-20 05:22 kdebisschop 29522004-02-20 00:22 kdebisschop
2098 2953
2099 * plugins/check_snmp.c, plugins/negate.c, plugins/netutils.c, 2954 * plugins/check_snmp.c, plugins/negate.c, plugins/netutils.c,
2100 plugins/urlize.c, contrib/check_dhcp.c: spell fix "received" 2955 plugins/urlize.c, contrib/check_dhcp.c: spell fix "received"
2101 2956
21022004-02-20 05:21 kdebisschop 29572004-02-20 00:21 kdebisschop
2103 2958
2104 * plugins/: utils.c, utils.h: add perfdata function for floats to 2959 * plugins/: utils.c, utils.h: add perfdata function for floats to
2105 complement ints, also spell fix "received" 2960 complement ints, also spell fix "received"
2106 2961
21072004-02-20 05:19 kdebisschop 29622004-02-20 00:19 kdebisschop
2108 2963
2109 * AUTHORS: add Ralph Rye for report of check_procs segfault on 2964 * AUTHORS: add Ralph Rye for report of check_procs segfault on
2110 AIX/WebSphere and proof-of-concept patch 2965 AIX/WebSphere and proof-of-concept patch
2111 2966
21122004-02-20 05:04 kdebisschop 29672004-02-20 00:04 kdebisschop
2113 2968
2114 * plugins/check_procs.c: handle case where line from ps output 2969 * plugins/check_procs.c: handle case where line from ps output
2115 exceed MAX_INPUT_BUFFER 2970 exceed MAX_INPUT_BUFFER
2116 2971
21172004-02-20 03:37 tonvoon 29722004-02-19 22:37 tonvoon
2118 2973
2119 * AUTHORS: Shaun Wills for patch to check_http 2974 * AUTHORS: Shaun Wills for patch to check_http
2120 2975
21212004-02-20 03:21 tonvoon 29762004-02-19 22:21 tonvoon
2122 2977
2123 * plugins/check_http.c: Added Content-type when POSTing (Shawn 2978 * plugins/check_http.c: Added Content-type when POSTing (Shawn
2124 Wills) 2979 Wills)
2125 2980
21262004-02-20 03:00 tonvoon 29812004-02-19 22:00 tonvoon
2127 2982
2128 * plugins/check_procs.c: - compiler warning removed (but usage2 2983 * plugins/check_procs.c: - compiler warning removed (but usage2
2129 messages badly broken) 2984 messages badly broken)
2130 2985
21312004-02-20 02:58 tonvoon 29862004-02-19 21:58 tonvoon
2132 2987
2133 * AUTHORS: Matt Pounsett for bug report 2988 * AUTHORS: Matt Pounsett for bug report
2134 2989
21352004-02-20 02:09 tonvoon 29902004-02-19 21:09 tonvoon
2136 2991
2137 * plugins/check_dns.c: Different text to scan for if multiple 2992 * plugins/check_dns.c: Different text to scan for if multiple
2138 addresses 2993 addresses
2139 2994
21402004-02-20 01:05 tonvoon 29952004-02-19 20:05 tonvoon
2141 2996
2142 * plugins/check_swap.c: Corrected usage message (Matt Pounsett) 2997 * plugins/check_swap.c: Corrected usage message (Matt Pounsett)
2143 2998
21442004-02-19 13:24 tonvoon 29992004-02-19 08:24 tonvoon
2145 3000
2146 * AUTHORS: Michael Musikhin for check_disk patch 3001 * AUTHORS: Michael Musikhin for check_disk patch
2147 3002
21482004-02-19 13:23 tonvoon 30032004-02-19 08:23 tonvoon
2149 3004
2150 * plugins/check_disk.c: Uninitialised variables for -X (Bug 900091 3005 * plugins/check_disk.c: Uninitialised variables for -X (Bug 900091
2151 - Michael Musikhin) 3006 - Michael Musikhin)
2152 3007
21532004-02-18 14:57 kdebisschop 30082004-02-18 09:57 kdebisschop
2154 3009
2155 * configure.in: version bump (old) 3010 * configure.in: version bump (old)
2156 3011
21572004-02-18 14:56 kdebisschop 30122004-02-18 09:56 kdebisschop
2158 3013
2159 * acinclude.m4, lib/afs.m4, lib/fstypename.m4, lib/fsusage.m4: 3014 * acinclude.m4, lib/afs.m4, lib/fstypename.m4, lib/fsusage.m4:
2160 underquoted defines cause warning on FC2 3015 underquoted defines cause warning on FC2
2161 3016
21622004-02-18 02:11 tonvoon 30172004-02-17 21:11 tonvoon
2163 3018
2164 * AUTHORS: Johannes Herlitz for patch to check_dns 3019 * AUTHORS: Johannes Herlitz for patch to check_dns
2165 3020
21662004-02-18 02:09 tonvoon 30212004-02-17 21:09 tonvoon
2167 3022
2168 * plugins/check_dns.c: Output message includes the query_address, 3023 * plugins/check_dns.c: Output message includes the query_address,
2169 as inspired by Johannes Herlitz. Also cleanup of comments and 3024 as inspired by Johannes Herlitz. Also cleanup of comments and
2170 handles multi-line nslookup output (MacOSX 10.3) 3025 handles multi-line nslookup output (MacOSX 10.3)
2171 3026
21722004-02-17 13:24 tonvoon 30272004-02-17 08:24 tonvoon
2173 3028
2174 * AUTHORS: David Alden for check_snmp_procs.pl 3029 * AUTHORS: David Alden for check_snmp_procs.pl
2175 3030
21762004-02-17 13:23 tonvoon 30312004-02-17 08:23 tonvoon
2177 3032
2178 * contrib/check_snmp_procs.pl: Checks remote processes via SNMP 3033 * contrib/check_snmp_procs.pl: Checks remote processes via SNMP
2179 (David Alden) 3034 (David Alden)
2180 3035
21812004-02-09 08:32 tonvoon 30362004-02-09 03:32 tonvoon
2182 3037
2183 * AUTHORS: Patrick McCormick 3038 * AUTHORS: Patrick McCormick
2184 3039
21852004-02-09 08:27 tonvoon 30402004-02-09 03:27 tonvoon
2186 3041
2187 * plugins/check_ping.c: Fix for check_ping old-style argument 3042 * plugins/check_ping.c: Fix for check_ping old-style argument
2188 handling (Patrick McCormick - 892211) 3043 handling (Patrick McCormick - 892211)
2189 3044
21902004-01-28 11:42 tonvoon 30452004-01-28 06:42 tonvoon
2191 3046
2192 * plugins/check_dummy.c: Print optional text 3047 * plugins/check_dummy.c: Print optional text
2193 3048
21942004-01-21 12:50 kdebisschop 30492004-01-21 07:50 kdebisschop
2195 3050
2196 * AUTHORS: credit David Croft (patch check_tcp formultibyte malloc 3051 * AUTHORS: credit David Croft (patch check_tcp formultibyte malloc
2197 bug in server_expect) 3052 bug in server_expect)
2198 3053
21992004-01-21 12:49 kdebisschop 30542004-01-21 07:49 kdebisschop
2200 3055
2201 * plugins/check_tcp.c: =fix segfault on malloc of server_expect for 3056 * plugins/check_tcp.c: =fix segfault on malloc of server_expect for
2202 multibyte chars (David Croft) 3057 multibyte chars (David Croft)
2203 3058
22042004-01-21 12:46 kdebisschop 30592004-01-21 07:46 kdebisschop
2205 3060
2206 * AUTHORS: credit David Croft (patch check_tcp formultibyte malloc 3061 * AUTHORS: credit David Croft (patch check_tcp formultibyte malloc
2207 bug in server_expect) 3062 bug in server_expect)
2208 3063
22092004-01-21 12:45 kdebisschop 30642004-01-21 07:45 kdebisschop
2210 3065
2211 * plugins/check_tcp.c: =fix segfault on malloc of server_expect for 3066 * plugins/check_tcp.c: =fix segfault on malloc of server_expect for
2212 multibyte chars (David Croft) 3067 multibyte chars (David Croft)
2213 3068
22142004-01-18 20:07 sghosh 30692004-01-18 15:07 sghosh
2215 3070
2216 * contrib/check_snmp_printer.pl: plugin to check printer status via 3071 * contrib/check_snmp_printer.pl: plugin to check printer status via
2217 snmp, includes page count as perfdata; perl plugin 3072 snmp, includes page count as perfdata; perl plugin
2218 3073
22192003-12-24 08:51 tonvoon 30742003-12-24 03:51 tonvoon
2220 3075
2221 * AUTHORS: Bug reporter 3076 * AUTHORS: Bug reporter
2222 3077
22232003-12-24 08:51 tonvoon 30782003-12-24 03:51 tonvoon
2224 3079
2225 * plugins/check_swap.c: Fixed help doc on use of % (854817 - Gunnar 3080 * plugins/check_swap.c: Fixed help doc on use of % (854817 - Gunnar
2226 Hellekson) 3081 Hellekson)
2227 3082
22282003-12-18 09:24 tonvoon 30832003-12-18 04:24 tonvoon
2229 3084
2230 * README: Reference to CHANGES file 3085 * README: Reference to CHANGES file
2231 3086
22322003-12-18 09:19 tonvoon 30872003-12-18 04:19 tonvoon
2233 3088
2234 * Makefile.am: Add CHANGES file to distribution 3089 * Makefile.am: Add CHANGES file to distribution
2235 3090
22362003-12-18 09:15 tonvoon 30912003-12-18 04:15 tonvoon
2237 3092
2238 * CHANGES: List major changes between releases 3093 * CHANGES: List major changes between releases
2239 3094
22402003-12-11 10:00 tonvoon 30952003-12-11 05:00 tonvoon
2241 3096
2242 * AUTHORS: For patch to check_http 3097 * AUTHORS: For patch to check_http
2243 3098
22442003-12-11 10:00 tonvoon 30992003-12-11 05:00 tonvoon
2245 3100
2246 * plugins/check_http.c: Relative redirects not followed correctly 3101 * plugins/check_http.c: Relative redirects not followed correctly
2247 (854131 - John Sivak) 3102 (854131 - John Sivak)
2248 3103
22492003-12-05 18:12 tonvoon 31042003-12-05 13:12 tonvoon
2250 3105
2251 * AUTHORS: Ben Whaley for reported Solaris 8 /usr/ucb/ps problem in 3106 * AUTHORS: Ben Whaley for reported Solaris 8 /usr/ucb/ps problem in
2252 configure.in 3107 configure.in
2253 3108
22542003-12-05 18:08 tonvoon 31092003-12-05 13:08 tonvoon
2255 3110
2256 * configure.in: Not correctly working out ps command if /usr/ucb 3111 * configure.in: Not correctly working out ps command if /usr/ucb
2257 before /usr/bin in PATH for Solaris (reported by Ben Whaley) 3112 before /usr/bin in PATH for Solaris (reported by Ben Whaley)
2258 3113
22592003-12-05 16:45 tonvoon 31142003-12-05 11:45 tonvoon
2260 3115
2261 * AUTHORS: Patch to my_connect 3116 * AUTHORS: Patch to my_connect
2262 3117
22632003-12-05 16:42 tonvoon 31182003-12-05 11:42 tonvoon
2264 3119
2265 * plugins/: netutils.c, netutils.h: Fix clash of namespace for 3120 * plugins/: netutils.c, netutils.h: Fix clash of namespace for
2266 my_connect with mysql (854339 - Ian Holsman) 3121 my_connect with mysql (854339 - Ian Holsman)
2267 3122
22682003-12-02 15:27 tonvoon 31232003-12-02 10:27 tonvoon
2269 3124
2270 * plugins/check_disk.c: Default thresholds not defined for lists in 3125 * plugins/check_disk.c: Default thresholds not defined for lists in
2271 -x parameter (raised by Matt Garrett) 3126 -x parameter (raised by Matt Garrett)
2272 3127
22732003-12-01 02:47 kdebisschop 31282003-11-30 21:47 kdebisschop
2274 3129
2275 * po/: de.po, fr.po: commit changes caused by upstream code mods 3130 * po/: de.po, fr.po: commit changes caused by upstream code mods
2276 3131
22772003-12-01 02:46 kdebisschop 31322003-11-30 21:46 kdebisschop
2278 3133
2279 * plugins/check_procs.c: use usage2 function 3134 * plugins/check_procs.c: use usage2 function
2280 3135
22812003-12-01 02:38 kdebisschop 31362003-11-30 21:38 kdebisschop
2282 3137
2283 * nagios-plugins.spec.in: add THANKS to %doc 3138 * nagios-plugins.spec.in: add THANKS to %doc
2284 3139
22852003-11-28 14:18 tonvoon 31402003-11-28 09:18 tonvoon
2286 3141
2287 * plugins/check_procs.c: Fixed listing of failed processes 3142 * plugins/check_procs.c: Fixed listing of failed processes
2288 3143
22892003-11-24 14:56 tonvoon 31442003-11-24 09:56 tonvoon
2290 3145
2291 * AUTHORS: For patches 3146 * AUTHORS: For patches
2292 3147
22932003-11-24 14:53 tonvoon 31482003-11-24 09:53 tonvoon
2294 3149
2295 * plugins/check_hpjd.c: Bug from code-clean (Antony Simmonds - 3150 * plugins/check_hpjd.c: Bug from code-clean (Antony Simmonds -
2296 846311) 3151 846311)
2297 3152
22982003-11-21 07:53 kdebisschop 31532003-11-21 02:53 kdebisschop
2299 3154
2300 * README: update auotmake/autoconf versions 3155 * README: update auotmake/autoconf versions
2301 3156
23022003-11-21 07:52 kdebisschop 31572003-11-21 02:52 kdebisschop
2303 3158
2304 * doc/developer-guidelines.sgml: update developer names 3159 * doc/developer-guidelines.sgml: update developer names
2305 3160
23062003-11-21 07:34 kdebisschop 31612003-11-21 02:34 kdebisschop
2307 3162
2308 * INSTALLING: our policy now is to use most recent versions of GNU 3163 * INSTALLING: our policy now is to use most recent versions of GNU
2309 tool chain 3164 tool chain
2310 3165
23112003-11-19 06:24 kdebisschop 31662003-11-19 01:24 kdebisschop
2312 3167
2313 * plugins/check_time.c: add perfdata 3168 * plugins/check_time.c: add perfdata
2314 3169
23152003-11-19 06:00 kdebisschop 31702003-11-19 01:00 kdebisschop
2316 3171
2317 * plugins/check_smtp.c: use perfdata() to return perfoamnace data 3172 * plugins/check_smtp.c: use perfdata() to return perfoamnace data
2318 in stanadrd format 3173 in stanadrd format
2319 3174
23202003-11-17 11:45 kdebisschop 31752003-11-17 06:45 kdebisschop
2321 3176
2322 * plugins/check_ups.c: bugfix - each supported option was 3177 * plugins/check_ups.c: bugfix - each supported option was
2323 overwriting the previous perfdata 3178 overwriting the previous perfdata
2324 3179
23252003-11-17 07:19 kdebisschop 31802003-11-17 02:19 kdebisschop
2326 3181
2327 * plugins/check_ups.c: add perfdata 3182 * plugins/check_ups.c: add perfdata
2328 3183
23292003-11-17 06:37 kdebisschop 31842003-11-17 01:37 kdebisschop
2330 3185
2331 * plugins/check_pgsql.c: add perfdata 3186 * plugins/check_pgsql.c: add perfdata
2332 3187
23332003-11-12 06:05 kdebisschop 31882003-11-12 01:05 kdebisschop
2334 3189
2335 * plugins/check_snmp.c: clean up compiler warnings 3190 * plugins/check_snmp.c: clean up compiler warnings
2336 3191
23372003-11-12 05:53 kdebisschop 31922003-11-12 00:53 kdebisschop
2338 3193
2339 * plugins/check_nt.c: clean up compiler warnings 3194 * plugins/check_nt.c: clean up compiler warnings
2340 3195
23412003-11-12 05:48 kdebisschop 31962003-11-12 00:48 kdebisschop
2342 3197
2343 * plugins/check_mrtg.c: clean up compiler warnings 3198 * plugins/check_mrtg.c: clean up compiler warnings
2344 3199
23452003-11-12 05:41 kdebisschop 32002003-11-12 00:41 kdebisschop
2346 3201
2347 * plugins/check_mrtgtraf.c: clean up compiler warnings 3202 * plugins/check_mrtgtraf.c: clean up compiler warnings
2348 3203
23492003-11-12 05:37 kdebisschop 32042003-11-12 00:37 kdebisschop
2350 3205
2351 * plugins/check_swap.c: clean up compiler warnings 3206 * plugins/check_swap.c: clean up compiler warnings
2352 3207
23532003-11-12 05:29 kdebisschop 32082003-11-12 00:29 kdebisschop
2354 3209
2355 * plugins/check_mrtgtraf.c: add perfdata 3210 * plugins/check_mrtgtraf.c: add perfdata
2356 3211
23572003-11-12 05:28 kdebisschop 32122003-11-12 00:28 kdebisschop
2358 3213
2359 * plugins/check_dig.c: remove overflow checks of strtod - HUGE_VALF 3214 * plugins/check_dig.c: remove overflow checks of strtod - HUGE_VALF
2360 requires C99; also remove equality checks on warn/crit interval 3215 requires C99; also remove equality checks on warn/crit interval
2361 which are no doubles 3216 which are no doubles
2362 3217
23632003-11-11 10:43 tonvoon 32182003-11-11 05:43 tonvoon
2364 3219
2365 * plugins/check_tcp.c: Added perfdata 3220 * plugins/check_tcp.c: Added perfdata
2366 3221
23672003-11-11 10:34 tonvoon 32222003-11-11 05:34 tonvoon
2368 3223
2369 * plugins/check_users.c: Added perfdata 3224 * plugins/check_users.c: Added perfdata
2370 3225
23712003-11-11 10:27 tonvoon 32262003-11-11 05:27 tonvoon
2372 3227
2373 * plugins/check_swap.c: Added perfdata 3228 * plugins/check_swap.c: Added perfdata
2374 3229
23752003-11-11 10:19 tonvoon 32302003-11-11 05:19 tonvoon
2376 3231
2377 * plugins/check_swap.c: Fixed if only absolute warn/crit set 3232 * plugins/check_swap.c: Fixed if only absolute warn/crit set
2378 3233
23792003-11-10 11:15 tonvoon 32342003-11-10 06:15 tonvoon
2380 3235
2381 * plugins/utils.h: - typo fixes 3236 * plugins/utils.h: - typo fixes
2382 3237
23832003-11-05 22:59 sghosh 32382003-11-05 17:59 sghosh
2384 3239
2385 * plugins-scripts/: check_ifoperstatus.pl, check_ifstatus.pl: 3240 * plugins-scripts/: check_ifoperstatus.pl, check_ifstatus.pl:
2386 added plugin timeout options 3241 added plugin timeout options
2387 3242
23882003-10-31 04:22 kdebisschop 32432003-10-30 23:22 kdebisschop
2389 3244
2390 * plugins/check_nt.c: provide an error message 3245 * plugins/check_nt.c: provide an error message
2391 3246
23922003-10-31 04:21 kdebisschop 32472003-10-30 23:21 kdebisschop
2393 3248
2394 * plugins/check_hpjd.c: line indentation 3249 * plugins/check_hpjd.c: line indentation
2395 3250
23962003-10-31 04:20 kdebisschop 32512003-10-30 23:20 kdebisschop
2397 3252
2398 * plugins/check_load.c: add perfdata 3253 * plugins/check_load.c: add perfdata
2399 3254
24002003-10-31 04:19 kdebisschop 32552003-10-30 23:19 kdebisschop
2401 3256
2402 * plugins/check_mrtg.c: add perf data fix bug where stale data 3257 * plugins/check_mrtg.c: add perf data fix bug where stale data
2403 message would get overwritten 3258 message would get overwritten
2404 3259
24052003-10-24 14:28 tonvoon 32602003-10-24 09:28 tonvoon
2406 3261
2407 * plugins/common.h: Ignore __attribute__ for non-GNU compilers 3262 * plugins/common.h: Ignore __attribute__ for non-GNU compilers
2408 3263
24092003-10-24 10:37 tonvoon 32642003-10-24 05:37 tonvoon
2410 3265
2411 * plugins/Makefile.am: Moved config.h to toplevel 3266 * plugins/Makefile.am: Moved config.h to toplevel
2412 3267
24132003-10-23 11:24 tonvoon 32682003-10-23 06:24 tonvoon
2414 3269
2415 * lib/Makefile.am: Need to include intl/ for systems without 3270 * lib/Makefile.am: Need to include intl/ for systems without
2416 libintl.h 3271 libintl.h
2417 3272
24182003-10-21 17:16 tonvoon 32732003-10-21 12:16 tonvoon
2419 3274
2420 * AUTHORS: Matt Garrett for bug reports 3275 * AUTHORS: Matt Garrett for bug reports
2421 3276
24222003-10-21 16:56 tonvoon 32772003-10-21 11:56 tonvoon
2423 3278
2424 * plugins-scripts/check_file_age.pl: - Fixed file name (Matt 3279 * plugins-scripts/check_file_age.pl: - Fixed file name (Matt
2425 Garrett) 3280 Garrett)
2426 3281
24272003-10-20 15:03 tonvoon 32822003-10-20 10:03 tonvoon
2428 3283
2429 * configure.in, lib/fsusage.c, lib/mountlist.c: Fix for config.h at 3284 * configure.in, lib/fsusage.c, lib/mountlist.c: Fix for config.h at
2430 top level. Required for intl/ 3285 top level. Required for intl/
2431 3286
24322003-10-15 20:27 tonvoon 32872003-10-15 15:27 tonvoon
2433 3288
2434 * tools/mail_error: Need to export PATH for sfsnapshot to get 3289 * tools/mail_error: Need to export PATH for sfsnapshot to get
2435 correct GNU toolchain 3290 correct GNU toolchain
2436 3291
24372003-10-14 04:15 sghosh 32922003-10-13 23:15 sghosh
2438 3293
2439 * plugins-scripts/check_ifoperstatus.pl: snmpv3 patches 3294 * plugins-scripts/check_ifoperstatus.pl: snmpv3 patches
2440 3295
24412003-10-14 04:14 sghosh 32962003-10-13 23:14 sghosh
2442 3297
2443 * plugins-scripts/check_ifstatus.pl: more snmpv3 patches 3298 * plugins-scripts/check_ifstatus.pl: more snmpv3 patches
2444 3299
24452003-10-14 03:40 sghosh 33002003-10-13 22:40 sghosh
2446 3301
2447 * plugins-scripts/check_ntp.pl: Bug 773588: added check to warn on 3302 * plugins-scripts/check_ntp.pl: Bug 773588: added check to warn on
2448 matching # candidates only 3303 matching # candidates only
2449 3304
24502003-10-14 03:15 sghosh 33052003-10-13 22:15 sghosh
2451 3306
2452 * plugins-scripts/check_ifstatus.pl: Added -M for maxmsgsize 3307 * plugins-scripts/check_ifstatus.pl: Added -M for maxmsgsize
2453 (v1/v2c) Added v3 support 3308 (v1/v2c) Added v3 support
2454 3309
24552003-09-30 14:54 tonvoon 33102003-09-30 09:54 tonvoon
2456 3311
2457 * plugins/check_swap.c: Fixed logic problem if HAVE_SWAP, but not 3312 * plugins/check_swap.c: Fixed logic problem if HAVE_SWAP, but not
2458 on AIX or Solaris. Removed unnecessary ifdefs for help page. 3313 on AIX or Solaris. Removed unnecessary ifdefs for help page.
2459 Better indentation for ifdefs 3314 Better indentation for ifdefs
2460 3315
24612003-09-29 11:02 tonvoon 33162003-09-29 06:02 tonvoon
2462 3317
2463 * lib/Makefile.am: Missed GNU files for AIX 5.1 3318 * lib/Makefile.am: Missed GNU files for AIX 5.1
2464 3319
24652003-09-17 20:16 tonvoon 33202003-09-17 15:16 tonvoon
2466 3321
2467 * AUTHORS: Added authors of obsolete contrib plugins 3322 * AUTHORS: Added authors of obsolete contrib plugins
2468 3323
24692003-09-17 20:07 tonvoon 33242003-09-17 15:07 tonvoon
2470 3325
2471 * contrib/maser-oracle.pl: Obsolete from main check_oracle 3326 * contrib/maser-oracle.pl: Obsolete from main check_oracle
2472 3327
24732003-09-17 20:05 tonvoon 33282003-09-17 15:05 tonvoon
2474 3329
2475 * contrib/aix/: check_crit_dsk, check_dsk, check_ping: Plugins 3330 * contrib/aix/: check_crit_dsk, check_dsk, check_ping: Plugins
2476 obsolete from main check_disk and check_ping 3331 obsolete from main check_disk and check_ping
2477 3332
24782003-09-17 17:33 tonvoon 33332003-09-17 12:33 tonvoon
2479 3334
2480 * lib/strtod.c: Required if strtod not GNU compilant 3335 * lib/strtod.c: Required if strtod not GNU compilant
2481 3336
24822003-09-17 17:31 tonvoon 33372003-09-17 12:31 tonvoon
2483 3338
2484 * configure.in, lib/Makefile.am, lib/error.c, lib/error.h, 3339 * configure.in, lib/Makefile.am, lib/error.c, lib/error.h,
2485 lib/error.m4, lib/malloc.c, lib/realloc.c, lib/unlocked-io.h, 3340 lib/error.m4, lib/malloc.c, lib/realloc.c, lib/unlocked-io.h,
2486 lib/xalloc.h, lib/xmalloc.c: Support to compile on AIX 3341 lib/xalloc.h, lib/xmalloc.c: Support to compile on AIX
2487 3342
24882003-09-17 17:15 tonvoon 33432003-09-17 12:15 tonvoon
2489 3344
2490 * plugins/check_load.c: - typo 3345 * plugins/check_load.c: - typo
2491 3346
24922003-09-17 10:31 tonvoon 33472003-09-17 05:31 tonvoon
2493 3348
2494 * configure.in, plugins/check_swap.c: Support for check_swap in AIX 3349 * configure.in, plugins/check_swap.c: Support for check_swap in AIX
2495 (tested on 5.1) 3350 (tested on 5.1)
2496 3351
24972003-09-17 10:25 tonvoon 33522003-09-17 05:25 tonvoon
2498 3353
2499 * tools/setup: Hide error message if docbook not available 3354 * tools/setup: Hide error message if docbook not available
2500 3355
25012003-09-16 22:58 tonvoon 33562003-09-16 17:58 tonvoon
2502 3357
2503 * doc/developer-guidelines.sgml: Added in threshold range format 3358 * doc/developer-guidelines.sgml: Added in threshold range format
2504 and updated autoconf to 2.54 for a problem on Darwin) 3359 and updated autoconf to 2.54 for a problem on Darwin)
2505 3360
25062003-09-16 15:14 tonvoon 33612003-09-16 10:14 tonvoon
2507 3362
2508 * configure.in, plugins/Makefile.am, plugins/check_procs.c: Support 3363 * configure.in, plugins/Makefile.am, plugins/check_procs.c: Support
2509 for AIX ps command and cleanup of configure's ps checks 3364 for AIX ps command and cleanup of configure's ps checks
2510 3365
25112003-09-16 13:32 tonvoon 33662003-09-16 08:32 tonvoon
2512 3367
2513 * AUTHORS, plugins/common.h: AIX problem with enum TRUE and FALSE 3368 * AUTHORS, plugins/common.h: AIX problem with enum TRUE and FALSE
2514 (Ludse Verhoeven) 3369 (Ludse Verhoeven)
2515 3370
25162003-09-16 12:36 kdebisschop 33712003-09-16 07:36 kdebisschop
2517 3372
2518 * tools/sfsnapshot: here-doc format was not correct 3373 * tools/sfsnapshot: here-doc format was not correct
2519 3374
25202003-09-16 06:45 kdebisschop 33752003-09-16 01:45 kdebisschop
2521 3376
2522 * plugins/check_ldap.c: milisecond timing and perfdata, fix NULL 3377 * plugins/check_ldap.c: milisecond timing and perfdata, fix NULL
2523 pointer error in validate_arguments 3378 pointer error in validate_arguments
2524 3379
25252003-09-15 16:49 tonvoon 33802003-09-15 11:49 tonvoon
2526 3381
2527 * AUTHORS: Contributors to the perfdata discussion 3382 * AUTHORS: Contributors to the perfdata discussion
2528 3383
25292003-09-15 16:28 tonvoon 33842003-09-15 11:28 tonvoon
2530 3385
2531 * AUTHORS, plugins-scripts/check_mailq.pl: Added Exim support 3386 * AUTHORS, plugins-scripts/check_mailq.pl: Added Exim support
2532 (768445 - Eric Bollengier) 3387 (768445 - Eric Bollengier)
2533 3388
25342003-09-15 15:57 tonvoon 33892003-09-15 10:57 tonvoon
2535 3390
2536 * AUTHORS, plugins/check_nt.c: Option to verify check_nt version 3391 * AUTHORS, plugins/check_nt.c: Option to verify check_nt version
2537 (799098 - Steve Hanselman) 3392 (799098 - Steve Hanselman)
2538 3393
25392003-09-15 15:30 tonvoon 33942003-09-15 10:30 tonvoon
2540 3395
2541 * AUTHORS: Jason Burnett for check_disk_smb patch 3396 * AUTHORS: Jason Burnett for check_disk_smb patch
2542 3397
25432003-09-15 15:26 tonvoon 33982003-09-15 10:26 tonvoon
2544 3399
2545 * plugins-scripts/check_disk_smb.pl: Optionally specify port for 3400 * plugins-scripts/check_disk_smb.pl: Optionally specify port for
2546 smbclient to use (781227 - Jason Burnett) 3401 smbclient to use (781227 - Jason Burnett)
2547 3402
25482003-09-15 06:03 kdebisschop 34032003-09-15 01:03 kdebisschop
2549 3404
2550 * plugins/check_http.c: make status code extensible (thanks to 3405 * plugins/check_http.c: make status code extensible (thanks to
2551 Chris Wilson <chris@netservers.co.uk>) 3406 Chris Wilson <chris@netservers.co.uk>)
2552 3407
25532003-09-12 12:53 kdebisschop 34082003-09-12 07:53 kdebisschop
2554 3409
2555 * AUTHORS: two new additions 3410 * AUTHORS: two new additions
2556 3411
25572003-09-12 12:51 kdebisschop 34122003-09-12 07:51 kdebisschop
2558 3413
2559 * plugins/check_ping.c: *new output format reported by Patrick 3414 * plugins/check_ping.c: *new output format reported by Patrick
2560 Allen <p.allen@brandblue.co.uk>, also move atrribution for 3415 Allen <p.allen@brandblue.co.uk>, also move atrribution for
2561 Richard Brodie to thanks file 3416 Richard Brodie to thanks file
2562 3417
25632003-09-12 12:38 kdebisschop 34182003-09-12 07:38 kdebisschop
2564 3419
2565 * plugins/check_ping.c: new output format reported by Patrick Allen 3420 * plugins/check_ping.c: new output format reported by Patrick Allen
2566 <p.allen@brandblue.co.uk> 3421 <p.allen@brandblue.co.uk>
2567 3422
25682003-09-11 12:50 kdebisschop 34232003-09-11 07:50 kdebisschop
2569 3424
2570 * plugins/check_http.c: use prefdata function for size too 3425 * plugins/check_http.c: use prefdata function for size too
2571 3426
25722003-09-11 09:02 kdebisschop 34272003-09-11 04:02 kdebisschop
2573 3428
2574 * plugins/check_http.c: use prefdata function 3429 * plugins/check_http.c: use prefdata function
2575 3430
25762003-09-11 09:02 kdebisschop 34312003-09-11 04:02 kdebisschop
2577 3432
2578 * configure.in, plugins/check_swap.c: last changes to configure 3433 * configure.in, plugins/check_swap.c: last changes to configure
2579 broke check_swap on RHLinux. Restore /proc/meminfo check and make 3434 broke check_swap on RHLinux. Restore /proc/meminfo check and make
2580 check_swap ifdefs safer 3435 check_swap ifdefs safer
2581 3436
25822003-09-04 07:43 kdebisschop 34372003-09-04 02:43 kdebisschop
2583 3438
2584 * Makefile.am: change so make-dist works in subdirs 3439 * Makefile.am: change so make-dist works in subdirs
2585 3440
25862003-09-03 20:37 tonvoon 34412003-09-03 15:37 tonvoon
2587 3442
2588 * configure.in: Remove df checks and ignore swap checks if no swap 3443 * configure.in: Remove df checks and ignore swap checks if no swap
2589 commands found 3444 commands found
2590 3445
25912003-09-03 20:32 tonvoon 34462003-09-03 15:32 tonvoon
2592 3447
2593 * doc/developer-guidelines.sgml: No named credits in source code 3448 * doc/developer-guidelines.sgml: No named credits in source code
2594 3449
25952003-09-03 11:32 tonvoon 34502003-09-03 06:32 tonvoon
2596 3451
2597 * configure.in: Fixed substitution for Tru64's ps format 3452 * configure.in: Fixed substitution for Tru64's ps format
2598 3453
25992003-09-03 07:01 kdebisschop 34542003-09-03 02:01 kdebisschop
2600 3455
2601 * plugins/check_dig.c: allow warn/crit times to be floating point 3456 * plugins/check_dig.c: allow warn/crit times to be floating point
2602 3457
26032003-09-03 07:00 kdebisschop 34582003-09-03 02:00 kdebisschop
2604 3459
2605 * configure.in, plugins/common.h: include math.h if needed for 3460 * configure.in, plugins/common.h: include math.h if needed for
2606 HUGE_VAL 3461 HUGE_VAL
2607 3462
26082003-09-02 16:04 tonvoon 34632003-09-02 11:04 tonvoon
2609 3464
2610 * plugins/check_procs.c: Solaris requires asprintf checks for null 3465 * plugins/check_procs.c: Solaris requires asprintf checks for null
2611 variables 3466 variables
2612 3467
26132003-09-01 21:07 tonvoon 34682003-09-01 16:07 tonvoon
2614 3469
2615 * Makefile.am: Report duplicates in AUTHORS file 3470 * Makefile.am: Report duplicates in AUTHORS file
2616 3471
26172003-09-01 20:43 tonvoon 34722003-09-01 15:43 tonvoon
2618 3473
2619 * doc/developer-guidelines.sgml: Add contributor's name into CVS 3474 * doc/developer-guidelines.sgml: Add contributor's name into CVS
2620 comments 3475 comments
2621 3476
26222003-08-31 06:24 tonvoon 34772003-08-31 01:24 tonvoon
2623 3478
2624 * .cvsignore, AUTHORS, Makefile.am, THANKS.in: Updated AUTHORS to 3479 * .cvsignore, AUTHORS, Makefile.am, THANKS.in: Updated AUTHORS to
2625 include all contributors listed in comments in code and CVS for 3480 include all contributors listed in comments in code and CVS for
2626 plugins and plugins-scripts. Still need to do SF 3481 plugins and plugins-scripts. Still need to do SF
2627 3482
26282003-08-31 06:13 tonvoon 34832003-08-31 01:13 tonvoon
2629 3484
2630 * doc/developer-guidelines.sgml: Updated perf data standard for 3485 * doc/developer-guidelines.sgml: Updated perf data standard for
2631 warn before crit 3486 warn before crit
2632 3487
26332003-08-28 12:56 kdebisschop 34882003-08-28 07:56 kdebisschop
2634 3489
2635 * plugins/check_game.c: add perf data 3490 * plugins/check_game.c: add perf data
2636 3491
26372003-08-28 04:53 kdebisschop 34922003-08-27 23:53 kdebisschop
2638 3493
2639 * plugins/check_dns.c: add perf data 3494 * plugins/check_dns.c: add perf data
2640 3495
26412003-08-28 04:53 kdebisschop 34962003-08-27 23:53 kdebisschop
2642 3497
2643 * plugins/utils.c: use single quotes per guideline, also quote when 3498 * plugins/utils.c: use single quotes per guideline, also quote when
2644 SPC or = are found 3499 SPC or = are found
2645 3500
26462003-08-28 04:22 kdebisschop 35012003-08-27 23:22 kdebisschop
2647 3502
2648 * plugins/check_disk.c: add perf data 3503 * plugins/check_disk.c: add perf data
2649 3504
26502003-08-28 04:21 kdebisschop 35052003-08-27 23:21 kdebisschop
2651 3506
2652 * plugins/utils.c: suppress quotes in perf data when not needed 3507 * plugins/utils.c: suppress quotes in perf data when not needed
2653 (some plugins need the space to keep below line length limit 3508 (some plugins need the space to keep below line length limit
2654 3509
26552003-08-28 04:20 kdebisschop 35102003-08-27 23:20 kdebisschop
2656 3511
2657 * plugins/utils.h: add min() macro to complement max() 3512 * plugins/utils.h: add min() macro to complement max()
2658 3513
26592003-08-26 12:08 kdebisschop 35142003-08-26 07:08 kdebisschop
2660 3515
2661 * plugins/check_dig.c: print perfdata 3516 * plugins/check_dig.c: print perfdata
2662 3517
26632003-08-26 11:51 kdebisschop 35182003-08-26 06:51 kdebisschop
2664 3519
2665 * plugins/check_fping.c: print perfdata 3520 * plugins/check_fping.c: print perfdata
2666 3521
26672003-08-26 11:44 kdebisschop 35222003-08-26 06:44 kdebisschop
2668 3523
2669 * plugins/: utils.c, utils.h: function to make perfdata output 3524 * plugins/: utils.c, utils.h: function to make perfdata output
2670 3525
26712003-08-23 16:07 kdebisschop 35262003-08-23 11:07 kdebisschop
2672 3527
2673 * plugins/check_http.c: - found and fixed memory allocation error 3528 * plugins/check_http.c: - found and fixed memory allocation error
2674 in rewritten redir() function 3529 in rewritten redir() function
2675 3530
26762003-08-23 14:59 kdebisschop 35312003-08-23 09:59 kdebisschop
2677 3532
2678 * plugins/check_http.c: - hacked interim fix to segfault on 3533 * plugins/check_http.c: - hacked interim fix to segfault on
2679 redirect - for tesing only 3534 redirect - for tesing only
2680 3535
26812003-08-23 14:58 kdebisschop 35362003-08-23 09:58 kdebisschop
2682 3537
2683 * plugins/check_dig.c: - fix various format errors with newly added 3538 * plugins/check_dig.c: - fix various format errors with newly added
2684 perf data 3539 perf data
2685 3540
26862003-08-23 00:49 kdebisschop 35412003-08-22 19:49 kdebisschop
2687 3542
2688 * plugins/check_dig.c: - forgot to declare struct timeval tv for 3543 * plugins/check_dig.c: - forgot to declare struct timeval tv for
2689 hires timing 3544 hires timing
2690 3545
26912003-08-22 07:55 kdebisschop 35462003-08-22 02:55 kdebisschop
2692 3547
2693 * plugins/check_dig.c: - add perf data for time 3548 * plugins/check_dig.c: - add perf data for time
2694 3549
26952003-08-22 07:22 kdebisschop 35502003-08-22 02:22 kdebisschop
2696 3551
2697 * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, 3552 * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
2698 check_dummy.c, check_fping.c, check_game.c, check_hpjd.c, 3553 check_dummy.c, check_fping.c, check_game.c, check_hpjd.c,
@@ -2705,67 +3560,67 @@
2705 urlize.c: - bindtextdomain for gettext, a few other smale 3560 urlize.c: - bindtextdomain for gettext, a few other smale
2706 cleanups here and there 3561 cleanups here and there
2707 3562
27082003-08-22 05:42 kdebisschop 35632003-08-22 00:42 kdebisschop
2709 3564
2710 * plugins/: check_http.c: * bugfix: snprintf of timestamp truncated 3565 * plugins/: check_http.c: * bugfix: snprintf of timestamp truncated
2711 '\0' 3566 '\0'
2712 3567
27132003-08-21 19:00 kdebisschop 35682003-08-21 14:00 kdebisschop
2714 3569
2715 * plugins/check_http.c: * Check redirections for infinte loops and 3570 * plugins/check_http.c: * Check redirections for infinte loops and
2716 limit depth of recursion 3571 limit depth of recursion
2717 3572
27182003-08-20 10:54 tonvoon 35732003-08-20 05:54 tonvoon
2719 3574
2720 * plugins/check_time.c: Optionally use udp instead of tcp (Bradley 3575 * plugins/check_time.c: Optionally use udp instead of tcp (Bradley
2721 Baetz - 751646) 3576 Baetz - 751646)
2722 3577
27232003-08-20 09:31 tonvoon 35782003-08-20 04:31 tonvoon
2724 3579
2725 * contrib/check_wins.pl: Changed netsaint to nagios in use lib 3580 * contrib/check_wins.pl: Changed netsaint to nagios in use lib
2726 3581
27272003-08-19 12:41 kdebisschop 35822003-08-19 07:41 kdebisschop
2728 3583
2729 * plugins/check_http.c: *BUGFIX: LWS is not required betwwen 3584 * plugins/check_http.c: *BUGFIX: LWS is not required betwwen
2730 "Location:" header field name and field value 3585 "Location:" header field name and field value
2731 3586
27322003-08-19 12:19 kdebisschop 35872003-08-19 07:19 kdebisschop
2733 3588
2734 * plugins/check_http.c: *add missing status numbers from RFC 2616 3589 * plugins/check_http.c: *add missing status numbers from RFC 2616
2735 (HTTP1.1) 3590 (HTTP1.1)
2736 3591
27372003-08-18 12:05 kdebisschop 35922003-08-18 07:05 kdebisschop
2738 3593
2739 * plugins/check_ping.c: move error scans to a new separate routine 3594 * plugins/check_ping.c: move error scans to a new separate routine
2740 and scan both stderr and stdio 3595 and scan both stderr and stdio
2741 3596
27422003-08-11 20:50 tonvoon 35972003-08-11 15:50 tonvoon
2743 3598
2744 * doc/developer-guidelines.sgml: Performance data guidelines added 3599 * doc/developer-guidelines.sgml: Performance data guidelines added
2745 3600
27462003-08-11 20:43 tonvoon 36012003-08-11 15:43 tonvoon
2747 3602
2748 * tools/sfsnapshot: Fixed building snapshots - cvs update ignores 3603 * tools/sfsnapshot: Fixed building snapshots - cvs update ignores
2749 new directories. Also do not need to run make 3604 new directories. Also do not need to run make
2750 3605
27512003-08-10 13:56 kdebisschop 36062003-08-10 08:56 kdebisschop
2752 3607
2753 * plugins/utils.c: config.h is redundant (common.h includes it) 3608 * plugins/utils.c: config.h is redundant (common.h includes it)
2754 3609
27552003-08-10 13:48 kdebisschop 36102003-08-10 08:48 kdebisschop
2756 3611
2757 * plugins/: check_dns.c, check_smtp.c: perf data in integer 3612 * plugins/: check_dns.c, check_smtp.c: perf data in integer
2758 microseconds 3613 microseconds
2759 3614
27602003-08-10 13:12 kdebisschop 36152003-08-10 08:12 kdebisschop
2761 3616
2762 * po/: POTFILES.in, de.po, fr.po: first pass at NLS markup done 3617 * po/: POTFILES.in, de.po, fr.po: first pass at NLS markup done
2763 3618
27642003-08-10 13:11 kdebisschop 36192003-08-10 08:11 kdebisschop
2765 3620
2766 * plugins-scripts/check_rpc.pl: proposed fix for LANG issue 3621 * plugins-scripts/check_rpc.pl: proposed fix for LANG issue
2767 3622
27682003-08-10 07:53 kdebisschop 36232003-08-10 02:53 kdebisschop
2769 3624
2770 * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, 3625 * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
2771 check_fping.c, check_game.c, check_hpjd.c, check_http.c, 3626 check_fping.c, check_game.c, check_hpjd.c, check_http.c,
@@ -2777,100 +3632,100 @@
2777 check_udp.c, check_ups.c, check_users.c, negate.c, popen.c, 3632 check_udp.c, check_ups.c, check_users.c, negate.c, popen.c,
2778 urlize.c: the last round of pedantic compiler warnings 3633 urlize.c: the last round of pedantic compiler warnings
2779 3634
27802003-08-09 14:37 kdebisschop 36352003-08-09 09:37 kdebisschop
2781 3636
2782 * tools/devmode: a little shell script to make it a little easier 3637 * tools/devmode: a little shell script to make it a little easier
2783 to produce pedantic compiler warnings 3638 to produce pedantic compiler warnings
2784 3639
27852003-08-09 14:36 kdebisschop 36402003-08-09 09:36 kdebisschop
2786 3641
2787 * plugins/: check_smtp.c, check_ssh.c, check_tcp.c, check_time.c, 3642 * plugins/: check_smtp.c, check_ssh.c, check_tcp.c, check_time.c,
2788 check_udp.c, check_ups.c, check_users.c: more pedantic compiler 3643 check_udp.c, check_ups.c, check_users.c: more pedantic compiler
2789 warnings 3644 warnings
2790 3645
27912003-08-09 07:51 undrgrid 36462003-08-09 02:51 undrgrid
2792 3647
2793 * plugins/common.h, po/de.po, po/fr.po: Code clean-up 3648 * plugins/common.h, po/de.po, po/fr.po: Code clean-up
2794 3649
27952003-08-09 07:01 kdebisschop 36502003-08-09 02:01 kdebisschop
2796 3651
2797 * plugins/: check_dig.c, check_http.c, check_load.c, check_mrtg.c, 3652 * plugins/: check_dig.c, check_http.c, check_load.c, check_mrtg.c,
2798 check_mrtgtraf.c, check_nwstat.c, check_overcr.c, check_ping.c, 3653 check_mrtgtraf.c, check_nwstat.c, check_overcr.c, check_ping.c,
2799 check_procs.c, check_real.c, utils.c, utils.h: more pedantic 3654 check_procs.c, check_real.c, utils.c, utils.h: more pedantic
2800 compiler warns 3655 compiler warns
2801 3656
28022003-08-09 05:19 kdebisschop 36572003-08-09 00:19 kdebisschop
2803 3658
2804 * plugins/check_http.c: more pedantic compiler warns, change to 3659 * plugins/check_http.c: more pedantic compiler warns, change to
2805 microsecond output for perf data, add size to perf data 3660 microsecond output for perf data, add size to perf data
2806 3661
28072003-08-09 05:12 kdebisschop 36622003-08-09 00:12 kdebisschop
2808 3663
2809 * plugins/: utils.c, utils.h: add function for elapsed tim ein 3664 * plugins/: utils.c, utils.h: add function for elapsed tim ein
2810 microseconds 3665 microseconds
2811 3666
28122003-08-09 01:56 kdebisschop 36672003-08-08 20:56 kdebisschop
2813 3668
2814 * plugins/check_http.c: more pedantic compiler warnings 3669 * plugins/check_http.c: more pedantic compiler warnings
2815 3670
28162003-08-09 01:41 kdebisschop 36712003-08-08 20:41 kdebisschop
2817 3672
2818 * plugins/: check_disk.c, check_dummy.c, popen.c, utils.c, utils.h: 3673 * plugins/: check_disk.c, check_dummy.c, popen.c, utils.c, utils.h:
2819 more pedantic compiler warnings 3674 more pedantic compiler warnings
2820 3675
28212003-08-08 21:31 kdebisschop 36762003-08-08 16:31 kdebisschop
2822 3677
2823 * lib/Makefile.am: include getloadvag.m4 in distrib 3678 * lib/Makefile.am: include getloadvag.m4 in distrib
2824 3679
28252003-08-08 17:49 kdebisschop 36802003-08-08 12:49 kdebisschop
2826 3681
2827 * plugins/: check_disk.c, netutils.c, netutils.h: cleanups from 3682 * plugins/: check_disk.c, netutils.c, netutils.h: cleanups from
2828 pedantic complier warnings 3683 pedantic complier warnings
2829 3684
28302003-08-08 17:48 kdebisschop 36852003-08-08 12:48 kdebisschop
2831 3686
2832 * plugins/check_nt.c: change if/elseif block to case, general 3687 * plugins/check_nt.c: change if/elseif block to case, general
2833 streamline 3688 streamline
2834 3689
28352003-08-08 13:14 kdebisschop 36902003-08-08 08:14 kdebisschop
2836 3691
2837 * plugins/check_disk.c: fix a variety of compiler warnings about 3692 * plugins/check_disk.c: fix a variety of compiler warnings about
2838 qualifier discards and other pedantic stuff 3693 qualifier discards and other pedantic stuff
2839 3694
28402003-08-08 06:09 kdebisschop 36952003-08-08 01:09 kdebisschop
2841 3696
2842 * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, 3697 * plugins/: check_by_ssh.c, check_dig.c, check_disk.c,
2843 check_snmp.c, utils.c, utils.h: fix a variety of compiler 3698 check_snmp.c, utils.c, utils.h: fix a variety of compiler
2844 warnings about qualifier discards and other pedantic stuff 3699 warnings about qualifier discards and other pedantic stuff
2845 3700
28462003-08-08 05:33 kdebisschop 37012003-08-08 00:33 kdebisschop
2847 3702
2848 * plugins/: check_by_ssh.c, check_disk.c, check_nt.c, netutils.c, 3703 * plugins/: check_by_ssh.c, check_disk.c, check_nt.c, netutils.c,
2849 netutils.h, popen.h, utils.h: fix a variety of compiler warnings 3704 netutils.h, popen.h, utils.h: fix a variety of compiler warnings
2850 about qualifier discards and other pedantic stuff 3705 about qualifier discards and other pedantic stuff
2851 3706
28522003-08-08 04:51 kdebisschop 37072003-08-07 23:51 kdebisschop
2853 3708
2854 * plugins/: check_nt.c, check_smtp.c: markup for translation 3709 * plugins/: check_nt.c, check_smtp.c: markup for translation
2855 3710
28562003-08-08 00:17 kdebisschop 37112003-08-07 19:17 kdebisschop
2857 3712
2858 * plugins/check_real.c: markup for translation 3713 * plugins/check_real.c: markup for translation
2859 3714
28602003-08-07 13:36 kdebisschop 37152003-08-07 08:36 kdebisschop
2861 3716
2862 * plugins/check_procs.c: markup for translation 3717 * plugins/check_procs.c: markup for translation
2863 3718
28642003-08-07 13:09 kdebisschop 37192003-08-07 08:09 kdebisschop
2865 3720
2866 * plugins/check_load.c: reorder for consistency, restore prototypes 3721 * plugins/check_load.c: reorder for consistency, restore prototypes
2867 for print_foo, nest #ifdef to avoid pedantic traditional c warn 3722 for print_foo, nest #ifdef to avoid pedantic traditional c warn
2868 3723
28692003-08-07 13:00 kdebisschop 37242003-08-07 08:00 kdebisschop
2870 3725
2871 * plugins/check_snmp.c: reorder for consistency (no code changes) 3726 * plugins/check_snmp.c: reorder for consistency (no code changes)
2872 3727
28732003-08-07 12:51 kdebisschop 37282003-08-07 07:51 kdebisschop
2874 3729
2875 * plugins/: check_by_ssh.c, check_disk.c, check_dns.c, 3730 * plugins/: check_by_ssh.c, check_disk.c, check_dns.c,
2876 check_fping.c, check_game.c, check_http.c, check_mrtg.c, 3731 check_fping.c, check_game.c, check_http.c, check_mrtg.c,
@@ -2880,275 +3735,275 @@
2880 popen.c, utils.c, utils.h: replace "terminate" with "die" for 3735 popen.c, utils.c, utils.h: replace "terminate" with "die" for
2881 shorter name and better readability 3736 shorter name and better readability
2882 3737
28832003-08-07 12:49 kdebisschop 37382003-08-07 07:49 kdebisschop
2884 3739
2885 * plugins/check_ping.c: cleanup for better readability 3740 * plugins/check_ping.c: cleanup for better readability
2886 3741
28872003-08-07 10:51 kdebisschop 37422003-08-07 05:51 kdebisschop
2888 3743
2889 * plugins/check_ping.c: markup for translation 3744 * plugins/check_ping.c: markup for translation
2890 3745
28912003-08-07 02:23 kdebisschop 37462003-08-06 21:23 kdebisschop
2892 3747
2893 * tools/sfsnapshot: make must be run before make dist to creat 3748 * tools/sfsnapshot: make must be run before make dist to creat
2894 language files 3749 language files
2895 3750
28962003-08-06 21:53 tonvoon 37512003-08-06 16:53 tonvoon
2897 3752
2898 * doc/developer-guidelines.sgml: Added in that Nagios plugins are 3753 * doc/developer-guidelines.sgml: Added in that Nagios plugins are
2899 written to GNU standards 3754 written to GNU standards
2900 3755
29012003-08-06 15:26 kdebisschop 37562003-08-06 10:26 kdebisschop
2902 3757
2903 * lib/.cvsignore: ignore ulonglong.m4 3758 * lib/.cvsignore: ignore ulonglong.m4
2904 3759
29052003-08-06 13:13 kdebisschop 37602003-08-06 08:13 kdebisschop
2906 3761
2907 * plugins/check_overcr.c: markup for translation, move send_buffer 3762 * plugins/check_overcr.c: markup for translation, move send_buffer
2908 assignment to process_args so process_tcp_request can be moved 3763 assignment to process_args so process_tcp_request can be moved
2909 outside the conditional, replace if/esleif with switch, replace 3764 outside the conditional, replace if/esleif with switch, replace
2910 #defines with enum 3765 #defines with enum
2911 3766
29122003-08-06 13:11 kdebisschop 37672003-08-06 08:11 kdebisschop
2913 3768
2914 * plugins/check_nwstat.c: markup for translation 3769 * plugins/check_nwstat.c: markup for translation
2915 3770
29162003-08-05 20:20 tonvoon 37712003-08-05 15:20 tonvoon
2917 3772
2918 * doc/developer-guidelines.sgml: Added dev platform requirements 3773 * doc/developer-guidelines.sgml: Added dev platform requirements
2919 3774
29202003-08-05 12:53 kdebisschop 37752003-08-05 07:53 kdebisschop
2921 3776
2922 * plugins/check_ssh.c: markup for translation 3777 * plugins/check_ssh.c: markup for translation
2923 3778
29242003-08-05 10:56 stanleyhopcroft 37792003-08-05 05:56 stanleyhopcroft
2925 3780
2926 * contrib/check_mssql.sh: Version 2.0 of MS SQL server plugin 3781 * contrib/check_mssql.sh: Version 2.0 of MS SQL server plugin
2927 (contrib/check_mssql.sh) from T De Blende. 3782 (contrib/check_mssql.sh) from T De Blende.
2928 3783
29292003-08-04 12:38 kdebisschop 37842003-08-04 07:38 kdebisschop
2930 3785
2931 * plugins/: check_users.c, urlize.c: markup for translation 3786 * plugins/: check_users.c, urlize.c: markup for translation
2932 3787
29332003-08-04 09:13 kdebisschop 37882003-08-04 04:13 kdebisschop
2934 3789
2935 * plugins/: check_time.c, check_udp.c: markup for translation 3790 * plugins/: check_time.c, check_udp.c: markup for translation
2936 3791
29372003-08-04 08:42 kdebisschop 37922003-08-04 03:42 kdebisschop
2938 3793
2939 * plugins/: check_ldap.c, check_nagios.c, check_radius.c, 3794 * plugins/: check_ldap.c, check_nagios.c, check_radius.c,
2940 check_udp.c, check_ups.c, negate.c: markup for translation 3795 check_udp.c, check_ups.c, negate.c: markup for translation
2941 3796
29422003-08-03 15:24 kdebisschop 37972003-08-03 10:24 kdebisschop
2943 3798
2944 * plugins/: check_ldap.c, check_mrtg.c, check_mrtgtraf.c: markup 3799 * plugins/: check_ldap.c, check_mrtg.c, check_mrtgtraf.c: markup
2945 for translation 3800 for translation
2946 3801
29472003-08-03 07:19 kdebisschop 38022003-08-03 02:19 kdebisschop
2948 3803
2949 * plugins/check_load.c: markup for translation 3804 * plugins/check_load.c: markup for translation
2950 3805
29512003-08-03 07:05 kdebisschop 38062003-08-03 02:05 kdebisschop
2952 3807
2953 * plugins/: check_http.c, check_ldap.c, check_tcp.c: markup for 3808 * plugins/: check_http.c, check_ldap.c, check_tcp.c: markup for
2954 translation 3809 translation
2955 3810
29562003-08-03 07:03 kdebisschop 38112003-08-03 02:03 kdebisschop
2957 3812
2958 * plugins/: Makefile.am, check_ide-smart.c: markup for translation, 3813 * plugins/: Makefile.am, check_ide-smart.c: markup for translation,
2959 use common.h, fix problems compiling 3814 use common.h, fix problems compiling
2960 3815
29612003-08-03 07:02 kdebisschop 38162003-08-03 02:02 kdebisschop
2962 3817
2963 * plugins/check_ldap.c: markup for translation 3818 * plugins/check_ldap.c: markup for translation
2964 3819
29652003-08-03 01:01 kdebisschop 38202003-08-02 20:01 kdebisschop
2966 3821
2967 * plugins/check_http.c: markup for translation 3822 * plugins/check_http.c: markup for translation
2968 3823
29692003-08-02 23:19 kdebisschop 38242003-08-02 18:19 kdebisschop
2970 3825
2971 * plugins/check_hpjd.c: markup for translation 3826 * plugins/check_hpjd.c: markup for translation
2972 3827
29732003-08-02 23:08 kdebisschop 38282003-08-02 18:08 kdebisschop
2974 3829
2975 * plugins/check_mysql.c: markup for translation 3830 * plugins/check_mysql.c: markup for translation
2976 3831
29772003-08-02 23:06 kdebisschop 38322003-08-02 18:06 kdebisschop
2978 3833
2979 * plugins/: check_fping.c, check_game.c, check_mysql.c, 3834 * plugins/: check_fping.c, check_game.c, check_mysql.c,
2980 check_snmp.c, utils.h: markupf for translation 3835 check_snmp.c, utils.h: markupf for translation
2981 3836
29822003-08-02 19:22 kdebisschop 38372003-08-02 14:22 kdebisschop
2983 3838
2984 * plugins/: utils.c, utils.h: ifdef so utils.h can be header for 3839 * plugins/: utils.c, utils.h: ifdef so utils.h can be header for
2985 utils.c 3840 utils.c
2986 3841
29872003-08-02 19:22 kdebisschop 38422003-08-02 14:22 kdebisschop
2988 3843
2989 * plugins/: check_fping.c, check_snmp.c: markup for translation 3844 * plugins/: check_fping.c, check_snmp.c: markup for translation
2990 3845
29912003-08-02 17:42 kdebisschop 38462003-08-02 12:42 kdebisschop
2992 3847
2993 * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, 3848 * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
2994 check_dummy.c, check_pgsql.c, check_swap.c, check_tcp.c, utils.h: 3849 check_dummy.c, check_pgsql.c, check_swap.c, check_tcp.c, utils.h:
2995 establish "UT_" namespace for usage text in #defines 3850 establish "UT_" namespace for usage text in #defines
2996 3851
29972003-08-02 17:42 kdebisschop 38522003-08-02 12:42 kdebisschop
2998 3853
2999 * plugins/check_snmp.c: markup for translation 3854 * plugins/check_snmp.c: markup for translation
3000 3855
30012003-08-02 06:30 kdebisschop 38562003-08-02 01:30 kdebisschop
3002 3857
3003 * plugins/check_dns.c: restore informative output that was lost in 3858 * plugins/check_dns.c: restore informative output that was lost in
3004 previous bug fix 3859 previous bug fix
3005 3860
30062003-08-02 00:56 kdebisschop 38612003-08-01 19:56 kdebisschop
3007 3862
3008 * plugins/check_dns.c: terminate in error_scan() so meaningfull 3863 * plugins/check_dns.c: terminate in error_scan() so meaningfull
3009 errors can be sent 3864 errors can be sent
3010 3865
30112003-08-01 07:04 kdebisschop 38662003-08-01 02:04 kdebisschop
3012 3867
3013 * plugins/check_dummy.c: mark for transaltion 3868 * plugins/check_dummy.c: mark for transaltion
3014 3869
30152003-08-01 07:03 kdebisschop 38702003-08-01 02:03 kdebisschop
3016 3871
3017 * plugins/check_dns.c: do not translate the strings that will be 3872 * plugins/check_dns.c: do not translate the strings that will be
3018 compared to utility output - LC_ALL is set to C so those strings 3873 compared to utility output - LC_ALL is set to C so those strings
3019 should be untranslated regardless of the system settings 3874 should be untranslated regardless of the system settings
3020 3875
30212003-08-01 07:01 kdebisschop 38762003-08-01 02:01 kdebisschop
3022 3877
3023 * plugins/popen.c: set LC_ALL to C in execve environemnt 3878 * plugins/popen.c: set LC_ALL to C in execve environemnt
3024 3879
30252003-08-01 03:11 kdebisschop 38802003-07-31 22:11 kdebisschop
3026 3881
3027 * plugins/: Makefile.am: 'ln -f -s ...' is not reliable/portable. 3882 * plugins/: Makefile.am: 'ln -f -s ...' is not reliable/portable.
3028 Use 'rm -f ...; ln -s ...' 3883 Use 'rm -f ...; ln -s ...'
3029 3884
30302003-07-31 13:06 kdebisschop 38852003-07-31 08:06 kdebisschop
3031 3886
3032 * plugins/check_dns.c: mark for translation (note problem here - it 3887 * plugins/check_dns.c: mark for translation (note problem here - it
3033 relies on tranalation in underlying utility, which has a high 3888 relies on tranalation in underlying utility, which has a high
3034 chance of failing) 3889 chance of failing)
3035 3890
30362003-07-31 12:02 kdebisschop 38912003-07-31 07:02 kdebisschop
3037 3892
3038 * plugins/: utils.h, check_disk.c: mark for translation 3893 * plugins/: utils.h, check_disk.c: mark for translation
3039 3894
30402003-07-30 12:39 kdebisschop 38952003-07-30 07:39 kdebisschop
3041 3896
3042 * plugins/check_by_ssh.c: mark up for translation 3897 * plugins/check_by_ssh.c: mark up for translation
3043 3898
30442003-07-30 05:07 kdebisschop 38992003-07-30 00:07 kdebisschop
3045 3900
3046 * plugins/: check_dig.c, check_pgsql.c, check_swap.c, check_tcp.c, 3901 * plugins/: check_dig.c, check_pgsql.c, check_swap.c, check_tcp.c,
3047 utils.h: markup for translation 3902 utils.h: markup for translation
3048 3903
30492003-07-29 12:58 kdebisschop 39042003-07-29 07:58 kdebisschop
3050 3905
3051 * plugins/: check_pgsql.c, check_swap.c, check_tcp.c: mark for 3906 * plugins/: check_pgsql.c, check_swap.c, check_tcp.c: mark for
3052 translation 3907 translation
3053 3908
30542003-07-29 12:57 kdebisschop 39092003-07-29 07:57 kdebisschop
3055 3910
3056 * plugins/utils.h: some shared text for internationalized help text 3911 * plugins/utils.h: some shared text for internationalized help text
3057 3912
30582003-07-29 06:49 kdebisschop 39132003-07-29 01:49 kdebisschop
3059 3914
3060 * plugins/utils.c: clean up warnings about ill-formed comment and 3915 * plugins/utils.c: clean up warnings about ill-formed comment and
3061 string concatenation 3916 string concatenation
3062 3917
30632003-07-29 06:43 kdebisschop 39182003-07-29 01:43 kdebisschop
3064 3919
3065 * .cvsignore, ChangeLog, README, configure.in, lib/Makefile.am: 3920 * .cvsignore, ChangeLog, README, configure.in, lib/Makefile.am:
3066 bump to gettext 0.11.5 and cleanup GNU toolchain 3921 bump to gettext 0.11.5 and cleanup GNU toolchain
3067 3922
30682003-07-29 06:38 kdebisschop 39232003-07-29 01:38 kdebisschop
3069 3924
3070 * ABOUT-NLS, INSTALL: get from GNU files instead of storing in CVS 3925 * ABOUT-NLS, INSTALL: get from GNU files instead of storing in CVS
3071 3926
30722003-07-29 06:03 kdebisschop 39272003-07-29 01:03 kdebisschop
3073 3928
3074 * tools/setup: move autopoint to start of gnu toolchain setup use 3929 * tools/setup: move autopoint to start of gnu toolchain setup use
3075 --force-missing instead on manually copying files (manual 3930 --force-missing instead on manually copying files (manual
3076 process was broken on RedHat, and we should expect automake to do 3931 process was broken on RedHat, and we should expect automake to do
3077 its job right anyway) 3932 its job right anyway)
3078 3933
30792003-07-29 04:06 kdebisschop 39342003-07-28 23:06 kdebisschop
3080 3935
3081 * configure.in: look for getloadavg.c in $topdir/lib, not 3936 * configure.in: look for getloadavg.c in $topdir/lib, not
3082 $srcdir/lib 3937 $srcdir/lib
3083 3938
30842003-07-29 04:04 kdebisschop 39392003-07-28 23:04 kdebisschop
3085 3940
3086 * plugins/: check_http.c: patch attempt to reference undefined 3941 * plugins/: check_http.c: patch attempt to reference undefined
3087 optarg (credit Paul Farrall) 3942 optarg (credit Paul Farrall)
3088 3943
30892003-07-29 04:03 kdebisschop 39442003-07-28 23:03 kdebisschop
3090 3945
3091 * configure.in: look for getloadavg.c in $topdir/lib, not 3946 * configure.in: look for getloadavg.c in $topdir/lib, not
3092 $srcdir/lib 3947 $srcdir/lib
3093 3948
30942003-07-28 12:36 tonvoon 39492003-07-28 07:36 tonvoon
3095 3950
3096 * configure.in: - Specify srcdir so no confusion 3951 * configure.in: - Specify srcdir so no confusion
3097 3952
30982003-07-28 12:34 tonvoon 39532003-07-28 07:34 tonvoon
3099 3954
3100 * configure.in, lib/getloadavg.m4: Fixes Redhat 6.2 compiles for 3955 * configure.in, lib/getloadavg.m4: Fixes Redhat 6.2 compiles for
3101 getloadavg.o 3956 getloadavg.o
3102 3957
31032003-07-28 12:30 tonvoon 39582003-07-28 07:30 tonvoon
3104 3959
3105 * configure.in, lib/getloadavg.m4: Readded getloadavg.m4 as using 3960 * configure.in, lib/getloadavg.m4: Readded getloadavg.m4 as using
3106 autoconf 2.50+. This fixes redhat 6.2 compiles 3961 autoconf 2.50+. This fixes redhat 6.2 compiles
3107 3962
31082003-07-26 13:15 kdebisschop 39632003-07-26 08:15 kdebisschop
3109 3964
3110 * plugins/check_pgsql.c: mark for translation 3965 * plugins/check_pgsql.c: mark for translation
3111 3966
31122003-07-26 13:13 kdebisschop 39672003-07-26 08:13 kdebisschop
3113 3968
3114 * plugins/common.h: add S_ macor to mark message for both 3969 * plugins/common.h: add S_ macor to mark message for both
3115 translation and inclusion into docbook SGML 3970 translation and inclusion into docbook SGML
3116 3971
31172003-07-26 06:29 kdebisschop 39722003-07-26 01:29 kdebisschop
3118 3973
3119 * po/: de.po, fr.po: updated check_tcp 3974 * po/: de.po, fr.po: updated check_tcp
3120 3975
31212003-07-26 06:25 kdebisschop 39762003-07-26 01:25 kdebisschop
3122 3977
3123 * plugins/check_tcp.c, po/ChangeLog: internationalization 3978 * plugins/check_tcp.c, po/ChangeLog: internationalization
3124 3979
31252003-07-26 06:17 kdebisschop 39802003-07-26 01:17 kdebisschop
3126 3981
3127 * po/.cvsignore, intl/.cvsignore, lib/.cvsignore: skip gettext 3982 * po/.cvsignore, intl/.cvsignore, lib/.cvsignore: skip gettext
3128 files 3983 files
3129 3984
31302003-07-26 05:33 kdebisschop 39852003-07-26 00:33 kdebisschop
3131 3986
3132 * lib/: Makefile.am: checkins for internationalization 3987 * lib/: Makefile.am: checkins for internationalization
3133 3988
31342003-07-26 05:25 kdebisschop 39892003-07-26 00:25 kdebisschop
3135 3990
3136 * po/Makevars: checkins for internationalization 3991 * po/Makevars: checkins for internationalization
3137 3992
31382003-07-26 05:17 kdebisschop 39932003-07-26 00:17 kdebisschop
3139 3994
3140 * lib/gettext.h: checkins for internationalization 3995 * lib/gettext.h: checkins for internationalization
3141 3996
31422003-07-26 05:14 kdebisschop 39972003-07-26 00:14 kdebisschop
3143 3998
3144 * tools/setup: checkins for internationalization 3999 * tools/setup: checkins for internationalization
3145 4000
31462003-07-26 05:09 kdebisschop 40012003-07-26 00:09 kdebisschop
3147 4002
3148 * configure.in, ABOUT-NLS, po/de.po, po/fr.po: checkins for 4003 * configure.in, ABOUT-NLS, po/de.po, po/fr.po: checkins for
3149 internationalization 4004 internationalization
3150 4005
31512003-07-26 05:06 kdebisschop 40062003-07-26 00:06 kdebisschop
3152 4007
3153 * .cvsignore, ChangeLog, Makefile.am, configure.in, 4008 * .cvsignore, ChangeLog, Makefile.am, configure.in,
3154 nagios-plugins.spec.in, lib/Makefile.am, plugins/Makefile.am, 4009 nagios-plugins.spec.in, lib/Makefile.am, plugins/Makefile.am,
@@ -3156,141 +4011,141 @@
3156 po/LINGUAS, po/POTFILES.in, tools/setup: checkins for 4011 po/LINGUAS, po/POTFILES.in, tools/setup: checkins for
3157 internationalization 4012 internationalization
3158 4013
31592003-07-21 13:06 kdebisschop 40142003-07-21 08:06 kdebisschop
3160 4015
3161 * plugins/common.h: add stubs to allow markup for translation 4016 * plugins/common.h: add stubs to allow markup for translation
3162 4017
31632003-07-21 12:53 kdebisschop 40182003-07-21 07:53 kdebisschop
3164 4019
3165 * configure.in, plugins/common.h: test GNU_SOURCE and include 4020 * configure.in, plugins/common.h: test GNU_SOURCE and include
3166 features.h if present to clear warning about asprintf definition 4021 features.h if present to clear warning about asprintf definition
3167 4022
31682003-07-20 15:40 kdebisschop 40232003-07-20 10:40 kdebisschop
3169 4024
3170 * doc/developer-guidelines.sgml: must use '&amp;' in attribute 4025 * doc/developer-guidelines.sgml: must use '&amp;' in attribute
3171 values instead of '&' id tokens (attibute values) must not have 4026 values instead of '&' id tokens (attibute values) must not have
3172 embedded spaces 4027 embedded spaces
3173 4028
31742003-07-20 15:01 kdebisschop 40292003-07-20 10:01 kdebisschop
3175 4030
3176 * nagios-plugins.spec.in: was needed for build on RH9 4031 * nagios-plugins.spec.in: was needed for build on RH9
3177 4032
31782003-07-17 13:14 tonvoon 40332003-07-17 08:14 tonvoon
3179 4034
3180 * plugins-scripts/check_oracle.sh: - Cleanup comments 4035 * plugins-scripts/check_oracle.sh: - Cleanup comments
3181 4036
31822003-07-17 10:35 tonvoon 40372003-07-17 05:35 tonvoon
3183 4038
3184 * doc/developer-guidelines.sgml: Guidelines updated to use 4039 * doc/developer-guidelines.sgml: Guidelines updated to use
3185 Sourceforge tracker system 4040 Sourceforge tracker system
3186 4041
31872003-07-11 23:20 tonvoon 40422003-07-11 18:20 tonvoon
3188 4043
3189 * doc/developer-guidelines.sgml: - Fixed CVS commit comments 4044 * doc/developer-guidelines.sgml: - Fixed CVS commit comments
3190 4045
31912003-07-11 14:06 tonvoon 40462003-07-11 09:06 tonvoon
3192 4047
3193 * doc/developer-guidelines.sgml: Added in practice of prefixing 4048 * doc/developer-guidelines.sgml: Added in practice of prefixing
3194 comments in CVS commits 4049 comments in CVS commits
3195 4050
31962003-07-11 07:30 kdebisschop 40512003-07-11 02:30 kdebisschop
3197 4052
3198 * ChangeLog: Auto Update from CVS (includes both stabel and devel - 4053 * ChangeLog: Auto Update from CVS (includes both stabel and devel -
3199 ugh) 4054 ugh)
3200 4055
32012003-07-11 07:12 kdebisschop 40562003-07-11 02:12 kdebisschop
3202 4057
3203 * configure.in, plugins/Makefile.am: link check_spop and 4058 * configure.in, plugins/Makefile.am: link check_spop and
3204 check_simap if ssl libs are compiled into check_tcp 4059 check_simap if ssl libs are compiled into check_tcp
3205 4060
32062003-07-04 11:42 kdebisschop 40612003-07-04 06:42 kdebisschop
3207 4062
3208 * configure.in, plugins/Makefile.am: only make links for check_spop 4063 * configure.in, plugins/Makefile.am: only make links for check_spop
3209 and check_simap when SSL is built into check_tcp 4064 and check_simap when SSL is built into check_tcp
3210 4065
32112003-07-03 17:49 tonvoon 40662003-07-03 12:49 tonvoon
3212 4067
3213 * plugins/check_procs.c: Fixed seg fault on some Sol 7/8 servers 4068 * plugins/check_procs.c: Fixed seg fault on some Sol 7/8 servers
3214 (Patch 764745 - Alexander Matey) 4069 (Patch 764745 - Alexander Matey)
3215 4070
32162003-07-03 16:00 tonvoon 40712003-07-03 11:00 tonvoon
3217 4072
3218 * tools/setup: Changing $() to `` to be compatible with Solaris' sh 4073 * tools/setup: Changing $() to `` to be compatible with Solaris' sh
3219 4074
32202003-07-03 04:23 kdebisschop 40752003-07-02 23:23 kdebisschop
3221 4076
3222 * autogen.sh, tools/setup: mv GNU toolchain check into tools/setup 4077 * autogen.sh, tools/setup: mv GNU toolchain check into tools/setup
3223 4078
32242003-07-03 04:19 kdebisschop 40792003-07-02 23:19 kdebisschop
3225 4080
3226 * plugins/utils.c: remove LABELLEN 4081 * plugins/utils.c: remove LABELLEN
3227 4082
32282003-07-02 17:20 tonvoon 40832003-07-02 12:20 tonvoon
3229 4084
3230 * plugins-scripts/: check_oracle.sh: Check for ORA- errors for 4085 * plugins-scripts/: check_oracle.sh: Check for ORA- errors for
3231 tablespace and cache (patch 755456 - Sven Meyer) 4086 tablespace and cache (patch 755456 - Sven Meyer)
3232 4087
32332003-07-02 16:57 tonvoon 40882003-07-02 11:57 tonvoon
3234 4089
3235 * plugins-scripts/check_disk_smb.pl: Update error message from 4090 * plugins-scripts/check_disk_smb.pl: Update error message from
3236 smbclient v2.2.7 (Patch 740132 - Cove Schneider) 4091 smbclient v2.2.7 (Patch 740132 - Cove Schneider)
3237 4092
32382003-07-02 16:52 tonvoon 40932003-07-02 11:52 tonvoon
3239 4094
3240 * plugins-scripts/check_disk_smb.pl: Update error message from 4095 * plugins-scripts/check_disk_smb.pl: Update error message from
3241 smbclient v2.2.7 (Patch 740132 - Cove Schneider) 4096 smbclient v2.2.7 (Patch 740132 - Cove Schneider)
3242 4097
32432003-07-02 16:01 tonvoon 40982003-07-02 11:01 tonvoon
3244 4099
3245 * contrib/check_file_age.pl, plugins-scripts/.cvsignore, 4100 * contrib/check_file_age.pl, plugins-scripts/.cvsignore,
3246 plugins-scripts/Makefile.am, plugins-scripts/check_file_age.pl, 4101 plugins-scripts/Makefile.am, plugins-scripts/check_file_age.pl,
3247 plugins-scripts/subst.in: Moving check_file_age into core 4102 plugins-scripts/subst.in: Moving check_file_age into core
3248 4103
32492003-07-02 15:39 tonvoon 41042003-07-02 10:39 tonvoon
3250 4105
3251 * configure.in: Fixed SUPPORT message 4106 * configure.in: Fixed SUPPORT message
3252 4107
32532003-07-01 10:27 tonvoon 41082003-07-01 05:27 tonvoon
3254 4109
3255 * plugins/check_disk.c: Fix for large filesystems > 3TB (Stuart 4110 * plugins/check_disk.c: Fix for large filesystems > 3TB (Stuart
3256 Webster) 4111 Webster)
3257 4112
32582003-06-30 20:47 undrgrid 41132003-06-30 15:47 undrgrid
3259 4114
3260 * plugins/: check_http.c, check_ldap.c, check_smtp.c: Added -4 and 4115 * plugins/: check_http.c, check_ldap.c, check_smtp.c: Added -4 and
3261 -6 command line options into check_http, check_ldap and 4116 -6 command line options into check_http, check_ldap and
3262 check_smtp 4117 check_smtp
3263 4118
32642003-06-30 19:52 undrgrid 41192003-06-30 14:52 undrgrid
3265 4120
3266 * plugins/: check_ping.c, check_ssh.c, check_tcp.c, netutils.c: 4121 * plugins/: check_ping.c, check_ssh.c, check_tcp.c, netutils.c:
3267 Corrections to get code to compile on systems without IPv6 4122 Corrections to get code to compile on systems without IPv6
3268 support 4123 support
3269 4124
32702003-06-30 19:52 undrgrid 41252003-06-30 14:52 undrgrid
3271 4126
3272 * plugins/Makefile.am: Added check_simap & check_spop to 4127 * plugins/Makefile.am: Added check_simap & check_spop to
3273 check_tcp_programs If someone knows how to make this conditional 4128 check_tcp_programs If someone knows how to make this conditional
3274 in the Makefile only if being compiled with SSL I think this is 4129 in the Makefile only if being compiled with SSL I think this is
3275 the only way to make it better 4130 the only way to make it better
3276 4131
32772003-06-30 18:02 tonvoon 41322003-06-30 13:02 tonvoon
3278 4133
3279 * plugins/check_disk.c: Fixed support for "check_disk warn crit 4134 * plugins/check_disk.c: Fixed support for "check_disk warn crit
3280 [path]" with thresholds at used levels 4135 [path]" with thresholds at used levels
3281 4136
32822003-06-29 20:54 undrgrid 41372003-06-29 15:54 undrgrid
3283 4138
3284 * configure.in, plugins/check_ldap.c: Included patch for check_ldap 4139 * configure.in, plugins/check_ldap.c: Included patch for check_ldap
3285 from Patch #753621 by Ziya Suzen 4140 from Patch #753621 by Ziya Suzen
3286 4141
32872003-06-29 20:22 undrgrid 41422003-06-29 15:22 undrgrid
3288 4143
3289 * plugins/: check_ping.c, check_tcp.c: Changed usage output to show 4144 * plugins/: check_ping.c, check_tcp.c: Changed usage output to show
3290 -4 and -6 are mutually exclusive. You can only use one or 4145 -4 and -6 are mutually exclusive. You can only use one or
3291 the other but not both. The last one used will win out. 4146 the other but not both. The last one used will win out.
3292 4147
32932003-06-29 20:17 undrgrid 41482003-06-29 15:17 undrgrid
3294 4149
3295 * plugins/: check_ping.c, netutils.c: check_ping is now coded with 4150 * plugins/: check_ping.c, netutils.c: check_ping is now coded with
3296 -4 & -6 options to call PING or PING6 command netutils modified 4151 -4 & -6 options to call PING or PING6 command netutils modified
@@ -3301,122 +4156,122 @@
3301 resolve hostnames only if IPv6 support is available otherwise 4156 resolve hostnames only if IPv6 support is available otherwise
3302 defaults to AF_INET. 4157 defaults to AF_INET.
3303 4158
33042003-06-29 07:36 undrgrid 41592003-06-29 02:36 undrgrid
3305 4160
3306 * plugins/: check_ssh.c, check_tcp.c, netutils.c, netutils.h: Added 4161 * plugins/: check_ssh.c, check_tcp.c, netutils.c, netutils.h: Added
3307 address_family extern int variable to netutils to allow for -4 & 4162 address_family extern int variable to netutils to allow for -4 &
3308 -6 options for explicit connection protocol Added support 4163 -6 options for explicit connection protocol Added support
3309 for -4 & -6 options to check_ssh and check_tcp for testing 4164 for -4 & -6 options to check_ssh and check_tcp for testing
3310 4165
33112003-06-29 03:18 tonvoon 41662003-06-28 22:18 tonvoon
3312 4167
3313 * plugins/check_nwstat.c: Added NLM test (Phil Randal) 4168 * plugins/check_nwstat.c: Added NLM test (Phil Randal)
3314 4169
33152003-06-29 02:52 tonvoon 41702003-06-28 21:52 tonvoon
3316 4171
3317 * plugins/check_swap.c: Corrected reported size for PROC_MEMINFO 4172 * plugins/check_swap.c: Corrected reported size for PROC_MEMINFO
3318 systems 4173 systems
3319 4174
33202003-06-29 02:36 tonvoon 41752003-06-28 21:36 tonvoon
3321 4176
3322 * tools/sfwebcron: Fixed so goes to correct web area 4177 * tools/sfwebcron: Fixed so goes to correct web area
3323 4178
33242003-06-29 02:07 tonvoon 41792003-06-28 21:07 tonvoon
3325 4180
3326 * tools/sfwebcron: New tool to run on shell.sf.net to update the 4181 * tools/sfwebcron: New tool to run on shell.sf.net to update the
3327 dev guidelines 4182 dev guidelines
3328 4183
33292003-06-29 01:58 tonvoon 41842003-06-28 20:58 tonvoon
3330 4185
3331 * doc/makefile: Fixed makefile 4186 * doc/makefile: Fixed makefile
3332 4187
33332003-06-27 19:47 undrgrid 41882003-06-27 14:47 undrgrid
3334 4189
3335 * plugins/netutils.c: Modified my_connect to include ai_socktype in 4190 * plugins/netutils.c: Modified my_connect to include ai_socktype in
3336 the hints to be compliant with RFC3493 as pointed out by Janos 4191 the hints to be compliant with RFC3493 as pointed out by Janos
3337 Mohacsi. 4192 Mohacsi.
3338 4193
33392003-06-27 15:43 tonvoon 41942003-06-27 10:43 tonvoon
3340 4195
3341 * configure.in, plugins/check_swap.c: Support for swap -s for 4196 * configure.in, plugins/check_swap.c: Support for swap -s for
3342 solaris. Also changes size of swap to MBs through a conversion 4197 solaris. Also changes size of swap to MBs through a conversion
3343 amount in configure. Possible breakage on other OSes 4198 amount in configure. Possible breakage on other OSes
3344 4199
33452003-06-27 13:04 tonvoon 42002003-06-27 08:04 tonvoon
3346 4201
3347 * doc/makefile: Remove if which check - done in tools/setup instead 4202 * doc/makefile: Remove if which check - done in tools/setup instead
3348 4203
33492003-06-27 11:30 tonvoon 42042003-06-27 06:30 tonvoon
3350 4205
3351 * tools/setup: Fiddling as Solaris' which command is broken 4206 * tools/setup: Fiddling as Solaris' which command is broken
3352 4207
33532003-06-27 00:33 tonvoon 42082003-06-26 19:33 tonvoon
3354 4209
3355 * plugins/check_disk.c: Fixed different thresholds if using exclude 4210 * plugins/check_disk.c: Fixed different thresholds if using exclude
3356 lists 4211 lists
3357 4212
33582003-06-25 16:43 tonvoon 42132003-06-25 11:43 tonvoon
3359 4214
3360 * plugins/check_disk.c: Support for different thresholds for 4215 * plugins/check_disk.c: Support for different thresholds for
3361 different filesystems 4216 different filesystems
3362 4217
33632003-06-25 14:38 tonvoon 42182003-06-25 09:38 tonvoon
3364 4219
3365 * plugins/check_disk.c: Removed -d option and just check against -p 4220 * plugins/check_disk.c: Removed -d option and just check against -p
3366 parameter 4221 parameter
3367 4222
33682003-06-25 14:28 tonvoon 42232003-06-25 09:28 tonvoon
3369 4224
3370 * plugins/check_disk.c: Report errors if path specified not found 4225 * plugins/check_disk.c: Report errors if path specified not found
3371 4226
33722003-06-25 14:16 tonvoon 42272003-06-25 09:16 tonvoon
3373 4228
3374 * plugins/check_disk.c: Problems compiling on SunOS 5.6 with gcc 4229 * plugins/check_disk.c: Problems compiling on SunOS 5.6 with gcc
3375 2.8.1. Fixed by specifying floating variables, rather than 4230 2.8.1. Fixed by specifying floating variables, rather than
3376 letting asprintf work it out 4231 letting asprintf work it out
3377 4232
33782003-06-25 13:38 tonvoon 42332003-06-25 08:38 tonvoon
3379 4234
3380 * plugins/check_disk.c: Returns critical if fs missing. Only works 4235 * plugins/check_disk.c: Returns critical if fs missing. Only works
3381 for single fs specified in -p, otherwise will return warning as 4236 for single fs specified in -p, otherwise will return warning as
3382 before (reported by Jim Carroll) 4237 before (reported by Jim Carroll)
3383 4238
33842003-06-21 06:49 kdebisschop 42392003-06-21 01:49 kdebisschop
3385 4240
3386 * plugins/Makefile.am: soalris 8 needs 'ln -s -f' instead of 'ln 4241 * plugins/Makefile.am: soalris 8 needs 'ln -s -f' instead of 'ln
3387 -sf' 4242 -sf'
3388 4243
33892003-06-21 06:48 kdebisschop 42442003-06-21 01:48 kdebisschop
3390 4245
3391 * plugins/Makefile.am: solaris 8 needs 'ln -s -f' instead of 'ln 4246 * plugins/Makefile.am: solaris 8 needs 'ln -s -f' instead of 'ln
3392 -sf' 4247 -sf'
3393 4248
33942003-06-21 06:31 kdebisschop 42492003-06-21 01:31 kdebisschop
3395 4250
3396 * plugins/check_http.c: fix character class for URI_PATH and 4251 * plugins/check_http.c: fix character class for URI_PATH and
3397 URI_PORT 4252 URI_PORT
3398 4253
33992003-06-21 06:23 kdebisschop 42542003-06-21 01:23 kdebisschop
3400 4255
3401 * plugins/check_http.c: add remaining URI_PATH chars per RFC 2396 4256 * plugins/check_http.c: add remaining URI_PATH chars per RFC 2396
3402 remove '-' from URI_PORT 4257 remove '-' from URI_PORT
3403 4258
34042003-06-12 05:44 undrgrid 42592003-06-12 00:44 undrgrid
3405 4260
3406 * command.cfg.in: Renamed duplicate check_snmp command definitions 4261 * command.cfg.in: Renamed duplicate check_snmp command definitions
3407 to be unique 4262 to be unique
3408 4263
34092003-06-12 05:14 undrgrid 42642003-06-12 00:14 undrgrid
3410 4265
3411 * command.cfg.in, configure.in: Made the two check_ifoperstatus 4266 * command.cfg.in, configure.in: Made the two check_ifoperstatus
3412 commands unique to remove conflicts 4267 commands unique to remove conflicts
3413 4268
34142003-06-11 11:41 kdebisschop 42692003-06-11 06:41 kdebisschop
3415 4270
3416 * plugins/check_http.c: fix URI_PATH to allow ?&#: (more still 4271 * plugins/check_http.c: fix URI_PATH to allow ?&#: (more still
3417 should be allowed) fix class to be POSIX compliant 4272 should be allowed) fix class to be POSIX compliant
3418 4273
34192003-06-11 11:39 kdebisschop 42742003-06-11 06:39 kdebisschop
3420 4275
3421 * plugins/check_http.c: character classes were wrong for URI_PATH 4276 * plugins/check_http.c: character classes were wrong for URI_PATH
3422 etc: 1) must include ?&#; for PATH 2) POSIX states "If a '-' is 4277 etc: 1) must include ?&#; for PATH 2) POSIX states "If a '-' is
@@ -3424,224 +4279,224 @@
3424 where the first character is a '^' , nor the last character, the 4279 where the first character is a '^' , nor the last character, the
3425 behavior is implementation-defined" 4280 behavior is implementation-defined"
3426 4281
34272003-06-10 06:04 kdebisschop 42822003-06-10 01:04 kdebisschop
3428 4283
3429 * contrib/urlize.pl: add comment about shell quote removal to 4284 * contrib/urlize.pl: add comment about shell quote removal to
3430 address 4285 address
3431 https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597 4286 https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597
3432 4287
34332003-06-10 06:02 kdebisschop 42882003-06-10 01:02 kdebisschop
3434 4289
3435 * plugins/urlize.c: add note about shell quote removal to address 4290 * plugins/urlize.c: add note about shell quote removal to address
3436 https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597 4291 https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597
3437 4292
34382003-06-10 05:55 kdebisschop 42932003-06-10 00:55 kdebisschop
3439 4294
3440 * contrib/urlize.pl: add comment relating to 4295 * contrib/urlize.pl: add comment relating to
3441 https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597 4296 https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597
3442 4297
34432003-06-10 05:53 kdebisschop 42982003-06-10 00:53 kdebisschop
3444 4299
3445 * plugins/urlize.c: add note about effect of shell quote handling 4300 * plugins/urlize.c: add note about effect of shell quote handling
3446 to address 4301 to address
3447 https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597 4302 https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597
3448 4303
34492003-06-08 23:39 tonvoon 43042003-06-08 18:39 tonvoon
3450 4305
3451 * configure.in: Fixed quoting on SWAP_FORMAT 4306 * configure.in: Fixed quoting on SWAP_FORMAT
3452 4307
34532003-06-08 23:22 tonvoon 43082003-06-08 18:22 tonvoon
3454 4309
3455 * configure.in: Support for OpenBSD 3.2 & 3.3 ps (Julien Touche) 4310 * configure.in: Support for OpenBSD 3.2 & 3.3 ps (Julien Touche)
3456 4311
34572003-06-07 01:46 sghosh 43122003-06-06 20:46 sghosh
3458 4313
3459 * plugins/check_real.c: \r\n patch from Mathias 4314 * plugins/check_real.c: \r\n patch from Mathias
3460 4315
34612003-06-07 01:36 sghosh 43162003-06-06 20:36 sghosh
3462 4317
3463 * plugins/check_real.c: \r\n patch from Mathias 4318 * plugins/check_real.c: \r\n patch from Mathias
3464 4319
34652003-06-05 00:09 tonvoon 43202003-06-04 19:09 tonvoon
3466 4321
3467 * configure.in: Display ps command used 4322 * configure.in: Display ps command used
3468 4323
34692003-06-04 23:56 tonvoon 43242003-06-04 18:56 tonvoon
3470 4325
3471 * configure.in: Stupid bug - what happens when you don't bother 4326 * configure.in: Stupid bug - what happens when you don't bother
3472 testing 4327 testing
3473 4328
34742003-06-04 23:37 tonvoon 43292003-06-04 18:37 tonvoon
3475 4330
3476 * configure.in: Support for OpenBSD 3.2 & 3.3 ps (Julien Touche) 4331 * configure.in: Support for OpenBSD 3.2 & 3.3 ps (Julien Touche)
3477 4332
34782003-06-04 23:17 tonvoon 43332003-06-04 18:17 tonvoon
3479 4334
3480 * plugins/check_disk.c: Argument to asprintf in wrong order 4335 * plugins/check_disk.c: Argument to asprintf in wrong order
3481 4336
34822003-06-04 22:17 tonvoon 43372003-06-04 17:17 tonvoon
3483 4338
3484 * pkg/solaris/solpkg: Remove /usr as well. Maybe this is best done 4339 * pkg/solaris/solpkg: Remove /usr as well. Maybe this is best done
3485 by changing BASEDIR to configure's prefix? 4340 by changing BASEDIR to configure's prefix?
3486 4341
34872003-06-02 15:46 kdebisschop 43422003-06-02 10:46 kdebisschop
3488 4343
3489 * plugins/check_tcp.c: finish recv() loop when stream GT or EQ 4344 * plugins/check_tcp.c: finish recv() loop when stream GT or EQ
3490 maxbytes (was GT) 4345 maxbytes (was GT)
3491 4346
34922003-06-02 15:43 kdebisschop 43472003-06-02 10:43 kdebisschop
3493 4348
3494 * plugins/check_tcp.c: finish recv() loop when stream GT or EQ 4349 * plugins/check_tcp.c: finish recv() loop when stream GT or EQ
3495 maxbytes (was GT) 4350 maxbytes (was GT)
3496 4351
34972003-06-01 06:38 kdebisschop 43522003-06-01 01:38 kdebisschop
3498 4353
3499 * plugins/check_tcp.c: typos in doco 4354 * plugins/check_tcp.c: typos in doco
3500 4355
35012003-06-01 06:38 kdebisschop 43562003-06-01 01:38 kdebisschop
3502 4357
3503 * plugins/check_tcp.c: allow user to limit number of bytes fetched 4358 * plugins/check_tcp.c: allow user to limit number of bytes fetched
3504 fix some doco (wait is now delay, server_quit was not shown) 4359 fix some doco (wait is now delay, server_quit was not shown)
3505 4360
35062003-06-01 06:19 kdebisschop 43612003-06-01 01:19 kdebisschop
3507 4362
3508 * plugins/check_tcp.c: allow user to limit the number of bytes to 4363 * plugins/check_tcp.c: allow user to limit the number of bytes to
3509 be fetched 4364 be fetched
3510 4365
35112003-05-31 15:39 kdebisschop 43662003-05-31 10:39 kdebisschop
3512 4367
3513 * plugins/check_dns.c: first revised patch failed to trap the 4368 * plugins/check_dns.c: first revised patch failed to trap the
3514 "break" in while() 4369 "break" in while()
3515 4370
35162003-05-31 15:39 kdebisschop 43712003-05-31 10:39 kdebisschop
3517 4372
3518 * plugins/check_dns.c: first revised patch failed to trap the 4373 * plugins/check_dns.c: first revised patch failed to trap the
3519 "break" in while() 4374 "break" in while()
3520 4375
35212003-05-31 15:22 kdebisschop 43762003-05-31 10:22 kdebisschop
3522 4377
3523 * plugins/check_dns.c: typo in args to terminate 4378 * plugins/check_dns.c: typo in args to terminate
3524 4379
35252003-05-31 15:04 kdebisschop 43802003-05-31 10:04 kdebisschop
3526 4381
3527 * plugins/check_dns.c: trap null or empty returns from nslookup 4382 * plugins/check_dns.c: trap null or empty returns from nslookup
3528 4383
35292003-05-27 14:10 stanleyhopcroft 43842003-05-27 09:10 stanleyhopcroft
3530 4385
3531 * contrib/check_sap.sh: check_sap.sh plugin to check SAP /R3 4386 * contrib/check_sap.sh: check_sap.sh plugin to check SAP /R3
3532 servers from Karel Salavec and Tom De Blende. 4387 servers from Karel Salavec and Tom De Blende.
3533 4388
35342003-05-26 11:09 stanleyhopcroft 43892003-05-26 06:09 stanleyhopcroft
3535 4390
3536 * contrib/: check_axis.sh, check_mssql.sh: Revisions to Tom De 4391 * contrib/: check_axis.sh, check_mssql.sh: Revisions to Tom De
3537 Blende contributed plugins: check_axis.sh and check_mssql.sh 4392 Blende contributed plugins: check_axis.sh and check_mssql.sh
3538 4393
35392003-05-18 00:07 tonvoon 43942003-05-17 19:07 tonvoon
3540 4395
3541 * plugins/t/: check_ftp.t: Fixed test (Mathew Ericson - 738609) 4396 * plugins/t/: check_ftp.t: Fixed test (Mathew Ericson - 738609)
3542 4397
35432003-05-17 18:58 tonvoon 43982003-05-17 13:58 tonvoon
3544 4399
3545 * plugins/t/: check_load.t: Fixed tests (Mathew Ericson - 738607) 4400 * plugins/t/: check_load.t: Fixed tests (Mathew Ericson - 738607)
3546 4401
35472003-05-17 18:50 tonvoon 44022003-05-17 13:50 tonvoon
3548 4403
3549 * plugins/t/check_procs.t: Fixed test commands (Mathew Ericson - 4404 * plugins/t/check_procs.t: Fixed test commands (Mathew Ericson -
3550 738605) 4405 738605)
3551 4406
35522003-05-17 18:46 tonvoon 44072003-05-17 13:46 tonvoon
3553 4408
3554 * plugins/t/check_procs.t: Fixed test commands (Mathew Ericson - 4409 * plugins/t/check_procs.t: Fixed test commands (Mathew Ericson -
3555 738605) 4410 738605)
3556 4411
35572003-05-17 18:38 tonvoon 44122003-05-17 13:38 tonvoon
3558 4413
3559 * plugins/t/: check_http.t: Fixed tests (Mathew Ericson - 738608) 4414 * plugins/t/: check_http.t: Fixed tests (Mathew Ericson - 738608)
3560 4415
35612003-05-17 18:36 tonvoon 44162003-05-17 13:36 tonvoon
3562 4417
3563 * plugins/t/check_tcp.t: Fixed tests (Mathew Ericson - 738604) CV: 4418 * plugins/t/check_tcp.t: Fixed tests (Mathew Ericson - 738604) CV:
3564 ---------------------------------------------------------------------- 4419 ----------------------------------------------------------------------
3565 4420
35662003-05-17 18:33 tonvoon 44212003-05-17 13:33 tonvoon
3567 4422
3568 * plugins/t/check_tcp.t: Fixed tests (Mathew Ericson - 738604) 4423 * plugins/t/check_tcp.t: Fixed tests (Mathew Ericson - 738604)
3569 4424
35702003-05-16 18:32 sghosh 44252003-05-16 13:32 sghosh
3571 4426
3572 * plugins-scripts/: check_ntp.pl: bug fix 4427 * plugins-scripts/: check_ntp.pl: bug fix
3573 4428
35742003-05-15 00:17 tonvoon 44292003-05-14 19:17 tonvoon
3575 4430
3576 * plugins/negate.c: Added examples 4431 * plugins/negate.c: Added examples
3577 4432
35782003-05-14 22:59 tonvoon 44332003-05-14 17:59 tonvoon
3579 4434
3580 * plugins-scripts/check_mailq.pl: Added postfix support (Thomas 4435 * plugins-scripts/check_mailq.pl: Added postfix support (Thomas
3581 Nilsen - 735218) 4436 Nilsen - 735218)
3582 4437
35832003-05-14 22:51 tonvoon 44382003-05-14 17:51 tonvoon
3584 4439
3585 * plugins/check_nwstat.c: Added DSVER and UPTIME checks (Phil 4440 * plugins/check_nwstat.c: Added DSVER and UPTIME checks (Phil
3586 Randal - 737617) 4441 Randal - 737617)
3587 4442
35882003-05-14 22:49 tonvoon 44432003-05-14 17:49 tonvoon
3589 4444
3590 * pkg/solaris/solpkg: Typo 4445 * pkg/solaris/solpkg: Typo
3591 4446
35922003-05-14 22:44 tonvoon 44472003-05-14 17:44 tonvoon
3593 4448
3594 * doc/.cvsignore: Ignore developer-guidelines.html as generated 4449 * doc/.cvsignore: Ignore developer-guidelines.html as generated
3595 from docbook 4450 from docbook
3596 4451
35972003-05-14 22:39 tonvoon 44522003-05-14 17:39 tonvoon
3598 4453
3599 * Makefile.am, pkg/solaris/pkginfo.in, pkg/solaris/solpkg: Remove 4454 * Makefile.am, pkg/solaris/pkginfo.in, pkg/solaris/solpkg: Remove
3600 dependency on gnu make 4455 dependency on gnu make
3601 4456
36022003-05-14 00:20 tonvoon 44572003-05-13 19:20 tonvoon
3603 4458
3604 * doc/developer-guidelines.sgml: Updated docs to include comments, 4459 * doc/developer-guidelines.sgml: Updated docs to include comments,
3605 contrib->main, getopts_long and verbose output levels 4460 contrib->main, getopts_long and verbose output levels
3606 4461
36072003-05-13 23:23 tonvoon 44622003-05-13 18:23 tonvoon
3608 4463
3609 * tools/sfsnapshot: Calls tools/setup and creates a README for the 4464 * tools/sfsnapshot: Calls tools/setup and creates a README for the
3610 snapshot directory 4465 snapshot directory
3611 4466
36122003-05-13 23:03 tonvoon 44672003-05-13 18:03 tonvoon
3613 4468
3614 * doc/developer-guidelines.html, doc/makefile, tools/setup: The 4469 * doc/developer-guidelines.html, doc/makefile, tools/setup: The
3615 developer-guidelines.html file is now generated from the sgml 4470 developer-guidelines.html file is now generated from the sgml
3616 file by docbook2html at tools/setup time 4471 file by docbook2html at tools/setup time
3617 4472
36182003-05-13 13:14 stanleyhopcroft 44732003-05-13 08:14 stanleyhopcroft
3619 4474
3620 * contrib/tarballs/hopcroft-plugins.tar.gz: Removed 4475 * contrib/tarballs/hopcroft-plugins.tar.gz: Removed
3621 contrib/tarballs/hopcroft-plugins.tar.gz. This is archaic, 4476 contrib/tarballs/hopcroft-plugins.tar.gz. This is archaic,
3622 anachronistic, unmaintained and humblingly embarrassing. 4477 anachronistic, unmaintained and humblingly embarrassing.
3623 4478
36242003-05-13 13:13 stanleyhopcroft 44792003-05-13 08:13 stanleyhopcroft
3625 4480
3626 * contrib/check_mssql.sh: check_mssql.sh. A new plugin from Mr T DE 4481 * contrib/check_mssql.sh: check_mssql.sh. A new plugin from Mr T DE
3627 BLENDE to check MS SQLServer databases. 4482 BLENDE to check MS SQLServer databases.
3628 4483
36292003-05-09 04:22 kdebisschop 44842003-05-08 23:22 kdebisschop
3630 4485
3631 * plugins/check_http.c: fix error when server closes connection 4486 * plugins/check_http.c: fix error when server closes connection
3632 immediately 4487 immediately
3633 4488
36342003-05-09 04:22 kdebisschop 44892003-05-08 23:22 kdebisschop
3635 4490
3636 * plugins/check_http.c: fix error when server closes connection 4491 * plugins/check_http.c: fix error when server closes connection
3637 immediately 4492 immediately
3638 4493
36392003-05-09 03:59 kdebisschop 44942003-05-08 22:59 kdebisschop
3640 4495
3641 * plugins/: check_snmp.c: cause snmpget try try for 1 second less 4496 * plugins/: check_snmp.c: cause snmpget try try for 1 second less
3642 than the timeout (allowing plugin to force close if needed) 4497 than the timeout (allowing plugin to force close if needed)
3643 4498
36442003-05-07 19:01 undrgrid 44992003-05-07 14:01 undrgrid
3645 4500
3646 * plugins/check_ping.c: Modified check_ping to handle IPv6 as well 4501 * plugins/check_ping.c: Modified check_ping to handle IPv6 as well
3647 as IPv4 ICMP checks using the PING6_COMMAND determined during the 4502 as IPv4 ICMP checks using the PING6_COMMAND determined during the
@@ -3650,360 +4505,360 @@
3650 available when configure is run I condition it off PING6_COMMAND 4505 available when configure is run I condition it off PING6_COMMAND
3651 existing to remove build errors for being undefined. 4506 existing to remove build errors for being undefined.
3652 4507
36532003-04-25 10:05 sghosh 45082003-04-25 05:05 sghosh
3654 4509
3655 * plugins-scripts/: check_ntp.pl: corrected output units 4510 * plugins-scripts/: check_ntp.pl: corrected output units
3656 4511
36572003-04-23 05:57 kdebisschop 45122003-04-23 00:57 kdebisschop
3658 4513
3659 * plugins/: check_http.c, utils.c: update to RFC1123 hostname specs 4514 * plugins/: check_http.c, utils.c: update to RFC1123 hostname specs
3660 4515
36612003-04-17 06:56 kdebisschop 45162003-04-17 01:56 kdebisschop
3662 4517
3663 * nagios-plugins.spec.in: add check_nt, drop check_vsz 4518 * nagios-plugins.spec.in: add check_nt, drop check_vsz
3664 4519
36652003-04-17 06:55 kdebisschop 45202003-04-17 01:55 kdebisschop
3666 4521
3667 * plugins/: check_dig.c, check_tcp.c, check_users.c: code cleanup 4522 * plugins/: check_dig.c, check_tcp.c, check_users.c: code cleanup
3668 to clear strict compiler warnings 4523 to clear strict compiler warnings
3669 4524
36702003-04-17 06:36 kdebisschop 45252003-04-17 01:36 kdebisschop
3671 4526
3672 * plugins/: check_dig.c, check_tcp.c, netutils.c: code cleanup to 4527 * plugins/: check_dig.c, check_tcp.c, netutils.c: code cleanup to
3673 clear strict compiler warnings 4528 clear strict compiler warnings
3674 4529
36752003-04-16 16:31 sghosh 45302003-04-16 11:31 sghosh
3676 4531
3677 * plugins/check_real.c: old behavior - no stream check unless -u 4532 * plugins/check_real.c: old behavior - no stream check unless -u
3678 4533
36792003-04-16 16:06 sghosh 45342003-04-16 11:06 sghosh
3680 4535
3681 * plugins/check_real.c: reset to old behavior of not checking 4536 * plugins/check_real.c: reset to old behavior of not checking
3682 stream by default 4537 stream by default
3683 4538
36842003-04-13 05:49 sghosh 45392003-04-13 00:49 sghosh
3685 4540
3686 * plugins/check_hpjd.c: reduce compiler warning between gcc3 and 4541 * plugins/check_hpjd.c: reduce compiler warning between gcc3 and
3687 gcc2.96 4542 gcc2.96
3688 4543
36892003-04-13 05:28 sghosh 45442003-04-13 00:28 sghosh
3690 4545
3691 * configure.in: update for check_mailq - qmail support 4546 * configure.in: update for check_mailq - qmail support
3692 4547
36932003-04-13 05:25 sghosh 45482003-04-13 00:25 sghosh
3694 4549
3695 * plugins-scripts/utils.pm.in: update for check_mailq - qmail 4550 * plugins-scripts/utils.pm.in: update for check_mailq - qmail
3696 support 4551 support
3697 4552
36982003-04-13 05:23 sghosh 45532003-04-13 00:23 sghosh
3699 4554
3700 * plugins-scripts/check_mailq.pl: Added sendmail multi-queue 4555 * plugins-scripts/check_mailq.pl: Added sendmail multi-queue
3701 support (Canau), merged qmail support (Schmid) 4556 support (Canau), merged qmail support (Schmid)
3702 4557
37032003-04-12 01:02 tonvoon 45582003-04-11 20:02 tonvoon
3704 4559
3705 * plugins/check_procs.c: Match -a STRING anywhere in ps args 4560 * plugins/check_procs.c: Match -a STRING anywhere in ps args
3706 (Laurent Vaslin - 719783) 4561 (Laurent Vaslin - 719783)
3707 4562
37082003-04-12 00:47 tonvoon 45632003-04-11 19:47 tonvoon
3709 4564
3710 * plugins/check_procs.c: Match -a STRING anywhere in ps args 4565 * plugins/check_procs.c: Match -a STRING anywhere in ps args
3711 (Laurent Vaslin - 719783) 4566 (Laurent Vaslin - 719783)
3712 4567
37132003-04-11 23:36 sghosh 45682003-04-11 18:36 sghosh
3714 4569
3715 * plugins-scripts/check_ifstatus.pl: added feature -u (list of 4570 * plugins-scripts/check_ifstatus.pl: added feature -u (list of
3716 unused ifIndex) 4571 unused ifIndex)
3717 4572
37182003-04-11 23:09 sghosh 45732003-04-11 18:09 sghosh
3719 4574
3720 * plugins-scripts/check_ifstatus.pl: bug 691412, added feature -x 4575 * plugins-scripts/check_ifstatus.pl: bug 691412, added feature -x
3721 (list of excluded ifTypes) 4576 (list of excluded ifTypes)
3722 4577
37232003-04-11 19:44 sghosh 45782003-04-11 14:44 sghosh
3724 4579
3725 * plugins/check_hpjd.c: patch 698384 - order of args to snmpget + 4580 * plugins/check_hpjd.c: patch 698384 - order of args to snmpget +
3726 print a bit of stderr 4581 print a bit of stderr
3727 4582
37282003-04-11 17:27 sghosh 45832003-04-11 12:27 sghosh
3729 4584
3730 * plugins/check_hpjd.c: patch 698384 - order of args to snmpget 4585 * plugins/check_hpjd.c: patch 698384 - order of args to snmpget
3731 4586
37322003-04-09 04:46 kdebisschop 45872003-04-08 23:46 kdebisschop
3733 4588
3734 * plugins/: check_http.c, check_hpjd.c, check_nt.c: cleanup to 4589 * plugins/: check_http.c, check_hpjd.c, check_nt.c: cleanup to
3735 suppress various strict compiler warnings 4590 suppress various strict compiler warnings
3736 4591
37372003-04-09 04:44 kdebisschop 45922003-04-08 23:44 kdebisschop
3738 4593
3739 * plugins/common.h: rewrite #elif to be compatible with traditional 4594 * plugins/common.h: rewrite #elif to be compatible with traditional
3740 C 4595 C
3741 4596
37422003-04-09 03:09 kdebisschop 45972003-04-08 22:09 kdebisschop
3743 4598
3744 * plugins/Makefile.am: check_game needs popen.c now 4599 * plugins/Makefile.am: check_game needs popen.c now
3745 4600
37462003-04-08 21:49 tonvoon 46012003-04-08 16:49 tonvoon
3747 4602
3748 * plugins/: check_nt.c, check_hpjd.c: Changed // to /* */ comments 4603 * plugins/: check_nt.c, check_hpjd.c: Changed // to /* */ comments
3749 as some compilers do not like them 4604 as some compilers do not like them
3750 4605
37512003-04-08 21:38 tonvoon 46062003-04-08 16:38 tonvoon
3752 4607
3753 * command.cfg.in: Updated command for new check_procs 4608 * command.cfg.in: Updated command for new check_procs
3754 4609
37552003-04-08 21:37 tonvoon 46102003-04-08 16:37 tonvoon
3756 4611
3757 * plugins/: check_hpjd.c, check_nt.c: Changed // to /* */ comments 4612 * plugins/: check_hpjd.c, check_nt.c: Changed // to /* */ comments
3758 as some compilers do not like them 4613 as some compilers do not like them
3759 4614
37602003-04-08 01:00 stanleyhopcroft 46152003-04-07 20:00 stanleyhopcroft
3761 4616
3762 * contrib/check_axis.sh: check_axis.sh (Axis 5xx print servers) 4617 * contrib/check_axis.sh: check_axis.sh (Axis 5xx print servers)
3763 from Tom De Blende 4618 from Tom De Blende
3764 4619
37652003-04-08 00:40 tonvoon 46202003-04-07 19:40 tonvoon
3766 4621
3767 * plugins/check_procs.c: Fixed zombie processes 4622 * plugins/check_procs.c: Fixed zombie processes
3768 4623
37692003-04-08 00:16 tonvoon 46242003-04-07 19:16 tonvoon
3770 4625
3771 * configure.in: Missed some PS_FORMAT strings 4626 * configure.in: Missed some PS_FORMAT strings
3772 4627
37732003-04-07 23:53 tonvoon 46282003-04-07 18:53 tonvoon
3774 4629
3775 * configure.in, plugins/Makefile.am, plugins/check_nagios.c, 4630 * configure.in, plugins/Makefile.am, plugins/check_nagios.c,
3776 plugins/check_procs.c, plugins/check_vsz.c: Souped up check_procs 4631 plugins/check_procs.c, plugins/check_vsz.c: Souped up check_procs
3777 with different metrics 4632 with different metrics
3778 4633
37792003-04-07 22:23 tonvoon 46342003-04-07 17:23 tonvoon
3780 4635
3781 * plugins/check_snmp.c: Removed unnecessary array for AIX compile 4636 * plugins/check_snmp.c: Removed unnecessary array for AIX compile
3782 (reported by Alwyn Cherrington) 4637 (reported by Alwyn Cherrington)
3783 4638
37842003-04-07 22:21 tonvoon 46392003-04-07 17:21 tonvoon
3785 4640
3786 * plugins/check_snmp.c: Removed unnecessary regex array 4641 * plugins/check_snmp.c: Removed unnecessary regex array
3787 4642
37882003-04-07 12:39 kdebisschop 46432003-04-07 07:39 kdebisschop
3789 4644
3790 * plugins/check_http.c: ste timeout one second greater than 4645 * plugins/check_http.c: ste timeout one second greater than
3791 critical time 4646 critical time
3792 4647
37932003-04-07 12:38 kdebisschop 46482003-04-07 07:38 kdebisschop
3794 4649
3795 * plugins/check_game.c: had been grandfathered ibto core, finally 4650 * plugins/check_game.c: had been grandfathered ibto core, finally
3796 use normal getopts, add options for player, max-player array 4651 use normal getopts, add options for player, max-player array
3797 positions 4652 positions
3798 4653
37992003-04-03 22:21 tonvoon 46542003-04-03 16:21 tonvoon
3800 4655
3801 * plugins-scripts/check_oracle.sh: Cleaned up cache output 4656 * plugins-scripts/check_oracle.sh: Cleaned up cache output
3802 4657
38032003-04-01 23:24 tonvoon 46582003-04-01 17:24 tonvoon
3804 4659
3805 * plugins-scripts/check_oracle.sh: Fixed sqlplus calls and 4660 * plugins-scripts/check_oracle.sh: Fixed sqlplus calls and
3806 rearranged parameters for --tablespace & --cache 4661 rearranged parameters for --tablespace & --cache
3807 4662
38082003-04-01 05:00 kdebisschop 46632003-03-31 23:00 kdebisschop
3809 4664
3810 * configure.in: remove PATH_PROG call for autoconf/automake 4665 * configure.in: remove PATH_PROG call for autoconf/automake
3811 components 4666 components
3812 4667
38132003-03-31 13:49 kdebisschop 46682003-03-31 07:49 kdebisschop
3814 4669
3815 * plugins/check_disk.c: checkpoint supresses iso9660 adds option 4670 * plugins/check_disk.c: checkpoint supresses iso9660 adds option
3816 for checking only local adds choice of scale factor 4671 for checking only local adds choice of scale factor
3817 4672
38182003-03-27 22:53 tonvoon 46732003-03-27 17:53 tonvoon
3819 4674
3820 * plugins/check_nwstat.c: Extra Netware checks (Patch 710247 - 4675 * plugins/check_nwstat.c: Extra Netware checks (Patch 710247 -
3821 Dietmar Ruzicka) 4676 Dietmar Ruzicka)
3822 4677
38232003-03-26 05:37 tonvoon 46782003-03-26 00:37 tonvoon
3824 4679
3825 * configure.in: ipv6 check requires unistd.h for Darwin 4680 * configure.in: ipv6 check requires unistd.h for Darwin
3826 4681
38272003-03-26 03:57 tonvoon 46822003-03-25 22:57 tonvoon
3828 4683
3829 * configure.in, plugins/check_procs.c: Removal of ps_raw and 4684 * configure.in, plugins/check_procs.c: Removal of ps_raw and
3830 ps_vars 4685 ps_vars
3831 4686
38322003-03-26 03:39 tonvoon 46872003-03-25 22:39 tonvoon
3833 4688
3834 * plugins/check_nagios.c: Uses same ps command as check_procs 4689 * plugins/check_nagios.c: Uses same ps command as check_procs
3835 4690
38362003-03-25 06:33 kdebisschop 46912003-03-25 01:33 kdebisschop
3837 4692
3838 * .cvsignore: subst is no longer used 4693 * .cvsignore: subst is no longer used
3839 4694
38402003-03-24 19:05 undrgrid 46952003-03-24 14:05 undrgrid
3841 4696
3842 * .cvsignore, Makefile.am: Better stripping of prefix for Solaris 4697 * .cvsignore, Makefile.am: Better stripping of prefix for Solaris
3843 package install needs to remove /usr/local as package 4698 package install needs to remove /usr/local as package
3844 installs there by default 4699 installs there by default
3845 4700
38462003-03-24 17:44 undrgrid 47012003-03-24 12:44 undrgrid
3847 4702
3848 * Makefile.am, pkg/solaris/.cvsignore, pkg/solaris/pkginfo.in, 4703 * Makefile.am, pkg/solaris/.cvsignore, pkg/solaris/pkginfo.in,
3849 plugins/check_disk.c: Minor changes to build for Solaris packages 4704 plugins/check_disk.c: Minor changes to build for Solaris packages
3850 4705
38512003-03-24 16:23 tonvoon 47062003-03-24 11:23 tonvoon
3852 4707
3853 * plugins/check_procs.c: Use max_state 4708 * plugins/check_procs.c: Use max_state
3854 4709
38552003-03-24 02:57 tonvoon 47102003-03-23 21:57 tonvoon
3856 4711
3857 * tools/: mail_error, sfsnapshot: PATH set in correct place and 4712 * tools/: mail_error, sfsnapshot: PATH set in correct place and
3858 extra comments 4713 extra comments
3859 4714
38602003-03-24 02:44 tonvoon 47152003-03-23 21:44 tonvoon
3861 4716
3862 * tools/: mail_error, sfsnapshot: Bug fixes 4717 * tools/: mail_error, sfsnapshot: Bug fixes
3863 4718
38642003-03-24 02:21 tonvoon 47192003-03-23 21:21 tonvoon
3865 4720
3866 * tools/mail_error: Sends email if non-zero return code from 4721 * tools/mail_error: Sends email if non-zero return code from
3867 command 4722 command
3868 4723
38692003-03-24 02:19 tonvoon 47242003-03-23 21:19 tonvoon
3870 4725
3871 * tools/sfsnapshot: Error code depending on number of files 4726 * tools/sfsnapshot: Error code depending on number of files
3872 generated 4727 generated
3873 4728
38742003-03-24 01:18 tonvoon 47292003-03-23 20:18 tonvoon
3875 4730
3876 * lib/ls-mntd-fs.m4: Using coreutils 4.5.11 version to fix Darwin 4731 * lib/ls-mntd-fs.m4: Using coreutils 4.5.11 version to fix Darwin
3877 problem 4732 problem
3878 4733
38792003-03-24 00:40 tonvoon 47342003-03-23 19:40 tonvoon
3880 4735
3881 * REQUIREMENTS: Add NSClient requirement for check_nt 4736 * REQUIREMENTS: Add NSClient requirement for check_nt
3882 4737
38832003-03-24 00:39 tonvoon 47382003-03-23 19:39 tonvoon
3884 4739
3885 * plugins/check_nt.c: Reference to web site to get NSClient 4740 * plugins/check_nt.c: Reference to web site to get NSClient
3886 4741
38872003-03-24 00:26 tonvoon 47422003-03-23 19:26 tonvoon
3888 4743
3889 * plugins/check_nt.c: Reference to web site to get NSClient 4744 * plugins/check_nt.c: Reference to web site to get NSClient
3890 4745
38912003-03-23 07:01 undrgrid 47462003-03-23 02:01 undrgrid
3892 4747
3893 * Makefile.am, autogen.sh, configure.in, lib/Makefile.am, 4748 * Makefile.am, autogen.sh, configure.in, lib/Makefile.am,
3894 pkg/solaris/pkginfo.in, pkg/solaris/solpkg: Solaris package build 4749 pkg/solaris/pkginfo.in, pkg/solaris/solpkg: Solaris package build
3895 system 4750 system
3896 4751
38972003-03-23 06:20 kdebisschop 47522003-03-23 01:20 kdebisschop
3898 4753
3899 * plugins/check_disk.c: can once again exclude indiviual 4754 * plugins/check_disk.c: can once again exclude indiviual
3900 path/partitions 4755 path/partitions
3901 4756
39022003-03-23 06:11 kdebisschop 47572003-03-23 01:11 kdebisschop
3903 4758
3904 * plugins/check_disk.c: add -X to exclude FS type, now works with 4759 * plugins/check_disk.c: add -X to exclude FS type, now works with
3905 more than one path/dev specified 4760 more than one path/dev specified
3906 4761
39072003-03-22 13:23 kdebisschop 47622003-03-22 08:23 kdebisschop
3908 4763
3909 * plugins/utils.c: declaration must precede printf 4764 * plugins/utils.c: declaration must precede printf
3910 4765
39112003-03-21 20:21 tonvoon 47662003-03-21 15:21 tonvoon
3912 4767
3913 * configure.in: Stupid bug! 4768 * configure.in: Stupid bug!
3914 4769
39152003-03-21 14:08 kdebisschop 47702003-03-21 09:08 kdebisschop
3916 4771
3917 * plugins/check_disk.c: checkpoint, allows selecting devices and 4772 * plugins/check_disk.c: checkpoint, allows selecting devices and
3918 paths now 4773 paths now
3919 4774
39202003-03-21 14:04 kdebisschop 47752003-03-21 09:04 kdebisschop
3921 4776
3922 * configure.in: instructions for posting plugin version number 4777 * configure.in: instructions for posting plugin version number
3923 4778
39242003-03-19 23:44 kdebisschop 47792003-03-19 18:44 kdebisschop
3925 4780
3926 * plugins/check_by_ssh.c: allow to specify -1 and -2 for protocol 4781 * plugins/check_by_ssh.c: allow to specify -1 and -2 for protocol
3927 version 4782 version
3928 4783
39292003-03-19 22:42 tonvoon 47842003-03-19 17:42 tonvoon
3930 4785
3931 * configure.in: Tru64 df support (Paul Clayton) 4786 * configure.in: Tru64 df support (Paul Clayton)
3932 4787
39332003-03-19 13:01 kdebisschop 47882003-03-19 08:01 kdebisschop
3934 4789
3935 * plugins/: utils.c, utils.h: make state_text a function 4790 * plugins/: utils.c, utils.h: make state_text a function
3936 4791
39372003-03-19 12:59 kdebisschop 47922003-03-19 07:59 kdebisschop
3938 4793
3939 * lib/mountlist.c, plugins/check_disk.c: check_disk working with 4794 * lib/mountlist.c, plugins/check_disk.c: check_disk working with
3940 mountlist.c 4795 mountlist.c
3941 4796
39422003-03-19 02:28 kdebisschop 47972003-03-18 21:28 kdebisschop
3943 4798
3944 * Makefile.am, configure.in: subst.* was replaced by dist-hook 4799 * Makefile.am, configure.in: subst.* was replaced by dist-hook
3945 4800
39462003-03-19 02:27 kdebisschop 48012003-03-18 21:27 kdebisschop
3947 4802
3948 * subst.in, subst.sh: these were replaced by dist-hook 4803 * subst.in, subst.sh: these were replaced by dist-hook
3949 4804
39502003-03-18 15:18 kdebisschop 48052003-03-18 10:18 kdebisschop
3951 4806
3952 * configure.in: running the AFS macro causes newer AC/AM to barf 4807 * configure.in: running the AFS macro causes newer AC/AM to barf
3953 4808
39542003-03-18 09:02 kdebisschop 48092003-03-18 04:02 kdebisschop
3955 4810
3956 * configure.in: afs checking 4811 * configure.in: afs checking
3957 4812
39582003-03-18 08:50 kdebisschop 48132003-03-18 03:50 kdebisschop
3959 4814
3960 * lib/: ls-mntd-fs.m4, afs.m4: use AC_DEFINE_UNQOUTED 4815 * lib/: ls-mntd-fs.m4, afs.m4: use AC_DEFINE_UNQOUTED
3961 4816
39622003-03-18 08:47 kdebisschop 48172003-03-18 03:47 kdebisschop
3963 4818
3964 * lib/ls-mntd-fs.m4: stop warning on autoheader 2.13 4819 * lib/ls-mntd-fs.m4: stop warning on autoheader 2.13
3965 4820
39662003-03-18 07:57 kdebisschop 48212003-03-18 02:57 kdebisschop
3967 4822
3968 * plugins/: netutils.c, netutils.h: common.h was doubly included 4823 * plugins/: netutils.c, netutils.h: common.h was doubly included
3969 4824
39702003-03-18 07:57 kdebisschop 48252003-03-18 02:57 kdebisschop
3971 4826
3972 * plugins/common.h: use enum instead of define, remove some cruft 4827 * plugins/common.h: use enum instead of define, remove some cruft
3973 from old snprintf implementation 4828 from old snprintf implementation
3974 4829
39752003-03-18 07:48 kdebisschop 48302003-03-18 02:48 kdebisschop
3976 4831
3977 * configure.in, lib/Makefile.am, plugins/check_disk.c: use GNU 4832 * configure.in, lib/Makefile.am, plugins/check_disk.c: use GNU
3978 fileutils for check_disk 4833 fileutils for check_disk
3979 4834
39802003-03-18 07:47 kdebisschop 48352003-03-18 02:47 kdebisschop
3981 4836
3982 * lib/: afs.m4, fstypename.m4, fsusage.c, fsusage.h, fsusage.m4, 4837 * lib/: afs.m4, fstypename.m4, fsusage.c, fsusage.h, fsusage.m4,
3983 ls-mntd-fs.m4, mountlist.c, mountlist.h: from GNU fileutils for 4838 ls-mntd-fs.m4, mountlist.c, mountlist.h: from GNU fileutils for
3984 check_disk 4839 check_disk
3985 4840
39862003-03-17 22:22 tonvoon 48412003-03-17 17:22 tonvoon
3987 4842
3988 * plugins-scripts/: check_oracle.sh: Allow default Oracle home from 4843 * plugins-scripts/: check_oracle.sh: Allow default Oracle home from
3989 oratab (reported by Walbert Oberngruber) 4844 oratab (reported by Walbert Oberngruber)
3990 4845
39912003-03-16 23:54 undrgrid 48462003-03-16 18:54 undrgrid
3992 4847
3993 * configure.in: Modified to automatically enable getaddrinfo 4848 * configure.in: Modified to automatically enable getaddrinfo
3994 emulation if lwres is not used and getaddrinfo is not found in 4849 emulation if lwres is not used and getaddrinfo is not found in
3995 the system. 4850 the system.
3996 4851
39972003-03-16 23:28 undrgrid 48522003-03-16 18:28 undrgrid
3998 4853
3999 * plugins/: check_tcp.c, netutils.c, netutils.h: Applied patch 4854 * plugins/: check_tcp.c, netutils.c, netutils.h: Applied patch
4000 #660973 for tcp refusals 4855 #660973 for tcp refusals
4001 4856
40022003-03-15 01:28 undrgrid 48572003-03-14 20:28 undrgrid
4003 4858
4004 * configure.in: Left over debug define 4859 * configure.in: Left over debug define
4005 4860
40062003-03-15 01:25 undrgrid 48612003-03-14 20:25 undrgrid
4007 4862
4008 * configure.in, lib/Makefile.am, lib/getaddrinfo.c, 4863 * configure.in, lib/Makefile.am, lib/getaddrinfo.c,
4009 lib/getaddrinfo.h, lib/gethostbyname.c, lib/gethostbyname.h, 4864 lib/getaddrinfo.h, lib/gethostbyname.c, lib/gethostbyname.h,
@@ -4019,35 +4874,35 @@
4019 and has been tested prior to commit on Debian GNU/Linux, SPARC 4874 and has been tested prior to commit on Debian GNU/Linux, SPARC
4020 Solaris 7 and SPARC Solaris 9. 4875 Solaris 7 and SPARC Solaris 9.
4021 4876
40222003-03-14 13:28 kdebisschop 48772003-03-14 08:28 kdebisschop
4023 4878
4024 * plugins-scripts/check_ntp.pl: add timeout, fix taint chacking 4879 * plugins-scripts/check_ntp.pl: add timeout, fix taint chacking
4025 diom 4880 diom
4026 4881
40272003-03-13 22:20 undrgrid 48822003-03-13 17:20 undrgrid
4028 4883
4029 * .cvsignore, configure.in, lib/Makefile.am: Working out issues 4884 * .cvsignore, configure.in, lib/Makefile.am: Working out issues
4030 with getaddrinfo emulation build environment 4885 with getaddrinfo emulation build environment
4031 4886
40322003-03-13 21:14 tonvoon 48872003-03-13 16:14 tonvoon
4033 4888
4034 * plugins/: check_dns.c, check_http.c, check_tcp.c: Strip leading 4889 * plugins/: check_dns.c, check_http.c, check_tcp.c: Strip leading
4035 spaces in perf data 4890 spaces in perf data
4036 4891
40372003-03-13 21:10 tonvoon 48922003-03-13 16:10 tonvoon
4038 4893
4039 * plugins/check_smtp.c: Perf data without leading spaces and fix 4894 * plugins/check_smtp.c: Perf data without leading spaces and fix
4040 ANSI C complaint about \n 4895 ANSI C complaint about \n
4041 4896
40422003-03-13 20:33 tonvoon 48972003-03-13 15:33 tonvoon
4043 4898
4044 * plugins/check_tcp.c: Fix compiler warnings re progname 4899 * plugins/check_tcp.c: Fix compiler warnings re progname
4045 4900
40462003-03-13 06:52 undrgrid 49012003-03-13 01:52 undrgrid
4047 4902
4048 * depcomp: Removed auto-tools script that automake adds 4903 * depcomp: Removed auto-tools script that automake adds
4049 4904
40502003-03-13 06:51 undrgrid 49052003-03-13 01:51 undrgrid
4051 4906
4052 * .cvsignore, configure.in, install-sh, missing, mkinstalldirs, 4907 * .cvsignore, configure.in, install-sh, missing, mkinstalldirs,
4053 plugins/.cvsignore, plugins/Makefile.am, plugins/common.h, 4908 plugins/.cvsignore, plugins/Makefile.am, plugins/common.h,
@@ -4058,36 +4913,36 @@
4058 from being ran through configure to standard Removed auto-tools 4913 from being ran through configure to standard Removed auto-tools
4059 scripts that get added by automake 4914 scripts that get added by automake
4060 4915
40612003-03-13 06:00 kdebisschop 49162003-03-13 01:00 kdebisschop
4062 4917
4063 * plugins/negate.c: negate must be POSIXly correct in handling 4918 * plugins/negate.c: negate must be POSIXly correct in handling
4064 options, else wrapped options get passed to it 4919 options, else wrapped options get passed to it
4065 4920
40662003-03-13 05:59 undrgrid 49212003-03-13 00:59 undrgrid
4067 4922
4068 * configure.in: Removed --with-ipv6 configure option so it 4923 * configure.in: Removed --with-ipv6 configure option so it
4069 determines IPv6 availablity completely on it's own per suggestion 4924 determines IPv6 availablity completely on it's own per suggestion
4070 by Karl 4925 by Karl
4071 4926
40722003-03-13 05:29 kdebisschop 49272003-03-13 00:29 kdebisschop
4073 4928
4074 * plugins/negate.c: negate must be POSIXly correct in handling 4929 * plugins/negate.c: negate must be POSIXly correct in handling
4075 options, else wrapped options get passed to it 4930 options, else wrapped options get passed to it
4076 4931
40772003-03-12 22:13 undrgrid 49322003-03-12 17:13 undrgrid
4078 4933
4079 * plugins/check_tcp.c: doco standarization 4934 * plugins/check_tcp.c: doco standarization
4080 4935
40812003-03-12 19:50 undrgrid 49362003-03-12 14:50 undrgrid
4082 4937
4083 * configure.in, plugins-scripts/subst.in: Just a lil namespace 4938 * configure.in, plugins-scripts/subst.in: Just a lil namespace
4084 clean-up 4939 clean-up
4085 4940
40862003-03-12 17:42 undrgrid 49412003-03-12 12:42 undrgrid
4087 4942
4088 * configure.in: Minor fix to --with-ipv6 behavior 4943 * configure.in: Minor fix to --with-ipv6 behavior
4089 4944
40902003-03-12 17:11 undrgrid 49452003-03-12 12:11 undrgrid
4091 4946
4092 * autogen.sh, configure.in, plugins/utils.c, plugins/utils.h.in: 4947 * autogen.sh, configure.in, plugins/utils.c, plugins/utils.h.in:
4093 Added autogen.sh script that rebuilds using autotools and runs 4948 Added autogen.sh script that rebuilds using autotools and runs
@@ -4098,71 +4953,71 @@
4098 need to use the --with-ipv6 command line option to configure. 4953 need to use the --with-ipv6 command line option to configure.
4099 Modified plugins/utils.* to use USE_IPV6 4954 Modified plugins/utils.* to use USE_IPV6
4100 4955
41012003-03-12 07:05 kdebisschop 49562003-03-12 02:05 kdebisschop
4102 4957
4103 * plugins/check_disk.c: doco standarization 4958 * plugins/check_disk.c: doco standarization
4104 4959
41052003-03-12 06:44 kdebisschop 49602003-03-12 01:44 kdebisschop
4106 4961
4107 * plugins/check_disk.c: errors for statfs 4962 * plugins/check_disk.c: errors for statfs
4108 4963
41092003-03-12 06:41 kdebisschop 49642003-03-12 01:41 kdebisschop
4110 4965
4111 * plugins/check_smtp.c: comment/doco cleanup for embeeded doc work, 4966 * plugins/check_smtp.c: comment/doco cleanup for embeeded doc work,
4112 control STMP command via options instead of defines 4967 control STMP command via options instead of defines
4113 4968
41142003-03-12 06:38 kdebisschop 49692003-03-12 01:38 kdebisschop
4115 4970
4116 * configure.in: version increase, statfs work 4971 * configure.in: version increase, statfs work
4117 4972
41182003-03-12 02:47 undrgrid 49732003-03-11 21:47 undrgrid
4119 4974
4120 * plugins/.cvsignore: Add some more extra plugins 4975 * plugins/.cvsignore: Add some more extra plugins
4121 4976
41222003-03-12 02:29 undrgrid 49772003-03-11 21:29 undrgrid
4123 4978
4124 * plugins/check_dig.c: Code clean-up 4979 * plugins/check_dig.c: Code clean-up
4125 4980
41262003-03-12 02:29 undrgrid 49812003-03-11 21:29 undrgrid
4127 4982
4128 * plugins/check_http.c: Clean up of output from plugin 4983 * plugins/check_http.c: Clean up of output from plugin
4129 4984
41302003-03-12 02:24 undrgrid 49852003-03-11 21:24 undrgrid
4131 4986
4132 * plugins/: check_udp.c, check_ldap.c, check_http.c: Code clean-up 4987 * plugins/: check_udp.c, check_ldap.c, check_http.c: Code clean-up
4133 4988
41342003-03-12 02:23 undrgrid 49892003-03-11 21:23 undrgrid
4135 4990
4136 * plugins/check_tcp.c: Code cleanup 4991 * plugins/check_tcp.c: Code cleanup
4137 4992
41382003-03-12 00:45 tonvoon 49932003-03-11 19:45 tonvoon
4139 4994
4140 * plugins/check_dns.c: Removed is_host checks to speed up code. 4995 * plugins/check_dns.c: Removed is_host checks to speed up code.
4141 Fixed timings so no spaces 4996 Fixed timings so no spaces
4142 4997
41432003-03-12 00:08 tonvoon 49982003-03-11 19:08 tonvoon
4144 4999
4145 * plugins/check_dns.c: Timings in milliseconds and nicer output 5000 * plugins/check_dns.c: Timings in milliseconds and nicer output
4146 5001
41472003-03-11 22:51 tonvoon 50022003-03-11 17:51 tonvoon
4148 5003
4149 * plugins-scripts/.cvsignore: Add script ignores 5004 * plugins-scripts/.cvsignore: Add script ignores
4150 5005
41512003-03-11 22:36 tonvoon 50062003-03-11 17:36 tonvoon
4152 5007
4153 * plugins/negate.c: Remove getopt_long checks 5008 * plugins/negate.c: Remove getopt_long checks
4154 5009
41552003-03-11 22:34 tonvoon 50102003-03-11 17:34 tonvoon
4156 5011
4157 * plugins/negate.c: Fixed reading too many argv parameters and 5012 * plugins/negate.c: Fixed reading too many argv parameters and
4158 changed to asprintf 5013 changed to asprintf
4159 5014
41602003-03-11 22:29 tonvoon 50152003-03-11 17:29 tonvoon
4161 5016
4162 * plugins/negate.c: Fixed reading too many argv parameters and 5017 * plugins/negate.c: Fixed reading too many argv parameters and
4163 changed to asprintf 5018 changed to asprintf
4164 5019
41652003-03-11 22:22 tonvoon 50202003-03-11 17:22 tonvoon
4166 5021
4167 * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, 5022 * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
4168 check_fping.c, check_hpjd.c, check_http.c, check_ide-smart.c, 5023 check_fping.c, check_hpjd.c, check_http.c, check_ide-smart.c,
@@ -4174,69 +5029,69 @@
4174 check_udp.c, check_ups.c, check_users.c, check_vsz.c: Remove 5029 check_udp.c, check_ups.c, check_users.c, check_vsz.c: Remove
4175 getopt_long checks 5030 getopt_long checks
4176 5031
41772003-03-11 22:09 undrgrid 50322003-03-11 17:09 undrgrid
4178 5033
4179 * configure.in: Fixed some ping6 variables 5034 * configure.in: Fixed some ping6 variables
4180 5035
41812003-03-11 18:32 undrgrid 50362003-03-11 13:32 undrgrid
4182 5037
4183 * configure.in: Minor change to Karl's statfs check Inclusion of 5038 * configure.in: Minor change to Karl's statfs check Inclusion of
4184 ICMPv6 ping tests to define PING6_COMMAND Minor fix to ps syntax 5039 ICMPv6 ping tests to define PING6_COMMAND Minor fix to ps syntax
4185 checking to fix bug I introduced last nite 5040 checking to fix bug I introduced last nite
4186 5041
41872003-03-11 07:04 undrgrid 50422003-03-11 02:04 undrgrid
4188 5043
4189 * Makefile.am, configure.in: Removed acconfig.h from EXTRA_DIST 5044 * Makefile.am, configure.in: Removed acconfig.h from EXTRA_DIST
4190 Fixed problem with test in SWAP_FORMAT and SWAP_COMMAND 5045 Fixed problem with test in SWAP_FORMAT and SWAP_COMMAND
4191 5046
41922003-03-11 06:44 kdebisschop 50472003-03-11 01:44 kdebisschop
4193 5048
4194 * configure.in, plugins/check_disk.c: use statfs for check_disk 5049 * configure.in, plugins/check_disk.c: use statfs for check_disk
4195 (still needs fs scan) 5050 (still needs fs scan)
4196 5051
41972003-03-11 06:03 undrgrid 50522003-03-11 01:03 undrgrid
4198 5053
4199 * acconfig.h, configure.in: Finishing clean-up of configure.in 5054 * acconfig.h, configure.in: Finishing clean-up of configure.in
4200 Removing acconfig.h as it's no longer needed 5055 Removing acconfig.h as it's no longer needed
4201 5056
42022003-03-10 23:58 undrgrid 50572003-03-10 18:58 undrgrid
4203 5058
4204 * acconfig.h, configure.in: Cleaned up configure for PS and PING to 5059 * acconfig.h, configure.in: Cleaned up configure for PS and PING to
4205 produce cleaner config.h 5060 produce cleaner config.h
4206 5061
42072003-03-09 18:13 undrgrid 50622003-03-09 13:13 undrgrid
4208 5063
4209 * plugins/common.h.in: Make sure sys/socket.h is explicitly 5064 * plugins/common.h.in: Make sure sys/socket.h is explicitly
4210 included if HAVE_SYS_SOCKET_H is defined 5065 included if HAVE_SYS_SOCKET_H is defined
4211 5066
42122003-03-09 10:39 tonvoon 50672003-03-09 05:39 tonvoon
4213 5068
4214 * plugins/check_disk.c: Implement error-only option for check_disk 5069 * plugins/check_disk.c: Implement error-only option for check_disk
4215 (Ian Duggan) 5070 (Ian Duggan)
4216 5071
42172003-03-09 10:36 tonvoon 50722003-03-09 05:36 tonvoon
4218 5073
4219 * plugins/check_disk.c: Implement error-only option for check_disk 5074 * plugins/check_disk.c: Implement error-only option for check_disk
4220 (Ian Duggan) 5075 (Ian Duggan)
4221 5076
42222003-03-08 12:08 tonvoon 50772003-03-08 07:08 tonvoon
4223 5078
4224 * plugins/check_disk.c: Fix AIX /proc filesystem (Ian Duggan) 5079 * plugins/check_disk.c: Fix AIX /proc filesystem (Ian Duggan)
4225 5080
42262003-03-08 12:05 tonvoon 50812003-03-08 07:05 tonvoon
4227 5082
4228 * plugins/check_disk.c: Fix AIX /proc filesystem (Ian Duggan) 5083 * plugins/check_disk.c: Fix AIX /proc filesystem (Ian Duggan)
4229 5084
42302003-03-08 11:44 tonvoon 50852003-03-08 06:44 tonvoon
4231 5086
4232 * configure.in: snprintf checks in configure.in like samba 5087 * configure.in: snprintf checks in configure.in like samba
4233 5088
42342003-03-08 02:27 undrgrid 50892003-03-07 21:27 undrgrid
4235 5090
4236 * plugins/check_dns.c: Modified code to call is_addr() rather than 5091 * plugins/check_dns.c: Modified code to call is_addr() rather than
4237 is_dotted_quad() with the new AF indepdent function routines 5092 is_dotted_quad() with the new AF indepdent function routines
4238 5093
42392003-03-08 02:26 undrgrid 50942003-03-07 21:26 undrgrid
4240 5095
4241 * plugins/: netutils.c, netutils.h.in, utils.c, utils.h.in: AF 5096 * plugins/: netutils.c, netutils.h.in, utils.c, utils.h.in: AF
4242 indepedent routines introduced. Modifed process_request() & 5097 indepedent routines introduced. Modifed process_request() &
@@ -4247,41 +5102,41 @@
4247 functions to check whether it is a valid IP address Modified 5102 functions to check whether it is a valid IP address Modified
4248 is_host() to call is_addr() and is_hostname() 5103 is_host() to call is_addr() and is_hostname()
4249 5104
42502003-03-08 02:02 tonvoon 51052003-03-07 21:02 tonvoon
4251 5106
4252 * tools/sfsnapshot: Need to remove configure.in 5107 * tools/sfsnapshot: Need to remove configure.in
4253 5108
42542003-03-08 01:59 tonvoon 51092003-03-07 20:59 tonvoon
4255 5110
4256 * lib/Makefile.am, lib/snprintf.c, plugins/Makefile.am, 5111 * lib/Makefile.am, lib/snprintf.c, plugins/Makefile.am,
4257 plugins/snprintf.c: Move snprintf into lib 5112 plugins/snprintf.c: Move snprintf into lib
4258 5113
42592003-03-08 01:48 tonvoon 51142003-03-07 20:48 tonvoon
4260 5115
4261 * tools/sfsnapshot: Have to run through whole automake procedure as 5116 * tools/sfsnapshot: Have to run through whole automake procedure as
4262 datestamp in RELEASE variable 5117 datestamp in RELEASE variable
4263 5118
42642003-03-08 01:13 tonvoon 51192003-03-07 20:13 tonvoon
4265 5120
4266 * tools/sfsnapshot: Added automake parameters for config.sub and 5121 * tools/sfsnapshot: Added automake parameters for config.sub and
4267 config.guess 5122 config.guess
4268 5123
42692003-03-08 00:57 tonvoon 51242003-03-07 19:57 tonvoon
4270 5125
4271 * tools/sfsnapshot: Fixed production OUT variable 5126 * tools/sfsnapshot: Fixed production OUT variable
4272 5127
42732003-03-08 00:55 tonvoon 51282003-03-07 19:55 tonvoon
4274 5129
4275 * tools/sfsnapshot: Adds MD5SUM file, creates multiple branch 5130 * tools/sfsnapshot: Adds MD5SUM file, creates multiple branch
4276 snapshots and doesn't rerun configure/automake/autoconf 5131 snapshots and doesn't rerun configure/automake/autoconf
4277 unnecessarily 5132 unnecessarily
4278 5133
42792003-03-08 00:21 tonvoon 51342003-03-07 19:21 tonvoon
4280 5135
4281 * Makefile.am: Use Makefile's variables (to support a shortcut in 5136 * Makefile.am: Use Makefile's variables (to support a shortcut in
4282 sfsnapshot) 5137 sfsnapshot)
4283 5138
42842003-03-07 22:11 undrgrid 51392003-03-07 17:11 undrgrid
4285 5140
4286 * configure.in, lib/Makefile.am, lib/getaddrinfo.c, 5141 * configure.in, lib/Makefile.am, lib/getaddrinfo.c,
4287 lib/getaddrinfo.h, lib/gethostbyname.c, lib/gethostbyname.h, 5142 lib/getaddrinfo.h, lib/gethostbyname.c, lib/gethostbyname.h,
@@ -4293,28 +5148,28 @@
4293 tools/setup to include adding missing files so config.sub 5148 tools/setup to include adding missing files so config.sub
4294 and config.guess will be available 5149 and config.guess will be available
4295 5150
42962003-03-07 20:16 tonvoon 51512003-03-07 15:16 tonvoon
4297 5152
4298 * plugins/check_nt.c: Make output for CPU load nicer 5153 * plugins/check_nt.c: Make output for CPU load nicer
4299 5154
43002003-03-07 07:45 kdebisschop 51552003-03-07 02:45 kdebisschop
4301 5156
4302 * plugins/check_smtp.c: millisecond timing and perf data 5157 * plugins/check_smtp.c: millisecond timing and perf data
4303 5158
43042003-03-07 07:15 kdebisschop 51592003-03-07 02:15 kdebisschop
4305 5160
4306 * plugins/: check_smtp.c: whole timer loop was on the wrong side of 5161 * plugins/: check_smtp.c: whole timer loop was on the wrong side of
4307 connection close code 5162 connection close code
4308 5163
43092003-03-07 06:43 kdebisschop 51642003-03-07 01:43 kdebisschop
4310 5165
4311 * plugins/check_udp.c: fix for -H invocation of hostname 5166 * plugins/check_udp.c: fix for -H invocation of hostname
4312 5167
43132003-03-07 06:40 kdebisschop 51682003-03-07 01:40 kdebisschop
4314 5169
4315 * plugins/check_udp.c: fix for -H invocation of hostname 5170 * plugins/check_udp.c: fix for -H invocation of hostname
4316 5171
43172003-03-06 06:40 undrgrid 51722003-03-06 01:40 undrgrid
4318 5173
4319 * acinclude.m4, configure.in: Adds --with-lwres and 5174 * acinclude.m4, configure.in: Adds --with-lwres and
4320 --enable-emulate-getaddrinfo but are not used in any of the code 5175 --enable-emulate-getaddrinfo but are not used in any of the code
@@ -4323,598 +5178,598 @@
4323 I need input from results of this run on various platforms to see 5178 I need input from results of this run on various platforms to see
4324 what results are seen in plugins/config.h so please help test !!! 5179 what results are seen in plugins/config.h so please help test !!!
4325 5180
43262003-03-05 07:27 kdebisschop 51812003-03-05 02:27 kdebisschop
4327 5182
4328 * plugins-scripts/check_ntp.pl: add "m" to regex for minutes 5183 * plugins-scripts/check_ntp.pl: add "m" to regex for minutes
4329 5184
43302003-03-05 05:59 sghosh 51852003-03-05 00:59 sghosh
4331 5186
4332 * plugins/check_smtp.c: remove race condition for a long HELO 5187 * plugins/check_smtp.c: remove race condition for a long HELO
4333 5188
43342003-03-05 04:38 sghosh 51892003-03-04 23:38 sghosh
4335 5190
4336 * command.cfg.in: corrected snmp commands 5191 * command.cfg.in: corrected snmp commands
4337 5192
43382003-03-05 04:37 sghosh 51932003-03-04 23:37 sghosh
4339 5194
4340 * plugins-scripts/check_ntp.pl: regex fix per Marc Poulin 5195 * plugins-scripts/check_ntp.pl: regex fix per Marc Poulin
4341 5196
43422003-03-05 00:17 tonvoon 51972003-03-04 19:17 tonvoon
4343 5198
4344 * plugins/check_http.c: check_http min size option (680467 - Dave 5199 * plugins/check_http.c: check_http min size option (680467 - Dave
4345 Viner) 5200 Viner)
4346 5201
43472003-03-04 23:56 tonvoon 52022003-03-04 18:56 tonvoon
4348 5203
4349 * plugins/check_nt.c: Make output message for CPU Load a bit nicer 5204 * plugins/check_nt.c: Make output message for CPU Load a bit nicer
4350 5205
43512003-03-04 23:35 tonvoon 52062003-03-04 18:35 tonvoon
4352 5207
4353 * tools/sfsnapshot: To create nagiosplug daily snapshots on SF 5208 * tools/sfsnapshot: To create nagiosplug daily snapshots on SF
4354 5209
43552003-03-03 03:49 kdebisschop 52102003-03-02 22:49 kdebisschop
4356 5211
4357 * plugins/check_ping.c: accept comma-delimted list of hosts for 5212 * plugins/check_ping.c: accept comma-delimted list of hosts for
4358 checking if a multihomed host is alive 5213 checking if a multihomed host is alive
4359 5214
43602003-03-02 06:01 kdebisschop 52152003-03-02 01:01 kdebisschop
4361 5216
4362 * plugins/check_ping.c: add logic to check multiple servers 5217 * plugins/check_ping.c: add logic to check multiple servers
4363 5218
43642003-03-02 04:59 kdebisschop 52192003-03-01 23:59 kdebisschop
4365 5220
4366 * ChangeLog: update from CVS 5221 * ChangeLog: update from CVS
4367 5222
43682003-03-02 04:58 kdebisschop 52232003-03-01 23:58 kdebisschop
4369 5224
4370 * configure.in, nagios-plugins.spec.in: adjustments to remove beta 5225 * configure.in, nagios-plugins.spec.in: adjustments to remove beta
4371 tagging 5226 tagging
4372 5227
43732003-03-02 04:32 kdebisschop 52282003-03-01 23:32 kdebisschop
4374 5229
4375 * ChangeLog: update from CVS 5230 * ChangeLog: update from CVS
4376 5231
43772003-03-01 05:09 kdebisschop 52322003-03-01 00:09 kdebisschop
4378 5233
4379 * nagios-plugins.spec.in: we were missing some docs in the RPM 5234 * nagios-plugins.spec.in: we were missing some docs in the RPM
4380 5235
43812003-02-23 17:11 sghosh 52362003-02-23 12:11 sghosh
4382 5237
4383 * REQUIREMENTS: Novell requirements 5238 * REQUIREMENTS: Novell requirements
4384 5239
43852003-02-23 17:10 sghosh 52402003-02-23 12:10 sghosh
4386 5241
4387 * contrib/check_bgpstate.pl: removed community string in CRIT 5242 * contrib/check_bgpstate.pl: removed community string in CRIT
4388 message 5243 message
4389 5244
43902003-02-22 19:06 tonvoon 52452003-02-22 14:06 tonvoon
4391 5246
4392 * configure.in: Solaris and Unixware labels round the wrong way for 5247 * configure.in: Solaris and Unixware labels round the wrong way for
4393 swap command 5248 swap command
4394 5249
43952003-02-22 13:01 kdebisschop 52502003-02-22 08:01 kdebisschop
4396 5251
4397 * Makefile.am: provide target for nagios-plugins.spec 5252 * Makefile.am: provide target for nagios-plugins.spec
4398 5253
43992003-02-22 07:27 kdebisschop 52542003-02-22 02:27 kdebisschop
4400 5255
4401 * Makefile.am: add CODING FAQ LEGAL to distribution tarball 5256 * Makefile.am: add CODING FAQ LEGAL to distribution tarball
4402 5257
44032003-02-21 21:59 tonvoon 52582003-02-21 16:59 tonvoon
4404 5259
4405 * plugins/check_http.c: Fixed coredump with unallocated string 5260 * plugins/check_http.c: Fixed coredump with unallocated string
4406 5261
44072003-02-21 21:46 tonvoon 52622003-02-21 16:46 tonvoon
4408 5263
4409 * plugins/check_dns.c: Strip leading spaces on dns return value 5264 * plugins/check_dns.c: Strip leading spaces on dns return value
4410 (689563 - Simon L Nielsen) 5265 (689563 - Simon L Nielsen)
4411 5266
44122003-02-20 03:16 kdebisschop 52672003-02-19 22:16 kdebisschop
4413 5268
4414 * plugins-scripts/check_disk_smb.pl: option regexs need to include 5269 * plugins-scripts/check_disk_smb.pl: option regexs need to include
4415 ^ and $ 5270 ^ and $
4416 5271
44172003-02-19 22:56 tonvoon 52722003-02-19 17:56 tonvoon
4418 5273
4419 * lib/Makefile.am: Removing getloadavg.m4 from dist 5274 * lib/Makefile.am: Removing getloadavg.m4 from dist
4420 5275
44212003-02-19 08:36 kdebisschop 52762003-02-19 03:36 kdebisschop
4422 5277
4423 * INSTALL, configure.in, lib/getloadavg.m4, tools/setup: remove 5278 * INSTALL, configure.in, lib/getloadavg.m4, tools/setup: remove
4424 getloadavg.m4 5279 getloadavg.m4
4425 5280
44262003-02-19 00:45 tonvoon 52812003-02-18 19:45 tonvoon
4427 5282
4428 * Makefile.am, configure.in, getloadavg.m4, lib/Makefile.am, 5283 * Makefile.am, configure.in, getloadavg.m4, lib/Makefile.am,
4429 lib/getloadavg.c, lib/getloadavg.m4, plugins/Makefile.am, 5284 lib/getloadavg.c, lib/getloadavg.m4, plugins/Makefile.am,
4430 plugins/getloadavg.c: Move getloadavg to lib directory. Must run 5285 plugins/getloadavg.c: Move getloadavg to lib directory. Must run
4431 "aclocal -I lib" 5286 "aclocal -I lib"
4432 5287
44332003-02-18 23:00 kdebisschop 52882003-02-18 18:00 kdebisschop
4434 5289
4435 * plugins/check_pgsql.c: spurious backslash escape 5290 * plugins/check_pgsql.c: spurious backslash escape
4436 5291
44372003-02-18 22:56 kdebisschop 52922003-02-18 17:56 kdebisschop
4438 5293
4439 * configure.in: set tag for beta3, fix pgsql detection 5294 * configure.in: set tag for beta3, fix pgsql detection
4440 5295
44412003-02-18 22:24 kdebisschop 52962003-02-18 17:24 kdebisschop
4442 5297
4443 * plugins/check_udp.c: never exited getopt loop 5298 * plugins/check_udp.c: never exited getopt loop
4444 5299
44452003-02-18 22:20 kdebisschop 53002003-02-18 17:20 kdebisschop
4446 5301
4447 * plugins/check_tcp.c: failed if header was more than 1023 bytes 5302 * plugins/check_tcp.c: failed if header was more than 1023 bytes
4448 5303
44492003-02-18 22:10 tonvoon 53042003-02-18 17:10 tonvoon
4450 5305
4451 * plugins/check_load.c: Fixed the output messages (Bug 688729 - 5306 * plugins/check_load.c: Fixed the output messages (Bug 688729 -
4452 Jayjay) 5307 Jayjay)
4453 5308
44542003-02-18 21:58 tonvoon 53092003-02-18 16:58 tonvoon
4455 5310
4456 * Makefile.am: Add SUPPORT file to distribution 5311 * Makefile.am: Add SUPPORT file to distribution
4457 5312
44582003-02-18 21:56 tonvoon 53132003-02-18 16:56 tonvoon
4459 5314
4460 * plugins/check_http.c: Fixed compiler warning and increased the 5315 * plugins/check_http.c: Fixed compiler warning and increased the
4461 SSL random key for a Solaris PRNG problem 5316 SSL random key for a Solaris PRNG problem
4462 5317
44632003-02-18 05:38 kdebisschop 53182003-02-18 00:38 kdebisschop
4464 5319
4465 * configure.in: remainder of ps fix for UnixWare, and move [] in 5320 * configure.in: remainder of ps fix for UnixWare, and move [] in
4466 if/elif to indicate m4 quoting instead of test invocation 5321 if/elif to indicate m4 quoting instead of test invocation
4467 5322
44682003-02-18 04:05 sghosh 53232003-02-17 23:05 sghosh
4469 5324
4470 * contrib/check_appletalk.pl: Appletalk ping plugin 5325 * contrib/check_appletalk.pl: Appletalk ping plugin
4471 5326
44722003-02-18 04:04 sghosh 53272003-02-17 23:04 sghosh
4473 5328
4474 * plugins/check_snmp.c: OID type prefix patch [Patches-679403] 5329 * plugins/check_snmp.c: OID type prefix patch [Patches-679403]
4475 5330
44762003-02-18 03:46 sghosh 53312003-02-17 22:46 sghosh
4477 5332
4478 * plugins/check_swap.c: support for Large swap sizes 5333 * plugins/check_swap.c: support for Large swap sizes
4479 5334
44802003-02-18 03:17 sghosh 53352003-02-17 22:17 sghosh
4481 5336
4482 * configure.in: regex fix to catch *BSD swapinfo and not HP-UX 5337 * configure.in: regex fix to catch *BSD swapinfo and not HP-UX
4483 error and memory/file swap in addition to device for HP-UX 5338 error and memory/file swap in addition to device for HP-UX
4484 5339
44852003-02-17 22:01 kdebisschop 53402003-02-17 17:01 kdebisschop
4486 5341
4487 * configure.in: typo in testing uname output 5342 * configure.in: typo in testing uname output
4488 5343
44892003-02-17 21:57 kdebisschop 53442003-02-17 16:57 kdebisschop
4490 5345
4491 * configure.in: ping and swap for unixware 5346 * configure.in: ping and swap for unixware
4492 5347
44932003-02-17 21:04 kdebisschop 53482003-02-17 16:04 kdebisschop
4494 5349
4495 * configure.in: library search dirs are part of LDFLAGS 5350 * configure.in: library search dirs are part of LDFLAGS
4496 5351
44972003-02-17 19:11 sghosh 53522003-02-17 14:11 sghosh
4498 5353
4499 * REQUIREMENTS: location updates 5354 * REQUIREMENTS: location updates
4500 5355
45012003-02-16 08:41 tonvoon 53562003-02-16 03:41 tonvoon
4502 5357
4503 * plugins/Makefile.am: Fixed dependencies for check_nt 5358 * plugins/Makefile.am: Fixed dependencies for check_nt
4504 5359
45052003-02-16 08:25 tonvoon 53602003-02-16 03:25 tonvoon
4506 5361
4507 * plugins/check_nt.c: Coredump if no variable set (reported by Marc 5362 * plugins/check_nt.c: Coredump if no variable set (reported by Marc
4508 C. Poulin) 5363 C. Poulin)
4509 5364
45102003-02-16 02:46 egalstad 53652003-02-15 21:46 egalstad
4511 5366
4512 * contrib/check_dhcp.c: Interface patch byor Clemens Resen 5367 * contrib/check_dhcp.c: Interface patch byor Clemens Resen
4513 5368
45142003-02-16 02:18 sghosh 53692003-02-15 21:18 sghosh
4515 5370
4516 * plugins-scripts/check_ntp.pl: all alphanumeric accepted for refid 5371 * plugins-scripts/check_ntp.pl: all alphanumeric accepted for refid
4517 on ntpq 5372 on ntpq
4518 5373
45192003-02-12 22:32 tonvoon 53742003-02-12 17:32 tonvoon
4520 5375
4521 * plugins/.cvsignore: Added extra plugins 5376 * plugins/.cvsignore: Added extra plugins
4522 5377
45232003-02-12 22:30 tonvoon 53782003-02-12 17:30 tonvoon
4524 5379
4525 * lib/.cvsignore: Add ignore files 5380 * lib/.cvsignore: Add ignore files
4526 5381
45272003-02-12 22:29 tonvoon 53822003-02-12 17:29 tonvoon
4528 5383
4529 * plugins/negate.c: Remove unnecessary \ and fix coredump with no 5384 * plugins/negate.c: Remove unnecessary \ and fix coredump with no
4530 parameters specified 5385 parameters specified
4531 5386
45322003-02-12 22:27 tonvoon 53872003-02-12 17:27 tonvoon
4533 5388
4534 * plugins/check_http.c: Remove unnecessary \ - complaints from 5389 * plugins/check_http.c: Remove unnecessary \ - complaints from
4535 Tru64's cc compiler 5390 Tru64's cc compiler
4536 5391
45372003-02-12 22:21 tonvoon 53922003-02-12 17:21 tonvoon
4538 5393
4539 * configure.in: Inadequate quoting for PS_FORMAT & removal of grep 5394 * configure.in: Inadequate quoting for PS_FORMAT & removal of grep
4540 "*** for Tru64 5395 "*** for Tru64
4541 5396
45422003-02-12 04:36 sghosh 53972003-02-11 23:36 sghosh
4543 5398
4544 * command.cfg.in: forced ntpq jitter check 5399 * command.cfg.in: forced ntpq jitter check
4545 5400
45462003-02-12 04:32 sghosh 54012003-02-11 23:32 sghosh
4547 5402
4548 * plugins-scripts/check_ifoperstatus.pl: added timeout alarm 5403 * plugins-scripts/check_ifoperstatus.pl: added timeout alarm
4549 5404
45502003-02-12 04:30 sghosh 54052003-02-11 23:30 sghosh
4551 5406
4552 * plugins-scripts/check_ntp.pl: fixed regex for stratum1 peer, 5407 * plugins-scripts/check_ntp.pl: fixed regex for stratum1 peer,
4553 added logic for failed ntpq call(e.g. sntp host) 5408 added logic for failed ntpq call(e.g. sntp host)
4554 5409
45552003-02-11 00:47 tonvoon 54102003-02-10 19:47 tonvoon
4556 5411
4557 * plugins/check_mysql.c: Patch by Dave Viner for seg fault on RH 5412 * plugins/check_mysql.c: Patch by Dave Viner for seg fault on RH
4558 7.3 (655903) 5413 7.3 (655903)
4559 5414
45602003-02-10 23:59 tonvoon 54152003-02-10 18:59 tonvoon
4561 5416
4562 * configure.in: Update with references to REQUIREMENTS 5417 * configure.in: Update with references to REQUIREMENTS
4563 5418
45642003-02-10 23:58 tonvoon 54192003-02-10 18:58 tonvoon
4565 5420
4566 * Requirements: Remove file, superceded by REQUIREMENTS 5421 * Requirements: Remove file, superceded by REQUIREMENTS
4567 5422
45682003-02-10 23:34 tonvoon 54232003-02-10 18:34 tonvoon
4569 5424
4570 * plugins/: getopt.c, getopt.h, getopt1.c: Removing getopt files - 5425 * plugins/: getopt.c, getopt.h, getopt1.c: Removing getopt files -
4571 now in new lib directory 5426 now in new lib directory
4572 5427
45732003-02-10 23:32 tonvoon 54282003-02-10 18:32 tonvoon
4574 5429
4575 * lib/: Makefile.am, getopt.c, getopt.h, getopt1.c: New directory 5430 * lib/: Makefile.am, getopt.c, getopt.h, getopt1.c: New directory
4576 for common library files 5431 for common library files
4577 5432
45782003-02-10 23:28 tonvoon 54332003-02-10 18:28 tonvoon
4579 5434
4580 * plugins/common.h.in: Added in a define for HAVE_GETOPT_H for 5435 * plugins/common.h.in: Added in a define for HAVE_GETOPT_H for
4581 backwards compatibility 5436 backwards compatibility
4582 5437
45832003-02-10 23:27 tonvoon 54382003-02-10 18:27 tonvoon
4584 5439
4585 * plugins/Makefile.am: Remove unnecessary getopt references and 5440 * plugins/Makefile.am: Remove unnecessary getopt references and
4586 link in lib directory 5441 link in lib directory
4587 5442
45882003-02-10 23:26 tonvoon 54432003-02-10 18:26 tonvoon
4589 5444
4590 * configure.in: Removing checks for getopt.h - now always 5445 * configure.in: Removing checks for getopt.h - now always
4591 available. Also support lib dir 5446 available. Also support lib dir
4592 5447
45932003-02-10 23:24 tonvoon 54482003-02-10 18:24 tonvoon
4594 5449
4595 * Makefile.am: Adding lib directory for getopts change 5450 * Makefile.am: Adding lib directory for getopts change
4596 5451
45972003-02-10 23:08 tonvoon 54522003-02-10 18:08 tonvoon
4598 5453
4599 * configure.in: Fixed Tru64 ps command (Bug 669585 - Paula Arnold) 5454 * configure.in: Fixed Tru64 ps command (Bug 669585 - Paula Arnold)
4600 5455
46012003-02-10 18:36 undrgrid 54562003-02-10 13:36 undrgrid
4602 5457
4603 * plugins/check_ssh.c: Added argc checks before attempting to 5458 * plugins/check_ssh.c: Added argc checks before attempting to
4604 access argv[] 5459 access argv[]
4605 5460
4606 Corrected return codes and output 5461 Corrected return codes and output
4607 5462
46082003-02-10 14:18 undrgrid 54632003-02-10 09:18 undrgrid
4609 5464
4610 * plugins/check_ssh.c: Revised code to use resolving and connection 5465 * plugins/check_ssh.c: Revised code to use resolving and connection
4611 code in utils.c and netutils.c rather than its own functions. 5466 code in utils.c and netutils.c rather than its own functions.
4612 Corrected code to properly handle input of server hostname and 5467 Corrected code to properly handle input of server hostname and
4613 port on commandline without option flags. 5468 port on commandline without option flags.
4614 5469
46152003-02-10 04:49 kdebisschop 54702003-02-09 23:49 kdebisschop
4616 5471
4617 * contrib/check_fping_in.c: this plugin is in core as check_fping 5472 * contrib/check_fping_in.c: this plugin is in core as check_fping
4618 5473
46192003-02-09 18:59 undrgrid 54742003-02-09 13:59 undrgrid
4620 5475
4621 * tools/setup: Reordered program calls so autoheader was called 5476 * tools/setup: Reordered program calls so autoheader was called
4622 before automake thus getting rid of errors for header files not 5477 before automake thus getting rid of errors for header files not
4623 being present when automake was called. Also puts it inline with 5478 being present when automake was called. Also puts it inline with
4624 documentation in INSTALL & INSTALLING 5479 documentation in INSTALL & INSTALLING
4625 5480
46262003-02-09 14:20 sghosh 54812003-02-09 09:20 sghosh
4627 5482
4628 * contrib/: check_adptraid.sh, check_compaq_insight.pl, 5483 * contrib/: check_adptraid.sh, check_compaq_insight.pl,
4629 check_file_age.pl: new plugins 5484 check_file_age.pl: new plugins
4630 5485
46312003-02-09 14:18 sghosh 54862003-02-09 09:18 sghosh
4632 5487
4633 * contrib/: README.TXT, readme.txt: file rename 5488 * contrib/: README.TXT, readme.txt: file rename
4634 5489
46352003-02-09 14:16 sghosh 54902003-02-09 09:16 sghosh
4636 5491
4637 * contrib/: check_remote_nagios_status.pl, check_wins.pl, 5492 * contrib/: check_remote_nagios_status.pl, check_wins.pl,
4638 sched_downtime.pl: more contribs 5493 sched_downtime.pl: more contribs
4639 5494
46402003-02-09 14:03 sghosh 54952003-02-09 09:03 sghosh
4641 5496
4642 * contrib/tarballs/: fetchlog-0.92.tar.gz, fetchlog-0.94.tar.gz: 5497 * contrib/tarballs/: fetchlog-0.92.tar.gz, fetchlog-0.94.tar.gz:
4643 new version 5498 new version
4644 5499
46452003-02-09 12:54 kdebisschop 55002003-02-09 07:54 kdebisschop
4646 5501
4647 * CODING, README: spell check 5502 * CODING, README: spell check
4648 5503
46492003-02-09 12:36 kdebisschop 55042003-02-09 07:36 kdebisschop
4650 5505
4651 * FAQ: spell check 5506 * FAQ: spell check
4652 5507
46532003-02-09 12:17 sghosh 55082003-02-09 07:17 sghosh
4654 5509
4655 * SUPPORT: ispell 5510 * SUPPORT: ispell
4656 5511
46572003-02-08 06:00 kdebisschop 55122003-02-08 01:00 kdebisschop
4658 5513
4659 * plugins/check_pgsql.c: use enum instead of define 5514 * plugins/check_pgsql.c: use enum instead of define
4660 5515
46612003-02-08 05:58 kdebisschop 55162003-02-08 00:58 kdebisschop
4662 5517
4663 * FAQ: add item on submitting new plugins 5518 * FAQ: add item on submitting new plugins
4664 5519
46652003-02-08 05:57 kdebisschop 55202003-02-08 00:57 kdebisschop
4666 5521
4667 * SUPPORT: suggest minimum standards for support requests 5522 * SUPPORT: suggest minimum standards for support requests
4668 5523
46692003-02-08 05:32 kdebisschop 55242003-02-08 00:32 kdebisschop
4670 5525
4671 * plugins/check_http.c: submit request with one send 5526 * plugins/check_http.c: submit request with one send
4672 5527
46732003-02-05 05:59 kdebisschop 55282003-02-05 00:59 kdebisschop
4674 5529
4675 * configure.in: fix for SSL build on RedHat rawhide 5530 * configure.in: fix for SSL build on RedHat rawhide
4676 5531
46772003-02-05 05:58 kdebisschop 55322003-02-05 00:58 kdebisschop
4678 5533
4679 * plugins/check_dns.c: allow check to proceed using servers from 5534 * plugins/check_dns.c: allow check to proceed using servers from
4680 resolv.conf 5535 resolv.conf
4681 5536
46822003-02-05 05:57 kdebisschop 55372003-02-05 00:57 kdebisschop
4683 5538
4684 * plugins/check_http.c: fix segfault due to bad asprintf invocation 5539 * plugins/check_http.c: fix segfault due to bad asprintf invocation
4685 5540
46862003-02-04 06:24 sghosh 55412003-02-04 01:24 sghosh
4687 5542
4688 * plugins-scripts/Makefile.am: install user:grp perms [patch 5543 * plugins-scripts/Makefile.am: install user:grp perms [patch
4689 679703 -Detlef Boehm] 5544 679703 -Detlef Boehm]
4690 5545
46912003-02-04 06:16 sghosh 55462003-02-04 01:16 sghosh
4692 5547
4693 * plugins-scripts/check_flexlm.pl: lmstat output update 5548 * plugins-scripts/check_flexlm.pl: lmstat output update
4694 5549
46952003-02-04 05:54 sghosh 55502003-02-04 00:54 sghosh
4696 5551
4697 * plugins-scripts/check_ntp.pl: corrected ntpdate offset to seconds 5552 * plugins-scripts/check_ntp.pl: corrected ntpdate offset to seconds
4698 5553
46992003-02-03 21:43 tonvoon 55542003-02-03 16:43 tonvoon
4700 5555
4701 * plugins/check_snmp.c: Avoid core dump with null or invalid data 5556 * plugins/check_snmp.c: Avoid core dump with null or invalid data
4702 (679400 - Mathieu Masseboeuf) 5557 (679400 - Mathieu Masseboeuf)
4703 5558
47042003-02-03 21:33 tonvoon 55592003-02-03 16:33 tonvoon
4705 5560
4706 * plugins/Makefile.am: Patch for Mac OS X compile (652080 - Ton 5561 * plugins/Makefile.am: Patch for Mac OS X compile (652080 - Ton
4707 Voon) 5562 Voon)
4708 5563
47092003-02-03 20:43 sghosh 55642003-02-03 15:43 sghosh
4710 5565
4711 * contrib/tarballs/check_cit.tgz: Citrix plugin 5566 * contrib/tarballs/check_cit.tgz: Citrix plugin
4712 5567
47132003-02-03 20:35 sghosh 55682003-02-03 15:35 sghosh
4714 5569
4715 * command.cfg.in: more sample command configurations 5570 * command.cfg.in: more sample command configurations
4716 5571
47172003-02-03 20:29 sghosh 55722003-02-03 15:29 sghosh
4718 5573
4719 * configure.in, plugins-scripts/check_ntp.pl, 5574 * configure.in, plugins-scripts/check_ntp.pl,
4720 plugins-scripts/utils.pm.in: change ntpdc to ntpq (Jonathan 5575 plugins-scripts/utils.pm.in: change ntpdc to ntpq (Jonathan
4721 Rozes,Thomas Schimpke, bug-656237 ) 5576 Rozes,Thomas Schimpke, bug-656237 )
4722 5577
47232003-02-03 15:47 sghosh 55782003-02-03 10:47 sghosh
4724 5579
4725 * plugins-scripts/check_ntp.pl: patch for desync peer and ntpdate 5580 * plugins-scripts/check_ntp.pl: patch for desync peer and ntpdate
4726 (James Fidell) 5581 (James Fidell)
4727 5582
47282003-02-03 05:29 sghosh 55832003-02-03 00:29 sghosh
4729 5584
4730 * plugins-scripts/check_ifstatus.pl: bugfix [bug 651021 mperry2] 5585 * plugins-scripts/check_ifstatus.pl: bugfix [bug 651021 mperry2]
4731 5586
47322003-02-03 05:07 sghosh 55872003-02-03 00:07 sghosh
4733 5588
4734 * plugins/check_hpjd.c: added default community [bug-patch #600349 5589 * plugins/check_hpjd.c: added default community [bug-patch #600349
4735 jbaumgartner] 5590 jbaumgartner]
4736 5591
47372003-01-31 18:40 tonvoon 55922003-01-31 13:40 tonvoon
4738 5593
4739 * plugins/check_procs.c: Fix for zombie processes on Solaris (Bug 5594 * plugins/check_procs.c: Fix for zombie processes on Solaris (Bug
4740 677803 - Matthew Brown) 5595 677803 - Matthew Brown)
4741 5596
47422003-01-31 18:36 tonvoon 55972003-01-31 13:36 tonvoon
4743 5598
4744 * plugins/check_nt.c: Reapply all asprintf calls. Fix for %% 5599 * plugins/check_nt.c: Reapply all asprintf calls. Fix for %%
4745 problem with -l flag. 5600 problem with -l flag.
4746 5601
47472003-01-31 01:26 tonvoon 56022003-01-30 20:26 tonvoon
4748 5603
4749 * plugins/check_nt.c: Removed all unnecessary asprintf calls. 5604 * plugins/check_nt.c: Removed all unnecessary asprintf calls.
4750 Replaced with original check_nt.c to minimise amount of changes 5605 Replaced with original check_nt.c to minimise amount of changes
4751 (reported by Reuben Farrelly) 5606 (reported by Reuben Farrelly)
4752 5607
47532003-01-30 23:18 tonvoon 56082003-01-30 18:18 tonvoon
4754 5609
4755 * plugins/check_nt.c: Added reference to the official NSClient web 5610 * plugins/check_nt.c: Added reference to the official NSClient web
4756 site 5611 site
4757 5612
47582003-01-30 22:57 tonvoon 56132003-01-30 17:57 tonvoon
4759 5614
4760 * plugins/check_swap.c: Fixed long --allswap option 5615 * plugins/check_swap.c: Fixed long --allswap option
4761 5616
47622003-01-30 22:55 tonvoon 56172003-01-30 17:55 tonvoon
4763 5618
4764 * plugins/check_procs.c: Fixed progname 5619 * plugins/check_procs.c: Fixed progname
4765 5620
47662003-01-29 20:57 tonvoon 56212003-01-29 15:57 tonvoon
4767 5622
4768 * plugins/check_mrtgtraf.c: Fixed error and success codes (638656 - 5623 * plugins/check_mrtgtraf.c: Fixed error and success codes (638656 -
4769 Paul Dlug) 5624 Paul Dlug)
4770 5625
47712003-01-29 20:47 tonvoon 56262003-01-29 15:47 tonvoon
4772 5627
4773 * plugins-scripts/check_oracle.sh: Added cache and tablespace check 5628 * plugins-scripts/check_oracle.sh: Added cache and tablespace check
4774 (621567 - John Marquart) 5629 (621567 - John Marquart)
4775 5630
47762003-01-29 20:33 tonvoon 56312003-01-29 15:33 tonvoon
4777 5632
4778 * plugins/: Makefile.am, check_nt.c: Added in check_nt for bug 5633 * plugins/: Makefile.am, check_nt.c: Added in check_nt for bug
4779 646516 5634 646516
4780 5635
47812003-01-29 06:38 kdebisschop 56362003-01-29 01:38 kdebisschop
4782 5637
4783 * plugins/check_mysql.c: remove incorrect check_disk() declaration 5638 * plugins/check_mysql.c: remove incorrect check_disk() declaration
4784 5639
47852003-01-29 06:16 kdebisschop 56402003-01-29 01:16 kdebisschop
4786 5641
4787 * plugins/check_ldap.c: fix segfault when argc>=2 and the -H or -b 5642 * plugins/check_ldap.c: fix segfault when argc>=2 and the -H or -b
4788 options are not supplied 5643 options are not supplied
4789 5644
47902003-01-29 06:15 kdebisschop 56452003-01-29 01:15 kdebisschop
4791 5646
4792 * plugins/check_by_ssh.c: 1.8 5647 * plugins/check_by_ssh.c: 1.8
4793 5648
47942003-01-29 05:55 tonvoon 56492003-01-29 00:55 tonvoon
4795 5650
4796 * plugins/check_http.c: Better error if server requests client 5651 * plugins/check_http.c: Better error if server requests client
4797 based certificate (609382 - Olaf Greis) 5652 based certificate (609382 - Olaf Greis)
4798 5653
47992003-01-29 05:27 tonvoon 56542003-01-29 00:27 tonvoon
4800 5655
4801 * contrib/check_dns_random.pl: Exit code added (604837 - Lachlan 5656 * contrib/check_dns_random.pl: Exit code added (604837 - Lachlan
4802 Cameron-Smith) 5657 Cameron-Smith)
4803 5658
48042003-01-29 05:10 tonvoon 56592003-01-29 00:10 tonvoon
4805 5660
4806 * plugins-scripts/check_oracle.sh: Added dummy login test (650970 - 5661 * plugins-scripts/check_oracle.sh: Added dummy login test (650970 -
4807 Ton Voon) 5662 Ton Voon)
4808 5663
48092003-01-29 04:28 tonvoon 56642003-01-28 23:28 tonvoon
4810 5665
4811 * plugins/check_vsz.c: Error when no params passed, better invalid 5666 * plugins/check_vsz.c: Error when no params passed, better invalid
4812 params message (652086 - Ton Voon) 5667 params message (652086 - Ton Voon)
4813 5668
48142003-01-29 04:11 tonvoon 56692003-01-28 23:11 tonvoon
4815 5670
4816 * plugins/check_procs.c: Fixed NULL status in Solaris (644783 - 5671 * plugins/check_procs.c: Fixed NULL status in Solaris (644783 -
4817 Fabian Pehla) Fixed -p options (652082 - Ton Voon) 5672 Fabian Pehla) Fixed -p options (652082 - Ton Voon)
4818 5673
48192003-01-28 07:44 kdebisschop 56742003-01-28 02:44 kdebisschop
4820 5675
4821 * contrib/checkciscotemp.pl: typo: had commented use Net::SNMP for 5676 * contrib/checkciscotemp.pl: typo: had commented use Net::SNMP for
4822 testing 5677 testing
4823 5678
48242003-01-28 07:42 kdebisschop 56792003-01-28 02:42 kdebisschop
4825 5680
4826 * plugins/check_real.c: make sure host_name is set and remove NULL 5681 * plugins/check_real.c: make sure host_name is set and remove NULL
4827 string inits that can lead to segfaults 5682 string inits that can lead to segfaults
4828 5683
48292003-01-28 07:26 kdebisschop 56842003-01-28 02:26 kdebisschop
4830 5685
4831 * plugins/check_mysql.c: missed argc check on port parameter 5686 * plugins/check_mysql.c: missed argc check on port parameter
4832 5687
48332003-01-28 07:17 kdebisschop 56882003-01-28 02:17 kdebisschop
4834 5689
4835 * contrib/checkciscotemp.pl: split and validate input more robustly 5690 * contrib/checkciscotemp.pl: split and validate input more robustly
4836 5691
48372003-01-28 07:15 kdebisschop 56922003-01-28 02:15 kdebisschop
4838 5693
4839 * plugins/check_http.c: remove NULL string inits that can lead to 5694 * plugins/check_http.c: remove NULL string inits that can lead to
4840 segfaults 5695 segfaults
4841 5696
48422003-01-28 00:32 tonvoon 56972003-01-27 19:32 tonvoon
4843 5698
4844 * configure.in: ps support for Darwin / MacOSX 5699 * configure.in: ps support for Darwin / MacOSX
4845 5700
48462003-01-27 11:53 kdebisschop 57012003-01-27 06:53 kdebisschop
4847 5702
4848 * plugins/check_http.c: do not pass host if none is provided 5703 * plugins/check_http.c: do not pass host if none is provided
4849 5704
48502003-01-27 06:04 kdebisschop 57052003-01-27 01:04 kdebisschop
4851 5706
4852 * plugins/check_http.c: we were sending extra CRLF 5707 * plugins/check_http.c: we were sending extra CRLF
4853 5708
48542003-01-19 06:34 kdebisschop 57092003-01-19 01:34 kdebisschop
4855 5710
4856 * plugins-scripts/check_rpc.pl: indicate new default state in 5711 * plugins-scripts/check_rpc.pl: indicate new default state in
4857 get_rpcinfo, also fix a bunch of indents for consistent format 5712 get_rpcinfo, also fix a bunch of indents for consistent format
4858 5713
48592003-01-17 05:56 sghosh 57142003-01-17 00:56 sghosh
4860 5715
4861 * plugins-scripts/check_rpc.pl: bug fix for state and opt_c 5716 * plugins-scripts/check_rpc.pl: bug fix for state and opt_c
4862 initialization 5717 initialization
4863 5718
48642003-01-17 05:37 sghosh 57192003-01-17 00:37 sghosh
4865 5720
4866 * plugins/check_snmp.c: Counter32 tag parsing added 5721 * plugins/check_snmp.c: Counter32 tag parsing added
4867 5722
48682003-01-16 06:42 kdebisschop 57232003-01-16 01:42 kdebisschop
4869 5724
4870 * plugins/: check_mysql.c, check_pgsql.c: semicolon needed where 5725 * plugins/: check_mysql.c, check_pgsql.c: semicolon needed where
4871 progname define was replaced 5726 progname define was replaced
4872 5727
48732003-01-16 06:29 kdebisschop 57282003-01-16 01:29 kdebisschop
4874 5729
4875 * plugins/check_http.c: add option to let regex span newlines 5730 * plugins/check_http.c: add option to let regex span newlines
4876 5731
48772003-01-16 06:28 kdebisschop 57322003-01-16 01:28 kdebisschop
4878 5733
4879 * plugins/check_game.c: progname and print_usage need to be defined 5734 * plugins/check_game.c: progname and print_usage need to be defined
4880 5735
48812003-01-16 06:22 kdebisschop 57362003-01-16 01:22 kdebisschop
4882 5737
4883 * plugins/check_radius.c: semicolon needed where praogname define 5738 * plugins/check_radius.c: semicolon needed where praogname define
4884 was replced 5739 was replced
4885 5740
48862003-01-16 06:10 kdebisschop 57412003-01-16 01:10 kdebisschop
4887 5742
4888 * plugins/check_hpjd.c: semicolon needed where praogname define was 5743 * plugins/check_hpjd.c: semicolon needed where praogname define was
4889 replced 5744 replced
4890 5745
48912003-01-16 05:22 kdebisschop 57462003-01-16 00:22 kdebisschop
4892 5747
4893 * configure.in: find kerberos libs in latest Red Hat beta 5748 * configure.in: find kerberos libs in latest Red Hat beta
4894 5749
48952003-01-16 05:21 kdebisschop 57502003-01-16 00:21 kdebisschop
4896 5751
4897 * plugins/utils.c: restore max() macro 5752 * plugins/utils.c: restore max() macro
4898 5753
48992003-01-16 05:20 kdebisschop 57542003-01-16 00:20 kdebisschop
4900 5755
4901 * plugins/check_tcp.c: cleanup progname assignment 5756 * plugins/check_tcp.c: cleanup progname assignment
4902 5757
49032003-01-16 05:19 kdebisschop 57582003-01-16 00:19 kdebisschop
4904 5759
4905 * plugins-scripts/check_disk_smb.pl: accept $ for share and \\ for 5760 * plugins-scripts/check_disk_smb.pl: accept $ for share and \\ for
4906 users 5761 users
4907 5762
49082003-01-16 05:17 kdebisschop 57632003-01-16 00:17 kdebisschop
4909 5764
4910 * plugins/check_by_ssh.c: avoid segfault when host is not given 5765 * plugins/check_by_ssh.c: avoid segfault when host is not given
4911 5766
49122003-01-13 12:21 kdebisschop 57672003-01-13 07:21 kdebisschop
4913 5768
4914 * contrib/: check_dhcp.c, check_fping_in.c, check_rbl.c: convert 5769 * contrib/: check_dhcp.c, check_fping_in.c, check_rbl.c: convert
4915 PROGANE from a define to a const char 5770 PROGANE from a define to a const char
4916 5771
49172003-01-13 12:15 kdebisschop 57722003-01-13 07:15 kdebisschop
4918 5773
4919 * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, 5774 * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c,
4920 check_dummy.c, check_fping.c, check_hpjd.c, check_http.c, 5775 check_dummy.c, check_fping.c, check_hpjd.c, check_http.c,
@@ -4927,438 +5782,438 @@
4927 utils.c, utils.h.in: convert PROGANE from a define to a const 5782 utils.c, utils.h.in: convert PROGANE from a define to a const
4928 char 5783 char
4929 5784
49302003-01-13 12:13 kdebisschop 57852003-01-13 07:13 kdebisschop
4931 5786
4932 * plugins/popen.c: change exit status to be POSIX compliant 5787 * plugins/popen.c: change exit status to be POSIX compliant
4933 5788
49342003-01-13 12:09 kdebisschop 57892003-01-13 07:09 kdebisschop
4935 5790
4936 * plugins/check_nagios.c: check for a few null strings, change 5791 * plugins/check_nagios.c: check for a few null strings, change
4937 PROGNAME from #define to const *char 5792 PROGNAME from #define to const *char
4938 5793
49392003-01-13 04:50 kdebisschop 57942003-01-12 23:50 kdebisschop
4940 5795
4941 * plugins/check_disk.c: add options for excluding devices and for 5796 * plugins/check_disk.c: add options for excluding devices and for
4942 skipping OK devices in summary 5797 skipping OK devices in summary
4943 5798
49442003-01-03 03:24 kdebisschop 57992003-01-02 22:24 kdebisschop
4945 5800
4946 * plugins/utils.c: protect against some null strings, make formats 5801 * plugins/utils.c: protect against some null strings, make formats
4947 more uniform 5802 more uniform
4948 5803
49492002-12-19 19:30 kdebisschop 58042002-12-19 14:30 kdebisschop
4950 5805
4951 * plugins/check_tcp.c: expect is +OK for SPOP too 5806 * plugins/check_tcp.c: expect is +OK for SPOP too
4952 5807
49532002-12-19 19:29 kdebisschop 58082002-12-19 14:29 kdebisschop
4954 5809
4955 * plugins/check_tcp.c: server expect not getting set, expect is +OK 5810 * plugins/check_tcp.c: server expect not getting set, expect is +OK
4956 for POP 5811 for POP
4957 5812
49582002-12-19 19:20 kdebisschop 58132002-12-19 14:20 kdebisschop
4959 5814
4960 * plugins/check_http.c: remove spurious CRLF 5815 * plugins/check_http.c: remove spurious CRLF
4961 5816
49622002-11-29 12:02 stanleyhopcroft 58172002-11-29 07:02 stanleyhopcroft
4963 5818
4964 * contrib/check_citrix: 5819 * contrib/check_citrix:
4965 New plugin to check the ICA browse service (used by Citrix 5820 New plugin to check the ICA browse service (used by Citrix
4966 Metaframe servers) from Ed Rolison and Tom De Blende. 5821 Metaframe servers) from Ed Rolison and Tom De Blende.
4967 5822
49682002-11-25 12:00 kdebisschop 58232002-11-25 07:00 kdebisschop
4969 5824
4970 * plugins/check_tcp.c: was segfaulting if no dtat was returned 5825 * plugins/check_tcp.c: was segfaulting if no dtat was returned
4971 5826
49722002-11-24 13:43 kdebisschop 58272002-11-24 08:43 kdebisschop
4973 5828
4974 * tools/snapshot: some fixes needed to move off old devel box 5829 * tools/snapshot: some fixes needed to move off old devel box
4975 5830
49762002-11-24 13:09 kdebisschop 58312002-11-24 08:09 kdebisschop
4977 5832
4978 * tools/snapshot: make routine snapshots of nagios and plugin CVS 5833 * tools/snapshot: make routine snapshots of nagios and plugin CVS
4979 to expand testing 5834 to expand testing
4980 5835
49812002-11-22 10:52 kdebisschop 58362002-11-22 05:52 kdebisschop
4982 5837
4983 * plugins/check_ups.c: add replace battery condition, replace 5838 * plugins/check_ups.c: add replace battery condition, replace
4984 unchecked strcat calls with asprintf (I do not think buffer 5839 unchecked strcat calls with asprintf (I do not think buffer
4985 overflow was possible here, but lets be consistent) 5840 overflow was possible here, but lets be consistent)
4986 5841
49872002-11-22 02:46 kdebisschop 58422002-11-21 21:46 kdebisschop
4988 5843
4989 * configure.in: get long args output to work on check_procs by 5844 * configure.in: get long args output to work on check_procs by
4990 putting incantations with -w ahead of others 5845 putting incantations with -w ahead of others
4991 5846
49922002-11-22 02:33 kdebisschop 58472002-11-21 21:33 kdebisschop
4993 5848
4994 * configure.in: get long args output to work on linux check_procs, 5849 * configure.in: get long args output to work on linux check_procs,
4995 actually works this time (needs OpenBSD testing) 5850 actually works this time (needs OpenBSD testing)
4996 5851
49972002-11-22 01:33 kdebisschop 58522002-11-21 20:33 kdebisschop
4998 5853
4999 * plugins/check_procs.c: add a few comments, trap a few place where 5854 * plugins/check_procs.c: add a few comments, trap a few place where
5000 a NULL string might have been handled 5855 a NULL string might have been handled
5001 5856
50022002-11-22 01:31 kdebisschop 58572002-11-21 20:31 kdebisschop
5003 5858
5004 * configure.in: get long args output to work on linux check_procs 5859 * configure.in: get long args output to work on linux check_procs
5005 (needs OpenBSD testing) 5860 (needs OpenBSD testing)
5006 5861
50072002-11-21 12:40 kdebisschop 58622002-11-21 07:40 kdebisschop
5008 5863
5009 * plugins/check_dig.c: fix empty output on errors 5864 * plugins/check_dig.c: fix empty output on errors
5010 5865
50112002-11-20 11:56 kdebisschop 58662002-11-20 06:56 kdebisschop
5012 5867
5013 * plugins/check_swap.c: add switch to evaluate each swap 5868 * plugins/check_swap.c: add switch to evaluate each swap
5014 individually 5869 individually
5015 5870
50162002-11-20 11:28 kdebisschop 58712002-11-20 06:28 kdebisschop
5017 5872
5018 * plugins/check_dig.c: fix solaris SEGV, still need to print 5873 * plugins/check_dig.c: fix solaris SEGV, still need to print
5019 meaningful error text 5874 meaningful error text
5020 5875
50212002-11-20 01:19 kdebisschop 58762002-11-19 20:19 kdebisschop
5022 5877
5023 * plugins/check_by_ssh.c: in short options, t no no argument 5878 * plugins/check_by_ssh.c: in short options, t no no argument
5024 5879
50252002-11-20 01:09 kdebisschop 58802002-11-19 20:09 kdebisschop
5026 5881
5027 * plugins/check_dig.c: replace some strcpy with strscpy 5882 * plugins/check_dig.c: replace some strcpy with strscpy
5028 5883
50292002-11-19 19:13 kdebisschop 58842002-11-19 14:13 kdebisschop
5030 5885
5031 * plugins/Makefile.am: another try at portable symlinking 5886 * plugins/Makefile.am: another try at portable symlinking
5032 5887
50332002-11-19 19:07 kdebisschop 58882002-11-19 14:07 kdebisschop
5034 5889
5035 * plugins/Makefile.am: another try at portable symlinking 5890 * plugins/Makefile.am: another try at portable symlinking
5036 5891
50372002-11-19 19:06 kdebisschop 58922002-11-19 14:06 kdebisschop
5038 5893
5039 * plugins/check_time.c: explicitly cast recv() arg2 for SunOS5.6 5894 * plugins/check_time.c: explicitly cast recv() arg2 for SunOS5.6
5040 5895
50412002-11-19 07:13 kdebisschop 58962002-11-19 02:13 kdebisschop
5042 5897
5043 * plugins/Makefile.am: rewrite of install-exec-hook for solaris 5898 * plugins/Makefile.am: rewrite of install-exec-hook for solaris
5044 5899
50452002-11-18 21:58 sghosh 59002002-11-18 16:58 sghosh
5046 5901
5047 * contrib/: check_javaproc.pl, nagios_sendim.pl: javaproc, sendim 5902 * contrib/: check_javaproc.pl, nagios_sendim.pl: javaproc, sendim
5048 5903
50492002-11-18 14:46 sghosh 59042002-11-18 09:46 sghosh
5050 5905
5051 * contrib-reporting/process_perfdata.pl: New directory to for 5906 * contrib-reporting/process_perfdata.pl: New directory to for
5052 perfdata and reporting scripts 5907 perfdata and reporting scripts
5053 5908
50542002-11-18 11:24 kdebisschop 59092002-11-18 06:24 kdebisschop
5055 5910
5056 * plugins/check_swap.c: test total swap instead of individual disks 5911 * plugins/check_swap.c: test total swap instead of individual disks
5057 5912
50582002-11-18 07:23 kdebisschop 59132002-11-18 02:23 kdebisschop
5059 5914
5060 * plugins/check_disk.c: failed to handle multple disks 5915 * plugins/check_disk.c: failed to handle multple disks
5061 5916
50622002-11-18 07:22 kdebisschop 59172002-11-18 02:22 kdebisschop
5063 5918
5064 * plugins/utils.c: more readable max_state() code 5919 * plugins/utils.c: more readable max_state() code
5065 5920
50662002-11-16 12:57 kdebisschop 59212002-11-16 07:57 kdebisschop
5067 5922
5068 * plugins/Makefile.am: fix too many sources problem for programs 5923 * plugins/Makefile.am: fix too many sources problem for programs
5069 tha are symlinks to check_tcp 5924 tha are symlinks to check_tcp
5070 5925
50712002-11-16 04:59 kdebisschop 59262002-11-15 23:59 kdebisschop
5072 5927
5073 * plugins/check_snmp.c: my take on Subhendu's patches, plus a few 5928 * plugins/check_snmp.c: my take on Subhendu's patches, plus a few
5074 comments for clarity 5929 comments for clarity
5075 5930
50762002-11-15 17:47 sghosh 59312002-11-15 12:47 sghosh
5077 5932
5078 * plugins/check_snmp.c: memory bounds in options, no output 5933 * plugins/check_snmp.c: memory bounds in options, no output
5079 comparison case 5934 comparison case
5080 5935
50812002-11-15 04:51 kdebisschop 59362002-11-14 23:51 kdebisschop
5082 5937
5083 * nagios-plugins.spec.in: make spec work again, now that release is 5938 * nagios-plugins.spec.in: make spec work again, now that release is
5084 in source name again 5939 in source name again
5085 5940
50862002-11-15 00:51 kdebisschop 59412002-11-14 19:51 kdebisschop
5087 5942
5088 * configure.in: release numbering fix 5943 * configure.in: release numbering fix
5089 5944
50902002-11-15 00:50 kdebisschop 59452002-11-14 19:50 kdebisschop
5091 5946
5092 * plugins/check_snmp.c: fix label handling, replace accidentally 5947 * plugins/check_snmp.c: fix label handling, replace accidentally
5093 deleted elseif l.310 5948 deleted elseif l.310
5094 5949
50952002-11-14 18:25 kdebisschop 59502002-11-14 13:25 kdebisschop
5096 5951
5097 * Makefile.am, acconfig.h, configure.in, nagios-plugins.spec.in, 5952 * Makefile.am, acconfig.h, configure.in, nagios-plugins.spec.in,
5098 plugins/utils.c: fix bug with gettimeofday test, improve 5953 plugins/utils.c: fix bug with gettimeofday test, improve
5099 version/release handling, update rpm spec 5954 version/release handling, update rpm spec
5100 5955
51012002-11-14 18:23 kdebisschop 59562002-11-14 13:23 kdebisschop
5102 5957
5103 * plugins/Makefile.am: fix typo in snprintf build 5958 * plugins/Makefile.am: fix typo in snprintf build
5104 5959
51052002-11-14 05:36 kdebisschop 59602002-11-14 00:36 kdebisschop
5106 5961
5107 * plugins/Makefile.am: can't drop these sources -- neded for dist 5962 * plugins/Makefile.am: can't drop these sources -- neded for dist
5108 5963
51092002-11-14 05:27 kdebisschop 59642002-11-14 00:27 kdebisschop
5110 5965
5111 * plugins/Makefile.am: fix build rule for snprintf 5966 * plugins/Makefile.am: fix build rule for snprintf
5112 5967
51132002-11-14 05:25 kdebisschop 59682002-11-14 00:25 kdebisschop
5114 5969
5115 * plugins/check_http.c: pagesize count off by one 5970 * plugins/check_http.c: pagesize count off by one
5116 5971
51172002-11-14 04:45 kdebisschop 59722002-11-13 23:45 kdebisschop
5118 5973
5119 * plugins/check_http.c: clean up NULL from status on Solaris 5974 * plugins/check_http.c: clean up NULL from status on Solaris
5120 5975
51212002-11-14 04:00 kdebisschop 59762002-11-13 23:00 kdebisschop
5122 5977
5123 * configure.in: typo in AC_DEFINE of PS_FORMAT for solaris 5978 * configure.in: typo in AC_DEFINE of PS_FORMAT for solaris
5124 5979
51252002-11-14 03:37 kdebisschop 59802002-11-13 22:37 kdebisschop
5126 5981
5127 * plugins/Makefile.am: remove check_nt again 5982 * plugins/Makefile.am: remove check_nt again
5128 5983
51292002-11-14 03:09 kdebisschop 59842002-11-13 22:09 kdebisschop
5130 5985
5131 * plugins/Makefile.am: back out last change -- it was only work in 5986 * plugins/Makefile.am: back out last change -- it was only work in
5132 progress 5987 progress
5133 5988
51342002-11-14 02:26 kdebisschop 59892002-11-13 21:26 kdebisschop
5135 5990
5136 * plugins/: Makefile.am, check_dns.c, check_ldap.c, check_mrtg.c, 5991 * plugins/: Makefile.am, check_dns.c, check_ldap.c, check_mrtg.c,
5137 check_mrtgtraf.c, check_nwstat.c, check_radius.c, utils.c, 5992 check_mrtgtraf.c, check_nwstat.c, check_radius.c, utils.c,
5138 version.h.in: remove call_getopt and ssprintf 5993 version.h.in: remove call_getopt and ssprintf
5139 5994
51402002-11-13 11:50 kdebisschop 59952002-11-13 06:50 kdebisschop
5141 5996
5142 * plugins/: check_disk.c, check_dns.c, check_fping.c, check_hpjd.c, 5997 * plugins/: check_disk.c, check_dns.c, check_fping.c, check_hpjd.c,
5143 check_mrtg.c, check_nwstat.c, check_ping.c, check_vsz.c, 5998 check_mrtg.c, check_nwstat.c, check_ping.c, check_vsz.c,
5144 urlize.c, utils.c: remove call_getopt and asprintf 5999 urlize.c, utils.c: remove call_getopt and asprintf
5145 6000
51462002-11-12 11:28 kdebisschop 60012002-11-12 06:28 kdebisschop
5147 6002
5148 * plugins/check_dig.c: cleanup asprintf, old function decls 6003 * plugins/check_dig.c: cleanup asprintf, old function decls
5149 6004
51502002-11-12 11:26 kdebisschop 60052002-11-12 06:26 kdebisschop
5151 6006
5152 * plugins/: check_mysql.c, check_real.c, check_ups.c: remove 6007 * plugins/: check_mysql.c, check_real.c, check_ups.c: remove
5153 call_getopt 6008 call_getopt
5154 6009
51552002-11-11 22:15 sghosh 60102002-11-11 17:15 sghosh
5156 6011
5157 * plugins/check_snmp.c: should use asprintf 6012 * plugins/check_snmp.c: should use asprintf
5158 6013
51592002-11-11 20:19 sghosh 60142002-11-11 15:19 sghosh
5160 6015
5161 * plugins/check_snmp.c: more snmpv3 patches 6016 * plugins/check_snmp.c: more snmpv3 patches
5162 6017
51632002-11-11 19:29 sghosh 60182002-11-11 14:29 sghosh
5164 6019
5165 * plugins/check_snmp.c: long opt for miblist, snmpv3 support 6020 * plugins/check_snmp.c: long opt for miblist, snmpv3 support
5166 (rosenauer) 6021 (rosenauer)
5167 6022
51682002-11-11 16:04 sghosh 60232002-11-11 11:04 sghosh
5169 6024
5170 * plugins/check_snmp.c: option to specify a miblist - llow 6025 * plugins/check_snmp.c: option to specify a miblist - llow
5171 6026
51722002-11-11 15:43 sghosh 60272002-11-11 10:43 sghosh
5173 6028
5174 * plugins/check_snmp.c: misc doc fix, missing verbose option 6029 * plugins/check_snmp.c: misc doc fix, missing verbose option
5175 6030
51762002-11-09 11:37 kdebisschop 60312002-11-09 06:37 kdebisschop
5177 6032
5178 * plugins/: check_ups.c, check_users.c: remove call_getopt 6033 * plugins/: check_ups.c, check_users.c: remove call_getopt
5179 6034
51802002-11-09 04:22 kdebisschop 60352002-11-08 23:22 kdebisschop
5181 6036
5182 * plugins/: check_by_ssh.c, check_dig.c, check_ping.c, 6037 * plugins/: check_by_ssh.c, check_dig.c, check_ping.c,
5183 check_time.c: remove call_getopt 6038 check_time.c: remove call_getopt
5184 6039
51852002-11-09 04:21 kdebisschop 60402002-11-08 23:21 kdebisschop
5186 6041
5187 * plugins/check_snmp.c: cleaner handling of DEFAULT_PORT 6042 * plugins/check_snmp.c: cleaner handling of DEFAULT_PORT
5188 6043
51892002-11-09 03:43 kdebisschop 60442002-11-08 22:43 kdebisschop
5190 6045
5191 * configure.in: add HPUX swap, try to cleanup getopt processing 6046 * configure.in: add HPUX swap, try to cleanup getopt processing
5192 6047
51932002-11-09 03:39 kdebisschop 60482002-11-08 22:39 kdebisschop
5194 6049
5195 * plugins/: check_pgsql.c, check_ping.c, check_snmp.c, negate.c, 6050 * plugins/: check_pgsql.c, check_ping.c, check_snmp.c, negate.c,
5196 utils.h.in: define and use usage3 where second part of message is 6051 utils.h.in: define and use usage3 where second part of message is
5197 a an int/char 6052 a an int/char
5198 6053
51992002-11-09 03:16 kdebisschop 60542002-11-08 22:16 kdebisschop
5200 6055
5201 * plugins/snprintf.c: HAVE_C99_SNPRINTF is not tested, so remove 6056 * plugins/snprintf.c: HAVE_C99_SNPRINTF is not tested, so remove
5202 from ifdef 6057 from ifdef
5203 6058
52042002-11-08 08:07 kdebisschop 60592002-11-08 03:07 kdebisschop
5205 6060
5206 * plugins/check_snmp.c: user reports NULL still getting into 6061 * plugins/check_snmp.c: user reports NULL still getting into
5207 asprintf 6062 asprintf
5208 6063
52092002-11-08 08:06 kdebisschop 60642002-11-08 03:06 kdebisschop
5210 6065
5211 * plugins/check_vsz.c: remove call_getopt 6066 * plugins/check_vsz.c: remove call_getopt
5212 6067
52132002-11-08 07:20 kdebisschop 60682002-11-08 02:20 kdebisschop
5214 6069
5215 * acconfig.h, configure.in, plugins/common.h.in, plugins/utils.c, 6070 * acconfig.h, configure.in, plugins/common.h.in, plugins/utils.c,
5216 plugins/utils.h.in: patches required to build on solaris with 6071 plugins/utils.h.in: patches required to build on solaris with
5217 asprintf and gettimeofday 6072 asprintf and gettimeofday
5218 6073
52192002-11-08 07:18 kdebisschop 60742002-11-08 02:18 kdebisschop
5220 6075
5221 * plugins/: check_http.c, check_load.c, check_ping.c, 6076 * plugins/: check_http.c, check_load.c, check_ping.c,
5222 check_procs.c, check_smtp.c, check_tcp.c: remove unused variables 6077 check_procs.c, check_smtp.c, check_tcp.c: remove unused variables
5223 6078
52242002-11-08 07:17 kdebisschop 60792002-11-08 02:17 kdebisschop
5225 6080
5226 * tools/oneliners: some useful onliners 6081 * tools/oneliners: some useful onliners
5227 6082
52282002-11-07 14:30 kdebisschop 60832002-11-07 09:30 kdebisschop
5229 6084
5230 * plugins/check_snmp.c: bugfixes to command format and (null) text 6085 * plugins/check_snmp.c: bugfixes to command format and (null) text
5231 created by asprintf switch 6086 created by asprintf switch
5232 6087
52332002-11-07 07:07 kdebisschop 60882002-11-07 02:07 kdebisschop
5234 6089
5235 * plugins/check_by_ssh.c: remove call_getopt, add [] arougn time 6090 * plugins/check_by_ssh.c: remove call_getopt, add [] arougn time
5236 6091
52372002-11-07 07:06 kdebisschop 60922002-11-07 02:06 kdebisschop
5238 6093
5239 * configure.in: test snprintf function family for ifdefs in 6094 * configure.in: test snprintf function family for ifdefs in
5240 snprintf.c 6095 snprintf.c
5241 6096
52422002-10-30 18:47 kdebisschop 60972002-10-30 13:47 kdebisschop
5243 6098
5244 * plugins/check_tcp.c: replace fixed-lentgh buffer with asprintf 6099 * plugins/check_tcp.c: replace fixed-lentgh buffer with asprintf
5245 6100
52462002-10-30 18:46 kdebisschop 61012002-10-30 13:46 kdebisschop
5247 6102
5248 * plugins/check_udp.c: forgot to remove call_getopt 6103 * plugins/check_udp.c: forgot to remove call_getopt
5249 6104
52502002-10-30 18:44 kdebisschop 61052002-10-30 13:44 kdebisschop
5251 6106
5252 * plugins/: check_ssh.c, check_swap.c: forgot to remove call_getopt 6107 * plugins/: check_ssh.c, check_swap.c: forgot to remove call_getopt
5253 declaration 6108 declaration
5254 6109
52552002-10-30 18:29 kdebisschop 61102002-10-30 13:29 kdebisschop
5256 6111
5257 * plugins/check_smtp.c: remove call_getopt, fix several buffer 6112 * plugins/check_smtp.c: remove call_getopt, fix several buffer
5258 overruns possible due to use of fixed size buffers 6113 overruns possible due to use of fixed size buffers
5259 6114
52602002-10-30 18:22 kdebisschop 61152002-10-30 13:22 kdebisschop
5261 6116
5262 * tools/setup: debian builds not actively maintained, so suppress 6117 * tools/setup: debian builds not actively maintained, so suppress
5263 error in setup script 6118 error in setup script
5264 6119
52652002-10-30 05:07 sghosh 61202002-10-30 00:07 sghosh
5266 6121
5267 * acconfig.h, configure.in, plugins-scripts/Makefile.am, 6122 * acconfig.h, configure.in, plugins-scripts/Makefile.am,
5268 plugins-scripts/check_mailq.pl, plugins-scripts/utils.pm.in: 6123 plugins-scripts/check_mailq.pl, plugins-scripts/utils.pm.in:
5269 monitor mailq 6124 monitor mailq
5270 6125
52712002-10-28 13:05 kdebisschop 61262002-10-28 08:05 kdebisschop
5272 6127
5273 * plugins-scripts/: check_breeze.pl, check_disk_smb.pl, 6128 * plugins-scripts/: check_breeze.pl, check_disk_smb.pl,
5274 check_flexlm.pl, check_log.sh, check_ntp.pl, check_rpc.pl, 6129 check_flexlm.pl, check_log.sh, check_ntp.pl, check_rpc.pl,
5275 check_sensors.sh, check_wave.pl: remove pspace in shebang since 6130 check_sensors.sh, check_wave.pl: remove pspace in shebang since
5276 no sequent users replied 6131 no sequent users replied
5277 6132
52782002-10-26 14:30 kdebisschop 61332002-10-26 09:30 kdebisschop
5279 6134
5280 * nagios-plugins.spec.in: release should not be in tarball name 6135 * nagios-plugins.spec.in: release should not be in tarball name
5281 6136
52822002-10-25 14:58 kdebisschop 61372002-10-25 09:58 kdebisschop
5283 6138
5284 * nagios-plugins.spec.in: tweak source macro 6139 * nagios-plugins.spec.in: tweak source macro
5285 6140
52862002-10-25 13:35 kdebisschop 61412002-10-25 08:35 kdebisschop
5287 6142
5288 * plugins/Makefile.am: remove check_nt 6143 * plugins/Makefile.am: remove check_nt
5289 6144
52902002-10-25 03:31 kdebisschop 61452002-10-24 22:31 kdebisschop
5291 6146
5292 * Makefile.am, plugins/Makefile.am: include getloadavg sources, add 6147 * Makefile.am, plugins/Makefile.am: include getloadavg sources, add
5293 some Solaris pkg build support 6148 some Solaris pkg build support
5294 6149
52952002-10-22 10:13 kdebisschop 61502002-10-22 05:13 kdebisschop
5296 6151
5297 * plugins/check_ssh.c: remove call_getopt, replace ssprintf with 6152 * plugins/check_ssh.c: remove call_getopt, replace ssprintf with
5298 asprintf,better server version reporting 6153 asprintf,better server version reporting
5299 6154
53002002-10-22 09:54 kdebisschop 61552002-10-22 04:54 kdebisschop
5301 6156
5302 * plugins/check_tcp.c: add check_spop 6157 * plugins/check_tcp.c: add check_spop
5303 6158
53042002-10-22 09:19 kdebisschop 61592002-10-22 04:19 kdebisschop
5305 6160
5306 * plugins/check_procs.c: remove call_getopt, replace ssprintf with 6161 * plugins/check_procs.c: remove call_getopt, replace ssprintf with
5307 asprintf 6162 asprintf
5308 6163
53092002-10-22 03:57 sghosh 61642002-10-21 22:57 sghosh
5310 6165
5311 * contrib/check_procr.sh: From: Jerome Tytgat - checks to see if 6166 * contrib/check_procr.sh: From: Jerome Tytgat - checks to see if
5312 named process is running 6167 named process is running
5313 6168
53142002-10-22 02:31 sghosh 61692002-10-21 21:31 sghosh
5315 6170
5316 * README, plugins/check_nt.c: check_nt is downloadable from 6171 * README, plugins/check_nt.c: check_nt is downloadable from
5317 nsclient.ready2run.nl 6172 nsclient.ready2run.nl
5318 6173
53192002-10-21 06:04 kdebisschop 61742002-10-21 01:04 kdebisschop
5320 6175
5321 * plugins/check_swap.c: use asprintf instead of ssprintf 6176 * plugins/check_swap.c: use asprintf instead of ssprintf
5322 6177
53232002-10-21 05:36 kdebisschop 61782002-10-21 00:36 kdebisschop
5324 6179
5325 * plugins/Makefile.am: need to define SOURCES for check_tcp to also 6180 * plugins/Makefile.am: need to define SOURCES for check_tcp to also
5326 build as check_ftp,check_imap,check_nntp,check_pop 6181 build as check_ftp,check_imap,check_nntp,check_pop
5327 6182
53282002-10-21 05:05 kdebisschop 61832002-10-21 00:05 kdebisschop
5329 6184
5330 * plugins/utils.c: use asprintf to do strscpy 6185 * plugins/utils.c: use asprintf to do strscpy
5331 6186
53322002-10-21 05:04 kdebisschop 61872002-10-21 00:04 kdebisschop
5333 6188
5334 * plugins/Makefile.am: roll check_ftp, check_imap, check_pop, and 6189 * plugins/Makefile.am: roll check_ftp, check_imap, check_pop, and
5335 check_nntp into check_tcp 6190 check_nntp into check_tcp
5336 6191
53372002-10-21 05:03 kdebisschop 61922002-10-21 00:03 kdebisschop
5338 6193
5339 * plugins/: check_ftp.c, check_imap.c, check_nntp.c, check_pop.c: 6194 * plugins/: check_ftp.c, check_imap.c, check_nntp.c, check_pop.c:
5340 these are all combined into check_tcp now 6195 these are all combined into check_tcp now
5341 6196
53422002-10-21 04:55 kdebisschop 61972002-10-20 23:55 kdebisschop
5343 6198
5344 * plugins/check_load.c: remove broken call_getopt 6199 * plugins/check_load.c: remove broken call_getopt
5345 6200
53462002-10-21 04:43 kdebisschop 62012002-10-20 23:43 kdebisschop
5347 6202
5348 * plugins/check_snmp.c: cleanup process_arguments, print_help, and 6203 * plugins/check_snmp.c: cleanup process_arguments, print_help, and
5349 print_usage 6204 print_usage
5350 6205
53512002-10-21 04:40 kdebisschop 62062002-10-20 23:40 kdebisschop
5352 6207
5353 * plugins/check_pgsql.c: now we provide long opts if they do not 6208 * plugins/check_pgsql.c: now we provide long opts if they do not
5354 exist 6209 exist
5355 6210
53562002-10-20 21:22 kdebisschop 62112002-10-20 16:22 kdebisschop
5357 6212
5358 * plugins/check_snmp.c: fixed scanning for multiple OIDs, which was 6213 * plugins/check_snmp.c: fixed scanning for multiple OIDs, which was
5359 not working 6214 not working
5360 6215
53612002-10-20 19:49 kdebisschop 62162002-10-20 14:49 kdebisschop
5362 6217
5363 * plugins/check_snmp.c: change ssprintf to asprintf back out change 6218 * plugins/check_snmp.c: change ssprintf to asprintf back out change
5364 at line 225 in r1.4 (values were mismatched to format string, 6219 at line 225 in r1.4 (values were mismatched to format string,
@@ -5370,607 +6225,607 @@
5370 display should be sensible to PHBs so long as there's no real 6225 display should be sensible to PHBs so long as there's no real
5371 loss) 6226 loss)
5372 6227
53732002-10-18 07:41 kdebisschop 62282002-10-18 02:41 kdebisschop
5374 6229
5375 * plugins/check_swap.c: remove old call_getopt 6230 * plugins/check_swap.c: remove old call_getopt
5376 6231
53772002-10-18 06:55 kdebisschop 62322002-10-18 01:55 kdebisschop
5378 6233
5379 * plugins/check_load.c: remove old call_getopt code, fix bug taking 6234 * plugins/check_load.c: remove old call_getopt code, fix bug taking
5380 single float, allow colon as separators in additin to commas 6235 single float, allow colon as separators in additin to commas
5381 6236
53822002-10-18 05:41 kdebisschop 62372002-10-18 00:41 kdebisschop
5383 6238
5384 * plugins/utils.c: handle null src in strscat 6239 * plugins/utils.c: handle null src in strscat
5385 6240
53862002-10-18 04:48 kdebisschop 62412002-10-17 23:48 kdebisschop
5387 6242
5388 * plugins/check_tcp.c: millisecond timing 6243 * plugins/check_tcp.c: millisecond timing
5389 6244
53902002-10-18 04:46 kdebisschop 62452002-10-17 23:46 kdebisschop
5391 6246
5392 * plugins/utils.h.in: refine STD_LONG_OPTS 6247 * plugins/utils.h.in: refine STD_LONG_OPTS
5393 6248
53942002-10-18 04:46 kdebisschop 62492002-10-17 23:46 kdebisschop
5395 6250
5396 * plugins/check_http.c: provide on more decimal point printing time 6251 * plugins/check_http.c: provide on more decimal point printing time
5397 6252
53982002-10-18 04:45 kdebisschop 62532002-10-17 23:45 kdebisschop
5399 6254
5400 * plugins/check_ping.c: remove broken call_getopt stuff 6255 * plugins/check_ping.c: remove broken call_getopt stuff
5401 6256
54022002-10-17 07:09 kdebisschop 62572002-10-17 02:09 kdebisschop
5403 6258
5404 * plugins/check_tcp.c: using asprintf 6259 * plugins/check_tcp.c: using asprintf
5405 6260
54062002-10-17 07:06 kdebisschop 62612002-10-17 02:06 kdebisschop
5407 6262
5408 * INSTALL, INSTALLING, tools/setup: revise now that aclocal is 6263 * INSTALL, INSTALLING, tools/setup: revise now that aclocal is
5409 remved from CVS 6264 remved from CVS
5410 6265
54112002-10-16 23:26 kdebisschop 62662002-10-16 18:26 kdebisschop
5412 6267
5413 * configure.in: need some quoting on ifdef 6268 * configure.in: need some quoting on ifdef
5414 6269
54152002-10-16 23:17 kdebisschop 62702002-10-16 18:17 kdebisschop
5416 6271
5417 * acinclude.m4, configure.in: finally a working fix for 6272 * acinclude.m4, configure.in: finally a working fix for
5418 AM/AC_FUNC_STRTOD nightmare 6273 AM/AC_FUNC_STRTOD nightmare
5419 6274
54202002-10-16 23:01 kdebisschop 62752002-10-16 18:01 kdebisschop
5421 6276
5422 * configure.in: mismatched quote 6277 * configure.in: mismatched quote
5423 6278
54242002-10-16 22:54 kdebisschop 62792002-10-16 17:54 kdebisschop
5425 6280
5426 * configure.in: missing commas 6281 * configure.in: missing commas
5427 6282
54282002-10-16 22:46 kdebisschop 62832002-10-16 17:46 kdebisschop
5429 6284
5430 * configure.in: complains on paren in comment 6285 * configure.in: complains on paren in comment
5431 6286
54322002-10-16 22:43 kdebisschop 62872002-10-16 17:43 kdebisschop
5433 6288
5434 * acinclude.m4: lost a paren 6289 * acinclude.m4: lost a paren
5435 6290
54362002-10-16 22:41 kdebisschop 62912002-10-16 17:41 kdebisschop
5437 6292
5438 * acinclude.m4: old auto???? has AM_FUNC_STRTOD, now renamed 6293 * acinclude.m4: old auto???? has AM_FUNC_STRTOD, now renamed
5439 AC_FUNC_STRTOD 6294 AC_FUNC_STRTOD
5440 6295
54412002-10-16 22:32 kdebisschop 62962002-10-16 17:32 kdebisschop
5442 6297
5443 * plugins/: check_http.c, utils.c, utils.h.in: millisecond timimg 6298 * plugins/: check_http.c, utils.c, utils.h.in: millisecond timimg
5444 where supported 6299 where supported
5445 6300
54462002-10-16 22:31 kdebisschop 63012002-10-16 17:31 kdebisschop
5447 6302
5448 * configure.in, missing: build cleanly on RedHat 8.0 6303 * configure.in, missing: build cleanly on RedHat 8.0
5449 6304
54502002-10-16 11:46 kdebisschop 63052002-10-16 06:46 kdebisschop
5451 6306
5452 * .cvsignore: ignore aclocal.m4 6307 * .cvsignore: ignore aclocal.m4
5453 6308
54542002-10-16 11:34 kdebisschop 63092002-10-16 06:34 kdebisschop
5455 6310
5456 * configure.in: AM_STRTOD was a typo 6311 * configure.in: AM_STRTOD was a typo
5457 6312
54582002-10-16 11:31 kdebisschop 63132002-10-16 06:31 kdebisschop
5459 6314
5460 * aclocal.m4: automake invokes acloacl on each run - it cannot be 6315 * aclocal.m4: automake invokes acloacl on each run - it cannot be
5461 right to include this 6316 right to include this
5462 6317
54632002-10-16 11:18 kdebisschop 63182002-10-16 06:18 kdebisschop
5464 6319
5465 * acconfig.h: better checks for vsnprintf stuff 6320 * acconfig.h: better checks for vsnprintf stuff
5466 6321
54672002-10-16 11:14 kdebisschop 63222002-10-16 06:14 kdebisschop
5468 6323
5469 * plugins/check_http.c, configure.in: use asprintf 6324 * plugins/check_http.c, configure.in: use asprintf
5470 6325
54712002-10-16 11:14 kdebisschop 63262002-10-16 06:14 kdebisschop
5472 6327
5473 * plugins/utils.c: use asprintf to construct strscat 6328 * plugins/utils.c: use asprintf to construct strscat
5474 6329
54752002-10-16 05:57 kdebisschop 63302002-10-16 00:57 kdebisschop
5476 6331
5477 * plugins/popen.h.in: timeout interval is extern 6332 * plugins/popen.h.in: timeout interval is extern
5478 6333
54792002-10-16 05:56 kdebisschop 63342002-10-16 00:56 kdebisschop
5480 6335
5481 * plugins/: utils.h.in, utils.c: start support for gettimeofday and 6336 * plugins/: utils.h.in, utils.c: start support for gettimeofday and
5482 tv_usec 6337 tv_usec
5483 6338
54842002-10-16 05:54 kdebisschop 63392002-10-16 00:54 kdebisschop
5485 6340
5486 * aclocal.m4: generated with automake 1.6 / autoconf 2.53 (maybe 6341 * aclocal.m4: generated with automake 1.6 / autoconf 2.53 (maybe
5487 should not be in CVS, however) 6342 should not be in CVS, however)
5488 6343
54892002-10-16 05:52 kdebisschop 63442002-10-16 00:52 kdebisschop
5490 6345
5491 * plugins/snprintf.c: newer snprintf from samba.org 6346 * plugins/snprintf.c: newer snprintf from samba.org
5492 6347
54932002-10-16 05:43 kdebisschop 63482002-10-16 00:43 kdebisschop
5494 6349
5495 * Makefile.am: cosmetic line wrap before 80 chars 6350 * Makefile.am: cosmetic line wrap before 80 chars
5496 6351
54972002-10-16 05:42 kdebisschop 63522002-10-16 00:42 kdebisschop
5498 6353
5499 * depcomp, .cvsignore: needed for automake 1.6 / autoconf 2.53 6354 * depcomp, .cvsignore: needed for automake 1.6 / autoconf 2.53
5500 6355
55012002-10-16 05:41 kdebisschop 63562002-10-16 00:41 kdebisschop
5502 6357
5503 * configure.in: work with newer automake, begin swithc to asprintf 6358 * configure.in: work with newer automake, begin swithc to asprintf
5504 6359
55052002-10-15 07:23 sghosh 63602002-10-15 02:23 sghosh
5506 6361
5507 * plugins-scripts/check_ifoperstatus.pl: new exit states, more 6362 * plugins-scripts/check_ifoperstatus.pl: new exit states, more
5508 conditional checking 6363 conditional checking
5509 6364
55102002-10-07 20:05 sghosh 63652002-10-07 15:05 sghosh
5511 6366
5512 * plugins/check_dns.c: patch for expected IP address 6367 * plugins/check_dns.c: patch for expected IP address
5513 6368
55142002-10-07 02:34 kdebisschop 63692002-10-06 21:34 kdebisschop
5515 6370
5516 * plugins/popen.c: make sure we do not run past the end of an 6371 * plugins/popen.c: make sure we do not run past the end of an
5517 unterminated string 6372 unterminated string
5518 6373
55192002-10-07 02:19 kdebisschop 63742002-10-06 21:19 kdebisschop
5520 6375
5521 * plugins/negate.c: use asprintf, inhibit splint warning 6376 * plugins/negate.c: use asprintf, inhibit splint warning
5522 6377
55232002-10-05 12:08 kdebisschop 63782002-10-05 07:08 kdebisschop
5524 6379
5525 * getloadavg.m4, plugins/getloadavg.c: lets use library instead od 6380 * getloadavg.m4, plugins/getloadavg.c: lets use library instead od
5526 inconsistent command line interfaces 6381 inconsistent command line interfaces
5527 6382
55282002-09-26 03:17 kdebisschop 63832002-09-25 22:17 kdebisschop
5529 6384
5530 * plugins/urlize.c: use ssprintf instead of sprintf 6385 * plugins/urlize.c: use ssprintf instead of sprintf
5531 6386
55322002-09-25 09:01 kdebisschop 63872002-09-25 04:01 kdebisschop
5533 6388
5534 * plugins/check_http.c: incorporate comment on my_recv from Russell 6389 * plugins/check_http.c: incorporate comment on my_recv from Russell
5535 Scibetti 6390 Scibetti
5536 6391
55372002-09-25 08:58 kdebisschop 63922002-09-25 03:58 kdebisschop
5538 6393
5539 * plugins/check_http.c: incorporate comments from Russell Scibetti 6394 * plugins/check_http.c: incorporate comments from Russell Scibetti
5540 6395
55412002-09-24 06:16 kdebisschop 63962002-09-24 01:16 kdebisschop
5542 6397
5543 * plugins/check_http.c: replace remaining occurences of sprintf 6398 * plugins/check_http.c: replace remaining occurences of sprintf
5544 with snprintf 6399 with snprintf
5545 6400
55462002-09-16 01:47 kdebisschop 64012002-09-15 20:47 kdebisschop
5547 6402
5548 * INSTALL: needed for latest autoconf 6403 * INSTALL: needed for latest autoconf
5549 6404
55502002-09-16 01:47 kdebisschop 64052002-09-15 20:47 kdebisschop
5551 6406
5552 * Makefile.am, aclocal.m4, configure.in, nagios-plugins.spec.in: 6407 * Makefile.am, aclocal.m4, configure.in, nagios-plugins.spec.in:
5553 finish ckleanup of rpm spec porcessing 6408 finish ckleanup of rpm spec porcessing
5554 6409
55552002-09-14 22:11 kdebisschop 64102002-09-14 17:11 kdebisschop
5556 6411
5557 * nagios-plugins.spec, nagios-plugins.spec.in: complete spec based 6412 * nagios-plugins.spec, nagios-plugins.spec.in: complete spec based
5558 on confugure.in 6413 on confugure.in
5559 6414
55602002-09-14 22:06 kdebisschop 64152002-09-14 17:06 kdebisschop
5561 6416
5562 * make-tarball, rpm: automake makes the dist tarball, rpmbuild -ta 6417 * make-tarball, rpm: automake makes the dist tarball, rpmbuild -ta
5563 makes the rpm 6418 makes the rpm
5564 6419
55652002-09-14 03:27 kdebisschop 64202002-09-13 22:27 kdebisschop
5566 6421
5567 * plugins/check_tcp.c: time data in performance string 6422 * plugins/check_tcp.c: time data in performance string
5568 6423
55692002-09-14 03:23 kdebisschop 64242002-09-13 22:23 kdebisschop
5570 6425
5571 * plugins/check_http.c: time data in performance string 6426 * plugins/check_http.c: time data in performance string
5572 6427
55732002-09-14 03:13 kdebisschop 64282002-09-13 22:13 kdebisschop
5574 6429
5575 * plugins-scripts/check_log.sh: patch from Matthew Peters 6430 * plugins-scripts/check_log.sh: patch from Matthew Peters
5576 <mattp@esec.com.au>, plus turned up a few bugs on my own 6431 <mattp@esec.com.au>, plus turned up a few bugs on my own
5577 6432
55782002-09-12 03:43 kdebisschop 64332002-09-11 22:43 kdebisschop
5579 6434
5580 * plugins/Makefile.am: negate wrapper 6435 * plugins/Makefile.am: negate wrapper
5581 6436
55822002-09-08 13:05 kdebisschop 64372002-09-08 08:05 kdebisschop
5583 6438
5584 * plugins/negate.c: wrapper to invert return status 6439 * plugins/negate.c: wrapper to invert return status
5585 6440
55862002-09-08 13:05 kdebisschop 64412002-09-08 08:05 kdebisschop
5587 6442
5588 * plugins/utils.c: clears up warnings in splint 6443 * plugins/utils.c: clears up warnings in splint
5589 6444
55902002-09-06 03:25 kdebisschop 64452002-09-05 22:25 kdebisschop
5591 6446
5592 * plugins-scripts/check_rpc.pl: case on key to ERRORS hash 6447 * plugins-scripts/check_rpc.pl: case on key to ERRORS hash
5593 6448
55942002-09-04 07:00 sghosh 64492002-09-04 02:00 sghosh
5595 6450
5596 * configure.in: more Mysql patches 6451 * configure.in: more Mysql patches
5597 6452
55982002-09-04 03:12 sghosh 64532002-09-03 22:12 sghosh
5599 6454
5600 * plugins-scripts/check_ntp.pl: dispersion check now controlled by 6455 * plugins-scripts/check_ntp.pl: dispersion check now controlled by
5601 warn and crit 6456 warn and crit
5602 6457
56032002-09-04 03:11 sghosh 64582002-09-03 22:11 sghosh
5604 6459
5605 * configure.in: Mysql dir fix 6460 * configure.in: Mysql dir fix
5606 6461
56072002-09-04 03:10 sghosh 64622002-09-03 22:10 sghosh
5608 6463
5609 * contrib/: check_ifoperstatus.pl, check_ifstatus.pl: moved to 6464 * contrib/: check_ifoperstatus.pl, check_ifstatus.pl: moved to
5610 supported plugins-scripts 6465 supported plugins-scripts
5611 6466
56122002-09-02 19:47 sghosh 64672002-09-02 14:47 sghosh
5613 6468
5614 * plugins/check_smtp.c: new -f option for adding a FROM address for 6469 * plugins/check_smtp.c: new -f option for adding a FROM address for
5615 RFC correctness 6470 RFC correctness
5616 6471
56172002-09-01 17:22 sghosh 64722002-09-01 12:22 sghosh
5618 6473
5619 * INSTALL, INSTALLING: file rename for MacOS X 6474 * INSTALL, INSTALLING: file rename for MacOS X
5620 6475
56212002-09-01 17:18 sghosh 64762002-09-01 12:18 sghosh
5622 6477
5623 * plugins/check_smtp.c: Valid MAIL command 6478 * plugins/check_smtp.c: Valid MAIL command
5624 6479
56252002-08-22 23:08 sghosh 64802002-08-22 18:08 sghosh
5626 6481
5627 * contrib/check_snmp_process_monitor.pl: updates 6482 * contrib/check_snmp_process_monitor.pl: updates
5628 6483
56292002-08-22 15:43 sghosh 64842002-08-22 10:43 sghosh
5630 6485
5631 * command.cfg.in: smsclient config 6486 * command.cfg.in: smsclient config
5632 6487
56332002-08-22 15:42 sghosh 64882002-08-22 10:42 sghosh
5634 6489
5635 * contrib/: check_snmp_disk_monitor.pl, 6490 * contrib/: check_snmp_disk_monitor.pl,
5636 check_snmp_process_monitor.pl: new plugins contrib 6491 check_snmp_process_monitor.pl: new plugins contrib
5637 6492
56382002-08-18 19:03 kdebisschop 64932002-08-18 14:03 kdebisschop
5639 6494
5640 * plugins/check_by_ssh.c: typo in options passed to ssh for ipv6. 6495 * plugins/check_by_ssh.c: typo in options passed to ssh for ipv6.
5641 fix by setting a generic hook for 1-char pasthhru options 6496 fix by setting a generic hook for 1-char pasthhru options
5642 6497
56432002-08-14 20:17 sghosh 64982002-08-14 15:17 sghosh
5644 6499
5645 * plugins-scripts/check_disk_smb.pl: patch for admin shares 6500 * plugins-scripts/check_disk_smb.pl: patch for admin shares
5646 6501
56472002-08-14 20:07 sghosh 65022002-08-14 15:07 sghosh
5648 6503
5649 * command.cfg.in: qpage definitions 6504 * command.cfg.in: qpage definitions
5650 6505
56512002-08-14 20:06 sghosh 65062002-08-14 15:06 sghosh
5652 6507
5653 * plugins-scripts/check_ifstatus.pl: skip PPP interfaces 6508 * plugins-scripts/check_ifstatus.pl: skip PPP interfaces
5654 6509
56552002-08-14 20:04 sghosh 65102002-08-14 15:04 sghosh
5656 6511
5657 * plugins/check_smtp.c: added HELO command 6512 * plugins/check_smtp.c: added HELO command
5658 6513
56592002-08-14 20:04 sghosh 65142002-08-14 15:04 sghosh
5660 6515
5661 * plugins/check_by_ssh.c: ipv4/ipv6 switch added 6516 * plugins/check_by_ssh.c: ipv4/ipv6 switch added
5662 6517
56632002-08-14 20:03 sghosh 65182002-08-14 15:03 sghosh
5664 6519
5665 * plugins/check_hpjd.c: net-snmp v5x fix 6520 * plugins/check_hpjd.c: net-snmp v5x fix
5666 6521
56672002-08-14 20:02 sghosh 65222002-08-14 15:02 sghosh
5668 6523
5669 * contrib/check_apc_ups.pl: fix for ePN 6524 * contrib/check_apc_ups.pl: fix for ePN
5670 6525
56712002-08-14 20:01 sghosh 65262002-08-14 15:01 sghosh
5672 6527
5673 * contrib/: check_linux_raid.pl, check_nagios_db.pl: new plugins 6528 * contrib/: check_linux_raid.pl, check_nagios_db.pl: new plugins
5674 6529
56752002-08-14 20:00 sghosh 65302002-08-14 15:00 sghosh
5676 6531
5677 * contrib/check_inodes-freebsd.pl: check inodes - freebsd - 6532 * contrib/check_inodes-freebsd.pl: check inodes - freebsd -
5678 candidate for merge with check_inodes 6533 candidate for merge with check_inodes
5679 6534
56802002-08-14 16:29 sghosh 65352002-08-14 11:29 sghosh
5681 6536
5682 * contrib/check_smb.sh: new smb check - users 6537 * contrib/check_smb.sh: new smb check - users
5683 6538
56842002-08-13 04:18 egalstad 65392002-08-12 23:18 egalstad
5685 6540
5686 * plugins/check_game.c: Mod to display current/max number of 6541 * plugins/check_game.c: Mod to display current/max number of
5687 players in a game (Frank Kannemann) 6542 players in a game (Frank Kannemann)
5688 6543
56892002-08-13 00:09 egalstad 65442002-08-12 19:09 egalstad
5690 6545
5691 * contrib/check_disk_snmp.pl: Updated to use getopt (Christoph 6546 * contrib/check_disk_snmp.pl: Updated to use getopt (Christoph
5692 Maser) 6547 Maser)
5693 6548
56942002-08-01 06:06 sghosh 65492002-08-01 01:06 sghosh
5695 6550
5696 * plugins/check_snmp.c: re-patched exit state comparison 6551 * plugins/check_snmp.c: re-patched exit state comparison
5697 6552
56982002-08-01 05:54 sghosh 65532002-08-01 00:54 sghosh
5699 6554
5700 * plugins/check_snmp.c: port option added, -c support net-snmpv5, 6555 * plugins/check_snmp.c: port option added, -c support net-snmpv5,
5701 complete response string output 6556 complete response string output
5702 6557
57032002-08-01 05:46 egalstad 65582002-08-01 00:46 egalstad
5704 6559
5705 * contrib/check_digitemp.pl: Add Brian Lane's Digitemp (1-wire temp 6560 * contrib/check_digitemp.pl: Add Brian Lane's Digitemp (1-wire temp
5706 sensor) plugin 6561 sensor) plugin
5707 6562
57082002-07-16 05:13 egalstad 65632002-07-16 00:13 egalstad
5709 6564
5710 * contrib/check_disk_snmp.pl: Christoph Maser's plugin to check 6565 * contrib/check_disk_snmp.pl: Christoph Maser's plugin to check
5711 disk usage via SNMP3 6566 disk usage via SNMP3
5712 6567
57132002-07-16 01:04 stanleyhopcroft 65682002-07-15 20:04 stanleyhopcroft
5714 6569
5715 * contrib/check_ms_spooler.pl: Primitive and in need of refinement 6570 * contrib/check_ms_spooler.pl: Primitive and in need of refinement
5716 test of MS spooler (with smbclient) 6571 test of MS spooler (with smbclient)
5717 6572
57182002-07-04 23:02 sghosh 65732002-07-04 18:02 sghosh
5719 6574
5720 * contrib/check_procl.sh: Jerome Tytgat - accumulated/percentage 6575 * contrib/check_procl.sh: Jerome Tytgat - accumulated/percentage
5721 CPU/MEM per process - bash plugin 6576 CPU/MEM per process - bash plugin
5722 6577
57232002-07-04 05:05 sghosh 65782002-07-04 00:05 sghosh
5724 6579
5725 * INSTALL: doc update 6580 * INSTALL: doc update
5726 6581
57272002-06-28 22:08 sghosh 65822002-06-28 17:08 sghosh
5728 6583
5729 * INSTALL: note about autoconf/automake version 6584 * INSTALL: note about autoconf/automake version
5730 6585
57312002-06-25 22:32 sghosh 65862002-06-25 17:32 sghosh
5732 6587
5733 * contrib/check_rbl.c: Check if IP address is specified on RBL - 6588 * contrib/check_rbl.c: Check if IP address is specified on RBL -
5734 Tim Bell 6589 Tim Bell
5735 6590
57362002-06-25 14:55 sghosh 65912002-06-25 09:55 sghosh
5737 6592
5738 * contrib/check_lmmon.pl: check motherboard/cpu temp via lmmon 6593 * contrib/check_lmmon.pl: check motherboard/cpu temp via lmmon
5739 6594
57402002-06-24 22:29 sghosh 65952002-06-24 17:29 sghosh
5741 6596
5742 * plugins/check_http.c: ignore return status codes if user 6597 * plugins/check_http.c: ignore return status codes if user
5743 specified status line check 6598 specified status line check
5744 6599
57452002-06-24 21:41 sghosh 66002002-06-24 16:41 sghosh
5746 6601
5747 * plugins/check_snmp.c: printf bug for large numbers - Jeff Murray 6602 * plugins/check_snmp.c: printf bug for large numbers - Jeff Murray
5748 6603
57492002-06-20 05:27 sghosh 66042002-06-20 00:27 sghosh
5750 6605
5751 * plugins-scripts/check_disk_smb.pl: logic fix for disk space 6606 * plugins-scripts/check_disk_smb.pl: logic fix for disk space
5752 thresholds 6607 thresholds
5753 6608
57542002-06-19 06:11 sghosh 66092002-06-19 01:11 sghosh
5755 6610
5756 * plugins/: check_dig.c, check_dns.c, check_fping.c, check_hpjd.c, 6611 * plugins/: check_dig.c, check_dns.c, check_fping.c, check_hpjd.c,
5757 check_nagios.c, check_ping.c, check_snmp.c, check_vsz.c, 6612 check_nagios.c, check_ping.c, check_snmp.c, check_vsz.c,
5758 urlize.c, utils.c, utils.h.in: more POSIX return value comparison 6613 urlize.c, utils.c, utils.h.in: more POSIX return value comparison
5759 related code fixes 6614 related code fixes
5760 6615
57612002-06-19 04:09 sghosh 66162002-06-18 23:09 sghosh
5762 6617
5763 * plugins/: check_disk.c, check_ping.c, check_procs.c: fixes for 6618 * plugins/: check_disk.c, check_ping.c, check_procs.c: fixes for
5764 using POSIX return codes 6619 using POSIX return codes
5765 6620
57662002-06-18 02:06 sghosh 66212002-06-17 21:06 sghosh
5767 6622
5768 * plugins/common.h.in: updated to POSIX return codes 6623 * plugins/common.h.in: updated to POSIX return codes
5769 6624
57702002-06-18 02:05 sghosh 66252002-06-17 21:05 sghosh
5771 6626
5772 * contrib/check_cluster.c: Ethan's check_cluster 6627 * contrib/check_cluster.c: Ethan's check_cluster
5773 6628
57742002-06-13 21:49 sghosh 66292002-06-13 16:49 sghosh
5775 6630
5776 * plugins/check_smtp.c: conformance to RFC 821 <CRLF> 6631 * plugins/check_smtp.c: conformance to RFC 821 <CRLF>
5777 6632
57782002-06-13 04:03 sghosh 66332002-06-12 23:03 sghosh
5779 6634
5780 * configure.in: use xntpdc on Solaris for check_ntp 6635 * configure.in: use xntpdc on Solaris for check_ntp
5781 6636
57822002-06-10 04:24 sghosh 66372002-06-09 23:24 sghosh
5783 6638
5784 * plugins/check_smtp.c: patch to stop NOQUEUE syslog messages - 6639 * plugins/check_smtp.c: patch to stop NOQUEUE syslog messages -
5785 Karl Ewald 6640 Karl Ewald
5786 6641
57872002-06-08 01:33 sghosh 66422002-06-07 20:33 sghosh
5788 6643
5789 * plugins-scripts/check_ntp.pl: xntpdc/ntpdc patch - John Koyle 6644 * plugins-scripts/check_ntp.pl: xntpdc/ntpdc patch - John Koyle
5790 6645
57912002-06-06 05:16 sghosh 66462002-06-06 00:16 sghosh
5792 6647
5793 * plugins-scripts/: subst.in, utils.sh.in: corrected result codes - 6648 * plugins-scripts/: subst.in, utils.sh.in: corrected result codes -
5794 for sh; corrected substition for libexec - Tom Bertelson 6649 for sh; corrected substition for libexec - Tom Bertelson
5795 6650
57962002-06-06 05:15 sghosh 66512002-06-06 00:15 sghosh
5797 6652
5798 * plugins/check_disk.c: added option for mount point - Tom 6653 * plugins/check_disk.c: added option for mount point - Tom
5799 Bertelson 6654 Bertelson
5800 6655
58012002-06-06 05:15 sghosh 66562002-06-06 00:15 sghosh
5802 6657
5803 * plugins-scripts/check_oracle.sh: Add test for Oracle name server, 6658 * plugins-scripts/check_oracle.sh: Add test for Oracle name server,
5804 can dynamicall determine ORACLE_HOME - tom Bertelson 6659 can dynamicall determine ORACLE_HOME - tom Bertelson
5805 6660
58062002-06-06 05:14 sghosh 66612002-06-06 00:14 sghosh
5807 6662
5808 * plugins-scripts/check_flexlm.pl: conditional on lmstat 6663 * plugins-scripts/check_flexlm.pl: conditional on lmstat
5809 6664
58102002-06-06 05:13 sghosh 66652002-06-06 00:13 sghosh
5811 6666
5812 * plugins-scripts/check_ntp.pl: conditional on ntpdc 6667 * plugins-scripts/check_ntp.pl: conditional on ntpdc
5813 6668
58142002-05-29 01:57 sghosh 66692002-05-28 20:57 sghosh
5815 6670
5816 * command.cfg.in: notes added 6671 * command.cfg.in: notes added
5817 6672
58182002-05-28 04:14 sghosh 66732002-05-27 23:14 sghosh
5819 6674
5820 * command.cfg.in: option updates, more examples 6675 * command.cfg.in: option updates, more examples
5821 6676
58222002-05-28 03:41 sghosh 66772002-05-27 22:41 sghosh
5823 6678
5824 * command.cfg.in: option updates, more examples 6679 * command.cfg.in: option updates, more examples
5825 6680
58262002-05-27 03:10 sghosh 66812002-05-26 22:10 sghosh
5827 6682
5828 * plugins-scripts/check_ntp.pl: checked in too quickly 6683 * plugins-scripts/check_ntp.pl: checked in too quickly
5829 6684
58302002-05-27 03:05 sghosh 66852002-05-26 22:05 sghosh
5831 6686
5832 * doc/: README, developer-guidelines.html, 6687 * doc/: README, developer-guidelines.html,
5833 developer-guidelines.sgml: added developer guidelines. 6688 developer-guidelines.sgml: added developer guidelines.
5834 6689
58352002-05-27 03:03 sghosh 66902002-05-26 22:03 sghosh
5836 6691
5837 * configure.in: typo, AIX 4.3 ps, smbclient, Net::SNMP fixes 6692 * configure.in: typo, AIX 4.3 ps, smbclient, Net::SNMP fixes
5838 6693
58392002-05-27 03:01 sghosh 66942002-05-26 22:01 sghosh
5840 6695
5841 * acconfig.h, plugins-scripts/utils.pm.in: new var - smbclient 6696 * acconfig.h, plugins-scripts/utils.pm.in: new var - smbclient
5842 6697
58432002-05-27 02:56 sghosh 66982002-05-26 21:56 sghosh
5844 6699
5845 * plugins-scripts/check_ntp.pl: logic reorg, ePN fix and support 6700 * plugins-scripts/check_ntp.pl: logic reorg, ePN fix and support
5846 for utils.pm 6701 for utils.pm
5847 6702
58482002-05-27 02:55 sghosh 67032002-05-26 21:55 sghosh
5849 6704
5850 * plugins-scripts/check_disk_smb.pl: ePN fix and support for 6705 * plugins-scripts/check_disk_smb.pl: ePN fix and support for
5851 utils.pm 6706 utils.pm
5852 6707
58532002-05-23 17:39 sghosh 67082002-05-23 12:39 sghosh
5854 6709
5855 * contrib/: check_log2.pl, check_vcs.pl: New plugins from Aaron 6710 * contrib/: check_log2.pl, check_vcs.pl: New plugins from Aaron
5856 Bostick - Veritas Cluster, logfile 6711 Bostick - Veritas Cluster, logfile
5857 6712
58582002-05-10 04:51 sghosh 67132002-05-09 23:51 sghosh
5859 6714
5860 * plugins-scripts/check_rpc.pl: updates for ePN, patch for multiple 6715 * plugins-scripts/check_rpc.pl: updates for ePN, patch for multiple
5861 version check 6716 version check
5862 6717
58632002-05-10 04:49 sghosh 67182002-05-09 23:49 sghosh
5864 6719
5865 * configure.in, plugins-scripts/utils.pm.in: added programs to 6720 * configure.in, plugins-scripts/utils.pm.in: added programs to
5866 autoconf 6721 autoconf
5867 6722
58682002-05-10 04:49 sghosh 67232002-05-09 23:49 sghosh
5869 6724
5870 * acconfig.h: Added programs for autoconf 6725 * acconfig.h: Added programs for autoconf
5871 6726
58722002-05-09 20:03 sghosh 67272002-05-09 15:03 sghosh
5873 6728
5874 * plugins-scripts/: Makefile.am, check_ifoperstatus.pl: migrated 6729 * plugins-scripts/: Makefile.am, check_ifoperstatus.pl: migrated
5875 check_ifoperstatus to standard plugin 6730 check_ifoperstatus to standard plugin
5876 6731
58772002-05-08 16:35 sghosh 67322002-05-08 11:35 sghosh
5878 6733
5879 * plugins/check_ping.c: patch for Suse 8.0 loss output 6734 * plugins/check_ping.c: patch for Suse 8.0 loss output
5880 6735
58812002-05-08 06:10 sghosh 67362002-05-08 01:10 sghosh
5882 6737
5883 * plugins-scripts/utils.pm.in: is_hostname added, update CODES to 6738 * plugins-scripts/utils.pm.in: is_hostname added, update CODES to
5884 POSIX 6739 POSIX
5885 6740
58862002-05-08 06:07 sghosh 67412002-05-08 01:07 sghosh
5887 6742
5888 * plugins/: check_hpjd.c, check_ups.c: updated notes 6743 * plugins/: check_hpjd.c, check_ups.c: updated notes
5889 6744
58902002-05-08 06:04 sghosh 67452002-05-08 01:04 sghosh
5891 6746
5892 * configure.in: updated messages and check for host command 6747 * configure.in: updated messages and check for host command
5893 6748
58942002-05-08 05:58 sghosh 67492002-05-08 00:58 sghosh
5895 6750
5896 * plugins-scripts/: Makefile.am, check_ifstatus.pl: moved updated 6751 * plugins-scripts/: Makefile.am, check_ifstatus.pl: moved updated
5897 check_ifstatus to standard plugin 6752 check_ifstatus to standard plugin
5898 6753
58992002-05-07 06:35 sghosh 67542002-05-07 01:35 sghosh
5900 6755
5901 * plugins-scripts/: check_breeze.pl, check_flexlm.pl, 6756 * plugins-scripts/: check_breeze.pl, check_flexlm.pl,
5902 check_ircd.pl, check_netdns.pl, check_ntp.pl, check_wave.pl: 2nd 6757 check_ircd.pl, check_netdns.pl, check_ntp.pl, check_wave.pl: 2nd
5903 fix for ePN 6758 fix for ePN
5904 6759
59052002-05-02 17:43 sghosh 67602002-05-02 12:43 sghosh
5906 6761
5907 * plugins-scripts/: check_breeze.pl, check_disk_smb.pl, 6762 * plugins-scripts/: check_breeze.pl, check_disk_smb.pl,
5908 check_flexlm.pl, check_ircd.pl, check_netdns.pl, check_ntp.pl, 6763 check_flexlm.pl, check_ircd.pl, check_netdns.pl, check_ntp.pl,
5909 check_rpc.pl, check_wave.pl: fix for embedded perl 6764 check_rpc.pl, check_wave.pl: fix for embedded perl
5910 6765
59112002-05-02 17:22 sghosh 67662002-05-02 12:22 sghosh
5912 6767
5913 * tools/: README, mini_epn.c, p1.pl: updated mini_epn and p1.pl 6768 * tools/: README, mini_epn.c, p1.pl: updated mini_epn and p1.pl
5914 added to plugins distribution 6769 added to plugins distribution
5915 6770
59162002-05-01 22:12 sghosh 67712002-05-01 17:12 sghosh
5917 6772
5918 * contrib/tarballs/fetchlog-0.92.tar.gz: remote log check (via snmp 6773 * contrib/tarballs/fetchlog-0.92.tar.gz: remote log check (via snmp
5919 possible) by Alexander Haderer 6774 possible) by Alexander Haderer
5920 6775
59212002-04-29 03:58 kdebisschop 67762002-04-28 22:58 kdebisschop
5922 6777
5923 * plugins/getopt.h: failed to carry over from old plugins, listed 6778 * plugins/getopt.h: failed to carry over from old plugins, listed
5924 in EXTRA_DIST, needed for build 6779 in EXTRA_DIST, needed for build
5925 6780
59262002-04-23 13:50 sghosh 67812002-04-23 08:50 sghosh
5927 6782
5928 * plugins/check_ping.c: corrected program name and added rtt patch 6783 * plugins/check_ping.c: corrected program name and added rtt patch
5929 for RH7.2+beta 6784 for RH7.2+beta
5930 6785
59312002-04-18 22:59 egalstad 67862002-04-18 17:59 egalstad
5932 6787
5933 * contrib/check_inodes.pl: add check_inodes contrib plugin by John 6788 * contrib/check_inodes.pl: add check_inodes contrib plugin by John
5934 Jolet 6789 Jolet
5935 6790
59362002-04-18 05:38 egalstad 67912002-04-18 00:38 egalstad
5937 6792
5938 * configure.in: configure script patch for ping syntax 6793 * configure.in: configure script patch for ping syntax
5939 6794
59402002-04-07 06:13 sghosh 67952002-04-07 00:13 sghosh
5941 6796
5942 * contrib/: check_backup.pl, check_dl_size.pl: plugins from Patrick 6797 * contrib/: check_backup.pl, check_dl_size.pl: plugins from Patrick
5943 Greenwell 6798 Greenwell
5944 6799
59452002-04-05 23:22 sghosh 68002002-04-05 17:22 sghosh
5946 6801
5947 * acconfig.h: added HOST_COMMAND 6802 * acconfig.h: added HOST_COMMAND
5948 6803
59492002-04-05 23:19 sghosh 68042002-04-05 17:19 sghosh
5950 6805
5951 * contrib/tarballs/check_spread.tar: plugin to check spread 6806 * contrib/tarballs/check_spread.tar: plugin to check spread
5952 messaging toolkit 6807 messaging toolkit
5953 6808
59542002-04-03 03:58 sghosh 68092002-04-02 21:58 sghosh
5955 6810
5956 * contrib/check_oracle_instance.pl: from Sven Dolderer - check 6811 * contrib/check_oracle_instance.pl: from Sven Dolderer - check
5957 oracle instance 6812 oracle instance
5958 6813
59592002-04-03 03:56 sghosh 68142002-04-02 21:56 sghosh
5960 6815
5961 * plugins-scripts/check_nfs.pl: check_nfs functionality exists in 6816 * plugins-scripts/check_nfs.pl: check_nfs functionality exists in
5962 check_rpc 6817 check_rpc
5963 6818
59642002-03-18 05:15 sghosh 68192002-03-18 00:15 sghosh
5965 6820
5966 * plugins-scripts/subst.in: function to update perl plugin scripts 6821 * plugins-scripts/subst.in: function to update perl plugin scripts
5967 to find utils.pm 6822 to find utils.pm
5968 6823
59692002-03-01 02:53 egalstad 68242002-02-28 21:53 egalstad
5970 6825
5971 * plugins/: .cvsignore, config.h.in: Fix for stupid me 6826 * plugins/: .cvsignore, config.h.in: Fix for stupid me
5972 6827
59732002-03-01 02:42 egalstad 68282002-02-28 21:42 egalstad
5974 6829
5975 * contrib/check_breeze.pl, contrib/check_dhcp.c, 6830 * contrib/check_breeze.pl, contrib/check_dhcp.c,
5976 contrib/check_flexlm.pl, contrib/check_hltherm.c, 6831 contrib/check_flexlm.pl, contrib/check_hltherm.c,
@@ -5991,7 +6846,7 @@
5991 contrib/tarballs/radius.tar.gz, plugins/.cvsignore, 6846 contrib/tarballs/radius.tar.gz, plugins/.cvsignore,
5992 plugins/config.h.in: Contrib plugin cleanup 6847 plugins/config.h.in: Contrib plugin cleanup
5993 6848
59942002-02-28 06:42 egalstad 68492002-02-28 01:42 egalstad
5995 6850
5996 * .cvsignore, AUTHORS, CODING, COPYING, ChangeLog, FAQ, Helper.pm, 6851 * .cvsignore, AUTHORS, CODING, COPYING, ChangeLog, FAQ, Helper.pm,
5997 INSTALL, Makefile.am, NEWS, README, REQUIREMENTS, ROADMAP, 6852 INSTALL, Makefile.am, NEWS, README, REQUIREMENTS, ROADMAP,
@@ -6077,7 +6932,7 @@
6077 plugins-scripts/utils.sh.in, plugins-scripts/t/check_rpc.t, 6932 plugins-scripts/utils.sh.in, plugins-scripts/t/check_rpc.t,
6078 tools/setup, tools/tango: Initial import of existing plugin code 6933 tools/setup, tools/tango: Initial import of existing plugin code
6079 6934
60802002-02-28 06:42 egalstad 69352002-02-28 01:42 egalstad
6081 6936
6082 * .cvsignore, AUTHORS, CODING, COPYING, ChangeLog, FAQ, Helper.pm, 6937 * .cvsignore, AUTHORS, CODING, COPYING, ChangeLog, FAQ, Helper.pm,
6083 INSTALL, Makefile.am, NEWS, README, REQUIREMENTS, ROADMAP, 6938 INSTALL, Makefile.am, NEWS, README, REQUIREMENTS, ROADMAP,