summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2007-09-29 00:44:36 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2007-09-29 00:44:36 (GMT)
commit0063fb1abf0810377a836df20eb2ac59c5e9233f (patch)
tree3000fe4b532f0d1b9fe46924db7f99f1018a92f1
parentfaf593d23a7c4c09143373053106f61da3265384 (diff)
downloadmonitoring-plugins-0063fb1abf0810377a836df20eb2ac59c5e9233f.tar.gz
Prep for 1.4.10release-1.4.10
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1801 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r--BUGS9
-rw-r--r--ChangeLog10174
-rw-r--r--NEWS2
-rw-r--r--configure.in2
-rw-r--r--package.def2
5 files changed, 5818 insertions, 4371 deletions
diff --git a/BUGS b/BUGS
index 3a7dfa5..86a046e 100644
--- a/BUGS
+++ b/BUGS
@@ -6,20 +6,17 @@ For the 1.4.9 release:
6 6
71724055 - check_dns: does not sort address data 71724055 - check_dns: does not sort address data
81681516 - output too verbose for various checks 81681516 - output too verbose for various checks
91637767 - check_ping on FreeBSD 5.4 fails 91670261 - check_snmp might require snmpget with LD_LIBRARY_PATH
101595449 - check_procs bus error on Solaris 8,9,10 101569488 - check_ifoperstatus.pl: -n option does't work (help required!)
111541340 - check_procs won't execute on Solaris 9 x86
121523748 - check_disk should error if warn range is subset of critical 111523748 - check_disk should error if warn range is subset of critical
131498923 - check_ldap build error on Solaris 9 121498923 - check_ldap build error on Solaris 9
141480574 - check_disk missing -lm on Solaris 131480574 - check_disk missing -lm on Solaris
151478287 - check_dns fails with CNAMEs 141478287 - check_dns fails with CNAMEs
161469468 - signal handler in popen.c is broken 151469468 - signal handler in popen.c is broken
171466426 - check_ldaps doesn't default to port 636
181447642 - check_ping segfault on Sol 10
191381604 - Perlsec breaks any perl plugin with perl 5.8.x 161381604 - Perlsec breaks any perl plugin with perl 5.8.x
201373801 - check_ping timeout on Mandrake 10.1 171373801 - check_ping timeout on Mandrake 10.1
211370031 - check_disk_smb requires DNS agree with NetBIOS names 181370031 - check_disk_smb requires DNS agree with NetBIOS names
221291987 - urlize useragent does not work 191250982 - check_postgresql: configure test for -lcrypto on OpenBSD
231225470 - check_swap perf data incorrect 201225470 - check_swap perf data incorrect
241108499 - check_ping with -U on Debian fails 211108499 - check_ping with -U on Debian fails
251090549 - check_dhcp ignores DHCP replies 221090549 - check_dhcp ignores DHCP replies
diff --git a/ChangeLog b/ChangeLog
index f09fc50..ff71957 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,572 +1,1102 @@
12007-06-03 16:58 psychotrahe 12007-09-26 10:57 hweiss
2 2
3 * lib/tests/test_tcp.c: Minor corrections to test_tcp.c 3 * [r1800] NEWS, plugins/check_radius.c:
4 Drop the weird and undocumented behaviour of using positional
5 argument
6 parsing instead of getopt(3) if 8 command line arguments were
7 given (as
8 suggested by Matthias) and check whether all required arguments
9 have
10 been specified in order to spit out proper error messages and to
11 avoid a
12 possible segfault (as suggested by Thomas).
4 13
52007-06-03 16:14 psychotrahe 142007-09-26 04:16 dermoth
6 15
7 * lib/tests/Makefile.am: Makefile.am changes for test_tcp.c 16 * [r1799] NEWS, THANKS.in, plugins/check_ntp.c:
17 Patch #1798774: check_ntp: honor ntp flags
8 18
92007-06-03 16:00 psychotrahe 192007-09-24 19:34 tonvoon
10 20
11 * configure.in, lib/tests/test_tcp.c, lib/tests/.cvsignore, 21 * [r1798] perlmods, perlmods/Nagios-Plugin-0.20.tar.gz,
12 lib/tests/test_tcp.t: Added test cases for utils_tcp 22 perlmods/Nagios-Plugin-0.21.tar.gz:
23 Update N::P with new version, redirecting help, version and usage
24 to
25 stdout
13 26
142007-06-03 15:40 psychotrahe 272007-09-24 18:51 tonvoon
15 28
16 * lib/utils_tcp.c, lib/utils_tcp.h, lib/Makefile.am, 29 * [r1796] doc/developer-guidelines.sgml:
17 plugins/check_tcp.c, NEWS: Moved check_tcp's expect string 30 State that stderr should not have any output
18 testing into utils_tcp for testing purposes. Added -A/--all flag
19 to test for every expect string passed.
20 31
212007-06-02 00:11 hweiss 322007-09-24 00:30 hweiss
22 33
23 * BUGS, NEWS: Fix possible check_http segfaults when following HTTP 34 * [r1794] NEWS, configure.in, plugins/netutils.c:
24 redirects. 35 Let ./configure --without-ipv6 suppress non-IPv4 DNS lookups
36 (noted by
37 Mark Frost on nagios-users@)
25 38
262007-06-02 00:08 hweiss 392007-09-23 12:29 psychotrahe
27 40
28 * plugins/check_http.c: Fix an off-by-one error where a realloc(3) 41 * [r1793] plugins/check_disk.c, plugins/negate.c:
29 call doesn't allocate space for nul-termination (Aravind 42 Removed some c99 style comments
30 Gottipati - 1729692)
31 43
322007-06-01 23:57 hweiss 442007-09-23 12:26 psychotrahe
33 45
34 * plugins/sslutils.c: Call the SSL library initialization functions 46 * [r1792] NEWS, plugins/check_by_ssh.c:
35 only once (not for every SSL connection). 47 Added multiline output capability to check_by_ssh. Thanks to
48 Matthias Flacke (#1769653)
36 49
372007-06-01 18:06 hweiss 502007-09-23 11:18 psychotrahe
38 51
39 * plugins/sslutils.c: Save an entire CPU cycle if c points to NULL 52 * [r1791] BUGS:
40 already. 53 removed solved issues
41 54
422007-06-01 17:42 hweiss 552007-09-23 11:03 psychotrahe
43 56
44 * plugins/sslutils.c: Set the pointers to the SSL and SSL_CTX 57 * [r1790] REQUIREMENTS:
45 objects back to NULL after freeing them in np_net_ssl_cleanup(). 58 Added radiusclient-ng support to requirement notes
46 This fixes a check_http segfault if an SSL site redirects to a
47 non-SSL one (reported by Aravind Gottipati via IRC).
48 59
492007-05-29 21:01 psychotrahe 602007-09-23 10:58 psychotrahe
50 61
51 * plugins/check_tcp.c: Fix segfault when -e is specified multiple 62 * [r1789] NEWS, plugins/check_disk.c:
52 times. Thanks to John Rouillard and Ralph Roessner (#1475899) 63 Fixed bug: stat was called on remote fs even if -l was given
64 Added -L option to call stat on remote fs but without threshold
65 comparison
53 66
542007-05-29 20:11 psychotrahe 672007-09-23 09:48 psychotrahe
55 68
56 * plugins/check_tcp.c: No more warn/crit values in performance data 69 * [r1788] NEWS, THANKS.in, configure.in, plugins/check_radius.c:
57 if -w and -c are not specified. Thanks to Simon Bellwood 70 Added radiusclient-ng support for check_radius. Thanks to
58 (#1181554) 71 Sebastien Guay (#1218438)
59 72
602007-05-29 06:22 dermoth 732007-09-22 17:48 psychotrahe
61 74
62 * NEWS, plugins/check_snmp.c: check_snmp don't warn anymore if 75 * [r1787] lib/utils_disk.c, lib/utils_tcp.c, plugins/check_disk.c:
63 something is printed on stderr 76 substituted bool/true/false with int/TRUE/FALSE (discussed on
77 np-devel)
64 78
652007-05-29 05:25 dermoth 792007-09-22 17:40 psychotrahe
66 80
67 * plugins/check_snmp.c: change a bunch of whitespaces (no code was 81 * [r1786] NEWS, lib/tests/test_disk.c, lib/utils_disk.c,
68 harmed) 82 lib/utils_disk.h, plugins/check_disk.c, plugins/t/check_disk.t:
83 Added -i/-I to ignore pathes/partitions based on regular
84 expressions
85 Added check_disk -A selecting all filesystems
86 -E option must now be passed before -p or -r/-R
87 Passing -E after -p or -r results in UNKNOWN state
88 Fixed bug when mixing case sensitive and insensitive regexes
69 89
702007-05-27 15:49 psychotrahe 902007-09-22 03:00 dermoth
71 91
72 * THANKS.in, plugins-scripts/check_oracle.sh: check_oracle does not 92 * [r1785] NEWS, plugins/negate.c, plugins/t/negate.t:
73 need a valid ORACLE_HOME if called with --db. Thanks to Jason 93 Rewrite the "map changes to return codes" patch nearly from
74 Martin (#1505551) 94 scratch.
75 95
762007-05-27 14:46 seanius 962007-09-21 23:01 tonvoon
77 97
78 * lib/utils_base.c, lib/utils_base.h, plugins-root/check_dhcp.c, 98 * [r1784] NEWS, configure.in, lib/Makefile.am,
79 plugins-root/check_icmp.c: added functions to utils_base: 99 lib/tests/Makefile.am, lib/tests/test_cmd.c,
100 lib/tests/test_cmd.t, lib/utils_cmd.c, lib/utils_cmd.h,
101 plugins/Makefile.am, plugins/negate.c, plugins/t/negate.pl,
102 plugins/t/negate.t:
103 Stop double expansion of parameters for negate - works like
104 time command now
105
1062007-09-21 05:05 dermoth
107
108 * [r1783] plugins/check_disk.c:
109 My solaris box needs %llu to display 64bits integers.
110
1112007-09-21 04:59 dermoth
112
113 * [r1782] plugins/check_disk.c:
114 - Added some variables at verbose==3
115 - Removed support for verbose<0 (-q). -q was broken and tried to
116 to the same as -e.
117 - -q in now an undocumented alias of -e (for
118 backward-compatibility).
119 NB: Long help text for -d was already missing.
120 - Reordered the switches so that:
121   a. less-important ones are in alphabetical order
122 b. short and long help orders match.
123 - Enclosed "-p | -x" inside braces instead of brackets as one or
124 the other is required.
125
1262007-09-17 08:19 tonvoon
127
128 * [r1781] Makefile.am:
129 Include directories and files required for perl modules
130
1312007-09-15 14:25 hweiss
132
133 * [r1780] NEWS, plugins/check_smtp.c:
134 Properly handle SMTP server responses which are split into
135 multiple
136 packets (noted by Chris Adams on nagiosplug-help@). TODO: The new
137 recvline()/recvlines() functions should buffer received data
138 instead of
139 reading one byte at a time and they should be moved to netutils.c
140 so
141 that other plugins can use them, too.
142
1432007-09-15 11:55 hweiss
144
145 * [r1779] NEWS, plugins-root/check_icmp.c:
146 Correct all instances of misaligned memory access. This fixes bus
147 erros
148 on platforms which require alignment (such as SPARC and MIPS).
149
1502007-09-15 11:34 hweiss
151
152 * [r1778] tools/devmode:
153 Remove "-Wtraditional" from our development GCC flags. We use
154 ANSI C.
155
1562007-09-13 11:36 tonvoon
157
158 * [r1777] Makefile.am, configure.in, perlmods,
159 perlmods/Class-Accessor-0.31.tar.gz,
160 perlmods/Config-Tiny-2.10.tar.gz, perlmods/Makefile.am,
161 perlmods/Math-Calc-Units-1.06.tar.gz,
162 perlmods/Nagios-Plugin-0.20.tar.gz,
163 perlmods/Params-Validate-0.88.tar.gz,
164 perlmods/Test-Simple-0.70.tar.gz, perlmods/install_order,
165 tools/build_perl_modules:
166 Adding in optional Nagios::Plugin perl module (and
167 dependencies) compilation and installation
168
1692007-08-28 03:19 dermoth
170
171 * [r1771] contrib/check_apc_ups.pl, contrib/check_appletalk.pl,
172 contrib/check_linux_raid.pl, contrib/check_snmp_procs.pl:
173 These plugins assumed the "use lib util.pm;" would be substituted
174 like standard Perl plugins (in plugins-scripts) which isn't the
175 case in contrib. I changed the "use lib" line to use the default
176 path. People using custom paths will have to change it manually.
177
1782007-08-09 12:32 hweiss
179
180 * [r1770] plugins/check_disk.c:
181 Don't use C++ style comments (noted by Johannes Kingma on
182 nagiosplug-help@)
183
1842007-07-31 14:47 hweiss
185
186 * [r1769] plugins/check_smtp.c:
187 Read the response to an SMTP QUIT command before closing the
188 socket
189 (noted by Dieter Hendricks on nagiosplug-help@)
190
1912007-07-29 12:42 hweiss
192
193 * [r1768] lib/utils_base.c:
194 Don't use C++ style comments.
195
1962007-07-27 15:49 hweiss
197
198 * [r1767] tools/tinderbox_build:
199 If the TMPDIR environment variable is set, use that instead of
200 "/tmp" as
201 the installation directory.
202
2032007-07-26 17:32 hweiss
204
205 * [r1766] NEWS, plugins-root/check_dhcp.c:
206 The "--serverip" and "--requestedip" options now accept host
207 names, too.
208 This doesn't quite fit the option names and so far I haven't
209 changed the
210 "--help" output which currently only talks about IP addresses.
211 However,
212 I don't see why resolving host names should not be supported.
213
214 Also note that for the moment, I added a quick'n'dirty
215 resolve_host()
216 function which should really go into netutils.c. I just wanted to
217 think
218 about its interface a bit more before providing such a function
219 globally.
220
2212007-07-26 12:38 hweiss
222
223 * [r1765] NEWS, plugins-root/check_dhcp.c:
224 New "-m, --mac" option which allows for specifying the MAC
225 address to
226 use in the DHCP request.
227
2282007-07-26 00:46 hweiss
229
230 * [r1764] plugins-root/check_dhcp.c:
231 Make sure strncpy(3)d buffers are nul-terminated.
232
2332007-07-26 00:07 hweiss
234
235 * [r1763] plugins-root/check_dhcp.c:
236 A few minor fixes/improvements which were included with (but
237 unrelated
238 to) the "--unicast" patch (Andreas Ericsson and Heiti Ernits -
239 1218235)
240
2412007-07-26 00:02 hweiss
242
243 * [r1762] NEWS, THANKS.in, configure.in, plugins-root/check_dhcp.c:
244 New "-u, --unicast" option which gives check_dhcp the ability to
245 mimic a
246 DHCP relay server in order to check remote subnets (Heiti Ernits
247 and
248 Andreas Ericsson - 1218235)
249
2502007-07-24 00:35 tonvoon
251
252 * [r1761] .cvsignore, build-aux/.cvsignore, doc/.cvsignore,
253 gl/.cvsignore, intl/.cvsignore, lib/.cvsignore,
254 lib/tests/.cvsignore, m4/.cvsignore, pkg/solaris/.cvsignore,
255 plugins-root/.cvsignore, plugins-scripts/.cvsignore,
256 plugins/.cvsignore, plugins/t/.cvsignore, po/.cvsignore:
257 Removing all .cvsignore files
258
2592007-07-24 00:35 tonvoon
260
261 * [r1760] tools/sfsnapshot, tools/sfwebcron:
262 Updated to use svn instead of cvs
263
2642007-07-21 16:29 hweiss
265
266 * [r1759] NEWS, plugins/check_http.c:
267 Add "Connection: close" to the HTTP request header, which tells
268 HTTP/1.1
269 servers to close the connection after completion of the response.
270 This
271 should be compatible with HTTP/1.0, as HTTP/1.0 allows for custom
272 header
273 fields which should be ignored if not recognized by the server.
274 With
275 some server configurations, the server would keep the connection
276 alive
277 without this header line (despite the plugin requesting
278 HTTP/1.0),
279 resulting in the plugin running into either the server's or it's
280 own
281 timeout (reported by Roman Schliessmeyer and Jesse Morgan via
282 IRC).
283
2842007-07-15 15:21 psychotrahe
285
286 * [r1758] THANKS.in, plugins/check_procs.c:
287 Make ps column count in zombie detection less restrictive. Thanks
288 to Andrew Elwell (#1280470)
289
2902007-07-14 19:36 psychotrahe
291
292 * [r1757] THANKS.in, plugins/check_smtp.c:
293 Fixed segfault in argument processing. Thanks to Christoph Schell
294 (#1742066)
295
2962007-07-14 18:30 psychotrahe
297
298 * [r1756] THANKS.in, plugins/check_ntp.c:
299 check_ntp: Fixed typo in typo in argument sanity check. Thanks to
300 Aurelien Bompard (#1753506)
301
3022007-07-10 20:45 psychotrahe
303
304 * [r1755] NEWS, plugins/check_disk.c:
305 Added examples for new features to check_disk
306
3072007-07-10 20:18 psychotrahe
308
309 * [r1754] NEWS, plugins/check_disk.c, plugins/t/check_disk.t:
310 Check_disk now calls stat() for all filesystems to check.
311 Check_disk prints an strerror() message if the call of stat()
312 fails.
313
3142007-07-07 22:20 psychotrahe
315
316 * [r1753] plugins/check_ldap.c:
317 Added -v/--verbose argument to call ldap_perror() for detailed
318 messages on failure.
319
3202007-07-07 12:02 psychotrahe
321
322 * [r1752] plugins/utils.c:
323 Changed output order of print_revision
324 print_revision now uses clean_revstring
325
3262007-07-07 11:55 psychotrahe
327
328 * [r1751] plugins-scripts/utils.pm.in:
329 Changed print_revision output order in utils.pm
330
3312007-07-07 11:54 psychotrahe
332
333 * [r1750] plugins-scripts/check_file_age.pl:
334 substituted $ID$ through $Revision$ in print_revision call
335
3362007-07-07 11:40 psychotrahe
337
338 * [r1749] plugins-scripts/check_log.sh,
339 plugins-scripts/check_oracle.sh, plugins-scripts/utils.sh.in:
340 Changed order in -V/--version output
341 Fixed -V output for check_log and check_oracle
342
3432007-07-06 23:03 psychotrahe
344
345 * [r1748] doc/developer-guidelines.sgml:
346 Added hint to avoid using the boolean type in C as discussed on
347 the devel list
348
3492007-06-20 11:09 psychotrahe
350
351 * [r1747] plugins/check_ldap.c:
352 Fixed default behaviour of check_ldaps
353
3542007-06-20 11:00 psychotrahe
355
356 * [r1746] NEWS, plugins/check_ldap.c:
357 Clarified check_ldaps behaviour. New arguments to explicitly
358 select secure connect behaviour (--starttls/--ssl).
359
3602007-06-20 09:01 psychotrahe
361
362 * [r1745] plugins/check_cluster.c:
363 added -V/--version to check_cluster
364
3652007-06-18 20:20 psychotrahe
366
367 * [r1744] REQUIREMENTS, configure.in, plugins, plugins/.cvsignore:
368 Make Linux specific plugin check_ide_smart build if appropriate
369 headers are found
370
3712007-06-17 19:34 hweiss
372
373 * [r1743] plugins/check_http.c:
374 Minor fixes.
375
3762007-06-17 19:22 hweiss
377
378 * [r1742] NEWS, plugins/check_http.c:
379 Fix buffer overflow vulnerabilities when parsing HTTP redirect
380 'Location:' strings using sscanf(3) (Nobuhiro Ban - 1687867)
381
3822007-06-15 18:37 hweiss
383
384 * [r1741] plugins/check_http.c:
385 When following redirects, the plugin supported 'Location:' header
386 fields
387 which spanned multiple lines. However, it was not checked whether
388 extra
389 lines are preceeded with white space, which could lead to the
390 following
391 header field name being interpreted as the value of the
392 'Location:'
393 field if the latter was empty for some reason.
394
3952007-06-15 18:31 hweiss
396
397 * [r1740] plugins/check_http.c:
398 `host_name' is a NULL pointer if the "-I" flag is used instead of
399 "-H",
400 so use `server_address' instead. Fixes a possible segfault when
401 following redirects to relative URLs (reported by Ingo
402 Lantschner).
403
4042007-06-13 09:43 psychotrahe
405
406 * [r1739] plugins/check_ide_smart.c:
407 Fixed some syntax errors to make check_ide_smart build
408
4092007-06-12 23:18 hweiss
410
411 * [r1738] plugins/check_by_ssh.c:
412 Add "-v" to help/usage output.
413
4142007-06-12 07:13 psychotrahe
415
416 * [r1737] plugins/popen.c:
417 Removed debug line
418
4192007-06-11 20:54 psychotrahe
420
421 * [r1736] THANKS.in, plugins/popen.c:
422 Fixed problem with popen.c not parsing --longopt='foo bar'
423 correctly (Daniel Bimschas #1291987)
424
4252007-06-04 09:07 tonvoon
426
427 * [r1735] THANKS.in:
428 Removed duplicate names
429
4302007-06-04 08:58 tonvoon
431
432 * [r1733] BUGS, ChangeLog, NEWS, configure.in, package.def:
433 For 1.4.9 release
434
4352007-06-03 15:58 psychotrahe
436
437 * [r1732] lib/tests/test_tcp.c:
438 Minor corrections to test_tcp.c
439
4402007-06-03 15:14 psychotrahe
441
442 * [r1731] lib/tests/Makefile.am:
443 Makefile.am changes for test_tcp.c
444
4452007-06-03 15:00 psychotrahe
446
447 * [r1730] configure.in, lib/tests, lib/tests/.cvsignore,
448 lib/tests/test_tcp.c, lib/tests/test_tcp.t:
449 Added test cases for utils_tcp
450
4512007-06-03 14:40 psychotrahe
452
453 * [r1729] NEWS, lib/Makefile.am, lib/utils_tcp.c, lib/utils_tcp.h,
454 plugins/check_tcp.c:
455 Moved check_tcp's expect string testing into utils_tcp for
456 testing purposes.
457 Added -A/--all flag to test for every expect string passed.
458
4592007-06-01 23:11 hweiss
460
461 * [r1728] BUGS, NEWS:
462 Fix possible check_http segfaults when following HTTP redirects.
463
4642007-06-01 23:08 hweiss
465
466 * [r1727] plugins/check_http.c:
467 Fix an off-by-one error where a realloc(3) call doesn't allocate
468 space
469 for nul-termination (Aravind Gottipati - 1729692)
470
4712007-06-01 22:57 hweiss
472
473 * [r1726] plugins/sslutils.c:
474 Call the SSL library initialization functions only once (not for
475 every
476 SSL connection).
477
4782007-06-01 17:06 hweiss
479
480 * [r1725] plugins/sslutils.c:
481 Save an entire CPU cycle if c points to NULL already.
482
4832007-06-01 16:42 hweiss
484
485 * [r1724] plugins/sslutils.c:
486 Set the pointers to the SSL and SSL_CTX objects back to NULL
487 after
488 freeing them in np_net_ssl_cleanup(). This fixes a check_http
489 segfault
490 if an SSL site redirects to a non-SSL one (reported by Aravind
491 Gottipati
492 via IRC).
493
4942007-05-29 20:01 psychotrahe
495
496 * [r1723] plugins/check_tcp.c:
497 Fix segfault when -e is specified multiple times. Thanks to John
498 Rouillard and Ralph Roessner (#1475899)
499
5002007-05-29 19:11 psychotrahe
501
502 * [r1722] plugins/check_tcp.c:
503 No more warn/crit values in performance data if -w and -c are not
504 specified.
505 Thanks to Simon Bellwood (#1181554)
506
5072007-05-29 05:22 dermoth
508
509 * [r1721] NEWS, plugins/check_snmp.c:
510 check_snmp don't warn anymore if something is printed on stderr
511
5122007-05-29 04:25 dermoth
513
514 * [r1720] plugins/check_snmp.c:
515 change a bunch of whitespaces (no code was harmed)
516
5172007-05-27 14:49 psychotrahe
518
519 * [r1719] THANKS.in, plugins-scripts/check_oracle.sh:
520 check_oracle does not need a valid ORACLE_HOME if called with
521 --db. Thanks to Jason Martin (#1505551)
522
5232007-05-27 13:46 seanius
524
525 * [r1718] lib/utils_base.c, lib/utils_base.h,
526 plugins-root/check_dhcp.c, plugins-root/check_icmp.c:
527 added functions to utils_base:
80 np_check_if_root() - returns nonzero if geteuid()==0 528 np_check_if_root() - returns nonzero if geteuid()==0
81 np_warn_if_not_root() - uses the above to print an informative 529 np_warn_if_not_root() - uses the above to print an informative
82 warning added uses of these functions to check_dhcp and 530 warning
83 check_icmp. 531 added uses of these functions to check_dhcp and check_icmp.
84 532
852007-05-24 09:53 tonvoon 5332007-05-24 08:53 tonvoon
86 534
87 * plugins/t/negate.pl: Test for new functionality in negate (not 535 * [r1717] plugins/t/negate.pl:
88 automatically run in make test) 536 Test for new functionality in negate (not automatically run in
537 make test)
89 538
902007-05-24 09:35 tonvoon 5392007-05-24 08:35 tonvoon
91 540
92 * plugins/: check_dummy.c, t/check_dummy.t: Tests for check_dummy 541 * [r1716] plugins/check_dummy.c, plugins/t/check_dummy.t:
542 Tests for check_dummy
93 543
942007-05-23 09:22 dermoth 5442007-05-23 08:22 dermoth
95 545
96 * plugins/check_http.c, po/de.po, po/fr.po, NEWS, 546 * [r1715] NEWS, plugins/check_http.c, po/de.po, po/fr.po,
97 po/nagios-plugins.pot: Update many strings in check_http to get 547 po/nagios-plugins.pot:
98 more consistent output Update translation files; fix all 548 Update many strings in check_http to get more consistent output
99 check_http changes in French and most changes in German. 549 Update translation files; fix all check_http changes in French
550 and most changes in German.
100 551
1012007-05-18 08:17 dermoth 5522007-05-18 07:17 dermoth
102 553
103 * plugins/t/check_tcp.t: Make check_tcp.t compatible with picky web 554 * [r1714] plugins/t/check_tcp.t:
104 servers. 555 Make check_tcp.t compatible with picky web servers.
105 556
1062007-05-13 21:02 hweiss 5572007-05-13 20:02 hweiss
107 558
108 * plugins/check_http.c: Add missing options to the usage output. 559 * [r1713] plugins/check_http.c:
560 Add missing options to the usage output.
109 561
1102007-05-13 13:28 psychotrahe 5622007-05-13 12:28 psychotrahe
111 563
112 * THANKS.in, plugins-root/check_dhcp.c: check_dhcp now adds 564 * [r1712] THANKS.in, plugins-root/check_dhcp.c:
113 mandatory end option (Thanks to Enrico Scholz - #1675306) 565 check_dhcp now adds mandatory end option (Thanks to Enrico Scholz
566 - #1675306)
114 567
1152007-05-12 08:45 psychotrahe 5682007-05-12 07:45 psychotrahe
116 569
117 * plugins/check_cluster.c: Fixed glibc error caused in utils_base.c 570 * [r1711] plugins/check_cluster.c:
118 due to uninitialized thresholds struct (spotted on ubundu 6.06 571 Fixed glibc error caused in utils_base.c due to uninitialized
119 LTS). 572 thresholds struct (spotted on ubundu 6.06 LTS).
120 573
1212007-05-12 01:49 tonvoon 5742007-05-12 00:49 tonvoon
122 575
123 * ABOUT-NLS, configure.in, build-aux/mkinstalldirs: Updating 576 * [r1710] ABOUT-NLS, build-aux/mkinstalldirs, configure.in:
124 gettext files from coreutils-6.9. mkinstalldirs needs to be in 577 Updating gettext files from coreutils-6.9. mkinstalldirs needs to
578 be in
125 build-aux for some systems without gettext natively. Also have at 579 build-aux for some systems without gettext natively. Also have at
126 top level, though gettext documentation says file not neceesary 580 top level,
581 though gettext documentation says file not neceesary
127 582
1282007-05-09 10:16 psychotrahe 5832007-05-09 09:16 psychotrahe
129 584
130 * plugins/check_ups.c: small typo in --help 585 * [r1709] plugins/check_ups.c:
586 small typo in --help
131 587
1322007-05-09 10:09 psychotrahe 5882007-05-09 09:09 psychotrahe
133 589
134 * THANKS.in, plugins/check_ups.c: Fixed --help output (Ask Bjoern 590 * [r1708] THANKS.in, plugins/check_ups.c:
135 Hansen - #1714823) 591 Fixed --help output (Ask Bjoern Hansen - #1714823)
136 592
1372007-05-09 09:16 psychotrahe 5932007-05-09 08:16 psychotrahe
138 594
139 * plugins/t/check_disk.t: added testcase to verify that old 595 * [r1707] plugins/t/check_disk.t:
140 positional arguments only select one path 596 added testcase to verify that old positional arguments only
597 select one path
141 598
1422007-05-03 21:43 psychotrahe 5992007-05-03 20:43 psychotrahe
143 600
144 * ChangeLog, THANKS.in, plugins/check_disk.c: fixed backward 601 * [r1706] ChangeLog, THANKS.in, plugins/check_disk.c:
145 incompatibility introduced in 1.4.8 where all partitions are 602 fixed backward incompatibility introduced in 1.4.8 where all
146 selected, if path is specified as last argument (without using 603 partitions are selected,
147 -p). Thanks to Emil Michles (Emilis) on #nagios 604 if path is specified as last argument (without using -p).
605 Thanks to Emil Michles (Emilis) on #nagios
148 606
1492007-05-02 11:11 dermoth 6072007-05-02 10:11 dermoth
150 608
151 * tools/distclean: Making Solaris happy 609 * [r1705] tools/distclean:
610 Making Solaris happy
152 611
1532007-05-02 06:30 dermoth 6122007-05-02 05:30 dermoth
154 613
155 * NEWS: /* Nothing */ 614 * [r1704] NEWS:
615 /* Nothing */
156 616
1572007-05-02 06:22 dermoth 6172007-05-02 05:22 dermoth
158 618
159 * plugins/check_time.c, NEWS, THANKS.in: Fix check_time returning 619 * [r1703] NEWS, THANKS.in, plugins/check_time.c:
160 wrong OK when time is before the epoch on some arch 620 Fix check_time returning wrong OK when time is before the epoch
621 on some arch
161 622
1622007-04-28 22:57 psychotrahe 6232007-04-28 21:57 psychotrahe
163 624
164 * plugins/t/check_cluster.t: added test cases for check_cluster 625 * [r1702] plugins/t/check_cluster.t:
626 added test cases for check_cluster
165 627
1662007-04-25 23:21 tonvoon 6282007-04-25 22:21 tonvoon
167 629
168 * tools/tinderbox_build: Test installs into temporary directories 630 * [r1701] tools/tinderbox_build:
631 Test installs into temporary directories
169 632
1702007-04-25 23:10 tonvoon 6332007-04-25 22:10 tonvoon
171 634
172 * configure.in, NEWS, plugins/check_load.c, plugins/common.h, 635 * [r1700] NEWS, configure.in, plugins/check_load.c,
173 plugins/t/check_load.t: check_load can optionally divide by 636 plugins/common.h, plugins/t/check_load.t:
174 number of cpus 637 check_load can optionally divide by number of cpus
175 638
1762007-04-23 08:30 hweiss 6392007-04-23 07:30 hweiss
177 640
178 * plugins/check_ping.c: #ifdef can only test a single macro, not an 641 * [r1699] plugins/check_ping.c:
179 expression. 642 #ifdef can only test a single macro, not an expression.
180 643
1812007-04-20 18:55 hweiss 6442007-04-20 17:55 hweiss
182 645
183 * plugins-root/check_dhcp.c: Remove unused variables. 646 * [r1698] plugins-root/check_dhcp.c:
647 Remove unused variables.
184 648
1852007-04-20 18:46 hweiss 6492007-04-20 17:46 hweiss
186 650
187 * plugins/check_cluster.c: Include "utils_base.h". 651 * [r1697] plugins/check_cluster.c:
652 Include "utils_base.h".
188 653
1892007-04-20 18:45 hweiss 6542007-04-20 17:45 hweiss
190 655
191 * lib/utils_base.h: Declare print_thresholds(). 656 * [r1696] lib/utils_base.h:
657 Declare print_thresholds().
192 658
1932007-04-20 18:39 hweiss 6592007-04-20 17:39 hweiss
194 660
195 * plugins/check_cluster.c: Predeclare functions and remove unused 661 * [r1695] plugins/check_cluster.c:
196 variables. 662 Predeclare functions and remove unused variables.
197 663
1982007-04-20 18:25 hweiss 6642007-04-20 17:25 hweiss
199 665
200 * THANKS.in, plugins-root/check_dhcp.c: Use the 'server identifier' 666 * [r1694] THANKS.in, plugins-root/check_dhcp.c:
201 option instead of the 'siaddr' field as the DHCP server address; 667 Use the 'server identifier' option instead of the 'siaddr' field
202 see RFC 2131, 2. (Denis Knauf - 1667488) 668 as the
669 DHCP server address; see RFC 2131, 2. (Denis Knauf - 1667488)
203 670
2042007-04-19 04:46 dermoth 6712007-04-19 03:46 dermoth
205 672
206 * configure.in, NEWS: Fix compilation of check_ldap, check_radius 673 * [r1693] NEWS, configure.in:
207 and check_pgsql (*ding*) 674 Fix compilation of check_ldap, check_radius and check_pgsql
675 (*ding*)
208 676
2092007-04-18 20:31 hweiss 6772007-04-18 19:31 hweiss
210 678
211 * NEWS, plugins/check_by_ssh.c: Revert my previous change to 679 * [r1692] NEWS, plugins/check_by_ssh.c:
212 "-S/--skip" in favour of the two options "-E/--skip-stderr" and 680 Revert my previous change to "-S/--skip" in favour of the two
213 "-S/--skip-stdout". Both of them support omitting the number of 681 options
214 lines to skip, in which case all output on the respective file 682 "-E/--skip-stderr" and "-S/--skip-stdout". Both of them support
215 descriptor is skipped. "--skip" is kept as an alias for 683 omitting the number of lines to skip, in which case all output on
684 the
685 respective file descriptor is skipped. "--skip" is kept as an
686 alias for
216 "--skip-stdout" for backwards compatibility with recent releases. 687 "--skip-stdout" for backwards compatibility with recent releases.
217 688
218 Also, print a message if no (non-skipped) stdout/stderr output is 689 Also, print a message if no (non-skipped) stdout/stderr output is
219 available. This fixes a segfault if the remote command prints no 690 available. This fixes a segfault if the remote command prints no
220 output. 691 output.
221 692
2222007-04-15 16:17 dermoth 6932007-04-15 15:17 dermoth
223 694
224 * plugins/check_cluster.c: Localization and help fixes (Thanks 695 * [r1691] plugins/check_cluster.c:
225 Benoit M.) 696 Localization and help fixes (Thanks Benoit M.)
226 697
2272007-04-15 10:03 dermoth 6982007-04-15 09:03 dermoth
228 699
229 * plugins/check_cluster.c: Cosmetic change 700 * [r1690] plugins/check_cluster.c:
701 Cosmetic change
230 702
2312007-04-15 09:56 dermoth 7032007-04-15 08:56 dermoth
232 704
233 * contrib/check_cluster2.README: More details about the changes 705 * [r1689] contrib/check_cluster2.README:
706 More details about the changes
234 707
2352007-04-15 09:50 dermoth 7082007-04-15 08:50 dermoth
236 709
237 * plugins/Makefile.am, plugins/check_cluster.c, NEWS: Add 710 * [r1688] NEWS, plugins/Makefile.am, plugins/check_cluster.c:
238 thresholds support for check_cluster + lots of standardization. 711 Add thresholds support for check_cluster + lots of
712 standardization.
239 Add forgotten items to NEWS. 713 Add forgotten items to NEWS.
240 714
2412007-04-15 07:44 dermoth 7152007-04-15 06:44 dermoth
242 716
243 * plugins/check_snmp.c, BUGS: Fix bug #1344584: Counter64 values 717 * [r1687] BUGS, plugins/check_snmp.c:
244 not handled correctly 718 Fix bug #1344584: Counter64 values not handled correctly
245 719
2462007-04-14 16:07 dermoth 7202007-04-14 15:07 dermoth
247 721
248 * BUGS: Works for me 722 * [r1686] BUGS:
723 Works for me
249 724
2502007-04-14 04:09 hweiss 7252007-04-14 03:09 hweiss
251 726
252 * BUGS, plugins/check_by_ssh.c: Up to revision 1.35, the "-S" 727 * [r1685] BUGS, plugins/check_by_ssh.c:
253 option skipped the specified number of lines written to stderr. 728 Up to revision 1.35, the "-S" option skipped the specified number
254 With revision 1.36 and newer, "-S" skipped the specified number 729 of
255 of lines written to stdout. Now, "-S" skips the specified number 730 lines written to stderr. With revision 1.36 and newer, "-S"
256 of lines written to stderr; and if the number specified via "-S" 731 skipped the
257 minus the number of lines written to stderr is larger than 0, the 732 specified number of lines written to stdout. Now, "-S" skips the
258 difference is used as the number of lines written to stdout to 733 specified number of lines written to stderr; and if the number
259 skip. Also, the "--help" output was fixed. (Hector - 1675286) 734 specified
735 via "-S" minus the number of lines written to stderr is larger
736 than 0,
737 the difference is used as the number of lines written to stdout
738 to skip.
739 Also, the "--help" output was fixed. (Hector - 1675286)
260 740
2612007-04-13 12:38 dermoth 7412007-04-13 11:38 dermoth
262 742
263 * plugins/.cvsignore: ... Some CVS magic too 743 * [r1684] plugins, plugins/.cvsignore:
744 ... Some CVS magic too
264 745
2652007-04-13 12:35 dermoth 7462007-04-13 11:35 dermoth
266 747
267 * contrib/check_cluster2.README, plugins/Makefile.am, 748 * [r1683] contrib/check_cluster2.README, plugins/Makefile.am,
268 plugins/check_cluster.c: automake magic for check_cluster 749 plugins/check_cluster.c:
750 automake magic for check_cluster
269 751
2702007-04-11 15:43 tonvoon 7522007-04-11 14:43 tonvoon
271 753
272 * doc/RELEASING: Add news item to nagiosplugins.org 754 * [r1682] doc/RELEASING:
755 Add news item to nagiosplugins.org
273 756
2742007-04-11 13:08 tonvoon 7572007-04-11 12:08 tonvoon
275 758
276 * BUGS, NEWS, AUTHORS, configure.in, package.def, ChangeLog: 1.4.8 759 * [r1680] AUTHORS, BUGS, ChangeLog, NEWS, configure.in,
277 release 760 package.def:
761 1.4.8 release
278 762
2792007-04-10 08:17 dermoth 7632007-04-10 07:17 dermoth
280 764
281 * po/: POTFILES.in, de.po, fr.po, nagios-plugins.pot: Add some 765 * [r1679] po/POTFILES.in, po/de.po, po/fr.po,
282 check_ntp translations 766 po/nagios-plugins.pot:
767 Add some check_ntp translations
283 768
2842007-04-10 08:17 dermoth 7692007-04-10 07:17 dermoth
285 770
286 * plugins/check_ntp.c: - Fix possibility of printing scientific 771 * [r1678] plugins/check_ntp.c:
287 numbers in perfdata - Use fperfdata function for perfdata 772 - Fix possibility of printing scientific numbers in perfdata
288 formatting - Make the printing part a bit more flexible (similar 773 - Use fperfdata function for perfdata formatting
289 to check_disk) 774 - Make the printing part a bit more flexible (similar to
775 check_disk)
290 776
2912007-04-10 06:58 dermoth 7772007-04-10 05:58 dermoth
292 778
293 * po/: de.po, fr.po, nagios-plugins.pot: Hopefully this is correct. 779 * [r1677] po/de.po, po/fr.po, po/nagios-plugins.pot:
294 Need to make more changes so I'm commiting these. 780 Hopefully this is correct. Need to make more changes so I'm
781 commiting these.
295 782
2962007-04-04 21:08 dermoth 7832007-04-04 20:08 dermoth
297 784
298 * plugins/check_ntp.c: Fix for getting dispersion instead of jitter 785 * [r1676] plugins/check_ntp.c:
299 on older servers (like xntpd on Solaris). 786 Fix for getting dispersion instead of jitter on older servers
787 (like xntpd on Solaris).
300 788
3012007-04-03 18:19 hweiss 7892007-04-03 17:19 hweiss
302 790
303 * plugins/check_ntp.c: Fix the synchronization source selection on 791 * [r1675] plugins/check_ntp.c:
304 big-endian systems. 792 Fix the synchronization source selection on big-endian systems.
305 793
3062007-04-03 02:31 dermoth 7942007-04-03 01:31 dermoth
307 795
308 * plugins/check_ntp.c: Temporary fix for jitter calculation 796 * [r1674] plugins/check_ntp.c:
797 Temporary fix for jitter calculation
309 798
3102007-04-02 13:39 hweiss 7992007-04-02 12:39 hweiss
311 800
312 * plugins/check_ntp.c: Don't rely on the assumption that the size 801 * [r1673] plugins/check_ntp.c:
313 of a READSTAT response is a multiple of 802 Don't rely on the assumption that the size of a READSTAT response
314 sizeof(ntp_assoc_status_pair). 803 is a
804 multiple of sizeof(ntp_assoc_status_pair).
315 805
3162007-04-02 10:28 tonvoon 8062007-04-02 09:28 tonvoon
317 807
318 * lib/tests/Makefile.am: Add libgnu.a as regex functions required 808 * [r1672] lib/tests/Makefile.am:
809 Add libgnu.a as regex functions required
319 810
3202007-04-02 08:32 dermoth 8112007-04-02 07:32 dermoth
321 812
322 * plugins/check_ntp.c: Fix byte order in verbose logging 813 * [r1671] plugins/check_ntp.c:
814 Fix byte order in verbose logging
323 815
3242007-04-02 07:00 dermoth 8162007-04-02 06:00 dermoth
325 817
326 * plugins/check_ntp.c: Seems like we don't get any jitter 818 * [r1670] plugins/check_ntp.c:
327 sometimes. While this needs to be fixed we should at least handle 819 Seems like we don't get any jitter sometimes. While this needs to
328 it gracefully. 820 be fixed we should at least handle it gracefully.
329 821
3302007-04-01 15:21 psychotrahe 8222007-04-01 14:21 psychotrahe
331 823
332 * plugins/t/check_http.t: check_http.t: - added internet_access 824 * [r1669] plugins/t/check_http.t:
333 variable to skip tests where internet access is required. 825 check_http.t: - added internet_access variable to skip tests
334 - added host_tcp_http2 variable for a webserver serving 826 where internet access is required.
335 the string 'nagios' in index - no tests are 827 - added host_tcp_http2 variable for a webserver serving the
336 skipped if the new vars are not defined (existing installations) 828 string 'nagios' in index
829 - no tests are skipped if the new vars are not defined (existing
830 installations)
337 831
3382007-04-01 12:17 psychotrahe 8322007-04-01 11:17 psychotrahe
339 833
340 * lib/utils_disk.c: utils_disk: fixed handling if check_disk -p is 834 * [r1668] lib/utils_disk.c:
341 a device (np_set_best_match()) 835 utils_disk: fixed handling if check_disk -p is a device
836 (np_set_best_match())
342 837
3432007-03-31 19:49 hweiss 8382007-03-31 18:49 hweiss
344 839
345 * NEWS: Various check_ntp fixes 840 * [r1667] NEWS:
841 Various check_ntp fixes
346 842
3472007-03-31 19:48 hweiss 8432007-03-31 18:48 hweiss
348 844
349 * plugins/check_ntp.c: Fix an out-of-bounds memcpy(3) and add a 845 * [r1666] plugins/check_ntp.c:
350 realloc(3) error check in jitter_request(). 846 Fix an out-of-bounds memcpy(3) and add a realloc(3) error check
847 in
848 jitter_request().
351 849
3522007-03-31 18:35 hweiss 8502007-03-31 17:35 hweiss
353 851
354 * plugins/check_ntp.c: Add a warning to the verbose output if 852 * [r1665] plugins/check_ntp.c:
355 jitter_request() found no synchronization source. 853 Add a warning to the verbose output if jitter_request() found no
854 synchronization source.
356 855
3572007-03-31 18:29 hweiss 8562007-03-31 17:29 hweiss
358 857
359 * plugins/check_ntp.c: Avoid division by zero. 858 * [r1664] plugins/check_ntp.c:
859 Avoid division by zero.
360 860
3612007-03-31 18:25 hweiss 8612007-03-31 17:25 hweiss
362 862
363 * plugins/check_ntp.c: Remove the '-O' option, as it's ignored. 863 * [r1663] plugins/check_ntp.c:
864 Remove the '-O' option, as it's ignored.
364 865
3652007-03-30 16:45 tonvoon 8662007-03-30 15:45 tonvoon
366 867
367 * m4/np_mysqlclient.m4: Use AS_HELP_STRING instead of 868 * [r1662] m4/np_mysqlclient.m4:
368 ACX_HELP_STRING 869 Use AS_HELP_STRING instead of ACX_HELP_STRING
369 870
3702007-03-30 15:08 tonvoon 8712007-03-30 14:08 tonvoon
371 872
372 * NEWS, configure.in, m4/np_mysqlclient.m4: Fix AC_CHECK_LIB for 873 * [r1661] NEWS, configure.in, m4/np_mysqlclient.m4:
373 mysql_init - add dependent libraries. mysql detection separated 874 Fix AC_CHECK_LIB for mysql_init - add dependent libraries. mysql
374 into external m4 file 875 detection
876 separated into external m4 file
375 877
3762007-03-30 10:00 psychotrahe 8782007-03-30 09:00 psychotrahe
377 879
378 * lib/tests/test_disk.c, plugins/t/check_disk.t: Test Cases for 880 * [r1660] lib/tests/test_disk.c, plugins/t/check_disk.t:
379 check_disk's -r, -R, -C and -g 881 Test Cases for check_disk's -r, -R, -C and -g
380 882
3812007-03-30 09:56 psychotrahe 8832007-03-30 08:56 psychotrahe
382 884
383 * plugins/check_disk.c: check_disk: minor fix for -C if bestmatch 885 * [r1659] plugins/check_disk.c:
384 != -p 886 check_disk: minor fix for -C if bestmatch != -p
385 887
3862007-03-30 09:53 psychotrahe 8882007-03-30 08:53 psychotrahe
387 889
388 * lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c: 890 * [r1658] lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c:
389 check_disk: added regex functionality -r and -R. see np-devel 891 check_disk: added regex functionality -r and -R. see np-devel
390 mail (2007-02-10) 892 mail (2007-02-10)
391 893
3922007-03-30 09:52 psychotrahe 8942007-03-30 08:52 psychotrahe
393 895
394 * lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c: 896 * [r1657] lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c:
395 check_disk: added grouping functionality. see np-devel mail 897 check_disk: added grouping functionality. see np-devel mail
396 (2007-02-10) 898 (2007-02-10)
397 899
3982007-03-30 09:48 psychotrahe 9002007-03-30 08:48 psychotrahe
399 901
400 * lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c: 902 * [r1656] lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c:
401 check_disk -C is more flexible now. See np-devel post 903 check_disk -C is more flexible now. See np-devel post
402 (2007-02-10) 904 (2007-02-10)
403 905
4042007-03-29 18:58 hweiss 9062007-03-29 17:58 hweiss
405 907
406 * THANKS.in, plugins/check_mysql.c: Fix argument processing (Felix 908 * [r1655] THANKS.in, plugins/check_mysql.c:
407 Frank - 1690697) 909 Fix argument processing (Felix Frank - 1690697)
408 910
4092007-03-29 18:34 hweiss 9112007-03-29 17:34 hweiss
410 912
411 * plugins-root/Makefile.am: Set the "read" and "execute" bits only 913 * [r1654] plugins-root/Makefile.am:
412 for "user" and "group" in order to not overwrite 914 Set the "read" and "execute" bits only for "user" and "group" in
413 "--without-world-permissions" for the root plugins. 915 order
916 to not overwrite "--without-world-permissions" for the root
917 plugins.
414 918
4152007-03-29 11:32 tonvoon 9192007-03-29 10:32 tonvoon
416 920
417 * BUGS, NEWS, configure.in, package.def, ChangeLog: 1.4.7 release 921 * [r1652] BUGS, ChangeLog, NEWS, configure.in, package.def:
922 1.4.7 release
418 923
4192007-03-29 11:25 tonvoon 9242007-03-29 10:25 tonvoon
420 925
421 * plugins/check_ntp.c: Adding help text for jitter flags 926 * [r1651] plugins/check_ntp.c:
927 Adding help text for jitter flags
422 928
4232007-03-27 07:53 dermoth 9292007-03-27 06:53 dermoth
424 930
425 * THANKS.in, plugins-root/check_icmp.c: Fix bug #1494629 - 931 * [r1650] THANKS.in, plugins-root/check_icmp.c:
426 check_icmp fails after some time on FreeBSD 932 Fix bug #1494629 - check_icmp fails after some time on FreeBSD
427 933
4282007-03-25 14:55 tonvoon 9342007-03-25 13:55 tonvoon
429 935
430 * configure.in, NEWS: Reinstate --with-nagios-user/group and new 936 * [r1649] NEWS, configure.in:
937 Reinstate --with-nagios-user/group and new
431 --without-group-permissions ./configure options 938 --without-group-permissions ./configure options
432 939
4332007-03-22 17:54 hweiss 9402007-03-22 17:54 hweiss
434 941
435 * THANKS.in, plugins/common.h: Increase MAX_INPUT_BUFFER from 1k to 942 * [r1646] THANKS.in, plugins/common.h:
436 8k in order to increase I/O performance (Stefan Meier) 943 Increase MAX_INPUT_BUFFER from 1k to 8k in order to increase I/O
944 performance (Stefan Meier)
437 945
4382007-03-16 12:11 gonzai 9462007-03-16 12:11 gonzai
439 947
440 * plugins-scripts/check_ifoperstatus.pl: Fix bogus 'eq ( || )' 948 * [r1642] plugins-scripts/check_ifoperstatus.pl:
441 constructions in check_ifoperstatus.pl. 949 Fix bogus 'eq ( || )' constructions in check_ifoperstatus.pl.
442 950
4432007-03-12 10:51 tonvoon 9512007-03-12 10:51 tonvoon
444 952
445 * NEWS, plugins/check_ping.c, plugins/t/check_ping.t: check_ping's 953 * [r1639] NEWS, plugins/check_ping.c, plugins/t/check_ping.t:
446 timeout interval is only +1 if ping command has a timeout value. 954 check_ping's timeout interval is only +1 if ping command has a
955 timeout value.
447 Tests updated to check for 100% packet loss (always if ping has 956 Tests updated to check for 100% packet loss (always if ping has
448 timeout), otherwise will check for "timed out" string 957 timeout), otherwise
958 will check for "timed out" string
449 959
4502007-03-11 06:51 dermoth 9602007-03-11 06:51 dermoth
451 961
452 * plugins-root/t/check_icmp.t: Add tests for new check_icmp switch 962 * [r1638] plugins-root/t/check_icmp.t:
453 -m 963 Add tests for new check_icmp switch -m
454 964
4552007-03-11 02:27 tonvoon 9652007-03-11 02:27 tonvoon
456 966
457 * plugins/t/check_ping.t, plugins-root/t/check_icmp.t: Converted 967 * [r1637] plugins-root/t, plugins-root/t/check_icmp.t,
458 check_ping.t to new-style testcases. Added test case for 968 plugins/t/check_ping.t:
459 check_icmp - requires sudo access 969 Converted check_ping.t to new-style testcases. Added test case
970 for check_icmp -
971 requires sudo access
460 972
4612007-03-11 01:57 tonvoon 9732007-03-11 01:57 tonvoon
462 974
463 * plugins/check_ping.c: Fixed some help display. Removed -L from 975 * [r1636] plugins/check_ping.c:
464 usage as deprecated option 976 Fixed some help display. Removed -L from usage as deprecated
977 option
465 978
4662007-03-08 09:09 dermoth 9792007-03-08 09:09 dermoth
467 980
468 * NEWS, THANKS.in, plugins-root/check_icmp.c: New switch to 981 * [r1635] NEWS, THANKS.in, plugins-root/check_icmp.c:
469 check_icmp to set the minimum required hosts for success. 982 New switch to check_icmp to set the minimum required hosts for
983 success.
470 984
4712007-03-08 06:12 dermoth 9852007-03-08 06:12 dermoth
472 986
473 * config_test/child_test.c: Ficing C++ style comments 987 * [r1634] config_test/child_test.c:
988 Ficing C++ style comments
474 989
4752007-03-08 06:09 dermoth 9902007-03-08 06:09 dermoth
476 991
477 * plugins-root/check_icmp.c: Fixed C++ style comments, but I don't 992 * [r1633] plugins-root/check_icmp.c:
478 get why those lines were originally commented out. 993 Fixed C++ style comments, but I don't get why those lines were
994 originally commented out.
479 995
4802007-03-06 22:45 tonvoon 9962007-03-06 22:45 tonvoon
481 997
482 * plugins/check_http.c: Fix option handling (Nobuhiro Ban - 998 * [r1632] plugins/check_http.c:
483 1657280) 999 Fix option handling (Nobuhiro Ban - 1657280)
484 1000
4852007-03-06 22:29 tonvoon 10012007-03-06 22:29 tonvoon
486 1002
487 * plugins/check_smtp.c: Fixed compile errors in check_smtp.c 1003 * [r1631] plugins/check_smtp.c:
1004 Fixed compile errors in check_smtp.c
488 1005
4892007-03-06 22:17 tonvoon 10062007-03-06 22:17 tonvoon
490 1007
491 * NEWS, THANKS.in, plugins/check_smtp.c: Fixed broken HELO cmd 1008 * [r1630] NEWS, THANKS.in, plugins/check_smtp.c:
492 (Enrico Scholz - 1675279) 1009 Fixed broken HELO cmd (Enrico Scholz - 1675279)
493 1010
4942007-03-06 17:29 tonvoon 10112007-03-06 17:29 tonvoon
495 1012
496 * NEWS, configure.in, plugins/check_procs.c: Use /usr/ucb/ps on 1013 * [r1629] NEWS, configure.in, plugins/check_procs.c:
497 Solaris in preference to pst3 (problems in 64bit mode) 1014 Use /usr/ucb/ps on Solaris in preference to pst3 (problems in
1015 64bit mode)
498 1016
4992007-03-06 17:26 tonvoon 10172007-03-06 17:26 tonvoon
500 1018
501 * plugins/t/check_disk.t: Test failure if a filesystem which is a 1019 * [r1628] plugins/t/check_disk.t:
502 subset of another fails the inode check (Matthias Elbe - 1660953) 1020 Test failure if a filesystem which is a subset of another fails
1021 the inode
1022 check (Matthias Elbe - 1660953)
503 1023
5042007-03-06 14:18 tonvoon 10242007-03-06 14:18 tonvoon
505 1025
506 * NEWS, configure.in: Detect if check_mysql compile will work at 1026 * [r1627] NEWS, configure.in:
507 ./configure time, due to some Redhat systems distributing 1027 Detect if check_mysql compile will work at ./configure time, due
508 mysql_config, but not the include files 1028 to some
1029 Redhat systems distributing mysql_config, but not the include
1030 files
509 1031
5102007-03-06 11:03 tonvoon 10322007-03-06 11:03 tonvoon
511 1033
512 * configure.in: Clearer message when --with-nagios-user is used for 1034 * [r1626] configure.in:
513 ./configure 1035 Clearer message when --with-nagios-user is used for ./configure
514 1036
5152007-03-06 10:48 tonvoon 10372007-03-06 10:48 tonvoon
516 1038
517 * FAQ, INSTALLING, NEWS, README, plugins-root/Makefile.am: Root 1039 * [r1625] FAQ, INSTALLING, NEWS, README, plugins-root/Makefile.am:
518 plugins installed with world executable permissions. Removed 1040 Root plugins installed with world executable permissions. Removed
519 references to --with-nagios-user and --with-nagios-group in 1041 references
520 README 1042 to --with-nagios-user and --with-nagios-group in README
521 1043
5222007-03-02 01:38 egalstad 10442007-03-02 01:38 egalstad
523 1045
524 * plugins/check_mrtgtraf.c: Fix for broken check_mrtgtraf 1046 * [r1624] plugins/check_mrtgtraf.c:
1047 Fix for broken check_mrtgtraf
525 1048
5262007-02-24 01:03 dermoth 10492007-02-24 01:03 dermoth
527 1050
528 * doc/makefile: Fix the makefile ('[[' is bash-specific, 'rm -f' 1051 * [r1623] doc/makefile:
529 don't remove directories) 1052 Fix the makefile ('[[' is bash-specific, 'rm -f' don't remove
1053 directories)
530 1054
5312007-02-14 20:56 tonvoon 10552007-02-14 20:56 tonvoon
532 1056
533 * NEWS, contrib/check_sybase: check_sybase now maintained in 1057 * [r1622] NEWS, contrib/check_sybase:
534 NagiosExchange 1058 check_sybase now maintained in NagiosExchange
535 1059
5362007-02-14 20:52 tonvoon 10602007-02-14 20:52 tonvoon
537 1061
538 * plugins/check_disk.c: Fixed typo in help for -M 1062 * [r1621] plugins/check_disk.c:
1063 Fixed typo in help for -M
539 1064
5402007-02-14 10:11 tonvoon 10652007-02-14 10:11 tonvoon
541 1066
542 * plugins/: check_tcp.c, t/check_tcp.t: Documentation fix re: 1067 * [r1620] plugins/check_tcp.c, plugins/t/check_tcp.t:
543 --escape flag. Fix of ./check_tcp test to webservers to make it 1068 Documentation fix re: --escape flag. Fix of ./check_tcp test to
544 more standards compliant 1069 webservers
1070 to make it more standards compliant
545 1071
5462007-02-09 14:35 tonvoon 10722007-02-09 14:35 tonvoon
547 1073
548 * NEWS, THANKS.in, po/.cvsignore, po/Makefile.in.in: Fixed 1074 * [r1619] NEWS, THANKS.in, po, po/.cvsignore, po/Makefile.in.in:
549 MKINSTALLDIRS problem on some systems - Lars Stavholm 1075 Fixed MKINSTALLDIRS problem on some systems - Lars Stavholm
550 1076
5512007-02-07 14:46 tonvoon 10772007-02-07 14:46 tonvoon
552 1078
553 * lib/: Makefile.config-opts, parse_ini.c, 1079 * [r1614] lib/Makefile.config-opts, lib/parse_ini.c,
554 tests/Makefile.config-opts, tests/config-tiny.ini, 1080 lib/tests/Makefile.config-opts, lib/tests/config-tiny.ini,
555 tests/plugin.ini, tests/test_ini.c: Added test files to test the 1081 lib/tests/plugin.ini, lib/tests/test_ini.c:
556 parse_ini.c routines. Requires libtap 1082 Added test files to test the parse_ini.c routines. Requires
1083 libtap
557 1084
5582007-02-07 14:06 hweiss 10852007-02-07 14:06 hweiss
559 1086
560 * plugins/check_swap.c: Include <sys/param.h> before <sys/swap.h> 1087 * [r1613] plugins/check_swap.c:
561 in order to fix compilation on OpenBSD (nsturm - 1653934) 1088 Include <sys/param.h> before <sys/swap.h> in order to fix
1089 compilation on
1090 OpenBSD (nsturm - 1653934)
562 1091
5632007-02-06 23:30 dermoth 10922007-02-06 23:30 dermoth
564 1093
565 * plugins/check_tcp.c: Correct vim typo in comment block :P 1094 * [r1612] plugins/check_tcp.c:
1095 Correct vim typo in comment block :P
566 1096
5672007-02-06 21:03 opensides 10972007-02-06 21:03 opensides
568 1098
569 * plugins/check_disk.c, plugins/check_http.c, 1099 * [r1611] plugins/check_disk.c, plugins/check_http.c,
570 plugins/check_ide_smart.c, plugins/check_mrtg.c, 1100 plugins/check_ide_smart.c, plugins/check_mrtg.c,
571 plugins/check_mrtgtraf.c, plugins/check_overcr.c, 1101 plugins/check_mrtgtraf.c, plugins/check_overcr.c,
572 plugins/check_smtp.c, plugins/check_tcp.c, po/de.po, po/fr.po, 1102 plugins/check_smtp.c, plugins/check_tcp.c, po/de.po, po/fr.po,
@@ -575,103 +1105,117 @@
575 1105
5762007-02-06 19:33 seanius 11062007-02-06 19:33 seanius
577 1107
578 * lib/: parse_ini.c, parse_ini.h: initial version of ini file 1108 * [r1610] lib/parse_ini.c, lib/parse_ini.h:
579 parsing routines in C 1109 initial version of ini file parsing routines in C
580 1110
5812007-02-06 18:34 opensides 11112007-02-06 18:34 opensides
582 1112
583 * po/Makevars: 1113 * [r1609] po/Makevars:
584 adding PACKAGE_BUGREPORT to fix Report-Msgid-Bugs-To: 1114 adding PACKAGE_BUGREPORT to fix Report-Msgid-Bugs-To:
585 1115
5862007-02-05 13:51 tonvoon 11162007-02-05 13:51 tonvoon
587 1117
588 * AUTHORS, doc/RELEASING: Update list of team members. More notes 1118 * [r1608] AUTHORS, doc/RELEASING:
589 on new releases 1119 Update list of team members. More notes on new releases
590 1120
5912007-02-05 13:13 tonvoon 11212007-02-05 13:13 tonvoon
592 1122
593 * BUGS, NEWS, ChangeLog, configure.in, package.def: For 1.4.6 1123 * [r1606] BUGS, ChangeLog, NEWS, configure.in, package.def:
594 release 1124 For 1.4.6 release
595 1125
5962007-02-02 09:10 dermoth 11262007-02-02 09:10 dermoth
597 1127
598 * plugins/check_snmp.c: Fix parsing of multiple OIDs sets needmibs 1128 * [r1605] plugins/check_snmp.c:
599 = TRUE 1129 Fix parsing of multiple OIDs sets needmibs = TRUE
600 1130
6012007-02-01 06:53 dermoth 11312007-02-01 06:53 dermoth
602 1132
603 * plugins/: check_tcp.c, t/check_jabber.t: Fix progname being 1133 * [r1604] plugins/check_tcp.c, plugins/t/check_jabber.t:
604 partly set to upper case Change formating of invalid hostname 1134 Fix progname being partly set to upper case
605 output 1135 Change formating of invalid hostname output
606 1136
6072007-02-01 05:37 dermoth 11372007-02-01 05:37 dermoth
608 1138
609 * NEWS: Adding NEWS entry for check_jabber 1139 * [r1603] NEWS:
1140 Adding NEWS entry for check_jabber
610 1141
6112007-02-01 05:33 dermoth 11422007-02-01 05:33 dermoth
612 1143
613 * plugins-scripts/check_log.sh: Fix bug #1593073 Check_Log problem 1144 * [r1602] plugins-scripts/check_log.sh:
614 with log rotation 1145 Fix bug #1593073 Check_Log problem with log rotation
615 1146
6162007-01-31 22:50 tonvoon 11472007-01-31 22:50 tonvoon
617 1148
618 * plugins/t/check_jabber.t: Converted to new style object and 1149 * [r1601] plugins/t/check_jabber.t:
619 Test::More testing. Skipped jabber server tests if not defined 1150 Converted to new style object and Test::More testing. Skipped
1151 jabber server
1152 tests if not defined
620 1153
6212007-01-31 06:18 dermoth 11542007-01-31 06:18 dermoth
622 1155
623 * plugins/t/check_jabber.t: Add check_jabber test. Will ask for a 1156 * [r1600] plugins/t/check_jabber.t:
624 jabber host (default should be OK) 1157 Add check_jabber test. Will ask for a jabber host (default should
1158 be OK)
625 1159
6262007-01-31 04:47 dermoth 11602007-01-31 04:47 dermoth
627 1161
628 * plugins/check_tcp.c: Fix Debian Bug #392610: check_jabber always 1162 * [r1599] plugins/check_tcp.c:
629 return warning 1163 Fix Debian Bug #392610: check_jabber always return warning
630 1164
6312007-01-30 14:24 dermoth 11652007-01-30 14:24 dermoth
632 1166
633 * plugins/check_tcp.c: Jail does not requires any arguments 1167 * [r1598] plugins/check_tcp.c:
1168 Jail does not requires any arguments
634 1169
6352007-01-30 09:56 tonvoon 11702007-01-30 09:56 tonvoon
636 1171
637 * config.rpath: make dist failing without config.rpath in top 1172 * [r1597] config.rpath:
638 level. File copied from build-aux/ 1173 make dist failing without config.rpath in top level. File copied
1174 from build-aux/
639 1175
6402007-01-30 05:01 dermoth 11762007-01-30 05:01 dermoth
641 1177
642 * plugins/: check_tcp.c, t/check_tcp.t: Fix reporting bug using 1178 * [r1596] plugins/check_tcp.c, plugins/t/check_tcp.t:
643 expect, affecting (not fixing) Debian bug #392610: check_jabber 1179 Fix reporting bug using expect, affecting (not fixing) Debian bug
644 always return warning 1180 #392610: check_jabber always return warning
645 1181
6462007-01-30 02:22 hweiss 11822007-01-30 02:22 hweiss
647 1183
648 * configure.in: grep(1) "-q" isn't portable (e.g., it won't work on 1184 * [r1595] configure.in:
649 Solaris 8), redirect output to /dev/null instead. 1185 grep(1) "-q" isn't portable (e.g., it won't work on Solaris 8),
1186 redirect
1187 output to /dev/null instead.
650 1188
6512007-01-29 14:14 dermoth 11892007-01-29 14:14 dermoth
652 1190
653 * plugins/: check_disk.c, t/check_disk.t: Revert 1643463 (reversed 1191 * [r1594] plugins/check_disk.c, plugins/t/check_disk.t:
654 disk thresholds) keeping the thresholds checks. 1192 Revert 1643463 (reversed disk thresholds) keeping the thresholds
1193 checks.
655 1194
6562007-01-29 12:13 hweiss 11952007-01-29 12:13 hweiss
657 1196
658 * configure.in: Automake 1.10 says: "compiling `test_disk.c' with 1197 * [r1593] configure.in:
659 per-target flags requires `AM_PROG_CC_C_O' in `configure.in'". 1198 Automake 1.10 says: "compiling `test_disk.c' with per-target
1199 flags
1200 requires `AM_PROG_CC_C_O' in `configure.in'".
660 1201
6612007-01-29 10:06 tonvoon 12022007-01-29 10:06 tonvoon
662 1203
663 * config.rpath, build-aux/config.rpath: Move config.rpath into 1204 * [r1592] build-aux/config.rpath, config.rpath:
664 build-aux for automake 1.10 1205 Move config.rpath into build-aux for automake 1.10
665 1206
6662007-01-28 22:00 hweiss 12072007-01-28 22:00 hweiss
667 1208
668 * INSTALLING: Remove description of deprecated ./configure 1209 * [r1591] INSTALLING:
669 --with-nagios-{user,group} options. 1210 Remove description of deprecated ./configure
1211 --with-nagios-{user,group}
1212 options.
670 1213
6712007-01-28 21:46 hweiss 12142007-01-28 21:46 hweiss
672 1215
673 * plugins/check_apt.c, plugins/check_by_ssh.c, plugins/check_dig.c, 1216 * [r1590] plugins-root/check_dhcp.c, plugins/check_apt.c,
674 plugins/check_dns.c, plugins/check_fping.c, plugins/check_game.c, 1217 plugins/check_by_ssh.c, plugins/check_dig.c, plugins/check_dns.c,
1218 plugins/check_fping.c, plugins/check_game.c,
675 plugins/check_hpjd.c, plugins/check_http.c, 1219 plugins/check_hpjd.c, plugins/check_http.c,
676 plugins/check_ide_smart.c, plugins/check_ldap.c, 1220 plugins/check_ide_smart.c, plugins/check_ldap.c,
677 plugins/check_load.c, plugins/check_mrtg.c, 1221 plugins/check_load.c, plugins/check_mrtg.c,
@@ -684,70 +1228,82 @@
684 plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_ssh.c, 1228 plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_ssh.c,
685 plugins/check_swap.c, plugins/check_tcp.c, plugins/check_time.c, 1229 plugins/check_swap.c, plugins/check_tcp.c, plugins/check_time.c,
686 plugins/check_ups.c, plugins/check_users.c, plugins/negate.c, 1230 plugins/check_ups.c, plugins/check_users.c, plugins/negate.c,
687 plugins/urlize.c, plugins/utils.c, plugins/utils.h, 1231 plugins/urlize.c, plugins/utils.c, plugins/utils.h:
688 plugins-root/check_dhcp.c: Don't try to print `optarg' (which 1232 Don't try to print `optarg' (which will be a NULL pointer) if an
689 will be a NULL pointer) if an unknown command line option was 1233 unknown
690 used, as this leads to a segfault on some systems. The unknown 1234 command line option was used, as this leads to a segfault on some
691 option will be printed by getopt(3) anyway. So, simply call 1235 systems. The unknown option will be printed by getopt(3) anyway.
692 print_usage() and exit UNKNOWN via the new usage5() instead. 1236 So,
1237 simply call print_usage() and exit UNKNOWN via the new usage5()
1238 instead.
693 1239
6942007-01-27 21:49 dermoth 12402007-01-27 21:49 dermoth
695 1241
696 * plugins/: check_disk.c, t/check_disk.t: Fix #1643463: 1242 * [r1589] plugins/check_disk.c, plugins/t/check_disk.t:
697 Miscalculating thresholds check_disk 1243 Fix #1643463: Miscalculating thresholds check_disk
698 1244
6992007-01-27 17:49 hweiss 12452007-01-27 17:49 hweiss
700 1246
701 * lib/utils_base.c: Change the variable names `true' and `false' 1247 * [r1588] lib/utils_base.c:
702 (which are keywords in C99) to `yes' and `no'. Fixes compilation 1248 Change the variable names `true' and `false' (which are keywords
703 when using SGI's MIPSpro c99(1). 1249 in C99)
1250 to `yes' and `no'. Fixes compilation when using SGI's MIPSpro
1251 c99(1).
704 1252
7052007-01-27 17:42 hweiss 12532007-01-27 17:42 hweiss
706 1254
707 * plugins/common.h: Include GNULib's "dirname.h" in order to pull 1255 * [r1587] plugins/common.h:
708 in the base_name() prototype, fixes compilation of check_procs 1256 Include GNULib's "dirname.h" in order to pull in the base_name()
709 using SGI's MIPSpro C. 1257 prototype, fixes compilation of check_procs using SGI's MIPSpro
1258 C.
710 1259
7112007-01-27 16:56 hweiss 12602007-01-27 16:56 hweiss
712 1261
713 * ACKNOWLEDGEMENTS, NEWS: Fix typos. 1262 * [r1586] ACKNOWLEDGEMENTS, NEWS:
1263 Fix typos.
714 1264
7152007-01-27 16:51 hweiss 12652007-01-27 16:51 hweiss
716 1266
717 * NEWS: Added "-o,--ssh-option=OPTION" which hands "-o OPTION" over 1267 * [r1585] NEWS:
718 to ssh(1) and "-q,--quiet" which tells ssh(1) to suppress 1268 Added "-o,--ssh-option=OPTION" which hands "-o OPTION" over to
719 warnings (Gerhard Lausser - 1472491) 1269 ssh(1) and
1270 "-q,--quiet" which tells ssh(1) to suppress warnings (Gerhard
1271 Lausser - 1472491)
720 1272
7212007-01-27 16:37 hweiss 12732007-01-27 16:37 hweiss
722 1274
723 * plugins-root/check_dhcp.c: Include <sys/param.h> which is a 1275 * [r1584] plugins-root/check_dhcp.c:
724 prerequisite for <sys/sysctl.h> on NetBSD and OpenBSD (at least). 1276 Include <sys/param.h> which is a prerequisite for <sys/sysctl.h>
1277 on
1278 NetBSD and OpenBSD (at least).
725 1279
7262007-01-25 00:58 tonvoon 12802007-01-25 00:58 tonvoon
727 1281
728 * Makefile.am, README, configure.in, doc/RELEASING: Update 1282 * [r1583] Makefile.am, README, configure.in, doc/RELEASING:
729 references to NEWS instead of CHANGES. Fix compile of libtap test 1283 Update references to NEWS instead of CHANGES. Fix compile of
730 programs 1284 libtap
1285 test programs
731 1286
7322007-01-25 00:26 tonvoon 12872007-01-25 00:26 tonvoon
733 1288
734 * config.guess, config.sub, configure.in, ltmain.sh, 1289 * [r1582] build-aux, build-aux/.cvsignore, build-aux/ltmain.sh,
735 build-aux/.cvsignore, build-aux/ltmain.sh: Use build-aux 1290 config.guess, config.sub, configure.in, ltmain.sh:
736 directory. Removed unnecessary checks in configure.in. Keeping 1291 Use build-aux directory. Removed unnecessary checks in
737 libtool to link to libtap - can't find a suitable replacement 1292 configure.in.
738 method 1293 Keeping libtool to link to libtap - can't find a suitable
1294 replacement method
739 1295
7402007-01-24 23:18 tonvoon 12962007-01-24 23:18 tonvoon
741 1297
742 * ACKNOWLEDGEMENTS, CHANGES, NEWS, config.rpath, configure.in, 1298 * [r1581] ACKNOWLEDGEMENTS, CHANGES, NEWS, config.rpath,
743 doc/developer-guidelines.sgml, gl/.cvsignore, 1299 configure.in, doc/developer-guidelines.sgml, gl, gl/.cvsignore,
744 plugins/Makefile.am, plugins/check_procs.c, po/POTFILES.in: 1300 plugins/Makefile.am, plugins/check_procs.c, po/POTFILES.in:
745 Various cleanups in the syncing with gnulib 1301 Various cleanups in the syncing with gnulib
746 1302
7472007-01-24 22:46 tonvoon 13032007-01-24 22:47 tonvoon
748 1304
749 * Makefile.am, NEWS, config.rpath, configure.in, 1305 * [r1580] Makefile.am, NEWS, config.rpath, configure.in,
750 doc/developer-guidelines.sgml, gl/Makefile.am, gl/alloca.c, 1306 doc/developer-guidelines.sgml, gl, gl/Makefile.am, gl/alloca.c,
751 gl/alloca_.h, gl/asnprintf.c, gl/asprintf.c, gl/basename.c, 1307 gl/alloca_.h, gl/asnprintf.c, gl/asprintf.c, gl/basename.c,
752 gl/c-strtod.c, gl/c-strtod.h, gl/cloexec.c, gl/cloexec.h, 1308 gl/c-strtod.c, gl/c-strtod.h, gl/cloexec.c, gl/cloexec.h,
753 gl/creat-safer.c, gl/dirname.c, gl/dirname.h, gl/dup-safer.c, 1309 gl/creat-safer.c, gl/dirname.c, gl/dirname.h, gl/dup-safer.c,
@@ -757,22 +1313,7 @@
757 gl/full-write.h, gl/gai_strerror.c, gl/getaddrinfo.c, 1313 gl/full-write.h, gl/gai_strerror.c, gl/getaddrinfo.c,
758 gl/getaddrinfo.h, gl/gethostname.c, gl/getloadavg.c, gl/getopt.c, 1314 gl/getaddrinfo.h, gl/gethostname.c, gl/getloadavg.c, gl/getopt.c,
759 gl/getopt1.c, gl/getopt_.h, gl/getopt_int.h, gl/gettext.h, 1315 gl/getopt1.c, gl/getopt_.h, gl/getopt_int.h, gl/gettext.h,
760 gl/inet_ntop.c, gl/inet_ntop.h, gl/intprops.h, gl/malloc.c, 1316 gl/inet_ntop.c, gl/inet_ntop.h, gl/intprops.h, gl/m4,
761 gl/mbchar.c, gl/mbchar.h, gl/mbuiter.h, gl/memchr.c, gl/minmax.h,
762 gl/mountlist.c, gl/mountlist.h, gl/open-safer.c, gl/pipe-safer.c,
763 gl/printf-args.c, gl/printf-args.h, gl/printf-parse.c,
764 gl/printf-parse.h, gl/regcomp.c, gl/regex.c, gl/regex.h,
765 gl/regex_internal.c, gl/regex_internal.h, gl/regexec.c,
766 gl/safe-read.c, gl/safe-read.h, gl/safe-write.c, gl/safe-write.h,
767 gl/size_max.h, gl/snprintf.c, gl/snprintf.h, gl/socket_.h,
768 gl/stdbool_.h, gl/stdint_.h, gl/strcase.h, gl/strcasecmp.c,
769 gl/strdup.c, gl/strdup.h, gl/stripslash.c, gl/strncasecmp.c,
770 gl/strndup.c, gl/strndup.h, gl/strnlen.c, gl/strnlen.h,
771 gl/strnlen1.c, gl/strnlen1.h, gl/unistd--.h, gl/unistd-safer.h,
772 gl/unistd_.h, gl/vasnprintf.c, gl/vasnprintf.h, gl/vasprintf.c,
773 gl/vasprintf.h, gl/vsnprintf.c, gl/vsnprintf.h, gl/wchar_.h,
774 gl/wctype_.h, gl/wcwidth.h, gl/xalloc-die.c, gl/xalloc.h,
775 gl/xmalloc.c, gl/xsize.h, gl/xstrndup.c, gl/xstrndup.h,
776 gl/m4/absolute-header.m4, gl/m4/alloca.m4, gl/m4/arpa_inet_h.m4, 1317 gl/m4/absolute-header.m4, gl/m4/alloca.m4, gl/m4/arpa_inet_h.m4,
777 gl/m4/c-strtod.m4, gl/m4/cloexec.m4, gl/m4/codeset.m4, 1318 gl/m4/c-strtod.m4, gl/m4/cloexec.m4, gl/m4/codeset.m4,
778 gl/m4/dirname.m4, gl/m4/dos.m4, gl/m4/double-slash-root.m4, 1319 gl/m4/dirname.m4, gl/m4/dos.m4, gl/m4/double-slash-root.m4,
@@ -802,7 +1343,22 @@
802 gl/m4/vasnprintf.m4, gl/m4/vasprintf.m4, gl/m4/visibility.m4, 1343 gl/m4/vasnprintf.m4, gl/m4/vasprintf.m4, gl/m4/visibility.m4,
803 gl/m4/vsnprintf.m4, gl/m4/wchar.m4, gl/m4/wchar_t.m4, 1344 gl/m4/vsnprintf.m4, gl/m4/wchar.m4, gl/m4/wchar_t.m4,
804 gl/m4/wctype.m4, gl/m4/wcwidth.m4, gl/m4/wint_t.m4, 1345 gl/m4/wctype.m4, gl/m4/wcwidth.m4, gl/m4/wint_t.m4,
805 gl/m4/xalloc.m4, gl/m4/xsize.m4, gl/m4/xstrndup.m4, 1346 gl/m4/xalloc.m4, gl/m4/xsize.m4, gl/m4/xstrndup.m4, gl/malloc.c,
1347 gl/mbchar.c, gl/mbchar.h, gl/mbuiter.h, gl/memchr.c, gl/minmax.h,
1348 gl/mountlist.c, gl/mountlist.h, gl/open-safer.c, gl/pipe-safer.c,
1349 gl/printf-args.c, gl/printf-args.h, gl/printf-parse.c,
1350 gl/printf-parse.h, gl/regcomp.c, gl/regex.c, gl/regex.h,
1351 gl/regex_internal.c, gl/regex_internal.h, gl/regexec.c,
1352 gl/safe-read.c, gl/safe-read.h, gl/safe-write.c, gl/safe-write.h,
1353 gl/size_max.h, gl/snprintf.c, gl/snprintf.h, gl/socket_.h,
1354 gl/stdbool_.h, gl/stdint_.h, gl/strcase.h, gl/strcasecmp.c,
1355 gl/strdup.c, gl/strdup.h, gl/stripslash.c, gl/strncasecmp.c,
1356 gl/strndup.c, gl/strndup.h, gl/strnlen.c, gl/strnlen.h,
1357 gl/strnlen1.c, gl/strnlen1.h, gl/unistd--.h, gl/unistd-safer.h,
1358 gl/unistd_.h, gl/vasnprintf.c, gl/vasnprintf.h, gl/vasprintf.c,
1359 gl/vasprintf.h, gl/vsnprintf.c, gl/vsnprintf.h, gl/wchar_.h,
1360 gl/wctype_.h, gl/wcwidth.h, gl/xalloc-die.c, gl/xalloc.h,
1361 gl/xmalloc.c, gl/xsize.h, gl/xstrndup.c, gl/xstrndup.h,
806 lib/Makefile.am, lib/alloca.c, lib/alloca_.h, lib/basename.c, 1362 lib/Makefile.am, lib/alloca.c, lib/alloca_.h, lib/basename.c,
807 lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cloexec.c, 1363 lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cloexec.c,
808 lib/cloexec.h, lib/creat-safer.c, lib/dirname.h, lib/dup-safer.c, 1364 lib/cloexec.h, lib/creat-safer.c, lib/dirname.h, lib/dup-safer.c,
@@ -817,9 +1373,9 @@
817 lib/regex_internal.c, lib/regex_internal.h, lib/regexec.c, 1373 lib/regex_internal.c, lib/regex_internal.h, lib/regexec.c,
818 lib/safe-read.c, lib/safe-read.h, lib/safe-write.c, 1374 lib/safe-read.c, lib/safe-read.h, lib/safe-write.c,
819 lib/safe-write.h, lib/snprintf.c, lib/stdbool_.h, lib/strcase.h, 1375 lib/safe-write.h, lib/snprintf.c, lib/stdbool_.h, lib/strcase.h,
820 lib/strtod.c, lib/unistd--.h, lib/unistd-safer.h, 1376 lib/strtod.c, lib/tests/Makefile.am, lib/unistd--.h,
821 lib/unlocked-io.h, lib/xalloc-die.c, lib/xalloc.h, lib/xmalloc.c, 1377 lib/unistd-safer.h, lib/unlocked-io.h, lib/xalloc-die.c,
822 lib/xstrdup.c, lib/tests/Makefile.am, m4/Makefile.am.in, 1378 lib/xalloc.h, lib/xmalloc.c, lib/xstrdup.c, m4/Makefile.am.in,
823 m4/afs.m4, m4/alloca.m4, m4/basename.m4, m4/c-strtod.m4, 1379 m4/afs.m4, m4/alloca.m4, m4/basename.m4, m4/c-strtod.m4,
824 m4/codeset.m4, m4/dos.m4, m4/error.m4, m4/exitfail.m4, 1380 m4/codeset.m4, m4/dos.m4, m4/error.m4, m4/exitfail.m4,
825 m4/extensions.m4, m4/fcntl-safer.m4, m4/fstypename.m4, 1381 m4/extensions.m4, m4/fcntl-safer.m4, m4/fstypename.m4,
@@ -832,803 +1388,911 @@
832 m4/restrict.m4, m4/signed.m4, m4/stdbool.m4, m4/stdint_h.m4, 1388 m4/restrict.m4, m4/signed.m4, m4/stdbool.m4, m4/stdint_h.m4,
833 m4/uintmax_t.m4, m4/ulonglong.m4, m4/unistd-safer.m4, 1389 m4/uintmax_t.m4, m4/ulonglong.m4, m4/unistd-safer.m4,
834 m4/unlocked-io.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xalloc.m4, 1390 m4/unlocked-io.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xalloc.m4,
835 plugins/Makefile.am, plugins/check_smtp.c, plugins/common.h, 1391 plugins-root/Makefile.am, plugins/Makefile.am,
836 plugins/getaddrinfo.c, plugins/getaddrinfo.h, 1392 plugins/check_smtp.c, plugins/common.h, plugins/getaddrinfo.c,
837 plugins/gethostbyname.c, plugins/gethostbyname.h, 1393 plugins/getaddrinfo.h, plugins/gethostbyname.c,
838 plugins/netutils.h, plugins-root/Makefile.am, tools/setup, 1394 plugins/gethostbyname.h, plugins/netutils.h, tools/setup,
839 tools/update_coreutils: Sync with gnulib - lots of extraneous 1395 tools/update_coreutils:
840 code removed in preference to GNU code 1396 Sync with gnulib - lots of extraneous code removed in preference
1397 to GNU code
841 1398
8422007-01-23 18:34 hweiss 13992007-01-23 18:34 hweiss
843 1400
844 * THANKS.in, plugins/check_ssh.c: Support `check_ssh 1401 * [r1579] THANKS.in, plugins/check_ssh.c:
845 --hostname=ADDRESS' (but keep `--host=ADDRESS' for backward 1402 Support `check_ssh --hostname=ADDRESS' (but keep `--host=ADDRESS'
1403 for backward
846 compatibility) (Ville Mattila - 1642780) 1404 compatibility) (Ville Mattila - 1642780)
847 1405
8482007-01-23 18:20 hweiss 14062007-01-23 18:20 hweiss
849 1407
850 * REQUIREMENTS: Location updates 1408 * [r1578] REQUIREMENTS:
1409 Location updates
851 1410
8522007-01-23 17:20 hweiss 14112007-01-23 17:20 hweiss
853 1412
854 * plugins/check_tcp.c: Add missing `break' to the switch-case block 1413 * [r1577] plugins/check_tcp.c:
855 that handles the `-m' option (Nobuhiro Ban - 1642682) 1414 Add missing `break' to the switch-case block that handles the
1415 `-m' option
1416 (Nobuhiro Ban - 1642682)
856 1417
8572007-01-23 16:42 hweiss 14182007-01-23 16:42 hweiss
858 1419
859 * THANKS.in, plugins/check_radius.c: Initialize `data' to zero, 1420 * [r1576] THANKS.in, plugins/check_radius.c:
860 fixes potential segfault (Nobuhiro Ban - 1642658) 1421 Initialize `data' to zero, fixes potential segfault (Nobuhiro Ban
1422 - 1642658)
861 1423
8622007-01-23 14:39 hweiss 14242007-01-23 14:39 hweiss
863 1425
864 * lib/mountlist.c: Add support for statvfs(2) which is needed in 1426 * [r1575] lib/mountlist.c:
865 order to compile the plugins on NetBSD 3.0 and newer. The 1427 Add support for statvfs(2) which is needed in order to compile
866 current coreutils release supports statvfs(2), so this patch 1428 the plugins on
867 won't be needed anymore when updating the coreutils files. 1429 NetBSD 3.0 and newer. The current coreutils release supports
1430 statvfs(2), so
1431 this patch won't be needed anymore when updating the coreutils
1432 files.
868 1433
8692007-01-22 04:05 hweiss 14342007-01-22 04:05 hweiss
870 1435
871 * plugins/check_by_ssh.c: Added "-o,--ssh-option=OPTION" which 1436 * [r1574] plugins/check_by_ssh.c:
872 hands "-o OPTION" over to ssh(1) and "-q,--quiet" which tells 1437 Added "-o,--ssh-option=OPTION" which hands "-o OPTION" over to
873 ssh(1) to suppress warnings (Gerhard Lausser - 1472491) 1438 ssh(1) and
1439 "-q,--quiet" which tells ssh(1) to suppress warnings (Gerhard
1440 Lausser - 1472491)
874 1441
8752007-01-20 20:45 tonvoon 14422007-01-20 20:45 tonvoon
876 1443
877 * doc/developer-guidelines.sgml: Updated policy on contributed 1444 * [r1573] doc/developer-guidelines.sgml:
878 plugins 1445 Updated policy on contributed plugins
879 1446
8802007-01-20 20:06 tonvoon 14472007-01-20 20:06 tonvoon
881 1448
882 * doc/: LEAVERS, NEW_STARTERS, RELEASING: Administrative notes 1449 * [r1572] doc/LEAVERS, doc/NEW_STARTERS, doc/RELEASING:
1450 Administrative notes
883 1451
8842007-01-20 10:59 seanius 14522007-01-20 10:59 seanius
885 1453
886 * plugins/check_ntp.c: compilation fixes for check_ntp.c: - 1454 * [r1571] plugins/check_ntp.c:
887 check_ntp.c:290: warning: overflow in implicit constant 1455 compilation fixes for check_ntp.c:
888 conversion fixed with an explicit cast to int8_t. - 1456 - check_ntp.c:290: warning: overflow in implicit constant
889 check_ntp.c:544: warning: pointer of type ‘void *’ used in 1457 conversion
890 arithmetic fixed by casting to ptrdiff_t before arithmetic and 1458 fixed with an explicit cast to int8_t.
891 (void*) afterwards - in TVtoNTP64, cast arithmetic result passed 1459 - check_ntp.c:544: warning: pointer of type ‘void *’ used in
892 to R32 as uint64_t. 1460 arithmetic
1461 fixed by casting to ptrdiff_t before arithmetic and (void*)
1462 afterwards
1463 - in TVtoNTP64, cast arithmetic result passed to R32 as uint64_t.
893 1464
8942007-01-20 07:18 dermoth 14652007-01-20 07:18 dermoth
895 1466
896 * plugins/: check_http.c, check_ldap.c: Fix bug #1632091: printf 1467 * [r1570] plugins/check_http.c, plugins/check_ldap.c:
897 format string typos. Add some more cosmetic changes. 1468 Fix bug #1632091: printf format string typos. Add some more
1469 cosmetic changes.
898 1470
8992007-01-20 06:27 dermoth 14712007-01-20 06:27 dermoth
900 1472
901 * plugins-root/check_icmp.c: Fix bug #1632078: critical threshold % 1473 * [r1569] plugins-root/check_icmp.c:
902 incorrectly displayed by check_icmp 1474 Fix bug #1632078: critical threshold % incorrectly displayed by
1475 check_icmp
903 1476
9042007-01-20 06:07 dermoth 14772007-01-20 06:07 dermoth
905 1478
906 * CHANGES, THANKS.in, plugins/netutils.c: Fix bug #1632072 pointer 1479 * [r1568] CHANGES, THANKS.in, plugins/netutils.c:
907 error in plugins/netutils.c. Add changelog entry for previous 1480 Fix bug #1632072 pointer error in plugins/netutils.c. Add
908 commit. 1481 changelog entry for previous commit.
909 1482
9102007-01-17 05:28 dermoth 14832007-01-17 05:28 dermoth
911 1484
912 * THANKS.in, plugins/check_procs.c: Fix bug #1630970 Fix for buffer 1485 * [r1566] THANKS.in, plugins/check_procs.c:
913 overflow of check_procs procprog string 1486 Fix bug #1630970 Fix for buffer overflow of check_procs procprog
1487 string
914 1488
9152007-01-08 11:05 tonvoon 14892007-01-08 11:05 tonvoon
916 1490
917 * CHANGES, THANKS.in, plugins/t/check_disk.t: Added notes about 1491 * [r1565] CHANGES, THANKS.in, plugins/t/check_disk.t:
918 check_disk perf data fix. Added test to check perf data is same 1492 Added notes about check_disk perf data fix. Added test to check
919 when mount points reversed 1493 perf data is
1494 same when mount points reversed
920 1495
9212007-01-07 07:14 dermoth 14962007-01-07 07:14 dermoth
922 1497
923 * plugins/check_disk.c: Fix bug #1627970: check_disk performance 1498 * [r1564] plugins/check_disk.c:
924 output for more then one partition 1499 Fix bug #1627970: check_disk performance output for more then one
1500 partition
925 1501
9262007-01-06 06:41 dermoth 15022007-01-06 06:41 dermoth
927 1503
928 * plugins/check_ping.c: Fix bug #1629008: check_ping fails to 1504 * [r1563] plugins/check_ping.c:
929 handle Packet filtered error 1505 Fix bug #1629008: check_ping fails to handle Packet filtered
1506 error
930 1507
9312007-01-06 06:33 dermoth 15082007-01-06 06:33 dermoth
932 1509
933 * plugins/check_ping.c: Revert last patch: it works but not really 1510 * [r1562] plugins/check_ping.c:
934 for the reason I though. 1511 Revert last patch: it works but not really for the reason I
1512 though.
935 1513
9362007-01-06 04:52 dermoth 15142007-01-06 04:52 dermoth
937 1515
938 * plugins/check_ping.c: Fix the way check_ping calculate the 1516 * [r1561] plugins/check_ping.c:
939 maximum run time 1517 Fix the way check_ping calculate the maximum run time
940 1518
9412007-01-04 11:51 dermoth 15192007-01-04 11:51 dermoth
942 1520
943 * plugins/check_real.c: Fix bug #1574863: check_real does not 1521 * [r1560] plugins/check_real.c:
944 accept the '-v' option 1522 Fix bug #1574863: check_real does not accept the '-v' option
945 1523
9462007-01-04 11:35 dermoth 15242007-01-04 11:35 dermoth
947 1525
948 * plugins/check_ping.c: Fix bug #1592605: check_ping times out 1526 * [r1559] plugins/check_ping.c:
1527 Fix bug #1592605: check_ping times out
949 1528
9502007-01-04 11:18 dermoth 15292007-01-04 11:18 dermoth
951 1530
952 * tools/: README, distclean: Adding my distclean script 1531 * [r1558] tools/README, tools/distclean:
1532 Adding my distclean script
953 1533
9542006-12-23 18:59 dermoth 15342006-12-23 18:59 dermoth
955 1535
956 * plugins/t/check_snmp.t: Regexps in check_snmp tests fails where 1536 * [r1557] plugins/t/check_snmp.t:
957 they shouldn't. 1537 Regexps in check_snmp tests fails where they shouldn't.
958 1538
9592006-12-21 05:25 dermoth 15392006-12-21 05:25 dermoth
960 1540
961 * NPTest.pm: - Fixing small error (wrong file name) in NPTest.pm 1541 * [r1556] NPTest.pm:
1542 - Fixing small error (wrong file name) in NPTest.pm
962 documentation. 1543 documentation.
963 1544
9642006-12-20 22:33 tonvoon 15452006-12-20 22:33 tonvoon
965 1546
966 * CHANGES, THANKS.in, plugins/check_http.c, plugins/t/check_http.t: 1547 * [r1555] CHANGES, THANKS.in, plugins/check_http.c,
967 Removed unused timestamp variable (Matthias Eble) Fixed 1548 plugins/t/check_http.t:
968 redirection test. Added extra tests for funny syntax when 1549 Removed unused timestamp variable (Matthias Eble)
969 checking certificates, updated help for more common syntax 1550 Fixed redirection test. Added extra tests for funny syntax when
1551 checking
1552 certificates, updated help for more common syntax
970 1553
9712006-12-20 19:25 tonvoon 15542006-12-20 19:25 tonvoon
972 1555
973 * lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c, 1556 * [r1554] lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c,
974 plugins/t/check_disk.t: Fixed inode thresholds, regressed from 1557 plugins/t/check_disk.t:
975 previous release 1558 Fixed inode thresholds, regressed from previous release
976 1559
9772006-12-20 11:32 opensides 15602006-12-20 11:32 opensides
978 1561
979 * po/: de.po, fr.po, nagios-plugins.pot: 1562 * [r1553] po/de.po, po/fr.po, po/nagios-plugins.pot:
980 updated the nagios-pulgins.pot files now that localization is 1563 updated the nagios-pulgins.pot files now that localization is
981 clean first pass at updating the french locale 1564 clean
1565 first pass at updating the french locale
982 1566
9832006-12-12 12:59 tonvoon 15672006-12-12 12:59 tonvoon
984 1568
985 * plugins-scripts/t/utils.t: Enhanced test for single letters in 1569 * [r1549] plugins-scripts/t/utils.t:
986 fqdn 1570 Enhanced test for single letters in fqdn
987 1571
9882006-12-12 08:56 tonvoon 15722006-12-12 08:56 tonvoon
989 1573
990 * plugins-scripts/utils.pm.in: Allow single characters in fqdn 1574 * [r1548] plugins-scripts/utils.pm.in:
991 (Dave Alden) 1575 Allow single characters in fqdn (Dave Alden)
992 1576
9932006-12-07 22:38 tonvoon 15772006-12-07 22:38 tonvoon
994 1578
995 * CHANGES, THANKS.in, configure.in: Fixed HP/UX's swapinfo command 1579 * [r1547] CHANGES, THANKS.in, configure.in:
996 for check_procs (Dick van den Burg - 1573700) 1580 Fixed HP/UX's swapinfo command for check_procs (Dick van den Burg
1581 - 1573700)
997 1582
9982006-12-07 16:07 tonvoon 15832006-12-07 16:07 tonvoon
999 1584
1000 * THANKS.in, plugins/check_disk.c, plugins/check_swap.c, 1585 * [r1546] THANKS.in, plugins/check_disk.c, plugins/check_swap.c,
1001 plugins/common.h, plugins/netutils.h: Fix coredump on 64bit 1586 plugins/common.h, plugins/netutils.h:
1002 Solaris. Also adds more error conditions and moves swap specific 1587 Fix coredump on 64bit Solaris. Also adds more error conditions
1003 includes out of common.h (Duncan Ferguson - 1588031) 1588 and moves
1589 swap specific includes out of common.h (Duncan Ferguson -
1590 1588031)
1004 1591
10052006-12-06 20:34 tonvoon 15922006-12-06 20:34 tonvoon
1006 1593
1007 * plugins/Makefile.am: Move SSL libs to correct order per plugin 1594 * [r1545] plugins/Makefile.am:
1595 Move SSL libs to correct order per plugin
1008 1596
10092006-12-06 17:36 tonvoon 15972006-12-06 17:36 tonvoon
1010 1598
1011 * plugins/Makefile.am: Only include -lssl for plugins that require 1599 * [r1544] plugins/Makefile.am:
1012 it 1600 Only include -lssl for plugins that require it
1013 1601
10142006-12-06 17:00 tonvoon 16022006-12-06 17:00 tonvoon
1015 1603
1016 * configure.in: Flag common compile error because of no ar on 1604 * [r1543] configure.in:
1017 Solaris 1605 Flag common compile error because of no ar on Solaris
1018 1606
10192006-12-06 15:58 tonvoon 16072006-12-06 15:58 tonvoon
1020 1608
1021 * Makefile.am: Remove CVS files from distribution 1609 * [r1542] Makefile.am:
1610 Remove CVS files from distribution
1022 1611
10232006-12-06 15:53 tonvoon 16122006-12-06 15:53 tonvoon
1024 1613
1025 * doc/developer-guidelines.sgml: Add libtool requirement for 1614 * [r1541] doc/developer-guidelines.sgml:
1026 development 1615 Add libtool requirement for development
1027 1616
10282006-11-09 11:44 tonvoon 16172006-11-09 11:44 tonvoon
1029 1618
1030 * CHANGES, THANKS.in, plugins/check_ping.c, plugins/netutils.c: 1619 * [r1535] CHANGES, THANKS.in, plugins/check_ping.c,
1620 plugins/netutils.c:
1031 Reduced DNS lookups in check_ping and netutils.c in IPv6 1621 Reduced DNS lookups in check_ping and netutils.c in IPv6
1032 configurations (Pawel Malachowski) 1622 configurations
1623 (Pawel Malachowski)
1033 1624
10342006-11-03 15:40 tonvoon 16252006-11-03 15:40 tonvoon
1035 1626
1036 * lib/: Makefile.am, alloca.c, alloca_.h: Add alloca files, 1627 * [r1534] lib/Makefile.am, lib/alloca.c, lib/alloca_.h:
1037 required for *BSD 1628 Add alloca files, required for *BSD
1038 1629
10392006-11-01 21:15 tonvoon 16302006-11-01 21:15 tonvoon
1040 1631
1041 * ChangeLog, configure.in, package.def: For 1.4.5 release 1632 * [r1532] ChangeLog, configure.in, package.def:
1633 For 1.4.5 release
1042 1634
10432006-10-27 16:37 tonvoon 16352006-10-27 15:37 tonvoon
1044 1636
1045 * plugins-scripts/: utils.pm.in, t/utils.t: More edge testcases. 1637 * [r1531] plugins-scripts/t/utils.t, plugins-scripts/utils.pm.in:
1046 Allow anything if ends with a . as long as correct characters 1638 More edge testcases. Allow anything if ends with a . as long as
1639 correct
1640 characters
1047 1641
10482006-10-26 22:32 tonvoon 16422006-10-26 21:32 tonvoon
1049 1643
1050 * NPTest.pm: New test variables default to "none", so no changes 1644 * [r1530] NPTest.pm:
1051 required to tinderbox satelites 1645 New test variables default to "none", so no changes required to
1646 tinderbox satelites
1052 1647
10532006-10-26 22:10 tonvoon 16482006-10-26 21:10 tonvoon
1054 1649
1055 * THANKS.in, plugins-scripts/check_oracle.sh: Fixed error if 1650 * [r1529] THANKS.in, plugins-scripts/check_oracle.sh:
1056 dba_free_space has no free segments (Florian Gleixner) 1651 Fixed error if dba_free_space has no free segments (Florian
1652 Gleixner)
1057 1653
10582006-10-26 22:02 tonvoon 16542006-10-26 21:02 tonvoon
1059 1655
1060 * plugins-scripts/: Makefile.am, utils.pm.in, t/utils.t: Fixed 1656 * [r1528] plugins-scripts/Makefile.am, plugins-scripts/t/utils.t,
1061 regression where hostnames with hyphens were rejected (1581402 - 1657 plugins-scripts/utils.pm.in:
1062 Holger Weiss) 1658 Fixed regression where hostnames with hyphens were rejected
1659 (1581402 - Holger Weiss)
1063 1660
10642006-10-26 21:56 tonvoon 16612006-10-26 20:56 tonvoon
1065 1662
1066 * contrib/tarballs/check_traffic-0.90b.tar.gz: Removing unnecessary 1663 * [r1527] contrib/tarballs/check_traffic-0.90b.tar.gz:
1067 tarball 1664 Removing unnecessary tarball
1068 1665
10692006-10-26 21:51 tonvoon 16662006-10-26 20:51 tonvoon
1070 1667
1071 * THANKS.in, plugins/check_disk.c, plugins/check_http.c: Remove C 1668 * [r1526] THANKS.in, plugins/check_disk.c, plugins/check_http.c:
1072 style comments (1583467 - Markus Baertschi) 1669 Remove C style comments (1583467 - Markus Baertschi)
1073 1670
10742006-10-24 22:54 opensides 16712006-10-24 21:54 opensides
1075 1672
1076 * plugins-root/check_icmp.c: 1673 * [r1525] plugins-root/check_icmp.c:
1077 more fixes and removal of certain sentences not needed 1674 more fixes and removal of certain sentences not needed
1078 1675
10792006-10-24 22:48 opensides 16762006-10-24 21:48 opensides
1080 1677
1081 * plugins/check_nt.c, plugins-root/check_icmp.c: 1678 * [r1524] plugins-root/check_icmp.c, plugins/check_nt.c:
1082 last localization fixes for core plugins in c 1679 last localization fixes for core plugins in c
1083 1680
10842006-10-24 22:01 opensides 16812006-10-24 21:01 opensides
1085 1682
1086 * plugins/check_nt.c: 1683 * [r1523] plugins/check_nt.c:
1087 next round of localization fixes 1684 next round of localization fixes
1088 1685
10892006-10-24 10:48 tonvoon 16862006-10-24 09:48 tonvoon
1090 1687
1091 * plugins-root/: Makefile.am, check_icmp.c: Fixed compile on 1688 * [r1522] plugins-root/Makefile.am, plugins-root/check_icmp.c:
1092 non-glibc platforms 1689 Fixed compile on non-glibc platforms
1093 1690
10942006-10-24 09:34 tonvoon 16912006-10-24 08:34 tonvoon
1095 1692
1096 * plugins/check_http.c: Restored accidently regressed fix 1693 * [r1521] plugins/check_http.c:
1694 Restored accidently regressed fix
1097 1695
10982006-10-23 22:47 opensides 16962006-10-23 21:47 opensides
1099 1697
1100 * plugins/check_http.c: 1698 * [r1520] plugins/check_http.c:
1101 localization fixes 1699 localization fixes
1102 1700
11032006-10-23 01:02 opensides 17012006-10-23 00:02 opensides
1104 1702
1105 * plugins-root/check_icmp.c: 1703 * [r1519] plugins-root/check_icmp.c:
1106 first pass a making check icmp respecting nagiosplugins rules 1704 first pass a making check icmp respecting nagiosplugins rules
1107 1705
11082006-10-22 23:34 opensides 17062006-10-22 22:34 opensides
1109 1707
1110 * plugins/check_nt.c: 1708 * [r1518] plugins/check_nt.c:
1111 latest localization fixes for tonight ;-) 1709 latest localization fixes for tonight ;-)
1112 1710
11132006-10-22 23:24 opensides 17112006-10-22 22:24 opensides
1114 1712
1115 * plugins/check_ldap.c: 1713 * [r1517] plugins/check_ldap.c:
1116 localization fixes 1714 localization fixes
1117 1715
11182006-10-22 23:14 opensides 17162006-10-22 22:14 opensides
1119 1717
1120 * plugins-root/check_icmp.c: 1718 * [r1516] plugins-root/check_icmp.c:
1121 putting default template for copyright and explanations 1719 putting default template for copyright and explanations
1122 1720
11232006-10-22 23:07 opensides 17212006-10-22 22:07 opensides
1124 1722
1125 * plugins-root/check_icmp.c: 1723 * [r1515] plugins-root/check_icmp.c:
1126 revert mistake when commiting fixes 1724 revert mistake when commiting fixes
1127 1725
11282006-10-22 23:03 opensides 17262006-10-22 22:03 opensides
1129 1727
1130 * plugins/check_apt.c, plugins/check_procs.c, 1728 * [r1514] plugins-root/check_icmp.c, plugins/check_apt.c,
1131 plugins-root/check_icmp.c: 1729 plugins/check_procs.c:
1132 more localization fixes 1730 more localization fixes
1133 1731
11342006-10-20 08:53 tonvoon 17322006-10-20 07:53 tonvoon
1135 1733
1136 * plugins/check_snmp.c: Reverting back accidently regressed code 1734 * [r1513] plugins/check_snmp.c:
1735 Reverting back accidently regressed code
1137 1736
11382006-10-20 08:39 opensides 17372006-10-20 07:39 opensides
1139 1738
1140 * plugins/check_mrtg.c: 1739 * [r1512] plugins/check_mrtg.c:
1141 more localization fixes 1740 more localization fixes
1142 1741
11432006-10-20 07:24 opensides 17422006-10-20 06:24 opensides
1144 1743
1145 * plugins/check_apt.c, plugins-root/check_dhcp.c: 1744 * [r1511] plugins-root/check_dhcp.c, plugins/check_apt.c:
1146 localization updates 1745 localization updates
1147 1746
11482006-10-20 00:56 opensides 17472006-10-19 23:56 opensides
1149 1748
1150 * plugins/check_snmp.c: 1749 * [r1510] plugins/check_snmp.c:
1151 adding missing check_snmp 1750 adding missing check_snmp
1152 1751
11532006-10-20 00:53 opensides 17522006-10-19 23:53 opensides
1154 1753
1155 * plugins/: check_radius.c, check_real.c, check_smtp.c, 1754 * [r1509] plugins/check_radius.c, plugins/check_real.c,
1156 check_ssh.c, check_swap.c, check_tcp.c, check_time.c, 1755 plugins/check_smtp.c, plugins/check_ssh.c, plugins/check_swap.c,
1157 check_ups.c, check_users.c, negate.c, urlize.c: 1756 plugins/check_tcp.c, plugins/check_time.c, plugins/check_ups.c,
1757 plugins/check_users.c, plugins/negate.c, plugins/urlize.c:
1158 another round of localization cleaning 1758 another round of localization cleaning
1159 1759
11602006-10-19 21:04 tonvoon 17602006-10-19 20:04 tonvoon
1161 1761
1162 * BUGS, ChangeLog, configure.in, package.def: For 1.4.4 release 1762 * [r1507] BUGS, ChangeLog, configure.in, package.def:
1763 For 1.4.4 release
1163 1764
11642006-10-19 20:52 tonvoon 17652006-10-19 19:52 tonvoon
1165 1766
1166 * CHANGES: Added info re: 1.4.4 in prep for release 1767 * [r1506] CHANGES:
1768 Added info re: 1.4.4 in prep for release
1167 1769
11682006-10-19 20:36 tonvoon 17702006-10-19 19:36 tonvoon
1169 1771
1170 * THANKS.in, plugins/check_snmp.c: Initialise strings for Fedora 1772 * [r1505] THANKS.in, plugins/check_snmp.c:
1171 Core 5 (Henning Schmiedehausen) 1773 Initialise strings for Fedora Core 5 (Henning Schmiedehausen)
1172 1774
11732006-10-19 20:25 tonvoon 17752006-10-19 19:25 tonvoon
1174 1776
1175 * THANKS.in, plugins/check_snmp.c: Removed asprintf for perf data 1777 * [r1504] THANKS.in, plugins/check_snmp.c:
1176 (Craig Orsinger, Robby Giffin - 1310495) 1778 Removed asprintf for perf data (Craig Orsinger, Robby Giffin -
1779 1310495)
1177 1780
11782006-10-19 20:13 tonvoon 17812006-10-19 19:13 tonvoon
1179 1782
1180 * THANKS.in, plugins/check_snmp.c: type variable not cleared in Sol 1783 * [r1503] THANKS.in, plugins/check_snmp.c:
1181 10 (Kyle Tucker) 1784 type variable not cleared in Sol 10 (Kyle Tucker)
1182 1785
11832006-10-19 19:59 tonvoon 17862006-10-19 18:59 tonvoon
1184 1787
1185 * THANKS.in, plugins/check_http.c, plugins/t/check_http.t: 1788 * [r1502] THANKS.in, plugins/check_http.c, plugins/t/check_http.t:
1186 Redirection error if other headers beginning with L (Aravind 1789 Redirection error if other headers beginning with L (Aravind
1187 Gottipati - 1562572) 1790 Gottipati - 1562572)
1188 1791
11892006-10-19 19:44 tonvoon 17922006-10-19 18:44 tonvoon
1190 1793
1191 * THANKS.in, plugins-scripts/utils.pm.in: Allow hostnames beginning 1794 * [r1501] THANKS.in, plugins-scripts/utils.pm.in:
1192 with digits (O'Shaughnessy Evans - 1567390) 1795 Allow hostnames beginning with digits (O'Shaughnessy Evans -
1796 1567390)
1193 1797
11942006-10-19 12:56 tonvoon 17982006-10-19 11:56 tonvoon
1195 1799
1196 * plugins/t/check_smtp.t: Added tests for SMTP servers without TLS 1800 * [r1500] plugins/t/check_smtp.t:
1197 and with TLS 1801 Added tests for SMTP servers without TLS and with TLS
1198 1802
11992006-10-19 01:25 opensides 18032006-10-19 00:25 opensides
1200 1804
1201 * plugins/: check_apt.c, check_by_ssh.c, check_dig.c, check_dns.c, 1805 * [r1499] plugins/check_apt.c, plugins/check_by_ssh.c,
1202 check_dummy.c, check_fping.c, check_game.c, check_hpjd.c, 1806 plugins/check_dig.c, plugins/check_dns.c, plugins/check_dummy.c,
1203 check_http.c, check_ide_smart.c, check_ldap.c, check_load.c, 1807 plugins/check_fping.c, plugins/check_game.c,
1204 check_mrtg.c, check_mrtgtraf.c, check_mysql.c, 1808 plugins/check_hpjd.c, plugins/check_http.c,
1205 check_mysql_query.c, check_nagios.c, check_nt.c, check_ntp.c, 1809 plugins/check_ide_smart.c, plugins/check_ldap.c,
1206 check_nwstat.c, check_overcr.c, check_pgsql.c, check_ping.c, 1810 plugins/check_load.c, plugins/check_mrtg.c,
1207 check_procs.c: 1811 plugins/check_mrtgtraf.c, plugins/check_mysql.c,
1208 first pass at cleaning localization for new release first pass at 1812 plugins/check_mysql_query.c, plugins/check_nagios.c,
1209 making all the headre be the same licence, plugin, etc... 1813 plugins/check_nt.c, plugins/check_ntp.c, plugins/check_nwstat.c,
1814 plugins/check_overcr.c, plugins/check_pgsql.c,
1815 plugins/check_ping.c, plugins/check_procs.c:
1816 first pass at cleaning localization for new release
1817 first pass at making all the headre be the same licence, plugin,
1818 etc...
1210 1819
12112006-10-18 13:12 tonvoon 18202006-10-18 12:12 tonvoon
1212 1821
1213 * plugins/: check_disk.c, t/check_disk.t: Re-added perf data to 1822 * [r1498] plugins/check_disk.c, plugins/t/check_disk.t:
1214 check_disk 1823 Re-added perf data to check_disk
1215 1824
12162006-10-18 13:05 tonvoon 18252006-10-18 12:05 tonvoon
1217 1826
1218 * lib/: utils_disk.h, tests/test_disk.c: Fix tests for exact 1827 * [r1497] lib/tests/test_disk.c, lib/utils_disk.h:
1219 matches when searching filesystems 1828 Fix tests for exact matches when searching filesystems
1220 1829
12212006-10-18 13:03 tonvoon 18302006-10-18 12:03 tonvoon
1222 1831
1223 * lib/: utils_base.c, utils_base.h: Cater for different errors when 1832 * [r1496] lib/utils_base.c, lib/utils_base.h:
1224 setting thresholds 1833 Cater for different errors when setting thresholds
1225 1834
12262006-10-12 21:36 tonvoon 18352006-10-12 20:36 tonvoon
1227 1836
1228 * plugins/: check_smtp.c, t/check_smtp.t: Resend EHLO after TLS 1837 * [r1493] plugins/check_smtp.c, plugins/t/check_smtp.t:
1229 negotiation as per RFC3207 (Holger Weiss - 1482832) 1838 Resend EHLO after TLS negotiation as per RFC3207 (Holger Weiss -
1839 1482832)
1230 1840
12312006-10-12 15:22 tonvoon 18412006-10-12 14:22 tonvoon
1232 1842
1233 * plugins/check_ntp.c: Removed extraneous comma in perf data output 1843 * [r1492] plugins/check_ntp.c:
1844 Removed extraneous comma in perf data output
1234 1845
12352006-10-12 15:14 tonvoon 18462006-10-12 14:14 tonvoon
1236 1847
1237 * plugins/: check_disk.c, t/check_disk.t: Remove the "- free space" 1848 * [r1491] plugins/check_disk.c, plugins/t/check_disk.t:
1238 if status is OK 1849 Remove the "- free space" if status is OK
1239 1850
12402006-10-12 14:58 tonvoon 18512006-10-12 13:58 tonvoon
1241 1852
1242 * NPTest.pm, THANKS.in, plugins/check_disk.c, 1853 * [r1490] NPTest.pm, THANKS.in, plugins/check_disk.c,
1243 plugins/t/check_disk.t: Fixed output from -e in check_disk 1854 plugins/t/check_disk.t:
1244 (Andreas Behal) 1855 Fixed output from -e in check_disk (Andreas Behal)
1245 1856
12462006-10-02 13:09 tonvoon 18572006-10-02 12:09 tonvoon
1247 1858
1248 * plugins/t/check_load.t: Fix test failure on poseidon 1859 * [r1487] plugins/t/check_load.t:
1860 Fix test failure on poseidon
1249 1861
12502006-09-21 11:41 tonvoon 18622006-09-21 10:41 tonvoon
1251 1863
1252 * THANKS.in, plugins/check_nwstat.c: Added perfdata for most 1864 * [r1480] THANKS.in, plugins/check_nwstat.c:
1253 variables and new parameters: VMU, VMF, VMP, NRMH, NRMP, NRMM, 1865 Added perfdata for most variables and new parameters: VMU, VMF,
1254 NRMS, NSS1 to NSS7 (Christian Mies) 1866 VMP, NRMH, NRMP, NRMM, NRMS, NSS1 to NSS7 (Christian Mies)
1255 1867
12562006-09-02 21:41 seanius 18682006-09-02 20:41 seanius
1257 1869
1258 * lib/utils_base.h, plugins/utils.h: - explicitly include 1870 * [r1474] lib/utils_base.h, plugins/utils.h:
1259 utils_base.h from utils.h - put utils.h inside of an 1871 - explicitly include utils_base.h from utils.h
1260 #ifndef/#endif 1872 - put utils.h inside of an #ifndef/#endif
1261 1873
12622006-09-02 21:32 seanius 18742006-09-02 20:32 seanius
1263 1875
1264 * plugins/check_tcp.c: - fix for warning/critical timeouts in 1876 * [r1473] plugins/check_tcp.c:
1265 check_tcp.c, in which the plugin would exit with a usage error 1877 - fix for warning/critical timeouts in check_tcp.c, in which the
1266 if non-int timeouts were passed. - change 1878 plugin
1267 --warning-time/--critical-time to just --warning/--critical, as 1879 would exit with a usage error if non-int timeouts were passed.
1268 it's what --help says. 1880 - change --warning-time/--critical-time to just
1881 --warning/--critical,
1882 as it's what --help says.
1269 1883
12702006-08-14 10:04 tonvoon 18842006-08-14 09:04 tonvoon
1271 1885
1272 * THANKS.in, plugins/check_disk.c: Fixed inode percent free output 1886 * [r1469] THANKS.in, plugins/check_disk.c:
1273 (Mike Emigh - 1531899) 1887 Fixed inode percent free output (Mike Emigh - 1531899)
1274 1888
12752006-08-14 09:42 tonvoon 18892006-08-14 08:42 tonvoon
1276 1890
1277 * plugins/t/check_ntp.t: Fixed skip of no ntp test 1891 * [r1468] plugins/t/check_ntp.t:
1892 Fixed skip of no ntp test
1278 1893
12792006-08-11 09:26 tonvoon 18942006-08-11 08:26 tonvoon
1280 1895
1281 * plugins/: check_ntp.c, t/check_ntp.t: Catch no responses from any 1896 * [r1467] plugins/check_ntp.c, plugins/t/check_ntp.t:
1282 server (1538341 - nmdias) 1897 Catch no responses from any server (1538341 - nmdias)
1283 1898
12842006-08-03 09:14 tonvoon 18992006-08-03 08:14 tonvoon
1285 1900
1286 * tools/tinderbox_build: Interpret the snapshot datestamp as GMT 1901 * [r1465] tools/tinderbox_build:
1902 Interpret the snapshot datestamp as GMT
1287 1903
12882006-07-31 19:55 harpermann 19042006-07-31 18:55 harpermann
1289 1905
1290 * plugins/check_nt.c: Bug: 694259 fix. After consulting with the 1906 * [r1464] plugins/check_nt.c:
1291 target service authors, we decided to keep the default port as 1907 Bug: 694259 fix. After consulting with the target service
1292 1248 and add a note about other services sometimes using this 1908 authors, we
1293 port and suggesting to change the port. Closing bug. 1909 decided to keep the default port as 1248 and add a note about
1910 other services
1911 sometimes using this port and suggesting to change the port.
1912 Closing bug.
1294 1913
12952006-07-31 15:09 tonvoon 19142006-07-31 14:09 tonvoon
1296 1915
1297 * doc/developer-guidelines.sgml: M4 requirement for developer 1916 * [r1463] doc/developer-guidelines.sgml:
1298 platform 1917 M4 requirement for developer platform
1299 1918
13002006-07-29 02:43 tonvoon 19192006-07-29 01:43 tonvoon
1301 1920
1302 * plugins/common.h, plugins-root/check_dhcp.c: Fix two Solaris 1921 * [r1462] plugins-root/check_dhcp.c, plugins/common.h:
1303 compile problems 1922 Fix two Solaris compile problems
1304 1923
13052006-07-29 01:04 tonvoon 19242006-07-29 00:04 tonvoon
1306 1925
1307 * po/POTFILES.in: Remove reference to check_udp.c 1926 * [r1461] po/POTFILES.in:
1927 Remove reference to check_udp.c
1308 1928
13092006-07-29 00:59 tonvoon 19292006-07-28 23:59 tonvoon
1310 1930
1311 * configure.in, plugins/Makefile.am, plugins-scripts/Makefile.am: 1931 * [r1460] configure.in, plugins-scripts/Makefile.am,
1932 plugins/Makefile.am:
1312 Cleanup references to old check_udp and INSTALL_OPTS. Error if 1933 Cleanup references to old check_udp and INSTALL_OPTS. Error if
1313 --with-nagios-user or --with-nagios-group specified for configure 1934 --with-nagios-user or --with-nagios-group specified for configure
1314 1935
13152006-07-28 23:44 tonvoon 19362006-07-28 22:44 tonvoon
1316 1937
1317 * CHANGES, plugins/Makefile.am, plugins/check_udp.c, 1938 * [r1459] CHANGES, plugins/Makefile.am, plugins/check_udp.c,
1318 plugins/t/check_udp.t: check_udp.c deprecated and check_udp now 1939 plugins/t/check_udp.t:
1319 linked to check_tcp. check_udp2 removed 1940 check_udp.c deprecated and check_udp now linked to check_tcp.
1941 check_udp2 removed
1320 1942
13212006-07-27 12:29 tonvoon 19432006-07-27 11:29 tonvoon
1322 1944
1323 * doc/developer-guidelines.sgml: Example ranges (Nathan Vonnahme) 1945 * [r1458] doc/developer-guidelines.sgml:
1946 Example ranges (Nathan Vonnahme)
1324 1947
13252006-07-20 00:05 tonvoon 19482006-07-19 23:05 tonvoon
1326 1949
1327 * THANKS.in, configure.in: Stricter autoconf 2.60 rules (Lance 1950 * [r1457] THANKS.in, configure.in:
1328 Albertson - 1522900) 1951 Stricter autoconf 2.60 rules (Lance Albertson - 1522900)
1329 1952
13302006-07-19 23:56 tonvoon 19532006-07-19 22:56 tonvoon
1331 1954
1332 * plugins/common.h: Fix to add uintmax_t, for check_disk.c compile 1955 * [r1456] plugins/common.h:
1956 Fix to add uintmax_t, for check_disk.c compile
1333 1957
13342006-07-19 23:37 tonvoon 19582006-07-19 22:37 tonvoon
1335 1959
1336 * plugins/common.h: Fix for CHAR_MAX on Solaris 9 1960 * [r1455] plugins/common.h:
1961 Fix for CHAR_MAX on Solaris 9
1337 1962
13382006-07-14 10:47 tonvoon 19632006-07-14 09:47 tonvoon
1339 1964
1340 * lib/: Makefile.am, utils_base.c: Missing header files 1965 * [r1454] lib/Makefile.am, lib/utils_base.c:
1966 Missing header files
1341 1967
13422006-07-14 10:43 tonvoon 19682006-07-14 09:43 tonvoon
1343 1969
1344 * plugins/check_disk.c: Fix inode percents using coreutils' 1970 * [r1453] plugins/check_disk.c:
1345 percentage calculation technique 1971 Fix inode percents using coreutils' percentage calculation
1972 technique
1346 1973
13472006-07-14 00:58 tonvoon 19742006-07-13 23:58 tonvoon
1348 1975
1349 * CHANGES, lib/utils_base.c, lib/utils_base.h, lib/utils_disk.c, 1976 * [r1452] CHANGES, lib/tests/test_utils.c, lib/utils_base.c,
1350 lib/utils_disk.h, lib/tests/test_utils.c, plugins/check_disk.c, 1977 lib/utils_base.h, lib/utils_disk.c, lib/utils_disk.h,
1351 plugins/t/check_disk.t: Major fixes to check_disk. Now should 1978 plugins/check_disk.c, plugins/t/check_disk.t:
1352 return same data as df 1979 Major fixes to check_disk. Now should return same data as df
1353 1980
13542006-07-13 13:50 tonvoon 19812006-07-13 12:50 tonvoon
1355 1982
1356 * Makefile.am, configure.in, lib/Makefile.am, lib/tests/.cvsignore, 1983 * [r1451] Makefile.am, configure.in, lib/Makefile.am, lib/tests,
1357 lib/tests/Makefile.am, lib/tests/README, lib/tests/test_disk.c, 1984 lib/tests/.cvsignore, lib/tests/Makefile.am, lib/tests/README,
1358 lib/tests/test_disk.t, lib/tests/test_utils.c, 1985 lib/tests/test_disk.c, lib/tests/test_disk.t,
1359 lib/tests/test_utils.t, plugins/Makefile.am, 1986 lib/tests/test_utils.c, lib/tests/test_utils.t,
1360 plugins/check_disk.c, plugins/check_dns.c, plugins/check_mysql.c, 1987 plugins/Makefile.am, plugins/check_disk.c, plugins/check_dns.c,
1361 plugins/check_mysql_query.c, plugins/utils.c, plugins/utils.h, 1988 plugins/check_mysql.c, plugins/check_mysql_query.c,
1362 plugins/utils_disk.c, plugins/utils_disk.h,
1363 plugins/tests/.cvsignore, plugins/tests/Makefile.am, 1989 plugins/tests/.cvsignore, plugins/tests/Makefile.am,
1364 plugins/tests/README, plugins/tests/test_disk.c, 1990 plugins/tests/README, plugins/tests/test_disk.c,
1365 plugins/tests/test_disk.t, plugins/tests/test_utils.c, 1991 plugins/tests/test_disk.t, plugins/tests/test_utils.c,
1366 plugins/tests/test_utils.t: Move new util_* functions to lib/ 1992 plugins/tests/test_utils.t, plugins/utils.c, plugins/utils.h,
1993 plugins/utils_disk.c, plugins/utils_disk.h:
1994 Move new util_* functions to lib/
1367 1995
13682006-07-13 09:54 tonvoon 19962006-07-13 08:54 tonvoon
1369 1997
1370 * configure.in, lib/basename.c, lib/dirname.h, m4/basename.m4, 1998 * [r1450] configure.in, lib/basename.c, lib/dirname.h,
1371 m4/dos.m4, m4/np_coreutils.m4, plugins/check_procs.c, 1999 m4/basename.m4, m4/dos.m4, m4/np_coreutils.m4,
1372 plugins/utils.c, plugins/utils.h: Using coreutils' base_name 2000 plugins/check_procs.c, plugins/utils.c, plugins/utils.h:
1373 function because of portability issues with Tru64 2001 Using coreutils' base_name function because of portability issues
2002 with
2003 Tru64
1374 2004
13752006-07-12 23:53 tonvoon 20052006-07-12 22:53 tonvoon
1376 2006
1377 * plugins/: check_disk.c, utils_disk.c, utils_disk.h, 2007 * [r1449] plugins/check_disk.c, plugins/t/check_disk.t,
1378 t/check_disk.t: Added -E option for exact match of filesystem. 2008 plugins/utils_disk.c, plugins/utils_disk.h:
1379 Restructured main filesystem loop. Added extra tests for possible 2009 Added -E option for exact match of filesystem. Restructured main
1380 duplicate filesystems. 2010 filesystem
2011 loop. Added extra tests for possible duplicate filesystems.
1381 2012
13822006-07-12 20:30 tonvoon 20132006-07-12 19:30 tonvoon
1383 2014
1384 * plugins/: check_disk.c, utils_disk.c, utils_disk.h, 2015 * [r1448] plugins/check_disk.c, plugins/tests,
1385 tests/.cvsignore, tests/test_disk.c: Moving parameter_list into 2016 plugins/tests/.cvsignore, plugins/tests/test_disk.c,
1386 utils_disk.h. Given list of mount points, can now work out best 2017 plugins/utils_disk.c, plugins/utils_disk.h:
1387 match or exact match. 2018 Moving parameter_list into utils_disk.h. Given list of mount
2019 points, can
2020 now work out best match or exact match.
1388 2021
13892006-07-12 13:15 tonvoon 20222006-07-12 12:15 tonvoon
1390 2023
1391 * plugins/: Makefile.am, check_disk.c, utils_disk.c, utils_disk.h, 2024 * [r1447] plugins/Makefile.am, plugins/check_disk.c,
1392 tests/Makefile.am, tests/test_disk.c, tests/test_disk.t: Moving 2025 plugins/tests/Makefile.am, plugins/tests/test_disk.c,
1393 check_disk functions into utils_disk.c and testing them 2026 plugins/tests/test_disk.t, plugins/utils_disk.c,
2027 plugins/utils_disk.h:
2028 Moving check_disk functions into utils_disk.c and testing them
1394 2029
13952006-07-11 13:38 tonvoon 20302006-07-11 12:38 tonvoon
1396 2031
1397 * m4/fcntl-safer.m4, m4/np_coreutils.m4, m4/unistd-safer.m4, 2032 * [r1446] lib/creat-safer.c, lib/dup-safer.c, lib/fcntl--.h,
1398 lib/creat-safer.c, lib/dup-safer.c, lib/fcntl--.h,
1399 lib/fcntl-safer.h, lib/fd-safer.c, lib/open-safer.c, 2033 lib/fcntl-safer.h, lib/fd-safer.c, lib/open-safer.c,
1400 lib/pipe-safer.c, lib/unistd--.h, lib/unistd-safer.h: Extra files 2034 lib/pipe-safer.c, lib/unistd--.h, lib/unistd-safer.h,
1401 from coreutils required for getloadavg.c to compile on Tru64 2035 m4/fcntl-safer.m4, m4/np_coreutils.m4, m4/unistd-safer.m4:
1402 (Ciro Iriarte - 1520331) 2036 Extra files from coreutils required for getloadavg.c to compile
2037 on Tru64 (Ciro Iriarte - 1520331)
1403 2038
14042006-07-10 09:44 tonvoon 20392006-07-10 08:44 tonvoon
1405 2040
1406 * lib/Makefile.am: Didn't add intprops.h into distribution 2041 * [r1445] lib/Makefile.am:
1407 correctly 2042 Didn't add intprops.h into distribution correctly
1408 2043
14092006-07-07 07:36 harpermann 20442006-07-07 06:36 harpermann
1410 2045
1411 * plugins/urlize.c: Added check for two arguments. Was segfaulting 2046 * [r1444] plugins/urlize.c:
1412 if no or one arg. Now returns help. 2047 Added check for two arguments. Was segfaulting if no or one arg.
2048 Now returns
2049 help.
1413 2050
14142006-07-05 14:45 tonvoon 20512006-07-05 13:45 tonvoon
1415 2052
1416 * plugins-scripts/check_mailq.pl: Fixed checking of return codes 2053 * [r1443] plugins-scripts/check_mailq.pl:
1417 from external mailq programs 2054 Fixed checking of return codes from external mailq programs
1418 2055
14192006-07-05 09:55 tonvoon 20562006-07-05 08:55 tonvoon
1420 2057
1421 * tools/tinderbox_build: Add instructions for manually sending 2058 * [r1442] tools/tinderbox_build:
1422 Tinderbox build logs 2059 Add instructions for manually sending Tinderbox build logs
1423 2060
14242006-07-05 09:26 tonvoon 20612006-07-05 08:26 tonvoon
1425 2062
1426 * lib/: Makefile.am, intprops.h: Missing intprops.h for Tru64 (Ciro 2063 * [r1441] lib/Makefile.am, lib/intprops.h:
1427 Iriarte - 1517379) 2064 Missing intprops.h for Tru64 (Ciro Iriarte - 1517379)
1428 2065
14292006-07-04 10:47 tonvoon 20662006-07-04 09:47 tonvoon
1430 2067
1431 * THANKS.in, m4/alloca.m4, m4/np_coreutils.m4: Added alloca.h check 2068 * [r1440] THANKS.in, m4/alloca.m4, m4/np_coreutils.m4:
1432 and fixed locale.h, wchar.h (Ari Pollak - 1516578) 2069 Added alloca.h check and fixed locale.h, wchar.h (Ari Pollak -
2070 1516578)
1433 2071
14342006-07-03 09:03 tonvoon 20722006-07-03 08:03 tonvoon
1435 2073
1436 * plugins/check_dig.c: Fixed -p getopt call (Allan Bennett - 2074 * [r1439] plugins/check_dig.c:
1437 1511650) 2075 Fixed -p getopt call (Allan Bennett - 1511650)
1438 2076
14392006-07-03 08:55 tonvoon 20772006-07-03 07:55 tonvoon
1440 2078
1441 * THANKS.in, lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, 2079 * [r1438] THANKS.in, lib/c-strtod.c, lib/c-strtod.h,
1442 m4/c-strtod.m4, m4/np_coreutils.m4, plugins/Makefile.am: Fixed 2080 lib/c-strtold.c, m4/c-strtod.m4, m4/np_coreutils.m4,
1443 compile on Tru64 5.1b (Ciro Iriarte - 1515435) 2081 plugins/Makefile.am:
2082 Fixed compile on Tru64 5.1b (Ciro Iriarte - 1515435)
1444 2083
14452006-06-21 12:05 opensides 20842006-06-21 11:05 opensides
1446 2085
1447 * plugins/: check_snmp.c, check_ssh.c: 2086 * [r1437] plugins/check_snmp.c, plugins/check_ssh.c:
1448 cleaning help and usage 2087 cleaning help and usage
1449 2088
14502006-06-21 10:49 opensides 20892006-06-21 09:49 opensides
1451 2090
1452 * po/LINGUAS: 2091 * [r1436] po/LINGUAS:
1453 fixing bug id #1509699 2092 fixing bug id #1509699
1454 2093
14552006-06-20 12:17 opensides 20942006-06-20 11:17 opensides
1456 2095
1457 * plugins/: check_procs.c, check_radius.c, check_real.c, 2096 * [r1435] plugins/check_procs.c, plugins/check_radius.c,
1458 check_smtp.c, check_snmp.c, check_ssh.c: 2097 plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c,
2098 plugins/check_ssh.c:
1459 cleaning help and usage + license 2099 cleaning help and usage + license
1460 2100
14612006-06-18 20:36 opensides 21012006-06-18 19:36 opensides
1462 2102
1463 * plugins/: check_disk.c, check_time.c, check_udp.c, check_ups.c, 2103 * [r1434] plugins/check_disk.c, plugins/check_time.c,
1464 check_users.c, gethostbyname.c, gethostbyname.h, negate.c, 2104 plugins/check_udp.c, plugins/check_ups.c, plugins/check_users.c,
1465 netutils.c, popen.c, runcmd.c, sslutils.c, urlize.c, utils.c: 2105 plugins/gethostbyname.c, plugins/gethostbyname.h,
2106 plugins/negate.c, plugins/netutils.c, plugins/popen.c,
2107 plugins/runcmd.c, plugins/sslutils.c, plugins/urlize.c,
2108 plugins/utils.c:
1466 updating help and usage and license 2109 updating help and usage and license
1467 2110
14682006-06-17 13:28 opensides 21112006-06-17 12:28 opensides
1469 2112
1470 * plugins/: check_hpjd.c, check_nt.c, check_ntp.c, check_nwstat.c, 2113 * [r1433] plugins/check_hpjd.c, plugins/check_nt.c,
1471 check_overcr.c, check_pgsql.c, check_ping.c, check_procs.c: 2114 plugins/check_ntp.c, plugins/check_nwstat.c,
2115 plugins/check_overcr.c, plugins/check_pgsql.c,
2116 plugins/check_ping.c, plugins/check_procs.c:
1472 cleaning up help and usage 2117 cleaning up help and usage
1473 2118
14742006-06-15 13:52 opensides 21192006-06-15 12:52 opensides
1475 2120
1476 * plugins/: check_ldap.c, check_load.c, check_mrtg.c, 2121 * [r1432] plugins/check_ldap.c, plugins/check_load.c,
1477 check_mysql.c, check_mysql_query.c, check_nagios.c: 2122 plugins/check_mrtg.c, plugins/check_mysql.c,
2123 plugins/check_mysql_query.c, plugins/check_nagios.c:
1478 cleaning help and usage 2124 cleaning help and usage
1479 2125
14802006-06-15 11:16 opensides 21262006-06-15 10:16 opensides
1481 2127
1482 * plugins/check_ide_smart.c: 2128 * [r1430] plugins/check_ide_smart.c:
1483 cleaning help and usage 2129 cleaning help and usage
1484 2130
14852006-06-14 22:27 opensides 21312006-06-14 21:27 opensides
1486 2132
1487 * plugins/: check_dns.c, check_dummy.c, check_fping.c, 2133 * [r1427] plugins/check_dns.c, plugins/check_dummy.c,
1488 check_game.c: 2134 plugins/check_fping.c, plugins/check_game.c:
1489 updating the help and usage for localization 2135 updating the help and usage for localization
1490 2136
14912006-06-14 20:15 tonvoon 21372006-06-14 19:15 tonvoon
1492 2138
1493 * INSTALLING, doc/developer-guidelines.sgml: Updated requirements 2139 * [r1426] INSTALLING, doc/developer-guidelines.sgml:
1494 for development platform 2140 Updated requirements for development platform
1495 2141
14962006-06-14 19:48 opensides 21422006-06-14 18:48 opensides
1497 2143
1498 * plugins/: check_by_ssh.c, check_dig.c, check_disk.c: 2144 * [r1425] plugins/check_by_ssh.c, plugins/check_dig.c,
2145 plugins/check_disk.c:
1499 starting the BIG locale update ;-) 2146 starting the BIG locale update ;-)
1500 2147
15012006-06-07 15:28 seanius 21482006-06-07 14:28 seanius
1502 2149
1503 * contrib/check_linux_raid.pl: some gratuitous whitespace changes, 2150 * [r1418] contrib/check_linux_raid.pl:
1504 and a fix to the "recovery =" detection logic in 2151 some gratuitous whitespace changes, and a fix to the "recovery ="
1505 check_linux_raid.pl 2152 detection
2153 logic in check_linux_raid.pl
1506 2154
15072006-06-07 15:23 seanius 21552006-06-07 14:23 seanius
1508 2156
1509 * plugins-scripts/utils.pm.in: removed stale references to 2157 * [r1417] plugins-scripts/utils.pm.in:
1510 PATH_TO_NTPFOO, as it's no longer used. 2158 removed stale references to PATH_TO_NTPFOO, as it's no longer
2159 used.
1511 2160
15122006-06-07 08:59 tonvoon 21612006-06-07 07:59 tonvoon
1513 2162
1514 * plugins-root/Makefile.am: Do not install setuid programs unless 2163 * [r1416] plugins-root/Makefile.am:
1515 run as root 2164 Do not install setuid programs unless run as root
1516 2165
15172006-06-07 08:18 tonvoon 21662006-06-07 07:18 tonvoon
1518 2167
1519 * tools/setup, plugins-root/Makefile.am: Fixed two build problems 2168 * [r1415] plugins-root/Makefile.am, tools/setup:
1520 re: libtool and pst3 2169 Fixed two build problems re: libtool and pst3
1521 2170
15222006-06-06 17:48 seanius 21712006-06-06 16:48 seanius
1523 2172
1524 * plugins/check_pgsql.c: modify the is_pg_dbname() function to 2173 * [r1414] plugins/check_pgsql.c:
1525 allow databases with '-' in their name. reference: sf tracker 2174 modify the is_pg_dbname() function to allow databases with '-' in
1526 #1500752 2175 their name.
2176 reference: sf tracker #1500752
1527 2177
15282006-06-04 00:06 seanius 21782006-06-03 23:06 seanius
1529 2179
1530 * configure.in: removed the -R for openssl, as it should be figured 2180 * [r1413] configure.in:
1531 out automatically by libtool and also controlled via the 2181 removed the -R for openssl, as it should be figured out
1532 --enable-rpath/--disable-rpath configure options. furthermore 2182 automatically by
1533 keeping it in forces the rpath option on in spite of what's 2183 libtool and also controlled via the
1534 passed on the configure line. 2184 --enable-rpath/--disable-rpath configure
2185 options. furthermore keeping it in forces the rpath option on in
2186 spite of
2187 what's passed on the configure line.
1535 2188
15362006-06-01 23:30 seanius 21892006-06-01 22:30 seanius
1537 2190
1538 * contrib/check_linux_raid.pl: gave some TLC to check_linux_raid 2191 * [r1412] contrib/check_linux_raid.pl:
2192 gave some TLC to check_linux_raid
1539 2193
15402006-05-30 10:55 tonvoon 21942006-05-30 09:55 tonvoon
1541 2195
1542 * configure.in: Default to search path for mysql_config 2196 * [r1411] configure.in:
2197 Default to search path for mysql_config
1543 2198
15442006-05-30 10:39 tonvoon 21992006-05-30 09:39 tonvoon
1545 2200
1546 * THANKS.in: For reporting check_radius compile problem 2201 * [r1410] THANKS.in:
2202 For reporting check_radius compile problem
1547 2203
15482006-05-30 10:19 tonvoon 22042006-05-30 09:19 tonvoon
1549 2205
1550 * .cvsignore, config.guess, config.sub, ltmain.sh, 2206 * [r1409] ., .cvsignore, config.guess, config.sub,
1551 doc/developer-guidelines.sgml: Added libtool files, at version 2207 doc/developer-guidelines.sgml, ltmain.sh:
1552 1.5.22, into CVS 2208 Added libtool files, at version 1.5.22, into CVS
1553 2209
15542006-05-25 18:40 egalstad 22102006-05-25 17:40 egalstad
1555 2211
1556 * plugins-root/check_dhcp.c: Applied patch for responses from 2212 * [r1408] plugins-root/check_dhcp.c:
1557 helpers/relays, cleaned up different coding styles for 2213 Applied patch for responses from helpers/relays, cleaned up
1558 consistency 2214 different coding styles for consistency
1559 2215
15602006-05-25 17:59 tonvoon 22162006-05-25 16:59 tonvoon
1561 2217
1562 * lib/regex.o: Removed unnecessary file 2218 * [r1407] lib/regex.o:
2219 Removed unnecessary file
1563 2220
15642006-05-25 17:58 tonvoon 22212006-05-25 16:58 tonvoon
1565 2222
1566 * configure.in, lib/Makefile.am, plugins/common.h: Gettext fixes to 2223 * [r1406] configure.in, lib/Makefile.am, plugins/common.h:
1567 sync with coreutils 2224 Gettext fixes to sync with coreutils
1568 2225
15692006-05-25 17:53 egalstad 22262006-05-25 16:53 egalstad
1570 2227
1571 * plugins-root/check_dhcp.c: Fixed short interface name length, 2228 * [r1405] plugins-root/check_dhcp.c:
1572 UNKNOWN return code (patches from tracker) 2229 Fixed short interface name length, UNKNOWN return code (patches
2230 from tracker)
1573 2231
15742006-05-25 16:34 tonvoon 22322006-05-25 15:34 tonvoon
1575 2233
1576 * plugins/: check_http.c, t/check_http.t: Option to invert results 2234 * [r1404] plugins/check_http.c, plugins/t/check_http.t:
1577 from a regexp pattern match 2235 Option to invert results from a regexp pattern match
1578 2236
15792006-05-25 13:33 tonvoon 22372006-05-25 12:33 tonvoon
1580 2238
1581 * configure.in, lib/.cvsignore, lib/regcomp.c, lib/regex.c, 2239 * [r1403] configure.in, lib, lib/.cvsignore, lib/regcomp.c,
1582 lib/regex.h, lib/regex.o, lib/regex_internal.c, 2240 lib/regex.c, lib/regex.h, lib/regex.o, lib/regex_internal.c,
1583 lib/regex_internal.h, lib/regexec.c, lib/strcase.h, 2241 lib/regex_internal.h, lib/regexec.c, lib/strcase.h, m4,
1584 m4/.cvsignore, m4/np_coreutils.m4, m4/regex.m4, m4/restrict.m4, 2242 m4/.cvsignore, m4/np_coreutils.m4, m4/regex.m4, m4/restrict.m4,
1585 plugins/check_apt.c, plugins/check_http.c, plugins/check_smtp.c, 2243 plugins/check_apt.c, plugins/check_http.c, plugins/check_smtp.c,
1586 plugins/check_snmp.c: Use coreutils' regexp libraries, so regexp 2244 plugins/check_snmp.c:
1587 always available now 2245 Use coreutils' regexp libraries, so regexp always available now
1588 2246
15892006-05-25 13:13 tonvoon 22472006-05-25 12:13 tonvoon
1590 2248
1591 * m4/ls-mntd-fs.m4: Sync with coreutils 5.96 2249 * [r1402] m4/ls-mntd-fs.m4:
2250 Sync with coreutils 5.96
1592 2251
15932006-05-24 13:48 tonvoon 22522006-05-24 12:48 tonvoon
1594 2253
1595 * THANKS.in, configure.in: Fix for mysql 3.x (Jeremy Reed, Michael 2254 * [r1401] THANKS.in, configure.in:
1596 Tiernan - 1491936) 2255 Fix for mysql 3.x (Jeremy Reed, Michael Tiernan - 1491936)
1597 2256
15982006-05-24 10:23 tonvoon 22572006-05-24 09:23 tonvoon
1599 2258
1600 * doc/developer-guidelines.sgml: Reminder of no inline variable 2259 * [r1400] doc/developer-guidelines.sgml:
1601 declarations 2260 Reminder of no inline variable declarations
1602 2261
16032006-05-24 10:05 tonvoon 22622006-05-24 09:05 tonvoon
1604 2263
1605 * plugins/check_snmp.c: Variables need to be declared at top of 2264 * [r1399] plugins/check_snmp.c:
1606 code for better portability (Gerhard Lausser) 2265 Variables need to be declared at top of code for better
2266 portability
2267 (Gerhard Lausser)
1607 2268
16082006-05-19 22:41 tonvoon 22692006-05-19 21:41 tonvoon
1609 2270
1610 * configure.in, doc/developer-guidelines.sgml: Requirement of 2271 * [r1398] configure.in, doc/developer-guidelines.sgml:
1611 automake 1.8.3, as coreutils needs it 2272 Requirement of automake 1.8.3, as coreutils needs it
1612 2273
16132006-05-19 22:30 tonvoon 22742006-05-19 21:30 tonvoon
1614 2275
1615 * .cvsignore, config.rpath, mkinstalldirs, po/.cvsignore, 2276 * [r1397] ., .cvsignore, config.rpath, mkinstalldirs, po,
1616 po/remove-potcdate.sin: Adding more required files from gettext 2277 po/.cvsignore, po/remove-potcdate.sin:
2278 Adding more required files from gettext
1617 2279
16182006-05-19 00:17 tonvoon 22802006-05-18 23:17 tonvoon
1619 2281
1620 * tools/setup: Bug in Makefile.am creation 2282 * [r1396] tools/setup:
2283 Bug in Makefile.am creation
1621 2284
16222006-05-19 00:09 tonvoon 22852006-05-18 23:09 tonvoon
1623 2286
1624 * .cvsignore, ABOUT-NLS, m4/Makefile.am, m4/Makefile.am.in, 2287 * [r1395] ., .cvsignore, ABOUT-NLS, m4/Makefile.am,
1625 po/.cvsignore, po/Makefile.in.in, tools/setup: Fixes from 2288 m4/Makefile.am.in, po, po/.cvsignore, po/Makefile.in.in,
1626 coreutils sync: some files now required and removed generateable 2289 tools/setup:
1627 files 2290 Fixes from coreutils sync: some files now required and removed
2291 generateable files
1628 2292
16292006-05-18 23:05 tonvoon 22932006-05-18 22:05 tonvoon
1630 2294
1631 * .cvsignore, Makefile.am, configure.in, 2295 * [r1394] ., .cvsignore, Makefile.am, configure.in,
1632 doc/developer-guidelines.sgml, lib/Makefile.am, lib/cloexec.c, 2296 doc/developer-guidelines.sgml, lib/Makefile.am, lib/cloexec.c,
1633 lib/cloexec.h, lib/error.c, lib/error.h, lib/exit.h, 2297 lib/cloexec.h, lib/error.c, lib/error.h, lib/exit.h,
1634 lib/exitfail.c, lib/exitfail.h, lib/fsusage.c, lib/fsusage.h, 2298 lib/exitfail.c, lib/exitfail.h, lib/fsusage.c, lib/fsusage.h,
@@ -1639,7 +2303,7 @@
1639 lib/safe-read.c, lib/safe-read.h, lib/safe-write.c, 2303 lib/safe-read.c, lib/safe-read.h, lib/safe-write.c,
1640 lib/safe-write.h, lib/stdbool_.h, lib/strtod.c, 2304 lib/safe-write.h, lib/stdbool_.h, lib/strtod.c,
1641 lib/unlocked-io.h, lib/xalloc-die.c, lib/xalloc.h, lib/xmalloc.c, 2305 lib/unlocked-io.h, lib/xalloc-die.c, lib/xalloc.h, lib/xmalloc.c,
1642 m4/.cvsignore, m4/Makefile.am, m4/afs.m4, m4/codeset.m4, 2306 m4, m4/.cvsignore, m4/Makefile.am, m4/afs.m4, m4/codeset.m4,
1643 m4/error.m4, m4/exitfail.m4, m4/extensions.m4, m4/fstypename.m4, 2307 m4/error.m4, m4/exitfail.m4, m4/extensions.m4, m4/fstypename.m4,
1644 m4/fsusage.m4, m4/getopt.m4, m4/gettext.m4, m4/glibc21.m4, 2308 m4/fsusage.m4, m4/getopt.m4, m4/gettext.m4, m4/glibc21.m4,
1645 m4/iconv.m4, m4/intdiv0.m4, m4/inttypes-pri.m4, m4/inttypes.m4, 2309 m4/iconv.m4, m4/intdiv0.m4, m4/inttypes-pri.m4, m4/inttypes.m4,
@@ -1650,494 +2314,579 @@
1650 m4/onceonly_2_57.m4, m4/po.m4, m4/progtest.m4, m4/realloc.m4, 2314 m4/onceonly_2_57.m4, m4/po.m4, m4/progtest.m4, m4/realloc.m4,
1651 m4/signed.m4, m4/stdbool.m4, m4/stdint_h.m4, m4/uintmax_t.m4, 2315 m4/signed.m4, m4/stdbool.m4, m4/stdint_h.m4, m4/uintmax_t.m4,
1652 m4/ulonglong.m4, m4/unlocked-io.m4, m4/wchar_t.m4, m4/wint_t.m4, 2316 m4/ulonglong.m4, m4/unlocked-io.m4, m4/wchar_t.m4, m4/wint_t.m4,
1653 m4/xalloc.m4, plugins/.cvsignore, plugins/check_disk.c, 2317 m4/xalloc.m4, plugins, plugins-root, plugins-root/.cvsignore,
1654 plugins/common.h, plugins/tests/.cvsignore, 2318 plugins-root/check_dhcp.c, plugins/.cvsignore,
1655 plugins-root/.cvsignore, plugins-root/check_dhcp.c, 2319 plugins/check_disk.c, plugins/common.h, plugins/tests,
1656 po/.cvsignore, tools/setup: Synchronise with coreutils 2.95. 2320 plugins/tests/.cvsignore, po, po/.cvsignore, tools/setup:
1657 Gettext now synced with coreutils, so no longer development 2321 Synchronise with coreutils 2.95. Gettext now synced with
1658 platform requirement 2322 coreutils,
1659 2323 so no longer development platform requirement
16602006-05-17 11:10 tonvoon 2324
1661 23252006-05-17 10:10 tonvoon
1662 * configure.in: Fix for loading SSL libraries at runtime 2326
1663 2327 * [r1393] configure.in:
16642006-05-17 09:56 tonvoon 2328 Fix for loading SSL libraries at runtime
1665 2329
1666 * configure.in, plugins-root/Makefile.am: Fix compile problems on 23302006-05-17 08:56 tonvoon
1667 Solaris for pst3 and ssl libs 2331
1668 2332 * [r1392] configure.in, plugins-root/Makefile.am:
16692006-05-15 14:20 tonvoon 2333 Fix compile problems on Solaris for pst3 and ssl libs
1670 2334
1671 * CHANGES, contrib/check_disk_snmp.pl: check_disk_snmp.pl removed. 23352006-05-15 13:20 tonvoon
1672 Notice added to CHANGES 2336
1673 2337 * [r1391] CHANGES, contrib/check_disk_snmp.pl:
16742006-05-15 14:07 tonvoon 2338 check_disk_snmp.pl removed. Notice added to CHANGES
1675 2339
1676 * tools/sfsnapshot: Changed snapshot generator due to cvs changes 23402006-05-15 13:07 tonvoon
1677 on SF 2341
1678 2342 * [r1390] tools/sfsnapshot:
16792006-05-03 15:12 tonvoon 2343 Changed snapshot generator due to cvs changes on SF
1680 2344
1681 * doc/LEAVERS: Leavers process documented 23452006-05-03 14:12 tonvoon
1682 2346
16832006-05-02 09:30 tonvoon 2347 * [r1389] doc/LEAVERS:
1684 2348 Leavers process documented
1685 * plugins/check_disk.c: Inode thresholds not always being 2349
1686 initialised (James Fidell - 1476457) 23502006-05-02 08:30 tonvoon
1687 2351
16882006-05-02 09:21 tonvoon 2352 * [r1388] plugins/check_disk.c:
1689 2353 Inode thresholds not always being initialised (James Fidell -
1690 * CHANGES: New check_ntp and check_apt plugins by Sean 2354 1476457)
1691 2355
16922006-05-01 22:52 seanius 23562006-05-02 08:21 tonvoon
1693 2357
1694 * configure.in, plugins/Makefile.am, plugins/check_ntp.c, 2358 * [r1387] CHANGES:
1695 plugins/common.h, plugins/runcmd.c, plugins-scripts/Makefile.am: 2359 New check_ntp and check_apt plugins by Sean
1696 - check_ntp: - now roughly feature-complete. - various 2360
1697 bugfixes, esp. offset calculation. - enhanced the asynchronous 23612006-05-01 21:52 seanius
1698 offset polling to set requests that haven't recieved a 2362
1699 response in >= 1 second to stale and retransmit them, which 2363 * [r1386] configure.in, plugins-scripts/Makefile.am,
1700 results in much better performance on unreliable networks. - 2364 plugins/Makefile.am, plugins/check_ntp.c, plugins/common.h,
1701 we only spend timeout/2 seconds polling offsets, and if we don't 2365 plugins/runcmd.c:
1702 get everything by that point we work with what we have and 2366 - check_ntp:
1703 set status to warning/critical depending on how much data we 2367 - now roughly feature-complete.
1704 have. - set the same defaults as the perl script. - commit 2368 - various bugfixes, esp. offset calculation.
1705 changes to configure.in to support automatic building of 2369 - enhanced the asynchronous offset polling to set requests that
1706 check_apt (if apt-get is installed and regex libraries 2370 haven't recieved a response in >= 1 second to stale and
1707 available) and check_ntp (unconditionally), now defaulting to 2371 retransmit them,
1708 check_ntp.c instead of the perl script. if this is an issue we 2372 which results in much better performance on unreliable networks.
1709 can back out the commit of course. an eye should be kept on 2373 - we only spend timeout/2 seconds polling offsets, and if we
1710 check_ntp building and running correctly in different 2374 don't get
2375 everything by that point we work with what we have and set status
2376 to
2377 warning/critical depending on how much data we have.
2378 - set the same defaults as the perl script.
2379 - commit changes to configure.in to support automatic building of
2380 check_apt
2381 (if apt-get is installed and regex libraries available) and
2382 check_ntp
2383 (unconditionally), now defaulting to check_ntp.c instead of the
2384 perl script.
2385 if this is an issue we can back out the commit of course. an eye
2386 should be kept on check_ntp building and running correctly in
2387 different
1711 environments, esp. 64-bit and big-endian platforms, and those 2388 environments, esp. 64-bit and big-endian platforms, and those
1712 with more "esoteric" API's (do any of the platforms not have 2389 with more
1713 poll()?). - similar changes to Makefile.am's. - common.h: add 2390 "esoteric" API's (do any of the platforms not have poll()?).
1714 statement to include sys/poll.h - runcmd.c: exit STATE_UNKNOWN if 2391 - similar changes to Makefile.am's.
1715 execve() fails. 2392 - common.h: add statement to include sys/poll.h
2393 - runcmd.c: exit STATE_UNKNOWN if execve() fails.
1716 2394
17172006-04-28 16:52 tonvoon 23952006-04-28 15:52 tonvoon
1718 2396
1719 * configure.in: Remove stupid error where pst3 was always compiled 2397 * [r1385] configure.in:
2398 Remove stupid error where pst3 was always compiled
1720 2399
17212006-04-28 09:45 tonvoon 24002006-04-28 08:45 tonvoon
1722 2401
1723 * configure.in, plugins-root/Makefile.am: Added pst3 into 2402 * [r1384] configure.in, plugins-root/Makefile.am:
1724 distribution (Jason Kau - 1476451) 2403 Added pst3 into distribution (Jason Kau - 1476451)
1725 2404
17262006-04-27 14:25 tonvoon 24052006-04-27 13:25 tonvoon
1727 2406
1728 * configure.in, plugins/check_procs.c, plugins/utils.c, 2407 * [r1383] configure.in, plugins/check_procs.c,
1729 plugins/utils.h, plugins/tests/test_utils.c: Internal version of 2408 plugins/tests/test_utils.c, plugins/utils.c, plugins/utils.h:
1730 basename if one not found in system 2409 Internal version of basename if one not found in system
1731 2410
17322006-04-19 10:33 tonvoon 24112006-04-19 09:33 tonvoon
1733 2412
1734 * plugins/t/check_nagios.t: Fix check_nagios tests on MacOSX 10.4 2413 * [r1382] plugins/t/check_nagios.t:
2414 Fix check_nagios tests on MacOSX 10.4
1735 2415
17362006-04-19 04:47 sghosh 24162006-04-19 03:47 sghosh
1737 2417
1738 * ChangeLog: ChangeLog update - release pending 2418 * [r1380] ChangeLog:
2419 ChangeLog update - release pending
1739 2420
17402006-04-19 04:42 sghosh 24212006-04-19 03:42 sghosh
1741 2422
1742 * configure.in, package.def: version update - release pending 2423 * [r1379] configure.in, package.def:
2424 version update - release pending
1743 2425
17442006-04-17 22:08 opensides 24262006-04-17 21:08 opensides
1745 2427
1746 * po/fr.po: 2428 * [r1378] po/fr.po:
1747 Final commit of fr.po 2429 Final commit of fr.po
1748 2430
17492006-04-17 14:54 opensides 24312006-04-17 13:54 opensides
1750 2432
1751 * po/fr.po: 2433 * [r1377] po/fr.po:
1752 another big chunk of fr.po 2434 another big chunk of fr.po
1753 2435
1754 Still 20 to go ;) 2436 Still 20 to go ;)
1755 2437
17562006-04-16 15:24 opensides 24382006-04-16 14:24 opensides
1757 2439
1758 * po/fr.po: 2440 * [r1376] po/fr.po:
1759 big revision of po file for 1.4.3 2441 big revision of po file for 1.4.3
1760 2442
17612006-04-15 11:46 opensides 24432006-04-15 10:46 opensides
1762 2444
1763 * po/fr.po: 2445 * [r1375] po/fr.po:
1764 second part of fr.po updating 2446 second part of fr.po updating
1765 2447
17662006-04-14 23:44 opensides 24482006-04-14 22:44 opensides
1767 2449
1768 * po/: de.po, fr.po, nagios-plugins.pot: 2450 * [r1374] po/de.po, po/fr.po, po/nagios-plugins.pot:
1769 updated pot file sarted updating fr.po for nagios 1.4.3 2451 updated pot file
2452 sarted updating fr.po for nagios 1.4.3
1770 2453
17712006-04-12 11:00 seanius 24542006-04-12 10:00 seanius
1772 2455
1773 * plugins/check_ntp.c: the offset_requests are now parallelized. 2456 * [r1373] plugins/check_ntp.c:
1774 still stuff needs to be done (conveniently marked with XXX), but 2457 the offset_requests are now parallelized. still stuff needs to be
1775 on well behaving networks the plugin should behave more or less 2458 done (conveniently marked with XXX), but on well behaving
1776 identical to check_ntp.pl now. 2459 networks
2460 the plugin should behave more or less identical to check_ntp.pl
2461 now.
1777 2462
17782006-04-12 07:33 seanius 24632006-04-12 06:33 seanius
1779 2464
1780 * plugins/check_ntp.c: added a currently unused but "good for 2465 * [r1372] plugins/check_ntp.c:
1781 reference" version of offset_request which attempts to behave 2466 added a currently unused but "good for reference" version of
1782 more like ntpdate, but this doesn't yet and the code isn't 2467 offset_request
1783 actually used yet. 2468 which attempts to behave more like ntpdate, but this doesn't yet
2469 and
2470 the code isn't actually used yet.
1784 2471
17852006-04-12 00:24 seanius 24722006-04-11 23:24 seanius
1786 2473
1787 * plugins/check_ntp.c: another big code-commit to check_ntp. 2474 * [r1371] plugins/check_ntp.c:
1788 jitter calculations now work, and the program is becoming much 2475 another big code-commit to check_ntp. jitter calculations now
1789 closer on the packet-for-packet level to how check_ntp.pl 2476 work, and
1790 behaves. i'll send an email in the morning :) 2477 the program is becoming much closer on the packet-for-packet
2478 level to
2479 how check_ntp.pl behaves. i'll send an email in the morning :)
1791 2480
17922006-04-06 11:08 tonvoon 24812006-04-06 10:08 tonvoon
1793 2482
1794 * THANKS.in, plugins/utils.c: Stop coredump on Solaris if arg not 2483 * [r1370] THANKS.in, plugins/utils.c:
1795 specified (Jason Kau - 1465288) 2484 Stop coredump on Solaris if arg not specified (Jason Kau -
2485 1465288)
1796 2486
17972006-04-05 09:11 tonvoon 24872006-04-05 08:11 tonvoon
1798 2488
1799 * CHANGES: Notice added re: check_udp in next release 2489 * [r1369] CHANGES:
2490 Notice added re: check_udp in next release
1800 2491
18012006-04-05 09:06 tonvoon 24922006-04-05 08:06 tonvoon
1802 2493
1803 * plugins/check_procs.c: Use pid_t for pids (1463853) 2494 * [r1368] plugins/check_procs.c:
2495 Use pid_t for pids (1463853)
1804 2496
18052006-04-05 08:58 tonvoon 24972006-04-05 07:58 tonvoon
1806 2498
1807 * plugins/: check_http.c, t/check_http.t: Allow multiple -k 2499 * [r1367] plugins/check_http.c, plugins/t/check_http.t:
1808 parameters (Gerd Mueller - 1457726) 2500 Allow multiple -k parameters (Gerd Mueller - 1457726)
1809 2501
18102006-04-05 07:58 seanius 25022006-04-05 06:58 seanius
1811 2503
1812 * plugins/check_apt.c: finally??? cvs works again???? let me dig 2504 * [r1366] plugins/check_apt.c:
1813 up my week-old cvs commit message..... 2505 finally??? cvs works again???? let me dig up my week-old cvs
1814 2506 commit message.....
1815 i'm becoming very happy with check_apt now :) - now has support 2507
1816 for an externally (configure.in) path to apt-get, though i 2508 i'm becoming very happy with check_apt now :)
1817 still have that in #ifdefs for the time being. - support for 2509 - now has support for an externally (configure.in) path to
1818 defining what packages are "critical updates", via the 2510 apt-get,
1819 already-existing security regexp or overridable on the cmdline - 2511 though i still have that in #ifdefs for the time being.
1820 allow overriding of apt-get cmdline options - introduce a "no 2512 - support for defining what packages are "critical updates", via
1821 upgrade" in case someone just wants to check that they can 2513 the already-existing security regexp or overridable on the
1822 download the package lists with -u but not check for upgrades. 2514 cmdline
2515 - allow overriding of apt-get cmdline options
2516 - introduce a "no upgrade" in case someone just wants to check
2517 that
2518 they can download the package lists with -u but not check for
2519 upgrades.
1823 might need to change the name of this option to prevent 2520 might need to change the name of this option to prevent
1824 confusion. - improved -h documentation 2521 confusion.
2522 - improved -h documentation
1825 2523
18262006-03-29 17:33 tonvoon 25242006-03-29 16:33 tonvoon
1827 2525
1828 * THANKS.in, plugins/check_tcp.c, plugins/utils.c, plugins/utils.h, 2526 * [r1365] THANKS.in, plugins/check_tcp.c,
1829 plugins/tests/test_utils.c: New function to for escaped strings 2527 plugins/tests/test_utils.c, plugins/utils.c, plugins/utils.h:
1830 from command line for send/quit. Adapted from Sebastian 2528 New function to for escaped strings from command line for
1831 Wiesinger's patch (1292404) 2529 send/quit.
2530 Adapted from Sebastian Wiesinger's patch (1292404)
1832 2531
18332006-03-29 16:30 tonvoon 25322006-03-29 15:30 tonvoon
1834 2533
1835 * NPTest.pm: Will die if signal received from a testCmd 2534 * [r1364] NPTest.pm:
2535 Will die if signal received from a testCmd
1836 2536
18372006-03-29 15:37 tonvoon 25372006-03-29 14:37 tonvoon
1838 2538
1839 * plugins/t/check_udp.t: Allow 1 second delay in check_udp timeout 2539 * [r1363] plugins/t/check_udp.t:
2540 Allow 1 second delay in check_udp timeout
1840 2541
18412006-03-29 09:18 tonvoon 25422006-03-29 08:18 tonvoon
1842 2543
1843 * plugins/t/check_http.t: Fix possible timeout issue on 2544 * [r1362] plugins/t/check_http.t:
1844 hostname_invalid 2545 Fix possible timeout issue on hostname_invalid
1845 2546
18462006-03-29 09:13 tonvoon 25472006-03-29 08:13 tonvoon
1847 2548
1848 * plugins/t/check_dns.t: Fix test if response time is one second 2549 * [r1361] plugins/t/check_dns.t:
2550 Fix test if response time is one second
1849 2551
18502006-03-29 09:01 seanius 25522006-03-29 08:01 seanius
1851 2553
1852 * plugins/check_apt.c: now support for detecting critical/security 2554 * [r1360] plugins/check_apt.c:
1853 updates, which sets the return code to STATE_CRITICAL instead of 2555 now support for detecting critical/security updates, which sets
1854 just STATE_WARNING as it was previously doing. 2556 the return code to STATE_CRITICAL instead of just STATE_WARNING
2557 as it was previously doing.
1855 2558
18562006-03-27 09:39 tonvoon 25592006-03-27 08:39 tonvoon
1857 2560
1858 * plugins/t/check_udp.t: Set timeout within nc, rather than the 2561 * [r1359] plugins/t/check_udp.t:
1859 test script 2562 Set timeout within nc, rather than the test script
1860 2563
18612006-03-27 09:19 tonvoon 25642006-03-27 08:19 tonvoon
1862 2565
1863 * plugins/check_disk.c: Fixed bug with malloc of wrong size 2566 * [r1358] plugins/check_disk.c:
2567 Fixed bug with malloc of wrong size
1864 2568
18652006-03-24 17:26 tonvoon 25692006-03-24 17:26 tonvoon
1866 2570
1867 * plugins/t/check_dns.t: Fixing defaults to work 2571 * [r1357] plugins/t/check_dns.t:
2572 Fixing defaults to work
1868 2573
18692006-03-24 16:49 tonvoon 25742006-03-24 16:49 tonvoon
1870 2575
1871 * CHANGES: Reintroduced --with-mysql configure option. Note about 2576 * [r1356] CHANGES:
1872 SSL cleanup 2577 Reintroduced --with-mysql configure option. Note about SSL
2578 cleanup
1873 2579
18742006-03-24 16:25 tonvoon 25802006-03-24 16:25 tonvoon
1875 2581
1876 * plugins/check_http.c: -C now implies -S/--ssl as well 2582 * [r1355] plugins/check_http.c:
2583 -C now implies -S/--ssl as well
1877 2584
18782006-03-24 16:13 tonvoon 25852006-03-24 16:13 tonvoon
1879 2586
1880 * plugins/t/: check_hpjd.t, check_http.t: Tests converted to new 2587 * [r1354] plugins/t/check_hpjd.t, plugins/t/check_http.t:
1881 style 2588 Tests converted to new style
1882 2589
18832006-03-24 16:12 tonvoon 25902006-03-24 16:12 tonvoon
1884 2591
1885 * plugins/: check_tcp.c, t/check_udp.t: udp checks require and send 2592 * [r1353] plugins/check_tcp.c, plugins/t/check_udp.t:
1886 and receive option. Tests updated so if nc is available, will 2593 udp checks require and send and receive option. Tests updated so
1887 check send and receive working correctly 2594 if
2595 nc is available, will check send and receive working correctly
1888 2596
18892006-03-23 22:58 seanius 25972006-03-23 22:58 seanius
1890 2598
1891 * plugins/check_apt.c: - addition of include/exclude option for 2599 * [r1352] plugins/check_apt.c:
1892 package names in check_apt, using POSIX regexp support. - 2600 - addition of include/exclude option for package names in
1893 various commenting and tidying of code/logic/output. - still 2601 check_apt,
1894 haven't committed the Makefile.am/configure.in stuff. 2602 using POSIX regexp support.
2603 - various commenting and tidying of code/logic/output.
2604 - still haven't committed the Makefile.am/configure.in stuff.
1895 2605
18962006-03-23 17:16 tonvoon 26062006-03-23 17:16 tonvoon
1897 2607
1898 * NPTest.pm, plugins/check_disk.c, plugins/t/check_disk.t: 2608 * [r1351] NPTest.pm, plugins/check_disk.c, plugins/t/check_disk.t:
1899 check_disk now errors if a specified directory does not exist (cf 2609 check_disk now errors if a specified directory does not exist (cf
1900 df /foo) 2610 df /foo)
1901 2611
19022006-03-23 16:06 tonvoon 26122006-03-23 16:06 tonvoon
1903 2613
1904 * plugins/t/check_disk.t: Some versions of Test::More do not like 2614 * [r1350] plugins/t/check_disk.t:
1905 the m#foo# syntax 2615 Some versions of Test::More do not like the m#foo# syntax
1906 2616
19072006-03-23 12:01 tonvoon 26172006-03-23 12:01 tonvoon
1908 2618
1909 * NPTest.pm, plugins/check_disk.c, plugins/t/check_disk.t: 2619 * [r1349] NPTest.pm, plugins/check_disk.c, plugins/t/check_disk.t:
1910 Incorrect output when checking non-existent disk (John Rouillard 2620 Incorrect output when checking non-existent disk (John Rouillard
1911 - 1326050) 2621 - 1326050)
1912 2622
19132006-03-23 00:01 seanius 26232006-03-23 00:01 seanius
1914 2624
1915 * plugins/check_apt.c: more work on check_apt. more graceful error 2625 * [r1348] plugins/check_apt.c:
1916 handling and information reporting, a couple new cmdline options. 2626 more work on check_apt. more graceful error handling and
1917 still not quite ready for prime-time, maybe tomorrow :) 2627 information
2628 reporting, a couple new cmdline options. still not quite ready
2629 for prime-time, maybe tomorrow :)
1918 2630
19192006-03-22 17:32 tonvoon 26312006-03-22 17:32 tonvoon
1920 2632
1921 * REQUIREMENTS, configure.in: Reinstated --with-mysql option 2633 * [r1347] REQUIREMENTS, configure.in:
2634 Reinstated --with-mysql option
1922 2635
19232006-03-22 16:45 tonvoon 26362006-03-22 16:45 tonvoon
1924 2637
1925 * plugins/: check_dns.c, t/check_dns.t: Added warning and critical 2638 * [r1346] plugins/check_dns.c, plugins/t/check_dns.t:
1926 response times (John Rouillard - 1343159) 2639 Added warning and critical response times (John Rouillard -
2640 1343159)
1927 2641
19282006-03-22 15:45 tonvoon 26422006-03-22 15:45 tonvoon
1929 2643
1930 * plugins/t/check_pop.t: Convert to new style tests 2644 * [r1345] plugins/t/check_pop.t:
2645 Convert to new style tests
1931 2646
19322006-03-22 15:45 tonvoon 26472006-03-22 15:45 tonvoon
1933 2648
1934 * THANKS.in, plugins/check_tcp.c: Options to change line ends for 2649 * [r1344] THANKS.in, plugins/check_tcp.c:
1935 -s and -q (John Rouillard - 1346104) 2650 Options to change line ends for -s and -q (John Rouillard -
2651 1346104)
1936 2652
19372006-03-22 14:32 tonvoon 26532006-03-22 14:32 tonvoon
1938 2654
1939 * plugins-scripts/check_log.sh: Remove PATH restriction 2655 * [r1343] plugins-scripts/check_log.sh:
2656 Remove PATH restriction
1940 2657
19412006-03-22 14:17 tonvoon 26582006-03-22 14:17 tonvoon
1942 2659
1943 * plugins/: check_dns.c, t/check_dns.t: New style tests. Cleanup of 2660 * [r1342] plugins/check_dns.c, plugins/t/check_dns.t:
1944 presentation of help. Added '' around -a checks 2661 New style tests. Cleanup of presentation of help. Added '' around
2662 -a checks
1945 2663
19462006-03-22 13:18 tonvoon 26642006-03-22 13:18 tonvoon
1947 2665
1948 * plugins/check_by_ssh.c: Typo (Thomas Guettler - 1433447) 2666 * [r1341] plugins/check_by_ssh.c:
2667 Typo (Thomas Guettler - 1433447)
1949 2668
19502006-03-22 12:59 tonvoon 26692006-03-22 12:59 tonvoon
1951 2670
1952 * plugins-scripts/: check_log.sh, utils.sh.in: Remove hardlink to 2671 * [r1340] plugins-scripts/check_log.sh,
1953 /bin/sed. Leave to PATH (Abs - 1391483) 2672 plugins-scripts/utils.sh.in:
2673 Remove hardlink to /bin/sed. Leave to PATH (Abs - 1391483)
1954 2674
19552006-03-22 00:00 seanius 26752006-03-22 00:00 seanius
1956 2676
1957 * plugins/check_apt.c: initial version of a check_apt plugin... not 2677 * [r1339] plugins/check_apt.c:
1958 editing configure/Makefile.am's until i'm happier with it (better 2678 initial version of a check_apt plugin... not editing
1959 output, better ways to define warning vs. critical thresholds... 2679 configure/Makefile.am's
1960 etc). 2680 until i'm happier with it (better output, better ways to define
2681 warning
2682 vs. critical thresholds... etc).
1961 2683
19622006-03-21 14:20 tonvoon 26842006-03-21 14:20 tonvoon
1963 2685
1964 * THANKS.in, configure.in: Stop check_dns from compiling if 2686 * [r1338] THANKS.in, configure.in:
1965 nslookup does not exist (Sakari Lehtonen - 1412721) 2687 Stop check_dns from compiling if nslookup does not exist (Sakari
2688 Lehtonen -
2689 1412721)
1966 2690
19672006-03-21 13:42 tonvoon 26912006-03-21 13:42 tonvoon
1968 2692
1969 * plugins/t/check_load.t: Updated to new Test::More method for 2693 * [r1337] plugins/t/check_load.t:
1970 testing 2694 Updated to new Test::More method for testing
1971 2695
19722006-03-21 13:32 tonvoon 26962006-03-21 13:32 tonvoon
1973 2697
1974 * configure.in: Fix for mysql 3.x 2698 * [r1336] configure.in:
2699 Fix for mysql 3.x
1975 2700
19762006-03-21 13:31 tonvoon 27012006-03-21 13:31 tonvoon
1977 2702
1978 * plugins/check_tcp.c: Return CRITICAL if hostname invalid, as per 2703 * [r1335] plugins/check_tcp.c:
1979 guidelines 2704 Return CRITICAL if hostname invalid, as per guidelines
1980 2705
19812006-03-21 12:56 tonvoon 27062006-03-21 12:56 tonvoon
1982 2707
1983 * tools/setup: Patch to workaround SFnot having libtool installed 2708 * [r1334] tools/setup:
2709 Patch to workaround SFnot having libtool installed
1984 2710
19852006-03-21 11:42 tonvoon 27112006-03-21 11:42 tonvoon
1986 2712
1987 * REQUIREMENTS, CHANGES, THANKS.in, configure.in, 2713 * [r1333] CHANGES, REQUIREMENTS, THANKS.in, configure.in,
1988 plugins/Makefile.am, plugins/tests/Makefile.am: mysql discovery 2714 plugins/Makefile.am, plugins/tests/Makefile.am:
1989 based on mysql_config (Johan Fischer - 1359414) 2715 mysql discovery based on mysql_config (Johan Fischer - 1359414)
1990 2716
19912006-03-20 22:06 seanius 27172006-03-20 22:06 seanius
1992 2718
1993 * plugins/check_ntp.c: - shuffling some code around to keep things 2719 * [r1332] plugins/check_ntp.c:
1994 tidy. - now average the result of 4 queries just as ntpdate does 2720 - shuffling some code around to keep things tidy.
2721 - now average the result of 4 queries just as ntpdate does
1995 - put things in place for jitter calculation 2722 - put things in place for jitter calculation
1996 2723
19972006-03-20 17:18 seanius 27242006-03-20 17:18 seanius
1998 2725
1999 * plugins/check_ntp.c: ipv6 support for c-version of check_ntp 2726 * [r1331] plugins/check_ntp.c:
2727 ipv6 support for c-version of check_ntp
2000 2728
20012006-03-18 19:00 seanius 27292006-03-18 19:00 seanius
2002 2730
2003 * plugins/check_ntp.c: initial version of the pure-c check_ntp 2731 * [r1330] plugins/check_ntp.c:
2004 implementation. jitter not yet implemented, and a couple other 2732 initial version of the pure-c check_ntp implementation. jitter
2005 misc things to do, so i haven't yet patched Makefile.am 2733 not yet
2734 implemented, and a couple other misc things to do, so i haven't
2735 yet patched Makefile.am
2006 2736
20072006-03-18 14:47 seanius 27372006-03-18 14:47 seanius
2008 2738
2009 * plugins/check_http.c: return-logic related fix for cert checking, 2739 * [r1329] plugins/check_http.c:
2010 thanks to emmet hogan. 2740 return-logic related fix for cert checking, thanks to emmet
2741 hogan.
2011 2742
20122006-03-17 14:08 tonvoon 27432006-03-17 14:08 tonvoon
2013 2744
2014 * plugins/tests/test_utils.t: Better error message re: tap library 2745 * [r1328] plugins/tests/test_utils.t:
2746 Better error message re: tap library
2015 2747
20162006-03-17 14:07 tonvoon 27482006-03-17 14:07 tonvoon
2017 2749
2018 * REQUIREMENTS, configure.in, plugins/Makefile.am, 2750 * [r1327] REQUIREMENTS, configure.in, plugins/Makefile.am,
2019 plugins/check_mysql.c, plugins/check_mysql_query.c, 2751 plugins/check_mysql.c, plugins/check_mysql_query.c,
2020 plugins/t/check_mysql.t: mysql detection cleanup: fixes runtime 2752 plugins/t/check_mysql.t:
2021 linking, autodetection of main locations, detection of lib64 and 2753 mysql detection cleanup: fixes runtime linking, autodetection of
2022 different layouts 2754 main
2755 locations, detection of lib64 and different layouts
2023 2756
20242006-03-17 10:20 tonvoon 27572006-03-17 10:20 tonvoon
2025 2758
2026 * doc/developer-guidelines.sgml: Added requirement for developer 2759 * [r1326] doc/developer-guidelines.sgml:
2027 system to have gnu libtool 2760 Added requirement for developer system to have gnu libtool
2028 2761
20292006-03-16 17:31 tonvoon 27622006-03-16 17:31 tonvoon
2030 2763
2031 * configure.in, plugins/tests/Makefile.am, tools/setup: Using 2764 * [r1325] configure.in, plugins/tests/Makefile.am, tools/setup:
2032 libtool to get runpath for tap library 2765 Using libtool to get runpath for tap library
2033 2766
20342006-03-15 19:54 tonvoon 27672006-03-15 19:54 tonvoon
2035 2768
2036 * THANKS.in, plugins/check_mysql.c, plugins/t/check_mysql.t: Alert 2769 * [r1324] THANKS.in, plugins/check_mysql.c,
2037 on amount of time a slave is behind (Steven Kreuzer) 2770 plugins/t/check_mysql.t:
2771 Alert on amount of time a slave is behind (Steven Kreuzer)
2038 2772
20392006-03-13 17:59 seanius 27732006-03-13 17:59 seanius
2040 2774
2041 * plugins/check_swap.c: fix for (tracker id 1420741) "check_swap: 2775 * [r1323] plugins/check_swap.c:
2042 incorrect totals for multiple partitions (BSD)" thanks to scott 2776 fix for (tracker id 1420741)
2043 thompson 2777 "check_swap: incorrect totals for multiple partitions (BSD)"
2778 thanks to scott thompson
2044 2779
20452006-03-13 11:08 tonvoon 27802006-03-13 11:08 tonvoon
2046 2781
2047 * plugins/check_ping.c: Change warning message if there is stderr 2782 * [r1322] plugins/check_ping.c:
2048 output. This catches a problem where time was shifting backwards 2783 Change warning message if there is stderr output. This catches a
2049 on a linux VMware guest during the ping 2784 problem
2785 where time was shifting backwards on a linux VMware guest during
2786 the ping
2050 2787
20512006-03-07 10:33 tonvoon 27882006-03-07 10:33 tonvoon
2052 2789
2053 * plugins/t/check_http.t: Added tests for two external websites 2790 * [r1321] plugins/t/check_http.t:
2054 with certificates 2791 Added tests for two external websites with certificates
2055 2792
20562006-03-07 10:23 tonvoon 27932006-03-07 10:23 tonvoon
2057 2794
2058 * plugins/t/check_http.t: Tests re-written in new object format 2795 * [r1320] plugins/t/check_http.t:
2796 Tests re-written in new object format
2059 2797
20602006-02-24 17:03 tonvoon 27982006-02-24 17:03 tonvoon
2061 2799
2062 * doc/developer-guidelines.sgml: Updated doc as tap library is now 2800 * [r1319] doc/developer-guidelines.sgml:
2063 automatically discovered 2801 Updated doc as tap library is now automatically discovered
2064 2802
20652006-02-24 16:41 tonvoon 28032006-02-24 16:41 tonvoon
2066 2804
2067 * configure.in, plugins/tests/Makefile.am: Use the installed tap 2805 * [r1318] configure.in, plugins/tests/Makefile.am:
2068 library instead of requesting a compiled object 2806 Use the installed tap library instead of requesting a compiled
2807 object
2069 2808
20702006-02-17 09:08 tonvoon 28092006-02-17 09:08 tonvoon
2071 2810
2072 * THANKS.in, plugins/popen.c: SIGALRM could be received before 2811 * [r1317] THANKS.in, plugins/popen.c:
2073 child_process is created (Jason Crawford) 2812 SIGALRM could be received before child_process is created (Jason
2813 Crawford)
2074 2814
20752006-02-17 06:24 seanius 28152006-02-17 06:24 seanius
2076 2816
2077 * plugins/check_procs.c: set LC_NUMERIC to POSIX in check_procs.c 2817 * [r1316] plugins/check_procs.c:
2818 set LC_NUMERIC to POSIX in check_procs.c
2078 2819
20792006-02-01 13:23 tonvoon 28202006-02-01 13:23 tonvoon
2080 2821
2081 * plugins/t/check_mysql_query.t: If a mysql server has anonymous 2822 * [r1315] plugins/t/check_mysql_query.t:
2082 login, tests will always fail 2823 If a mysql server has anonymous login, tests will always fail
2083 2824
20842006-02-01 11:53 tonvoon 28252006-02-01 11:53 tonvoon
2085 2826
2086 * plugins/tests/Makefile.am: Need to distribute perl test file 2827 * [r1314] plugins/tests/Makefile.am:
2828 Need to distribute perl test file
2087 2829
20882006-01-31 16:48 tonvoon 28302006-01-31 16:48 tonvoon
2089 2831
2090 * CHANGES: check_mysql_query included 2832 * [r1313] CHANGES:
2833 check_mysql_query included
2091 2834
20922006-01-31 16:47 tonvoon 28352006-01-31 16:47 tonvoon
2093 2836
2094 * REQUIREMENTS: Note on MacOSX difference in mysql package 2837 * [r1312] REQUIREMENTS:
2838 Note on MacOSX difference in mysql package
2095 2839
20962006-01-31 16:45 tonvoon 28402006-01-31 16:45 tonvoon
2097 2841
2098 * configure.in, plugins/Makefile.am: Clean compile of 2842 * [r1311] configure.in, plugins/Makefile.am:
2099 check_mysql_query on MacOSX 2843 Clean compile of check_mysql_query on MacOSX
2100 2844
21012006-01-31 15:40 tonvoon 28452006-01-31 15:40 tonvoon
2102 2846
2103 * NPTest.pm: Sort ordering of tests 2847 * [r1310] NPTest.pm:
2848 Sort ordering of tests
2104 2849
21052006-01-31 14:52 tonvoon 28502006-01-31 14:52 tonvoon
2106 2851
2107 * configure.in, plugins/.cvsignore, plugins/Makefile.am, 2852 * [r1309] configure.in, plugins, plugins/.cvsignore,
2108 plugins/check_mysql_query.c, plugins/utils.h, 2853 plugins/Makefile.am, plugins/check_mysql_query.c,
2109 plugins/t/check_mysql_query.t: Adding check_mysql_query, using 2854 plugins/t/check_mysql_query.t, plugins/utils.h:
2110 new ranges and threshold checking 2855 Adding check_mysql_query, using new ranges and threshold checking
2111 2856
21122006-01-31 14:37 tonvoon 28572006-01-31 14:37 tonvoon
2113 2858
2114 * plugins/t/check_mysql.t: Extra explanation in tests 2859 * [r1308] plugins/t/check_mysql.t:
2860 Extra explanation in tests
2115 2861
21162006-01-31 14:36 tonvoon 28622006-01-31 14:36 tonvoon
2117 2863
2118 * plugins/tests/test_utils.c: Fixed invalid free 2864 * [r1307] plugins/tests/test_utils.c:
2865 Fixed invalid free
2119 2866
21202006-01-31 10:06 tonvoon 28672006-01-31 10:06 tonvoon
2121 2868
2122 * doc/developer-guidelines.sgml: Updated instructions on using 2869 * [r1306] doc/developer-guidelines.sgml:
2123 libtap as configure option changed 2870 Updated instructions on using libtap as configure option changed
2124 2871
21252006-01-31 10:05 tonvoon 28722006-01-31 10:05 tonvoon
2126 2873
2127 * configure.in: Changed configure option to --with-libtap-srcdir 2874 * [r1305] configure.in:
2128 because requires tap.h as well as tap.o 2875 Changed configure option to --with-libtap-srcdir because requires
2876 tap.h as well as tap.o
2129 2877
21302006-01-30 22:24 tonvoon 28782006-01-30 22:24 tonvoon
2131 2879
2132 * doc/developer-guidelines.sgml, plugins/utils.c, plugins/utils.h, 2880 * [r1304] doc/developer-guidelines.sgml,
2133 plugins/tests/test_utils.c: Clearly defined thresholds & ranges 2881 plugins/tests/test_utils.c, plugins/utils.c, plugins/utils.h:
2134 in docs. Added get_status routine. Added set_thresholds routine. 2882 Clearly defined thresholds & ranges in docs. Added get_status
2135 Tests enhanced to check new routines 2883 routine. Added
2884 set_thresholds routine. Tests enhanced to check new routines
2136 2885
21372006-01-30 16:10 tonvoon 28862006-01-30 16:10 tonvoon
2138 2887
2139 * configure.in, doc/developer-guidelines.sgml, plugins/Makefile.am, 2888 * [r1303] configure.in, doc/developer-guidelines.sgml,
2140 plugins/utils.c, plugins/utils.h, plugins/tests/.cvsignore, 2889 plugins/Makefile.am, plugins/tests, plugins/tests/.cvsignore,
2141 plugins/tests/Makefile.am, plugins/tests/README, 2890 plugins/tests/Makefile.am, plugins/tests/README,
2142 plugins/tests/check_disk, plugins/tests/check_dns, 2891 plugins/tests/check_disk, plugins/tests/check_dns,
2143 plugins/tests/check_ftp, plugins/tests/check_hpjd, 2892 plugins/tests/check_ftp, plugins/tests/check_hpjd,
@@ -2145,1257 +2894,1455 @@
2145 plugins/tests/check_ping, plugins/tests/check_procs, 2894 plugins/tests/check_ping, plugins/tests/check_procs,
2146 plugins/tests/check_swap, plugins/tests/check_users, 2895 plugins/tests/check_swap, plugins/tests/check_users,
2147 plugins/tests/check_vsz, plugins/tests/test_utils.c, 2896 plugins/tests/check_vsz, plugins/tests/test_utils.c,
2148 plugins/tests/test_utils.t: Added libtap tests for utils.c 2897 plugins/tests/test_utils.t, plugins/utils.c, plugins/utils.h:
2149 library functions. Removed redundant test files 2898 Added libtap tests for utils.c library functions. Removed
2899 redundant
2900 test files
2150 2901
21512006-01-21 21:46 tonvoon 29022006-01-21 21:46 tonvoon
2152 2903
2153 * tools/sfsnapshot: Have to use own id for cvs checkout. Change 2904 * [r1302] tools/sfsnapshot:
2154 compile server because old one not working consistently 2905 Have to use own id for cvs checkout. Change compile server
2906 because
2907 old one not working consistently
2155 2908
21562005-12-19 09:25 tonvoon 29092005-12-19 09:25 tonvoon
2157 2910
2158 * NPTest.pm: Break out of testing if a new parameter is required 2911 * [r1301] NPTest.pm:
2912 Break out of testing if a new parameter is required
2159 2913
21602005-12-16 18:41 harpermann 29142005-12-16 18:41 harpermann
2161 2915
2162 * contrib/check_log2.pl: Added ability to output critical on error. 2916 * [r1300] contrib/check_log2.pl:
2163 Fixed open so it properly fails if the log file open throws an 2917 Added ability to output critical on error. Fixed open so it
2164 error, turned on -w in the perl call, fixed warnings 2918 properly fails if the log file open throws an error, turned on -w
2919 in the perl call, fixed warnings
2165 2920
21662005-12-15 17:06 tonvoon 29212005-12-15 17:06 tonvoon
2167 2922
2168 * NPTest.pm, plugins/check_mysql.c, plugins/t/check_mysql.t: 2923 * [r1299] NPTest.pm, plugins/check_mysql.c,
2924 plugins/t/check_mysql.t:
2169 Display errors with slave queries correctly. Added extra tests 2925 Display errors with slave queries correctly. Added extra tests
2170 for slaves 2926 for slaves
2171 2927
21722005-12-15 15:19 tonvoon 29282005-12-15 15:19 tonvoon
2173 2929
2174 * NPTest.pm, doc/developer-guidelines.sgml, plugins/t/check_disk.t: 2930 * [r1298] NPTest.pm, doc/developer-guidelines.sgml,
2931 plugins/t/check_disk.t:
2175 New 3 parameter version of getTestParameters. Updated 2932 New 3 parameter version of getTestParameters. Updated
2176 check_disk.t to reflect. Added notes re: testing in developer 2933 check_disk.t to reflect.
2177 guidelines. 2934 Added notes re: testing in developer guidelines.
2178 2935
21792005-12-15 15:17 tonvoon 29362005-12-15 15:17 tonvoon
2180 2937
2181 * plugins-scripts/: check_file_age.pl, t/check_file_age.t: Allow 2938 * [r1297] plugins-scripts/check_file_age.pl,
2182 directories and links to be tested by check_file_age. Sanitise 2939 plugins-scripts/t/check_file_age.t:
2183 output. Added tests 2940 Allow directories and links to be tested by check_file_age.
2941 Sanitise output.
2942 Added tests
2184 2943
21852005-12-07 19:32 harpermann 29442005-12-07 19:32 harpermann
2186 2945
2187 * plugins/urlize.c: Nagiosplug bug 1266977. Added code to insert 2946 * [r1296] plugins/urlize.c:
2188 the closing </A> after the plugin output but before the 2947 Nagiosplug bug 1266977. Added code to insert the closing </A>
2189 performance output. 2948 after the plugin output but before the performance output.
2190 2949
21912005-12-07 15:10 tonvoon 29502005-12-07 15:10 tonvoon
2192 2951
2193 * THANKS.in, plugins/common.h: No floorf on Solaris 9 (Jon 2952 * [r1295] THANKS.in, plugins/common.h:
2194 Vandegrift - 1374705) 2953 No floorf on Solaris 9 (Jon Vandegrift - 1374705)
2195 2954
21962005-12-02 22:28 tonvoon 29552005-12-02 22:28 tonvoon
2197 2956
2198 * THANKS.in, doc/developer-guidelines.sgml, plugins/check_nagios.c, 2957 * [r1294] THANKS.in, doc/developer-guidelines.sgml,
2958 plugins/check_nagios.c,
2199 plugins/t/check_nagios.nagios1.status.log, 2959 plugins/t/check_nagios.nagios1.status.log,
2200 plugins/t/check_nagios.nagios2.status.dat, 2960 plugins/t/check_nagios.nagios2.status.dat,
2201 plugins/t/check_nagios.t: Support for Nagios 1 and Nagios 2 2961 plugins/t/check_nagios.t:
2202 status files (Gerhard Lausser - 1296242) 2962 Support for Nagios 1 and Nagios 2 status files (Gerhard Lausser -
2963 1296242)
2203 2964
22042005-12-02 22:25 tonvoon 29652005-12-02 22:25 tonvoon
2205 2966
2206 * plugins/t/.cvsignore: Ignore temporary files created for tests 2967 * [r1293] plugins/t, plugins/t/.cvsignore:
2968 Ignore temporary files created for tests
2207 2969
22082005-12-01 01:05 tonvoon 29702005-12-01 01:05 tonvoon
2209 2971
2210 * configure.in, config_test/Makefile, config_test/run_tests: Run 2972 * [r1292] config_test/Makefile, config_test/run_tests,
2211 longer test on redhat for spopen/pthread problem. Allow 2973 configure.in:
2212 enable/disable of pthread fix via configure option 2974 Run longer test on redhat for spopen/pthread problem. Allow
2975 enable/disable of
2976 pthread fix via configure option
2213 2977
22142005-11-30 00:49 harpermann 29782005-11-30 00:49 harpermann
2215 2979
2216 * plugins-scripts/check_ntp.pl: Nagiosplug bug # 1251096 check_ntp 2980 * [r1291] plugins-scripts/check_ntp.pl:
2217 wasn't properly handing a bad exit status from the external 2981 Nagiosplug bug # 1251096
2218 programs it calls (ntpdate and ntpq), so jitter wasn't set. 2982 check_ntp wasn't properly handing a bad exit status from the
2219 Added check of $? on close and proper error output if status from 2983 external programs it calls (ntpdate and ntpq), so jitter wasn't
2220 the sub program call completion is non-zero. This includes "host 2984 set. Added check of $? on close and proper error output if status
2221 not found". 2985 from the sub program call completion is non-zero. This includes
2986 "host not found".
2222 2987
22232005-11-29 23:21 harpermann 29882005-11-29 23:21 harpermann
2224 2989
2225 * contrib/check_email_loop.pl: UNKNOWN exit status was returning 2990 * [r1290] contrib/check_email_loop.pl:
2226 status of "-1", changed to "3" 2991 UNKNOWN exit status was returning status of "-1", changed to "3"
2227 2992
22282005-11-29 23:19 harpermann 29932005-11-29 23:19 harpermann
2229 2994
2230 * contrib/check_email_loop.pl: Bug: 1355304 Added patch for ePN and 2995 * [r1289] contrib/check_email_loop.pl:
2231 perl warnings. Fixed some text and a warning about type 2996 Bug: 1355304 Added patch for ePN and perl warnings. Fixed some
2232 comparison. 2997 text and
2998 a warning about type comparison.
2233 2999
22342005-11-18 12:56 tonvoon 30002005-11-18 12:56 tonvoon
2235 3001
2236 * tools/sfsnapshot: Create a permanent link to HEAD snapshot 3002 * [r1288] tools/sfsnapshot:
3003 Create a permanent link to HEAD snapshot
2237 3004
22382005-11-18 11:56 tonvoon 30052005-11-18 11:56 tonvoon
2239 3006
2240 * doc/developer-guidelines.sgml: Updated with more detailed 3007 * [r1287] doc/developer-guidelines.sgml:
2241 description of UNKNOWN states 3008 Updated with more detailed description of UNKNOWN states
2242 3009
22432005-11-16 17:26 tonvoon 30102005-11-16 17:26 tonvoon
2244 3011
2245 * plugins/check_disk.c: Fixed some compile errors with new 3012 * [r1286] plugins/check_disk.c:
2246 translations. Also reintroduced formatting after discussion with 3013 Fixed some compile errors with new translations. Also
2247 Benoit 3014 reintroduced formatting
3015 after discussion with Benoit
2248 3016
22492005-11-15 16:26 tonvoon 30172005-11-15 16:26 tonvoon
2250 3018
2251 * plugins/t/check_disk.t: Updated tests to minimise false 3019 * [r1285] plugins/t/check_disk.t:
2252 positives. Breaking down so more obvious what the tests are doing 3020 Updated tests to minimise false positives. Breaking down so more
3021 obvious
3022 what the tests are doing
2253 3023
22542005-11-14 14:43 tonvoon 30242005-11-14 14:43 tonvoon
2255 3025
2256 * doc/developer-guidelines.sgml: Added section re: translations 3026 * [r1284] doc/developer-guidelines.sgml:
3027 Added section re: translations
2257 3028
22582005-11-14 01:18 opensides 30292005-11-14 01:18 opensides
2259 3030
2260 * plugins/check_http.c: 3031 * [r1283] plugins/check_http.c:
2261 localization cleaning ... last commit before sleeping 3032 localization cleaning ...
3033 last commit before sleeping
2262 3034
22632005-11-14 00:51 opensides 30352005-11-14 00:51 opensides
2264 3036
2265 * plugins/: check_dig.c, check_disk.c, check_dns.c, check_dummy.c, 3037 * [r1282] plugins/check_dig.c, plugins/check_disk.c,
2266 check_fping.c, check_game.c: 3038 plugins/check_dns.c, plugins/check_dummy.c,
3039 plugins/check_fping.c, plugins/check_game.c:
2267 start of the cleaning of the localization 3040 start of the cleaning of the localization
2268 3041
22692005-11-12 23:48 tonvoon 30422005-11-12 23:48 tonvoon
2270 3043
2271 * THANKS.in, plugins/t/check_disk.t: Updated check_disk tests to 3044 * [r1281] THANKS.in, plugins/t/check_disk.t:
2272 use Test::More (Serhan Kiymaz) 3045 Updated check_disk tests to use Test::More (Serhan Kiymaz)
2273 3046
22742005-11-09 17:27 tonvoon 30472005-11-09 17:27 tonvoon
2275 3048
2276 * plugins/t/check_mysql.t: Using Test::More 3049 * [r1280] plugins/t/check_mysql.t:
3050 Using Test::More
2277 3051
22782005-11-09 16:40 tonvoon 30522005-11-09 16:40 tonvoon
2279 3053
2280 * NPTest.pm, plugins/t/check_imap.t, plugins/t/check_swap.t: Added 3054 * [r1279] NPTest.pm, plugins/t/check_imap.t,
2281 new NPTest->testCmd which returns objects back for testing at the 3055 plugins/t/check_swap.t:
2282 test script level. Updated check_swap and check_imap to this new 3056 Added new NPTest->testCmd which returns objects back for testing
2283 format 3057 at the test script level. Updated check_swap and check_imap to
3058 this
3059 new format
2284 3060
22852005-11-09 16:37 tonvoon 30612005-11-09 16:37 tonvoon
2286 3062
2287 * plugins/check_swap.c: Problem where absolute thresholds not 3063 * [r1278] plugins/check_swap.c:
2288 working on /proc/meminfo systems. Suffixed all variables with the 3064 Problem where absolute thresholds not working on /proc/meminfo
2289 unit of measurement 3065 systems. Suffixed all variables with the unit of measurement
2290 3066
22912005-11-09 16:34 tonvoon 30672005-11-09 16:34 tonvoon
2292 3068
2293 * configure.in: Typo with predetermined values 3069 * [r1277] configure.in:
3070 Typo with predetermined values
2294 3071
22952005-11-09 14:10 tonvoon 30722005-11-09 14:10 tonvoon
2296 3073
2297 * doc/developer-guidelines.sgml: Added copyright/license info 3074 * [r1276] doc/developer-guidelines.sgml:
2298 required in submissions 3075 Added copyright/license info required in submissions
2299 3076
23002005-11-09 09:31 tonvoon 30772005-11-09 09:31 tonvoon
2301 3078
2302 * doc/: NEW_STARTERS, developer-guidelines.sgml: Updated dev 3079 * [r1275] doc/NEW_STARTERS, doc/developer-guidelines.sgml:
2303 guidelines to link to NagiosExchange. Removed project admin notes 3080 Updated dev guidelines to link to NagiosExchange. Removed project
2304 from guidelines into separate file 3081 admin
3082 notes from guidelines into separate file
2305 3083
23062005-11-07 12:46 seanius 30842005-11-07 12:46 seanius
2307 3085
2308 * configure.in: incorporated patch from Elan Ruusamäe (ahmake) to 3086 * [r1274] configure.in:
2309 override program autodetection (see Feature Requests-1341528). i 3087 incorporated patch from Elan Ruusamäe (ahmake) to override
2310 would not call this quite complete just yet (i'll explain more in 3088 program autodetection (see Feature Requests-1341528). i would
2311 the tracker), but should be functional and useful enough to 3089 not call this quite complete just yet (i'll explain more in the
2312 commit now, in any case. 3090 tracker), but should be functional and useful enough to commit
3091 now, in any case.
2313 3092
23142005-11-04 09:38 tonvoon 30932005-11-04 09:38 tonvoon
2315 3094
2316 * THANKS.in, plugins/check_tcp.c, plugins/t/check_imap.t: Fixed 3095 * [r1273] THANKS.in, plugins/check_tcp.c, plugins/t/check_imap.t:
2317 --mismatch option for check_tcp. Added tests into check_imap 3096 Fixed --mismatch option for check_tcp. Added tests into
3097 check_imap
2318 (Rick Fey - 1339134) 3098 (Rick Fey - 1339134)
2319 3099
23202005-11-03 15:21 tonvoon 31002005-11-03 15:21 tonvoon
2321 3101
2322 * Makefile.am, tools/tinderbox_build: Adding new tinderbox build 3102 * [r1272] Makefile.am, tools/tinderbox_build:
2323 script 3103 Adding new tinderbox build script
2324 3104
23252005-11-03 15:13 tonvoon 31052005-11-03 15:13 tonvoon
2326 3106
2327 * plugins/t/: check_disk.t, check_procs.t: Invalid mount point 3107 * [r1271] plugins/t/check_disk.t, plugins/t/check_procs.t:
2328 doesn't make sense because most df implementations would work out 3108 Invalid mount point doesn't make sense because most df
2329 the actual mount point. And fixed typo in check_procs.t 3109 implementations
3110 would work out the actual mount point. And fixed typo in
3111 check_procs.t
2330 3112
23312005-11-03 15:04 tonvoon 31132005-11-03 15:04 tonvoon
2332 3114
2333 * NPTest.pm, plugins/t/check_http.t, plugins/t/check_time.t: Fixing 3115 * [r1270] NPTest.pm, plugins/t/check_http.t,
2334 some test failures 3116 plugins/t/check_time.t:
3117 Fixing some test failures
2335 3118
23362005-11-02 08:59 seanius 31192005-11-02 08:59 seanius
2337 3120
2338 * plugins/check_disk.c: #995761: patch from ben o'hara to include 3121 * [r1269] plugins/check_disk.c:
2339 inode calculations in check_disk.c. 3122 #995761: patch from ben o'hara to include inode calculations in
2340 3123 check_disk.c.
3124
2341 previous commit also had a patch for smtp auth support, but i 3125 previous commit also had a patch for smtp auth support, but i
2342 accidentally sent a blank commit message. 3126 accidentally
3127 sent a blank commit message.
2343 3128
23442005-11-02 08:47 seanius 31292005-11-02 08:47 seanius
2345 3130
2346 * plugins/check_smtp.c: check_smtp.c 3131 * [r1268] plugins/check_smtp.c:
3132 check_smtp.c
2347 3133
23482005-10-31 20:03 seanius 31342005-10-31 20:03 seanius
2349 3135
2350 * configure.in, plugins/check_game.c, plugins/check_http.c, 3136 * [r1267] configure.in, plugins/check_game.c, plugins/check_http.c,
2351 plugins/check_nagios.c, plugins/check_snmp.c, 3137 plugins/check_nagios.c, plugins/check_snmp.c,
2352 plugins/check_swap.c, plugins/check_tcp.c, plugins/common.h, 3138 plugins/check_swap.c, plugins/check_tcp.c, plugins/common.h,
2353 plugins/netutils.c, plugins/netutils.h, plugins/sslutils.c: code 3139 plugins/netutils.c, plugins/netutils.h, plugins/sslutils.c:
2354 cleanups, largely resulting from turning on -Wall. mostly unused 3140 code cleanups, largely resulting from turning on -Wall. mostly
2355 variables and explicit casting issues, but there were a couple 3141 unused variables and explicit casting issues, but there were a
2356 gotchas in there too. 3142 couple gotchas in there too.
2357 3143
23582005-10-30 22:45 seanius 31442005-10-30 22:45 seanius
2359 3145
2360 * plugins/Makefile.am: turned on -Wall in plugins/Makefile.am via 3146 * [r1266] plugins/Makefile.am:
2361 AM_CFLAGS. shouldn't keep our heads in the sand for potential 3147 turned on -Wall in plugins/Makefile.am via AM_CFLAGS. shouldn't
2362 errors, after all :) 3148 keep
3149 our heads in the sand for potential errors, after all :)
2363 3150
23642005-10-30 18:05 seanius 31512005-10-30 18:05 seanius
2365 3152
2366 * plugins/check_tcp.c: another fix from alex: check for '/' in the 3153 * [r1265] plugins/check_tcp.c:
2367 server_address before trying to resolve it via is_host(). 3154 another fix from alex: check for '/' in the server_address before
3155 trying to resolve it via is_host().
2368 3156
23692005-10-30 10:25 seanius 31572005-10-30 10:25 seanius
2370 3158
2371 * plugins/check_tcp.c: fixes for some bugs found in my merging of 3159 * [r1264] plugins/check_tcp.c:
2372 the tcp socket patch 3160 fixes for some bugs found in my merging of the tcp socket patch
2373 3161
23742005-10-29 16:38 seanius 31622005-10-29 15:38 seanius
2375 3163
2376 * plugins-scripts/check_log.sh: check_log fixes from Ade Rixon 3164 * [r1263] plugins-scripts/check_log.sh:
3165 check_log fixes from Ade Rixon
2377 3166
23782005-10-29 13:46 seanius 31672005-10-29 12:46 seanius
2379 3168
2380 * plugins/Makefile.am: patch from nsturm: Makefile.am should have 3169 * [r1262] plugins/Makefile.am:
2381 been checking for check_ldap instead of check_ldaps. the result 3170 patch from nsturm: Makefile.am should have been checking for
2382 was that check_ldaps was not being created during the build 3171 check_ldap
2383 process. 3172 instead of check_ldaps. the result was that check_ldaps was not
3173 being
3174 created during the build process.
2384 3175
23852005-10-25 11:38 seanius 31762005-10-25 10:38 seanius
2386 3177
2387 * COPYING, configure.in, plugins/Makefile.am, plugins/check_tcp.c, 3178 * [r1261] COPYING, configure.in, plugins/Makefile.am,
2388 plugins/netutils.c, plugins/netutils.h, plugins/utils.h, 3179 plugins/check_tcp.c, plugins/netutils.c, plugins/netutils.h,
2389 po/de.po, po/fr.po: - added code to allow check_tcp (via 3180 plugins/utils.h, po/de.po, po/fr.po:
2390 np_net_connect) work with local unix sockets. some testing 3181 - added code to allow check_tcp (via np_net_connect) work with
2391 would be welcome. based on idea from Alex Samorukov. - also 3182 local
2392 introduced a check_clamd behavior in check_tcp. 3183 unix sockets. some testing would be welcome. based on idea from
3184 Alex Samorukov.
3185 - also introduced a check_clamd behavior in check_tcp.
2393 3186
23942005-10-24 12:10 seanius 31872005-10-24 11:10 seanius
2395 3188
2396 * plugins/: Makefile.am, check_by_ssh.c, check_dig.c, check_dns.c, 3189 * [r1260] plugins/Makefile.am, plugins/check_by_ssh.c,
2397 check_game.c, check_nagios.c, netutils.c, runcmd.c, runcmd.h, 3190 plugins/check_dig.c, plugins/check_dns.c, plugins/check_game.c,
2398 utils.c, utils.h: initial merging of ae's np_runcmd code into 3191 plugins/check_nagios.c, plugins/netutils.c, plugins/runcmd.c,
2399 selected plugins. 3192 plugins/runcmd.h, plugins/utils.c, plugins/utils.h:
3193 initial merging of ae's np_runcmd code into selected plugins.
2400 3194
24012005-10-23 13:01 seanius 31952005-10-23 12:01 seanius
2402 3196
2403 * configure.in: whoops, missed this one, same as last commit 3197 * [r1259] configure.in:
3198 whoops, missed this one, same as last commit
2404 3199
24052005-10-23 12:59 seanius 32002005-10-23 11:59 seanius
2406 3201
2407 * plugins/: Makefile.am, netutils.c, sslutils.c: - 3202 * [r1258] plugins/Makefile.am, plugins/netutils.c,
2408 compartmentalized ssl code into seperate sslutils.c - ssl-related 3203 plugins/sslutils.c:
2409 cleanups in configure.in, and now openssl/gnutls options 3204 - compartmentalized ssl code into seperate sslutils.c
3205 - ssl-related cleanups in configure.in, and now openssl/gnutls
3206 options
2410 automatically disable each other. 3207 automatically disable each other.
2411 3208
24122005-10-19 21:22 seanius 32092005-10-19 20:22 seanius
2413 3210
2414 * plugins/: check_http.c, check_smtp.c, check_tcp.c, netutils.c, 3211 * [r1257] plugins/check_http.c, plugins/check_smtp.c,
2415 netutils.h: all plugins now using centralized ssl functions in 3212 plugins/check_tcp.c, plugins/netutils.c, plugins/netutils.h:
2416 netutils.c 3213 all plugins now using centralized ssl functions in netutils.c
2417 3214
24182005-10-19 14:05 seanius 32152005-10-19 13:05 seanius
2419 3216
2420 * plugins/check_http.c: endif was a few lines off of where it 3217 * [r1256] plugins/check_http.c:
2421 should be 3218 endif was a few lines off of where it should be
2422 3219
24232005-10-19 13:59 seanius 32202005-10-19 12:59 seanius
2424 3221
2425 * configure.in, plugins/Makefile.am, plugins/check_http.c, 3222 * [r1255] configure.in, plugins-root/Makefile.am,
2426 plugins/check_smtp.c, plugins/check_tcp.c, plugins/common.h, 3223 plugins/Makefile.am, plugins/check_http.c, plugins/check_smtp.c,
2427 plugins/netutils.c, plugins/netutils.h, plugins-root/Makefile.am: 3224 plugins/check_tcp.c, plugins/common.h, plugins/netutils.c,
3225 plugins/netutils.h:
2428 - initial attempt at consolidating ssl-related code into 3226 - initial attempt at consolidating ssl-related code into
2429 netutils.{c,h} - added some #ifdefs to common.h and netutils.h to 3227 netutils.{c,h}
2430 prevent multiple inclusions (as netlibs now includes common.h) 3228 - added some #ifdefs to common.h and netutils.h to prevent
3229 multiple
3230 inclusions (as netlibs now includes common.h)
2431 - all ssl plugins (tcp/http/smtp) compile cleanly against gnutls, 3231 - all ssl plugins (tcp/http/smtp) compile cleanly against gnutls,
2432 though certificate checking still needs to be done. - modified 3232 though
2433 configure script so you can also explicitly say "without-gnutls" 3233 certificate checking still needs to be done.
3234 - modified configure script so you can also explicitly say
3235 "without-gnutls"
2434 too (otherwise if you disable openssl you have no way of 3236 too (otherwise if you disable openssl you have no way of
2435 disabling gnutls too) 3237 disabling
3238 gnutls too)
2436 3239
24372005-10-18 23:35 seanius 32402005-10-18 22:35 seanius
2438 3241
2439 * configure.in, plugins/check_tcp.c: initial "experimental" support 3242 * [r1254] configure.in, plugins/check_tcp.c:
2440 for gnutls. by default openssl is still used if available, and 3243 initial "experimental" support for gnutls. by default openssl is
2441 gnutls is only used if openssl is not available or explicitly 3244 still
2442 disabled (--without-openssl). currently the only plugin i've 3245 used if available, and gnutls is only used if openssl is not
2443 verified to work is check_tcp, but i had to disable cert 3246 available
3247 or explicitly disabled (--without-openssl). currently the only
3248 plugin
3249 i've verified to work is check_tcp, but i had to disable cert
2444 checking. 3250 checking.
2445 3251
24462005-10-18 10:26 tonvoon 32522005-10-18 09:26 tonvoon
2447 3253
2448 * README: Added license information to README with exemption for 3254 * [r1253] README:
2449 use of OpenSSL 3255 Added license information to README with exemption for use of
3256 OpenSSL
2450 3257
24512005-10-13 12:51 tonvoon 32582005-10-13 11:51 tonvoon
2452 3259
2453 * configure.in: Run spopen tests for Redhat ES SMP (Hans Engelen) 3260 * [r1252] configure.in:
3261 Run spopen tests for Redhat ES SMP (Hans Engelen)
2454 3262
24552005-10-13 11:22 seanius 32632005-10-13 10:22 seanius
2456 3264
2457 * po/de.po: debian bts #313960: - grammatical german fixes. i'm 3265 * [r1251] po/de.po:
2458 taking the reporter's word for it :) 3266 debian bts #313960:
3267 - grammatical german fixes. i'm taking the reporter's word for it
3268 :)
2459 3269
24602005-10-13 11:20 seanius 32702005-10-13 10:20 seanius
2461 3271
2462 * plugins-scripts/check_ntp.pl: debian bts #268044: - use a "less 3272 * [r1250] plugins-scripts/check_ntp.pl:
2463 beastly" regex for parsing ntpq output. probably need some 3273 debian bts #268044:
2464 more widespread testing on this one. 3274 - use a "less beastly" regex for parsing ntpq output. probably
3275 need
3276 some more widespread testing on this one.
2465 3277
24662005-10-13 11:18 seanius 32782005-10-13 10:18 seanius
2467 3279
2468 * plugins/check_disk.c: debian bts #296278: - it seems that when 3280 * [r1249] plugins/check_disk.c:
2469 check_disk uses the "df" routines and is told to check a 3281 debian bts #296278:
2470 non-mountpoint, it would check the filesystem on which the 3282 - it seems that when check_disk uses the "df" routines and is
3283 told to
3284 check a non-mountpoint, it would check the filesystem on which
3285 the
2471 directory was mounted (i.e. /var/log -> /var if no /var/log 3286 directory was mounted (i.e. /var/log -> /var if no /var/log
2472 mount). the system-call routines now do this too. might need 3287 mount).
2473 a bit more widespread testing, but looks good for me and i did 3288 the system-call routines now do this too. might need a bit more
2474 it without modifying any of the system-call-specific 3289 widespread testing, but looks good for me and i did it without
2475 codeblocks. 3290 modifying any of the system-call-specific codeblocks.
2476 3291
24772005-10-13 11:16 seanius 32922005-10-13 10:16 seanius
2478 3293
2479 * plugins/check_game.c: debian bts #307905: - someone changed the 3294 * [r1248] plugins/check_game.c:
2480 cmdline syntax of check game without also updating the 3295 debian bts #307905:
2481 usage/help function ;p 3296 - someone changed the cmdline syntax of check game without also
3297 updating the usage/help function ;p
2482 3298
24832005-10-13 11:14 seanius 32992005-10-13 10:14 seanius
2484 3300
2485 * plugins-scripts/check_disk_smb.pl: debian bts #300701: - 3301 * [r1247] plugins-scripts/check_disk_smb.pl:
2486 check_smb fix for freespace threshold parsing from the cmdline 3302 debian bts #300701:
3303 - check_smb fix for freespace threshold parsing from the cmdline
2487 options. 3304 options.
2488 3305
24892005-10-13 11:11 seanius 33062005-10-13 10:11 seanius
2490 3307
2491 * plugins/check_smtp.c: multiple fixes in check_smtp from debian 3308 * [r1246] plugins/check_smtp.c:
2492 (bts #285554): - fix for double free via SSL_CTX_free. looks 3309 multiple fixes in check_smtp from debian (bts #285554):
2493 like the previous author knew this was a problem but didn't 3310 - fix for double free via SSL_CTX_free. looks like the previous
2494 care enough to fix it ;p. - use defines instead of const chars 3311 author
2495 for SMTP strings. - default to send our fqdn (via gethostbyname 3312 knew this was a problem but didn't care enough to fix it ;p.
2496 lookup on gethostname) in the HELO string, as this is an 3313 - use defines instead of const chars for SMTP strings.
2497 RFC/SMTP requirement. overridable via cmdline. - use EHLO 3314 - default to send our fqdn (via gethostbyname lookup on
2498 instead of HELO if using STARTTLS, as it is not SMTP but ESMTP. 3315 gethostname)
2499 - verify the server supports STARTTLS before initializing it. - 3316 in the HELO string, as this is an RFC/SMTP requirement.
2500 always send QUIT before disconnecting when possible. 3317 overridable
3318 via cmdline.
3319 - use EHLO instead of HELO if using STARTTLS, as it is not SMTP
3320 but
3321 ESMTP.
3322 - verify the server supports STARTTLS before initializing it.
3323 - always send QUIT before disconnecting when possible.
2501 3324
25022005-10-13 10:58 seanius 33252005-10-13 09:58 seanius
2503 3326
2504 * plugins/check_mrtg.c: was this plugin even working? i don't 3327 * [r1245] plugins/check_mrtg.c:
2505 think the if/else logic was doing what was intended. 3328 was this plugin even working? i don't think the if/else logic
3329 was doing what was intended.
2506 3330
25072005-10-13 10:55 seanius 33312005-10-13 09:55 seanius
2508 3332
2509 * plugins/check_mysql.c: check mysql now reads [client] defaults 3333 * [r1244] plugins/check_mysql.c:
2510 from my.cnf (debian bug #278817) 3334 check mysql now reads [client] defaults from my.cnf (debian bug
3335 #278817)
2511 3336
25122005-10-06 13:16 seanius 33372005-10-06 12:16 seanius
2513 3338
2514 * plugins/check_ups.c: fix for misreporting temperature in perfdata 3339 * [r1243] plugins/check_ups.c:
2515 output for check_ups (debian bts id: #316534) 3340 fix for misreporting temperature in perfdata output for check_ups
3341 (debian bts id: #316534)
2516 3342
25172005-10-06 13:12 seanius 33432005-10-06 12:12 seanius
2518 3344
2519 * configure.in, plugins-root/Makefile.am: whoops. now using 3345 * [r1242] configure.in, plugins-root/Makefile.am:
2520 automake conditionals to prevent attempted compiles of pst3 on 3346 whoops. now using automake conditionals to prevent attempted
2521 non solaris systems. 3347 compiles
3348 of pst3 on non solaris systems.
2522 3349
25232005-09-25 17:34 seanius 33502005-09-25 16:34 seanius
2524 3351
2525 * plugins-root/Makefile.am: added rules to Makefile.am for pst3 3352 * [r1241] plugins-root/Makefile.am:
3353 added rules to Makefile.am for pst3
2526 3354
25272005-09-24 21:01 seanius 33552005-09-24 20:01 seanius
2528 3356
2529 * configure.in: a final change to hardcode the path for where 3357 * [r1240] configure.in:
2530 plugins are installed. it's a very, very ugly hack... if anyone 3358 a final change to hardcode the path for where plugins are
2531 can think of a better way to do it, i'm all ears. 3359 installed.
3360 it's a very, very ugly hack... if anyone can think of a better
3361 way
3362 to do it, i'm all ears.
2532 3363
25332005-09-22 13:10 seanius 33642005-09-22 12:10 seanius
2534 3365
2535 * configure.in: use test instead of '[ ... ]' in configure.in. the 3366 * [r1239] configure.in:
2536 check_procs/pst3 situation is still not quite fixed. 3367 use test instead of '[ ... ]' in configure.in. the
3368 check_procs/pst3
3369 situation is still not quite fixed.
2537 3370
25382005-09-22 10:43 seanius 33712005-09-22 09:43 seanius
2539 3372
2540 * THANKS.in, configure.in, plugins-root/pst3.c: first version of 3373 * [r1238] THANKS.in, configure.in, plugins-root/pst3.c:
2541 bob ingraham's pst3 to allow checking for longer cmdline names 3374 first version of bob ingraham's pst3 to allow checking for longer
2542 than otherwise possible, by querying solaris kmem directly (ps 3375 cmdline names than otherwise possible, by querying solaris kmem
2543 forcibly truncates). added requisite configure.in voodoo and 3376 directly (ps forcibly truncates). added requisite configure.in
2544 updated THANKS.in. 3377 voodoo
3378 and updated THANKS.in.
2545 3379
25462005-09-22 09:10 tonvoon 33802005-09-22 08:10 tonvoon
2547 3381
2548 * po/POTFILES.in: Mark moving of check_dhcp and check_icmp for 3382 * [r1237] po/POTFILES.in:
2549 translation 3383 Mark moving of check_dhcp and check_icmp for translation
2550 3384
25512005-09-21 14:07 tonvoon 33852005-09-21 13:07 tonvoon
2552 3386
2553 * AUTHORS, THANKS.in: Updated with contributors and new team member 3387 * [r1236] AUTHORS, THANKS.in:
3388 Updated with contributors and new team member
2554 3389
25552005-09-21 14:04 tonvoon 33902005-09-21 13:04 tonvoon
2556 3391
2557 * plugins/check_nwstat.c: Reopen connections for each query 3392 * [r1235] plugins/check_nwstat.c:
2558 (1296296 - David Sullivan) 3393 Reopen connections for each query (1296296 - David Sullivan)
2559 3394
25602005-09-21 11:09 tonvoon 33952005-09-21 10:09 tonvoon
2561 3396
2562 * plugins/: check_dhcp.c, check_icmp.c: Moved into plugins-root/ 3397 * [r1234] plugins/check_dhcp.c, plugins/check_icmp.c:
3398 Moved into plugins-root/
2563 3399
25642005-09-21 11:06 tonvoon 34002005-09-21 10:06 tonvoon
2565 3401
2566 * ACKNOWLEDGEMENTS, CHANGES, Makefile.am, README, configure.in, 3402 * [r1233] ACKNOWLEDGEMENTS, CHANGES, Makefile.am, README,
2567 plugins/Makefile.am, plugins-root/.cvsignore, 3403 configure.in, plugins-root, plugins-root/.cvsignore,
2568 plugins-root/Makefile.am, plugins-root/check_dhcp.c, 3404 plugins-root/Makefile.am, plugins-root/check_dhcp.c,
2569 plugins-root/check_icmp.c: Separation of root setuid plugins into 3405 plugins-root/check_icmp.c, plugins/Makefile.am:
2570 plugins-root/ 3406 Separation of root setuid plugins into plugins-root/
2571
25722005-09-20 17:11 tonvoon
2573 3407
2574 * configure.in: Incorrect assignment of procppid in configure.in 34082005-09-20 16:11 tonvoon
2575 (1296497 - Pascal Larisch)
2576 3409
25772005-09-20 12:34 tonvoon 3410 * [r1232] configure.in:
3411 Incorrect assignment of procppid in configure.in (1296497 -
3412 Pascal Larisch)
2578 3413
2579 * configure.in, plugins/t/check_procs.t: Support for Tru64 for 34142005-09-20 11:34 tonvoon
2580 check_procs + additional test cases
2581 3415
25822005-09-19 15:18 tonvoon 3416 * [r1231] configure.in, plugins/t/check_procs.t:
3417 Support for Tru64 for check_procs + additional test cases
2583 3418
2584 * doc/RELEASING: Note to update version number before creating 34192005-09-19 14:18 tonvoon
2585 ChangeLog
2586 3420
25872005-09-19 14:51 tonvoon 3421 * [r1230] doc/RELEASING:
3422 Note to update version number before creating ChangeLog
2588 3423
2589 * configure.in, package.def: For 1.4.2 release 34242005-09-19 13:51 tonvoon
2590 3425
25912005-09-19 14:48 tonvoon 3426 * [r1228] configure.in, package.def:
3427 For 1.4.2 release
2592 3428
2593 * ChangeLog: Updated for 1.4.2 release 34292005-09-19 13:48 tonvoon
2594 3430
25952005-09-19 14:46 tonvoon 3431 * [r1227] ChangeLog:
3432 Updated for 1.4.2 release
2596 3433
2597 * doc/RELEASING: Reminders for news item and tag format 34342005-09-19 13:46 tonvoon
2598 3435
25992005-09-19 14:42 tonvoon 3436 * [r1226] doc/RELEASING:
3437 Reminders for news item and tag format
2600 3438
2601 * BUGS: Updated BUGS for 1.4.2 release 34392005-09-19 13:42 tonvoon
2602 3440
26032005-09-19 11:58 tonvoon 3441 * [r1225] BUGS:
3442 Updated BUGS for 1.4.2 release
2604 3443
2605 * THANKS.in: More contributors 34442005-09-19 10:58 tonvoon
2606 3445
26072005-09-15 09:39 tonvoon 3446 * [r1224] THANKS.in:
3447 More contributors
2608 3448
2609 * plugins/t/check_ping.t: Added test to make sure hostname has to 34492005-09-15 08:39 tonvoon
2610 be specified
2611 3450
26122005-09-15 09:27 tonvoon 3451 * [r1223] plugins/t/check_ping.t:
3452 Added test to make sure hostname has to be specified
2613 3453
2614 * plugins/: check_procs.c, check_swap.c: - Cleanup minor compile 34542005-09-15 08:27 tonvoon
2615 errors on Irix
2616 3455
26172005-09-14 15:40 tonvoon 3456 * [r1222] plugins/check_procs.c, plugins/check_swap.c:
3457 - Cleanup minor compile errors on Irix
2618 3458
2619 * plugins/check_ping.c: Using common message 34592005-09-14 14:40 tonvoon
2620 3460
26212005-09-14 15:36 tonvoon 3461 * [r1221] plugins/check_ping.c:
3462 Using common message
2622 3463
2623 * plugins/check_ping.c: Required hostname not flagging as an error 34642005-09-14 14:36 tonvoon
2624 3465
26252005-09-14 13:40 tonvoon 3466 * [r1220] plugins/check_ping.c:
3467 Required hostname not flagging as an error
2626 3468
2627 * plugins/Makefile.am: Some makes do not like blank lines after 34692005-09-14 12:40 tonvoon
2628 "\". Fixed check_ldaps to only generate if check_ldap was created
2629 (Chester Hosey)
2630 3470
26312005-09-14 10:53 tonvoon 3471 * [r1219] plugins/Makefile.am:
3472 Some makes do not like blank lines after "\". Fixed check_ldaps
3473 to only
3474 generate if check_ldap was created (Chester Hosey)
2632 3475
2633 * plugins/check_load.c: Fix to parsing of uptime (Ronald Tin - 34762005-09-14 09:53 tonvoon
2634 1254656)
2635 3477
26362005-09-14 10:49 tonvoon 3478 * [r1218] plugins/check_load.c:
3479 Fix to parsing of uptime (Ronald Tin - 1254656)
2637 3480
2638 * configure.in: - Removing typos 34812005-09-14 09:49 tonvoon
2639 3482
26402005-09-13 16:48 tonvoon 3483 * [r1217] configure.in:
3484 - Removing typos
2641 3485
2642 * plugins/check_ping.c: More diagnostic messages from check_ping 34862005-09-13 15:48 tonvoon
2643 3487
26442005-09-12 12:20 seanius 3488 * [r1216] plugins/check_ping.c:
3489 More diagnostic messages from check_ping
2645 3490
2646 * plugins/check_ping.c: re-add a call to setlocale(LC_ALL, "") in 34912005-09-12 11:20 seanius
2647 check_ping.c
2648 3492
26492005-09-12 11:37 tonvoon 3493 * [r1215] plugins/check_ping.c:
3494 re-add a call to setlocale(LC_ALL, "") in check_ping.c
2650 3495
2651 * THANKS.in: For help in fixing Red Hat problem with ECHILD and 34962005-09-12 10:37 tonvoon
2652 waitpid
2653 3497
26542005-09-12 11:31 tonvoon 3498 * [r1214] THANKS.in:
3499 For help in fixing Red Hat problem with ECHILD and waitpid
2655 3500
2656 * plugins/popen.c, Makefile.am, configure.in, config_test/Makefile, 35012005-09-12 10:31 tonvoon
2657 config_test/child_test.c, config_test/run_tests: ECHILD error at
2658 waitpid on Red Hat systems (Peter Pramberger and Sascha Runschke
2659 - 1250191)
2660 3502
26612005-08-30 23:11 tonvoon 3503 * [r1213] Makefile.am, config_test, config_test/Makefile,
3504 config_test/child_test.c, config_test/run_tests, configure.in,
3505 plugins/popen.c:
3506 ECHILD error at waitpid on Red Hat systems (Peter Pramberger and
3507 Sascha Runschke - 1250191)
2662 3508
2663 * plugins-scripts/subst.in: Better comments for what the 35092005-08-30 22:11 tonvoon
2664 substitutions are doing
2665 3510
26662005-08-01 22:30 tonvoon 3511 * [r1212] plugins-scripts/subst.in:
3512 Better comments for what the substitutions are doing
2667 3513
2668 * doc/BRANCHING: Move notes on branching away from RELEASING 35142005-08-01 21:30 tonvoon
2669 3515
26702005-08-01 22:28 tonvoon 3516 * [r1210] doc/BRANCHING:
3517 Move notes on branching away from RELEASING
2671 3518
2672 * package.def: For 1.4.1 release 35192005-08-01 21:28 tonvoon
2673 3520
26742005-08-01 22:23 tonvoon 3521 * [r1209] BUGS, ChangeLog, REQUIREMENTS, configure.in, package.def:
3522 For 1.4.1 release
2675 3523
2676 * ChangeLog, configure.in, BUGS, REQUIREMENTS: For 1.4.1 release 35242005-07-25 14:17 illumino
2677 3525
26782005-07-25 15:17 illumino 3526 * [r1208] NPTest.pm:
3527 Change the environment variable NPTESTCACHE to NPTEST_CACHE for
3528 consistancy
2679 3529
2680 * NPTest.pm: Change the environment variable NPTESTCACHE to 35302005-07-25 01:47 illumino
2681 NPTEST_CACHE for consistancy
2682 3531
26832005-07-25 02:47 illumino 3532 * [r1207] Helper.pm, Makefile.am, NPTest.pm, configure.in,
2684 3533 plugins-scripts/t/check_rpc.t, plugins/t/check_disk.t,
2685 * Helper.pm, Makefile.am, NPTest.pm, configure.in, test.pl.in, 3534 plugins/t/check_dns.t, plugins/t/check_fping.t,
2686 plugins/t/check_disk.t, plugins/t/check_dns.t, 3535 plugins/t/check_ftp.t, plugins/t/check_hpjd.t,
2687 plugins/t/check_fping.t, plugins/t/check_ftp.t, 3536 plugins/t/check_http.t, plugins/t/check_imap.t,
2688 plugins/t/check_hpjd.t, plugins/t/check_http.t, 3537 plugins/t/check_load.t, plugins/t/check_mysql.t,
2689 plugins/t/check_imap.t, plugins/t/check_load.t, 3538 plugins/t/check_ping.t, plugins/t/check_pop.t,
2690 plugins/t/check_mysql.t, plugins/t/check_ping.t, 3539 plugins/t/check_procs.t, plugins/t/check_smtp.t,
2691 plugins/t/check_pop.t, plugins/t/check_procs.t, 3540 plugins/t/check_snmp.t, plugins/t/check_swap.t,
2692 plugins/t/check_smtp.t, plugins/t/check_snmp.t, 3541 plugins/t/check_tcp.t, plugins/t/check_time.t,
2693 plugins/t/check_swap.t, plugins/t/check_tcp.t, 3542 plugins/t/check_udp.t, plugins/t/check_users.t,
2694 plugins/t/check_time.t, plugins/t/check_udp.t, 3543 plugins/t/check_vsz.t, test.pl.in:
2695 plugins/t/check_users.t, plugins/t/check_vsz.t, 3544 [1185704] New Testing Infrastructure.
2696 plugins-scripts/t/check_rpc.t: [1185704] New Testing 3545 Complete rewrite of the original testing infrastructure and
2697 Infrastructure. Complete rewrite of the original testing 3546 all test cases (to use the new infrastructure)
2698 infrastructure and all test cases (to use the new infrastructure)
2699 See NPTest.pm and issue 1185704 for more details. 3547 See NPTest.pm and issue 1185704 for more details.
2700 3548
27012005-07-20 23:39 tonvoon 35492005-07-20 22:39 tonvoon
2702 3550
2703 * THANKS.in: More contributors 3551 * [r1206] THANKS.in:
3552 More contributors
2704 3553
27052005-07-20 23:38 tonvoon 35542005-07-20 22:38 tonvoon
2706 3555
2707 * plugins/check_ping.c: Fix parsing for netkit-ping and 3556 * [r1205] plugins/check_ping.c:
2708 iputils-ping (Christian G Warden) 3557 Fix parsing for netkit-ping and iputils-ping (Christian G Warden)
2709 3558
27102005-07-11 23:15 tonvoon 35592005-07-11 22:15 tonvoon
2711 3560
2712 * plugins/check_nwstat.c: Miscelleneous bug fixes (Gerd Mueller - 3561 * [r1204] plugins/check_nwstat.c:
2713 1235879) 3562 Miscelleneous bug fixes (Gerd Mueller - 1235879)
2714 3563
27152005-07-09 05:44 tonvoon 35642005-07-09 04:44 tonvoon
2716 3565
2717 * BRANCHES: Changed format (already!) for awk simplicity 3566 * [r1203] BRANCHES:
3567 Changed format (already!) for awk simplicity
2718 3568
27192005-07-09 05:03 tonvoon 35692005-07-09 04:03 tonvoon
2720 3570
2721 * BRANCHES: Master file to describe the current branches in CVS. 3571 * [r1202] BRANCHES:
2722 Will be used by sfsnapshot to create the snapshot tarballs 3572 Master file to describe the current branches in CVS. Will be used
3573 by
3574 sfsnapshot to create the snapshot tarballs
2723 3575
27242005-07-06 23:21 tonvoon 35762005-07-06 22:21 tonvoon
2725 3577
2726 * configure.in: Removed ",", causing problems with MacOSX compile 3578 * [r1201] configure.in:
3579 Removed ",", causing problems with MacOSX compile
2727 3580
27282005-07-06 23:10 tonvoon 35812005-07-06 22:10 tonvoon
2729 3582
2730 * plugins/check_swap.c: Updated help file to remove swap -s 3583 * [r1200] plugins/check_swap.c:
2731 reference (Sivakumar Nellurandi) 3584 Updated help file to remove swap -s reference (Sivakumar
3585 Nellurandi)
2732 3586
27332005-07-06 22:00 tonvoon 35872005-07-06 21:00 tonvoon
2734 3588
2735 * AUTHORS, THANKS.in: Sean Finney moved to main list of plugin 3589 * [r1199] AUTHORS, THANKS.in:
2736 developers 3590 Sean Finney moved to main list of plugin developers
2737 3591
27382005-07-04 10:52 opensides 35922005-07-04 09:52 opensides
2739 3593
2740 * contrib/tarballs/check_traffic-0.90b.tar.gz: 3594 * [r1198] contrib/tarballs/check_traffic-0.90b.tar.gz:
2741 replace the version of check_traffic who was missing the plugin 3595 replace the version of check_traffic who was missing the plugin
2742 by a good one 3596 by a good one
2743 3597
27442005-06-29 05:11 seanius 35982005-06-29 04:11 seanius
2745 3599
2746 * plugins/: runcmd.c, runcmd.h: initial versions of the runcmd 3600 * [r1197] plugins/runcmd.c, plugins/runcmd.h:
2747 framework by andreas 3601 initial versions of the runcmd framework by andreas
2748 3602
27492005-06-29 02:04 seanius 36032005-06-29 01:04 seanius
2750 3604
2751 * plugins/check_swap.c: divide by 0 fix for check_swap 3605 * [r1196] plugins/check_swap.c:
3606 divide by 0 fix for check_swap
2752 3607
27532005-06-28 03:26 seanius 36082005-06-28 02:26 seanius
2754 3609
2755 * plugins/check_load.c: set LC_NUMERIC to POSIX in check_load 3610 * [r1195] plugins/check_load.c:
2756 (1164325) 3611 set LC_NUMERIC to POSIX in check_load (1164325)
2757 3612
27582005-06-28 01:26 seanius 36132005-06-28 00:26 seanius
2759 3614
2760 * configure.in, plugins/Makefile.am, plugins/check_swap.c: scanf 3615 * [r1194] configure.in, plugins/Makefile.am, plugins/check_swap.c:
2761 parsing fix for check_swap from tracker id 1123292. now use 3616 scanf parsing fix for check_swap from tracker id 1123292. now use
2762 floor(3) to round down floating point numbers. requires -lm on 3617 floor(3)
2763 many systems, so support for testing for this was added to the 3618 to round down floating point numbers. requires -lm on many
2764 configure.in and automake template 3619 systems,
3620 so support for testing for this was added to the configure.in and
3621 automake template
2765 3622
27662005-06-27 14:07 seanius 36232005-06-27 13:07 seanius
2767 3624
2768 * plugins/check_hpjd.c: fixes from richard brodie (tracker id 3625 * [r1193] plugins/check_hpjd.c:
2769 1216576) 3626 fixes from richard brodie (tracker id 1216576)
2770 3627
27712005-06-26 17:27 seanius 36282005-06-26 16:27 seanius
2772 3629
2773 * contrib/: check_dl_size.pl, check_ftpget.pl, check_logins.c, 3630 * [r1192] contrib/check_dl_size.pl, contrib/check_ftpget.pl,
2774 check_mysql.c, check_mysql.pl, check_mysqlslave.pl, 3631 contrib/check_logins.c, contrib/check_mysql.c,
2775 check_nwstat.pl, check_pop3.pl, check_procl.sh, check_procr.sh: 3632 contrib/check_mysql.pl, contrib/check_mysqlslave.pl,
3633 contrib/check_nwstat.pl, contrib/check_pop3.pl,
3634 contrib/check_procl.sh, contrib/check_procr.sh:
2776 spring cleaning of contrib directory from andreas 3635 spring cleaning of contrib directory from andreas
2777 3636
27782005-06-26 17:18 seanius 36372005-06-26 16:18 seanius
2779 3638
2780 * contrib/tarballs/: berger-ping.tar.gz, check_memory.tgz, 3639 * [r1191] contrib/tarballs/berger-ping.tar.gz,
2781 check_spread.tar, radius.tar.gz: removal of obsolete tarballs 3640 contrib/tarballs/check_memory.tgz,
3641 contrib/tarballs/check_spread.tar,
3642 contrib/tarballs/radius.tar.gz:
3643 removal of obsolete tarballs
2782 3644
27832005-06-26 02:23 seanius 36452005-06-26 01:23 seanius
2784 3646
2785 * plugins/check_swap.c: "asprintf madness" fix from andreas' patch 3647 * [r1190] plugins/check_swap.c:
2786 to np-d, minus the comments. 3648 "asprintf madness" fix from andreas' patch to np-d, minus the
3649 comments.
2787 3650
27882005-06-05 18:43 seanius 36512005-06-05 17:43 seanius
2789 3652
2790 * plugins/check_tcp.c: check_tcp code cleanup from andreas plus fix 3653 * [r1189] plugins/check_tcp.c:
2791 to andreas' patch from sean 3654 check_tcp code cleanup from andreas plus fix to andreas' patch
3655 from sean
2792 3656
27932005-06-03 14:53 seanius 36572005-06-03 13:53 seanius
2794 3658
2795 * plugins/check_procs.c: gcc 2.x fixes from edward 3659 * [r1188] plugins/check_procs.c:
3660 gcc 2.x fixes from edward
2796 3661
27972005-06-01 20:41 sghosh 36622005-06-01 19:41 sghosh
2798 3663
2799 * plugins/check_snmp.c: only load mibs if needed or specified - 3664 * [r1187] plugins/check_snmp.c:
2800 patch 1212395 3665 only load mibs if needed or specified - patch 1212395
2801 3666
28022005-05-28 02:21 seanius 36672005-05-28 01:21 seanius
2803 3668
2804 * plugins/check_load.c: bugfixes to check_load thanks to andreas 3669 * [r1186] plugins/check_load.c:
3670 bugfixes to check_load thanks to andreas
2805 3671
28062005-05-26 03:13 seanius 36722005-05-26 02:13 seanius
2807 3673
2808 * plugins/check_mysql.c: fix for check_msyql so that it doesn't use 3674 * [r1185] plugins/check_mysql.c:
2809 column numbers but the names instead for determining slave 3675 fix for check_msyql so that it doesn't use column numbers but the
2810 status. thanks to james kingston. 3676 names instead for determining slave status. thanks to james
3677 kingston.
2811 3678
28122005-05-25 18:42 sghosh 36792005-05-25 17:42 sghosh
2813 3680
2814 * plugins/check_time.c: 64bit sys support - 1185713 3681 * [r1183] plugins/check_time.c:
3682 64bit sys support - 1185713
2815 3683
28162005-05-25 16:40 sghosh 36842005-05-25 15:40 sghosh
2817 3685
2818 * plugins/check_snmp.c: support for getnext - 1106430 3686 * [r1182] plugins/check_snmp.c:
3687 support for getnext - 1106430
2819 3688
28202005-05-25 15:25 sghosh 36892005-05-25 14:25 sghosh
2821 3690
2822 * plugins/check_ping.c: RH9 pattern 3691 * [r1181] plugins/check_ping.c:
3692 RH9 pattern
2823 3693
28242005-05-25 15:05 sghosh 36942005-05-25 14:05 sghosh
2825 3695
2826 * plugins-scripts/check_ntp.pl: perfdata patch - 1172539 3696 * [r1180] plugins-scripts/check_ntp.pl:
3697 perfdata patch - 1172539
2827 3698
28282005-05-25 04:37 sghosh 36992005-05-25 03:37 sghosh
2829 3700
2830 * plugins-scripts/check_ntp.pl: new option for zero offset - 3701 * [r1179] plugins-scripts/check_ntp.pl:
2831 1159317 3702 new option for zero offset - 1159317
2832 3703
28332005-05-25 04:23 sghosh 37042005-05-25 03:23 sghosh
2834 3705
2835 * plugins/check_snmp.c: v2c support - 1155754 3706 * [r1178] plugins/check_snmp.c:
3707 v2c support - 1155754
2836 3708
28372005-05-25 01:43 seanius 37092005-05-25 00:43 seanius
2838 3710
2839 * configure.in, plugins/check_nagios.c, plugins/check_procs.c: 3711 * [r1177] configure.in, plugins/check_nagios.c,
2840 fixes for check_procs: - added support for printing the pid in 3712 plugins/check_procs.c:
2841 all the ps outputs - don't use the proc name to ignore self, use 3713 fixes for check_procs:
2842 the pid vs getpid(). - initialize procetime to null string 3714 - added support for printing the pid in all the ps outputs
2843 otherwise -vvv can have funny results 3715 - don't use the proc name to ignore self, use the pid vs
3716 getpid().
3717 - initialize procetime to null string otherwise -vvv can have
3718 funny results
2844 3719
28452005-05-25 01:30 seanius 37202005-05-25 00:30 seanius
2846 3721
2847 * plugins/: check_tcp.c, netutils.c, netutils.h: bah, my_connect is 3722 * [r1176] plugins/check_tcp.c, plugins/netutils.c,
2848 taken by mysql. now calling it np_net_connect. 3723 plugins/netutils.h:
3724 bah, my_connect is taken by mysql. now calling it np_net_connect.
2849 3725
28502005-05-24 23:33 sghosh 37262005-05-24 22:33 sghosh
2851 3727
2852 * plugins-scripts/check_ntp.pl: patched bug id 1200030 - regex 3728 * [r1175] plugins-scripts/check_ntp.pl:
2853 update 3729 patched bug id 1200030 - regex update
2854 3730
28552005-05-24 23:10 sghosh 37312005-05-24 22:10 sghosh
2856 3732
2857 * plugins-scripts/check_ntp.pl: patched bug id 1204636 3733 * [r1174] plugins-scripts/check_ntp.pl:
3734 patched bug id 1204636
2858 3735
28592005-05-24 21:25 seanius 37362005-05-24 20:25 seanius
2860 3737
2861 * plugins/: check_tcp.c, netutils.c, netutils.h: optimizations and 3738 * [r1173] plugins/check_tcp.c, plugins/netutils.c,
2862 cleanup from andreas 3739 plugins/netutils.h:
3740 optimizations and cleanup from andreas
2863 3741
28642005-05-23 06:09 seanius 37422005-05-23 05:09 seanius
2865 3743
2866 * nagios-plugins.spec.in: build fix 3744 * [r1172] nagios-plugins.spec.in:
3745 build fix
2867 3746
28682005-05-03 03:00 seanius 37472005-05-03 02:00 seanius
2869 3748
2870 * plugins/check_ping.c: setlocale(LC_ALL, "") should be 3749 * [r1171] plugins/check_ping.c:
2871 setlocale(LC_NUMERIC, "C") to properly parse the output of ping. 3750 setlocale(LC_ALL, "") should be setlocale(LC_NUMERIC, "C") to
3751 properly parse the output of ping.
2872 3752
28732005-05-03 02:52 seanius 37532005-05-03 01:52 seanius
2874 3754
2875 * plugins/check_tcp.c: if check_tcp was called with -e but not -s, 3755 * [r1170] plugins/check_tcp.c:
2876 it would hang in a call to my_recv. the fix committed here adds 3756 if check_tcp was called with -e but not -s, it would hang in a
2877 on more piece of logic to the check to see if more data needs to 3757 call to my_recv. the
2878 be read, avoiding the deadlock call. a better fix would be to 3758 fix committed here adds on more piece of logic to the check to
2879 not use these "voodoo" heuristics and instead use poll() or 3759 see if more data needs
2880 select(), but that's quite a bit more complicated. 3760 to be read, avoiding the deadlock call. a better fix would be to
3761 not use these "voodoo"
3762 heuristics and instead use poll() or select(), but that's quite a
3763 bit more complicated.
2881 3764
28822005-05-01 21:12 seanius 37652005-05-01 20:12 seanius
2883 3766
2884 * plugins/: popen.c, popen.h: better error checking in spopen 3767 * [r1169] plugins/popen.c, plugins/popen.h:
2885 signal handler (see 1107524) 3768 better error checking in spopen signal handler (see 1107524)
2886 3769
28872005-05-01 20:50 seanius 37702005-05-01 19:50 seanius
2888 3771
2889 * configure.in: provide a --with-perl option 3772 * [r1168] configure.in:
3773 provide a --with-perl option
2890 3774
28912005-04-29 01:27 stanleyhopcroft 37752005-04-29 00:27 stanleyhopcroft
2892 3776
2893 * contrib/check_sybase: check_sybase 0.7 from Simon Bellman. Thx 3777 * [r1167] contrib/check_sybase:
3778 check_sybase 0.7 from Simon Bellman. Thx
2894 3779
28952005-04-19 01:16 seanius 37802005-04-19 00:16 seanius
2896 3781
2897 * plugins-scripts/check_ntp.pl: regexp fix for check_ntp 3782 * [r1166] plugins-scripts/check_ntp.pl:
3783 regexp fix for check_ntp
2898 3784
28992005-04-19 01:09 seanius 37852005-04-19 00:09 seanius
2900 3786
2901 * configure.in: check for the -w flag for ping6 as well as ping 3787 * [r1165] configure.in:
3788 check for the -w flag for ping6 as well as ping
2902 3789
29032005-04-17 23:22 seanius 37902005-04-17 22:22 seanius
2904 3791
2905 * plugins-scripts/check_disk_smb.pl: also change the --help output 3792 * [r1164] plugins-scripts/check_disk_smb.pl:
2906 to reflect that check_disk_smb defaults to empty passwords 3793 also change the --help output to reflect that check_disk_smb
3794 defaults to empty passwords
2907 3795
29082005-04-16 07:09 seanius 37962005-04-16 06:09 seanius
2909 3797
2910 * plugins-scripts/check_disk_smb.pl: patch to check_disk_smb to 3798 * [r1163] plugins-scripts/check_disk_smb.pl:
2911 allow empty passwords 3799 patch to check_disk_smb to allow empty passwords
2912 3800
29132005-04-14 05:13 seanius 38012005-04-14 04:13 seanius
2914 3802
2915 * plugins-scripts/check_mailq.pl: check_mailq fix, don't be case 3803 * [r1162] plugins-scripts/check_mailq.pl:
2916 sensitive matching /^\s+Total\sRequests:\s(\d+)$/ 3804 check_mailq fix, don't be case sensitive matching
3805 /^\s+Total\sRequests:\s(\d+)$/
2917 3806
29182005-04-14 05:07 seanius 38072005-04-14 04:07 seanius
2919 3808
2920 * plugins-scripts/check_ntp.pl: typographical fix in check_ntp 3809 * [r1161] plugins-scripts/check_ntp.pl:
3810 typographical fix in check_ntp
2921 3811
29222005-04-11 19:02 seanius 38122005-04-11 18:02 seanius
2923 3813
2924 * plugins/check_ssh.c: properly call close() on the ssh connection 3814 * [r1160] plugins/check_ssh.c:
2925 before exiting. 3815 properly call close() on the ssh connection before exiting.
2926 3816
29272005-04-11 04:07 seanius 38172005-04-11 03:07 seanius
2928 3818
2929 * configure.in, plugins/check_tcp.c: this should add support for 3819 * [r1159] configure.in, plugins/check_tcp.c:
2930 check_ssmtp, based on the 1.3.x patch in 1155562, but fixed to 3820 this should add support for check_ssmtp, based on the 1.3.x patch
2931 follow how things are done in 1.4 (using strdup instead of 3821 in 1155562,
3822 but fixed to follow how things are done in 1.4 (using strdup
3823 instead of
2932 asprintf) and patching configure.in instead of configure. 3824 asprintf) and patching configure.in instead of configure.
2933 3825
29342005-04-07 05:33 seanius 38262005-04-07 04:33 seanius
2935
2936 * plugins/check_smtp.c: in honor of joining up, my first bugfix.
2937 this should resolve 1174070.
2938 3827
3828 * [r1158] plugins/check_smtp.c:
3829 in honor of joining up, my first bugfix. this should resolve
3830 1174070.
3831
2939 note i don't have an exchange server to test this against, but it 3832 note i don't have an exchange server to test this against, but it
2940 does what the requester mentioned (slightly cleaner than the 3833 does what the requester mentioned (slightly cleaner than the
2941 patch attached in the tracker). 3834 patch
2942 3835 attached in the tracker).
3836
2943 it does, however, still work against my own postfix server :) 3837 it does, however, still work against my own postfix server :)
3838
3839 sean
2944 3840
2945 sean 38412005-04-05 21:26 harpermann
2946 3842
29472005-04-05 22:26 harpermann 3843 * [r1157] plugins/check_snmp.c:
3844 This is a first cut at adding performance data to check_snmp. I
3845 wasn't sure
3846 how to handle UOM so only values that return SNMP type Counter32:
3847 are labled
3848 with "c". All other values have a blank UOM. I also left off
3849 warn, crit,
3850 max and min values in the performance data until we come up with
3851 a way to
3852 handle them.
2948 3853
2949 * plugins/check_snmp.c: This is a first cut at adding performance 38542005-04-04 18:25 tonvoon
2950 data to check_snmp. I wasn't sure how to handle UOM so only
2951 values that return SNMP type Counter32: are labled with "c". All
2952 other values have a blank UOM. I also left off warn, crit, max
2953 and min values in the performance data until we come up with a
2954 way to handle them.
2955 3855
29562005-04-04 19:25 tonvoon 3856 * [r1156] THANKS.in:
3857 More contributors
2957 3858
2958 * THANKS.in: More contributors 38592005-04-04 18:24 tonvoon
2959 3860
29602005-04-04 19:23 tonvoon 3861 * [r1155] plugins/check_smtp.c:
2961 3862 Fix static buffer (Nikolay Sturm)
2962 * plugins/: check_smtp.c: Fix static buffer (Nikolay Sturm)
2963 3863
29642005-03-18 03:14 mattkent 38642005-03-18 03:14 mattkent
2965 3865
2966 * plugins/check_mysql.c: Replication check support for 4.1.x from 3866 * [r1154] plugins/check_mysql.c:
2967 Gerrit Beine 3867 Replication check support for 4.1.x from Gerrit Beine
2968 3868
29692005-03-08 06:19 tonvoon 38692005-03-08 06:19 tonvoon
2970 3870
2971 * plugins-scripts/check_ntp.pl: Added OS info for offset issue 3871 * [r1149] plugins-scripts/check_ntp.pl:
3872 Added OS info for offset issue
2972 3873
29732005-03-04 22:20 tonvoon 38742005-03-04 22:20 tonvoon
2974 3875
2975 * plugins-scripts/check_ntp.pl: Ignore extra check on offset 3876 * [r1148] plugins-scripts/check_ntp.pl:
2976 0.00000 (John Warburton - 1150777) 3877 Ignore extra check on offset 0.00000 (John Warburton - 1150777)
2977
29782005-03-04 22:10 tonvoon
2979
2980 * plugins/: check_disk.c, check_smtp.c, check_ups.c: Fixed //
2981 comments
2982 3878
29832005-03-04 21:58 tonvoon 38792005-03-04 21:58 tonvoon
2984 3880
2985 * plugins/: check_disk.c, check_smtp.c, check_ups.c: Fixed // 3881 * [r1146] plugins/check_disk.c, plugins/check_smtp.c,
2986 comments (Steve Greenland - 1143836) 3882 plugins/check_ups.c:
3883 Fixed // comments (Steve Greenland - 1143836)
2987 3884
29882005-03-04 21:50 tonvoon 38852005-03-04 21:50 tonvoon
2989 3886
2990 * plugins-scripts/check_ntp.pl: Support for IPv6 (Merijn Evertse - 3887 * [r1145] plugins-scripts/check_ntp.pl:
2991 1119917) 3888 Support for IPv6 (Merijn Evertse - 1119917)
2992 3889
29932005-03-04 21:04 tonvoon 38902005-03-04 21:04 tonvoon
2994 3891
2995 * configure.in, package.def: Changed to next version number 3892 * [r1144] configure.in, package.def:
3893 Changed to next version number
2996 3894
29972005-03-04 21:03 tonvoon 38952005-03-04 21:03 tonvoon
2998 3896
2999 * doc/RELEASING: Notes on branching 3897 * [r1143] doc/RELEASING:
3898 Notes on branching
3000 3899
30012005-03-04 20:43 tonvoon 39002005-03-04 20:43 tonvoon
3002 3901
3003 * CHANGES: Missed check_disk addition to 1.4 3902 * [r1141] CHANGES:
3903 Missed check_disk addition to 1.4
3004 3904
30052005-02-11 11:49 stanleyhopcroft 39052005-02-11 11:49 stanleyhopcroft
3006 3906
3007 * plugins/Makefile.am: Fix for check_icmp build on Solaris from 3907 * [r1140] plugins/Makefile.am:
3008 Andreas Ericsson <ae@op5.se> 3908 Fix for check_icmp build on Solaris from Andreas Ericsson
3909 <ae@op5.se>
3009 3910
30102005-02-04 00:44 tonvoon 39112005-02-04 00:44 tonvoon
3011 3912
3012 * configure.in: For 1.4 release 3913 * [r1138] configure.in:
3914 For 1.4 release
3013 3915
30142005-02-04 00:43 tonvoon 39162005-02-04 00:43 tonvoon
3015 3917
3016 * ChangeLog: Updated for 1.4 release 3918 * [r1137] ChangeLog:
3919 Updated for 1.4 release
3017 3920
30182005-02-04 00:29 tonvoon 39212005-02-04 00:29 tonvoon
3019 3922
3020 * BUGS: New file to note known bugs for major releases 3923 * [r1136] BUGS:
3924 New file to note known bugs for major releases
3021 3925
30222005-02-04 00:28 tonvoon 39262005-02-04 00:28 tonvoon
3023 3927
3024 * CHANGES: Reordering of items with most important announcements 3928 * [r1135] CHANGES:
3025 first 3929 Reordering of items with most important announcements first
3026 3930
30272005-02-04 00:27 stanleyhopcroft 39312005-02-04 00:27 stanleyhopcroft
3028 3932
3029 * contrib/check_oracle_tbs: New version (1.1) from John Koyle 3933 * [r1134] contrib/check_oracle_tbs:
3934 New version (1.1) from John Koyle
3030 3935
30312005-02-04 00:26 tonvoon 39362005-02-04 00:26 tonvoon
3032 3937
3033 * Makefile.am: BUGS file addition to release 3938 * [r1133] Makefile.am:
3939 BUGS file addition to release
3034 3940
30352005-02-04 00:26 tonvoon 39412005-02-04 00:26 tonvoon
3036 3942
3037 * README: Cleanup and addition of reference to BUGS file 3943 * [r1132] README:
3944 Cleanup and addition of reference to BUGS file
3038 3945
30392005-02-04 00:25 tonvoon 39462005-02-04 00:25 tonvoon
3040 3947
3041 * doc/RELEASING: Updated with corrections. Added note to update 3948 * [r1131] doc/RELEASING:
3042 BUGS file 3949 Updated with corrections. Added note to update BUGS file
3043 3950
30442005-02-03 23:52 tonvoon 39512005-02-03 23:52 tonvoon
3045 3952
3046 * THANKS.in: Patch against check_log 3953 * [r1130] THANKS.in:
3954 Patch against check_log
3047 3955
30482005-02-03 23:51 tonvoon 39562005-02-03 23:51 tonvoon
3049 3957
3050 * plugins-scripts/check_log.sh: Check for log file readability 3958 * [r1129] plugins-scripts/check_log.sh:
3959 Check for log file readability
3051 3960
30522005-02-02 09:47 stanleyhopcroft 39612005-02-02 09:47 stanleyhopcroft
3053 3962
3054 * contrib/check_email_loop.pl: Add debug option from John Rouillard 3963 * [r1128] contrib/check_email_loop.pl:
3964 Add debug option from John Rouillard
3055 3965
30562005-02-02 06:42 stanleyhopcroft 39662005-02-02 06:42 stanleyhopcroft
3057 3967
3058 * plugins/check_ide_smart.c: try again to stop looping 3968 * [r1127] plugins/check_ide_smart.c:
3969 try again to stop looping
3059 3970
30602005-02-02 05:44 stanleyhopcroft 39712005-02-02 05:44 stanleyhopcroft
3061 3972
3062 * plugins/check_ide_smart.c: restructure main() to stop looping on 3973 * [r1126] plugins/check_ide_smart.c:
3063 -n 3974 restructure main() to stop looping on -n
3064 3975
30652005-02-01 12:43 stanleyhopcroft 39762005-02-01 12:43 stanleyhopcroft
3066 3977
3067 * contrib/check_traceroute-pure_perl.pl: Thank you to Myke Place 3978 * [r1125] contrib/check_traceroute-pure_perl.pl:
3068 for check_traceroute-pure_perl.pl 3979 Thank you to Myke Place for check_traceroute-pure_perl.pl
3069 3980
30702005-02-01 12:42 stanleyhopcroft 39812005-02-01 12:42 stanleyhopcroft
3071 3982
3072 * THANKS.in: Thank you for contributed plugins 3983 * [r1124] THANKS.in:
3984 Thank you for contributed plugins
3073 3985
30742005-02-01 12:30 stanleyhopcroft 39862005-02-01 12:30 stanleyhopcroft
3075 3987
3076 * plugins/Makefile.am: check_icmp added to libexec_PROGRAMS 3988 * [r1123] plugins/Makefile.am:
3989 check_icmp added to libexec_PROGRAMS
3077 3990
30782005-02-01 12:25 stanleyhopcroft 39912005-02-01 12:25 stanleyhopcroft
3079 3992
3080 * CHANGES: check_icmp no longer regarded as volatile; built by 3993 * [r1122] CHANGES:
3081 default 3994 check_icmp no longer regarded as volatile; built by default
3082 3995
30832005-02-01 12:23 stanleyhopcroft 39962005-02-01 12:23 stanleyhopcroft
3084 3997
3085 * plugins/linux.h: plugins/linux.h, vestigeal header required for 3998 * [r1121] plugins/linux.h:
3086 prior versions of check_icmp, no longer required. 3999 plugins/linux.h, vestigeal header required for prior versions of
4000 check_icmp, no longer required.
3087 4001
30882005-02-01 07:35 stanleyhopcroft 40022005-02-01 07:35 stanleyhopcroft
3089 4003
3090 * CHANGES: Amendments for check_icmp 4004 * [r1120] CHANGES:
4005 Amendments for check_icmp
3091 4006
30922005-02-01 07:34 stanleyhopcroft 40072005-02-01 07:34 stanleyhopcroft
3093 4008
3094 * plugins/Makefile.am: hacks to partly support check_icmp.c (1.0). 4009 * [r1119] plugins/Makefile.am:
4010 hacks to partly support check_icmp.c (1.0).
3095 4011
30962005-02-01 07:33 stanleyhopcroft 40122005-02-01 07:33 stanleyhopcroft
3097 4013
3098 * plugins/check_icmp.c: Revised check_icmp (1.0) from A Ericsson. 4014 * [r1118] plugins/check_icmp.c:
4015 Revised check_icmp (1.0) from A Ericsson.
3099 4016
31002005-02-01 04:19 stanleyhopcroft 40172005-02-01 04:20 stanleyhopcroft
3101 4018
3102 * contrib/: check_asterisk.pl, 4019 * [r1117] contrib/check_asterisk.pl, contrib/check_email_loop.pl,
3103 check_http-with-client-certificate.c, check_email_loop.pl, 4020 contrib/check_http-with-client-certificate.c,
3104 tarballs/check_traffic-0.91b.tar.gz: New or revised plugin in 4021 contrib/tarballs/check_traffic-0.91b.tar.gz:
3105 /contrib 4022 New or revised plugin in /contrib
3106 4023
31072005-01-28 22:42 stanleyhopcroft 40242005-01-28 22:42 stanleyhopcroft
3108 4025
3109 * contrib/check_sybase: New version of Simon Bellwoods check_sybase 4026 * [r1116] contrib/check_sybase:
3110 (0.4). Thank you. 4027 New version of Simon Bellwoods check_sybase (0.4). Thank you.
3111 4028
31122005-01-27 10:34 stanleyhopcroft 40292005-01-27 10:34 stanleyhopcroft
3113 4030
3114 * contrib/check_traceroute.pl: Jon Meek's check_traceroute for Mon 4031 * [r1115] contrib/check_traceroute.pl:
3115 hacked by YT for Nagios. Prob pretty weak 4032 Jon Meek's check_traceroute for Mon hacked by YT for Nagios. Prob
4033 pretty weak
3116 4034
31172005-01-27 10:32 stanleyhopcroft 40352005-01-27 10:32 stanleyhopcroft
3118 4036
3119 * contrib/check_smart.pl: Candidate successor to 4037 * [r1114] contrib/check_smart.pl:
3120 /plugins/check_ide_smart.c. Now in /contrib. NB there is another 4038 Candidate successor to /plugins/check_ide_smart.c. Now in
3121 new plugin with sim function 4039 /contrib. NB there is another new plugin with sim function
3122 4040
31232005-01-27 04:52 stanleyhopcroft 40412005-01-27 04:54 stanleyhopcroft
3124 4042
3125 * contrib/: check_fan_cpq_present, check_fan_fsc_present, 4043 * [r1113] contrib/check_fan_cpq_present,
3126 check_temp_cpq, check_temp_fsc, check_mysqlslave.pl: New /contrib 4044 contrib/check_fan_fsc_present, contrib/check_mysqlslave.pl,
3127 plugin 4045 contrib/check_temp_cpq, contrib/check_temp_fsc:
4046 New /contrib plugin
3128 4047
31292005-01-27 04:43 stanleyhopcroft 40482005-01-27 04:46 stanleyhopcroft
3130 4049
3131 * contrib/: check_pfstate, check_logins.c, check_arping.pl, 4050 * [r1112] contrib/check_arping.pl, contrib/check_cpqarray.c,
3132 check_frontpage, check_oracle_tbs, check_pcpmetric.py, 4051 contrib/check_frontpage, contrib/check_logins.c,
3133 check_cpqarray.c: New /contrib plugin 4052 contrib/check_oracle_tbs, contrib/check_pcpmetric.py,
4053 contrib/check_pfstate:
4054 New /contrib plugin
3134 4055
31352005-01-27 02:27 stanleyhopcroft 40562005-01-27 02:27 stanleyhopcroft
3136 4057
3137 * CHANGES, THANKS.in, contrib/README.TXT, po/de.po, po/fr.po: 4058 * [r1111] CHANGES, THANKS.in, contrib/README.TXT, po/de.po,
3138 4059 po/fr.po:
3139 1 New /contrib plugins 2 Revised check_dhcp.c status in CHANGES 4060 1 New /contrib plugins
4061 2 Revised check_dhcp.c status in CHANGES
3140 4062
31412005-01-27 01:38 harpermann 40632005-01-27 01:38 harpermann
3142 4064
3143 * plugins/Makefile.am: Added check_dhcp bask into libexec_PROGRAMS 4065 * [r1110] plugins/Makefile.am:
3144 after talking with Stanley. 4066 Added check_dhcp bask into libexec_PROGRAMS after talking with
4067 Stanley.
3145 4068
31462005-01-26 21:39 tonvoon 40692005-01-26 21:39 tonvoon
3147 4070
3148 * THANKS.in: More contributors 4071 * [r1109] THANKS.in:
4072 More contributors
3149 4073
31502005-01-26 21:21 tonvoon 40742005-01-26 21:21 tonvoon
3151 4075
3152 * plugins/check_dig.c: Convert tabs to spaces from dig's answer 4076 * [r1108] plugins/check_dig.c:
3153 section (Randy O'Meara - 1107651) 4077 Convert tabs to spaces from dig's answer section (Randy O'Meara -
4078 1107651)
3154 4079
31552005-01-26 20:53 tonvoon 40802005-01-26 20:53 tonvoon
3156 4081
3157 * REQUIREMENTS: Add recommendation for check_procs on Mandrake 4082 * [r1107] REQUIREMENTS:
3158 systems (Paulo Fessel - 1106849) 4083 Add recommendation for check_procs on Mandrake systems (Paulo
4084 Fessel - 1106849)
3159 4085
31602005-01-25 22:15 stanleyhopcroft 40862005-01-25 22:15 stanleyhopcroft
3161 4087
3162 * plugins/check_ide_smart.c: Display usage if no argv (Reuben 4088 * [r1106] plugins/check_ide_smart.c:
3163 Farrelly) 4089 Display usage if no argv (Reuben Farrelly)
3164 4090
31652005-01-25 18:11 harpermann 40912005-01-25 18:11 harpermann
3166 4092
3167 * plugins/check_dhcp.c: Tracker:1109261 This was an alignment 4093 * [r1105] plugins/check_dhcp.c:
3168 problem on Solaris. Linux kernel fixes alignment so this was not 4094 Tracker:1109261 This was an alignment problem on Solaris. Linux
3169 seen there. Memcpy takes care of proper alignment. Tested on 4095 kernel fixes alignment so this was not seen there. Memcpy takes
3170 RHEL V3 U3, RHEL V4, FreeBSD 4.10 (Thanks Stanley!) and Solaris 9 4096 care of proper alignment. Tested on RHEL V3 U3, RHEL V4, FreeBSD
3171 with the GNU env. 4097 4.10 (Thanks Stanley!) and Solaris 9 with the GNU env.
3172 4098
31732005-01-25 12:43 stanleyhopcroft 40992005-01-25 12:43 stanleyhopcroft
3174 4100
3175 * plugins/check_ide_smart.c: Trivial text changes (print_help, 4101 * [r1104] plugins/check_ide_smart.c:
3176 commentary & -n option) 4102 Trivial text changes (print_help, commentary & -n option)
3177 4103
31782005-01-25 09:20 stanleyhopcroft 41042005-01-25 09:20 stanleyhopcroft
3179 4105
3180 * contrib/tarballs/check_icmp-0.8.tar.gz: moved to /plugins (core 4106 * [r1103] contrib/check_dhcp.c,
3181 plugin) 4107 contrib/tarballs/check_icmp-0.8.tar.gz:
4108 moved to /plugins (core plugin)
3182 4109
31832005-01-25 09:19 stanleyhopcroft 41102005-01-25 09:19 stanleyhopcroft
3184 4111
3185 * contrib/tarballs/check_cit.tgz: replaced by contrib/check_ica* 4112 * [r1102] contrib/tarballs/check_cit.tgz:
3186 (esp check_ica_metaframe_pub_apps) 4113 replaced by contrib/check_ica* (esp check_ica_metaframe_pub_apps)
3187
31882005-01-25 09:16 stanleyhopcroft
3189
3190 * contrib/check_dhcp.c: moved to /plugins (core plugin)
3191 4114
31922005-01-25 09:15 stanleyhopcroft 41152005-01-25 09:15 stanleyhopcroft
3193 4116
3194 * contrib/check_citrix: Replaced by the check_ica* pair of plugins 4117 * [r1101] contrib/check_citrix:
3195 (mainly check_ica_metaframe_pub_apps) 4118 Replaced by the check_ica* pair of plugins (mainly
4119 check_ica_metaframe_pub_apps)
3196 4120
31972005-01-25 09:12 stanleyhopcroft 41212005-01-25 09:12 stanleyhopcroft
3198 4122
3199 * contrib/packet_utils.pm: packet creation and dumping hacks used 4123 * [r1100] contrib/packet_utils.pm:
3200 by check_ica* and check_lotus 4124 packet creation and dumping hacks used by check_ica* and
4125 check_lotus
3201 4126
32022005-01-25 09:09 stanleyhopcroft 41272005-01-25 09:09 stanleyhopcroft
3203 4128
3204 * contrib/check_ica_master_browser.pl: New plugin - checks that ICA 4129 * [r1099] contrib/check_ica_master_browser.pl:
3205 master browser is what it should be (important for firewalled 4130 New plugin - checks that ICA master browser is what it should be
3206 dialup) 4131 (important for firewalled dialup)
3207 4132
32082005-01-25 09:07 stanleyhopcroft 41332005-01-25 09:07 stanleyhopcroft
3209 4134
3210 * contrib/check_ica_metaframe_pub_apps.pl: Replacement (structured 4135 * [r1098] contrib/check_ica_metaframe_pub_apps.pl:
3211 name mainly) for check_citrix: check of ICA browse service 4136 Replacement (structured name mainly) for check_citrix: check of
4137 ICA browse service
3212 4138
32132005-01-25 09:05 stanleyhopcroft 41392005-01-25 09:05 stanleyhopcroft
3214 4140
3215 * contrib/check_ica_program_neigbourhood.pl: New plugin to check 4141 * [r1097] contrib/check_ica_program_neigbourhood.pl:
3216 Citrix Metaframe XP "Program Neighbourhood" 4142 New plugin to check Citrix Metaframe XP "Program Neighbourhood"
3217 4143
32182005-01-25 09:04 stanleyhopcroft 41442005-01-25 09:04 stanleyhopcroft
3219 4145
3220 * contrib/check_lotus.pl: New plugin to check responsiveness of 4146 * [r1096] contrib/check_lotus.pl:
3221 Louts Notes (v5 at least) servers 4147 New plugin to check responsiveness of Louts Notes (v5 at least)
4148 servers
3222 4149
32232005-01-24 23:17 stanleyhopcroft 41502005-01-24 23:17 stanleyhopcroft
3224 4151
3225 * plugins/Makefile.am: Removed check_dhcp and check_icmp from 4152 * [r1095] plugins/Makefile.am:
3226 libexec_PROGRAMS (ie dont build by defaut) 4153 Removed check_dhcp and check_icmp from libexec_PROGRAMS (ie dont
4154 build by defaut)
3227 4155
32282005-01-24 23:15 stanleyhopcroft 41562005-01-24 23:15 stanleyhopcroft
3229 4157
3230 * CHANGES: Notes about check_dhcp and check_icmp (no longer built 4158 * [r1094] CHANGES:
3231 by default, use at own peril, volatile) 4159 Notes about check_dhcp and check_icmp (no longer built by
4160 default, use at own peril, volatile)
3232 4161
32332005-01-21 09:24 stanleyhopcroft 41622005-01-21 09:24 stanleyhopcroft
3234 4163
3235 * configure.in: Set arch specifc preprocessor symbols in config.h. 4164 * [r1093] configure.in:
3236 TEMPORARY hack for check_dhcp.c [on FreeBSD 4: /check_dhcp -i 4165 Set arch specifc preprocessor symbols in config.h. TEMPORARY hack
3237 fxp0 -> DHCP ok: Received 1 DHCPOFFER(s), max lease time = 259200 4166 for check_dhcp.c [on FreeBSD 4: /check_dhcp -i fxp0 -> DHCP ok:
3238 sec. 4167 Received 1 DHCPOFFER(s), max lease time = 259200 sec.
3239 4168
32402005-01-21 01:03 harpermann 41692005-01-21 01:03 harpermann
3241 4170
3242 * plugins/check_snmp.c: Tracker 1106378 fixed - The -t (timeout) 4171 * [r1092] plugins/check_snmp.c:
3243 arg was not handled correctly when passed to the snmpget command. 4172 Tracker 1106378 fixed - The -t (timeout) arg was not handled
3244 Added -e --retries for the correct retries value to snmpcmd. 4173 correctly when passed to the snmpget command. Added -e --retries
4174 for the correct retries value to snmpcmd.
3245 4175
32462005-01-21 00:01 tonvoon 41762005-01-21 00:01 tonvoon
3247 4177
3248 * doc/developer-guidelines.sgml: Changing copyright to the Nagios 4178 * [r1091] doc/developer-guidelines.sgml:
3249 Plugins Development Team, rather than individual names. Also, 4179 Changing copyright to the Nagios Plugins Development Team, rather
3250 clarified use of ACKNOWLEDGEMENTS, THANKS.in and AUTHORS 4180 than
4181 individual names. Also, clarified use of ACKNOWLEDGEMENTS,
4182 THANKS.in and
4183 AUTHORS
3251 4184
32522005-01-20 23:40 harpermann 41852005-01-20 23:40 harpermann
3253 4186
3254 * plugins/check_http.c: Changed long argument --minmax to 4187 * [r1090] plugins/check_http.c:
3255 --pagesize and updated help and usage 4188 Changed long argument --minmax to --pagesize and updated help and
4189 usage
3256 4190
32572005-01-20 23:39 tonvoon 41912005-01-20 23:39 tonvoon
3258 4192
3259 * AUTHORS, Makefile.am, THANKS.in: The AUTHORS file now used for 4193 * [r1089] AUTHORS, Makefile.am, THANKS.in:
3260 the plugin team, with THANKS.in as the contributors list. 4194 The AUTHORS file now used for the plugin team, with THANKS.in as
4195 the
4196 contributors list.
3261 4197
32622005-01-20 23:37 harpermann 41982005-01-20 23:37 harpermann
3263 4199
3264 * CHANGES: Added comment about check_http --pagesize and added max 4200 * [r1088] CHANGES:
3265 value to page size check 4201 Added comment about check_http --pagesize and added max value to
4202 page size check
3266 4203
32672005-01-20 23:25 tonvoon 42042005-01-20 23:25 tonvoon
3268 4205
3269 * AUTHORS: Added Sean for bug reports 4206 * [r1087] AUTHORS:
4207 Added Sean for bug reports
3270 4208
32712005-01-20 22:50 harpermann 42092005-01-20 22:50 harpermann
3272 4210
3273 * plugins/check_http.c: Tracker 1099682 fix. Now getting the page 4211 * [r1086] plugins/check_http.c:
3274 size from Content-Length in the header. Added max value to the 4212 Tracker 1099682 fix. Now getting the page size from
3275 -m switch so can do "-m min:max". Retained "-m min" convention. 4213 Content-Length in the header. Added max value to the -m switch so
3276 Renamed long arg name to --minmax 4214 can do "-m min:max". Retained "-m min" convention. Renamed long
4215 arg name to --minmax
3277 4216
32782005-01-19 23:39 harpermann 42172005-01-19 23:39 harpermann
3279 4218
3280 * plugins/check_nt.c: In the CHECK_COUNTER block, there were 4219 * [r1085] plugins/check_nt.c:
3281 several strcats writing to unallocated memory. Changed to 4220 In the CHECK_COUNTER block, there were several strcats writing to
3282 asprintf. We're not freeing since plugin run is short. 4221 unallocated
4222 memory. Changed to asprintf. We're not freeing since plugin run
4223 is short.
3283 4224
32842005-01-19 21:14 tonvoon 42252005-01-19 21:14 tonvoon
3285 4226
3286 * plugins/check_swap.c: Fixed parsing of AIX lsps command (1093522) 4227 * [r1084] plugins/check_swap.c:
4228 Fixed parsing of AIX lsps command (1093522)
3287 4229
32882005-01-14 14:39 tonvoon 42302005-01-14 14:39 tonvoon
3289 4231
3290 * AUTHORS: More contributors 4232 * [r1083] AUTHORS:
3291 4233 More contributors
32922005-01-14 14:13 tonvoon
3293
3294 * plugins/check_disk.c: Fix logic error with -e switch where result
3295 not set (Daniel Austin - 1102012)
3296 4234
32972005-01-14 10:59 tonvoon 42352005-01-14 10:59 tonvoon
3298 4236
3299 * configure.in: Fixed ssl configure problems on Solaris (Bug 4237 * [r1081] configure.in:
3300 1096091) 4238 Fixed ssl configure problems on Solaris (Bug 1096091)
3301 4239
33022005-01-13 18:24 tonvoon 42402005-01-13 18:24 tonvoon
3303 4241
3304 * configure.in, plugins/check_swap.c: Use floats for holding memory 4242 * [r1080] configure.in, plugins/check_swap.c:
3305 values to avoid different types on different OSes. Seems to have 4243 Use floats for holding memory values to avoid different types on
3306 a problem with the perf data for check_swap on Sol 2.6, but not 4244 different
3307 critical 4245 OSes. Seems to have a problem with the perf data for check_swap
4246 on Sol 2.6,
4247 but not critical
3308 4248
33092005-01-05 21:32 tonvoon 42492005-01-05 21:32 tonvoon
3310 4250
3311 * configure.in, package.def: Update version number to next release 4251 * [r1079] configure.in, package.def:
4252 Update version number to next release
3312 4253
33132005-01-04 00:16 opensides 42542005-01-04 00:16 opensides
3314 4255
3315 * plugins/check_ide_smart.c: 4256 * [r1078] plugins/check_ide_smart.c:
3316 still trying to fix #1094326 4257 still trying to fix #1094326
3317 4258
33182005-01-03 01:37 opensides 42592005-01-03 01:37 opensides
3319 4260
3320 * plugins/check_ide_smart.c: 4261 * [r1077] plugins/check_ide_smart.c:
3321 more fixes for #1094326 4262 more fixes for #1094326
3322 4263
33232005-01-03 00:59 opensides 42642005-01-03 00:59 opensides
3324 4265
3325 * plugins-scripts/check_mailq.pl: 4266 * [r1076] plugins-scripts/check_mailq.pl:
3326 fixes for #1094324 4267 fixes for #1094324
3327 4268
33282005-01-02 14:00 opensides 42692005-01-02 14:00 opensides
3329 4270
3330 * plugins/check_ide_smart.c: 4271 * [r1075] plugins/check_ide_smart.c:
3331 fixing bug #1094326 4272 fixing bug #1094326
3332 4273
3333 still need to check the makefile for check_ide_smart.c 4274 still need to check the makefile for check_ide_smart.c
3334 4275
33352005-01-01 16:15 tonvoon 42762005-01-01 16:15 tonvoon
3336 4277
3337 * plugins/check_smtp.c: Removed old terminate function (Bug 4278 * [r1074] plugins/check_smtp.c:
3338 1093491) 4279 Removed old terminate function (Bug 1093491)
3339 4280
33402004-12-30 17:17 tonvoon 42812004-12-30 17:17 tonvoon
3341 4282
3342 * ChangeLog: Updated with r1_4-beta1 details 4283 * [r1072] ChangeLog:
4284 Updated with r1_4-beta1 details
3343 4285
33442004-12-30 14:23 tonvoon 42862004-12-30 14:23 tonvoon
3345 4287
3346 * CHANGES: Note some syntax changes to check_disk 4288 * [r1071] CHANGES:
4289 Note some syntax changes to check_disk
3347 4290
33482004-12-30 14:22 tonvoon 42912004-12-30 14:22 tonvoon
3349 4292
3350 * doc/RELEASING: Update package files for version 4293 * [r1070] doc/RELEASING:
4294 Update package files for version
3351 4295
33522004-12-30 14:21 tonvoon 42962004-12-30 14:21 tonvoon
3353 4297
3354 * AUTHORS: For help with ps on FreeBSD 4 4298 * [r1069] AUTHORS:
4299 For help with ps on FreeBSD 4
3355 4300
33562004-12-30 14:19 tonvoon 43012004-12-30 14:19 tonvoon
3357 4302
3358 * configure.in: Get ps command for FreeBSD 4 (Tomasz Pilat) 4303 * [r1068] configure.in:
4304 Get ps command for FreeBSD 4 (Tomasz Pilat)
3359 4305
33602004-12-30 00:41 opensides 43062004-12-30 00:41 opensides
3361 4307
3362 * plugins/check_dhcp.c, plugins/check_dns.c, plugins/check_ping.c, 4308 * [r1067] plugins/check_dhcp.c, plugins/check_dns.c,
3363 plugins/check_procs.c, plugins/check_smtp.c, 4309 plugins/check_ping.c, plugins/check_procs.c,
3364 plugins/check_snmp.c, plugins/check_swap.c, plugins/check_tcp.c, 4310 plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_swap.c,
3365 po/de.po, po/fr.po, po/nagios-plugins.pot: 4311 plugins/check_tcp.c, po/de.po, po/fr.po, po/nagios-plugins.pot:
3366 more internationalization fixes internationalization freeze for 4312 more internationalization fixes
3367 beta1 4313 internationalization freeze for beta1
3368 4314
33692004-12-28 23:40 opensides 43152004-12-28 23:40 opensides
3370 4316
3371 * AUTHORS, po/fr.po: 4317 * [r1066] AUTHORS, po/fr.po:
3372 more internationalization 4318 more internationalization
3373 4319
33742004-12-28 23:18 opensides 43202004-12-28 23:18 opensides
3375 4321
3376 * plugins/Makefile.am, plugins/check_smtp.c, po/fr.po: 4322 * [r1065] plugins/Makefile.am, plugins/check_smtp.c, po/fr.po:
3377 starttls support for check_smtp #1041576 4323 starttls support for check_smtp #1041576
3378 4324
33792004-12-28 22:34 opensides 43252004-12-28 22:34 opensides
3380 4326
3381 * AUTHORS, plugins/check_ping.c: 4327 * [r1064] AUTHORS, plugins/check_ping.c:
3382 String match in check_ping for Solaris 10 #1091043 4328 String match in check_ping for Solaris 10 #1091043
3383 4329
33842004-12-28 20:40 tonvoon 43302004-12-28 20:40 tonvoon
3385 4331
3386 * configure.in: sys/param.h needed for sys/swap.h on openbsd 3.6 4332 * [r1063] configure.in:
3387 (Julien Touche) 4333 sys/param.h needed for sys/swap.h on openbsd 3.6 (Julien Touche)
3388 4334
33892004-12-27 22:44 opensides 43352004-12-27 22:44 opensides
3390 4336
3391 * po/fr.po: 4337 * [r1062] po/fr.po:
3392 more internationalization 4338 more internationalization
3393 4339
33942004-12-25 23:17 opensides 43402004-12-25 23:17 opensides
3395 4341
3396 * plugins/check_dig.c, plugins/check_disk.c, plugins/check_dns.c, 4342 * [r1061] plugins/check_dig.c, plugins/check_disk.c,
3397 plugins/check_dummy.c, plugins/check_fping.c, 4343 plugins/check_dns.c, plugins/check_dummy.c,
3398 plugins/check_game.c, plugins/check_hpjd.c, plugins/check_icmp.c, 4344 plugins/check_fping.c, plugins/check_game.c,
4345 plugins/check_hpjd.c, plugins/check_icmp.c,
3399 plugins/check_ide_smart.c, plugins/check_ldap.c, 4346 plugins/check_ide_smart.c, plugins/check_ldap.c,
3400 plugins/check_load.c, plugins/check_mrtg.c, 4347 plugins/check_load.c, plugins/check_mrtg.c,
3401 plugins/check_mrtgtraf.c, plugins/check_mysql.c, 4348 plugins/check_mrtgtraf.c, plugins/check_mysql.c,
@@ -3413,399 +4360,464 @@
3413 4360
34142004-12-25 16:18 opensides 43612004-12-25 16:18 opensides
3415 4362
3416 * po/: de.po, fr.po, nagios-plugins.pot: 4363 * [r1060] po/de.po, po/fr.po, po/nagios-plugins.pot:
3417 new version of po files and pot file 4364 new version of po files and pot file
3418 4365
34192004-12-25 12:25 opensides 43662004-12-25 12:25 opensides
3420 4367
3421 * package.def, po/POTFILES.in: 4368 * [r1059] package.def, po/POTFILES.in:
3422 change realase name on package.def adding check_dhcp.c to 4369 change realase name on package.def
3423 potfiles.in 4370 adding check_dhcp.c to potfiles.in
3424 4371
34252004-12-25 12:09 opensides 43722004-12-25 12:09 opensides
3426 4373
3427 * plugins/: check_by_ssh.c, check_dhcp.c: 4374 * [r1058] plugins/check_by_ssh.c, plugins/check_dhcp.c:
3428 internationalization of check_dhcp internationalization fixes of 4375 internationalization of check_dhcp
3429 check_ssh 4376 internationalization fixes of check_ssh
3430 4377
34312004-12-24 18:06 opensides 43782004-12-24 18:06 opensides
3432 4379
3433 * plugins/check_icmp.c, po/POTFILES.in, po/fr.po: 4380 * [r1057] plugins/check_icmp.c, po/POTFILES.in, po/fr.po:
3434 first pass at adapting to plugin guidelines and start of 4381 first pass at adapting to plugin guidelines
3435 localization 4382 and start of localization
3436 4383
34372004-12-23 18:54 opensides 43842004-12-23 18:54 opensides
3438 4385
3439 * plugins/check_http.c, po/fr.po: 4386 * [r1056] plugins/check_http.c, po/fr.po:
3440 internationalization fixes 4387 internationalization fixes
3441 4388
34422004-12-23 16:47 mwirtgen 43892004-12-23 16:47 mwirtgen
3443 4390
3444 * po/de.po: german translations 391 to go 4391 * [r1055] po/de.po:
4392 german translations 391 to go
3445 4393
34462004-12-23 09:30 tonvoon 43942004-12-23 09:30 tonvoon
3447 4395
3448 * ACKNOWLEDGEMENTS, configure.in, m4/np_curl.m4, 4396 * [r1054] ACKNOWLEDGEMENTS, configure.in, m4/np_curl.m4,
3449 plugins/Makefile.am: Another attempt at fixing check_http compile 4397 plugins/Makefile.am:
3450 on Redhat EL3. Fixed check_icmp compile (Lynne Lawrence - 4398 Another attempt at fixing check_http compile on Redhat EL3. Fixed
3451 1087171) - still some code changes to check_icmp outstanding. 4399 check_icmp
3452 Fixed compile of check_dhcp (complaining about socklen_t). Added 4400 compile (Lynne Lawrence - 1087171) - still some code changes to
3453 acknowledgements for Coreutils and curl 4401 check_icmp
4402 outstanding. Fixed compile of check_dhcp (complaining about
4403 socklen_t).
4404 Added acknowledgements for Coreutils and curl
3454 4405
34552004-12-22 23:02 harpermann 44062004-12-22 23:02 harpermann
3456 4407
3457 * plugins/check_nt.c: Added check for "%" in COUNTER <description>. 4408 * [r1053] plugins/check_nt.c:
3458 If it exists, <description> is used as an arg to asprintf. If 4409 Added check for "%" in COUNTER <description>. If it exists,
3459 it doesn't exist, <description> is used as a label. If the 4410 <description> is used as an arg to asprintf. If it doesn't exist,
3460 formatting is wrong, the program will segv. 4411 <description> is used as a label. If the formatting is wrong, the
4412 program will segv.
3461 4413
34622004-12-22 07:24 tonvoon 44142004-12-22 07:24 tonvoon
3463 4415
3464 * lib/: Makefile.am, stdbool_.h: File required from coreutils 4416 * [r1052] lib/Makefile.am, lib/stdbool_.h:
4417 File required from coreutils
3465 4418
34662004-12-21 22:52 tonvoon 44192004-12-21 22:52 tonvoon
3467 4420
3468 * configure.in, plugins/Makefile.am: Revert back to previous 4421 * [r1051] configure.in, plugins/Makefile.am:
3469 openssl checks (the ones from curl kept having problems with 4422 Revert back to previous openssl checks (the ones from curl kept
3470 later Redhat versions) 4423 having
4424 problems with later Redhat versions)
3471 4425
34722004-12-21 22:36 tonvoon 44262004-12-21 22:36 tonvoon
3473 4427
3474 * m4/stdbool.m4: Another m4 from coreutils 4428 * [r1050] m4/stdbool.m4:
4429 Another m4 from coreutils
3475 4430
34762004-12-21 15:45 tonvoon 44312004-12-21 15:45 tonvoon
3477 4432
3478 * AUTHORS: For their bug reports 4433 * [r1049] AUTHORS:
3479 4434 For their bug reports
34802004-12-21 12:47 tonvoon
3481
3482 * configure.in: Fix for FreeBSD ps command (reported by Michael
3483 Bakker)
3484 4435
34852004-12-21 09:32 tonvoon 44362004-12-21 09:32 tonvoon
3486 4437
3487 * lib/Makefile.am, m4/Makefile.am, m4/np_coreutils.m4: Fixed 4438 * [r1047] lib/Makefile.am, m4/Makefile.am, m4/np_coreutils.m4:
3488 compile problem on Sol2.6 with stdbool.h 4439 Fixed compile problem on Sol2.6 with stdbool.h
3489 4440
34902004-12-21 08:56 stanleyhopcroft 44412004-12-21 08:56 stanleyhopcroft
3491 4442
3492 * plugins/check_dhcp.c: Commentary changes only: cite origin of 4443 * [r1046] plugins/check_dhcp.c:
3493 copied code with reference to ACK file 4444 Commentary changes only: cite origin of copied code with
4445 reference to ACK file
3494 4446
34952004-12-21 08:55 stanleyhopcroft 44472004-12-21 08:55 stanleyhopcroft
3496 4448
3497 * ACKNOWLEDGEMENTS: ACK file contains the details of the authors of 4449 * [r1045] ACKNOWLEDGEMENTS:
3498 code copied by the plugins 4450 ACK file contains the details of the authors of code copied by
4451 the plugins
3499 4452
35002004-12-21 05:00 mattkent 44532004-12-21 05:00 mattkent
3501 4454
3502 * plugins/check_dns.c: Add another error string match from Pasi 4455 * [r1044] plugins/check_dns.c:
3503 Tiittanen 4456 Add another error string match from Pasi Tiittanen
3504 4457
35052004-12-20 22:20 tonvoon 44582004-12-20 22:20 tonvoon
3506 4459
3507 * plugins/check_nagios.c: Corrected help for expiry units. Restored 4460 * [r1043] plugins/check_nagios.c:
3508 functionality of searching for process arguments 4461 Corrected help for expiry units. Restored functionality of
4462 searching for
4463 process arguments
3509 4464
35102004-12-20 22:01 tonvoon 44652004-12-20 22:01 tonvoon
3511 4466
3512 * plugins/check_nagios.c: Updating help text to reflect using 4467 * [r1042] plugins/check_nagios.c:
3513 shortname instead of full path for command 4468 Updating help text to reflect using shortname instead of full
4469 path for command
3514 4470
35152004-12-20 21:38 tonvoon 44712004-12-20 21:38 tonvoon
3516 4472
3517 * configure.in: - stupid typo 4473 * [r1041] configure.in:
4474 - stupid typo
3518 4475
35192004-12-20 21:26 tonvoon 44762004-12-20 21:26 tonvoon
3520 4477
3521 * configure.in: Fix compile errors when looking for openssl 4478 * [r1040] configure.in:
4479 Fix compile errors when looking for openssl
3522 4480
35232004-12-20 09:04 stanleyhopcroft 44812004-12-20 09:04 stanleyhopcroft
3524 4482
3525 * COPYING, plugins/check_dhcp.c, po/de.po, po/fr.po: Compilation 4483 * [r1039] COPYING, plugins/check_dhcp.c, po/de.po, po/fr.po:
3526 fixes for check_dhcp.c HP-UX 11. Still fails on HP-UX 10. Unknown 4484 Compilation fixes for check_dhcp.c HP-UX 11. Still fails on HP-UX
3527 if check_dhcp works on UX. 4485 10. Unknown if check_dhcp works on UX.
3528 4486
35292004-12-18 18:28 mwirtgen 44872004-12-18 18:28 mwirtgen
3530 4488
3531 * po/de.po: Initial commit on german translation - 428 to go 4489 * [r1038] po/de.po:
4490 Initial commit on german translation - 428 to go
3532 4491
35332004-12-17 18:14 tonvoon 44922004-12-17 18:14 tonvoon
3534 4493
3535 * configure.in: Support for FreeBSD 5.2.1 and 5.3 in check_procs 4494 * [r1037] configure.in:
4495 Support for FreeBSD 5.2.1 and 5.3 in check_procs
3536 4496
35372004-12-15 23:12 tonvoon 44972004-12-15 23:12 tonvoon
3538 4498
3539 * configure.in: Bump version to next release 4499 * [r1036] configure.in:
4500 Bump version to next release
3540 4501
35412004-12-15 23:11 tonvoon 45022004-12-15 23:11 tonvoon
3542 4503
3543 * doc/developer-guidelines.sgml: Mistake in automake version - back 4504 * [r1035] doc/developer-guidelines.sgml:
3544 to 1.8 4505 Mistake in automake version - back to 1.8
3545 4506
35462004-12-15 23:10 tonvoon 45072004-12-15 23:10 tonvoon
3547 4508
3548 * doc/RELEASING: Clarified notes 4509 * [r1034] doc/RELEASING:
4510 Clarified notes
3549 4511
35502004-12-15 21:56 tonvoon 45122004-12-15 21:56 tonvoon
3551 4513
3552 * ChangeLog: Updated for r1_4_0-alpha3 4514 * [r1032] ChangeLog:
4515 Updated for r1_4_0-alpha3
3553 4516
35542004-12-15 21:27 tonvoon 45172004-12-15 21:27 tonvoon
3555 4518
3556 * doc/developer-guidelines.sgml: Updated requirements for GNU tools 4519 * [r1031] doc/developer-guidelines.sgml:
4520 Updated requirements for GNU tools
3557 4521
35582004-12-15 21:01 tonvoon 45222004-12-15 21:01 tonvoon
3559 4523
3560 * m4/Makefile.am: Makefile for m4 files 4524 * [r1030] m4/Makefile.am:
4525 Makefile for m4 files
3561 4526
35622004-12-15 20:54 tonvoon 45272004-12-15 20:54 tonvoon
3563 4528
3564 * Makefile.am, configure.in, plugins/Makefile.am, tools/setup: 4529 * [r1029] Makefile.am, configure.in, plugins/Makefile.am,
4530 tools/setup:
3565 Support for coreutils lib. Configure tests via m4 scripts from 4531 Support for coreutils lib. Configure tests via m4 scripts from
3566 coreutils 4532 coreutils
3567 4533
35682004-12-15 20:51 tonvoon 45342004-12-15 20:51 tonvoon
3569 4535
3570 * m4/: Makefile.am.in, afs.m4, codeset.m4, error.m4, exitfail.m4, 4536 * [r1028] m4, m4/Makefile.am.in, m4/afs.m4, m4/codeset.m4,
3571 extensions.m4, fstypename.m4, fsusage.m4, getopt.m4, gettext.m4, 4537 m4/error.m4, m4/exitfail.m4, m4/extensions.m4, m4/fstypename.m4,
3572 glibc21.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, inttypes.m4, 4538 m4/fsusage.m4, m4/getopt.m4, m4/gettext.m4, m4/glibc21.m4,
3573 inttypes_h.m4, isc-posix.m4, lcmessage.m4, lib-ld.m4, 4539 m4/iconv.m4, m4/intdiv0.m4, m4/inttypes-pri.m4, m4/inttypes.m4,
3574 lib-link.m4, lib-prefix.m4, ls-mntd-fs.m4, malloc.m4, 4540 m4/inttypes_h.m4, m4/isc-posix.m4, m4/lcmessage.m4, m4/lib-ld.m4,
3575 mountlist.m4, np_coreutils.m4, onceonly.m4, progtest.m4, 4541 m4/lib-link.m4, m4/lib-prefix.m4, m4/ls-mntd-fs.m4, m4/malloc.m4,
3576 realloc.m4, stdint_h.m4, uintmax_t.m4, ulonglong.m4, 4542 m4/mountlist.m4, m4/np_coreutils.m4, m4/onceonly.m4,
3577 unlocked-io.m4, xalloc.m4: Moving m4 files from lib/ 4543 m4/progtest.m4, m4/realloc.m4, m4/stdint_h.m4, m4/uintmax_t.m4,
4544 m4/ulonglong.m4, m4/unlocked-io.m4, m4/xalloc.m4:
4545 Moving m4 files from lib/
3578 4546
35792004-12-15 20:47 tonvoon 45472004-12-15 20:47 tonvoon
3580 4548
3581 * lib/: Makefile.am, afs.m4, error.m4, exitfail.m4, fstypename.m4, 4549 * [r1027] lib/Makefile.am, lib/afs.m4, lib/error.m4,
3582 fsusage.m4, full-read.c, full-write.c, full-write.h, getopt.m4, 4550 lib/exitfail.m4, lib/fstypename.m4, lib/fsusage.m4,
3583 ls-mntd-fs.m4, onceonly.m4, safe-read.c, safe-read.h, 4551 lib/full-read.c, lib/full-write.c, lib/full-write.h,
3584 safe-write.c, safe-write.h, unlocked-io.m4, xalloc.m4: Moving m4 4552 lib/getopt.m4, lib/ls-mntd-fs.m4, lib/onceonly.m4,
3585 files into m4/. Added extra coreutils files required from 4553 lib/safe-read.c, lib/safe-read.h, lib/safe-write.c,
4554 lib/safe-write.h, lib/unlocked-io.m4, lib/xalloc.m4:
4555 Moving m4 files into m4/. Added extra coreutils files required
4556 from
3586 autoconf tests. Updated Makefile.am to have nagiosplug lib and a 4557 autoconf tests. Updated Makefile.am to have nagiosplug lib and a
3587 separate coreutils lib 4558 separate
4559 coreutils lib
3588 4560
35892004-12-15 00:10 opensides 45612004-12-15 00:10 opensides
3590 4562
3591 * po/: de.po, fr.po: 4563 * [r1026] po/de.po, po/fr.po:
3592 fr.po work in progress still 88 to translate ;-) 4564 fr.po work in progress still 88 to translate ;-)
3593 4565
35942004-12-11 06:25 mattkent 45662004-12-11 06:25 mattkent
3595 4567
3596 * plugins/check_tcp.c: Patch from Ollie Cook to define return code 4568 * [r1025] plugins/check_tcp.c:
3597 when expected value not received (#1082275). Also included 4569 Patch from Ollie Cook to define return code when expected value
3598 another change from Ollie Cook to do stricter matching of 4570 not received (#1082275).
3599 expected values from the beginning of the line. When a user 4571 Also included another change from Ollie Cook to do stricter
3600 defines an expected string this is changed to the old style 4572 matching of expected values from the beginning of the line. When
3601 strstr matching. 4573 a user defines an expected string this is changed to the old
4574 style strstr matching.
3602 4575
36032004-12-10 21:18 tonvoon 45762004-12-10 21:18 tonvoon
3604 4577
3605 * plugins/check_ldap.c: Fixed compile warning 4578 * [r1024] plugins/check_ldap.c:
4579 Fixed compile warning
3606 4580
36072004-12-10 06:10 mattkent 45812004-12-10 06:10 mattkent
3608 4582
3609 * plugins/Makefile.am: Compile broken - fixing link flags. 4583 * [r1023] plugins/Makefile.am:
4584 Compile broken - fixing link flags.
3610 4585
36112004-12-10 05:57 mattkent 45862004-12-10 05:57 mattkent
3612 4587
3613 * plugins/check_dns.c: Error catching improvements from Ollie Cook 4588 * [r1022] plugins/check_dns.c:
4589 Error catching improvements from Ollie Cook
3614 4590
36152004-12-10 05:54 mattkent 45912004-12-10 05:54 mattkent
3616 4592
3617 * plugins/check_pgsql.c: Fixing broken compile 4593 * [r1021] plugins/check_pgsql.c:
4594 Fixing broken compile
3618 4595
36192004-12-10 05:39 mattkent 45962004-12-10 05:39 mattkent
3620 4597
3621 * AUTHORS: More contributers 4598 * [r1020] AUTHORS:
4599 More contributers
3622 4600
36232004-12-10 00:54 stanleyhopcroft 46012004-12-10 00:54 stanleyhopcroft
3624 4602
3625 * plugins/Makefile.am: Changes to link flags for check_dhcp.c 4603 * [r1019] plugins/Makefile.am:
4604 Changes to link flags for check_dhcp.c
3626 4605
36272004-12-10 00:52 stanleyhopcroft 46062004-12-10 00:52 stanleyhopcroft
3628 4607
3629 * plugins/check_dhcp.c: Extensive changes to get MAC address from 4608 * [r1018] plugins/check_dhcp.c:
3630 Solaris via DLPI 4609 Extensive changes to get MAC address from Solaris via DLPI
3631 4610
36322004-12-10 00:20 tonvoon 46112004-12-10 00:20 tonvoon
3633 4612
3634 * plugins/: check_dns.c, check_procs.c: Reverting back ngettext 4613 * [r1017] plugins/check_dns.c, plugins/check_procs.c:
3635 calls 4614 Reverting back ngettext calls
3636 4615
36372004-12-10 00:13 tonvoon 46162004-12-10 00:13 tonvoon
3638 4617
3639 * plugins/common.h: Fix includes for gettext 4618 * [r1016] plugins/common.h:
4619 Fix includes for gettext
3640 4620
36412004-12-09 22:33 tonvoon 46212004-12-09 22:33 tonvoon
3642 4622
3643 * configure.in: Include $libsuff for systems that define this 4623 * [r1015] configure.in:
3644 (based on advice from Daniel Stenberg) 4624 Include $libsuff for systems that define this (based on advice
4625 from
4626 Daniel Stenberg)
3645 4627
36462004-12-08 23:14 tonvoon 46282004-12-08 23:14 tonvoon
3647 4629
3648 * configure.in: Removed redundant check and make export 4630 * [r1014] configure.in:
3649 LD_LIBRARY_PATH more sh friendly 4631 Removed redundant check and make export LD_LIBRARY_PATH more sh
4632 friendly
3650 4633
36512004-12-08 00:36 opensides 46342004-12-08 00:36 opensides
3652 4635
3653 * configure.in, plugins/Makefile.am, plugins/check_by_ssh.c, 4636 * [r1013] configure.in, plugins/Makefile.am,
3654 plugins/check_game.c, plugins/check_http.c, 4637 plugins/check_by_ssh.c, plugins/check_game.c,
3655 plugins/check_ide_smart.c, plugins/check_ldap.c, 4638 plugins/check_http.c, plugins/check_ide_smart.c,
3656 plugins/check_snmp.c, plugins/check_tcp.c: 4639 plugins/check_ldap.c, plugins/check_snmp.c, plugins/check_tcp.c:
3657 patch 1028033 4640 patch 1028033
3658 4641
3659 minor internationalization fixes 4642 minor internationalization fixes
3660 4643
36612004-12-08 00:22 tonvoon 46442004-12-08 00:22 tonvoon
3662 4645
3663 * configure.in: Fixed output info for openssl and LD_LIBRARY_PATH 4646 * [r1012] configure.in:
3664 for subsequent compiles (otherwise get ld.so.1: ./conftest: 4647 Fixed output info for openssl and LD_LIBRARY_PATH for subsequent
3665 fatal: libssl.so.0.9.7: open failed) 4648 compiles
4649 (otherwise get ld.so.1: ./conftest: fatal: libssl.so.0.9.7: open
4650 failed)
3666 4651
36672004-12-07 06:51 tonvoon 46522004-12-07 06:51 tonvoon
3668 4653
3669 * configure.in, plugins/Makefile.am: Better SSL checking (inspired 4654 * [r1011] configure.in, plugins/Makefile.am:
3670 by curl 7.12.2's configure.ac) 4655 Better SSL checking (inspired by curl 7.12.2's configure.ac)
3671 4656
36722004-12-07 03:13 mattkent 46572004-12-07 03:13 mattkent
3673 4658
3674 * plugins-scripts/check_ifoperstatus.pl: Option to check for admin 4659 * [r1010] plugins-scripts/check_ifoperstatus.pl:
3675 down (#1012191) from Raúl Pedroche. 4660 Option to check for admin down (#1012191) from Raúl Pedroche.
3676 4661
36772004-12-07 02:45 stanleyhopcroft 46622004-12-07 02:45 stanleyhopcroft
3678 4663
3679 * plugins/Makefile.am: Correct dependencies for check_dhcp.c. 4664 * [r1009] plugins/Makefile.am:
4665 Correct dependencies for check_dhcp.c.
3680 4666
36812004-12-07 02:31 stanleyhopcroft 46672004-12-07 02:33 stanleyhopcroft
3682 4668
3683 * plugins/: Makefile.am, check_dhcp.c: New plugin: check_dhcp.c. 4669 * [r1008] plugins/Makefile.am, plugins/check_dhcp.c:
3684 Attempt to port to non Linux platform. 4670 New plugin: check_dhcp.c. Attempt to port to non Linux platform.
3685 4671
36862004-12-06 18:49 opensides 46722004-12-06 18:49 opensides
3687 4673
3688 * po/fr.po: 4674 * [r1007] po/fr.po:
3689 new version of fr.po 4675 new version of fr.po
3690 4676
36912004-12-05 22:07 mattkent 46772004-12-05 22:07 mattkent
3692 4678
3693 * plugins/check_snmp.c: Fix for -s string matching (#756567, Tony 4679 * [r1006] plugins/check_snmp.c:
3694 Missana) 4680 Fix for -s string matching (#756567, Tony Missana)
3695 4681
36962004-12-05 12:59 opensides 46822004-12-05 12:59 opensides
3697 4683
3698 * plugins/check_nt.c, po/fr.po, po/nagios-plugins.pot: 4684 * [r1005] plugins/check_nt.c, po/fr.po, po/nagios-plugins.pot:
3699 cleaned fr.po nagios-plugins.pot 4685 cleaned fr.po nagios-plugins.pot
3700 4686
37012004-12-05 00:54 opensides 46872004-12-05 00:54 opensides
3702 4688
3703 * plugins/: check_http.c, check_icmp.c, check_nwstat.c, 4689 * [r1004] plugins/check_http.c, plugins/check_icmp.c,
3704 check_ping.c, check_smtp.c, check_swap.c, utils.h: 4690 plugins/check_nwstat.c, plugins/check_ping.c,
3705 fix patch 998291 fix patch 1078934 expect check_ssh fix and 4691 plugins/check_smtp.c, plugins/check_swap.c, plugins/utils.h:
3706 check_nt perfdata should stay on one word like in nagios 4692 fix patch 998291
4693 fix patch 1078934 expect check_ssh fix and check_nt perfdata
4694 should stay
4695 on one word like in nagios
3707 4696
37082004-12-04 12:34 opensides 46972004-12-04 12:34 opensides
3709 4698
3710 * po/nagios-plugins.pot: 4699 * [r1003] po/nagios-plugins.pot:
3711 new version of pot file 4700 new version of pot file
3712 4701
37132004-12-04 12:31 opensides 47022004-12-04 12:31 opensides
3714 4703
3715 * plugins/check_by_ssh.c, plugins/check_dns.c, po/POTFILES.in: 4704 * [r1002] plugins/check_by_ssh.c, plugins/check_dns.c,
4705 po/POTFILES.in:
3716 various internationalization fixes 4706 various internationalization fixes
3717 4707
37182004-12-04 12:12 opensides 47082004-12-04 12:12 opensides
3719 4709
3720 * plugins/Makefile.am, plugins/check_by_ssh.c, plugins/check_dig.c, 4710 * [r1001] plugins/Makefile.am, plugins/check_by_ssh.c,
3721 plugins/check_http.c, plugins/check_ide-smart.c, 4711 plugins/check_dig.c, plugins/check_http.c,
3722 plugins/check_ide_smart.c, plugins/check_mrtg.c, 4712 plugins/check_ide-smart.c, plugins/check_ide_smart.c,
3723 plugins/check_nt.c, plugins/check_nwstat.c, 4713 plugins/check_mrtg.c, plugins/check_nt.c, plugins/check_nwstat.c,
3724 plugins/check_overcr.c, plugins/check_real.c, 4714 plugins/check_overcr.c, plugins/check_real.c,
3725 plugins/check_smtp.c, plugins/check_swap.c, plugins/check_tcp.c, 4715 plugins/check_smtp.c, plugins/check_swap.c, plugins/check_tcp.c,
3726 plugins/check_time.c, plugins/check_udp.c, po/POTFILES.in: 4716 plugins/check_time.c, plugins/check_udp.c, po/POTFILES.in:
3727 internationalization fixes bugfixes 4717 internationalization fixes
4718 bugfixes
3728 4719
37292004-12-04 10:57 opensides 47202004-12-04 10:57 opensides
3730 4721
3731 * plugins/: check_dns.c, check_hpjd.c: 4722 * [r1000] plugins/check_dns.c, plugins/check_hpjd.c:
3732 check_dns needs a space between 'time' and the hostname 4723 check_dns needs a space between 'time' and the hostname
3733 check_hpjd needs a parenthesis removed in print_usage() 4724 check_hpjd needs a parenthesis removed in print_usage()
3734 4725
37352004-12-04 00:23 opensides 47262004-12-04 00:23 opensides
3736 4727
3737 * plugins/check_swap.c: 4728 * [r999] plugins/check_swap.c:
3738 Bug Fix [ 1024735 ] check_swap providing inaccurate swap 4729 Bug Fix [ 1024735 ] check_swap providing inaccurate swap
3739 information on Sol6 4730 information on Sol6
3740 4731
37412004-12-03 23:55 opensides 47322004-12-03 23:55 opensides
3742 4733
3743 * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, 4734 * [r998] plugins/check_by_ssh.c, plugins/check_dig.c,
3744 check_fping.c, check_game.c, check_hpjd.c, check_http.c, 4735 plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c,
3745 check_ldap.c, check_load.c, check_mrtg.c, check_mrtgtraf.c, 4736 plugins/check_game.c, plugins/check_hpjd.c, plugins/check_http.c,
3746 check_mysql.c, check_nagios.c, check_nt.c, check_nwstat.c, 4737 plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c,
3747 check_overcr.c, check_pgsql.c, check_ping.c, check_procs.c, 4738 plugins/check_mrtgtraf.c, plugins/check_mysql.c,
3748 check_radius.c, check_real.c, check_smtp.c, check_snmp.c, 4739 plugins/check_nagios.c, plugins/check_nt.c,
3749 check_ssh.c, check_swap.c, check_tcp.c, check_time.c, 4740 plugins/check_nwstat.c, plugins/check_overcr.c,
3750 check_udp.c, check_ups.c, check_users.c, negate.c: 4741 plugins/check_pgsql.c, plugins/check_ping.c,
4742 plugins/check_procs.c, plugins/check_radius.c,
4743 plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c,
4744 plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c,
4745 plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c,
4746 plugins/check_users.c, plugins/negate.c:
3751 reverting my changes from !=TRUE to == ERROR, that's not good ;-( 4747 reverting my changes from !=TRUE to == ERROR, that's not good ;-(
3752 sorry 4748 sorry
3753 4749
37542004-12-03 23:23 opensides 47502004-12-03 23:23 opensides
3755 4751
3756 * plugins/check_tcp.c, po/de.po, po/fr.po, po/nagios-plugins.pot: 4752 * [r997] plugins/check_tcp.c, po/de.po, po/fr.po,
4753 po/nagios-plugins.pot:
3757 check_tcp parenthesis bug, header fix for po files 4754 check_tcp parenthesis bug, header fix for po files
3758 4755
37592004-12-03 23:01 opensides 47562004-12-03 23:02 opensides
3760 4757
3761 * plugins/: check_dig.c, check_disk.c, check_dns.c, check_dummy.c, 4758 * [r996] plugins/check_dig.c, plugins/check_disk.c,
3762 check_fping.c, check_game.c, check_hpjd.c, check_http.c, 4759 plugins/check_dns.c, plugins/check_dummy.c,
3763 check_ide-smart.c, check_ldap.c, check_mrtg.c, check_mrtgtraf.c, 4760 plugins/check_fping.c, plugins/check_game.c,
3764 check_nagios.c, check_nt.c, check_nwstat.c, check_overcr.c, 4761 plugins/check_hpjd.c, plugins/check_http.c,
3765 check_pgsql.c, check_procs.c, check_radius.c, check_real.c, 4762 plugins/check_ide-smart.c, plugins/check_ldap.c,
3766 check_smtp.c, check_snmp.c, check_swap.c, check_tcp.c, 4763 plugins/check_mrtg.c, plugins/check_mrtgtraf.c,
3767 check_time.c, check_udp.c, check_ups.c: 4764 plugins/check_nagios.c, plugins/check_nt.c,
4765 plugins/check_nwstat.c, plugins/check_overcr.c,
4766 plugins/check_pgsql.c, plugins/check_procs.c,
4767 plugins/check_radius.c, plugins/check_real.c,
4768 plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_swap.c,
4769 plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c,
4770 plugins/check_ups.c:
3768 print_help and print_usage() cleanup 4771 print_help and print_usage() cleanup
3769 4772
3770 other misc cleanups 4773 other misc cleanups
3771 4774
37722004-12-03 21:56 stanleyhopcroft 47752004-12-03 21:56 stanleyhopcroft
3773 4776
3774 * plugins/check_tcp.c: 1041571: -D option processing corrected 4777 * [r995] plugins/check_tcp.c:
3775 (Eric Chen). Changed process_arguments() to return TRUE. Dont 4778 1041571: -D option processing corrected (Eric Chen). Changed
3776 know why this was necessary. 4779 process_arguments() to return TRUE. Dont know why this was
4780 necessary.
3777 4781
37782004-12-03 20:28 opensides 47822004-12-03 20:28 opensides
3779 4783
3780 * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, 4784 * [r994] plugins/check_by_ssh.c, plugins/check_dig.c,
3781 check_dummy.c, check_fping.c, check_game.c, check_hpjd.c, 4785 plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c,
3782 check_http.c, check_ide-smart.c, check_ldap.c, check_load.c, 4786 plugins/check_fping.c, plugins/check_game.c,
3783 check_mrtg.c, check_mrtgtraf.c, check_mysql.c, check_nagios.c, 4787 plugins/check_hpjd.c, plugins/check_http.c,
3784 check_nt.c, check_nwstat.c, check_overcr.c, check_pgsql.c, 4788 plugins/check_ide-smart.c, plugins/check_ldap.c,
3785 check_ping.c, check_procs.c, check_radius.c, check_real.c, 4789 plugins/check_load.c, plugins/check_mrtg.c,
3786 check_smtp.c, check_snmp.c, check_ssh.c, check_swap.c, 4790 plugins/check_mrtgtraf.c, plugins/check_mysql.c,
3787 check_tcp.c, check_time.c, check_udp.c, check_ups.c, 4791 plugins/check_nagios.c, plugins/check_nt.c,
3788 check_users.c, negate.c, urlize.c: remove UT_HLP_VRS from 4792 plugins/check_nwstat.c, plugins/check_overcr.c,
3789 print_usage this was not a good idea ;-) 4793 plugins/check_pgsql.c, plugins/check_ping.c,
4794 plugins/check_procs.c, plugins/check_radius.c,
4795 plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c,
4796 plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c,
4797 plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c,
4798 plugins/check_users.c, plugins/negate.c, plugins/urlize.c:
4799 remove UT_HLP_VRS from print_usage
4800 this was not a good idea ;-)
3790 4801
37912004-12-03 19:20 opensides 48022004-12-03 19:20 opensides
3792 4803
3793 * plugins/utils.c: 4804 * [r993] plugins/utils.c:
3794 removing support fonction removing warranty from print_revision 4805 removing support fonction
4806 removing warranty from print_revision
3795 4807
37962004-12-03 17:48 opensides 48082004-12-03 17:48 opensides
3797 4809
3798 * ROADMAP, package.def, plugins/negate.c, plugins/utils.h: 4810 * [r992] ROADMAP, package.def, plugins/negate.c, plugins/utils.h:
3799 some minor fixes 4811 some minor fixes
3800 4812
38012004-12-03 17:15 opensides 48132004-12-03 17:15 opensides
3802 4814
3803 * plugins/: check_load.c, check_ssh.c: 4815 * [r991] plugins/check_load.c, plugins/check_ssh.c:
3804 correcting parenthesis error 4816 correcting parenthesis error
3805 4817
38062004-12-03 16:56 opensides 48182004-12-03 16:56 opensides
3807 4819
3808 * AUTHORS, plugins/check_load.c, plugins/check_pgsql.c, 4820 * [r990] AUTHORS, plugins/check_load.c, plugins/check_pgsql.c,
3809 plugins/check_ping.c, plugins/check_procs.c, 4821 plugins/check_ping.c, plugins/check_procs.c,
3810 plugins/check_radius.c, plugins/check_real.c, 4822 plugins/check_radius.c, plugins/check_real.c,
3811 plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_ssh.c, 4823 plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_ssh.c,
@@ -3816,505 +4828,586 @@
3816 4828
38172004-12-03 11:45 opensides 48292004-12-03 11:45 opensides
3818 4830
3819 * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, 4831 * [r989] plugins/check_by_ssh.c, plugins/check_dig.c,
3820 check_dummy.c, check_fping.c, check_game.c, check_hpjd.c, 4832 plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c,
3821 check_http.c, check_ide-smart.c, check_ldap.c, check_load.c, 4833 plugins/check_fping.c, plugins/check_game.c,
3822 check_mrtg.c, check_mrtgtraf.c, check_mysql.c, check_nagios.c, 4834 plugins/check_hpjd.c, plugins/check_http.c,
3823 check_nt.c, check_nwstat.c: 4835 plugins/check_ide-smart.c, plugins/check_ldap.c,
4836 plugins/check_load.c, plugins/check_mrtg.c,
4837 plugins/check_mrtgtraf.c, plugins/check_mysql.c,
4838 plugins/check_nagios.c, plugins/check_nt.c,
4839 plugins/check_nwstat.c:
3824 internationalization fixes and help fixes 4840 internationalization fixes and help fixes
3825 4841
38262004-12-03 09:19 opensides 48422004-12-03 09:19 opensides
3827 4843
3828 * plugins/check_by_ssh.c, plugins/check_dig.c, 4844 * [r988] plugins/check_by_ssh.c, plugins/check_dig.c,
3829 plugins/check_http.c, plugins/check_nwstat.c, 4845 plugins/check_http.c, plugins/check_nwstat.c,
3830 plugins/check_pgsql.c, plugins/check_ping.c, plugins/check_udp.c, 4846 plugins/check_pgsql.c, plugins/check_ping.c, plugins/check_udp.c,
3831 po/.cvsignore: 4847 po, po/.cvsignore:
3832 Localization fixes 4848 Localization fixes
3833 4849
38342004-12-03 08:45 opensides 48502004-12-03 08:45 opensides
3835 4851
3836 * plugins/: check_ide-smart.c, check_pgsql.c: 4852 * [r987] plugins/check_ide-smart.c, plugins/check_pgsql.c:
3837 correcting copyright and remaning int result = STATE_UNKNOWN; 4853 correcting copyright and remaning int result = STATE_UNKNOWN;
3838 4854
38392004-12-03 04:37 mattkent 48552004-12-03 04:37 mattkent
3840 4856
3841 * plugins/check_nagios.c: Affected by elapsed time patch. 4857 * [r986] plugins/check_nagios.c:
4858 Affected by elapsed time patch.
3842 4859
38432004-12-03 04:16 mattkent 48602004-12-03 04:16 mattkent
3844 4861
3845 * AUTHORS: Another contributer. 4862 * [r985] AUTHORS:
4863 Another contributer.
3846 4864
38472004-12-03 04:10 mattkent 48652004-12-03 04:10 mattkent
3848 4866
3849 * configure.in, plugins/check_procs.c: Patch from Russell Miller 4867 * [r984] configure.in, plugins/check_procs.c:
3850 which adds elapsed time as a metric. Only for linux so far. 4868 Patch from Russell Miller which adds elapsed time as a metric.
3851 (991359) 4869 Only for linux so far. (991359)
3852 4870
38532004-12-03 02:21 mattkent 48712004-12-03 02:21 mattkent
3854 4872
3855 * plugins/check_ldap.c: Fix typo breaking compile. 4873 * [r983] plugins/check_ldap.c:
4874 Fix typo breaking compile.
3856 4875
38572004-12-03 00:55 opensides 48762004-12-03 00:55 opensides
3858 4877
3859 * plugins/: check_by_ssh.c, check_dig.c, check_dns.c, 4878 * [r982] plugins/check_by_ssh.c, plugins/check_dig.c,
3860 check_dummy.c, check_fping.c, check_game.c, check_hpjd.c, 4879 plugins/check_dns.c, plugins/check_dummy.c,
3861 check_ide-smart.c, check_ldap.c, check_load.c, check_mrtg.c, 4880 plugins/check_fping.c, plugins/check_game.c,
3862 check_mrtgtraf.c, check_mysql.c, check_nagios.c, check_nt.c, 4881 plugins/check_hpjd.c, plugins/check_ide-smart.c,
3863 check_nwstat.c, check_overcr.c, check_pgsql.c, check_ping.c, 4882 plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c,
3864 check_procs.c, check_radius.c, check_real.c, check_smtp.c, 4883 plugins/check_mrtgtraf.c, plugins/check_mysql.c,
3865 check_snmp.c, check_ssh.c, check_swap.c, check_tcp.c, 4884 plugins/check_nagios.c, plugins/check_nt.c,
3866 check_time.c, check_udp.c, check_ups.c, check_users.c, negate.c, 4885 plugins/check_nwstat.c, plugins/check_overcr.c,
3867 urlize.c: 4886 plugins/check_pgsql.c, plugins/check_ping.c,
3868 bump copyright year initialize result to STATE_UNKNOW in place of 4887 plugins/check_procs.c, plugins/check_radius.c,
3869 STATE_OK 4888 plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c,
4889 plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c,
4890 plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c,
4891 plugins/check_users.c, plugins/negate.c, plugins/urlize.c:
4892 bump copyright year
4893 initialize result to STATE_UNKNOW in place of STATE_OK
3870 4894
38712004-12-02 21:23 opensides 48952004-12-02 21:23 opensides
3872 4896
3873 * plugins/: check_dns.c, check_ldap.c, check_procs.c: 4897 * [r981] plugins/check_dns.c, plugins/check_ldap.c,
4898 plugins/check_procs.c:
3874 --disable-nls throws an error on check_dns, check_procs and 4899 --disable-nls throws an error on check_dns, check_procs and
3875 check_ldap without this patch. 4900 check_ldap without this patch.
3876 4901
38772004-12-02 21:03 stanleyhopcroft 49022004-12-02 21:03 stanleyhopcroft
3878 4903
3879 * plugins/check_tcp.c: Tracker 1041571: appended :D to 4904 * [r980] plugins/check_tcp.c:
3880 getopt_long() args (for cert expiry check). Eric Chen. 4905 Tracker 1041571: appended :D to getopt_long() args (for cert
4906 expiry check). Eric Chen.
3881 4907
38822004-12-02 16:51 opensides 49082004-12-02 16:51 opensides
3883 4909
3884 * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, 4910 * [r979] plugins/check_by_ssh.c, plugins/check_dig.c,
3885 check_fping.c, check_game.c, check_hpjd.c, check_http.c, 4911 plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c,
3886 check_ldap.c, check_load.c, check_mrtg.c, check_mrtgtraf.c, 4912 plugins/check_game.c, plugins/check_hpjd.c, plugins/check_http.c,
3887 check_mysql.c, check_nagios.c, check_nt.c, check_nwstat.c, 4913 plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c,
3888 check_overcr.c, check_pgsql.c, check_ping.c, check_procs.c, 4914 plugins/check_mrtgtraf.c, plugins/check_mysql.c,
3889 check_radius.c, check_real.c, check_smtp.c, check_snmp.c, 4915 plugins/check_nagios.c, plugins/check_nt.c,
3890 check_ssh.c, check_swap.c, check_tcp.c, check_time.c, 4916 plugins/check_nwstat.c, plugins/check_overcr.c,
3891 check_udp.c, check_ups.c, check_users.c, negate.c, popen.c, 4917 plugins/check_pgsql.c, plugins/check_ping.c,
3892 utils.c: 4918 plugins/check_procs.c, plugins/check_radius.c,
3893 More internationalization work new usage4 function to permit 4919 plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c,
3894 localisation of think like check_ssh: xxxxx 4920 plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c,
4921 plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c,
4922 plugins/check_users.c, plugins/negate.c, plugins/popen.c,
4923 plugins/utils.c:
4924 More internationalization work
4925 new usage4 function to permit localisation of think like
4926 check_ssh: xxxxx
3895 4927
38962004-12-02 14:54 opensides 49282004-12-02 14:54 opensides
3897 4929
3898 * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, 4930 * [r978] plugins/check_by_ssh.c, plugins/check_dig.c,
3899 check_fping.c, check_game.c, check_hpjd.c, check_ldap.c, 4931 plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c,
3900 check_load.c, check_mrtg.c, check_mrtgtraf.c, check_mysql.c, 4932 plugins/check_game.c, plugins/check_hpjd.c, plugins/check_ldap.c,
3901 check_nagios.c, check_nt.c, check_nwstat.c, check_overcr.c, 4933 plugins/check_load.c, plugins/check_mrtg.c,
3902 check_pgsql.c, check_ping.c, check_procs.c, check_radius.c, 4934 plugins/check_mrtgtraf.c, plugins/check_mysql.c,
3903 check_real.c, check_smtp.c, check_snmp.c, check_ssh.c, 4935 plugins/check_nagios.c, plugins/check_nt.c,
3904 check_swap.c, check_tcp.c, check_time.c, check_udp.c, 4936 plugins/check_nwstat.c, plugins/check_overcr.c,
3905 check_ups.c, check_users.c, negate.c: 4937 plugins/check_pgsql.c, plugins/check_ping.c,
4938 plugins/check_procs.c, plugins/check_radius.c,
4939 plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c,
4940 plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c,
4941 plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c,
4942 plugins/check_users.c, plugins/negate.c:
3906 return of process_arguments() is TRUE not OK ! 4943 return of process_arguments() is TRUE not OK !
3907 4944
39082004-12-02 14:35 opensides 49452004-12-02 14:35 opensides
3909 4946
3910 * plugins/check_http.c: return of process_arguments() is TRUE not 4947 * [r977] plugins/check_http.c:
3911 OK ! 4948 return of process_arguments() is TRUE not OK !
3912 4949
39132004-12-02 08:45 stanleyhopcroft 49502004-12-02 08:45 stanleyhopcroft
3914 4951
3915 * plugins/Makefile.am: Add check_icmp plugin 4952 * [r976] plugins/Makefile.am:
4953 Add check_icmp plugin
3916 4954
39172004-12-02 08:44 stanleyhopcroft 49552004-12-02 08:44 stanleyhopcroft
3918 4956
3919 * plugins/check_icmp.c: check_icmp plugin from A Ericsson 4957 * [r975] plugins/check_icmp.c:
4958 check_icmp plugin from A Ericsson
3920 4959
39212004-12-02 08:44 stanleyhopcroft 49602004-12-02 08:44 stanleyhopcroft
3922 4961
3923 * plugins/linux.h: For check_icmp plugin from A Ericsson 4962 * [r974] plugins/linux.h:
4963 For check_icmp plugin from A Ericsson
3924 4964
39252004-12-02 04:48 mattkent 49652004-12-02 04:48 mattkent
3926 4966
3927 * command.cfg.in: Fix typo. 4967 * [r973] command.cfg.in:
4968 Fix typo.
3928 4969
39292004-12-02 04:36 mattkent 49702004-12-02 04:36 mattkent
3930 4971
3931 * AUTHORS, REQUIREMENTS, command.cfg.in, plugins/check_ups.c: Patch 4972 * [r972] AUTHORS, REQUIREMENTS, command.cfg.in,
3932 from Arnaud Quette to bring support to NUT 2.0 plus couple 4973 plugins/check_ups.c:
4974 Patch from Arnaud Quette to bring support to NUT 2.0 plus couple
3933 improvements and fixes (1038413 which includes 1032009, 815785). 4975 improvements and fixes (1038413 which includes 1032009, 815785).
3934 4976
39352004-12-02 01:11 opensides 49772004-12-02 01:11 opensides
3936 4978
3937 * plugins/: check_dns.c, check_game.c, check_http.c, 4979 * [r971] plugins/check_dns.c, plugins/check_game.c,
3938 check_ide-smart.c, check_load.c, check_mrtgtraf.c, check_mysql.c, 4980 plugins/check_http.c, plugins/check_ide-smart.c,
3939 check_nagios.c, check_nt.c, check_nwstat.c, check_overcr.c, 4981 plugins/check_load.c, plugins/check_mrtgtraf.c,
3940 check_pgsql.c, check_ping.c, check_procs.c, check_radius.c, 4982 plugins/check_mysql.c, plugins/check_nagios.c,
3941 check_real.c, check_snmp.c, check_ssh.c, check_tcp.c, 4983 plugins/check_nt.c, plugins/check_nwstat.c,
3942 check_time.c, check_udp.c, check_ups.c, negate.c, popen.c: 4984 plugins/check_overcr.c, plugins/check_pgsql.c,
3943 changed Error: by CRITICAL - more localization fixes 4985 plugins/check_ping.c, plugins/check_procs.c,
4986 plugins/check_radius.c, plugins/check_real.c,
4987 plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_tcp.c,
4988 plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c,
4989 plugins/negate.c, plugins/popen.c:
4990 changed Error: by CRITICAL -
4991 more localization fixes
3944 4992
39452004-12-02 00:30 opensides 49932004-12-02 00:30 opensides
3946 4994
3947 * contrib/check_rbl.c: 4995 * [r970] contrib/check_rbl.c:
3948 adapted for localization 4996 adapted for localization
3949 4997
39502004-12-01 23:54 opensides 49982004-12-01 23:54 opensides
3951 4999
3952 * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, 5000 * [r969] plugins/check_by_ssh.c, plugins/check_dig.c,
3953 check_dummy.c, check_fping.c, check_game.c, check_hpjd.c, 5001 plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c,
3954 check_http.c, check_ide-smart.c, check_ldap.c, check_load.c, 5002 plugins/check_fping.c, plugins/check_game.c,
3955 check_mrtg.c, check_mrtgtraf.c, check_mysql.c, check_nagios.c, 5003 plugins/check_hpjd.c, plugins/check_http.c,
3956 check_nt.c, check_nwstat.c, check_overcr.c, check_pgsql.c, 5004 plugins/check_ide-smart.c, plugins/check_ldap.c,
3957 check_ping.c, check_procs.c, check_radius.c, check_real.c, 5005 plugins/check_load.c, plugins/check_mrtg.c,
3958 check_smtp.c, check_snmp.c, check_ssh.c, check_swap.c, 5006 plugins/check_mrtgtraf.c, plugins/check_mysql.c,
3959 check_tcp.c, check_time.c, check_udp.c, check_ups.c, 5007 plugins/check_nagios.c, plugins/check_nt.c,
3960 check_users.c, common.h, getaddrinfo.c, getaddrinfo.h, 5008 plugins/check_nwstat.c, plugins/check_overcr.c,
3961 gethostbyname.c, gethostbyname.h, negate.c, netutils.c, 5009 plugins/check_pgsql.c, plugins/check_ping.c,
3962 netutils.h, popen.c, urlize.c, utils.c, utils.h: 5010 plugins/check_procs.c, plugins/check_radius.c,
3963 standardize localization string standardize unknow arguments 5011 plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c,
5012 plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c,
5013 plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c,
5014 plugins/check_users.c, plugins/common.h, plugins/getaddrinfo.c,
5015 plugins/getaddrinfo.h, plugins/gethostbyname.c,
5016 plugins/gethostbyname.h, plugins/negate.c, plugins/netutils.c,
5017 plugins/netutils.h, plugins/popen.c, plugins/urlize.c,
5018 plugins/utils.c, plugins/utils.h:
5019 standardize localization string
5020 standardize unknow arguments
3964 5021
39652004-12-01 22:02 tonvoon 50222004-12-01 22:02 tonvoon
3966 5023
3967 * doc/RELEASING: Notes on releasing 5024 * [r968] doc/RELEASING:
5025 Notes on releasing
3968 5026
39692004-12-01 21:55 tonvoon 50272004-12-01 21:55 tonvoon
3970 5028
3971 * configure.in: Next version number 5029 * [r967] configure.in:
5030 Next version number
3972 5031
39732004-12-01 21:01 tonvoon 50322004-12-01 21:01 tonvoon
3974 5033
3975 * ChangeLog: Updated for r1_4_0-alpha2 5034 * [r965] ChangeLog:
5035 Updated for r1_4_0-alpha2
3976 5036
39772004-12-01 20:43 tonvoon 50372004-12-01 20:43 tonvoon
3978 5038
3979 * tools/devmode: eval not working - instructions now in comments 5039 * [r964] tools/devmode:
5040 eval not working - instructions now in comments
3980 5041
39812004-12-01 20:09 tonvoon 50422004-12-01 20:09 tonvoon
3982 5043
3983 * plugins-scripts/check_oracle.sh: Fixed pmon process checking from 5044 * [r963] plugins-scripts/check_oracle.sh:
3984 a change I made earlier 5045 Fixed pmon process checking from a change I made earlier
3985 5046
39862004-12-01 19:33 opensides 50472004-12-01 19:33 opensides
3987 5048
3988 * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, 5049 * [r962] plugins/check_by_ssh.c, plugins/check_dig.c,
3989 check_fping.c, check_ssh.c: 5050 plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c,
5051 plugins/check_ssh.c:
3990 first pass at standardization of messages for the localization 5052 first pass at standardization of messages for the localization
3991 5053
39922004-12-01 08:41 stanleyhopcroft 50542004-12-01 08:41 stanleyhopcroft
3993 5055
3994 * configure.in: Bryan Loniewski contributed check_jabber plugin 5056 * [r961] configure.in:
3995 (SSL/check_tcp); Eric Chen check_nntps plugin + SSL certficate 5057 Bryan Loniewski contributed check_jabber plugin (SSL/check_tcp);
3996 expiry check [added -D option to check_tcp] 5058 Eric Chen check_nntps plugin + SSL certficate expiry check [added
5059 -D option to check_tcp]
3997 5060
39982004-12-01 08:28 stanleyhopcroft 50612004-12-01 08:28 stanleyhopcroft
3999 5062
4000 * plugins/netutils.c: 1075725: patch to my_connect() to deal with 5063 * [r960] plugins/netutils.c:
4001 SEGV if connect fails 5064 1075725: patch to my_connect() to deal with SEGV if connect fails
4002 5065
40032004-12-01 08:26 stanleyhopcroft 50662004-12-01 08:26 stanleyhopcroft
4004 5067
4005 * plugins/check_tcp.c: 1041571 & 664615: check_tcp with cert check 5068 * [r959] plugins/check_tcp.c:
4006 + nntps, simap, jabber 5069 1041571 & 664615: check_tcp with cert check + nntps, simap,
5070 jabber
4007 5071
40082004-12-01 03:50 mattkent 50722004-12-01 03:50 mattkent
4009 5073
4010 * contrib/check_nmap.py: Small fix from David Rippel (996800) for 5074 * [r958] contrib/check_nmap.py:
4011 newer versions of nmap 5075 Small fix from David Rippel (996800) for newer versions of nmap
4012 5076
40132004-12-01 03:26 mattkent 50772004-12-01 03:26 mattkent
4014 5078
4015 * plugins-scripts/check_oracle.sh: Perf data and other improvements 5079 * [r957] plugins-scripts/check_oracle.sh:
4016 by Florian Gleixner (1027787) 5080 Perf data and other improvements by Florian Gleixner (1027787)
4017 5081
40182004-11-30 07:40 opensides 50822004-11-30 07:40 opensides
4019 5083
4020 * po/fr.po: 5084 * [r956] po/fr.po:
4021 more french translations 5085 more french translations
4022 5086
40232004-11-30 00:25 tonvoon 50872004-11-30 00:25 tonvoon
4024 5088
4025 * plugins/check_ide-smart.c: Capitalized some error messages 5089 * [r955] plugins/check_ide-smart.c:
5090 Capitalized some error messages
4026 5091
40272004-11-30 00:24 tonvoon 50922004-11-30 00:24 tonvoon
4028 5093
4029 * plugins/urlize.c: Updated output to UNKNOWN 5094 * [r954] plugins/urlize.c:
5095 Updated output to UNKNOWN
4030 5096
40312004-11-30 00:21 opensides 50972004-11-30 00:21 opensides
4032 5098
4033 * po/fr.po: 5099 * [r953] po/fr.po:
4034 translating fr.po new part 5100 translating fr.po new part
4035 5101
40362004-11-29 23:52 tonvoon 51022004-11-29 23:52 tonvoon
4037 5103
4038 * lib/: Makefile.am, exitfail.m4, getopt.m4: Extra files required 5104 * [r952] lib/Makefile.am, lib/exitfail.m4, lib/getopt.m4:
4039 from coreutils 5105 Extra files required from coreutils
4040 5106
40412004-11-29 23:46 tonvoon 51072004-11-29 23:46 tonvoon
4042 5108
4043 * SUPPORT: Cleanup and statement re: contrib plugins 5109 * [r951] SUPPORT:
5110 Cleanup and statement re: contrib plugins
4044 5111
40452004-11-29 22:42 tonvoon 51122004-11-29 22:42 tonvoon
4046 5113
4047 * configure.in: Patches for configure on *BSD (Julien Touche) 5114 * [r950] configure.in:
5115 Patches for configure on *BSD (Julien Touche)
4048 5116
40492004-11-29 05:07 stanleyhopcroft 51172004-11-29 05:07 stanleyhopcroft
4050 5118
4051 * contrib/: README.TXT, rblcheck-dns, rblcheck-web, 5119 * [r949] contrib/README.TXT, contrib/rblcheck-dns,
4052 tarballs/check_icmp-0.8.tar.gz: [no log message] 5120 contrib/rblcheck-web, contrib/tarballs/check_icmp-0.8.tar.gz:
5121 *** empty log message ***
4053 5122
40542004-11-29 04:49 mattkent 51232004-11-29 04:49 mattkent
4055 5124
4056 * contrib/check_linux_raid.pl: Better error checking (820806) 5125 * [r948] contrib/check_linux_raid.pl:
5126 Better error checking (820806)
4057 5127
40582004-11-29 00:56 opensides 51282004-11-29 00:56 opensides
4059 5129
4060 * po/fr.po: 5130 * [r947] po/fr.po:
4061 second version of french .po still 300 ;-) to translate 5131 second version of french .po still 300 ;-) to translate
4062 5132
40632004-11-28 22:57 opensides 51332004-11-28 22:57 opensides
4064 5134
4065 * po/fr.po: 5135 * [r946] po/fr.po:
4066 first new translation of fr.po 5136 first new translation of fr.po
4067 5137
40682004-11-27 21:00 mattkent 51382004-11-27 21:00 mattkent
4069 5139
4070 * plugins/check_ssh.c: Add remote version check (1030269, Daniel 5140 * [r945] plugins/check_ssh.c:
4071 Gullin) 5141 Add remote version check (1030269, Daniel Gullin)
4072 5142
40732004-11-26 08:54 stanleyhopcroft 51432004-11-26 08:54 stanleyhopcroft
4074 5144
4075 * AUTHORS: New plugin/bugfix: tracker 1070929. check_hpjdres 5145 * [r944] AUTHORS:
5146 New plugin/bugfix: tracker 1070929. check_hpjdres
4076 5147
40772004-11-25 05:09 mattkent 51482004-11-25 05:09 mattkent
4078 5149
4079 * plugins/check_disk.c: From old test harness code, make 5150 * [r943] plugins/check_disk.c:
4080 ./check_disk -w 0 -c 0 / valid parameters again 5151 From old test harness code, make ./check_disk -w 0 -c 0 / valid
5152 parameters again
4081 5153
40822004-11-25 05:06 mattkent 51542004-11-25 05:06 mattkent
4083 5155
4084 * test.pl.in, plugins/t/check_dns.t, plugins/t/check_http.t, 5156 * [r942] plugins/t/check_dns.t, plugins/t/check_http.t,
4085 plugins/t/check_load.t, plugins/t/check_mysql.t: Updating test 5157 plugins/t/check_load.t, plugins/t/check_mysql.t, test.pl.in:
4086 harness 5158 Updating test harness
4087 5159
40882004-11-25 04:49 stanleyhopcroft 51602004-11-25 04:49 stanleyhopcroft
4089 5161
4090 * contrib/README.TXT: Removed reference to non existent tar balls 5162 * [r941] contrib/README.TXT:
4091 (Hopcroft plugins) 5163 Removed reference to non existent tar balls (Hopcroft plugins)
4092 5164
40932004-11-25 04:46 stanleyhopcroft 51652004-11-25 04:46 stanleyhopcroft
4094 5166
4095 * contrib/check_wins.pl: Non functional tidy ups to check_wins 5167 * [r940] contrib/check_wins.pl:
5168 Non functional tidy ups to check_wins
4096 5169
40972004-11-25 04:30 stanleyhopcroft 51702004-11-25 04:30 stanleyhopcroft
4098 5171
4099 * contrib/check_hw.sh: Added /contrib/check_hw.sh by Rok Debevc 5172 * [r939] contrib/check_hw.sh:
5173 Added /contrib/check_hw.sh by Rok Debevc
4100 5174
41012004-11-25 04:28 stanleyhopcroft 51752004-11-25 04:28 stanleyhopcroft
4102 5176
4103 * contrib/check_sybase: Added /contrib/check_sybase by Simon 5177 * [r938] contrib/check_sybase:
4104 Bellwood 5178 Added /contrib/check_sybase by Simon Bellwood
4105 5179
41062004-11-25 03:01 stanleyhopcroft 51802004-11-25 03:01 stanleyhopcroft
4107 5181
4108 * contrib/check_hprsc.pl: update check_hprsc.pl for Net-SNMP 5182 * [r937] contrib/check_hprsc.pl:
4109 versions >=4 5183 update check_hprsc.pl for Net-SNMP versions >=4
4110 5184
41112004-11-24 21:34 tonvoon 51852004-11-24 21:34 tonvoon
4112 5186
4113 * tools/sfsnapshot: Removing build directory after creating 5187 * [r936] tools/sfsnapshot:
4114 distribution 5188 Removing build directory after creating distribution
4115 5189
41162004-11-24 21:19 tonvoon 51902004-11-24 21:19 tonvoon
4117 5191
4118 * doc/makefile: Added clean 5192 * [r935] doc/makefile:
4119 5193 Added clean
41202004-11-24 21:01 tonvoon
4121
4122 * configure.in: Fix snapshot build on SF
4123 5194
41242004-11-24 06:36 stanleyhopcroft 51952004-11-24 06:36 stanleyhopcroft
4125 5196
4126 * plugins/check_hpjd.c: add -OQa to command_line in check_hpjd.c. 5197 * [r933] plugins/check_hpjd.c:
4127 Correct nagiosplug-Bugs-889948, 846329 5198 add -OQa to command_line in check_hpjd.c. Correct
5199 nagiosplug-Bugs-889948, 846329
4128 5200
41292004-11-24 04:35 mattkent 52012004-11-24 04:35 mattkent
4130 5202
4131 * plugins/check_nwstat.c: Attempting to fix a reported segfault 5203 * [r932] plugins/check_nwstat.c:
4132 (1055054) 5204 Attempting to fix a reported segfault (1055054)
4133 5205
41342004-11-24 04:25 mattkent 52062004-11-24 04:25 mattkent
4135 5207
4136 * plugins/check_http.c: Added support for sending port in host 5208 * [r931] plugins/check_http.c:
4137 header (913633) 5209 Added support for sending port in host header (913633)
4138 5210
41392004-11-24 00:46 tonvoon 52112004-11-24 00:46 tonvoon
4140 5212
4141 * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, 5213 * [r930] plugins/check_by_ssh.c, plugins/check_dig.c,
4142 check_dummy.c, check_fping.c, check_game.c, check_hpjd.c, 5214 plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c,
4143 check_http.c, check_ldap.c, check_load.c, check_mrtg.c, 5215 plugins/check_fping.c, plugins/check_game.c,
4144 check_mrtgtraf.c, check_mysql.c, check_nwstat.c, check_overcr.c, 5216 plugins/check_hpjd.c, plugins/check_http.c, plugins/check_ldap.c,
4145 check_pgsql.c, check_ping.c, check_procs.c, check_radius.c, 5217 plugins/check_load.c, plugins/check_mrtg.c,
4146 check_real.c, check_smtp.c, check_snmp.c, check_ssh.c, 5218 plugins/check_mrtgtraf.c, plugins/check_mysql.c,
4147 check_tcp.c, check_time.c, check_udp.c, check_ups.c, 5219 plugins/check_nwstat.c, plugins/check_overcr.c,
4148 check_users.c, negate.c, urlize.c: Making messages more 5220 plugins/check_pgsql.c, plugins/check_ping.c,
4149 consistent 5221 plugins/check_procs.c, plugins/check_radius.c,
5222 plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c,
5223 plugins/check_ssh.c, plugins/check_tcp.c, plugins/check_time.c,
5224 plugins/check_udp.c, plugins/check_ups.c, plugins/check_users.c,
5225 plugins/negate.c, plugins/urlize.c:
5226 Making messages more consistent
4150 5227
41512004-11-23 23:53 tonvoon 52282004-11-23 23:53 tonvoon
4152 5229
4153 * plugins/: check_hpjd.c, check_mrtg.c, check_mrtgtraf.c, 5230 * [r929] plugins/check_by_ssh.c, plugins/check_dns.c,
4154 check_mysql.c, check_real.c, check_smtp.c, check_swap.c, 5231 plugins/check_hpjd.c, plugins/check_mrtg.c,
4155 check_by_ssh.c, check_dns.c, check_time.c: Standardising 5232 plugins/check_mrtgtraf.c, plugins/check_mysql.c,
4156 translation texts 5233 plugins/check_real.c, plugins/check_smtp.c, plugins/check_swap.c,
5234 plugins/check_time.c:
5235 Standardising translation texts
4157 5236
41582004-11-23 23:35 tonvoon 52372004-11-23 23:35 tonvoon
4159 5238
4160 * doc/developer-guidelines.sgml: Guidelines on translated text 5239 * [r928] doc/developer-guidelines.sgml:
4161 (Yves Mettier, Simon Bellwood, Andreas Ericsson) 5240 Guidelines on translated text (Yves Mettier, Simon Bellwood,
5241 Andreas Ericsson)
4162 5242
41632004-11-23 22:49 tonvoon 52432004-11-23 22:49 tonvoon
4164 5244
4165 * doc/developer-guidelines.sgml: Adding notes on developer and 5245 * [r927] doc/developer-guidelines.sgml:
4166 translator access in SF 5246 Adding notes on developer and translator access in SF
4167 5247
41682004-11-23 06:06 mattkent 52482004-11-23 06:06 mattkent
4169 5249
4170 * AUTHORS: More contributers. 5250 * [r926] AUTHORS:
5251 More contributers.
4171 5252
41722004-11-23 05:49 mattkent 52532004-11-23 05:49 mattkent
4173 5254
4174 * plugins/check_disk.c: Fix integer warning and critical options. 5255 * [r925] plugins/check_disk.c:
4175 Take values from current unit instead of always KB. 5256 Fix integer warning and critical options. Take values from
5257 current unit instead of always KB.
4176 5258
41772004-11-23 00:06 stanleyhopcroft 52592004-11-23 00:06 stanleyhopcroft
4178 5260
4179 * doc/developer-guidelines.sgml: trivial changes to Perl plugin 5261 * [r924] doc/developer-guidelines.sgml:
4180 section. 5262 trivial changes to Perl plugin section.
4181 5263
41822004-11-22 22:44 tonvoon 52642004-11-22 22:44 tonvoon
4183 5265
4184 * AUTHORS: More contributors 5266 * [r923] AUTHORS:
5267 More contributors
4185 5268
41862004-11-22 22:30 tonvoon 52692004-11-22 22:30 tonvoon
4187 5270
4188 * plugins/check_nt.c: Fixed some messages that should not be 5271 * [r922] plugins/check_nt.c:
4189 translated (Benoit Mortier) 5272 Fixed some messages that should not be translated (Benoit
4190 5273 Mortier)
41912004-11-22 20:35 tonvoon
4192
4193 * lib/getloadavg.m4: Not required - autoconf has own macros
4194 5274
41952004-11-21 05:24 mattkent 52752004-11-21 05:24 mattkent
4196 5276
4197 * plugins/check_mysql.c: Patch from Nathan Shafer to add 5277 * [r920] plugins/check_mysql.c:
4198 replication slave check (1006777) 5278 Patch from Nathan Shafer to add replication slave check (1006777)
4199 5279
42002004-11-20 22:56 mattkent 52802004-11-20 22:56 mattkent
4201 5281
4202 * AUTHORS: Oops, forgot one. 5282 * [r919] AUTHORS:
5283 Oops, forgot one.
4203 5284
42042004-11-20 22:46 mattkent 52852004-11-20 22:46 mattkent
4205 5286
4206 * AUTHORS: More contributers. 5287 * [r918] AUTHORS:
5288 More contributers.
4207 5289
42082004-11-20 22:43 mattkent 52902004-11-20 22:43 mattkent
4209 5291
4210 * contrib/check_linux_raid.pl: Fix always reading status from the 5292 * [r917] contrib/check_linux_raid.pl:
4211 last line (1045506) 5293 Fix always reading status from the last line (1045506)
4212 5294
42132004-11-20 22:28 mattkent 52952004-11-20 22:28 mattkent
4214 5296
4215 * plugins/check_ping.c: New output format reported by pumuckel1980 5297 * [r916] plugins/check_ping.c:
4216 (946857) 5298 New output format reported by pumuckel1980 (946857)
4217 5299
42182004-11-20 21:36 mattkent 53002004-11-20 21:36 mattkent
4219 5301
4220 * plugins/check_http.c: Bit of cleanup, fix verbose output. 5302 * [r915] plugins/check_http.c:
5303 Bit of cleanup, fix verbose output.
4221 5304
42222004-11-20 07:04 tonvoon 53052004-11-20 07:04 tonvoon
4223 5306
4224 * configure.in: Fixed va_copy problem on AIX by copying samba's 5307 * [r914] configure.in:
4225 configure.in 5308 Fixed va_copy problem on AIX by copying samba's configure.in
4226 5309
42272004-11-19 15:58 tonvoon 53102004-11-19 15:58 tonvoon
4228 5311
4229 * CODING: Added perl coding guidelines, from Programming Perl book 5312 * [r913] CODING:
4230 (Andreas Ericsson) 5313 Added perl coding guidelines, from Programming Perl book (Andreas
5314 Ericsson)
4231 5315
42322004-11-19 14:28 tonvoon 53162004-11-19 14:28 tonvoon
4233 5317
4234 * lib/getloadavg.m4: I think getloadavg.m4 is no longer required 5318 * [r912] lib/getloadavg.m4:
4235 (as autoconf has built-in function) 5319 I think getloadavg.m4 is no longer required (as autoconf has
5320 built-in function)
4236 5321
42372004-11-19 14:24 tonvoon 53222004-11-19 14:24 tonvoon
4238 5323
4239 * lib/Makefile.am: Removed getloadavg.m4 (built-in function in 5324 * [r911] lib/Makefile.am:
4240 autoconf) and added cloexec.[hc] for getloadavg.c 5325 Removed getloadavg.m4 (built-in function in autoconf) and added
5326 cloexec.[hc]
5327 for getloadavg.c
4241 5328
42422004-11-19 14:22 tonvoon 53292004-11-19 14:23 tonvoon
4243 5330
4244 * lib/: cloexec.h, cloexec.c: Files required for getloadavg.c 5331 * [r910] lib/cloexec.c, lib/cloexec.h:
5332 Files required for getloadavg.c
4245 5333
42462004-11-19 03:59 mattkent 53342004-11-19 03:59 mattkent
4247 5335
4248 * plugins-scripts/check_ntp.pl: Fix incorrectly labelled units in 5336 * [r909] plugins-scripts/check_ntp.pl:
4249 output (1025905, Jason Martin) 5337 Fix incorrectly labelled units in output (1025905, Jason Martin)
4250 5338
42512004-11-19 03:44 mattkent 53392004-11-19 03:44 mattkent
4252 5340
4253 * plugins/check_procs.c: Enabling timeout flag (1010097, Jason 5341 * [r908] plugins/check_procs.c:
4254 Martin) 5342 Enabling timeout flag (1010097, Jason Martin)
4255 5343
42562004-11-19 02:53 mattkent 53442004-11-19 02:53 mattkent
4257 5345
4258 * plugins/check_http.c: Make -L notice ssl use to output a proper 5346 * [r907] plugins/check_http.c:
4259 href (1035234, Abid Rasheed) 5347 Make -L notice ssl use to output a proper href (1035234, Abid
5348 Rasheed)
4260 5349
42612004-11-19 02:39 mattkent 53502004-11-19 02:39 mattkent
4262 5351
4263 * plugins/check_smtp.c: Change unit from 'us' to 's' to match other 5352 * [r906] plugins/check_smtp.c:
4264 core plugins for simplicity. 5353 Change unit from 'us' to 's' to match other core plugins for
5354 simplicity.
4265 5355
42662004-11-19 00:21 tonvoon 53562004-11-19 00:21 tonvoon
4267 5357
4268 * AUTHORS: - More great contributors... 5358 * [r905] AUTHORS:
5359 - More great contributors...
4269 5360
42702004-11-19 00:12 tonvoon 53612004-11-19 00:12 tonvoon
4271 5362
4272 * plugins/check_http.c: Options for User Agent string and extra 5363 * [r904] plugins/check_http.c:
4273 headers (Ibere Tizio) 5364 Options for User Agent string and extra headers (Ibere Tizio)
4274 5365
42752004-11-18 22:48 tonvoon 53662004-11-18 22:48 tonvoon
4276 5367
4277 * configure.in: Remove unnecessary CPPFLAGS for openssl (Lutz 5368 * [r903] configure.in:
4278 Behnke - 686476) 5369 Remove unnecessary CPPFLAGS for openssl (Lutz Behnke - 686476)
4279 5370
42802004-11-18 22:42 tonvoon 53712004-11-18 22:42 tonvoon
4281 5372
4282 * plugins/check_tcp.c: Enhance SSL initialization problems (Phil 5373 * [r902] plugins/check_tcp.c:
4283 Dibowitz - 1055120) 5374 Enhance SSL initialization problems (Phil Dibowitz - 1055120)
4284 5375
42852004-11-18 05:36 mattkent 53762004-11-18 05:36 mattkent
4286 5377
4287 * plugins/check_smtp.c: Go critical on no route to host instead of 5378 * [r901] plugins/check_smtp.c:
4288 warning (934025) 5379 Go critical on no route to host instead of warning (934025)
4289 5380
42902004-11-18 00:27 tonvoon 53812004-11-18 00:27 tonvoon
4291 5382
4292 * tools/setup: Use copy of tools for consistency if building on 5383 * [r900] tools/setup:
4293 different platforms from shared source 5384 Use copy of tools for consistency if building on different
5385 platforms from
5386 shared source
4294 5387
42952004-11-17 23:35 tonvoon 53882004-11-17 23:35 tonvoon
4296 5389
4297 * plugins/check_tcp.c: Ignore output from tcp port (949070 - 5390 * [r899] plugins/check_tcp.c:
4298 Jan-Piet Mens) 5391 Ignore output from tcp port (949070 - Jan-Piet Mens)
4299 5392
43002004-11-17 23:22 tonvoon 53932004-11-17 23:22 tonvoon
4301 5394
4302 * plugins/check_http.c: --no-body and --max-age options (949521 - 5395 * [r898] plugins/check_http.c:
4303 Jamie Zawinski) 5396 --no-body and --max-age options (949521 - Jamie Zawinski)
4304 5397
43052004-11-17 22:19 tonvoon 53982004-11-17 22:19 tonvoon
4306 5399
4307 * doc/developer-guidelines.sgml: Added section on using 5400 * [r897] doc/developer-guidelines.sgml:
4308 Sourceforge, mainly for administrators 5401 Added section on using Sourceforge, mainly for administrators
4309 5402
43102004-11-12 00:51 tonvoon 54032004-11-12 00:51 tonvoon
4311 5404
4312 * tools/update_coreutils: Tool to pull newer coreutil libs into 5405 * [r896] tools/update_coreutils:
4313 nagiosplug's lib directory 5406 Tool to pull newer coreutil libs into nagiosplug's lib directory
4314 5407
43152004-11-12 00:49 tonvoon 54082004-11-12 00:49 tonvoon
4316 5409
4317 * lib/Makefile.am, lib/error.c, lib/error.h, lib/error.m4, 5410 * [r895] lib/Makefile.am, lib/error.c, lib/error.h, lib/error.m4,
4318 lib/exit.h, lib/exitfail.c, lib/exitfail.h, lib/fsusage.c, 5411 lib/exit.h, lib/exitfail.c, lib/exitfail.h, lib/fsusage.c,
4319 lib/fsusage.h, lib/fsusage.m4, lib/full-read.h, lib/getloadavg.c, 5412 lib/fsusage.h, lib/fsusage.m4, lib/full-read.h, lib/getloadavg.c,
4320 lib/getopt.c, lib/getopt.h, lib/getopt1.c, lib/gettext.h, 5413 lib/getopt.c, lib/getopt.h, lib/getopt1.c, lib/gettext.h,
@@ -4322,4251 +5415,4684 @@
4322 lib/mountlist.h, lib/onceonly.m4, lib/realloc.c, lib/snprintf.c, 5415 lib/mountlist.h, lib/onceonly.m4, lib/realloc.c, lib/snprintf.c,
4323 lib/strtod.c, lib/unlocked-io.h, lib/unlocked-io.m4, 5416 lib/strtod.c, lib/unlocked-io.h, lib/unlocked-io.m4,
4324 lib/xalloc.h, lib/xalloc.m4, lib/xmalloc.c, lib/xstrdup.c, 5417 lib/xalloc.h, lib/xalloc.m4, lib/xmalloc.c, lib/xstrdup.c,
4325 plugins/check_disk.c, po/de.po, po/fr.po: Update to using 5418 plugins/check_disk.c, po/de.po, po/fr.po:
4326 coreutils 5.2.1 libraries and snprintf.c from samba 3.0.8 5419 Update to using coreutils 5.2.1 libraries and snprintf.c from
4327 5420 samba 3.0.8
43282004-09-07 21:27 tonvoon
4329
4330 * doc/developer-guidelines.sgml: Clarity based on comments by Ben
4331 Clewett
4332
43332004-08-23 22:59 tonvoon
4334
4335 * AUTHORS: For patch to check_nt
4336 5421
43372004-08-23 22:58 tonvoon 54222004-09-07 20:27 tonvoon
4338 5423
4339 * plugins/check_nt.c: Restore divisor for memory size reported by 5424 * [r894] doc/developer-guidelines.sgml:
4340 Windows. Also, implements warning and critical levels for 5425 Clarity based on comments by Ben Clewett
4341 performance counters. (Paulo Afonso Graner Fessel)
4342 5426
43432004-08-23 22:18 tonvoon 54272004-08-23 21:59 tonvoon
4344 5428
4345 * configure.in, plugins/check_swap.c, plugins/common.h: Using 5429 * [r893] AUTHORS:
4346 swapctl for Solaris, Tru64 and *BSD (Sean Finney) 5430 For patch to check_nt
4347 5431
43482004-08-19 20:05 tonvoon 54322004-08-23 21:58 tonvoon
4349 5433
4350 * configure.in, plugins/check_swap.c, plugins/common.h: Patch for 5434 * [r892] plugins/check_nt.c:
4351 tru64 using swapctl calls (Sean Finney) 5435 Restore divisor for memory size reported by Windows. Also,
5436 implements warning
5437 and critical levels for performance counters. (Paulo Afonso
5438 Graner Fessel)
4352 5439
43532004-08-18 22:32 tonvoon 54402004-08-23 21:18 tonvoon
4354 5441
4355 * AUTHORS: Another day's work... 5442 * [r891] configure.in, plugins/check_swap.c, plugins/common.h:
5443 Using swapctl for Solaris, Tru64 and *BSD (Sean Finney)
4356 5444
43572004-08-18 22:25 tonvoon 54452004-08-19 19:05 tonvoon
4358 5446
4359 * plugins/check_dig.c: Checks different record types and checks 5447 * [r890] configure.in, plugins/check_swap.c, plugins/common.h:
4360 against an expected address (Bill Kunkel) 5448 Patch for tru64 using swapctl calls (Sean Finney)
4361 5449
43622004-08-18 21:36 tonvoon 54502004-08-18 21:32 tonvoon
4363 5451
4364 * configure.in: Support for check_swap on NetBSD/OpenBSD (Sean 5452 * [r889] AUTHORS:
4365 Finney) 5453 Another day's work...
4366 5454
43672004-08-18 21:25 tonvoon 54552004-08-18 21:25 tonvoon
4368 5456
4369 * plugins-scripts/check_oracle.sh: More specific test for sid (Paul 5457 * [r888] plugins/check_dig.c:
4370 Allen) 5458 Checks different record types and checks against an expected
5459 address (Bill Kunkel)
4371 5460
43722004-08-18 21:21 tonvoon 54612004-08-18 20:36 tonvoon
4373 5462
4374 * plugins/check_disk.c: Fixed perfdata so that shows amount used 5463 * [r887] configure.in:
4375 (Garry Cook) 5464 Support for check_swap on NetBSD/OpenBSD (Sean Finney)
4376 5465
43772004-08-18 20:51 tonvoon 54662004-08-18 20:25 tonvoon
4378 5467
4379 * plugins-scripts/check_ifstatus.pl: Perfdata corrected (Garry 5468 * [r886] plugins-scripts/check_oracle.sh:
4380 Cook) 5469 More specific test for sid (Paul Allen)
4381 5470
43822004-08-18 20:46 tonvoon 54712004-08-18 20:21 tonvoon
4383 5472
4384 * plugins-scripts/check_oracle.sh: Fix for similar dataabase sids 5473 * [r885] plugins/check_disk.c:
4385 (Carole Verdon) 5474 Fixed perfdata so that shows amount used (Garry Cook)
4386 5475
43872004-08-18 20:41 tonvoon 54762004-08-18 19:51 tonvoon
4388 5477
4389 * AUTHORS: Gary Cook for perfdata for check_nt 5478 * [r884] plugins-scripts/check_ifstatus.pl:
5479 Perfdata corrected (Garry Cook)
4390 5480
43912004-08-18 20:40 tonvoon 54812004-08-18 19:46 tonvoon
4392 5482
4393 * plugins/check_nt.c: Perfdata added (Gary Cook) 5483 * [r883] plugins-scripts/check_oracle.sh:
5484 Fix for similar dataabase sids (Carole Verdon)
4394 5485
43952004-06-26 17:39 tonvoon 54862004-08-18 19:41 tonvoon
4396 5487
4397 * tools/sfsnapshot: Change of compile server and cleanups 5488 * [r882] AUTHORS:
5489 Gary Cook for perfdata for check_nt
4398 5490
43992004-06-26 06:13 tonvoon 54912004-08-18 19:40 tonvoon
4400 5492
4401 * tools/sfsnapshot: Remove need to alter configure.in. Using 5493 * [r881] plugins/check_nt.c:
4402 different compile farms for SF to do the compiling 5494 Perfdata added (Gary Cook)
4403 5495
44042004-05-24 15:22 tonvoon 54962004-06-26 16:39 tonvoon
4405 5497
4406 * AUTHORS: Ben Clewett 5498 * [r880] tools/sfsnapshot:
5499 Change of compile server and cleanups
4407 5500
44082004-05-24 15:21 tonvoon 55012004-06-26 05:13 tonvoon
4409 5502
4410 * lib/Makefile.am: Missed getloadavg.c (Ben Clewett) 5503 * [r879] tools/sfsnapshot:
5504 Remove need to alter configure.in. Using different compile farms
5505 for
5506 SF to do the compiling
4411 5507
44122004-05-20 07:09 egalstad 55082004-05-24 14:22 tonvoon
4413 5509
4414 * contrib/check_dhcp.c: DHCP bug fix 5510 * [r878] AUTHORS:
5511 Ben Clewett
4415 5512
44162004-05-10 11:25 tonvoon 55132004-05-24 14:21 tonvoon
4417 5514
4418 * configure.in: Set EXTRAS with check_swap if ac_cv_have_swap is 5515 * [r877] lib/Makefile.am:
4419 set 5516 Missed getloadavg.c (Ben Clewett)
4420 5517
44212004-04-30 12:12 tonvoon 55182004-05-20 06:09 egalstad
4422 5519
4423 * configure.in: ps -el for HP-UX 5520 * [r876] contrib/check_dhcp.c:
5521 DHCP bug fix
4424 5522
44252004-04-29 16:08 tonvoon 55232004-05-10 10:25 tonvoon
4426 5524
4427 * configure.in: Bug in ps -el for AIX 4.1 5525 * [r875] configure.in:
5526 Set EXTRAS with check_swap if ac_cv_have_swap is set
4428 5527
44292004-04-29 12:13 tonvoon 55282004-04-30 11:12 tonvoon
4430 5529
4431 * AUTHORS: Sven for HP-UX requirements 5530 * [r874] configure.in:
5531 ps -el for HP-UX
4432 5532
44332004-04-29 12:12 tonvoon 55332004-04-29 15:08 tonvoon
4434 5534
4435 * REQUIREMENTS: HP-UX requirements (Sven Schaffranneck) 5535 * [r873] configure.in:
5536 Bug in ps -el for AIX 4.1
4436 5537
44372004-04-19 14:13 sghosh 55382004-04-29 11:13 tonvoon
4438 5539
4439 * contrib/check_nagios_db_pg.pl, AUTHORS: Postgres backend monitor 5540 * [r872] AUTHORS:
5541 Sven for HP-UX requirements
4440 5542
44412004-04-19 14:10 sghosh 55432004-04-29 11:12 tonvoon
4442 5544
4443 * AUTHORS, plugins-scripts/check_mssql.pl: check_mssql.pl 5545 * [r871] REQUIREMENTS:
5546 HP-UX requirements (Sven Schaffranneck)
4444 5547
44452004-04-19 14:08 sghosh 55482004-04-19 13:14 sghosh
4446 5549
4447 * README: Win32 plugin repository 5550 * [r870] AUTHORS, contrib/check_nagios_db_pg.pl:
5551 Postgres backend monitor
4448 5552
44492004-04-08 12:05 tonvoon 55532004-04-19 13:10 sghosh
4450 5554
4451 * AUTHORS: Torsten Werner for check_racle patches 5555 * [r869] AUTHORS, plugins-scripts/check_mssql.pl:
5556 check_mssql.pl
4452 5557
44532004-04-08 12:05 tonvoon 55582004-04-19 13:08 sghosh
4454 5559
4455 * plugins-scripts/check_oracle.sh: Cleaner calls to awk and support 5560 * [r868] README:
4456 if Oracle has different national language settings (Torsten 5561 Win32 plugin repository
4457 Werner)
4458 5562
44592004-04-08 11:50 tonvoon 55632004-04-08 11:05 tonvoon
4460 5564
4461 * plugins-scripts/check_oracle.sh: Cleaner calls to awk and support 5565 * [r867] AUTHORS:
4462 if Oracle has different national language settings (Torsten 5566 Torsten Werner for check_racle patches
4463 Werner)
4464 5567
44652004-04-06 17:02 tonvoon 55682004-04-08 11:05 tonvoon
4466 5569
4467 * configure.in, plugins/check_procs.c: Fixed weird scanf bug on 5570 * [r866] plugins-scripts/check_oracle.sh:
4468 Solaris 5571 Cleaner calls to awk and support if Oracle has different national
5572 language settings (Torsten Werner)
4469 5573
44702004-04-02 20:37 kdebisschop 55742004-04-06 16:02 tonvoon
4471 5575
4472 * plugins/check_by_ssh.c: add example invocation to help 5576 * [r864] configure.in, plugins/check_procs.c:
5577 Fixed weird scanf bug on Solaris
4473 5578
44742004-04-01 00:01 tonvoon 55792004-04-02 19:37 kdebisschop
4475 5580
4476 * AUTHORS: Howard Wilkinson 5581 * [r863] plugins/check_by_ssh.c:
5582 add example invocation to help
4477 5583
44782004-03-31 23:53 tonvoon 55842004-03-31 23:01 tonvoon
4479 5585
4480 * plugins/check_nt.c: Command line argument bug (Howard Wilkinson) 5586 * [r862] AUTHORS:
5587 Howard Wilkinson
4481 5588
44822004-03-31 23:48 tonvoon 55892004-03-31 22:53 tonvoon
4483 5590
4484 * plugins/netutils.c: Set default state (Howard Wilkinson) 5591 * [r861] plugins/check_nt.c:
5592 Command line argument bug (Howard Wilkinson)
4485 5593
44862004-03-31 20:20 tonvoon 55942004-03-31 22:48 tonvoon
4487 5595
4488 * doc/developer-guidelines.sgml: Update author list 5596 * [r860] plugins/netutils.c:
5597 Set default state (Howard Wilkinson)
4489 5598
44902004-03-23 06:35 kdebisschop 55992004-03-31 19:20 tonvoon
4491 5600
4492 * plugins/check_fping.c: check was supposed to be agains ms - got 5601 * [r859] doc/developer-guidelines.sgml:
4493 munged wfixeg the perfdata output to be in seconds 5602 Update author list
4494 5603
44952004-03-22 07:25 tonvoon 56042004-03-23 06:35 kdebisschop
4496 5605
4497 * plugins/check_http.c: Getopt bug (Joe Rhett) 5606 * [r858] plugins/check_fping.c:
5607 check was supposed to be agains ms - got munged wfixeg the
5608 perfdata output to be in seconds
4498 5609
44992004-03-22 07:22 tonvoon 56102004-03-22 07:22 tonvoon
4500 5611
4501 * AUTHORS: Joe Rhett for getopt bug 5612 * [r856] AUTHORS:
5613 Joe Rhett for getopt bug
4502 5614
45032004-03-22 07:19 tonvoon 56152004-03-22 07:19 tonvoon
4504 5616
4505 * plugins/check_http.c: Option --url not mapped (Joe Rhett) 5617 * [r855] plugins/check_http.c:
5618 Option --url not mapped (Joe Rhett)
4506 5619
45072004-03-18 20:58 tonvoon 56202004-03-18 20:58 tonvoon
4508 5621
4509 * AUTHORS: More help for patches 5622 * [r854] AUTHORS:
5623 More help for patches
4510 5624
45112004-03-18 20:50 tonvoon 56252004-03-18 20:50 tonvoon
4512 5626
4513 * plugins/check_disk.c: Typo in check_disk units (Matthew Kent - 5627 * [r853] plugins/check_disk.c:
4514 909281) 5628 Typo in check_disk units (Matthew Kent - 909281)
4515 5629
45162004-03-18 20:40 tonvoon 56302004-03-18 20:40 tonvoon
4517 5631
4518 * configure.in: Mysql include path not added correctly (Arnold 5632 * [r852] configure.in:
4519 Cavazos - 912974) 5633 Mysql include path not added correctly (Arnold Cavazos - 912974)
4520
45212004-03-18 20:37 tonvoon
4522
4523 * configure.in: Mysql include path not added correctly (Arnold
4524 Cavazos - 912974)
4525 5634
45262004-03-18 20:31 tonvoon 56352004-03-18 20:31 tonvoon
4527 5636
4528 * plugins/check_radius.c: Option to fill in NAS-identifier to 5637 * [r851] plugins/check_radius.c:
4529 Emulate pam_radius behaviour (Alexander Kulak) 5638 Option to fill in NAS-identifier to Emulate pam_radius behaviour
5639 (Alexander Kulak)
4530 5640
45312004-03-17 20:38 tonvoon 56412004-03-17 20:38 tonvoon
4532 5642
4533 * doc/developer-guidelines.sgml: Copyright information for patches 5643 * [r850] doc/developer-guidelines.sgml:
5644 Copyright information for patches
4534 5645
45352004-03-14 04:09 kdebisschop 56462004-03-14 04:09 kdebisschop
4536 5647
4537 * plugins/: check_ldap.c, check_load.c, check_mrtgtraf.c, 5648 * [r849] plugins/check_ldap.c, plugins/check_load.c,
4538 check_pgsql.c, check_smtp.c, check_tcp.c, check_ups.c: use 5649 plugins/check_mrtgtraf.c, plugins/check_pgsql.c,
4539 fperfdata 5650 plugins/check_smtp.c, plugins/check_tcp.c, plugins/check_ups.c:
5651 use fperfdata
4540 5652
45412004-03-14 03:37 kdebisschop 56532004-03-14 03:37 kdebisschop
4542 5654
4543 * plugins/check_fping.c: use fperfdata 5655 * [r848] plugins/check_fping.c:
5656 use fperfdata
4544 5657
45452004-03-12 03:40 egalstad 56582004-03-12 03:40 egalstad
4546 5659
4547 * contrib/check_cluster2.c: New cluster plugin for Nagios 2.x 5660 * [r847] contrib/check_cluster2.c:
5661 New cluster plugin for Nagios 2.x
4548 5662
45492004-03-11 15:33 tonvoon 56632004-03-11 15:33 tonvoon
4550 5664
4551 * CHANGES: check_procs difference 5665 * [r846] CHANGES:
5666 check_procs difference
4552 5667
45532004-03-11 15:17 tonvoon 56682004-03-11 15:17 tonvoon
4554 5669
4555 * plugins/check_nagios.c: Incorporate check_proc changes into 5670 * [r845] plugins/check_nagios.c:
4556 check_nagios. ps handling probably should be moved into utils.c 5671 Incorporate check_proc changes into check_nagios. ps handling
4557 in future 5672 probably should
5673 be moved into utils.c in future
4558 5674
45592004-03-08 21:03 tonvoon 56752004-03-08 21:03 tonvoon
4560 5676
4561 * configure.in: Require ngettext 5677 * [r844] configure.in:
5678 Require ngettext
4562 5679
45632004-03-08 21:01 tonvoon 56802004-03-08 21:01 tonvoon
4564 5681
4565 * doc/developer-guidelines.sgml: Information on plugin output 5682 * [r843] doc/developer-guidelines.sgml:
4566 format 5683 Information on plugin output format
4567 5684
45682004-03-04 05:08 kdebisschop 56852004-03-04 05:08 kdebisschop
4569 5686
4570 * plugins/: check_dig.c, check_dns.c, check_game.c: use float for 5687 * [r842] plugins/check_dig.c, plugins/check_dns.c,
4571 time in perf data 5688 plugins/check_game.c:
5689 use float for time in perf data
4572 5690
45732004-03-03 12:33 kdebisschop 56912004-03-03 12:33 kdebisschop
4574 5692
4575 * plugins/: check_http.c, utils.c: begin writing some perfdata as 5693 * [r841] plugins/check_http.c, plugins/utils.c:
4576 float 5694 begin writing some perfdata as float
4577 5695
45782004-03-03 04:24 kdebisschop 56962004-03-03 04:24 kdebisschop
4579 5697
4580 * contrib/check_pop3.pl: fix loop and \r\n (Jason Burnett - 5698 * [r840] contrib/check_pop3.pl:
5699 fix loop and \r\n (Jason Burnett -
4581 http://sourceforge.net/tracker/index.php?func=detail&aid=895677&group_id=29880&atid=397599) 5700 http://sourceforge.net/tracker/index.php?func=detail&aid=895677&group_id=29880&atid=397599)
4582 5701
45832004-03-03 03:48 kdebisschop 57022004-03-03 03:48 kdebisschop
4584 5703
4585 * plugins/check_disk.c: check_disk was getting blocks instead of 5704 * [r839] plugins/check_disk.c:
4586 bytes (Michael Musikhin - 5705 check_disk was getting blocks instead of bytes (Michael Musikhin
5706 -
4587 http://sourceforge.net/tracker/index.php?func=detail&aid=900215&group_id=29880&atid=397599) 5707 http://sourceforge.net/tracker/index.php?func=detail&aid=900215&group_id=29880&atid=397599)
4588 5708
45892004-03-02 17:44 kdebisschop 57092004-03-02 17:44 kdebisschop
4590 5710
4591 * pkg/: redhat/requires, fedora/requires: attempt to prune requires 5711 * [r838] pkg/fedora/requires, pkg/redhat, pkg/redhat/requires:
5712 attempt to prune requires
4592 5713
45932004-03-02 06:17 kdebisschop 57142004-03-02 06:17 kdebisschop
4594 5715
4595 * Makefile.am, nagios-plugins.spec.in, pkg/fedora/requires: make 5716 * [r837] Makefile.am, nagios-plugins.spec.in, pkg/fedora,
4596 specfile into a template which can generate a generic spec plus 5717 pkg/fedora/requires:
4597 specs suitable for various repositories 5718 make specfile into a template which can generate a generic spec
5719 plus specs suitable for various repositories
4598 5720
45992004-03-02 06:13 kdebisschop 57212004-03-02 06:13 kdebisschop
4600 5722
4601 * configure.in: prpare for alpha2 5723 * [r836] configure.in:
5724 prpare for alpha2
4602 5725
46032004-03-02 05:25 kdebisschop 57262004-03-02 05:25 kdebisschop
4604 5727
4605 * plugins/check_http.c: relax check for -w/-c to accept floats (bug 5728 * [r835] plugins/check_http.c:
4606 report from Warrick FitzGerald) 5729 relax check for -w/-c to accept floats (bug report from Warrick
5730 FitzGerald)
4607 5731
46082004-03-02 05:01 kdebisschop 57322004-03-02 05:01 kdebisschop
4609 5733
4610 * AUTHORS, plugins/check_swap.c: fix div by zero error when 5734 * [r834] AUTHORS, plugins/check_swap.c:
4611 swaptotal is zero (Flo Gleixner) 5735 fix div by zero error when swaptotal is zero (Flo Gleixner)
4612 5736
46132004-03-01 12:27 kdebisschop 57372004-03-01 12:27 kdebisschop
4614 5738
4615 * plugins/: check_tcp.c, netutils.c: check_tcp was returning 5739 * [r833] plugins/check_tcp.c, plugins/netutils.c:
4616 uninitialized string with user-defined refused outcome 5740 check_tcp was returning uninitialized string with user-defined
5741 refused outcome
4617 5742
46182004-03-01 06:15 kdebisschop 57432004-03-01 06:15 kdebisschop
4619 5744
4620 * plugins/check_smtp.c: allow regex for ecpect checks 5745 * [r832] plugins/check_smtp.c:
5746 allow regex for ecpect checks
4621 5747
46222004-02-29 04:09 kdebisschop 57482004-02-29 04:09 kdebisschop
4623 5749
4624 * plugins/: check_nwstat.c, netutils.c, netutils.h: was making up 5750 * [r831] plugins/check_nwstat.c, plugins/netutils.c,
4625 to 34 separate tcp connections - now we open one and reuse 5751 plugins/netutils.h:
5752 was making up to 34 separate tcp connections - now we open one
5753 and reuse
4626 5754
46272004-02-28 07:27 kdebisschop 57552004-02-28 07:27 kdebisschop
4628 5756
4629 * plugins/check_snmp.c: checks for warn in check_num() mistakenly 5757 * [r830] plugins/check_snmp.c:
4630 referred to crit limits 5758 checks for warn in check_num() mistakenly referred to crit limits
4631 5759
46322004-02-28 06:51 kdebisschop 57602004-02-28 06:51 kdebisschop
4633 5761
4634 * plugins/check_smtp.c: minor doco update to reflect handling of 5762 * [r829] plugins/check_smtp.c:
4635 repeated caoomand strings 5763 minor doco update to reflect handling of repeated caoomand
5764 strings
4636 5765
46372004-02-28 06:48 kdebisschop 57662004-02-28 06:48 kdebisschop
4638 5767
4639 * plugins/check_smtp.c: work in progress to accept multiple 5768 * [r828] plugins/check_smtp.c:
4640 command/expect pairs 5769 work in progress to accept multiple command/expect pairs
4641 5770
46422004-02-28 04:54 kdebisschop 57712004-02-28 04:54 kdebisschop
4643 5772
4644 * plugins/check_swap.c: update to work with Linux 2.6 /proc/meminfo 5773 * [r827] plugins/check_swap.c:
4645 format 5774 update to work with Linux 2.6 /proc/meminfo format
4646 5775
46472004-02-25 08:50 kdebisschop 57762004-02-25 08:51 kdebisschop
4648 5777
4649 * AUTHORS, plugins/check_dns.c: check server for authoritative 5778 * [r826] AUTHORS, plugins/check_dns.c:
4650 status (from Jon Hallet) 5779 check server for authoritative status (from Jon Hallet)
4651 5780
46522004-02-25 08:12 kdebisschop 57812004-02-25 08:12 kdebisschop
4653 5782
4654 * plugins/check_swap.c: change some datatypes to llu for very large 5783 * [r825] plugins/check_swap.c:
4655 swaps 5784 change some datatypes to llu for very large swaps
4656 5785
46572004-02-25 07:49 kdebisschop 57862004-02-25 07:49 kdebisschop
4658 5787
4659 * configure.in, plugins/check_ping.c: pass timeout to ping if 5788 * [r824] configure.in, plugins/check_ping.c:
4660 supported with -w parameter (linux) 5789 pass timeout to ping if supported with -w parameter (linux)
4661 5790
46622004-02-21 05:37 kdebisschop 57912004-02-21 05:37 kdebisschop
4663 5792
4664 * plugins/check_by_ssh.c: add option to ignore a specified number 5793 * [r823] plugins/check_by_ssh.c:
4665 of lines on stderr (to suppress a login banner) 5794 add option to ignore a specified number of lines on stderr
4666 5795 (to suppress a login banner)
46672004-02-21 03:50 kdebisschop
4668
4669 * plugins-scripts/check_breeze.pl: add $opt_C to 'use vars' (report
4670 882381 and patch form Jason Martin)
4671 5796
46722004-02-21 03:44 kdebisschop 57972004-02-21 03:44 kdebisschop
4673 5798
4674 * AUTHORS: Add Jason Martin for report of missing $opt_C for 'use 5799 * [r821] AUTHORS:
4675 vars' in check_breeze 5800 Add Jason Martin for report of missing $opt_C for 'use vars' in
5801 check_breeze
4676 5802
46772004-02-21 03:42 kdebisschop 58032004-02-21 03:42 kdebisschop
4678 5804
4679 * plugins-scripts/check_breeze.pl: add opt_C to 'usr vars' 5805 * [r820] plugins-scripts/check_breeze.pl:
5806 add opt_C to 'usr vars'
4680 5807
46812004-02-20 19:35 tonvoon 58082004-02-20 19:35 tonvoon
4682 5809
4683 * plugins/check_http.c: - Missed out getopt for -T 5810 * [r819] plugins/check_http.c:
5811 - Missed out getopt for -T
4684 5812
46852004-02-20 05:25 kdebisschop 58132004-02-20 05:25 kdebisschop
4686 5814
4687 * contrib/check_dhcp.c, contrib/check_procl.sh, 5815 * [r818] contrib/check_dhcp.c, plugins/check_snmp.c,
4688 plugins/check_snmp.c, plugins/negate.c, plugins/netutils.c, 5816 plugins/negate.c, plugins/netutils.c, plugins/urlize.c:
4689 plugins/urlize.c: spell fix "received" 5817 spell fix "received"
4690
46912004-02-20 05:22 kdebisschop
4692
4693 * plugins/check_snmp.c, plugins/negate.c, plugins/netutils.c,
4694 plugins/urlize.c, contrib/check_dhcp.c: spell fix "received"
4695 5818
46962004-02-20 05:21 kdebisschop 58192004-02-20 05:21 kdebisschop
4697 5820
4698 * plugins/: utils.c, utils.h: add perfdata function for floats to 5821 * [r817] plugins/utils.c, plugins/utils.h:
4699 complement ints, also spell fix "received" 5822 add perfdata function for floats to complement ints, also spell
5823 fix "received"
4700 5824
47012004-02-20 05:19 kdebisschop 58252004-02-20 05:19 kdebisschop
4702 5826
4703 * AUTHORS: add Ralph Rye for report of check_procs segfault on 5827 * [r816] AUTHORS:
4704 AIX/WebSphere and proof-of-concept patch 5828 add Ralph Rye for report of check_procs segfault on AIX/WebSphere
5829 and proof-of-concept patch
4705 5830
47062004-02-20 05:04 kdebisschop 58312004-02-20 05:04 kdebisschop
4707 5832
4708 * plugins/check_procs.c: handle case where line from ps output 5833 * [r815] plugins/check_procs.c:
4709 exceed MAX_INPUT_BUFFER 5834 handle case where line from ps output exceed MAX_INPUT_BUFFER
4710 5835
47112004-02-20 03:37 tonvoon 58362004-02-20 03:37 tonvoon
4712 5837
4713 * AUTHORS: Shaun Wills for patch to check_http 5838 * [r814] AUTHORS:
5839 Shaun Wills for patch to check_http
4714 5840
47152004-02-20 03:21 tonvoon 58412004-02-20 03:21 tonvoon
4716 5842
4717 * plugins/check_http.c: Added Content-type when POSTing (Shawn 5843 * [r813] plugins/check_http.c:
4718 Wills) 5844 Added Content-type when POSTing (Shawn Wills)
4719 5845
47202004-02-20 03:00 tonvoon 58462004-02-20 03:00 tonvoon
4721 5847
4722 * plugins/check_procs.c: - compiler warning removed (but usage2 5848 * [r812] plugins/check_procs.c:
4723 messages badly broken) 5849 - compiler warning removed (but usage2 messages badly broken)
4724 5850
47252004-02-20 02:58 tonvoon 58512004-02-20 02:58 tonvoon
4726 5852
4727 * AUTHORS: Matt Pounsett for bug report 5853 * [r811] AUTHORS:
5854 Matt Pounsett for bug report
4728 5855
47292004-02-20 02:09 tonvoon 58562004-02-20 02:09 tonvoon
4730 5857
4731 * plugins/check_dns.c: Different text to scan for if multiple 5858 * [r810] plugins/check_dns.c:
4732 addresses 5859 Different text to scan for if multiple addresses
4733 5860
47342004-02-20 01:05 tonvoon 58612004-02-20 01:05 tonvoon
4735 5862
4736 * plugins/check_swap.c: Corrected usage message (Matt Pounsett) 5863 * [r809] plugins/check_swap.c:
5864 Corrected usage message (Matt Pounsett)
4737 5865
47382004-02-19 13:24 tonvoon 58662004-02-19 13:24 tonvoon
4739 5867
4740 * AUTHORS: Michael Musikhin for check_disk patch 5868 * [r808] AUTHORS:
5869 Michael Musikhin for check_disk patch
4741 5870
47422004-02-19 13:23 tonvoon 58712004-02-19 13:23 tonvoon
4743 5872
4744 * plugins/check_disk.c: Uninitialised variables for -X (Bug 900091 5873 * [r807] plugins/check_disk.c:
4745 - Michael Musikhin) 5874 Uninitialised variables for -X (Bug 900091 - Michael Musikhin)
4746 5875
47472004-02-18 14:57 kdebisschop 58762004-02-18 14:57 kdebisschop
4748 5877
4749 * configure.in: version bump (old) 5878 * [r806] configure.in:
5879 version bump (old)
4750 5880
47512004-02-18 14:56 kdebisschop 58812004-02-18 14:56 kdebisschop
4752 5882
4753 * acinclude.m4, lib/afs.m4, lib/fstypename.m4, lib/fsusage.m4: 5883 * [r805] acinclude.m4, lib/afs.m4, lib/fstypename.m4,
5884 lib/fsusage.m4:
4754 underquoted defines cause warning on FC2 5885 underquoted defines cause warning on FC2
4755 5886
47562004-02-18 02:11 tonvoon 58872004-02-18 02:11 tonvoon
4757 5888
4758 * AUTHORS: Johannes Herlitz for patch to check_dns 5889 * [r804] AUTHORS:
5890 Johannes Herlitz for patch to check_dns
4759 5891
47602004-02-18 02:09 tonvoon 58922004-02-18 02:09 tonvoon
4761 5893
4762 * plugins/check_dns.c: Output message includes the query_address, 5894 * [r803] plugins/check_dns.c:
4763 as inspired by Johannes Herlitz. Also cleanup of comments and 5895 Output message includes the query_address, as inspired by
4764 handles multi-line nslookup output (MacOSX 10.3) 5896 Johannes Herlitz.
5897 Also cleanup of comments and handles multi-line nslookup output
5898 (MacOSX 10.3)
4765 5899
47662004-02-17 13:24 tonvoon 59002004-02-17 13:24 tonvoon
4767 5901
4768 * AUTHORS: David Alden for check_snmp_procs.pl 5902 * [r802] AUTHORS:
5903 David Alden for check_snmp_procs.pl
4769 5904
47702004-02-17 13:23 tonvoon 59052004-02-17 13:23 tonvoon
4771 5906
4772 * contrib/check_snmp_procs.pl: Checks remote processes via SNMP 5907 * [r801] contrib/check_snmp_procs.pl:
4773 (David Alden) 5908 Checks remote processes via SNMP (David Alden)
4774 5909
47752004-02-09 08:32 tonvoon 59102004-02-09 08:32 tonvoon
4776 5911
4777 * AUTHORS: Patrick McCormick 5912 * [r800] AUTHORS:
5913 Patrick McCormick
4778 5914
47792004-02-09 08:27 tonvoon 59152004-02-09 08:27 tonvoon
4780 5916
4781 * plugins/check_ping.c: Fix for check_ping old-style argument 5917 * [r799] plugins/check_ping.c:
4782 handling (Patrick McCormick - 892211) 5918 Fix for check_ping old-style argument handling (Patrick McCormick
5919 - 892211)
4783 5920
47842004-01-28 11:42 tonvoon 59212004-01-28 11:42 tonvoon
4785 5922
4786 * plugins/check_dummy.c: Print optional text 5923 * [r798] plugins/check_dummy.c:
5924 Print optional text
4787 5925
47882004-01-21 12:50 kdebisschop 59262004-01-21 12:50 kdebisschop
4789 5927
4790 * AUTHORS: credit David Croft (patch check_tcp formultibyte malloc 5928 * [r797] AUTHORS:
4791 bug in server_expect) 5929 credit David Croft (patch check_tcp formultibyte malloc bug in
5930 server_expect)
4792 5931
47932004-01-21 12:49 kdebisschop 59322004-01-21 12:49 kdebisschop
4794 5933
4795 * plugins/check_tcp.c: =fix segfault on malloc of server_expect for 5934 * [r796] plugins/check_tcp.c:
4796 multibyte chars (David Croft) 5935 =fix segfault on malloc of server_expect for multibyte chars
4797 5936 (David Croft)
47982004-01-21 12:46 kdebisschop
4799
4800 * AUTHORS: credit David Croft (patch check_tcp formultibyte malloc
4801 bug in server_expect)
4802
48032004-01-21 12:45 kdebisschop
4804
4805 * plugins/check_tcp.c: =fix segfault on malloc of server_expect for
4806 multibyte chars (David Croft)
4807 5937
48082004-01-18 20:07 sghosh 59382004-01-18 20:07 sghosh
4809 5939
4810 * contrib/check_snmp_printer.pl: plugin to check printer status via 5940 * [r795] contrib/check_snmp_printer.pl:
4811 snmp, includes page count as perfdata; perl plugin 5941 plugin to check printer status via snmp, includes page count as
5942 perfdata; perl plugin
4812 5943
48132003-12-24 08:51 tonvoon 59442003-12-24 08:51 tonvoon
4814 5945
4815 * AUTHORS: Bug reporter 5946 * [r794] AUTHORS:
5947 Bug reporter
4816 5948
48172003-12-24 08:51 tonvoon 59492003-12-24 08:51 tonvoon
4818 5950
4819 * plugins/check_swap.c: Fixed help doc on use of % (854817 - Gunnar 5951 * [r793] plugins/check_swap.c:
4820 Hellekson) 5952 Fixed help doc on use of % (854817 - Gunnar Hellekson)
4821 5953
48222003-12-18 09:24 tonvoon 59542003-12-18 09:24 tonvoon
4823 5955
4824 * README: Reference to CHANGES file 5956 * [r792] README:
5957 Reference to CHANGES file
4825 5958
48262003-12-18 09:19 tonvoon 59592003-12-18 09:19 tonvoon
4827 5960
4828 * Makefile.am: Add CHANGES file to distribution 5961 * [r791] Makefile.am:
5962 Add CHANGES file to distribution
4829 5963
48302003-12-18 09:15 tonvoon 59642003-12-18 09:15 tonvoon
4831 5965
4832 * CHANGES: List major changes between releases 5966 * [r790] CHANGES:
5967 List major changes between releases
4833 5968
48342003-12-11 10:00 tonvoon 59692003-12-11 10:00 tonvoon
4835 5970
4836 * AUTHORS: For patch to check_http 5971 * [r789] AUTHORS:
5972 For patch to check_http
4837 5973
48382003-12-11 10:00 tonvoon 59742003-12-11 10:00 tonvoon
4839 5975
4840 * plugins/check_http.c: Relative redirects not followed correctly 5976 * [r788] plugins/check_http.c:
4841 (854131 - John Sivak) 5977 Relative redirects not followed correctly (854131 - John Sivak)
4842 5978
48432003-12-05 18:12 tonvoon 59792003-12-05 18:12 tonvoon
4844 5980
4845 * AUTHORS: Ben Whaley for reported Solaris 8 /usr/ucb/ps problem in 5981 * [r787] AUTHORS:
5982 Ben Whaley for reported Solaris 8 /usr/ucb/ps problem in
4846 configure.in 5983 configure.in
4847 5984
48482003-12-05 18:08 tonvoon 59852003-12-05 18:08 tonvoon
4849 5986
4850 * configure.in: Not correctly working out ps command if /usr/ucb 5987 * [r786] configure.in:
4851 before /usr/bin in PATH for Solaris (reported by Ben Whaley) 5988 Not correctly working out ps command if /usr/ucb before /usr/bin
5989 in PATH for
5990 Solaris (reported by Ben Whaley)
4852 5991
48532003-12-05 16:45 tonvoon 59922003-12-05 16:45 tonvoon
4854 5993
4855 * AUTHORS: Patch to my_connect 5994 * [r785] AUTHORS:
5995 Patch to my_connect
4856 5996
48572003-12-05 16:42 tonvoon 59972003-12-05 16:42 tonvoon
4858 5998
4859 * plugins/: netutils.c, netutils.h: Fix clash of namespace for 5999 * [r784] plugins/netutils.c, plugins/netutils.h:
4860 my_connect with mysql (854339 - Ian Holsman) 6000 Fix clash of namespace for my_connect with mysql (854339 - Ian
6001 Holsman)
4861 6002
48622003-12-02 15:27 tonvoon 60032003-12-02 15:27 tonvoon
4863 6004
4864 * plugins/check_disk.c: Default thresholds not defined for lists in 6005 * [r783] plugins/check_disk.c:
4865 -x parameter (raised by Matt Garrett) 6006 Default thresholds not defined for lists in -x parameter (raised
6007 by Matt Garrett)
4866 6008
48672003-12-01 02:47 kdebisschop 60092003-12-01 02:47 kdebisschop
4868 6010
4869 * po/: de.po, fr.po: commit changes caused by upstream code mods 6011 * [r782] po/de.po, po/fr.po:
6012 commit changes caused by upstream code mods
4870 6013
48712003-12-01 02:46 kdebisschop 60142003-12-01 02:46 kdebisschop
4872 6015
4873 * plugins/check_procs.c: use usage2 function 6016 * [r781] plugins/check_procs.c:
6017 use usage2 function
4874 6018
48752003-12-01 02:38 kdebisschop 60192003-12-01 02:38 kdebisschop
4876 6020
4877 * nagios-plugins.spec.in: add THANKS to %doc 6021 * [r780] nagios-plugins.spec.in:
6022 add THANKS to %doc
4878 6023
48792003-11-28 14:18 tonvoon 60242003-11-28 14:18 tonvoon
4880 6025
4881 * plugins/check_procs.c: Fixed listing of failed processes 6026 * [r779] plugins/check_procs.c:
6027 Fixed listing of failed processes
4882 6028
48832003-11-24 14:56 tonvoon 60292003-11-24 14:56 tonvoon
4884 6030
4885 * AUTHORS: For patches 6031 * [r778] AUTHORS:
6032 For patches
4886 6033
48872003-11-24 14:53 tonvoon 60342003-11-24 14:53 tonvoon
4888 6035
4889 * plugins/check_hpjd.c: Bug from code-clean (Antony Simmonds - 6036 * [r777] plugins/check_hpjd.c:
4890 846311) 6037 Bug from code-clean (Antony Simmonds - 846311)
4891 6038
48922003-11-21 07:53 kdebisschop 60392003-11-21 07:53 kdebisschop
4893 6040
4894 * README: update auotmake/autoconf versions 6041 * [r776] README:
6042 update auotmake/autoconf versions
4895 6043
48962003-11-21 07:52 kdebisschop 60442003-11-21 07:52 kdebisschop
4897 6045
4898 * doc/developer-guidelines.sgml: update developer names 6046 * [r775] doc/developer-guidelines.sgml:
6047 update developer names
4899 6048
49002003-11-21 07:34 kdebisschop 60492003-11-21 07:34 kdebisschop
4901 6050
4902 * INSTALLING: our policy now is to use most recent versions of GNU 6051 * [r774] INSTALLING:
4903 tool chain 6052 our policy now is to use most recent versions of GNU tool chain
4904 6053
49052003-11-19 06:24 kdebisschop 60542003-11-19 06:24 kdebisschop
4906 6055
4907 * plugins/check_time.c: add perfdata 6056 * [r773] plugins/check_time.c:
6057 add perfdata
4908 6058
49092003-11-19 06:00 kdebisschop 60592003-11-19 06:00 kdebisschop
4910 6060
4911 * plugins/check_smtp.c: use perfdata() to return perfoamnace data 6061 * [r772] plugins/check_smtp.c:
4912 in stanadrd format 6062 use perfdata() to return perfoamnace data in stanadrd format
4913 6063
49142003-11-17 11:45 kdebisschop 60642003-11-17 11:45 kdebisschop
4915 6065
4916 * plugins/check_ups.c: bugfix - each supported option was 6066 * [r771] plugins/check_ups.c:
4917 overwriting the previous perfdata 6067 bugfix - each supported option was overwriting the previous
6068 perfdata
4918 6069
49192003-11-17 07:19 kdebisschop 60702003-11-17 07:19 kdebisschop
4920 6071
4921 * plugins/check_ups.c: add perfdata 6072 * [r770] plugins/check_ups.c:
6073 add perfdata
4922 6074
49232003-11-17 06:37 kdebisschop 60752003-11-17 06:37 kdebisschop
4924 6076
4925 * plugins/check_pgsql.c: add perfdata 6077 * [r769] plugins/check_pgsql.c:
6078 add perfdata
4926 6079
49272003-11-12 06:05 kdebisschop 60802003-11-12 06:05 kdebisschop
4928 6081
4929 * plugins/check_snmp.c: clean up compiler warnings 6082 * [r768] plugins/check_snmp.c:
6083 clean up compiler warnings
4930 6084
49312003-11-12 05:53 kdebisschop 60852003-11-12 05:53 kdebisschop
4932 6086
4933 * plugins/check_nt.c: clean up compiler warnings 6087 * [r767] plugins/check_mrtg.c, plugins/check_nt.c:
4934 6088 clean up compiler warnings
49352003-11-12 05:48 kdebisschop
4936
4937 * plugins/check_mrtg.c: clean up compiler warnings
4938 6089
49392003-11-12 05:41 kdebisschop 60902003-11-12 05:41 kdebisschop
4940 6091
4941 * plugins/check_mrtgtraf.c: clean up compiler warnings 6092 * [r766] plugins/check_mrtgtraf.c, plugins/check_swap.c:
4942 6093 clean up compiler warnings
49432003-11-12 05:37 kdebisschop
4944
4945 * plugins/check_swap.c: clean up compiler warnings
4946 6094
49472003-11-12 05:29 kdebisschop 60952003-11-12 05:29 kdebisschop
4948 6096
4949 * plugins/check_mrtgtraf.c: add perfdata 6097 * [r765] plugins/check_mrtgtraf.c:
6098 add perfdata
4950 6099
49512003-11-12 05:28 kdebisschop 61002003-11-12 05:28 kdebisschop
4952 6101
4953 * plugins/check_dig.c: remove overflow checks of strtod - HUGE_VALF 6102 * [r764] plugins/check_dig.c:
4954 requires C99; also remove equality checks on warn/crit interval 6103 remove overflow checks of strtod - HUGE_VALF requires C99; also
4955 which are no doubles 6104 remove equality checks on warn/crit interval which are no doubles
4956 6105
49572003-11-11 10:43 tonvoon 61062003-11-11 10:43 tonvoon
4958 6107
4959 * plugins/check_tcp.c: Added perfdata 6108 * [r763] plugins/check_tcp.c:
6109 Added perfdata
4960 6110
49612003-11-11 10:34 tonvoon 61112003-11-11 10:34 tonvoon
4962 6112
4963 * plugins/check_users.c: Added perfdata 6113 * [r762] plugins/check_users.c:
6114 Added perfdata
4964 6115
49652003-11-11 10:27 tonvoon 61162003-11-11 10:27 tonvoon
4966 6117
4967 * plugins/check_swap.c: Added perfdata 6118 * [r761] plugins/check_swap.c:
6119 Added perfdata
4968 6120
49692003-11-11 10:19 tonvoon 61212003-11-11 10:19 tonvoon
4970 6122
4971 * plugins/check_swap.c: Fixed if only absolute warn/crit set 6123 * [r760] plugins/check_swap.c:
6124 Fixed if only absolute warn/crit set
4972 6125
49732003-11-10 11:15 tonvoon 61262003-11-10 11:15 tonvoon
4974 6127
4975 * plugins/utils.h: - typo fixes 6128 * [r759] plugins/utils.h:
6129 - typo fixes
4976 6130
49772003-11-05 22:59 sghosh 61312003-11-05 22:59 sghosh
4978 6132
4979 * plugins-scripts/: check_ifoperstatus.pl, check_ifstatus.pl: 6133 * [r758] plugins-scripts/check_ifoperstatus.pl,
6134 plugins-scripts/check_ifstatus.pl:
4980 added plugin timeout options 6135 added plugin timeout options
4981 6136
49822003-10-31 04:22 kdebisschop 61372003-10-31 04:22 kdebisschop
4983 6138
4984 * plugins/check_nt.c: provide an error message 6139 * [r757] plugins/check_nt.c:
6140 provide an error message
4985 6141
49862003-10-31 04:21 kdebisschop 61422003-10-31 04:21 kdebisschop
4987 6143
4988 * plugins/check_hpjd.c: line indentation 6144 * [r756] plugins/check_hpjd.c:
6145 line indentation
4989 6146
49902003-10-31 04:20 kdebisschop 61472003-10-31 04:20 kdebisschop
4991 6148
4992 * plugins/check_load.c: add perfdata 6149 * [r755] plugins/check_load.c:
6150 add perfdata
4993 6151
49942003-10-31 04:19 kdebisschop 61522003-10-31 04:19 kdebisschop
4995 6153
4996 * plugins/check_mrtg.c: add perf data fix bug where stale data 6154 * [r754] plugins/check_mrtg.c:
4997 message would get overwritten 6155 add perf data
6156 fix bug where stale data message would get overwritten
4998 6157
49992003-10-24 14:28 tonvoon 61582003-10-24 13:28 tonvoon
5000 6159
5001 * plugins/common.h: Ignore __attribute__ for non-GNU compilers 6160 * [r753] plugins/common.h:
6161 Ignore __attribute__ for non-GNU compilers
5002 6162
50032003-10-24 10:37 tonvoon 61632003-10-24 09:37 tonvoon
5004 6164
5005 * plugins/Makefile.am: Moved config.h to toplevel 6165 * [r752] plugins/Makefile.am:
6166 Moved config.h to toplevel
5006 6167
50072003-10-23 11:24 tonvoon 61682003-10-23 10:24 tonvoon
5008 6169
5009 * lib/Makefile.am: Need to include intl/ for systems without 6170 * [r751] lib/Makefile.am:
5010 libintl.h 6171 Need to include intl/ for systems without libintl.h
5011 6172
50122003-10-21 17:16 tonvoon 61732003-10-21 16:16 tonvoon
5013 6174
5014 * AUTHORS: Matt Garrett for bug reports 6175 * [r750] AUTHORS:
6176 Matt Garrett for bug reports
5015 6177
50162003-10-21 16:56 tonvoon 61782003-10-21 15:56 tonvoon
5017 6179
5018 * plugins-scripts/check_file_age.pl: - Fixed file name (Matt 6180 * [r749] plugins-scripts/check_file_age.pl:
5019 Garrett) 6181 - Fixed file name (Matt Garrett)
5020 6182
50212003-10-20 15:03 tonvoon 61832003-10-20 14:03 tonvoon
5022 6184
5023 * configure.in, lib/fsusage.c, lib/mountlist.c: Fix for config.h at 6185 * [r748] configure.in, lib/fsusage.c, lib/mountlist.c:
5024 top level. Required for intl/ 6186 Fix for config.h at top level. Required for intl/
5025 6187
50262003-10-15 20:27 tonvoon 61882003-10-15 19:27 tonvoon
5027 6189
5028 * tools/mail_error: Need to export PATH for sfsnapshot to get 6190 * [r747] tools/mail_error:
5029 correct GNU toolchain 6191 Need to export PATH for sfsnapshot to get correct GNU toolchain
5030 6192
50312003-10-14 04:15 sghosh 61932003-10-14 03:15 sghosh
5032 6194
5033 * plugins-scripts/check_ifoperstatus.pl: snmpv3 patches 6195 * [r746] plugins-scripts/check_ifoperstatus.pl:
6196 snmpv3 patches
5034 6197
50352003-10-14 04:14 sghosh 61982003-10-14 03:14 sghosh
5036 6199
5037 * plugins-scripts/check_ifstatus.pl: more snmpv3 patches 6200 * [r745] plugins-scripts/check_ifstatus.pl:
6201 more snmpv3 patches
5038 6202
50392003-10-14 03:40 sghosh 62032003-10-14 02:40 sghosh
5040 6204
5041 * plugins-scripts/check_ntp.pl: Bug 773588: added check to warn on 6205 * [r744] plugins-scripts/check_ntp.pl:
5042 matching # candidates only 6206 Bug 773588: added check to warn on matching # candidates only
5043 6207
50442003-10-14 03:15 sghosh 62082003-10-14 02:15 sghosh
5045 6209
5046 * plugins-scripts/check_ifstatus.pl: Added -M for maxmsgsize 6210 * [r743] plugins-scripts/check_ifstatus.pl:
5047 (v1/v2c) Added v3 support 6211 Added -M for maxmsgsize (v1/v2c)
6212 Added v3 support
5048 6213
50492003-09-30 14:54 tonvoon 62142003-09-30 13:54 tonvoon
5050 6215
5051 * plugins/check_swap.c: Fixed logic problem if HAVE_SWAP, but not 6216 * [r742] plugins/check_swap.c:
5052 on AIX or Solaris. Removed unnecessary ifdefs for help page. 6217 Fixed logic problem if HAVE_SWAP, but not on AIX or Solaris.
5053 Better indentation for ifdefs 6218 Removed
6219 unnecessary ifdefs for help page. Better indentation for ifdefs
5054 6220
50552003-09-29 11:02 tonvoon 62212003-09-29 10:02 tonvoon
5056 6222
5057 * lib/Makefile.am: Missed GNU files for AIX 5.1 6223 * [r741] lib/Makefile.am:
6224 Missed GNU files for AIX 5.1
5058 6225
50592003-09-17 20:16 tonvoon 62262003-09-17 19:16 tonvoon
5060 6227
5061 * AUTHORS: Added authors of obsolete contrib plugins 6228 * [r740] AUTHORS:
6229 Added authors of obsolete contrib plugins
5062 6230
50632003-09-17 20:07 tonvoon 62312003-09-17 19:07 tonvoon
5064 6232
5065 * contrib/maser-oracle.pl: Obsolete from main check_oracle 6233 * [r739] contrib/maser-oracle.pl:
6234 Obsolete from main check_oracle
5066 6235
50672003-09-17 20:05 tonvoon 62362003-09-17 19:05 tonvoon
5068 6237
5069 * contrib/aix/: check_crit_dsk, check_dsk, check_ping: Plugins 6238 * [r738] contrib/aix/check_crit_dsk, contrib/aix/check_dsk,
5070 obsolete from main check_disk and check_ping 6239 contrib/aix/check_ping:
6240 Plugins obsolete from main check_disk and check_ping
5071 6241
50722003-09-17 17:33 tonvoon 62422003-09-17 16:33 tonvoon
5073 6243
5074 * lib/strtod.c: Required if strtod not GNU compilant 6244 * [r737] lib/strtod.c:
6245 Required if strtod not GNU compilant
5075 6246
50762003-09-17 17:31 tonvoon 62472003-09-17 16:31 tonvoon
5077 6248
5078 * configure.in, lib/Makefile.am, lib/error.c, lib/error.h, 6249 * [r736] configure.in, lib/Makefile.am, lib/error.c, lib/error.h,
5079 lib/error.m4, lib/malloc.c, lib/realloc.c, lib/unlocked-io.h, 6250 lib/error.m4, lib/malloc.c, lib/realloc.c, lib/unlocked-io.h,
5080 lib/xalloc.h, lib/xmalloc.c: Support to compile on AIX 6251 lib/xalloc.h, lib/xmalloc.c:
6252 Support to compile on AIX
5081 6253
50822003-09-17 17:15 tonvoon 62542003-09-17 16:15 tonvoon
5083 6255
5084 * plugins/check_load.c: - typo 6256 * [r735] plugins/check_load.c:
6257 - typo
5085 6258
50862003-09-17 10:31 tonvoon 62592003-09-17 09:31 tonvoon
5087 6260
5088 * configure.in, plugins/check_swap.c: Support for check_swap in AIX 6261 * [r734] configure.in, plugins/check_swap.c:
5089 (tested on 5.1) 6262 Support for check_swap in AIX (tested on 5.1)
5090 6263
50912003-09-17 10:25 tonvoon 62642003-09-17 09:25 tonvoon
5092 6265
5093 * tools/setup: Hide error message if docbook not available 6266 * [r733] tools/setup:
6267 Hide error message if docbook not available
5094 6268
50952003-09-16 22:58 tonvoon 62692003-09-16 21:58 tonvoon
5096 6270
5097 * doc/developer-guidelines.sgml: Added in threshold range format 6271 * [r732] doc/developer-guidelines.sgml:
5098 and updated autoconf to 2.54 for a problem on Darwin) 6272 Added in threshold range format and updated autoconf to 2.54 for
6273 a problem
6274 on Darwin)
5099 6275
51002003-09-16 15:14 tonvoon 62762003-09-16 14:14 tonvoon
5101 6277
5102 * configure.in, plugins/Makefile.am, plugins/check_procs.c: Support 6278 * [r731] configure.in, plugins/Makefile.am, plugins/check_procs.c:
5103 for AIX ps command and cleanup of configure's ps checks 6279 Support for AIX ps command and cleanup of configure's ps checks
5104 6280
51052003-09-16 13:32 tonvoon 62812003-09-16 12:32 tonvoon
5106 6282
5107 * AUTHORS, plugins/common.h: AIX problem with enum TRUE and FALSE 6283 * [r730] AUTHORS, plugins/common.h:
5108 (Ludse Verhoeven) 6284 AIX problem with enum TRUE and FALSE (Ludse Verhoeven)
5109 6285
51102003-09-16 12:36 kdebisschop 62862003-09-16 11:36 kdebisschop
5111 6287
5112 * tools/sfsnapshot: here-doc format was not correct 6288 * [r729] tools/sfsnapshot:
6289 here-doc format was not correct
5113 6290
51142003-09-16 06:45 kdebisschop 62912003-09-16 05:45 kdebisschop
5115 6292
5116 * plugins/check_ldap.c: milisecond timing and perfdata, fix NULL 6293 * [r728] plugins/check_ldap.c:
5117 pointer error in validate_arguments 6294 milisecond timing and perfdata, fix NULL pointer error in
6295 validate_arguments
5118 6296
51192003-09-15 16:49 tonvoon 62972003-09-15 15:49 tonvoon
5120 6298
5121 * AUTHORS: Contributors to the perfdata discussion 6299 * [r727] AUTHORS:
6300 Contributors to the perfdata discussion
5122 6301
51232003-09-15 16:28 tonvoon 63022003-09-15 15:28 tonvoon
5124 6303
5125 * AUTHORS, plugins-scripts/check_mailq.pl: Added Exim support 6304 * [r726] AUTHORS, plugins-scripts/check_mailq.pl:
5126 (768445 - Eric Bollengier) 6305 Added Exim support (768445 - Eric Bollengier)
5127 6306
51282003-09-15 15:57 tonvoon 63072003-09-15 14:57 tonvoon
5129 6308
5130 * AUTHORS, plugins/check_nt.c: Option to verify check_nt version 6309 * [r725] AUTHORS, plugins/check_nt.c:
5131 (799098 - Steve Hanselman) 6310 Option to verify check_nt version (799098 - Steve Hanselman)
5132 6311
51332003-09-15 15:30 tonvoon 63122003-09-15 14:30 tonvoon
5134 6313
5135 * AUTHORS: Jason Burnett for check_disk_smb patch 6314 * [r724] AUTHORS:
6315 Jason Burnett for check_disk_smb patch
5136 6316
51372003-09-15 15:26 tonvoon 63172003-09-15 14:26 tonvoon
5138 6318
5139 * plugins-scripts/check_disk_smb.pl: Optionally specify port for 6319 * [r723] plugins-scripts/check_disk_smb.pl:
5140 smbclient to use (781227 - Jason Burnett) 6320 Optionally specify port for smbclient to use (781227 - Jason
6321 Burnett)
5141 6322
51422003-09-15 06:03 kdebisschop 63232003-09-15 05:03 kdebisschop
5143 6324
5144 * plugins/check_http.c: make status code extensible (thanks to 6325 * [r722] plugins/check_http.c:
5145 Chris Wilson <chris@netservers.co.uk>) 6326 make status code extensible (thanks to Chris Wilson
6327 <chris@netservers.co.uk>)
5146 6328
51472003-09-12 12:53 kdebisschop 63292003-09-12 11:53 kdebisschop
5148 6330
5149 * AUTHORS: two new additions 6331 * [r721] AUTHORS:
6332 two new additions
5150 6333
51512003-09-12 12:51 kdebisschop 63342003-09-12 11:38 kdebisschop
5152 6335
5153 * plugins/check_ping.c: *new output format reported by Patrick 6336 * [r719] plugins/check_ping.c:
5154 Allen <p.allen@brandblue.co.uk>, also move atrribution for 6337 new output format reported by Patrick Allen
5155 Richard Brodie to thanks file
5156
51572003-09-12 12:38 kdebisschop
5158
5159 * plugins/check_ping.c: new output format reported by Patrick Allen
5160 <p.allen@brandblue.co.uk> 6338 <p.allen@brandblue.co.uk>
5161 6339
51622003-09-11 12:50 kdebisschop 63402003-09-11 11:50 kdebisschop
5163 6341
5164 * plugins/check_http.c: use prefdata function for size too 6342 * [r718] plugins/check_http.c:
6343 use prefdata function for size too
5165 6344
51662003-09-11 09:02 kdebisschop 63452003-09-11 08:02 kdebisschop
5167 6346
5168 * plugins/check_http.c: use prefdata function 6347 * [r717] plugins/check_http.c:
6348 use prefdata function
5169 6349
51702003-09-11 09:02 kdebisschop 63502003-09-11 08:02 kdebisschop
5171 6351
5172 * configure.in, plugins/check_swap.c: last changes to configure 6352 * [r716] configure.in, plugins/check_swap.c:
5173 broke check_swap on RHLinux. Restore /proc/meminfo check and make 6353 last changes to configure broke check_swap on RHLinux. Restore
5174 check_swap ifdefs safer 6354 /proc/meminfo check and make check_swap ifdefs safer
5175 6355
51762003-09-04 07:43 kdebisschop 63562003-09-04 06:43 kdebisschop
5177 6357
5178 * Makefile.am: change so make-dist works in subdirs 6358 * [r715] Makefile.am:
6359 change so make-dist works in subdirs
5179 6360
51802003-09-03 20:37 tonvoon 63612003-09-03 19:37 tonvoon
5181 6362
5182 * configure.in: Remove df checks and ignore swap checks if no swap 6363 * [r714] configure.in:
5183 commands found 6364 Remove df checks and ignore swap checks if no swap commands found
5184 6365
51852003-09-03 20:32 tonvoon 63662003-09-03 19:32 tonvoon
5186 6367
5187 * doc/developer-guidelines.sgml: No named credits in source code 6368 * [r713] doc/developer-guidelines.sgml:
6369 No named credits in source code
5188 6370
51892003-09-03 11:32 tonvoon 63712003-09-03 10:32 tonvoon
5190 6372
5191 * configure.in: Fixed substitution for Tru64's ps format 6373 * [r712] configure.in:
6374 Fixed substitution for Tru64's ps format
5192 6375
51932003-09-03 07:01 kdebisschop 63762003-09-03 06:01 kdebisschop
5194 6377
5195 * plugins/check_dig.c: allow warn/crit times to be floating point 6378 * [r711] plugins/check_dig.c:
6379 allow warn/crit times to be floating point
5196 6380
51972003-09-03 07:00 kdebisschop 63812003-09-03 06:00 kdebisschop
5198 6382
5199 * configure.in, plugins/common.h: include math.h if needed for 6383 * [r710] configure.in, plugins/common.h:
5200 HUGE_VAL 6384 include math.h if needed for HUGE_VAL
5201 6385
52022003-09-02 16:04 tonvoon 63862003-09-02 15:04 tonvoon
5203 6387
5204 * plugins/check_procs.c: Solaris requires asprintf checks for null 6388 * [r709] plugins/check_procs.c:
5205 variables 6389 Solaris requires asprintf checks for null variables
5206 6390
52072003-09-01 21:07 tonvoon 63912003-09-01 20:07 tonvoon
5208 6392
5209 * Makefile.am: Report duplicates in AUTHORS file 6393 * [r708] Makefile.am:
6394 Report duplicates in AUTHORS file
5210 6395
52112003-09-01 20:43 tonvoon 63962003-09-01 19:43 tonvoon
5212 6397
5213 * doc/developer-guidelines.sgml: Add contributor's name into CVS 6398 * [r707] doc/developer-guidelines.sgml:
5214 comments 6399 Add contributor's name into CVS comments
5215 6400
52162003-08-31 06:24 tonvoon 64012003-08-31 05:24 tonvoon
5217 6402
5218 * .cvsignore, AUTHORS, Makefile.am, THANKS.in: Updated AUTHORS to 6403 * [r706] ., .cvsignore, AUTHORS, Makefile.am, THANKS.in:
5219 include all contributors listed in comments in code and CVS for 6404 Updated AUTHORS to include all contributors listed in comments in
5220 plugins and plugins-scripts. Still need to do SF 6405 code and
6406 CVS for plugins and plugins-scripts. Still need to do SF
5221 6407
52222003-08-31 06:13 tonvoon 64082003-08-31 05:13 tonvoon
5223 6409
5224 * doc/developer-guidelines.sgml: Updated perf data standard for 6410 * [r705] doc/developer-guidelines.sgml:
5225 warn before crit 6411 Updated perf data standard for warn before crit
5226 6412
52272003-08-28 12:56 kdebisschop 64132003-08-28 11:56 kdebisschop
5228 6414
5229 * plugins/check_game.c: add perf data 6415 * [r704] plugins/check_game.c:
6416 add perf data
5230 6417
52312003-08-28 04:53 kdebisschop 64182003-08-28 03:53 kdebisschop
5232 6419
5233 * plugins/check_dns.c: add perf data 6420 * [r703] plugins/check_dns.c:
6421 add perf data
5234 6422
52352003-08-28 04:53 kdebisschop 64232003-08-28 03:53 kdebisschop
5236 6424
5237 * plugins/utils.c: use single quotes per guideline, also quote when 6425 * [r702] plugins/utils.c:
5238 SPC or = are found 6426 use single quotes per guideline, also quote when SPC or = are
6427 found
5239 6428
52402003-08-28 04:22 kdebisschop 64292003-08-28 03:22 kdebisschop
5241 6430
5242 * plugins/check_disk.c: add perf data 6431 * [r701] plugins/check_disk.c:
6432 add perf data
5243 6433
52442003-08-28 04:21 kdebisschop 64342003-08-28 03:21 kdebisschop
5245 6435
5246 * plugins/utils.c: suppress quotes in perf data when not needed 6436 * [r700] plugins/utils.c:
5247 (some plugins need the space to keep below line length limit 6437 suppress quotes in perf data when not needed (some plugins need
6438 the space to keep below line length limit
5248 6439
52492003-08-28 04:20 kdebisschop 64402003-08-28 03:20 kdebisschop
5250 6441
5251 * plugins/utils.h: add min() macro to complement max() 6442 * [r699] plugins/utils.h:
6443 add min() macro to complement max()
5252 6444
52532003-08-26 12:08 kdebisschop 64452003-08-26 11:08 kdebisschop
5254 6446
5255 * plugins/check_dig.c: print perfdata 6447 * [r698] plugins/check_dig.c:
6448 print perfdata
5256 6449
52572003-08-26 11:51 kdebisschop 64502003-08-26 10:51 kdebisschop
5258 6451
5259 * plugins/check_fping.c: print perfdata 6452 * [r697] plugins/check_fping.c:
6453 print perfdata
5260 6454
52612003-08-26 11:44 kdebisschop 64552003-08-26 10:44 kdebisschop
5262 6456
5263 * plugins/: utils.c, utils.h: function to make perfdata output 6457 * [r696] plugins/utils.c, plugins/utils.h:
6458 function to make perfdata output
5264 6459
52652003-08-23 16:07 kdebisschop 64602003-08-23 15:07 kdebisschop
5266 6461
5267 * plugins/check_http.c: - found and fixed memory allocation error 6462 * [r695] plugins/check_http.c:
5268 in rewritten redir() function 6463 - found and fixed memory allocation error in rewritten redir()
6464 function
5269 6465
52702003-08-23 14:59 kdebisschop 64662003-08-23 13:59 kdebisschop
5271 6467
5272 * plugins/check_http.c: - hacked interim fix to segfault on 6468 * [r694] plugins/check_http.c:
5273 redirect - for tesing only 6469 - hacked interim fix to segfault on redirect - for tesing only
5274 6470
52752003-08-23 14:58 kdebisschop 64712003-08-23 13:58 kdebisschop
5276 6472
5277 * plugins/check_dig.c: - fix various format errors with newly added 6473 * [r693] plugins/check_dig.c:
5278 perf data 6474 - fix various format errors with newly added perf data
5279 6475
52802003-08-23 00:49 kdebisschop 64762003-08-22 23:49 kdebisschop
5281 6477
5282 * plugins/check_dig.c: - forgot to declare struct timeval tv for 6478 * [r692] plugins/check_dig.c:
5283 hires timing 6479 - forgot to declare struct timeval tv for hires timing
5284 6480
52852003-08-22 07:55 kdebisschop 64812003-08-22 06:55 kdebisschop
5286 6482
5287 * plugins/check_dig.c: - add perf data for time 6483 * [r691] plugins/check_dig.c:
6484 - add perf data for time
5288 6485
52892003-08-22 07:22 kdebisschop 64862003-08-22 06:22 kdebisschop
5290 6487
5291 * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, 6488 * [r690] plugins/check_by_ssh.c, plugins/check_dig.c,
5292 check_dummy.c, check_fping.c, check_game.c, check_hpjd.c, 6489 plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c,
5293 check_http.c, check_ide-smart.c, check_ldap.c, check_load.c, 6490 plugins/check_fping.c, plugins/check_game.c,
5294 check_mrtg.c, check_mysql.c, check_nagios.c, check_nt.c, 6491 plugins/check_hpjd.c, plugins/check_http.c,
5295 check_nwstat.c, check_overcr.c, check_pgsql.c, check_ping.c, 6492 plugins/check_ide-smart.c, plugins/check_ldap.c,
5296 check_procs.c, check_radius.c, check_real.c, check_smtp.c, 6493 plugins/check_load.c, plugins/check_mrtg.c,
5297 check_snmp.c, check_ssh.c, check_swap.c, check_tcp.c, 6494 plugins/check_mysql.c, plugins/check_nagios.c,
5298 check_time.c, check_udp.c, check_ups.c, check_users.c, negate.c, 6495 plugins/check_nt.c, plugins/check_nwstat.c,
5299 urlize.c: - bindtextdomain for gettext, a few other smale 6496 plugins/check_overcr.c, plugins/check_pgsql.c,
5300 cleanups here and there 6497 plugins/check_ping.c, plugins/check_procs.c,
6498 plugins/check_radius.c, plugins/check_real.c,
6499 plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_ssh.c,
6500 plugins/check_swap.c, plugins/check_tcp.c, plugins/check_time.c,
6501 plugins/check_udp.c, plugins/check_ups.c, plugins/check_users.c,
6502 plugins/negate.c, plugins/urlize.c:
6503 - bindtextdomain for gettext, a few other smale cleanups here and
6504 there
5301 6505
53022003-08-22 05:42 kdebisschop 65062003-08-22 04:43 kdebisschop
5303 6507
5304 * plugins/: check_http.c: * bugfix: snprintf of timestamp truncated 6508 * [r689] plugins/check_http.c:
5305 '\0' 6509 * bugfix: snprintf of timestamp truncated '\0'
5306 6510
53072003-08-21 19:00 kdebisschop 65112003-08-21 18:00 kdebisschop
5308 6512
5309 * plugins/check_http.c: * Check redirections for infinte loops and 6513 * [r688] plugins/check_http.c:
5310 limit depth of recursion 6514 * Check redirections for infinte loops and limit depth of
6515 recursion
5311 6516
53122003-08-20 10:54 tonvoon 65172003-08-20 09:54 tonvoon
5313 6518
5314 * plugins/check_time.c: Optionally use udp instead of tcp (Bradley 6519 * [r687] plugins/check_time.c:
5315 Baetz - 751646) 6520 Optionally use udp instead of tcp (Bradley Baetz - 751646)
5316 6521
53172003-08-20 09:31 tonvoon 65222003-08-20 08:31 tonvoon
5318 6523
5319 * contrib/check_wins.pl: Changed netsaint to nagios in use lib 6524 * [r686] contrib/check_wins.pl:
6525 Changed netsaint to nagios in use lib
5320 6526
53212003-08-19 12:41 kdebisschop 65272003-08-19 11:41 kdebisschop
5322 6528
5323 * plugins/check_http.c: *BUGFIX: LWS is not required betwwen 6529 * [r685] plugins/check_http.c:
5324 "Location:" header field name and field value 6530 *BUGFIX: LWS is not required betwwen "Location:" header field
6531 name and field value
5325 6532
53262003-08-19 12:19 kdebisschop 65332003-08-19 11:19 kdebisschop
5327 6534
5328 * plugins/check_http.c: *add missing status numbers from RFC 2616 6535 * [r684] plugins/check_http.c:
5329 (HTTP1.1) 6536 *add missing status numbers from RFC 2616 (HTTP1.1)
5330 6537
53312003-08-18 12:05 kdebisschop 65382003-08-18 11:05 kdebisschop
5332 6539
5333 * plugins/check_ping.c: move error scans to a new separate routine 6540 * [r683] plugins/check_ping.c:
5334 and scan both stderr and stdio 6541 move error scans to a new separate routine and scan both stderr
6542 and stdio
5335 6543
53362003-08-11 20:50 tonvoon 65442003-08-11 19:50 tonvoon
5337 6545
5338 * doc/developer-guidelines.sgml: Performance data guidelines added 6546 * [r682] doc/developer-guidelines.sgml:
6547 Performance data guidelines added
5339 6548
53402003-08-11 20:43 tonvoon 65492003-08-11 19:43 tonvoon
5341 6550
5342 * tools/sfsnapshot: Fixed building snapshots - cvs update ignores 6551 * [r681] tools/sfsnapshot:
5343 new directories. Also do not need to run make 6552 Fixed building snapshots - cvs update ignores new directories.
6553 Also do not need to run make
5344 6554
53452003-08-10 13:56 kdebisschop 65552003-08-10 12:56 kdebisschop
5346 6556
5347 * plugins/utils.c: config.h is redundant (common.h includes it) 6557 * [r680] plugins/utils.c:
6558 config.h is redundant (common.h includes it)
5348 6559
53492003-08-10 13:48 kdebisschop 65602003-08-10 12:48 kdebisschop
5350 6561
5351 * plugins/: check_dns.c, check_smtp.c: perf data in integer 6562 * [r679] plugins/check_dns.c, plugins/check_smtp.c:
5352 microseconds 6563 perf data in integer microseconds
5353 6564
53542003-08-10 13:12 kdebisschop 65652003-08-10 12:12 kdebisschop
5355 6566
5356 * po/: POTFILES.in, de.po, fr.po: first pass at NLS markup done 6567 * [r678] po/POTFILES.in, po/de.po, po/fr.po:
6568 first pass at NLS markup done
5357 6569
53582003-08-10 13:11 kdebisschop 65702003-08-10 12:11 kdebisschop
5359 6571
5360 * plugins-scripts/check_rpc.pl: proposed fix for LANG issue 6572 * [r677] plugins-scripts/check_rpc.pl:
6573 proposed fix for LANG issue
5361 6574
53622003-08-10 07:53 kdebisschop 65752003-08-10 06:53 kdebisschop
5363 6576
5364 * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, 6577 * [r676] plugins/check_by_ssh.c, plugins/check_dig.c,
5365 check_fping.c, check_game.c, check_hpjd.c, check_http.c, 6578 plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c,
5366 check_ldap.c, check_load.c, check_mrtg.c, check_mrtgtraf.c, 6579 plugins/check_game.c, plugins/check_hpjd.c, plugins/check_http.c,
5367 check_mysql.c, check_nagios.c, check_nt.c, check_nwstat.c, 6580 plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c,
5368 check_overcr.c, check_pgsql.c, check_ping.c, check_procs.c, 6581 plugins/check_mrtgtraf.c, plugins/check_mysql.c,
5369 check_radius.c, check_real.c, check_smtp.c, check_snmp.c, 6582 plugins/check_nagios.c, plugins/check_nt.c,
5370 check_ssh.c, check_swap.c, check_tcp.c, check_time.c, 6583 plugins/check_nwstat.c, plugins/check_overcr.c,
5371 check_udp.c, check_ups.c, check_users.c, negate.c, popen.c, 6584 plugins/check_pgsql.c, plugins/check_ping.c,
5372 urlize.c: the last round of pedantic compiler warnings 6585 plugins/check_procs.c, plugins/check_radius.c,
6586 plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c,
6587 plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c,
6588 plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c,
6589 plugins/check_users.c, plugins/negate.c, plugins/popen.c,
6590 plugins/urlize.c:
6591 the last round of pedantic compiler warnings
5373 6592
53742003-08-09 14:37 kdebisschop 65932003-08-09 13:37 kdebisschop
5375 6594
5376 * tools/devmode: a little shell script to make it a little easier 6595 * [r675] tools/devmode:
5377 to produce pedantic compiler warnings 6596 a little shell script to make it a little easier to produce
6597 pedantic compiler warnings
5378 6598
53792003-08-09 14:36 kdebisschop 65992003-08-09 13:36 kdebisschop
5380 6600
5381 * plugins/: check_smtp.c, check_ssh.c, check_tcp.c, check_time.c, 6601 * [r674] plugins/check_smtp.c, plugins/check_ssh.c,
5382 check_udp.c, check_ups.c, check_users.c: more pedantic compiler 6602 plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c,
5383 warnings 6603 plugins/check_ups.c, plugins/check_users.c:
6604 more pedantic compiler warnings
5384 6605
53852003-08-09 07:51 undrgrid 66062003-08-09 06:51 undrgrid
5386 6607
5387 * plugins/common.h, po/de.po, po/fr.po: Code clean-up 6608 * [r673] plugins/common.h, po/de.po, po/fr.po:
6609 Code clean-up
5388 6610
53892003-08-09 07:01 kdebisschop 66112003-08-09 06:01 kdebisschop
5390 6612
5391 * plugins/: check_dig.c, check_http.c, check_load.c, check_mrtg.c, 6613 * [r672] plugins/check_dig.c, plugins/check_http.c,
5392 check_mrtgtraf.c, check_nwstat.c, check_overcr.c, check_ping.c, 6614 plugins/check_load.c, plugins/check_mrtg.c,
5393 check_procs.c, check_real.c, utils.c, utils.h: more pedantic 6615 plugins/check_mrtgtraf.c, plugins/check_nwstat.c,
5394 compiler warns 6616 plugins/check_overcr.c, plugins/check_ping.c,
6617 plugins/check_procs.c, plugins/check_real.c, plugins/utils.c,
6618 plugins/utils.h:
6619 more pedantic compiler warns
5395 6620
53962003-08-09 05:19 kdebisschop 66212003-08-09 04:19 kdebisschop
5397 6622
5398 * plugins/check_http.c: more pedantic compiler warns, change to 6623 * [r671] plugins/check_http.c:
5399 microsecond output for perf data, add size to perf data 6624 more pedantic compiler warns, change to microsecond output for
6625 perf data, add size to perf data
5400 6626
54012003-08-09 05:12 kdebisschop 66272003-08-09 04:12 kdebisschop
5402 6628
5403 * plugins/: utils.c, utils.h: add function for elapsed tim ein 6629 * [r670] plugins/utils.c, plugins/utils.h:
5404 microseconds 6630 add function for elapsed tim ein microseconds
5405 6631
54062003-08-09 01:56 kdebisschop 66322003-08-09 00:56 kdebisschop
5407 6633
5408 * plugins/check_http.c: more pedantic compiler warnings 6634 * [r669] plugins/check_http.c:
6635 more pedantic compiler warnings
5409 6636
54102003-08-09 01:41 kdebisschop 66372003-08-09 00:41 kdebisschop
5411 6638
5412 * plugins/: check_disk.c, check_dummy.c, popen.c, utils.c, utils.h: 6639 * [r668] plugins/check_disk.c, plugins/check_dummy.c,
6640 plugins/popen.c, plugins/utils.c, plugins/utils.h:
5413 more pedantic compiler warnings 6641 more pedantic compiler warnings
5414 6642
54152003-08-08 21:31 kdebisschop 66432003-08-08 20:31 kdebisschop
5416 6644
5417 * lib/Makefile.am: include getloadvag.m4 in distrib 6645 * [r667] lib/Makefile.am:
6646 include getloadvag.m4 in distrib
5418 6647
54192003-08-08 17:49 kdebisschop 66482003-08-08 16:49 kdebisschop
5420 6649
5421 * plugins/: check_disk.c, netutils.c, netutils.h: cleanups from 6650 * [r666] plugins/check_disk.c, plugins/netutils.c,
5422 pedantic complier warnings 6651 plugins/netutils.h:
6652 cleanups from pedantic complier warnings
5423 6653
54242003-08-08 17:48 kdebisschop 66542003-08-08 16:48 kdebisschop
5425 6655
5426 * plugins/check_nt.c: change if/elseif block to case, general 6656 * [r665] plugins/check_nt.c:
5427 streamline 6657 change if/elseif block to case, general streamline
5428 6658
54292003-08-08 13:14 kdebisschop 66592003-08-08 12:14 kdebisschop
5430 6660
5431 * plugins/check_disk.c: fix a variety of compiler warnings about 6661 * [r664] plugins/check_disk.c:
5432 qualifier discards and other pedantic stuff 6662 fix a variety of compiler warnings about qualifier discards and
6663 other pedantic stuff
5433 6664
54342003-08-08 06:09 kdebisschop 66652003-08-08 05:09 kdebisschop
5435 6666
5436 * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, 6667 * [r663] plugins/check_by_ssh.c, plugins/check_dig.c,
5437 check_snmp.c, utils.c, utils.h: fix a variety of compiler 6668 plugins/check_disk.c, plugins/check_snmp.c, plugins/utils.c,
5438 warnings about qualifier discards and other pedantic stuff 6669 plugins/utils.h:
6670 fix a variety of compiler warnings about qualifier discards and
6671 other pedantic stuff
5439 6672
54402003-08-08 05:33 kdebisschop 66732003-08-08 04:33 kdebisschop
5441 6674
5442 * plugins/: check_by_ssh.c, check_disk.c, check_nt.c, netutils.c, 6675 * [r662] plugins/check_by_ssh.c, plugins/check_disk.c,
5443 netutils.h, popen.h, utils.h: fix a variety of compiler warnings 6676 plugins/check_nt.c, plugins/netutils.c, plugins/netutils.h,
5444 about qualifier discards and other pedantic stuff 6677 plugins/popen.h, plugins/utils.h:
6678 fix a variety of compiler warnings about qualifier discards and
6679 other pedantic stuff
5445 6680
54462003-08-08 04:51 kdebisschop 66812003-08-08 03:51 kdebisschop
5447 6682
5448 * plugins/: check_nt.c, check_smtp.c: markup for translation 6683 * [r661] plugins/check_nt.c, plugins/check_smtp.c:
6684 markup for translation
5449 6685
54502003-08-08 00:17 kdebisschop 66862003-08-07 23:17 kdebisschop
5451 6687
5452 * plugins/check_real.c: markup for translation 6688 * [r660] plugins/check_real.c:
6689 markup for translation
5453 6690
54542003-08-07 13:36 kdebisschop 66912003-08-07 12:36 kdebisschop
5455 6692
5456 * plugins/check_procs.c: markup for translation 6693 * [r659] plugins/check_procs.c:
6694 markup for translation
5457 6695
54582003-08-07 13:09 kdebisschop 66962003-08-07 12:09 kdebisschop
5459 6697
5460 * plugins/check_load.c: reorder for consistency, restore prototypes 6698 * [r658] plugins/check_load.c:
5461 for print_foo, nest #ifdef to avoid pedantic traditional c warn 6699 reorder for consistency, restore prototypes for print_foo, nest
6700 #ifdef to avoid pedantic traditional c warn
5462 6701
54632003-08-07 13:00 kdebisschop 67022003-08-07 12:00 kdebisschop
5464 6703
5465 * plugins/check_snmp.c: reorder for consistency (no code changes) 6704 * [r657] plugins/check_snmp.c:
6705 reorder for consistency (no code changes)
5466 6706
54672003-08-07 12:51 kdebisschop 67072003-08-07 11:51 kdebisschop
5468 6708
5469 * plugins/: check_by_ssh.c, check_disk.c, check_dns.c, 6709 * [r656] plugins/check_by_ssh.c, plugins/check_disk.c,
5470 check_fping.c, check_game.c, check_http.c, check_mrtg.c, 6710 plugins/check_dns.c, plugins/check_fping.c, plugins/check_game.c,
5471 check_mrtgtraf.c, check_nagios.c, check_nt.c, check_nwstat.c, 6711 plugins/check_http.c, plugins/check_mrtg.c,
5472 check_overcr.c, check_radius.c, check_real.c, check_snmp.c, 6712 plugins/check_mrtgtraf.c, plugins/check_nagios.c,
5473 check_swap.c, check_tcp.c, check_time.c, negate.c, netutils.c, 6713 plugins/check_nt.c, plugins/check_nwstat.c,
5474 popen.c, utils.c, utils.h: replace "terminate" with "die" for 6714 plugins/check_overcr.c, plugins/check_radius.c,
5475 shorter name and better readability 6715 plugins/check_real.c, plugins/check_snmp.c, plugins/check_swap.c,
6716 plugins/check_tcp.c, plugins/check_time.c, plugins/negate.c,
6717 plugins/netutils.c, plugins/popen.c, plugins/utils.c,
6718 plugins/utils.h:
6719 replace "terminate" with "die" for shorter name and better
6720 readability
5476 6721
54772003-08-07 12:49 kdebisschop 67222003-08-07 11:49 kdebisschop
5478 6723
5479 * plugins/check_ping.c: cleanup for better readability 6724 * [r655] plugins/check_ping.c:
6725 cleanup for better readability
5480 6726
54812003-08-07 10:51 kdebisschop 67272003-08-07 09:51 kdebisschop
5482 6728
5483 * plugins/check_ping.c: markup for translation 6729 * [r654] plugins/check_ping.c:
6730 markup for translation
5484 6731
54852003-08-07 02:23 kdebisschop 67322003-08-07 01:23 kdebisschop
5486 6733
5487 * tools/sfsnapshot: make must be run before make dist to creat 6734 * [r653] tools/sfsnapshot:
5488 language files 6735 make must be run before make dist to creat language files
5489 6736
54902003-08-06 21:53 tonvoon 67372003-08-06 20:53 tonvoon
5491 6738
5492 * doc/developer-guidelines.sgml: Added in that Nagios plugins are 6739 * [r652] doc/developer-guidelines.sgml:
5493 written to GNU standards 6740 Added in that Nagios plugins are written to GNU standards
5494 6741
54952003-08-06 15:26 kdebisschop 67422003-08-06 14:26 kdebisschop
5496 6743
5497 * lib/.cvsignore: ignore ulonglong.m4 6744 * [r651] lib, lib/.cvsignore:
6745 ignore ulonglong.m4
5498 6746
54992003-08-06 13:13 kdebisschop 67472003-08-06 12:13 kdebisschop
5500 6748
5501 * plugins/check_overcr.c: markup for translation, move send_buffer 6749 * [r650] plugins/check_overcr.c:
5502 assignment to process_args so process_tcp_request can be moved 6750 markup for translation, move send_buffer assignment to
5503 outside the conditional, replace if/esleif with switch, replace 6751 process_args so process_tcp_request can be moved outside the
5504 #defines with enum 6752 conditional, replace if/esleif with switch, replace #defines with
6753 enum
5505 6754
55062003-08-06 13:11 kdebisschop 67552003-08-06 12:11 kdebisschop
5507 6756
5508 * plugins/check_nwstat.c: markup for translation 6757 * [r649] plugins/check_nwstat.c:
6758 markup for translation
5509 6759
55102003-08-05 20:20 tonvoon 67602003-08-05 19:20 tonvoon
5511 6761
5512 * doc/developer-guidelines.sgml: Added dev platform requirements 6762 * [r648] doc/developer-guidelines.sgml:
6763 Added dev platform requirements
5513 6764
55142003-08-05 12:53 kdebisschop 67652003-08-05 11:53 kdebisschop
5515 6766
5516 * plugins/check_ssh.c: markup for translation 6767 * [r647] plugins/check_ssh.c:
6768 markup for translation
5517 6769
55182003-08-05 10:56 stanleyhopcroft 67702003-08-05 09:56 stanleyhopcroft
5519 6771
5520 * contrib/check_mssql.sh: Version 2.0 of MS SQL server plugin 6772 * [r646] contrib/check_mssql.sh:
5521 (contrib/check_mssql.sh) from T De Blende. 6773 Version 2.0 of MS SQL server plugin (contrib/check_mssql.sh) from
6774 T De Blende.
5522 6775
55232003-08-04 12:38 kdebisschop 67762003-08-04 11:38 kdebisschop
5524 6777
5525 * plugins/: check_users.c, urlize.c: markup for translation 6778 * [r645] plugins/check_users.c, plugins/urlize.c:
6779 markup for translation
5526 6780
55272003-08-04 09:13 kdebisschop 67812003-08-04 08:13 kdebisschop
5528 6782
5529 * plugins/: check_time.c, check_udp.c: markup for translation 6783 * [r644] plugins/check_time.c, plugins/check_udp.c:
6784 markup for translation
5530 6785
55312003-08-04 08:42 kdebisschop 67862003-08-04 07:42 kdebisschop
5532 6787
5533 * plugins/: check_ldap.c, check_nagios.c, check_radius.c, 6788 * [r643] plugins/check_ldap.c, plugins/check_nagios.c,
5534 check_udp.c, check_ups.c, negate.c: markup for translation 6789 plugins/check_radius.c, plugins/check_udp.c, plugins/check_ups.c,
6790 plugins/negate.c:
6791 markup for translation
5535 6792
55362003-08-03 15:24 kdebisschop 67932003-08-03 14:24 kdebisschop
5537 6794
5538 * plugins/: check_ldap.c, check_mrtg.c, check_mrtgtraf.c: markup 6795 * [r642] plugins/check_ldap.c, plugins/check_mrtg.c,
5539 for translation 6796 plugins/check_mrtgtraf.c:
6797 markup for translation
5540 6798
55412003-08-03 07:19 kdebisschop 67992003-08-03 06:19 kdebisschop
5542 6800
5543 * plugins/check_load.c: markup for translation 6801 * [r641] plugins/check_load.c:
6802 markup for translation
5544 6803
55452003-08-03 07:05 kdebisschop 68042003-08-03 06:05 kdebisschop
5546 6805
5547 * plugins/: check_http.c, check_ldap.c, check_tcp.c: markup for 6806 * [r640] plugins/check_ldap.c:
5548 translation 6807 markup for translation
5549 6808
55502003-08-03 07:03 kdebisschop 68092003-08-03 06:05 kdebisschop
5551 6810
5552 * plugins/: Makefile.am, check_ide-smart.c: markup for translation, 6811 * [r639] plugins/check_http.c, plugins/check_ldap.c,
5553 use common.h, fix problems compiling 6812 plugins/check_tcp.c:
6813 markup for translation
5554 6814
55552003-08-03 07:02 kdebisschop 68152003-08-03 06:03 kdebisschop
5556 6816
5557 * plugins/check_ldap.c: markup for translation 6817 * [r638] plugins/Makefile.am, plugins/check_ide-smart.c:
6818 markup for translation, use common.h, fix problems compiling
5558 6819
55592003-08-03 01:01 kdebisschop 68202003-08-03 00:01 kdebisschop
5560 6821
5561 * plugins/check_http.c: markup for translation 6822 * [r637] plugins/check_http.c:
6823 markup for translation
5562 6824
55632003-08-02 23:19 kdebisschop 68252003-08-02 22:19 kdebisschop
5564 6826
5565 * plugins/check_hpjd.c: markup for translation 6827 * [r636] plugins/check_hpjd.c:
6828 markup for translation
5566 6829
55672003-08-02 23:08 kdebisschop 68302003-08-02 22:08 kdebisschop
5568 6831
5569 * plugins/check_mysql.c: markup for translation 6832 * [r635] plugins/check_mysql.c:
6833 markup for translation
5570 6834
55712003-08-02 23:06 kdebisschop 68352003-08-02 22:06 kdebisschop
5572 6836
5573 * plugins/: check_fping.c, check_game.c, check_mysql.c, 6837 * [r634] plugins/check_fping.c, plugins/check_game.c,
5574 check_snmp.c, utils.h: markupf for translation 6838 plugins/check_mysql.c, plugins/check_snmp.c, plugins/utils.h:
6839 markupf for translation
5575 6840
55762003-08-02 19:22 kdebisschop 68412003-08-02 18:22 kdebisschop
5577 6842
5578 * plugins/: utils.c, utils.h: ifdef so utils.h can be header for 6843 * [r633] plugins/utils.c, plugins/utils.h:
5579 utils.c 6844 ifdef so utils.h can be header for utils.c
5580 6845
55812003-08-02 19:22 kdebisschop 68462003-08-02 18:22 kdebisschop
5582 6847
5583 * plugins/: check_fping.c, check_snmp.c: markup for translation 6848 * [r632] plugins/check_fping.c, plugins/check_snmp.c:
6849 markup for translation
5584 6850
55852003-08-02 17:42 kdebisschop 68512003-08-02 16:42 kdebisschop
5586 6852
5587 * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, 6853 * [r631] plugins/check_by_ssh.c, plugins/check_dig.c,
5588 check_dummy.c, check_pgsql.c, check_swap.c, check_tcp.c, utils.h: 6854 plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c,
6855 plugins/check_pgsql.c, plugins/check_swap.c, plugins/check_tcp.c,
6856 plugins/utils.h:
5589 establish "UT_" namespace for usage text in #defines 6857 establish "UT_" namespace for usage text in #defines
5590 6858
55912003-08-02 17:42 kdebisschop 68592003-08-02 16:42 kdebisschop
5592
5593 * plugins/check_snmp.c: markup for translation
5594 6860
55952003-08-02 06:30 kdebisschop 6861 * [r630] plugins/check_snmp.c:
6862 markup for translation
5596 6863
5597 * plugins/check_dns.c: restore informative output that was lost in 68642003-08-01 23:56 kdebisschop
5598 previous bug fix
5599 6865
56002003-08-02 00:56 kdebisschop 6866 * [r628] plugins/check_dns.c:
6867 terminate in error_scan() so meaningfull errors can be sent
5601 6868
5602 * plugins/check_dns.c: terminate in error_scan() so meaningfull 68692003-08-01 06:04 kdebisschop
5603 errors can be sent
5604 6870
56052003-08-01 07:04 kdebisschop 6871 * [r627] plugins/check_dummy.c:
6872 mark for transaltion
5606 6873
5607 * plugins/check_dummy.c: mark for transaltion 68742003-08-01 06:03 kdebisschop
5608 6875
56092003-08-01 07:03 kdebisschop 6876 * [r626] plugins/check_dns.c:
6877 do not translate the strings that will be compared to utility
6878 output - LC_ALL is set to C so those strings should be
6879 untranslated regardless of the system settings
5610 6880
5611 * plugins/check_dns.c: do not translate the strings that will be 68812003-08-01 06:01 kdebisschop
5612 compared to utility output - LC_ALL is set to C so those strings
5613 should be untranslated regardless of the system settings
5614 6882
56152003-08-01 07:01 kdebisschop 6883 * [r625] plugins/popen.c:
6884 set LC_ALL to C in execve environemnt
5616 6885
5617 * plugins/popen.c: set LC_ALL to C in execve environemnt 68862003-08-01 02:12 kdebisschop
5618 6887
56192003-08-01 03:11 kdebisschop 6888 * [r624] plugins/Makefile.am:
6889 'ln -f -s ...' is not reliable/portable. Use 'rm -f ...; ln -s
6890 ...'
5620 6891
5621 * plugins/: Makefile.am: 'ln -f -s ...' is not reliable/portable. 68922003-07-31 12:06 kdebisschop
5622 Use 'rm -f ...; ln -s ...'
5623 6893
56242003-07-31 13:06 kdebisschop 6894 * [r623] plugins/check_dns.c:
6895 mark for translation (note problem here - it relies on
6896 tranalation in underlying utility, which has a high chance of
6897 failing)
5625 6898
5626 * plugins/check_dns.c: mark for translation (note problem here - it 68992003-07-31 11:02 kdebisschop
5627 relies on tranalation in underlying utility, which has a high
5628 chance of failing)
5629 6900
56302003-07-31 12:02 kdebisschop 6901 * [r622] plugins/check_disk.c, plugins/utils.h:
6902 mark for translation
5631 6903
5632 * plugins/: utils.h, check_disk.c: mark for translation 69042003-07-30 11:39 kdebisschop
5633 6905
56342003-07-30 12:39 kdebisschop 6906 * [r621] plugins/check_by_ssh.c:
6907 mark up for translation
5635 6908
5636 * plugins/check_by_ssh.c: mark up for translation 69092003-07-30 04:07 kdebisschop
5637 6910
56382003-07-30 05:07 kdebisschop 6911 * [r620] plugins/check_dig.c, plugins/check_pgsql.c,
6912 plugins/check_swap.c, plugins/check_tcp.c, plugins/utils.h:
6913 markup for translation
5639 6914
5640 * plugins/: check_dig.c, check_pgsql.c, check_swap.c, check_tcp.c, 69152003-07-29 11:58 kdebisschop
5641 utils.h: markup for translation
5642 6916
56432003-07-29 12:58 kdebisschop 6917 * [r619] plugins/check_pgsql.c, plugins/check_swap.c,
6918 plugins/check_tcp.c:
6919 mark for translation
5644 6920
5645 * plugins/: check_pgsql.c, check_swap.c, check_tcp.c: mark for 69212003-07-29 11:57 kdebisschop
5646 translation
5647 6922
56482003-07-29 12:57 kdebisschop 6923 * [r618] plugins/utils.h:
6924 some shared text for internationalized help text
5649 6925
5650 * plugins/utils.h: some shared text for internationalized help text 69262003-07-29 05:49 kdebisschop
5651 6927
56522003-07-29 06:49 kdebisschop 6928 * [r617] plugins/utils.c:
6929 clean up warnings about ill-formed comment and string
6930 concatenation
5653 6931
5654 * plugins/utils.c: clean up warnings about ill-formed comment and 69322003-07-29 05:43 kdebisschop
5655 string concatenation
5656 6933
56572003-07-29 06:43 kdebisschop 6934 * [r616] ., .cvsignore, ChangeLog, README, configure.in,
5658 6935 lib/Makefile.am:
5659 * .cvsignore, ChangeLog, README, configure.in, lib/Makefile.am:
5660 bump to gettext 0.11.5 and cleanup GNU toolchain 6936 bump to gettext 0.11.5 and cleanup GNU toolchain
5661 6937
56622003-07-29 06:38 kdebisschop 69382003-07-29 05:38 kdebisschop
5663
5664 * ABOUT-NLS, INSTALL: get from GNU files instead of storing in CVS
5665
56662003-07-29 06:03 kdebisschop
5667
5668 * tools/setup: move autopoint to start of gnu toolchain setup use
5669 --force-missing instead on manually copying files (manual
5670 process was broken on RedHat, and we should expect automake to do
5671 its job right anyway)
5672
56732003-07-29 04:06 kdebisschop
5674
5675 * configure.in: look for getloadavg.c in $topdir/lib, not
5676 $srcdir/lib
5677
56782003-07-29 04:04 kdebisschop
5679
5680 * plugins/: check_http.c: patch attempt to reference undefined
5681 optarg (credit Paul Farrall)
5682
56832003-07-29 04:03 kdebisschop
5684
5685 * configure.in: look for getloadavg.c in $topdir/lib, not
5686 $srcdir/lib
5687
56882003-07-28 12:36 tonvoon
5689 6939
5690 * configure.in: - Specify srcdir so no confusion 6940 * [r615] ABOUT-NLS, INSTALL:
6941 get from GNU files instead of storing in CVS
5691 6942
56922003-07-28 12:34 tonvoon 69432003-07-29 05:03 kdebisschop
5693 6944
5694 * configure.in, lib/getloadavg.m4: Fixes Redhat 6.2 compiles for 6945 * [r614] tools/setup:
5695 getloadavg.o 6946 move autopoint to start of gnu toolchain setup
6947 use --force-missing instead on manually copying files
6948 (manual process was broken on RedHat, and we should expect
6949 automake to do its job right anyway)
5696 6950
56972003-07-28 12:30 tonvoon 69512003-07-29 03:06 kdebisschop
5698 6952
5699 * configure.in, lib/getloadavg.m4: Readded getloadavg.m4 as using 6953 * [r613] configure.in:
5700 autoconf 2.50+. This fixes redhat 6.2 compiles 6954 look for getloadavg.c in $topdir/lib, not $srcdir/lib
5701 6955
57022003-07-26 13:15 kdebisschop 69562003-07-29 03:05 kdebisschop
5703 6957
5704 * plugins/check_pgsql.c: mark for translation 6958 * [r612] plugins/check_http.c:
6959 patch attempt to reference undefined optarg (credit Paul Farrall)
5705 6960
57062003-07-26 13:13 kdebisschop 69612003-07-28 11:36 tonvoon
5707 6962
5708 * plugins/common.h: add S_ macor to mark message for both 6963 * [r611] configure.in:
5709 translation and inclusion into docbook SGML 6964 - Specify srcdir so no confusion
5710 6965
57112003-07-26 06:29 kdebisschop 69662003-07-28 11:30 tonvoon
5712 6967
5713 * po/: de.po, fr.po: updated check_tcp 6968 * [r608] configure.in, lib/getloadavg.m4:
6969 Readded getloadavg.m4 as using autoconf 2.50+. This fixes redhat
6970 6.2 compiles
5714 6971
57152003-07-26 06:25 kdebisschop 69722003-07-26 12:15 kdebisschop
5716 6973
5717 * plugins/check_tcp.c, po/ChangeLog: internationalization 6974 * [r607] plugins/check_pgsql.c:
6975 mark for translation
5718 6976
57192003-07-26 06:17 kdebisschop 69772003-07-26 12:13 kdebisschop
5720 6978
5721 * po/.cvsignore, intl/.cvsignore, lib/.cvsignore: skip gettext 6979 * [r606] plugins/common.h:
5722 files 6980 add S_ macor to mark message for both translation and inclusion
6981 into docbook SGML
5723 6982
57242003-07-26 05:33 kdebisschop 69832003-07-26 05:29 kdebisschop
5725 6984
5726 * lib/: Makefile.am: checkins for internationalization 6985 * [r605] po/de.po, po/fr.po:
6986 updated check_tcp
5727 6987
57282003-07-26 05:25 kdebisschop 69882003-07-26 05:25 kdebisschop
5729 6989
5730 * po/Makevars: checkins for internationalization 6990 * [r604] plugins/check_tcp.c, po/ChangeLog:
5731
57322003-07-26 05:17 kdebisschop
5733
5734 * lib/gettext.h: checkins for internationalization
5735
57362003-07-26 05:14 kdebisschop
5737
5738 * tools/setup: checkins for internationalization
5739
57402003-07-26 05:09 kdebisschop
5741
5742 * configure.in, ABOUT-NLS, po/de.po, po/fr.po: checkins for
5743 internationalization 6991 internationalization
5744 6992
57452003-07-26 05:06 kdebisschop 69932003-07-26 05:17 kdebisschop
5746 6994
5747 * .cvsignore, ChangeLog, Makefile.am, configure.in, 6995 * [r603] intl, intl/.cvsignore, lib, lib/.cvsignore, po,
5748 nagios-plugins.spec.in, lib/Makefile.am, plugins/Makefile.am, 6996 po/.cvsignore:
5749 plugins/check_tcp.c, plugins/common.h, plugins/utils.c, 6997 skip gettext files
5750 po/LINGUAS, po/POTFILES.in, tools/setup: checkins for
5751 internationalization
5752 6998
57532003-07-21 13:06 kdebisschop 69992003-07-26 04:36 kdebisschop
5754 7000
5755 * plugins/common.h: add stubs to allow markup for translation 7001 * [r602] lib/Makefile.am:
7002 checkins for internationalization
5756 7003
57572003-07-21 12:53 kdebisschop 70042003-07-26 04:33 kdebisschop
5758 7005
5759 * configure.in, plugins/common.h: test GNU_SOURCE and include 7006 * [r601] lib/Makefile.am:
5760 features.h if present to clear warning about asprintf definition 7007 checkins for internationalization
5761 7008
57622003-07-20 15:40 kdebisschop 70092003-07-26 04:25 kdebisschop
5763 7010
5764 * doc/developer-guidelines.sgml: must use '&amp;' in attribute 7011 * [r600] po/Makevars:
5765 values instead of '&' id tokens (attibute values) must not have 7012 checkins for internationalization
5766 embedded spaces
5767 7013
57682003-07-20 15:01 kdebisschop 70142003-07-26 04:17 kdebisschop
5769 7015
5770 * nagios-plugins.spec.in: was needed for build on RH9 7016 * [r599] configure.in, tools/setup:
7017 checkins for internationalization
5771 7018
57722003-07-17 13:14 tonvoon 70192003-07-26 04:17 kdebisschop
5773 7020
5774 * plugins-scripts/check_oracle.sh: - Cleanup comments 7021 * [r598] ., .cvsignore, ABOUT-NLS, ChangeLog, Makefile.am,
7022 configure.in, lib/Makefile.am, lib/gettext.h,
7023 nagios-plugins.spec.in, plugins/Makefile.am, plugins/check_tcp.c,
7024 plugins/common.h, plugins/utils.c, po, po/LINGUAS,
7025 po/POTFILES.in, po/de.po, po/fr.po, tools/setup:
7026 checkins for internationalization
5775 7027
57762003-07-17 10:35 tonvoon 70282003-07-21 12:06 kdebisschop
5777 7029
5778 * doc/developer-guidelines.sgml: Guidelines updated to use 7030 * [r597] plugins/common.h:
5779 Sourceforge tracker system 7031 add stubs to allow markup for translation
5780 7032
57812003-07-11 23:20 tonvoon 70332003-07-21 11:53 kdebisschop
5782 7034
5783 * doc/developer-guidelines.sgml: - Fixed CVS commit comments 7035 * [r596] configure.in, plugins/common.h:
7036 test GNU_SOURCE and include features.h if present to clear
7037 warning about asprintf definition
5784 7038
57852003-07-11 14:06 tonvoon 70392003-07-20 14:40 kdebisschop
5786 7040
5787 * doc/developer-guidelines.sgml: Added in practice of prefixing 7041 * [r595] doc/developer-guidelines.sgml:
5788 comments in CVS commits 7042 must use '&amp;' in attribute values instead of '&'
7043 id tokens (attibute values) must not have embedded spaces
5789 7044
57902003-07-11 07:30 kdebisschop 70452003-07-17 12:14 tonvoon
5791 7046
5792 * ChangeLog: Auto Update from CVS (includes both stabel and devel - 7047 * [r593] plugins-scripts/check_oracle.sh:
5793 ugh) 7048 - Cleanup comments
5794 7049
57952003-07-11 07:12 kdebisschop 70502003-07-17 09:35 tonvoon
5796 7051
5797 * configure.in, plugins/Makefile.am: link check_spop and 7052 * [r592] doc/developer-guidelines.sgml:
5798 check_simap if ssl libs are compiled into check_tcp 7053 Guidelines updated to use Sourceforge tracker system
5799 7054
58002003-07-04 11:42 kdebisschop 70552003-07-11 22:20 tonvoon
5801 7056
5802 * configure.in, plugins/Makefile.am: only make links for check_spop 7057 * [r591] doc/developer-guidelines.sgml:
5803 and check_simap when SSL is built into check_tcp 7058 - Fixed CVS commit comments
5804 7059
58052003-07-03 17:49 tonvoon 70602003-07-11 13:06 tonvoon
5806 7061
5807 * plugins/check_procs.c: Fixed seg fault on some Sol 7/8 servers 7062 * [r590] doc/developer-guidelines.sgml:
5808 (Patch 764745 - Alexander Matey) 7063 Added in practice of prefixing comments in CVS commits
5809 7064
58102003-07-03 16:00 tonvoon 70652003-07-04 10:42 kdebisschop
5811 7066
5812 * tools/setup: Changing $() to `` to be compatible with Solaris' sh 7067 * [r586] configure.in, plugins/Makefile.am:
7068 only make links for check_spop and check_simap when SSL is built
7069 into check_tcp
5813 7070
58142003-07-03 04:23 kdebisschop 70712003-07-03 16:49 tonvoon
5815 7072
5816 * autogen.sh, tools/setup: mv GNU toolchain check into tools/setup 7073 * [r585] plugins/check_procs.c:
7074 Fixed seg fault on some Sol 7/8 servers (Patch 764745 - Alexander
7075 Matey)
5817 7076
58182003-07-03 04:19 kdebisschop 70772003-07-03 15:00 tonvoon
5819 7078
5820 * plugins/utils.c: remove LABELLEN 7079 * [r584] tools/setup:
7080 Changing $() to `` to be compatible with Solaris' sh
5821 7081
58222003-07-02 17:20 tonvoon 70822003-07-03 03:23 kdebisschop
5823 7083
5824 * plugins-scripts/: check_oracle.sh: Check for ORA- errors for 7084 * [r583] autogen.sh, tools/setup:
5825 tablespace and cache (patch 755456 - Sven Meyer) 7085 mv GNU toolchain check into tools/setup
5826 7086
58272003-07-02 16:57 tonvoon 70872003-07-03 03:19 kdebisschop
5828 7088
5829 * plugins-scripts/check_disk_smb.pl: Update error message from 7089 * [r582] plugins/utils.c:
5830 smbclient v2.2.7 (Patch 740132 - Cove Schneider) 7090 remove LABELLEN
5831 7091
58322003-07-02 16:52 tonvoon 70922003-07-02 16:21 tonvoon
5833 7093
5834 * plugins-scripts/check_disk_smb.pl: Update error message from 7094 * [r581] plugins-scripts/check_oracle.sh:
5835 smbclient v2.2.7 (Patch 740132 - Cove Schneider) 7095 Check for ORA- errors for tablespace and cache (patch 755456 -
7096 Sven Meyer)
5836 7097
58372003-07-02 16:01 tonvoon 70982003-07-02 15:57 tonvoon
5838 7099
5839 * contrib/check_file_age.pl, plugins-scripts/.cvsignore, 7100 * [r580] plugins-scripts/check_disk_smb.pl:
5840 plugins-scripts/Makefile.am, plugins-scripts/check_file_age.pl, 7101 Update error message from smbclient v2.2.7 (Patch 740132 - Cove
5841 plugins-scripts/subst.in: Moving check_file_age into core 7102 Schneider)
5842 7103
58432003-07-02 15:39 tonvoon 71042003-07-02 15:01 tonvoon
5844 7105
5845 * configure.in: Fixed SUPPORT message 7106 * [r578] contrib/check_file_age.pl, plugins-scripts,
7107 plugins-scripts/.cvsignore, plugins-scripts/Makefile.am,
7108 plugins-scripts/check_file_age.pl, plugins-scripts/subst.in:
7109 Moving check_file_age into core
5846 7110
58472003-07-01 10:27 tonvoon 71112003-07-02 14:39 tonvoon
5848 7112
5849 * plugins/check_disk.c: Fix for large filesystems > 3TB (Stuart 7113 * [r577] configure.in:
5850 Webster) 7114 Fixed SUPPORT message
5851 7115
58522003-06-30 20:47 undrgrid 71162003-06-30 19:47 undrgrid
5853 7117
5854 * plugins/: check_http.c, check_ldap.c, check_smtp.c: Added -4 and 7118 * [r575] plugins/check_http.c, plugins/check_ldap.c,
5855 -6 command line options into check_http, check_ldap and 7119 plugins/check_smtp.c:
7120 Added -4 and -6 command line options into check_http, check_ldap
7121 and
5856 check_smtp 7122 check_smtp
5857 7123
58582003-06-30 19:52 undrgrid 71242003-06-30 18:52 undrgrid
5859 7125
5860 * plugins/: check_ping.c, check_ssh.c, check_tcp.c, netutils.c: 7126 * [r574] plugins/check_ping.c, plugins/check_ssh.c,
7127 plugins/check_tcp.c, plugins/netutils.c:
5861 Corrections to get code to compile on systems without IPv6 7128 Corrections to get code to compile on systems without IPv6
5862 support 7129 support
5863 7130
58642003-06-30 19:52 undrgrid 71312003-06-30 18:52 undrgrid
5865 7132
5866 * plugins/Makefile.am: Added check_simap & check_spop to 7133 * [r573] plugins/Makefile.am:
5867 check_tcp_programs If someone knows how to make this conditional 7134 Added check_simap & check_spop to check_tcp_programs
5868 in the Makefile only if being compiled with SSL I think this is 7135 If someone knows how to make this conditional in the Makefile
5869 the only way to make it better 7136 only if
7137 being compiled with SSL I think this is the only way to make it
7138 better
5870 7139
58712003-06-30 18:02 tonvoon 71402003-06-30 17:02 tonvoon
5872 7141
5873 * plugins/check_disk.c: Fixed support for "check_disk warn crit 7142 * [r572] plugins/check_disk.c:
5874 [path]" with thresholds at used levels 7143 Fixed support for "check_disk warn crit [path]" with thresholds
7144 at used levels
5875 7145
58762003-06-29 20:54 undrgrid 71462003-06-29 19:54 undrgrid
5877 7147
5878 * configure.in, plugins/check_ldap.c: Included patch for check_ldap 7148 * [r571] configure.in, plugins/check_ldap.c:
5879 from Patch #753621 by Ziya Suzen 7149 Included patch for check_ldap from Patch #753621 by Ziya Suzen
5880 7150
58812003-06-29 20:22 undrgrid 71512003-06-29 19:22 undrgrid
5882 7152
5883 * plugins/: check_ping.c, check_tcp.c: Changed usage output to show 7153 * [r570] plugins/check_ping.c, plugins/check_tcp.c:
5884 -4 and -6 are mutually exclusive. You can only use one or 7154 Changed usage output to show -4 and -6 are mutually exclusive.
5885 the other but not both. The last one used will win out. 7155 You can only
7156 use one or the other but not both. The last one used will win
7157 out.
5886 7158
58872003-06-29 20:17 undrgrid 71592003-06-29 19:17 undrgrid
5888 7160
5889 * plugins/: check_ping.c, netutils.c: check_ping is now coded with 7161 * [r569] plugins/check_ping.c, plugins/netutils.c:
5890 -4 & -6 options to call PING or PING6 command netutils modified 7162 check_ping is now coded with -4 & -6 options to call PING or
5891 to verify hosts based on address_family setting when used with 7163 PING6 command
5892 -4 or -6 options. is_inet_addr() will not be tested if -6 is 7164 netutils modified to verify hosts based on address_family setting
7165 when used
7166 with -4 or -6 options. is_inet_addr() will not be tested if -6 is
5893 used and is_inet6_addr() will not be tested if -4 is used. Also 7167 used and is_inet6_addr() will not be tested if -4 is used. Also
5894 the is_hostname() will use the address_family value to 7168 the
5895 resolve hostnames only if IPv6 support is available otherwise 7169 is_hostname() will use the address_family value to resolve
5896 defaults to AF_INET. 7170 hostnames
5897 7171 only if IPv6 support is available otherwise defaults to AF_INET.
58982003-06-29 07:36 undrgrid 7172
5899 71732003-06-29 06:36 undrgrid
5900 * plugins/: check_ssh.c, check_tcp.c, netutils.c, netutils.h: Added 7174
5901 address_family extern int variable to netutils to allow for -4 & 7175 * [r568] plugins/check_ssh.c, plugins/check_tcp.c,
5902 -6 options for explicit connection protocol Added support 7176 plugins/netutils.c, plugins/netutils.h:
5903 for -4 & -6 options to check_ssh and check_tcp for testing 7177 Added address_family extern int variable to netutils to allow for
5904 7178 -4 & -6
59052003-06-29 03:18 tonvoon 7179 options for explicit connection protocol
5906 7180 Added support for -4 & -6 options to check_ssh and check_tcp for
5907 * plugins/check_nwstat.c: Added NLM test (Phil Randal) 7181 testing
5908
59092003-06-29 02:52 tonvoon
5910
5911 * plugins/check_swap.c: Corrected reported size for PROC_MEMINFO
5912 systems
5913
59142003-06-29 02:36 tonvoon
5915
5916 * tools/sfwebcron: Fixed so goes to correct web area
5917 7182
59182003-06-29 02:07 tonvoon 71832003-06-29 02:18 tonvoon
5919 7184
5920 * tools/sfwebcron: New tool to run on shell.sf.net to update the 7185 * [r567] plugins/check_nwstat.c:
5921 dev guidelines 7186 Added NLM test (Phil Randal)
5922 7187
59232003-06-29 01:58 tonvoon 71882003-06-29 01:52 tonvoon
5924 7189
5925 * doc/makefile: Fixed makefile 7190 * [r566] plugins/check_swap.c:
7191 Corrected reported size for PROC_MEMINFO systems
5926 7192
59272003-06-27 19:47 undrgrid 71932003-06-29 01:36 tonvoon
5928 7194
5929 * plugins/netutils.c: Modified my_connect to include ai_socktype in 7195 * [r565] tools/sfwebcron:
5930 the hints to be compliant with RFC3493 as pointed out by Janos 7196 Fixed so goes to correct web area
5931 Mohacsi.
5932 7197
59332003-06-27 15:43 tonvoon 71982003-06-29 01:07 tonvoon
5934 7199
5935 * configure.in, plugins/check_swap.c: Support for swap -s for 7200 * [r564] tools/sfwebcron:
5936 solaris. Also changes size of swap to MBs through a conversion 7201 New tool to run on shell.sf.net to update the dev guidelines
5937 amount in configure. Possible breakage on other OSes
5938 7202
59392003-06-27 13:04 tonvoon 72032003-06-29 00:58 tonvoon
5940 7204
5941 * doc/makefile: Remove if which check - done in tools/setup instead 7205 * [r563] doc/makefile:
7206 Fixed makefile
5942 7207
59432003-06-27 11:30 tonvoon 72082003-06-27 18:47 undrgrid
5944 7209
5945 * tools/setup: Fiddling as Solaris' which command is broken 7210 * [r562] plugins/netutils.c:
7211 Modified my_connect to include ai_socktype in the hints to be
7212 compliant with
7213 RFC3493 as pointed out by Janos Mohacsi.
5946 7214
59472003-06-27 00:33 tonvoon 72152003-06-27 14:43 tonvoon
5948 7216
5949 * plugins/check_disk.c: Fixed different thresholds if using exclude 7217 * [r561] configure.in, plugins/check_swap.c:
5950 lists 7218 Support for swap -s for solaris. Also changes size of swap to MBs
7219 through
7220 a conversion amount in configure. Possible breakage on other OSes
5951 7221
59522003-06-25 16:43 tonvoon 72222003-06-27 12:04 tonvoon
5953 7223
5954 * plugins/check_disk.c: Support for different thresholds for 7224 * [r560] doc/makefile:
5955 different filesystems 7225 Remove if which check - done in tools/setup instead
5956 7226
59572003-06-25 14:38 tonvoon 72272003-06-27 10:30 tonvoon
5958 7228
5959 * plugins/check_disk.c: Removed -d option and just check against -p 7229 * [r559] tools/setup:
5960 parameter 7230 Fiddling as Solaris' which command is broken
5961 7231
59622003-06-25 14:28 tonvoon 72322003-06-26 23:33 tonvoon
5963 7233
5964 * plugins/check_disk.c: Report errors if path specified not found 7234 * [r558] plugins/check_disk.c:
7235 Fixed different thresholds if using exclude lists
5965 7236
59662003-06-25 14:16 tonvoon 72372003-06-25 15:43 tonvoon
5967 7238
5968 * plugins/check_disk.c: Problems compiling on SunOS 5.6 with gcc 7239 * [r557] plugins/check_disk.c:
5969 2.8.1. Fixed by specifying floating variables, rather than 7240 Support for different thresholds for different filesystems
5970 letting asprintf work it out
5971 7241
59722003-06-25 13:38 tonvoon 72422003-06-25 13:38 tonvoon
5973 7243
5974 * plugins/check_disk.c: Returns critical if fs missing. Only works 7244 * [r556] plugins/check_disk.c:
5975 for single fs specified in -p, otherwise will return warning as 7245 Removed -d option and just check against -p parameter
5976 before (reported by Jim Carroll)
5977 7246
59782003-06-21 06:49 kdebisschop 72472003-06-25 13:28 tonvoon
5979 7248
5980 * plugins/Makefile.am: soalris 8 needs 'ln -s -f' instead of 'ln 7249 * [r555] plugins/check_disk.c:
5981 -sf' 7250 Report errors if path specified not found
5982 7251
59832003-06-21 06:48 kdebisschop 72522003-06-25 13:16 tonvoon
5984 7253
5985 * plugins/Makefile.am: solaris 8 needs 'ln -s -f' instead of 'ln 7254 * [r554] plugins/check_disk.c:
5986 -sf' 7255 Problems compiling on SunOS 5.6 with gcc 2.8.1. Fixed by
7256 specifying
7257 floating variables, rather than letting asprintf work it out
5987 7258
59882003-06-21 06:31 kdebisschop 72592003-06-21 05:49 kdebisschop
5989 7260
5990 * plugins/check_http.c: fix character class for URI_PATH and 7261 * [r552] plugins/Makefile.am:
5991 URI_PORT 7262 soalris 8 needs 'ln -s -f' instead of 'ln -sf'
5992 7263
59932003-06-21 06:23 kdebisschop 72642003-06-21 05:23 kdebisschop
5994 7265
5995 * plugins/check_http.c: add remaining URI_PATH chars per RFC 2396 7266 * [r549] plugins/check_http.c:
7267 add remaining URI_PATH chars per RFC 2396
5996 remove '-' from URI_PORT 7268 remove '-' from URI_PORT
5997 7269
59982003-06-12 05:44 undrgrid 72702003-06-12 04:46 undrgrid
5999
6000 * command.cfg.in: Renamed duplicate check_snmp command definitions
6001 to be unique
6002
60032003-06-12 05:14 undrgrid
6004
6005 * command.cfg.in, configure.in: Made the two check_ifoperstatus
6006 commands unique to remove conflicts
6007
60082003-06-11 11:41 kdebisschop
6009
6010 * plugins/check_http.c: fix URI_PATH to allow ?&#: (more still
6011 should be allowed) fix class to be POSIX compliant
6012
60132003-06-11 11:39 kdebisschop
6014 7271
6015 * plugins/check_http.c: character classes were wrong for URI_PATH 7272 * [r548] command.cfg.in:
6016 etc: 1) must include ?&#; for PATH 2) POSIX states "If a '-' is 7273 Renamed duplicate check_snmp command definitions to be unique
6017 in the scanlist and is not the first character, nor the second
6018 where the first character is a '^' , nor the last character, the
6019 behavior is implementation-defined"
6020 7274
60212003-06-10 06:04 kdebisschop 72752003-06-12 04:16 undrgrid
6022 7276
6023 * contrib/urlize.pl: add comment about shell quote removal to 7277 * [r547] command.cfg.in, configure.in:
6024 address 7278 Made the two check_ifoperstatus commands unique to remove
6025 https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597 7279 conflicts
6026 7280
60272003-06-10 06:02 kdebisschop 72812003-06-11 10:41 kdebisschop
6028 7282
6029 * plugins/urlize.c: add note about shell quote removal to address 7283 * [r546] plugins/check_http.c:
6030 https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597 7284 fix URI_PATH to allow ?&#: (more still should be allowed)
7285 fix class to be POSIX compliant
6031 7286
60322003-06-10 05:55 kdebisschop 72872003-06-10 05:04 kdebisschop
6033 7288
6034 * contrib/urlize.pl: add comment relating to 7289 * [r544] contrib/urlize.pl:
7290 add comment about shell quote removal to address
6035 https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597 7291 https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597
6036 7292
60372003-06-10 05:53 kdebisschop 72932003-06-10 05:02 kdebisschop
6038 7294
6039 * plugins/urlize.c: add note about effect of shell quote handling 7295 * [r543] plugins/urlize.c:
6040 to address 7296 add note about shell quote removal to address
6041 https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597 7297 https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597
6042 7298
60432003-06-08 23:39 tonvoon 72992003-06-08 22:39 tonvoon
6044
6045 * configure.in: Fixed quoting on SWAP_FORMAT
6046
60472003-06-08 23:22 tonvoon
6048
6049 * configure.in: Support for OpenBSD 3.2 & 3.3 ps (Julien Touche)
6050 7300
60512003-06-07 01:46 sghosh 7301 * [r540] configure.in:
7302 Fixed quoting on SWAP_FORMAT
6052 7303
6053 * plugins/check_real.c: \r\n patch from Mathias 73042003-06-08 22:22 tonvoon
6054 7305
60552003-06-07 01:36 sghosh 7306 * [r539] configure.in:
7307 Support for OpenBSD 3.2 & 3.3 ps (Julien Touche)
6056 7308
6057 * plugins/check_real.c: \r\n patch from Mathias 73092003-06-07 00:36 sghosh
6058 7310
60592003-06-05 00:09 tonvoon 7311 * [r537] plugins/check_real.c:
6060 7312 \r\n patch from Mathias
6061 * configure.in: Display ps command used
6062
60632003-06-04 23:56 tonvoon
6064
6065 * configure.in: Stupid bug - what happens when you don't bother
6066 testing
6067
60682003-06-04 23:37 tonvoon
6069
6070 * configure.in: Support for OpenBSD 3.2 & 3.3 ps (Julien Touche)
6071
60722003-06-04 23:17 tonvoon
6073
6074 * plugins/check_disk.c: Argument to asprintf in wrong order
6075 7313
60762003-06-04 22:17 tonvoon 73142003-06-04 22:17 tonvoon
6077 7315
6078 * pkg/solaris/solpkg: Remove /usr as well. Maybe this is best done 7316 * [r533] plugins/check_disk.c:
6079 by changing BASEDIR to configure's prefix? 7317 Argument to asprintf in wrong order
6080
60812003-06-02 15:46 kdebisschop
6082 7318
6083 * plugins/check_tcp.c: finish recv() loop when stream GT or EQ 73192003-06-04 21:17 tonvoon
6084 maxbytes (was GT)
6085 7320
60862003-06-02 15:43 kdebisschop 7321 * [r532] pkg/solaris/solpkg:
7322 Remove /usr as well. Maybe this is best done by changing BASEDIR
7323 to
7324 configure's prefix?
6087 7325
6088 * plugins/check_tcp.c: finish recv() loop when stream GT or EQ 73262003-06-02 14:46 kdebisschop
6089 maxbytes (was GT)
6090 7327
60912003-06-01 06:38 kdebisschop 7328 * [r531] plugins/check_tcp.c:
7329 finish recv() loop when stream GT or EQ maxbytes (was GT)
6092 7330
6093 * plugins/check_tcp.c: typos in doco 73312003-06-01 05:38 kdebisschop
6094 7332
60952003-06-01 06:38 kdebisschop 7333 * [r529] plugins/check_tcp.c:
6096 7334 allow user to limit number of bytes fetched
6097 * plugins/check_tcp.c: allow user to limit number of bytes fetched
6098 fix some doco (wait is now delay, server_quit was not shown) 7335 fix some doco (wait is now delay, server_quit was not shown)
6099 7336
61002003-06-01 06:19 kdebisschop 73372003-05-31 14:39 kdebisschop
6101
6102 * plugins/check_tcp.c: allow user to limit the number of bytes to
6103 be fetched
6104
61052003-05-31 15:39 kdebisschop
6106
6107 * plugins/check_dns.c: first revised patch failed to trap the
6108 "break" in while()
6109 7338
61102003-05-31 15:39 kdebisschop 7339 * [r526] plugins/check_dns.c:
7340 first revised patch failed to trap the "break" in while()
6111 7341
6112 * plugins/check_dns.c: first revised patch failed to trap the 73422003-05-27 13:10 stanleyhopcroft
6113 "break" in while()
6114 7343
61152003-05-31 15:22 kdebisschop 7344 * [r523] contrib/check_sap.sh:
7345 check_sap.sh plugin to check SAP /R3 servers from Karel Salavec
7346 and Tom De Blende.
6116 7347
6117 * plugins/check_dns.c: typo in args to terminate 73482003-05-26 10:09 stanleyhopcroft
6118 7349
61192003-05-31 15:04 kdebisschop 7350 * [r522] contrib/check_axis.sh, contrib/check_mssql.sh:
7351 Revisions to Tom De Blende contributed plugins: check_axis.sh and
7352 check_mssql.sh
6120 7353
6121 * plugins/check_dns.c: trap null or empty returns from nslookup 73542003-05-17 23:10 tonvoon
6122 7355
61232003-05-27 14:10 stanleyhopcroft 7356 * [r521] plugins/t/check_ftp.t:
7357 Fixed test (Mathew Ericson - 738609)
6124 7358
6125 * contrib/check_sap.sh: check_sap.sh plugin to check SAP /R3 73592003-05-17 17:59 tonvoon
6126 servers from Karel Salavec and Tom De Blende.
6127 7360
61282003-05-26 11:09 stanleyhopcroft 7361 * [r520] plugins/t/check_load.t:
7362 Fixed tests (Mathew Ericson - 738607)
6129 7363
6130 * contrib/: check_axis.sh, check_mssql.sh: Revisions to Tom De 73642003-05-17 17:50 tonvoon
6131 Blende contributed plugins: check_axis.sh and check_mssql.sh
6132 7365
61332003-05-18 00:07 tonvoon 7366 * [r519] plugins/t/check_procs.t:
7367 Fixed test commands (Mathew Ericson - 738605)
6134 7368
6135 * plugins/t/: check_ftp.t: Fixed test (Mathew Ericson - 738609) 73692003-05-17 17:40 tonvoon
6136 7370
61372003-05-17 18:58 tonvoon 7371 * [r518] plugins/t/check_http.t:
7372 Fixed tests (Mathew Ericson - 738608)
6138 7373
6139 * plugins/t/: check_load.t: Fixed tests (Mathew Ericson - 738607) 73742003-05-17 17:36 tonvoon
6140 7375
61412003-05-17 18:50 tonvoon 7376 * [r517] plugins/t/check_tcp.t:
6142 7377 Fixed tests (Mathew Ericson - 738604)
6143 * plugins/t/check_procs.t: Fixed test commands (Mathew Ericson - 7378 CV:
6144 738605)
6145
61462003-05-17 18:46 tonvoon
6147
6148 * plugins/t/check_procs.t: Fixed test commands (Mathew Ericson -
6149 738605)
6150
61512003-05-17 18:38 tonvoon
6152
6153 * plugins/t/: check_http.t: Fixed tests (Mathew Ericson - 738608)
6154
61552003-05-17 18:36 tonvoon
6156
6157 * plugins/t/check_tcp.t: Fixed tests (Mathew Ericson - 738604) CV:
6158 ---------------------------------------------------------------------- 7379 ----------------------------------------------------------------------
6159 7380
61602003-05-17 18:33 tonvoon 73812003-05-16 17:33 sghosh
6161
6162 * plugins/t/check_tcp.t: Fixed tests (Mathew Ericson - 738604)
6163 7382
61642003-05-16 18:32 sghosh 7383 * [r515] plugins-scripts/check_ntp.pl:
7384 bug fix
6165 7385
6166 * plugins-scripts/: check_ntp.pl: bug fix 73862003-05-14 23:17 tonvoon
6167 7387
61682003-05-15 00:17 tonvoon 7388 * [r514] plugins/negate.c:
7389 Added examples
6169 7390
6170 * plugins/negate.c: Added examples 73912003-05-14 21:59 tonvoon
6171 7392
61722003-05-14 22:59 tonvoon 7393 * [r513] plugins-scripts/check_mailq.pl:
7394 Added postfix support (Thomas Nilsen - 735218)
6173 7395
6174 * plugins-scripts/check_mailq.pl: Added postfix support (Thomas 73962003-05-14 21:51 tonvoon
6175 Nilsen - 735218)
6176 7397
61772003-05-14 22:51 tonvoon 7398 * [r512] plugins/check_nwstat.c:
7399 Added DSVER and UPTIME checks (Phil Randal - 737617)
6178 7400
6179 * plugins/check_nwstat.c: Added DSVER and UPTIME checks (Phil 74012003-05-14 21:49 tonvoon
6180 Randal - 737617)
6181 7402
61822003-05-14 22:49 tonvoon 7403 * [r511] pkg/solaris/solpkg:
7404 Typo
6183 7405
6184 * pkg/solaris/solpkg: Typo 74062003-05-14 21:44 tonvoon
6185 7407
61862003-05-14 22:44 tonvoon 7408 * [r510] doc, doc/.cvsignore:
7409 Ignore developer-guidelines.html as generated from docbook
6187 7410
6188 * doc/.cvsignore: Ignore developer-guidelines.html as generated 74112003-05-14 21:39 tonvoon
6189 from docbook
6190 7412
61912003-05-14 22:39 tonvoon 7413 * [r509] Makefile.am, pkg/solaris/pkginfo.in, pkg/solaris/solpkg:
7414 Remove dependency on gnu make
6192 7415
6193 * Makefile.am, pkg/solaris/pkginfo.in, pkg/solaris/solpkg: Remove 74162003-05-13 23:20 tonvoon
6194 dependency on gnu make
6195 7417
61962003-05-14 00:20 tonvoon 7418 * [r508] doc/developer-guidelines.sgml:
7419 Updated docs to include comments, contrib->main, getopts_long and
7420 verbose output levels
6197 7421
6198 * doc/developer-guidelines.sgml: Updated docs to include comments, 74222003-05-13 22:23 tonvoon
6199 contrib->main, getopts_long and verbose output levels
6200 7423
62012003-05-13 23:23 tonvoon 7424 * [r507] tools/sfsnapshot:
7425 Calls tools/setup and creates a README for the snapshot directory
6202 7426
6203 * tools/sfsnapshot: Calls tools/setup and creates a README for the 74272003-05-13 22:03 tonvoon
6204 snapshot directory
6205 7428
62062003-05-13 23:03 tonvoon 7429 * [r506] doc/developer-guidelines.html, doc/makefile, tools/setup:
7430 The developer-guidelines.html file is now generated from the sgml
7431 file
7432 by docbook2html at tools/setup time
6207 7433
6208 * doc/developer-guidelines.html, doc/makefile, tools/setup: The 74342003-05-13 12:14 stanleyhopcroft
6209 developer-guidelines.html file is now generated from the sgml
6210 file by docbook2html at tools/setup time
6211 7435
62122003-05-13 13:14 stanleyhopcroft 7436 * [r505] contrib/tarballs/hopcroft-plugins.tar.gz:
7437 Removed contrib/tarballs/hopcroft-plugins.tar.gz. This is
7438 archaic, anachronistic, unmaintained and humblingly embarrassing.
6213 7439
6214 * contrib/tarballs/hopcroft-plugins.tar.gz: Removed 74402003-05-13 12:13 stanleyhopcroft
6215 contrib/tarballs/hopcroft-plugins.tar.gz. This is archaic,
6216 anachronistic, unmaintained and humblingly embarrassing.
6217 7441
62182003-05-13 13:13 stanleyhopcroft 7442 * [r504] contrib/check_mssql.sh:
7443 check_mssql.sh. A new plugin from Mr T DE BLENDE to check MS
7444 SQLServer databases.
6219 7445
6220 * contrib/check_mssql.sh: check_mssql.sh. A new plugin from Mr T DE 74462003-05-09 03:22 kdebisschop
6221 BLENDE to check MS SQLServer databases.
6222 7447
62232003-05-09 04:22 kdebisschop 7448 * [r503] plugins/check_http.c:
6224 7449 fix error when server closes connection
6225 * plugins/check_http.c: fix error when server closes connection
6226 immediately 7450 immediately
6227 7451
62282003-05-09 04:22 kdebisschop 74522003-05-09 03:00 kdebisschop
6229
6230 * plugins/check_http.c: fix error when server closes connection
6231 immediately
6232
62332003-05-09 03:59 kdebisschop
6234
6235 * plugins/: check_snmp.c: cause snmpget try try for 1 second less
6236 than the timeout (allowing plugin to force close if needed)
6237
62382003-05-07 19:01 undrgrid
6239
6240 * plugins/check_ping.c: Modified check_ping to handle IPv6 as well
6241 as IPv4 ICMP checks using the PING6_COMMAND determined during the
6242 configure script execution. As USE_IPV6 may be defined and
6243 PING6_COMMAND is not defined if there is not IPv6 TCP stack
6244 available when configure is run I condition it off PING6_COMMAND
6245 existing to remove build errors for being undefined.
6246
62472003-04-25 10:05 sghosh
6248
6249 * plugins-scripts/: check_ntp.pl: corrected output units
6250 7453
62512003-04-23 05:57 kdebisschop 7454 * [r501] plugins/check_snmp.c:
7455 cause snmpget try try for 1 second less than the timeout
7456 (allowing plugin to force close if needed)
6252 7457
6253 * plugins/: check_http.c, utils.c: update to RFC1123 hostname specs 74582003-05-07 18:01 undrgrid
6254 7459
62552003-04-17 06:56 kdebisschop 7460 * [r500] plugins/check_ping.c:
7461 Modified check_ping to handle IPv6 as well as IPv4 ICMP checks
7462 using the
7463 PING6_COMMAND determined during the configure script execution.
7464 As
7465 USE_IPV6 may be defined and PING6_COMMAND is not defined if there
7466 is not
7467 IPv6 TCP stack available when configure is run I condition it off
7468 PING6_COMMAND existing to remove build errors for being
7469 undefined.
6256 7470
6257 * nagios-plugins.spec.in: add check_nt, drop check_vsz 74712003-04-25 09:07 sghosh
6258 7472
62592003-04-17 06:55 kdebisschop 7473 * [r499] plugins-scripts/check_ntp.pl:
7474 corrected output units
6260 7475
6261 * plugins/: check_dig.c, check_tcp.c, check_users.c: code cleanup 74762003-04-23 04:58 kdebisschop
6262 to clear strict compiler warnings
6263 7477
62642003-04-17 06:36 kdebisschop 7478 * [r498] plugins/check_http.c:
7479 update to RFC1123 hostname specs
6265 7480
6266 * plugins/: check_dig.c, check_tcp.c, netutils.c: code cleanup to 74812003-04-17 05:56 kdebisschop
6267 clear strict compiler warnings
6268 7482
62692003-04-16 16:31 sghosh 7483 * [r497] nagios-plugins.spec.in:
7484 add check_nt, drop check_vsz
6270 7485
6271 * plugins/check_real.c: old behavior - no stream check unless -u 74862003-04-17 05:55 kdebisschop
6272 7487
62732003-04-16 16:06 sghosh 7488 * [r496] plugins/check_dig.c, plugins/check_tcp.c,
7489 plugins/check_users.c:
7490 code cleanup to clear strict compiler warnings
6274 7491
6275 * plugins/check_real.c: reset to old behavior of not checking 74922003-04-17 05:36 kdebisschop
6276 stream by default
6277 7493
62782003-04-13 05:49 sghosh 7494 * [r495] plugins/check_dig.c, plugins/check_tcp.c,
7495 plugins/netutils.c:
7496 code cleanup to clear strict compiler warnings
6279 7497
6280 * plugins/check_hpjd.c: reduce compiler warning between gcc3 and 74982003-04-16 15:06 sghosh
6281 gcc2.96
6282 7499
62832003-04-13 05:28 sghosh 7500 * [r493] plugins/check_real.c:
7501 reset to old behavior of not checking stream by default
6284 7502
6285 * configure.in: update for check_mailq - qmail support 75032003-04-13 04:49 sghosh
6286 7504
62872003-04-13 05:25 sghosh 7505 * [r492] plugins/check_hpjd.c:
7506 reduce compiler warning between gcc3 and gcc2.96
6288 7507
6289 * plugins-scripts/utils.pm.in: update for check_mailq - qmail 75082003-04-13 04:28 sghosh
6290 support
6291
62922003-04-13 05:23 sghosh
6293
6294 * plugins-scripts/check_mailq.pl: Added sendmail multi-queue
6295 support (Canau), merged qmail support (Schmid)
6296
62972003-04-12 01:02 tonvoon
6298
6299 * plugins/check_procs.c: Match -a STRING anywhere in ps args
6300 (Laurent Vaslin - 719783)
6301 7509
63022003-04-12 00:47 tonvoon 7510 * [r491] configure.in, plugins-scripts/utils.pm.in:
7511 update for check_mailq - qmail support
6303 7512
6304 * plugins/check_procs.c: Match -a STRING anywhere in ps args 75132003-04-13 04:23 sghosh
6305 (Laurent Vaslin - 719783)
6306 7514
63072003-04-11 23:36 sghosh 7515 * [r490] plugins-scripts/check_mailq.pl:
7516 Added sendmail multi-queue support (Canau), merged qmail support
7517 (Schmid)
6308 7518
6309 * plugins-scripts/check_ifstatus.pl: added feature -u (list of 75192003-04-11 23:47 tonvoon
6310 unused ifIndex)
6311 7520
63122003-04-11 23:09 sghosh 7521 * [r488] plugins/check_procs.c:
7522 Match -a STRING anywhere in ps args (Laurent Vaslin - 719783)
6313 7523
6314 * plugins-scripts/check_ifstatus.pl: bug 691412, added feature -x 75242003-04-11 22:36 sghosh
6315 (list of excluded ifTypes)
6316 7525
63172003-04-11 19:44 sghosh 7526 * [r487] plugins-scripts/check_ifstatus.pl:
7527 added feature -u (list of unused ifIndex)
6318 7528
6319 * plugins/check_hpjd.c: patch 698384 - order of args to snmpget + 75292003-04-11 22:09 sghosh
6320 print a bit of stderr
6321 7530
63222003-04-11 17:27 sghosh 7531 * [r486] plugins-scripts/check_ifstatus.pl:
7532 bug 691412, added feature -x (list of excluded ifTypes)
6323 7533
6324 * plugins/check_hpjd.c: patch 698384 - order of args to snmpget 75342003-04-11 18:44 sghosh
6325 7535
63262003-04-09 04:46 kdebisschop 7536 * [r485] plugins/check_hpjd.c:
7537 patch 698384 - order of args to snmpget + print a bit of stderr
6327 7538
6328 * plugins/: check_http.c, check_hpjd.c, check_nt.c: cleanup to 75392003-04-09 03:46 kdebisschop
6329 suppress various strict compiler warnings
6330 7540
63312003-04-09 04:44 kdebisschop 7541 * [r483] plugins/check_hpjd.c, plugins/check_http.c,
7542 plugins/check_nt.c:
7543 cleanup to suppress various strict compiler warnings
6332 7544
6333 * plugins/common.h: rewrite #elif to be compatible with traditional 75452003-04-09 03:44 kdebisschop
6334 C
6335 7546
63362003-04-09 03:09 kdebisschop 7547 * [r482] plugins/common.h:
7548 rewrite #elif to be compatible with traditional C
6337 7549
6338 * plugins/Makefile.am: check_game needs popen.c now 75502003-04-09 02:09 kdebisschop
6339 7551
63402003-04-08 21:49 tonvoon 7552 * [r481] plugins/Makefile.am:
7553 check_game needs popen.c now
6341 7554
6342 * plugins/: check_nt.c, check_hpjd.c: Changed // to /* */ comments 75552003-04-08 20:38 tonvoon
6343 as some compilers do not like them
6344 7556
63452003-04-08 21:38 tonvoon 7557 * [r479] command.cfg.in:
7558 Updated command for new check_procs
6346 7559
6347 * command.cfg.in: Updated command for new check_procs 75602003-04-08 20:37 tonvoon
6348 7561
63492003-04-08 21:37 tonvoon 7562 * [r478] plugins/check_hpjd.c, plugins/check_nt.c:
7563 Changed // to /* */ comments as some compilers do not like them
6350 7564
6351 * plugins/: check_hpjd.c, check_nt.c: Changed // to /* */ comments 75652003-04-08 00:00 stanleyhopcroft
6352 as some compilers do not like them
6353 7566
63542003-04-08 01:00 stanleyhopcroft 7567 * [r477] contrib/check_axis.sh:
7568 check_axis.sh (Axis 5xx print servers) from Tom De Blende
6355 7569
6356 * contrib/check_axis.sh: check_axis.sh (Axis 5xx print servers) 75702003-04-07 23:40 tonvoon
6357 from Tom De Blende
6358 7571
63592003-04-08 00:40 tonvoon 7572 * [r476] plugins/check_procs.c:
7573 Fixed zombie processes
6360 7574
6361 * plugins/check_procs.c: Fixed zombie processes 75752003-04-07 23:16 tonvoon
6362 7576
63632003-04-08 00:16 tonvoon 7577 * [r475] configure.in:
7578 Missed some PS_FORMAT strings
6364 7579
6365 * configure.in: Missed some PS_FORMAT strings 75802003-04-07 22:53 tonvoon
6366 7581
63672003-04-07 23:53 tonvoon 7582 * [r474] configure.in, plugins/Makefile.am, plugins/check_nagios.c,
7583 plugins/check_procs.c, plugins/check_vsz.c:
7584 Souped up check_procs with different metrics
6368 7585
6369 * configure.in, plugins/Makefile.am, plugins/check_nagios.c, 75862003-04-07 21:21 tonvoon
6370 plugins/check_procs.c, plugins/check_vsz.c: Souped up check_procs
6371 with different metrics
6372 7587
63732003-04-07 22:23 tonvoon 7588 * [r472] plugins/check_snmp.c:
7589 Removed unnecessary regex array
6374 7590
6375 * plugins/check_snmp.c: Removed unnecessary array for AIX compile 75912003-04-07 11:39 kdebisschop
6376 (reported by Alwyn Cherrington)
6377 7592
63782003-04-07 22:21 tonvoon 7593 * [r471] plugins/check_http.c:
7594 ste timeout one second greater than critical time
6379 7595
6380 * plugins/check_snmp.c: Removed unnecessary regex array 75962003-04-07 11:38 kdebisschop
6381 7597
63822003-04-07 12:39 kdebisschop 7598 * [r470] plugins/check_game.c:
7599 had been grandfathered ibto core, finally use normal getopts, add
7600 options for player, max-player array positions
6383 7601
6384 * plugins/check_http.c: ste timeout one second greater than 76022003-04-03 21:21 tonvoon
6385 critical time
6386 7603
63872003-04-07 12:38 kdebisschop 7604 * [r469] plugins-scripts/check_oracle.sh:
7605 Cleaned up cache output
6388 7606
6389 * plugins/check_game.c: had been grandfathered ibto core, finally 76072003-04-01 22:24 tonvoon
6390 use normal getopts, add options for player, max-player array
6391 positions
6392 7608
63932003-04-03 22:21 tonvoon 7609 * [r468] plugins-scripts/check_oracle.sh:
7610 Fixed sqlplus calls and rearranged parameters for --tablespace &
7611 --cache
6394 7612
6395 * plugins-scripts/check_oracle.sh: Cleaned up cache output 76132003-04-01 04:00 kdebisschop
6396 7614
63972003-04-01 23:24 tonvoon 7615 * [r467] configure.in:
7616 remove PATH_PROG call for autoconf/automake components
6398 7617
6399 * plugins-scripts/check_oracle.sh: Fixed sqlplus calls and 76182003-03-31 12:49 kdebisschop
6400 rearranged parameters for --tablespace & --cache
6401 7619
64022003-04-01 05:00 kdebisschop 7620 * [r466] plugins/check_disk.c:
6403 7621 checkpoint
6404 * configure.in: remove PATH_PROG call for autoconf/automake 7622 supresses iso9660
6405 components 7623 adds option for checking only local
6406 7624 adds choice of scale factor
64072003-03-31 13:49 kdebisschop
6408
6409 * plugins/check_disk.c: checkpoint supresses iso9660 adds option
6410 for checking only local adds choice of scale factor
6411 7625
64122003-03-27 22:53 tonvoon 76262003-03-27 22:53 tonvoon
6413 7627
6414 * plugins/check_nwstat.c: Extra Netware checks (Patch 710247 - 7628 * [r465] plugins/check_nwstat.c:
6415 Dietmar Ruzicka) 7629 Extra Netware checks (Patch 710247 - Dietmar Ruzicka)
6416 7630
64172003-03-26 05:37 tonvoon 76312003-03-26 05:37 tonvoon
6418 7632
6419 * configure.in: ipv6 check requires unistd.h for Darwin 7633 * [r464] configure.in:
7634 ipv6 check requires unistd.h for Darwin
6420 7635
64212003-03-26 03:57 tonvoon 76362003-03-26 03:57 tonvoon
6422 7637
6423 * configure.in, plugins/check_procs.c: Removal of ps_raw and 7638 * [r463] configure.in, plugins/check_procs.c:
6424 ps_vars 7639 Removal of ps_raw and ps_vars
6425 7640
64262003-03-26 03:39 tonvoon 76412003-03-26 03:39 tonvoon
6427 7642
6428 * plugins/check_nagios.c: Uses same ps command as check_procs 7643 * [r462] plugins/check_nagios.c:
7644 Uses same ps command as check_procs
6429 7645
64302003-03-25 06:33 kdebisschop 76462003-03-25 06:33 kdebisschop
6431 7647
6432 * .cvsignore: subst is no longer used 7648 * [r461] ., .cvsignore:
7649 subst is no longer used
6433 7650
64342003-03-24 19:05 undrgrid 76512003-03-24 19:05 undrgrid
6435 7652
6436 * .cvsignore, Makefile.am: Better stripping of prefix for Solaris 7653 * [r460] ., .cvsignore, Makefile.am:
6437 package install needs to remove /usr/local as package 7654 Better stripping of prefix for Solaris package install needs to
6438 installs there by default 7655 remove
7656 /usr/local as package installs there by default
6439 7657
64402003-03-24 17:44 undrgrid 76582003-03-24 17:45 undrgrid
6441 7659
6442 * Makefile.am, pkg/solaris/.cvsignore, pkg/solaris/pkginfo.in, 7660 * [r459] Makefile.am, pkg/solaris, pkg/solaris/.cvsignore,
6443 plugins/check_disk.c: Minor changes to build for Solaris packages 7661 pkg/solaris/pkginfo.in, plugins/check_disk.c:
7662 Minor changes to build for Solaris packages
6444 7663
64452003-03-24 16:23 tonvoon 76642003-03-24 16:23 tonvoon
6446 7665
6447 * plugins/check_procs.c: Use max_state 7666 * [r458] plugins/check_procs.c:
7667 Use max_state
6448 7668
64492003-03-24 02:57 tonvoon 76692003-03-24 02:57 tonvoon
6450 7670
6451 * tools/: mail_error, sfsnapshot: PATH set in correct place and 7671 * [r457] tools/mail_error, tools/sfsnapshot:
6452 extra comments 7672 PATH set in correct place and extra comments
6453 7673
64542003-03-24 02:44 tonvoon 76742003-03-24 02:44 tonvoon
6455 7675
6456 * tools/: mail_error, sfsnapshot: Bug fixes 7676 * [r456] tools/mail_error, tools/sfsnapshot:
7677 Bug fixes
6457 7678
64582003-03-24 02:21 tonvoon 76792003-03-24 02:21 tonvoon
6459 7680
6460 * tools/mail_error: Sends email if non-zero return code from 7681 * [r455] tools/mail_error:
6461 command 7682 Sends email if non-zero return code from command
6462 7683
64632003-03-24 02:19 tonvoon 76842003-03-24 02:19 tonvoon
6464 7685
6465 * tools/sfsnapshot: Error code depending on number of files 7686 * [r454] tools/sfsnapshot:
6466 generated 7687 Error code depending on number of files generated
6467 7688
64682003-03-24 01:18 tonvoon 76892003-03-24 01:18 tonvoon
6469 7690
6470 * lib/ls-mntd-fs.m4: Using coreutils 4.5.11 version to fix Darwin 7691 * [r453] lib/ls-mntd-fs.m4:
6471 problem 7692 Using coreutils 4.5.11 version to fix Darwin problem
6472
64732003-03-24 00:40 tonvoon
6474
6475 * REQUIREMENTS: Add NSClient requirement for check_nt
6476 7693
64772003-03-24 00:39 tonvoon 76942003-03-24 00:42 tonvoon
6478 7695
6479 * plugins/check_nt.c: Reference to web site to get NSClient 7696 * [r452] REQUIREMENTS:
7697 Add NSClient requirement for check_nt
6480 7698
64812003-03-24 00:26 tonvoon 76992003-03-24 00:26 tonvoon
6482 7700
6483 * plugins/check_nt.c: Reference to web site to get NSClient 7701 * [r450] plugins/check_nt.c:
7702 Reference to web site to get NSClient
6484 7703
64852003-03-23 07:01 undrgrid 77042003-03-23 07:01 undrgrid
6486 7705
6487 * Makefile.am, autogen.sh, configure.in, lib/Makefile.am, 7706 * [r449] Makefile.am, autogen.sh, configure.in, lib/Makefile.am,
6488 pkg/solaris/pkginfo.in, pkg/solaris/solpkg: Solaris package build 7707 pkg, pkg/solaris, pkg/solaris/pkginfo.in, pkg/solaris/solpkg:
6489 system 7708 Solaris package build system
6490 7709
64912003-03-23 06:20 kdebisschop 77102003-03-23 06:20 kdebisschop
6492 7711
6493 * plugins/check_disk.c: can once again exclude indiviual 7712 * [r448] plugins/check_disk.c:
6494 path/partitions 7713 can once again exclude indiviual path/partitions
6495 7714
64962003-03-23 06:11 kdebisschop 77152003-03-23 06:11 kdebisschop
6497 7716
6498 * plugins/check_disk.c: add -X to exclude FS type, now works with 7717 * [r447] plugins/check_disk.c:
6499 more than one path/dev specified 7718 add -X to exclude FS type, now works with more than one path/dev
7719 specified
6500 7720
65012003-03-22 13:23 kdebisschop 77212003-03-22 13:23 kdebisschop
6502 7722
6503 * plugins/utils.c: declaration must precede printf 7723 * [r446] plugins/utils.c:
6504 7724 declaration must precede printf
65052003-03-21 20:21 tonvoon
6506
6507 * configure.in: Stupid bug!
6508 7725
65092003-03-21 14:08 kdebisschop 77262003-03-21 14:08 kdebisschop
6510 7727
6511 * plugins/check_disk.c: checkpoint, allows selecting devices and 7728 * [r444] plugins/check_disk.c:
6512 paths now 7729 checkpoint, allows selecting devices and paths now
6513 7730
65142003-03-21 14:04 kdebisschop 77312003-03-21 14:04 kdebisschop
6515 7732
6516 * configure.in: instructions for posting plugin version number 7733 * [r443] configure.in:
7734 instructions for posting plugin version number
6517 7735
65182003-03-19 23:44 kdebisschop 77362003-03-19 23:44 kdebisschop
6519 7737
6520 * plugins/check_by_ssh.c: allow to specify -1 and -2 for protocol 7738 * [r442] plugins/check_by_ssh.c:
6521 version 7739 allow to specify -1 and -2 for protocol version
6522
65232003-03-19 22:42 tonvoon
6524
6525 * configure.in: Tru64 df support (Paul Clayton)
6526 7740
65272003-03-19 13:01 kdebisschop 77412003-03-19 13:01 kdebisschop
6528 7742
6529 * plugins/: utils.c, utils.h: make state_text a function 7743 * [r440] plugins/utils.c, plugins/utils.h:
7744 make state_text a function
6530 7745
65312003-03-19 12:59 kdebisschop 77462003-03-19 12:59 kdebisschop
6532 7747
6533 * lib/mountlist.c, plugins/check_disk.c: check_disk working with 7748 * [r439] lib/mountlist.c, plugins/check_disk.c:
6534 mountlist.c 7749 check_disk working with mountlist.c
6535 7750
65362003-03-19 02:28 kdebisschop 77512003-03-19 02:28 kdebisschop
6537 7752
6538 * Makefile.am, configure.in: subst.* was replaced by dist-hook 7753 * [r438] Makefile.am, configure.in:
7754 subst.* was replaced by dist-hook
6539 7755
65402003-03-19 02:27 kdebisschop 77562003-03-19 02:27 kdebisschop
6541 7757
6542 * subst.in, subst.sh: these were replaced by dist-hook 7758 * [r437] subst.in, subst.sh:
7759 these were replaced by dist-hook
6543 7760
65442003-03-18 15:18 kdebisschop 77612003-03-18 15:18 kdebisschop
6545 7762
6546 * configure.in: running the AFS macro causes newer AC/AM to barf 7763 * [r436] configure.in:
7764 running the AFS macro causes newer AC/AM to barf
6547 7765
65482003-03-18 09:02 kdebisschop 77662003-03-18 09:02 kdebisschop
6549 7767
6550 * configure.in: afs checking 7768 * [r435] configure.in:
7769 afs checking
6551 7770
65522003-03-18 08:50 kdebisschop 77712003-03-18 08:50 kdebisschop
6553 7772
6554 * lib/: ls-mntd-fs.m4, afs.m4: use AC_DEFINE_UNQOUTED 7773 * [r434] lib/afs.m4, lib/ls-mntd-fs.m4:
7774 use AC_DEFINE_UNQOUTED
6555 7775
65562003-03-18 08:47 kdebisschop 77762003-03-18 08:47 kdebisschop
6557 7777
6558 * lib/ls-mntd-fs.m4: stop warning on autoheader 2.13 7778 * [r433] lib/ls-mntd-fs.m4:
7779 stop warning on autoheader 2.13
6559 7780
65602003-03-18 07:57 kdebisschop 77812003-03-18 07:57 kdebisschop
6561 7782
6562 * plugins/: netutils.c, netutils.h: common.h was doubly included 7783 * [r432] plugins/netutils.c, plugins/netutils.h:
7784 common.h was doubly included
6563 7785
65642003-03-18 07:57 kdebisschop 77862003-03-18 07:57 kdebisschop
6565 7787
6566 * plugins/common.h: use enum instead of define, remove some cruft 7788 * [r431] plugins/common.h:
6567 from old snprintf implementation 7789 use enum instead of define, remove some cruft from old snprintf
7790 implementation
6568 7791
65692003-03-18 07:48 kdebisschop 77922003-03-18 07:48 kdebisschop
6570 7793
6571 * configure.in, lib/Makefile.am, plugins/check_disk.c: use GNU 7794 * [r430] configure.in, lib/Makefile.am, plugins/check_disk.c:
6572 fileutils for check_disk 7795 use GNU fileutils for check_disk
6573 7796
65742003-03-18 07:47 kdebisschop 77972003-03-18 07:47 kdebisschop
6575 7798
6576 * lib/: afs.m4, fstypename.m4, fsusage.c, fsusage.h, fsusage.m4, 7799 * [r429] lib/afs.m4, lib/fstypename.m4, lib/fsusage.c,
6577 ls-mntd-fs.m4, mountlist.c, mountlist.h: from GNU fileutils for 7800 lib/fsusage.h, lib/fsusage.m4, lib/ls-mntd-fs.m4,
6578 check_disk 7801 lib/mountlist.c, lib/mountlist.h:
7802 from GNU fileutils for check_disk
6579 7803
65802003-03-17 22:22 tonvoon 78042003-03-17 22:24 tonvoon
6581 7805
6582 * plugins-scripts/: check_oracle.sh: Allow default Oracle home from 7806 * [r428] plugins-scripts/check_oracle.sh:
6583 oratab (reported by Walbert Oberngruber) 7807 Allow default Oracle home from oratab (reported by Walbert
7808 Oberngruber)
6584 7809
65852003-03-16 23:54 undrgrid 78102003-03-16 23:54 undrgrid
6586 7811
6587 * configure.in: Modified to automatically enable getaddrinfo 7812 * [r427] configure.in:
6588 emulation if lwres is not used and getaddrinfo is not found in 7813 Modified to automatically enable getaddrinfo emulation if lwres
6589 the system. 7814 is not used and
7815 getaddrinfo is not found in the system.
6590 7816
65912003-03-16 23:28 undrgrid 78172003-03-16 23:28 undrgrid
6592 7818
6593 * plugins/: check_tcp.c, netutils.c, netutils.h: Applied patch 7819 * [r426] plugins/check_tcp.c, plugins/netutils.c,
6594 #660973 for tcp refusals 7820 plugins/netutils.h:
7821 Applied patch #660973 for tcp refusals
6595 7822
65962003-03-15 01:28 undrgrid 78232003-03-15 01:28 undrgrid
6597 7824
6598 * configure.in: Left over debug define 7825 * [r425] configure.in:
7826 Left over debug define
6599 7827
66002003-03-15 01:25 undrgrid 78282003-03-15 01:25 undrgrid
6601 7829
6602 * configure.in, lib/Makefile.am, lib/getaddrinfo.c, 7830 * [r424] configure.in, lib/Makefile.am, lib/getaddrinfo.c,
6603 lib/getaddrinfo.h, lib/gethostbyname.c, lib/gethostbyname.h, 7831 lib/getaddrinfo.h, lib/gethostbyname.c, lib/gethostbyname.h,
6604 plugins/Makefile.am, plugins/getaddrinfo.c, 7832 plugins/Makefile.am, plugins/getaddrinfo.c,
6605 plugins/getaddrinfo.h, plugins/gethostbyname.c, 7833 plugins/getaddrinfo.h, plugins/gethostbyname.c,
6606 plugins/gethostbyname.h, plugins/netutils.c, plugins/netutils.h, 7834 plugins/gethostbyname.h, plugins/netutils.c, plugins/netutils.h,
6607 plugins/utils.c, plugins/utils.h: Spent the day working on 7835 plugins/utils.c, plugins/utils.h:
6608 backwards compatability using getaddrinfo() Moved getaddrinfo.? 7836 Spent the day working on backwards compatability using
6609 and gethostbyname.? from lib/ to plugins/ due to problems with 7837 getaddrinfo()
6610 compiling into the libnagiosplug.a as it required linking against 7838 Moved getaddrinfo.? and gethostbyname.? from lib/ to plugins/ due
6611 socket libraries which are unneeded except for network based 7839 to
6612 plugins. This code should hopefully happily work for all systems 7840 problems with compiling into the libnagiosplug.a as it required
6613 and has been tested prior to commit on Debian GNU/Linux, SPARC 7841 linking
6614 Solaris 7 and SPARC Solaris 9. 7842 against socket libraries which are unneeded except for network
7843 based
7844 plugins.
7845 This code should hopefully happily work for all systems and has
7846 been tested
7847 prior to commit on Debian GNU/Linux, SPARC Solaris 7 and SPARC
7848 Solaris 9.
6615 7849
66162003-03-14 13:28 kdebisschop 78502003-03-14 13:28 kdebisschop
6617 7851
6618 * plugins-scripts/check_ntp.pl: add timeout, fix taint chacking 7852 * [r423] plugins-scripts/check_ntp.pl:
6619 diom 7853 add timeout, fix taint chacking diom
6620 7854
66212003-03-13 22:20 undrgrid 78552003-03-13 22:20 undrgrid
6622 7856
6623 * .cvsignore, configure.in, lib/Makefile.am: Working out issues 7857 * [r422] ., .cvsignore, configure.in, lib/Makefile.am:
6624 with getaddrinfo emulation build environment 7858 Working out issues with getaddrinfo emulation build environment
6625 7859
66262003-03-13 21:14 tonvoon 78602003-03-13 21:14 tonvoon
6627 7861
6628 * plugins/: check_dns.c, check_http.c, check_tcp.c: Strip leading 7862 * [r421] plugins/check_dns.c, plugins/check_http.c,
6629 spaces in perf data 7863 plugins/check_tcp.c:
7864 Strip leading spaces in perf data
6630 7865
66312003-03-13 21:10 tonvoon 78662003-03-13 21:10 tonvoon
6632 7867
6633 * plugins/check_smtp.c: Perf data without leading spaces and fix 7868 * [r420] plugins/check_smtp.c:
6634 ANSI C complaint about \n 7869 Perf data without leading spaces and fix ANSI C complaint about
7870 \n
6635 7871
66362003-03-13 20:33 tonvoon 78722003-03-13 20:33 tonvoon
6637 7873
6638 * plugins/check_tcp.c: Fix compiler warnings re progname 7874 * [r419] plugins/check_tcp.c:
7875 Fix compiler warnings re progname
6639 7876
66402003-03-13 06:52 undrgrid 78772003-03-13 06:52 undrgrid
6641 7878
6642 * depcomp: Removed auto-tools script that automake adds 7879 * [r418] depcomp:
7880 Removed auto-tools script that automake adds
6643 7881
66442003-03-13 06:51 undrgrid 78822003-03-13 06:51 undrgrid
6645 7883
6646 * .cvsignore, configure.in, install-sh, missing, mkinstalldirs, 7884 * [r417] ., .cvsignore, configure.in, install-sh, missing,
6647 plugins/.cvsignore, plugins/Makefile.am, plugins/common.h, 7885 mkinstalldirs, plugins, plugins/.cvsignore, plugins/Makefile.am,
6648 plugins/common.h.in, plugins/netutils.h, plugins/netutils.h.in, 7886 plugins/common.h, plugins/common.h.in, plugins/netutils.h,
6649 plugins/popen.h, plugins/popen.h.in, plugins/utils.c, 7887 plugins/netutils.h.in, plugins/popen.h, plugins/popen.h.in,
6650 plugins/utils.h, plugins/utils.h.in, plugins/version.h.in: 7888 plugins/utils.c, plugins/utils.h, plugins/utils.h.in,
6651 Updated cvs ignore files to reflect changes Moved header files 7889 plugins/version.h.in:
6652 from being ran through configure to standard Removed auto-tools 7890 Updated cvs ignore files to reflect changes
6653 scripts that get added by automake 7891 Moved header files from being ran through configure to standard
7892 Removed auto-tools scripts that get added by automake
6654 7893
66552003-03-13 06:00 kdebisschop 78942003-03-13 06:00 kdebisschop
6656 7895
6657 * plugins/negate.c: negate must be POSIXly correct in handling 7896 * [r416] plugins/negate.c:
6658 options, else wrapped options get passed to it 7897 negate must be POSIXly correct in handling options, else wrapped
7898 options get passed to it
6659 7899
66602003-03-13 05:59 undrgrid 79002003-03-13 05:59 undrgrid
6661 7901
6662 * configure.in: Removed --with-ipv6 configure option so it 7902 * [r415] configure.in:
6663 determines IPv6 availablity completely on it's own per suggestion 7903 Removed --with-ipv6 configure option so it determines IPv6
6664 by Karl 7904 availablity
6665 7905 completely on it's own per suggestion by Karl
66662003-03-13 05:29 kdebisschop
6667
6668 * plugins/negate.c: negate must be POSIXly correct in handling
6669 options, else wrapped options get passed to it
6670 7906
66712003-03-12 22:13 undrgrid 79072003-03-12 22:13 undrgrid
6672 7908
6673 * plugins/check_tcp.c: doco standarization 7909 * [r413] plugins/check_tcp.c:
7910 doco standarization
6674 7911
66752003-03-12 19:50 undrgrid 79122003-03-12 19:50 undrgrid
6676 7913
6677 * configure.in, plugins-scripts/subst.in: Just a lil namespace 7914 * [r412] configure.in, plugins-scripts/subst.in:
6678 clean-up 7915 Just a lil namespace clean-up
6679 7916
66802003-03-12 17:42 undrgrid 79172003-03-12 17:42 undrgrid
6681 7918
6682 * configure.in: Minor fix to --with-ipv6 behavior 7919 * [r411] configure.in:
7920 Minor fix to --with-ipv6 behavior
6683 7921
66842003-03-12 17:11 undrgrid 79222003-03-12 17:11 undrgrid
6685 7923
6686 * autogen.sh, configure.in, plugins/utils.c, plugins/utils.h.in: 7924 * [r410] autogen.sh, configure.in, plugins/utils.c,
7925 plugins/utils.h.in:
6687 Added autogen.sh script that rebuilds using autotools and runs 7926 Added autogen.sh script that rebuilds using autotools and runs
6688 configure Modified configure.in to include some debug build 7927 configure
6689 option info at the end of the scripts execution. Can be removed 7928 Modified configure.in to include some debug build option info at
6690 by release time. Modified configure.in to include a --with-ipv6 7929 the end
6691 option Default build is without IPv6 support now to enable you 7930 of the scripts execution. Can be removed by release time.
6692 need to use the --with-ipv6 command line option to configure. 7931 Modified configure.in to include a --with-ipv6 option
7932 Default build is without IPv6 support now to enable you need to
7933 use the
7934 --with-ipv6 command line option to configure.
6693 Modified plugins/utils.* to use USE_IPV6 7935 Modified plugins/utils.* to use USE_IPV6
6694 7936
66952003-03-12 07:05 kdebisschop 79372003-03-12 07:05 kdebisschop
6696 7938
6697 * plugins/check_disk.c: doco standarization 7939 * [r409] plugins/check_disk.c:
7940 doco standarization
6698 7941
66992003-03-12 06:44 kdebisschop 79422003-03-12 06:44 kdebisschop
6700 7943
6701 * plugins/check_disk.c: errors for statfs 7944 * [r408] plugins/check_disk.c:
7945 errors for statfs
6702 7946
67032003-03-12 06:41 kdebisschop 79472003-03-12 06:41 kdebisschop
6704 7948
6705 * plugins/check_smtp.c: comment/doco cleanup for embeeded doc work, 7949 * [r407] plugins/check_smtp.c:
6706 control STMP command via options instead of defines 7950 comment/doco cleanup for embeeded doc work, control STMP command
7951 via options instead of defines
6707 7952
67082003-03-12 06:38 kdebisschop 79532003-03-12 06:38 kdebisschop
6709 7954
6710 * configure.in: version increase, statfs work 7955 * [r406] configure.in:
7956 version increase, statfs work
6711 7957
67122003-03-12 02:47 undrgrid 79582003-03-12 02:47 undrgrid
6713 7959
6714 * plugins/.cvsignore: Add some more extra plugins 7960 * [r405] plugins, plugins/.cvsignore:
7961 Add some more extra plugins
6715 7962
67162003-03-12 02:29 undrgrid 79632003-03-12 02:29 undrgrid
6717 7964
6718 * plugins/check_dig.c: Code clean-up 7965 * [r404] plugins/check_http.c:
7966 Clean up of output from plugin
6719 7967
67202003-03-12 02:29 undrgrid 79682003-03-12 02:29 undrgrid
6721 7969
6722 * plugins/check_http.c: Clean up of output from plugin 7970 * [r403] plugins/check_dig.c, plugins/check_http.c,
6723 7971 plugins/check_ldap.c, plugins/check_udp.c:
67242003-03-12 02:24 undrgrid 7972 Code clean-up
6725
6726 * plugins/: check_udp.c, check_ldap.c, check_http.c: Code clean-up
6727 7973
67282003-03-12 02:23 undrgrid 79742003-03-12 02:23 undrgrid
6729 7975
6730 * plugins/check_tcp.c: Code cleanup 7976 * [r402] plugins/check_tcp.c:
7977 Code cleanup
6731 7978
67322003-03-12 00:45 tonvoon 79792003-03-12 00:45 tonvoon
6733 7980
6734 * plugins/check_dns.c: Removed is_host checks to speed up code. 7981 * [r401] plugins/check_dns.c:
6735 Fixed timings so no spaces 7982 Removed is_host checks to speed up code. Fixed timings so no
7983 spaces
6736 7984
67372003-03-12 00:08 tonvoon 79852003-03-12 00:08 tonvoon
6738 7986
6739 * plugins/check_dns.c: Timings in milliseconds and nicer output 7987 * [r400] plugins/check_dns.c:
7988 Timings in milliseconds and nicer output
6740 7989
67412003-03-11 22:51 tonvoon 79902003-03-11 22:51 tonvoon
6742 7991
6743 * plugins-scripts/.cvsignore: Add script ignores 7992 * [r399] plugins-scripts, plugins-scripts/.cvsignore:
7993 Add script ignores
6744 7994
67452003-03-11 22:36 tonvoon 79952003-03-11 22:36 tonvoon
6746 7996
6747 * plugins/negate.c: Remove getopt_long checks 7997 * [r398] plugins/negate.c:
7998 Remove getopt_long checks
6748 7999
67492003-03-11 22:34 tonvoon 80002003-03-11 22:34 tonvoon
6750 8001
6751 * plugins/negate.c: Fixed reading too many argv parameters and 8002 * [r397] plugins/negate.c:
6752 changed to asprintf 8003 Fixed reading too many argv parameters and changed to asprintf
6753
67542003-03-11 22:29 tonvoon
6755
6756 * plugins/negate.c: Fixed reading too many argv parameters and
6757 changed to asprintf
6758 8004
67592003-03-11 22:22 tonvoon 80052003-03-11 22:22 tonvoon
6760 8006
6761 * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, 8007 * [r396] plugins/check_by_ssh.c, plugins/check_dig.c,
6762 check_fping.c, check_hpjd.c, check_http.c, check_ide-smart.c, 8008 plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c,
6763 check_ldap.c, check_load.c, check_mrtg.c, check_mrtgtraf.c, 8009 plugins/check_hpjd.c, plugins/check_http.c,
6764 check_mysql.c, check_nagios.c, check_nt.c, check_nwstat.c, 8010 plugins/check_ide-smart.c, plugins/check_ldap.c,
6765 check_overcr.c, check_pgsql.c, check_ping.c, check_procs.c, 8011 plugins/check_load.c, plugins/check_mrtg.c,
6766 check_radius.c, check_real.c, check_smtp.c, check_snmp.c, 8012 plugins/check_mrtgtraf.c, plugins/check_mysql.c,
6767 check_ssh.c, check_swap.c, check_tcp.c, check_time.c, 8013 plugins/check_nagios.c, plugins/check_nt.c,
6768 check_udp.c, check_ups.c, check_users.c, check_vsz.c: Remove 8014 plugins/check_nwstat.c, plugins/check_overcr.c,
6769 getopt_long checks 8015 plugins/check_pgsql.c, plugins/check_ping.c,
8016 plugins/check_procs.c, plugins/check_radius.c,
8017 plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c,
8018 plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c,
8019 plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c,
8020 plugins/check_users.c, plugins/check_vsz.c:
8021 Remove getopt_long checks
6770 8022
67712003-03-11 22:09 undrgrid 80232003-03-11 22:09 undrgrid
6772 8024
6773 * configure.in: Fixed some ping6 variables 8025 * [r395] configure.in:
8026 Fixed some ping6 variables
6774 8027
67752003-03-11 18:32 undrgrid 80282003-03-11 18:32 undrgrid
6776 8029
6777 * configure.in: Minor change to Karl's statfs check Inclusion of 8030 * [r394] configure.in:
6778 ICMPv6 ping tests to define PING6_COMMAND Minor fix to ps syntax 8031 Minor change to Karl's statfs check
6779 checking to fix bug I introduced last nite 8032 Inclusion of ICMPv6 ping tests to define PING6_COMMAND
8033 Minor fix to ps syntax checking to fix bug I introduced last nite
6780 8034
67812003-03-11 07:04 undrgrid 80352003-03-11 07:04 undrgrid
6782 8036
6783 * Makefile.am, configure.in: Removed acconfig.h from EXTRA_DIST 8037 * [r393] Makefile.am, configure.in:
8038 Removed acconfig.h from EXTRA_DIST
6784 Fixed problem with test in SWAP_FORMAT and SWAP_COMMAND 8039 Fixed problem with test in SWAP_FORMAT and SWAP_COMMAND
6785 8040
67862003-03-11 06:44 kdebisschop 80412003-03-11 06:44 kdebisschop
6787 8042
6788 * configure.in, plugins/check_disk.c: use statfs for check_disk 8043 * [r392] configure.in, plugins/check_disk.c:
6789 (still needs fs scan) 8044 use statfs for check_disk (still needs fs scan)
6790 8045
67912003-03-11 06:03 undrgrid 80462003-03-11 06:03 undrgrid
6792 8047
6793 * acconfig.h, configure.in: Finishing clean-up of configure.in 8048 * [r391] acconfig.h, configure.in:
8049 Finishing clean-up of configure.in
6794 Removing acconfig.h as it's no longer needed 8050 Removing acconfig.h as it's no longer needed
6795 8051
67962003-03-10 23:58 undrgrid 80522003-03-10 23:58 undrgrid
6797 8053
6798 * acconfig.h, configure.in: Cleaned up configure for PS and PING to 8054 * [r390] acconfig.h, configure.in:
6799 produce cleaner config.h 8055 Cleaned up configure for PS and PING to produce cleaner config.h
6800 8056
68012003-03-09 18:13 undrgrid 80572003-03-09 18:13 undrgrid
6802 8058
6803 * plugins/common.h.in: Make sure sys/socket.h is explicitly 8059 * [r389] plugins/common.h.in:
6804 included if HAVE_SYS_SOCKET_H is defined 8060 Make sure sys/socket.h is explicitly included if
8061 HAVE_SYS_SOCKET_H is defined
6805 8062
68062003-03-09 10:39 tonvoon 80632003-03-09 10:39 tonvoon
6807 8064
6808 * plugins/check_disk.c: Implement error-only option for check_disk 8065 * [r388] plugins/check_disk.c:
6809 (Ian Duggan) 8066 Implement error-only option for check_disk (Ian Duggan)
6810
68112003-03-09 10:36 tonvoon
6812
6813 * plugins/check_disk.c: Implement error-only option for check_disk
6814 (Ian Duggan)
6815 8067
68162003-03-08 12:08 tonvoon 80682003-03-08 12:08 tonvoon
6817 8069
6818 * plugins/check_disk.c: Fix AIX /proc filesystem (Ian Duggan) 8070 * [r387] plugins/check_disk.c:
6819 8071 Fix AIX /proc filesystem (Ian Duggan)
68202003-03-08 12:05 tonvoon
6821
6822 * plugins/check_disk.c: Fix AIX /proc filesystem (Ian Duggan)
6823 8072
68242003-03-08 11:44 tonvoon 80732003-03-08 11:44 tonvoon
6825 8074
6826 * configure.in: snprintf checks in configure.in like samba 8075 * [r386] configure.in:
8076 snprintf checks in configure.in like samba
6827 8077
68282003-03-08 02:27 undrgrid 80782003-03-08 02:27 undrgrid
6829 8079
6830 * plugins/check_dns.c: Modified code to call is_addr() rather than 8080 * [r385] plugins/check_dns.c:
6831 is_dotted_quad() with the new AF indepdent function routines 8081 Modified code to call is_addr() rather than is_dotted_quad() with
8082 the
8083 new AF indepdent function routines
6832 8084
68332003-03-08 02:26 undrgrid 80852003-03-08 02:26 undrgrid
6834 8086
6835 * plugins/: netutils.c, netutils.h.in, utils.c, utils.h.in: AF 8087 * [r384] plugins/netutils.c, plugins/netutils.h.in,
6836 indepedent routines introduced. Modifed process_request() & 8088 plugins/utils.c, plugins/utils.h.in:
6837 my_connect() parameters to make 'proto' type 'int' rather 8089 AF indepedent routines introduced.
6838 than 'char *' and use IPPROTO_* POSIX values. Removed 8090 Modifed process_request() & my_connect() parameters to make
6839 is_dotted_quad() & my_inet_aton() functions Added is_addr(), 8091 'proto' type
6840 is_inet_addr(), is_inet6_addr() and resolve_host_or_addr() 8092 'int' rather than 'char *' and use IPPROTO_* POSIX values.
6841 functions to check whether it is a valid IP address Modified 8093 Removed is_dotted_quad() & my_inet_aton() functions
6842 is_host() to call is_addr() and is_hostname() 8094 Added is_addr(), is_inet_addr(), is_inet6_addr() and
8095 resolve_host_or_addr()
8096 functions to check whether it is a valid IP address
8097 Modified is_host() to call is_addr() and is_hostname()
6843 8098
68442003-03-08 02:02 tonvoon 80992003-03-08 02:02 tonvoon
6845 8100
6846 * tools/sfsnapshot: Need to remove configure.in 8101 * [r383] tools/sfsnapshot:
8102 Need to remove configure.in
6847 8103
68482003-03-08 01:59 tonvoon 81042003-03-08 01:59 tonvoon
6849 8105
6850 * lib/Makefile.am, lib/snprintf.c, plugins/Makefile.am, 8106 * [r382] lib/Makefile.am, lib/snprintf.c, plugins/Makefile.am,
6851 plugins/snprintf.c: Move snprintf into lib 8107 plugins/snprintf.c:
8108 Move snprintf into lib
6852 8109
68532003-03-08 01:48 tonvoon 81102003-03-08 01:48 tonvoon
6854 8111
6855 * tools/sfsnapshot: Have to run through whole automake procedure as 8112 * [r381] tools/sfsnapshot:
6856 datestamp in RELEASE variable 8113 Have to run through whole automake procedure as datestamp in
8114 RELEASE variable
6857 8115
68582003-03-08 01:13 tonvoon 81162003-03-08 01:13 tonvoon
6859 8117
6860 * tools/sfsnapshot: Added automake parameters for config.sub and 8118 * [r380] tools/sfsnapshot:
6861 config.guess 8119 Added automake parameters for config.sub and config.guess
6862 8120
68632003-03-08 00:57 tonvoon 81212003-03-08 00:57 tonvoon
6864 8122
6865 * tools/sfsnapshot: Fixed production OUT variable 8123 * [r379] tools/sfsnapshot:
8124 Fixed production OUT variable
6866 8125
68672003-03-08 00:55 tonvoon 81262003-03-08 00:55 tonvoon
6868 8127
6869 * tools/sfsnapshot: Adds MD5SUM file, creates multiple branch 8128 * [r378] tools/sfsnapshot:
6870 snapshots and doesn't rerun configure/automake/autoconf 8129 Adds MD5SUM file, creates multiple branch snapshots and doesn't
6871 unnecessarily 8130 rerun configure/automake/autoconf unnecessarily
6872 8131
68732003-03-08 00:21 tonvoon 81322003-03-08 00:23 tonvoon
6874 8133
6875 * Makefile.am: Use Makefile's variables (to support a shortcut in 8134 * [r377] Makefile.am:
6876 sfsnapshot) 8135 Use Makefile's variables (to support a shortcut in sfsnapshot)
6877 8136
68782003-03-07 22:11 undrgrid 81372003-03-07 22:11 undrgrid
6879 8138
6880 * configure.in, lib/Makefile.am, lib/getaddrinfo.c, 8139 * [r376] configure.in, lib/Makefile.am, lib/getaddrinfo.c,
6881 lib/getaddrinfo.h, lib/gethostbyname.c, lib/gethostbyname.h, 8140 lib/getaddrinfo.h, lib/gethostbyname.c, lib/gethostbyname.h,
6882 plugins/check_pgsql.c, plugins/common.h.in, plugins/netutils.c, 8141 plugins/check_pgsql.c, plugins/common.h.in, plugins/netutils.c,
6883 plugins/netutils.h.in, tools/setup: Added getaddrinfo.[ch] & 8142 plugins/netutils.h.in, tools/setup:
6884 gethostbyname.[ch] to provide RFC2553 functions if missing in 8143 Added getaddrinfo.[ch] & gethostbyname.[ch] to provide RFC2553
6885 system libs and lwres not present Moved all references to netdb.h 8144 functions
6886 and sys/socket.h into common.h.in Modified automake call in 8145 if missing in system libs and lwres not present
6887 tools/setup to include adding missing files so config.sub 8146 Moved all references to netdb.h and sys/socket.h into common.h.in
6888 and config.guess will be available 8147 Modified automake call in tools/setup to include adding missing
6889 8148 files
68902003-03-07 20:16 tonvoon 8149 so config.sub and config.guess will be available
6891
6892 * plugins/check_nt.c: Make output for CPU load nicer
6893 8150
68942003-03-07 07:45 kdebisschop 81512003-03-07 07:45 kdebisschop
6895 8152
6896 * plugins/check_smtp.c: millisecond timing and perf data 8153 * [r374] plugins/check_smtp.c:
8154 millisecond timing and perf data
6897 8155
68982003-03-07 07:15 kdebisschop 81562003-03-07 07:17 kdebisschop
6899 8157
6900 * plugins/: check_smtp.c: whole timer loop was on the wrong side of 8158 * [r373] plugins/check_smtp.c:
6901 connection close code 8159 whole timer loop was on the wrong side of connection close code
6902 8160
69032003-03-07 06:43 kdebisschop 81612003-03-07 06:43 kdebisschop
6904 8162
6905 * plugins/check_udp.c: fix for -H invocation of hostname 8163 * [r372] plugins/check_udp.c:
6906 8164 fix for -H invocation of hostname
69072003-03-07 06:40 kdebisschop
6908
6909 * plugins/check_udp.c: fix for -H invocation of hostname
6910 8165
69112003-03-06 06:40 undrgrid 81662003-03-06 06:40 undrgrid
6912 8167
6913 * acinclude.m4, configure.in: Adds --with-lwres and 8168 * [r371] acinclude.m4, configure.in:
6914 --enable-emulate-getaddrinfo but are not used in any of the code 8169 Adds --with-lwres and --enable-emulate-getaddrinfo but are not
6915 at this time. Has a check for IPv6 support but only runs if using 8170 used in any of
6916 the emulate-getaddrinfo routines, this needs to be modified. !!! 8171 the code at this time. Has a check for IPv6 support but only runs
6917 I need input from results of this run on various platforms to see 8172 if using the
6918 what results are seen in plugins/config.h so please help test !!! 8173 emulate-getaddrinfo routines, this needs to be modified.
8174 !!! I need input from results of this run on various platforms to
8175 see what
8176 results are seen in plugins/config.h so please help test !!!
6919 8177
69202003-03-05 07:27 kdebisschop 81782003-03-05 07:27 kdebisschop
6921 8179
6922 * plugins-scripts/check_ntp.pl: add "m" to regex for minutes 8180 * [r370] plugins-scripts/check_ntp.pl:
6923 8181 add "m" to regex for minutes
69242003-03-05 05:59 sghosh
6925
6926 * plugins/check_smtp.c: remove race condition for a long HELO
6927
69282003-03-05 04:38 sghosh
6929
6930 * command.cfg.in: corrected snmp commands
6931
69322003-03-05 04:37 sghosh
6933
6934 * plugins-scripts/check_ntp.pl: regex fix per Marc Poulin
6935 8182
69362003-03-05 00:17 tonvoon 81832003-03-05 00:17 tonvoon
6937 8184
6938 * plugins/check_http.c: check_http min size option (680467 - Dave 8185 * [r365] plugins/check_http.c:
6939 Viner) 8186 check_http min size option (680467 - Dave Viner)
6940 8187
69412003-03-04 23:56 tonvoon 81882003-03-04 23:56 tonvoon
6942 8189
6943 * plugins/check_nt.c: Make output message for CPU Load a bit nicer 8190 * [r364] plugins/check_nt.c:
8191 Make output message for CPU Load a bit nicer
6944 8192
69452003-03-04 23:35 tonvoon 81932003-03-04 23:35 tonvoon
6946 8194
6947 * tools/sfsnapshot: To create nagiosplug daily snapshots on SF 8195 * [r363] tools/sfsnapshot:
8196 To create nagiosplug daily snapshots on SF
6948 8197
69492003-03-03 03:49 kdebisschop 81982003-03-03 03:49 kdebisschop
6950 8199
6951 * plugins/check_ping.c: accept comma-delimted list of hosts for 8200 * [r362] plugins/check_ping.c:
6952 checking if a multihomed host is alive 8201 accept comma-delimted list of hosts for checking if a multihomed
8202 host is alive
6953 8203
69542003-03-02 06:01 kdebisschop 82042003-03-02 06:01 kdebisschop
6955 8205
6956 * plugins/check_ping.c: add logic to check multiple servers 8206 * [r361] plugins/check_ping.c:
8207 add logic to check multiple servers
6957 8208
69582003-03-02 04:59 kdebisschop 82092003-03-02 04:59 kdebisschop
6959 8210
6960 * ChangeLog: update from CVS 8211 * [r360] ChangeLog:
8212 update from CVS
6961 8213
69622003-03-02 04:58 kdebisschop 82142003-03-02 04:58 kdebisschop
6963 8215
6964 * configure.in, nagios-plugins.spec.in: adjustments to remove beta 8216 * [r359] configure.in, nagios-plugins.spec.in:
6965 tagging 8217 adjustments to remove beta tagging
6966 8218
69672003-03-02 04:32 kdebisschop 82192003-03-02 04:32 kdebisschop
6968 8220
6969 * ChangeLog: update from CVS 8221 * [r358] ChangeLog:
8222 update from CVS
6970 8223
69712003-03-01 05:09 kdebisschop 82242003-03-01 05:09 kdebisschop
6972 8225
6973 * nagios-plugins.spec.in: we were missing some docs in the RPM 8226 * [r357] nagios-plugins.spec.in:
8227 we were missing some docs in the RPM
6974 8228
69752003-02-23 17:11 sghosh 82292003-02-23 17:11 sghosh
6976 8230
6977 * REQUIREMENTS: Novell requirements 8231 * [r356] REQUIREMENTS:
8232 Novell requirements
6978 8233
69792003-02-23 17:10 sghosh 82342003-02-23 17:10 sghosh
6980 8235
6981 * contrib/check_bgpstate.pl: removed community string in CRIT 8236 * [r355] contrib/check_bgpstate.pl:
6982 message 8237 removed community string in CRIT message
6983 8238
69842003-02-22 19:06 tonvoon 82392003-02-22 19:06 tonvoon
6985 8240
6986 * configure.in: Solaris and Unixware labels round the wrong way for 8241 * [r354] configure.in:
6987 swap command 8242 Solaris and Unixware labels round the wrong way for swap command
6988 8243
69892003-02-22 13:01 kdebisschop 82442003-02-22 13:01 kdebisschop
6990 8245
6991 * Makefile.am: provide target for nagios-plugins.spec 8246 * [r353] Makefile.am:
8247 provide target for nagios-plugins.spec
6992 8248
69932003-02-22 07:27 kdebisschop 82492003-02-22 07:27 kdebisschop
6994 8250
6995 * Makefile.am: add CODING FAQ LEGAL to distribution tarball 8251 * [r352] Makefile.am:
8252 add CODING FAQ LEGAL to distribution tarball
6996 8253
69972003-02-21 21:59 tonvoon 82542003-02-21 21:59 tonvoon
6998 8255
6999 * plugins/check_http.c: Fixed coredump with unallocated string 8256 * [r351] plugins/check_http.c:
8257 Fixed coredump with unallocated string
7000 8258
70012003-02-21 21:46 tonvoon 82592003-02-21 21:46 tonvoon
7002 8260
7003 * plugins/check_dns.c: Strip leading spaces on dns return value 8261 * [r350] plugins/check_dns.c:
7004 (689563 - Simon L Nielsen) 8262 Strip leading spaces on dns return value (689563 - Simon L
8263 Nielsen)
7005 8264
70062003-02-20 03:16 kdebisschop 82652003-02-20 03:16 kdebisschop
7007 8266
7008 * plugins-scripts/check_disk_smb.pl: option regexs need to include 8267 * [r348] plugins-scripts/check_disk_smb.pl:
7009 ^ and $ 8268 option regexs need to include ^ and $
7010 8269
70112003-02-19 22:56 tonvoon 82702003-02-19 22:56 tonvoon
7012 8271
7013 * lib/Makefile.am: Removing getloadavg.m4 from dist 8272 * [r347] lib/Makefile.am:
8273 Removing getloadavg.m4 from dist
7014 8274
70152003-02-19 08:36 kdebisschop 82752003-02-19 08:36 kdebisschop
7016 8276
7017 * INSTALL, configure.in, lib/getloadavg.m4, tools/setup: remove 8277 * [r346] INSTALL, configure.in, lib/getloadavg.m4, tools/setup:
7018 getloadavg.m4 8278 remove getloadavg.m4
7019 8279
70202003-02-19 00:45 tonvoon 82802003-02-19 00:45 tonvoon
7021 8281
7022 * Makefile.am, configure.in, getloadavg.m4, lib/Makefile.am, 8282 * [r345] Makefile.am, configure.in, getloadavg.m4, lib/Makefile.am,
7023 lib/getloadavg.c, lib/getloadavg.m4, plugins/Makefile.am, 8283 lib/getloadavg.c, lib/getloadavg.m4, plugins/Makefile.am,
7024 plugins/getloadavg.c: Move getloadavg to lib directory. Must run 8284 plugins/getloadavg.c:
7025 "aclocal -I lib" 8285 Move getloadavg to lib directory. Must run "aclocal -I lib"
7026 8286
70272003-02-18 23:00 kdebisschop 82872003-02-18 23:00 kdebisschop
7028 8288
7029 * plugins/check_pgsql.c: spurious backslash escape 8289 * [r344] plugins/check_pgsql.c:
8290 spurious backslash escape
7030 8291
70312003-02-18 22:56 kdebisschop 82922003-02-18 22:56 kdebisschop
7032 8293
7033 * configure.in: set tag for beta3, fix pgsql detection 8294 * [r343] configure.in:
8295 set tag for beta3, fix pgsql detection
7034 8296
70352003-02-18 22:24 kdebisschop 82972003-02-18 22:24 kdebisschop
7036 8298
7037 * plugins/check_udp.c: never exited getopt loop 8299 * [r342] plugins/check_udp.c:
8300 never exited getopt loop
7038 8301
70392003-02-18 22:20 kdebisschop 83022003-02-18 22:20 kdebisschop
7040 8303
7041 * plugins/check_tcp.c: failed if header was more than 1023 bytes 8304 * [r341] plugins/check_tcp.c:
8305 failed if header was more than 1023 bytes
7042 8306
70432003-02-18 22:10 tonvoon 83072003-02-18 22:10 tonvoon
7044 8308
7045 * plugins/check_load.c: Fixed the output messages (Bug 688729 - 8309 * [r340] plugins/check_load.c:
7046 Jayjay) 8310 Fixed the output messages (Bug 688729 - Jayjay)
7047 8311
70482003-02-18 21:58 tonvoon 83122003-02-18 21:58 tonvoon
7049 8313
7050 * Makefile.am: Add SUPPORT file to distribution 8314 * [r339] Makefile.am:
8315 Add SUPPORT file to distribution
7051 8316
70522003-02-18 21:56 tonvoon 83172003-02-18 21:56 tonvoon
7053 8318
7054 * plugins/check_http.c: Fixed compiler warning and increased the 8319 * [r338] plugins/check_http.c:
7055 SSL random key for a Solaris PRNG problem 8320 Fixed compiler warning and increased the SSL random key for a
8321 Solaris PRNG problem
7056 8322
70572003-02-18 05:38 kdebisschop 83232003-02-18 05:38 kdebisschop
7058 8324
7059 * configure.in: remainder of ps fix for UnixWare, and move [] in 8325 * [r337] configure.in:
7060 if/elif to indicate m4 quoting instead of test invocation 8326 remainder of ps fix for UnixWare, and move [] in if/elif to
8327 indicate m4 quoting instead of test invocation
7061 8328
70622003-02-18 04:05 sghosh 83292003-02-18 04:05 sghosh
7063 8330
7064 * contrib/check_appletalk.pl: Appletalk ping plugin 8331 * [r336] contrib/check_appletalk.pl:
8332 Appletalk ping plugin
7065 8333
70662003-02-18 04:04 sghosh 83342003-02-18 04:04 sghosh
7067 8335
7068 * plugins/check_snmp.c: OID type prefix patch [Patches-679403] 8336 * [r335] plugins/check_snmp.c:
8337 OID type prefix patch [Patches-679403]
7069 8338
70702003-02-18 03:46 sghosh 83392003-02-18 03:46 sghosh
7071 8340
7072 * plugins/check_swap.c: support for Large swap sizes 8341 * [r334] plugins/check_swap.c:
8342 support for Large swap sizes
7073 8343
70742003-02-18 03:17 sghosh 83442003-02-18 03:17 sghosh
7075 8345
7076 * configure.in: regex fix to catch *BSD swapinfo and not HP-UX 8346 * [r333] configure.in:
7077 error and memory/file swap in addition to device for HP-UX 8347 regex fix to catch *BSD swapinfo and not HP-UX error and
8348 memory/file swap in addition to device for HP-UX
7078 8349
70792003-02-17 22:01 kdebisschop 83502003-02-17 22:01 kdebisschop
7080 8351
7081 * configure.in: typo in testing uname output 8352 * [r332] configure.in:
8353 typo in testing uname output
7082 8354
70832003-02-17 21:57 kdebisschop 83552003-02-17 21:57 kdebisschop
7084 8356
7085 * configure.in: ping and swap for unixware 8357 * [r331] configure.in:
8358 ping and swap for unixware
7086 8359
70872003-02-17 21:04 kdebisschop 83602003-02-17 21:04 kdebisschop
7088 8361
7089 * configure.in: library search dirs are part of LDFLAGS 8362 * [r330] configure.in:
8363 library search dirs are part of LDFLAGS
7090 8364
70912003-02-17 19:11 sghosh 83652003-02-17 19:11 sghosh
7092 8366
7093 * REQUIREMENTS: location updates 8367 * [r329] REQUIREMENTS:
8368 location updates
7094 8369
70952003-02-16 08:41 tonvoon 83702003-02-16 08:41 tonvoon
7096 8371
7097 * plugins/Makefile.am: Fixed dependencies for check_nt 8372 * [r328] plugins/Makefile.am:
8373 Fixed dependencies for check_nt
7098 8374
70992003-02-16 08:25 tonvoon 83752003-02-16 08:25 tonvoon
7100 8376
7101 * plugins/check_nt.c: Coredump if no variable set (reported by Marc 8377 * [r327] plugins/check_nt.c:
7102 C. Poulin) 8378 Coredump if no variable set (reported by Marc C. Poulin)
7103 8379
71042003-02-16 02:46 egalstad 83802003-02-16 02:46 egalstad
7105 8381
7106 * contrib/check_dhcp.c: Interface patch byor Clemens Resen 8382 * [r326] contrib/check_dhcp.c:
8383 Interface patch byor Clemens Resen
7107 8384
71082003-02-16 02:18 sghosh 83852003-02-16 02:18 sghosh
7109 8386
7110 * plugins-scripts/check_ntp.pl: all alphanumeric accepted for refid 8387 * [r325] plugins-scripts/check_ntp.pl:
7111 on ntpq 8388 all alphanumeric accepted for refid on ntpq
7112 8389
71132003-02-12 22:32 tonvoon 83902003-02-12 22:32 tonvoon
7114 8391
7115 * plugins/.cvsignore: Added extra plugins 8392 * [r324] plugins, plugins/.cvsignore:
8393 Added extra plugins
7116 8394
71172003-02-12 22:30 tonvoon 83952003-02-12 22:30 tonvoon
7118 8396
7119 * lib/.cvsignore: Add ignore files 8397 * [r323] lib, lib/.cvsignore:
8398 Add ignore files
7120 8399
71212003-02-12 22:29 tonvoon 84002003-02-12 22:29 tonvoon
7122 8401
7123 * plugins/negate.c: Remove unnecessary \ and fix coredump with no 8402 * [r322] plugins/negate.c:
7124 parameters specified 8403 Remove unnecessary \ and fix coredump with no parameters
8404 specified
7125 8405
71262003-02-12 22:27 tonvoon 84062003-02-12 22:27 tonvoon
7127 8407
7128 * plugins/check_http.c: Remove unnecessary \ - complaints from 8408 * [r321] plugins/check_http.c:
7129 Tru64's cc compiler 8409 Remove unnecessary \ - complaints from Tru64's cc compiler
7130 8410
71312003-02-12 22:21 tonvoon 84112003-02-12 22:21 tonvoon
7132 8412
7133 * configure.in: Inadequate quoting for PS_FORMAT & removal of grep 8413 * [r320] configure.in:
7134 "*** for Tru64 8414 Inadequate quoting for PS_FORMAT & removal of grep "*** for Tru64
7135 8415
71362003-02-12 04:36 sghosh 84162003-02-12 04:36 sghosh
7137 8417
7138 * command.cfg.in: forced ntpq jitter check 8418 * [r319] command.cfg.in:
8419 forced ntpq jitter check
7139 8420
71402003-02-12 04:32 sghosh 84212003-02-12 04:32 sghosh
7141 8422
7142 * plugins-scripts/check_ifoperstatus.pl: added timeout alarm 8423 * [r318] plugins-scripts/check_ifoperstatus.pl:
8424 added timeout alarm
7143 8425
71442003-02-12 04:30 sghosh 84262003-02-12 04:30 sghosh
7145 8427
7146 * plugins-scripts/check_ntp.pl: fixed regex for stratum1 peer, 8428 * [r317] plugins-scripts/check_ntp.pl:
7147 added logic for failed ntpq call(e.g. sntp host) 8429 fixed regex for stratum1 peer, added logic for failed ntpq
8430 call(e.g. sntp host)
7148 8431
71492003-02-11 00:47 tonvoon 84322003-02-11 00:47 tonvoon
7150 8433
7151 * plugins/check_mysql.c: Patch by Dave Viner for seg fault on RH 8434 * [r316] plugins/check_mysql.c:
7152 7.3 (655903) 8435 Patch by Dave Viner for seg fault on RH 7.3 (655903)
7153 8436
71542003-02-10 23:59 tonvoon 84372003-02-10 23:59 tonvoon
7155 8438
7156 * configure.in: Update with references to REQUIREMENTS 8439 * [r315] configure.in:
8440 Update with references to REQUIREMENTS
7157 8441
71582003-02-10 23:58 tonvoon 84422003-02-10 23:58 tonvoon
7159 8443
7160 * Requirements: Remove file, superceded by REQUIREMENTS 8444 * [r314] Requirements:
8445 Remove file, superceded by REQUIREMENTS
7161 8446
71622003-02-10 23:34 tonvoon 84472003-02-10 23:34 tonvoon
7163 8448
7164 * plugins/: getopt.c, getopt.h, getopt1.c: Removing getopt files - 8449 * [r313] plugins/getopt.c, plugins/getopt.h, plugins/getopt1.c:
7165 now in new lib directory 8450 Removing getopt files - now in new lib directory
7166 8451
71672003-02-10 23:32 tonvoon 84522003-02-10 23:32 tonvoon
7168 8453
7169 * lib/: Makefile.am, getopt.c, getopt.h, getopt1.c: New directory 8454 * [r312] lib, lib/Makefile.am, lib/getopt.c, lib/getopt.h,
7170 for common library files 8455 lib/getopt1.c:
8456 New directory for common library files
7171 8457
71722003-02-10 23:28 tonvoon 84582003-02-10 23:28 tonvoon
7173 8459
7174 * plugins/common.h.in: Added in a define for HAVE_GETOPT_H for 8460 * [r311] plugins/common.h.in:
7175 backwards compatibility 8461 Added in a define for HAVE_GETOPT_H for backwards compatibility
7176 8462
71772003-02-10 23:27 tonvoon 84632003-02-10 23:27 tonvoon
7178 8464
7179 * plugins/Makefile.am: Remove unnecessary getopt references and 8465 * [r310] plugins/Makefile.am:
7180 link in lib directory 8466 Remove unnecessary getopt references and link in lib directory
7181 8467
71822003-02-10 23:26 tonvoon 84682003-02-10 23:26 tonvoon
7183 8469
7184 * configure.in: Removing checks for getopt.h - now always 8470 * [r309] configure.in:
7185 available. Also support lib dir 8471 Removing checks for getopt.h - now always available. Also support
8472 lib dir
7186 8473
71872003-02-10 23:24 tonvoon 84742003-02-10 23:24 tonvoon
7188 8475
7189 * Makefile.am: Adding lib directory for getopts change 8476 * [r308] Makefile.am:
8477 Adding lib directory for getopts change
7190 8478
71912003-02-10 23:08 tonvoon 84792003-02-10 23:08 tonvoon
7192 8480
7193 * configure.in: Fixed Tru64 ps command (Bug 669585 - Paula Arnold) 8481 * [r307] configure.in:
8482 Fixed Tru64 ps command (Bug 669585 - Paula Arnold)
7194 8483
71952003-02-10 18:36 undrgrid 84842003-02-10 18:36 undrgrid
7196 8485
7197 * plugins/check_ssh.c: Added argc checks before attempting to 8486 * [r306] plugins/check_ssh.c:
7198 access argv[] 8487 Added argc checks before attempting to access argv[]
7199 8488
7200 Corrected return codes and output 8489 Corrected return codes and output
7201 8490
72022003-02-10 14:18 undrgrid 84912003-02-10 14:18 undrgrid
7203 8492
7204 * plugins/check_ssh.c: Revised code to use resolving and connection 8493 * [r305] plugins/check_ssh.c:
7205 code in utils.c and netutils.c rather than its own functions. 8494 Revised code to use resolving and connection code in utils.c and
8495 netutils.c rather than its own functions.
7206 Corrected code to properly handle input of server hostname and 8496 Corrected code to properly handle input of server hostname and
7207 port on commandline without option flags. 8497 port on
8498 commandline without option flags.
7208 8499
72092003-02-10 04:49 kdebisschop 85002003-02-10 04:49 kdebisschop
7210 8501
7211 * contrib/check_fping_in.c: this plugin is in core as check_fping 8502 * [r304] contrib/check_fping_in.c:
8503 this plugin is in core as check_fping
7212 8504
72132003-02-09 18:59 undrgrid 85052003-02-09 18:59 undrgrid
7214 8506
7215 * tools/setup: Reordered program calls so autoheader was called 8507 * [r303] tools/setup:
7216 before automake thus getting rid of errors for header files not 8508 Reordered program calls so autoheader was called before automake
7217 being present when automake was called. Also puts it inline with 8509 thus
7218 documentation in INSTALL & INSTALLING 8510 getting rid of errors for header files not being present when
8511 automake
8512 was called. Also puts it inline with documentation in
8513 INSTALL & INSTALLING
7219 8514
72202003-02-09 14:20 sghosh 85152003-02-09 14:20 sghosh
7221 8516
7222 * contrib/: check_adptraid.sh, check_compaq_insight.pl, 8517 * [r302] contrib/check_adptraid.sh,
7223 check_file_age.pl: new plugins 8518 contrib/check_compaq_insight.pl, contrib/check_file_age.pl:
8519 new plugins
7224 8520
72252003-02-09 14:18 sghosh 85212003-02-09 14:18 sghosh
7226 8522
7227 * contrib/: README.TXT, readme.txt: file rename 8523 * [r301] contrib/README.TXT, contrib/readme.txt:
8524 file rename
7228 8525
72292003-02-09 14:16 sghosh 85262003-02-09 14:16 sghosh
7230 8527
7231 * contrib/: check_remote_nagios_status.pl, check_wins.pl, 8528 * [r300] contrib/check_remote_nagios_status.pl,
7232 sched_downtime.pl: more contribs 8529 contrib/check_wins.pl, contrib/sched_downtime.pl:
8530 more contribs
7233 8531
72342003-02-09 14:03 sghosh 85322003-02-09 14:03 sghosh
7235 8533
7236 * contrib/tarballs/: fetchlog-0.92.tar.gz, fetchlog-0.94.tar.gz: 8534 * [r299] contrib/tarballs/fetchlog-0.92.tar.gz,
8535 contrib/tarballs/fetchlog-0.94.tar.gz:
7237 new version 8536 new version
7238 8537
72392003-02-09 12:54 kdebisschop 85382003-02-09 12:56 kdebisschop
7240 8539
7241 * CODING, README: spell check 8540 * [r298] CODING, README:
8541 spell check
7242 8542
72432003-02-09 12:36 kdebisschop 85432003-02-09 12:36 kdebisschop
7244 8544
7245 * FAQ: spell check 8545 * [r297] FAQ:
8546 spell check
7246 8547
72472003-02-09 12:17 sghosh 85482003-02-09 12:17 sghosh
7248 8549
7249 * SUPPORT: ispell 8550 * [r296] SUPPORT:
8551 ispell
7250 8552
72512003-02-08 06:00 kdebisschop 85532003-02-08 06:00 kdebisschop
7252 8554
7253 * plugins/check_pgsql.c: use enum instead of define 8555 * [r295] plugins/check_pgsql.c:
8556 use enum instead of define
7254 8557
72552003-02-08 05:58 kdebisschop 85582003-02-08 05:58 kdebisschop
7256 8559
7257 * FAQ: add item on submitting new plugins 8560 * [r294] FAQ:
8561 add item on submitting new plugins
7258 8562
72592003-02-08 05:57 kdebisschop 85632003-02-08 05:57 kdebisschop
7260 8564
7261 * SUPPORT: suggest minimum standards for support requests 8565 * [r293] SUPPORT:
8566 suggest minimum standards for support requests
7262 8567
72632003-02-08 05:32 kdebisschop 85682003-02-08 05:32 kdebisschop
7264 8569
7265 * plugins/check_http.c: submit request with one send 8570 * [r292] plugins/check_http.c:
8571 submit request with one send
7266 8572
72672003-02-05 05:59 kdebisschop 85732003-02-05 05:59 kdebisschop
7268 8574
7269 * configure.in: fix for SSL build on RedHat rawhide 8575 * [r291] configure.in:
8576 fix for SSL build on RedHat rawhide
7270 8577
72712003-02-05 05:58 kdebisschop 85782003-02-05 05:58 kdebisschop
7272 8579
7273 * plugins/check_dns.c: allow check to proceed using servers from 8580 * [r290] plugins/check_dns.c:
7274 resolv.conf 8581 allow check to proceed using servers from resolv.conf
7275 8582
72762003-02-05 05:57 kdebisschop 85832003-02-05 05:57 kdebisschop
7277 8584
7278 * plugins/check_http.c: fix segfault due to bad asprintf invocation 8585 * [r289] plugins/check_http.c:
8586 fix segfault due to bad asprintf invocation
7279 8587
72802003-02-04 06:24 sghosh 85882003-02-04 06:24 sghosh
7281 8589
7282 * plugins-scripts/Makefile.am: install user:grp perms [patch 8590 * [r288] plugins-scripts/Makefile.am:
7283 679703 -Detlef Boehm] 8591 install user:grp perms [patch 679703 -Detlef Boehm]
7284 8592
72852003-02-04 06:16 sghosh 85932003-02-04 06:16 sghosh
7286 8594
7287 * plugins-scripts/check_flexlm.pl: lmstat output update 8595 * [r287] plugins-scripts/check_flexlm.pl:
8596 lmstat output update
7288 8597
72892003-02-04 05:54 sghosh 85982003-02-04 05:54 sghosh
7290 8599
7291 * plugins-scripts/check_ntp.pl: corrected ntpdate offset to seconds 8600 * [r286] plugins-scripts/check_ntp.pl:
8601 corrected ntpdate offset to seconds
7292 8602
72932003-02-03 21:43 tonvoon 86032003-02-03 21:43 tonvoon
7294 8604
7295 * plugins/check_snmp.c: Avoid core dump with null or invalid data 8605 * [r285] plugins/check_snmp.c:
7296 (679400 - Mathieu Masseboeuf) 8606 Avoid core dump with null or invalid data (679400 - Mathieu
8607 Masseboeuf)
7297 8608
72982003-02-03 21:33 tonvoon 86092003-02-03 21:33 tonvoon
7299 8610
7300 * plugins/Makefile.am: Patch for Mac OS X compile (652080 - Ton 8611 * [r284] plugins/Makefile.am:
7301 Voon) 8612 Patch for Mac OS X compile (652080 - Ton Voon)
7302 8613
73032003-02-03 20:43 sghosh 86142003-02-03 20:43 sghosh
7304 8615
7305 * contrib/tarballs/check_cit.tgz: Citrix plugin 8616 * [r283] contrib/tarballs/check_cit.tgz:
8617 Citrix plugin
7306 8618
73072003-02-03 20:35 sghosh 86192003-02-03 20:35 sghosh
7308 8620
7309 * command.cfg.in: more sample command configurations 8621 * [r282] command.cfg.in:
8622 more sample command configurations
7310 8623
73112003-02-03 20:29 sghosh 86242003-02-03 20:29 sghosh
7312 8625
7313 * configure.in, plugins-scripts/check_ntp.pl, 8626 * [r281] configure.in, plugins-scripts/check_ntp.pl,
7314 plugins-scripts/utils.pm.in: change ntpdc to ntpq (Jonathan 8627 plugins-scripts/utils.pm.in:
7315 Rozes,Thomas Schimpke, bug-656237 ) 8628 change ntpdc to ntpq (Jonathan Rozes,Thomas Schimpke, bug-656237
8629 )
7316 8630
73172003-02-03 15:47 sghosh 86312003-02-03 15:47 sghosh
7318 8632
7319 * plugins-scripts/check_ntp.pl: patch for desync peer and ntpdate 8633 * [r280] plugins-scripts/check_ntp.pl:
7320 (James Fidell) 8634 patch for desync peer and ntpdate (James Fidell)
7321 8635
73222003-02-03 05:29 sghosh 86362003-02-03 05:29 sghosh
7323 8637
7324 * plugins-scripts/check_ifstatus.pl: bugfix [bug 651021 mperry2] 8638 * [r279] plugins-scripts/check_ifstatus.pl:
8639 bugfix [bug 651021 mperry2]
7325 8640
73262003-02-03 05:07 sghosh 86412003-02-03 05:07 sghosh
7327 8642
7328 * plugins/check_hpjd.c: added default community [bug-patch #600349 8643 * [r278] plugins/check_hpjd.c:
7329 jbaumgartner] 8644 added default community [bug-patch #600349 jbaumgartner]
7330 8645
73312003-01-31 18:40 tonvoon 86462003-01-31 18:40 tonvoon
7332 8647
7333 * plugins/check_procs.c: Fix for zombie processes on Solaris (Bug 8648 * [r277] plugins/check_procs.c:
7334 677803 - Matthew Brown) 8649 Fix for zombie processes on Solaris (Bug 677803 - Matthew Brown)
7335 8650
73362003-01-31 18:36 tonvoon 86512003-01-31 18:36 tonvoon
7337 8652
7338 * plugins/check_nt.c: Reapply all asprintf calls. Fix for %% 8653 * [r276] plugins/check_nt.c:
7339 problem with -l flag. 8654 Reapply all asprintf calls. Fix for %% problem with -l flag.
7340 8655
73412003-01-31 01:26 tonvoon 86562003-01-31 01:26 tonvoon
7342 8657
7343 * plugins/check_nt.c: Removed all unnecessary asprintf calls. 8658 * [r275] plugins/check_nt.c:
7344 Replaced with original check_nt.c to minimise amount of changes 8659 Removed all unnecessary asprintf calls. Replaced with original
7345 (reported by Reuben Farrelly) 8660 check_nt.c
8661 to minimise amount of changes (reported by Reuben Farrelly)
7346 8662
73472003-01-30 23:18 tonvoon 86632003-01-30 23:18 tonvoon
7348 8664
7349 * plugins/check_nt.c: Added reference to the official NSClient web 8665 * [r274] plugins/check_nt.c:
7350 site 8666 Added reference to the official NSClient web site
7351 8667
73522003-01-30 22:57 tonvoon 86682003-01-30 22:57 tonvoon
7353 8669
7354 * plugins/check_swap.c: Fixed long --allswap option 8670 * [r273] plugins/check_swap.c:
8671 Fixed long --allswap option
7355 8672
73562003-01-30 22:55 tonvoon 86732003-01-30 22:55 tonvoon
7357 8674
7358 * plugins/check_procs.c: Fixed progname 8675 * [r272] plugins/check_procs.c:
8676 Fixed progname
7359 8677
73602003-01-29 20:57 tonvoon 86782003-01-29 20:57 tonvoon
7361 8679
7362 * plugins/check_mrtgtraf.c: Fixed error and success codes (638656 - 8680 * [r271] plugins/check_mrtgtraf.c:
7363 Paul Dlug) 8681 Fixed error and success codes (638656 - Paul Dlug)
7364 8682
73652003-01-29 20:47 tonvoon 86832003-01-29 20:47 tonvoon
7366 8684
7367 * plugins-scripts/check_oracle.sh: Added cache and tablespace check 8685 * [r270] plugins-scripts/check_oracle.sh:
7368 (621567 - John Marquart) 8686 Added cache and tablespace check (621567 - John Marquart)
7369 8687
73702003-01-29 20:33 tonvoon 86882003-01-29 20:33 tonvoon
7371 8689
7372 * plugins/: Makefile.am, check_nt.c: Added in check_nt for bug 8690 * [r269] plugins/Makefile.am, plugins/check_nt.c:
7373 646516 8691 Added in check_nt for bug 646516
7374 8692
73752003-01-29 06:38 kdebisschop 86932003-01-29 06:38 kdebisschop
7376 8694
7377 * plugins/check_mysql.c: remove incorrect check_disk() declaration 8695 * [r268] plugins/check_mysql.c:
8696 remove incorrect check_disk() declaration
7378 8697
73792003-01-29 06:16 kdebisschop 86982003-01-29 06:16 kdebisschop
7380 8699
7381 * plugins/check_ldap.c: fix segfault when argc>=2 and the -H or -b 8700 * [r267] plugins/check_ldap.c:
7382 options are not supplied 8701 fix segfault when argc>=2 and the -H or -b options are not
8702 supplied
7383 8703
73842003-01-29 06:15 kdebisschop 87042003-01-29 06:15 kdebisschop
7385 8705
7386 * plugins/check_by_ssh.c: 1.8 8706 * [r266] plugins/check_by_ssh.c:
8707 1.8
7387 8708
73882003-01-29 05:55 tonvoon 87092003-01-29 05:55 tonvoon
7389 8710
7390 * plugins/check_http.c: Better error if server requests client 8711 * [r265] plugins/check_http.c:
7391 based certificate (609382 - Olaf Greis) 8712 Better error if server requests client based certificate (609382
8713 - Olaf Greis)
7392 8714
73932003-01-29 05:27 tonvoon 87152003-01-29 05:27 tonvoon
7394 8716
7395 * contrib/check_dns_random.pl: Exit code added (604837 - Lachlan 8717 * [r264] contrib/check_dns_random.pl:
7396 Cameron-Smith) 8718 Exit code added (604837 - Lachlan Cameron-Smith)
7397 8719
73982003-01-29 05:10 tonvoon 87202003-01-29 05:10 tonvoon
7399 8721
7400 * plugins-scripts/check_oracle.sh: Added dummy login test (650970 - 8722 * [r263] plugins-scripts/check_oracle.sh:
7401 Ton Voon) 8723 Added dummy login test (650970 - Ton Voon)
7402 8724
74032003-01-29 04:28 tonvoon 87252003-01-29 04:28 tonvoon
7404 8726
7405 * plugins/check_vsz.c: Error when no params passed, better invalid 8727 * [r262] plugins/check_vsz.c:
7406 params message (652086 - Ton Voon) 8728 Error when no params passed, better invalid params message
8729 (652086 - Ton Voon)
7407 8730
74082003-01-29 04:11 tonvoon 87312003-01-29 04:11 tonvoon
7409 8732
7410 * plugins/check_procs.c: Fixed NULL status in Solaris (644783 - 8733 * [r261] plugins/check_procs.c:
7411 Fabian Pehla) Fixed -p options (652082 - Ton Voon) 8734 Fixed NULL status in Solaris (644783 - Fabian Pehla)
8735 Fixed -p options (652082 - Ton Voon)
7412 8736
74132003-01-28 07:44 kdebisschop 87372003-01-28 07:44 kdebisschop
7414 8738
7415 * contrib/checkciscotemp.pl: typo: had commented use Net::SNMP for 8739 * [r260] contrib/checkciscotemp.pl:
7416 testing 8740 typo: had commented use Net::SNMP for testing
7417 8741
74182003-01-28 07:42 kdebisschop 87422003-01-28 07:42 kdebisschop
7419 8743
7420 * plugins/check_real.c: make sure host_name is set and remove NULL 8744 * [r259] plugins/check_real.c:
7421 string inits that can lead to segfaults 8745 make sure host_name is set and remove NULL string inits that can
8746 lead to segfaults
7422 8747
74232003-01-28 07:26 kdebisschop 87482003-01-28 07:26 kdebisschop
7424 8749
7425 * plugins/check_mysql.c: missed argc check on port parameter 8750 * [r258] plugins/check_mysql.c:
8751 missed argc check on port parameter
7426 8752
74272003-01-28 07:17 kdebisschop 87532003-01-28 07:17 kdebisschop
7428 8754
7429 * contrib/checkciscotemp.pl: split and validate input more robustly 8755 * [r257] contrib/checkciscotemp.pl:
8756 split and validate input more robustly
7430 8757
74312003-01-28 07:15 kdebisschop 87582003-01-28 07:15 kdebisschop
7432 8759
7433 * plugins/check_http.c: remove NULL string inits that can lead to 8760 * [r256] plugins/check_http.c:
7434 segfaults 8761 remove NULL string inits that can lead to segfaults
7435 8762
74362003-01-28 00:32 tonvoon 87632003-01-28 00:32 tonvoon
7437 8764
7438 * configure.in: ps support for Darwin / MacOSX 8765 * [r255] configure.in:
8766 ps support for Darwin / MacOSX
7439 8767
74402003-01-27 11:53 kdebisschop 87682003-01-27 11:53 kdebisschop
7441 8769
7442 * plugins/check_http.c: do not pass host if none is provided 8770 * [r254] plugins/check_http.c:
8771 do not pass host if none is provided
7443 8772
74442003-01-27 06:04 kdebisschop 87732003-01-27 06:04 kdebisschop
7445 8774
7446 * plugins/check_http.c: we were sending extra CRLF 8775 * [r253] plugins/check_http.c:
8776 we were sending extra CRLF
7447 8777
74482003-01-19 06:34 kdebisschop 87782003-01-19 06:34 kdebisschop
7449 8779
7450 * plugins-scripts/check_rpc.pl: indicate new default state in 8780 * [r252] plugins-scripts/check_rpc.pl:
7451 get_rpcinfo, also fix a bunch of indents for consistent format 8781 indicate new default state in get_rpcinfo, also fix a bunch of
8782 indents for consistent format
7452 8783
74532003-01-17 05:56 sghosh 87842003-01-17 05:56 sghosh
7454 8785
7455 * plugins-scripts/check_rpc.pl: bug fix for state and opt_c 8786 * [r251] plugins-scripts/check_rpc.pl:
7456 initialization 8787 bug fix for state and opt_c initialization
7457 8788
74582003-01-17 05:37 sghosh 87892003-01-17 05:37 sghosh
7459 8790
7460 * plugins/check_snmp.c: Counter32 tag parsing added 8791 * [r250] plugins/check_snmp.c:
8792 Counter32 tag parsing added
7461 8793
74622003-01-16 06:42 kdebisschop 87942003-01-16 06:42 kdebisschop
7463 8795
7464 * plugins/: check_mysql.c, check_pgsql.c: semicolon needed where 8796 * [r249] plugins/check_mysql.c, plugins/check_pgsql.c:
7465 progname define was replaced 8797 semicolon needed where progname define was replaced
7466 8798
74672003-01-16 06:29 kdebisschop 87992003-01-16 06:29 kdebisschop
7468 8800
7469 * plugins/check_http.c: add option to let regex span newlines 8801 * [r248] plugins/check_http.c:
8802 add option to let regex span newlines
7470 8803
74712003-01-16 06:28 kdebisschop 88042003-01-16 06:28 kdebisschop
7472 8805
7473 * plugins/check_game.c: progname and print_usage need to be defined 8806 * [r247] plugins/check_game.c:
8807 progname and print_usage need to be defined
7474 8808
74752003-01-16 06:22 kdebisschop 88092003-01-16 06:22 kdebisschop
7476 8810
7477 * plugins/check_radius.c: semicolon needed where praogname define 8811 * [r246] plugins/check_radius.c:
7478 was replced 8812 semicolon needed where praogname define was replced
7479 8813
74802003-01-16 06:10 kdebisschop 88142003-01-16 06:10 kdebisschop
7481 8815
7482 * plugins/check_hpjd.c: semicolon needed where praogname define was 8816 * [r245] plugins/check_hpjd.c:
7483 replced 8817 semicolon needed where praogname define was replced
7484 8818
74852003-01-16 05:22 kdebisschop 88192003-01-16 05:22 kdebisschop
7486 8820
7487 * configure.in: find kerberos libs in latest Red Hat beta 8821 * [r244] configure.in:
8822 find kerberos libs in latest Red Hat beta
7488 8823
74892003-01-16 05:21 kdebisschop 88242003-01-16 05:21 kdebisschop
7490 8825
7491 * plugins/utils.c: restore max() macro 8826 * [r243] plugins/utils.c:
8827 restore max() macro
7492 8828
74932003-01-16 05:20 kdebisschop 88292003-01-16 05:20 kdebisschop
7494 8830
7495 * plugins/check_tcp.c: cleanup progname assignment 8831 * [r242] plugins/check_tcp.c:
8832 cleanup progname assignment
7496 8833
74972003-01-16 05:19 kdebisschop 88342003-01-16 05:19 kdebisschop
7498 8835
7499 * plugins-scripts/check_disk_smb.pl: accept $ for share and \\ for 8836 * [r241] plugins-scripts/check_disk_smb.pl:
7500 users 8837 accept $ for share and \\ for users
7501 8838
75022003-01-16 05:17 kdebisschop 88392003-01-16 05:17 kdebisschop
7503 8840
7504 * plugins/check_by_ssh.c: avoid segfault when host is not given 8841 * [r240] plugins/check_by_ssh.c:
8842 avoid segfault when host is not given
7505 8843
75062003-01-13 12:21 kdebisschop 88442003-01-13 12:21 kdebisschop
7507 8845
7508 * contrib/: check_dhcp.c, check_fping_in.c, check_rbl.c: convert 8846 * [r239] contrib/check_dhcp.c, contrib/check_fping_in.c,
7509 PROGANE from a define to a const char 8847 contrib/check_rbl.c:
8848 convert PROGANE from a define to a const char
7510 8849
75112003-01-13 12:15 kdebisschop 88502003-01-13 12:15 kdebisschop
7512 8851
7513 * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, 8852 * [r238] plugins/check_by_ssh.c, plugins/check_dig.c,
7514 check_dummy.c, check_fping.c, check_hpjd.c, check_http.c, 8853 plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c,
7515 check_ldap.c, check_load.c, check_mrtg.c, check_mrtgtraf.c, 8854 plugins/check_fping.c, plugins/check_hpjd.c,
7516 check_mysql.c, check_nagios.c, check_nwstat.c, check_overcr.c, 8855 plugins/check_http.c, plugins/check_ldap.c, plugins/check_load.c,
7517 check_pgsql.c, check_ping.c, check_procs.c, check_radius.c, 8856 plugins/check_mrtg.c, plugins/check_mrtgtraf.c,
7518 check_real.c, check_smtp.c, check_snmp.c, check_ssh.c, 8857 plugins/check_mysql.c, plugins/check_nagios.c,
7519 check_swap.c, check_tcp.c, check_time.c, check_udp.c, 8858 plugins/check_nwstat.c, plugins/check_overcr.c,
7520 check_ups.c, check_users.c, check_vsz.c, negate.c, urlize.c, 8859 plugins/check_pgsql.c, plugins/check_ping.c,
7521 utils.c, utils.h.in: convert PROGANE from a define to a const 8860 plugins/check_procs.c, plugins/check_radius.c,
7522 char 8861 plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c,
8862 plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c,
8863 plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c,
8864 plugins/check_users.c, plugins/check_vsz.c, plugins/negate.c,
8865 plugins/urlize.c, plugins/utils.c, plugins/utils.h.in:
8866 convert PROGANE from a define to a const char
7523 8867
75242003-01-13 12:13 kdebisschop 88682003-01-13 12:13 kdebisschop
7525 8869
7526 * plugins/popen.c: change exit status to be POSIX compliant 8870 * [r237] plugins/popen.c:
8871 change exit status to be POSIX compliant
7527 8872
75282003-01-13 12:09 kdebisschop 88732003-01-13 12:09 kdebisschop
7529 8874
7530 * plugins/check_nagios.c: check for a few null strings, change 8875 * [r236] plugins/check_nagios.c:
7531 PROGNAME from #define to const *char 8876 check for a few null strings, change PROGNAME from #define to
8877 const *char
7532 8878
75332003-01-13 04:50 kdebisschop 88792003-01-13 04:50 kdebisschop
7534 8880
7535 * plugins/check_disk.c: add options for excluding devices and for 8881 * [r235] plugins/check_disk.c:
7536 skipping OK devices in summary 8882 add options for excluding devices and for skipping OK devices in
8883 summary
7537 8884
75382003-01-03 03:24 kdebisschop 88852003-01-03 03:24 kdebisschop
7539 8886
7540 * plugins/utils.c: protect against some null strings, make formats 8887 * [r234] plugins/utils.c:
7541 more uniform 8888 protect against some null strings, make formats more uniform
7542 8889
75432002-12-19 19:30 kdebisschop 88902002-12-19 19:30 kdebisschop
7544 8891
7545 * plugins/check_tcp.c: expect is +OK for SPOP too 8892 * [r233] plugins/check_tcp.c:
8893 expect is +OK for SPOP too
7546 8894
75472002-12-19 19:29 kdebisschop 88952002-12-19 19:29 kdebisschop
7548 8896
7549 * plugins/check_tcp.c: server expect not getting set, expect is +OK 8897 * [r232] plugins/check_tcp.c:
7550 for POP 8898 server expect not getting set, expect is +OK for POP
7551 8899
75522002-12-19 19:20 kdebisschop 89002002-12-19 19:20 kdebisschop
7553 8901
7554 * plugins/check_http.c: remove spurious CRLF 8902 * [r231] plugins/check_http.c:
8903 remove spurious CRLF
7555 8904
75562002-11-29 12:02 stanleyhopcroft 89052002-11-29 12:02 stanleyhopcroft
7557 8906
7558 * contrib/check_citrix: 8907 * [r230] contrib/check_citrix:
7559 New plugin to check the ICA browse service (used by Citrix 8908 New plugin to check the ICA browse service (used by Citrix
7560 Metaframe servers) from Ed Rolison and Tom De Blende. 8909 Metaframe servers) from
8910 Ed Rolison and Tom De Blende.
7561 8911
75622002-11-25 12:00 kdebisschop 89122002-11-25 12:00 kdebisschop
7563 8913
7564 * plugins/check_tcp.c: was segfaulting if no dtat was returned 8914 * [r228] plugins/check_tcp.c:
8915 was segfaulting if no dtat was returned
7565 8916
75662002-11-24 13:43 kdebisschop 89172002-11-24 13:43 kdebisschop
7567 8918
7568 * tools/snapshot: some fixes needed to move off old devel box 8919 * [r227] tools/snapshot:
8920 some fixes needed to move off old devel box
7569 8921
75702002-11-24 13:09 kdebisschop 89222002-11-24 13:09 kdebisschop
7571 8923
7572 * tools/snapshot: make routine snapshots of nagios and plugin CVS 8924 * [r226] tools/snapshot:
7573 to expand testing 8925 make routine snapshots of nagios and plugin CVS to expand testing
7574 8926
75752002-11-22 10:52 kdebisschop 89272002-11-22 10:52 kdebisschop
7576 8928
7577 * plugins/check_ups.c: add replace battery condition, replace 8929 * [r225] plugins/check_ups.c:
7578 unchecked strcat calls with asprintf (I do not think buffer 8930 add replace battery condition, replace unchecked strcat calls
7579 overflow was possible here, but lets be consistent) 8931 with asprintf (I do not think buffer overflow was possible here,
8932 but lets be consistent)
7580 8933
75812002-11-22 02:46 kdebisschop 89342002-11-22 02:46 kdebisschop
7582 8935
7583 * configure.in: get long args output to work on check_procs by 8936 * [r224] configure.in:
7584 putting incantations with -w ahead of others 8937 get long args output to work on check_procs by putting
8938 incantations with -w ahead of others
7585 8939
75862002-11-22 02:33 kdebisschop 89402002-11-22 02:33 kdebisschop
7587 8941
7588 * configure.in: get long args output to work on linux check_procs, 8942 * [r223] configure.in:
7589 actually works this time (needs OpenBSD testing) 8943 get long args output to work on linux check_procs, actually works
8944 this time (needs OpenBSD testing)
7590 8945
75912002-11-22 01:33 kdebisschop 89462002-11-22 01:33 kdebisschop
7592 8947
7593 * plugins/check_procs.c: add a few comments, trap a few place where 8948 * [r222] plugins/check_procs.c:
7594 a NULL string might have been handled 8949 add a few comments, trap a few place where a NULL string might
8950 have been handled
7595 8951
75962002-11-22 01:31 kdebisschop 89522002-11-22 01:31 kdebisschop
7597 8953
7598 * configure.in: get long args output to work on linux check_procs 8954 * [r221] configure.in:
7599 (needs OpenBSD testing) 8955 get long args output to work on linux check_procs (needs OpenBSD
8956 testing)
7600 8957
76012002-11-21 12:40 kdebisschop 89582002-11-21 12:40 kdebisschop
7602 8959
7603 * plugins/check_dig.c: fix empty output on errors 8960 * [r220] plugins/check_dig.c:
8961 fix empty output on errors
7604 8962
76052002-11-20 11:56 kdebisschop 89632002-11-20 11:56 kdebisschop
7606 8964
7607 * plugins/check_swap.c: add switch to evaluate each swap 8965 * [r219] plugins/check_swap.c:
7608 individually 8966 add switch to evaluate each swap individually
7609 8967
76102002-11-20 11:28 kdebisschop 89682002-11-20 11:28 kdebisschop
7611 8969
7612 * plugins/check_dig.c: fix solaris SEGV, still need to print 8970 * [r218] plugins/check_dig.c:
7613 meaningful error text 8971 fix solaris SEGV, still need to print meaningful error text
7614 8972
76152002-11-20 01:19 kdebisschop 89732002-11-20 01:19 kdebisschop
7616 8974
7617 * plugins/check_by_ssh.c: in short options, t no no argument 8975 * [r217] plugins/check_by_ssh.c:
8976 in short options, t no no argument
7618 8977
76192002-11-20 01:09 kdebisschop 89782002-11-20 01:09 kdebisschop
7620 8979
7621 * plugins/check_dig.c: replace some strcpy with strscpy 8980 * [r216] plugins/check_dig.c:
8981 replace some strcpy with strscpy
7622 8982
76232002-11-19 19:13 kdebisschop 89832002-11-19 19:13 kdebisschop
7624 8984
7625 * plugins/Makefile.am: another try at portable symlinking 8985 * [r215] plugins/Makefile.am:
8986 another try at portable symlinking
7626 8987
76272002-11-19 19:07 kdebisschop 89882002-11-19 19:07 kdebisschop
7628 8989
7629 * plugins/Makefile.am: another try at portable symlinking 8990 * [r214] plugins/Makefile.am:
8991 another try at portable symlinking
7630 8992
76312002-11-19 19:06 kdebisschop 89932002-11-19 19:06 kdebisschop
7632 8994
7633 * plugins/check_time.c: explicitly cast recv() arg2 for SunOS5.6 8995 * [r213] plugins/check_time.c:
8996 explicitly cast recv() arg2 for SunOS5.6
7634 8997
76352002-11-19 07:13 kdebisschop 89982002-11-19 07:13 kdebisschop
7636 8999
7637 * plugins/Makefile.am: rewrite of install-exec-hook for solaris 9000 * [r212] plugins/Makefile.am:
9001 rewrite of install-exec-hook for solaris
7638 9002
76392002-11-18 21:58 sghosh 90032002-11-18 21:58 sghosh
7640 9004
7641 * contrib/: check_javaproc.pl, nagios_sendim.pl: javaproc, sendim 9005 * [r211] contrib/check_javaproc.pl, contrib/nagios_sendim.pl:
9006 javaproc, sendim
7642 9007
76432002-11-18 14:46 sghosh 90082002-11-18 14:46 sghosh
7644 9009
7645 * contrib-reporting/process_perfdata.pl: New directory to for 9010 * [r210] contrib-reporting, contrib-reporting/process_perfdata.pl:
7646 perfdata and reporting scripts 9011 New directory to for perfdata and reporting scripts
7647 9012
76482002-11-18 11:24 kdebisschop 90132002-11-18 11:24 kdebisschop
7649 9014
7650 * plugins/check_swap.c: test total swap instead of individual disks 9015 * [r209] plugins/check_swap.c:
9016 test total swap instead of individual disks
7651 9017
76522002-11-18 07:23 kdebisschop 90182002-11-18 07:23 kdebisschop
7653 9019
7654 * plugins/check_disk.c: failed to handle multple disks 9020 * [r208] plugins/check_disk.c:
9021 failed to handle multple disks
7655 9022
76562002-11-18 07:22 kdebisschop 90232002-11-18 07:22 kdebisschop
7657 9024
7658 * plugins/utils.c: more readable max_state() code 9025 * [r207] plugins/utils.c:
9026 more readable max_state() code
7659 9027
76602002-11-16 12:57 kdebisschop 90282002-11-16 12:57 kdebisschop
7661 9029
7662 * plugins/Makefile.am: fix too many sources problem for programs 9030 * [r206] plugins/Makefile.am:
7663 tha are symlinks to check_tcp 9031 fix too many sources problem for programs tha are symlinks to
9032 check_tcp
7664 9033
76652002-11-16 04:59 kdebisschop 90342002-11-16 04:59 kdebisschop
7666 9035
7667 * plugins/check_snmp.c: my take on Subhendu's patches, plus a few 9036 * [r205] plugins/check_snmp.c:
7668 comments for clarity 9037 my take on Subhendu's patches, plus a few comments for clarity
7669 9038
76702002-11-15 17:47 sghosh 90392002-11-15 17:47 sghosh
7671 9040
7672 * plugins/check_snmp.c: memory bounds in options, no output 9041 * [r204] plugins/check_snmp.c:
7673 comparison case 9042 memory bounds in options, no output comparison case
7674 9043
76752002-11-15 04:51 kdebisschop 90442002-11-15 04:51 kdebisschop
7676 9045
7677 * nagios-plugins.spec.in: make spec work again, now that release is 9046 * [r203] nagios-plugins.spec.in:
7678 in source name again 9047 make spec work again, now that release is in source name again
7679 9048
76802002-11-15 00:51 kdebisschop 90492002-11-15 00:51 kdebisschop
7681 9050
7682 * configure.in: release numbering fix 9051 * [r202] configure.in:
9052 release numbering fix
7683 9053
76842002-11-15 00:50 kdebisschop 90542002-11-15 00:50 kdebisschop
7685 9055
7686 * plugins/check_snmp.c: fix label handling, replace accidentally 9056 * [r201] plugins/check_snmp.c:
7687 deleted elseif l.310 9057 fix label handling, replace accidentally deleted elseif l.310
7688 9058
76892002-11-14 18:25 kdebisschop 90592002-11-14 18:25 kdebisschop
7690 9060
7691 * Makefile.am, acconfig.h, configure.in, nagios-plugins.spec.in, 9061 * [r200] Makefile.am, acconfig.h, configure.in,
7692 plugins/utils.c: fix bug with gettimeofday test, improve 9062 nagios-plugins.spec.in, plugins/utils.c:
7693 version/release handling, update rpm spec 9063 fix bug with gettimeofday test, improve version/release handling,
9064 update rpm spec
7694 9065
76952002-11-14 18:23 kdebisschop 90662002-11-14 18:23 kdebisschop
7696 9067
7697 * plugins/Makefile.am: fix typo in snprintf build 9068 * [r199] plugins/Makefile.am:
9069 fix typo in snprintf build
7698 9070
76992002-11-14 05:36 kdebisschop 90712002-11-14 05:36 kdebisschop
7700 9072
7701 * plugins/Makefile.am: can't drop these sources -- neded for dist 9073 * [r198] plugins/Makefile.am:
9074 can't drop these sources -- neded for dist
7702 9075
77032002-11-14 05:27 kdebisschop 90762002-11-14 05:27 kdebisschop
7704 9077
7705 * plugins/Makefile.am: fix build rule for snprintf 9078 * [r197] plugins/Makefile.am:
9079 fix build rule for snprintf
7706 9080
77072002-11-14 05:25 kdebisschop 90812002-11-14 05:25 kdebisschop
7708 9082
7709 * plugins/check_http.c: pagesize count off by one 9083 * [r196] plugins/check_http.c:
9084 pagesize count off by one
7710 9085
77112002-11-14 04:45 kdebisschop 90862002-11-14 04:45 kdebisschop
7712 9087
7713 * plugins/check_http.c: clean up NULL from status on Solaris 9088 * [r195] plugins/check_http.c:
9089 clean up NULL from status on Solaris
7714 9090
77152002-11-14 04:00 kdebisschop 90912002-11-14 04:00 kdebisschop
7716 9092
7717 * configure.in: typo in AC_DEFINE of PS_FORMAT for solaris 9093 * [r194] configure.in:
9094 typo in AC_DEFINE of PS_FORMAT for solaris
7718 9095
77192002-11-14 03:37 kdebisschop 90962002-11-14 03:37 kdebisschop
7720 9097
7721 * plugins/Makefile.am: remove check_nt again 9098 * [r193] plugins/Makefile.am:
9099 remove check_nt again
7722 9100
77232002-11-14 03:09 kdebisschop 91012002-11-14 03:09 kdebisschop
7724 9102
7725 * plugins/Makefile.am: back out last change -- it was only work in 9103 * [r192] plugins/Makefile.am:
7726 progress 9104 back out last change -- it was only work in progress
7727 9105
77282002-11-14 02:26 kdebisschop 91062002-11-14 02:26 kdebisschop
7729 9107
7730 * plugins/: Makefile.am, check_dns.c, check_ldap.c, check_mrtg.c, 9108 * [r191] plugins/Makefile.am, plugins/check_dns.c,
7731 check_mrtgtraf.c, check_nwstat.c, check_radius.c, utils.c, 9109 plugins/check_ldap.c, plugins/check_mrtg.c,
7732 version.h.in: remove call_getopt and ssprintf 9110 plugins/check_mrtgtraf.c, plugins/check_nwstat.c,
9111 plugins/check_radius.c, plugins/utils.c, plugins/version.h.in:
9112 remove call_getopt and ssprintf
7733 9113
77342002-11-13 11:50 kdebisschop 91142002-11-13 11:50 kdebisschop
7735 9115
7736 * plugins/: check_disk.c, check_dns.c, check_fping.c, check_hpjd.c, 9116 * [r190] plugins/check_disk.c, plugins/check_dns.c,
7737 check_mrtg.c, check_nwstat.c, check_ping.c, check_vsz.c, 9117 plugins/check_fping.c, plugins/check_hpjd.c,
7738 urlize.c, utils.c: remove call_getopt and asprintf 9118 plugins/check_mrtg.c, plugins/check_nwstat.c,
9119 plugins/check_ping.c, plugins/check_vsz.c, plugins/urlize.c,
9120 plugins/utils.c:
9121 remove call_getopt and asprintf
7739 9122
77402002-11-12 11:28 kdebisschop 91232002-11-12 11:28 kdebisschop
7741 9124
7742 * plugins/check_dig.c: cleanup asprintf, old function decls 9125 * [r189] plugins/check_dig.c:
9126 cleanup asprintf, old function decls
7743 9127
77442002-11-12 11:26 kdebisschop 91282002-11-12 11:26 kdebisschop
7745 9129
7746 * plugins/: check_mysql.c, check_real.c, check_ups.c: remove 9130 * [r188] plugins/check_mysql.c, plugins/check_real.c,
7747 call_getopt 9131 plugins/check_ups.c:
9132 remove call_getopt
7748 9133
77492002-11-11 22:15 sghosh 91342002-11-11 22:15 sghosh
7750 9135
7751 * plugins/check_snmp.c: should use asprintf 9136 * [r187] plugins/check_snmp.c:
9137 should use asprintf
7752 9138
77532002-11-11 20:19 sghosh 91392002-11-11 20:19 sghosh
7754 9140
7755 * plugins/check_snmp.c: more snmpv3 patches 9141 * [r186] plugins/check_snmp.c:
9142 more snmpv3 patches
7756 9143
77572002-11-11 19:29 sghosh 91442002-11-11 19:29 sghosh
7758 9145
7759 * plugins/check_snmp.c: long opt for miblist, snmpv3 support 9146 * [r185] plugins/check_snmp.c:
7760 (rosenauer) 9147 long opt for miblist, snmpv3 support (rosenauer)
7761 9148
77622002-11-11 16:04 sghosh 91492002-11-11 16:04 sghosh
7763 9150
7764 * plugins/check_snmp.c: option to specify a miblist - llow 9151 * [r184] plugins/check_snmp.c:
9152 option to specify a miblist - llow
7765 9153
77662002-11-11 15:43 sghosh 91542002-11-11 15:43 sghosh
7767 9155
7768 * plugins/check_snmp.c: misc doc fix, missing verbose option 9156 * [r183] plugins/check_snmp.c:
9157 misc doc fix, missing verbose option
7769 9158
77702002-11-09 11:37 kdebisschop 91592002-11-09 11:37 kdebisschop
7771 9160
7772 * plugins/: check_ups.c, check_users.c: remove call_getopt 9161 * [r182] plugins/check_ups.c, plugins/check_users.c:
9162 remove call_getopt
7773 9163
77742002-11-09 04:22 kdebisschop 91642002-11-09 04:22 kdebisschop
7775 9165
7776 * plugins/: check_by_ssh.c, check_dig.c, check_ping.c, 9166 * [r181] plugins/check_by_ssh.c, plugins/check_dig.c,
7777 check_time.c: remove call_getopt 9167 plugins/check_ping.c, plugins/check_time.c:
9168 remove call_getopt
7778 9169
77792002-11-09 04:21 kdebisschop 91702002-11-09 04:21 kdebisschop
7780 9171
7781 * plugins/check_snmp.c: cleaner handling of DEFAULT_PORT 9172 * [r180] plugins/check_snmp.c:
9173 cleaner handling of DEFAULT_PORT
7782 9174
77832002-11-09 03:43 kdebisschop 91752002-11-09 03:43 kdebisschop
7784 9176
7785 * configure.in: add HPUX swap, try to cleanup getopt processing 9177 * [r179] configure.in:
9178 add HPUX swap, try to cleanup getopt processing
7786 9179
77872002-11-09 03:39 kdebisschop 91802002-11-09 03:39 kdebisschop
7788 9181
7789 * plugins/: check_pgsql.c, check_ping.c, check_snmp.c, negate.c, 9182 * [r178] plugins/check_pgsql.c, plugins/check_ping.c,
7790 utils.h.in: define and use usage3 where second part of message is 9183 plugins/check_snmp.c, plugins/negate.c, plugins/utils.h.in:
7791 a an int/char 9184 define and use usage3 where second part of message is a an
9185 int/char
7792 9186
77932002-11-09 03:16 kdebisschop 91872002-11-09 03:16 kdebisschop
7794 9188
7795 * plugins/snprintf.c: HAVE_C99_SNPRINTF is not tested, so remove 9189 * [r177] plugins/snprintf.c:
7796 from ifdef 9190 HAVE_C99_SNPRINTF is not tested, so remove from ifdef
7797 9191
77982002-11-08 08:07 kdebisschop 91922002-11-08 08:07 kdebisschop
7799 9193
7800 * plugins/check_snmp.c: user reports NULL still getting into 9194 * [r176] plugins/check_snmp.c:
7801 asprintf 9195 user reports NULL still getting into asprintf
7802 9196
78032002-11-08 08:06 kdebisschop 91972002-11-08 08:06 kdebisschop
7804 9198
7805 * plugins/check_vsz.c: remove call_getopt 9199 * [r175] plugins/check_vsz.c:
9200 remove call_getopt
7806 9201
78072002-11-08 07:20 kdebisschop 92022002-11-08 07:20 kdebisschop
7808 9203
7809 * acconfig.h, configure.in, plugins/common.h.in, plugins/utils.c, 9204 * [r174] acconfig.h, configure.in, plugins/common.h.in,
7810 plugins/utils.h.in: patches required to build on solaris with 9205 plugins/utils.c, plugins/utils.h.in:
7811 asprintf and gettimeofday 9206 patches required to build on solaris with asprintf and
9207 gettimeofday
7812 9208
78132002-11-08 07:18 kdebisschop 92092002-11-08 07:18 kdebisschop
7814 9210
7815 * plugins/: check_http.c, check_load.c, check_ping.c, 9211 * [r173] plugins/check_http.c, plugins/check_load.c,
7816 check_procs.c, check_smtp.c, check_tcp.c: remove unused variables 9212 plugins/check_ping.c, plugins/check_procs.c,
9213 plugins/check_smtp.c, plugins/check_tcp.c:
9214 remove unused variables
7817 9215
78182002-11-08 07:17 kdebisschop 92162002-11-08 07:17 kdebisschop
7819 9217
7820 * tools/oneliners: some useful onliners 9218 * [r172] tools/oneliners:
9219 some useful onliners
7821 9220
78222002-11-07 14:30 kdebisschop 92212002-11-07 14:30 kdebisschop
7823 9222
7824 * plugins/check_snmp.c: bugfixes to command format and (null) text 9223 * [r171] plugins/check_snmp.c:
7825 created by asprintf switch 9224 bugfixes to command format and (null) text created by asprintf
9225 switch
7826 9226
78272002-11-07 07:07 kdebisschop 92272002-11-07 07:07 kdebisschop
7828 9228
7829 * plugins/check_by_ssh.c: remove call_getopt, add [] arougn time 9229 * [r170] plugins/check_by_ssh.c:
9230 remove call_getopt, add [] arougn time
7830 9231
78312002-11-07 07:06 kdebisschop 92322002-11-07 07:06 kdebisschop
7832 9233
7833 * configure.in: test snprintf function family for ifdefs in 9234 * [r169] configure.in:
7834 snprintf.c 9235 test snprintf function family for ifdefs in snprintf.c
7835 9236
78362002-10-30 18:47 kdebisschop 92372002-10-30 18:47 kdebisschop
7837 9238
7838 * plugins/check_tcp.c: replace fixed-lentgh buffer with asprintf 9239 * [r168] plugins/check_tcp.c:
9240 replace fixed-lentgh buffer with asprintf
7839 9241
78402002-10-30 18:46 kdebisschop 92422002-10-30 18:46 kdebisschop
7841 9243
7842 * plugins/check_udp.c: forgot to remove call_getopt 9244 * [r167] plugins/check_udp.c:
9245 forgot to remove call_getopt
7843 9246
78442002-10-30 18:44 kdebisschop 92472002-10-30 18:45 kdebisschop
7845 9248
7846 * plugins/: check_ssh.c, check_swap.c: forgot to remove call_getopt 9249 * [r166] plugins/check_ssh.c, plugins/check_swap.c:
7847 declaration 9250 forgot to remove call_getopt declaration
7848 9251
78492002-10-30 18:29 kdebisschop 92522002-10-30 18:29 kdebisschop
7850 9253
7851 * plugins/check_smtp.c: remove call_getopt, fix several buffer 9254 * [r165] plugins/check_smtp.c:
7852 overruns possible due to use of fixed size buffers 9255 remove call_getopt, fix several buffer overruns possible due to
9256 use of fixed size buffers
7853 9257
78542002-10-30 18:22 kdebisschop 92582002-10-30 18:22 kdebisschop
7855 9259
7856 * tools/setup: debian builds not actively maintained, so suppress 9260 * [r164] tools/setup:
7857 error in setup script 9261 debian builds not actively maintained, so suppress error in setup
9262 script
7858 9263
78592002-10-30 05:07 sghosh 92642002-10-30 05:07 sghosh
7860 9265
7861 * acconfig.h, configure.in, plugins-scripts/Makefile.am, 9266 * [r163] acconfig.h, configure.in, plugins-scripts/Makefile.am,
7862 plugins-scripts/check_mailq.pl, plugins-scripts/utils.pm.in: 9267 plugins-scripts/check_mailq.pl, plugins-scripts/utils.pm.in:
7863 monitor mailq 9268 monitor mailq
7864 9269
78652002-10-28 13:05 kdebisschop 92702002-10-28 13:05 kdebisschop
7866 9271
7867 * plugins-scripts/: check_breeze.pl, check_disk_smb.pl, 9272 * [r162] plugins-scripts/check_breeze.pl,
7868 check_flexlm.pl, check_log.sh, check_ntp.pl, check_rpc.pl, 9273 plugins-scripts/check_disk_smb.pl,
7869 check_sensors.sh, check_wave.pl: remove pspace in shebang since 9274 plugins-scripts/check_flexlm.pl, plugins-scripts/check_log.sh,
7870 no sequent users replied 9275 plugins-scripts/check_ntp.pl, plugins-scripts/check_rpc.pl,
9276 plugins-scripts/check_sensors.sh, plugins-scripts/check_wave.pl:
9277 remove pspace in shebang since no sequent users replied
7871 9278
78722002-10-26 14:30 kdebisschop 92792002-10-26 13:30 kdebisschop
7873 9280
7874 * nagios-plugins.spec.in: release should not be in tarball name 9281 * [r161] nagios-plugins.spec.in:
9282 release should not be in tarball name
7875 9283
78762002-10-25 14:58 kdebisschop 92842002-10-25 13:58 kdebisschop
7877 9285
7878 * nagios-plugins.spec.in: tweak source macro 9286 * [r160] nagios-plugins.spec.in:
9287 tweak source macro
7879 9288
78802002-10-25 13:35 kdebisschop 92892002-10-25 12:35 kdebisschop
7881 9290
7882 * plugins/Makefile.am: remove check_nt 9291 * [r159] plugins/Makefile.am:
9292 remove check_nt
7883 9293
78842002-10-25 03:31 kdebisschop 92942002-10-25 02:31 kdebisschop
7885 9295
7886 * Makefile.am, plugins/Makefile.am: include getloadavg sources, add 9296 * [r158] Makefile.am, plugins/Makefile.am:
7887 some Solaris pkg build support 9297 include getloadavg sources, add some Solaris pkg build support
7888 9298
78892002-10-22 10:13 kdebisschop 92992002-10-22 09:13 kdebisschop
7890 9300
7891 * plugins/check_ssh.c: remove call_getopt, replace ssprintf with 9301 * [r157] plugins/check_ssh.c:
7892 asprintf,better server version reporting 9302 remove call_getopt, replace ssprintf with asprintf,better server
9303 version reporting
7893 9304
78942002-10-22 09:54 kdebisschop 93052002-10-22 08:54 kdebisschop
7895 9306
7896 * plugins/check_tcp.c: add check_spop 9307 * [r156] plugins/check_tcp.c:
9308 add check_spop
7897 9309
78982002-10-22 09:19 kdebisschop 93102002-10-22 08:19 kdebisschop
7899 9311
7900 * plugins/check_procs.c: remove call_getopt, replace ssprintf with 9312 * [r155] plugins/check_procs.c:
7901 asprintf 9313 remove call_getopt, replace ssprintf with asprintf
7902 9314
79032002-10-22 03:57 sghosh 93152002-10-22 02:57 sghosh
7904 9316
7905 * contrib/check_procr.sh: From: Jerome Tytgat - checks to see if 9317 * [r154] contrib/check_procr.sh:
7906 named process is running 9318 From: Jerome Tytgat - checks to see if named process is running
7907 9319
79082002-10-22 02:31 sghosh 93202002-10-22 01:31 sghosh
7909 9321
7910 * README, plugins/check_nt.c: check_nt is downloadable from 9322 * [r153] README, plugins/check_nt.c:
7911 nsclient.ready2run.nl 9323 check_nt is downloadable from nsclient.ready2run.nl
7912 9324
79132002-10-21 06:04 kdebisschop 93252002-10-21 05:04 kdebisschop
7914 9326
7915 * plugins/check_swap.c: use asprintf instead of ssprintf 9327 * [r152] plugins/check_swap.c:
9328 use asprintf instead of ssprintf
7916 9329
79172002-10-21 05:36 kdebisschop 93302002-10-21 04:36 kdebisschop
7918 9331
7919 * plugins/Makefile.am: need to define SOURCES for check_tcp to also 9332 * [r151] plugins/Makefile.am:
7920 build as check_ftp,check_imap,check_nntp,check_pop 9333 need to define SOURCES for check_tcp to also build as
9334 check_ftp,check_imap,check_nntp,check_pop
7921 9335
79222002-10-21 05:05 kdebisschop 93362002-10-21 04:05 kdebisschop
7923 9337
7924 * plugins/utils.c: use asprintf to do strscpy 9338 * [r150] plugins/utils.c:
9339 use asprintf to do strscpy
7925 9340
79262002-10-21 05:04 kdebisschop 93412002-10-21 04:04 kdebisschop
7927 9342
7928 * plugins/Makefile.am: roll check_ftp, check_imap, check_pop, and 9343 * [r149] plugins/Makefile.am:
7929 check_nntp into check_tcp 9344 roll check_ftp, check_imap, check_pop, and check_nntp into
9345 check_tcp
7930 9346
79312002-10-21 05:03 kdebisschop 93472002-10-21 04:03 kdebisschop
7932 9348
7933 * plugins/: check_ftp.c, check_imap.c, check_nntp.c, check_pop.c: 9349 * [r148] plugins/check_ftp.c, plugins/check_imap.c,
9350 plugins/check_nntp.c, plugins/check_pop.c:
7934 these are all combined into check_tcp now 9351 these are all combined into check_tcp now
7935 9352
79362002-10-21 04:55 kdebisschop 93532002-10-21 03:55 kdebisschop
7937 9354
7938 * plugins/check_load.c: remove broken call_getopt 9355 * [r147] plugins/check_load.c:
9356 remove broken call_getopt
7939 9357
79402002-10-21 04:43 kdebisschop 93582002-10-21 03:43 kdebisschop
7941 9359
7942 * plugins/check_snmp.c: cleanup process_arguments, print_help, and 9360 * [r146] plugins/check_snmp.c:
7943 print_usage 9361 cleanup process_arguments, print_help, and print_usage
7944 9362
79452002-10-21 04:40 kdebisschop 93632002-10-21 03:40 kdebisschop
7946 9364
7947 * plugins/check_pgsql.c: now we provide long opts if they do not 9365 * [r145] plugins/check_pgsql.c:
7948 exist 9366 now we provide long opts if they do not exist
7949 9367
79502002-10-20 21:22 kdebisschop 93682002-10-20 20:22 kdebisschop
7951 9369
7952 * plugins/check_snmp.c: fixed scanning for multiple OIDs, which was 9370 * [r144] plugins/check_snmp.c:
7953 not working 9371 fixed scanning for multiple OIDs, which was not working
7954 9372
79552002-10-20 19:49 kdebisschop 93732002-10-20 18:49 kdebisschop
7956 9374
7957 * plugins/check_snmp.c: change ssprintf to asprintf back out change 9375 * [r143] plugins/check_snmp.c:
7958 at line 225 in r1.4 (values were mismatched to format string, 9376 change ssprintf to asprintf
7959 so output was nonsense) (I left a comment showing a construct 9377 back out change at line 225 in r1.4
7960 that should work, but it fails for PHBs: if my disk gets 9378 (values were mismatched to format string, so output was nonsense)
7961 nearly full, they want 'CRITICAL - 99%' not 'CRITICAL - Gauge32: 9379 (I left a comment showing a construct that should work, but it
7962 99') (If someine has a rationale for the change, maybe it could 9380 fails for PHBs:
7963 be done as an option? - it seems fairly clear that the Web 9381 if my disk gets nearly full, they want 'CRITICAL - 99%' not
7964 display should be sensible to PHBs so long as there's no real 9382 'CRITICAL - Gauge32: 99')
7965 loss) 9383 (If someine has a rationale for the change, maybe it could be
9384 done as an option? - it seems
9385 fairly clear that the Web display should be sensible to PHBs so
9386 long as there's no real loss)
7966 9387
79672002-10-18 07:41 kdebisschop 93882002-10-18 06:41 kdebisschop
7968 9389
7969 * plugins/check_swap.c: remove old call_getopt 9390 * [r142] plugins/check_swap.c:
9391 remove old call_getopt
7970 9392
79712002-10-18 06:55 kdebisschop 93932002-10-18 05:55 kdebisschop
7972 9394
7973 * plugins/check_load.c: remove old call_getopt code, fix bug taking 9395 * [r141] plugins/check_load.c:
7974 single float, allow colon as separators in additin to commas 9396 remove old call_getopt code, fix bug taking single float, allow
9397 colon as separators in additin to commas
7975 9398
79762002-10-18 05:41 kdebisschop 93992002-10-18 04:41 kdebisschop
7977 9400
7978 * plugins/utils.c: handle null src in strscat 9401 * [r140] plugins/utils.c:
9402 handle null src in strscat
7979 9403
79802002-10-18 04:48 kdebisschop 94042002-10-18 03:48 kdebisschop
7981 9405
7982 * plugins/check_tcp.c: millisecond timing 9406 * [r139] plugins/check_tcp.c:
9407 millisecond timing
7983 9408
79842002-10-18 04:46 kdebisschop 94092002-10-18 03:46 kdebisschop
7985 9410
7986 * plugins/utils.h.in: refine STD_LONG_OPTS 9411 * [r138] plugins/utils.h.in:
9412 refine STD_LONG_OPTS
7987 9413
79882002-10-18 04:46 kdebisschop 94142002-10-18 03:46 kdebisschop
7989 9415
7990 * plugins/check_http.c: provide on more decimal point printing time 9416 * [r137] plugins/check_http.c:
9417 provide on more decimal point printing time
7991 9418
79922002-10-18 04:45 kdebisschop 94192002-10-18 03:45 kdebisschop
7993 9420
7994 * plugins/check_ping.c: remove broken call_getopt stuff 9421 * [r136] plugins/check_ping.c:
9422 remove broken call_getopt stuff
7995 9423
79962002-10-17 07:09 kdebisschop 94242002-10-17 06:09 kdebisschop
7997 9425
7998 * plugins/check_tcp.c: using asprintf 9426 * [r135] plugins/check_tcp.c:
9427 using asprintf
7999 9428
80002002-10-17 07:06 kdebisschop 94292002-10-17 06:06 kdebisschop
8001 9430
8002 * INSTALL, INSTALLING, tools/setup: revise now that aclocal is 9431 * [r134] INSTALL, INSTALLING, tools/setup:
8003 remved from CVS 9432 revise now that aclocal is remved from CVS
8004 9433
80052002-10-16 23:26 kdebisschop 94342002-10-16 22:26 kdebisschop
8006 9435
8007 * configure.in: need some quoting on ifdef 9436 * [r133] configure.in:
9437 need some quoting on ifdef
8008 9438
80092002-10-16 23:17 kdebisschop 94392002-10-16 22:17 kdebisschop
8010 9440
8011 * acinclude.m4, configure.in: finally a working fix for 9441 * [r132] acinclude.m4, configure.in:
8012 AM/AC_FUNC_STRTOD nightmare 9442 finally a working fix for AM/AC_FUNC_STRTOD nightmare
8013 9443
80142002-10-16 23:01 kdebisschop 94442002-10-16 22:03 kdebisschop
8015 9445
8016 * configure.in: mismatched quote 9446 * [r131] configure.in:
9447 mismatched quote
8017 9448
80182002-10-16 22:54 kdebisschop 94492002-10-16 22:01 kdebisschop
8019 9450
8020 * configure.in: missing commas 9451 * [r130] configure.in:
9452 mismatched quote
8021 9453
80222002-10-16 22:46 kdebisschop 94542002-10-16 21:54 kdebisschop
8023 9455
8024 * configure.in: complains on paren in comment 9456 * [r129] configure.in:
9457 missing commas
8025 9458
80262002-10-16 22:43 kdebisschop 94592002-10-16 21:46 kdebisschop
8027 9460
8028 * acinclude.m4: lost a paren 9461 * [r128] configure.in:
9462 complains on paren in comment
8029 9463
80302002-10-16 22:41 kdebisschop 94642002-10-16 21:43 kdebisschop
8031 9465
8032 * acinclude.m4: old auto???? has AM_FUNC_STRTOD, now renamed 9466 * [r127] acinclude.m4:
8033 AC_FUNC_STRTOD 9467 lost a paren
8034 9468
80352002-10-16 22:32 kdebisschop 94692002-10-16 21:41 kdebisschop
8036 9470
8037 * plugins/: check_http.c, utils.c, utils.h.in: millisecond timimg 9471 * [r126] acinclude.m4:
8038 where supported 9472 old auto???? has AM_FUNC_STRTOD, now renamed AC_FUNC_STRTOD
8039 9473
80402002-10-16 22:31 kdebisschop 94742002-10-16 21:32 kdebisschop
8041 9475
8042 * configure.in, missing: build cleanly on RedHat 8.0 9476 * [r125] plugins/check_http.c, plugins/utils.c, plugins/utils.h.in:
9477 millisecond timimg where supported
8043 9478
80442002-10-16 11:46 kdebisschop 94792002-10-16 21:31 kdebisschop
8045 9480
8046 * .cvsignore: ignore aclocal.m4 9481 * [r124] configure.in, missing:
9482 build cleanly on RedHat 8.0
8047 9483
80482002-10-16 11:34 kdebisschop 94842002-10-16 10:46 kdebisschop
8049 9485
8050 * configure.in: AM_STRTOD was a typo 9486 * [r123] ., .cvsignore:
9487 ignore aclocal.m4
8051 9488
80522002-10-16 11:31 kdebisschop 94892002-10-16 10:34 kdebisschop
8053 9490
8054 * aclocal.m4: automake invokes acloacl on each run - it cannot be 9491 * [r122] configure.in:
8055 right to include this 9492 AM_STRTOD was a typo
8056 9493
80572002-10-16 11:18 kdebisschop 94942002-10-16 10:31 kdebisschop
8058 9495
8059 * acconfig.h: better checks for vsnprintf stuff 9496 * [r121] aclocal.m4:
9497 automake invokes acloacl on each run - it cannot be right to
9498 include this
8060 9499
80612002-10-16 11:14 kdebisschop 95002002-10-16 10:18 kdebisschop
8062 9501
8063 * plugins/check_http.c, configure.in: use asprintf 9502 * [r120] acconfig.h:
9503 better checks for vsnprintf stuff
8064 9504
80652002-10-16 11:14 kdebisschop 95052002-10-16 10:16 kdebisschop
8066 9506
8067 * plugins/utils.c: use asprintf to construct strscat 9507 * [r119] configure.in, plugins/check_http.c:
9508 use asprintf
8068 9509
80692002-10-16 05:57 kdebisschop 95102002-10-16 10:14 kdebisschop
8070 9511
8071 * plugins/popen.h.in: timeout interval is extern 9512 * [r118] plugins/utils.c:
9513 use asprintf to construct strscat
8072 9514
80732002-10-16 05:56 kdebisschop 95152002-10-16 04:57 kdebisschop
8074 9516
8075 * plugins/: utils.h.in, utils.c: start support for gettimeofday and 9517 * [r117] plugins/popen.h.in:
8076 tv_usec 9518 timeout interval is extern
8077 9519
80782002-10-16 05:54 kdebisschop 95202002-10-16 04:56 kdebisschop
8079 9521
8080 * aclocal.m4: generated with automake 1.6 / autoconf 2.53 (maybe 9522 * [r116] plugins/utils.c, plugins/utils.h.in:
8081 should not be in CVS, however) 9523 start support for gettimeofday and tv_usec
8082 9524
80832002-10-16 05:52 kdebisschop 95252002-10-16 04:54 kdebisschop
8084 9526
8085 * plugins/snprintf.c: newer snprintf from samba.org 9527 * [r115] aclocal.m4:
9528 generated with automake 1.6 / autoconf 2.53 (maybe should not be
9529 in CVS, however)
8086 9530
80872002-10-16 05:43 kdebisschop 95312002-10-16 04:52 kdebisschop
8088 9532
8089 * Makefile.am: cosmetic line wrap before 80 chars 9533 * [r114] plugins/snprintf.c:
9534 newer snprintf from samba.org
8090 9535
80912002-10-16 05:42 kdebisschop 95362002-10-16 04:44 kdebisschop
8092 9537
8093 * depcomp, .cvsignore: needed for automake 1.6 / autoconf 2.53 9538 * [r113] ., .cvsignore, depcomp:
9539 needed for automake 1.6 / autoconf 2.53
8094 9540
80952002-10-16 05:41 kdebisschop 95412002-10-16 04:43 kdebisschop
8096 9542
8097 * configure.in: work with newer automake, begin swithc to asprintf 9543 * [r112] Makefile.am:
9544 cosmetic line wrap before 80 chars
8098 9545
80992002-10-15 07:23 sghosh 95462002-10-16 04:41 kdebisschop
8100 9547
8101 * plugins-scripts/check_ifoperstatus.pl: new exit states, more 9548 * [r111] configure.in:
8102 conditional checking 9549 work with newer automake, begin swithc to asprintf
8103 9550
81042002-10-07 20:05 sghosh 95512002-10-15 06:23 sghosh
8105 9552
8106 * plugins/check_dns.c: patch for expected IP address 9553 * [r110] plugins-scripts/check_ifoperstatus.pl:
9554 new exit states, more conditional checking
8107 9555
81082002-10-07 02:34 kdebisschop 95562002-10-07 19:05 sghosh
8109 9557
8110 * plugins/popen.c: make sure we do not run past the end of an 9558 * [r109] plugins/check_dns.c:
8111 unterminated string 9559 patch for expected IP address
8112 9560
81132002-10-07 02:19 kdebisschop 95612002-10-07 01:34 kdebisschop
8114 9562
8115 * plugins/negate.c: use asprintf, inhibit splint warning 9563 * [r108] plugins/popen.c:
9564 make sure we do not run past the end of an unterminated string
8116 9565
81172002-10-05 12:08 kdebisschop 95662002-10-07 01:19 kdebisschop
8118 9567
8119 * getloadavg.m4, plugins/getloadavg.c: lets use library instead od 9568 * [r107] plugins/negate.c:
8120 inconsistent command line interfaces 9569 use asprintf, inhibit splint warning
8121 9570
81222002-09-26 03:17 kdebisschop 95712002-10-05 11:08 kdebisschop
8123 9572
8124 * plugins/urlize.c: use ssprintf instead of sprintf 9573 * [r106] getloadavg.m4, plugins/getloadavg.c:
9574 lets use library instead od inconsistent command line interfaces
8125 9575
81262002-09-25 09:01 kdebisschop 95762002-09-26 02:17 kdebisschop
8127 9577
8128 * plugins/check_http.c: incorporate comment on my_recv from Russell 9578 * [r105] plugins/urlize.c:
8129 Scibetti 9579 use ssprintf instead of sprintf
8130 9580
81312002-09-25 08:58 kdebisschop 95812002-09-25 08:01 kdebisschop
8132 9582
8133 * plugins/check_http.c: incorporate comments from Russell Scibetti 9583 * [r104] plugins/check_http.c:
9584 incorporate comment on my_recv from Russell Scibetti
8134 9585
81352002-09-24 06:16 kdebisschop 95862002-09-25 07:58 kdebisschop
8136 9587
8137 * plugins/check_http.c: replace remaining occurences of sprintf 9588 * [r103] plugins/check_http.c:
8138 with snprintf 9589 incorporate comments from Russell Scibetti
8139 9590
81402002-09-16 01:47 kdebisschop 95912002-09-24 05:16 kdebisschop
8141 9592
8142 * INSTALL: needed for latest autoconf 9593 * [r102] plugins/check_http.c:
9594 replace remaining occurences of sprintf with snprintf
8143 9595
81442002-09-16 01:47 kdebisschop 95962002-09-16 00:47 kdebisschop
8145 9597
8146 * Makefile.am, aclocal.m4, configure.in, nagios-plugins.spec.in: 9598 * [r101] INSTALL:
8147 finish ckleanup of rpm spec porcessing 9599 needed for latest autoconf
8148 9600
81492002-09-14 22:11 kdebisschop 96012002-09-16 00:47 kdebisschop
8150 9602
8151 * nagios-plugins.spec, nagios-plugins.spec.in: complete spec based 9603 * [r100] Makefile.am, aclocal.m4, configure.in,
8152 on confugure.in 9604 nagios-plugins.spec.in:
9605 finish ckleanup of rpm spec porcessing
8153 9606
81542002-09-14 22:06 kdebisschop 96072002-09-14 21:11 kdebisschop
8155 9608
8156 * make-tarball, rpm: automake makes the dist tarball, rpmbuild -ta 9609 * [r99] nagios-plugins.spec, nagios-plugins.spec.in:
8157 makes the rpm 9610 complete spec based on confugure.in
8158 9611
81592002-09-14 03:27 kdebisschop 96122002-09-14 21:06 kdebisschop
8160 9613
8161 * plugins/check_tcp.c: time data in performance string 9614 * [r98] make-tarball, rpm:
9615 automake makes the dist tarball, rpmbuild -ta makes the rpm
8162 9616
81632002-09-14 03:23 kdebisschop 96172002-09-14 02:27 kdebisschop
8164 9618
8165 * plugins/check_http.c: time data in performance string 9619 * [r97] plugins/check_http.c, plugins/check_tcp.c:
9620 time data in performance string
8166 9621
81672002-09-14 03:13 kdebisschop 96222002-09-14 02:13 kdebisschop
8168 9623
8169 * plugins-scripts/check_log.sh: patch from Matthew Peters 9624 * [r96] plugins-scripts/check_log.sh:
8170 <mattp@esec.com.au>, plus turned up a few bugs on my own 9625 patch from Matthew Peters <mattp@esec.com.au>, plus turned up a
9626 few bugs on my own
8171 9627
81722002-09-12 03:43 kdebisschop 96282002-09-12 02:43 kdebisschop
8173 9629
8174 * plugins/Makefile.am: negate wrapper 9630 * [r95] plugins/Makefile.am:
9631 negate wrapper
8175 9632
81762002-09-08 13:05 kdebisschop 96332002-09-08 12:05 kdebisschop
8177 9634
8178 * plugins/negate.c: wrapper to invert return status 9635 * [r94] plugins/negate.c:
9636 wrapper to invert return status
8179 9637
81802002-09-08 13:05 kdebisschop 96382002-09-08 12:05 kdebisschop
8181 9639
8182 * plugins/utils.c: clears up warnings in splint 9640 * [r93] plugins/utils.c:
9641 clears up warnings in splint
8183 9642
81842002-09-06 03:25 kdebisschop 96432002-09-06 02:25 kdebisschop
8185 9644
8186 * plugins-scripts/check_rpc.pl: case on key to ERRORS hash 9645 * [r92] plugins-scripts/check_rpc.pl:
9646 case on key to ERRORS hash
8187 9647
81882002-09-04 07:00 sghosh 96482002-09-04 06:00 sghosh
8189 9649
8190 * configure.in: more Mysql patches 9650 * [r91] configure.in:
9651 more Mysql patches
8191 9652
81922002-09-04 03:12 sghosh 96532002-09-04 02:12 sghosh
8193 9654
8194 * plugins-scripts/check_ntp.pl: dispersion check now controlled by 9655 * [r90] plugins-scripts/check_ntp.pl:
8195 warn and crit 9656 dispersion check now controlled by warn and crit
8196 9657
81972002-09-04 03:11 sghosh 96582002-09-04 02:11 sghosh
8198 9659
8199 * configure.in: Mysql dir fix 9660 * [r89] configure.in:
9661 Mysql dir fix
8200 9662
82012002-09-04 03:10 sghosh 96632002-09-04 02:10 sghosh
8202 9664
8203 * contrib/: check_ifoperstatus.pl, check_ifstatus.pl: moved to 9665 * [r88] contrib/check_ifoperstatus.pl, contrib/check_ifstatus.pl:
8204 supported plugins-scripts 9666 moved to supported plugins-scripts
8205 9667
82062002-09-02 19:47 sghosh 96682002-09-02 18:47 sghosh
8207 9669
8208 * plugins/check_smtp.c: new -f option for adding a FROM address for 9670 * [r87] plugins/check_smtp.c:
8209 RFC correctness 9671 new -f option for adding a FROM address for RFC correctness
8210 9672
82112002-09-01 17:22 sghosh 96732002-09-01 16:22 sghosh
8212 9674
8213 * INSTALL, INSTALLING: file rename for MacOS X 9675 * [r86] INSTALL, INSTALLING:
9676 file rename for MacOS X
8214 9677
82152002-09-01 17:18 sghosh 96782002-09-01 16:18 sghosh
8216 9679
8217 * plugins/check_smtp.c: Valid MAIL command 9680 * [r85] plugins/check_smtp.c:
9681 Valid MAIL command
8218 9682
82192002-08-22 23:08 sghosh 96832002-08-22 22:08 sghosh
8220 9684
8221 * contrib/check_snmp_process_monitor.pl: updates 9685 * [r84] contrib/check_snmp_process_monitor.pl:
9686 updates
8222 9687
82232002-08-22 15:43 sghosh 96882002-08-22 14:43 sghosh
8224 9689
8225 * command.cfg.in: smsclient config 9690 * [r83] command.cfg.in:
9691 smsclient config
8226 9692
82272002-08-22 15:42 sghosh 96932002-08-22 14:42 sghosh
8228 9694
8229 * contrib/: check_snmp_disk_monitor.pl, 9695 * [r82] contrib/check_snmp_disk_monitor.pl,
8230 check_snmp_process_monitor.pl: new plugins contrib 9696 contrib/check_snmp_process_monitor.pl:
9697 new plugins contrib
8231 9698
82322002-08-18 19:03 kdebisschop 96992002-08-18 18:03 kdebisschop
8233 9700
8234 * plugins/check_by_ssh.c: typo in options passed to ssh for ipv6. 9701 * [r81] plugins/check_by_ssh.c:
9702 typo in options passed to ssh for ipv6.
8235 fix by setting a generic hook for 1-char pasthhru options 9703 fix by setting a generic hook for 1-char pasthhru options
8236 9704
82372002-08-14 20:17 sghosh 97052002-08-14 19:17 sghosh
8238 9706
8239 * plugins-scripts/check_disk_smb.pl: patch for admin shares 9707 * [r80] plugins-scripts/check_disk_smb.pl:
9708 patch for admin shares
8240 9709
82412002-08-14 20:07 sghosh 97102002-08-14 19:07 sghosh
8242 9711
8243 * command.cfg.in: qpage definitions 9712 * [r79] command.cfg.in:
9713 qpage definitions
8244 9714
82452002-08-14 20:06 sghosh 97152002-08-14 19:06 sghosh
8246 9716
8247 * plugins-scripts/check_ifstatus.pl: skip PPP interfaces 9717 * [r78] plugins-scripts/check_ifstatus.pl:
9718 skip PPP interfaces
8248 9719
82492002-08-14 20:04 sghosh 97202002-08-14 19:04 sghosh
8250 9721
8251 * plugins/check_smtp.c: added HELO command 9722 * [r77] plugins/check_smtp.c:
9723 added HELO command
8252 9724
82532002-08-14 20:04 sghosh 97252002-08-14 19:04 sghosh
8254 9726
8255 * plugins/check_by_ssh.c: ipv4/ipv6 switch added 9727 * [r76] plugins/check_by_ssh.c:
9728 ipv4/ipv6 switch added
8256 9729
82572002-08-14 20:03 sghosh 97302002-08-14 19:03 sghosh
8258 9731
8259 * plugins/check_hpjd.c: net-snmp v5x fix 9732 * [r75] plugins/check_hpjd.c:
9733 net-snmp v5x fix
8260 9734
82612002-08-14 20:02 sghosh 97352002-08-14 19:02 sghosh
8262 9736
8263 * contrib/check_apc_ups.pl: fix for ePN 9737 * [r74] contrib/check_apc_ups.pl:
9738 fix for ePN
8264 9739
82652002-08-14 20:01 sghosh 97402002-08-14 19:01 sghosh
8266 9741
8267 * contrib/: check_linux_raid.pl, check_nagios_db.pl: new plugins 9742 * [r73] contrib/check_linux_raid.pl, contrib/check_nagios_db.pl:
9743 new plugins
8268 9744
82692002-08-14 20:00 sghosh 97452002-08-14 19:00 sghosh
8270 9746
8271 * contrib/check_inodes-freebsd.pl: check inodes - freebsd - 9747 * [r72] contrib/check_inodes-freebsd.pl:
8272 candidate for merge with check_inodes 9748 check inodes - freebsd - candidate for merge with check_inodes
8273 9749
82742002-08-14 16:29 sghosh 97502002-08-14 15:29 sghosh
8275 9751
8276 * contrib/check_smb.sh: new smb check - users 9752 * [r71] contrib/check_smb.sh:
9753 new smb check - users
8277 9754
82782002-08-13 04:18 egalstad 97552002-08-13 03:18 egalstad
8279 9756
8280 * plugins/check_game.c: Mod to display current/max number of 9757 * [r70] plugins/check_game.c:
8281 players in a game (Frank Kannemann) 9758 Mod to display current/max number of players in a game (Frank
9759 Kannemann)
8282 9760
82832002-08-13 00:09 egalstad 97612002-08-12 23:09 egalstad
8284 9762
8285 * contrib/check_disk_snmp.pl: Updated to use getopt (Christoph 9763 * [r69] contrib/check_disk_snmp.pl:
8286 Maser) 9764 Updated to use getopt (Christoph Maser)
8287 9765
82882002-08-01 06:06 sghosh 97662002-08-01 05:06 sghosh
8289 9767
8290 * plugins/check_snmp.c: re-patched exit state comparison 9768 * [r68] plugins/check_snmp.c:
9769 re-patched exit state comparison
8291 9770
82922002-08-01 05:54 sghosh 97712002-08-01 04:54 sghosh
8293 9772
8294 * plugins/check_snmp.c: port option added, -c support net-snmpv5, 9773 * [r67] plugins/check_snmp.c:
8295 complete response string output 9774 port option added, -c support net-snmpv5, complete response
9775 string output
8296 9776
82972002-08-01 05:46 egalstad 97772002-08-01 04:46 egalstad
8298 9778
8299 * contrib/check_digitemp.pl: Add Brian Lane's Digitemp (1-wire temp 9779 * [r66] contrib/check_digitemp.pl:
8300 sensor) plugin 9780 Add Brian Lane's Digitemp (1-wire temp sensor) plugin
8301 9781
83022002-07-16 05:13 egalstad 97822002-07-16 04:13 egalstad
8303 9783
8304 * contrib/check_disk_snmp.pl: Christoph Maser's plugin to check 9784 * [r65] contrib/check_disk_snmp.pl:
8305 disk usage via SNMP3 9785 Christoph Maser's plugin to check disk usage via SNMP3
8306 9786
83072002-07-16 01:04 stanleyhopcroft 97872002-07-16 00:04 stanleyhopcroft
8308 9788
8309 * contrib/check_ms_spooler.pl: Primitive and in need of refinement 9789 * [r64] contrib/check_ms_spooler.pl:
8310 test of MS spooler (with smbclient) 9790 Primitive and in need of refinement test of MS spooler (with
9791 smbclient)
8311 9792
83122002-07-04 23:02 sghosh 97932002-07-04 22:02 sghosh
8313 9794
8314 * contrib/check_procl.sh: Jerome Tytgat - accumulated/percentage 9795 * [r63] contrib/check_procl.sh:
8315 CPU/MEM per process - bash plugin 9796 Jerome Tytgat - accumulated/percentage CPU/MEM per process - bash
9797 plugin
8316 9798
83172002-07-04 05:05 sghosh 97992002-07-04 04:05 sghosh
8318 9800
8319 * INSTALL: doc update 9801 * [r62] INSTALL:
9802 doc update
8320 9803
83212002-06-28 22:08 sghosh 98042002-06-28 21:08 sghosh
8322 9805
8323 * INSTALL: note about autoconf/automake version 9806 * [r61] INSTALL:
9807 note about autoconf/automake version
8324 9808
83252002-06-25 22:32 sghosh 98092002-06-25 21:32 sghosh
8326 9810
8327 * contrib/check_rbl.c: Check if IP address is specified on RBL - 9811 * [r60] contrib/check_rbl.c:
8328 Tim Bell 9812 Check if IP address is specified on RBL - Tim Bell
8329 9813
83302002-06-25 14:55 sghosh 98142002-06-25 13:55 sghosh
8331 9815
8332 * contrib/check_lmmon.pl: check motherboard/cpu temp via lmmon 9816 * [r59] contrib/check_lmmon.pl:
9817 check motherboard/cpu temp via lmmon
8333 9818
83342002-06-24 22:29 sghosh 98192002-06-24 21:29 sghosh
8335 9820
8336 * plugins/check_http.c: ignore return status codes if user 9821 * [r58] plugins/check_http.c:
8337 specified status line check 9822 ignore return status codes if user specified status line check
8338 9823
83392002-06-24 21:41 sghosh 98242002-06-24 20:41 sghosh
8340 9825
8341 * plugins/check_snmp.c: printf bug for large numbers - Jeff Murray 9826 * [r57] plugins/check_snmp.c:
9827 printf bug for large numbers - Jeff Murray
8342 9828
83432002-06-20 05:27 sghosh 98292002-06-20 04:27 sghosh
8344 9830
8345 * plugins-scripts/check_disk_smb.pl: logic fix for disk space 9831 * [r56] plugins-scripts/check_disk_smb.pl:
8346 thresholds 9832 logic fix for disk space thresholds
8347 9833
83482002-06-19 06:11 sghosh 98342002-06-19 05:11 sghosh
8349 9835
8350 * plugins/: check_dig.c, check_dns.c, check_fping.c, check_hpjd.c, 9836 * [r55] plugins/check_dig.c, plugins/check_dns.c,
8351 check_nagios.c, check_ping.c, check_snmp.c, check_vsz.c, 9837 plugins/check_fping.c, plugins/check_hpjd.c,
8352 urlize.c, utils.c, utils.h.in: more POSIX return value comparison 9838 plugins/check_nagios.c, plugins/check_ping.c,
8353 related code fixes 9839 plugins/check_snmp.c, plugins/check_vsz.c, plugins/urlize.c,
9840 plugins/utils.c, plugins/utils.h.in:
9841 more POSIX return value comparison related code fixes
8354 9842
83552002-06-19 04:09 sghosh 98432002-06-19 03:09 sghosh
8356 9844
8357 * plugins/: check_disk.c, check_ping.c, check_procs.c: fixes for 9845 * [r54] plugins/check_disk.c, plugins/check_ping.c,
8358 using POSIX return codes 9846 plugins/check_procs.c:
9847 fixes for using POSIX return codes
8359 9848
83602002-06-18 02:06 sghosh 98492002-06-18 01:06 sghosh
8361 9850
8362 * plugins/common.h.in: updated to POSIX return codes 9851 * [r53] plugins/common.h.in:
9852 updated to POSIX return codes
8363 9853
83642002-06-18 02:05 sghosh 98542002-06-18 01:05 sghosh
8365 9855
8366 * contrib/check_cluster.c: Ethan's check_cluster 9856 * [r52] contrib/check_cluster.c:
9857 Ethan's check_cluster
8367 9858
83682002-06-13 21:49 sghosh 98592002-06-13 20:49 sghosh
8369 9860
8370 * plugins/check_smtp.c: conformance to RFC 821 <CRLF> 9861 * [r51] plugins/check_smtp.c:
9862 conformance to RFC 821 <CRLF>
8371 9863
83722002-06-13 04:03 sghosh 98642002-06-13 03:03 sghosh
8373 9865
8374 * configure.in: use xntpdc on Solaris for check_ntp 9866 * [r50] configure.in:
9867 use xntpdc on Solaris for check_ntp
8375 9868
83762002-06-10 04:24 sghosh 98692002-06-10 03:24 sghosh
8377 9870
8378 * plugins/check_smtp.c: patch to stop NOQUEUE syslog messages - 9871 * [r49] plugins/check_smtp.c:
8379 Karl Ewald 9872 patch to stop NOQUEUE syslog messages - Karl Ewald
8380 9873
83812002-06-08 01:33 sghosh 98742002-06-08 00:33 sghosh
8382 9875
8383 * plugins-scripts/check_ntp.pl: xntpdc/ntpdc patch - John Koyle 9876 * [r48] plugins-scripts/check_ntp.pl:
9877 xntpdc/ntpdc patch - John Koyle
8384 9878
83852002-06-06 05:16 sghosh 98792002-06-06 04:16 sghosh
8386 9880
8387 * plugins-scripts/: subst.in, utils.sh.in: corrected result codes - 9881 * [r47] plugins-scripts/subst.in, plugins-scripts/utils.sh.in:
8388 for sh; corrected substition for libexec - Tom Bertelson 9882 corrected result codes - for sh; corrected substition for libexec
9883 - Tom Bertelson
8389 9884
83902002-06-06 05:15 sghosh 98852002-06-06 04:15 sghosh
8391 9886
8392 * plugins/check_disk.c: added option for mount point - Tom 9887 * [r46] plugins/check_disk.c:
8393 Bertelson 9888 added option for mount point - Tom Bertelson
8394 9889
83952002-06-06 05:15 sghosh 98902002-06-06 04:15 sghosh
8396 9891
8397 * plugins-scripts/check_oracle.sh: Add test for Oracle name server, 9892 * [r45] plugins-scripts/check_oracle.sh:
8398 can dynamicall determine ORACLE_HOME - tom Bertelson 9893 Add test for Oracle name server, can dynamicall determine
9894 ORACLE_HOME - tom Bertelson
8399 9895
84002002-06-06 05:14 sghosh 98962002-06-06 04:14 sghosh
8401 9897
8402 * plugins-scripts/check_flexlm.pl: conditional on lmstat 9898 * [r44] plugins-scripts/check_flexlm.pl:
9899 conditional on lmstat
8403 9900
84042002-06-06 05:13 sghosh 99012002-06-06 04:13 sghosh
8405 9902
8406 * plugins-scripts/check_ntp.pl: conditional on ntpdc 9903 * [r43] plugins-scripts/check_ntp.pl:
9904 conditional on ntpdc
8407 9905
84082002-05-29 01:57 sghosh 99062002-05-29 00:57 sghosh
8409 9907
8410 * command.cfg.in: notes added 9908 * [r42] command.cfg.in:
9909 notes added
8411 9910
84122002-05-28 04:14 sghosh 99112002-05-28 03:14 sghosh
8413 9912
8414 * command.cfg.in: option updates, more examples 9913 * [r41] command.cfg.in:
9914 option updates, more examples
8415 9915
84162002-05-28 03:41 sghosh 99162002-05-28 02:41 sghosh
8417 9917
8418 * command.cfg.in: option updates, more examples 9918 * [r40] command.cfg.in:
9919 option updates, more examples
8419 9920
84202002-05-27 03:10 sghosh 99212002-05-27 02:10 sghosh
8421 9922
8422 * plugins-scripts/check_ntp.pl: checked in too quickly 9923 * [r39] plugins-scripts/check_ntp.pl:
9924 checked in too quickly
8423 9925
84242002-05-27 03:05 sghosh 99262002-05-27 02:05 sghosh
8425 9927
8426 * doc/: README, developer-guidelines.html, 9928 * [r38] doc, doc/README, doc/developer-guidelines.html,
8427 developer-guidelines.sgml: added developer guidelines. 9929 doc/developer-guidelines.sgml:
9930 added developer guidelines.
8428 9931
84292002-05-27 03:03 sghosh 99322002-05-27 02:03 sghosh
8430 9933
8431 * configure.in: typo, AIX 4.3 ps, smbclient, Net::SNMP fixes 9934 * [r37] configure.in:
9935 typo, AIX 4.3 ps, smbclient, Net::SNMP fixes
8432 9936
84332002-05-27 03:01 sghosh 99372002-05-27 02:01 sghosh
8434 9938
8435 * acconfig.h, plugins-scripts/utils.pm.in: new var - smbclient 9939 * [r36] acconfig.h, plugins-scripts/utils.pm.in:
9940 new var - smbclient
8436 9941
84372002-05-27 02:56 sghosh 99422002-05-27 01:56 sghosh
8438 9943
8439 * plugins-scripts/check_ntp.pl: logic reorg, ePN fix and support 9944 * [r35] plugins-scripts/check_ntp.pl:
8440 for utils.pm 9945 logic reorg, ePN fix and support for utils.pm
8441 9946
84422002-05-27 02:55 sghosh 99472002-05-27 01:55 sghosh
8443 9948
8444 * plugins-scripts/check_disk_smb.pl: ePN fix and support for 9949 * [r34] plugins-scripts/check_disk_smb.pl:
8445 utils.pm 9950 ePN fix and support for utils.pm
8446 9951
84472002-05-23 17:39 sghosh 99522002-05-23 16:39 sghosh
8448 9953
8449 * contrib/: check_log2.pl, check_vcs.pl: New plugins from Aaron 9954 * [r33] contrib/check_log2.pl, contrib/check_vcs.pl:
8450 Bostick - Veritas Cluster, logfile 9955 New plugins from Aaron Bostick - Veritas Cluster, logfile
8451 9956
84522002-05-10 04:51 sghosh 99572002-05-10 03:51 sghosh
8453 9958
8454 * plugins-scripts/check_rpc.pl: updates for ePN, patch for multiple 9959 * [r32] plugins-scripts/check_rpc.pl:
8455 version check 9960 updates for ePN, patch for multiple version check
8456 9961
84572002-05-10 04:49 sghosh 99622002-05-10 03:49 sghosh
8458 9963
8459 * configure.in, plugins-scripts/utils.pm.in: added programs to 9964 * [r31] configure.in, plugins-scripts/utils.pm.in:
8460 autoconf 9965 added programs to autoconf
8461 9966
84622002-05-10 04:49 sghosh 99672002-05-10 03:49 sghosh
8463 9968
8464 * acconfig.h: Added programs for autoconf 9969 * [r30] acconfig.h:
9970 This commit was generated by cvs2svn to compensate for changes in
9971 r29,
9972 which included commits to RCS files with non-trunk default
9973 branches.
8465 9974
84662002-05-09 20:03 sghosh 99752002-05-09 19:03 sghosh
8467 9976
8468 * plugins-scripts/: Makefile.am, check_ifoperstatus.pl: migrated 9977 * [r28] plugins-scripts/Makefile.am,
8469 check_ifoperstatus to standard plugin 9978 plugins-scripts/check_ifoperstatus.pl:
9979 migrated check_ifoperstatus to standard plugin
8470 9980
84712002-05-08 16:35 sghosh 99812002-05-08 15:35 sghosh
8472 9982
8473 * plugins/check_ping.c: patch for Suse 8.0 loss output 9983 * [r27] plugins/check_ping.c:
9984 patch for Suse 8.0 loss output
8474 9985
84752002-05-08 06:10 sghosh 99862002-05-08 05:10 sghosh
8476 9987
8477 * plugins-scripts/utils.pm.in: is_hostname added, update CODES to 9988 * [r26] plugins-scripts/utils.pm.in:
8478 POSIX 9989 is_hostname added, update CODES to POSIX
8479 9990
84802002-05-08 06:07 sghosh 99912002-05-08 05:07 sghosh
8481 9992
8482 * plugins/: check_hpjd.c, check_ups.c: updated notes 9993 * [r25] plugins/check_hpjd.c, plugins/check_ups.c:
9994 updated notes
8483 9995
84842002-05-08 06:04 sghosh 99962002-05-08 05:04 sghosh
8485 9997
8486 * configure.in: updated messages and check for host command 9998 * [r24] configure.in:
9999 updated messages and check for host command
8487 10000
84882002-05-08 05:58 sghosh 100012002-05-08 04:58 sghosh
8489 10002
8490 * plugins-scripts/: Makefile.am, check_ifstatus.pl: moved updated 10003 * [r23] plugins-scripts/Makefile.am,
8491 check_ifstatus to standard plugin 10004 plugins-scripts/check_ifstatus.pl:
10005 moved updated check_ifstatus to standard plugin
8492 10006
84932002-05-07 06:35 sghosh 100072002-05-07 05:35 sghosh
8494 10008
8495 * plugins-scripts/: check_breeze.pl, check_flexlm.pl, 10009 * [r22] plugins-scripts/check_breeze.pl,
8496 check_ircd.pl, check_netdns.pl, check_ntp.pl, check_wave.pl: 2nd 10010 plugins-scripts/check_flexlm.pl, plugins-scripts/check_ircd.pl,
8497 fix for ePN 10011 plugins-scripts/check_netdns.pl, plugins-scripts/check_ntp.pl,
10012 plugins-scripts/check_wave.pl:
10013 2nd fix for ePN
8498 10014
84992002-05-02 17:43 sghosh 100152002-05-02 16:43 sghosh
8500 10016
8501 * plugins-scripts/: check_breeze.pl, check_disk_smb.pl, 10017 * [r21] plugins-scripts/check_breeze.pl,
8502 check_flexlm.pl, check_ircd.pl, check_netdns.pl, check_ntp.pl, 10018 plugins-scripts/check_disk_smb.pl,
8503 check_rpc.pl, check_wave.pl: fix for embedded perl 10019 plugins-scripts/check_flexlm.pl, plugins-scripts/check_ircd.pl,
10020 plugins-scripts/check_netdns.pl, plugins-scripts/check_ntp.pl,
10021 plugins-scripts/check_rpc.pl, plugins-scripts/check_wave.pl:
10022 fix for embedded perl
8504 10023
85052002-05-02 17:22 sghosh 100242002-05-02 16:22 sghosh
8506 10025
8507 * tools/: README, mini_epn.c, p1.pl: updated mini_epn and p1.pl 10026 * [r20] tools/README, tools/mini_epn.c, tools/p1.pl:
8508 added to plugins distribution 10027 updated mini_epn and p1.pl added to plugins distribution
8509 10028
85102002-05-01 22:12 sghosh 100292002-05-01 21:12 sghosh
8511 10030
8512 * contrib/tarballs/fetchlog-0.92.tar.gz: remote log check (via snmp 10031 * [r19] contrib/tarballs/fetchlog-0.92.tar.gz:
8513 possible) by Alexander Haderer 10032 remote log check (via snmp possible) by Alexander Haderer
8514 10033
85152002-04-29 03:58 kdebisschop 100342002-04-29 02:58 kdebisschop
8516 10035
8517 * plugins/getopt.h: failed to carry over from old plugins, listed 10036 * [r18] plugins/getopt.h:
8518 in EXTRA_DIST, needed for build 10037 failed to carry over from old plugins, listed in EXTRA_DIST,
10038 needed for build
8519 10039
85202002-04-23 13:50 sghosh 100402002-04-23 12:50 sghosh
8521 10041
8522 * plugins/check_ping.c: corrected program name and added rtt patch 10042 * [r17] plugins/check_ping.c:
8523 for RH7.2+beta 10043 corrected program name and added rtt patch for RH7.2+beta
8524 10044
85252002-04-18 22:59 egalstad 100452002-04-18 21:59 egalstad
8526 10046
8527 * contrib/check_inodes.pl: add check_inodes contrib plugin by John 10047 * [r16] contrib/check_inodes.pl:
8528 Jolet 10048 add check_inodes contrib plugin by John Jolet
8529 10049
85302002-04-18 05:38 egalstad 100502002-04-18 04:38 egalstad
8531 10051
8532 * configure.in: configure script patch for ping syntax 10052 * [r15] configure.in:
10053 configure script patch for ping syntax
8533 10054
85342002-04-07 06:13 sghosh 100552002-04-07 05:13 sghosh
8535 10056
8536 * contrib/: check_backup.pl, check_dl_size.pl: plugins from Patrick 10057 * [r14] contrib/check_backup.pl, contrib/check_dl_size.pl:
8537 Greenwell 10058 plugins from Patrick Greenwell
8538 10059
85392002-04-05 23:22 sghosh 100602002-04-05 22:22 sghosh
8540 10061
8541 * acconfig.h: added HOST_COMMAND 10062 * [r13] acconfig.h:
10063 This commit was generated by cvs2svn to compensate for changes in
10064 r12,
10065 which included commits to RCS files with non-trunk default
10066 branches.
8542 10067
85432002-04-05 23:19 sghosh 100682002-04-05 22:19 sghosh
8544 10069
8545 * contrib/tarballs/check_spread.tar: plugin to check spread 10070 * [r11] contrib/tarballs/check_spread.tar:
8546 messaging toolkit 10071 plugin to check spread messaging toolkit
8547 10072
85482002-04-03 03:58 sghosh 100732002-04-03 02:58 sghosh
8549 10074
8550 * contrib/check_oracle_instance.pl: from Sven Dolderer - check 10075 * [r10] contrib/check_oracle_instance.pl:
8551 oracle instance 10076 from Sven Dolderer - check oracle instance
8552 10077
85532002-04-03 03:56 sghosh 100782002-04-03 02:56 sghosh
8554 10079
8555 * plugins-scripts/check_nfs.pl: check_nfs functionality exists in 10080 * [r9] plugins-scripts/check_nfs.pl:
8556 check_rpc 10081 check_nfs functionality exists in check_rpc
8557 10082
85582002-03-18 05:15 sghosh 100832002-03-18 05:15 sghosh
8559 10084
8560 * plugins-scripts/subst.in: function to update perl plugin scripts 10085 * [r8] plugins-scripts/subst.in:
8561 to find utils.pm 10086 function to update perl plugin scripts to find utils.pm
8562 10087
85632002-03-01 02:53 egalstad 100882002-03-01 02:53 egalstad
8564 10089
8565 * plugins/: .cvsignore, config.h.in: Fix for stupid me 10090 * [r7] plugins, plugins/.cvsignore, plugins/config.h.in:
10091 Fix for stupid me
8566 10092
85672002-03-01 02:42 egalstad 100932002-03-01 02:42 egalstad
8568 10094
8569 * contrib/check_breeze.pl, contrib/check_dhcp.c, 10095 * [r6] contrib/check_breeze.pl, contrib/check_dhcp.c,
8570 contrib/check_flexlm.pl, contrib/check_hltherm.c, 10096 contrib/check_flexlm.pl, contrib/check_hltherm.c,
8571 contrib/check_hprsc.pl, contrib/check_ipxping.c, 10097 contrib/check_hprsc.pl, contrib/check_ipxping.c,
8572 contrib/check_memory.tgz, contrib/check_mysql.c, 10098 contrib/check_memory.tgz, contrib/check_mysql.c,
@@ -8582,39 +10108,39 @@
8582 contrib/tarballs/check_radius.tar.gz, 10108 contrib/tarballs/check_radius.tar.gz,
8583 contrib/tarballs/check_wave.tar.gz, 10109 contrib/tarballs/check_wave.tar.gz,
8584 contrib/tarballs/hopcroft-plugins.tar.gz, 10110 contrib/tarballs/hopcroft-plugins.tar.gz,
8585 contrib/tarballs/radius.tar.gz, plugins/.cvsignore, 10111 contrib/tarballs/radius.tar.gz, plugins, plugins/.cvsignore,
8586 plugins/config.h.in: Contrib plugin cleanup 10112 plugins/config.h.in:
10113 Contrib plugin cleanup
8587 10114
85882002-02-28 06:42 egalstad 101152002-02-28 06:42 egalstad
8589 10116
8590 * .cvsignore, AUTHORS, CODING, COPYING, ChangeLog, FAQ, Helper.pm, 10117 * [r2] ., .cvsignore, AUTHORS, CODING, COPYING, ChangeLog, FAQ,
8591 INSTALL, Makefile.am, NEWS, README, REQUIREMENTS, ROADMAP, 10118 Helper.pm, INSTALL, LEGAL, Makefile.am, NEWS, README,
8592 Requirements, acconfig.h, aclocal.m4, command.cfg.in, LEGAL, 10119 REQUIREMENTS, ROADMAP, Requirements, acconfig.h, aclocal.m4,
8593 configure.in, install-sh, make-tarball, missing, mkinstalldirs, 10120 command.cfg.in, configure.in, contrib, contrib/aix,
8594 nagios-plugins.spec, opttest.pl, package.def, rpm, subst.in, 10121 contrib/aix/check_crit_dsk, contrib/aix/check_dsk,
8595 subst.sh, test.pl.in, contrib/check_apache.pl, 10122 contrib/aix/check_failed, contrib/aix/check_io,
8596 contrib/check_apc_ups.pl, contrib/check_bgpstate.pl, 10123 contrib/aix/check_kerberos, contrib/aix/check_ping,
8597 contrib/check_dhcp.c, contrib/check_dlswcircuit.pl, 10124 contrib/aix/check_queue, contrib/aix/pg_stat,
8598 contrib/check_dns_random.pl, contrib/check_email_loop.pl, 10125 contrib/check_apache.pl, contrib/check_apc_ups.pl,
8599 contrib/check_fping_in.c, contrib/check_ftpget.pl, 10126 contrib/check_bgpstate.pl, contrib/check_dhcp.c,
8600 contrib/check_ifoperstatus.pl, contrib/check_ifstatus.pl, 10127 contrib/check_dlswcircuit.pl, contrib/check_dns_random.pl,
8601 contrib/check_pop3.pl, contrib/check_qmailq.pl, 10128 contrib/check_email_loop.pl, contrib/check_fping_in.c,
8602 contrib/check_timeout.c, contrib/checkciscotemp.pl, 10129 contrib/check_ftpget.pl, contrib/check_ifoperstatus.pl,
8603 contrib/check_ipxping.c, contrib/check_joy.sh, 10130 contrib/check_ifstatus.pl, contrib/check_ipxping.c,
8604 contrib/check_maxchannels.pl, contrib/check_maxwanstate.pl, 10131 contrib/check_joy.sh, contrib/check_maxchannels.pl,
8605 contrib/check_mem.pl, contrib/check_memory.tgz, 10132 contrib/check_maxwanstate.pl, contrib/check_mem.pl,
8606 contrib/check_mysql.c, contrib/check_mysql.pl, 10133 contrib/check_memory.tgz, contrib/check_mysql.c,
10134 contrib/check_mysql.pl, contrib/check_nagios.pl,
8607 contrib/check_netapp.pl, contrib/check_nmap.py, 10135 contrib/check_netapp.pl, contrib/check_nmap.py,
8608 contrib/check_nwstat.pl, contrib/check_ora_table_space.pl, 10136 contrib/check_nwstat.pl, contrib/check_ora_table_space.pl,
10137 contrib/check_pop3.pl, contrib/check_qmailq.pl,
8609 contrib/check_rrd_data.pl, contrib/check_sap.sh, 10138 contrib/check_rrd_data.pl, contrib/check_sap.sh,
8610 contrib/check_sockets.pl, contrib/check_uptime.c, 10139 contrib/check_sockets.pl, contrib/check_timeout.c,
10140 contrib/check_uptime.c, contrib/checkciscotemp.pl,
8611 contrib/maser-oracle.pl, contrib/mrtgext.pl, contrib/readme.txt, 10141 contrib/maser-oracle.pl, contrib/mrtgext.pl, contrib/readme.txt,
8612 contrib/restrict.pl, contrib/utils.py, contrib/check_nagios.pl, 10142 contrib/restrict.pl, contrib/tarballs,
8613 contrib/urlize.pl, contrib/aix/check_crit_dsk, 10143 contrib/tarballs/berger-ping.tar.gz,
8614 contrib/aix/check_dsk, contrib/aix/check_failed,
8615 contrib/aix/check_io, contrib/aix/check_kerberos,
8616 contrib/aix/check_ping, contrib/aix/check_queue,
8617 contrib/aix/pg_stat, contrib/tarballs/berger-ping.tar.gz,
8618 contrib/tarballs/bowen-langley_plugins.tar.gz, 10144 contrib/tarballs/bowen-langley_plugins.tar.gz,
8619 contrib/tarballs/check_bgp-1.0.tar.gz, 10145 contrib/tarballs/check_bgp-1.0.tar.gz,
8620 contrib/tarballs/check_breeze.tar.gz, 10146 contrib/tarballs/check_breeze.tar.gz,
@@ -8624,93 +10150,20 @@
8624 contrib/tarballs/check_radius.tar.gz, 10150 contrib/tarballs/check_radius.tar.gz,
8625 contrib/tarballs/check_wave.tar.gz, 10151 contrib/tarballs/check_wave.tar.gz,
8626 contrib/tarballs/hopcroft-plugins.tar.gz, 10152 contrib/tarballs/hopcroft-plugins.tar.gz,
8627 contrib/tarballs/radius.tar.gz, plugins/.cvsignore, 10153 contrib/tarballs/radius.tar.gz, contrib/urlize.pl,
8628 plugins/Makefile.am, plugins/check_by_ssh.c, plugins/check_dig.c, 10154 contrib/utils.py, install-sh, make-tarball, missing,
8629 plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, 10155 mkinstalldirs, nagios-plugins.spec, opttest.pl, package.def,
8630 plugins/check_fping.c, plugins/check_ftp.c, plugins/check_game.c, 10156 plugins, plugins-scripts, plugins-scripts/.cvsignore,
8631 plugins/check_hpjd.c, plugins/check_http.c, 10157 plugins-scripts/Makefile.am, plugins-scripts/check_breeze.pl,
8632 plugins/check_ide-smart.c, plugins/check_imap.c,
8633 plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c,
8634 plugins/check_mrtgtraf.c, plugins/check_mysql.c,
8635 plugins/check_nntp.c, plugins/check_nt.c, plugins/check_nwstat.c,
8636 plugins/check_overcr.c, plugins/check_pgsql.c,
8637 plugins/check_ping.c, plugins/check_pop.c, plugins/check_procs.c,
8638 plugins/check_radius.c, plugins/check_real.c,
8639 plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_ssh.c,
8640 plugins/check_swap.c, plugins/check_tcp.c, plugins/check_time.c,
8641 plugins/check_udp.c, plugins/check_ups.c, plugins/check_users.c,
8642 plugins/check_vsz.c, plugins/common.h.in, plugins/getopt.c,
8643 plugins/getopt1.c, plugins/netutils.c, plugins/netutils.h.in,
8644 plugins/popen.c, plugins/popen.h.in, plugins/snprintf.c,
8645 plugins/urlize.c, plugins/check_nagios.c, plugins/utils.c,
8646 plugins/utils.h.in, plugins/version.h.in, plugins/t/check_disk.t,
8647 plugins/t/check_dns.t, plugins/t/check_fping.t,
8648 plugins/t/check_ftp.t, plugins/t/check_hpjd.t,
8649 plugins/t/check_http.t, plugins/t/check_imap.t,
8650 plugins/t/check_load.t, plugins/t/check_mysql.t,
8651 plugins/t/check_ping.t, plugins/t/check_pop.t,
8652 plugins/t/check_procs.t, plugins/t/check_smtp.t,
8653 plugins/t/check_snmp.t, plugins/t/check_swap.t,
8654 plugins/t/check_tcp.t, plugins/t/check_time.t,
8655 plugins/t/check_udp.t, plugins/t/check_users.t,
8656 plugins/t/check_vsz.t, plugins/tests/check_disk,
8657 plugins/tests/check_dns, plugins/tests/check_ftp,
8658 plugins/tests/check_hpjd, plugins/tests/check_http,
8659 plugins/tests/check_load, plugins/tests/check_ping,
8660 plugins/tests/check_procs, plugins/tests/check_swap,
8661 plugins/tests/check_users, plugins/tests/check_vsz,
8662 plugins-scripts/.cvsignore, plugins-scripts/Makefile.am,
8663 plugins-scripts/check_breeze.pl,
8664 plugins-scripts/check_disk_smb.pl, 10158 plugins-scripts/check_disk_smb.pl,
8665 plugins-scripts/check_flexlm.pl, plugins-scripts/check_ircd.pl, 10159 plugins-scripts/check_flexlm.pl, plugins-scripts/check_ircd.pl,
8666 plugins-scripts/check_log.sh, plugins-scripts/check_netdns.pl, 10160 plugins-scripts/check_log.sh, plugins-scripts/check_netdns.pl,
8667 plugins-scripts/check_nfs.pl, plugins-scripts/check_ntp.pl, 10161 plugins-scripts/check_nfs.pl, plugins-scripts/check_ntp.pl,
8668 plugins-scripts/check_oracle.sh, plugins-scripts/check_rpc.pl, 10162 plugins-scripts/check_oracle.sh, plugins-scripts/check_rpc.pl,
8669 plugins-scripts/check_sensors.sh, plugins-scripts/check_wave.pl, 10163 plugins-scripts/check_sensors.sh, plugins-scripts/check_wave.pl,
8670 plugins-scripts/subst.in, plugins-scripts/utils.pm.in, 10164 plugins-scripts/subst.in, plugins-scripts/t,
8671 plugins-scripts/utils.sh.in, plugins-scripts/t/check_rpc.t, 10165 plugins-scripts/t/check_rpc.t, plugins-scripts/utils.pm.in,
8672 tools/setup, tools/tango: Initial import of existing plugin code 10166 plugins-scripts/utils.sh.in, plugins/.cvsignore,
8673
86742002-02-28 06:42 egalstad
8675
8676 * .cvsignore, AUTHORS, CODING, COPYING, ChangeLog, FAQ, Helper.pm,
8677 INSTALL, Makefile.am, NEWS, README, REQUIREMENTS, ROADMAP,
8678 Requirements, acconfig.h, aclocal.m4, command.cfg.in, LEGAL,
8679 configure.in, install-sh, make-tarball, missing, mkinstalldirs,
8680 nagios-plugins.spec, opttest.pl, package.def, rpm, subst.in,
8681 subst.sh, test.pl.in, contrib/check_apache.pl,
8682 contrib/check_apc_ups.pl, contrib/check_bgpstate.pl,
8683 contrib/check_dhcp.c, contrib/check_dlswcircuit.pl,
8684 contrib/check_dns_random.pl, contrib/check_email_loop.pl,
8685 contrib/check_fping_in.c, contrib/check_ftpget.pl,
8686 contrib/check_ifoperstatus.pl, contrib/check_ifstatus.pl,
8687 contrib/check_pop3.pl, contrib/check_qmailq.pl,
8688 contrib/check_timeout.c, contrib/checkciscotemp.pl,
8689 contrib/check_ipxping.c, contrib/check_joy.sh,
8690 contrib/check_maxchannels.pl, contrib/check_maxwanstate.pl,
8691 contrib/check_mem.pl, contrib/check_memory.tgz,
8692 contrib/check_mysql.c, contrib/check_mysql.pl,
8693 contrib/check_netapp.pl, contrib/check_nmap.py,
8694 contrib/check_nwstat.pl, contrib/check_ora_table_space.pl,
8695 contrib/check_rrd_data.pl, contrib/check_sap.sh,
8696 contrib/check_sockets.pl, contrib/check_uptime.c,
8697 contrib/maser-oracle.pl, contrib/mrtgext.pl, contrib/readme.txt,
8698 contrib/restrict.pl, contrib/utils.py, contrib/check_nagios.pl,
8699 contrib/urlize.pl, contrib/aix/check_crit_dsk,
8700 contrib/aix/check_dsk, contrib/aix/check_failed,
8701 contrib/aix/check_io, contrib/aix/check_kerberos,
8702 contrib/aix/check_ping, contrib/aix/check_queue,
8703 contrib/aix/pg_stat, contrib/tarballs/berger-ping.tar.gz,
8704 contrib/tarballs/bowen-langley_plugins.tar.gz,
8705 contrib/tarballs/check_bgp-1.0.tar.gz,
8706 contrib/tarballs/check_breeze.tar.gz,
8707 contrib/tarballs/check_flexlm.tar.gz,
8708 contrib/tarballs/check_hltherm.tar.gz,
8709 contrib/tarballs/check_hprsc.tar.gz,
8710 contrib/tarballs/check_radius.tar.gz,
8711 contrib/tarballs/check_wave.tar.gz,
8712 contrib/tarballs/hopcroft-plugins.tar.gz,
8713 contrib/tarballs/radius.tar.gz, plugins/.cvsignore,
8714 plugins/Makefile.am, plugins/check_by_ssh.c, plugins/check_dig.c, 10167 plugins/Makefile.am, plugins/check_by_ssh.c, plugins/check_dig.c,
8715 plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, 10168 plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c,
8716 plugins/check_fping.c, plugins/check_ftp.c, plugins/check_game.c, 10169 plugins/check_fping.c, plugins/check_ftp.c, plugins/check_game.c,
@@ -8718,18 +10171,17 @@
8718 plugins/check_ide-smart.c, plugins/check_imap.c, 10171 plugins/check_ide-smart.c, plugins/check_imap.c,
8719 plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c, 10172 plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c,
8720 plugins/check_mrtgtraf.c, plugins/check_mysql.c, 10173 plugins/check_mrtgtraf.c, plugins/check_mysql.c,
8721 plugins/check_nntp.c, plugins/check_nt.c, plugins/check_nwstat.c, 10174 plugins/check_nagios.c, plugins/check_nntp.c, plugins/check_nt.c,
8722 plugins/check_overcr.c, plugins/check_pgsql.c, 10175 plugins/check_nwstat.c, plugins/check_overcr.c,
8723 plugins/check_ping.c, plugins/check_pop.c, plugins/check_procs.c, 10176 plugins/check_pgsql.c, plugins/check_ping.c, plugins/check_pop.c,
8724 plugins/check_radius.c, plugins/check_real.c, 10177 plugins/check_procs.c, plugins/check_radius.c,
8725 plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_ssh.c, 10178 plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c,
8726 plugins/check_swap.c, plugins/check_tcp.c, plugins/check_time.c, 10179 plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c,
8727 plugins/check_udp.c, plugins/check_ups.c, plugins/check_users.c, 10180 plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c,
8728 plugins/check_vsz.c, plugins/common.h.in, plugins/getopt.c, 10181 plugins/check_users.c, plugins/check_vsz.c, plugins/common.h.in,
8729 plugins/getopt1.c, plugins/netutils.c, plugins/netutils.h.in, 10182 plugins/getopt.c, plugins/getopt1.c, plugins/netutils.c,
8730 plugins/popen.c, plugins/popen.h.in, plugins/snprintf.c, 10183 plugins/netutils.h.in, plugins/popen.c, plugins/popen.h.in,
8731 plugins/urlize.c, plugins/check_nagios.c, plugins/utils.c, 10184 plugins/snprintf.c, plugins/t, plugins/t/check_disk.t,
8732 plugins/utils.h.in, plugins/version.h.in, plugins/t/check_disk.t,
8733 plugins/t/check_dns.t, plugins/t/check_fping.t, 10185 plugins/t/check_dns.t, plugins/t/check_fping.t,
8734 plugins/t/check_ftp.t, plugins/t/check_hpjd.t, 10186 plugins/t/check_ftp.t, plugins/t/check_hpjd.t,
8735 plugins/t/check_http.t, plugins/t/check_imap.t, 10187 plugins/t/check_http.t, plugins/t/check_imap.t,
@@ -8739,21 +10191,19 @@
8739 plugins/t/check_snmp.t, plugins/t/check_swap.t, 10191 plugins/t/check_snmp.t, plugins/t/check_swap.t,
8740 plugins/t/check_tcp.t, plugins/t/check_time.t, 10192 plugins/t/check_tcp.t, plugins/t/check_time.t,
8741 plugins/t/check_udp.t, plugins/t/check_users.t, 10193 plugins/t/check_udp.t, plugins/t/check_users.t,
8742 plugins/t/check_vsz.t, plugins/tests/check_disk, 10194 plugins/t/check_vsz.t, plugins/tests, plugins/tests/check_disk,
8743 plugins/tests/check_dns, plugins/tests/check_ftp, 10195 plugins/tests/check_dns, plugins/tests/check_ftp,
8744 plugins/tests/check_hpjd, plugins/tests/check_http, 10196 plugins/tests/check_hpjd, plugins/tests/check_http,
8745 plugins/tests/check_load, plugins/tests/check_ping, 10197 plugins/tests/check_load, plugins/tests/check_ping,
8746 plugins/tests/check_procs, plugins/tests/check_swap, 10198 plugins/tests/check_procs, plugins/tests/check_swap,
8747 plugins/tests/check_users, plugins/tests/check_vsz, 10199 plugins/tests/check_users, plugins/tests/check_vsz,
8748 plugins-scripts/.cvsignore, plugins-scripts/Makefile.am, 10200 plugins/urlize.c, plugins/utils.c, plugins/utils.h.in,
8749 plugins-scripts/check_breeze.pl, 10201 plugins/version.h.in, rpm, subst.in, subst.sh, test.pl.in, tools,
8750 plugins-scripts/check_disk_smb.pl, 10202 tools/setup, tools/tango:
8751 plugins-scripts/check_flexlm.pl, plugins-scripts/check_ircd.pl, 10203 Initial revision
8752 plugins-scripts/check_log.sh, plugins-scripts/check_netdns.pl, 10204
8753 plugins-scripts/check_nfs.pl, plugins-scripts/check_ntp.pl, 102052002-02-28 06:42
8754 plugins-scripts/check_oracle.sh, plugins-scripts/check_rpc.pl, 10206
8755 plugins-scripts/check_sensors.sh, plugins-scripts/check_wave.pl, 10207 * [r1] .:
8756 plugins-scripts/subst.in, plugins-scripts/utils.pm.in, 10208 New repository initialized by cvs2svn.
8757 plugins-scripts/utils.sh.in, plugins-scripts/t/check_rpc.t,
8758 tools/setup, tools/tango: Initial revision
8759 10209
diff --git a/NEWS b/NEWS
index 3156907..1dabbb0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
1This file documents the major additions and syntax changes between releases. 1This file documents the major additions and syntax changes between releases.
2 2
31.4.10 or 1.5 ?? 31.4.10 28th September 2007
4 Fix check_http buffer overflow vulnerability when following HTTP redirects 4 Fix check_http buffer overflow vulnerability when following HTTP redirects
5 check_http now explicitly asks HTTP/1.1 servers to close the connection 5 check_http now explicitly asks HTTP/1.1 servers to close the connection
6 after completion of the response 6 after completion of the response
diff --git a/configure.in b/configure.in
index 5153b1c..da29ce4 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
1dnl Process this file with autoconf to produce a configure script. 1dnl Process this file with autoconf to produce a configure script.
2AC_REVISION ($Revision$) 2AC_REVISION ($Revision$)
3AC_PREREQ(2.59) 3AC_PREREQ(2.59)
4AC_INIT(nagios-plugins,1.4.9) 4AC_INIT(nagios-plugins,1.4.10)
5AC_CONFIG_SRCDIR(NPTest.pm) 5AC_CONFIG_SRCDIR(NPTest.pm)
6AC_CONFIG_FILES(gl/Makefile) 6AC_CONFIG_FILES(gl/Makefile)
7AC_CONFIG_AUX_DIR(build-aux) 7AC_CONFIG_AUX_DIR(build-aux)
diff --git a/package.def b/package.def
index 1ce2427..4655053 100644
--- a/package.def
+++ b/package.def
@@ -1 +1 @@
PACKAGE_RELEASE="1.4.9" PACKAGE_RELEASE="1.4.10"