1 2008-09-25 08:04 tonvoon
3 * [r2056] plugins/tests/check_http.t:
6 2008-09-25 08:01 tonvoon
8 * [r2055] doc/LEAVERS, doc/NEW_STARTERS, doc/RELEASING:
9 Moving project administration documents to nagiosplugins.org site
11 2008-09-02 12:28 dermoth
13 * [r2054] plugins/check_ntp_peer.c:
16 2008-09-02 11:26 hweiss
18 * [r2053] THANKS.in, plugins/check_http.c:
19 Some HTTP server applications/configurations cause trouble if the
20 port is explicitly specified in our "Host:" header line.
21 Therefore, we now specify the port only if we're using a
22 non-default port (Erik Wasser - 2082501).
24 2008-09-02 03:42 dermoth
26 * [r2052] NEWS, plugins/check_ntp_peer.c:
27 Fix possible segfault in check_ntp_peer with deliberately invalid
30 2008-09-01 14:04 dermoth
32 * [r2051] NEWS, plugins/check_ntp_peer.c, plugins/check_ntp_time.c:
33 check_ntp_peer/check_ntp_time used to show port in --help but
34 ignored the argument - now implemented.
36 2008-09-01 14:04 dermoth
38 * [r2050] NEWS, THANKS.in, plugins/check_http.c:
39 Revert "Re-structure the HTTP 1.1 headers to prevent 301s on
40 servers with virtual hosts"
42 This reverts commit 2030
44 2008-09-01 12:20 hweiss
46 * [r2049] plugins/check_http.c:
47 Under some circumstances, the 'url' path of a redirection target
48 missed a leading slash. While this was fixed later on, the
49 incomplete 'url' was used for redirection loop detection and
50 error messages. This is now fixed by adding the missing slash
53 2008-08-25 18:39 tonvoon
55 * [r2048] plugins/tests/check_http.t:
56 Fix HTTP::Daemon::VERSION to get a fixed header size for tests
59 2008-08-25 13:26 tonvoon
61 * [r2047] plugins/tests/check_http.t:
62 Updated with more tests re: multiple status codes (Sven Nierlein)
64 2008-08-25 11:42 hweiss
66 * [r2046] NEWS, THANKS.in, plugins/check_http.c,
67 plugins/tests/check_http.t:
68 The "-e" option now accepts a comma-delimited list of expected
69 status lines (Sven Nierlein - 1894496).
71 2008-08-22 13:08 tonvoon
73 * [r2045] plugins/tests/check_http.t, plugins/tests/var/root:
74 Added HTTP tests for status codes
76 2008-08-21 21:52 tonvoon
78 * [r2044] configure.in:
79 Only include extra-opts tests if libtap is enabled
81 2008-08-21 15:21 tonvoon
84 Note re: --enable-libtap
86 2008-08-21 15:18 tonvoon
88 * [r2042] lib/tests/Makefile.am, lib/tests/test_all.t,
89 lib/tests/test_base64.t, lib/tests/test_cmd.t,
90 lib/tests/test_disk.t, lib/tests/test_ini.t,
91 lib/tests/test_opts.t, lib/tests/test_tcp.t,
92 lib/tests/test_utils.c, lib/tests/test_utils.t:
93 Correctly link to included libtap. Simplify invoking test
94 scripts. Removed basename test as we should use base_name from
95 GNUlib which is tested separately
97 2008-08-21 15:15 tonvoon
99 * [r2041] tools/tinderbox_build:
100 Fix regexp of version number of snapshot
102 2008-08-21 15:12 tonvoon
104 * [r2040] Makefile.am:
105 Remove .svn files in distribution
107 2008-08-21 15:12 tonvoon
109 * [r2039] external/tap-1.01-altinity.tar.gz,
110 external/tap-1.01-nagios-plugins.tar.gz, tools/setup:
111 Renamed altered tap file to nagios-plugins
113 2008-08-21 09:41 dermoth
115 * [r2038] plugins/check_ntp_peer.c:
118 2008-08-21 04:22 dermoth
120 * [r2037] plugins/check_ntp_peer.c:
123 2008-08-21 04:17 dermoth
125 * [r2036] plugins/check_ntp_peer.c:
126 Complete rewrite of the extract_value function
128 The original one was flawed (easy to trigger segfaults) and did
129 not allow some whitespaces as permitted by rfc1305. This one has
130 been troughfully tested with tap (the testing code might get
133 2008-08-21 04:17 dermoth
135 * [r2035] lib/parse_ini.c, lib/parse_ini.h, lib/tests/test_opts.c:
138 2008-08-16 04:47 dermoth
140 * [r2034] plugins/check_mysql.c, plugins/check_mysql_query.c:
141 Fix assignment written as a comparison in validate_arguments()
142 when db_pass is NULL (Patch from
143 http://blog.barfoo.org/projects/rpms-for-sles10)
145 2008-08-16 04:47 dermoth
147 * [r2033] plugins/check_fping.c:
148 Fix check_fping --help output (Patch from
149 http://blog.barfoo.org/projects/rpms-for-sles10)
151 2008-08-16 01:52 dermoth
153 * [r2032] plugins/t/check_by_ssh.t:
156 2008-08-08 16:12 tonvoon
158 * [r2031] plugins-root/pst3.c:
161 2008-08-08 02:25 dermoth
163 * [r2030] NEWS, THANKS.in, plugins/check_http.c:
164 Re-structure the HTTP 1.1 headers to prevent 301s on servers with
167 2008-08-08 02:08 dermoth
169 * [r2029] plugins-root/check_icmp.c:
170 Typo in --help output
172 2008-08-05 11:14 dermoth
174 * [r2028] tools/devmode:
175 Set -D_FORTIFY_SOURCE=2, and added a comment with link to
176 explaination of this flag.
178 2008-07-28 20:15 psychotrahe
180 * [r2027] plugins-root/check_icmp.c:
181 -b option now specifies ICMP data bytes instead of packet size
183 2008-07-17 07:06 psychotrahe
185 * [r2026] NEWS, plugins-root/check_icmp.c:
186 Add support for packet size modification (-b)
188 2008-07-10 10:03 dermoth
190 * [r2025] plugins/check_disk.c:
191 Verbose should not have to exceed 3 as per developement
194 2008-07-10 10:03 dermoth
196 * [r2024] tools/devmode:
197 Add -D_FORTIFY_SOURCE
199 2008-07-10 10:03 dermoth
201 * [r2023] plugins/check_ups.c:
204 2008-07-09 21:54 psychotrahe
206 * [r2022] plugins/t/check_snmp.t:
207 rewrote check_snmp.t to use Test::More added perfdata checking
210 2008-07-09 21:53 psychotrahe
212 * [r2021] NEWS, plugins/check_snmp.c:
213 check_snmp now only prints perfdata for non numeric values (Joerg
216 2008-07-08 10:09 tonvoon
218 * [r2020] Makefile.am, tools/tinderbox_build:
219 Removed libtap configuration for the moment, as tinderbox builds
222 2008-07-08 09:31 tonvoon
224 * [r2019] NEWS, lib/utils_cmd.c, lib/utils_cmd.h,
225 plugins/Makefile.am, plugins/check_procs.c:
226 check_procs captures stderr and adds to plugin output. This is
227 from a merge of branch nagiosplug/branches/new_threshold_syntax
230 2008-07-06 12:57 hweiss
232 * [r2018] plugins-root/check_dhcp.c:
233 Don't try to set the "SO_BROADCAST" socket option for unicast
234 requests. (Also, removed the unused "DHCP_UNICAST_FLAG" macro.)
236 2008-07-02 20:07 tonvoon
238 * [r2017] lib/tests/Makefile.am:
239 Use tap.h from the libtap directory
241 2008-07-02 20:00 tonvoon
243 * [r2016] plugins-root/Makefile.am, plugins-root/pst3.c:
244 Change pst3 again, this time to remove use of kvm which is not
245 available in Solaris 10 non-global zones. Uses /proc, which is
246 not available in older versions of Solaris.
248 2008-06-30 14:32 tonvoon
250 * [r2015] tools/setup:
251 Fixed bug in tools/setup if docbook was run
253 2008-06-30 09:01 tonvoon
255 * [r2014] Makefile.am:
256 Have to list tap_dir manually to get into make dist
258 2008-06-26 22:00 tonvoon
260 * [r2013] Makefile.am, configure.in, external, external/README,
261 external/tap-1.01-altinity.tar.gz, lib/tests/Makefile.am,
262 tools/setup, tools/tinderbox_build:
263 Adding libtap into distribution to help run C based tests
265 2008-06-17 14:19 tonvoon
267 * [r2012] plugins-root/pst3.c:
268 Fixed possible coredump. Removed one level of subroutines (Duncan
271 2008-06-09 19:47 psychotrahe
273 * [r2011] NEWS, plugins/check_dig.c, plugins/t/check_dig.t:
274 Added testcases for check_dig check_dig's -l option is mandatory
277 2008-06-02 16:22 tonvoon
279 * [r2010] NEWS, plugins-root/pst3.c:
280 Optimised pst3 for systems with large number of processes (Duncan
283 2008-06-02 16:21 tonvoon
285 * [r2009] NEWS, perlmods/Nagios-Plugin-0.22.tar.gz,
286 perlmods/Nagios-Plugin-0.27.tar.gz:
287 Updated Nagios::Plugin perl modules to 0.27
289 2008-05-30 23:38 dermoth
291 * [r2008] NEWS, THANKS.in, plugins/check_http.c:
292 Fix Debian bug #460097: check_http --max-age broken (Hilko
295 2008-05-29 10:21 dermoth
300 2008-05-27 23:44 tonvoon
302 * [r2006] doc/RELEASING:
303 Changed SF file release to use sftp instead of ftp
305 2008-05-27 22:01 tonvoon
307 * [r2004] BUGS, ChangeLog, NEWS, configure.in, package.def:
308 Preparation for 1.4.12 release
310 2008-05-27 21:52 tonvoon
312 * [r2003] THANKS.in, configure.in:
313 Not picking up solaris systems correctly for check_dhcp. Only
314 affected SunStudio compiles of check_dhcp (1890260 - Rob Windsor)
316 2008-05-27 21:31 tonvoon
318 * [r2002] plugins/check_by_ssh.c:
319 Addition to help to state that -f will always return OK if ssh
320 command is executed (Alain Dewit - 1852198)
322 2008-05-27 13:35 tonvoon
324 * [r2001] plugins-root/pst3.c:
325 Add additional PID column heading
327 2008-05-26 09:43 dermoth
332 2008-05-23 09:09 dermoth
334 * [r1999] REQUIREMENTS:
335 Add a note about radiusclient
337 2008-05-22 08:25 dermoth
339 * [r1998] NEWS, configure.in:
340 Fix linking against OpenSSL where libdl is required
342 2008-05-21 08:57 dermoth
344 * [r1997] NEWS, plugins/check_by_ssh.c, plugins/t/check_by_ssh.t:
345 Fixed passive option in check_by_ssh Also: - On non-skipped
346 stderr, check_by_ssh now returns UNKNOWN or worse (result from
347 command) instead of always UNKNOWN. - Fixed passive tests and
348 make is always run the specified number of tests (using fail if
349 there's nothing to test).
351 2008-05-20 11:37 dermoth
353 * [r1996] plugins/t/check_by_ssh.t:
354 Oops - forgot to remove the SKIP block (which didn't seem to work
357 2008-05-20 11:32 dermoth
359 * [r1995] plugins/t/check_by_ssh.t:
360 Add check_by_ssh tests (passive checks are broken - should be
361 fixed before next release!)
363 2008-05-20 07:57 dermoth
365 * [r1994] NEWS, plugins/check_radius.c:
366 Clobber password in check_radius process list aguments
368 2008-05-13 09:14 dermoth
370 * [r1992] plugins/check_dns.c:
373 2008-05-07 10:02 dermoth
375 * [r1991] plugins-root/check_dhcp.c, plugins-root/check_icmp.c,
376 plugins/check_apt.c, plugins/check_by_ssh.c,
377 plugins/check_cluster.c, plugins/check_dig.c,
378 plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c,
379 plugins/check_game.c, plugins/check_hpjd.c, plugins/check_http.c,
380 plugins/check_ide_smart.c, plugins/check_ldap.c,
381 plugins/check_load.c, plugins/check_mrtg.c,
382 plugins/check_mrtgtraf.c, plugins/check_mysql.c,
383 plugins/check_mysql_query.c, plugins/check_nagios.c,
384 plugins/check_nt.c, plugins/check_ntp.c,
385 plugins/check_ntp_peer.c, plugins/check_ntp_time.c,
386 plugins/check_nwstat.c, plugins/check_overcr.c,
387 plugins/check_pgsql.c, plugins/check_ping.c,
388 plugins/check_procs.c, plugins/check_radius.c,
389 plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c,
390 plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c,
391 plugins/check_time.c, plugins/check_ups.c, plugins/check_users.c,
393 Added support for --extra-opts in all C plugins (disabled by
394 default, see configure --help)
396 2008-05-07 10:01 dermoth
398 * [r1990] NEWS, THANKS.in, plugins/check_ping.c:
399 Added performance data to check_ping (Christian Schneemann)
401 2008-05-02 09:28 dermoth
403 * [r1989] NEWS, plugins/negate.c:
404 negate now has the ability to replace the status text as well
405 (-s, --substitute) Also changed: - default timeout to 11 instead
406 of 9 (since it's recommended to have a higher timeout, and many
407 plugins default to 10 seconds) - If there's no STDOUT lines
408 returned, still returns the returned result if it's NON-ok
409 instead of forcing it to UNKNOWN
411 2008-04-30 12:50 dermoth
413 * [r1988] NEWS, plugins/check_mysql.c, plugins/check_mysql_query.c,
414 plugins/t/check_mysql.t:
415 Add socket support to check_mysql* Also clears the password from
416 check_mysql command-line options
418 2008-04-29 14:54 hweiss
420 * [r1987] configure.in:
421 Support "--without-pgsql" (reported by Alex Songe via IRC).
423 2008-04-29 09:01 dermoth
425 * [r1986] plugins/check_ntp.c, plugins/check_ntp_peer.c,
426 plugins/check_ntp_time.c:
427 Use UT_THRESHOLDS_NOTES in all plugins
429 2008-04-29 09:01 dermoth
431 * [r1985] plugins-root/check_dhcp.c, plugins-root/check_icmp.c:
432 --help output cleanup (plus removal of spaces on blank lines)
434 2008-04-27 14:35 dermoth
436 * [r1984] plugins/check_apt.c, plugins/check_by_ssh.c,
437 plugins/check_cluster.c, plugins/check_dig.c,
438 plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c,
439 plugins/check_fping.c, plugins/check_game.c,
440 plugins/check_hpjd.c, plugins/check_http.c,
441 plugins/check_ide_smart.c, plugins/check_ldap.c,
442 plugins/check_load.c, plugins/check_mrtg.c,
443 plugins/check_mrtgtraf.c, plugins/check_mysql.c,
444 plugins/check_mysql_query.c, plugins/check_nagios.c,
445 plugins/check_nt.c, plugins/check_ntp.c,
446 plugins/check_ntp_peer.c, plugins/check_nwstat.c,
447 plugins/check_overcr.c, plugins/check_pgsql.c,
448 plugins/check_ping.c, plugins/check_procs.c,
449 plugins/check_radius.c, plugins/check_real.c,
450 plugins/check_snmp.c, plugins/check_swap.c, plugins/check_ups.c,
452 --help output cleanup (plus removal of spaces on blank lines)
454 2008-04-23 08:19 dermoth
456 * [r1983] plugins/check_radius.c:
457 Correct typo and make the --help notes a bit simpler.
459 2008-04-17 10:46 dermoth
461 * [r1979] plugins/check_dns.c:
462 Correct the help text
464 2008-04-17 10:37 dermoth
466 * [r1978] NEWS, plugins/check_dns.c:
467 Allow to repeat -a to set multiple possible addresses
469 2008-04-05 08:02 dermoth
471 * [r1977] NEWS, plugins/check_ntp.c, plugins/check_ntp_peer.c:
472 check_ntp and check_ntp_peer now show proper jitter/stratum
473 thresholds longopts in --help
475 2008-04-04 10:11 dermoth
477 * [r1976] lib/extra_opts.c, lib/parse_ini.c, lib/tests/test_ini.c,
478 lib/tests/test_opts.c:
479 make parse_ini die like in N::P if section isn't found
481 2008-04-02 09:19 dermoth
483 * [r1974] lib/Makefile.config-opts, lib/tests/Makefile.config-opts:
484 Delete obsolete files
486 2008-04-02 09:11 dermoth
488 * [r1973] configure.in, lib/Makefile.am, lib/parse_ini.c,
489 lib/tests/Makefile.am, lib/tests/test_ini.t,
490 lib/tests/test_opts.t, po/de.po, po/fr.po, po/nagios-plugins.pot:
491 - Add --enable-extra-opts configure option for compiling
492 extra-opts support - Auto-update po/pot files
494 2008-04-01 09:38 dermoth
496 * [r1972] lib/parse_ini.c:
499 2008-04-01 09:31 dermoth
501 * [r1971] lib/extra_opts.c, lib/extra_opts.h:
502 np_extra_opts now retain pointers from argv so that plugins can
503 still overwrite sensitive options
505 2008-03-31 07:07 dermoth
508 update svn:ignore property (last gnulib update added many
509 auto-generated files)
511 2008-03-31 07:04 dermoth
513 * [r1969] lib/extra_opts.c, lib/tests/test_opts.c:
514 Fix bug with --extra-opts as last argument with no value Fix
515 problem with duplicate function name (function should eventually
518 2008-03-31 05:31 dermoth
520 * [r1968] lib/extra_opts.c, lib/extra_opts.h, lib/parse_ini.c,
521 lib/parse_ini.h, lib/tests/test_ini.c, lib/tests/test_opts.c:
522 Fix for last commit - I accidentaly broke my local Makefile and
523 tests weren't being re-compiled.
525 2008-03-30 14:02 dermoth
527 * [r1967] lib/extra_opts.c, lib/extra_opts.h,
528 lib/tests/test_opts.c:
529 - Remove the last argument of np_extra_opts - Code cleanups and
532 2008-03-29 15:35 dermoth
535 Update svn:ignore property
537 2008-03-26 09:46 dermoth
539 * [r1962] lib/parse_ini.c, lib/parse_ini.h, lib/tests/plugins.ini,
540 lib/tests/test_opts.c:
541 write ini-file lookup function + tests
543 2008-03-24 07:02 dermoth
545 * [r1961] lib/extra_opts.c, lib/extra_opts.h,
546 lib/tests/config-opts.ini, lib/tests/test_opts.c,
547 lib/tests/test_opts.t:
548 Add extra-opts argument parsing with tests
550 2008-03-24 06:28 dermoth
552 * [r1960] lib/parse_ini.c, lib/parse_ini.h:
553 Replace broken usage of NAGIOS_CONFIG_PATH with a stub function
554 (that will try to find a config file in the future...) Allow NULL
555 locator (default file/section)
557 2008-03-20 11:53 dermoth
559 * [r1959] plugins/check_dig.c:
560 - Fix bug #1920671 - Make --help output looks nice
562 2008-03-18 10:59 tonvoon
564 * [r1955] plugins/tests/check_procs.t:
565 Include test for check_procs, using input file
567 2008-03-18 01:21 tonvoon
569 * [r1954] plugins/check_procs.c, plugins/tests/var,
570 plugins/tests/var/ps-axwo.darwin,
571 plugins/tests/var/ps_axwo.debian:
572 Updated check_procs with a hidden --input-file option. Include
573 some sample outputs for testing
575 2008-03-17 23:08 tonvoon
577 * [r1953] plugins/t/check_nagios.t:
578 Don't run check_nagios tests on Solaris, because of pst3
581 2008-03-16 18:10 dermoth
583 * [r1951] lib/tests/config-dos.ini, lib/tests/plugin.ini,
584 lib/tests/test_ini.c:
585 Add tests: - DOS-newline ini file - section defined twice
587 2008-03-15 22:42 dermoth
589 * [r1950] lib/parse_ini.c:
590 parse_ini now reads the default section if the request one can't
591 be found. All tests should return ok now.
593 2008-03-15 21:51 dermoth
595 * [r1949] lib/parse_ini.c:
596 Oops - this line shouldn't have been here (doesn't even work
599 2008-03-15 20:47 dermoth
601 * [r1948] lib/parse_ini.c, lib/tests/plugin.ini,
602 lib/tests/test_ini.c:
603 - Make equal-less parameters illegal - parameters without
604 argument after '=' are now assumed to be argument-less - Add a
605 testcase for space in stanza and various argument-less parameters
607 2008-03-15 20:34 dermoth
609 * [r1947] lib/parse_ini.c:
610 Fix handling of leading and trailing spaces in stanza
612 2008-03-15 16:17 dermoth
614 * [r1946] lib/parse_ini.c, lib/tests/test_ini.c:
615 Fix segfault in test_ini.c and uncomment the affected tests Fix
616 bug in stanza parsing where full section could be skipped Fix
617 single-argument options
619 2008-03-15 04:51 dermoth
621 * [r1945] lib/parse_ini.c, lib/parse_ini.h, lib/tests/test_ini.c,
622 lib/tests/test_ini.t:
623 This commit consist of two changes: 1. Make np_get_defaults
624 return a linked list instead of a string. It will then be easy to
625 convert the linked list back to an argument array. 2. Fix tests
628 A test_ini.t was added too. parse_ini and test_ini aren't
629 included yet in the build makefiles.
631 2008-03-15 00:14 psychotrahe
633 * [r1944] plugins/check_http.c:
634 Add port to Host Header to prevent problems with non default
635 ports (Christophe Dupre #1881898)
637 2008-03-14 23:47 psychotrahe
639 * [r1943] NEWS, plugins/check_dig.c:
640 Added -A/--dig-arguments to check_dig (#1889453/#1874041)
642 2008-03-14 22:35 psychotrahe
644 * [r1942] plugins/check_smtp.c:
645 Enhanced check_smtp to actually print invalid response text
648 2008-03-14 15:44 tonvoon
650 * [r1941] NEWS, plugins-root/Makefile.am, plugins/Makefile.am:
651 Fixed 64 bit pst3 when tries to link to gettext. Gettext linked
652 dynamically, if necessary
654 2008-03-14 10:17 dermoth
656 * [r1940] gl/charset.alias, gl/configmake.h, gl/math.h,
657 gl/ref-add.sed, gl/ref-del.sed, gl/stdio.h, gl/stdlib.h,
658 gl/string.h, gl/unistd.h:
659 These files are generated automatically during the make process,
660 and removed by make clean.
662 2008-03-11 00:37 tonvoon
664 * [r1939] configure.in, gl/m4/mbstate_t.m4:
665 Possible fix for HP-UX compile problems of regex_internal.c
667 2008-03-11 00:10 tonvoon
669 * [r1938] configure.in, lib/utils_base.c, plugins-root/Makefile.am,
670 plugins/check_http.c, plugins/check_smtp.c, plugins/common.h:
671 Fixed link -m64 problems on pst3 for solaris. Fixed
672 _FILE_OFFSET_BITS redefinition warnings. Fixed helper ar error in
675 2008-02-28 16:21 tonvoon
677 * [r1937] NEWS, configure.in, plugins-root/Makefile.am,
678 plugins-root/pst3.c, plugins/check_procs.c,
679 plugins/t/check_procs.t:
680 Reverted check_procs for solaris back to using pst3 due to
681 truncation for argument fields using other methods
683 2008-02-28 12:54 tonvoon
685 * [r1936] tools/build_perl_modules:
686 Fix where PERL5LIB is blank
688 2008-02-18 11:23 tonvoon
691 Added CVE MITRE tracking number
693 2008-02-13 20:36 psychotrahe
695 * [r1934] NEWS, plugins/check_pgsql.c:
696 check_pgsql now builds with postgres lib v8.3 (Jan Wagner
699 2008-02-13 19:14 psychotrahe
701 * [r1933] plugins/check_disk.c:
702 Fix --local argument handling (Jan Wagner #1878971)
704 2008-02-13 15:10 dermoth
706 * [r1932] plugins/check_disk.c:
707 Fix broken intending (The whole file use spaces only except my
708 last patch and 1-3 other places).
710 2008-02-13 11:37 dermoth
713 Add two files to svn:ignore
715 2008-02-13 11:05 dermoth
717 * [r1930] lib/utils_base.c, plugins/check_disk.c:
718 set_thresholds now let the user free the thresolds. (P.S.: When
719 you set twice the thresholds for a path in check disk (like using
720 -C followed by -p ) it overrides them. All new elements are
721 created with np_add_parameter which initialises the thresholds to
724 2008-02-13 04:18 dermoth
729 2008-02-13 04:16 dermoth
731 * [r1928] plugins/common.h:
732 This floorf workaround is Nnot needed anymore since floorf is
735 2008-02-13 04:07 dermoth
737 * [r1927] lib/tests/test_base64.c:
738 Reverting patch to test 8-bit data: Still broken on Solaris
739 (7-bit works as before)
741 2008-02-12 12:03 dermoth
743 * [r1926] gl/Makefile.am, gl/base64.c, gl/base64.h,
744 gl/charset.alias, gl/configmake.h, gl/floor.c, gl/floorf.c,
745 gl/m4/base64.m4, gl/m4/floorf.m4, gl/m4/gnulib-cache.m4,
746 gl/m4/gnulib-comp.m4, gl/m4/math_h.m4, gl/math.h, gl/math.in.h,
747 gl/ref-add.sed, gl/ref-del.sed, gl/stdio.h, gl/stdlib.h,
748 gl/string.h, gl/unistd.h, lib/Makefile.am, lib/base64.c,
749 lib/base64.h, lib/tests/Makefile.am, lib/tests/test_base64.c,
750 plugins/check_http.c, plugins/check_smtp.c:
751 Import Gnulib floorf and base64 and removed our old base64
754 2008-02-12 11:07 dermoth
756 * [r1925] build-aux/config.rpath, build-aux/link-warning.h,
757 gl/Makefile.am, gl/alloca.c, gl/alloca.in.h, gl/alloca_.h,
758 gl/asnprintf.c, gl/asprintf.c, gl/basename.c, gl/c-strtod.c,
759 gl/cloexec.c, gl/config.charset, gl/creat-safer.c, gl/dirname.c,
760 gl/dirname.h, gl/dup-safer.c, gl/error.c, gl/error.h, gl/exit.h,
761 gl/exitfail.c, gl/exitfail.h, gl/fcntl--.h, gl/fcntl-safer.h,
762 gl/fd-safer.c, gl/float+.h, gl/float.in.h, gl/fsusage.c,
763 gl/fsusage.h, gl/full-read.c, gl/full-read.h, gl/full-write.c,
764 gl/full-write.h, gl/gai_strerror.c, gl/getaddrinfo.c,
765 gl/getaddrinfo.h, gl/gethostname.c, gl/getloadavg.c, gl/getopt.c,
766 gl/getopt.in.h, gl/getopt1.c, gl/getopt_.h, gl/getopt_int.h,
767 gl/gettext.h, gl/inet_ntop.c, gl/inet_ntop.h, gl/intprops.h,
768 gl/localcharset.c, gl/localcharset.h, gl/m4/absolute-header.m4,
769 gl/m4/alloca.m4, gl/m4/extensions.m4, gl/m4/float_h.m4,
770 gl/m4/fsusage.m4, gl/m4/getaddrinfo.m4, gl/m4/getloadavg.m4,
771 gl/m4/gettext.m4, gl/m4/gnulib-cache.m4, gl/m4/gnulib-common.m4,
772 gl/m4/gnulib-comp.m4, gl/m4/iconv.m4, gl/m4/include_next.m4,
773 gl/m4/intdiv0.m4, gl/m4/intl.m4, gl/m4/intlmacosx.m4,
774 gl/m4/intmax_t.m4, gl/m4/lib-link.m4, gl/m4/localcharset.m4,
775 gl/m4/lock.m4, gl/m4/longdouble.m4, gl/m4/longlong.m4,
776 gl/m4/malloc.m4, gl/m4/mbchar.m4, gl/m4/mbiter.m4,
777 gl/m4/mbrtowc.m4, gl/m4/memchr.m4, gl/m4/minmax.m4,
778 gl/m4/netinet_in_h.m4, gl/m4/po.m4, gl/m4/printf-posix.m4,
779 gl/m4/regex.m4, gl/m4/snprintf.m4, gl/m4/socklen.m4,
780 gl/m4/stdint.m4, gl/m4/stdio_h.m4, gl/m4/stdlib_h.m4,
781 gl/m4/strcase.m4, gl/m4/strdup.m4, gl/m4/strerror.m4,
782 gl/m4/string_h.m4, gl/m4/strndup.m4, gl/m4/strnlen.m4,
783 gl/m4/sys_socket_h.m4, gl/m4/uintmax_t.m4, gl/m4/ulonglong.m4,
784 gl/m4/unistd_h.m4, gl/m4/vasnprintf.m4, gl/m4/vasprintf.m4,
785 gl/m4/vsnprintf.m4, gl/m4/wchar.m4, gl/m4/wctype.m4,
786 gl/m4/wcwidth.m4, gl/m4/wint_t.m4, gl/malloc.c, gl/mbchar.c,
787 gl/mbchar.h, gl/mbuiter.h, gl/memchr.c, gl/minmax.h,
788 gl/mountlist.c, gl/mountlist.h, gl/netinet_in.in.h,
789 gl/open-safer.c, gl/pipe-safer.c, gl/printf-args.c,
790 gl/printf-args.h, gl/printf-parse.c, gl/printf-parse.h,
791 gl/ref-add.sin, gl/ref-del.sin, gl/regcomp.c, gl/regex.c,
792 gl/regex.h, gl/regex_internal.c, gl/regex_internal.h,
793 gl/regexec.c, gl/safe-read.c, gl/safe-read.h, gl/safe-write.c,
794 gl/safe-write.h, gl/size_max.h, gl/snprintf.c, gl/snprintf.h,
795 gl/socket_.h, gl/stdbool.in.h, gl/stdbool_.h, gl/stdint.in.h,
796 gl/stdint_.h, gl/stdio.in.h, gl/stdlib.in.h, gl/strcase.h,
797 gl/strcasecmp.c, gl/strdup.c, gl/strdup.h, gl/strerror.c,
798 gl/string.in.h, gl/stripslash.c, gl/strncasecmp.c, gl/strndup.c,
799 gl/strndup.h, gl/strnlen.c, gl/strnlen.h, gl/strnlen1.c,
800 gl/strnlen1.h, gl/sys_socket.in.h, gl/unistd--.h,
801 gl/unistd-safer.h, gl/unistd.in.h, gl/unistd_.h, gl/vasnprintf.c,
802 gl/vasnprintf.h, gl/vasprintf.c, gl/vasprintf.h, gl/vsnprintf.c,
803 gl/vsnprintf.h, gl/wchar.in.h, gl/wchar_.h, gl/wctype.in.h,
804 gl/wctype_.h, gl/wcwidth.h, gl/xalloc-die.c, gl/xalloc.h,
805 gl/xmalloc.c, gl/xsize.h, gl/xstrndup.c, gl/xstrndup.h,
806 plugins/common.h, po/Makevars:
807 Sync to latest Gnulib
809 2008-02-11 21:36 tonvoon
811 * [r1924] REQUIREMENTS:
812 Hints re: SSL features
814 2008-02-11 21:23 tonvoon
816 * [r1923] configure.in:
817 Added link to FAQ for redhat spopen problem
819 2008-01-31 11:52 dermoth
821 * [r1920] plugins-root/check_dhcp.c, plugins-root/check_icmp.c,
823 Bump plugins-root/ to GPLv3
825 2008-01-31 11:45 dermoth
827 * [r1919] plugins/common.h, plugins/netutils.h, plugins/popen.h,
829 Bump plugins/ to GPLv3 (header files)
831 2008-01-31 11:27 dermoth
833 * [r1918] plugins/negate.c, plugins/netutils.c, plugins/popen.c,
834 plugins/runcmd.c, plugins/sslutils.c, plugins/urlize.c,
836 Bump plugins/ to GPLv3 (non-plugind files)
838 2008-01-31 10:44 dermoth
840 * [r1917] plugins/check_overcr.c, plugins/check_pgsql.c,
841 plugins/check_ping.c, plugins/check_procs.c,
842 plugins/check_radius.c, plugins/check_real.c,
843 plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_ssh.c,
844 plugins/check_swap.c, plugins/check_tcp.c, plugins/check_time.c,
845 plugins/check_ups.c, plugins/check_users.c:
846 Bump plugin/ to GPLv3 (check_overcr to check_users)
848 2008-01-30 10:53 dermoth
850 * [r1916] plugins/check_apt.c, plugins/check_by_ssh.c,
851 plugins/check_cluster.c, plugins/check_dig.c,
852 plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c,
853 plugins/check_fping.c, plugins/check_game.c,
854 plugins/check_hpjd.c, plugins/check_http.c,
855 plugins/check_ide_smart.c, plugins/check_ldap.c,
856 plugins/check_load.c, plugins/check_mrtg.c,
857 plugins/check_mrtgtraf.c, plugins/check_mysql.c,
858 plugins/check_mysql_query.c, plugins/check_nagios.c,
859 plugins/check_nt.c, plugins/check_ntp.c,
860 plugins/check_ntp_peer.c, plugins/check_ntp_time.c,
861 plugins/check_nwstat.c:
862 Bump plugins/ to GPLv3 (check_apt to check_nwstat)
864 2008-01-30 09:46 dermoth
866 * [r1915] lib/utils_disk.c, lib/utils_tcp.c:
869 2008-01-30 09:38 dermoth
871 * [r1914] lib/tests/test_base64.c, lib/tests/test_cmd.c,
872 lib/tests/test_disk.c, lib/tests/test_ini.c,
873 lib/tests/test_tcp.c, lib/tests/test_utils.c:
874 Bump lib/tests to GPLv3
876 2008-01-30 09:33 dermoth
878 * [r1913] lib/parse_ini.c, lib/utils_base.c, lib/utils_cmd.c,
879 lib/utils_disk.c, lib/utils_tcp.c:
882 2008-01-30 09:03 dermoth
884 * [r1912] lib/parse_ini.c:
885 new standardized GPLv3 header (will be applied to all C files)
887 2008-01-29 10:27 dermoth
889 * [r1911] NEWS, plugins/check_ntp_peer.c:
890 check_ntp_peer now checks for the LI_ALARM flag
892 2008-01-29 08:55 dermoth
897 2008-01-29 08:54 dermoth
899 * [r1909] NEWS, plugins/check_ntp.c, plugins/check_ntp_time.c:
900 Fix bugs and flaws in best offset server selection of
901 check_ntp_time and (deprecated) check_ntp
903 2008-01-26 15:55 dermoth
905 * [r1908] NEWS, THANKS.in, plugins/check_ntp_peer.c,
906 plugins/check_ntp_time.c:
907 Fix help text of check_ntp_* (Bug #1880095)
909 2008-01-15 11:34 dermoth
911 * [r1907] NEWS, plugins/check_disk.c:
912 Fix check_disk disk usage calculation when using --group=NAME
913 (related to bug #1348746)
915 2008-01-15 09:40 dermoth
917 * [r1906] NEWS, configure.in:
918 Add AC_SYS_LARGEFILE to configure.in (check_disk should now work
919 with large file systems (2TB+) on all archs that supports it)
921 2008-01-10 07:49 dermoth
923 * [r1905] lib/tests/test_cmd.c:
924 Add a return-code check (also test cmd_run without out/err
927 2008-01-09 04:27 dermoth
929 * [r1904] tools/tinderbox_build:
930 make test-debug generate lots of false errors in tinderbox.
931 Turning off until we find a solution (so al least we can watch
932 the tinderbox for breakages again)
934 2008-01-08 23:08 psychotrahe
936 * [r1903] plugins/check_dns.c:
937 Fixed reverse lookup damaged by previous commit
939 2008-01-08 16:05 tonvoon
941 * [r1902] plugins/t/check_dns.t:
942 Changed default test values for check_dns (using nagios.com)
944 2008-01-08 11:57 tonvoon
946 * [r1901] plugins/t/check_ftp.t, plugins/t/check_imap.t,
947 plugins/t/check_jabber.t, plugins/t/check_pop.t,
948 plugins/t/check_tcp.t:
949 Reverted commits 1898 and 1899 due to reversion of 1879
951 2008-01-08 11:51 tonvoon
953 * [r1900] NEWS, plugins/check_tcp.c:
954 Reverted commit 1879 where an invalid hostname returns UNKNOWN -
957 2008-01-08 11:35 dermoth
959 * [r1899] plugins/t/check_imap.t, plugins/t/check_jabber.t,
960 plugins/t/check_pop.t:
963 2008-01-08 11:27 dermoth
965 * [r1898] plugins/t/check_ftp.t, plugins/t/check_tcp.t:
966 Fix test breakages for commit r1879: check_tcp now returns
967 UNKNOWN with an invalid hostname on command line
969 2008-01-08 02:06 hweiss
971 * [r1897] plugins-root/check_icmp.c:
972 Hide some debug output which was printed even without "-v" (under
973 certain circumstances).
975 2008-01-08 01:51 hweiss
977 * [r1896] plugins-root/check_icmp.c:
978 Fix the handling of ICMP packets which are not echo replies (such
979 as destination unreachable messages) or which are not directed at
982 2008-01-08 01:43 hweiss
984 * [r1895] plugins-root/check_icmp.c:
985 Get rid of a cast which increases the required alignment.
987 2008-01-08 01:40 hweiss
989 * [r1894] plugins-root/check_icmp.c:
990 Mark some constant strings "const".
992 2008-01-07 02:04 hweiss
994 * [r1893] plugins/netutils.c:
995 Support "[IPv6]" address syntax.
997 2008-01-07 01:59 hweiss
999 * [r1892] plugins/check_http.c:
1000 My assumption that "-H example.com:80" didn't work (see my
1001 previous commit) was wrong, it worked if used together with "-I".
1002 So, here's support for "-H [IPv6]:port", "-H [IPv6]", "-H IPv6",
1003 "-H IPv4:port", "-H IPv4", and "-H host:port".
1005 2008-01-06 19:45 hweiss
1007 * [r1891] plugins/check_http.c:
1008 Remove support for specifying the port number using "-H
1009 example.com:80". Since this didn't work anyway (because ":80"
1010 wasn't stripped from the "host_name" after extracting the
1011 "server_port"), nobody can be using this syntax, and it prevents
1012 "-H" from accepting IPv6 addresses (neufeind - 1865082). IMO,
1013 fixing it to recognize both ":80" and IPv6 addresses isn't worth
1014 it, as the ":80" syntax doesn't seem very useful for Nagios
1015 plugins (given the way how they are usually called in Nagios
1016 command definitions).
1018 2008-01-06 15:44 dermoth
1020 * [r1890] lib/tests/test_base64.c:
1021 Fix base64 test (known string wasn't null-terminated)
1023 2008-01-06 07:04 dermoth
1025 * [r1889] lib/tests/test_cmd.c:
1026 Fix tinderbox breakage
1028 2008-01-06 00:10 psychotrahe
1030 * [r1888] plugins/check_ldap.c:
1031 If unspecified set LDAP_OPT_SUCCESS to LDAP_SUCCESS (Sergei
1032 Haramundanis - #1498923)
1034 2008-01-05 14:09 dermoth
1036 * [r1887] NEWS, plugins/check_ntp.c, plugins/check_ntp_time.c:
1037 Fix Bug #1862300: check_ntp_time segfault in 1.4.11 (Also apply
1040 2008-01-05 01:06 psychotrahe
1042 * [r1886] NEWS, THANKS.in, plugins/check_dns.c:
1043 check_dns now sorts addresses for -a support with multiple
1044 address replies (Matthias Urlichs #1724052)
1046 2008-01-04 22:10 psychotrahe
1048 * [r1885] plugins/check_procs.c:
1049 Cleaned check_procs usage output (Ferenc Wagner #1862218)
1051 2007-12-21 14:19 hweiss
1053 * [r1884] plugins-root/check_icmp.c:
1054 Fix INADDR_NONE value (for systems which don't define it).
1056 2007-12-21 14:17 hweiss
1058 * [r1883] plugins-root/check_icmp.c:
1059 Include <sys/sockio.h> (if available) to get SIOCGIFADDR defined
1062 2007-12-21 13:25 hweiss
1064 * [r1882] NEWS, THANKS.in, plugins-root/check_icmp.c:
1065 New "-s" option to specify the source IP address (thanks to
1066 Harald Jenny for providing the patch and to Patrick Cervicek for
1069 2007-12-21 04:23 dermoth
1071 * [r1881] plugins/check_ldap.c:
1072 Remove c formating from translated strings (makes translation
1075 2007-12-19 18:41 hweiss
1077 * [r1880] plugins/check_ldap.c:
1078 Fix the "--help" output.
1080 2007-12-19 10:08 tonvoon
1082 * [r1879] NEWS, plugins/check_tcp.c:
1083 check_tcp now returns UNKNOWN with an invalid hostname on command
1086 2007-12-17 11:47 tonvoon
1088 * [r1877] NEWS, THANKS.in, plugins/check_nt.c:
1089 Add check_nt -v INSTANCES (Alessandro Ren)
1091 2007-12-13 23:17 tonvoon
1093 * [r1876] plugins/check_nwstat.c:
1094 Fixed help output (Christian Mies)
1096 2007-12-13 23:12 tonvoon
1099 NEWS edited for consistent grammar
1101 2007-12-13 22:39 tonvoon
1103 * [r1873] BUGS, ChangeLog, NEWS, configure.in, package.def:
1104 Preparation for 1.4.11
1106 2007-12-13 22:22 tonvoon
1108 * [r1872] NEWS, THANKS.in, plugins-root/Makefile.am:
1109 Fixed VPATH problem in plugins-root (Tom Payerle - 1789000)
1111 2007-12-13 22:09 tonvoon
1113 * [r1871] NEWS, perlmods/Nagios-Plugin-0.21.tar.gz,
1114 perlmods/Nagios-Plugin-0.22.tar.gz:
1115 Update to latest Nagios::Plugin
1117 2007-12-12 08:52 dermoth
1119 * [r1867] ., gl, lib, lib/tests, plugins:
1120 Add build files/binaries to the svn:ignore propt
1122 2007-12-12 01:27 tonvoon
1124 * [r1866] Makefile.am, NEWS, lib/Makefile.am,
1125 lib/tests/Makefile.am, perlmods/Makefile.am,
1126 plugins-scripts/Makefile.am, plugins/Makefile.am,
1127 tools/tinderbox_build:
1128 Run tinderbox builds in a test debug mode using "make test-debug"
1130 2007-12-11 13:54 dermoth
1132 * [r1865] plugins/t/check_ntp.t:
1133 D'oh! single escape will be handled by Perl....
1135 2007-12-11 13:31 dermoth
1137 * [r1864] plugins/check_ntp_peer.c, plugins/t/check_ntp.t:
1138 - Fix check_ntp_peer returning misleading information when an
1139 ICMP message came back - Try to fix some servers apparently
1140 exanding the ~ in threshold ranges in t/check_ntp.t
1142 2007-12-11 12:05 tonvoon
1144 * [r1863] lib/tests/test_cmd.c:
1145 Fixed test so works on MacOSX (use /bin/sh instead of /bin/grep).
1146 Added extra test for missing command - should drop into
1149 2007-12-11 10:58 tonvoon
1151 * [r1862] lib/tests/Makefile.am:
1152 Add verbose flag so each test result is seen, rather than grouped
1155 2007-12-11 05:57 dermoth
1157 * [r1861] plugins-root/check_icmp.c, plugins/check_cluster.c,
1158 plugins/check_http.c, plugins/check_mrtgtraf.c,
1159 plugins/check_ntp.c, plugins/check_ntp_peer.c,
1160 plugins/check_ntp_time.c:
1161 Adding missing function calls needed for i18n (only for plugins
1162 already in POTFILES.in)
1164 2007-12-10 08:10 dermoth
1169 2007-12-10 07:52 dermoth
1171 * [r1859] plugins/check_cluster.c, plugins/check_mysql.c,
1172 plugins/check_radius.c, plugins/check_snmp.c,
1173 plugins/check_swap.c, plugins/negate.c, po/de.po, po/fr.po,
1174 po/nagios-plugins.pot:
1175 Plenty of french translations (and a few fixes BTW) - No more
1176 fuzzy french translations - Only (!) 355 strings to translate
1178 2007-12-10 04:00 dermoth
1180 * [r1858] plugins/check_ntp.c, plugins/check_ntp_peer.c,
1181 plugins/check_ntp_time.c:
1182 OOPS! Last commit should have included these files.
1184 2007-12-10 03:40 dermoth
1186 * [r1857] po/de.po, po/fr.po, po/nagios-plugins.pot:
1187 D'autres translations - Err, I mean more translations :)
1189 2007-12-10 02:30 dermoth
1194 2007-12-10 02:10 dermoth
1196 * [r1855] po/de.po, po/fr.po, po/nagios-plugins.pot:
1197 re-update the po files
1199 2007-12-10 02:07 dermoth
1201 * [r1854] plugins/check_ntp_peer.c, po/fr.po:
1204 2007-12-10 01:50 psychotrahe
1206 * [r1853] po/de.po, po/fr.po, po/nagios-plugins.pot:
1207 Localization updates for recent changes
1209 2007-12-10 01:13 psychotrahe
1211 * [r1852] plugins/check_http.c:
1212 Fix output when response time is critical. Thanks to Nobuhiro Ban
1215 2007-12-10 00:19 psychotrahe
1217 * [r1851] NEWS, plugins/check_load.c, plugins/t/check_load.t:
1218 Fixed check_load argument handling when passing non triplet
1219 thresholds. Thanks to Jonathan Kamens (bug #1831890)
1221 2007-12-09 23:36 dermoth
1223 * [r1850] po/POTFILES.in, po/de.po, po/fr.po,
1224 po/nagios-plugins.pot:
1225 Gettin' ready for some translation frenzy :)
1227 2007-12-09 17:15 dermoth
1229 * [r1849] po/de.po, po/fr.po, po/nagios-plugins.pot:
1230 update po files and fix a few French translations
1232 2007-12-08 16:34 dermoth
1234 * [r1848] NEWS, plugins/check_disk.c:
1235 Fix check_disk reporting OK if disk usage grows over 100% (bug
1238 2007-12-04 12:57 dermoth
1240 * [r1847] plugins/check_ntp_time.c:
1241 Interesting... For some reason it did not take this (patch barfed
1242 on it and I thought I had fixed it already)...
1244 2007-12-04 12:38 dermoth
1246 * [r1846] NEWS, plugins/Makefile.am, plugins/check_ntp_peer.c,
1247 plugins/check_ntp_time.c, plugins/t/check_ntp.t:
1248 Merge changes from branches/dermoth_ntp_rework
1249 (check_ntp_peer/check_ntp_time)
1251 NEWS | 13 plugins/Makefile.am | 8 plugins/check_ntp_peer.c | 628
1252 ++++++++++++++++-------------------------------
1253 plugins/check_ntp_time.c | 323 ++----------------------
1254 plugins/t/check_ntp.t | 92 +++++-
1256 2007-12-04 12:27 dermoth
1258 * [r1843] plugins/check_ntp_peer.c, plugins/check_ntp_time.c:
1259 Add the new checks as check_ntp copies to keep full plug-in
1262 2007-12-04 11:14 dermoth
1264 * [r1838] plugins/check_ntp.c:
1265 missing word in comment block.
1267 2007-11-23 04:21 dermoth
1269 * [r1830] NEWS, plugins/check_ntp.c:
1270 - Use max_state_alt in check_ntp to fix some issues with the
1271 latest commits. - Roll back the stratum check as there were
1272 issues with it and a better one is already implemented in
1273 check_ntp_peer (about to be included)
1275 2007-11-23 04:18 dermoth
1277 * [r1829] plugins/utils.c, plugins/utils.h:
1278 Add a max_state_alt function that put UNKNOWN and DEPENDENT ahead
1281 2007-11-11 16:29 dermoth
1283 * [r1827] NEWS, plugins/check_cluster.c, plugins/check_snmp.c:
1284 Fix broken usage2 in check_snmp and check_cluster Fix
1285 check_cluster blocking some special characters for thresholds
1288 2007-11-10 17:37 dermoth
1290 * [r1822] plugins/check_ntp.c:
1291 Fix newly added stratum check (has to be decreased by one when
1292 using normal NTP packets versus control packets)
1294 2007-11-09 23:24 dermoth
1296 * [r1819] lib/tests/test_base64.c:
1297 Adding svn:keywords props
1299 2007-11-09 22:01 dermoth
1301 * [r1818] configure.in, lib/tests/Makefile.am,
1302 lib/tests/test_base64.c, lib/tests/test_base64.t,
1304 Adding test for base64 lib
1306 2007-11-09 21:17 dermoth
1308 * [r1817] lib/Makefile.am, lib/base64.c, lib/base64.h,
1309 plugins/check_http.c, plugins/check_smtp.c:
1310 Moved base64 function to /lib.
1312 2007-11-09 18:24 dermoth
1314 * [r1816] lib/utils_tcp.h:
1315 Nothing to see here...
1317 2007-11-09 17:21 dermoth
1319 * [r1815] THANKS.in:
1320 Credits of check_snmp fix for bug #1815362 (CVE-2007-5623)
1322 2007-11-09 16:05 dermoth
1324 * [r1814] plugins/check_snmp.c:
1325 Fix check_snmp buffer overflow (CVE-2007-5623)
1327 This patch comes from the Gentoo Portage tree but I couldn't find
1328 the author. I sent an email and will give credits when I get an
1331 2007-11-09 13:08 dermoth
1333 * [r1813] plugins/check_ssh.c:
1334 Close the socket on all exits (not just the OK one)
1336 2007-11-09 13:06 dermoth
1338 * [r1812] plugins/check_snmp.c:
1339 Fix missing \n in --help output
1341 2007-10-25 21:06 dermoth
1343 * [r1811] NEWS, plugins/check_ntp.c:
1344 check_ntp now return UNKNOWN instead of WARNING if jitter is
1345 unavailable. If no offset threshold is specified and the offset
1346 is unavailable, will return UNKNOWN as well.
1348 2007-10-25 20:43 tonvoon
1350 * [r1810] plugins-root/check_dhcp.c, plugins/check_ping.c,
1351 plugins/check_ups.c, tools/sync_website:
1352 Automatically update website with --help output. Cosmetic fixes
1353 for some help output
1355 2007-10-24 15:08 hweiss
1357 * [r1809] THANKS.in, plugins/check_snmp.c:
1358 Hide the SNMP community string (and v3 passwords) from error
1359 messages (Bernhard Fischer on nagiosplug-devel@)
1361 2007-10-15 06:52 tonvoon
1363 * [r1808] doc/RELEASING:
1364 Add reparagraph option to make ChangeLog output bit prettier
1366 2007-10-14 22:19 hweiss
1368 * [r1807] plugins/check_http.c:
1369 Fix a possible segfault if using "-f follow" and the server sends
1370 a forged "LLLLocation" header prefixed with multiple "L"s
1371 (fabiodds - 1813346)
1373 2007-10-11 04:21 dermoth
1375 * [r1806] NEWS, plugins/check_ntp.c:
1376 Add stratum thresholds support for check_ntp (feature request
1379 2007-10-11 02:56 dermoth
1381 * [r1805] plugins/check_ntp.c:
1382 Use provided threshold functions (no functionnal change apart the
1383 check for overlaping thresholds)
1385 2007-10-02 13:51 hweiss
1387 * [r1804] NEWS, plugins/check_http.c:
1388 Fix regression in 1.4.10 where following redirects to relative
1389 URLs on virtual hosts failed if both "-H" and "-I" were specified
1390 (noted by Rodrigo A. G. Schichaschwili on nagiosplug-devel@)
1392 2007-09-29 10:03 tonvoon
1394 * [r1803] doc/RELEASING:
1395 Updated notes on releasing, mainly for svn
1397 2007-09-29 00:44 tonvoon
1399 * [r1801] BUGS, ChangeLog, NEWS, configure.in, package.def:
1402 2007-09-26 10:57 hweiss
1404 * [r1800] NEWS, plugins/check_radius.c:
1405 Drop the weird and undocumented behaviour of using positional
1406 argument parsing instead of getopt(3) if 8 command line arguments
1407 were given (as suggested by Matthias) and check whether all
1408 required arguments have been specified in order to spit out
1409 proper error messages and to avoid a possible segfault (as
1410 suggested by Thomas).
1412 2007-09-26 04:16 dermoth
1414 * [r1799] NEWS, THANKS.in, plugins/check_ntp.c:
1415 Patch #1798774: check_ntp: honor ntp flags
1417 2007-09-24 19:34 tonvoon
1419 * [r1798] perlmods, perlmods/Nagios-Plugin-0.20.tar.gz,
1420 perlmods/Nagios-Plugin-0.21.tar.gz:
1421 Update N::P with new version, redirecting help, version and usage
1424 2007-09-24 18:51 tonvoon
1426 * [r1796] doc/developer-guidelines.sgml:
1427 State that stderr should not have any output
1429 2007-09-24 00:30 hweiss
1431 * [r1794] NEWS, configure.in, plugins/netutils.c:
1432 Let ./configure --without-ipv6 suppress non-IPv4 DNS lookups
1433 (noted by Mark Frost on nagios-users@)
1435 2007-09-23 12:29 psychotrahe
1437 * [r1793] plugins/check_disk.c, plugins/negate.c:
1438 Removed some c99 style comments
1440 2007-09-23 12:26 psychotrahe
1442 * [r1792] NEWS, plugins/check_by_ssh.c:
1443 Added multiline output capability to check_by_ssh. Thanks to
1444 Matthias Flacke (#1769653)
1446 2007-09-23 11:18 psychotrahe
1449 removed solved issues
1451 2007-09-23 11:03 psychotrahe
1453 * [r1790] REQUIREMENTS:
1454 Added radiusclient-ng support to requirement notes
1456 2007-09-23 10:58 psychotrahe
1458 * [r1789] NEWS, plugins/check_disk.c:
1459 Fixed bug: stat was called on remote fs even if -l was given
1460 Added -L option to call stat on remote fs but without threshold
1463 2007-09-23 09:48 psychotrahe
1465 * [r1788] NEWS, THANKS.in, configure.in, plugins/check_radius.c:
1466 Added radiusclient-ng support for check_radius. Thanks to
1467 Sebastien Guay (#1218438)
1469 2007-09-22 17:48 psychotrahe
1471 * [r1787] lib/utils_disk.c, lib/utils_tcp.c, plugins/check_disk.c:
1472 substituted bool/true/false with int/TRUE/FALSE (discussed on
1475 2007-09-22 17:40 psychotrahe
1477 * [r1786] NEWS, lib/tests/test_disk.c, lib/utils_disk.c,
1478 lib/utils_disk.h, plugins/check_disk.c, plugins/t/check_disk.t:
1479 Added -i/-I to ignore pathes/partitions based on regular
1480 expressions Added check_disk -A selecting all filesystems -E
1481 option must now be passed before -p or -r/-R Passing -E after -p
1482 or -r results in UNKNOWN state Fixed bug when mixing case
1483 sensitive and insensitive regexes
1485 2007-09-22 03:00 dermoth
1487 * [r1785] NEWS, plugins/negate.c, plugins/t/negate.t:
1488 Rewrite the "map changes to return codes" patch nearly from
1491 2007-09-21 23:01 tonvoon
1493 * [r1784] NEWS, configure.in, lib/Makefile.am,
1494 lib/tests/Makefile.am, lib/tests/test_cmd.c,
1495 lib/tests/test_cmd.t, lib/utils_cmd.c, lib/utils_cmd.h,
1496 plugins/Makefile.am, plugins/negate.c, plugins/t/negate.pl,
1498 Stop double expansion of parameters for negate - works like time
1501 2007-09-21 05:05 dermoth
1503 * [r1783] plugins/check_disk.c:
1504 My solaris box needs %llu to display 64bits integers.
1506 2007-09-21 04:59 dermoth
1508 * [r1782] plugins/check_disk.c:
1509 - Added some variables at verbose==3 - Removed support for
1510 verbose<0 (-q). -q was broken and tried to to the same as -e. -
1511 -q in now an undocumented alias of -e (for
1512 backward-compatibility). NB: Long help text for -d was already
1513 missing. - Reordered the switches so that: Â a. less-important
1514 ones are in alphabetical order b. short and long help orders
1515 match. - Enclosed "-p | -x" inside braces instead of brackets as
1516 one or the other is required.
1518 2007-09-17 08:19 tonvoon
1520 * [r1781] Makefile.am:
1521 Include directories and files required for perl modules
1523 2007-09-15 14:25 hweiss
1525 * [r1780] NEWS, plugins/check_smtp.c:
1526 Properly handle SMTP server responses which are split into
1527 multiple packets (noted by Chris Adams on nagiosplug-help@).
1528 TODO: The new recvline()/recvlines() functions should buffer
1529 received data instead of reading one byte at a time and they
1530 should be moved to netutils.c so that other plugins can use them,
1533 2007-09-15 11:55 hweiss
1535 * [r1779] NEWS, plugins-root/check_icmp.c:
1536 Correct all instances of misaligned memory access. This fixes bus
1537 erros on platforms which require alignment (such as SPARC and
1540 2007-09-15 11:34 hweiss
1542 * [r1778] tools/devmode:
1543 Remove "-Wtraditional" from our development GCC flags. We use
1546 2007-09-13 11:36 tonvoon
1548 * [r1777] Makefile.am, configure.in, perlmods,
1549 perlmods/Class-Accessor-0.31.tar.gz,
1550 perlmods/Config-Tiny-2.10.tar.gz, perlmods/Makefile.am,
1551 perlmods/Math-Calc-Units-1.06.tar.gz,
1552 perlmods/Nagios-Plugin-0.20.tar.gz,
1553 perlmods/Params-Validate-0.88.tar.gz,
1554 perlmods/Test-Simple-0.70.tar.gz, perlmods/install_order,
1555 tools/build_perl_modules:
1556 Adding in optional Nagios::Plugin perl module (and dependencies)
1557 compilation and installation
1559 2007-08-28 03:19 dermoth
1561 * [r1771] contrib/check_apc_ups.pl, contrib/check_appletalk.pl,
1562 contrib/check_linux_raid.pl, contrib/check_snmp_procs.pl:
1563 These plugins assumed the "use lib util.pm;" would be substituted
1564 like standard Perl plugins (in plugins-scripts) which isn't the
1565 case in contrib. I changed the "use lib" line to use the default
1566 path. People using custom paths will have to change it manually.
1568 2007-08-09 12:32 hweiss
1570 * [r1770] plugins/check_disk.c:
1571 Don't use C++ style comments (noted by Johannes Kingma on
1574 2007-07-31 14:47 hweiss
1576 * [r1769] plugins/check_smtp.c:
1577 Read the response to an SMTP QUIT command before closing the
1578 socket (noted by Dieter Hendricks on nagiosplug-help@)
1580 2007-07-29 12:42 hweiss
1582 * [r1768] lib/utils_base.c:
1583 Don't use C++ style comments.
1585 2007-07-27 15:49 hweiss
1587 * [r1767] tools/tinderbox_build:
1588 If the TMPDIR environment variable is set, use that instead of
1589 "/tmp" as the installation directory.
1591 2007-07-26 17:32 hweiss
1593 * [r1766] NEWS, plugins-root/check_dhcp.c:
1594 The "--serverip" and "--requestedip" options now accept host
1595 names, too. This doesn't quite fit the option names and so far I
1596 haven't changed the "--help" output which currently only talks
1597 about IP addresses. However, I don't see why resolving host names
1598 should not be supported.
1600 Also note that for the moment, I added a quick'n'dirty
1601 resolve_host() function which should really go into netutils.c. I
1602 just wanted to think about its interface a bit more before
1603 providing such a function globally.
1605 2007-07-26 12:38 hweiss
1607 * [r1765] NEWS, plugins-root/check_dhcp.c:
1608 New "-m, --mac" option which allows for specifying the MAC
1609 address to use in the DHCP request.
1611 2007-07-26 00:46 hweiss
1613 * [r1764] plugins-root/check_dhcp.c:
1614 Make sure strncpy(3)d buffers are nul-terminated.
1616 2007-07-26 00:07 hweiss
1618 * [r1763] plugins-root/check_dhcp.c:
1619 A few minor fixes/improvements which were included with (but
1620 unrelated to) the "--unicast" patch (Andreas Ericsson and Heiti
1623 2007-07-26 00:02 hweiss
1625 * [r1762] NEWS, THANKS.in, configure.in, plugins-root/check_dhcp.c:
1626 New "-u, --unicast" option which gives check_dhcp the ability to
1627 mimic a DHCP relay server in order to check remote subnets (Heiti
1628 Ernits and Andreas Ericsson - 1218235)
1630 2007-07-24 00:35 tonvoon
1632 * [r1761] .cvsignore, build-aux/.cvsignore, doc/.cvsignore,
1633 gl/.cvsignore, intl/.cvsignore, lib/.cvsignore,
1634 lib/tests/.cvsignore, m4/.cvsignore, pkg/solaris/.cvsignore,
1635 plugins-root/.cvsignore, plugins-scripts/.cvsignore,
1636 plugins/.cvsignore, plugins/t/.cvsignore, po/.cvsignore:
1637 Removing all .cvsignore files
1639 2007-07-24 00:35 tonvoon
1641 * [r1760] tools/sfsnapshot, tools/sfwebcron:
1642 Updated to use svn instead of cvs
1644 2007-07-21 16:29 hweiss
1646 * [r1759] NEWS, plugins/check_http.c:
1647 Add "Connection: close" to the HTTP request header, which tells
1648 HTTP/1.1 servers to close the connection after completion of the
1649 response. This should be compatible with HTTP/1.0, as HTTP/1.0
1650 allows for custom header fields which should be ignored if not
1651 recognized by the server. With some server configurations, the
1652 server would keep the connection alive without this header line
1653 (despite the plugin requesting HTTP/1.0), resulting in the plugin
1654 running into either the server's or it's own timeout (reported by
1655 Roman Schliessmeyer and Jesse Morgan via IRC).
1657 2007-07-15 15:21 psychotrahe
1659 * [r1758] THANKS.in, plugins/check_procs.c:
1660 Make ps column count in zombie detection less restrictive. Thanks
1661 to Andrew Elwell (#1280470)
1663 2007-07-14 19:36 psychotrahe
1665 * [r1757] THANKS.in, plugins/check_smtp.c:
1666 Fixed segfault in argument processing. Thanks to Christoph Schell
1669 2007-07-14 18:30 psychotrahe
1671 * [r1756] THANKS.in, plugins/check_ntp.c:
1672 check_ntp: Fixed typo in typo in argument sanity check. Thanks to
1673 Aurelien Bompard (#1753506)
1675 2007-07-10 20:45 psychotrahe
1677 * [r1755] NEWS, plugins/check_disk.c:
1678 Added examples for new features to check_disk
1680 2007-07-10 20:18 psychotrahe
1682 * [r1754] NEWS, plugins/check_disk.c, plugins/t/check_disk.t:
1683 Check_disk now calls stat() for all filesystems to check.
1684 Check_disk prints an strerror() message if the call of stat()
1687 2007-07-07 22:20 psychotrahe
1689 * [r1753] plugins/check_ldap.c:
1690 Added -v/--verbose argument to call ldap_perror() for detailed
1691 messages on failure.
1693 2007-07-07 12:02 psychotrahe
1695 * [r1752] plugins/utils.c:
1696 Changed output order of print_revision print_revision now uses
1699 2007-07-07 11:55 psychotrahe
1701 * [r1751] plugins-scripts/utils.pm.in:
1702 Changed print_revision output order in utils.pm
1704 2007-07-07 11:54 psychotrahe
1706 * [r1750] plugins-scripts/check_file_age.pl:
1707 substituted $ID$ through $Revision$ in print_revision call
1709 2007-07-07 11:40 psychotrahe
1711 * [r1749] plugins-scripts/check_log.sh,
1712 plugins-scripts/check_oracle.sh, plugins-scripts/utils.sh.in:
1713 Changed order in -V/--version output Fixed -V output for
1714 check_log and check_oracle
1716 2007-07-06 23:03 psychotrahe
1718 * [r1748] doc/developer-guidelines.sgml:
1719 Added hint to avoid using the boolean type in C as discussed on
1722 2007-06-20 11:09 psychotrahe
1724 * [r1747] plugins/check_ldap.c:
1725 Fixed default behaviour of check_ldaps
1727 2007-06-20 11:00 psychotrahe
1729 * [r1746] NEWS, plugins/check_ldap.c:
1730 Clarified check_ldaps behaviour. New arguments to explicitly
1731 select secure connect behaviour (--starttls/--ssl).
1733 2007-06-20 09:01 psychotrahe
1735 * [r1745] plugins/check_cluster.c:
1736 added -V/--version to check_cluster
1738 2007-06-18 20:20 psychotrahe
1740 * [r1744] REQUIREMENTS, configure.in, plugins, plugins/.cvsignore:
1741 Make Linux specific plugin check_ide_smart build if appropriate
1744 2007-06-17 19:34 hweiss
1746 * [r1743] plugins/check_http.c:
1749 2007-06-17 19:22 hweiss
1751 * [r1742] NEWS, plugins/check_http.c:
1752 Fix buffer overflow vulnerabilities when parsing HTTP redirect
1753 'Location:' strings using sscanf(3) (Nobuhiro Ban - 1687867)
1755 2007-06-15 18:37 hweiss
1757 * [r1741] plugins/check_http.c:
1758 When following redirects, the plugin supported 'Location:' header
1759 fields which spanned multiple lines. However, it was not checked
1760 whether extra lines are preceeded with white space, which could
1761 lead to the following header field name being interpreted as the
1762 value of the 'Location:' field if the latter was empty for some
1765 2007-06-15 18:31 hweiss
1767 * [r1740] plugins/check_http.c:
1768 `host_name' is a NULL pointer if the "-I" flag is used instead of
1769 "-H", so use `server_address' instead. Fixes a possible segfault
1770 when following redirects to relative URLs (reported by Ingo
1773 2007-06-13 09:43 psychotrahe
1775 * [r1739] plugins/check_ide_smart.c:
1776 Fixed some syntax errors to make check_ide_smart build
1778 2007-06-12 23:18 hweiss
1780 * [r1738] plugins/check_by_ssh.c:
1781 Add "-v" to help/usage output.
1783 2007-06-12 07:13 psychotrahe
1785 * [r1737] plugins/popen.c:
1788 2007-06-11 20:54 psychotrahe
1790 * [r1736] THANKS.in, plugins/popen.c:
1791 Fixed problem with popen.c not parsing --longopt='foo bar'
1792 correctly (Daniel Bimschas #1291987)
1794 2007-06-04 09:07 tonvoon
1796 * [r1735] THANKS.in:
1797 Removed duplicate names
1799 2007-06-04 08:58 tonvoon
1801 * [r1733] BUGS, ChangeLog, NEWS, configure.in, package.def:
1804 2007-06-03 15:58 psychotrahe
1806 * [r1732] lib/tests/test_tcp.c:
1807 Minor corrections to test_tcp.c
1809 2007-06-03 15:14 psychotrahe
1811 * [r1731] lib/tests/Makefile.am:
1812 Makefile.am changes for test_tcp.c
1814 2007-06-03 15:00 psychotrahe
1816 * [r1730] configure.in, lib/tests, lib/tests/.cvsignore,
1817 lib/tests/test_tcp.c, lib/tests/test_tcp.t:
1818 Added test cases for utils_tcp
1820 2007-06-03 14:40 psychotrahe
1822 * [r1729] NEWS, lib/Makefile.am, lib/utils_tcp.c, lib/utils_tcp.h,
1823 plugins/check_tcp.c:
1824 Moved check_tcp's expect string testing into utils_tcp for
1825 testing purposes. Added -A/--all flag to test for every expect
1828 2007-06-01 23:11 hweiss
1830 * [r1728] BUGS, NEWS:
1831 Fix possible check_http segfaults when following HTTP redirects.
1833 2007-06-01 23:08 hweiss
1835 * [r1727] plugins/check_http.c:
1836 Fix an off-by-one error where a realloc(3) call doesn't allocate
1837 space for nul-termination (Aravind Gottipati - 1729692)
1839 2007-06-01 22:57 hweiss
1841 * [r1726] plugins/sslutils.c:
1842 Call the SSL library initialization functions only once (not for
1843 every SSL connection).
1845 2007-06-01 17:06 hweiss
1847 * [r1725] plugins/sslutils.c:
1848 Save an entire CPU cycle if c points to NULL already.
1850 2007-06-01 16:42 hweiss
1852 * [r1724] plugins/sslutils.c:
1853 Set the pointers to the SSL and SSL_CTX objects back to NULL
1854 after freeing them in np_net_ssl_cleanup(). This fixes a
1855 check_http segfault if an SSL site redirects to a non-SSL one
1856 (reported by Aravind Gottipati via IRC).
1858 2007-05-29 20:01 psychotrahe
1860 * [r1723] plugins/check_tcp.c:
1861 Fix segfault when -e is specified multiple times. Thanks to John
1862 Rouillard and Ralph Roessner (#1475899)
1864 2007-05-29 19:11 psychotrahe
1866 * [r1722] plugins/check_tcp.c:
1867 No more warn/crit values in performance data if -w and -c are not
1868 specified. Thanks to Simon Bellwood (#1181554)
1870 2007-05-29 05:22 dermoth
1872 * [r1721] NEWS, plugins/check_snmp.c:
1873 check_snmp don't warn anymore if something is printed on stderr
1875 2007-05-29 04:25 dermoth
1877 * [r1720] plugins/check_snmp.c:
1878 change a bunch of whitespaces (no code was harmed)
1880 2007-05-27 14:49 psychotrahe
1882 * [r1719] THANKS.in, plugins-scripts/check_oracle.sh:
1883 check_oracle does not need a valid ORACLE_HOME if called with
1884 --db. Thanks to Jason Martin (#1505551)
1886 2007-05-27 13:46 seanius
1888 * [r1718] lib/utils_base.c, lib/utils_base.h,
1889 plugins-root/check_dhcp.c, plugins-root/check_icmp.c:
1890 added functions to utils_base: np_check_if_root() - returns
1891 nonzero if geteuid()==0 np_warn_if_not_root() - uses the above to
1892 print an informative warning added uses of these functions to
1893 check_dhcp and check_icmp.
1895 2007-05-24 08:53 tonvoon
1897 * [r1717] plugins/t/negate.pl:
1898 Test for new functionality in negate (not automatically run in
1901 2007-05-24 08:35 tonvoon
1903 * [r1716] plugins/check_dummy.c, plugins/t/check_dummy.t:
1904 Tests for check_dummy
1906 2007-05-23 08:22 dermoth
1908 * [r1715] NEWS, plugins/check_http.c, po/de.po, po/fr.po,
1909 po/nagios-plugins.pot:
1910 Update many strings in check_http to get more consistent output
1911 Update translation files; fix all check_http changes in French
1912 and most changes in German.
1914 2007-05-18 07:17 dermoth
1916 * [r1714] plugins/t/check_tcp.t:
1917 Make check_tcp.t compatible with picky web servers.
1919 2007-05-13 20:02 hweiss
1921 * [r1713] plugins/check_http.c:
1922 Add missing options to the usage output.
1924 2007-05-13 12:28 psychotrahe
1926 * [r1712] THANKS.in, plugins-root/check_dhcp.c:
1927 check_dhcp now adds mandatory end option (Thanks to Enrico Scholz
1930 2007-05-12 07:45 psychotrahe
1932 * [r1711] plugins/check_cluster.c:
1933 Fixed glibc error caused in utils_base.c due to uninitialized
1934 thresholds struct (spotted on ubundu 6.06 LTS).
1936 2007-05-12 00:49 tonvoon
1938 * [r1710] ABOUT-NLS, build-aux/mkinstalldirs, configure.in:
1939 Updating gettext files from coreutils-6.9. mkinstalldirs needs to
1940 be in build-aux for some systems without gettext natively. Also
1941 have at top level, though gettext documentation says file not
1944 2007-05-09 09:16 psychotrahe
1946 * [r1709] plugins/check_ups.c:
1947 small typo in --help
1949 2007-05-09 09:09 psychotrahe
1951 * [r1708] THANKS.in, plugins/check_ups.c:
1952 Fixed --help output (Ask Bjoern Hansen - #1714823)
1954 2007-05-09 08:16 psychotrahe
1956 * [r1707] plugins/t/check_disk.t:
1957 added testcase to verify that old positional arguments only
1960 2007-05-03 20:43 psychotrahe
1962 * [r1706] ChangeLog, THANKS.in, plugins/check_disk.c:
1963 fixed backward incompatibility introduced in 1.4.8 where all
1964 partitions are selected, if path is specified as last argument
1965 (without using -p). Thanks to Emil Michles (Emilis) on #nagios
1967 2007-05-02 10:11 dermoth
1969 * [r1705] tools/distclean:
1970 Making Solaris happy
1972 2007-05-02 05:30 dermoth
1977 2007-05-02 05:22 dermoth
1979 * [r1703] NEWS, THANKS.in, plugins/check_time.c:
1980 Fix check_time returning wrong OK when time is before the epoch
1983 2007-04-28 21:57 psychotrahe
1985 * [r1702] plugins/t/check_cluster.t:
1986 added test cases for check_cluster
1988 2007-04-25 22:21 tonvoon
1990 * [r1701] tools/tinderbox_build:
1991 Test installs into temporary directories
1993 2007-04-25 22:10 tonvoon
1995 * [r1700] NEWS, configure.in, plugins/check_load.c,
1996 plugins/common.h, plugins/t/check_load.t:
1997 check_load can optionally divide by number of cpus
1999 2007-04-23 07:30 hweiss
2001 * [r1699] plugins/check_ping.c:
2002 #ifdef can only test a single macro, not an expression.
2004 2007-04-20 17:55 hweiss
2006 * [r1698] plugins-root/check_dhcp.c:
2007 Remove unused variables.
2009 2007-04-20 17:46 hweiss
2011 * [r1697] plugins/check_cluster.c:
2012 Include "utils_base.h".
2014 2007-04-20 17:45 hweiss
2016 * [r1696] lib/utils_base.h:
2017 Declare print_thresholds().
2019 2007-04-20 17:39 hweiss
2021 * [r1695] plugins/check_cluster.c:
2022 Predeclare functions and remove unused variables.
2024 2007-04-20 17:25 hweiss
2026 * [r1694] THANKS.in, plugins-root/check_dhcp.c:
2027 Use the 'server identifier' option instead of the 'siaddr' field
2028 as the DHCP server address; see RFC 2131, 2. (Denis Knauf -
2031 2007-04-19 03:46 dermoth
2033 * [r1693] NEWS, configure.in:
2034 Fix compilation of check_ldap, check_radius and check_pgsql
2037 2007-04-18 19:31 hweiss
2039 * [r1692] NEWS, plugins/check_by_ssh.c:
2040 Revert my previous change to "-S/--skip" in favour of the two
2041 options "-E/--skip-stderr" and "-S/--skip-stdout". Both of them
2042 support omitting the number of lines to skip, in which case all
2043 output on the respective file descriptor is skipped. "--skip" is
2044 kept as an alias for "--skip-stdout" for backwards compatibility
2045 with recent releases.
2047 Also, print a message if no (non-skipped) stdout/stderr output is
2048 available. This fixes a segfault if the remote command prints no
2051 2007-04-15 15:17 dermoth
2053 * [r1691] plugins/check_cluster.c:
2054 Localization and help fixes (Thanks Benoit M.)
2056 2007-04-15 09:03 dermoth
2058 * [r1690] plugins/check_cluster.c:
2061 2007-04-15 08:56 dermoth
2063 * [r1689] contrib/check_cluster2.README:
2064 More details about the changes
2066 2007-04-15 08:50 dermoth
2068 * [r1688] NEWS, plugins/Makefile.am, plugins/check_cluster.c:
2069 Add thresholds support for check_cluster + lots of
2070 standardization. Add forgotten items to NEWS.
2072 2007-04-15 06:44 dermoth
2074 * [r1687] BUGS, plugins/check_snmp.c:
2075 Fix bug #1344584: Counter64 values not handled correctly
2077 2007-04-14 15:07 dermoth
2082 2007-04-14 03:09 hweiss
2084 * [r1685] BUGS, plugins/check_by_ssh.c:
2085 Up to revision 1.35, the "-S" option skipped the specified number
2086 of lines written to stderr. With revision 1.36 and newer, "-S"
2087 skipped the specified number of lines written to stdout. Now,
2088 "-S" skips the specified number of lines written to stderr; and
2089 if the number specified via "-S" minus the number of lines
2090 written to stderr is larger than 0, the difference is used as the
2091 number of lines written to stdout to skip. Also, the "--help"
2092 output was fixed. (Hector - 1675286)
2094 2007-04-13 11:38 dermoth
2096 * [r1684] plugins, plugins/.cvsignore:
2097 ... Some CVS magic too
2099 2007-04-13 11:35 dermoth
2101 * [r1683] contrib/check_cluster2.README, plugins/Makefile.am,
2102 plugins/check_cluster.c:
2103 automake magic for check_cluster
2105 2007-04-11 14:43 tonvoon
2107 * [r1682] doc/RELEASING:
2108 Add news item to nagiosplugins.org
2110 2007-04-11 12:08 tonvoon
2112 * [r1680] AUTHORS, BUGS, ChangeLog, NEWS, configure.in,
2116 2007-04-10 07:17 dermoth
2118 * [r1679] po/POTFILES.in, po/de.po, po/fr.po,
2119 po/nagios-plugins.pot:
2120 Add some check_ntp translations
2122 2007-04-10 07:17 dermoth
2124 * [r1678] plugins/check_ntp.c:
2125 - Fix possibility of printing scientific numbers in perfdata -
2126 Use fperfdata function for perfdata formatting - Make the
2127 printing part a bit more flexible (similar to check_disk)
2129 2007-04-10 05:58 dermoth
2131 * [r1677] po/de.po, po/fr.po, po/nagios-plugins.pot:
2132 Hopefully this is correct. Need to make more changes so I'm
2135 2007-04-04 20:08 dermoth
2137 * [r1676] plugins/check_ntp.c:
2138 Fix for getting dispersion instead of jitter on older servers
2139 (like xntpd on Solaris).
2141 2007-04-03 17:19 hweiss
2143 * [r1675] plugins/check_ntp.c:
2144 Fix the synchronization source selection on big-endian systems.
2146 2007-04-03 01:31 dermoth
2148 * [r1674] plugins/check_ntp.c:
2149 Temporary fix for jitter calculation
2151 2007-04-02 12:39 hweiss
2153 * [r1673] plugins/check_ntp.c:
2154 Don't rely on the assumption that the size of a READSTAT response
2155 is a multiple of sizeof(ntp_assoc_status_pair).
2157 2007-04-02 09:28 tonvoon
2159 * [r1672] lib/tests/Makefile.am:
2160 Add libgnu.a as regex functions required
2162 2007-04-02 07:32 dermoth
2164 * [r1671] plugins/check_ntp.c:
2165 Fix byte order in verbose logging
2167 2007-04-02 06:00 dermoth
2169 * [r1670] plugins/check_ntp.c:
2170 Seems like we don't get any jitter sometimes. While this needs to
2171 be fixed we should at least handle it gracefully.
2173 2007-04-01 14:21 psychotrahe
2175 * [r1669] plugins/t/check_http.t:
2176 check_http.t: - added internet_access variable to skip tests
2177 where internet access is required. - added host_tcp_http2
2178 variable for a webserver serving the string 'nagios' in index -
2179 no tests are skipped if the new vars are not defined (existing
2182 2007-04-01 11:17 psychotrahe
2184 * [r1668] lib/utils_disk.c:
2185 utils_disk: fixed handling if check_disk -p is a device
2186 (np_set_best_match())
2188 2007-03-31 18:49 hweiss
2191 Various check_ntp fixes
2193 2007-03-31 18:48 hweiss
2195 * [r1666] plugins/check_ntp.c:
2196 Fix an out-of-bounds memcpy(3) and add a realloc(3) error check
2197 in jitter_request().
2199 2007-03-31 17:35 hweiss
2201 * [r1665] plugins/check_ntp.c:
2202 Add a warning to the verbose output if jitter_request() found no
2203 synchronization source.
2205 2007-03-31 17:29 hweiss
2207 * [r1664] plugins/check_ntp.c:
2208 Avoid division by zero.
2210 2007-03-31 17:25 hweiss
2212 * [r1663] plugins/check_ntp.c:
2213 Remove the '-O' option, as it's ignored.
2215 2007-03-30 15:45 tonvoon
2217 * [r1662] m4/np_mysqlclient.m4:
2218 Use AS_HELP_STRING instead of ACX_HELP_STRING
2220 2007-03-30 14:08 tonvoon
2222 * [r1661] NEWS, configure.in, m4/np_mysqlclient.m4:
2223 Fix AC_CHECK_LIB for mysql_init - add dependent libraries. mysql
2224 detection separated into external m4 file
2226 2007-03-30 09:00 psychotrahe
2228 * [r1660] lib/tests/test_disk.c, plugins/t/check_disk.t:
2229 Test Cases for check_disk's -r, -R, -C and -g
2231 2007-03-30 08:56 psychotrahe
2233 * [r1659] plugins/check_disk.c:
2234 check_disk: minor fix for -C if bestmatch != -p
2236 2007-03-30 08:53 psychotrahe
2238 * [r1658] lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c:
2239 check_disk: added regex functionality -r and -R. see np-devel
2242 2007-03-30 08:52 psychotrahe
2244 * [r1657] lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c:
2245 check_disk: added grouping functionality. see np-devel mail
2248 2007-03-30 08:48 psychotrahe
2250 * [r1656] lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c:
2251 check_disk -C is more flexible now. See np-devel post
2254 2007-03-29 17:58 hweiss
2256 * [r1655] THANKS.in, plugins/check_mysql.c:
2257 Fix argument processing (Felix Frank - 1690697)
2259 2007-03-29 17:34 hweiss
2261 * [r1654] plugins-root/Makefile.am:
2262 Set the "read" and "execute" bits only for "user" and "group" in
2263 order to not overwrite "--without-world-permissions" for the root
2266 2007-03-29 10:32 tonvoon
2268 * [r1652] BUGS, ChangeLog, NEWS, configure.in, package.def:
2271 2007-03-29 10:25 tonvoon
2273 * [r1651] plugins/check_ntp.c:
2274 Adding help text for jitter flags
2276 2007-03-27 06:53 dermoth
2278 * [r1650] THANKS.in, plugins-root/check_icmp.c:
2279 Fix bug #1494629 - check_icmp fails after some time on FreeBSD
2281 2007-03-25 13:55 tonvoon
2283 * [r1649] NEWS, configure.in:
2284 Reinstate --with-nagios-user/group and new
2285 --without-group-permissions ./configure options
2287 2007-03-22 17:54 hweiss
2289 * [r1646] THANKS.in, plugins/common.h:
2290 Increase MAX_INPUT_BUFFER from 1k to 8k in order to increase I/O
2291 performance (Stefan Meier)
2293 2007-03-16 12:11 gonzai
2295 * [r1642] plugins-scripts/check_ifoperstatus.pl:
2296 Fix bogus 'eq ( || )' constructions in check_ifoperstatus.pl.
2298 2007-03-12 10:51 tonvoon
2300 * [r1639] NEWS, plugins/check_ping.c, plugins/t/check_ping.t:
2301 check_ping's timeout interval is only +1 if ping command has a
2302 timeout value. Tests updated to check for 100% packet loss
2303 (always if ping has timeout), otherwise will check for "timed
2306 2007-03-11 06:51 dermoth
2308 * [r1638] plugins-root/t/check_icmp.t:
2309 Add tests for new check_icmp switch -m
2311 2007-03-11 02:27 tonvoon
2313 * [r1637] plugins-root/t, plugins-root/t/check_icmp.t,
2314 plugins/t/check_ping.t:
2315 Converted check_ping.t to new-style testcases. Added test case
2316 for check_icmp - requires sudo access
2318 2007-03-11 01:57 tonvoon
2320 * [r1636] plugins/check_ping.c:
2321 Fixed some help display. Removed -L from usage as deprecated
2324 2007-03-08 09:09 dermoth
2326 * [r1635] NEWS, THANKS.in, plugins-root/check_icmp.c:
2327 New switch to check_icmp to set the minimum required hosts for
2330 2007-03-08 06:12 dermoth
2332 * [r1634] config_test/child_test.c:
2333 Ficing C++ style comments
2335 2007-03-08 06:09 dermoth
2337 * [r1633] plugins-root/check_icmp.c:
2338 Fixed C++ style comments, but I don't get why those lines were
2339 originally commented out.
2341 2007-03-06 22:45 tonvoon
2343 * [r1632] plugins/check_http.c:
2344 Fix option handling (Nobuhiro Ban - 1657280)
2346 2007-03-06 22:29 tonvoon
2348 * [r1631] plugins/check_smtp.c:
2349 Fixed compile errors in check_smtp.c
2351 2007-03-06 22:17 tonvoon
2353 * [r1630] NEWS, THANKS.in, plugins/check_smtp.c:
2354 Fixed broken HELO cmd (Enrico Scholz - 1675279)
2356 2007-03-06 17:29 tonvoon
2358 * [r1629] NEWS, configure.in, plugins/check_procs.c:
2359 Use /usr/ucb/ps on Solaris in preference to pst3 (problems in
2362 2007-03-06 17:26 tonvoon
2364 * [r1628] plugins/t/check_disk.t:
2365 Test failure if a filesystem which is a subset of another fails
2366 the inode check (Matthias Elbe - 1660953)
2368 2007-03-06 14:18 tonvoon
2370 * [r1627] NEWS, configure.in:
2371 Detect if check_mysql compile will work at ./configure time, due
2372 to some Redhat systems distributing mysql_config, but not the
2375 2007-03-06 11:03 tonvoon
2377 * [r1626] configure.in:
2378 Clearer message when --with-nagios-user is used for ./configure
2380 2007-03-06 10:48 tonvoon
2382 * [r1625] FAQ, INSTALLING, NEWS, README, plugins-root/Makefile.am:
2383 Root plugins installed with world executable permissions. Removed
2384 references to --with-nagios-user and --with-nagios-group in
2387 2007-03-02 01:38 egalstad
2389 * [r1624] plugins/check_mrtgtraf.c:
2390 Fix for broken check_mrtgtraf
2392 2007-02-24 01:03 dermoth
2394 * [r1623] doc/makefile:
2395 Fix the makefile ('[[' is bash-specific, 'rm -f' don't remove
2398 2007-02-14 20:56 tonvoon
2400 * [r1622] NEWS, contrib/check_sybase:
2401 check_sybase now maintained in NagiosExchange
2403 2007-02-14 20:52 tonvoon
2405 * [r1621] plugins/check_disk.c:
2406 Fixed typo in help for -M
2408 2007-02-14 10:11 tonvoon
2410 * [r1620] plugins/check_tcp.c, plugins/t/check_tcp.t:
2411 Documentation fix re: --escape flag. Fix of ./check_tcp test to
2412 webservers to make it more standards compliant
2414 2007-02-09 14:35 tonvoon
2416 * [r1619] NEWS, THANKS.in, po, po/.cvsignore, po/Makefile.in.in:
2417 Fixed MKINSTALLDIRS problem on some systems - Lars Stavholm
2419 2007-02-07 14:46 tonvoon
2421 * [r1614] lib/Makefile.config-opts, lib/parse_ini.c,
2422 lib/tests/Makefile.config-opts, lib/tests/config-tiny.ini,
2423 lib/tests/plugin.ini, lib/tests/test_ini.c:
2424 Added test files to test the parse_ini.c routines. Requires
2427 2007-02-07 14:06 hweiss
2429 * [r1613] plugins/check_swap.c:
2430 Include <sys/param.h> before <sys/swap.h> in order to fix
2431 compilation on OpenBSD (nsturm - 1653934)
2433 2007-02-06 23:30 dermoth
2435 * [r1612] plugins/check_tcp.c:
2436 Correct vim typo in comment block :P
2438 2007-02-06 21:03 opensides
2440 * [r1611] plugins/check_disk.c, plugins/check_http.c,
2441 plugins/check_ide_smart.c, plugins/check_mrtg.c,
2442 plugins/check_mrtgtraf.c, plugins/check_overcr.c,
2443 plugins/check_smtp.c, plugins/check_tcp.c, po/de.po, po/fr.po,
2444 po/nagios-plugins.pot:
2445 correcting some translation problems
2447 2007-02-06 19:33 seanius
2449 * [r1610] lib/parse_ini.c, lib/parse_ini.h:
2450 initial version of ini file parsing routines in C
2452 2007-02-06 18:34 opensides
2454 * [r1609] po/Makevars:
2455 adding PACKAGE_BUGREPORT to fix Report-Msgid-Bugs-To:
2457 2007-02-05 13:51 tonvoon
2459 * [r1608] AUTHORS, doc/RELEASING:
2460 Update list of team members. More notes on new releases
2462 2007-02-05 13:13 tonvoon
2464 * [r1606] BUGS, ChangeLog, NEWS, configure.in, package.def:
2467 2007-02-02 09:10 dermoth
2469 * [r1605] plugins/check_snmp.c:
2470 Fix parsing of multiple OIDs sets needmibs = TRUE
2472 2007-02-01 06:53 dermoth
2474 * [r1604] plugins/check_tcp.c, plugins/t/check_jabber.t:
2475 Fix progname being partly set to upper case Change formating of
2476 invalid hostname output
2478 2007-02-01 05:37 dermoth
2481 Adding NEWS entry for check_jabber
2483 2007-02-01 05:33 dermoth
2485 * [r1602] plugins-scripts/check_log.sh:
2486 Fix bug #1593073 Check_Log problem with log rotation
2488 2007-01-31 22:50 tonvoon
2490 * [r1601] plugins/t/check_jabber.t:
2491 Converted to new style object and Test::More testing. Skipped
2492 jabber server tests if not defined
2494 2007-01-31 06:18 dermoth
2496 * [r1600] plugins/t/check_jabber.t:
2497 Add check_jabber test. Will ask for a jabber host (default should
2500 2007-01-31 04:47 dermoth
2502 * [r1599] plugins/check_tcp.c:
2503 Fix Debian Bug #392610: check_jabber always return warning
2505 2007-01-30 14:24 dermoth
2507 * [r1598] plugins/check_tcp.c:
2508 Jail does not requires any arguments
2510 2007-01-30 09:56 tonvoon
2512 * [r1597] config.rpath:
2513 make dist failing without config.rpath in top level. File copied
2516 2007-01-30 05:01 dermoth
2518 * [r1596] plugins/check_tcp.c, plugins/t/check_tcp.t:
2519 Fix reporting bug using expect, affecting (not fixing) Debian bug
2520 #392610: check_jabber always return warning
2522 2007-01-30 02:22 hweiss
2524 * [r1595] configure.in:
2525 grep(1) "-q" isn't portable (e.g., it won't work on Solaris 8),
2526 redirect output to /dev/null instead.
2528 2007-01-29 14:14 dermoth
2530 * [r1594] plugins/check_disk.c, plugins/t/check_disk.t:
2531 Revert 1643463 (reversed disk thresholds) keeping the thresholds
2534 2007-01-29 12:13 hweiss
2536 * [r1593] configure.in:
2537 Automake 1.10 says: "compiling `test_disk.c' with per-target
2538 flags requires `AM_PROG_CC_C_O' in `configure.in'".
2540 2007-01-29 10:06 tonvoon
2542 * [r1592] build-aux/config.rpath, config.rpath:
2543 Move config.rpath into build-aux for automake 1.10
2545 2007-01-28 22:00 hweiss
2547 * [r1591] INSTALLING:
2548 Remove description of deprecated ./configure
2549 --with-nagios-{user,group} options.
2551 2007-01-28 21:46 hweiss
2553 * [r1590] plugins-root/check_dhcp.c, plugins/check_apt.c,
2554 plugins/check_by_ssh.c, plugins/check_dig.c, plugins/check_dns.c,
2555 plugins/check_fping.c, plugins/check_game.c,
2556 plugins/check_hpjd.c, plugins/check_http.c,
2557 plugins/check_ide_smart.c, plugins/check_ldap.c,
2558 plugins/check_load.c, plugins/check_mrtg.c,
2559 plugins/check_mrtgtraf.c, plugins/check_mysql.c,
2560 plugins/check_mysql_query.c, plugins/check_nagios.c,
2561 plugins/check_nt.c, plugins/check_ntp.c, plugins/check_nwstat.c,
2562 plugins/check_overcr.c, plugins/check_pgsql.c,
2563 plugins/check_ping.c, plugins/check_procs.c,
2564 plugins/check_radius.c, plugins/check_real.c,
2565 plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_ssh.c,
2566 plugins/check_swap.c, plugins/check_tcp.c, plugins/check_time.c,
2567 plugins/check_ups.c, plugins/check_users.c, plugins/negate.c,
2568 plugins/urlize.c, plugins/utils.c, plugins/utils.h:
2569 Don't try to print `optarg' (which will be a NULL pointer) if an
2570 unknown command line option was used, as this leads to a segfault
2571 on some systems. The unknown option will be printed by getopt(3)
2572 anyway. So, simply call print_usage() and exit UNKNOWN via the
2573 new usage5() instead.
2575 2007-01-27 21:49 dermoth
2577 * [r1589] plugins/check_disk.c, plugins/t/check_disk.t:
2578 Fix #1643463: Miscalculating thresholds check_disk
2580 2007-01-27 17:49 hweiss
2582 * [r1588] lib/utils_base.c:
2583 Change the variable names `true' and `false' (which are keywords
2584 in C99) to `yes' and `no'. Fixes compilation when using SGI's
2587 2007-01-27 17:42 hweiss
2589 * [r1587] plugins/common.h:
2590 Include GNULib's "dirname.h" in order to pull in the base_name()
2591 prototype, fixes compilation of check_procs using SGI's MIPSpro
2594 2007-01-27 16:56 hweiss
2596 * [r1586] ACKNOWLEDGEMENTS, NEWS:
2599 2007-01-27 16:51 hweiss
2602 Added "-o,--ssh-option=OPTION" which hands "-o OPTION" over to
2603 ssh(1) and "-q,--quiet" which tells ssh(1) to suppress warnings
2604 (Gerhard Lausser - 1472491)
2606 2007-01-27 16:37 hweiss
2608 * [r1584] plugins-root/check_dhcp.c:
2609 Include <sys/param.h> which is a prerequisite for <sys/sysctl.h>
2610 on NetBSD and OpenBSD (at least).
2612 2007-01-25 00:58 tonvoon
2614 * [r1583] Makefile.am, README, configure.in, doc/RELEASING:
2615 Update references to NEWS instead of CHANGES. Fix compile of
2616 libtap test programs
2618 2007-01-25 00:26 tonvoon
2620 * [r1582] build-aux, build-aux/.cvsignore, build-aux/ltmain.sh,
2621 config.guess, config.sub, configure.in, ltmain.sh:
2622 Use build-aux directory. Removed unnecessary checks in
2623 configure.in. Keeping libtool to link to libtap - can't find a
2624 suitable replacement method
2626 2007-01-24 23:18 tonvoon
2628 * [r1581] ACKNOWLEDGEMENTS, CHANGES, NEWS, config.rpath,
2629 configure.in, doc/developer-guidelines.sgml, gl, gl/.cvsignore,
2630 plugins/Makefile.am, plugins/check_procs.c, po/POTFILES.in:
2631 Various cleanups in the syncing with gnulib
2633 2007-01-24 22:47 tonvoon
2635 * [r1580] Makefile.am, NEWS, config.rpath, configure.in,
2636 doc/developer-guidelines.sgml, gl, gl/Makefile.am, gl/alloca.c,
2637 gl/alloca_.h, gl/asnprintf.c, gl/asprintf.c, gl/basename.c,
2638 gl/c-strtod.c, gl/c-strtod.h, gl/cloexec.c, gl/cloexec.h,
2639 gl/creat-safer.c, gl/dirname.c, gl/dirname.h, gl/dup-safer.c,
2640 gl/error.c, gl/error.h, gl/exit.h, gl/exitfail.c, gl/exitfail.h,
2641 gl/fcntl--.h, gl/fcntl-safer.h, gl/fd-safer.c, gl/fsusage.c,
2642 gl/fsusage.h, gl/full-read.c, gl/full-read.h, gl/full-write.c,
2643 gl/full-write.h, gl/gai_strerror.c, gl/getaddrinfo.c,
2644 gl/getaddrinfo.h, gl/gethostname.c, gl/getloadavg.c, gl/getopt.c,
2645 gl/getopt1.c, gl/getopt_.h, gl/getopt_int.h, gl/gettext.h,
2646 gl/inet_ntop.c, gl/inet_ntop.h, gl/intprops.h, gl/m4,
2647 gl/m4/absolute-header.m4, gl/m4/alloca.m4, gl/m4/arpa_inet_h.m4,
2648 gl/m4/c-strtod.m4, gl/m4/cloexec.m4, gl/m4/codeset.m4,
2649 gl/m4/dirname.m4, gl/m4/dos.m4, gl/m4/double-slash-root.m4,
2650 gl/m4/eoverflow.m4, gl/m4/error.m4, gl/m4/exitfail.m4,
2651 gl/m4/extensions.m4, gl/m4/fcntl-safer.m4, gl/m4/fstypename.m4,
2652 gl/m4/fsusage.m4, gl/m4/getaddrinfo.m4, gl/m4/gethostname.m4,
2653 gl/m4/getloadavg.m4, gl/m4/getopt.m4, gl/m4/gettext.m4,
2654 gl/m4/glibc2.m4, gl/m4/glibc21.m4, gl/m4/gnulib-cache.m4,
2655 gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4,
2656 gl/m4/gnulib-tool.m4, gl/m4/iconv.m4, gl/m4/inet_ntop.m4,
2657 gl/m4/inline.m4, gl/m4/intdiv0.m4, gl/m4/intl.m4,
2658 gl/m4/intldir.m4, gl/m4/intmax.m4, gl/m4/intmax_t.m4,
2659 gl/m4/inttypes-pri.m4, gl/m4/inttypes_h.m4, gl/m4/lcmessage.m4,
2660 gl/m4/lib-ld.m4, gl/m4/lib-link.m4, gl/m4/lib-prefix.m4,
2661 gl/m4/lock.m4, gl/m4/longdouble.m4, gl/m4/longlong.m4,
2662 gl/m4/ls-mntd-fs.m4, gl/m4/mbchar.m4, gl/m4/mbiter.m4,
2663 gl/m4/mbrtowc.m4, gl/m4/memchr.m4, gl/m4/minmax.m4,
2664 gl/m4/mountlist.m4, gl/m4/netinet_in_h.m4, gl/m4/nls.m4,
2665 gl/m4/onceonly_2_57.m4, gl/m4/po.m4, gl/m4/printf-posix.m4,
2666 gl/m4/progtest.m4, gl/m4/regex.m4, gl/m4/safe-read.m4,
2667 gl/m4/safe-write.m4, gl/m4/size_max.m4, gl/m4/snprintf.m4,
2668 gl/m4/socklen.m4, gl/m4/sockpfaf.m4, gl/m4/ssize_t.m4,
2669 gl/m4/stdbool.m4, gl/m4/stdint.m4, gl/m4/stdint_h.m4,
2670 gl/m4/strcase.m4, gl/m4/strdup.m4, gl/m4/strndup.m4,
2671 gl/m4/strnlen.m4, gl/m4/sys_socket_h.m4, gl/m4/uintmax_t.m4,
2672 gl/m4/ulonglong.m4, gl/m4/unistd-safer.m4, gl/m4/unistd_h.m4,
2673 gl/m4/vasnprintf.m4, gl/m4/vasprintf.m4, gl/m4/visibility.m4,
2674 gl/m4/vsnprintf.m4, gl/m4/wchar.m4, gl/m4/wchar_t.m4,
2675 gl/m4/wctype.m4, gl/m4/wcwidth.m4, gl/m4/wint_t.m4,
2676 gl/m4/xalloc.m4, gl/m4/xsize.m4, gl/m4/xstrndup.m4, gl/malloc.c,
2677 gl/mbchar.c, gl/mbchar.h, gl/mbuiter.h, gl/memchr.c, gl/minmax.h,
2678 gl/mountlist.c, gl/mountlist.h, gl/open-safer.c, gl/pipe-safer.c,
2679 gl/printf-args.c, gl/printf-args.h, gl/printf-parse.c,
2680 gl/printf-parse.h, gl/regcomp.c, gl/regex.c, gl/regex.h,
2681 gl/regex_internal.c, gl/regex_internal.h, gl/regexec.c,
2682 gl/safe-read.c, gl/safe-read.h, gl/safe-write.c, gl/safe-write.h,
2683 gl/size_max.h, gl/snprintf.c, gl/snprintf.h, gl/socket_.h,
2684 gl/stdbool_.h, gl/stdint_.h, gl/strcase.h, gl/strcasecmp.c,
2685 gl/strdup.c, gl/strdup.h, gl/stripslash.c, gl/strncasecmp.c,
2686 gl/strndup.c, gl/strndup.h, gl/strnlen.c, gl/strnlen.h,
2687 gl/strnlen1.c, gl/strnlen1.h, gl/unistd--.h, gl/unistd-safer.h,
2688 gl/unistd_.h, gl/vasnprintf.c, gl/vasnprintf.h, gl/vasprintf.c,
2689 gl/vasprintf.h, gl/vsnprintf.c, gl/vsnprintf.h, gl/wchar_.h,
2690 gl/wctype_.h, gl/wcwidth.h, gl/xalloc-die.c, gl/xalloc.h,
2691 gl/xmalloc.c, gl/xsize.h, gl/xstrndup.c, gl/xstrndup.h,
2692 lib/Makefile.am, lib/alloca.c, lib/alloca_.h, lib/basename.c,
2693 lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cloexec.c,
2694 lib/cloexec.h, lib/creat-safer.c, lib/dirname.h, lib/dup-safer.c,
2695 lib/error.c, lib/error.h, lib/exit.h, lib/exitfail.c,
2696 lib/exitfail.h, lib/fcntl--.h, lib/fcntl-safer.h, lib/fd-safer.c,
2697 lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
2698 lib/full-write.c, lib/full-write.h, lib/getloadavg.c,
2699 lib/getopt.c, lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h,
2700 lib/gettext.h, lib/intprops.h, lib/malloc.c, lib/mountlist.c,
2701 lib/mountlist.h, lib/open-safer.c, lib/pipe-safer.c,
2702 lib/realloc.c, lib/regcomp.c, lib/regex.c, lib/regex.h,
2703 lib/regex_internal.c, lib/regex_internal.h, lib/regexec.c,
2704 lib/safe-read.c, lib/safe-read.h, lib/safe-write.c,
2705 lib/safe-write.h, lib/snprintf.c, lib/stdbool_.h, lib/strcase.h,
2706 lib/strtod.c, lib/tests/Makefile.am, lib/unistd--.h,
2707 lib/unistd-safer.h, lib/unlocked-io.h, lib/xalloc-die.c,
2708 lib/xalloc.h, lib/xmalloc.c, lib/xstrdup.c, m4/Makefile.am.in,
2709 m4/afs.m4, m4/alloca.m4, m4/basename.m4, m4/c-strtod.m4,
2710 m4/codeset.m4, m4/dos.m4, m4/error.m4, m4/exitfail.m4,
2711 m4/extensions.m4, m4/fcntl-safer.m4, m4/fstypename.m4,
2712 m4/fsusage.m4, m4/getopt.m4, m4/gettext.m4, m4/glibc21.m4,
2713 m4/iconv.m4, m4/inttypes-pri.m4, m4/inttypes.m4,
2714 m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4,
2715 m4/longdouble.m4, m4/longlong.m4, m4/ls-mntd-fs.m4,
2716 m4/mountlist.m4, m4/nls.m4, m4/np_coreutils.m4, m4/np_curl.m4,
2717 m4/onceonly_2_57.m4, m4/po.m4, m4/progtest.m4, m4/regex.m4,
2718 m4/restrict.m4, m4/signed.m4, m4/stdbool.m4, m4/stdint_h.m4,
2719 m4/uintmax_t.m4, m4/ulonglong.m4, m4/unistd-safer.m4,
2720 m4/unlocked-io.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xalloc.m4,
2721 plugins-root/Makefile.am, plugins/Makefile.am,
2722 plugins/check_smtp.c, plugins/common.h, plugins/getaddrinfo.c,
2723 plugins/getaddrinfo.h, plugins/gethostbyname.c,
2724 plugins/gethostbyname.h, plugins/netutils.h, tools/setup,
2725 tools/update_coreutils:
2726 Sync with gnulib - lots of extraneous code removed in preference
2729 2007-01-23 18:34 hweiss
2731 * [r1579] THANKS.in, plugins/check_ssh.c:
2732 Support `check_ssh --hostname=ADDRESS' (but keep `--host=ADDRESS'
2733 for backward compatibility) (Ville Mattila - 1642780)
2735 2007-01-23 18:20 hweiss
2737 * [r1578] REQUIREMENTS:
2740 2007-01-23 17:20 hweiss
2742 * [r1577] plugins/check_tcp.c:
2743 Add missing `break' to the switch-case block that handles the
2744 `-m' option (Nobuhiro Ban - 1642682)
2746 2007-01-23 16:42 hweiss
2748 * [r1576] THANKS.in, plugins/check_radius.c:
2749 Initialize `data' to zero, fixes potential segfault (Nobuhiro Ban
2752 2007-01-23 14:39 hweiss
2754 * [r1575] lib/mountlist.c:
2755 Add support for statvfs(2) which is needed in order to compile
2756 the plugins on NetBSD 3.0 and newer. The current coreutils
2757 release supports statvfs(2), so this patch won't be needed
2758 anymore when updating the coreutils files.
2760 2007-01-22 04:05 hweiss
2762 * [r1574] plugins/check_by_ssh.c:
2763 Added "-o,--ssh-option=OPTION" which hands "-o OPTION" over to
2764 ssh(1) and "-q,--quiet" which tells ssh(1) to suppress warnings
2765 (Gerhard Lausser - 1472491)
2767 2007-01-20 20:45 tonvoon
2769 * [r1573] doc/developer-guidelines.sgml:
2770 Updated policy on contributed plugins
2772 2007-01-20 20:06 tonvoon
2774 * [r1572] doc/LEAVERS, doc/NEW_STARTERS, doc/RELEASING:
2775 Administrative notes
2777 2007-01-20 10:59 seanius
2779 * [r1571] plugins/check_ntp.c:
2780 compilation fixes for check_ntp.c: - check_ntp.c:290: warning:
2781 overflow in implicit constant conversion fixed with an explicit
2782 cast to int8_t. - check_ntp.c:544: warning: pointer of type
2783 ‘void *’ used in arithmetic fixed by casting to ptrdiff_t
2784 before arithmetic and (void*) afterwards - in TVtoNTP64, cast
2785 arithmetic result passed to R32 as uint64_t.
2787 2007-01-20 07:18 dermoth
2789 * [r1570] plugins/check_http.c, plugins/check_ldap.c:
2790 Fix bug #1632091: printf format string typos. Add some more
2793 2007-01-20 06:27 dermoth
2795 * [r1569] plugins-root/check_icmp.c:
2796 Fix bug #1632078: critical threshold % incorrectly displayed by
2799 2007-01-20 06:07 dermoth
2801 * [r1568] CHANGES, THANKS.in, plugins/netutils.c:
2802 Fix bug #1632072 pointer error in plugins/netutils.c. Add
2803 changelog entry for previous commit.
2805 2007-01-17 05:28 dermoth
2807 * [r1566] THANKS.in, plugins/check_procs.c:
2808 Fix bug #1630970 Fix for buffer overflow of check_procs procprog
2811 2007-01-08 11:05 tonvoon
2813 * [r1565] CHANGES, THANKS.in, plugins/t/check_disk.t:
2814 Added notes about check_disk perf data fix. Added test to check
2815 perf data is same when mount points reversed
2817 2007-01-07 07:14 dermoth
2819 * [r1564] plugins/check_disk.c:
2820 Fix bug #1627970: check_disk performance output for more then one
2823 2007-01-06 06:41 dermoth
2825 * [r1563] plugins/check_ping.c:
2826 Fix bug #1629008: check_ping fails to handle Packet filtered
2829 2007-01-06 06:33 dermoth
2831 * [r1562] plugins/check_ping.c:
2832 Revert last patch: it works but not really for the reason I
2835 2007-01-06 04:52 dermoth
2837 * [r1561] plugins/check_ping.c:
2838 Fix the way check_ping calculate the maximum run time
2840 2007-01-04 11:51 dermoth
2842 * [r1560] plugins/check_real.c:
2843 Fix bug #1574863: check_real does not accept the '-v' option
2845 2007-01-04 11:35 dermoth
2847 * [r1559] plugins/check_ping.c:
2848 Fix bug #1592605: check_ping times out
2850 2007-01-04 11:18 dermoth
2852 * [r1558] tools/README, tools/distclean:
2853 Adding my distclean script
2855 2006-12-23 18:59 dermoth
2857 * [r1557] plugins/t/check_snmp.t:
2858 Regexps in check_snmp tests fails where they shouldn't.
2860 2006-12-21 05:25 dermoth
2862 * [r1556] NPTest.pm:
2863 - Fixing small error (wrong file name) in NPTest.pm
2866 2006-12-20 22:33 tonvoon
2868 * [r1555] CHANGES, THANKS.in, plugins/check_http.c,
2869 plugins/t/check_http.t:
2870 Removed unused timestamp variable (Matthias Eble) Fixed
2871 redirection test. Added extra tests for funny syntax when
2872 checking certificates, updated help for more common syntax
2874 2006-12-20 19:25 tonvoon
2876 * [r1554] lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c,
2877 plugins/t/check_disk.t:
2878 Fixed inode thresholds, regressed from previous release
2880 2006-12-20 11:32 opensides
2882 * [r1553] po/de.po, po/fr.po, po/nagios-plugins.pot:
2883 updated the nagios-pulgins.pot files now that localization is
2884 clean first pass at updating the french locale
2886 2006-12-12 12:59 tonvoon
2888 * [r1549] plugins-scripts/t/utils.t:
2889 Enhanced test for single letters in fqdn
2891 2006-12-12 08:56 tonvoon
2893 * [r1548] plugins-scripts/utils.pm.in:
2894 Allow single characters in fqdn (Dave Alden)
2896 2006-12-07 22:38 tonvoon
2898 * [r1547] CHANGES, THANKS.in, configure.in:
2899 Fixed HP/UX's swapinfo command for check_procs (Dick van den Burg
2902 2006-12-07 16:07 tonvoon
2904 * [r1546] THANKS.in, plugins/check_disk.c, plugins/check_swap.c,
2905 plugins/common.h, plugins/netutils.h:
2906 Fix coredump on 64bit Solaris. Also adds more error conditions
2907 and moves swap specific includes out of common.h (Duncan Ferguson
2910 2006-12-06 20:34 tonvoon
2912 * [r1545] plugins/Makefile.am:
2913 Move SSL libs to correct order per plugin
2915 2006-12-06 17:36 tonvoon
2917 * [r1544] plugins/Makefile.am:
2918 Only include -lssl for plugins that require it
2920 2006-12-06 17:00 tonvoon
2922 * [r1543] configure.in:
2923 Flag common compile error because of no ar on Solaris
2925 2006-12-06 15:58 tonvoon
2927 * [r1542] Makefile.am:
2928 Remove CVS files from distribution
2930 2006-12-06 15:53 tonvoon
2932 * [r1541] doc/developer-guidelines.sgml:
2933 Add libtool requirement for development
2935 2006-11-09 11:44 tonvoon
2937 * [r1535] CHANGES, THANKS.in, plugins/check_ping.c,
2939 Reduced DNS lookups in check_ping and netutils.c in IPv6
2940 configurations (Pawel Malachowski)
2942 2006-11-03 15:40 tonvoon
2944 * [r1534] lib/Makefile.am, lib/alloca.c, lib/alloca_.h:
2945 Add alloca files, required for *BSD
2947 2006-11-01 21:15 tonvoon
2949 * [r1532] ChangeLog, configure.in, package.def:
2952 2006-10-27 15:37 tonvoon
2954 * [r1531] plugins-scripts/t/utils.t, plugins-scripts/utils.pm.in:
2955 More edge testcases. Allow anything if ends with a . as long as
2958 2006-10-26 21:32 tonvoon
2960 * [r1530] NPTest.pm:
2961 New test variables default to "none", so no changes required to
2964 2006-10-26 21:10 tonvoon
2966 * [r1529] THANKS.in, plugins-scripts/check_oracle.sh:
2967 Fixed error if dba_free_space has no free segments (Florian
2970 2006-10-26 21:02 tonvoon
2972 * [r1528] plugins-scripts/Makefile.am, plugins-scripts/t/utils.t,
2973 plugins-scripts/utils.pm.in:
2974 Fixed regression where hostnames with hyphens were rejected
2975 (1581402 - Holger Weiss)
2977 2006-10-26 20:56 tonvoon
2979 * [r1527] contrib/tarballs/check_traffic-0.90b.tar.gz:
2980 Removing unnecessary tarball
2982 2006-10-26 20:51 tonvoon
2984 * [r1526] THANKS.in, plugins/check_disk.c, plugins/check_http.c:
2985 Remove C style comments (1583467 - Markus Baertschi)
2987 2006-10-24 21:54 opensides
2989 * [r1525] plugins-root/check_icmp.c:
2990 more fixes and removal of certain sentences not needed
2992 2006-10-24 21:48 opensides
2994 * [r1524] plugins-root/check_icmp.c, plugins/check_nt.c:
2995 last localization fixes for core plugins in c
2997 2006-10-24 21:01 opensides
2999 * [r1523] plugins/check_nt.c:
3000 next round of localization fixes
3002 2006-10-24 09:48 tonvoon
3004 * [r1522] plugins-root/Makefile.am, plugins-root/check_icmp.c:
3005 Fixed compile on non-glibc platforms
3007 2006-10-24 08:34 tonvoon
3009 * [r1521] plugins/check_http.c:
3010 Restored accidently regressed fix
3012 2006-10-23 21:47 opensides
3014 * [r1520] plugins/check_http.c:
3017 2006-10-23 00:02 opensides
3019 * [r1519] plugins-root/check_icmp.c:
3020 first pass a making check icmp respecting nagiosplugins rules
3022 2006-10-22 22:34 opensides
3024 * [r1518] plugins/check_nt.c:
3025 latest localization fixes for tonight ;-)
3027 2006-10-22 22:24 opensides
3029 * [r1517] plugins/check_ldap.c:
3032 2006-10-22 22:14 opensides
3034 * [r1516] plugins-root/check_icmp.c:
3035 putting default template for copyright and explanations
3037 2006-10-22 22:07 opensides
3039 * [r1515] plugins-root/check_icmp.c:
3040 revert mistake when commiting fixes
3042 2006-10-22 22:03 opensides
3044 * [r1514] plugins-root/check_icmp.c, plugins/check_apt.c,
3045 plugins/check_procs.c:
3046 more localization fixes
3048 2006-10-20 07:53 tonvoon
3050 * [r1513] plugins/check_snmp.c:
3051 Reverting back accidently regressed code
3053 2006-10-20 07:39 opensides
3055 * [r1512] plugins/check_mrtg.c:
3056 more localization fixes
3058 2006-10-20 06:24 opensides
3060 * [r1511] plugins-root/check_dhcp.c, plugins/check_apt.c:
3061 localization updates
3063 2006-10-19 23:56 opensides
3065 * [r1510] plugins/check_snmp.c:
3066 adding missing check_snmp
3068 2006-10-19 23:53 opensides
3070 * [r1509] plugins/check_radius.c, plugins/check_real.c,
3071 plugins/check_smtp.c, plugins/check_ssh.c, plugins/check_swap.c,
3072 plugins/check_tcp.c, plugins/check_time.c, plugins/check_ups.c,
3073 plugins/check_users.c, plugins/negate.c, plugins/urlize.c:
3074 another round of localization cleaning
3076 2006-10-19 20:04 tonvoon
3078 * [r1507] BUGS, ChangeLog, configure.in, package.def:
3081 2006-10-19 19:52 tonvoon
3084 Added info re: 1.4.4 in prep for release
3086 2006-10-19 19:36 tonvoon
3088 * [r1505] THANKS.in, plugins/check_snmp.c:
3089 Initialise strings for Fedora Core 5 (Henning Schmiedehausen)
3091 2006-10-19 19:25 tonvoon
3093 * [r1504] THANKS.in, plugins/check_snmp.c:
3094 Removed asprintf for perf data (Craig Orsinger, Robby Giffin -
3097 2006-10-19 19:13 tonvoon
3099 * [r1503] THANKS.in, plugins/check_snmp.c:
3100 type variable not cleared in Sol 10 (Kyle Tucker)
3102 2006-10-19 18:59 tonvoon
3104 * [r1502] THANKS.in, plugins/check_http.c, plugins/t/check_http.t:
3105 Redirection error if other headers beginning with L (Aravind
3106 Gottipati - 1562572)
3108 2006-10-19 18:44 tonvoon
3110 * [r1501] THANKS.in, plugins-scripts/utils.pm.in:
3111 Allow hostnames beginning with digits (O'Shaughnessy Evans -
3114 2006-10-19 11:56 tonvoon
3116 * [r1500] plugins/t/check_smtp.t:
3117 Added tests for SMTP servers without TLS and with TLS
3119 2006-10-19 00:25 opensides
3121 * [r1499] plugins/check_apt.c, plugins/check_by_ssh.c,
3122 plugins/check_dig.c, plugins/check_dns.c, plugins/check_dummy.c,
3123 plugins/check_fping.c, plugins/check_game.c,
3124 plugins/check_hpjd.c, plugins/check_http.c,
3125 plugins/check_ide_smart.c, plugins/check_ldap.c,
3126 plugins/check_load.c, plugins/check_mrtg.c,
3127 plugins/check_mrtgtraf.c, plugins/check_mysql.c,
3128 plugins/check_mysql_query.c, plugins/check_nagios.c,
3129 plugins/check_nt.c, plugins/check_ntp.c, plugins/check_nwstat.c,
3130 plugins/check_overcr.c, plugins/check_pgsql.c,
3131 plugins/check_ping.c, plugins/check_procs.c:
3132 first pass at cleaning localization for new release first pass at
3133 making all the headre be the same licence, plugin, etc...
3135 2006-10-18 12:12 tonvoon
3137 * [r1498] plugins/check_disk.c, plugins/t/check_disk.t:
3138 Re-added perf data to check_disk
3140 2006-10-18 12:05 tonvoon
3142 * [r1497] lib/tests/test_disk.c, lib/utils_disk.h:
3143 Fix tests for exact matches when searching filesystems
3145 2006-10-18 12:03 tonvoon
3147 * [r1496] lib/utils_base.c, lib/utils_base.h:
3148 Cater for different errors when setting thresholds
3150 2006-10-12 20:36 tonvoon
3152 * [r1493] plugins/check_smtp.c, plugins/t/check_smtp.t:
3153 Resend EHLO after TLS negotiation as per RFC3207 (Holger Weiss -
3156 2006-10-12 14:22 tonvoon
3158 * [r1492] plugins/check_ntp.c:
3159 Removed extraneous comma in perf data output
3161 2006-10-12 14:14 tonvoon
3163 * [r1491] plugins/check_disk.c, plugins/t/check_disk.t:
3164 Remove the "- free space" if status is OK
3166 2006-10-12 13:58 tonvoon
3168 * [r1490] NPTest.pm, THANKS.in, plugins/check_disk.c,
3169 plugins/t/check_disk.t:
3170 Fixed output from -e in check_disk (Andreas Behal)
3172 2006-10-02 12:09 tonvoon
3174 * [r1487] plugins/t/check_load.t:
3175 Fix test failure on poseidon
3177 2006-09-21 10:41 tonvoon
3179 * [r1480] THANKS.in, plugins/check_nwstat.c:
3180 Added perfdata for most variables and new parameters: VMU, VMF,
3181 VMP, NRMH, NRMP, NRMM, NRMS, NSS1 to NSS7 (Christian Mies)
3183 2006-09-02 20:41 seanius
3185 * [r1474] lib/utils_base.h, plugins/utils.h:
3186 - explicitly include utils_base.h from utils.h - put utils.h
3187 inside of an #ifndef/#endif
3189 2006-09-02 20:32 seanius
3191 * [r1473] plugins/check_tcp.c:
3192 - fix for warning/critical timeouts in check_tcp.c, in which the
3193 plugin would exit with a usage error if non-int timeouts were
3194 passed. - change --warning-time/--critical-time to just
3195 --warning/--critical, as it's what --help says.
3197 2006-08-14 09:04 tonvoon
3199 * [r1469] THANKS.in, plugins/check_disk.c:
3200 Fixed inode percent free output (Mike Emigh - 1531899)
3202 2006-08-14 08:42 tonvoon
3204 * [r1468] plugins/t/check_ntp.t:
3205 Fixed skip of no ntp test
3207 2006-08-11 08:26 tonvoon
3209 * [r1467] plugins/check_ntp.c, plugins/t/check_ntp.t:
3210 Catch no responses from any server (1538341 - nmdias)
3212 2006-08-03 08:14 tonvoon
3214 * [r1465] tools/tinderbox_build:
3215 Interpret the snapshot datestamp as GMT
3217 2006-07-31 18:55 harpermann
3219 * [r1464] plugins/check_nt.c:
3220 Bug: 694259 fix. After consulting with the target service
3221 authors, we decided to keep the default port as 1248 and add a
3222 note about other services sometimes using this port and
3223 suggesting to change the port. Closing bug.
3225 2006-07-31 14:09 tonvoon
3227 * [r1463] doc/developer-guidelines.sgml:
3228 M4 requirement for developer platform
3230 2006-07-29 01:43 tonvoon
3232 * [r1462] plugins-root/check_dhcp.c, plugins/common.h:
3233 Fix two Solaris compile problems
3235 2006-07-29 00:04 tonvoon
3237 * [r1461] po/POTFILES.in:
3238 Remove reference to check_udp.c
3240 2006-07-28 23:59 tonvoon
3242 * [r1460] configure.in, plugins-scripts/Makefile.am,
3243 plugins/Makefile.am:
3244 Cleanup references to old check_udp and INSTALL_OPTS. Error if
3245 --with-nagios-user or --with-nagios-group specified for configure
3247 2006-07-28 22:44 tonvoon
3249 * [r1459] CHANGES, plugins/Makefile.am, plugins/check_udp.c,
3250 plugins/t/check_udp.t:
3251 check_udp.c deprecated and check_udp now linked to check_tcp.
3254 2006-07-27 11:29 tonvoon
3256 * [r1458] doc/developer-guidelines.sgml:
3257 Example ranges (Nathan Vonnahme)
3259 2006-07-19 23:05 tonvoon
3261 * [r1457] THANKS.in, configure.in:
3262 Stricter autoconf 2.60 rules (Lance Albertson - 1522900)
3264 2006-07-19 22:56 tonvoon
3266 * [r1456] plugins/common.h:
3267 Fix to add uintmax_t, for check_disk.c compile
3269 2006-07-19 22:37 tonvoon
3271 * [r1455] plugins/common.h:
3272 Fix for CHAR_MAX on Solaris 9
3274 2006-07-14 09:47 tonvoon
3276 * [r1454] lib/Makefile.am, lib/utils_base.c:
3277 Missing header files
3279 2006-07-14 09:43 tonvoon
3281 * [r1453] plugins/check_disk.c:
3282 Fix inode percents using coreutils' percentage calculation
3285 2006-07-13 23:58 tonvoon
3287 * [r1452] CHANGES, lib/tests/test_utils.c, lib/utils_base.c,
3288 lib/utils_base.h, lib/utils_disk.c, lib/utils_disk.h,
3289 plugins/check_disk.c, plugins/t/check_disk.t:
3290 Major fixes to check_disk. Now should return same data as df
3292 2006-07-13 12:50 tonvoon
3294 * [r1451] Makefile.am, configure.in, lib/Makefile.am, lib/tests,
3295 lib/tests/.cvsignore, lib/tests/Makefile.am, lib/tests/README,
3296 lib/tests/test_disk.c, lib/tests/test_disk.t,
3297 lib/tests/test_utils.c, lib/tests/test_utils.t,
3298 plugins/Makefile.am, plugins/check_disk.c, plugins/check_dns.c,
3299 plugins/check_mysql.c, plugins/check_mysql_query.c,
3300 plugins/tests/.cvsignore, plugins/tests/Makefile.am,
3301 plugins/tests/README, plugins/tests/test_disk.c,
3302 plugins/tests/test_disk.t, plugins/tests/test_utils.c,
3303 plugins/tests/test_utils.t, plugins/utils.c, plugins/utils.h,
3304 plugins/utils_disk.c, plugins/utils_disk.h:
3305 Move new util_* functions to lib/
3307 2006-07-13 08:54 tonvoon
3309 * [r1450] configure.in, lib/basename.c, lib/dirname.h,
3310 m4/basename.m4, m4/dos.m4, m4/np_coreutils.m4,
3311 plugins/check_procs.c, plugins/utils.c, plugins/utils.h:
3312 Using coreutils' base_name function because of portability issues
3315 2006-07-12 22:53 tonvoon
3317 * [r1449] plugins/check_disk.c, plugins/t/check_disk.t,
3318 plugins/utils_disk.c, plugins/utils_disk.h:
3319 Added -E option for exact match of filesystem. Restructured main
3320 filesystem loop. Added extra tests for possible duplicate
3323 2006-07-12 19:30 tonvoon
3325 * [r1448] plugins/check_disk.c, plugins/tests,
3326 plugins/tests/.cvsignore, plugins/tests/test_disk.c,
3327 plugins/utils_disk.c, plugins/utils_disk.h:
3328 Moving parameter_list into utils_disk.h. Given list of mount
3329 points, can now work out best match or exact match.
3331 2006-07-12 12:15 tonvoon
3333 * [r1447] plugins/Makefile.am, plugins/check_disk.c,
3334 plugins/tests/Makefile.am, plugins/tests/test_disk.c,
3335 plugins/tests/test_disk.t, plugins/utils_disk.c,
3336 plugins/utils_disk.h:
3337 Moving check_disk functions into utils_disk.c and testing them
3339 2006-07-11 12:38 tonvoon
3341 * [r1446] lib/creat-safer.c, lib/dup-safer.c, lib/fcntl--.h,
3342 lib/fcntl-safer.h, lib/fd-safer.c, lib/open-safer.c,
3343 lib/pipe-safer.c, lib/unistd--.h, lib/unistd-safer.h,
3344 m4/fcntl-safer.m4, m4/np_coreutils.m4, m4/unistd-safer.m4:
3345 Extra files from coreutils required for getloadavg.c to compile
3346 on Tru64 (Ciro Iriarte - 1520331)
3348 2006-07-10 08:44 tonvoon
3350 * [r1445] lib/Makefile.am:
3351 Didn't add intprops.h into distribution correctly
3353 2006-07-07 06:36 harpermann
3355 * [r1444] plugins/urlize.c:
3356 Added check for two arguments. Was segfaulting if no or one arg.
3359 2006-07-05 13:45 tonvoon
3361 * [r1443] plugins-scripts/check_mailq.pl:
3362 Fixed checking of return codes from external mailq programs
3364 2006-07-05 08:55 tonvoon
3366 * [r1442] tools/tinderbox_build:
3367 Add instructions for manually sending Tinderbox build logs
3369 2006-07-05 08:26 tonvoon
3371 * [r1441] lib/Makefile.am, lib/intprops.h:
3372 Missing intprops.h for Tru64 (Ciro Iriarte - 1517379)
3374 2006-07-04 09:47 tonvoon
3376 * [r1440] THANKS.in, m4/alloca.m4, m4/np_coreutils.m4:
3377 Added alloca.h check and fixed locale.h, wchar.h (Ari Pollak -
3380 2006-07-03 08:03 tonvoon
3382 * [r1439] plugins/check_dig.c:
3383 Fixed -p getopt call (Allan Bennett - 1511650)
3385 2006-07-03 07:55 tonvoon
3387 * [r1438] THANKS.in, lib/c-strtod.c, lib/c-strtod.h,
3388 lib/c-strtold.c, m4/c-strtod.m4, m4/np_coreutils.m4,
3389 plugins/Makefile.am:
3390 Fixed compile on Tru64 5.1b (Ciro Iriarte - 1515435)
3392 2006-06-21 11:05 opensides
3394 * [r1437] plugins/check_snmp.c, plugins/check_ssh.c:
3395 cleaning help and usage
3397 2006-06-21 09:49 opensides
3399 * [r1436] po/LINGUAS:
3400 fixing bug id #1509699
3402 2006-06-20 11:17 opensides
3404 * [r1435] plugins/check_procs.c, plugins/check_radius.c,
3405 plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c,
3406 plugins/check_ssh.c:
3407 cleaning help and usage + license
3409 2006-06-18 19:36 opensides
3411 * [r1434] plugins/check_disk.c, plugins/check_time.c,
3412 plugins/check_udp.c, plugins/check_ups.c, plugins/check_users.c,
3413 plugins/gethostbyname.c, plugins/gethostbyname.h,
3414 plugins/negate.c, plugins/netutils.c, plugins/popen.c,
3415 plugins/runcmd.c, plugins/sslutils.c, plugins/urlize.c,
3417 updating help and usage and license
3419 2006-06-17 12:28 opensides
3421 * [r1433] plugins/check_hpjd.c, plugins/check_nt.c,
3422 plugins/check_ntp.c, plugins/check_nwstat.c,
3423 plugins/check_overcr.c, plugins/check_pgsql.c,
3424 plugins/check_ping.c, plugins/check_procs.c:
3425 cleaning up help and usage
3427 2006-06-15 12:52 opensides
3429 * [r1432] plugins/check_ldap.c, plugins/check_load.c,
3430 plugins/check_mrtg.c, plugins/check_mysql.c,
3431 plugins/check_mysql_query.c, plugins/check_nagios.c:
3432 cleaning help and usage
3434 2006-06-15 10:16 opensides
3436 * [r1430] plugins/check_ide_smart.c:
3437 cleaning help and usage
3439 2006-06-14 21:27 opensides
3441 * [r1427] plugins/check_dns.c, plugins/check_dummy.c,
3442 plugins/check_fping.c, plugins/check_game.c:
3443 updating the help and usage for localization
3445 2006-06-14 19:15 tonvoon
3447 * [r1426] INSTALLING, doc/developer-guidelines.sgml:
3448 Updated requirements for development platform
3450 2006-06-14 18:48 opensides
3452 * [r1425] plugins/check_by_ssh.c, plugins/check_dig.c,
3453 plugins/check_disk.c:
3454 starting the BIG locale update ;-)
3456 2006-06-07 14:28 seanius
3458 * [r1418] contrib/check_linux_raid.pl:
3459 some gratuitous whitespace changes, and a fix to the "recovery ="
3460 detection logic in check_linux_raid.pl
3462 2006-06-07 14:23 seanius
3464 * [r1417] plugins-scripts/utils.pm.in:
3465 removed stale references to PATH_TO_NTPFOO, as it's no longer
3468 2006-06-07 07:59 tonvoon
3470 * [r1416] plugins-root/Makefile.am:
3471 Do not install setuid programs unless run as root
3473 2006-06-07 07:18 tonvoon
3475 * [r1415] plugins-root/Makefile.am, tools/setup:
3476 Fixed two build problems re: libtool and pst3
3478 2006-06-06 16:48 seanius
3480 * [r1414] plugins/check_pgsql.c:
3481 modify the is_pg_dbname() function to allow databases with '-' in
3482 their name. reference: sf tracker #1500752
3484 2006-06-03 23:06 seanius
3486 * [r1413] configure.in:
3487 removed the -R for openssl, as it should be figured out
3488 automatically by libtool and also controlled via the
3489 --enable-rpath/--disable-rpath configure options. furthermore
3490 keeping it in forces the rpath option on in spite of what's
3491 passed on the configure line.
3493 2006-06-01 22:30 seanius
3495 * [r1412] contrib/check_linux_raid.pl:
3496 gave some TLC to check_linux_raid
3498 2006-05-30 09:55 tonvoon
3500 * [r1411] configure.in:
3501 Default to search path for mysql_config
3503 2006-05-30 09:39 tonvoon
3505 * [r1410] THANKS.in:
3506 For reporting check_radius compile problem
3508 2006-05-30 09:19 tonvoon
3510 * [r1409] ., .cvsignore, config.guess, config.sub,
3511 doc/developer-guidelines.sgml, ltmain.sh:
3512 Added libtool files, at version 1.5.22, into CVS
3514 2006-05-25 17:40 egalstad
3516 * [r1408] plugins-root/check_dhcp.c:
3517 Applied patch for responses from helpers/relays, cleaned up
3518 different coding styles for consistency
3520 2006-05-25 16:59 tonvoon
3522 * [r1407] lib/regex.o:
3523 Removed unnecessary file
3525 2006-05-25 16:58 tonvoon
3527 * [r1406] configure.in, lib/Makefile.am, plugins/common.h:
3528 Gettext fixes to sync with coreutils
3530 2006-05-25 16:53 egalstad
3532 * [r1405] plugins-root/check_dhcp.c:
3533 Fixed short interface name length, UNKNOWN return code (patches
3536 2006-05-25 15:34 tonvoon
3538 * [r1404] plugins/check_http.c, plugins/t/check_http.t:
3539 Option to invert results from a regexp pattern match
3541 2006-05-25 12:33 tonvoon
3543 * [r1403] configure.in, lib, lib/.cvsignore, lib/regcomp.c,
3544 lib/regex.c, lib/regex.h, lib/regex.o, lib/regex_internal.c,
3545 lib/regex_internal.h, lib/regexec.c, lib/strcase.h, m4,
3546 m4/.cvsignore, m4/np_coreutils.m4, m4/regex.m4, m4/restrict.m4,
3547 plugins/check_apt.c, plugins/check_http.c, plugins/check_smtp.c,
3548 plugins/check_snmp.c:
3549 Use coreutils' regexp libraries, so regexp always available now
3551 2006-05-25 12:13 tonvoon
3553 * [r1402] m4/ls-mntd-fs.m4:
3554 Sync with coreutils 5.96
3556 2006-05-24 12:48 tonvoon
3558 * [r1401] THANKS.in, configure.in:
3559 Fix for mysql 3.x (Jeremy Reed, Michael Tiernan - 1491936)
3561 2006-05-24 09:23 tonvoon
3563 * [r1400] doc/developer-guidelines.sgml:
3564 Reminder of no inline variable declarations
3566 2006-05-24 09:05 tonvoon
3568 * [r1399] plugins/check_snmp.c:
3569 Variables need to be declared at top of code for better
3570 portability (Gerhard Lausser)
3572 2006-05-19 21:41 tonvoon
3574 * [r1398] configure.in, doc/developer-guidelines.sgml:
3575 Requirement of automake 1.8.3, as coreutils needs it
3577 2006-05-19 21:30 tonvoon
3579 * [r1397] ., .cvsignore, config.rpath, mkinstalldirs, po,
3580 po/.cvsignore, po/remove-potcdate.sin:
3581 Adding more required files from gettext
3583 2006-05-18 23:17 tonvoon
3585 * [r1396] tools/setup:
3586 Bug in Makefile.am creation
3588 2006-05-18 23:09 tonvoon
3590 * [r1395] ., .cvsignore, ABOUT-NLS, m4/Makefile.am,
3591 m4/Makefile.am.in, po, po/.cvsignore, po/Makefile.in.in,
3593 Fixes from coreutils sync: some files now required and removed
3596 2006-05-18 22:05 tonvoon
3598 * [r1394] ., .cvsignore, Makefile.am, configure.in,
3599 doc/developer-guidelines.sgml, lib/Makefile.am, lib/cloexec.c,
3600 lib/cloexec.h, lib/error.c, lib/error.h, lib/exit.h,
3601 lib/exitfail.c, lib/exitfail.h, lib/fsusage.c, lib/fsusage.h,
3602 lib/full-read.c, lib/full-read.h, lib/full-write.c,
3603 lib/full-write.h, lib/getloadavg.c, lib/getopt.c, lib/getopt.h,
3604 lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/gettext.h,
3605 lib/malloc.c, lib/mountlist.c, lib/mountlist.h, lib/realloc.c,
3606 lib/safe-read.c, lib/safe-read.h, lib/safe-write.c,
3607 lib/safe-write.h, lib/stdbool_.h, lib/strtod.c,
3608 lib/unlocked-io.h, lib/xalloc-die.c, lib/xalloc.h, lib/xmalloc.c,
3609 m4, m4/.cvsignore, m4/Makefile.am, m4/afs.m4, m4/codeset.m4,
3610 m4/error.m4, m4/exitfail.m4, m4/extensions.m4, m4/fstypename.m4,
3611 m4/fsusage.m4, m4/getopt.m4, m4/gettext.m4, m4/glibc21.m4,
3612 m4/iconv.m4, m4/intdiv0.m4, m4/inttypes-pri.m4, m4/inttypes.m4,
3613 m4/inttypes_h.m4, m4/isc-posix.m4, m4/lcmessage.m4, m4/lib-ld.m4,
3614 m4/lib-link.m4, m4/lib-prefix.m4, m4/longdouble.m4,
3615 m4/longlong.m4, m4/ls-mntd-fs.m4, m4/malloc.m4, m4/mountlist.m4,
3616 m4/nls.m4, m4/np_coreutils.m4, m4/onceonly.m4,
3617 m4/onceonly_2_57.m4, m4/po.m4, m4/progtest.m4, m4/realloc.m4,
3618 m4/signed.m4, m4/stdbool.m4, m4/stdint_h.m4, m4/uintmax_t.m4,
3619 m4/ulonglong.m4, m4/unlocked-io.m4, m4/wchar_t.m4, m4/wint_t.m4,
3620 m4/xalloc.m4, plugins, plugins-root, plugins-root/.cvsignore,
3621 plugins-root/check_dhcp.c, plugins/.cvsignore,
3622 plugins/check_disk.c, plugins/common.h, plugins/tests,
3623 plugins/tests/.cvsignore, po, po/.cvsignore, tools/setup:
3624 Synchronise with coreutils 2.95. Gettext now synced with
3625 coreutils, so no longer development platform requirement
3627 2006-05-17 10:10 tonvoon
3629 * [r1393] configure.in:
3630 Fix for loading SSL libraries at runtime
3632 2006-05-17 08:56 tonvoon
3634 * [r1392] configure.in, plugins-root/Makefile.am:
3635 Fix compile problems on Solaris for pst3 and ssl libs
3637 2006-05-15 13:20 tonvoon
3639 * [r1391] CHANGES, contrib/check_disk_snmp.pl:
3640 check_disk_snmp.pl removed. Notice added to CHANGES
3642 2006-05-15 13:07 tonvoon
3644 * [r1390] tools/sfsnapshot:
3645 Changed snapshot generator due to cvs changes on SF
3647 2006-05-03 14:12 tonvoon
3649 * [r1389] doc/LEAVERS:
3650 Leavers process documented
3652 2006-05-02 08:30 tonvoon
3654 * [r1388] plugins/check_disk.c:
3655 Inode thresholds not always being initialised (James Fidell -
3658 2006-05-02 08:21 tonvoon
3661 New check_ntp and check_apt plugins by Sean
3663 2006-05-01 21:52 seanius
3665 * [r1386] configure.in, plugins-scripts/Makefile.am,
3666 plugins/Makefile.am, plugins/check_ntp.c, plugins/common.h,
3668 - check_ntp: - now roughly feature-complete. - various bugfixes,
3669 esp. offset calculation. - enhanced the asynchronous offset
3670 polling to set requests that haven't recieved a response in >= 1
3671 second to stale and retransmit them, which results in much better
3672 performance on unreliable networks. - we only spend timeout/2
3673 seconds polling offsets, and if we don't get everything by that
3674 point we work with what we have and set status to
3675 warning/critical depending on how much data we have. - set the
3676 same defaults as the perl script. - commit changes to
3677 configure.in to support automatic building of check_apt (if
3678 apt-get is installed and regex libraries available) and check_ntp
3679 (unconditionally), now defaulting to check_ntp.c instead of the
3680 perl script. if this is an issue we can back out the commit of
3681 course. an eye should be kept on check_ntp building and running
3682 correctly in different environments, esp. 64-bit and big-endian
3683 platforms, and those with more "esoteric" API's (do any of the
3684 platforms not have poll()?). - similar changes to Makefile.am's.
3685 - common.h: add statement to include sys/poll.h - runcmd.c: exit
3686 STATE_UNKNOWN if execve() fails.
3688 2006-04-28 15:52 tonvoon
3690 * [r1385] configure.in:
3691 Remove stupid error where pst3 was always compiled
3693 2006-04-28 08:45 tonvoon
3695 * [r1384] configure.in, plugins-root/Makefile.am:
3696 Added pst3 into distribution (Jason Kau - 1476451)
3698 2006-04-27 13:25 tonvoon
3700 * [r1383] configure.in, plugins/check_procs.c,
3701 plugins/tests/test_utils.c, plugins/utils.c, plugins/utils.h:
3702 Internal version of basename if one not found in system
3704 2006-04-19 09:33 tonvoon
3706 * [r1382] plugins/t/check_nagios.t:
3707 Fix check_nagios tests on MacOSX 10.4
3709 2006-04-19 03:47 sghosh
3711 * [r1380] ChangeLog:
3712 ChangeLog update - release pending
3714 2006-04-19 03:42 sghosh
3716 * [r1379] configure.in, package.def:
3717 version update - release pending
3719 2006-04-17 21:08 opensides
3722 Final commit of fr.po
3724 2006-04-17 13:54 opensides
3727 another big chunk of fr.po
3731 2006-04-16 14:24 opensides
3734 big revision of po file for 1.4.3
3736 2006-04-15 10:46 opensides
3739 second part of fr.po updating
3741 2006-04-14 22:44 opensides
3743 * [r1374] po/de.po, po/fr.po, po/nagios-plugins.pot:
3744 updated pot file sarted updating fr.po for nagios 1.4.3
3746 2006-04-12 10:00 seanius
3748 * [r1373] plugins/check_ntp.c:
3749 the offset_requests are now parallelized. still stuff needs to be
3750 done (conveniently marked with XXX), but on well behaving
3751 networks the plugin should behave more or less identical to
3754 2006-04-12 06:33 seanius
3756 * [r1372] plugins/check_ntp.c:
3757 added a currently unused but "good for reference" version of
3758 offset_request which attempts to behave more like ntpdate, but
3759 this doesn't yet and the code isn't actually used yet.
3761 2006-04-11 23:24 seanius
3763 * [r1371] plugins/check_ntp.c:
3764 another big code-commit to check_ntp. jitter calculations now
3765 work, and the program is becoming much closer on the
3766 packet-for-packet level to how check_ntp.pl behaves. i'll send an
3767 email in the morning :)
3769 2006-04-06 10:08 tonvoon
3771 * [r1370] THANKS.in, plugins/utils.c:
3772 Stop coredump on Solaris if arg not specified (Jason Kau -
3775 2006-04-05 08:11 tonvoon
3778 Notice added re: check_udp in next release
3780 2006-04-05 08:06 tonvoon
3782 * [r1368] plugins/check_procs.c:
3783 Use pid_t for pids (1463853)
3785 2006-04-05 07:58 tonvoon
3787 * [r1367] plugins/check_http.c, plugins/t/check_http.t:
3788 Allow multiple -k parameters (Gerd Mueller - 1457726)
3790 2006-04-05 06:58 seanius
3792 * [r1366] plugins/check_apt.c:
3793 finally??? cvs works again???? let me dig up my week-old cvs
3796 i'm becoming very happy with check_apt now :) - now has support
3797 for an externally (configure.in) path to apt-get, though i still
3798 have that in #ifdefs for the time being. - support for defining
3799 what packages are "critical updates", via the already-existing
3800 security regexp or overridable on the cmdline - allow overriding
3801 of apt-get cmdline options - introduce a "no upgrade" in case
3802 someone just wants to check that they can download the package
3803 lists with -u but not check for upgrades. might need to change
3804 the name of this option to prevent confusion. - improved -h
3807 2006-03-29 16:33 tonvoon
3809 * [r1365] THANKS.in, plugins/check_tcp.c,
3810 plugins/tests/test_utils.c, plugins/utils.c, plugins/utils.h:
3811 New function to for escaped strings from command line for
3812 send/quit. Adapted from Sebastian Wiesinger's patch (1292404)
3814 2006-03-29 15:30 tonvoon
3816 * [r1364] NPTest.pm:
3817 Will die if signal received from a testCmd
3819 2006-03-29 14:37 tonvoon
3821 * [r1363] plugins/t/check_udp.t:
3822 Allow 1 second delay in check_udp timeout
3824 2006-03-29 08:18 tonvoon
3826 * [r1362] plugins/t/check_http.t:
3827 Fix possible timeout issue on hostname_invalid
3829 2006-03-29 08:13 tonvoon
3831 * [r1361] plugins/t/check_dns.t:
3832 Fix test if response time is one second
3834 2006-03-29 08:01 seanius
3836 * [r1360] plugins/check_apt.c:
3837 now support for detecting critical/security updates, which sets
3838 the return code to STATE_CRITICAL instead of just STATE_WARNING
3839 as it was previously doing.
3841 2006-03-27 08:39 tonvoon
3843 * [r1359] plugins/t/check_udp.t:
3844 Set timeout within nc, rather than the test script
3846 2006-03-27 08:19 tonvoon
3848 * [r1358] plugins/check_disk.c:
3849 Fixed bug with malloc of wrong size
3851 2006-03-24 17:26 tonvoon
3853 * [r1357] plugins/t/check_dns.t:
3854 Fixing defaults to work
3856 2006-03-24 16:49 tonvoon
3859 Reintroduced --with-mysql configure option. Note about SSL
3862 2006-03-24 16:25 tonvoon
3864 * [r1355] plugins/check_http.c:
3865 -C now implies -S/--ssl as well
3867 2006-03-24 16:13 tonvoon
3869 * [r1354] plugins/t/check_hpjd.t, plugins/t/check_http.t:
3870 Tests converted to new style
3872 2006-03-24 16:12 tonvoon
3874 * [r1353] plugins/check_tcp.c, plugins/t/check_udp.t:
3875 udp checks require and send and receive option. Tests updated so
3876 if nc is available, will check send and receive working correctly
3878 2006-03-23 22:58 seanius
3880 * [r1352] plugins/check_apt.c:
3881 - addition of include/exclude option for package names in
3882 check_apt, using POSIX regexp support. - various commenting and
3883 tidying of code/logic/output. - still haven't committed the
3884 Makefile.am/configure.in stuff.
3886 2006-03-23 17:16 tonvoon
3888 * [r1351] NPTest.pm, plugins/check_disk.c, plugins/t/check_disk.t:
3889 check_disk now errors if a specified directory does not exist (cf
3892 2006-03-23 16:06 tonvoon
3894 * [r1350] plugins/t/check_disk.t:
3895 Some versions of Test::More do not like the m#foo# syntax
3897 2006-03-23 12:01 tonvoon
3899 * [r1349] NPTest.pm, plugins/check_disk.c, plugins/t/check_disk.t:
3900 Incorrect output when checking non-existent disk (John Rouillard
3903 2006-03-23 00:01 seanius
3905 * [r1348] plugins/check_apt.c:
3906 more work on check_apt. more graceful error handling and
3907 information reporting, a couple new cmdline options. still not
3908 quite ready for prime-time, maybe tomorrow :)
3910 2006-03-22 17:32 tonvoon
3912 * [r1347] REQUIREMENTS, configure.in:
3913 Reinstated --with-mysql option
3915 2006-03-22 16:45 tonvoon
3917 * [r1346] plugins/check_dns.c, plugins/t/check_dns.t:
3918 Added warning and critical response times (John Rouillard -
3921 2006-03-22 15:45 tonvoon
3923 * [r1345] plugins/t/check_pop.t:
3924 Convert to new style tests
3926 2006-03-22 15:45 tonvoon
3928 * [r1344] THANKS.in, plugins/check_tcp.c:
3929 Options to change line ends for -s and -q (John Rouillard -
3932 2006-03-22 14:32 tonvoon
3934 * [r1343] plugins-scripts/check_log.sh:
3935 Remove PATH restriction
3937 2006-03-22 14:17 tonvoon
3939 * [r1342] plugins/check_dns.c, plugins/t/check_dns.t:
3940 New style tests. Cleanup of presentation of help. Added '' around
3943 2006-03-22 13:18 tonvoon
3945 * [r1341] plugins/check_by_ssh.c:
3946 Typo (Thomas Guettler - 1433447)
3948 2006-03-22 12:59 tonvoon
3950 * [r1340] plugins-scripts/check_log.sh,
3951 plugins-scripts/utils.sh.in:
3952 Remove hardlink to /bin/sed. Leave to PATH (Abs - 1391483)
3954 2006-03-22 00:00 seanius
3956 * [r1339] plugins/check_apt.c:
3957 initial version of a check_apt plugin... not editing
3958 configure/Makefile.am's until i'm happier with it (better output,
3959 better ways to define warning vs. critical thresholds... etc).
3961 2006-03-21 14:20 tonvoon
3963 * [r1338] THANKS.in, configure.in:
3964 Stop check_dns from compiling if nslookup does not exist (Sakari
3967 2006-03-21 13:42 tonvoon
3969 * [r1337] plugins/t/check_load.t:
3970 Updated to new Test::More method for testing
3972 2006-03-21 13:32 tonvoon
3974 * [r1336] configure.in:
3977 2006-03-21 13:31 tonvoon
3979 * [r1335] plugins/check_tcp.c:
3980 Return CRITICAL if hostname invalid, as per guidelines
3982 2006-03-21 12:56 tonvoon
3984 * [r1334] tools/setup:
3985 Patch to workaround SFnot having libtool installed
3987 2006-03-21 11:42 tonvoon
3989 * [r1333] CHANGES, REQUIREMENTS, THANKS.in, configure.in,
3990 plugins/Makefile.am, plugins/tests/Makefile.am:
3991 mysql discovery based on mysql_config (Johan Fischer - 1359414)
3993 2006-03-20 22:06 seanius
3995 * [r1332] plugins/check_ntp.c:
3996 - shuffling some code around to keep things tidy. - now average
3997 the result of 4 queries just as ntpdate does - put things in
3998 place for jitter calculation
4000 2006-03-20 17:18 seanius
4002 * [r1331] plugins/check_ntp.c:
4003 ipv6 support for c-version of check_ntp
4005 2006-03-18 19:00 seanius
4007 * [r1330] plugins/check_ntp.c:
4008 initial version of the pure-c check_ntp implementation. jitter
4009 not yet implemented, and a couple other misc things to do, so i
4010 haven't yet patched Makefile.am
4012 2006-03-18 14:47 seanius
4014 * [r1329] plugins/check_http.c:
4015 return-logic related fix for cert checking, thanks to emmet
4018 2006-03-17 14:08 tonvoon
4020 * [r1328] plugins/tests/test_utils.t:
4021 Better error message re: tap library
4023 2006-03-17 14:07 tonvoon
4025 * [r1327] REQUIREMENTS, configure.in, plugins/Makefile.am,
4026 plugins/check_mysql.c, plugins/check_mysql_query.c,
4027 plugins/t/check_mysql.t:
4028 mysql detection cleanup: fixes runtime linking, autodetection of
4029 main locations, detection of lib64 and different layouts
4031 2006-03-17 10:20 tonvoon
4033 * [r1326] doc/developer-guidelines.sgml:
4034 Added requirement for developer system to have gnu libtool
4036 2006-03-16 17:31 tonvoon
4038 * [r1325] configure.in, plugins/tests/Makefile.am, tools/setup:
4039 Using libtool to get runpath for tap library
4041 2006-03-15 19:54 tonvoon
4043 * [r1324] THANKS.in, plugins/check_mysql.c,
4044 plugins/t/check_mysql.t:
4045 Alert on amount of time a slave is behind (Steven Kreuzer)
4047 2006-03-13 17:59 seanius
4049 * [r1323] plugins/check_swap.c:
4050 fix for (tracker id 1420741) "check_swap: incorrect totals for
4051 multiple partitions (BSD)" thanks to scott thompson
4053 2006-03-13 11:08 tonvoon
4055 * [r1322] plugins/check_ping.c:
4056 Change warning message if there is stderr output. This catches a
4057 problem where time was shifting backwards on a linux VMware guest
4060 2006-03-07 10:33 tonvoon
4062 * [r1321] plugins/t/check_http.t:
4063 Added tests for two external websites with certificates
4065 2006-03-07 10:23 tonvoon
4067 * [r1320] plugins/t/check_http.t:
4068 Tests re-written in new object format
4070 2006-02-24 17:03 tonvoon
4072 * [r1319] doc/developer-guidelines.sgml:
4073 Updated doc as tap library is now automatically discovered
4075 2006-02-24 16:41 tonvoon
4077 * [r1318] configure.in, plugins/tests/Makefile.am:
4078 Use the installed tap library instead of requesting a compiled
4081 2006-02-17 09:08 tonvoon
4083 * [r1317] THANKS.in, plugins/popen.c:
4084 SIGALRM could be received before child_process is created (Jason
4087 2006-02-17 06:24 seanius
4089 * [r1316] plugins/check_procs.c:
4090 set LC_NUMERIC to POSIX in check_procs.c
4092 2006-02-01 13:23 tonvoon
4094 * [r1315] plugins/t/check_mysql_query.t:
4095 If a mysql server has anonymous login, tests will always fail
4097 2006-02-01 11:53 tonvoon
4099 * [r1314] plugins/tests/Makefile.am:
4100 Need to distribute perl test file
4102 2006-01-31 16:48 tonvoon
4105 check_mysql_query included
4107 2006-01-31 16:47 tonvoon
4109 * [r1312] REQUIREMENTS:
4110 Note on MacOSX difference in mysql package
4112 2006-01-31 16:45 tonvoon
4114 * [r1311] configure.in, plugins/Makefile.am:
4115 Clean compile of check_mysql_query on MacOSX
4117 2006-01-31 15:40 tonvoon
4119 * [r1310] NPTest.pm:
4120 Sort ordering of tests
4122 2006-01-31 14:52 tonvoon
4124 * [r1309] configure.in, plugins, plugins/.cvsignore,
4125 plugins/Makefile.am, plugins/check_mysql_query.c,
4126 plugins/t/check_mysql_query.t, plugins/utils.h:
4127 Adding check_mysql_query, using new ranges and threshold checking
4129 2006-01-31 14:37 tonvoon
4131 * [r1308] plugins/t/check_mysql.t:
4132 Extra explanation in tests
4134 2006-01-31 14:36 tonvoon
4136 * [r1307] plugins/tests/test_utils.c:
4139 2006-01-31 10:06 tonvoon
4141 * [r1306] doc/developer-guidelines.sgml:
4142 Updated instructions on using libtap as configure option changed
4144 2006-01-31 10:05 tonvoon
4146 * [r1305] configure.in:
4147 Changed configure option to --with-libtap-srcdir because requires
4148 tap.h as well as tap.o
4150 2006-01-30 22:24 tonvoon
4152 * [r1304] doc/developer-guidelines.sgml,
4153 plugins/tests/test_utils.c, plugins/utils.c, plugins/utils.h:
4154 Clearly defined thresholds & ranges in docs. Added get_status
4155 routine. Added set_thresholds routine. Tests enhanced to check
4158 2006-01-30 16:10 tonvoon
4160 * [r1303] configure.in, doc/developer-guidelines.sgml,
4161 plugins/Makefile.am, plugins/tests, plugins/tests/.cvsignore,
4162 plugins/tests/Makefile.am, plugins/tests/README,
4163 plugins/tests/check_disk, plugins/tests/check_dns,
4164 plugins/tests/check_ftp, plugins/tests/check_hpjd,
4165 plugins/tests/check_http, plugins/tests/check_load,
4166 plugins/tests/check_ping, plugins/tests/check_procs,
4167 plugins/tests/check_swap, plugins/tests/check_users,
4168 plugins/tests/check_vsz, plugins/tests/test_utils.c,
4169 plugins/tests/test_utils.t, plugins/utils.c, plugins/utils.h:
4170 Added libtap tests for utils.c library functions. Removed
4171 redundant test files
4173 2006-01-21 21:46 tonvoon
4175 * [r1302] tools/sfsnapshot:
4176 Have to use own id for cvs checkout. Change compile server
4177 because old one not working consistently
4179 2005-12-19 09:25 tonvoon
4181 * [r1301] NPTest.pm:
4182 Break out of testing if a new parameter is required
4184 2005-12-16 18:41 harpermann
4186 * [r1300] contrib/check_log2.pl:
4187 Added ability to output critical on error. Fixed open so it
4188 properly fails if the log file open throws an error, turned on -w
4189 in the perl call, fixed warnings
4191 2005-12-15 17:06 tonvoon
4193 * [r1299] NPTest.pm, plugins/check_mysql.c,
4194 plugins/t/check_mysql.t:
4195 Display errors with slave queries correctly. Added extra tests
4198 2005-12-15 15:19 tonvoon
4200 * [r1298] NPTest.pm, doc/developer-guidelines.sgml,
4201 plugins/t/check_disk.t:
4202 New 3 parameter version of getTestParameters. Updated
4203 check_disk.t to reflect. Added notes re: testing in developer
4206 2005-12-15 15:17 tonvoon
4208 * [r1297] plugins-scripts/check_file_age.pl,
4209 plugins-scripts/t/check_file_age.t:
4210 Allow directories and links to be tested by check_file_age.
4211 Sanitise output. Added tests
4213 2005-12-07 19:32 harpermann
4215 * [r1296] plugins/urlize.c:
4216 Nagiosplug bug 1266977. Added code to insert the closing </A>
4217 after the plugin output but before the performance output.
4219 2005-12-07 15:10 tonvoon
4221 * [r1295] THANKS.in, plugins/common.h:
4222 No floorf on Solaris 9 (Jon Vandegrift - 1374705)
4224 2005-12-02 22:28 tonvoon
4226 * [r1294] THANKS.in, doc/developer-guidelines.sgml,
4227 plugins/check_nagios.c,
4228 plugins/t/check_nagios.nagios1.status.log,
4229 plugins/t/check_nagios.nagios2.status.dat,
4230 plugins/t/check_nagios.t:
4231 Support for Nagios 1 and Nagios 2 status files (Gerhard Lausser -
4234 2005-12-02 22:25 tonvoon
4236 * [r1293] plugins/t, plugins/t/.cvsignore:
4237 Ignore temporary files created for tests
4239 2005-12-01 01:05 tonvoon
4241 * [r1292] config_test/Makefile, config_test/run_tests,
4243 Run longer test on redhat for spopen/pthread problem. Allow
4244 enable/disable of pthread fix via configure option
4246 2005-11-30 00:49 harpermann
4248 * [r1291] plugins-scripts/check_ntp.pl:
4249 Nagiosplug bug # 1251096 check_ntp wasn't properly handing a bad
4250 exit status from the external programs it calls (ntpdate and
4251 ntpq), so jitter wasn't set. Added check of $? on close and
4252 proper error output if status from the sub program call
4253 completion is non-zero. This includes "host not found".
4255 2005-11-29 23:21 harpermann
4257 * [r1290] contrib/check_email_loop.pl:
4258 UNKNOWN exit status was returning status of "-1", changed to "3"
4260 2005-11-29 23:19 harpermann
4262 * [r1289] contrib/check_email_loop.pl:
4263 Bug: 1355304 Added patch for ePN and perl warnings. Fixed some
4264 text and a warning about type comparison.
4266 2005-11-18 12:56 tonvoon
4268 * [r1288] tools/sfsnapshot:
4269 Create a permanent link to HEAD snapshot
4271 2005-11-18 11:56 tonvoon
4273 * [r1287] doc/developer-guidelines.sgml:
4274 Updated with more detailed description of UNKNOWN states
4276 2005-11-16 17:26 tonvoon
4278 * [r1286] plugins/check_disk.c:
4279 Fixed some compile errors with new translations. Also
4280 reintroduced formatting after discussion with Benoit
4282 2005-11-15 16:26 tonvoon
4284 * [r1285] plugins/t/check_disk.t:
4285 Updated tests to minimise false positives. Breaking down so more
4286 obvious what the tests are doing
4288 2005-11-14 14:43 tonvoon
4290 * [r1284] doc/developer-guidelines.sgml:
4291 Added section re: translations
4293 2005-11-14 01:18 opensides
4295 * [r1283] plugins/check_http.c:
4296 localization cleaning ... last commit before sleeping
4298 2005-11-14 00:51 opensides
4300 * [r1282] plugins/check_dig.c, plugins/check_disk.c,
4301 plugins/check_dns.c, plugins/check_dummy.c,
4302 plugins/check_fping.c, plugins/check_game.c:
4303 start of the cleaning of the localization
4305 2005-11-12 23:48 tonvoon
4307 * [r1281] THANKS.in, plugins/t/check_disk.t:
4308 Updated check_disk tests to use Test::More (Serhan Kiymaz)
4310 2005-11-09 17:27 tonvoon
4312 * [r1280] plugins/t/check_mysql.t:
4315 2005-11-09 16:40 tonvoon
4317 * [r1279] NPTest.pm, plugins/t/check_imap.t,
4318 plugins/t/check_swap.t:
4319 Added new NPTest->testCmd which returns objects back for testing
4320 at the test script level. Updated check_swap and check_imap to
4323 2005-11-09 16:37 tonvoon
4325 * [r1278] plugins/check_swap.c:
4326 Problem where absolute thresholds not working on /proc/meminfo
4327 systems. Suffixed all variables with the unit of measurement
4329 2005-11-09 16:34 tonvoon
4331 * [r1277] configure.in:
4332 Typo with predetermined values
4334 2005-11-09 14:10 tonvoon
4336 * [r1276] doc/developer-guidelines.sgml:
4337 Added copyright/license info required in submissions
4339 2005-11-09 09:31 tonvoon
4341 * [r1275] doc/NEW_STARTERS, doc/developer-guidelines.sgml:
4342 Updated dev guidelines to link to NagiosExchange. Removed project
4343 admin notes from guidelines into separate file
4345 2005-11-07 12:46 seanius
4347 * [r1274] configure.in:
4348 incorporated patch from Elan Ruusamäe (ahmake) to override
4349 program autodetection (see Feature Requests-1341528). i would not
4350 call this quite complete just yet (i'll explain more in the
4351 tracker), but should be functional and useful enough to commit
4354 2005-11-04 09:38 tonvoon
4356 * [r1273] THANKS.in, plugins/check_tcp.c, plugins/t/check_imap.t:
4357 Fixed --mismatch option for check_tcp. Added tests into
4358 check_imap (Rick Fey - 1339134)
4360 2005-11-03 15:21 tonvoon
4362 * [r1272] Makefile.am, tools/tinderbox_build:
4363 Adding new tinderbox build script
4365 2005-11-03 15:13 tonvoon
4367 * [r1271] plugins/t/check_disk.t, plugins/t/check_procs.t:
4368 Invalid mount point doesn't make sense because most df
4369 implementations would work out the actual mount point. And fixed
4370 typo in check_procs.t
4372 2005-11-03 15:04 tonvoon
4374 * [r1270] NPTest.pm, plugins/t/check_http.t,
4375 plugins/t/check_time.t:
4376 Fixing some test failures
4378 2005-11-02 08:59 seanius
4380 * [r1269] plugins/check_disk.c:
4381 #995761: patch from ben o'hara to include inode calculations in
4384 previous commit also had a patch for smtp auth support, but i
4385 accidentally sent a blank commit message.
4387 2005-11-02 08:47 seanius
4389 * [r1268] plugins/check_smtp.c:
4392 2005-10-31 20:03 seanius
4394 * [r1267] configure.in, plugins/check_game.c, plugins/check_http.c,
4395 plugins/check_nagios.c, plugins/check_snmp.c,
4396 plugins/check_swap.c, plugins/check_tcp.c, plugins/common.h,
4397 plugins/netutils.c, plugins/netutils.h, plugins/sslutils.c:
4398 code cleanups, largely resulting from turning on -Wall. mostly
4399 unused variables and explicit casting issues, but there were a
4400 couple gotchas in there too.
4402 2005-10-30 22:45 seanius
4404 * [r1266] plugins/Makefile.am:
4405 turned on -Wall in plugins/Makefile.am via AM_CFLAGS. shouldn't
4406 keep our heads in the sand for potential errors, after all :)
4408 2005-10-30 18:05 seanius
4410 * [r1265] plugins/check_tcp.c:
4411 another fix from alex: check for '/' in the server_address before
4412 trying to resolve it via is_host().
4414 2005-10-30 10:25 seanius
4416 * [r1264] plugins/check_tcp.c:
4417 fixes for some bugs found in my merging of the tcp socket patch
4419 2005-10-29 15:38 seanius
4421 * [r1263] plugins-scripts/check_log.sh:
4422 check_log fixes from Ade Rixon
4424 2005-10-29 12:46 seanius
4426 * [r1262] plugins/Makefile.am:
4427 patch from nsturm: Makefile.am should have been checking for
4428 check_ldap instead of check_ldaps. the result was that
4429 check_ldaps was not being created during the build process.
4431 2005-10-25 10:38 seanius
4433 * [r1261] COPYING, configure.in, plugins/Makefile.am,
4434 plugins/check_tcp.c, plugins/netutils.c, plugins/netutils.h,
4435 plugins/utils.h, po/de.po, po/fr.po:
4436 - added code to allow check_tcp (via np_net_connect) work with
4437 local unix sockets. some testing would be welcome. based on idea
4438 from Alex Samorukov. - also introduced a check_clamd behavior in
4441 2005-10-24 11:10 seanius
4443 * [r1260] plugins/Makefile.am, plugins/check_by_ssh.c,
4444 plugins/check_dig.c, plugins/check_dns.c, plugins/check_game.c,
4445 plugins/check_nagios.c, plugins/netutils.c, plugins/runcmd.c,
4446 plugins/runcmd.h, plugins/utils.c, plugins/utils.h:
4447 initial merging of ae's np_runcmd code into selected plugins.
4449 2005-10-23 12:01 seanius
4451 * [r1259] configure.in:
4452 whoops, missed this one, same as last commit
4454 2005-10-23 11:59 seanius
4456 * [r1258] plugins/Makefile.am, plugins/netutils.c,
4458 - compartmentalized ssl code into seperate sslutils.c -
4459 ssl-related cleanups in configure.in, and now openssl/gnutls
4460 options automatically disable each other.
4462 2005-10-19 20:22 seanius
4464 * [r1257] plugins/check_http.c, plugins/check_smtp.c,
4465 plugins/check_tcp.c, plugins/netutils.c, plugins/netutils.h:
4466 all plugins now using centralized ssl functions in netutils.c
4468 2005-10-19 13:05 seanius
4470 * [r1256] plugins/check_http.c:
4471 endif was a few lines off of where it should be
4473 2005-10-19 12:59 seanius
4475 * [r1255] configure.in, plugins-root/Makefile.am,
4476 plugins/Makefile.am, plugins/check_http.c, plugins/check_smtp.c,
4477 plugins/check_tcp.c, plugins/common.h, plugins/netutils.c,
4479 - initial attempt at consolidating ssl-related code into
4480 netutils.{c,h} - added some #ifdefs to common.h and netutils.h to
4481 prevent multiple inclusions (as netlibs now includes common.h) -
4482 all ssl plugins (tcp/http/smtp) compile cleanly against gnutls,
4483 though certificate checking still needs to be done. - modified
4484 configure script so you can also explicitly say "without-gnutls"
4485 too (otherwise if you disable openssl you have no way of
4486 disabling gnutls too)
4488 2005-10-18 22:35 seanius
4490 * [r1254] configure.in, plugins/check_tcp.c:
4491 initial "experimental" support for gnutls. by default openssl is
4492 still used if available, and gnutls is only used if openssl is
4493 not available or explicitly disabled (--without-openssl).
4494 currently the only plugin i've verified to work is check_tcp, but
4495 i had to disable cert checking.
4497 2005-10-18 09:26 tonvoon
4500 Added license information to README with exemption for use of
4503 2005-10-13 11:51 tonvoon
4505 * [r1252] configure.in:
4506 Run spopen tests for Redhat ES SMP (Hans Engelen)
4508 2005-10-13 10:22 seanius
4511 debian bts #313960: - grammatical german fixes. i'm taking the
4512 reporter's word for it :)
4514 2005-10-13 10:20 seanius
4516 * [r1250] plugins-scripts/check_ntp.pl:
4517 debian bts #268044: - use a "less beastly" regex for parsing ntpq
4518 output. probably need some more widespread testing on this one.
4520 2005-10-13 10:18 seanius
4522 * [r1249] plugins/check_disk.c:
4523 debian bts #296278: - it seems that when check_disk uses the "df"
4524 routines and is told to check a non-mountpoint, it would check
4525 the filesystem on which the directory was mounted (i.e. /var/log
4526 -> /var if no /var/log mount). the system-call routines now do
4527 this too. might need a bit more widespread testing, but looks
4528 good for me and i did it without modifying any of the
4529 system-call-specific codeblocks.
4531 2005-10-13 10:16 seanius
4533 * [r1248] plugins/check_game.c:
4534 debian bts #307905: - someone changed the cmdline syntax of check
4535 game without also updating the usage/help function ;p
4537 2005-10-13 10:14 seanius
4539 * [r1247] plugins-scripts/check_disk_smb.pl:
4540 debian bts #300701: - check_smb fix for freespace threshold
4541 parsing from the cmdline options.
4543 2005-10-13 10:11 seanius
4545 * [r1246] plugins/check_smtp.c:
4546 multiple fixes in check_smtp from debian (bts #285554): - fix for
4547 double free via SSL_CTX_free. looks like the previous author knew
4548 this was a problem but didn't care enough to fix it ;p. - use
4549 defines instead of const chars for SMTP strings. - default to
4550 send our fqdn (via gethostbyname lookup on gethostname) in the
4551 HELO string, as this is an RFC/SMTP requirement. overridable via
4552 cmdline. - use EHLO instead of HELO if using STARTTLS, as it is
4553 not SMTP but ESMTP. - verify the server supports STARTTLS before
4554 initializing it. - always send QUIT before disconnecting when
4557 2005-10-13 09:58 seanius
4559 * [r1245] plugins/check_mrtg.c:
4560 was this plugin even working? i don't think the if/else logic was
4561 doing what was intended.
4563 2005-10-13 09:55 seanius
4565 * [r1244] plugins/check_mysql.c:
4566 check mysql now reads [client] defaults from my.cnf (debian bug
4569 2005-10-06 12:16 seanius
4571 * [r1243] plugins/check_ups.c:
4572 fix for misreporting temperature in perfdata output for check_ups
4573 (debian bts id: #316534)
4575 2005-10-06 12:12 seanius
4577 * [r1242] configure.in, plugins-root/Makefile.am:
4578 whoops. now using automake conditionals to prevent attempted
4579 compiles of pst3 on non solaris systems.
4581 2005-09-25 16:34 seanius
4583 * [r1241] plugins-root/Makefile.am:
4584 added rules to Makefile.am for pst3
4586 2005-09-24 20:01 seanius
4588 * [r1240] configure.in:
4589 a final change to hardcode the path for where plugins are
4590 installed. it's a very, very ugly hack... if anyone can think of
4591 a better way to do it, i'm all ears.
4593 2005-09-22 12:10 seanius
4595 * [r1239] configure.in:
4596 use test instead of '[ ... ]' in configure.in. the
4597 check_procs/pst3 situation is still not quite fixed.
4599 2005-09-22 09:43 seanius
4601 * [r1238] THANKS.in, configure.in, plugins-root/pst3.c:
4602 first version of bob ingraham's pst3 to allow checking for longer
4603 cmdline names than otherwise possible, by querying solaris kmem
4604 directly (ps forcibly truncates). added requisite configure.in
4605 voodoo and updated THANKS.in.
4607 2005-09-22 08:10 tonvoon
4609 * [r1237] po/POTFILES.in:
4610 Mark moving of check_dhcp and check_icmp for translation
4612 2005-09-21 13:07 tonvoon
4614 * [r1236] AUTHORS, THANKS.in:
4615 Updated with contributors and new team member
4617 2005-09-21 13:04 tonvoon
4619 * [r1235] plugins/check_nwstat.c:
4620 Reopen connections for each query (1296296 - David Sullivan)
4622 2005-09-21 10:09 tonvoon
4624 * [r1234] plugins/check_dhcp.c, plugins/check_icmp.c:
4625 Moved into plugins-root/
4627 2005-09-21 10:06 tonvoon
4629 * [r1233] ACKNOWLEDGEMENTS, CHANGES, Makefile.am, README,
4630 configure.in, plugins-root, plugins-root/.cvsignore,
4631 plugins-root/Makefile.am, plugins-root/check_dhcp.c,
4632 plugins-root/check_icmp.c, plugins/Makefile.am:
4633 Separation of root setuid plugins into plugins-root/
4635 2005-09-20 16:11 tonvoon
4637 * [r1232] configure.in:
4638 Incorrect assignment of procppid in configure.in (1296497 -
4641 2005-09-20 11:34 tonvoon
4643 * [r1231] configure.in, plugins/t/check_procs.t:
4644 Support for Tru64 for check_procs + additional test cases
4646 2005-09-19 14:18 tonvoon
4648 * [r1230] doc/RELEASING:
4649 Note to update version number before creating ChangeLog
4651 2005-09-19 13:51 tonvoon
4653 * [r1228] configure.in, package.def:
4656 2005-09-19 13:48 tonvoon
4658 * [r1227] ChangeLog:
4659 Updated for 1.4.2 release
4661 2005-09-19 13:46 tonvoon
4663 * [r1226] doc/RELEASING:
4664 Reminders for news item and tag format
4666 2005-09-19 13:42 tonvoon
4669 Updated BUGS for 1.4.2 release
4671 2005-09-19 10:58 tonvoon
4673 * [r1224] THANKS.in:
4676 2005-09-15 08:39 tonvoon
4678 * [r1223] plugins/t/check_ping.t:
4679 Added test to make sure hostname has to be specified
4681 2005-09-15 08:27 tonvoon
4683 * [r1222] plugins/check_procs.c, plugins/check_swap.c:
4684 - Cleanup minor compile errors on Irix
4686 2005-09-14 14:40 tonvoon
4688 * [r1221] plugins/check_ping.c:
4689 Using common message
4691 2005-09-14 14:36 tonvoon
4693 * [r1220] plugins/check_ping.c:
4694 Required hostname not flagging as an error
4696 2005-09-14 12:40 tonvoon
4698 * [r1219] plugins/Makefile.am:
4699 Some makes do not like blank lines after "\". Fixed check_ldaps
4700 to only generate if check_ldap was created (Chester Hosey)
4702 2005-09-14 09:53 tonvoon
4704 * [r1218] plugins/check_load.c:
4705 Fix to parsing of uptime (Ronald Tin - 1254656)
4707 2005-09-14 09:49 tonvoon
4709 * [r1217] configure.in:
4712 2005-09-13 15:48 tonvoon
4714 * [r1216] plugins/check_ping.c:
4715 More diagnostic messages from check_ping
4717 2005-09-12 11:20 seanius
4719 * [r1215] plugins/check_ping.c:
4720 re-add a call to setlocale(LC_ALL, "") in check_ping.c
4722 2005-09-12 10:37 tonvoon
4724 * [r1214] THANKS.in:
4725 For help in fixing Red Hat problem with ECHILD and waitpid
4727 2005-09-12 10:31 tonvoon
4729 * [r1213] Makefile.am, config_test, config_test/Makefile,
4730 config_test/child_test.c, config_test/run_tests, configure.in,
4732 ECHILD error at waitpid on Red Hat systems (Peter Pramberger and
4733 Sascha Runschke - 1250191)
4735 2005-08-30 22:11 tonvoon
4737 * [r1212] plugins-scripts/subst.in:
4738 Better comments for what the substitutions are doing
4740 2005-08-01 21:30 tonvoon
4742 * [r1210] doc/BRANCHING:
4743 Move notes on branching away from RELEASING
4745 2005-08-01 21:28 tonvoon
4747 * [r1209] BUGS, ChangeLog, REQUIREMENTS, configure.in, package.def:
4750 2005-07-25 14:17 illumino
4752 * [r1208] NPTest.pm:
4753 Change the environment variable NPTESTCACHE to NPTEST_CACHE for
4756 2005-07-25 01:47 illumino
4758 * [r1207] Helper.pm, Makefile.am, NPTest.pm, configure.in,
4759 plugins-scripts/t/check_rpc.t, plugins/t/check_disk.t,
4760 plugins/t/check_dns.t, plugins/t/check_fping.t,
4761 plugins/t/check_ftp.t, plugins/t/check_hpjd.t,
4762 plugins/t/check_http.t, plugins/t/check_imap.t,
4763 plugins/t/check_load.t, plugins/t/check_mysql.t,
4764 plugins/t/check_ping.t, plugins/t/check_pop.t,
4765 plugins/t/check_procs.t, plugins/t/check_smtp.t,
4766 plugins/t/check_snmp.t, plugins/t/check_swap.t,
4767 plugins/t/check_tcp.t, plugins/t/check_time.t,
4768 plugins/t/check_udp.t, plugins/t/check_users.t,
4769 plugins/t/check_vsz.t, test.pl.in:
4770 [1185704] New Testing Infrastructure. Complete rewrite of the
4771 original testing infrastructure and all test cases (to use the
4772 new infrastructure) See NPTest.pm and issue 1185704 for more
4775 2005-07-20 22:39 tonvoon
4777 * [r1206] THANKS.in:
4780 2005-07-20 22:38 tonvoon
4782 * [r1205] plugins/check_ping.c:
4783 Fix parsing for netkit-ping and iputils-ping (Christian G Warden)
4785 2005-07-11 22:15 tonvoon
4787 * [r1204] plugins/check_nwstat.c:
4788 Miscelleneous bug fixes (Gerd Mueller - 1235879)
4790 2005-07-09 04:44 tonvoon
4793 Changed format (already!) for awk simplicity
4795 2005-07-09 04:03 tonvoon
4798 Master file to describe the current branches in CVS. Will be used
4799 by sfsnapshot to create the snapshot tarballs
4801 2005-07-06 22:21 tonvoon
4803 * [r1201] configure.in:
4804 Removed ",", causing problems with MacOSX compile
4806 2005-07-06 22:10 tonvoon
4808 * [r1200] plugins/check_swap.c:
4809 Updated help file to remove swap -s reference (Sivakumar
4812 2005-07-06 21:00 tonvoon
4814 * [r1199] AUTHORS, THANKS.in:
4815 Sean Finney moved to main list of plugin developers
4817 2005-07-04 09:52 opensides
4819 * [r1198] contrib/tarballs/check_traffic-0.90b.tar.gz:
4820 replace the version of check_traffic who was missing the plugin
4823 2005-06-29 04:11 seanius
4825 * [r1197] plugins/runcmd.c, plugins/runcmd.h:
4826 initial versions of the runcmd framework by andreas
4828 2005-06-29 01:04 seanius
4830 * [r1196] plugins/check_swap.c:
4831 divide by 0 fix for check_swap
4833 2005-06-28 02:26 seanius
4835 * [r1195] plugins/check_load.c:
4836 set LC_NUMERIC to POSIX in check_load (1164325)
4838 2005-06-28 00:26 seanius
4840 * [r1194] configure.in, plugins/Makefile.am, plugins/check_swap.c:
4841 scanf parsing fix for check_swap from tracker id 1123292. now use
4842 floor(3) to round down floating point numbers. requires -lm on
4843 many systems, so support for testing for this was added to the
4844 configure.in and automake template
4846 2005-06-27 13:07 seanius
4848 * [r1193] plugins/check_hpjd.c:
4849 fixes from richard brodie (tracker id 1216576)
4851 2005-06-26 16:27 seanius
4853 * [r1192] contrib/check_dl_size.pl, contrib/check_ftpget.pl,
4854 contrib/check_logins.c, contrib/check_mysql.c,
4855 contrib/check_mysql.pl, contrib/check_mysqlslave.pl,
4856 contrib/check_nwstat.pl, contrib/check_pop3.pl,
4857 contrib/check_procl.sh, contrib/check_procr.sh:
4858 spring cleaning of contrib directory from andreas
4860 2005-06-26 16:18 seanius
4862 * [r1191] contrib/tarballs/berger-ping.tar.gz,
4863 contrib/tarballs/check_memory.tgz,
4864 contrib/tarballs/check_spread.tar,
4865 contrib/tarballs/radius.tar.gz:
4866 removal of obsolete tarballs
4868 2005-06-26 01:23 seanius
4870 * [r1190] plugins/check_swap.c:
4871 "asprintf madness" fix from andreas' patch to np-d, minus the
4874 2005-06-05 17:43 seanius
4876 * [r1189] plugins/check_tcp.c:
4877 check_tcp code cleanup from andreas plus fix to andreas' patch
4880 2005-06-03 13:53 seanius
4882 * [r1188] plugins/check_procs.c:
4883 gcc 2.x fixes from edward
4885 2005-06-01 19:41 sghosh
4887 * [r1187] plugins/check_snmp.c:
4888 only load mibs if needed or specified - patch 1212395
4890 2005-05-28 01:21 seanius
4892 * [r1186] plugins/check_load.c:
4893 bugfixes to check_load thanks to andreas
4895 2005-05-26 02:13 seanius
4897 * [r1185] plugins/check_mysql.c:
4898 fix for check_msyql so that it doesn't use column numbers but the
4899 names instead for determining slave status. thanks to james
4902 2005-05-25 17:42 sghosh
4904 * [r1183] plugins/check_time.c:
4905 64bit sys support - 1185713
4907 2005-05-25 15:40 sghosh
4909 * [r1182] plugins/check_snmp.c:
4910 support for getnext - 1106430
4912 2005-05-25 14:25 sghosh
4914 * [r1181] plugins/check_ping.c:
4917 2005-05-25 14:05 sghosh
4919 * [r1180] plugins-scripts/check_ntp.pl:
4920 perfdata patch - 1172539
4922 2005-05-25 03:37 sghosh
4924 * [r1179] plugins-scripts/check_ntp.pl:
4925 new option for zero offset - 1159317
4927 2005-05-25 03:23 sghosh
4929 * [r1178] plugins/check_snmp.c:
4930 v2c support - 1155754
4932 2005-05-25 00:43 seanius
4934 * [r1177] configure.in, plugins/check_nagios.c,
4935 plugins/check_procs.c:
4936 fixes for check_procs: - added support for printing the pid in
4937 all the ps outputs - don't use the proc name to ignore self, use
4938 the pid vs getpid(). - initialize procetime to null string
4939 otherwise -vvv can have funny results
4941 2005-05-25 00:30 seanius
4943 * [r1176] plugins/check_tcp.c, plugins/netutils.c,
4945 bah, my_connect is taken by mysql. now calling it np_net_connect.
4947 2005-05-24 22:33 sghosh
4949 * [r1175] plugins-scripts/check_ntp.pl:
4950 patched bug id 1200030 - regex update
4952 2005-05-24 22:10 sghosh
4954 * [r1174] plugins-scripts/check_ntp.pl:
4955 patched bug id 1204636
4957 2005-05-24 20:25 seanius
4959 * [r1173] plugins/check_tcp.c, plugins/netutils.c,
4961 optimizations and cleanup from andreas
4963 2005-05-23 05:09 seanius
4965 * [r1172] nagios-plugins.spec.in:
4968 2005-05-03 02:00 seanius
4970 * [r1171] plugins/check_ping.c:
4971 setlocale(LC_ALL, "") should be setlocale(LC_NUMERIC, "C") to
4972 properly parse the output of ping.
4974 2005-05-03 01:52 seanius
4976 * [r1170] plugins/check_tcp.c:
4977 if check_tcp was called with -e but not -s, it would hang in a
4978 call to my_recv. the fix committed here adds on more piece of
4979 logic to the check to see if more data needs to be read, avoiding
4980 the deadlock call. a better fix would be to not use these
4981 "voodoo" heuristics and instead use poll() or select(), but
4982 that's quite a bit more complicated.
4984 2005-05-01 20:12 seanius
4986 * [r1169] plugins/popen.c, plugins/popen.h:
4987 better error checking in spopen signal handler (see 1107524)
4989 2005-05-01 19:50 seanius
4991 * [r1168] configure.in:
4992 provide a --with-perl option
4994 2005-04-29 00:27 stanleyhopcroft
4996 * [r1167] contrib/check_sybase:
4997 check_sybase 0.7 from Simon Bellman. Thx
4999 2005-04-19 00:16 seanius
5001 * [r1166] plugins-scripts/check_ntp.pl:
5002 regexp fix for check_ntp
5004 2005-04-19 00:09 seanius
5006 * [r1165] configure.in:
5007 check for the -w flag for ping6 as well as ping
5009 2005-04-17 22:22 seanius
5011 * [r1164] plugins-scripts/check_disk_smb.pl:
5012 also change the --help output to reflect that check_disk_smb
5013 defaults to empty passwords
5015 2005-04-16 06:09 seanius
5017 * [r1163] plugins-scripts/check_disk_smb.pl:
5018 patch to check_disk_smb to allow empty passwords
5020 2005-04-14 04:13 seanius
5022 * [r1162] plugins-scripts/check_mailq.pl:
5023 check_mailq fix, don't be case sensitive matching
5024 /^\s+Total\sRequests:\s(\d+)$/
5026 2005-04-14 04:07 seanius
5028 * [r1161] plugins-scripts/check_ntp.pl:
5029 typographical fix in check_ntp
5031 2005-04-11 18:02 seanius
5033 * [r1160] plugins/check_ssh.c:
5034 properly call close() on the ssh connection before exiting.
5036 2005-04-11 03:07 seanius
5038 * [r1159] configure.in, plugins/check_tcp.c:
5039 this should add support for check_ssmtp, based on the 1.3.x patch
5040 in 1155562, but fixed to follow how things are done in 1.4 (using
5041 strdup instead of asprintf) and patching configure.in instead of
5044 2005-04-07 04:33 seanius
5046 * [r1158] plugins/check_smtp.c:
5047 in honor of joining up, my first bugfix. this should resolve
5050 note i don't have an exchange server to test this against, but it
5051 does what the requester mentioned (slightly cleaner than the
5052 patch attached in the tracker).
5054 it does, however, still work against my own postfix server :)
5058 2005-04-05 21:26 harpermann
5060 * [r1157] plugins/check_snmp.c:
5061 This is a first cut at adding performance data to check_snmp. I
5062 wasn't sure how to handle UOM so only values that return SNMP
5063 type Counter32: are labled with "c". All other values have a
5064 blank UOM. I also left off warn, crit, max and min values in the
5065 performance data until we come up with a way to handle them.
5067 2005-04-04 18:25 tonvoon
5069 * [r1156] THANKS.in:
5072 2005-04-04 18:24 tonvoon
5074 * [r1155] plugins/check_smtp.c:
5075 Fix static buffer (Nikolay Sturm)
5077 2005-03-18 03:14 mattkent
5079 * [r1154] plugins/check_mysql.c:
5080 Replication check support for 4.1.x from Gerrit Beine
5082 2005-03-08 06:19 tonvoon
5084 * [r1149] plugins-scripts/check_ntp.pl:
5085 Added OS info for offset issue
5087 2005-03-04 22:20 tonvoon
5089 * [r1148] plugins-scripts/check_ntp.pl:
5090 Ignore extra check on offset 0.00000 (John Warburton - 1150777)
5092 2005-03-04 21:58 tonvoon
5094 * [r1146] plugins/check_disk.c, plugins/check_smtp.c,
5095 plugins/check_ups.c:
5096 Fixed // comments (Steve Greenland - 1143836)
5098 2005-03-04 21:50 tonvoon
5100 * [r1145] plugins-scripts/check_ntp.pl:
5101 Support for IPv6 (Merijn Evertse - 1119917)
5103 2005-03-04 21:04 tonvoon
5105 * [r1144] configure.in, package.def:
5106 Changed to next version number
5108 2005-03-04 21:03 tonvoon
5110 * [r1143] doc/RELEASING:
5113 2005-03-04 20:43 tonvoon
5116 Missed check_disk addition to 1.4
5118 2005-02-11 11:49 stanleyhopcroft
5120 * [r1140] plugins/Makefile.am:
5121 Fix for check_icmp build on Solaris from Andreas Ericsson
5124 2005-02-04 00:44 tonvoon
5126 * [r1138] configure.in:
5129 2005-02-04 00:43 tonvoon
5131 * [r1137] ChangeLog:
5132 Updated for 1.4 release
5134 2005-02-04 00:29 tonvoon
5137 New file to note known bugs for major releases
5139 2005-02-04 00:28 tonvoon
5142 Reordering of items with most important announcements first
5144 2005-02-04 00:27 stanleyhopcroft
5146 * [r1134] contrib/check_oracle_tbs:
5147 New version (1.1) from John Koyle
5149 2005-02-04 00:26 tonvoon
5151 * [r1133] Makefile.am:
5152 BUGS file addition to release
5154 2005-02-04 00:26 tonvoon
5157 Cleanup and addition of reference to BUGS file
5159 2005-02-04 00:25 tonvoon
5161 * [r1131] doc/RELEASING:
5162 Updated with corrections. Added note to update BUGS file
5164 2005-02-03 23:52 tonvoon
5166 * [r1130] THANKS.in:
5167 Patch against check_log
5169 2005-02-03 23:51 tonvoon
5171 * [r1129] plugins-scripts/check_log.sh:
5172 Check for log file readability
5174 2005-02-02 09:47 stanleyhopcroft
5176 * [r1128] contrib/check_email_loop.pl:
5177 Add debug option from John Rouillard
5179 2005-02-02 06:42 stanleyhopcroft
5181 * [r1127] plugins/check_ide_smart.c:
5182 try again to stop looping
5184 2005-02-02 05:44 stanleyhopcroft
5186 * [r1126] plugins/check_ide_smart.c:
5187 restructure main() to stop looping on -n
5189 2005-02-01 12:43 stanleyhopcroft
5191 * [r1125] contrib/check_traceroute-pure_perl.pl:
5192 Thank you to Myke Place for check_traceroute-pure_perl.pl
5194 2005-02-01 12:42 stanleyhopcroft
5196 * [r1124] THANKS.in:
5197 Thank you for contributed plugins
5199 2005-02-01 12:30 stanleyhopcroft
5201 * [r1123] plugins/Makefile.am:
5202 check_icmp added to libexec_PROGRAMS
5204 2005-02-01 12:25 stanleyhopcroft
5207 check_icmp no longer regarded as volatile; built by default
5209 2005-02-01 12:23 stanleyhopcroft
5211 * [r1121] plugins/linux.h:
5212 plugins/linux.h, vestigeal header required for prior versions of
5213 check_icmp, no longer required.
5215 2005-02-01 07:35 stanleyhopcroft
5218 Amendments for check_icmp
5220 2005-02-01 07:34 stanleyhopcroft
5222 * [r1119] plugins/Makefile.am:
5223 hacks to partly support check_icmp.c (1.0).
5225 2005-02-01 07:33 stanleyhopcroft
5227 * [r1118] plugins/check_icmp.c:
5228 Revised check_icmp (1.0) from A Ericsson.
5230 2005-02-01 04:20 stanleyhopcroft
5232 * [r1117] contrib/check_asterisk.pl, contrib/check_email_loop.pl,
5233 contrib/check_http-with-client-certificate.c,
5234 contrib/tarballs/check_traffic-0.91b.tar.gz:
5235 New or revised plugin in /contrib
5237 2005-01-28 22:42 stanleyhopcroft
5239 * [r1116] contrib/check_sybase:
5240 New version of Simon Bellwoods check_sybase (0.4). Thank you.
5242 2005-01-27 10:34 stanleyhopcroft
5244 * [r1115] contrib/check_traceroute.pl:
5245 Jon Meek's check_traceroute for Mon hacked by YT for Nagios. Prob
5248 2005-01-27 10:32 stanleyhopcroft
5250 * [r1114] contrib/check_smart.pl:
5251 Candidate successor to /plugins/check_ide_smart.c. Now in
5252 /contrib. NB there is another new plugin with sim function
5254 2005-01-27 04:54 stanleyhopcroft
5256 * [r1113] contrib/check_fan_cpq_present,
5257 contrib/check_fan_fsc_present, contrib/check_mysqlslave.pl,
5258 contrib/check_temp_cpq, contrib/check_temp_fsc:
5261 2005-01-27 04:46 stanleyhopcroft
5263 * [r1112] contrib/check_arping.pl, contrib/check_cpqarray.c,
5264 contrib/check_frontpage, contrib/check_logins.c,
5265 contrib/check_oracle_tbs, contrib/check_pcpmetric.py,
5266 contrib/check_pfstate:
5269 2005-01-27 02:27 stanleyhopcroft
5271 * [r1111] CHANGES, THANKS.in, contrib/README.TXT, po/de.po,
5273 1 New /contrib plugins 2 Revised check_dhcp.c status in CHANGES
5275 2005-01-27 01:38 harpermann
5277 * [r1110] plugins/Makefile.am:
5278 Added check_dhcp bask into libexec_PROGRAMS after talking with
5281 2005-01-26 21:39 tonvoon
5283 * [r1109] THANKS.in:
5286 2005-01-26 21:21 tonvoon
5288 * [r1108] plugins/check_dig.c:
5289 Convert tabs to spaces from dig's answer section (Randy O'Meara -
5292 2005-01-26 20:53 tonvoon
5294 * [r1107] REQUIREMENTS:
5295 Add recommendation for check_procs on Mandrake systems (Paulo
5298 2005-01-25 22:15 stanleyhopcroft
5300 * [r1106] plugins/check_ide_smart.c:
5301 Display usage if no argv (Reuben Farrelly)
5303 2005-01-25 18:11 harpermann
5305 * [r1105] plugins/check_dhcp.c:
5306 Tracker:1109261 This was an alignment problem on Solaris. Linux
5307 kernel fixes alignment so this was not seen there. Memcpy takes
5308 care of proper alignment. Tested on RHEL V3 U3, RHEL V4, FreeBSD
5309 4.10 (Thanks Stanley!) and Solaris 9 with the GNU env.
5311 2005-01-25 12:43 stanleyhopcroft
5313 * [r1104] plugins/check_ide_smart.c:
5314 Trivial text changes (print_help, commentary & -n option)
5316 2005-01-25 09:20 stanleyhopcroft
5318 * [r1103] contrib/check_dhcp.c,
5319 contrib/tarballs/check_icmp-0.8.tar.gz:
5320 moved to /plugins (core plugin)
5322 2005-01-25 09:19 stanleyhopcroft
5324 * [r1102] contrib/tarballs/check_cit.tgz:
5325 replaced by contrib/check_ica* (esp check_ica_metaframe_pub_apps)
5327 2005-01-25 09:15 stanleyhopcroft
5329 * [r1101] contrib/check_citrix:
5330 Replaced by the check_ica* pair of plugins (mainly
5331 check_ica_metaframe_pub_apps)
5333 2005-01-25 09:12 stanleyhopcroft
5335 * [r1100] contrib/packet_utils.pm:
5336 packet creation and dumping hacks used by check_ica* and
5339 2005-01-25 09:09 stanleyhopcroft
5341 * [r1099] contrib/check_ica_master_browser.pl:
5342 New plugin - checks that ICA master browser is what it should be
5343 (important for firewalled dialup)
5345 2005-01-25 09:07 stanleyhopcroft
5347 * [r1098] contrib/check_ica_metaframe_pub_apps.pl:
5348 Replacement (structured name mainly) for check_citrix: check of
5351 2005-01-25 09:05 stanleyhopcroft
5353 * [r1097] contrib/check_ica_program_neigbourhood.pl:
5354 New plugin to check Citrix Metaframe XP "Program Neighbourhood"
5356 2005-01-25 09:04 stanleyhopcroft
5358 * [r1096] contrib/check_lotus.pl:
5359 New plugin to check responsiveness of Louts Notes (v5 at least)
5362 2005-01-24 23:17 stanleyhopcroft
5364 * [r1095] plugins/Makefile.am:
5365 Removed check_dhcp and check_icmp from libexec_PROGRAMS (ie dont
5368 2005-01-24 23:15 stanleyhopcroft
5371 Notes about check_dhcp and check_icmp (no longer built by
5372 default, use at own peril, volatile)
5374 2005-01-21 09:24 stanleyhopcroft
5376 * [r1093] configure.in:
5377 Set arch specifc preprocessor symbols in config.h. TEMPORARY hack
5378 for check_dhcp.c [on FreeBSD 4: /check_dhcp -i fxp0 -> DHCP ok:
5379 Received 1 DHCPOFFER(s), max lease time = 259200 sec.
5381 2005-01-21 01:03 harpermann
5383 * [r1092] plugins/check_snmp.c:
5384 Tracker 1106378 fixed - The -t (timeout) arg was not handled
5385 correctly when passed to the snmpget command. Added -e --retries
5386 for the correct retries value to snmpcmd.
5388 2005-01-21 00:01 tonvoon
5390 * [r1091] doc/developer-guidelines.sgml:
5391 Changing copyright to the Nagios Plugins Development Team, rather
5392 than individual names. Also, clarified use of ACKNOWLEDGEMENTS,
5393 THANKS.in and AUTHORS
5395 2005-01-20 23:40 harpermann
5397 * [r1090] plugins/check_http.c:
5398 Changed long argument --minmax to --pagesize and updated help and
5401 2005-01-20 23:39 tonvoon
5403 * [r1089] AUTHORS, Makefile.am, THANKS.in:
5404 The AUTHORS file now used for the plugin team, with THANKS.in as
5405 the contributors list.
5407 2005-01-20 23:37 harpermann
5410 Added comment about check_http --pagesize and added max value to
5413 2005-01-20 23:25 tonvoon
5416 Added Sean for bug reports
5418 2005-01-20 22:50 harpermann
5420 * [r1086] plugins/check_http.c:
5421 Tracker 1099682 fix. Now getting the page size from
5422 Content-Length in the header. Added max value to the -m switch so
5423 can do "-m min:max". Retained "-m min" convention. Renamed long
5424 arg name to --minmax
5426 2005-01-19 23:39 harpermann
5428 * [r1085] plugins/check_nt.c:
5429 In the CHECK_COUNTER block, there were several strcats writing to
5430 unallocated memory. Changed to asprintf. We're not freeing since
5431 plugin run is short.
5433 2005-01-19 21:14 tonvoon
5435 * [r1084] plugins/check_swap.c:
5436 Fixed parsing of AIX lsps command (1093522)
5438 2005-01-14 14:39 tonvoon
5443 2005-01-14 10:59 tonvoon
5445 * [r1081] configure.in:
5446 Fixed ssl configure problems on Solaris (Bug 1096091)
5448 2005-01-13 18:24 tonvoon
5450 * [r1080] configure.in, plugins/check_swap.c:
5451 Use floats for holding memory values to avoid different types on
5452 different OSes. Seems to have a problem with the perf data for
5453 check_swap on Sol 2.6, but not critical
5455 2005-01-05 21:32 tonvoon
5457 * [r1079] configure.in, package.def:
5458 Update version number to next release
5460 2005-01-04 00:16 opensides
5462 * [r1078] plugins/check_ide_smart.c:
5463 still trying to fix #1094326
5465 2005-01-03 01:37 opensides
5467 * [r1077] plugins/check_ide_smart.c:
5468 more fixes for #1094326
5470 2005-01-03 00:59 opensides
5472 * [r1076] plugins-scripts/check_mailq.pl:
5475 2005-01-02 14:00 opensides
5477 * [r1075] plugins/check_ide_smart.c:
5480 still need to check the makefile for check_ide_smart.c
5482 2005-01-01 16:15 tonvoon
5484 * [r1074] plugins/check_smtp.c:
5485 Removed old terminate function (Bug 1093491)
5487 2004-12-30 17:17 tonvoon
5489 * [r1072] ChangeLog:
5490 Updated with r1_4-beta1 details
5492 2004-12-30 14:23 tonvoon
5495 Note some syntax changes to check_disk
5497 2004-12-30 14:22 tonvoon
5499 * [r1070] doc/RELEASING:
5500 Update package files for version
5502 2004-12-30 14:21 tonvoon
5505 For help with ps on FreeBSD 4
5507 2004-12-30 14:19 tonvoon
5509 * [r1068] configure.in:
5510 Get ps command for FreeBSD 4 (Tomasz Pilat)
5512 2004-12-30 00:41 opensides
5514 * [r1067] plugins/check_dhcp.c, plugins/check_dns.c,
5515 plugins/check_ping.c, plugins/check_procs.c,
5516 plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_swap.c,
5517 plugins/check_tcp.c, po/de.po, po/fr.po, po/nagios-plugins.pot:
5518 more internationalization fixes internationalization freeze for
5521 2004-12-28 23:40 opensides
5523 * [r1066] AUTHORS, po/fr.po:
5524 more internationalization
5526 2004-12-28 23:18 opensides
5528 * [r1065] plugins/Makefile.am, plugins/check_smtp.c, po/fr.po:
5529 starttls support for check_smtp #1041576
5531 2004-12-28 22:34 opensides
5533 * [r1064] AUTHORS, plugins/check_ping.c:
5534 String match in check_ping for Solaris 10 #1091043
5536 2004-12-28 20:40 tonvoon
5538 * [r1063] configure.in:
5539 sys/param.h needed for sys/swap.h on openbsd 3.6 (Julien Touche)
5541 2004-12-27 22:44 opensides
5544 more internationalization
5546 2004-12-25 23:17 opensides
5548 * [r1061] plugins/check_dig.c, plugins/check_disk.c,
5549 plugins/check_dns.c, plugins/check_dummy.c,
5550 plugins/check_fping.c, plugins/check_game.c,
5551 plugins/check_hpjd.c, plugins/check_icmp.c,
5552 plugins/check_ide_smart.c, plugins/check_ldap.c,
5553 plugins/check_load.c, plugins/check_mrtg.c,
5554 plugins/check_mrtgtraf.c, plugins/check_mysql.c,
5555 plugins/check_nagios.c, plugins/check_nt.c,
5556 plugins/check_nwstat.c, plugins/check_overcr.c,
5557 plugins/check_pgsql.c, plugins/check_ping.c,
5558 plugins/check_procs.c, plugins/check_radius.c,
5559 plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c,
5560 plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c,
5561 plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c,
5562 plugins/check_users.c, plugins/negate.c, plugins/netutils.c,
5563 plugins/popen.c, plugins/popen.h, plugins/urlize.c,
5564 plugins/utils.c, po/de.po, po/fr.po, po/nagios-plugins.pot:
5565 various fixes for localization
5567 2004-12-25 16:18 opensides
5569 * [r1060] po/de.po, po/fr.po, po/nagios-plugins.pot:
5570 new version of po files and pot file
5572 2004-12-25 12:25 opensides
5574 * [r1059] package.def, po/POTFILES.in:
5575 change realase name on package.def adding check_dhcp.c to
5578 2004-12-25 12:09 opensides
5580 * [r1058] plugins/check_by_ssh.c, plugins/check_dhcp.c:
5581 internationalization of check_dhcp internationalization fixes of
5584 2004-12-24 18:06 opensides
5586 * [r1057] plugins/check_icmp.c, po/POTFILES.in, po/fr.po:
5587 first pass at adapting to plugin guidelines and start of
5590 2004-12-23 18:54 opensides
5592 * [r1056] plugins/check_http.c, po/fr.po:
5593 internationalization fixes
5595 2004-12-23 16:47 mwirtgen
5598 german translations 391 to go
5600 2004-12-23 09:30 tonvoon
5602 * [r1054] ACKNOWLEDGEMENTS, configure.in, m4/np_curl.m4,
5603 plugins/Makefile.am:
5604 Another attempt at fixing check_http compile on Redhat EL3. Fixed
5605 check_icmp compile (Lynne Lawrence - 1087171) - still some code
5606 changes to check_icmp outstanding. Fixed compile of check_dhcp
5607 (complaining about socklen_t). Added acknowledgements for
5610 2004-12-22 23:02 harpermann
5612 * [r1053] plugins/check_nt.c:
5613 Added check for "%" in COUNTER <description>. If it exists,
5614 <description> is used as an arg to asprintf. If it doesn't exist,
5615 <description> is used as a label. If the formatting is wrong, the
5618 2004-12-22 07:24 tonvoon
5620 * [r1052] lib/Makefile.am, lib/stdbool_.h:
5621 File required from coreutils
5623 2004-12-21 22:52 tonvoon
5625 * [r1051] configure.in, plugins/Makefile.am:
5626 Revert back to previous openssl checks (the ones from curl kept
5627 having problems with later Redhat versions)
5629 2004-12-21 22:36 tonvoon
5631 * [r1050] m4/stdbool.m4:
5632 Another m4 from coreutils
5634 2004-12-21 15:45 tonvoon
5637 For their bug reports
5639 2004-12-21 09:32 tonvoon
5641 * [r1047] lib/Makefile.am, m4/Makefile.am, m4/np_coreutils.m4:
5642 Fixed compile problem on Sol2.6 with stdbool.h
5644 2004-12-21 08:56 stanleyhopcroft
5646 * [r1046] plugins/check_dhcp.c:
5647 Commentary changes only: cite origin of copied code with
5648 reference to ACK file
5650 2004-12-21 08:55 stanleyhopcroft
5652 * [r1045] ACKNOWLEDGEMENTS:
5653 ACK file contains the details of the authors of code copied by
5656 2004-12-21 05:00 mattkent
5658 * [r1044] plugins/check_dns.c:
5659 Add another error string match from Pasi Tiittanen
5661 2004-12-20 22:20 tonvoon
5663 * [r1043] plugins/check_nagios.c:
5664 Corrected help for expiry units. Restored functionality of
5665 searching for process arguments
5667 2004-12-20 22:01 tonvoon
5669 * [r1042] plugins/check_nagios.c:
5670 Updating help text to reflect using shortname instead of full
5673 2004-12-20 21:38 tonvoon
5675 * [r1041] configure.in:
5678 2004-12-20 21:26 tonvoon
5680 * [r1040] configure.in:
5681 Fix compile errors when looking for openssl
5683 2004-12-20 09:04 stanleyhopcroft
5685 * [r1039] COPYING, plugins/check_dhcp.c, po/de.po, po/fr.po:
5686 Compilation fixes for check_dhcp.c HP-UX 11. Still fails on HP-UX
5687 10. Unknown if check_dhcp works on UX.
5689 2004-12-18 18:28 mwirtgen
5692 Initial commit on german translation - 428 to go
5694 2004-12-17 18:14 tonvoon
5696 * [r1037] configure.in:
5697 Support for FreeBSD 5.2.1 and 5.3 in check_procs
5699 2004-12-15 23:12 tonvoon
5701 * [r1036] configure.in:
5702 Bump version to next release
5704 2004-12-15 23:11 tonvoon
5706 * [r1035] doc/developer-guidelines.sgml:
5707 Mistake in automake version - back to 1.8
5709 2004-12-15 23:10 tonvoon
5711 * [r1034] doc/RELEASING:
5714 2004-12-15 21:56 tonvoon
5716 * [r1032] ChangeLog:
5717 Updated for r1_4_0-alpha3
5719 2004-12-15 21:27 tonvoon
5721 * [r1031] doc/developer-guidelines.sgml:
5722 Updated requirements for GNU tools
5724 2004-12-15 21:01 tonvoon
5726 * [r1030] m4/Makefile.am:
5727 Makefile for m4 files
5729 2004-12-15 20:54 tonvoon
5731 * [r1029] Makefile.am, configure.in, plugins/Makefile.am,
5733 Support for coreutils lib. Configure tests via m4 scripts from
5736 2004-12-15 20:51 tonvoon
5738 * [r1028] m4, m4/Makefile.am.in, m4/afs.m4, m4/codeset.m4,
5739 m4/error.m4, m4/exitfail.m4, m4/extensions.m4, m4/fstypename.m4,
5740 m4/fsusage.m4, m4/getopt.m4, m4/gettext.m4, m4/glibc21.m4,
5741 m4/iconv.m4, m4/intdiv0.m4, m4/inttypes-pri.m4, m4/inttypes.m4,
5742 m4/inttypes_h.m4, m4/isc-posix.m4, m4/lcmessage.m4, m4/lib-ld.m4,
5743 m4/lib-link.m4, m4/lib-prefix.m4, m4/ls-mntd-fs.m4, m4/malloc.m4,
5744 m4/mountlist.m4, m4/np_coreutils.m4, m4/onceonly.m4,
5745 m4/progtest.m4, m4/realloc.m4, m4/stdint_h.m4, m4/uintmax_t.m4,
5746 m4/ulonglong.m4, m4/unlocked-io.m4, m4/xalloc.m4:
5747 Moving m4 files from lib/
5749 2004-12-15 20:47 tonvoon
5751 * [r1027] lib/Makefile.am, lib/afs.m4, lib/error.m4,
5752 lib/exitfail.m4, lib/fstypename.m4, lib/fsusage.m4,
5753 lib/full-read.c, lib/full-write.c, lib/full-write.h,
5754 lib/getopt.m4, lib/ls-mntd-fs.m4, lib/onceonly.m4,
5755 lib/safe-read.c, lib/safe-read.h, lib/safe-write.c,
5756 lib/safe-write.h, lib/unlocked-io.m4, lib/xalloc.m4:
5757 Moving m4 files into m4/. Added extra coreutils files required
5758 from autoconf tests. Updated Makefile.am to have nagiosplug lib
5759 and a separate coreutils lib
5761 2004-12-15 00:10 opensides
5763 * [r1026] po/de.po, po/fr.po:
5764 fr.po work in progress still 88 to translate ;-)
5766 2004-12-11 06:25 mattkent
5768 * [r1025] plugins/check_tcp.c:
5769 Patch from Ollie Cook to define return code when expected value
5770 not received (#1082275). Also included another change from Ollie
5771 Cook to do stricter matching of expected values from the
5772 beginning of the line. When a user defines an expected string
5773 this is changed to the old style strstr matching.
5775 2004-12-10 21:18 tonvoon
5777 * [r1024] plugins/check_ldap.c:
5778 Fixed compile warning
5780 2004-12-10 06:10 mattkent
5782 * [r1023] plugins/Makefile.am:
5783 Compile broken - fixing link flags.
5785 2004-12-10 05:57 mattkent
5787 * [r1022] plugins/check_dns.c:
5788 Error catching improvements from Ollie Cook
5790 2004-12-10 05:54 mattkent
5792 * [r1021] plugins/check_pgsql.c:
5793 Fixing broken compile
5795 2004-12-10 05:39 mattkent
5800 2004-12-10 00:54 stanleyhopcroft
5802 * [r1019] plugins/Makefile.am:
5803 Changes to link flags for check_dhcp.c
5805 2004-12-10 00:52 stanleyhopcroft
5807 * [r1018] plugins/check_dhcp.c:
5808 Extensive changes to get MAC address from Solaris via DLPI
5810 2004-12-10 00:20 tonvoon
5812 * [r1017] plugins/check_dns.c, plugins/check_procs.c:
5813 Reverting back ngettext calls
5815 2004-12-10 00:13 tonvoon
5817 * [r1016] plugins/common.h:
5818 Fix includes for gettext
5820 2004-12-09 22:33 tonvoon
5822 * [r1015] configure.in:
5823 Include $libsuff for systems that define this (based on advice
5824 from Daniel Stenberg)
5826 2004-12-08 23:14 tonvoon
5828 * [r1014] configure.in:
5829 Removed redundant check and make export LD_LIBRARY_PATH more sh
5832 2004-12-08 00:36 opensides
5834 * [r1013] configure.in, plugins/Makefile.am,
5835 plugins/check_by_ssh.c, plugins/check_game.c,
5836 plugins/check_http.c, plugins/check_ide_smart.c,
5837 plugins/check_ldap.c, plugins/check_snmp.c, plugins/check_tcp.c:
5840 minor internationalization fixes
5842 2004-12-08 00:22 tonvoon
5844 * [r1012] configure.in:
5845 Fixed output info for openssl and LD_LIBRARY_PATH for subsequent
5846 compiles (otherwise get ld.so.1: ./conftest: fatal:
5847 libssl.so.0.9.7: open failed)
5849 2004-12-07 06:51 tonvoon
5851 * [r1011] configure.in, plugins/Makefile.am:
5852 Better SSL checking (inspired by curl 7.12.2's configure.ac)
5854 2004-12-07 03:13 mattkent
5856 * [r1010] plugins-scripts/check_ifoperstatus.pl:
5857 Option to check for admin down (#1012191) from Raúl Pedroche.
5859 2004-12-07 02:45 stanleyhopcroft
5861 * [r1009] plugins/Makefile.am:
5862 Correct dependencies for check_dhcp.c.
5864 2004-12-07 02:33 stanleyhopcroft
5866 * [r1008] plugins/Makefile.am, plugins/check_dhcp.c:
5867 New plugin: check_dhcp.c. Attempt to port to non Linux platform.
5869 2004-12-06 18:49 opensides
5872 new version of fr.po
5874 2004-12-05 22:07 mattkent
5876 * [r1006] plugins/check_snmp.c:
5877 Fix for -s string matching (#756567, Tony Missana)
5879 2004-12-05 12:59 opensides
5881 * [r1005] plugins/check_nt.c, po/fr.po, po/nagios-plugins.pot:
5882 cleaned fr.po nagios-plugins.pot
5884 2004-12-05 00:54 opensides
5886 * [r1004] plugins/check_http.c, plugins/check_icmp.c,
5887 plugins/check_nwstat.c, plugins/check_ping.c,
5888 plugins/check_smtp.c, plugins/check_swap.c, plugins/utils.h:
5889 fix patch 998291 fix patch 1078934 expect check_ssh fix and
5890 check_nt perfdata should stay on one word like in nagios
5892 2004-12-04 12:34 opensides
5894 * [r1003] po/nagios-plugins.pot:
5895 new version of pot file
5897 2004-12-04 12:31 opensides
5899 * [r1002] plugins/check_by_ssh.c, plugins/check_dns.c,
5901 various internationalization fixes
5903 2004-12-04 12:12 opensides
5905 * [r1001] plugins/Makefile.am, plugins/check_by_ssh.c,
5906 plugins/check_dig.c, plugins/check_http.c,
5907 plugins/check_ide-smart.c, plugins/check_ide_smart.c,
5908 plugins/check_mrtg.c, plugins/check_nt.c, plugins/check_nwstat.c,
5909 plugins/check_overcr.c, plugins/check_real.c,
5910 plugins/check_smtp.c, plugins/check_swap.c, plugins/check_tcp.c,
5911 plugins/check_time.c, plugins/check_udp.c, po/POTFILES.in:
5912 internationalization fixes bugfixes
5914 2004-12-04 10:57 opensides
5916 * [r1000] plugins/check_dns.c, plugins/check_hpjd.c:
5917 check_dns needs a space between 'time' and the hostname
5918 check_hpjd needs a parenthesis removed in print_usage()
5920 2004-12-04 00:23 opensides
5922 * [r999] plugins/check_swap.c:
5923 Bug Fix [ 1024735 ] check_swap providing inaccurate swap
5926 2004-12-03 23:55 opensides
5928 * [r998] plugins/check_by_ssh.c, plugins/check_dig.c,
5929 plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c,
5930 plugins/check_game.c, plugins/check_hpjd.c, plugins/check_http.c,
5931 plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c,
5932 plugins/check_mrtgtraf.c, plugins/check_mysql.c,
5933 plugins/check_nagios.c, plugins/check_nt.c,
5934 plugins/check_nwstat.c, plugins/check_overcr.c,
5935 plugins/check_pgsql.c, plugins/check_ping.c,
5936 plugins/check_procs.c, plugins/check_radius.c,
5937 plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c,
5938 plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c,
5939 plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c,
5940 plugins/check_users.c, plugins/negate.c:
5941 reverting my changes from !=TRUE to == ERROR, that's not good ;-(
5944 2004-12-03 23:23 opensides
5946 * [r997] plugins/check_tcp.c, po/de.po, po/fr.po,
5947 po/nagios-plugins.pot:
5948 check_tcp parenthesis bug, header fix for po files
5950 2004-12-03 23:02 opensides
5952 * [r996] plugins/check_dig.c, plugins/check_disk.c,
5953 plugins/check_dns.c, plugins/check_dummy.c,
5954 plugins/check_fping.c, plugins/check_game.c,
5955 plugins/check_hpjd.c, plugins/check_http.c,
5956 plugins/check_ide-smart.c, plugins/check_ldap.c,
5957 plugins/check_mrtg.c, plugins/check_mrtgtraf.c,
5958 plugins/check_nagios.c, plugins/check_nt.c,
5959 plugins/check_nwstat.c, plugins/check_overcr.c,
5960 plugins/check_pgsql.c, plugins/check_procs.c,
5961 plugins/check_radius.c, plugins/check_real.c,
5962 plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_swap.c,
5963 plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c,
5964 plugins/check_ups.c:
5965 print_help and print_usage() cleanup
5969 2004-12-03 21:56 stanleyhopcroft
5971 * [r995] plugins/check_tcp.c:
5972 1041571: -D option processing corrected (Eric Chen). Changed
5973 process_arguments() to return TRUE. Dont know why this was
5976 2004-12-03 20:28 opensides
5978 * [r994] plugins/check_by_ssh.c, plugins/check_dig.c,
5979 plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c,
5980 plugins/check_fping.c, plugins/check_game.c,
5981 plugins/check_hpjd.c, plugins/check_http.c,
5982 plugins/check_ide-smart.c, plugins/check_ldap.c,
5983 plugins/check_load.c, plugins/check_mrtg.c,
5984 plugins/check_mrtgtraf.c, plugins/check_mysql.c,
5985 plugins/check_nagios.c, plugins/check_nt.c,
5986 plugins/check_nwstat.c, plugins/check_overcr.c,
5987 plugins/check_pgsql.c, plugins/check_ping.c,
5988 plugins/check_procs.c, plugins/check_radius.c,
5989 plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c,
5990 plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c,
5991 plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c,
5992 plugins/check_users.c, plugins/negate.c, plugins/urlize.c:
5993 remove UT_HLP_VRS from print_usage this was not a good idea ;-)
5995 2004-12-03 19:20 opensides
5997 * [r993] plugins/utils.c:
5998 removing support fonction removing warranty from print_revision
6000 2004-12-03 17:48 opensides
6002 * [r992] ROADMAP, package.def, plugins/negate.c, plugins/utils.h:
6005 2004-12-03 17:15 opensides
6007 * [r991] plugins/check_load.c, plugins/check_ssh.c:
6008 correcting parenthesis error
6010 2004-12-03 16:56 opensides
6012 * [r990] AUTHORS, plugins/check_load.c, plugins/check_pgsql.c,
6013 plugins/check_ping.c, plugins/check_procs.c,
6014 plugins/check_radius.c, plugins/check_real.c,
6015 plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_ssh.c,
6016 plugins/check_swap.c, plugins/check_tcp.c, plugins/check_time.c,
6017 plugins/check_udp.c, plugins/check_ups.c, plugins/check_users.c,
6019 fixes for internationalization
6021 2004-12-03 11:45 opensides
6023 * [r989] plugins/check_by_ssh.c, plugins/check_dig.c,
6024 plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c,
6025 plugins/check_fping.c, plugins/check_game.c,
6026 plugins/check_hpjd.c, plugins/check_http.c,
6027 plugins/check_ide-smart.c, plugins/check_ldap.c,
6028 plugins/check_load.c, plugins/check_mrtg.c,
6029 plugins/check_mrtgtraf.c, plugins/check_mysql.c,
6030 plugins/check_nagios.c, plugins/check_nt.c,
6031 plugins/check_nwstat.c:
6032 internationalization fixes and help fixes
6034 2004-12-03 09:19 opensides
6036 * [r988] plugins/check_by_ssh.c, plugins/check_dig.c,
6037 plugins/check_http.c, plugins/check_nwstat.c,
6038 plugins/check_pgsql.c, plugins/check_ping.c, plugins/check_udp.c,
6042 2004-12-03 08:45 opensides
6044 * [r987] plugins/check_ide-smart.c, plugins/check_pgsql.c:
6045 correcting copyright and remaning int result = STATE_UNKNOWN;
6047 2004-12-03 04:37 mattkent
6049 * [r986] plugins/check_nagios.c:
6050 Affected by elapsed time patch.
6052 2004-12-03 04:16 mattkent
6055 Another contributer.
6057 2004-12-03 04:10 mattkent
6059 * [r984] configure.in, plugins/check_procs.c:
6060 Patch from Russell Miller which adds elapsed time as a metric.
6061 Only for linux so far. (991359)
6063 2004-12-03 02:21 mattkent
6065 * [r983] plugins/check_ldap.c:
6066 Fix typo breaking compile.
6068 2004-12-03 00:55 opensides
6070 * [r982] plugins/check_by_ssh.c, plugins/check_dig.c,
6071 plugins/check_dns.c, plugins/check_dummy.c,
6072 plugins/check_fping.c, plugins/check_game.c,
6073 plugins/check_hpjd.c, plugins/check_ide-smart.c,
6074 plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c,
6075 plugins/check_mrtgtraf.c, plugins/check_mysql.c,
6076 plugins/check_nagios.c, plugins/check_nt.c,
6077 plugins/check_nwstat.c, plugins/check_overcr.c,
6078 plugins/check_pgsql.c, plugins/check_ping.c,
6079 plugins/check_procs.c, plugins/check_radius.c,
6080 plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c,
6081 plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c,
6082 plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c,
6083 plugins/check_users.c, plugins/negate.c, plugins/urlize.c:
6084 bump copyright year initialize result to STATE_UNKNOW in place of
6087 2004-12-02 21:23 opensides
6089 * [r981] plugins/check_dns.c, plugins/check_ldap.c,
6090 plugins/check_procs.c:
6091 --disable-nls throws an error on check_dns, check_procs and
6092 check_ldap without this patch.
6094 2004-12-02 21:03 stanleyhopcroft
6096 * [r980] plugins/check_tcp.c:
6097 Tracker 1041571: appended :D to getopt_long() args (for cert
6098 expiry check). Eric Chen.
6100 2004-12-02 16:51 opensides
6102 * [r979] plugins/check_by_ssh.c, plugins/check_dig.c,
6103 plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c,
6104 plugins/check_game.c, plugins/check_hpjd.c, plugins/check_http.c,
6105 plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c,
6106 plugins/check_mrtgtraf.c, plugins/check_mysql.c,
6107 plugins/check_nagios.c, plugins/check_nt.c,
6108 plugins/check_nwstat.c, plugins/check_overcr.c,
6109 plugins/check_pgsql.c, plugins/check_ping.c,
6110 plugins/check_procs.c, plugins/check_radius.c,
6111 plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c,
6112 plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c,
6113 plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c,
6114 plugins/check_users.c, plugins/negate.c, plugins/popen.c,
6116 More internationalization work new usage4 function to permit
6117 localisation of think like check_ssh: xxxxx
6119 2004-12-02 14:54 opensides
6121 * [r978] plugins/check_by_ssh.c, plugins/check_dig.c,
6122 plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c,
6123 plugins/check_game.c, plugins/check_hpjd.c, plugins/check_ldap.c,
6124 plugins/check_load.c, plugins/check_mrtg.c,
6125 plugins/check_mrtgtraf.c, plugins/check_mysql.c,
6126 plugins/check_nagios.c, plugins/check_nt.c,
6127 plugins/check_nwstat.c, plugins/check_overcr.c,
6128 plugins/check_pgsql.c, plugins/check_ping.c,
6129 plugins/check_procs.c, plugins/check_radius.c,
6130 plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c,
6131 plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c,
6132 plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c,
6133 plugins/check_users.c, plugins/negate.c:
6134 return of process_arguments() is TRUE not OK !
6136 2004-12-02 14:35 opensides
6138 * [r977] plugins/check_http.c:
6139 return of process_arguments() is TRUE not OK !
6141 2004-12-02 08:45 stanleyhopcroft
6143 * [r976] plugins/Makefile.am:
6144 Add check_icmp plugin
6146 2004-12-02 08:44 stanleyhopcroft
6148 * [r975] plugins/check_icmp.c:
6149 check_icmp plugin from A Ericsson
6151 2004-12-02 08:44 stanleyhopcroft
6153 * [r974] plugins/linux.h:
6154 For check_icmp plugin from A Ericsson
6156 2004-12-02 04:48 mattkent
6158 * [r973] command.cfg.in:
6161 2004-12-02 04:36 mattkent
6163 * [r972] AUTHORS, REQUIREMENTS, command.cfg.in,
6164 plugins/check_ups.c:
6165 Patch from Arnaud Quette to bring support to NUT 2.0 plus couple
6166 improvements and fixes (1038413 which includes 1032009, 815785).
6168 2004-12-02 01:11 opensides
6170 * [r971] plugins/check_dns.c, plugins/check_game.c,
6171 plugins/check_http.c, plugins/check_ide-smart.c,
6172 plugins/check_load.c, plugins/check_mrtgtraf.c,
6173 plugins/check_mysql.c, plugins/check_nagios.c,
6174 plugins/check_nt.c, plugins/check_nwstat.c,
6175 plugins/check_overcr.c, plugins/check_pgsql.c,
6176 plugins/check_ping.c, plugins/check_procs.c,
6177 plugins/check_radius.c, plugins/check_real.c,
6178 plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_tcp.c,
6179 plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c,
6180 plugins/negate.c, plugins/popen.c:
6181 changed Error: by CRITICAL - more localization fixes
6183 2004-12-02 00:30 opensides
6185 * [r970] contrib/check_rbl.c:
6186 adapted for localization
6188 2004-12-01 23:54 opensides
6190 * [r969] plugins/check_by_ssh.c, plugins/check_dig.c,
6191 plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c,
6192 plugins/check_fping.c, plugins/check_game.c,
6193 plugins/check_hpjd.c, plugins/check_http.c,
6194 plugins/check_ide-smart.c, plugins/check_ldap.c,
6195 plugins/check_load.c, plugins/check_mrtg.c,
6196 plugins/check_mrtgtraf.c, plugins/check_mysql.c,
6197 plugins/check_nagios.c, plugins/check_nt.c,
6198 plugins/check_nwstat.c, plugins/check_overcr.c,
6199 plugins/check_pgsql.c, plugins/check_ping.c,
6200 plugins/check_procs.c, plugins/check_radius.c,
6201 plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c,
6202 plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c,
6203 plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c,
6204 plugins/check_users.c, plugins/common.h, plugins/getaddrinfo.c,
6205 plugins/getaddrinfo.h, plugins/gethostbyname.c,
6206 plugins/gethostbyname.h, plugins/negate.c, plugins/netutils.c,
6207 plugins/netutils.h, plugins/popen.c, plugins/urlize.c,
6208 plugins/utils.c, plugins/utils.h:
6209 standardize localization string standardize unknow arguments
6211 2004-12-01 22:02 tonvoon
6213 * [r968] doc/RELEASING:
6216 2004-12-01 21:55 tonvoon
6218 * [r967] configure.in:
6221 2004-12-01 21:01 tonvoon
6224 Updated for r1_4_0-alpha2
6226 2004-12-01 20:43 tonvoon
6228 * [r964] tools/devmode:
6229 eval not working - instructions now in comments
6231 2004-12-01 20:09 tonvoon
6233 * [r963] plugins-scripts/check_oracle.sh:
6234 Fixed pmon process checking from a change I made earlier
6236 2004-12-01 19:33 opensides
6238 * [r962] plugins/check_by_ssh.c, plugins/check_dig.c,
6239 plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c,
6240 plugins/check_ssh.c:
6241 first pass at standardization of messages for the localization
6243 2004-12-01 08:41 stanleyhopcroft
6245 * [r961] configure.in:
6246 Bryan Loniewski contributed check_jabber plugin (SSL/check_tcp);
6247 Eric Chen check_nntps plugin + SSL certficate expiry check [added
6248 -D option to check_tcp]
6250 2004-12-01 08:28 stanleyhopcroft
6252 * [r960] plugins/netutils.c:
6253 1075725: patch to my_connect() to deal with SEGV if connect fails
6255 2004-12-01 08:26 stanleyhopcroft
6257 * [r959] plugins/check_tcp.c:
6258 1041571 & 664615: check_tcp with cert check + nntps, simap,
6261 2004-12-01 03:50 mattkent
6263 * [r958] contrib/check_nmap.py:
6264 Small fix from David Rippel (996800) for newer versions of nmap
6266 2004-12-01 03:26 mattkent
6268 * [r957] plugins-scripts/check_oracle.sh:
6269 Perf data and other improvements by Florian Gleixner (1027787)
6271 2004-11-30 07:40 opensides
6274 more french translations
6276 2004-11-30 00:25 tonvoon
6278 * [r955] plugins/check_ide-smart.c:
6279 Capitalized some error messages
6281 2004-11-30 00:24 tonvoon
6283 * [r954] plugins/urlize.c:
6284 Updated output to UNKNOWN
6286 2004-11-30 00:21 opensides
6289 translating fr.po new part
6291 2004-11-29 23:52 tonvoon
6293 * [r952] lib/Makefile.am, lib/exitfail.m4, lib/getopt.m4:
6294 Extra files required from coreutils
6296 2004-11-29 23:46 tonvoon
6299 Cleanup and statement re: contrib plugins
6301 2004-11-29 22:42 tonvoon
6303 * [r950] configure.in:
6304 Patches for configure on *BSD (Julien Touche)
6306 2004-11-29 05:07 stanleyhopcroft
6308 * [r949] contrib/README.TXT, contrib/rblcheck-dns,
6309 contrib/rblcheck-web, contrib/tarballs/check_icmp-0.8.tar.gz:
6310 *** empty log message ***
6312 2004-11-29 04:49 mattkent
6314 * [r948] contrib/check_linux_raid.pl:
6315 Better error checking (820806)
6317 2004-11-29 00:56 opensides
6320 second version of french .po still 300 ;-) to translate
6322 2004-11-28 22:57 opensides
6325 first new translation of fr.po
6327 2004-11-27 21:00 mattkent
6329 * [r945] plugins/check_ssh.c:
6330 Add remote version check (1030269, Daniel Gullin)
6332 2004-11-26 08:54 stanleyhopcroft
6335 New plugin/bugfix: tracker 1070929. check_hpjdres
6337 2004-11-25 05:09 mattkent
6339 * [r943] plugins/check_disk.c:
6340 From old test harness code, make ./check_disk -w 0 -c 0 / valid
6343 2004-11-25 05:06 mattkent
6345 * [r942] plugins/t/check_dns.t, plugins/t/check_http.t,
6346 plugins/t/check_load.t, plugins/t/check_mysql.t, test.pl.in:
6347 Updating test harness
6349 2004-11-25 04:49 stanleyhopcroft
6351 * [r941] contrib/README.TXT:
6352 Removed reference to non existent tar balls (Hopcroft plugins)
6354 2004-11-25 04:46 stanleyhopcroft
6356 * [r940] contrib/check_wins.pl:
6357 Non functional tidy ups to check_wins
6359 2004-11-25 04:30 stanleyhopcroft
6361 * [r939] contrib/check_hw.sh:
6362 Added /contrib/check_hw.sh by Rok Debevc
6364 2004-11-25 04:28 stanleyhopcroft
6366 * [r938] contrib/check_sybase:
6367 Added /contrib/check_sybase by Simon Bellwood
6369 2004-11-25 03:01 stanleyhopcroft
6371 * [r937] contrib/check_hprsc.pl:
6372 update check_hprsc.pl for Net-SNMP versions >=4
6374 2004-11-24 21:34 tonvoon
6376 * [r936] tools/sfsnapshot:
6377 Removing build directory after creating distribution
6379 2004-11-24 21:19 tonvoon
6381 * [r935] doc/makefile:
6384 2004-11-24 06:36 stanleyhopcroft
6386 * [r933] plugins/check_hpjd.c:
6387 add -OQa to command_line in check_hpjd.c. Correct
6388 nagiosplug-Bugs-889948, 846329
6390 2004-11-24 04:35 mattkent
6392 * [r932] plugins/check_nwstat.c:
6393 Attempting to fix a reported segfault (1055054)
6395 2004-11-24 04:25 mattkent
6397 * [r931] plugins/check_http.c:
6398 Added support for sending port in host header (913633)
6400 2004-11-24 00:46 tonvoon
6402 * [r930] plugins/check_by_ssh.c, plugins/check_dig.c,
6403 plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c,
6404 plugins/check_fping.c, plugins/check_game.c,
6405 plugins/check_hpjd.c, plugins/check_http.c, plugins/check_ldap.c,
6406 plugins/check_load.c, plugins/check_mrtg.c,
6407 plugins/check_mrtgtraf.c, plugins/check_mysql.c,
6408 plugins/check_nwstat.c, plugins/check_overcr.c,
6409 plugins/check_pgsql.c, plugins/check_ping.c,
6410 plugins/check_procs.c, plugins/check_radius.c,
6411 plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c,
6412 plugins/check_ssh.c, plugins/check_tcp.c, plugins/check_time.c,
6413 plugins/check_udp.c, plugins/check_ups.c, plugins/check_users.c,
6414 plugins/negate.c, plugins/urlize.c:
6415 Making messages more consistent
6417 2004-11-23 23:53 tonvoon
6419 * [r929] plugins/check_by_ssh.c, plugins/check_dns.c,
6420 plugins/check_hpjd.c, plugins/check_mrtg.c,
6421 plugins/check_mrtgtraf.c, plugins/check_mysql.c,
6422 plugins/check_real.c, plugins/check_smtp.c, plugins/check_swap.c,
6423 plugins/check_time.c:
6424 Standardising translation texts
6426 2004-11-23 23:35 tonvoon
6428 * [r928] doc/developer-guidelines.sgml:
6429 Guidelines on translated text (Yves Mettier, Simon Bellwood,
6432 2004-11-23 22:49 tonvoon
6434 * [r927] doc/developer-guidelines.sgml:
6435 Adding notes on developer and translator access in SF
6437 2004-11-23 06:06 mattkent
6442 2004-11-23 05:49 mattkent
6444 * [r925] plugins/check_disk.c:
6445 Fix integer warning and critical options. Take values from
6446 current unit instead of always KB.
6448 2004-11-23 00:06 stanleyhopcroft
6450 * [r924] doc/developer-guidelines.sgml:
6451 trivial changes to Perl plugin section.
6453 2004-11-22 22:44 tonvoon
6458 2004-11-22 22:30 tonvoon
6460 * [r922] plugins/check_nt.c:
6461 Fixed some messages that should not be translated (Benoit
6464 2004-11-21 05:24 mattkent
6466 * [r920] plugins/check_mysql.c:
6467 Patch from Nathan Shafer to add replication slave check (1006777)
6469 2004-11-20 22:56 mattkent
6474 2004-11-20 22:46 mattkent
6479 2004-11-20 22:43 mattkent
6481 * [r917] contrib/check_linux_raid.pl:
6482 Fix always reading status from the last line (1045506)
6484 2004-11-20 22:28 mattkent
6486 * [r916] plugins/check_ping.c:
6487 New output format reported by pumuckel1980 (946857)
6489 2004-11-20 21:36 mattkent
6491 * [r915] plugins/check_http.c:
6492 Bit of cleanup, fix verbose output.
6494 2004-11-20 07:04 tonvoon
6496 * [r914] configure.in:
6497 Fixed va_copy problem on AIX by copying samba's configure.in
6499 2004-11-19 15:58 tonvoon
6502 Added perl coding guidelines, from Programming Perl book (Andreas
6505 2004-11-19 14:28 tonvoon
6507 * [r912] lib/getloadavg.m4:
6508 I think getloadavg.m4 is no longer required (as autoconf has
6511 2004-11-19 14:24 tonvoon
6513 * [r911] lib/Makefile.am:
6514 Removed getloadavg.m4 (built-in function in autoconf) and added
6515 cloexec.[hc] for getloadavg.c
6517 2004-11-19 14:23 tonvoon
6519 * [r910] lib/cloexec.c, lib/cloexec.h:
6520 Files required for getloadavg.c
6522 2004-11-19 03:59 mattkent
6524 * [r909] plugins-scripts/check_ntp.pl:
6525 Fix incorrectly labelled units in output (1025905, Jason Martin)
6527 2004-11-19 03:44 mattkent
6529 * [r908] plugins/check_procs.c:
6530 Enabling timeout flag (1010097, Jason Martin)
6532 2004-11-19 02:53 mattkent
6534 * [r907] plugins/check_http.c:
6535 Make -L notice ssl use to output a proper href (1035234, Abid
6538 2004-11-19 02:39 mattkent
6540 * [r906] plugins/check_smtp.c:
6541 Change unit from 'us' to 's' to match other core plugins for
6544 2004-11-19 00:21 tonvoon
6547 - More great contributors...
6549 2004-11-19 00:12 tonvoon
6551 * [r904] plugins/check_http.c:
6552 Options for User Agent string and extra headers (Ibere Tizio)
6554 2004-11-18 22:48 tonvoon
6556 * [r903] configure.in:
6557 Remove unnecessary CPPFLAGS for openssl (Lutz Behnke - 686476)
6559 2004-11-18 22:42 tonvoon
6561 * [r902] plugins/check_tcp.c:
6562 Enhance SSL initialization problems (Phil Dibowitz - 1055120)
6564 2004-11-18 05:36 mattkent
6566 * [r901] plugins/check_smtp.c:
6567 Go critical on no route to host instead of warning (934025)
6569 2004-11-18 00:27 tonvoon
6571 * [r900] tools/setup:
6572 Use copy of tools for consistency if building on different
6573 platforms from shared source
6575 2004-11-17 23:35 tonvoon
6577 * [r899] plugins/check_tcp.c:
6578 Ignore output from tcp port (949070 - Jan-Piet Mens)
6580 2004-11-17 23:22 tonvoon
6582 * [r898] plugins/check_http.c:
6583 --no-body and --max-age options (949521 - Jamie Zawinski)
6585 2004-11-17 22:19 tonvoon
6587 * [r897] doc/developer-guidelines.sgml:
6588 Added section on using Sourceforge, mainly for administrators
6590 2004-11-12 00:51 tonvoon
6592 * [r896] tools/update_coreutils:
6593 Tool to pull newer coreutil libs into nagiosplug's lib directory
6595 2004-11-12 00:49 tonvoon
6597 * [r895] lib/Makefile.am, lib/error.c, lib/error.h, lib/error.m4,
6598 lib/exit.h, lib/exitfail.c, lib/exitfail.h, lib/fsusage.c,
6599 lib/fsusage.h, lib/fsusage.m4, lib/full-read.h, lib/getloadavg.c,
6600 lib/getopt.c, lib/getopt.h, lib/getopt1.c, lib/gettext.h,
6601 lib/ls-mntd-fs.m4, lib/malloc.c, lib/mountlist.c,
6602 lib/mountlist.h, lib/onceonly.m4, lib/realloc.c, lib/snprintf.c,
6603 lib/strtod.c, lib/unlocked-io.h, lib/unlocked-io.m4,
6604 lib/xalloc.h, lib/xalloc.m4, lib/xmalloc.c, lib/xstrdup.c,
6605 plugins/check_disk.c, po/de.po, po/fr.po:
6606 Update to using coreutils 5.2.1 libraries and snprintf.c from
6609 2004-09-07 20:27 tonvoon
6611 * [r894] doc/developer-guidelines.sgml:
6612 Clarity based on comments by Ben Clewett
6614 2004-08-23 21:59 tonvoon
6617 For patch to check_nt
6619 2004-08-23 21:58 tonvoon
6621 * [r892] plugins/check_nt.c:
6622 Restore divisor for memory size reported by Windows. Also,
6623 implements warning and critical levels for performance counters.
6624 (Paulo Afonso Graner Fessel)
6626 2004-08-23 21:18 tonvoon
6628 * [r891] configure.in, plugins/check_swap.c, plugins/common.h:
6629 Using swapctl for Solaris, Tru64 and *BSD (Sean Finney)
6631 2004-08-19 19:05 tonvoon
6633 * [r890] configure.in, plugins/check_swap.c, plugins/common.h:
6634 Patch for tru64 using swapctl calls (Sean Finney)
6636 2004-08-18 21:32 tonvoon
6639 Another day's work...
6641 2004-08-18 21:25 tonvoon
6643 * [r888] plugins/check_dig.c:
6644 Checks different record types and checks against an expected
6645 address (Bill Kunkel)
6647 2004-08-18 20:36 tonvoon
6649 * [r887] configure.in:
6650 Support for check_swap on NetBSD/OpenBSD (Sean Finney)
6652 2004-08-18 20:25 tonvoon
6654 * [r886] plugins-scripts/check_oracle.sh:
6655 More specific test for sid (Paul Allen)
6657 2004-08-18 20:21 tonvoon
6659 * [r885] plugins/check_disk.c:
6660 Fixed perfdata so that shows amount used (Garry Cook)
6662 2004-08-18 19:51 tonvoon
6664 * [r884] plugins-scripts/check_ifstatus.pl:
6665 Perfdata corrected (Garry Cook)
6667 2004-08-18 19:46 tonvoon
6669 * [r883] plugins-scripts/check_oracle.sh:
6670 Fix for similar dataabase sids (Carole Verdon)
6672 2004-08-18 19:41 tonvoon
6675 Gary Cook for perfdata for check_nt
6677 2004-08-18 19:40 tonvoon
6679 * [r881] plugins/check_nt.c:
6680 Perfdata added (Gary Cook)
6682 2004-06-26 16:39 tonvoon
6684 * [r880] tools/sfsnapshot:
6685 Change of compile server and cleanups
6687 2004-06-26 05:13 tonvoon
6689 * [r879] tools/sfsnapshot:
6690 Remove need to alter configure.in. Using different compile farms
6691 for SF to do the compiling
6693 2004-05-24 14:22 tonvoon
6698 2004-05-24 14:21 tonvoon
6700 * [r877] lib/Makefile.am:
6701 Missed getloadavg.c (Ben Clewett)
6703 2004-05-20 06:09 egalstad
6705 * [r876] contrib/check_dhcp.c:
6708 2004-05-10 10:25 tonvoon
6710 * [r875] configure.in:
6711 Set EXTRAS with check_swap if ac_cv_have_swap is set
6713 2004-04-30 11:12 tonvoon
6715 * [r874] configure.in:
6718 2004-04-29 15:08 tonvoon
6720 * [r873] configure.in:
6721 Bug in ps -el for AIX 4.1
6723 2004-04-29 11:13 tonvoon
6726 Sven for HP-UX requirements
6728 2004-04-29 11:12 tonvoon
6730 * [r871] REQUIREMENTS:
6731 HP-UX requirements (Sven Schaffranneck)
6733 2004-04-19 13:14 sghosh
6735 * [r870] AUTHORS, contrib/check_nagios_db_pg.pl:
6736 Postgres backend monitor
6738 2004-04-19 13:10 sghosh
6740 * [r869] AUTHORS, plugins-scripts/check_mssql.pl:
6743 2004-04-19 13:08 sghosh
6746 Win32 plugin repository
6748 2004-04-08 11:05 tonvoon
6751 Torsten Werner for check_racle patches
6753 2004-04-08 11:05 tonvoon
6755 * [r866] plugins-scripts/check_oracle.sh:
6756 Cleaner calls to awk and support if Oracle has different national
6757 language settings (Torsten Werner)
6759 2004-04-06 16:02 tonvoon
6761 * [r864] configure.in, plugins/check_procs.c:
6762 Fixed weird scanf bug on Solaris
6764 2004-04-02 19:37 kdebisschop
6766 * [r863] plugins/check_by_ssh.c:
6767 add example invocation to help
6769 2004-03-31 23:01 tonvoon
6774 2004-03-31 22:53 tonvoon
6776 * [r861] plugins/check_nt.c:
6777 Command line argument bug (Howard Wilkinson)
6779 2004-03-31 22:48 tonvoon
6781 * [r860] plugins/netutils.c:
6782 Set default state (Howard Wilkinson)
6784 2004-03-31 19:20 tonvoon
6786 * [r859] doc/developer-guidelines.sgml:
6789 2004-03-23 06:35 kdebisschop
6791 * [r858] plugins/check_fping.c:
6792 check was supposed to be agains ms - got munged wfixeg the
6793 perfdata output to be in seconds
6795 2004-03-22 07:22 tonvoon
6798 Joe Rhett for getopt bug
6800 2004-03-22 07:19 tonvoon
6802 * [r855] plugins/check_http.c:
6803 Option --url not mapped (Joe Rhett)
6805 2004-03-18 20:58 tonvoon
6808 More help for patches
6810 2004-03-18 20:50 tonvoon
6812 * [r853] plugins/check_disk.c:
6813 Typo in check_disk units (Matthew Kent - 909281)
6815 2004-03-18 20:40 tonvoon
6817 * [r852] configure.in:
6818 Mysql include path not added correctly (Arnold Cavazos - 912974)
6820 2004-03-18 20:31 tonvoon
6822 * [r851] plugins/check_radius.c:
6823 Option to fill in NAS-identifier to Emulate pam_radius behaviour
6826 2004-03-17 20:38 tonvoon
6828 * [r850] doc/developer-guidelines.sgml:
6829 Copyright information for patches
6831 2004-03-14 04:09 kdebisschop
6833 * [r849] plugins/check_ldap.c, plugins/check_load.c,
6834 plugins/check_mrtgtraf.c, plugins/check_pgsql.c,
6835 plugins/check_smtp.c, plugins/check_tcp.c, plugins/check_ups.c:
6838 2004-03-14 03:37 kdebisschop
6840 * [r848] plugins/check_fping.c:
6843 2004-03-12 03:40 egalstad
6845 * [r847] contrib/check_cluster2.c:
6846 New cluster plugin for Nagios 2.x
6848 2004-03-11 15:33 tonvoon
6851 check_procs difference
6853 2004-03-11 15:17 tonvoon
6855 * [r845] plugins/check_nagios.c:
6856 Incorporate check_proc changes into check_nagios. ps handling
6857 probably should be moved into utils.c in future
6859 2004-03-08 21:03 tonvoon
6861 * [r844] configure.in:
6864 2004-03-08 21:01 tonvoon
6866 * [r843] doc/developer-guidelines.sgml:
6867 Information on plugin output format
6869 2004-03-04 05:08 kdebisschop
6871 * [r842] plugins/check_dig.c, plugins/check_dns.c,
6872 plugins/check_game.c:
6873 use float for time in perf data
6875 2004-03-03 12:33 kdebisschop
6877 * [r841] plugins/check_http.c, plugins/utils.c:
6878 begin writing some perfdata as float
6880 2004-03-03 04:24 kdebisschop
6882 * [r840] contrib/check_pop3.pl:
6883 fix loop and \r\n (Jason Burnett -
6884 http://sourceforge.net/tracker/index.php?func=detail&aid=895677&group_id=29880&atid=397599)
6886 2004-03-03 03:48 kdebisschop
6888 * [r839] plugins/check_disk.c:
6889 check_disk was getting blocks instead of bytes (Michael Musikhin
6891 http://sourceforge.net/tracker/index.php?func=detail&aid=900215&group_id=29880&atid=397599)
6893 2004-03-02 17:44 kdebisschop
6895 * [r838] pkg/fedora/requires, pkg/redhat, pkg/redhat/requires:
6896 attempt to prune requires
6898 2004-03-02 06:17 kdebisschop
6900 * [r837] Makefile.am, nagios-plugins.spec.in, pkg/fedora,
6901 pkg/fedora/requires:
6902 make specfile into a template which can generate a generic spec
6903 plus specs suitable for various repositories
6905 2004-03-02 06:13 kdebisschop
6907 * [r836] configure.in:
6910 2004-03-02 05:25 kdebisschop
6912 * [r835] plugins/check_http.c:
6913 relax check for -w/-c to accept floats (bug report from Warrick
6916 2004-03-02 05:01 kdebisschop
6918 * [r834] AUTHORS, plugins/check_swap.c:
6919 fix div by zero error when swaptotal is zero (Flo Gleixner)
6921 2004-03-01 12:27 kdebisschop
6923 * [r833] plugins/check_tcp.c, plugins/netutils.c:
6924 check_tcp was returning uninitialized string with user-defined
6927 2004-03-01 06:15 kdebisschop
6929 * [r832] plugins/check_smtp.c:
6930 allow regex for ecpect checks
6932 2004-02-29 04:09 kdebisschop
6934 * [r831] plugins/check_nwstat.c, plugins/netutils.c,
6936 was making up to 34 separate tcp connections - now we open one
6939 2004-02-28 07:27 kdebisschop
6941 * [r830] plugins/check_snmp.c:
6942 checks for warn in check_num() mistakenly referred to crit limits
6944 2004-02-28 06:51 kdebisschop
6946 * [r829] plugins/check_smtp.c:
6947 minor doco update to reflect handling of repeated caoomand
6950 2004-02-28 06:48 kdebisschop
6952 * [r828] plugins/check_smtp.c:
6953 work in progress to accept multiple command/expect pairs
6955 2004-02-28 04:54 kdebisschop
6957 * [r827] plugins/check_swap.c:
6958 update to work with Linux 2.6 /proc/meminfo format
6960 2004-02-25 08:51 kdebisschop
6962 * [r826] AUTHORS, plugins/check_dns.c:
6963 check server for authoritative status (from Jon Hallet)
6965 2004-02-25 08:12 kdebisschop
6967 * [r825] plugins/check_swap.c:
6968 change some datatypes to llu for very large swaps
6970 2004-02-25 07:49 kdebisschop
6972 * [r824] configure.in, plugins/check_ping.c:
6973 pass timeout to ping if supported with -w parameter (linux)
6975 2004-02-21 05:37 kdebisschop
6977 * [r823] plugins/check_by_ssh.c:
6978 add option to ignore a specified number of lines on stderr (to
6979 suppress a login banner)
6981 2004-02-21 03:44 kdebisschop
6984 Add Jason Martin for report of missing $opt_C for 'use vars' in
6987 2004-02-21 03:42 kdebisschop
6989 * [r820] plugins-scripts/check_breeze.pl:
6990 add opt_C to 'usr vars'
6992 2004-02-20 19:35 tonvoon
6994 * [r819] plugins/check_http.c:
6995 - Missed out getopt for -T
6997 2004-02-20 05:25 kdebisschop
6999 * [r818] contrib/check_dhcp.c, plugins/check_snmp.c,
7000 plugins/negate.c, plugins/netutils.c, plugins/urlize.c:
7001 spell fix "received"
7003 2004-02-20 05:21 kdebisschop
7005 * [r817] plugins/utils.c, plugins/utils.h:
7006 add perfdata function for floats to complement ints, also spell
7009 2004-02-20 05:19 kdebisschop
7012 add Ralph Rye for report of check_procs segfault on AIX/WebSphere
7013 and proof-of-concept patch
7015 2004-02-20 05:04 kdebisschop
7017 * [r815] plugins/check_procs.c:
7018 handle case where line from ps output exceed MAX_INPUT_BUFFER
7020 2004-02-20 03:37 tonvoon
7023 Shaun Wills for patch to check_http
7025 2004-02-20 03:21 tonvoon
7027 * [r813] plugins/check_http.c:
7028 Added Content-type when POSTing (Shawn Wills)
7030 2004-02-20 03:00 tonvoon
7032 * [r812] plugins/check_procs.c:
7033 - compiler warning removed (but usage2 messages badly broken)
7035 2004-02-20 02:58 tonvoon
7038 Matt Pounsett for bug report
7040 2004-02-20 02:09 tonvoon
7042 * [r810] plugins/check_dns.c:
7043 Different text to scan for if multiple addresses
7045 2004-02-20 01:05 tonvoon
7047 * [r809] plugins/check_swap.c:
7048 Corrected usage message (Matt Pounsett)
7050 2004-02-19 13:24 tonvoon
7053 Michael Musikhin for check_disk patch
7055 2004-02-19 13:23 tonvoon
7057 * [r807] plugins/check_disk.c:
7058 Uninitialised variables for -X (Bug 900091 - Michael Musikhin)
7060 2004-02-18 14:57 kdebisschop
7062 * [r806] configure.in:
7065 2004-02-18 14:56 kdebisschop
7067 * [r805] acinclude.m4, lib/afs.m4, lib/fstypename.m4,
7069 underquoted defines cause warning on FC2
7071 2004-02-18 02:11 tonvoon
7074 Johannes Herlitz for patch to check_dns
7076 2004-02-18 02:09 tonvoon
7078 * [r803] plugins/check_dns.c:
7079 Output message includes the query_address, as inspired by
7080 Johannes Herlitz. Also cleanup of comments and handles multi-line
7081 nslookup output (MacOSX 10.3)
7083 2004-02-17 13:24 tonvoon
7086 David Alden for check_snmp_procs.pl
7088 2004-02-17 13:23 tonvoon
7090 * [r801] contrib/check_snmp_procs.pl:
7091 Checks remote processes via SNMP (David Alden)
7093 2004-02-09 08:32 tonvoon
7098 2004-02-09 08:27 tonvoon
7100 * [r799] plugins/check_ping.c:
7101 Fix for check_ping old-style argument handling (Patrick McCormick
7104 2004-01-28 11:42 tonvoon
7106 * [r798] plugins/check_dummy.c:
7109 2004-01-21 12:50 kdebisschop
7112 credit David Croft (patch check_tcp formultibyte malloc bug in
7115 2004-01-21 12:49 kdebisschop
7117 * [r796] plugins/check_tcp.c:
7118 =fix segfault on malloc of server_expect for multibyte chars
7121 2004-01-18 20:07 sghosh
7123 * [r795] contrib/check_snmp_printer.pl:
7124 plugin to check printer status via snmp, includes page count as
7125 perfdata; perl plugin
7127 2003-12-24 08:51 tonvoon
7132 2003-12-24 08:51 tonvoon
7134 * [r793] plugins/check_swap.c:
7135 Fixed help doc on use of % (854817 - Gunnar Hellekson)
7137 2003-12-18 09:24 tonvoon
7140 Reference to CHANGES file
7142 2003-12-18 09:19 tonvoon
7144 * [r791] Makefile.am:
7145 Add CHANGES file to distribution
7147 2003-12-18 09:15 tonvoon
7150 List major changes between releases
7152 2003-12-11 10:00 tonvoon
7155 For patch to check_http
7157 2003-12-11 10:00 tonvoon
7159 * [r788] plugins/check_http.c:
7160 Relative redirects not followed correctly (854131 - John Sivak)
7162 2003-12-05 18:12 tonvoon
7165 Ben Whaley for reported Solaris 8 /usr/ucb/ps problem in
7168 2003-12-05 18:08 tonvoon
7170 * [r786] configure.in:
7171 Not correctly working out ps command if /usr/ucb before /usr/bin
7172 in PATH for Solaris (reported by Ben Whaley)
7174 2003-12-05 16:45 tonvoon
7179 2003-12-05 16:42 tonvoon
7181 * [r784] plugins/netutils.c, plugins/netutils.h:
7182 Fix clash of namespace for my_connect with mysql (854339 - Ian
7185 2003-12-02 15:27 tonvoon
7187 * [r783] plugins/check_disk.c:
7188 Default thresholds not defined for lists in -x parameter (raised
7191 2003-12-01 02:47 kdebisschop
7193 * [r782] po/de.po, po/fr.po:
7194 commit changes caused by upstream code mods
7196 2003-12-01 02:46 kdebisschop
7198 * [r781] plugins/check_procs.c:
7201 2003-12-01 02:38 kdebisschop
7203 * [r780] nagios-plugins.spec.in:
7206 2003-11-28 14:18 tonvoon
7208 * [r779] plugins/check_procs.c:
7209 Fixed listing of failed processes
7211 2003-11-24 14:56 tonvoon
7216 2003-11-24 14:53 tonvoon
7218 * [r777] plugins/check_hpjd.c:
7219 Bug from code-clean (Antony Simmonds - 846311)
7221 2003-11-21 07:53 kdebisschop
7224 update auotmake/autoconf versions
7226 2003-11-21 07:52 kdebisschop
7228 * [r775] doc/developer-guidelines.sgml:
7229 update developer names
7231 2003-11-21 07:34 kdebisschop
7233 * [r774] INSTALLING:
7234 our policy now is to use most recent versions of GNU tool chain
7236 2003-11-19 06:24 kdebisschop
7238 * [r773] plugins/check_time.c:
7241 2003-11-19 06:00 kdebisschop
7243 * [r772] plugins/check_smtp.c:
7244 use perfdata() to return perfoamnace data in stanadrd format
7246 2003-11-17 11:45 kdebisschop
7248 * [r771] plugins/check_ups.c:
7249 bugfix - each supported option was overwriting the previous
7252 2003-11-17 07:19 kdebisschop
7254 * [r770] plugins/check_ups.c:
7257 2003-11-17 06:37 kdebisschop
7259 * [r769] plugins/check_pgsql.c:
7262 2003-11-12 06:05 kdebisschop
7264 * [r768] plugins/check_snmp.c:
7265 clean up compiler warnings
7267 2003-11-12 05:53 kdebisschop
7269 * [r767] plugins/check_mrtg.c, plugins/check_nt.c:
7270 clean up compiler warnings
7272 2003-11-12 05:41 kdebisschop
7274 * [r766] plugins/check_mrtgtraf.c, plugins/check_swap.c:
7275 clean up compiler warnings
7277 2003-11-12 05:29 kdebisschop
7279 * [r765] plugins/check_mrtgtraf.c:
7282 2003-11-12 05:28 kdebisschop
7284 * [r764] plugins/check_dig.c:
7285 remove overflow checks of strtod - HUGE_VALF requires C99; also
7286 remove equality checks on warn/crit interval which are no doubles
7288 2003-11-11 10:43 tonvoon
7290 * [r763] plugins/check_tcp.c:
7293 2003-11-11 10:34 tonvoon
7295 * [r762] plugins/check_users.c:
7298 2003-11-11 10:27 tonvoon
7300 * [r761] plugins/check_swap.c:
7303 2003-11-11 10:19 tonvoon
7305 * [r760] plugins/check_swap.c:
7306 Fixed if only absolute warn/crit set
7308 2003-11-10 11:15 tonvoon
7310 * [r759] plugins/utils.h:
7313 2003-11-05 22:59 sghosh
7315 * [r758] plugins-scripts/check_ifoperstatus.pl,
7316 plugins-scripts/check_ifstatus.pl:
7317 added plugin timeout options
7319 2003-10-31 04:22 kdebisschop
7321 * [r757] plugins/check_nt.c:
7322 provide an error message
7324 2003-10-31 04:21 kdebisschop
7326 * [r756] plugins/check_hpjd.c:
7329 2003-10-31 04:20 kdebisschop
7331 * [r755] plugins/check_load.c:
7334 2003-10-31 04:19 kdebisschop
7336 * [r754] plugins/check_mrtg.c:
7337 add perf data fix bug where stale data message would get
7340 2003-10-24 13:28 tonvoon
7342 * [r753] plugins/common.h:
7343 Ignore __attribute__ for non-GNU compilers
7345 2003-10-24 09:37 tonvoon
7347 * [r752] plugins/Makefile.am:
7348 Moved config.h to toplevel
7350 2003-10-23 10:24 tonvoon
7352 * [r751] lib/Makefile.am:
7353 Need to include intl/ for systems without libintl.h
7355 2003-10-21 16:16 tonvoon
7358 Matt Garrett for bug reports
7360 2003-10-21 15:56 tonvoon
7362 * [r749] plugins-scripts/check_file_age.pl:
7363 - Fixed file name (Matt Garrett)
7365 2003-10-20 14:03 tonvoon
7367 * [r748] configure.in, lib/fsusage.c, lib/mountlist.c:
7368 Fix for config.h at top level. Required for intl/
7370 2003-10-15 19:27 tonvoon
7372 * [r747] tools/mail_error:
7373 Need to export PATH for sfsnapshot to get correct GNU toolchain
7375 2003-10-14 03:15 sghosh
7377 * [r746] plugins-scripts/check_ifoperstatus.pl:
7380 2003-10-14 03:14 sghosh
7382 * [r745] plugins-scripts/check_ifstatus.pl:
7385 2003-10-14 02:40 sghosh
7387 * [r744] plugins-scripts/check_ntp.pl:
7388 Bug 773588: added check to warn on matching # candidates only
7390 2003-10-14 02:15 sghosh
7392 * [r743] plugins-scripts/check_ifstatus.pl:
7393 Added -M for maxmsgsize (v1/v2c) Added v3 support
7395 2003-09-30 13:54 tonvoon
7397 * [r742] plugins/check_swap.c:
7398 Fixed logic problem if HAVE_SWAP, but not on AIX or Solaris.
7399 Removed unnecessary ifdefs for help page. Better indentation for
7402 2003-09-29 10:02 tonvoon
7404 * [r741] lib/Makefile.am:
7405 Missed GNU files for AIX 5.1
7407 2003-09-17 19:16 tonvoon
7410 Added authors of obsolete contrib plugins
7412 2003-09-17 19:07 tonvoon
7414 * [r739] contrib/maser-oracle.pl:
7415 Obsolete from main check_oracle
7417 2003-09-17 19:05 tonvoon
7419 * [r738] contrib/aix/check_crit_dsk, contrib/aix/check_dsk,
7420 contrib/aix/check_ping:
7421 Plugins obsolete from main check_disk and check_ping
7423 2003-09-17 16:33 tonvoon
7425 * [r737] lib/strtod.c:
7426 Required if strtod not GNU compilant
7428 2003-09-17 16:31 tonvoon
7430 * [r736] configure.in, lib/Makefile.am, lib/error.c, lib/error.h,
7431 lib/error.m4, lib/malloc.c, lib/realloc.c, lib/unlocked-io.h,
7432 lib/xalloc.h, lib/xmalloc.c:
7433 Support to compile on AIX
7435 2003-09-17 16:15 tonvoon
7437 * [r735] plugins/check_load.c:
7440 2003-09-17 09:31 tonvoon
7442 * [r734] configure.in, plugins/check_swap.c:
7443 Support for check_swap in AIX (tested on 5.1)
7445 2003-09-17 09:25 tonvoon
7447 * [r733] tools/setup:
7448 Hide error message if docbook not available
7450 2003-09-16 21:58 tonvoon
7452 * [r732] doc/developer-guidelines.sgml:
7453 Added in threshold range format and updated autoconf to 2.54 for
7454 a problem on Darwin)
7456 2003-09-16 14:14 tonvoon
7458 * [r731] configure.in, plugins/Makefile.am, plugins/check_procs.c:
7459 Support for AIX ps command and cleanup of configure's ps checks
7461 2003-09-16 12:32 tonvoon
7463 * [r730] AUTHORS, plugins/common.h:
7464 AIX problem with enum TRUE and FALSE (Ludse Verhoeven)
7466 2003-09-16 11:36 kdebisschop
7468 * [r729] tools/sfsnapshot:
7469 here-doc format was not correct
7471 2003-09-16 05:45 kdebisschop
7473 * [r728] plugins/check_ldap.c:
7474 milisecond timing and perfdata, fix NULL pointer error in
7477 2003-09-15 15:49 tonvoon
7480 Contributors to the perfdata discussion
7482 2003-09-15 15:28 tonvoon
7484 * [r726] AUTHORS, plugins-scripts/check_mailq.pl:
7485 Added Exim support (768445 - Eric Bollengier)
7487 2003-09-15 14:57 tonvoon
7489 * [r725] AUTHORS, plugins/check_nt.c:
7490 Option to verify check_nt version (799098 - Steve Hanselman)
7492 2003-09-15 14:30 tonvoon
7495 Jason Burnett for check_disk_smb patch
7497 2003-09-15 14:26 tonvoon
7499 * [r723] plugins-scripts/check_disk_smb.pl:
7500 Optionally specify port for smbclient to use (781227 - Jason
7503 2003-09-15 05:03 kdebisschop
7505 * [r722] plugins/check_http.c:
7506 make status code extensible (thanks to Chris Wilson
7507 <chris@netservers.co.uk>)
7509 2003-09-12 11:53 kdebisschop
7514 2003-09-12 11:38 kdebisschop
7516 * [r719] plugins/check_ping.c:
7517 new output format reported by Patrick Allen
7518 <p.allen@brandblue.co.uk>
7520 2003-09-11 11:50 kdebisschop
7522 * [r718] plugins/check_http.c:
7523 use prefdata function for size too
7525 2003-09-11 08:02 kdebisschop
7527 * [r717] plugins/check_http.c:
7528 use prefdata function
7530 2003-09-11 08:02 kdebisschop
7532 * [r716] configure.in, plugins/check_swap.c:
7533 last changes to configure broke check_swap on RHLinux. Restore
7534 /proc/meminfo check and make check_swap ifdefs safer
7536 2003-09-04 06:43 kdebisschop
7538 * [r715] Makefile.am:
7539 change so make-dist works in subdirs
7541 2003-09-03 19:37 tonvoon
7543 * [r714] configure.in:
7544 Remove df checks and ignore swap checks if no swap commands found
7546 2003-09-03 19:32 tonvoon
7548 * [r713] doc/developer-guidelines.sgml:
7549 No named credits in source code
7551 2003-09-03 10:32 tonvoon
7553 * [r712] configure.in:
7554 Fixed substitution for Tru64's ps format
7556 2003-09-03 06:01 kdebisschop
7558 * [r711] plugins/check_dig.c:
7559 allow warn/crit times to be floating point
7561 2003-09-03 06:00 kdebisschop
7563 * [r710] configure.in, plugins/common.h:
7564 include math.h if needed for HUGE_VAL
7566 2003-09-02 15:04 tonvoon
7568 * [r709] plugins/check_procs.c:
7569 Solaris requires asprintf checks for null variables
7571 2003-09-01 20:07 tonvoon
7573 * [r708] Makefile.am:
7574 Report duplicates in AUTHORS file
7576 2003-09-01 19:43 tonvoon
7578 * [r707] doc/developer-guidelines.sgml:
7579 Add contributor's name into CVS comments
7581 2003-08-31 05:24 tonvoon
7583 * [r706] ., .cvsignore, AUTHORS, Makefile.am, THANKS.in:
7584 Updated AUTHORS to include all contributors listed in comments in
7585 code and CVS for plugins and plugins-scripts. Still need to do SF
7587 2003-08-31 05:13 tonvoon
7589 * [r705] doc/developer-guidelines.sgml:
7590 Updated perf data standard for warn before crit
7592 2003-08-28 11:56 kdebisschop
7594 * [r704] plugins/check_game.c:
7597 2003-08-28 03:53 kdebisschop
7599 * [r703] plugins/check_dns.c:
7602 2003-08-28 03:53 kdebisschop
7604 * [r702] plugins/utils.c:
7605 use single quotes per guideline, also quote when SPC or = are
7608 2003-08-28 03:22 kdebisschop
7610 * [r701] plugins/check_disk.c:
7613 2003-08-28 03:21 kdebisschop
7615 * [r700] plugins/utils.c:
7616 suppress quotes in perf data when not needed (some plugins need
7617 the space to keep below line length limit
7619 2003-08-28 03:20 kdebisschop
7621 * [r699] plugins/utils.h:
7622 add min() macro to complement max()
7624 2003-08-26 11:08 kdebisschop
7626 * [r698] plugins/check_dig.c:
7629 2003-08-26 10:51 kdebisschop
7631 * [r697] plugins/check_fping.c:
7634 2003-08-26 10:44 kdebisschop
7636 * [r696] plugins/utils.c, plugins/utils.h:
7637 function to make perfdata output
7639 2003-08-23 15:07 kdebisschop
7641 * [r695] plugins/check_http.c:
7642 - found and fixed memory allocation error in rewritten redir()
7645 2003-08-23 13:59 kdebisschop
7647 * [r694] plugins/check_http.c:
7648 - hacked interim fix to segfault on redirect - for tesing only
7650 2003-08-23 13:58 kdebisschop
7652 * [r693] plugins/check_dig.c:
7653 - fix various format errors with newly added perf data
7655 2003-08-22 23:49 kdebisschop
7657 * [r692] plugins/check_dig.c:
7658 - forgot to declare struct timeval tv for hires timing
7660 2003-08-22 06:55 kdebisschop
7662 * [r691] plugins/check_dig.c:
7663 - add perf data for time
7665 2003-08-22 06:22 kdebisschop
7667 * [r690] plugins/check_by_ssh.c, plugins/check_dig.c,
7668 plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c,
7669 plugins/check_fping.c, plugins/check_game.c,
7670 plugins/check_hpjd.c, plugins/check_http.c,
7671 plugins/check_ide-smart.c, plugins/check_ldap.c,
7672 plugins/check_load.c, plugins/check_mrtg.c,
7673 plugins/check_mysql.c, plugins/check_nagios.c,
7674 plugins/check_nt.c, plugins/check_nwstat.c,
7675 plugins/check_overcr.c, plugins/check_pgsql.c,
7676 plugins/check_ping.c, plugins/check_procs.c,
7677 plugins/check_radius.c, plugins/check_real.c,
7678 plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_ssh.c,
7679 plugins/check_swap.c, plugins/check_tcp.c, plugins/check_time.c,
7680 plugins/check_udp.c, plugins/check_ups.c, plugins/check_users.c,
7681 plugins/negate.c, plugins/urlize.c:
7682 - bindtextdomain for gettext, a few other smale cleanups here and
7685 2003-08-22 04:43 kdebisschop
7687 * [r689] plugins/check_http.c:
7688 * bugfix: snprintf of timestamp truncated '\0'
7690 2003-08-21 18:00 kdebisschop
7692 * [r688] plugins/check_http.c:
7693 * Check redirections for infinte loops and limit depth of
7696 2003-08-20 09:54 tonvoon
7698 * [r687] plugins/check_time.c:
7699 Optionally use udp instead of tcp (Bradley Baetz - 751646)
7701 2003-08-20 08:31 tonvoon
7703 * [r686] contrib/check_wins.pl:
7704 Changed netsaint to nagios in use lib
7706 2003-08-19 11:41 kdebisschop
7708 * [r685] plugins/check_http.c:
7709 *BUGFIX: LWS is not required betwwen "Location:" header field
7710 name and field value
7712 2003-08-19 11:19 kdebisschop
7714 * [r684] plugins/check_http.c:
7715 *add missing status numbers from RFC 2616 (HTTP1.1)
7717 2003-08-18 11:05 kdebisschop
7719 * [r683] plugins/check_ping.c:
7720 move error scans to a new separate routine and scan both stderr
7723 2003-08-11 19:50 tonvoon
7725 * [r682] doc/developer-guidelines.sgml:
7726 Performance data guidelines added
7728 2003-08-11 19:43 tonvoon
7730 * [r681] tools/sfsnapshot:
7731 Fixed building snapshots - cvs update ignores new directories.
7732 Also do not need to run make
7734 2003-08-10 12:56 kdebisschop
7736 * [r680] plugins/utils.c:
7737 config.h is redundant (common.h includes it)
7739 2003-08-10 12:48 kdebisschop
7741 * [r679] plugins/check_dns.c, plugins/check_smtp.c:
7742 perf data in integer microseconds
7744 2003-08-10 12:12 kdebisschop
7746 * [r678] po/POTFILES.in, po/de.po, po/fr.po:
7747 first pass at NLS markup done
7749 2003-08-10 12:11 kdebisschop
7751 * [r677] plugins-scripts/check_rpc.pl:
7752 proposed fix for LANG issue
7754 2003-08-10 06:53 kdebisschop
7756 * [r676] plugins/check_by_ssh.c, plugins/check_dig.c,
7757 plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c,
7758 plugins/check_game.c, plugins/check_hpjd.c, plugins/check_http.c,
7759 plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c,
7760 plugins/check_mrtgtraf.c, plugins/check_mysql.c,
7761 plugins/check_nagios.c, plugins/check_nt.c,
7762 plugins/check_nwstat.c, plugins/check_overcr.c,
7763 plugins/check_pgsql.c, plugins/check_ping.c,
7764 plugins/check_procs.c, plugins/check_radius.c,
7765 plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c,
7766 plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c,
7767 plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c,
7768 plugins/check_users.c, plugins/negate.c, plugins/popen.c,
7770 the last round of pedantic compiler warnings
7772 2003-08-09 13:37 kdebisschop
7774 * [r675] tools/devmode:
7775 a little shell script to make it a little easier to produce
7776 pedantic compiler warnings
7778 2003-08-09 13:36 kdebisschop
7780 * [r674] plugins/check_smtp.c, plugins/check_ssh.c,
7781 plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c,
7782 plugins/check_ups.c, plugins/check_users.c:
7783 more pedantic compiler warnings
7785 2003-08-09 06:51 undrgrid
7787 * [r673] plugins/common.h, po/de.po, po/fr.po:
7790 2003-08-09 06:01 kdebisschop
7792 * [r672] plugins/check_dig.c, plugins/check_http.c,
7793 plugins/check_load.c, plugins/check_mrtg.c,
7794 plugins/check_mrtgtraf.c, plugins/check_nwstat.c,
7795 plugins/check_overcr.c, plugins/check_ping.c,
7796 plugins/check_procs.c, plugins/check_real.c, plugins/utils.c,
7798 more pedantic compiler warns
7800 2003-08-09 04:19 kdebisschop
7802 * [r671] plugins/check_http.c:
7803 more pedantic compiler warns, change to microsecond output for
7804 perf data, add size to perf data
7806 2003-08-09 04:12 kdebisschop
7808 * [r670] plugins/utils.c, plugins/utils.h:
7809 add function for elapsed tim ein microseconds
7811 2003-08-09 00:56 kdebisschop
7813 * [r669] plugins/check_http.c:
7814 more pedantic compiler warnings
7816 2003-08-09 00:41 kdebisschop
7818 * [r668] plugins/check_disk.c, plugins/check_dummy.c,
7819 plugins/popen.c, plugins/utils.c, plugins/utils.h:
7820 more pedantic compiler warnings
7822 2003-08-08 20:31 kdebisschop
7824 * [r667] lib/Makefile.am:
7825 include getloadvag.m4 in distrib
7827 2003-08-08 16:49 kdebisschop
7829 * [r666] plugins/check_disk.c, plugins/netutils.c,
7831 cleanups from pedantic complier warnings
7833 2003-08-08 16:48 kdebisschop
7835 * [r665] plugins/check_nt.c:
7836 change if/elseif block to case, general streamline
7838 2003-08-08 12:14 kdebisschop
7840 * [r664] plugins/check_disk.c:
7841 fix a variety of compiler warnings about qualifier discards and
7842 other pedantic stuff
7844 2003-08-08 05:09 kdebisschop
7846 * [r663] plugins/check_by_ssh.c, plugins/check_dig.c,
7847 plugins/check_disk.c, plugins/check_snmp.c, plugins/utils.c,
7849 fix a variety of compiler warnings about qualifier discards and
7850 other pedantic stuff
7852 2003-08-08 04:33 kdebisschop
7854 * [r662] plugins/check_by_ssh.c, plugins/check_disk.c,
7855 plugins/check_nt.c, plugins/netutils.c, plugins/netutils.h,
7856 plugins/popen.h, plugins/utils.h:
7857 fix a variety of compiler warnings about qualifier discards and
7858 other pedantic stuff
7860 2003-08-08 03:51 kdebisschop
7862 * [r661] plugins/check_nt.c, plugins/check_smtp.c:
7863 markup for translation
7865 2003-08-07 23:17 kdebisschop
7867 * [r660] plugins/check_real.c:
7868 markup for translation
7870 2003-08-07 12:36 kdebisschop
7872 * [r659] plugins/check_procs.c:
7873 markup for translation
7875 2003-08-07 12:09 kdebisschop
7877 * [r658] plugins/check_load.c:
7878 reorder for consistency, restore prototypes for print_foo, nest
7879 #ifdef to avoid pedantic traditional c warn
7881 2003-08-07 12:00 kdebisschop
7883 * [r657] plugins/check_snmp.c:
7884 reorder for consistency (no code changes)
7886 2003-08-07 11:51 kdebisschop
7888 * [r656] plugins/check_by_ssh.c, plugins/check_disk.c,
7889 plugins/check_dns.c, plugins/check_fping.c, plugins/check_game.c,
7890 plugins/check_http.c, plugins/check_mrtg.c,
7891 plugins/check_mrtgtraf.c, plugins/check_nagios.c,
7892 plugins/check_nt.c, plugins/check_nwstat.c,
7893 plugins/check_overcr.c, plugins/check_radius.c,
7894 plugins/check_real.c, plugins/check_snmp.c, plugins/check_swap.c,
7895 plugins/check_tcp.c, plugins/check_time.c, plugins/negate.c,
7896 plugins/netutils.c, plugins/popen.c, plugins/utils.c,
7898 replace "terminate" with "die" for shorter name and better
7901 2003-08-07 11:49 kdebisschop
7903 * [r655] plugins/check_ping.c:
7904 cleanup for better readability
7906 2003-08-07 09:51 kdebisschop
7908 * [r654] plugins/check_ping.c:
7909 markup for translation
7911 2003-08-07 01:23 kdebisschop
7913 * [r653] tools/sfsnapshot:
7914 make must be run before make dist to creat language files
7916 2003-08-06 20:53 tonvoon
7918 * [r652] doc/developer-guidelines.sgml:
7919 Added in that Nagios plugins are written to GNU standards
7921 2003-08-06 14:26 kdebisschop
7923 * [r651] lib, lib/.cvsignore:
7926 2003-08-06 12:13 kdebisschop
7928 * [r650] plugins/check_overcr.c:
7929 markup for translation, move send_buffer assignment to
7930 process_args so process_tcp_request can be moved outside the
7931 conditional, replace if/esleif with switch, replace #defines with
7934 2003-08-06 12:11 kdebisschop
7936 * [r649] plugins/check_nwstat.c:
7937 markup for translation
7939 2003-08-05 19:20 tonvoon
7941 * [r648] doc/developer-guidelines.sgml:
7942 Added dev platform requirements
7944 2003-08-05 11:53 kdebisschop
7946 * [r647] plugins/check_ssh.c:
7947 markup for translation
7949 2003-08-05 09:56 stanleyhopcroft
7951 * [r646] contrib/check_mssql.sh:
7952 Version 2.0 of MS SQL server plugin (contrib/check_mssql.sh) from
7955 2003-08-04 11:38 kdebisschop
7957 * [r645] plugins/check_users.c, plugins/urlize.c:
7958 markup for translation
7960 2003-08-04 08:13 kdebisschop
7962 * [r644] plugins/check_time.c, plugins/check_udp.c:
7963 markup for translation
7965 2003-08-04 07:42 kdebisschop
7967 * [r643] plugins/check_ldap.c, plugins/check_nagios.c,
7968 plugins/check_radius.c, plugins/check_udp.c, plugins/check_ups.c,
7970 markup for translation
7972 2003-08-03 14:24 kdebisschop
7974 * [r642] plugins/check_ldap.c, plugins/check_mrtg.c,
7975 plugins/check_mrtgtraf.c:
7976 markup for translation
7978 2003-08-03 06:19 kdebisschop
7980 * [r641] plugins/check_load.c:
7981 markup for translation
7983 2003-08-03 06:05 kdebisschop
7985 * [r640] plugins/check_ldap.c:
7986 markup for translation
7988 2003-08-03 06:05 kdebisschop
7990 * [r639] plugins/check_http.c, plugins/check_ldap.c,
7991 plugins/check_tcp.c:
7992 markup for translation
7994 2003-08-03 06:03 kdebisschop
7996 * [r638] plugins/Makefile.am, plugins/check_ide-smart.c:
7997 markup for translation, use common.h, fix problems compiling
7999 2003-08-03 00:01 kdebisschop
8001 * [r637] plugins/check_http.c:
8002 markup for translation
8004 2003-08-02 22:19 kdebisschop
8006 * [r636] plugins/check_hpjd.c:
8007 markup for translation
8009 2003-08-02 22:08 kdebisschop
8011 * [r635] plugins/check_mysql.c:
8012 markup for translation
8014 2003-08-02 22:06 kdebisschop
8016 * [r634] plugins/check_fping.c, plugins/check_game.c,
8017 plugins/check_mysql.c, plugins/check_snmp.c, plugins/utils.h:
8018 markupf for translation
8020 2003-08-02 18:22 kdebisschop
8022 * [r633] plugins/utils.c, plugins/utils.h:
8023 ifdef so utils.h can be header for utils.c
8025 2003-08-02 18:22 kdebisschop
8027 * [r632] plugins/check_fping.c, plugins/check_snmp.c:
8028 markup for translation
8030 2003-08-02 16:42 kdebisschop
8032 * [r631] plugins/check_by_ssh.c, plugins/check_dig.c,
8033 plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c,
8034 plugins/check_pgsql.c, plugins/check_swap.c, plugins/check_tcp.c,
8036 establish "UT_" namespace for usage text in #defines
8038 2003-08-02 16:42 kdebisschop
8040 * [r630] plugins/check_snmp.c:
8041 markup for translation
8043 2003-08-01 23:56 kdebisschop
8045 * [r628] plugins/check_dns.c:
8046 terminate in error_scan() so meaningfull errors can be sent
8048 2003-08-01 06:04 kdebisschop
8050 * [r627] plugins/check_dummy.c:
8051 mark for transaltion
8053 2003-08-01 06:03 kdebisschop
8055 * [r626] plugins/check_dns.c:
8056 do not translate the strings that will be compared to utility
8057 output - LC_ALL is set to C so those strings should be
8058 untranslated regardless of the system settings
8060 2003-08-01 06:01 kdebisschop
8062 * [r625] plugins/popen.c:
8063 set LC_ALL to C in execve environemnt
8065 2003-08-01 02:12 kdebisschop
8067 * [r624] plugins/Makefile.am:
8068 'ln -f -s ...' is not reliable/portable. Use 'rm -f ...; ln -s
8071 2003-07-31 12:06 kdebisschop
8073 * [r623] plugins/check_dns.c:
8074 mark for translation (note problem here - it relies on
8075 tranalation in underlying utility, which has a high chance of
8078 2003-07-31 11:02 kdebisschop
8080 * [r622] plugins/check_disk.c, plugins/utils.h:
8081 mark for translation
8083 2003-07-30 11:39 kdebisschop
8085 * [r621] plugins/check_by_ssh.c:
8086 mark up for translation
8088 2003-07-30 04:07 kdebisschop
8090 * [r620] plugins/check_dig.c, plugins/check_pgsql.c,
8091 plugins/check_swap.c, plugins/check_tcp.c, plugins/utils.h:
8092 markup for translation
8094 2003-07-29 11:58 kdebisschop
8096 * [r619] plugins/check_pgsql.c, plugins/check_swap.c,
8097 plugins/check_tcp.c:
8098 mark for translation
8100 2003-07-29 11:57 kdebisschop
8102 * [r618] plugins/utils.h:
8103 some shared text for internationalized help text
8105 2003-07-29 05:49 kdebisschop
8107 * [r617] plugins/utils.c:
8108 clean up warnings about ill-formed comment and string
8111 2003-07-29 05:43 kdebisschop
8113 * [r616] ., .cvsignore, ChangeLog, README, configure.in,
8115 bump to gettext 0.11.5 and cleanup GNU toolchain
8117 2003-07-29 05:38 kdebisschop
8119 * [r615] ABOUT-NLS, INSTALL:
8120 get from GNU files instead of storing in CVS
8122 2003-07-29 05:03 kdebisschop
8124 * [r614] tools/setup:
8125 move autopoint to start of gnu toolchain setup use
8126 --force-missing instead on manually copying files (manual process
8127 was broken on RedHat, and we should expect automake to do its job
8130 2003-07-29 03:06 kdebisschop
8132 * [r613] configure.in:
8133 look for getloadavg.c in $topdir/lib, not $srcdir/lib
8135 2003-07-29 03:05 kdebisschop
8137 * [r612] plugins/check_http.c:
8138 patch attempt to reference undefined optarg (credit Paul Farrall)
8140 2003-07-28 11:36 tonvoon
8142 * [r611] configure.in:
8143 - Specify srcdir so no confusion
8145 2003-07-28 11:30 tonvoon
8147 * [r608] configure.in, lib/getloadavg.m4:
8148 Readded getloadavg.m4 as using autoconf 2.50+. This fixes redhat
8151 2003-07-26 12:15 kdebisschop
8153 * [r607] plugins/check_pgsql.c:
8154 mark for translation
8156 2003-07-26 12:13 kdebisschop
8158 * [r606] plugins/common.h:
8159 add S_ macor to mark message for both translation and inclusion
8162 2003-07-26 05:29 kdebisschop
8164 * [r605] po/de.po, po/fr.po:
8167 2003-07-26 05:25 kdebisschop
8169 * [r604] plugins/check_tcp.c, po/ChangeLog:
8170 internationalization
8172 2003-07-26 05:17 kdebisschop
8174 * [r603] intl, intl/.cvsignore, lib, lib/.cvsignore, po,
8178 2003-07-26 04:36 kdebisschop
8180 * [r602] lib/Makefile.am:
8181 checkins for internationalization
8183 2003-07-26 04:33 kdebisschop
8185 * [r601] lib/Makefile.am:
8186 checkins for internationalization
8188 2003-07-26 04:25 kdebisschop
8190 * [r600] po/Makevars:
8191 checkins for internationalization
8193 2003-07-26 04:17 kdebisschop
8195 * [r599] configure.in, tools/setup:
8196 checkins for internationalization
8198 2003-07-26 04:17 kdebisschop
8200 * [r598] ., .cvsignore, ABOUT-NLS, ChangeLog, Makefile.am,
8201 configure.in, lib/Makefile.am, lib/gettext.h,
8202 nagios-plugins.spec.in, plugins/Makefile.am, plugins/check_tcp.c,
8203 plugins/common.h, plugins/utils.c, po, po/LINGUAS,
8204 po/POTFILES.in, po/de.po, po/fr.po, tools/setup:
8205 checkins for internationalization
8207 2003-07-21 12:06 kdebisschop
8209 * [r597] plugins/common.h:
8210 add stubs to allow markup for translation
8212 2003-07-21 11:53 kdebisschop
8214 * [r596] configure.in, plugins/common.h:
8215 test GNU_SOURCE and include features.h if present to clear
8216 warning about asprintf definition
8218 2003-07-20 14:40 kdebisschop
8220 * [r595] doc/developer-guidelines.sgml:
8221 must use '&' in attribute values instead of '&' id tokens
8222 (attibute values) must not have embedded spaces
8224 2003-07-17 12:14 tonvoon
8226 * [r593] plugins-scripts/check_oracle.sh:
8229 2003-07-17 09:35 tonvoon
8231 * [r592] doc/developer-guidelines.sgml:
8232 Guidelines updated to use Sourceforge tracker system
8234 2003-07-11 22:20 tonvoon
8236 * [r591] doc/developer-guidelines.sgml:
8237 - Fixed CVS commit comments
8239 2003-07-11 13:06 tonvoon
8241 * [r590] doc/developer-guidelines.sgml:
8242 Added in practice of prefixing comments in CVS commits
8244 2003-07-04 10:42 kdebisschop
8246 * [r586] configure.in, plugins/Makefile.am:
8247 only make links for check_spop and check_simap when SSL is built
8250 2003-07-03 16:49 tonvoon
8252 * [r585] plugins/check_procs.c:
8253 Fixed seg fault on some Sol 7/8 servers (Patch 764745 - Alexander
8256 2003-07-03 15:00 tonvoon
8258 * [r584] tools/setup:
8259 Changing $() to `` to be compatible with Solaris' sh
8261 2003-07-03 03:23 kdebisschop
8263 * [r583] autogen.sh, tools/setup:
8264 mv GNU toolchain check into tools/setup
8266 2003-07-03 03:19 kdebisschop
8268 * [r582] plugins/utils.c:
8271 2003-07-02 16:21 tonvoon
8273 * [r581] plugins-scripts/check_oracle.sh:
8274 Check for ORA- errors for tablespace and cache (patch 755456 -
8277 2003-07-02 15:57 tonvoon
8279 * [r580] plugins-scripts/check_disk_smb.pl:
8280 Update error message from smbclient v2.2.7 (Patch 740132 - Cove
8283 2003-07-02 15:01 tonvoon
8285 * [r578] contrib/check_file_age.pl, plugins-scripts,
8286 plugins-scripts/.cvsignore, plugins-scripts/Makefile.am,
8287 plugins-scripts/check_file_age.pl, plugins-scripts/subst.in:
8288 Moving check_file_age into core
8290 2003-07-02 14:39 tonvoon
8292 * [r577] configure.in:
8293 Fixed SUPPORT message
8295 2003-06-30 19:47 undrgrid
8297 * [r575] plugins/check_http.c, plugins/check_ldap.c,
8298 plugins/check_smtp.c:
8299 Added -4 and -6 command line options into check_http, check_ldap
8302 2003-06-30 18:52 undrgrid
8304 * [r574] plugins/check_ping.c, plugins/check_ssh.c,
8305 plugins/check_tcp.c, plugins/netutils.c:
8306 Corrections to get code to compile on systems without IPv6
8309 2003-06-30 18:52 undrgrid
8311 * [r573] plugins/Makefile.am:
8312 Added check_simap & check_spop to check_tcp_programs If someone
8313 knows how to make this conditional in the Makefile only if being
8314 compiled with SSL I think this is the only way to make it better
8316 2003-06-30 17:02 tonvoon
8318 * [r572] plugins/check_disk.c:
8319 Fixed support for "check_disk warn crit [path]" with thresholds
8322 2003-06-29 19:54 undrgrid
8324 * [r571] configure.in, plugins/check_ldap.c:
8325 Included patch for check_ldap from Patch #753621 by Ziya Suzen
8327 2003-06-29 19:22 undrgrid
8329 * [r570] plugins/check_ping.c, plugins/check_tcp.c:
8330 Changed usage output to show -4 and -6 are mutually exclusive.
8331 You can only use one or the other but not both. The last one used
8334 2003-06-29 19:17 undrgrid
8336 * [r569] plugins/check_ping.c, plugins/netutils.c:
8337 check_ping is now coded with -4 & -6 options to call PING or
8338 PING6 command netutils modified to verify hosts based on
8339 address_family setting when used with -4 or -6 options.
8340 is_inet_addr() will not be tested if -6 is used and
8341 is_inet6_addr() will not be tested if -4 is used. Also the
8342 is_hostname() will use the address_family value to resolve
8343 hostnames only if IPv6 support is available otherwise defaults to
8346 2003-06-29 06:36 undrgrid
8348 * [r568] plugins/check_ssh.c, plugins/check_tcp.c,
8349 plugins/netutils.c, plugins/netutils.h:
8350 Added address_family extern int variable to netutils to allow for
8351 -4 & -6 options for explicit connection protocol Added support
8352 for -4 & -6 options to check_ssh and check_tcp for testing
8354 2003-06-29 02:18 tonvoon
8356 * [r567] plugins/check_nwstat.c:
8357 Added NLM test (Phil Randal)
8359 2003-06-29 01:52 tonvoon
8361 * [r566] plugins/check_swap.c:
8362 Corrected reported size for PROC_MEMINFO systems
8364 2003-06-29 01:36 tonvoon
8366 * [r565] tools/sfwebcron:
8367 Fixed so goes to correct web area
8369 2003-06-29 01:07 tonvoon
8371 * [r564] tools/sfwebcron:
8372 New tool to run on shell.sf.net to update the dev guidelines
8374 2003-06-29 00:58 tonvoon
8376 * [r563] doc/makefile:
8379 2003-06-27 18:47 undrgrid
8381 * [r562] plugins/netutils.c:
8382 Modified my_connect to include ai_socktype in the hints to be
8383 compliant with RFC3493 as pointed out by Janos Mohacsi.
8385 2003-06-27 14:43 tonvoon
8387 * [r561] configure.in, plugins/check_swap.c:
8388 Support for swap -s for solaris. Also changes size of swap to MBs
8389 through a conversion amount in configure. Possible breakage on
8392 2003-06-27 12:04 tonvoon
8394 * [r560] doc/makefile:
8395 Remove if which check - done in tools/setup instead
8397 2003-06-27 10:30 tonvoon
8399 * [r559] tools/setup:
8400 Fiddling as Solaris' which command is broken
8402 2003-06-26 23:33 tonvoon
8404 * [r558] plugins/check_disk.c:
8405 Fixed different thresholds if using exclude lists
8407 2003-06-25 15:43 tonvoon
8409 * [r557] plugins/check_disk.c:
8410 Support for different thresholds for different filesystems
8412 2003-06-25 13:38 tonvoon
8414 * [r556] plugins/check_disk.c:
8415 Removed -d option and just check against -p parameter
8417 2003-06-25 13:28 tonvoon
8419 * [r555] plugins/check_disk.c:
8420 Report errors if path specified not found
8422 2003-06-25 13:16 tonvoon
8424 * [r554] plugins/check_disk.c:
8425 Problems compiling on SunOS 5.6 with gcc 2.8.1. Fixed by
8426 specifying floating variables, rather than letting asprintf work
8429 2003-06-21 05:49 kdebisschop
8431 * [r552] plugins/Makefile.am:
8432 soalris 8 needs 'ln -s -f' instead of 'ln -sf'
8434 2003-06-21 05:23 kdebisschop
8436 * [r549] plugins/check_http.c:
8437 add remaining URI_PATH chars per RFC 2396 remove '-' from
8440 2003-06-12 04:46 undrgrid
8442 * [r548] command.cfg.in:
8443 Renamed duplicate check_snmp command definitions to be unique
8445 2003-06-12 04:16 undrgrid
8447 * [r547] command.cfg.in, configure.in:
8448 Made the two check_ifoperstatus commands unique to remove
8451 2003-06-11 10:41 kdebisschop
8453 * [r546] plugins/check_http.c:
8454 fix URI_PATH to allow ?&#: (more still should be allowed) fix
8455 class to be POSIX compliant
8457 2003-06-10 05:04 kdebisschop
8459 * [r544] contrib/urlize.pl:
8460 add comment about shell quote removal to address
8461 https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597
8463 2003-06-10 05:02 kdebisschop
8465 * [r543] plugins/urlize.c:
8466 add note about shell quote removal to address
8467 https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597
8469 2003-06-08 22:39 tonvoon
8471 * [r540] configure.in:
8472 Fixed quoting on SWAP_FORMAT
8474 2003-06-08 22:22 tonvoon
8476 * [r539] configure.in:
8477 Support for OpenBSD 3.2 & 3.3 ps (Julien Touche)
8479 2003-06-07 00:36 sghosh
8481 * [r537] plugins/check_real.c:
8482 \r\n patch from Mathias
8484 2003-06-04 22:17 tonvoon
8486 * [r533] plugins/check_disk.c:
8487 Argument to asprintf in wrong order
8489 2003-06-04 21:17 tonvoon
8491 * [r532] pkg/solaris/solpkg:
8492 Remove /usr as well. Maybe this is best done by changing BASEDIR
8493 to configure's prefix?
8495 2003-06-02 14:46 kdebisschop
8497 * [r531] plugins/check_tcp.c:
8498 finish recv() loop when stream GT or EQ maxbytes (was GT)
8500 2003-06-01 05:38 kdebisschop
8502 * [r529] plugins/check_tcp.c:
8503 allow user to limit number of bytes fetched fix some doco (wait
8504 is now delay, server_quit was not shown)
8506 2003-05-31 14:39 kdebisschop
8508 * [r526] plugins/check_dns.c:
8509 first revised patch failed to trap the "break" in while()
8511 2003-05-27 13:10 stanleyhopcroft
8513 * [r523] contrib/check_sap.sh:
8514 check_sap.sh plugin to check SAP /R3 servers from Karel Salavec
8517 2003-05-26 10:09 stanleyhopcroft
8519 * [r522] contrib/check_axis.sh, contrib/check_mssql.sh:
8520 Revisions to Tom De Blende contributed plugins: check_axis.sh and
8523 2003-05-17 23:10 tonvoon
8525 * [r521] plugins/t/check_ftp.t:
8526 Fixed test (Mathew Ericson - 738609)
8528 2003-05-17 17:59 tonvoon
8530 * [r520] plugins/t/check_load.t:
8531 Fixed tests (Mathew Ericson - 738607)
8533 2003-05-17 17:50 tonvoon
8535 * [r519] plugins/t/check_procs.t:
8536 Fixed test commands (Mathew Ericson - 738605)
8538 2003-05-17 17:40 tonvoon
8540 * [r518] plugins/t/check_http.t:
8541 Fixed tests (Mathew Ericson - 738608)
8543 2003-05-17 17:36 tonvoon
8545 * [r517] plugins/t/check_tcp.t:
8546 Fixed tests (Mathew Ericson - 738604) CV:
8547 ----------------------------------------------------------------------
8549 2003-05-16 17:33 sghosh
8551 * [r515] plugins-scripts/check_ntp.pl:
8554 2003-05-14 23:17 tonvoon
8556 * [r514] plugins/negate.c:
8559 2003-05-14 21:59 tonvoon
8561 * [r513] plugins-scripts/check_mailq.pl:
8562 Added postfix support (Thomas Nilsen - 735218)
8564 2003-05-14 21:51 tonvoon
8566 * [r512] plugins/check_nwstat.c:
8567 Added DSVER and UPTIME checks (Phil Randal - 737617)
8569 2003-05-14 21:49 tonvoon
8571 * [r511] pkg/solaris/solpkg:
8574 2003-05-14 21:44 tonvoon
8576 * [r510] doc, doc/.cvsignore:
8577 Ignore developer-guidelines.html as generated from docbook
8579 2003-05-14 21:39 tonvoon
8581 * [r509] Makefile.am, pkg/solaris/pkginfo.in, pkg/solaris/solpkg:
8582 Remove dependency on gnu make
8584 2003-05-13 23:20 tonvoon
8586 * [r508] doc/developer-guidelines.sgml:
8587 Updated docs to include comments, contrib->main, getopts_long and
8588 verbose output levels
8590 2003-05-13 22:23 tonvoon
8592 * [r507] tools/sfsnapshot:
8593 Calls tools/setup and creates a README for the snapshot directory
8595 2003-05-13 22:03 tonvoon
8597 * [r506] doc/developer-guidelines.html, doc/makefile, tools/setup:
8598 The developer-guidelines.html file is now generated from the sgml
8599 file by docbook2html at tools/setup time
8601 2003-05-13 12:14 stanleyhopcroft
8603 * [r505] contrib/tarballs/hopcroft-plugins.tar.gz:
8604 Removed contrib/tarballs/hopcroft-plugins.tar.gz. This is
8605 archaic, anachronistic, unmaintained and humblingly embarrassing.
8607 2003-05-13 12:13 stanleyhopcroft
8609 * [r504] contrib/check_mssql.sh:
8610 check_mssql.sh. A new plugin from Mr T DE BLENDE to check MS
8611 SQLServer databases.
8613 2003-05-09 03:22 kdebisschop
8615 * [r503] plugins/check_http.c:
8616 fix error when server closes connection immediately
8618 2003-05-09 03:00 kdebisschop
8620 * [r501] plugins/check_snmp.c:
8621 cause snmpget try try for 1 second less than the timeout
8622 (allowing plugin to force close if needed)
8624 2003-05-07 18:01 undrgrid
8626 * [r500] plugins/check_ping.c:
8627 Modified check_ping to handle IPv6 as well as IPv4 ICMP checks
8628 using the PING6_COMMAND determined during the configure script
8629 execution. As USE_IPV6 may be defined and PING6_COMMAND is not
8630 defined if there is not IPv6 TCP stack available when configure
8631 is run I condition it off PING6_COMMAND existing to remove build
8632 errors for being undefined.
8634 2003-04-25 09:07 sghosh
8636 * [r499] plugins-scripts/check_ntp.pl:
8637 corrected output units
8639 2003-04-23 04:58 kdebisschop
8641 * [r498] plugins/check_http.c:
8642 update to RFC1123 hostname specs
8644 2003-04-17 05:56 kdebisschop
8646 * [r497] nagios-plugins.spec.in:
8647 add check_nt, drop check_vsz
8649 2003-04-17 05:55 kdebisschop
8651 * [r496] plugins/check_dig.c, plugins/check_tcp.c,
8652 plugins/check_users.c:
8653 code cleanup to clear strict compiler warnings
8655 2003-04-17 05:36 kdebisschop
8657 * [r495] plugins/check_dig.c, plugins/check_tcp.c,
8659 code cleanup to clear strict compiler warnings
8661 2003-04-16 15:06 sghosh
8663 * [r493] plugins/check_real.c:
8664 reset to old behavior of not checking stream by default
8666 2003-04-13 04:49 sghosh
8668 * [r492] plugins/check_hpjd.c:
8669 reduce compiler warning between gcc3 and gcc2.96
8671 2003-04-13 04:28 sghosh
8673 * [r491] configure.in, plugins-scripts/utils.pm.in:
8674 update for check_mailq - qmail support
8676 2003-04-13 04:23 sghosh
8678 * [r490] plugins-scripts/check_mailq.pl:
8679 Added sendmail multi-queue support (Canau), merged qmail support
8682 2003-04-11 23:47 tonvoon
8684 * [r488] plugins/check_procs.c:
8685 Match -a STRING anywhere in ps args (Laurent Vaslin - 719783)
8687 2003-04-11 22:36 sghosh
8689 * [r487] plugins-scripts/check_ifstatus.pl:
8690 added feature -u (list of unused ifIndex)
8692 2003-04-11 22:09 sghosh
8694 * [r486] plugins-scripts/check_ifstatus.pl:
8695 bug 691412, added feature -x (list of excluded ifTypes)
8697 2003-04-11 18:44 sghosh
8699 * [r485] plugins/check_hpjd.c:
8700 patch 698384 - order of args to snmpget + print a bit of stderr
8702 2003-04-09 03:46 kdebisschop
8704 * [r483] plugins/check_hpjd.c, plugins/check_http.c,
8706 cleanup to suppress various strict compiler warnings
8708 2003-04-09 03:44 kdebisschop
8710 * [r482] plugins/common.h:
8711 rewrite #elif to be compatible with traditional C
8713 2003-04-09 02:09 kdebisschop
8715 * [r481] plugins/Makefile.am:
8716 check_game needs popen.c now
8718 2003-04-08 20:38 tonvoon
8720 * [r479] command.cfg.in:
8721 Updated command for new check_procs
8723 2003-04-08 20:37 tonvoon
8725 * [r478] plugins/check_hpjd.c, plugins/check_nt.c:
8726 Changed // to /* */ comments as some compilers do not like them
8728 2003-04-08 00:00 stanleyhopcroft
8730 * [r477] contrib/check_axis.sh:
8731 check_axis.sh (Axis 5xx print servers) from Tom De Blende
8733 2003-04-07 23:40 tonvoon
8735 * [r476] plugins/check_procs.c:
8736 Fixed zombie processes
8738 2003-04-07 23:16 tonvoon
8740 * [r475] configure.in:
8741 Missed some PS_FORMAT strings
8743 2003-04-07 22:53 tonvoon
8745 * [r474] configure.in, plugins/Makefile.am, plugins/check_nagios.c,
8746 plugins/check_procs.c, plugins/check_vsz.c:
8747 Souped up check_procs with different metrics
8749 2003-04-07 21:21 tonvoon
8751 * [r472] plugins/check_snmp.c:
8752 Removed unnecessary regex array
8754 2003-04-07 11:39 kdebisschop
8756 * [r471] plugins/check_http.c:
8757 ste timeout one second greater than critical time
8759 2003-04-07 11:38 kdebisschop
8761 * [r470] plugins/check_game.c:
8762 had been grandfathered ibto core, finally use normal getopts, add
8763 options for player, max-player array positions
8765 2003-04-03 21:21 tonvoon
8767 * [r469] plugins-scripts/check_oracle.sh:
8768 Cleaned up cache output
8770 2003-04-01 22:24 tonvoon
8772 * [r468] plugins-scripts/check_oracle.sh:
8773 Fixed sqlplus calls and rearranged parameters for --tablespace &
8776 2003-04-01 04:00 kdebisschop
8778 * [r467] configure.in:
8779 remove PATH_PROG call for autoconf/automake components
8781 2003-03-31 12:49 kdebisschop
8783 * [r466] plugins/check_disk.c:
8784 checkpoint supresses iso9660 adds option for checking only local
8785 adds choice of scale factor
8787 2003-03-27 22:53 tonvoon
8789 * [r465] plugins/check_nwstat.c:
8790 Extra Netware checks (Patch 710247 - Dietmar Ruzicka)
8792 2003-03-26 05:37 tonvoon
8794 * [r464] configure.in:
8795 ipv6 check requires unistd.h for Darwin
8797 2003-03-26 03:57 tonvoon
8799 * [r463] configure.in, plugins/check_procs.c:
8800 Removal of ps_raw and ps_vars
8802 2003-03-26 03:39 tonvoon
8804 * [r462] plugins/check_nagios.c:
8805 Uses same ps command as check_procs
8807 2003-03-25 06:33 kdebisschop
8809 * [r461] ., .cvsignore:
8810 subst is no longer used
8812 2003-03-24 19:05 undrgrid
8814 * [r460] ., .cvsignore, Makefile.am:
8815 Better stripping of prefix for Solaris package install needs to
8816 remove /usr/local as package installs there by default
8818 2003-03-24 17:45 undrgrid
8820 * [r459] Makefile.am, pkg/solaris, pkg/solaris/.cvsignore,
8821 pkg/solaris/pkginfo.in, plugins/check_disk.c:
8822 Minor changes to build for Solaris packages
8824 2003-03-24 16:23 tonvoon
8826 * [r458] plugins/check_procs.c:
8829 2003-03-24 02:57 tonvoon
8831 * [r457] tools/mail_error, tools/sfsnapshot:
8832 PATH set in correct place and extra comments
8834 2003-03-24 02:44 tonvoon
8836 * [r456] tools/mail_error, tools/sfsnapshot:
8839 2003-03-24 02:21 tonvoon
8841 * [r455] tools/mail_error:
8842 Sends email if non-zero return code from command
8844 2003-03-24 02:19 tonvoon
8846 * [r454] tools/sfsnapshot:
8847 Error code depending on number of files generated
8849 2003-03-24 01:18 tonvoon
8851 * [r453] lib/ls-mntd-fs.m4:
8852 Using coreutils 4.5.11 version to fix Darwin problem
8854 2003-03-24 00:42 tonvoon
8856 * [r452] REQUIREMENTS:
8857 Add NSClient requirement for check_nt
8859 2003-03-24 00:26 tonvoon
8861 * [r450] plugins/check_nt.c:
8862 Reference to web site to get NSClient
8864 2003-03-23 07:01 undrgrid
8866 * [r449] Makefile.am, autogen.sh, configure.in, lib/Makefile.am,
8867 pkg, pkg/solaris, pkg/solaris/pkginfo.in, pkg/solaris/solpkg:
8868 Solaris package build system
8870 2003-03-23 06:20 kdebisschop
8872 * [r448] plugins/check_disk.c:
8873 can once again exclude indiviual path/partitions
8875 2003-03-23 06:11 kdebisschop
8877 * [r447] plugins/check_disk.c:
8878 add -X to exclude FS type, now works with more than one path/dev
8881 2003-03-22 13:23 kdebisschop
8883 * [r446] plugins/utils.c:
8884 declaration must precede printf
8886 2003-03-21 14:08 kdebisschop
8888 * [r444] plugins/check_disk.c:
8889 checkpoint, allows selecting devices and paths now
8891 2003-03-21 14:04 kdebisschop
8893 * [r443] configure.in:
8894 instructions for posting plugin version number
8896 2003-03-19 23:44 kdebisschop
8898 * [r442] plugins/check_by_ssh.c:
8899 allow to specify -1 and -2 for protocol version
8901 2003-03-19 13:01 kdebisschop
8903 * [r440] plugins/utils.c, plugins/utils.h:
8904 make state_text a function
8906 2003-03-19 12:59 kdebisschop
8908 * [r439] lib/mountlist.c, plugins/check_disk.c:
8909 check_disk working with mountlist.c
8911 2003-03-19 02:28 kdebisschop
8913 * [r438] Makefile.am, configure.in:
8914 subst.* was replaced by dist-hook
8916 2003-03-19 02:27 kdebisschop
8918 * [r437] subst.in, subst.sh:
8919 these were replaced by dist-hook
8921 2003-03-18 15:18 kdebisschop
8923 * [r436] configure.in:
8924 running the AFS macro causes newer AC/AM to barf
8926 2003-03-18 09:02 kdebisschop
8928 * [r435] configure.in:
8931 2003-03-18 08:50 kdebisschop
8933 * [r434] lib/afs.m4, lib/ls-mntd-fs.m4:
8934 use AC_DEFINE_UNQOUTED
8936 2003-03-18 08:47 kdebisschop
8938 * [r433] lib/ls-mntd-fs.m4:
8939 stop warning on autoheader 2.13
8941 2003-03-18 07:57 kdebisschop
8943 * [r432] plugins/netutils.c, plugins/netutils.h:
8944 common.h was doubly included
8946 2003-03-18 07:57 kdebisschop
8948 * [r431] plugins/common.h:
8949 use enum instead of define, remove some cruft from old snprintf
8952 2003-03-18 07:48 kdebisschop
8954 * [r430] configure.in, lib/Makefile.am, plugins/check_disk.c:
8955 use GNU fileutils for check_disk
8957 2003-03-18 07:47 kdebisschop
8959 * [r429] lib/afs.m4, lib/fstypename.m4, lib/fsusage.c,
8960 lib/fsusage.h, lib/fsusage.m4, lib/ls-mntd-fs.m4,
8961 lib/mountlist.c, lib/mountlist.h:
8962 from GNU fileutils for check_disk
8964 2003-03-17 22:24 tonvoon
8966 * [r428] plugins-scripts/check_oracle.sh:
8967 Allow default Oracle home from oratab (reported by Walbert
8970 2003-03-16 23:54 undrgrid
8972 * [r427] configure.in:
8973 Modified to automatically enable getaddrinfo emulation if lwres
8974 is not used and getaddrinfo is not found in the system.
8976 2003-03-16 23:28 undrgrid
8978 * [r426] plugins/check_tcp.c, plugins/netutils.c,
8980 Applied patch #660973 for tcp refusals
8982 2003-03-15 01:28 undrgrid
8984 * [r425] configure.in:
8985 Left over debug define
8987 2003-03-15 01:25 undrgrid
8989 * [r424] configure.in, lib/Makefile.am, lib/getaddrinfo.c,
8990 lib/getaddrinfo.h, lib/gethostbyname.c, lib/gethostbyname.h,
8991 plugins/Makefile.am, plugins/getaddrinfo.c,
8992 plugins/getaddrinfo.h, plugins/gethostbyname.c,
8993 plugins/gethostbyname.h, plugins/netutils.c, plugins/netutils.h,
8994 plugins/utils.c, plugins/utils.h:
8995 Spent the day working on backwards compatability using
8996 getaddrinfo() Moved getaddrinfo.? and gethostbyname.? from lib/
8997 to plugins/ due to problems with compiling into the
8998 libnagiosplug.a as it required linking against socket libraries
8999 which are unneeded except for network based plugins. This code
9000 should hopefully happily work for all systems and has been tested
9001 prior to commit on Debian GNU/Linux, SPARC Solaris 7 and SPARC
9004 2003-03-14 13:28 kdebisschop
9006 * [r423] plugins-scripts/check_ntp.pl:
9007 add timeout, fix taint chacking diom
9009 2003-03-13 22:20 undrgrid
9011 * [r422] ., .cvsignore, configure.in, lib/Makefile.am:
9012 Working out issues with getaddrinfo emulation build environment
9014 2003-03-13 21:14 tonvoon
9016 * [r421] plugins/check_dns.c, plugins/check_http.c,
9017 plugins/check_tcp.c:
9018 Strip leading spaces in perf data
9020 2003-03-13 21:10 tonvoon
9022 * [r420] plugins/check_smtp.c:
9023 Perf data without leading spaces and fix ANSI C complaint about
9026 2003-03-13 20:33 tonvoon
9028 * [r419] plugins/check_tcp.c:
9029 Fix compiler warnings re progname
9031 2003-03-13 06:52 undrgrid
9034 Removed auto-tools script that automake adds
9036 2003-03-13 06:51 undrgrid
9038 * [r417] ., .cvsignore, configure.in, install-sh, missing,
9039 mkinstalldirs, plugins, plugins/.cvsignore, plugins/Makefile.am,
9040 plugins/common.h, plugins/common.h.in, plugins/netutils.h,
9041 plugins/netutils.h.in, plugins/popen.h, plugins/popen.h.in,
9042 plugins/utils.c, plugins/utils.h, plugins/utils.h.in,
9043 plugins/version.h.in:
9044 Updated cvs ignore files to reflect changes Moved header files
9045 from being ran through configure to standard Removed auto-tools
9046 scripts that get added by automake
9048 2003-03-13 06:00 kdebisschop
9050 * [r416] plugins/negate.c:
9051 negate must be POSIXly correct in handling options, else wrapped
9052 options get passed to it
9054 2003-03-13 05:59 undrgrid
9056 * [r415] configure.in:
9057 Removed --with-ipv6 configure option so it determines IPv6
9058 availablity completely on it's own per suggestion by Karl
9060 2003-03-12 22:13 undrgrid
9062 * [r413] plugins/check_tcp.c:
9065 2003-03-12 19:50 undrgrid
9067 * [r412] configure.in, plugins-scripts/subst.in:
9068 Just a lil namespace clean-up
9070 2003-03-12 17:42 undrgrid
9072 * [r411] configure.in:
9073 Minor fix to --with-ipv6 behavior
9075 2003-03-12 17:11 undrgrid
9077 * [r410] autogen.sh, configure.in, plugins/utils.c,
9079 Added autogen.sh script that rebuilds using autotools and runs
9080 configure Modified configure.in to include some debug build
9081 option info at the end of the scripts execution. Can be removed
9082 by release time. Modified configure.in to include a --with-ipv6
9083 option Default build is without IPv6 support now to enable you
9084 need to use the --with-ipv6 command line option to configure.
9085 Modified plugins/utils.* to use USE_IPV6
9087 2003-03-12 07:05 kdebisschop
9089 * [r409] plugins/check_disk.c:
9092 2003-03-12 06:44 kdebisschop
9094 * [r408] plugins/check_disk.c:
9097 2003-03-12 06:41 kdebisschop
9099 * [r407] plugins/check_smtp.c:
9100 comment/doco cleanup for embeeded doc work, control STMP command
9101 via options instead of defines
9103 2003-03-12 06:38 kdebisschop
9105 * [r406] configure.in:
9106 version increase, statfs work
9108 2003-03-12 02:47 undrgrid
9110 * [r405] plugins, plugins/.cvsignore:
9111 Add some more extra plugins
9113 2003-03-12 02:29 undrgrid
9115 * [r404] plugins/check_http.c:
9116 Clean up of output from plugin
9118 2003-03-12 02:29 undrgrid
9120 * [r403] plugins/check_dig.c, plugins/check_http.c,
9121 plugins/check_ldap.c, plugins/check_udp.c:
9124 2003-03-12 02:23 undrgrid
9126 * [r402] plugins/check_tcp.c:
9129 2003-03-12 00:45 tonvoon
9131 * [r401] plugins/check_dns.c:
9132 Removed is_host checks to speed up code. Fixed timings so no
9135 2003-03-12 00:08 tonvoon
9137 * [r400] plugins/check_dns.c:
9138 Timings in milliseconds and nicer output
9140 2003-03-11 22:51 tonvoon
9142 * [r399] plugins-scripts, plugins-scripts/.cvsignore:
9145 2003-03-11 22:36 tonvoon
9147 * [r398] plugins/negate.c:
9148 Remove getopt_long checks
9150 2003-03-11 22:34 tonvoon
9152 * [r397] plugins/negate.c:
9153 Fixed reading too many argv parameters and changed to asprintf
9155 2003-03-11 22:22 tonvoon
9157 * [r396] plugins/check_by_ssh.c, plugins/check_dig.c,
9158 plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c,
9159 plugins/check_hpjd.c, plugins/check_http.c,
9160 plugins/check_ide-smart.c, plugins/check_ldap.c,
9161 plugins/check_load.c, plugins/check_mrtg.c,
9162 plugins/check_mrtgtraf.c, plugins/check_mysql.c,
9163 plugins/check_nagios.c, plugins/check_nt.c,
9164 plugins/check_nwstat.c, plugins/check_overcr.c,
9165 plugins/check_pgsql.c, plugins/check_ping.c,
9166 plugins/check_procs.c, plugins/check_radius.c,
9167 plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c,
9168 plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c,
9169 plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c,
9170 plugins/check_users.c, plugins/check_vsz.c:
9171 Remove getopt_long checks
9173 2003-03-11 22:09 undrgrid
9175 * [r395] configure.in:
9176 Fixed some ping6 variables
9178 2003-03-11 18:32 undrgrid
9180 * [r394] configure.in:
9181 Minor change to Karl's statfs check Inclusion of ICMPv6 ping
9182 tests to define PING6_COMMAND Minor fix to ps syntax checking to
9183 fix bug I introduced last nite
9185 2003-03-11 07:04 undrgrid
9187 * [r393] Makefile.am, configure.in:
9188 Removed acconfig.h from EXTRA_DIST Fixed problem with test in
9189 SWAP_FORMAT and SWAP_COMMAND
9191 2003-03-11 06:44 kdebisschop
9193 * [r392] configure.in, plugins/check_disk.c:
9194 use statfs for check_disk (still needs fs scan)
9196 2003-03-11 06:03 undrgrid
9198 * [r391] acconfig.h, configure.in:
9199 Finishing clean-up of configure.in Removing acconfig.h as it's no
9202 2003-03-10 23:58 undrgrid
9204 * [r390] acconfig.h, configure.in:
9205 Cleaned up configure for PS and PING to produce cleaner config.h
9207 2003-03-09 18:13 undrgrid
9209 * [r389] plugins/common.h.in:
9210 Make sure sys/socket.h is explicitly included if
9211 HAVE_SYS_SOCKET_H is defined
9213 2003-03-09 10:39 tonvoon
9215 * [r388] plugins/check_disk.c:
9216 Implement error-only option for check_disk (Ian Duggan)
9218 2003-03-08 12:08 tonvoon
9220 * [r387] plugins/check_disk.c:
9221 Fix AIX /proc filesystem (Ian Duggan)
9223 2003-03-08 11:44 tonvoon
9225 * [r386] configure.in:
9226 snprintf checks in configure.in like samba
9228 2003-03-08 02:27 undrgrid
9230 * [r385] plugins/check_dns.c:
9231 Modified code to call is_addr() rather than is_dotted_quad() with
9232 the new AF indepdent function routines
9234 2003-03-08 02:26 undrgrid
9236 * [r384] plugins/netutils.c, plugins/netutils.h.in,
9237 plugins/utils.c, plugins/utils.h.in:
9238 AF indepedent routines introduced. Modifed process_request() &
9239 my_connect() parameters to make 'proto' type 'int' rather than
9240 'char *' and use IPPROTO_* POSIX values. Removed is_dotted_quad()
9241 & my_inet_aton() functions Added is_addr(), is_inet_addr(),
9242 is_inet6_addr() and resolve_host_or_addr() functions to check
9243 whether it is a valid IP address Modified is_host() to call
9244 is_addr() and is_hostname()
9246 2003-03-08 02:02 tonvoon
9248 * [r383] tools/sfsnapshot:
9249 Need to remove configure.in
9251 2003-03-08 01:59 tonvoon
9253 * [r382] lib/Makefile.am, lib/snprintf.c, plugins/Makefile.am,
9255 Move snprintf into lib
9257 2003-03-08 01:48 tonvoon
9259 * [r381] tools/sfsnapshot:
9260 Have to run through whole automake procedure as datestamp in
9263 2003-03-08 01:13 tonvoon
9265 * [r380] tools/sfsnapshot:
9266 Added automake parameters for config.sub and config.guess
9268 2003-03-08 00:57 tonvoon
9270 * [r379] tools/sfsnapshot:
9271 Fixed production OUT variable
9273 2003-03-08 00:55 tonvoon
9275 * [r378] tools/sfsnapshot:
9276 Adds MD5SUM file, creates multiple branch snapshots and doesn't
9277 rerun configure/automake/autoconf unnecessarily
9279 2003-03-08 00:23 tonvoon
9281 * [r377] Makefile.am:
9282 Use Makefile's variables (to support a shortcut in sfsnapshot)
9284 2003-03-07 22:11 undrgrid
9286 * [r376] configure.in, lib/Makefile.am, lib/getaddrinfo.c,
9287 lib/getaddrinfo.h, lib/gethostbyname.c, lib/gethostbyname.h,
9288 plugins/check_pgsql.c, plugins/common.h.in, plugins/netutils.c,
9289 plugins/netutils.h.in, tools/setup:
9290 Added getaddrinfo.[ch] & gethostbyname.[ch] to provide RFC2553
9291 functions if missing in system libs and lwres not present Moved
9292 all references to netdb.h and sys/socket.h into common.h.in
9293 Modified automake call in tools/setup to include adding missing
9294 files so config.sub and config.guess will be available
9296 2003-03-07 07:45 kdebisschop
9298 * [r374] plugins/check_smtp.c:
9299 millisecond timing and perf data
9301 2003-03-07 07:17 kdebisschop
9303 * [r373] plugins/check_smtp.c:
9304 whole timer loop was on the wrong side of connection close code
9306 2003-03-07 06:43 kdebisschop
9308 * [r372] plugins/check_udp.c:
9309 fix for -H invocation of hostname
9311 2003-03-06 06:40 undrgrid
9313 * [r371] acinclude.m4, configure.in:
9314 Adds --with-lwres and --enable-emulate-getaddrinfo but are not
9315 used in any of the code at this time. Has a check for IPv6
9316 support but only runs if using the emulate-getaddrinfo routines,
9317 this needs to be modified. !!! I need input from results of this
9318 run on various platforms to see what results are seen in
9319 plugins/config.h so please help test !!!
9321 2003-03-05 07:27 kdebisschop
9323 * [r370] plugins-scripts/check_ntp.pl:
9324 add "m" to regex for minutes
9326 2003-03-05 00:17 tonvoon
9328 * [r365] plugins/check_http.c:
9329 check_http min size option (680467 - Dave Viner)
9331 2003-03-04 23:56 tonvoon
9333 * [r364] plugins/check_nt.c:
9334 Make output message for CPU Load a bit nicer
9336 2003-03-04 23:35 tonvoon
9338 * [r363] tools/sfsnapshot:
9339 To create nagiosplug daily snapshots on SF
9341 2003-03-03 03:49 kdebisschop
9343 * [r362] plugins/check_ping.c:
9344 accept comma-delimted list of hosts for checking if a multihomed
9347 2003-03-02 06:01 kdebisschop
9349 * [r361] plugins/check_ping.c:
9350 add logic to check multiple servers
9352 2003-03-02 04:59 kdebisschop
9357 2003-03-02 04:58 kdebisschop
9359 * [r359] configure.in, nagios-plugins.spec.in:
9360 adjustments to remove beta tagging
9362 2003-03-02 04:32 kdebisschop
9367 2003-03-01 05:09 kdebisschop
9369 * [r357] nagios-plugins.spec.in:
9370 we were missing some docs in the RPM
9372 2003-02-23 17:11 sghosh
9374 * [r356] REQUIREMENTS:
9377 2003-02-23 17:10 sghosh
9379 * [r355] contrib/check_bgpstate.pl:
9380 removed community string in CRIT message
9382 2003-02-22 19:06 tonvoon
9384 * [r354] configure.in:
9385 Solaris and Unixware labels round the wrong way for swap command
9387 2003-02-22 13:01 kdebisschop
9389 * [r353] Makefile.am:
9390 provide target for nagios-plugins.spec
9392 2003-02-22 07:27 kdebisschop
9394 * [r352] Makefile.am:
9395 add CODING FAQ LEGAL to distribution tarball
9397 2003-02-21 21:59 tonvoon
9399 * [r351] plugins/check_http.c:
9400 Fixed coredump with unallocated string
9402 2003-02-21 21:46 tonvoon
9404 * [r350] plugins/check_dns.c:
9405 Strip leading spaces on dns return value (689563 - Simon L
9408 2003-02-20 03:16 kdebisschop
9410 * [r348] plugins-scripts/check_disk_smb.pl:
9411 option regexs need to include ^ and $
9413 2003-02-19 22:56 tonvoon
9415 * [r347] lib/Makefile.am:
9416 Removing getloadavg.m4 from dist
9418 2003-02-19 08:36 kdebisschop
9420 * [r346] INSTALL, configure.in, lib/getloadavg.m4, tools/setup:
9421 remove getloadavg.m4
9423 2003-02-19 00:45 tonvoon
9425 * [r345] Makefile.am, configure.in, getloadavg.m4, lib/Makefile.am,
9426 lib/getloadavg.c, lib/getloadavg.m4, plugins/Makefile.am,
9427 plugins/getloadavg.c:
9428 Move getloadavg to lib directory. Must run "aclocal -I lib"
9430 2003-02-18 23:00 kdebisschop
9432 * [r344] plugins/check_pgsql.c:
9433 spurious backslash escape
9435 2003-02-18 22:56 kdebisschop
9437 * [r343] configure.in:
9438 set tag for beta3, fix pgsql detection
9440 2003-02-18 22:24 kdebisschop
9442 * [r342] plugins/check_udp.c:
9443 never exited getopt loop
9445 2003-02-18 22:20 kdebisschop
9447 * [r341] plugins/check_tcp.c:
9448 failed if header was more than 1023 bytes
9450 2003-02-18 22:10 tonvoon
9452 * [r340] plugins/check_load.c:
9453 Fixed the output messages (Bug 688729 - Jayjay)
9455 2003-02-18 21:58 tonvoon
9457 * [r339] Makefile.am:
9458 Add SUPPORT file to distribution
9460 2003-02-18 21:56 tonvoon
9462 * [r338] plugins/check_http.c:
9463 Fixed compiler warning and increased the SSL random key for a
9464 Solaris PRNG problem
9466 2003-02-18 05:38 kdebisschop
9468 * [r337] configure.in:
9469 remainder of ps fix for UnixWare, and move [] in if/elif to
9470 indicate m4 quoting instead of test invocation
9472 2003-02-18 04:05 sghosh
9474 * [r336] contrib/check_appletalk.pl:
9475 Appletalk ping plugin
9477 2003-02-18 04:04 sghosh
9479 * [r335] plugins/check_snmp.c:
9480 OID type prefix patch [Patches-679403]
9482 2003-02-18 03:46 sghosh
9484 * [r334] plugins/check_swap.c:
9485 support for Large swap sizes
9487 2003-02-18 03:17 sghosh
9489 * [r333] configure.in:
9490 regex fix to catch *BSD swapinfo and not HP-UX error and
9491 memory/file swap in addition to device for HP-UX
9493 2003-02-17 22:01 kdebisschop
9495 * [r332] configure.in:
9496 typo in testing uname output
9498 2003-02-17 21:57 kdebisschop
9500 * [r331] configure.in:
9501 ping and swap for unixware
9503 2003-02-17 21:04 kdebisschop
9505 * [r330] configure.in:
9506 library search dirs are part of LDFLAGS
9508 2003-02-17 19:11 sghosh
9510 * [r329] REQUIREMENTS:
9513 2003-02-16 08:41 tonvoon
9515 * [r328] plugins/Makefile.am:
9516 Fixed dependencies for check_nt
9518 2003-02-16 08:25 tonvoon
9520 * [r327] plugins/check_nt.c:
9521 Coredump if no variable set (reported by Marc C. Poulin)
9523 2003-02-16 02:46 egalstad
9525 * [r326] contrib/check_dhcp.c:
9526 Interface patch byor Clemens Resen
9528 2003-02-16 02:18 sghosh
9530 * [r325] plugins-scripts/check_ntp.pl:
9531 all alphanumeric accepted for refid on ntpq
9533 2003-02-12 22:32 tonvoon
9535 * [r324] plugins, plugins/.cvsignore:
9538 2003-02-12 22:30 tonvoon
9540 * [r323] lib, lib/.cvsignore:
9543 2003-02-12 22:29 tonvoon
9545 * [r322] plugins/negate.c:
9546 Remove unnecessary \ and fix coredump with no parameters
9549 2003-02-12 22:27 tonvoon
9551 * [r321] plugins/check_http.c:
9552 Remove unnecessary \ - complaints from Tru64's cc compiler
9554 2003-02-12 22:21 tonvoon
9556 * [r320] configure.in:
9557 Inadequate quoting for PS_FORMAT & removal of grep "*** for Tru64
9559 2003-02-12 04:36 sghosh
9561 * [r319] command.cfg.in:
9562 forced ntpq jitter check
9564 2003-02-12 04:32 sghosh
9566 * [r318] plugins-scripts/check_ifoperstatus.pl:
9569 2003-02-12 04:30 sghosh
9571 * [r317] plugins-scripts/check_ntp.pl:
9572 fixed regex for stratum1 peer, added logic for failed ntpq
9573 call(e.g. sntp host)
9575 2003-02-11 00:47 tonvoon
9577 * [r316] plugins/check_mysql.c:
9578 Patch by Dave Viner for seg fault on RH 7.3 (655903)
9580 2003-02-10 23:59 tonvoon
9582 * [r315] configure.in:
9583 Update with references to REQUIREMENTS
9585 2003-02-10 23:58 tonvoon
9587 * [r314] Requirements:
9588 Remove file, superceded by REQUIREMENTS
9590 2003-02-10 23:34 tonvoon
9592 * [r313] plugins/getopt.c, plugins/getopt.h, plugins/getopt1.c:
9593 Removing getopt files - now in new lib directory
9595 2003-02-10 23:32 tonvoon
9597 * [r312] lib, lib/Makefile.am, lib/getopt.c, lib/getopt.h,
9599 New directory for common library files
9601 2003-02-10 23:28 tonvoon
9603 * [r311] plugins/common.h.in:
9604 Added in a define for HAVE_GETOPT_H for backwards compatibility
9606 2003-02-10 23:27 tonvoon
9608 * [r310] plugins/Makefile.am:
9609 Remove unnecessary getopt references and link in lib directory
9611 2003-02-10 23:26 tonvoon
9613 * [r309] configure.in:
9614 Removing checks for getopt.h - now always available. Also support
9617 2003-02-10 23:24 tonvoon
9619 * [r308] Makefile.am:
9620 Adding lib directory for getopts change
9622 2003-02-10 23:08 tonvoon
9624 * [r307] configure.in:
9625 Fixed Tru64 ps command (Bug 669585 - Paula Arnold)
9627 2003-02-10 18:36 undrgrid
9629 * [r306] plugins/check_ssh.c:
9630 Added argc checks before attempting to access argv[]
9632 Corrected return codes and output
9634 2003-02-10 14:18 undrgrid
9636 * [r305] plugins/check_ssh.c:
9637 Revised code to use resolving and connection code in utils.c and
9638 netutils.c rather than its own functions. Corrected code to
9639 properly handle input of server hostname and port on commandline
9640 without option flags.
9642 2003-02-10 04:49 kdebisschop
9644 * [r304] contrib/check_fping_in.c:
9645 this plugin is in core as check_fping
9647 2003-02-09 18:59 undrgrid
9649 * [r303] tools/setup:
9650 Reordered program calls so autoheader was called before automake
9651 thus getting rid of errors for header files not being present
9652 when automake was called. Also puts it inline with documentation
9653 in INSTALL & INSTALLING
9655 2003-02-09 14:20 sghosh
9657 * [r302] contrib/check_adptraid.sh,
9658 contrib/check_compaq_insight.pl, contrib/check_file_age.pl:
9661 2003-02-09 14:18 sghosh
9663 * [r301] contrib/README.TXT, contrib/readme.txt:
9666 2003-02-09 14:16 sghosh
9668 * [r300] contrib/check_remote_nagios_status.pl,
9669 contrib/check_wins.pl, contrib/sched_downtime.pl:
9672 2003-02-09 14:03 sghosh
9674 * [r299] contrib/tarballs/fetchlog-0.92.tar.gz,
9675 contrib/tarballs/fetchlog-0.94.tar.gz:
9678 2003-02-09 12:56 kdebisschop
9680 * [r298] CODING, README:
9683 2003-02-09 12:36 kdebisschop
9688 2003-02-09 12:17 sghosh
9693 2003-02-08 06:00 kdebisschop
9695 * [r295] plugins/check_pgsql.c:
9696 use enum instead of define
9698 2003-02-08 05:58 kdebisschop
9701 add item on submitting new plugins
9703 2003-02-08 05:57 kdebisschop
9706 suggest minimum standards for support requests
9708 2003-02-08 05:32 kdebisschop
9710 * [r292] plugins/check_http.c:
9711 submit request with one send
9713 2003-02-05 05:59 kdebisschop
9715 * [r291] configure.in:
9716 fix for SSL build on RedHat rawhide
9718 2003-02-05 05:58 kdebisschop
9720 * [r290] plugins/check_dns.c:
9721 allow check to proceed using servers from resolv.conf
9723 2003-02-05 05:57 kdebisschop
9725 * [r289] plugins/check_http.c:
9726 fix segfault due to bad asprintf invocation
9728 2003-02-04 06:24 sghosh
9730 * [r288] plugins-scripts/Makefile.am:
9731 install user:grp perms [patch 679703 -Detlef Boehm]
9733 2003-02-04 06:16 sghosh
9735 * [r287] plugins-scripts/check_flexlm.pl:
9736 lmstat output update
9738 2003-02-04 05:54 sghosh
9740 * [r286] plugins-scripts/check_ntp.pl:
9741 corrected ntpdate offset to seconds
9743 2003-02-03 21:43 tonvoon
9745 * [r285] plugins/check_snmp.c:
9746 Avoid core dump with null or invalid data (679400 - Mathieu
9749 2003-02-03 21:33 tonvoon
9751 * [r284] plugins/Makefile.am:
9752 Patch for Mac OS X compile (652080 - Ton Voon)
9754 2003-02-03 20:43 sghosh
9756 * [r283] contrib/tarballs/check_cit.tgz:
9759 2003-02-03 20:35 sghosh
9761 * [r282] command.cfg.in:
9762 more sample command configurations
9764 2003-02-03 20:29 sghosh
9766 * [r281] configure.in, plugins-scripts/check_ntp.pl,
9767 plugins-scripts/utils.pm.in:
9768 change ntpdc to ntpq (Jonathan Rozes,Thomas Schimpke, bug-656237
9771 2003-02-03 15:47 sghosh
9773 * [r280] plugins-scripts/check_ntp.pl:
9774 patch for desync peer and ntpdate (James Fidell)
9776 2003-02-03 05:29 sghosh
9778 * [r279] plugins-scripts/check_ifstatus.pl:
9779 bugfix [bug 651021 mperry2]
9781 2003-02-03 05:07 sghosh
9783 * [r278] plugins/check_hpjd.c:
9784 added default community [bug-patch #600349 jbaumgartner]
9786 2003-01-31 18:40 tonvoon
9788 * [r277] plugins/check_procs.c:
9789 Fix for zombie processes on Solaris (Bug 677803 - Matthew Brown)
9791 2003-01-31 18:36 tonvoon
9793 * [r276] plugins/check_nt.c:
9794 Reapply all asprintf calls. Fix for %% problem with -l flag.
9796 2003-01-31 01:26 tonvoon
9798 * [r275] plugins/check_nt.c:
9799 Removed all unnecessary asprintf calls. Replaced with original
9800 check_nt.c to minimise amount of changes (reported by Reuben
9803 2003-01-30 23:18 tonvoon
9805 * [r274] plugins/check_nt.c:
9806 Added reference to the official NSClient web site
9808 2003-01-30 22:57 tonvoon
9810 * [r273] plugins/check_swap.c:
9811 Fixed long --allswap option
9813 2003-01-30 22:55 tonvoon
9815 * [r272] plugins/check_procs.c:
9818 2003-01-29 20:57 tonvoon
9820 * [r271] plugins/check_mrtgtraf.c:
9821 Fixed error and success codes (638656 - Paul Dlug)
9823 2003-01-29 20:47 tonvoon
9825 * [r270] plugins-scripts/check_oracle.sh:
9826 Added cache and tablespace check (621567 - John Marquart)
9828 2003-01-29 20:33 tonvoon
9830 * [r269] plugins/Makefile.am, plugins/check_nt.c:
9831 Added in check_nt for bug 646516
9833 2003-01-29 06:38 kdebisschop
9835 * [r268] plugins/check_mysql.c:
9836 remove incorrect check_disk() declaration
9838 2003-01-29 06:16 kdebisschop
9840 * [r267] plugins/check_ldap.c:
9841 fix segfault when argc>=2 and the -H or -b options are not
9844 2003-01-29 06:15 kdebisschop
9846 * [r266] plugins/check_by_ssh.c:
9849 2003-01-29 05:55 tonvoon
9851 * [r265] plugins/check_http.c:
9852 Better error if server requests client based certificate (609382
9855 2003-01-29 05:27 tonvoon
9857 * [r264] contrib/check_dns_random.pl:
9858 Exit code added (604837 - Lachlan Cameron-Smith)
9860 2003-01-29 05:10 tonvoon
9862 * [r263] plugins-scripts/check_oracle.sh:
9863 Added dummy login test (650970 - Ton Voon)
9865 2003-01-29 04:28 tonvoon
9867 * [r262] plugins/check_vsz.c:
9868 Error when no params passed, better invalid params message
9871 2003-01-29 04:11 tonvoon
9873 * [r261] plugins/check_procs.c:
9874 Fixed NULL status in Solaris (644783 - Fabian Pehla) Fixed -p
9875 options (652082 - Ton Voon)
9877 2003-01-28 07:44 kdebisschop
9879 * [r260] contrib/checkciscotemp.pl:
9880 typo: had commented use Net::SNMP for testing
9882 2003-01-28 07:42 kdebisschop
9884 * [r259] plugins/check_real.c:
9885 make sure host_name is set and remove NULL string inits that can
9888 2003-01-28 07:26 kdebisschop
9890 * [r258] plugins/check_mysql.c:
9891 missed argc check on port parameter
9893 2003-01-28 07:17 kdebisschop
9895 * [r257] contrib/checkciscotemp.pl:
9896 split and validate input more robustly
9898 2003-01-28 07:15 kdebisschop
9900 * [r256] plugins/check_http.c:
9901 remove NULL string inits that can lead to segfaults
9903 2003-01-28 00:32 tonvoon
9905 * [r255] configure.in:
9906 ps support for Darwin / MacOSX
9908 2003-01-27 11:53 kdebisschop
9910 * [r254] plugins/check_http.c:
9911 do not pass host if none is provided
9913 2003-01-27 06:04 kdebisschop
9915 * [r253] plugins/check_http.c:
9916 we were sending extra CRLF
9918 2003-01-19 06:34 kdebisschop
9920 * [r252] plugins-scripts/check_rpc.pl:
9921 indicate new default state in get_rpcinfo, also fix a bunch of
9922 indents for consistent format
9924 2003-01-17 05:56 sghosh
9926 * [r251] plugins-scripts/check_rpc.pl:
9927 bug fix for state and opt_c initialization
9929 2003-01-17 05:37 sghosh
9931 * [r250] plugins/check_snmp.c:
9932 Counter32 tag parsing added
9934 2003-01-16 06:42 kdebisschop
9936 * [r249] plugins/check_mysql.c, plugins/check_pgsql.c:
9937 semicolon needed where progname define was replaced
9939 2003-01-16 06:29 kdebisschop
9941 * [r248] plugins/check_http.c:
9942 add option to let regex span newlines
9944 2003-01-16 06:28 kdebisschop
9946 * [r247] plugins/check_game.c:
9947 progname and print_usage need to be defined
9949 2003-01-16 06:22 kdebisschop
9951 * [r246] plugins/check_radius.c:
9952 semicolon needed where praogname define was replced
9954 2003-01-16 06:10 kdebisschop
9956 * [r245] plugins/check_hpjd.c:
9957 semicolon needed where praogname define was replced
9959 2003-01-16 05:22 kdebisschop
9961 * [r244] configure.in:
9962 find kerberos libs in latest Red Hat beta
9964 2003-01-16 05:21 kdebisschop
9966 * [r243] plugins/utils.c:
9969 2003-01-16 05:20 kdebisschop
9971 * [r242] plugins/check_tcp.c:
9972 cleanup progname assignment
9974 2003-01-16 05:19 kdebisschop
9976 * [r241] plugins-scripts/check_disk_smb.pl:
9977 accept $ for share and \\ for users
9979 2003-01-16 05:17 kdebisschop
9981 * [r240] plugins/check_by_ssh.c:
9982 avoid segfault when host is not given
9984 2003-01-13 12:21 kdebisschop
9986 * [r239] contrib/check_dhcp.c, contrib/check_fping_in.c,
9987 contrib/check_rbl.c:
9988 convert PROGANE from a define to a const char
9990 2003-01-13 12:15 kdebisschop
9992 * [r238] plugins/check_by_ssh.c, plugins/check_dig.c,
9993 plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c,
9994 plugins/check_fping.c, plugins/check_hpjd.c,
9995 plugins/check_http.c, plugins/check_ldap.c, plugins/check_load.c,
9996 plugins/check_mrtg.c, plugins/check_mrtgtraf.c,
9997 plugins/check_mysql.c, plugins/check_nagios.c,
9998 plugins/check_nwstat.c, plugins/check_overcr.c,
9999 plugins/check_pgsql.c, plugins/check_ping.c,
10000 plugins/check_procs.c, plugins/check_radius.c,
10001 plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c,
10002 plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c,
10003 plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c,
10004 plugins/check_users.c, plugins/check_vsz.c, plugins/negate.c,
10005 plugins/urlize.c, plugins/utils.c, plugins/utils.h.in:
10006 convert PROGANE from a define to a const char
10008 2003-01-13 12:13 kdebisschop
10010 * [r237] plugins/popen.c:
10011 change exit status to be POSIX compliant
10013 2003-01-13 12:09 kdebisschop
10015 * [r236] plugins/check_nagios.c:
10016 check for a few null strings, change PROGNAME from #define to
10019 2003-01-13 04:50 kdebisschop
10021 * [r235] plugins/check_disk.c:
10022 add options for excluding devices and for skipping OK devices in
10025 2003-01-03 03:24 kdebisschop
10027 * [r234] plugins/utils.c:
10028 protect against some null strings, make formats more uniform
10030 2002-12-19 19:30 kdebisschop
10032 * [r233] plugins/check_tcp.c:
10033 expect is +OK for SPOP too
10035 2002-12-19 19:29 kdebisschop
10037 * [r232] plugins/check_tcp.c:
10038 server expect not getting set, expect is +OK for POP
10040 2002-12-19 19:20 kdebisschop
10042 * [r231] plugins/check_http.c:
10043 remove spurious CRLF
10045 2002-11-29 12:02 stanleyhopcroft
10047 * [r230] contrib/check_citrix:
10048 New plugin to check the ICA browse service (used by Citrix
10049 Metaframe servers) from Ed Rolison and Tom De Blende.
10051 2002-11-25 12:00 kdebisschop
10053 * [r228] plugins/check_tcp.c:
10054 was segfaulting if no dtat was returned
10056 2002-11-24 13:43 kdebisschop
10058 * [r227] tools/snapshot:
10059 some fixes needed to move off old devel box
10061 2002-11-24 13:09 kdebisschop
10063 * [r226] tools/snapshot:
10064 make routine snapshots of nagios and plugin CVS to expand testing
10066 2002-11-22 10:52 kdebisschop
10068 * [r225] plugins/check_ups.c:
10069 add replace battery condition, replace unchecked strcat calls
10070 with asprintf (I do not think buffer overflow was possible here,
10071 but lets be consistent)
10073 2002-11-22 02:46 kdebisschop
10075 * [r224] configure.in:
10076 get long args output to work on check_procs by putting
10077 incantations with -w ahead of others
10079 2002-11-22 02:33 kdebisschop
10081 * [r223] configure.in:
10082 get long args output to work on linux check_procs, actually works
10083 this time (needs OpenBSD testing)
10085 2002-11-22 01:33 kdebisschop
10087 * [r222] plugins/check_procs.c:
10088 add a few comments, trap a few place where a NULL string might
10091 2002-11-22 01:31 kdebisschop
10093 * [r221] configure.in:
10094 get long args output to work on linux check_procs (needs OpenBSD
10097 2002-11-21 12:40 kdebisschop
10099 * [r220] plugins/check_dig.c:
10100 fix empty output on errors
10102 2002-11-20 11:56 kdebisschop
10104 * [r219] plugins/check_swap.c:
10105 add switch to evaluate each swap individually
10107 2002-11-20 11:28 kdebisschop
10109 * [r218] plugins/check_dig.c:
10110 fix solaris SEGV, still need to print meaningful error text
10112 2002-11-20 01:19 kdebisschop
10114 * [r217] plugins/check_by_ssh.c:
10115 in short options, t no no argument
10117 2002-11-20 01:09 kdebisschop
10119 * [r216] plugins/check_dig.c:
10120 replace some strcpy with strscpy
10122 2002-11-19 19:13 kdebisschop
10124 * [r215] plugins/Makefile.am:
10125 another try at portable symlinking
10127 2002-11-19 19:07 kdebisschop
10129 * [r214] plugins/Makefile.am:
10130 another try at portable symlinking
10132 2002-11-19 19:06 kdebisschop
10134 * [r213] plugins/check_time.c:
10135 explicitly cast recv() arg2 for SunOS5.6
10137 2002-11-19 07:13 kdebisschop
10139 * [r212] plugins/Makefile.am:
10140 rewrite of install-exec-hook for solaris
10142 2002-11-18 21:58 sghosh
10144 * [r211] contrib/check_javaproc.pl, contrib/nagios_sendim.pl:
10147 2002-11-18 14:46 sghosh
10149 * [r210] contrib-reporting, contrib-reporting/process_perfdata.pl:
10150 New directory to for perfdata and reporting scripts
10152 2002-11-18 11:24 kdebisschop
10154 * [r209] plugins/check_swap.c:
10155 test total swap instead of individual disks
10157 2002-11-18 07:23 kdebisschop
10159 * [r208] plugins/check_disk.c:
10160 failed to handle multple disks
10162 2002-11-18 07:22 kdebisschop
10164 * [r207] plugins/utils.c:
10165 more readable max_state() code
10167 2002-11-16 12:57 kdebisschop
10169 * [r206] plugins/Makefile.am:
10170 fix too many sources problem for programs tha are symlinks to
10173 2002-11-16 04:59 kdebisschop
10175 * [r205] plugins/check_snmp.c:
10176 my take on Subhendu's patches, plus a few comments for clarity
10178 2002-11-15 17:47 sghosh
10180 * [r204] plugins/check_snmp.c:
10181 memory bounds in options, no output comparison case
10183 2002-11-15 04:51 kdebisschop
10185 * [r203] nagios-plugins.spec.in:
10186 make spec work again, now that release is in source name again
10188 2002-11-15 00:51 kdebisschop
10190 * [r202] configure.in:
10191 release numbering fix
10193 2002-11-15 00:50 kdebisschop
10195 * [r201] plugins/check_snmp.c:
10196 fix label handling, replace accidentally deleted elseif l.310
10198 2002-11-14 18:25 kdebisschop
10200 * [r200] Makefile.am, acconfig.h, configure.in,
10201 nagios-plugins.spec.in, plugins/utils.c:
10202 fix bug with gettimeofday test, improve version/release handling,
10205 2002-11-14 18:23 kdebisschop
10207 * [r199] plugins/Makefile.am:
10208 fix typo in snprintf build
10210 2002-11-14 05:36 kdebisschop
10212 * [r198] plugins/Makefile.am:
10213 can't drop these sources -- neded for dist
10215 2002-11-14 05:27 kdebisschop
10217 * [r197] plugins/Makefile.am:
10218 fix build rule for snprintf
10220 2002-11-14 05:25 kdebisschop
10222 * [r196] plugins/check_http.c:
10223 pagesize count off by one
10225 2002-11-14 04:45 kdebisschop
10227 * [r195] plugins/check_http.c:
10228 clean up NULL from status on Solaris
10230 2002-11-14 04:00 kdebisschop
10232 * [r194] configure.in:
10233 typo in AC_DEFINE of PS_FORMAT for solaris
10235 2002-11-14 03:37 kdebisschop
10237 * [r193] plugins/Makefile.am:
10238 remove check_nt again
10240 2002-11-14 03:09 kdebisschop
10242 * [r192] plugins/Makefile.am:
10243 back out last change -- it was only work in progress
10245 2002-11-14 02:26 kdebisschop
10247 * [r191] plugins/Makefile.am, plugins/check_dns.c,
10248 plugins/check_ldap.c, plugins/check_mrtg.c,
10249 plugins/check_mrtgtraf.c, plugins/check_nwstat.c,
10250 plugins/check_radius.c, plugins/utils.c, plugins/version.h.in:
10251 remove call_getopt and ssprintf
10253 2002-11-13 11:50 kdebisschop
10255 * [r190] plugins/check_disk.c, plugins/check_dns.c,
10256 plugins/check_fping.c, plugins/check_hpjd.c,
10257 plugins/check_mrtg.c, plugins/check_nwstat.c,
10258 plugins/check_ping.c, plugins/check_vsz.c, plugins/urlize.c,
10260 remove call_getopt and asprintf
10262 2002-11-12 11:28 kdebisschop
10264 * [r189] plugins/check_dig.c:
10265 cleanup asprintf, old function decls
10267 2002-11-12 11:26 kdebisschop
10269 * [r188] plugins/check_mysql.c, plugins/check_real.c,
10270 plugins/check_ups.c:
10273 2002-11-11 22:15 sghosh
10275 * [r187] plugins/check_snmp.c:
10276 should use asprintf
10278 2002-11-11 20:19 sghosh
10280 * [r186] plugins/check_snmp.c:
10281 more snmpv3 patches
10283 2002-11-11 19:29 sghosh
10285 * [r185] plugins/check_snmp.c:
10286 long opt for miblist, snmpv3 support (rosenauer)
10288 2002-11-11 16:04 sghosh
10290 * [r184] plugins/check_snmp.c:
10291 option to specify a miblist - llow
10293 2002-11-11 15:43 sghosh
10295 * [r183] plugins/check_snmp.c:
10296 misc doc fix, missing verbose option
10298 2002-11-09 11:37 kdebisschop
10300 * [r182] plugins/check_ups.c, plugins/check_users.c:
10303 2002-11-09 04:22 kdebisschop
10305 * [r181] plugins/check_by_ssh.c, plugins/check_dig.c,
10306 plugins/check_ping.c, plugins/check_time.c:
10309 2002-11-09 04:21 kdebisschop
10311 * [r180] plugins/check_snmp.c:
10312 cleaner handling of DEFAULT_PORT
10314 2002-11-09 03:43 kdebisschop
10316 * [r179] configure.in:
10317 add HPUX swap, try to cleanup getopt processing
10319 2002-11-09 03:39 kdebisschop
10321 * [r178] plugins/check_pgsql.c, plugins/check_ping.c,
10322 plugins/check_snmp.c, plugins/negate.c, plugins/utils.h.in:
10323 define and use usage3 where second part of message is a an
10326 2002-11-09 03:16 kdebisschop
10328 * [r177] plugins/snprintf.c:
10329 HAVE_C99_SNPRINTF is not tested, so remove from ifdef
10331 2002-11-08 08:07 kdebisschop
10333 * [r176] plugins/check_snmp.c:
10334 user reports NULL still getting into asprintf
10336 2002-11-08 08:06 kdebisschop
10338 * [r175] plugins/check_vsz.c:
10341 2002-11-08 07:20 kdebisschop
10343 * [r174] acconfig.h, configure.in, plugins/common.h.in,
10344 plugins/utils.c, plugins/utils.h.in:
10345 patches required to build on solaris with asprintf and
10348 2002-11-08 07:18 kdebisschop
10350 * [r173] plugins/check_http.c, plugins/check_load.c,
10351 plugins/check_ping.c, plugins/check_procs.c,
10352 plugins/check_smtp.c, plugins/check_tcp.c:
10353 remove unused variables
10355 2002-11-08 07:17 kdebisschop
10357 * [r172] tools/oneliners:
10358 some useful onliners
10360 2002-11-07 14:30 kdebisschop
10362 * [r171] plugins/check_snmp.c:
10363 bugfixes to command format and (null) text created by asprintf
10366 2002-11-07 07:07 kdebisschop
10368 * [r170] plugins/check_by_ssh.c:
10369 remove call_getopt, add [] arougn time
10371 2002-11-07 07:06 kdebisschop
10373 * [r169] configure.in:
10374 test snprintf function family for ifdefs in snprintf.c
10376 2002-10-30 18:47 kdebisschop
10378 * [r168] plugins/check_tcp.c:
10379 replace fixed-lentgh buffer with asprintf
10381 2002-10-30 18:46 kdebisschop
10383 * [r167] plugins/check_udp.c:
10384 forgot to remove call_getopt
10386 2002-10-30 18:45 kdebisschop
10388 * [r166] plugins/check_ssh.c, plugins/check_swap.c:
10389 forgot to remove call_getopt declaration
10391 2002-10-30 18:29 kdebisschop
10393 * [r165] plugins/check_smtp.c:
10394 remove call_getopt, fix several buffer overruns possible due to
10395 use of fixed size buffers
10397 2002-10-30 18:22 kdebisschop
10399 * [r164] tools/setup:
10400 debian builds not actively maintained, so suppress error in setup
10403 2002-10-30 05:07 sghosh
10405 * [r163] acconfig.h, configure.in, plugins-scripts/Makefile.am,
10406 plugins-scripts/check_mailq.pl, plugins-scripts/utils.pm.in:
10409 2002-10-28 13:05 kdebisschop
10411 * [r162] plugins-scripts/check_breeze.pl,
10412 plugins-scripts/check_disk_smb.pl,
10413 plugins-scripts/check_flexlm.pl, plugins-scripts/check_log.sh,
10414 plugins-scripts/check_ntp.pl, plugins-scripts/check_rpc.pl,
10415 plugins-scripts/check_sensors.sh, plugins-scripts/check_wave.pl:
10416 remove pspace in shebang since no sequent users replied
10418 2002-10-26 13:30 kdebisschop
10420 * [r161] nagios-plugins.spec.in:
10421 release should not be in tarball name
10423 2002-10-25 13:58 kdebisschop
10425 * [r160] nagios-plugins.spec.in:
10428 2002-10-25 12:35 kdebisschop
10430 * [r159] plugins/Makefile.am:
10433 2002-10-25 02:31 kdebisschop
10435 * [r158] Makefile.am, plugins/Makefile.am:
10436 include getloadavg sources, add some Solaris pkg build support
10438 2002-10-22 09:13 kdebisschop
10440 * [r157] plugins/check_ssh.c:
10441 remove call_getopt, replace ssprintf with asprintf,better server
10444 2002-10-22 08:54 kdebisschop
10446 * [r156] plugins/check_tcp.c:
10449 2002-10-22 08:19 kdebisschop
10451 * [r155] plugins/check_procs.c:
10452 remove call_getopt, replace ssprintf with asprintf
10454 2002-10-22 02:57 sghosh
10456 * [r154] contrib/check_procr.sh:
10457 From: Jerome Tytgat - checks to see if named process is running
10459 2002-10-22 01:31 sghosh
10461 * [r153] README, plugins/check_nt.c:
10462 check_nt is downloadable from nsclient.ready2run.nl
10464 2002-10-21 05:04 kdebisschop
10466 * [r152] plugins/check_swap.c:
10467 use asprintf instead of ssprintf
10469 2002-10-21 04:36 kdebisschop
10471 * [r151] plugins/Makefile.am:
10472 need to define SOURCES for check_tcp to also build as
10473 check_ftp,check_imap,check_nntp,check_pop
10475 2002-10-21 04:05 kdebisschop
10477 * [r150] plugins/utils.c:
10478 use asprintf to do strscpy
10480 2002-10-21 04:04 kdebisschop
10482 * [r149] plugins/Makefile.am:
10483 roll check_ftp, check_imap, check_pop, and check_nntp into
10486 2002-10-21 04:03 kdebisschop
10488 * [r148] plugins/check_ftp.c, plugins/check_imap.c,
10489 plugins/check_nntp.c, plugins/check_pop.c:
10490 these are all combined into check_tcp now
10492 2002-10-21 03:55 kdebisschop
10494 * [r147] plugins/check_load.c:
10495 remove broken call_getopt
10497 2002-10-21 03:43 kdebisschop
10499 * [r146] plugins/check_snmp.c:
10500 cleanup process_arguments, print_help, and print_usage
10502 2002-10-21 03:40 kdebisschop
10504 * [r145] plugins/check_pgsql.c:
10505 now we provide long opts if they do not exist
10507 2002-10-20 20:22 kdebisschop
10509 * [r144] plugins/check_snmp.c:
10510 fixed scanning for multiple OIDs, which was not working
10512 2002-10-20 18:49 kdebisschop
10514 * [r143] plugins/check_snmp.c:
10515 change ssprintf to asprintf back out change at line 225 in r1.4
10516 (values were mismatched to format string, so output was nonsense)
10517 (I left a comment showing a construct that should work, but it
10518 fails for PHBs: if my disk gets nearly full, they want 'CRITICAL
10519 - 99%' not 'CRITICAL - Gauge32: 99') (If someine has a rationale
10520 for the change, maybe it could be done as an option? - it seems
10521 fairly clear that the Web display should be sensible to PHBs so
10522 long as there's no real loss)
10524 2002-10-18 06:41 kdebisschop
10526 * [r142] plugins/check_swap.c:
10527 remove old call_getopt
10529 2002-10-18 05:55 kdebisschop
10531 * [r141] plugins/check_load.c:
10532 remove old call_getopt code, fix bug taking single float, allow
10533 colon as separators in additin to commas
10535 2002-10-18 04:41 kdebisschop
10537 * [r140] plugins/utils.c:
10538 handle null src in strscat
10540 2002-10-18 03:48 kdebisschop
10542 * [r139] plugins/check_tcp.c:
10545 2002-10-18 03:46 kdebisschop
10547 * [r138] plugins/utils.h.in:
10548 refine STD_LONG_OPTS
10550 2002-10-18 03:46 kdebisschop
10552 * [r137] plugins/check_http.c:
10553 provide on more decimal point printing time
10555 2002-10-18 03:45 kdebisschop
10557 * [r136] plugins/check_ping.c:
10558 remove broken call_getopt stuff
10560 2002-10-17 06:09 kdebisschop
10562 * [r135] plugins/check_tcp.c:
10565 2002-10-17 06:06 kdebisschop
10567 * [r134] INSTALL, INSTALLING, tools/setup:
10568 revise now that aclocal is remved from CVS
10570 2002-10-16 22:26 kdebisschop
10572 * [r133] configure.in:
10573 need some quoting on ifdef
10575 2002-10-16 22:17 kdebisschop
10577 * [r132] acinclude.m4, configure.in:
10578 finally a working fix for AM/AC_FUNC_STRTOD nightmare
10580 2002-10-16 22:03 kdebisschop
10582 * [r131] configure.in:
10585 2002-10-16 22:01 kdebisschop
10587 * [r130] configure.in:
10590 2002-10-16 21:54 kdebisschop
10592 * [r129] configure.in:
10595 2002-10-16 21:46 kdebisschop
10597 * [r128] configure.in:
10598 complains on paren in comment
10600 2002-10-16 21:43 kdebisschop
10602 * [r127] acinclude.m4:
10605 2002-10-16 21:41 kdebisschop
10607 * [r126] acinclude.m4:
10608 old auto???? has AM_FUNC_STRTOD, now renamed AC_FUNC_STRTOD
10610 2002-10-16 21:32 kdebisschop
10612 * [r125] plugins/check_http.c, plugins/utils.c, plugins/utils.h.in:
10613 millisecond timimg where supported
10615 2002-10-16 21:31 kdebisschop
10617 * [r124] configure.in, missing:
10618 build cleanly on RedHat 8.0
10620 2002-10-16 10:46 kdebisschop
10622 * [r123] ., .cvsignore:
10625 2002-10-16 10:34 kdebisschop
10627 * [r122] configure.in:
10628 AM_STRTOD was a typo
10630 2002-10-16 10:31 kdebisschop
10632 * [r121] aclocal.m4:
10633 automake invokes acloacl on each run - it cannot be right to
10636 2002-10-16 10:18 kdebisschop
10638 * [r120] acconfig.h:
10639 better checks for vsnprintf stuff
10641 2002-10-16 10:16 kdebisschop
10643 * [r119] configure.in, plugins/check_http.c:
10646 2002-10-16 10:14 kdebisschop
10648 * [r118] plugins/utils.c:
10649 use asprintf to construct strscat
10651 2002-10-16 04:57 kdebisschop
10653 * [r117] plugins/popen.h.in:
10654 timeout interval is extern
10656 2002-10-16 04:56 kdebisschop
10658 * [r116] plugins/utils.c, plugins/utils.h.in:
10659 start support for gettimeofday and tv_usec
10661 2002-10-16 04:54 kdebisschop
10663 * [r115] aclocal.m4:
10664 generated with automake 1.6 / autoconf 2.53 (maybe should not be
10667 2002-10-16 04:52 kdebisschop
10669 * [r114] plugins/snprintf.c:
10670 newer snprintf from samba.org
10672 2002-10-16 04:44 kdebisschop
10674 * [r113] ., .cvsignore, depcomp:
10675 needed for automake 1.6 / autoconf 2.53
10677 2002-10-16 04:43 kdebisschop
10679 * [r112] Makefile.am:
10680 cosmetic line wrap before 80 chars
10682 2002-10-16 04:41 kdebisschop
10684 * [r111] configure.in:
10685 work with newer automake, begin swithc to asprintf
10687 2002-10-15 06:23 sghosh
10689 * [r110] plugins-scripts/check_ifoperstatus.pl:
10690 new exit states, more conditional checking
10692 2002-10-07 19:05 sghosh
10694 * [r109] plugins/check_dns.c:
10695 patch for expected IP address
10697 2002-10-07 01:34 kdebisschop
10699 * [r108] plugins/popen.c:
10700 make sure we do not run past the end of an unterminated string
10702 2002-10-07 01:19 kdebisschop
10704 * [r107] plugins/negate.c:
10705 use asprintf, inhibit splint warning
10707 2002-10-05 11:08 kdebisschop
10709 * [r106] getloadavg.m4, plugins/getloadavg.c:
10710 lets use library instead od inconsistent command line interfaces
10712 2002-09-26 02:17 kdebisschop
10714 * [r105] plugins/urlize.c:
10715 use ssprintf instead of sprintf
10717 2002-09-25 08:01 kdebisschop
10719 * [r104] plugins/check_http.c:
10720 incorporate comment on my_recv from Russell Scibetti
10722 2002-09-25 07:58 kdebisschop
10724 * [r103] plugins/check_http.c:
10725 incorporate comments from Russell Scibetti
10727 2002-09-24 05:16 kdebisschop
10729 * [r102] plugins/check_http.c:
10730 replace remaining occurences of sprintf with snprintf
10732 2002-09-16 00:47 kdebisschop
10735 needed for latest autoconf
10737 2002-09-16 00:47 kdebisschop
10739 * [r100] Makefile.am, aclocal.m4, configure.in,
10740 nagios-plugins.spec.in:
10741 finish ckleanup of rpm spec porcessing
10743 2002-09-14 21:11 kdebisschop
10745 * [r99] nagios-plugins.spec, nagios-plugins.spec.in:
10746 complete spec based on confugure.in
10748 2002-09-14 21:06 kdebisschop
10750 * [r98] make-tarball, rpm:
10751 automake makes the dist tarball, rpmbuild -ta makes the rpm
10753 2002-09-14 02:27 kdebisschop
10755 * [r97] plugins/check_http.c, plugins/check_tcp.c:
10756 time data in performance string
10758 2002-09-14 02:13 kdebisschop
10760 * [r96] plugins-scripts/check_log.sh:
10761 patch from Matthew Peters <mattp@esec.com.au>, plus turned up a
10764 2002-09-12 02:43 kdebisschop
10766 * [r95] plugins/Makefile.am:
10769 2002-09-08 12:05 kdebisschop
10771 * [r94] plugins/negate.c:
10772 wrapper to invert return status
10774 2002-09-08 12:05 kdebisschop
10776 * [r93] plugins/utils.c:
10777 clears up warnings in splint
10779 2002-09-06 02:25 kdebisschop
10781 * [r92] plugins-scripts/check_rpc.pl:
10782 case on key to ERRORS hash
10784 2002-09-04 06:00 sghosh
10786 * [r91] configure.in:
10789 2002-09-04 02:12 sghosh
10791 * [r90] plugins-scripts/check_ntp.pl:
10792 dispersion check now controlled by warn and crit
10794 2002-09-04 02:11 sghosh
10796 * [r89] configure.in:
10799 2002-09-04 02:10 sghosh
10801 * [r88] contrib/check_ifoperstatus.pl, contrib/check_ifstatus.pl:
10802 moved to supported plugins-scripts
10804 2002-09-02 18:47 sghosh
10806 * [r87] plugins/check_smtp.c:
10807 new -f option for adding a FROM address for RFC correctness
10809 2002-09-01 16:22 sghosh
10811 * [r86] INSTALL, INSTALLING:
10812 file rename for MacOS X
10814 2002-09-01 16:18 sghosh
10816 * [r85] plugins/check_smtp.c:
10819 2002-08-22 22:08 sghosh
10821 * [r84] contrib/check_snmp_process_monitor.pl:
10824 2002-08-22 14:43 sghosh
10826 * [r83] command.cfg.in:
10829 2002-08-22 14:42 sghosh
10831 * [r82] contrib/check_snmp_disk_monitor.pl,
10832 contrib/check_snmp_process_monitor.pl:
10833 new plugins contrib
10835 2002-08-18 18:03 kdebisschop
10837 * [r81] plugins/check_by_ssh.c:
10838 typo in options passed to ssh for ipv6. fix by setting a generic
10839 hook for 1-char pasthhru options
10841 2002-08-14 19:17 sghosh
10843 * [r80] plugins-scripts/check_disk_smb.pl:
10844 patch for admin shares
10846 2002-08-14 19:07 sghosh
10848 * [r79] command.cfg.in:
10851 2002-08-14 19:06 sghosh
10853 * [r78] plugins-scripts/check_ifstatus.pl:
10854 skip PPP interfaces
10856 2002-08-14 19:04 sghosh
10858 * [r77] plugins/check_smtp.c:
10861 2002-08-14 19:04 sghosh
10863 * [r76] plugins/check_by_ssh.c:
10864 ipv4/ipv6 switch added
10866 2002-08-14 19:03 sghosh
10868 * [r75] plugins/check_hpjd.c:
10871 2002-08-14 19:02 sghosh
10873 * [r74] contrib/check_apc_ups.pl:
10876 2002-08-14 19:01 sghosh
10878 * [r73] contrib/check_linux_raid.pl, contrib/check_nagios_db.pl:
10881 2002-08-14 19:00 sghosh
10883 * [r72] contrib/check_inodes-freebsd.pl:
10884 check inodes - freebsd - candidate for merge with check_inodes
10886 2002-08-14 15:29 sghosh
10888 * [r71] contrib/check_smb.sh:
10889 new smb check - users
10891 2002-08-13 03:18 egalstad
10893 * [r70] plugins/check_game.c:
10894 Mod to display current/max number of players in a game (Frank
10897 2002-08-12 23:09 egalstad
10899 * [r69] contrib/check_disk_snmp.pl:
10900 Updated to use getopt (Christoph Maser)
10902 2002-08-01 05:06 sghosh
10904 * [r68] plugins/check_snmp.c:
10905 re-patched exit state comparison
10907 2002-08-01 04:54 sghosh
10909 * [r67] plugins/check_snmp.c:
10910 port option added, -c support net-snmpv5, complete response
10913 2002-08-01 04:46 egalstad
10915 * [r66] contrib/check_digitemp.pl:
10916 Add Brian Lane's Digitemp (1-wire temp sensor) plugin
10918 2002-07-16 04:13 egalstad
10920 * [r65] contrib/check_disk_snmp.pl:
10921 Christoph Maser's plugin to check disk usage via SNMP3
10923 2002-07-16 00:04 stanleyhopcroft
10925 * [r64] contrib/check_ms_spooler.pl:
10926 Primitive and in need of refinement test of MS spooler (with
10929 2002-07-04 22:02 sghosh
10931 * [r63] contrib/check_procl.sh:
10932 Jerome Tytgat - accumulated/percentage CPU/MEM per process - bash
10935 2002-07-04 04:05 sghosh
10940 2002-06-28 21:08 sghosh
10943 note about autoconf/automake version
10945 2002-06-25 21:32 sghosh
10947 * [r60] contrib/check_rbl.c:
10948 Check if IP address is specified on RBL - Tim Bell
10950 2002-06-25 13:55 sghosh
10952 * [r59] contrib/check_lmmon.pl:
10953 check motherboard/cpu temp via lmmon
10955 2002-06-24 21:29 sghosh
10957 * [r58] plugins/check_http.c:
10958 ignore return status codes if user specified status line check
10960 2002-06-24 20:41 sghosh
10962 * [r57] plugins/check_snmp.c:
10963 printf bug for large numbers - Jeff Murray
10965 2002-06-20 04:27 sghosh
10967 * [r56] plugins-scripts/check_disk_smb.pl:
10968 logic fix for disk space thresholds
10970 2002-06-19 05:11 sghosh
10972 * [r55] plugins/check_dig.c, plugins/check_dns.c,
10973 plugins/check_fping.c, plugins/check_hpjd.c,
10974 plugins/check_nagios.c, plugins/check_ping.c,
10975 plugins/check_snmp.c, plugins/check_vsz.c, plugins/urlize.c,
10976 plugins/utils.c, plugins/utils.h.in:
10977 more POSIX return value comparison related code fixes
10979 2002-06-19 03:09 sghosh
10981 * [r54] plugins/check_disk.c, plugins/check_ping.c,
10982 plugins/check_procs.c:
10983 fixes for using POSIX return codes
10985 2002-06-18 01:06 sghosh
10987 * [r53] plugins/common.h.in:
10988 updated to POSIX return codes
10990 2002-06-18 01:05 sghosh
10992 * [r52] contrib/check_cluster.c:
10993 Ethan's check_cluster
10995 2002-06-13 20:49 sghosh
10997 * [r51] plugins/check_smtp.c:
10998 conformance to RFC 821 <CRLF>
11000 2002-06-13 03:03 sghosh
11002 * [r50] configure.in:
11003 use xntpdc on Solaris for check_ntp
11005 2002-06-10 03:24 sghosh
11007 * [r49] plugins/check_smtp.c:
11008 patch to stop NOQUEUE syslog messages - Karl Ewald
11010 2002-06-08 00:33 sghosh
11012 * [r48] plugins-scripts/check_ntp.pl:
11013 xntpdc/ntpdc patch - John Koyle
11015 2002-06-06 04:16 sghosh
11017 * [r47] plugins-scripts/subst.in, plugins-scripts/utils.sh.in:
11018 corrected result codes - for sh; corrected substition for libexec
11021 2002-06-06 04:15 sghosh
11023 * [r46] plugins/check_disk.c:
11024 added option for mount point - Tom Bertelson
11026 2002-06-06 04:15 sghosh
11028 * [r45] plugins-scripts/check_oracle.sh:
11029 Add test for Oracle name server, can dynamicall determine
11030 ORACLE_HOME - tom Bertelson
11032 2002-06-06 04:14 sghosh
11034 * [r44] plugins-scripts/check_flexlm.pl:
11035 conditional on lmstat
11037 2002-06-06 04:13 sghosh
11039 * [r43] plugins-scripts/check_ntp.pl:
11040 conditional on ntpdc
11042 2002-05-29 00:57 sghosh
11044 * [r42] command.cfg.in:
11047 2002-05-28 03:14 sghosh
11049 * [r41] command.cfg.in:
11050 option updates, more examples
11052 2002-05-28 02:41 sghosh
11054 * [r40] command.cfg.in:
11055 option updates, more examples
11057 2002-05-27 02:10 sghosh
11059 * [r39] plugins-scripts/check_ntp.pl:
11060 checked in too quickly
11062 2002-05-27 02:05 sghosh
11064 * [r38] doc, doc/README, doc/developer-guidelines.html,
11065 doc/developer-guidelines.sgml:
11066 added developer guidelines.
11068 2002-05-27 02:03 sghosh
11070 * [r37] configure.in:
11071 typo, AIX 4.3 ps, smbclient, Net::SNMP fixes
11073 2002-05-27 02:01 sghosh
11075 * [r36] acconfig.h, plugins-scripts/utils.pm.in:
11076 new var - smbclient
11078 2002-05-27 01:56 sghosh
11080 * [r35] plugins-scripts/check_ntp.pl:
11081 logic reorg, ePN fix and support for utils.pm
11083 2002-05-27 01:55 sghosh
11085 * [r34] plugins-scripts/check_disk_smb.pl:
11086 ePN fix and support for utils.pm
11088 2002-05-23 16:39 sghosh
11090 * [r33] contrib/check_log2.pl, contrib/check_vcs.pl:
11091 New plugins from Aaron Bostick - Veritas Cluster, logfile
11093 2002-05-10 03:51 sghosh
11095 * [r32] plugins-scripts/check_rpc.pl:
11096 updates for ePN, patch for multiple version check
11098 2002-05-10 03:49 sghosh
11100 * [r31] configure.in, plugins-scripts/utils.pm.in:
11101 added programs to autoconf
11103 2002-05-10 03:49 sghosh
11105 * [r30] acconfig.h:
11106 This commit was generated by cvs2svn to compensate for changes in
11107 r29, which included commits to RCS files with non-trunk default
11110 2002-05-09 19:03 sghosh
11112 * [r28] plugins-scripts/Makefile.am,
11113 plugins-scripts/check_ifoperstatus.pl:
11114 migrated check_ifoperstatus to standard plugin
11116 2002-05-08 15:35 sghosh
11118 * [r27] plugins/check_ping.c:
11119 patch for Suse 8.0 loss output
11121 2002-05-08 05:10 sghosh
11123 * [r26] plugins-scripts/utils.pm.in:
11124 is_hostname added, update CODES to POSIX
11126 2002-05-08 05:07 sghosh
11128 * [r25] plugins/check_hpjd.c, plugins/check_ups.c:
11131 2002-05-08 05:04 sghosh
11133 * [r24] configure.in:
11134 updated messages and check for host command
11136 2002-05-08 04:58 sghosh
11138 * [r23] plugins-scripts/Makefile.am,
11139 plugins-scripts/check_ifstatus.pl:
11140 moved updated check_ifstatus to standard plugin
11142 2002-05-07 05:35 sghosh
11144 * [r22] plugins-scripts/check_breeze.pl,
11145 plugins-scripts/check_flexlm.pl, plugins-scripts/check_ircd.pl,
11146 plugins-scripts/check_netdns.pl, plugins-scripts/check_ntp.pl,
11147 plugins-scripts/check_wave.pl:
11150 2002-05-02 16:43 sghosh
11152 * [r21] plugins-scripts/check_breeze.pl,
11153 plugins-scripts/check_disk_smb.pl,
11154 plugins-scripts/check_flexlm.pl, plugins-scripts/check_ircd.pl,
11155 plugins-scripts/check_netdns.pl, plugins-scripts/check_ntp.pl,
11156 plugins-scripts/check_rpc.pl, plugins-scripts/check_wave.pl:
11157 fix for embedded perl
11159 2002-05-02 16:22 sghosh
11161 * [r20] tools/README, tools/mini_epn.c, tools/p1.pl:
11162 updated mini_epn and p1.pl added to plugins distribution
11164 2002-05-01 21:12 sghosh
11166 * [r19] contrib/tarballs/fetchlog-0.92.tar.gz:
11167 remote log check (via snmp possible) by Alexander Haderer
11169 2002-04-29 02:58 kdebisschop
11171 * [r18] plugins/getopt.h:
11172 failed to carry over from old plugins, listed in EXTRA_DIST,
11175 2002-04-23 12:50 sghosh
11177 * [r17] plugins/check_ping.c:
11178 corrected program name and added rtt patch for RH7.2+beta
11180 2002-04-18 21:59 egalstad
11182 * [r16] contrib/check_inodes.pl:
11183 add check_inodes contrib plugin by John Jolet
11185 2002-04-18 04:38 egalstad
11187 * [r15] configure.in:
11188 configure script patch for ping syntax
11190 2002-04-07 05:13 sghosh
11192 * [r14] contrib/check_backup.pl, contrib/check_dl_size.pl:
11193 plugins from Patrick Greenwell
11195 2002-04-05 22:22 sghosh
11197 * [r13] acconfig.h:
11198 This commit was generated by cvs2svn to compensate for changes in
11199 r12, which included commits to RCS files with non-trunk default
11202 2002-04-05 22:19 sghosh
11204 * [r11] contrib/tarballs/check_spread.tar:
11205 plugin to check spread messaging toolkit
11207 2002-04-03 02:58 sghosh
11209 * [r10] contrib/check_oracle_instance.pl:
11210 from Sven Dolderer - check oracle instance
11212 2002-04-03 02:56 sghosh
11214 * [r9] plugins-scripts/check_nfs.pl:
11215 check_nfs functionality exists in check_rpc
11217 2002-03-18 05:15 sghosh
11219 * [r8] plugins-scripts/subst.in:
11220 function to update perl plugin scripts to find utils.pm
11222 2002-03-01 02:53 egalstad
11224 * [r7] plugins, plugins/.cvsignore, plugins/config.h.in:
11227 2002-03-01 02:42 egalstad
11229 * [r6] contrib/check_breeze.pl, contrib/check_dhcp.c,
11230 contrib/check_flexlm.pl, contrib/check_hltherm.c,
11231 contrib/check_hprsc.pl, contrib/check_ipxping.c,
11232 contrib/check_memory.tgz, contrib/check_mysql.c,
11233 contrib/check_uptime.c, contrib/check_wave.pl,
11234 contrib/readme.txt, contrib/tarballs/berger-ping.tar.gz,
11235 contrib/tarballs/bowen-langley_plugins.tar.gz,
11236 contrib/tarballs/check_bgp-1.0.tar.gz,
11237 contrib/tarballs/check_breeze.tar.gz,
11238 contrib/tarballs/check_flexlm.tar.gz,
11239 contrib/tarballs/check_hltherm.tar.gz,
11240 contrib/tarballs/check_hprsc.tar.gz,
11241 contrib/tarballs/check_memory.tgz,
11242 contrib/tarballs/check_radius.tar.gz,
11243 contrib/tarballs/check_wave.tar.gz,
11244 contrib/tarballs/hopcroft-plugins.tar.gz,
11245 contrib/tarballs/radius.tar.gz, plugins, plugins/.cvsignore,
11246 plugins/config.h.in:
11247 Contrib plugin cleanup
11249 2002-02-28 06:42 egalstad
11251 * [r2] ., .cvsignore, AUTHORS, CODING, COPYING, ChangeLog, FAQ,
11252 Helper.pm, INSTALL, LEGAL, Makefile.am, NEWS, README,
11253 REQUIREMENTS, ROADMAP, Requirements, acconfig.h, aclocal.m4,
11254 command.cfg.in, configure.in, contrib, contrib/aix,
11255 contrib/aix/check_crit_dsk, contrib/aix/check_dsk,
11256 contrib/aix/check_failed, contrib/aix/check_io,
11257 contrib/aix/check_kerberos, contrib/aix/check_ping,
11258 contrib/aix/check_queue, contrib/aix/pg_stat,
11259 contrib/check_apache.pl, contrib/check_apc_ups.pl,
11260 contrib/check_bgpstate.pl, contrib/check_dhcp.c,
11261 contrib/check_dlswcircuit.pl, contrib/check_dns_random.pl,
11262 contrib/check_email_loop.pl, contrib/check_fping_in.c,
11263 contrib/check_ftpget.pl, contrib/check_ifoperstatus.pl,
11264 contrib/check_ifstatus.pl, contrib/check_ipxping.c,
11265 contrib/check_joy.sh, contrib/check_maxchannels.pl,
11266 contrib/check_maxwanstate.pl, contrib/check_mem.pl,
11267 contrib/check_memory.tgz, contrib/check_mysql.c,
11268 contrib/check_mysql.pl, contrib/check_nagios.pl,
11269 contrib/check_netapp.pl, contrib/check_nmap.py,
11270 contrib/check_nwstat.pl, contrib/check_ora_table_space.pl,
11271 contrib/check_pop3.pl, contrib/check_qmailq.pl,
11272 contrib/check_rrd_data.pl, contrib/check_sap.sh,
11273 contrib/check_sockets.pl, contrib/check_timeout.c,
11274 contrib/check_uptime.c, contrib/checkciscotemp.pl,
11275 contrib/maser-oracle.pl, contrib/mrtgext.pl, contrib/readme.txt,
11276 contrib/restrict.pl, contrib/tarballs,
11277 contrib/tarballs/berger-ping.tar.gz,
11278 contrib/tarballs/bowen-langley_plugins.tar.gz,
11279 contrib/tarballs/check_bgp-1.0.tar.gz,
11280 contrib/tarballs/check_breeze.tar.gz,
11281 contrib/tarballs/check_flexlm.tar.gz,
11282 contrib/tarballs/check_hltherm.tar.gz,
11283 contrib/tarballs/check_hprsc.tar.gz,
11284 contrib/tarballs/check_radius.tar.gz,
11285 contrib/tarballs/check_wave.tar.gz,
11286 contrib/tarballs/hopcroft-plugins.tar.gz,
11287 contrib/tarballs/radius.tar.gz, contrib/urlize.pl,
11288 contrib/utils.py, install-sh, make-tarball, missing,
11289 mkinstalldirs, nagios-plugins.spec, opttest.pl, package.def,
11290 plugins, plugins-scripts, plugins-scripts/.cvsignore,
11291 plugins-scripts/Makefile.am, plugins-scripts/check_breeze.pl,
11292 plugins-scripts/check_disk_smb.pl,
11293 plugins-scripts/check_flexlm.pl, plugins-scripts/check_ircd.pl,
11294 plugins-scripts/check_log.sh, plugins-scripts/check_netdns.pl,
11295 plugins-scripts/check_nfs.pl, plugins-scripts/check_ntp.pl,
11296 plugins-scripts/check_oracle.sh, plugins-scripts/check_rpc.pl,
11297 plugins-scripts/check_sensors.sh, plugins-scripts/check_wave.pl,
11298 plugins-scripts/subst.in, plugins-scripts/t,
11299 plugins-scripts/t/check_rpc.t, plugins-scripts/utils.pm.in,
11300 plugins-scripts/utils.sh.in, plugins/.cvsignore,
11301 plugins/Makefile.am, plugins/check_by_ssh.c, plugins/check_dig.c,
11302 plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c,
11303 plugins/check_fping.c, plugins/check_ftp.c, plugins/check_game.c,
11304 plugins/check_hpjd.c, plugins/check_http.c,
11305 plugins/check_ide-smart.c, plugins/check_imap.c,
11306 plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c,
11307 plugins/check_mrtgtraf.c, plugins/check_mysql.c,
11308 plugins/check_nagios.c, plugins/check_nntp.c, plugins/check_nt.c,
11309 plugins/check_nwstat.c, plugins/check_overcr.c,
11310 plugins/check_pgsql.c, plugins/check_ping.c, plugins/check_pop.c,
11311 plugins/check_procs.c, plugins/check_radius.c,
11312 plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c,
11313 plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c,
11314 plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c,
11315 plugins/check_users.c, plugins/check_vsz.c, plugins/common.h.in,
11316 plugins/getopt.c, plugins/getopt1.c, plugins/netutils.c,
11317 plugins/netutils.h.in, plugins/popen.c, plugins/popen.h.in,
11318 plugins/snprintf.c, plugins/t, plugins/t/check_disk.t,
11319 plugins/t/check_dns.t, plugins/t/check_fping.t,
11320 plugins/t/check_ftp.t, plugins/t/check_hpjd.t,
11321 plugins/t/check_http.t, plugins/t/check_imap.t,
11322 plugins/t/check_load.t, plugins/t/check_mysql.t,
11323 plugins/t/check_ping.t, plugins/t/check_pop.t,
11324 plugins/t/check_procs.t, plugins/t/check_smtp.t,
11325 plugins/t/check_snmp.t, plugins/t/check_swap.t,
11326 plugins/t/check_tcp.t, plugins/t/check_time.t,
11327 plugins/t/check_udp.t, plugins/t/check_users.t,
11328 plugins/t/check_vsz.t, plugins/tests, plugins/tests/check_disk,
11329 plugins/tests/check_dns, plugins/tests/check_ftp,
11330 plugins/tests/check_hpjd, plugins/tests/check_http,
11331 plugins/tests/check_load, plugins/tests/check_ping,
11332 plugins/tests/check_procs, plugins/tests/check_swap,
11333 plugins/tests/check_users, plugins/tests/check_vsz,
11334 plugins/urlize.c, plugins/utils.c, plugins/utils.h.in,
11335 plugins/version.h.in, rpm, subst.in, subst.sh, test.pl.in, tools,
11336 tools/setup, tools/tango:
11342 New repository initialized by cvs2svn.