diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-10-19 20:04:23 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-10-19 20:04:23 (GMT) |
commit | cace0753b9a1801be97cbbf0320ea136543c3ec9 (patch) | |
tree | bca6d6c4a002363692fee0a2aa29df5da8088d35 | |
parent | d58ba4f8692d48edd44e6bbfc91be1d362c7ee0a (diff) | |
download | monitoring-plugins-cace0753b9a1801be97cbbf0320ea136543c3ec9.tar.gz |
For 1.4.4 releaserelease-1.4.4
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1507 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r-- | BUGS | 15 | ||||
-rw-r--r-- | ChangeLog | 3326 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | package.def | 2 |
4 files changed, 1960 insertions, 1385 deletions
@@ -1,18 +1,17 @@ | |||
1 | This file lists known bugs in this specific release. It lists the major bugs from the Nagios | 1 | This file lists known bugs in this specific release. It lists the major bugs from the Nagios |
2 | Plugins page on Sourceforge at http://sourceforge.net/tracker/?group_id=29880&atid=397597. | 2 | Plugins page on Sourceforge at http://sourceforge.net/tracker/?group_id=29880&atid=397597. |
3 | 3 | ||
4 | For the 1.4 release: | 4 | For the 1.4.4 release: |
5 | 5 | ||
6 | 1578214 - check_proc crashes on Itanium2 | ||
7 | 1573700 - check_swap on HP-UX incorrect | ||
8 | 1573638 - check_swap SEGVs on Sol 10 | ||
9 | 1475899 - check_tcp segfaults with multiple -s or -e args | ||
10 | 1447642 - check_ping segfault on Sol 10 | ||
11 | 1344584 - check_snmp counter64 values not handled correctly | ||
6 | 1291987 - urlize useragent does not work | 12 | 1291987 - urlize useragent does not work |
7 | 1291115 - Wrong compile options for openSSL | ||
8 | 1284352 - check_dhcp -s not compatible with helpers/relays | ||
9 | 1283131 - check_load gives incorrect data on AIX | ||
10 | 1267741 - check_ntp logic incorrect with > 1 peers | ||
11 | 1252285 - check_ssh reports critical for some SSH servers | ||
12 | 1225470 - check_swap perf data incorrect | 13 | 1225470 - check_swap perf data incorrect |
13 | 1218438 - check_radius linking to wrong header | 14 | 1218438 - check_radius linking to wrong header |
14 | 1210958 - check_nwstat incorrectly reporting free disk space | ||
15 | 1144727 - check_disk fails on solaris with large available space | ||
16 | 1108499 - check_ping with -U on Debian fails | 15 | 1108499 - check_ping with -U on Debian fails |
17 | 1094326 - check_ide_smart usage errors | 16 | 1094326 - check_ide_smart usage errors |
18 | 1090549 - check_dhcp ignores DHCP replies | 17 | 1090549 - check_dhcp ignores DHCP replies |
@@ -1,74 +1,650 @@ | |||
1 | 2006-04-18 23:42 sghosh | 1 | 2006-10-19 20:52 tonvoon |
2 | |||
3 | * CHANGES: Added info re: 1.4.4 in prep for release | ||
4 | |||
5 | 2006-10-19 20:36 tonvoon | ||
6 | |||
7 | * THANKS.in, plugins/check_snmp.c: Initialise strings for Fedora | ||
8 | Core 5 (Henning Schmiedehausen) | ||
9 | |||
10 | 2006-10-19 20:25 tonvoon | ||
11 | |||
12 | * THANKS.in, plugins/check_snmp.c: Removed asprintf for perf data | ||
13 | (Craig Orsinger, Robby Giffin - 1310495) | ||
14 | |||
15 | 2006-10-19 20:13 tonvoon | ||
16 | |||
17 | * THANKS.in, plugins/check_snmp.c: type variable not cleared in Sol | ||
18 | 10 (Kyle Tucker) | ||
19 | |||
20 | 2006-10-19 19:59 tonvoon | ||
21 | |||
22 | * THANKS.in, plugins/check_http.c, plugins/t/check_http.t: | ||
23 | Redirection error if other headers beginning with L (Aravind | ||
24 | Gottipati - 1562572) | ||
25 | |||
26 | 2006-10-19 19:44 tonvoon | ||
27 | |||
28 | * THANKS.in, plugins-scripts/utils.pm.in: Allow hostnames beginning | ||
29 | with digits (O'Shaughnessy Evans - 1567390) | ||
30 | |||
31 | 2006-10-19 12:56 tonvoon | ||
32 | |||
33 | * plugins/t/check_smtp.t: Added tests for SMTP servers without TLS | ||
34 | and with TLS | ||
35 | |||
36 | 2006-10-19 01:25 opensides | ||
37 | |||
38 | * plugins/: check_apt.c, check_by_ssh.c, check_dig.c, check_dns.c, | ||
39 | check_dummy.c, check_fping.c, check_game.c, check_hpjd.c, | ||
40 | check_http.c, check_ide_smart.c, check_ldap.c, check_load.c, | ||
41 | check_mrtg.c, check_mrtgtraf.c, check_mysql.c, | ||
42 | check_mysql_query.c, check_nagios.c, check_nt.c, check_ntp.c, | ||
43 | check_nwstat.c, check_overcr.c, check_pgsql.c, check_ping.c, | ||
44 | check_procs.c: | ||
45 | first pass at cleaning localization for new release first pass at | ||
46 | making all the headre be the same licence, plugin, etc... | ||
47 | |||
48 | 2006-10-18 13:12 tonvoon | ||
49 | |||
50 | * plugins/: check_disk.c, t/check_disk.t: Re-added perf data to | ||
51 | check_disk | ||
52 | |||
53 | 2006-10-18 13:05 tonvoon | ||
54 | |||
55 | * lib/: utils_disk.h, tests/test_disk.c: Fix tests for exact | ||
56 | matches when searching filesystems | ||
57 | |||
58 | 2006-10-18 13:03 tonvoon | ||
59 | |||
60 | * lib/: utils_base.c, utils_base.h: Cater for different errors when | ||
61 | setting thresholds | ||
62 | |||
63 | 2006-10-12 21:36 tonvoon | ||
64 | |||
65 | * plugins/: check_smtp.c, t/check_smtp.t: Resend EHLO after TLS | ||
66 | negotiation as per RFC3207 (Holger Weiss - 1482832) | ||
67 | |||
68 | 2006-10-12 15:22 tonvoon | ||
69 | |||
70 | * plugins/check_ntp.c: Removed extraneous comma in perf data output | ||
71 | |||
72 | 2006-10-12 15:14 tonvoon | ||
73 | |||
74 | * plugins/: check_disk.c, t/check_disk.t: Remove the "- free space" | ||
75 | if status is OK | ||
76 | |||
77 | 2006-10-12 14:58 tonvoon | ||
78 | |||
79 | * NPTest.pm, THANKS.in, plugins/check_disk.c, | ||
80 | plugins/t/check_disk.t: Fixed output from -e in check_disk | ||
81 | (Andreas Behal) | ||
82 | |||
83 | 2006-10-02 13:09 tonvoon | ||
84 | |||
85 | * plugins/t/check_load.t: Fix test failure on poseidon | ||
86 | |||
87 | 2006-09-21 11:41 tonvoon | ||
88 | |||
89 | * THANKS.in, plugins/check_nwstat.c: Added perfdata for most | ||
90 | variables and new parameters: VMU, VMF, VMP, NRMH, NRMP, NRMM, | ||
91 | NRMS, NSS1 to NSS7 (Christian Mies) | ||
92 | |||
93 | 2006-09-02 21:41 seanius | ||
94 | |||
95 | * lib/utils_base.h, plugins/utils.h: - explicitly include | ||
96 | utils_base.h from utils.h - put utils.h inside of an | ||
97 | #ifndef/#endif | ||
98 | |||
99 | 2006-09-02 21:32 seanius | ||
100 | |||
101 | * plugins/check_tcp.c: - fix for warning/critical timeouts in | ||
102 | check_tcp.c, in which the plugin would exit with a usage error | ||
103 | if non-int timeouts were passed. - change | ||
104 | --warning-time/--critical-time to just --warning/--critical, as | ||
105 | it's what --help says. | ||
106 | |||
107 | 2006-08-14 10:04 tonvoon | ||
108 | |||
109 | * THANKS.in, plugins/check_disk.c: Fixed inode percent free output | ||
110 | (Mike Emigh - 1531899) | ||
111 | |||
112 | 2006-08-14 09:42 tonvoon | ||
113 | |||
114 | * plugins/t/check_ntp.t: Fixed skip of no ntp test | ||
115 | |||
116 | 2006-08-11 09:26 tonvoon | ||
117 | |||
118 | * plugins/: check_ntp.c, t/check_ntp.t: Catch no responses from any | ||
119 | server (1538341 - nmdias) | ||
120 | |||
121 | 2006-08-03 09:14 tonvoon | ||
122 | |||
123 | * tools/tinderbox_build: Interpret the snapshot datestamp as GMT | ||
124 | |||
125 | 2006-07-31 19:55 harpermann | ||
126 | |||
127 | * plugins/check_nt.c: Bug: 694259 fix. After consulting with the | ||
128 | target service authors, we decided to keep the default port as | ||
129 | 1248 and add a note about other services sometimes using this | ||
130 | port and suggesting to change the port. Closing bug. | ||
131 | |||
132 | 2006-07-31 15:09 tonvoon | ||
133 | |||
134 | * doc/developer-guidelines.sgml: M4 requirement for developer | ||
135 | platform | ||
136 | |||
137 | 2006-07-29 02:43 tonvoon | ||
138 | |||
139 | * plugins/common.h, plugins-root/check_dhcp.c: Fix two Solaris | ||
140 | compile problems | ||
141 | |||
142 | 2006-07-29 01:04 tonvoon | ||
143 | |||
144 | * po/POTFILES.in: Remove reference to check_udp.c | ||
145 | |||
146 | 2006-07-29 00:59 tonvoon | ||
147 | |||
148 | * configure.in, plugins/Makefile.am, plugins-scripts/Makefile.am: | ||
149 | Cleanup references to old check_udp and INSTALL_OPTS. Error if | ||
150 | --with-nagios-user or --with-nagios-group specified for configure | ||
151 | |||
152 | 2006-07-28 23:44 tonvoon | ||
153 | |||
154 | * CHANGES, plugins/Makefile.am, plugins/check_udp.c, | ||
155 | plugins/t/check_udp.t: check_udp.c deprecated and check_udp now | ||
156 | linked to check_tcp. check_udp2 removed | ||
157 | |||
158 | 2006-07-27 12:29 tonvoon | ||
159 | |||
160 | * doc/developer-guidelines.sgml: Example ranges (Nathan Vonnahme) | ||
161 | |||
162 | 2006-07-20 00:05 tonvoon | ||
163 | |||
164 | * THANKS.in, configure.in: Stricter autoconf 2.60 rules (Lance | ||
165 | Albertson - 1522900) | ||
166 | |||
167 | 2006-07-19 23:56 tonvoon | ||
168 | |||
169 | * plugins/common.h: Fix to add uintmax_t, for check_disk.c compile | ||
170 | |||
171 | 2006-07-19 23:37 tonvoon | ||
172 | |||
173 | * plugins/common.h: Fix for CHAR_MAX on Solaris 9 | ||
174 | |||
175 | 2006-07-14 10:47 tonvoon | ||
176 | |||
177 | * lib/: Makefile.am, utils_base.c: Missing header files | ||
178 | |||
179 | 2006-07-14 10:43 tonvoon | ||
180 | |||
181 | * plugins/check_disk.c: Fix inode percents using coreutils' | ||
182 | percentage calculation technique | ||
183 | |||
184 | 2006-07-14 00:58 tonvoon | ||
185 | |||
186 | * CHANGES, lib/utils_base.c, lib/utils_base.h, lib/utils_disk.c, | ||
187 | lib/utils_disk.h, lib/tests/test_utils.c, plugins/check_disk.c, | ||
188 | plugins/t/check_disk.t: Major fixes to check_disk. Now should | ||
189 | return same data as df | ||
190 | |||
191 | 2006-07-13 13:50 tonvoon | ||
192 | |||
193 | * Makefile.am, configure.in, lib/Makefile.am, lib/tests/.cvsignore, | ||
194 | lib/tests/Makefile.am, lib/tests/README, lib/tests/test_disk.c, | ||
195 | lib/tests/test_disk.t, lib/tests/test_utils.c, | ||
196 | lib/tests/test_utils.t, plugins/Makefile.am, | ||
197 | plugins/check_disk.c, plugins/check_dns.c, plugins/check_mysql.c, | ||
198 | plugins/check_mysql_query.c, plugins/utils.c, plugins/utils.h, | ||
199 | plugins/utils_disk.c, plugins/utils_disk.h, | ||
200 | plugins/tests/.cvsignore, plugins/tests/Makefile.am, | ||
201 | plugins/tests/README, plugins/tests/test_disk.c, | ||
202 | plugins/tests/test_disk.t, plugins/tests/test_utils.c, | ||
203 | plugins/tests/test_utils.t: Move new util_* functions to lib/ | ||
204 | |||
205 | 2006-07-13 09:54 tonvoon | ||
206 | |||
207 | * configure.in, lib/basename.c, lib/dirname.h, m4/basename.m4, | ||
208 | m4/dos.m4, m4/np_coreutils.m4, plugins/check_procs.c, | ||
209 | plugins/utils.c, plugins/utils.h: Using coreutils' base_name | ||
210 | function because of portability issues with Tru64 | ||
211 | |||
212 | 2006-07-12 23:53 tonvoon | ||
213 | |||
214 | * plugins/: check_disk.c, utils_disk.c, utils_disk.h, | ||
215 | t/check_disk.t: Added -E option for exact match of filesystem. | ||
216 | Restructured main filesystem loop. Added extra tests for possible | ||
217 | duplicate filesystems. | ||
218 | |||
219 | 2006-07-12 20:30 tonvoon | ||
220 | |||
221 | * plugins/: check_disk.c, utils_disk.c, utils_disk.h, | ||
222 | tests/.cvsignore, tests/test_disk.c: Moving parameter_list into | ||
223 | utils_disk.h. Given list of mount points, can now work out best | ||
224 | match or exact match. | ||
225 | |||
226 | 2006-07-12 13:15 tonvoon | ||
227 | |||
228 | * plugins/: Makefile.am, check_disk.c, utils_disk.c, utils_disk.h, | ||
229 | tests/Makefile.am, tests/test_disk.c, tests/test_disk.t: Moving | ||
230 | check_disk functions into utils_disk.c and testing them | ||
231 | |||
232 | 2006-07-11 13:38 tonvoon | ||
233 | |||
234 | * m4/fcntl-safer.m4, m4/np_coreutils.m4, m4/unistd-safer.m4, | ||
235 | lib/creat-safer.c, lib/dup-safer.c, lib/fcntl--.h, | ||
236 | lib/fcntl-safer.h, lib/fd-safer.c, lib/open-safer.c, | ||
237 | lib/pipe-safer.c, lib/unistd--.h, lib/unistd-safer.h: Extra files | ||
238 | from coreutils required for getloadavg.c to compile on Tru64 | ||
239 | (Ciro Iriarte - 1520331) | ||
240 | |||
241 | 2006-07-10 09:44 tonvoon | ||
242 | |||
243 | * lib/Makefile.am: Didn't add intprops.h into distribution | ||
244 | correctly | ||
245 | |||
246 | 2006-07-07 07:36 harpermann | ||
247 | |||
248 | * plugins/urlize.c: Added check for two arguments. Was segfaulting | ||
249 | if no or one arg. Now returns help. | ||
250 | |||
251 | 2006-07-05 14:45 tonvoon | ||
252 | |||
253 | * plugins-scripts/check_mailq.pl: Fixed checking of return codes | ||
254 | from external mailq programs | ||
255 | |||
256 | 2006-07-05 09:55 tonvoon | ||
257 | |||
258 | * tools/tinderbox_build: Add instructions for manually sending | ||
259 | Tinderbox build logs | ||
260 | |||
261 | 2006-07-05 09:26 tonvoon | ||
262 | |||
263 | * lib/: Makefile.am, intprops.h: Missing intprops.h for Tru64 (Ciro | ||
264 | Iriarte - 1517379) | ||
265 | |||
266 | 2006-07-04 10:47 tonvoon | ||
267 | |||
268 | * THANKS.in, m4/alloca.m4, m4/np_coreutils.m4: Added alloca.h check | ||
269 | and fixed locale.h, wchar.h (Ari Pollak - 1516578) | ||
270 | |||
271 | 2006-07-03 09:03 tonvoon | ||
272 | |||
273 | * plugins/check_dig.c: Fixed -p getopt call (Allan Bennett - | ||
274 | 1511650) | ||
275 | |||
276 | 2006-07-03 08:55 tonvoon | ||
277 | |||
278 | * THANKS.in, lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, | ||
279 | m4/c-strtod.m4, m4/np_coreutils.m4, plugins/Makefile.am: Fixed | ||
280 | compile on Tru64 5.1b (Ciro Iriarte - 1515435) | ||
281 | |||
282 | 2006-06-21 12:05 opensides | ||
283 | |||
284 | * plugins/: check_snmp.c, check_ssh.c: | ||
285 | cleaning help and usage | ||
286 | |||
287 | 2006-06-21 10:49 opensides | ||
288 | |||
289 | * po/LINGUAS: | ||
290 | fixing bug id #1509699 | ||
291 | |||
292 | 2006-06-20 12:17 opensides | ||
293 | |||
294 | * plugins/: check_procs.c, check_radius.c, check_real.c, | ||
295 | check_smtp.c, check_snmp.c, check_ssh.c: | ||
296 | cleaning help and usage + license | ||
297 | |||
298 | 2006-06-18 20:36 opensides | ||
299 | |||
300 | * plugins/: check_disk.c, check_time.c, check_udp.c, check_ups.c, | ||
301 | check_users.c, gethostbyname.c, gethostbyname.h, negate.c, | ||
302 | netutils.c, popen.c, runcmd.c, sslutils.c, urlize.c, utils.c: | ||
303 | updating help and usage and license | ||
304 | |||
305 | 2006-06-17 13:28 opensides | ||
306 | |||
307 | * plugins/: check_hpjd.c, check_nt.c, check_ntp.c, check_nwstat.c, | ||
308 | check_overcr.c, check_pgsql.c, check_ping.c, check_procs.c: | ||
309 | cleaning up help and usage | ||
310 | |||
311 | 2006-06-15 13:52 opensides | ||
312 | |||
313 | * plugins/: check_ldap.c, check_load.c, check_mrtg.c, | ||
314 | check_mysql.c, check_mysql_query.c, check_nagios.c: | ||
315 | cleaning help and usage | ||
316 | |||
317 | 2006-06-15 11:16 opensides | ||
318 | |||
319 | * plugins/check_ide_smart.c: | ||
320 | cleaning help and usage | ||
321 | |||
322 | 2006-06-14 22:27 opensides | ||
323 | |||
324 | * plugins/: check_dns.c, check_dummy.c, check_fping.c, | ||
325 | check_game.c: | ||
326 | updating the help and usage for localization | ||
327 | |||
328 | 2006-06-14 20:15 tonvoon | ||
329 | |||
330 | * INSTALLING, doc/developer-guidelines.sgml: Updated requirements | ||
331 | for development platform | ||
332 | |||
333 | 2006-06-14 19:48 opensides | ||
334 | |||
335 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c: | ||
336 | starting the BIG locale update ;-) | ||
337 | |||
338 | 2006-06-07 15:28 seanius | ||
339 | |||
340 | * contrib/check_linux_raid.pl: some gratuitous whitespace changes, | ||
341 | and a fix to the "recovery =" detection logic in | ||
342 | check_linux_raid.pl | ||
343 | |||
344 | 2006-06-07 15:23 seanius | ||
345 | |||
346 | * plugins-scripts/utils.pm.in: removed stale references to | ||
347 | PATH_TO_NTPFOO, as it's no longer used. | ||
348 | |||
349 | 2006-06-07 08:59 tonvoon | ||
350 | |||
351 | * plugins-root/Makefile.am: Do not install setuid programs unless | ||
352 | run as root | ||
353 | |||
354 | 2006-06-07 08:18 tonvoon | ||
355 | |||
356 | * tools/setup, plugins-root/Makefile.am: Fixed two build problems | ||
357 | re: libtool and pst3 | ||
358 | |||
359 | 2006-06-06 17:48 seanius | ||
360 | |||
361 | * plugins/check_pgsql.c: modify the is_pg_dbname() function to | ||
362 | allow databases with '-' in their name. reference: sf tracker | ||
363 | #1500752 | ||
364 | |||
365 | 2006-06-04 00:06 seanius | ||
366 | |||
367 | * configure.in: removed the -R for openssl, as it should be figured | ||
368 | out automatically by libtool and also controlled via the | ||
369 | --enable-rpath/--disable-rpath configure options. furthermore | ||
370 | keeping it in forces the rpath option on in spite of what's | ||
371 | passed on the configure line. | ||
372 | |||
373 | 2006-06-01 23:30 seanius | ||
374 | |||
375 | * contrib/check_linux_raid.pl: gave some TLC to check_linux_raid | ||
376 | |||
377 | 2006-05-30 10:55 tonvoon | ||
378 | |||
379 | * configure.in: Default to search path for mysql_config | ||
380 | |||
381 | 2006-05-30 10:39 tonvoon | ||
382 | |||
383 | * THANKS.in: For reporting check_radius compile problem | ||
384 | |||
385 | 2006-05-30 10:19 tonvoon | ||
386 | |||
387 | * .cvsignore, config.guess, config.sub, ltmain.sh, | ||
388 | doc/developer-guidelines.sgml: Added libtool files, at version | ||
389 | 1.5.22, into CVS | ||
390 | |||
391 | 2006-05-25 18:40 egalstad | ||
392 | |||
393 | * plugins-root/check_dhcp.c: Applied patch for responses from | ||
394 | helpers/relays, cleaned up different coding styles for | ||
395 | consistency | ||
396 | |||
397 | 2006-05-25 17:59 tonvoon | ||
398 | |||
399 | * lib/regex.o: Removed unnecessary file | ||
400 | |||
401 | 2006-05-25 17:58 tonvoon | ||
402 | |||
403 | * configure.in, lib/Makefile.am, plugins/common.h: Gettext fixes to | ||
404 | sync with coreutils | ||
405 | |||
406 | 2006-05-25 17:53 egalstad | ||
407 | |||
408 | * plugins-root/check_dhcp.c: Fixed short interface name length, | ||
409 | UNKNOWN return code (patches from tracker) | ||
410 | |||
411 | 2006-05-25 16:34 tonvoon | ||
412 | |||
413 | * plugins/: check_http.c, t/check_http.t: Option to invert results | ||
414 | from a regexp pattern match | ||
415 | |||
416 | 2006-05-25 13:33 tonvoon | ||
417 | |||
418 | * configure.in, lib/.cvsignore, lib/regcomp.c, lib/regex.c, | ||
419 | lib/regex.h, lib/regex.o, lib/regex_internal.c, | ||
420 | lib/regex_internal.h, lib/regexec.c, lib/strcase.h, | ||
421 | m4/.cvsignore, m4/np_coreutils.m4, m4/regex.m4, m4/restrict.m4, | ||
422 | plugins/check_apt.c, plugins/check_http.c, plugins/check_smtp.c, | ||
423 | plugins/check_snmp.c: Use coreutils' regexp libraries, so regexp | ||
424 | always available now | ||
425 | |||
426 | 2006-05-25 13:13 tonvoon | ||
427 | |||
428 | * m4/ls-mntd-fs.m4: Sync with coreutils 5.96 | ||
429 | |||
430 | 2006-05-24 13:48 tonvoon | ||
431 | |||
432 | * THANKS.in, configure.in: Fix for mysql 3.x (Jeremy Reed, Michael | ||
433 | Tiernan - 1491936) | ||
434 | |||
435 | 2006-05-24 10:23 tonvoon | ||
436 | |||
437 | * doc/developer-guidelines.sgml: Reminder of no inline variable | ||
438 | declarations | ||
439 | |||
440 | 2006-05-24 10:05 tonvoon | ||
441 | |||
442 | * plugins/check_snmp.c: Variables need to be declared at top of | ||
443 | code for better portability (Gerhard Lausser) | ||
444 | |||
445 | 2006-05-19 22:41 tonvoon | ||
446 | |||
447 | * configure.in, doc/developer-guidelines.sgml: Requirement of | ||
448 | automake 1.8.3, as coreutils needs it | ||
449 | |||
450 | 2006-05-19 22:30 tonvoon | ||
451 | |||
452 | * .cvsignore, config.rpath, mkinstalldirs, po/.cvsignore, | ||
453 | po/remove-potcdate.sin: Adding more required files from gettext | ||
454 | |||
455 | 2006-05-19 00:17 tonvoon | ||
456 | |||
457 | * tools/setup: Bug in Makefile.am creation | ||
458 | |||
459 | 2006-05-19 00:09 tonvoon | ||
460 | |||
461 | * .cvsignore, ABOUT-NLS, m4/Makefile.am, m4/Makefile.am.in, | ||
462 | po/.cvsignore, po/Makefile.in.in, tools/setup: Fixes from | ||
463 | coreutils sync: some files now required and removed generateable | ||
464 | files | ||
465 | |||
466 | 2006-05-18 23:05 tonvoon | ||
467 | |||
468 | * .cvsignore, Makefile.am, configure.in, | ||
469 | doc/developer-guidelines.sgml, lib/Makefile.am, lib/cloexec.c, | ||
470 | lib/cloexec.h, lib/error.c, lib/error.h, lib/exit.h, | ||
471 | lib/exitfail.c, lib/exitfail.h, lib/fsusage.c, lib/fsusage.h, | ||
472 | lib/full-read.c, lib/full-read.h, lib/full-write.c, | ||
473 | lib/full-write.h, lib/getloadavg.c, lib/getopt.c, lib/getopt.h, | ||
474 | lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/gettext.h, | ||
475 | lib/malloc.c, lib/mountlist.c, lib/mountlist.h, lib/realloc.c, | ||
476 | lib/safe-read.c, lib/safe-read.h, lib/safe-write.c, | ||
477 | lib/safe-write.h, lib/stdbool_.h, lib/strtod.c, | ||
478 | lib/unlocked-io.h, lib/xalloc-die.c, lib/xalloc.h, lib/xmalloc.c, | ||
479 | m4/.cvsignore, m4/Makefile.am, m4/afs.m4, m4/codeset.m4, | ||
480 | m4/error.m4, m4/exitfail.m4, m4/extensions.m4, m4/fstypename.m4, | ||
481 | m4/fsusage.m4, m4/getopt.m4, m4/gettext.m4, m4/glibc21.m4, | ||
482 | m4/iconv.m4, m4/intdiv0.m4, m4/inttypes-pri.m4, m4/inttypes.m4, | ||
483 | m4/inttypes_h.m4, m4/isc-posix.m4, m4/lcmessage.m4, m4/lib-ld.m4, | ||
484 | m4/lib-link.m4, m4/lib-prefix.m4, m4/longdouble.m4, | ||
485 | m4/longlong.m4, m4/ls-mntd-fs.m4, m4/malloc.m4, m4/mountlist.m4, | ||
486 | m4/nls.m4, m4/np_coreutils.m4, m4/onceonly.m4, | ||
487 | m4/onceonly_2_57.m4, m4/po.m4, m4/progtest.m4, m4/realloc.m4, | ||
488 | m4/signed.m4, m4/stdbool.m4, m4/stdint_h.m4, m4/uintmax_t.m4, | ||
489 | m4/ulonglong.m4, m4/unlocked-io.m4, m4/wchar_t.m4, m4/wint_t.m4, | ||
490 | m4/xalloc.m4, plugins/.cvsignore, plugins/check_disk.c, | ||
491 | plugins/common.h, plugins/tests/.cvsignore, | ||
492 | plugins-root/.cvsignore, plugins-root/check_dhcp.c, | ||
493 | po/.cvsignore, tools/setup: Synchronise with coreutils 2.95. | ||
494 | Gettext now synced with coreutils, so no longer development | ||
495 | platform requirement | ||
496 | |||
497 | 2006-05-17 11:10 tonvoon | ||
498 | |||
499 | * configure.in: Fix for loading SSL libraries at runtime | ||
500 | |||
501 | 2006-05-17 09:56 tonvoon | ||
502 | |||
503 | * configure.in, plugins-root/Makefile.am: Fix compile problems on | ||
504 | Solaris for pst3 and ssl libs | ||
505 | |||
506 | 2006-05-15 14:20 tonvoon | ||
507 | |||
508 | * CHANGES, contrib/check_disk_snmp.pl: check_disk_snmp.pl removed. | ||
509 | Notice added to CHANGES | ||
510 | |||
511 | 2006-05-15 14:07 tonvoon | ||
512 | |||
513 | * tools/sfsnapshot: Changed snapshot generator due to cvs changes | ||
514 | on SF | ||
515 | |||
516 | 2006-05-03 15:12 tonvoon | ||
517 | |||
518 | * doc/LEAVERS: Leavers process documented | ||
519 | |||
520 | 2006-05-02 09:30 tonvoon | ||
521 | |||
522 | * plugins/check_disk.c: Inode thresholds not always being | ||
523 | initialised (James Fidell - 1476457) | ||
524 | |||
525 | 2006-05-02 09:21 tonvoon | ||
526 | |||
527 | * CHANGES: New check_ntp and check_apt plugins by Sean | ||
528 | |||
529 | 2006-05-01 22:52 seanius | ||
530 | |||
531 | * configure.in, plugins/Makefile.am, plugins/check_ntp.c, | ||
532 | plugins/common.h, plugins/runcmd.c, plugins-scripts/Makefile.am: | ||
533 | - check_ntp: - now roughly feature-complete. - various | ||
534 | bugfixes, esp. offset calculation. - enhanced the asynchronous | ||
535 | offset polling to set requests that haven't recieved a | ||
536 | response in >= 1 second to stale and retransmit them, which | ||
537 | results in much better performance on unreliable networks. - | ||
538 | we only spend timeout/2 seconds polling offsets, and if we don't | ||
539 | get everything by that point we work with what we have and | ||
540 | set status to warning/critical depending on how much data we | ||
541 | have. - set the same defaults as the perl script. - commit | ||
542 | changes to configure.in to support automatic building of | ||
543 | check_apt (if apt-get is installed and regex libraries | ||
544 | available) and check_ntp (unconditionally), now defaulting to | ||
545 | check_ntp.c instead of the perl script. if this is an issue we | ||
546 | can back out the commit of course. an eye should be kept on | ||
547 | check_ntp building and running correctly in different | ||
548 | environments, esp. 64-bit and big-endian platforms, and those | ||
549 | with more "esoteric" API's (do any of the platforms not have | ||
550 | poll()?). - similar changes to Makefile.am's. - common.h: add | ||
551 | statement to include sys/poll.h - runcmd.c: exit STATE_UNKNOWN if | ||
552 | execve() fails. | ||
553 | |||
554 | 2006-04-28 16:52 tonvoon | ||
555 | |||
556 | * configure.in: Remove stupid error where pst3 was always compiled | ||
557 | |||
558 | 2006-04-28 09:45 tonvoon | ||
559 | |||
560 | * configure.in, plugins-root/Makefile.am: Added pst3 into | ||
561 | distribution (Jason Kau - 1476451) | ||
562 | |||
563 | 2006-04-27 14:25 tonvoon | ||
564 | |||
565 | * configure.in, plugins/check_procs.c, plugins/utils.c, | ||
566 | plugins/utils.h, plugins/tests/test_utils.c: Internal version of | ||
567 | basename if one not found in system | ||
568 | |||
569 | 2006-04-19 10:33 tonvoon | ||
570 | |||
571 | * plugins/t/check_nagios.t: Fix check_nagios tests on MacOSX 10.4 | ||
572 | |||
573 | 2006-04-19 04:47 sghosh | ||
574 | |||
575 | * ChangeLog: ChangeLog update - release pending | ||
576 | |||
577 | 2006-04-19 04:42 sghosh | ||
2 | 578 | ||
3 | * configure.in, package.def: version update - release pending | 579 | * configure.in, package.def: version update - release pending |
4 | 580 | ||
5 | 2006-04-17 17:08 opensides | 581 | 2006-04-17 22:08 opensides |
6 | 582 | ||
7 | * po/fr.po: | 583 | * po/fr.po: |
8 | Final commit of fr.po | 584 | Final commit of fr.po |
9 | 585 | ||
10 | 2006-04-17 09:54 opensides | 586 | 2006-04-17 14:54 opensides |
11 | 587 | ||
12 | * po/fr.po: | 588 | * po/fr.po: |
13 | another big chunk of fr.po | 589 | another big chunk of fr.po |
14 | 590 | ||
15 | Still 20 to go ;) | 591 | Still 20 to go ;) |
16 | 592 | ||
17 | 2006-04-16 10:24 opensides | 593 | 2006-04-16 15:24 opensides |
18 | 594 | ||
19 | * po/fr.po: | 595 | * po/fr.po: |
20 | big revision of po file for 1.4.3 | 596 | big revision of po file for 1.4.3 |
21 | 597 | ||
22 | 2006-04-15 06:46 opensides | 598 | 2006-04-15 11:46 opensides |
23 | 599 | ||
24 | * po/fr.po: | 600 | * po/fr.po: |
25 | second part of fr.po updating | 601 | second part of fr.po updating |
26 | 602 | ||
27 | 2006-04-14 18:44 opensides | 603 | 2006-04-14 23:44 opensides |
28 | 604 | ||
29 | * po/: de.po, fr.po, nagios-plugins.pot: | 605 | * po/: de.po, fr.po, nagios-plugins.pot: |
30 | updated pot file sarted updating fr.po for nagios 1.4.3 | 606 | updated pot file sarted updating fr.po for nagios 1.4.3 |
31 | 607 | ||
32 | 2006-04-12 06:00 seanius | 608 | 2006-04-12 11:00 seanius |
33 | 609 | ||
34 | * plugins/check_ntp.c: the offset_requests are now parallelized. | 610 | * plugins/check_ntp.c: the offset_requests are now parallelized. |
35 | still stuff needs to be done (conveniently marked with XXX), but | 611 | still stuff needs to be done (conveniently marked with XXX), but |
36 | on well behaving networks the plugin should behave more or less | 612 | on well behaving networks the plugin should behave more or less |
37 | identical to check_ntp.pl now. | 613 | identical to check_ntp.pl now. |
38 | 614 | ||
39 | 2006-04-12 02:33 seanius | 615 | 2006-04-12 07:33 seanius |
40 | 616 | ||
41 | * plugins/check_ntp.c: added a currently unused but "good for | 617 | * plugins/check_ntp.c: added a currently unused but "good for |
42 | reference" version of offset_request which attempts to behave | 618 | reference" version of offset_request which attempts to behave |
43 | more like ntpdate, but this doesn't yet and the code isn't | 619 | more like ntpdate, but this doesn't yet and the code isn't |
44 | actually used yet. | 620 | actually used yet. |
45 | 621 | ||
46 | 2006-04-11 19:24 seanius | 622 | 2006-04-12 00:24 seanius |
47 | 623 | ||
48 | * plugins/check_ntp.c: another big code-commit to check_ntp. | 624 | * plugins/check_ntp.c: another big code-commit to check_ntp. |
49 | jitter calculations now work, and the program is becoming much | 625 | jitter calculations now work, and the program is becoming much |
50 | closer on the packet-for-packet level to how check_ntp.pl | 626 | closer on the packet-for-packet level to how check_ntp.pl |
51 | behaves. i'll send an email in the morning :) | 627 | behaves. i'll send an email in the morning :) |
52 | 628 | ||
53 | 2006-04-06 06:08 tonvoon | 629 | 2006-04-06 11:08 tonvoon |
54 | 630 | ||
55 | * THANKS.in, plugins/utils.c: Stop coredump on Solaris if arg not | 631 | * THANKS.in, plugins/utils.c: Stop coredump on Solaris if arg not |
56 | specified (Jason Kau - 1465288) | 632 | specified (Jason Kau - 1465288) |
57 | 633 | ||
58 | 2006-04-05 04:11 tonvoon | 634 | 2006-04-05 09:11 tonvoon |
59 | 635 | ||
60 | * CHANGES: Notice added re: check_udp in next release | 636 | * CHANGES: Notice added re: check_udp in next release |
61 | 637 | ||
62 | 2006-04-05 04:06 tonvoon | 638 | 2006-04-05 09:06 tonvoon |
63 | 639 | ||
64 | * plugins/check_procs.c: Use pid_t for pids (1463853) | 640 | * plugins/check_procs.c: Use pid_t for pids (1463853) |
65 | 641 | ||
66 | 2006-04-05 03:58 tonvoon | 642 | 2006-04-05 08:58 tonvoon |
67 | 643 | ||
68 | * plugins/: check_http.c, t/check_http.t: Allow multiple -k | 644 | * plugins/: check_http.c, t/check_http.t: Allow multiple -k |
69 | parameters (Gerd Mueller - 1457726) | 645 | parameters (Gerd Mueller - 1457726) |
70 | 646 | ||
71 | 2006-04-05 02:58 seanius | 647 | 2006-04-05 07:58 seanius |
72 | 648 | ||
73 | * plugins/check_apt.c: finally??? cvs works again???? let me dig | 649 | * plugins/check_apt.c: finally??? cvs works again???? let me dig |
74 | up my week-old cvs commit message..... | 650 | up my week-old cvs commit message..... |
@@ -84,197 +660,197 @@ | |||
84 | might need to change the name of this option to prevent | 660 | might need to change the name of this option to prevent |
85 | confusion. - improved -h documentation | 661 | confusion. - improved -h documentation |
86 | 662 | ||
87 | 2006-03-29 11:33 tonvoon | 663 | 2006-03-29 17:33 tonvoon |
88 | 664 | ||
89 | * THANKS.in, plugins/check_tcp.c, plugins/utils.c, plugins/utils.h, | 665 | * THANKS.in, plugins/check_tcp.c, plugins/utils.c, plugins/utils.h, |
90 | plugins/tests/test_utils.c: New function to for escaped strings | 666 | plugins/tests/test_utils.c: New function to for escaped strings |
91 | from command line for send/quit. Adapted from Sebastian | 667 | from command line for send/quit. Adapted from Sebastian |
92 | Wiesinger's patch (1292404) | 668 | Wiesinger's patch (1292404) |
93 | 669 | ||
94 | 2006-03-29 10:30 tonvoon | 670 | 2006-03-29 16:30 tonvoon |
95 | 671 | ||
96 | * NPTest.pm: Will die if signal received from a testCmd | 672 | * NPTest.pm: Will die if signal received from a testCmd |
97 | 673 | ||
98 | 2006-03-29 09:37 tonvoon | 674 | 2006-03-29 15:37 tonvoon |
99 | 675 | ||
100 | * plugins/t/check_udp.t: Allow 1 second delay in check_udp timeout | 676 | * plugins/t/check_udp.t: Allow 1 second delay in check_udp timeout |
101 | 677 | ||
102 | 2006-03-29 03:18 tonvoon | 678 | 2006-03-29 09:18 tonvoon |
103 | 679 | ||
104 | * plugins/t/check_http.t: Fix possible timeout issue on | 680 | * plugins/t/check_http.t: Fix possible timeout issue on |
105 | hostname_invalid | 681 | hostname_invalid |
106 | 682 | ||
107 | 2006-03-29 03:13 tonvoon | 683 | 2006-03-29 09:13 tonvoon |
108 | 684 | ||
109 | * plugins/t/check_dns.t: Fix test if response time is one second | 685 | * plugins/t/check_dns.t: Fix test if response time is one second |
110 | 686 | ||
111 | 2006-03-29 03:01 seanius | 687 | 2006-03-29 09:01 seanius |
112 | 688 | ||
113 | * plugins/check_apt.c: now support for detecting critical/security | 689 | * plugins/check_apt.c: now support for detecting critical/security |
114 | updates, which sets the return code to STATE_CRITICAL instead of | 690 | updates, which sets the return code to STATE_CRITICAL instead of |
115 | just STATE_WARNING as it was previously doing. | 691 | just STATE_WARNING as it was previously doing. |
116 | 692 | ||
117 | 2006-03-27 03:39 tonvoon | 693 | 2006-03-27 09:39 tonvoon |
118 | 694 | ||
119 | * plugins/t/check_udp.t: Set timeout within nc, rather than the | 695 | * plugins/t/check_udp.t: Set timeout within nc, rather than the |
120 | test script | 696 | test script |
121 | 697 | ||
122 | 2006-03-27 03:19 tonvoon | 698 | 2006-03-27 09:19 tonvoon |
123 | 699 | ||
124 | * plugins/check_disk.c: Fixed bug with malloc of wrong size | 700 | * plugins/check_disk.c: Fixed bug with malloc of wrong size |
125 | 701 | ||
126 | 2006-03-24 12:26 tonvoon | 702 | 2006-03-24 17:26 tonvoon |
127 | 703 | ||
128 | * plugins/t/check_dns.t: Fixing defaults to work | 704 | * plugins/t/check_dns.t: Fixing defaults to work |
129 | 705 | ||
130 | 2006-03-24 11:49 tonvoon | 706 | 2006-03-24 16:49 tonvoon |
131 | 707 | ||
132 | * CHANGES: Reintroduced --with-mysql configure option. Note about | 708 | * CHANGES: Reintroduced --with-mysql configure option. Note about |
133 | SSL cleanup | 709 | SSL cleanup |
134 | 710 | ||
135 | 2006-03-24 11:25 tonvoon | 711 | 2006-03-24 16:25 tonvoon |
136 | 712 | ||
137 | * plugins/check_http.c: -C now implies -S/--ssl as well | 713 | * plugins/check_http.c: -C now implies -S/--ssl as well |
138 | 714 | ||
139 | 2006-03-24 11:13 tonvoon | 715 | 2006-03-24 16:13 tonvoon |
140 | 716 | ||
141 | * plugins/t/: check_hpjd.t, check_http.t: Tests converted to new | 717 | * plugins/t/: check_hpjd.t, check_http.t: Tests converted to new |
142 | style | 718 | style |
143 | 719 | ||
144 | 2006-03-24 11:12 tonvoon | 720 | 2006-03-24 16:12 tonvoon |
145 | 721 | ||
146 | * plugins/: check_tcp.c, t/check_udp.t: udp checks require and send | 722 | * plugins/: check_tcp.c, t/check_udp.t: udp checks require and send |
147 | and receive option. Tests updated so if nc is available, will | 723 | and receive option. Tests updated so if nc is available, will |
148 | check send and receive working correctly | 724 | check send and receive working correctly |
149 | 725 | ||
150 | 2006-03-23 17:58 seanius | 726 | 2006-03-23 22:58 seanius |
151 | 727 | ||
152 | * plugins/check_apt.c: - addition of include/exclude option for | 728 | * plugins/check_apt.c: - addition of include/exclude option for |
153 | package names in check_apt, using POSIX regexp support. - | 729 | package names in check_apt, using POSIX regexp support. - |
154 | various commenting and tidying of code/logic/output. - still | 730 | various commenting and tidying of code/logic/output. - still |
155 | haven't committed the Makefile.am/configure.in stuff. | 731 | haven't committed the Makefile.am/configure.in stuff. |
156 | 732 | ||
157 | 2006-03-23 12:16 tonvoon | 733 | 2006-03-23 17:16 tonvoon |
158 | 734 | ||
159 | * NPTest.pm, plugins/check_disk.c, plugins/t/check_disk.t: | 735 | * NPTest.pm, plugins/check_disk.c, plugins/t/check_disk.t: |
160 | check_disk now errors if a specified directory does not exist (cf | 736 | check_disk now errors if a specified directory does not exist (cf |
161 | df /foo) | 737 | df /foo) |
162 | 738 | ||
163 | 2006-03-23 11:06 tonvoon | 739 | 2006-03-23 16:06 tonvoon |
164 | 740 | ||
165 | * plugins/t/check_disk.t: Some versions of Test::More do not like | 741 | * plugins/t/check_disk.t: Some versions of Test::More do not like |
166 | the m#foo# syntax | 742 | the m#foo# syntax |
167 | 743 | ||
168 | 2006-03-23 07:01 tonvoon | 744 | 2006-03-23 12:01 tonvoon |
169 | 745 | ||
170 | * NPTest.pm, plugins/check_disk.c, plugins/t/check_disk.t: | 746 | * NPTest.pm, plugins/check_disk.c, plugins/t/check_disk.t: |
171 | Incorrect output when checking non-existent disk (John Rouillard | 747 | Incorrect output when checking non-existent disk (John Rouillard |
172 | - 1326050) | 748 | - 1326050) |
173 | 749 | ||
174 | 2006-03-22 19:01 seanius | 750 | 2006-03-23 00:01 seanius |
175 | 751 | ||
176 | * plugins/check_apt.c: more work on check_apt. more graceful error | 752 | * plugins/check_apt.c: more work on check_apt. more graceful error |
177 | handling and information reporting, a couple new cmdline options. | 753 | handling and information reporting, a couple new cmdline options. |
178 | still not quite ready for prime-time, maybe tomorrow :) | 754 | still not quite ready for prime-time, maybe tomorrow :) |
179 | 755 | ||
180 | 2006-03-22 12:32 tonvoon | 756 | 2006-03-22 17:32 tonvoon |
181 | 757 | ||
182 | * REQUIREMENTS, configure.in: Reinstated --with-mysql option | 758 | * REQUIREMENTS, configure.in: Reinstated --with-mysql option |
183 | 759 | ||
184 | 2006-03-22 11:45 tonvoon | 760 | 2006-03-22 16:45 tonvoon |
185 | 761 | ||
186 | * plugins/: check_dns.c, t/check_dns.t: Added warning and critical | 762 | * plugins/: check_dns.c, t/check_dns.t: Added warning and critical |
187 | response times (John Rouillard - 1343159) | 763 | response times (John Rouillard - 1343159) |
188 | 764 | ||
189 | 2006-03-22 10:45 tonvoon | 765 | 2006-03-22 15:45 tonvoon |
190 | 766 | ||
191 | * plugins/t/check_pop.t: Convert to new style tests | 767 | * plugins/t/check_pop.t: Convert to new style tests |
192 | 768 | ||
193 | 2006-03-22 10:45 tonvoon | 769 | 2006-03-22 15:45 tonvoon |
194 | 770 | ||
195 | * THANKS.in, plugins/check_tcp.c: Options to change line ends for | 771 | * THANKS.in, plugins/check_tcp.c: Options to change line ends for |
196 | -s and -q (John Rouillard - 1346104) | 772 | -s and -q (John Rouillard - 1346104) |
197 | 773 | ||
198 | 2006-03-22 09:32 tonvoon | 774 | 2006-03-22 14:32 tonvoon |
199 | 775 | ||
200 | * plugins-scripts/check_log.sh: Remove PATH restriction | 776 | * plugins-scripts/check_log.sh: Remove PATH restriction |
201 | 777 | ||
202 | 2006-03-22 09:17 tonvoon | 778 | 2006-03-22 14:17 tonvoon |
203 | 779 | ||
204 | * plugins/: check_dns.c, t/check_dns.t: New style tests. Cleanup of | 780 | * plugins/: check_dns.c, t/check_dns.t: New style tests. Cleanup of |
205 | presentation of help. Added '' around -a checks | 781 | presentation of help. Added '' around -a checks |
206 | 782 | ||
207 | 2006-03-22 08:18 tonvoon | 783 | 2006-03-22 13:18 tonvoon |
208 | 784 | ||
209 | * plugins/check_by_ssh.c: Typo (Thomas Guettler - 1433447) | 785 | * plugins/check_by_ssh.c: Typo (Thomas Guettler - 1433447) |
210 | 786 | ||
211 | 2006-03-22 07:59 tonvoon | 787 | 2006-03-22 12:59 tonvoon |
212 | 788 | ||
213 | * plugins-scripts/: check_log.sh, utils.sh.in: Remove hardlink to | 789 | * plugins-scripts/: check_log.sh, utils.sh.in: Remove hardlink to |
214 | /bin/sed. Leave to PATH (Abs - 1391483) | 790 | /bin/sed. Leave to PATH (Abs - 1391483) |
215 | 791 | ||
216 | 2006-03-21 19:00 seanius | 792 | 2006-03-22 00:00 seanius |
217 | 793 | ||
218 | * plugins/check_apt.c: initial version of a check_apt plugin... not | 794 | * plugins/check_apt.c: initial version of a check_apt plugin... not |
219 | editing configure/Makefile.am's until i'm happier with it (better | 795 | editing configure/Makefile.am's until i'm happier with it (better |
220 | output, better ways to define warning vs. critical thresholds... | 796 | output, better ways to define warning vs. critical thresholds... |
221 | etc). | 797 | etc). |
222 | 798 | ||
223 | 2006-03-21 09:20 tonvoon | 799 | 2006-03-21 14:20 tonvoon |
224 | 800 | ||
225 | * THANKS.in, configure.in: Stop check_dns from compiling if | 801 | * THANKS.in, configure.in: Stop check_dns from compiling if |
226 | nslookup does not exist (Sakari Lehtonen - 1412721) | 802 | nslookup does not exist (Sakari Lehtonen - 1412721) |
227 | 803 | ||
228 | 2006-03-21 08:42 tonvoon | 804 | 2006-03-21 13:42 tonvoon |
229 | 805 | ||
230 | * plugins/t/check_load.t: Updated to new Test::More method for | 806 | * plugins/t/check_load.t: Updated to new Test::More method for |
231 | testing | 807 | testing |
232 | 808 | ||
233 | 2006-03-21 08:32 tonvoon | 809 | 2006-03-21 13:32 tonvoon |
234 | 810 | ||
235 | * configure.in: Fix for mysql 3.x | 811 | * configure.in: Fix for mysql 3.x |
236 | 812 | ||
237 | 2006-03-21 08:31 tonvoon | 813 | 2006-03-21 13:31 tonvoon |
238 | 814 | ||
239 | * plugins/check_tcp.c: Return CRITICAL if hostname invalid, as per | 815 | * plugins/check_tcp.c: Return CRITICAL if hostname invalid, as per |
240 | guidelines | 816 | guidelines |
241 | 817 | ||
242 | 2006-03-21 07:56 tonvoon | 818 | 2006-03-21 12:56 tonvoon |
243 | 819 | ||
244 | * tools/setup: Patch to workaround SFnot having libtool installed | 820 | * tools/setup: Patch to workaround SFnot having libtool installed |
245 | 821 | ||
246 | 2006-03-21 06:42 tonvoon | 822 | 2006-03-21 11:42 tonvoon |
247 | 823 | ||
248 | * REQUIREMENTS, CHANGES, THANKS.in, configure.in, | 824 | * REQUIREMENTS, CHANGES, THANKS.in, configure.in, |
249 | plugins/Makefile.am, plugins/tests/Makefile.am: mysql discovery | 825 | plugins/Makefile.am, plugins/tests/Makefile.am: mysql discovery |
250 | based on mysql_config (Johan Fischer - 1359414) | 826 | based on mysql_config (Johan Fischer - 1359414) |
251 | 827 | ||
252 | 2006-03-20 17:06 seanius | 828 | 2006-03-20 22:06 seanius |
253 | 829 | ||
254 | * plugins/check_ntp.c: - shuffling some code around to keep things | 830 | * plugins/check_ntp.c: - shuffling some code around to keep things |
255 | tidy. - now average the result of 4 queries just as ntpdate does | 831 | tidy. - now average the result of 4 queries just as ntpdate does |
256 | - put things in place for jitter calculation | 832 | - put things in place for jitter calculation |
257 | 833 | ||
258 | 2006-03-20 12:18 seanius | 834 | 2006-03-20 17:18 seanius |
259 | 835 | ||
260 | * plugins/check_ntp.c: ipv6 support for c-version of check_ntp | 836 | * plugins/check_ntp.c: ipv6 support for c-version of check_ntp |
261 | 837 | ||
262 | 2006-03-18 14:00 seanius | 838 | 2006-03-18 19:00 seanius |
263 | 839 | ||
264 | * plugins/check_ntp.c: initial version of the pure-c check_ntp | 840 | * plugins/check_ntp.c: initial version of the pure-c check_ntp |
265 | implementation. jitter not yet implemented, and a couple other | 841 | implementation. jitter not yet implemented, and a couple other |
266 | misc things to do, so i haven't yet patched Makefile.am | 842 | misc things to do, so i haven't yet patched Makefile.am |
267 | 843 | ||
268 | 2006-03-18 09:47 seanius | 844 | 2006-03-18 14:47 seanius |
269 | 845 | ||
270 | * plugins/check_http.c: return-logic related fix for cert checking, | 846 | * plugins/check_http.c: return-logic related fix for cert checking, |
271 | thanks to emmet hogan. | 847 | thanks to emmet hogan. |
272 | 848 | ||
273 | 2006-03-17 09:08 tonvoon | 849 | 2006-03-17 14:08 tonvoon |
274 | 850 | ||
275 | * plugins/tests/test_utils.t: Better error message re: tap library | 851 | * plugins/tests/test_utils.t: Better error message re: tap library |
276 | 852 | ||
277 | 2006-03-17 09:07 tonvoon | 853 | 2006-03-17 14:07 tonvoon |
278 | 854 | ||
279 | * REQUIREMENTS, configure.in, plugins/Makefile.am, | 855 | * REQUIREMENTS, configure.in, plugins/Makefile.am, |
280 | plugins/check_mysql.c, plugins/check_mysql_query.c, | 856 | plugins/check_mysql.c, plugins/check_mysql_query.c, |
@@ -282,120 +858,120 @@ | |||
282 | linking, autodetection of main locations, detection of lib64 and | 858 | linking, autodetection of main locations, detection of lib64 and |
283 | different layouts | 859 | different layouts |
284 | 860 | ||
285 | 2006-03-17 05:20 tonvoon | 861 | 2006-03-17 10:20 tonvoon |
286 | 862 | ||
287 | * doc/developer-guidelines.sgml: Added requirement for developer | 863 | * doc/developer-guidelines.sgml: Added requirement for developer |
288 | system to have gnu libtool | 864 | system to have gnu libtool |
289 | 865 | ||
290 | 2006-03-16 12:31 tonvoon | 866 | 2006-03-16 17:31 tonvoon |
291 | 867 | ||
292 | * configure.in, plugins/tests/Makefile.am, tools/setup: Using | 868 | * configure.in, plugins/tests/Makefile.am, tools/setup: Using |
293 | libtool to get runpath for tap library | 869 | libtool to get runpath for tap library |
294 | 870 | ||
295 | 2006-03-15 14:54 tonvoon | 871 | 2006-03-15 19:54 tonvoon |
296 | 872 | ||
297 | * THANKS.in, plugins/check_mysql.c, plugins/t/check_mysql.t: Alert | 873 | * THANKS.in, plugins/check_mysql.c, plugins/t/check_mysql.t: Alert |
298 | on amount of time a slave is behind (Steven Kreuzer) | 874 | on amount of time a slave is behind (Steven Kreuzer) |
299 | 875 | ||
300 | 2006-03-13 12:59 seanius | 876 | 2006-03-13 17:59 seanius |
301 | 877 | ||
302 | * plugins/check_swap.c: fix for (tracker id 1420741) "check_swap: | 878 | * plugins/check_swap.c: fix for (tracker id 1420741) "check_swap: |
303 | incorrect totals for multiple partitions (BSD)" thanks to scott | 879 | incorrect totals for multiple partitions (BSD)" thanks to scott |
304 | thompson | 880 | thompson |
305 | 881 | ||
306 | 2006-03-13 06:08 tonvoon | 882 | 2006-03-13 11:08 tonvoon |
307 | 883 | ||
308 | * plugins/check_ping.c: Change warning message if there is stderr | 884 | * plugins/check_ping.c: Change warning message if there is stderr |
309 | output. This catches a problem where time was shifting backwards | 885 | output. This catches a problem where time was shifting backwards |
310 | on a linux VMware guest during the ping | 886 | on a linux VMware guest during the ping |
311 | 887 | ||
312 | 2006-03-07 05:33 tonvoon | 888 | 2006-03-07 10:33 tonvoon |
313 | 889 | ||
314 | * plugins/t/check_http.t: Added tests for two external websites | 890 | * plugins/t/check_http.t: Added tests for two external websites |
315 | with certificates | 891 | with certificates |
316 | 892 | ||
317 | 2006-03-07 05:23 tonvoon | 893 | 2006-03-07 10:23 tonvoon |
318 | 894 | ||
319 | * plugins/t/check_http.t: Tests re-written in new object format | 895 | * plugins/t/check_http.t: Tests re-written in new object format |
320 | 896 | ||
321 | 2006-02-24 12:03 tonvoon | 897 | 2006-02-24 17:03 tonvoon |
322 | 898 | ||
323 | * doc/developer-guidelines.sgml: Updated doc as tap library is now | 899 | * doc/developer-guidelines.sgml: Updated doc as tap library is now |
324 | automatically discovered | 900 | automatically discovered |
325 | 901 | ||
326 | 2006-02-24 11:41 tonvoon | 902 | 2006-02-24 16:41 tonvoon |
327 | 903 | ||
328 | * configure.in, plugins/tests/Makefile.am: Use the installed tap | 904 | * configure.in, plugins/tests/Makefile.am: Use the installed tap |
329 | library instead of requesting a compiled object | 905 | library instead of requesting a compiled object |
330 | 906 | ||
331 | 2006-02-17 04:08 tonvoon | 907 | 2006-02-17 09:08 tonvoon |
332 | 908 | ||
333 | * THANKS.in, plugins/popen.c: SIGALRM could be received before | 909 | * THANKS.in, plugins/popen.c: SIGALRM could be received before |
334 | child_process is created (Jason Crawford) | 910 | child_process is created (Jason Crawford) |
335 | 911 | ||
336 | 2006-02-17 01:24 seanius | 912 | 2006-02-17 06:24 seanius |
337 | 913 | ||
338 | * plugins/check_procs.c: set LC_NUMERIC to POSIX in check_procs.c | 914 | * plugins/check_procs.c: set LC_NUMERIC to POSIX in check_procs.c |
339 | 915 | ||
340 | 2006-02-01 08:23 tonvoon | 916 | 2006-02-01 13:23 tonvoon |
341 | 917 | ||
342 | * plugins/t/check_mysql_query.t: If a mysql server has anonymous | 918 | * plugins/t/check_mysql_query.t: If a mysql server has anonymous |
343 | login, tests will always fail | 919 | login, tests will always fail |
344 | 920 | ||
345 | 2006-02-01 06:53 tonvoon | 921 | 2006-02-01 11:53 tonvoon |
346 | 922 | ||
347 | * plugins/tests/Makefile.am: Need to distribute perl test file | 923 | * plugins/tests/Makefile.am: Need to distribute perl test file |
348 | 924 | ||
349 | 2006-01-31 11:48 tonvoon | 925 | 2006-01-31 16:48 tonvoon |
350 | 926 | ||
351 | * CHANGES: check_mysql_query included | 927 | * CHANGES: check_mysql_query included |
352 | 928 | ||
353 | 2006-01-31 11:47 tonvoon | 929 | 2006-01-31 16:47 tonvoon |
354 | 930 | ||
355 | * REQUIREMENTS: Note on MacOSX difference in mysql package | 931 | * REQUIREMENTS: Note on MacOSX difference in mysql package |
356 | 932 | ||
357 | 2006-01-31 11:45 tonvoon | 933 | 2006-01-31 16:45 tonvoon |
358 | 934 | ||
359 | * configure.in, plugins/Makefile.am: Clean compile of | 935 | * configure.in, plugins/Makefile.am: Clean compile of |
360 | check_mysql_query on MacOSX | 936 | check_mysql_query on MacOSX |
361 | 937 | ||
362 | 2006-01-31 10:40 tonvoon | 938 | 2006-01-31 15:40 tonvoon |
363 | 939 | ||
364 | * NPTest.pm: Sort ordering of tests | 940 | * NPTest.pm: Sort ordering of tests |
365 | 941 | ||
366 | 2006-01-31 09:52 tonvoon | 942 | 2006-01-31 14:52 tonvoon |
367 | 943 | ||
368 | * configure.in, plugins/.cvsignore, plugins/Makefile.am, | 944 | * configure.in, plugins/.cvsignore, plugins/Makefile.am, |
369 | plugins/check_mysql_query.c, plugins/utils.h, | 945 | plugins/check_mysql_query.c, plugins/utils.h, |
370 | plugins/t/check_mysql_query.t: Adding check_mysql_query, using | 946 | plugins/t/check_mysql_query.t: Adding check_mysql_query, using |
371 | new ranges and threshold checking | 947 | new ranges and threshold checking |
372 | 948 | ||
373 | 2006-01-31 09:37 tonvoon | 949 | 2006-01-31 14:37 tonvoon |
374 | 950 | ||
375 | * plugins/t/check_mysql.t: Extra explanation in tests | 951 | * plugins/t/check_mysql.t: Extra explanation in tests |
376 | 952 | ||
377 | 2006-01-31 09:36 tonvoon | 953 | 2006-01-31 14:36 tonvoon |
378 | 954 | ||
379 | * plugins/tests/test_utils.c: Fixed invalid free | 955 | * plugins/tests/test_utils.c: Fixed invalid free |
380 | 956 | ||
381 | 2006-01-31 05:06 tonvoon | 957 | 2006-01-31 10:06 tonvoon |
382 | 958 | ||
383 | * doc/developer-guidelines.sgml: Updated instructions on using | 959 | * doc/developer-guidelines.sgml: Updated instructions on using |
384 | libtap as configure option changed | 960 | libtap as configure option changed |
385 | 961 | ||
386 | 2006-01-31 05:05 tonvoon | 962 | 2006-01-31 10:05 tonvoon |
387 | 963 | ||
388 | * configure.in: Changed configure option to --with-libtap-srcdir | 964 | * configure.in: Changed configure option to --with-libtap-srcdir |
389 | because requires tap.h as well as tap.o | 965 | because requires tap.h as well as tap.o |
390 | 966 | ||
391 | 2006-01-30 17:24 tonvoon | 967 | 2006-01-30 22:24 tonvoon |
392 | 968 | ||
393 | * doc/developer-guidelines.sgml, plugins/utils.c, plugins/utils.h, | 969 | * doc/developer-guidelines.sgml, plugins/utils.c, plugins/utils.h, |
394 | plugins/tests/test_utils.c: Clearly defined thresholds & ranges | 970 | plugins/tests/test_utils.c: Clearly defined thresholds & ranges |
395 | in docs. Added get_status routine. Added set_thresholds routine. | 971 | in docs. Added get_status routine. Added set_thresholds routine. |
396 | Tests enhanced to check new routines | 972 | Tests enhanced to check new routines |
397 | 973 | ||
398 | 2006-01-30 11:10 tonvoon | 974 | 2006-01-30 16:10 tonvoon |
399 | 975 | ||
400 | * configure.in, doc/developer-guidelines.sgml, plugins/Makefile.am, | 976 | * configure.in, doc/developer-guidelines.sgml, plugins/Makefile.am, |
401 | plugins/utils.c, plugins/utils.h, plugins/tests/.cvsignore, | 977 | plugins/utils.c, plugins/utils.h, plugins/tests/.cvsignore, |
@@ -409,52 +985,52 @@ | |||
409 | plugins/tests/test_utils.t: Added libtap tests for utils.c | 985 | plugins/tests/test_utils.t: Added libtap tests for utils.c |
410 | library functions. Removed redundant test files | 986 | library functions. Removed redundant test files |
411 | 987 | ||
412 | 2006-01-21 16:46 tonvoon | 988 | 2006-01-21 21:46 tonvoon |
413 | 989 | ||
414 | * tools/sfsnapshot: Have to use own id for cvs checkout. Change | 990 | * tools/sfsnapshot: Have to use own id for cvs checkout. Change |
415 | compile server because old one not working consistently | 991 | compile server because old one not working consistently |
416 | 992 | ||
417 | 2005-12-19 04:25 tonvoon | 993 | 2005-12-19 09:25 tonvoon |
418 | 994 | ||
419 | * NPTest.pm: Break out of testing if a new parameter is required | 995 | * NPTest.pm: Break out of testing if a new parameter is required |
420 | 996 | ||
421 | 2005-12-16 13:41 harpermann | 997 | 2005-12-16 18:41 harpermann |
422 | 998 | ||
423 | * contrib/check_log2.pl: Added ability to output critical on error. | 999 | * contrib/check_log2.pl: Added ability to output critical on error. |
424 | Fixed open so it properly fails if the log file open throws an | 1000 | Fixed open so it properly fails if the log file open throws an |
425 | error, turned on -w in the perl call, fixed warnings | 1001 | error, turned on -w in the perl call, fixed warnings |
426 | 1002 | ||
427 | 2005-12-15 12:06 tonvoon | 1003 | 2005-12-15 17:06 tonvoon |
428 | 1004 | ||
429 | * NPTest.pm, plugins/check_mysql.c, plugins/t/check_mysql.t: | 1005 | * NPTest.pm, plugins/check_mysql.c, plugins/t/check_mysql.t: |
430 | Display errors with slave queries correctly. Added extra tests | 1006 | Display errors with slave queries correctly. Added extra tests |
431 | for slaves | 1007 | for slaves |
432 | 1008 | ||
433 | 2005-12-15 10:19 tonvoon | 1009 | 2005-12-15 15:19 tonvoon |
434 | 1010 | ||
435 | * NPTest.pm, doc/developer-guidelines.sgml, plugins/t/check_disk.t: | 1011 | * NPTest.pm, doc/developer-guidelines.sgml, plugins/t/check_disk.t: |
436 | New 3 parameter version of getTestParameters. Updated | 1012 | New 3 parameter version of getTestParameters. Updated |
437 | check_disk.t to reflect. Added notes re: testing in developer | 1013 | check_disk.t to reflect. Added notes re: testing in developer |
438 | guidelines. | 1014 | guidelines. |
439 | 1015 | ||
440 | 2005-12-15 10:17 tonvoon | 1016 | 2005-12-15 15:17 tonvoon |
441 | 1017 | ||
442 | * plugins-scripts/: check_file_age.pl, t/check_file_age.t: Allow | 1018 | * plugins-scripts/: check_file_age.pl, t/check_file_age.t: Allow |
443 | directories and links to be tested by check_file_age. Sanitise | 1019 | directories and links to be tested by check_file_age. Sanitise |
444 | output. Added tests | 1020 | output. Added tests |
445 | 1021 | ||
446 | 2005-12-07 14:32 harpermann | 1022 | 2005-12-07 19:32 harpermann |
447 | 1023 | ||
448 | * plugins/urlize.c: Nagiosplug bug 1266977. Added code to insert | 1024 | * plugins/urlize.c: Nagiosplug bug 1266977. Added code to insert |
449 | the closing </A> after the plugin output but before the | 1025 | the closing </A> after the plugin output but before the |
450 | performance output. | 1026 | performance output. |
451 | 1027 | ||
452 | 2005-12-07 10:10 tonvoon | 1028 | 2005-12-07 15:10 tonvoon |
453 | 1029 | ||
454 | * THANKS.in, plugins/common.h: No floorf on Solaris 9 (Jon | 1030 | * THANKS.in, plugins/common.h: No floorf on Solaris 9 (Jon |
455 | Vandegrift - 1374705) | 1031 | Vandegrift - 1374705) |
456 | 1032 | ||
457 | 2005-12-02 17:28 tonvoon | 1033 | 2005-12-02 22:28 tonvoon |
458 | 1034 | ||
459 | * THANKS.in, doc/developer-guidelines.sgml, plugins/check_nagios.c, | 1035 | * THANKS.in, doc/developer-guidelines.sgml, plugins/check_nagios.c, |
460 | plugins/t/check_nagios.nagios1.status.log, | 1036 | plugins/t/check_nagios.nagios1.status.log, |
@@ -462,17 +1038,17 @@ | |||
462 | plugins/t/check_nagios.t: Support for Nagios 1 and Nagios 2 | 1038 | plugins/t/check_nagios.t: Support for Nagios 1 and Nagios 2 |
463 | status files (Gerhard Lausser - 1296242) | 1039 | status files (Gerhard Lausser - 1296242) |
464 | 1040 | ||
465 | 2005-12-02 17:25 tonvoon | 1041 | 2005-12-02 22:25 tonvoon |
466 | 1042 | ||
467 | * plugins/t/.cvsignore: Ignore temporary files created for tests | 1043 | * plugins/t/.cvsignore: Ignore temporary files created for tests |
468 | 1044 | ||
469 | 2005-11-30 20:05 tonvoon | 1045 | 2005-12-01 01:05 tonvoon |
470 | 1046 | ||
471 | * configure.in, config_test/Makefile, config_test/run_tests: Run | 1047 | * configure.in, config_test/Makefile, config_test/run_tests: Run |
472 | longer test on redhat for spopen/pthread problem. Allow | 1048 | longer test on redhat for spopen/pthread problem. Allow |
473 | enable/disable of pthread fix via configure option | 1049 | enable/disable of pthread fix via configure option |
474 | 1050 | ||
475 | 2005-11-29 19:49 harpermann | 1051 | 2005-11-30 00:49 harpermann |
476 | 1052 | ||
477 | * plugins-scripts/check_ntp.pl: Nagiosplug bug # 1251096 check_ntp | 1053 | * plugins-scripts/check_ntp.pl: Nagiosplug bug # 1251096 check_ntp |
478 | wasn't properly handing a bad exit status from the external | 1054 | wasn't properly handing a bad exit status from the external |
@@ -481,90 +1057,90 @@ | |||
481 | the sub program call completion is non-zero. This includes "host | 1057 | the sub program call completion is non-zero. This includes "host |
482 | not found". | 1058 | not found". |
483 | 1059 | ||
484 | 2005-11-29 18:21 harpermann | 1060 | 2005-11-29 23:21 harpermann |
485 | 1061 | ||
486 | * contrib/check_email_loop.pl: UNKNOWN exit status was returning | 1062 | * contrib/check_email_loop.pl: UNKNOWN exit status was returning |
487 | status of "-1", changed to "3" | 1063 | status of "-1", changed to "3" |
488 | 1064 | ||
489 | 2005-11-29 18:19 harpermann | 1065 | 2005-11-29 23:19 harpermann |
490 | 1066 | ||
491 | * contrib/check_email_loop.pl: Bug: 1355304 Added patch for ePN and | 1067 | * contrib/check_email_loop.pl: Bug: 1355304 Added patch for ePN and |
492 | perl warnings. Fixed some text and a warning about type | 1068 | perl warnings. Fixed some text and a warning about type |
493 | comparison. | 1069 | comparison. |
494 | 1070 | ||
495 | 2005-11-18 07:56 tonvoon | 1071 | 2005-11-18 12:56 tonvoon |
496 | 1072 | ||
497 | * tools/sfsnapshot: Create a permanent link to HEAD snapshot | 1073 | * tools/sfsnapshot: Create a permanent link to HEAD snapshot |
498 | 1074 | ||
499 | 2005-11-18 06:56 tonvoon | 1075 | 2005-11-18 11:56 tonvoon |
500 | 1076 | ||
501 | * doc/developer-guidelines.sgml: Updated with more detailed | 1077 | * doc/developer-guidelines.sgml: Updated with more detailed |
502 | description of UNKNOWN states | 1078 | description of UNKNOWN states |
503 | 1079 | ||
504 | 2005-11-16 12:26 tonvoon | 1080 | 2005-11-16 17:26 tonvoon |
505 | 1081 | ||
506 | * plugins/check_disk.c: Fixed some compile errors with new | 1082 | * plugins/check_disk.c: Fixed some compile errors with new |
507 | translations. Also reintroduced formatting after discussion with | 1083 | translations. Also reintroduced formatting after discussion with |
508 | Benoit | 1084 | Benoit |
509 | 1085 | ||
510 | 2005-11-15 11:26 tonvoon | 1086 | 2005-11-15 16:26 tonvoon |
511 | 1087 | ||
512 | * plugins/t/check_disk.t: Updated tests to minimise false | 1088 | * plugins/t/check_disk.t: Updated tests to minimise false |
513 | positives. Breaking down so more obvious what the tests are doing | 1089 | positives. Breaking down so more obvious what the tests are doing |
514 | 1090 | ||
515 | 2005-11-14 09:43 tonvoon | 1091 | 2005-11-14 14:43 tonvoon |
516 | 1092 | ||
517 | * doc/developer-guidelines.sgml: Added section re: translations | 1093 | * doc/developer-guidelines.sgml: Added section re: translations |
518 | 1094 | ||
519 | 2005-11-13 20:18 opensides | 1095 | 2005-11-14 01:18 opensides |
520 | 1096 | ||
521 | * plugins/check_http.c: | 1097 | * plugins/check_http.c: |
522 | localization cleaning ... last commit before sleeping | 1098 | localization cleaning ... last commit before sleeping |
523 | 1099 | ||
524 | 2005-11-13 19:51 opensides | 1100 | 2005-11-14 00:51 opensides |
525 | 1101 | ||
526 | * plugins/: check_dig.c, check_disk.c, check_dns.c, check_dummy.c, | 1102 | * plugins/: check_dig.c, check_disk.c, check_dns.c, check_dummy.c, |
527 | check_fping.c, check_game.c: | 1103 | check_fping.c, check_game.c: |
528 | start of the cleaning of the localization | 1104 | start of the cleaning of the localization |
529 | 1105 | ||
530 | 2005-11-12 18:48 tonvoon | 1106 | 2005-11-12 23:48 tonvoon |
531 | 1107 | ||
532 | * THANKS.in, plugins/t/check_disk.t: Updated check_disk tests to | 1108 | * THANKS.in, plugins/t/check_disk.t: Updated check_disk tests to |
533 | use Test::More (Serhan Kiymaz) | 1109 | use Test::More (Serhan Kiymaz) |
534 | 1110 | ||
535 | 2005-11-09 12:27 tonvoon | 1111 | 2005-11-09 17:27 tonvoon |
536 | 1112 | ||
537 | * plugins/t/check_mysql.t: Using Test::More | 1113 | * plugins/t/check_mysql.t: Using Test::More |
538 | 1114 | ||
539 | 2005-11-09 11:40 tonvoon | 1115 | 2005-11-09 16:40 tonvoon |
540 | 1116 | ||
541 | * NPTest.pm, plugins/t/check_imap.t, plugins/t/check_swap.t: Added | 1117 | * NPTest.pm, plugins/t/check_imap.t, plugins/t/check_swap.t: Added |
542 | new NPTest->testCmd which returns objects back for testing at the | 1118 | new NPTest->testCmd which returns objects back for testing at the |
543 | test script level. Updated check_swap and check_imap to this new | 1119 | test script level. Updated check_swap and check_imap to this new |
544 | format | 1120 | format |
545 | 1121 | ||
546 | 2005-11-09 11:37 tonvoon | 1122 | 2005-11-09 16:37 tonvoon |
547 | 1123 | ||
548 | * plugins/check_swap.c: Problem where absolute thresholds not | 1124 | * plugins/check_swap.c: Problem where absolute thresholds not |
549 | working on /proc/meminfo systems. Suffixed all variables with the | 1125 | working on /proc/meminfo systems. Suffixed all variables with the |
550 | unit of measurement | 1126 | unit of measurement |
551 | 1127 | ||
552 | 2005-11-09 11:34 tonvoon | 1128 | 2005-11-09 16:34 tonvoon |
553 | 1129 | ||
554 | * configure.in: Typo with predetermined values | 1130 | * configure.in: Typo with predetermined values |
555 | 1131 | ||
556 | 2005-11-09 09:10 tonvoon | 1132 | 2005-11-09 14:10 tonvoon |
557 | 1133 | ||
558 | * doc/developer-guidelines.sgml: Added copyright/license info | 1134 | * doc/developer-guidelines.sgml: Added copyright/license info |
559 | required in submissions | 1135 | required in submissions |
560 | 1136 | ||
561 | 2005-11-09 04:31 tonvoon | 1137 | 2005-11-09 09:31 tonvoon |
562 | 1138 | ||
563 | * doc/: NEW_STARTERS, developer-guidelines.sgml: Updated dev | 1139 | * doc/: NEW_STARTERS, developer-guidelines.sgml: Updated dev |
564 | guidelines to link to NagiosExchange. Removed project admin notes | 1140 | guidelines to link to NagiosExchange. Removed project admin notes |
565 | from guidelines into separate file | 1141 | from guidelines into separate file |
566 | 1142 | ||
567 | 2005-11-07 07:46 seanius | 1143 | 2005-11-07 12:46 seanius |
568 | 1144 | ||
569 | * configure.in: incorporated patch from Elan Ruusamäe (ahmake) to | 1145 | * configure.in: incorporated patch from Elan Ruusamäe (ahmake) to |
570 | override program autodetection (see Feature Requests-1341528). i | 1146 | override program autodetection (see Feature Requests-1341528). i |
@@ -572,29 +1148,29 @@ | |||
572 | the tracker), but should be functional and useful enough to | 1148 | the tracker), but should be functional and useful enough to |
573 | commit now, in any case. | 1149 | commit now, in any case. |
574 | 1150 | ||
575 | 2005-11-04 04:38 tonvoon | 1151 | 2005-11-04 09:38 tonvoon |
576 | 1152 | ||
577 | * THANKS.in, plugins/check_tcp.c, plugins/t/check_imap.t: Fixed | 1153 | * THANKS.in, plugins/check_tcp.c, plugins/t/check_imap.t: Fixed |
578 | --mismatch option for check_tcp. Added tests into check_imap | 1154 | --mismatch option for check_tcp. Added tests into check_imap |
579 | (Rick Fey - 1339134) | 1155 | (Rick Fey - 1339134) |
580 | 1156 | ||
581 | 2005-11-03 10:21 tonvoon | 1157 | 2005-11-03 15:21 tonvoon |
582 | 1158 | ||
583 | * Makefile.am, tools/tinderbox_build: Adding new tinderbox build | 1159 | * Makefile.am, tools/tinderbox_build: Adding new tinderbox build |
584 | script | 1160 | script |
585 | 1161 | ||
586 | 2005-11-03 10:13 tonvoon | 1162 | 2005-11-03 15:13 tonvoon |
587 | 1163 | ||
588 | * plugins/t/: check_disk.t, check_procs.t: Invalid mount point | 1164 | * plugins/t/: check_disk.t, check_procs.t: Invalid mount point |
589 | doesn't make sense because most df implementations would work out | 1165 | doesn't make sense because most df implementations would work out |
590 | the actual mount point. And fixed typo in check_procs.t | 1166 | the actual mount point. And fixed typo in check_procs.t |
591 | 1167 | ||
592 | 2005-11-03 10:04 tonvoon | 1168 | 2005-11-03 15:04 tonvoon |
593 | 1169 | ||
594 | * NPTest.pm, plugins/t/check_http.t, plugins/t/check_time.t: Fixing | 1170 | * NPTest.pm, plugins/t/check_http.t, plugins/t/check_time.t: Fixing |
595 | some test failures | 1171 | some test failures |
596 | 1172 | ||
597 | 2005-11-02 03:59 seanius | 1173 | 2005-11-02 08:59 seanius |
598 | 1174 | ||
599 | * plugins/check_disk.c: #995761: patch from ben o'hara to include | 1175 | * plugins/check_disk.c: #995761: patch from ben o'hara to include |
600 | inode calculations in check_disk.c. | 1176 | inode calculations in check_disk.c. |
@@ -602,11 +1178,11 @@ | |||
602 | previous commit also had a patch for smtp auth support, but i | 1178 | previous commit also had a patch for smtp auth support, but i |
603 | accidentally sent a blank commit message. | 1179 | accidentally sent a blank commit message. |
604 | 1180 | ||
605 | 2005-11-02 03:47 seanius | 1181 | 2005-11-02 08:47 seanius |
606 | 1182 | ||
607 | * plugins/check_smtp.c: check_smtp.c | 1183 | * plugins/check_smtp.c: check_smtp.c |
608 | 1184 | ||
609 | 2005-10-31 15:03 seanius | 1185 | 2005-10-31 20:03 seanius |
610 | 1186 | ||
611 | * configure.in, plugins/check_game.c, plugins/check_http.c, | 1187 | * configure.in, plugins/check_game.c, plugins/check_http.c, |
612 | plugins/check_nagios.c, plugins/check_snmp.c, | 1188 | plugins/check_nagios.c, plugins/check_snmp.c, |
@@ -616,34 +1192,34 @@ | |||
616 | variables and explicit casting issues, but there were a couple | 1192 | variables and explicit casting issues, but there were a couple |
617 | gotchas in there too. | 1193 | gotchas in there too. |
618 | 1194 | ||
619 | 2005-10-30 17:45 seanius | 1195 | 2005-10-30 22:45 seanius |
620 | 1196 | ||
621 | * plugins/Makefile.am: turned on -Wall in plugins/Makefile.am via | 1197 | * plugins/Makefile.am: turned on -Wall in plugins/Makefile.am via |
622 | AM_CFLAGS. shouldn't keep our heads in the sand for potential | 1198 | AM_CFLAGS. shouldn't keep our heads in the sand for potential |
623 | errors, after all :) | 1199 | errors, after all :) |
624 | 1200 | ||
625 | 2005-10-30 13:05 seanius | 1201 | 2005-10-30 18:05 seanius |
626 | 1202 | ||
627 | * plugins/check_tcp.c: another fix from alex: check for '/' in the | 1203 | * plugins/check_tcp.c: another fix from alex: check for '/' in the |
628 | server_address before trying to resolve it via is_host(). | 1204 | server_address before trying to resolve it via is_host(). |
629 | 1205 | ||
630 | 2005-10-30 05:25 seanius | 1206 | 2005-10-30 10:25 seanius |
631 | 1207 | ||
632 | * plugins/check_tcp.c: fixes for some bugs found in my merging of | 1208 | * plugins/check_tcp.c: fixes for some bugs found in my merging of |
633 | the tcp socket patch | 1209 | the tcp socket patch |
634 | 1210 | ||
635 | 2005-10-29 11:38 seanius | 1211 | 2005-10-29 16:38 seanius |
636 | 1212 | ||
637 | * plugins-scripts/check_log.sh: check_log fixes from Ade Rixon | 1213 | * plugins-scripts/check_log.sh: check_log fixes from Ade Rixon |
638 | 1214 | ||
639 | 2005-10-29 08:46 seanius | 1215 | 2005-10-29 13:46 seanius |
640 | 1216 | ||
641 | * plugins/Makefile.am: patch from nsturm: Makefile.am should have | 1217 | * plugins/Makefile.am: patch from nsturm: Makefile.am should have |
642 | been checking for check_ldap instead of check_ldaps. the result | 1218 | been checking for check_ldap instead of check_ldaps. the result |
643 | was that check_ldaps was not being created during the build | 1219 | was that check_ldaps was not being created during the build |
644 | process. | 1220 | process. |
645 | 1221 | ||
646 | 2005-10-25 06:38 seanius | 1222 | 2005-10-25 11:38 seanius |
647 | 1223 | ||
648 | * COPYING, configure.in, plugins/Makefile.am, plugins/check_tcp.c, | 1224 | * COPYING, configure.in, plugins/Makefile.am, plugins/check_tcp.c, |
649 | plugins/netutils.c, plugins/netutils.h, plugins/utils.h, | 1225 | plugins/netutils.c, plugins/netutils.h, plugins/utils.h, |
@@ -652,36 +1228,36 @@ | |||
652 | would be welcome. based on idea from Alex Samorukov. - also | 1228 | would be welcome. based on idea from Alex Samorukov. - also |
653 | introduced a check_clamd behavior in check_tcp. | 1229 | introduced a check_clamd behavior in check_tcp. |
654 | 1230 | ||
655 | 2005-10-24 07:10 seanius | 1231 | 2005-10-24 12:10 seanius |
656 | 1232 | ||
657 | * plugins/: Makefile.am, check_by_ssh.c, check_dig.c, check_dns.c, | 1233 | * plugins/: Makefile.am, check_by_ssh.c, check_dig.c, check_dns.c, |
658 | check_game.c, check_nagios.c, netutils.c, runcmd.c, runcmd.h, | 1234 | check_game.c, check_nagios.c, netutils.c, runcmd.c, runcmd.h, |
659 | utils.c, utils.h: initial merging of ae's np_runcmd code into | 1235 | utils.c, utils.h: initial merging of ae's np_runcmd code into |
660 | selected plugins. | 1236 | selected plugins. |
661 | 1237 | ||
662 | 2005-10-23 08:01 seanius | 1238 | 2005-10-23 13:01 seanius |
663 | 1239 | ||
664 | * configure.in: whoops, missed this one, same as last commit | 1240 | * configure.in: whoops, missed this one, same as last commit |
665 | 1241 | ||
666 | 2005-10-23 07:59 seanius | 1242 | 2005-10-23 12:59 seanius |
667 | 1243 | ||
668 | * plugins/: Makefile.am, netutils.c, sslutils.c: - | 1244 | * plugins/: Makefile.am, netutils.c, sslutils.c: - |
669 | compartmentalized ssl code into seperate sslutils.c - ssl-related | 1245 | compartmentalized ssl code into seperate sslutils.c - ssl-related |
670 | cleanups in configure.in, and now openssl/gnutls options | 1246 | cleanups in configure.in, and now openssl/gnutls options |
671 | automatically disable each other. | 1247 | automatically disable each other. |
672 | 1248 | ||
673 | 2005-10-19 16:22 seanius | 1249 | 2005-10-19 21:22 seanius |
674 | 1250 | ||
675 | * plugins/: check_http.c, check_smtp.c, check_tcp.c, netutils.c, | 1251 | * plugins/: check_http.c, check_smtp.c, check_tcp.c, netutils.c, |
676 | netutils.h: all plugins now using centralized ssl functions in | 1252 | netutils.h: all plugins now using centralized ssl functions in |
677 | netutils.c | 1253 | netutils.c |
678 | 1254 | ||
679 | 2005-10-19 09:05 seanius | 1255 | 2005-10-19 14:05 seanius |
680 | 1256 | ||
681 | * plugins/check_http.c: endif was a few lines off of where it | 1257 | * plugins/check_http.c: endif was a few lines off of where it |
682 | should be | 1258 | should be |
683 | 1259 | ||
684 | 2005-10-19 08:59 seanius | 1260 | 2005-10-19 13:59 seanius |
685 | 1261 | ||
686 | * configure.in, plugins/Makefile.am, plugins/check_http.c, | 1262 | * configure.in, plugins/Makefile.am, plugins/check_http.c, |
687 | plugins/check_smtp.c, plugins/check_tcp.c, plugins/common.h, | 1263 | plugins/check_smtp.c, plugins/check_tcp.c, plugins/common.h, |
@@ -695,7 +1271,7 @@ | |||
695 | too (otherwise if you disable openssl you have no way of | 1271 | too (otherwise if you disable openssl you have no way of |
696 | disabling gnutls too) | 1272 | disabling gnutls too) |
697 | 1273 | ||
698 | 2005-10-18 18:35 seanius | 1274 | 2005-10-18 23:35 seanius |
699 | 1275 | ||
700 | * configure.in, plugins/check_tcp.c: initial "experimental" support | 1276 | * configure.in, plugins/check_tcp.c: initial "experimental" support |
701 | for gnutls. by default openssl is still used if available, and | 1277 | for gnutls. by default openssl is still used if available, and |
@@ -704,27 +1280,27 @@ | |||
704 | verified to work is check_tcp, but i had to disable cert | 1280 | verified to work is check_tcp, but i had to disable cert |
705 | checking. | 1281 | checking. |
706 | 1282 | ||
707 | 2005-10-18 05:26 tonvoon | 1283 | 2005-10-18 10:26 tonvoon |
708 | 1284 | ||
709 | * README: Added license information to README with exemption for | 1285 | * README: Added license information to README with exemption for |
710 | use of OpenSSL | 1286 | use of OpenSSL |
711 | 1287 | ||
712 | 2005-10-13 07:51 tonvoon | 1288 | 2005-10-13 12:51 tonvoon |
713 | 1289 | ||
714 | * configure.in: Run spopen tests for Redhat ES SMP (Hans Engelen) | 1290 | * configure.in: Run spopen tests for Redhat ES SMP (Hans Engelen) |
715 | 1291 | ||
716 | 2005-10-13 06:22 seanius | 1292 | 2005-10-13 11:22 seanius |
717 | 1293 | ||
718 | * po/de.po: debian bts #313960: - grammatical german fixes. i'm | 1294 | * po/de.po: debian bts #313960: - grammatical german fixes. i'm |
719 | taking the reporter's word for it :) | 1295 | taking the reporter's word for it :) |
720 | 1296 | ||
721 | 2005-10-13 06:20 seanius | 1297 | 2005-10-13 11:20 seanius |
722 | 1298 | ||
723 | * plugins-scripts/check_ntp.pl: debian bts #268044: - use a "less | 1299 | * plugins-scripts/check_ntp.pl: debian bts #268044: - use a "less |
724 | beastly" regex for parsing ntpq output. probably need some | 1300 | beastly" regex for parsing ntpq output. probably need some |
725 | more widespread testing on this one. | 1301 | more widespread testing on this one. |
726 | 1302 | ||
727 | 2005-10-13 06:18 seanius | 1303 | 2005-10-13 11:18 seanius |
728 | 1304 | ||
729 | * plugins/check_disk.c: debian bts #296278: - it seems that when | 1305 | * plugins/check_disk.c: debian bts #296278: - it seems that when |
730 | check_disk uses the "df" routines and is told to check a | 1306 | check_disk uses the "df" routines and is told to check a |
@@ -735,19 +1311,19 @@ | |||
735 | it without modifying any of the system-call-specific | 1311 | it without modifying any of the system-call-specific |
736 | codeblocks. | 1312 | codeblocks. |
737 | 1313 | ||
738 | 2005-10-13 06:16 seanius | 1314 | 2005-10-13 11:16 seanius |
739 | 1315 | ||
740 | * plugins/check_game.c: debian bts #307905: - someone changed the | 1316 | * plugins/check_game.c: debian bts #307905: - someone changed the |
741 | cmdline syntax of check game without also updating the | 1317 | cmdline syntax of check game without also updating the |
742 | usage/help function ;p | 1318 | usage/help function ;p |
743 | 1319 | ||
744 | 2005-10-13 06:14 seanius | 1320 | 2005-10-13 11:14 seanius |
745 | 1321 | ||
746 | * plugins-scripts/check_disk_smb.pl: debian bts #300701: - | 1322 | * plugins-scripts/check_disk_smb.pl: debian bts #300701: - |
747 | check_smb fix for freespace threshold parsing from the cmdline | 1323 | check_smb fix for freespace threshold parsing from the cmdline |
748 | options. | 1324 | options. |
749 | 1325 | ||
750 | 2005-10-13 06:11 seanius | 1326 | 2005-10-13 11:11 seanius |
751 | 1327 | ||
752 | * plugins/check_smtp.c: multiple fixes in check_smtp from debian | 1328 | * plugins/check_smtp.c: multiple fixes in check_smtp from debian |
753 | (bts #285554): - fix for double free via SSL_CTX_free. looks | 1329 | (bts #285554): - fix for double free via SSL_CTX_free. looks |
@@ -760,43 +1336,43 @@ | |||
760 | - verify the server supports STARTTLS before initializing it. - | 1336 | - verify the server supports STARTTLS before initializing it. - |
761 | always send QUIT before disconnecting when possible. | 1337 | always send QUIT before disconnecting when possible. |
762 | 1338 | ||
763 | 2005-10-13 05:58 seanius | 1339 | 2005-10-13 10:58 seanius |
764 | 1340 | ||
765 | * plugins/check_mrtg.c: was this plugin even working? i don't | 1341 | * plugins/check_mrtg.c: was this plugin even working? i don't |
766 | think the if/else logic was doing what was intended. | 1342 | think the if/else logic was doing what was intended. |
767 | 1343 | ||
768 | 2005-10-13 05:55 seanius | 1344 | 2005-10-13 10:55 seanius |
769 | 1345 | ||
770 | * plugins/check_mysql.c: check mysql now reads [client] defaults | 1346 | * plugins/check_mysql.c: check mysql now reads [client] defaults |
771 | from my.cnf (debian bug #278817) | 1347 | from my.cnf (debian bug #278817) |
772 | 1348 | ||
773 | 2005-10-06 08:16 seanius | 1349 | 2005-10-06 13:16 seanius |
774 | 1350 | ||
775 | * plugins/check_ups.c: fix for misreporting temperature in perfdata | 1351 | * plugins/check_ups.c: fix for misreporting temperature in perfdata |
776 | output for check_ups (debian bts id: #316534) | 1352 | output for check_ups (debian bts id: #316534) |
777 | 1353 | ||
778 | 2005-10-06 08:12 seanius | 1354 | 2005-10-06 13:12 seanius |
779 | 1355 | ||
780 | * configure.in, plugins-root/Makefile.am: whoops. now using | 1356 | * configure.in, plugins-root/Makefile.am: whoops. now using |
781 | automake conditionals to prevent attempted compiles of pst3 on | 1357 | automake conditionals to prevent attempted compiles of pst3 on |
782 | non solaris systems. | 1358 | non solaris systems. |
783 | 1359 | ||
784 | 2005-09-25 12:34 seanius | 1360 | 2005-09-25 17:34 seanius |
785 | 1361 | ||
786 | * plugins-root/Makefile.am: added rules to Makefile.am for pst3 | 1362 | * plugins-root/Makefile.am: added rules to Makefile.am for pst3 |
787 | 1363 | ||
788 | 2005-09-24 16:01 seanius | 1364 | 2005-09-24 21:01 seanius |
789 | 1365 | ||
790 | * configure.in: a final change to hardcode the path for where | 1366 | * configure.in: a final change to hardcode the path for where |
791 | plugins are installed. it's a very, very ugly hack... if anyone | 1367 | plugins are installed. it's a very, very ugly hack... if anyone |
792 | can think of a better way to do it, i'm all ears. | 1368 | can think of a better way to do it, i'm all ears. |
793 | 1369 | ||
794 | 2005-09-22 08:10 seanius | 1370 | 2005-09-22 13:10 seanius |
795 | 1371 | ||
796 | * configure.in: use test instead of '[ ... ]' in configure.in. the | 1372 | * configure.in: use test instead of '[ ... ]' in configure.in. the |
797 | check_procs/pst3 situation is still not quite fixed. | 1373 | check_procs/pst3 situation is still not quite fixed. |
798 | 1374 | ||
799 | 2005-09-22 05:43 seanius | 1375 | 2005-09-22 10:43 seanius |
800 | 1376 | ||
801 | * THANKS.in, configure.in, plugins-root/pst3.c: first version of | 1377 | * THANKS.in, configure.in, plugins-root/pst3.c: first version of |
802 | bob ingraham's pst3 to allow checking for longer cmdline names | 1378 | bob ingraham's pst3 to allow checking for longer cmdline names |
@@ -804,25 +1380,25 @@ | |||
804 | forcibly truncates). added requisite configure.in voodoo and | 1380 | forcibly truncates). added requisite configure.in voodoo and |
805 | updated THANKS.in. | 1381 | updated THANKS.in. |
806 | 1382 | ||
807 | 2005-09-22 04:10 tonvoon | 1383 | 2005-09-22 09:10 tonvoon |
808 | 1384 | ||
809 | * po/POTFILES.in: Mark moving of check_dhcp and check_icmp for | 1385 | * po/POTFILES.in: Mark moving of check_dhcp and check_icmp for |
810 | translation | 1386 | translation |
811 | 1387 | ||
812 | 2005-09-21 09:07 tonvoon | 1388 | 2005-09-21 14:07 tonvoon |
813 | 1389 | ||
814 | * AUTHORS, THANKS.in: Updated with contributors and new team member | 1390 | * AUTHORS, THANKS.in: Updated with contributors and new team member |
815 | 1391 | ||
816 | 2005-09-21 09:04 tonvoon | 1392 | 2005-09-21 14:04 tonvoon |
817 | 1393 | ||
818 | * plugins/check_nwstat.c: Reopen connections for each query | 1394 | * plugins/check_nwstat.c: Reopen connections for each query |
819 | (1296296 - David Sullivan) | 1395 | (1296296 - David Sullivan) |
820 | 1396 | ||
821 | 2005-09-21 06:09 tonvoon | 1397 | 2005-09-21 11:09 tonvoon |
822 | 1398 | ||
823 | * plugins/: check_dhcp.c, check_icmp.c: Moved into plugins-root/ | 1399 | * plugins/: check_dhcp.c, check_icmp.c: Moved into plugins-root/ |
824 | 1400 | ||
825 | 2005-09-21 06:06 tonvoon | 1401 | 2005-09-21 11:06 tonvoon |
826 | 1402 | ||
827 | * ACKNOWLEDGEMENTS, CHANGES, Makefile.am, README, configure.in, | 1403 | * ACKNOWLEDGEMENTS, CHANGES, Makefile.am, README, configure.in, |
828 | plugins/Makefile.am, plugins-root/.cvsignore, | 1404 | plugins/Makefile.am, plugins-root/.cvsignore, |
@@ -830,118 +1406,118 @@ | |||
830 | plugins-root/check_icmp.c: Separation of root setuid plugins into | 1406 | plugins-root/check_icmp.c: Separation of root setuid plugins into |
831 | plugins-root/ | 1407 | plugins-root/ |
832 | 1408 | ||
833 | 2005-09-20 12:11 tonvoon | 1409 | 2005-09-20 17:11 tonvoon |
834 | 1410 | ||
835 | * configure.in: Incorrect assignment of procppid in configure.in | 1411 | * configure.in: Incorrect assignment of procppid in configure.in |
836 | (1296497 - Pascal Larisch) | 1412 | (1296497 - Pascal Larisch) |
837 | 1413 | ||
838 | 2005-09-20 07:34 tonvoon | 1414 | 2005-09-20 12:34 tonvoon |
839 | 1415 | ||
840 | * configure.in, plugins/t/check_procs.t: Support for Tru64 for | 1416 | * configure.in, plugins/t/check_procs.t: Support for Tru64 for |
841 | check_procs + additional test cases | 1417 | check_procs + additional test cases |
842 | 1418 | ||
843 | 2005-09-19 10:18 tonvoon | 1419 | 2005-09-19 15:18 tonvoon |
844 | 1420 | ||
845 | * doc/RELEASING: Note to update version number before creating | 1421 | * doc/RELEASING: Note to update version number before creating |
846 | ChangeLog | 1422 | ChangeLog |
847 | 1423 | ||
848 | 2005-09-19 09:51 tonvoon | 1424 | 2005-09-19 14:51 tonvoon |
849 | 1425 | ||
850 | * configure.in, package.def: For 1.4.2 release | 1426 | * configure.in, package.def: For 1.4.2 release |
851 | 1427 | ||
852 | 2005-09-19 09:48 tonvoon | 1428 | 2005-09-19 14:48 tonvoon |
853 | 1429 | ||
854 | * ChangeLog: Updated for 1.4.2 release | 1430 | * ChangeLog: Updated for 1.4.2 release |
855 | 1431 | ||
856 | 2005-09-19 09:46 tonvoon | 1432 | 2005-09-19 14:46 tonvoon |
857 | 1433 | ||
858 | * doc/RELEASING: Reminders for news item and tag format | 1434 | * doc/RELEASING: Reminders for news item and tag format |
859 | 1435 | ||
860 | 2005-09-19 09:42 tonvoon | 1436 | 2005-09-19 14:42 tonvoon |
861 | 1437 | ||
862 | * BUGS: Updated BUGS for 1.4.2 release | 1438 | * BUGS: Updated BUGS for 1.4.2 release |
863 | 1439 | ||
864 | 2005-09-19 06:58 tonvoon | 1440 | 2005-09-19 11:58 tonvoon |
865 | 1441 | ||
866 | * THANKS.in: More contributors | 1442 | * THANKS.in: More contributors |
867 | 1443 | ||
868 | 2005-09-15 04:39 tonvoon | 1444 | 2005-09-15 09:39 tonvoon |
869 | 1445 | ||
870 | * plugins/t/check_ping.t: Added test to make sure hostname has to | 1446 | * plugins/t/check_ping.t: Added test to make sure hostname has to |
871 | be specified | 1447 | be specified |
872 | 1448 | ||
873 | 2005-09-15 04:27 tonvoon | 1449 | 2005-09-15 09:27 tonvoon |
874 | 1450 | ||
875 | * plugins/: check_procs.c, check_swap.c: - Cleanup minor compile | 1451 | * plugins/: check_procs.c, check_swap.c: - Cleanup minor compile |
876 | errors on Irix | 1452 | errors on Irix |
877 | 1453 | ||
878 | 2005-09-14 10:40 tonvoon | 1454 | 2005-09-14 15:40 tonvoon |
879 | 1455 | ||
880 | * plugins/check_ping.c: Using common message | 1456 | * plugins/check_ping.c: Using common message |
881 | 1457 | ||
882 | 2005-09-14 10:36 tonvoon | 1458 | 2005-09-14 15:36 tonvoon |
883 | 1459 | ||
884 | * plugins/check_ping.c: Required hostname not flagging as an error | 1460 | * plugins/check_ping.c: Required hostname not flagging as an error |
885 | 1461 | ||
886 | 2005-09-14 08:40 tonvoon | 1462 | 2005-09-14 13:40 tonvoon |
887 | 1463 | ||
888 | * plugins/Makefile.am: Some makes do not like blank lines after | 1464 | * plugins/Makefile.am: Some makes do not like blank lines after |
889 | "\". Fixed check_ldaps to only generate if check_ldap was created | 1465 | "\". Fixed check_ldaps to only generate if check_ldap was created |
890 | (Chester Hosey) | 1466 | (Chester Hosey) |
891 | 1467 | ||
892 | 2005-09-14 05:53 tonvoon | 1468 | 2005-09-14 10:53 tonvoon |
893 | 1469 | ||
894 | * plugins/check_load.c: Fix to parsing of uptime (Ronald Tin - | 1470 | * plugins/check_load.c: Fix to parsing of uptime (Ronald Tin - |
895 | 1254656) | 1471 | 1254656) |
896 | 1472 | ||
897 | 2005-09-14 05:49 tonvoon | 1473 | 2005-09-14 10:49 tonvoon |
898 | 1474 | ||
899 | * configure.in: - Removing typos | 1475 | * configure.in: - Removing typos |
900 | 1476 | ||
901 | 2005-09-13 11:48 tonvoon | 1477 | 2005-09-13 16:48 tonvoon |
902 | 1478 | ||
903 | * plugins/check_ping.c: More diagnostic messages from check_ping | 1479 | * plugins/check_ping.c: More diagnostic messages from check_ping |
904 | 1480 | ||
905 | 2005-09-12 07:20 seanius | 1481 | 2005-09-12 12:20 seanius |
906 | 1482 | ||
907 | * plugins/check_ping.c: re-add a call to setlocale(LC_ALL, "") in | 1483 | * plugins/check_ping.c: re-add a call to setlocale(LC_ALL, "") in |
908 | check_ping.c | 1484 | check_ping.c |
909 | 1485 | ||
910 | 2005-09-12 06:37 tonvoon | 1486 | 2005-09-12 11:37 tonvoon |
911 | 1487 | ||
912 | * THANKS.in: For help in fixing Red Hat problem with ECHILD and | 1488 | * THANKS.in: For help in fixing Red Hat problem with ECHILD and |
913 | waitpid | 1489 | waitpid |
914 | 1490 | ||
915 | 2005-09-12 06:31 tonvoon | 1491 | 2005-09-12 11:31 tonvoon |
916 | 1492 | ||
917 | * plugins/popen.c, Makefile.am, configure.in, config_test/Makefile, | 1493 | * plugins/popen.c, Makefile.am, configure.in, config_test/Makefile, |
918 | config_test/child_test.c, config_test/run_tests: ECHILD error at | 1494 | config_test/child_test.c, config_test/run_tests: ECHILD error at |
919 | waitpid on Red Hat systems (Peter Pramberger and Sascha Runschke | 1495 | waitpid on Red Hat systems (Peter Pramberger and Sascha Runschke |
920 | - 1250191) | 1496 | - 1250191) |
921 | 1497 | ||
922 | 2005-08-30 18:11 tonvoon | 1498 | 2005-08-30 23:11 tonvoon |
923 | 1499 | ||
924 | * plugins-scripts/subst.in: Better comments for what the | 1500 | * plugins-scripts/subst.in: Better comments for what the |
925 | substitutions are doing | 1501 | substitutions are doing |
926 | 1502 | ||
927 | 2005-08-01 17:30 tonvoon | 1503 | 2005-08-01 22:30 tonvoon |
928 | 1504 | ||
929 | * doc/BRANCHING: Move notes on branching away from RELEASING | 1505 | * doc/BRANCHING: Move notes on branching away from RELEASING |
930 | 1506 | ||
931 | 2005-08-01 17:28 tonvoon | 1507 | 2005-08-01 22:28 tonvoon |
932 | 1508 | ||
933 | * package.def: For 1.4.1 release | 1509 | * package.def: For 1.4.1 release |
934 | 1510 | ||
935 | 2005-08-01 17:23 tonvoon | 1511 | 2005-08-01 22:23 tonvoon |
936 | 1512 | ||
937 | * ChangeLog, configure.in, BUGS, REQUIREMENTS: For 1.4.1 release | 1513 | * ChangeLog, configure.in, BUGS, REQUIREMENTS: For 1.4.1 release |
938 | 1514 | ||
939 | 2005-07-25 10:17 illumino | 1515 | 2005-07-25 15:17 illumino |
940 | 1516 | ||
941 | * NPTest.pm: Change the environment variable NPTESTCACHE to | 1517 | * NPTest.pm: Change the environment variable NPTESTCACHE to |
942 | NPTEST_CACHE for consistancy | 1518 | NPTEST_CACHE for consistancy |
943 | 1519 | ||
944 | 2005-07-24 21:47 illumino | 1520 | 2005-07-25 02:47 illumino |
945 | 1521 | ||
946 | * Helper.pm, Makefile.am, NPTest.pm, configure.in, test.pl.in, | 1522 | * Helper.pm, Makefile.am, NPTest.pm, configure.in, test.pl.in, |
947 | plugins/t/check_disk.t, plugins/t/check_dns.t, | 1523 | plugins/t/check_disk.t, plugins/t/check_dns.t, |
@@ -959,64 +1535,64 @@ | |||
959 | infrastructure and all test cases (to use the new infrastructure) | 1535 | infrastructure and all test cases (to use the new infrastructure) |
960 | See NPTest.pm and issue 1185704 for more details. | 1536 | See NPTest.pm and issue 1185704 for more details. |
961 | 1537 | ||
962 | 2005-07-20 18:39 tonvoon | 1538 | 2005-07-20 23:39 tonvoon |
963 | 1539 | ||
964 | * THANKS.in: More contributors | 1540 | * THANKS.in: More contributors |
965 | 1541 | ||
966 | 2005-07-20 18:38 tonvoon | 1542 | 2005-07-20 23:38 tonvoon |
967 | 1543 | ||
968 | * plugins/check_ping.c: Fix parsing for netkit-ping and | 1544 | * plugins/check_ping.c: Fix parsing for netkit-ping and |
969 | iputils-ping (Christian G Warden) | 1545 | iputils-ping (Christian G Warden) |
970 | 1546 | ||
971 | 2005-07-11 18:15 tonvoon | 1547 | 2005-07-11 23:15 tonvoon |
972 | 1548 | ||
973 | * plugins/check_nwstat.c: Miscelleneous bug fixes (Gerd Mueller - | 1549 | * plugins/check_nwstat.c: Miscelleneous bug fixes (Gerd Mueller - |
974 | 1235879) | 1550 | 1235879) |
975 | 1551 | ||
976 | 2005-07-09 00:44 tonvoon | 1552 | 2005-07-09 05:44 tonvoon |
977 | 1553 | ||
978 | * BRANCHES: Changed format (already!) for awk simplicity | 1554 | * BRANCHES: Changed format (already!) for awk simplicity |
979 | 1555 | ||
980 | 2005-07-09 00:03 tonvoon | 1556 | 2005-07-09 05:03 tonvoon |
981 | 1557 | ||
982 | * BRANCHES: Master file to describe the current branches in CVS. | 1558 | * BRANCHES: Master file to describe the current branches in CVS. |
983 | Will be used by sfsnapshot to create the snapshot tarballs | 1559 | Will be used by sfsnapshot to create the snapshot tarballs |
984 | 1560 | ||
985 | 2005-07-06 18:21 tonvoon | 1561 | 2005-07-06 23:21 tonvoon |
986 | 1562 | ||
987 | * configure.in: Removed ",", causing problems with MacOSX compile | 1563 | * configure.in: Removed ",", causing problems with MacOSX compile |
988 | 1564 | ||
989 | 2005-07-06 18:10 tonvoon | 1565 | 2005-07-06 23:10 tonvoon |
990 | 1566 | ||
991 | * plugins/check_swap.c: Updated help file to remove swap -s | 1567 | * plugins/check_swap.c: Updated help file to remove swap -s |
992 | reference (Sivakumar Nellurandi) | 1568 | reference (Sivakumar Nellurandi) |
993 | 1569 | ||
994 | 2005-07-06 17:00 tonvoon | 1570 | 2005-07-06 22:00 tonvoon |
995 | 1571 | ||
996 | * AUTHORS, THANKS.in: Sean Finney moved to main list of plugin | 1572 | * AUTHORS, THANKS.in: Sean Finney moved to main list of plugin |
997 | developers | 1573 | developers |
998 | 1574 | ||
999 | 2005-07-04 05:52 opensides | 1575 | 2005-07-04 10:52 opensides |
1000 | 1576 | ||
1001 | * contrib/tarballs/check_traffic-0.90b.tar.gz: | 1577 | * contrib/tarballs/check_traffic-0.90b.tar.gz: |
1002 | replace the version of check_traffic who was missing the plugin | 1578 | replace the version of check_traffic who was missing the plugin |
1003 | by a good one | 1579 | by a good one |
1004 | 1580 | ||
1005 | 2005-06-29 00:11 seanius | 1581 | 2005-06-29 05:11 seanius |
1006 | 1582 | ||
1007 | * plugins/: runcmd.c, runcmd.h: initial versions of the runcmd | 1583 | * plugins/: runcmd.c, runcmd.h: initial versions of the runcmd |
1008 | framework by andreas | 1584 | framework by andreas |
1009 | 1585 | ||
1010 | 2005-06-28 21:04 seanius | 1586 | 2005-06-29 02:04 seanius |
1011 | 1587 | ||
1012 | * plugins/check_swap.c: divide by 0 fix for check_swap | 1588 | * plugins/check_swap.c: divide by 0 fix for check_swap |
1013 | 1589 | ||
1014 | 2005-06-27 22:26 seanius | 1590 | 2005-06-28 03:26 seanius |
1015 | 1591 | ||
1016 | * plugins/check_load.c: set LC_NUMERIC to POSIX in check_load | 1592 | * plugins/check_load.c: set LC_NUMERIC to POSIX in check_load |
1017 | (1164325) | 1593 | (1164325) |
1018 | 1594 | ||
1019 | 2005-06-27 20:26 seanius | 1595 | 2005-06-28 01:26 seanius |
1020 | 1596 | ||
1021 | * configure.in, plugins/Makefile.am, plugins/check_swap.c: scanf | 1597 | * configure.in, plugins/Makefile.am, plugins/check_swap.c: scanf |
1022 | parsing fix for check_swap from tracker id 1123292. now use | 1598 | parsing fix for check_swap from tracker id 1123292. now use |
@@ -1024,78 +1600,78 @@ | |||
1024 | many systems, so support for testing for this was added to the | 1600 | many systems, so support for testing for this was added to the |
1025 | configure.in and automake template | 1601 | configure.in and automake template |
1026 | 1602 | ||
1027 | 2005-06-27 09:07 seanius | 1603 | 2005-06-27 14:07 seanius |
1028 | 1604 | ||
1029 | * plugins/check_hpjd.c: fixes from richard brodie (tracker id | 1605 | * plugins/check_hpjd.c: fixes from richard brodie (tracker id |
1030 | 1216576) | 1606 | 1216576) |
1031 | 1607 | ||
1032 | 2005-06-26 12:27 seanius | 1608 | 2005-06-26 17:27 seanius |
1033 | 1609 | ||
1034 | * contrib/: check_dl_size.pl, check_ftpget.pl, check_logins.c, | 1610 | * contrib/: check_dl_size.pl, check_ftpget.pl, check_logins.c, |
1035 | check_mysql.c, check_mysql.pl, check_mysqlslave.pl, | 1611 | check_mysql.c, check_mysql.pl, check_mysqlslave.pl, |
1036 | check_nwstat.pl, check_pop3.pl, check_procl.sh, check_procr.sh: | 1612 | check_nwstat.pl, check_pop3.pl, check_procl.sh, check_procr.sh: |
1037 | spring cleaning of contrib directory from andreas | 1613 | spring cleaning of contrib directory from andreas |
1038 | 1614 | ||
1039 | 2005-06-26 12:18 seanius | 1615 | 2005-06-26 17:18 seanius |
1040 | 1616 | ||
1041 | * contrib/tarballs/: berger-ping.tar.gz, check_memory.tgz, | 1617 | * contrib/tarballs/: berger-ping.tar.gz, check_memory.tgz, |
1042 | check_spread.tar, radius.tar.gz: removal of obsolete tarballs | 1618 | check_spread.tar, radius.tar.gz: removal of obsolete tarballs |
1043 | 1619 | ||
1044 | 2005-06-25 21:23 seanius | 1620 | 2005-06-26 02:23 seanius |
1045 | 1621 | ||
1046 | * plugins/check_swap.c: "asprintf madness" fix from andreas' patch | 1622 | * plugins/check_swap.c: "asprintf madness" fix from andreas' patch |
1047 | to np-d, minus the comments. | 1623 | to np-d, minus the comments. |
1048 | 1624 | ||
1049 | 2005-06-05 13:43 seanius | 1625 | 2005-06-05 18:43 seanius |
1050 | 1626 | ||
1051 | * plugins/check_tcp.c: check_tcp code cleanup from andreas plus fix | 1627 | * plugins/check_tcp.c: check_tcp code cleanup from andreas plus fix |
1052 | to andreas' patch from sean | 1628 | to andreas' patch from sean |
1053 | 1629 | ||
1054 | 2005-06-03 09:53 seanius | 1630 | 2005-06-03 14:53 seanius |
1055 | 1631 | ||
1056 | * plugins/check_procs.c: gcc 2.x fixes from edward | 1632 | * plugins/check_procs.c: gcc 2.x fixes from edward |
1057 | 1633 | ||
1058 | 2005-06-01 15:41 sghosh | 1634 | 2005-06-01 20:41 sghosh |
1059 | 1635 | ||
1060 | * plugins/check_snmp.c: only load mibs if needed or specified - | 1636 | * plugins/check_snmp.c: only load mibs if needed or specified - |
1061 | patch 1212395 | 1637 | patch 1212395 |
1062 | 1638 | ||
1063 | 2005-05-27 21:21 seanius | 1639 | 2005-05-28 02:21 seanius |
1064 | 1640 | ||
1065 | * plugins/check_load.c: bugfixes to check_load thanks to andreas | 1641 | * plugins/check_load.c: bugfixes to check_load thanks to andreas |
1066 | 1642 | ||
1067 | 2005-05-25 22:13 seanius | 1643 | 2005-05-26 03:13 seanius |
1068 | 1644 | ||
1069 | * plugins/check_mysql.c: fix for check_msyql so that it doesn't use | 1645 | * plugins/check_mysql.c: fix for check_msyql so that it doesn't use |
1070 | column numbers but the names instead for determining slave | 1646 | column numbers but the names instead for determining slave |
1071 | status. thanks to james kingston. | 1647 | status. thanks to james kingston. |
1072 | 1648 | ||
1073 | 2005-05-25 13:42 sghosh | 1649 | 2005-05-25 18:42 sghosh |
1074 | 1650 | ||
1075 | * plugins/check_time.c: 64bit sys support - 1185713 | 1651 | * plugins/check_time.c: 64bit sys support - 1185713 |
1076 | 1652 | ||
1077 | 2005-05-25 11:40 sghosh | 1653 | 2005-05-25 16:40 sghosh |
1078 | 1654 | ||
1079 | * plugins/check_snmp.c: support for getnext - 1106430 | 1655 | * plugins/check_snmp.c: support for getnext - 1106430 |
1080 | 1656 | ||
1081 | 2005-05-25 10:25 sghosh | 1657 | 2005-05-25 15:25 sghosh |
1082 | 1658 | ||
1083 | * plugins/check_ping.c: RH9 pattern | 1659 | * plugins/check_ping.c: RH9 pattern |
1084 | 1660 | ||
1085 | 2005-05-25 10:05 sghosh | 1661 | 2005-05-25 15:05 sghosh |
1086 | 1662 | ||
1087 | * plugins-scripts/check_ntp.pl: perfdata patch - 1172539 | 1663 | * plugins-scripts/check_ntp.pl: perfdata patch - 1172539 |
1088 | 1664 | ||
1089 | 2005-05-24 23:37 sghosh | 1665 | 2005-05-25 04:37 sghosh |
1090 | 1666 | ||
1091 | * plugins-scripts/check_ntp.pl: new option for zero offset - | 1667 | * plugins-scripts/check_ntp.pl: new option for zero offset - |
1092 | 1159317 | 1668 | 1159317 |
1093 | 1669 | ||
1094 | 2005-05-24 23:23 sghosh | 1670 | 2005-05-25 04:23 sghosh |
1095 | 1671 | ||
1096 | * plugins/check_snmp.c: v2c support - 1155754 | 1672 | * plugins/check_snmp.c: v2c support - 1155754 |
1097 | 1673 | ||
1098 | 2005-05-24 20:43 seanius | 1674 | 2005-05-25 01:43 seanius |
1099 | 1675 | ||
1100 | * configure.in, plugins/check_nagios.c, plugins/check_procs.c: | 1676 | * configure.in, plugins/check_nagios.c, plugins/check_procs.c: |
1101 | fixes for check_procs: - added support for printing the pid in | 1677 | fixes for check_procs: - added support for printing the pid in |
@@ -1103,35 +1679,35 @@ | |||
1103 | the pid vs getpid(). - initialize procetime to null string | 1679 | the pid vs getpid(). - initialize procetime to null string |
1104 | otherwise -vvv can have funny results | 1680 | otherwise -vvv can have funny results |
1105 | 1681 | ||
1106 | 2005-05-24 20:30 seanius | 1682 | 2005-05-25 01:30 seanius |
1107 | 1683 | ||
1108 | * plugins/: check_tcp.c, netutils.c, netutils.h: bah, my_connect is | 1684 | * plugins/: check_tcp.c, netutils.c, netutils.h: bah, my_connect is |
1109 | taken by mysql. now calling it np_net_connect. | 1685 | taken by mysql. now calling it np_net_connect. |
1110 | 1686 | ||
1111 | 2005-05-24 18:33 sghosh | 1687 | 2005-05-24 23:33 sghosh |
1112 | 1688 | ||
1113 | * plugins-scripts/check_ntp.pl: patched bug id 1200030 - regex | 1689 | * plugins-scripts/check_ntp.pl: patched bug id 1200030 - regex |
1114 | update | 1690 | update |
1115 | 1691 | ||
1116 | 2005-05-24 18:10 sghosh | 1692 | 2005-05-24 23:10 sghosh |
1117 | 1693 | ||
1118 | * plugins-scripts/check_ntp.pl: patched bug id 1204636 | 1694 | * plugins-scripts/check_ntp.pl: patched bug id 1204636 |
1119 | 1695 | ||
1120 | 2005-05-24 16:25 seanius | 1696 | 2005-05-24 21:25 seanius |
1121 | 1697 | ||
1122 | * plugins/: check_tcp.c, netutils.c, netutils.h: optimizations and | 1698 | * plugins/: check_tcp.c, netutils.c, netutils.h: optimizations and |
1123 | cleanup from andreas | 1699 | cleanup from andreas |
1124 | 1700 | ||
1125 | 2005-05-23 01:09 seanius | 1701 | 2005-05-23 06:09 seanius |
1126 | 1702 | ||
1127 | * nagios-plugins.spec.in: build fix | 1703 | * nagios-plugins.spec.in: build fix |
1128 | 1704 | ||
1129 | 2005-05-02 22:00 seanius | 1705 | 2005-05-03 03:00 seanius |
1130 | 1706 | ||
1131 | * plugins/check_ping.c: setlocale(LC_ALL, "") should be | 1707 | * plugins/check_ping.c: setlocale(LC_ALL, "") should be |
1132 | setlocale(LC_NUMERIC, "C") to properly parse the output of ping. | 1708 | setlocale(LC_NUMERIC, "C") to properly parse the output of ping. |
1133 | 1709 | ||
1134 | 2005-05-02 21:52 seanius | 1710 | 2005-05-03 02:52 seanius |
1135 | 1711 | ||
1136 | * plugins/check_tcp.c: if check_tcp was called with -e but not -s, | 1712 | * plugins/check_tcp.c: if check_tcp was called with -e but not -s, |
1137 | it would hang in a call to my_recv. the fix committed here adds | 1713 | it would hang in a call to my_recv. the fix committed here adds |
@@ -1140,59 +1716,59 @@ | |||
1140 | not use these "voodoo" heuristics and instead use poll() or | 1716 | not use these "voodoo" heuristics and instead use poll() or |
1141 | select(), but that's quite a bit more complicated. | 1717 | select(), but that's quite a bit more complicated. |
1142 | 1718 | ||
1143 | 2005-05-01 16:12 seanius | 1719 | 2005-05-01 21:12 seanius |
1144 | 1720 | ||
1145 | * plugins/: popen.c, popen.h: better error checking in spopen | 1721 | * plugins/: popen.c, popen.h: better error checking in spopen |
1146 | signal handler (see 1107524) | 1722 | signal handler (see 1107524) |
1147 | 1723 | ||
1148 | 2005-05-01 15:50 seanius | 1724 | 2005-05-01 20:50 seanius |
1149 | 1725 | ||
1150 | * configure.in: provide a --with-perl option | 1726 | * configure.in: provide a --with-perl option |
1151 | 1727 | ||
1152 | 2005-04-28 20:27 stanleyhopcroft | 1728 | 2005-04-29 01:27 stanleyhopcroft |
1153 | 1729 | ||
1154 | * contrib/check_sybase: check_sybase 0.7 from Simon Bellman. Thx | 1730 | * contrib/check_sybase: check_sybase 0.7 from Simon Bellman. Thx |
1155 | 1731 | ||
1156 | 2005-04-18 20:16 seanius | 1732 | 2005-04-19 01:16 seanius |
1157 | 1733 | ||
1158 | * plugins-scripts/check_ntp.pl: regexp fix for check_ntp | 1734 | * plugins-scripts/check_ntp.pl: regexp fix for check_ntp |
1159 | 1735 | ||
1160 | 2005-04-18 20:09 seanius | 1736 | 2005-04-19 01:09 seanius |
1161 | 1737 | ||
1162 | * configure.in: check for the -w flag for ping6 as well as ping | 1738 | * configure.in: check for the -w flag for ping6 as well as ping |
1163 | 1739 | ||
1164 | 2005-04-17 18:22 seanius | 1740 | 2005-04-17 23:22 seanius |
1165 | 1741 | ||
1166 | * plugins-scripts/check_disk_smb.pl: also change the --help output | 1742 | * plugins-scripts/check_disk_smb.pl: also change the --help output |
1167 | to reflect that check_disk_smb defaults to empty passwords | 1743 | to reflect that check_disk_smb defaults to empty passwords |
1168 | 1744 | ||
1169 | 2005-04-16 02:09 seanius | 1745 | 2005-04-16 07:09 seanius |
1170 | 1746 | ||
1171 | * plugins-scripts/check_disk_smb.pl: patch to check_disk_smb to | 1747 | * plugins-scripts/check_disk_smb.pl: patch to check_disk_smb to |
1172 | allow empty passwords | 1748 | allow empty passwords |
1173 | 1749 | ||
1174 | 2005-04-14 00:13 seanius | 1750 | 2005-04-14 05:13 seanius |
1175 | 1751 | ||
1176 | * plugins-scripts/check_mailq.pl: check_mailq fix, don't be case | 1752 | * plugins-scripts/check_mailq.pl: check_mailq fix, don't be case |
1177 | sensitive matching /^\s+Total\sRequests:\s(\d+)$/ | 1753 | sensitive matching /^\s+Total\sRequests:\s(\d+)$/ |
1178 | 1754 | ||
1179 | 2005-04-14 00:07 seanius | 1755 | 2005-04-14 05:07 seanius |
1180 | 1756 | ||
1181 | * plugins-scripts/check_ntp.pl: typographical fix in check_ntp | 1757 | * plugins-scripts/check_ntp.pl: typographical fix in check_ntp |
1182 | 1758 | ||
1183 | 2005-04-11 14:02 seanius | 1759 | 2005-04-11 19:02 seanius |
1184 | 1760 | ||
1185 | * plugins/check_ssh.c: properly call close() on the ssh connection | 1761 | * plugins/check_ssh.c: properly call close() on the ssh connection |
1186 | before exiting. | 1762 | before exiting. |
1187 | 1763 | ||
1188 | 2005-04-10 23:07 seanius | 1764 | 2005-04-11 04:07 seanius |
1189 | 1765 | ||
1190 | * configure.in, plugins/check_tcp.c: this should add support for | 1766 | * configure.in, plugins/check_tcp.c: this should add support for |
1191 | check_ssmtp, based on the 1.3.x patch in 1155562, but fixed to | 1767 | check_ssmtp, based on the 1.3.x patch in 1155562, but fixed to |
1192 | follow how things are done in 1.4 (using strdup instead of | 1768 | follow how things are done in 1.4 (using strdup instead of |
1193 | asprintf) and patching configure.in instead of configure. | 1769 | asprintf) and patching configure.in instead of configure. |
1194 | 1770 | ||
1195 | 2005-04-07 00:33 seanius | 1771 | 2005-04-07 05:33 seanius |
1196 | 1772 | ||
1197 | * plugins/check_smtp.c: in honor of joining up, my first bugfix. | 1773 | * plugins/check_smtp.c: in honor of joining up, my first bugfix. |
1198 | this should resolve 1174070. | 1774 | this should resolve 1174070. |
@@ -1205,7 +1781,7 @@ | |||
1205 | 1781 | ||
1206 | sean | 1782 | sean |
1207 | 1783 | ||
1208 | 2005-04-05 17:26 harpermann | 1784 | 2005-04-05 22:26 harpermann |
1209 | 1785 | ||
1210 | * plugins/check_snmp.c: This is a first cut at adding performance | 1786 | * plugins/check_snmp.c: This is a first cut at adding performance |
1211 | data to check_snmp. I wasn't sure how to handle UOM so only | 1787 | data to check_snmp. I wasn't sure how to handle UOM so only |
@@ -1214,216 +1790,216 @@ | |||
1214 | and min values in the performance data until we come up with a | 1790 | and min values in the performance data until we come up with a |
1215 | way to handle them. | 1791 | way to handle them. |
1216 | 1792 | ||
1217 | 2005-04-04 14:25 tonvoon | 1793 | 2005-04-04 19:25 tonvoon |
1218 | 1794 | ||
1219 | * THANKS.in: More contributors | 1795 | * THANKS.in: More contributors |
1220 | 1796 | ||
1221 | 2005-04-04 14:23 tonvoon | 1797 | 2005-04-04 19:23 tonvoon |
1222 | 1798 | ||
1223 | * plugins/: check_smtp.c: Fix static buffer (Nikolay Sturm) | 1799 | * plugins/: check_smtp.c: Fix static buffer (Nikolay Sturm) |
1224 | 1800 | ||
1225 | 2005-03-17 22:14 mattkent | 1801 | 2005-03-18 03:14 mattkent |
1226 | 1802 | ||
1227 | * plugins/check_mysql.c: Replication check support for 4.1.x from | 1803 | * plugins/check_mysql.c: Replication check support for 4.1.x from |
1228 | Gerrit Beine | 1804 | Gerrit Beine |
1229 | 1805 | ||
1230 | 2005-03-08 01:19 tonvoon | 1806 | 2005-03-08 06:19 tonvoon |
1231 | 1807 | ||
1232 | * plugins-scripts/check_ntp.pl: Added OS info for offset issue | 1808 | * plugins-scripts/check_ntp.pl: Added OS info for offset issue |
1233 | 1809 | ||
1234 | 2005-03-04 17:20 tonvoon | 1810 | 2005-03-04 22:20 tonvoon |
1235 | 1811 | ||
1236 | * plugins-scripts/check_ntp.pl: Ignore extra check on offset | 1812 | * plugins-scripts/check_ntp.pl: Ignore extra check on offset |
1237 | 0.00000 (John Warburton - 1150777) | 1813 | 0.00000 (John Warburton - 1150777) |
1238 | 1814 | ||
1239 | 2005-03-04 17:10 tonvoon | 1815 | 2005-03-04 22:10 tonvoon |
1240 | 1816 | ||
1241 | * plugins/: check_disk.c, check_smtp.c, check_ups.c: Fixed // | 1817 | * plugins/: check_disk.c, check_smtp.c, check_ups.c: Fixed // |
1242 | comments | 1818 | comments |
1243 | 1819 | ||
1244 | 2005-03-04 16:58 tonvoon | 1820 | 2005-03-04 21:58 tonvoon |
1245 | 1821 | ||
1246 | * plugins/: check_disk.c, check_smtp.c, check_ups.c: Fixed // | 1822 | * plugins/: check_disk.c, check_smtp.c, check_ups.c: Fixed // |
1247 | comments (Steve Greenland - 1143836) | 1823 | comments (Steve Greenland - 1143836) |
1248 | 1824 | ||
1249 | 2005-03-04 16:50 tonvoon | 1825 | 2005-03-04 21:50 tonvoon |
1250 | 1826 | ||
1251 | * plugins-scripts/check_ntp.pl: Support for IPv6 (Merijn Evertse - | 1827 | * plugins-scripts/check_ntp.pl: Support for IPv6 (Merijn Evertse - |
1252 | 1119917) | 1828 | 1119917) |
1253 | 1829 | ||
1254 | 2005-03-04 16:04 tonvoon | 1830 | 2005-03-04 21:04 tonvoon |
1255 | 1831 | ||
1256 | * configure.in, package.def: Changed to next version number | 1832 | * configure.in, package.def: Changed to next version number |
1257 | 1833 | ||
1258 | 2005-03-04 16:03 tonvoon | 1834 | 2005-03-04 21:03 tonvoon |
1259 | 1835 | ||
1260 | * doc/RELEASING: Notes on branching | 1836 | * doc/RELEASING: Notes on branching |
1261 | 1837 | ||
1262 | 2005-03-04 15:43 tonvoon | 1838 | 2005-03-04 20:43 tonvoon |
1263 | 1839 | ||
1264 | * CHANGES: Missed check_disk addition to 1.4 | 1840 | * CHANGES: Missed check_disk addition to 1.4 |
1265 | 1841 | ||
1266 | 2005-02-11 06:49 stanleyhopcroft | 1842 | 2005-02-11 11:49 stanleyhopcroft |
1267 | 1843 | ||
1268 | * plugins/Makefile.am: Fix for check_icmp build on Solaris from | 1844 | * plugins/Makefile.am: Fix for check_icmp build on Solaris from |
1269 | Andreas Ericsson <ae@op5.se> | 1845 | Andreas Ericsson <ae@op5.se> |
1270 | 1846 | ||
1271 | 2005-02-03 19:44 tonvoon | 1847 | 2005-02-04 00:44 tonvoon |
1272 | 1848 | ||
1273 | * configure.in: For 1.4 release | 1849 | * configure.in: For 1.4 release |
1274 | 1850 | ||
1275 | 2005-02-03 19:43 tonvoon | 1851 | 2005-02-04 00:43 tonvoon |
1276 | 1852 | ||
1277 | * ChangeLog: Updated for 1.4 release | 1853 | * ChangeLog: Updated for 1.4 release |
1278 | 1854 | ||
1279 | 2005-02-03 19:29 tonvoon | 1855 | 2005-02-04 00:29 tonvoon |
1280 | 1856 | ||
1281 | * BUGS: New file to note known bugs for major releases | 1857 | * BUGS: New file to note known bugs for major releases |
1282 | 1858 | ||
1283 | 2005-02-03 19:28 tonvoon | 1859 | 2005-02-04 00:28 tonvoon |
1284 | 1860 | ||
1285 | * CHANGES: Reordering of items with most important announcements | 1861 | * CHANGES: Reordering of items with most important announcements |
1286 | first | 1862 | first |
1287 | 1863 | ||
1288 | 2005-02-03 19:27 stanleyhopcroft | 1864 | 2005-02-04 00:27 stanleyhopcroft |
1289 | 1865 | ||
1290 | * contrib/check_oracle_tbs: New version (1.1) from John Koyle | 1866 | * contrib/check_oracle_tbs: New version (1.1) from John Koyle |
1291 | 1867 | ||
1292 | 2005-02-03 19:26 tonvoon | 1868 | 2005-02-04 00:26 tonvoon |
1293 | 1869 | ||
1294 | * Makefile.am: BUGS file addition to release | 1870 | * Makefile.am: BUGS file addition to release |
1295 | 1871 | ||
1296 | 2005-02-03 19:26 tonvoon | 1872 | 2005-02-04 00:26 tonvoon |
1297 | 1873 | ||
1298 | * README: Cleanup and addition of reference to BUGS file | 1874 | * README: Cleanup and addition of reference to BUGS file |
1299 | 1875 | ||
1300 | 2005-02-03 19:25 tonvoon | 1876 | 2005-02-04 00:25 tonvoon |
1301 | 1877 | ||
1302 | * doc/RELEASING: Updated with corrections. Added note to update | 1878 | * doc/RELEASING: Updated with corrections. Added note to update |
1303 | BUGS file | 1879 | BUGS file |
1304 | 1880 | ||
1305 | 2005-02-03 18:52 tonvoon | 1881 | 2005-02-03 23:52 tonvoon |
1306 | 1882 | ||
1307 | * THANKS.in: Patch against check_log | 1883 | * THANKS.in: Patch against check_log |
1308 | 1884 | ||
1309 | 2005-02-03 18:51 tonvoon | 1885 | 2005-02-03 23:51 tonvoon |
1310 | 1886 | ||
1311 | * plugins-scripts/check_log.sh: Check for log file readability | 1887 | * plugins-scripts/check_log.sh: Check for log file readability |
1312 | 1888 | ||
1313 | 2005-02-02 04:47 stanleyhopcroft | 1889 | 2005-02-02 09:47 stanleyhopcroft |
1314 | 1890 | ||
1315 | * contrib/check_email_loop.pl: Add debug option from John Rouillard | 1891 | * contrib/check_email_loop.pl: Add debug option from John Rouillard |
1316 | 1892 | ||
1317 | 2005-02-02 01:42 stanleyhopcroft | 1893 | 2005-02-02 06:42 stanleyhopcroft |
1318 | 1894 | ||
1319 | * plugins/check_ide_smart.c: try again to stop looping | 1895 | * plugins/check_ide_smart.c: try again to stop looping |
1320 | 1896 | ||
1321 | 2005-02-02 00:44 stanleyhopcroft | 1897 | 2005-02-02 05:44 stanleyhopcroft |
1322 | 1898 | ||
1323 | * plugins/check_ide_smart.c: restructure main() to stop looping on | 1899 | * plugins/check_ide_smart.c: restructure main() to stop looping on |
1324 | -n | 1900 | -n |
1325 | 1901 | ||
1326 | 2005-02-01 07:43 stanleyhopcroft | 1902 | 2005-02-01 12:43 stanleyhopcroft |
1327 | 1903 | ||
1328 | * contrib/check_traceroute-pure_perl.pl: Thank you to Myke Place | 1904 | * contrib/check_traceroute-pure_perl.pl: Thank you to Myke Place |
1329 | for check_traceroute-pure_perl.pl | 1905 | for check_traceroute-pure_perl.pl |
1330 | 1906 | ||
1331 | 2005-02-01 07:42 stanleyhopcroft | 1907 | 2005-02-01 12:42 stanleyhopcroft |
1332 | 1908 | ||
1333 | * THANKS.in: Thank you for contributed plugins | 1909 | * THANKS.in: Thank you for contributed plugins |
1334 | 1910 | ||
1335 | 2005-02-01 07:30 stanleyhopcroft | 1911 | 2005-02-01 12:30 stanleyhopcroft |
1336 | 1912 | ||
1337 | * plugins/Makefile.am: check_icmp added to libexec_PROGRAMS | 1913 | * plugins/Makefile.am: check_icmp added to libexec_PROGRAMS |
1338 | 1914 | ||
1339 | 2005-02-01 07:25 stanleyhopcroft | 1915 | 2005-02-01 12:25 stanleyhopcroft |
1340 | 1916 | ||
1341 | * CHANGES: check_icmp no longer regarded as volatile; built by | 1917 | * CHANGES: check_icmp no longer regarded as volatile; built by |
1342 | default | 1918 | default |
1343 | 1919 | ||
1344 | 2005-02-01 07:23 stanleyhopcroft | 1920 | 2005-02-01 12:23 stanleyhopcroft |
1345 | 1921 | ||
1346 | * plugins/linux.h: plugins/linux.h, vestigeal header required for | 1922 | * plugins/linux.h: plugins/linux.h, vestigeal header required for |
1347 | prior versions of check_icmp, no longer required. | 1923 | prior versions of check_icmp, no longer required. |
1348 | 1924 | ||
1349 | 2005-02-01 02:35 stanleyhopcroft | 1925 | 2005-02-01 07:35 stanleyhopcroft |
1350 | 1926 | ||
1351 | * CHANGES: Amendments for check_icmp | 1927 | * CHANGES: Amendments for check_icmp |
1352 | 1928 | ||
1353 | 2005-02-01 02:34 stanleyhopcroft | 1929 | 2005-02-01 07:34 stanleyhopcroft |
1354 | 1930 | ||
1355 | * plugins/Makefile.am: hacks to partly support check_icmp.c (1.0). | 1931 | * plugins/Makefile.am: hacks to partly support check_icmp.c (1.0). |
1356 | 1932 | ||
1357 | 2005-02-01 02:33 stanleyhopcroft | 1933 | 2005-02-01 07:33 stanleyhopcroft |
1358 | 1934 | ||
1359 | * plugins/check_icmp.c: Revised check_icmp (1.0) from A Ericsson. | 1935 | * plugins/check_icmp.c: Revised check_icmp (1.0) from A Ericsson. |
1360 | 1936 | ||
1361 | 2005-01-31 23:19 stanleyhopcroft | 1937 | 2005-02-01 04:19 stanleyhopcroft |
1362 | 1938 | ||
1363 | * contrib/: check_asterisk.pl, | 1939 | * contrib/: check_asterisk.pl, |
1364 | check_http-with-client-certificate.c, check_email_loop.pl, | 1940 | check_http-with-client-certificate.c, check_email_loop.pl, |
1365 | tarballs/check_traffic-0.91b.tar.gz: New or revised plugin in | 1941 | tarballs/check_traffic-0.91b.tar.gz: New or revised plugin in |
1366 | /contrib | 1942 | /contrib |
1367 | 1943 | ||
1368 | 2005-01-28 17:42 stanleyhopcroft | 1944 | 2005-01-28 22:42 stanleyhopcroft |
1369 | 1945 | ||
1370 | * contrib/check_sybase: New version of Simon Bellwoods check_sybase | 1946 | * contrib/check_sybase: New version of Simon Bellwoods check_sybase |
1371 | (0.4). Thank you. | 1947 | (0.4). Thank you. |
1372 | 1948 | ||
1373 | 2005-01-27 05:34 stanleyhopcroft | 1949 | 2005-01-27 10:34 stanleyhopcroft |
1374 | 1950 | ||
1375 | * contrib/check_traceroute.pl: Jon Meek's check_traceroute for Mon | 1951 | * contrib/check_traceroute.pl: Jon Meek's check_traceroute for Mon |
1376 | hacked by YT for Nagios. Prob pretty weak | 1952 | hacked by YT for Nagios. Prob pretty weak |
1377 | 1953 | ||
1378 | 2005-01-27 05:32 stanleyhopcroft | 1954 | 2005-01-27 10:32 stanleyhopcroft |
1379 | 1955 | ||
1380 | * contrib/check_smart.pl: Candidate successor to | 1956 | * contrib/check_smart.pl: Candidate successor to |
1381 | /plugins/check_ide_smart.c. Now in /contrib. NB there is another | 1957 | /plugins/check_ide_smart.c. Now in /contrib. NB there is another |
1382 | new plugin with sim function | 1958 | new plugin with sim function |
1383 | 1959 | ||
1384 | 2005-01-26 23:52 stanleyhopcroft | 1960 | 2005-01-27 04:52 stanleyhopcroft |
1385 | 1961 | ||
1386 | * contrib/: check_fan_cpq_present, check_fan_fsc_present, | 1962 | * contrib/: check_fan_cpq_present, check_fan_fsc_present, |
1387 | check_temp_cpq, check_temp_fsc, check_mysqlslave.pl: New /contrib | 1963 | check_temp_cpq, check_temp_fsc, check_mysqlslave.pl: New /contrib |
1388 | plugin | 1964 | plugin |
1389 | 1965 | ||
1390 | 2005-01-26 23:43 stanleyhopcroft | 1966 | 2005-01-27 04:43 stanleyhopcroft |
1391 | 1967 | ||
1392 | * contrib/: check_pfstate, check_logins.c, check_arping.pl, | 1968 | * contrib/: check_pfstate, check_logins.c, check_arping.pl, |
1393 | check_frontpage, check_oracle_tbs, check_pcpmetric.py, | 1969 | check_frontpage, check_oracle_tbs, check_pcpmetric.py, |
1394 | check_cpqarray.c: New /contrib plugin | 1970 | check_cpqarray.c: New /contrib plugin |
1395 | 1971 | ||
1396 | 2005-01-26 21:27 stanleyhopcroft | 1972 | 2005-01-27 02:27 stanleyhopcroft |
1397 | 1973 | ||
1398 | * CHANGES, THANKS.in, contrib/README.TXT, po/de.po, po/fr.po: | 1974 | * CHANGES, THANKS.in, contrib/README.TXT, po/de.po, po/fr.po: |
1399 | 1975 | ||
1400 | 1 New /contrib plugins 2 Revised check_dhcp.c status in CHANGES | 1976 | 1 New /contrib plugins 2 Revised check_dhcp.c status in CHANGES |
1401 | 1977 | ||
1402 | 2005-01-26 20:38 harpermann | 1978 | 2005-01-27 01:38 harpermann |
1403 | 1979 | ||
1404 | * plugins/Makefile.am: Added check_dhcp bask into libexec_PROGRAMS | 1980 | * plugins/Makefile.am: Added check_dhcp bask into libexec_PROGRAMS |
1405 | after talking with Stanley. | 1981 | after talking with Stanley. |
1406 | 1982 | ||
1407 | 2005-01-26 16:39 tonvoon | 1983 | 2005-01-26 21:39 tonvoon |
1408 | 1984 | ||
1409 | * THANKS.in: More contributors | 1985 | * THANKS.in: More contributors |
1410 | 1986 | ||
1411 | 2005-01-26 16:21 tonvoon | 1987 | 2005-01-26 21:21 tonvoon |
1412 | 1988 | ||
1413 | * plugins/check_dig.c: Convert tabs to spaces from dig's answer | 1989 | * plugins/check_dig.c: Convert tabs to spaces from dig's answer |
1414 | section (Randy O'Meara - 1107651) | 1990 | section (Randy O'Meara - 1107651) |
1415 | 1991 | ||
1416 | 2005-01-26 15:53 tonvoon | 1992 | 2005-01-26 20:53 tonvoon |
1417 | 1993 | ||
1418 | * REQUIREMENTS: Add recommendation for check_procs on Mandrake | 1994 | * REQUIREMENTS: Add recommendation for check_procs on Mandrake |
1419 | systems (Paulo Fessel - 1106849) | 1995 | systems (Paulo Fessel - 1106849) |
1420 | 1996 | ||
1421 | 2005-01-25 17:15 stanleyhopcroft | 1997 | 2005-01-25 22:15 stanleyhopcroft |
1422 | 1998 | ||
1423 | * plugins/check_ide_smart.c: Display usage if no argv (Reuben | 1999 | * plugins/check_ide_smart.c: Display usage if no argv (Reuben |
1424 | Farrelly) | 2000 | Farrelly) |
1425 | 2001 | ||
1426 | 2005-01-25 13:11 harpermann | 2002 | 2005-01-25 18:11 harpermann |
1427 | 2003 | ||
1428 | * plugins/check_dhcp.c: Tracker:1109261 This was an alignment | 2004 | * plugins/check_dhcp.c: Tracker:1109261 This was an alignment |
1429 | problem on Solaris. Linux kernel fixes alignment so this was not | 2005 | problem on Solaris. Linux kernel fixes alignment so this was not |
@@ -1431,194 +2007,194 @@ | |||
1431 | RHEL V3 U3, RHEL V4, FreeBSD 4.10 (Thanks Stanley!) and Solaris 9 | 2007 | RHEL V3 U3, RHEL V4, FreeBSD 4.10 (Thanks Stanley!) and Solaris 9 |
1432 | with the GNU env. | 2008 | with the GNU env. |
1433 | 2009 | ||
1434 | 2005-01-25 07:43 stanleyhopcroft | 2010 | 2005-01-25 12:43 stanleyhopcroft |
1435 | 2011 | ||
1436 | * plugins/check_ide_smart.c: Trivial text changes (print_help, | 2012 | * plugins/check_ide_smart.c: Trivial text changes (print_help, |
1437 | commentary & -n option) | 2013 | commentary & -n option) |
1438 | 2014 | ||
1439 | 2005-01-25 04:20 stanleyhopcroft | 2015 | 2005-01-25 09:20 stanleyhopcroft |
1440 | 2016 | ||
1441 | * contrib/tarballs/check_icmp-0.8.tar.gz: moved to /plugins (core | 2017 | * contrib/tarballs/check_icmp-0.8.tar.gz: moved to /plugins (core |
1442 | plugin) | 2018 | plugin) |
1443 | 2019 | ||
1444 | 2005-01-25 04:19 stanleyhopcroft | 2020 | 2005-01-25 09:19 stanleyhopcroft |
1445 | 2021 | ||
1446 | * contrib/tarballs/check_cit.tgz: replaced by contrib/check_ica* | 2022 | * contrib/tarballs/check_cit.tgz: replaced by contrib/check_ica* |
1447 | (esp check_ica_metaframe_pub_apps) | 2023 | (esp check_ica_metaframe_pub_apps) |
1448 | 2024 | ||
1449 | 2005-01-25 04:16 stanleyhopcroft | 2025 | 2005-01-25 09:16 stanleyhopcroft |
1450 | 2026 | ||
1451 | * contrib/check_dhcp.c: moved to /plugins (core plugin) | 2027 | * contrib/check_dhcp.c: moved to /plugins (core plugin) |
1452 | 2028 | ||
1453 | 2005-01-25 04:15 stanleyhopcroft | 2029 | 2005-01-25 09:15 stanleyhopcroft |
1454 | 2030 | ||
1455 | * contrib/check_citrix: Replaced by the check_ica* pair of plugins | 2031 | * contrib/check_citrix: Replaced by the check_ica* pair of plugins |
1456 | (mainly check_ica_metaframe_pub_apps) | 2032 | (mainly check_ica_metaframe_pub_apps) |
1457 | 2033 | ||
1458 | 2005-01-25 04:12 stanleyhopcroft | 2034 | 2005-01-25 09:12 stanleyhopcroft |
1459 | 2035 | ||
1460 | * contrib/packet_utils.pm: packet creation and dumping hacks used | 2036 | * contrib/packet_utils.pm: packet creation and dumping hacks used |
1461 | by check_ica* and check_lotus | 2037 | by check_ica* and check_lotus |
1462 | 2038 | ||
1463 | 2005-01-25 04:09 stanleyhopcroft | 2039 | 2005-01-25 09:09 stanleyhopcroft |
1464 | 2040 | ||
1465 | * contrib/check_ica_master_browser.pl: New plugin - checks that ICA | 2041 | * contrib/check_ica_master_browser.pl: New plugin - checks that ICA |
1466 | master browser is what it should be (important for firewalled | 2042 | master browser is what it should be (important for firewalled |
1467 | dialup) | 2043 | dialup) |
1468 | 2044 | ||
1469 | 2005-01-25 04:07 stanleyhopcroft | 2045 | 2005-01-25 09:07 stanleyhopcroft |
1470 | 2046 | ||
1471 | * contrib/check_ica_metaframe_pub_apps.pl: Replacement (structured | 2047 | * contrib/check_ica_metaframe_pub_apps.pl: Replacement (structured |
1472 | name mainly) for check_citrix: check of ICA browse service | 2048 | name mainly) for check_citrix: check of ICA browse service |
1473 | 2049 | ||
1474 | 2005-01-25 04:05 stanleyhopcroft | 2050 | 2005-01-25 09:05 stanleyhopcroft |
1475 | 2051 | ||
1476 | * contrib/check_ica_program_neigbourhood.pl: New plugin to check | 2052 | * contrib/check_ica_program_neigbourhood.pl: New plugin to check |
1477 | Citrix Metaframe XP "Program Neighbourhood" | 2053 | Citrix Metaframe XP "Program Neighbourhood" |
1478 | 2054 | ||
1479 | 2005-01-25 04:04 stanleyhopcroft | 2055 | 2005-01-25 09:04 stanleyhopcroft |
1480 | 2056 | ||
1481 | * contrib/check_lotus.pl: New plugin to check responsiveness of | 2057 | * contrib/check_lotus.pl: New plugin to check responsiveness of |
1482 | Louts Notes (v5 at least) servers | 2058 | Louts Notes (v5 at least) servers |
1483 | 2059 | ||
1484 | 2005-01-24 18:17 stanleyhopcroft | 2060 | 2005-01-24 23:17 stanleyhopcroft |
1485 | 2061 | ||
1486 | * plugins/Makefile.am: Removed check_dhcp and check_icmp from | 2062 | * plugins/Makefile.am: Removed check_dhcp and check_icmp from |
1487 | libexec_PROGRAMS (ie dont build by defaut) | 2063 | libexec_PROGRAMS (ie dont build by defaut) |
1488 | 2064 | ||
1489 | 2005-01-24 18:15 stanleyhopcroft | 2065 | 2005-01-24 23:15 stanleyhopcroft |
1490 | 2066 | ||
1491 | * CHANGES: Notes about check_dhcp and check_icmp (no longer built | 2067 | * CHANGES: Notes about check_dhcp and check_icmp (no longer built |
1492 | by default, use at own peril, volatile) | 2068 | by default, use at own peril, volatile) |
1493 | 2069 | ||
1494 | 2005-01-21 04:24 stanleyhopcroft | 2070 | 2005-01-21 09:24 stanleyhopcroft |
1495 | 2071 | ||
1496 | * configure.in: Set arch specifc preprocessor symbols in config.h. | 2072 | * configure.in: Set arch specifc preprocessor symbols in config.h. |
1497 | TEMPORARY hack for check_dhcp.c [on FreeBSD 4: /check_dhcp -i | 2073 | TEMPORARY hack for check_dhcp.c [on FreeBSD 4: /check_dhcp -i |
1498 | fxp0 -> DHCP ok: Received 1 DHCPOFFER(s), max lease time = 259200 | 2074 | fxp0 -> DHCP ok: Received 1 DHCPOFFER(s), max lease time = 259200 |
1499 | sec. | 2075 | sec. |
1500 | 2076 | ||
1501 | 2005-01-20 20:03 harpermann | 2077 | 2005-01-21 01:03 harpermann |
1502 | 2078 | ||
1503 | * plugins/check_snmp.c: Tracker 1106378 fixed - The -t (timeout) | 2079 | * plugins/check_snmp.c: Tracker 1106378 fixed - The -t (timeout) |
1504 | arg was not handled correctly when passed to the snmpget command. | 2080 | arg was not handled correctly when passed to the snmpget command. |
1505 | Added -e --retries for the correct retries value to snmpcmd. | 2081 | Added -e --retries for the correct retries value to snmpcmd. |
1506 | 2082 | ||
1507 | 2005-01-20 19:01 tonvoon | 2083 | 2005-01-21 00:01 tonvoon |
1508 | 2084 | ||
1509 | * doc/developer-guidelines.sgml: Changing copyright to the Nagios | 2085 | * doc/developer-guidelines.sgml: Changing copyright to the Nagios |
1510 | Plugins Development Team, rather than individual names. Also, | 2086 | Plugins Development Team, rather than individual names. Also, |
1511 | clarified use of ACKNOWLEDGEMENTS, THANKS.in and AUTHORS | 2087 | clarified use of ACKNOWLEDGEMENTS, THANKS.in and AUTHORS |
1512 | 2088 | ||
1513 | 2005-01-20 18:40 harpermann | 2089 | 2005-01-20 23:40 harpermann |
1514 | 2090 | ||
1515 | * plugins/check_http.c: Changed long argument --minmax to | 2091 | * plugins/check_http.c: Changed long argument --minmax to |
1516 | --pagesize and updated help and usage | 2092 | --pagesize and updated help and usage |
1517 | 2093 | ||
1518 | 2005-01-20 18:39 tonvoon | 2094 | 2005-01-20 23:39 tonvoon |
1519 | 2095 | ||
1520 | * AUTHORS, Makefile.am, THANKS.in: The AUTHORS file now used for | 2096 | * AUTHORS, Makefile.am, THANKS.in: The AUTHORS file now used for |
1521 | the plugin team, with THANKS.in as the contributors list. | 2097 | the plugin team, with THANKS.in as the contributors list. |
1522 | 2098 | ||
1523 | 2005-01-20 18:37 harpermann | 2099 | 2005-01-20 23:37 harpermann |
1524 | 2100 | ||
1525 | * CHANGES: Added comment about check_http --pagesize and added max | 2101 | * CHANGES: Added comment about check_http --pagesize and added max |
1526 | value to page size check | 2102 | value to page size check |
1527 | 2103 | ||
1528 | 2005-01-20 18:25 tonvoon | 2104 | 2005-01-20 23:25 tonvoon |
1529 | 2105 | ||
1530 | * AUTHORS: Added Sean for bug reports | 2106 | * AUTHORS: Added Sean for bug reports |
1531 | 2107 | ||
1532 | 2005-01-20 17:50 harpermann | 2108 | 2005-01-20 22:50 harpermann |
1533 | 2109 | ||
1534 | * plugins/check_http.c: Tracker 1099682 fix. Now getting the page | 2110 | * plugins/check_http.c: Tracker 1099682 fix. Now getting the page |
1535 | size from Content-Length in the header. Added max value to the | 2111 | size from Content-Length in the header. Added max value to the |
1536 | -m switch so can do "-m min:max". Retained "-m min" convention. | 2112 | -m switch so can do "-m min:max". Retained "-m min" convention. |
1537 | Renamed long arg name to --minmax | 2113 | Renamed long arg name to --minmax |
1538 | 2114 | ||
1539 | 2005-01-19 18:39 harpermann | 2115 | 2005-01-19 23:39 harpermann |
1540 | 2116 | ||
1541 | * plugins/check_nt.c: In the CHECK_COUNTER block, there were | 2117 | * plugins/check_nt.c: In the CHECK_COUNTER block, there were |
1542 | several strcats writing to unallocated memory. Changed to | 2118 | several strcats writing to unallocated memory. Changed to |
1543 | asprintf. We're not freeing since plugin run is short. | 2119 | asprintf. We're not freeing since plugin run is short. |
1544 | 2120 | ||
1545 | 2005-01-19 16:14 tonvoon | 2121 | 2005-01-19 21:14 tonvoon |
1546 | 2122 | ||
1547 | * plugins/check_swap.c: Fixed parsing of AIX lsps command (1093522) | 2123 | * plugins/check_swap.c: Fixed parsing of AIX lsps command (1093522) |
1548 | 2124 | ||
1549 | 2005-01-14 09:39 tonvoon | 2125 | 2005-01-14 14:39 tonvoon |
1550 | 2126 | ||
1551 | * AUTHORS: More contributors | 2127 | * AUTHORS: More contributors |
1552 | 2128 | ||
1553 | 2005-01-14 09:13 tonvoon | 2129 | 2005-01-14 14:13 tonvoon |
1554 | 2130 | ||
1555 | * plugins/check_disk.c: Fix logic error with -e switch where result | 2131 | * plugins/check_disk.c: Fix logic error with -e switch where result |
1556 | not set (Daniel Austin - 1102012) | 2132 | not set (Daniel Austin - 1102012) |
1557 | 2133 | ||
1558 | 2005-01-14 05:59 tonvoon | 2134 | 2005-01-14 10:59 tonvoon |
1559 | 2135 | ||
1560 | * configure.in: Fixed ssl configure problems on Solaris (Bug | 2136 | * configure.in: Fixed ssl configure problems on Solaris (Bug |
1561 | 1096091) | 2137 | 1096091) |
1562 | 2138 | ||
1563 | 2005-01-13 13:24 tonvoon | 2139 | 2005-01-13 18:24 tonvoon |
1564 | 2140 | ||
1565 | * configure.in, plugins/check_swap.c: Use floats for holding memory | 2141 | * configure.in, plugins/check_swap.c: Use floats for holding memory |
1566 | values to avoid different types on different OSes. Seems to have | 2142 | values to avoid different types on different OSes. Seems to have |
1567 | a problem with the perf data for check_swap on Sol 2.6, but not | 2143 | a problem with the perf data for check_swap on Sol 2.6, but not |
1568 | critical | 2144 | critical |
1569 | 2145 | ||
1570 | 2005-01-05 16:32 tonvoon | 2146 | 2005-01-05 21:32 tonvoon |
1571 | 2147 | ||
1572 | * configure.in, package.def: Update version number to next release | 2148 | * configure.in, package.def: Update version number to next release |
1573 | 2149 | ||
1574 | 2005-01-03 19:16 opensides | 2150 | 2005-01-04 00:16 opensides |
1575 | 2151 | ||
1576 | * plugins/check_ide_smart.c: | 2152 | * plugins/check_ide_smart.c: |
1577 | still trying to fix #1094326 | 2153 | still trying to fix #1094326 |
1578 | 2154 | ||
1579 | 2005-01-02 20:37 opensides | 2155 | 2005-01-03 01:37 opensides |
1580 | 2156 | ||
1581 | * plugins/check_ide_smart.c: | 2157 | * plugins/check_ide_smart.c: |
1582 | more fixes for #1094326 | 2158 | more fixes for #1094326 |
1583 | 2159 | ||
1584 | 2005-01-02 19:59 opensides | 2160 | 2005-01-03 00:59 opensides |
1585 | 2161 | ||
1586 | * plugins-scripts/check_mailq.pl: | 2162 | * plugins-scripts/check_mailq.pl: |
1587 | fixes for #1094324 | 2163 | fixes for #1094324 |
1588 | 2164 | ||
1589 | 2005-01-02 09:00 opensides | 2165 | 2005-01-02 14:00 opensides |
1590 | 2166 | ||
1591 | * plugins/check_ide_smart.c: | 2167 | * plugins/check_ide_smart.c: |
1592 | fixing bug #1094326 | 2168 | fixing bug #1094326 |
1593 | 2169 | ||
1594 | still need to check the makefile for check_ide_smart.c | 2170 | still need to check the makefile for check_ide_smart.c |
1595 | 2171 | ||
1596 | 2005-01-01 11:15 tonvoon | 2172 | 2005-01-01 16:15 tonvoon |
1597 | 2173 | ||
1598 | * plugins/check_smtp.c: Removed old terminate function (Bug | 2174 | * plugins/check_smtp.c: Removed old terminate function (Bug |
1599 | 1093491) | 2175 | 1093491) |
1600 | 2176 | ||
1601 | 2004-12-30 12:17 tonvoon | 2177 | 2004-12-30 17:17 tonvoon |
1602 | 2178 | ||
1603 | * ChangeLog: Updated with r1_4-beta1 details | 2179 | * ChangeLog: Updated with r1_4-beta1 details |
1604 | 2180 | ||
1605 | 2004-12-30 09:23 tonvoon | 2181 | 2004-12-30 14:23 tonvoon |
1606 | 2182 | ||
1607 | * CHANGES: Note some syntax changes to check_disk | 2183 | * CHANGES: Note some syntax changes to check_disk |
1608 | 2184 | ||
1609 | 2004-12-30 09:22 tonvoon | 2185 | 2004-12-30 14:22 tonvoon |
1610 | 2186 | ||
1611 | * doc/RELEASING: Update package files for version | 2187 | * doc/RELEASING: Update package files for version |
1612 | 2188 | ||
1613 | 2004-12-30 09:21 tonvoon | 2189 | 2004-12-30 14:21 tonvoon |
1614 | 2190 | ||
1615 | * AUTHORS: For help with ps on FreeBSD 4 | 2191 | * AUTHORS: For help with ps on FreeBSD 4 |
1616 | 2192 | ||
1617 | 2004-12-30 09:19 tonvoon | 2193 | 2004-12-30 14:19 tonvoon |
1618 | 2194 | ||
1619 | * configure.in: Get ps command for FreeBSD 4 (Tomasz Pilat) | 2195 | * configure.in: Get ps command for FreeBSD 4 (Tomasz Pilat) |
1620 | 2196 | ||
1621 | 2004-12-29 19:41 opensides | 2197 | 2004-12-30 00:41 opensides |
1622 | 2198 | ||
1623 | * plugins/check_dhcp.c, plugins/check_dns.c, plugins/check_ping.c, | 2199 | * plugins/check_dhcp.c, plugins/check_dns.c, plugins/check_ping.c, |
1624 | plugins/check_procs.c, plugins/check_smtp.c, | 2200 | plugins/check_procs.c, plugins/check_smtp.c, |
@@ -1627,32 +2203,32 @@ | |||
1627 | more internationalization fixes internationalization freeze for | 2203 | more internationalization fixes internationalization freeze for |
1628 | beta1 | 2204 | beta1 |
1629 | 2205 | ||
1630 | 2004-12-28 18:40 opensides | 2206 | 2004-12-28 23:40 opensides |
1631 | 2207 | ||
1632 | * AUTHORS, po/fr.po: | 2208 | * AUTHORS, po/fr.po: |
1633 | more internationalization | 2209 | more internationalization |
1634 | 2210 | ||
1635 | 2004-12-28 18:18 opensides | 2211 | 2004-12-28 23:18 opensides |
1636 | 2212 | ||
1637 | * plugins/Makefile.am, plugins/check_smtp.c, po/fr.po: | 2213 | * plugins/Makefile.am, plugins/check_smtp.c, po/fr.po: |
1638 | starttls support for check_smtp #1041576 | 2214 | starttls support for check_smtp #1041576 |
1639 | 2215 | ||
1640 | 2004-12-28 17:34 opensides | 2216 | 2004-12-28 22:34 opensides |
1641 | 2217 | ||
1642 | * AUTHORS, plugins/check_ping.c: | 2218 | * AUTHORS, plugins/check_ping.c: |
1643 | String match in check_ping for Solaris 10 #1091043 | 2219 | String match in check_ping for Solaris 10 #1091043 |
1644 | 2220 | ||
1645 | 2004-12-28 15:40 tonvoon | 2221 | 2004-12-28 20:40 tonvoon |
1646 | 2222 | ||
1647 | * configure.in: sys/param.h needed for sys/swap.h on openbsd 3.6 | 2223 | * configure.in: sys/param.h needed for sys/swap.h on openbsd 3.6 |
1648 | (Julien Touche) | 2224 | (Julien Touche) |
1649 | 2225 | ||
1650 | 2004-12-27 17:44 opensides | 2226 | 2004-12-27 22:44 opensides |
1651 | 2227 | ||
1652 | * po/fr.po: | 2228 | * po/fr.po: |
1653 | more internationalization | 2229 | more internationalization |
1654 | 2230 | ||
1655 | 2004-12-25 18:17 opensides | 2231 | 2004-12-25 23:17 opensides |
1656 | 2232 | ||
1657 | * plugins/check_dig.c, plugins/check_disk.c, plugins/check_dns.c, | 2233 | * plugins/check_dig.c, plugins/check_disk.c, plugins/check_dns.c, |
1658 | plugins/check_dummy.c, plugins/check_fping.c, | 2234 | plugins/check_dummy.c, plugins/check_fping.c, |
@@ -1672,39 +2248,39 @@ | |||
1672 | plugins/utils.c, po/de.po, po/fr.po, po/nagios-plugins.pot: | 2248 | plugins/utils.c, po/de.po, po/fr.po, po/nagios-plugins.pot: |
1673 | various fixes for localization | 2249 | various fixes for localization |
1674 | 2250 | ||
1675 | 2004-12-25 11:18 opensides | 2251 | 2004-12-25 16:18 opensides |
1676 | 2252 | ||
1677 | * po/: de.po, fr.po, nagios-plugins.pot: | 2253 | * po/: de.po, fr.po, nagios-plugins.pot: |
1678 | new version of po files and pot file | 2254 | new version of po files and pot file |
1679 | 2255 | ||
1680 | 2004-12-25 07:25 opensides | 2256 | 2004-12-25 12:25 opensides |
1681 | 2257 | ||
1682 | * package.def, po/POTFILES.in: | 2258 | * package.def, po/POTFILES.in: |
1683 | change realase name on package.def adding check_dhcp.c to | 2259 | change realase name on package.def adding check_dhcp.c to |
1684 | potfiles.in | 2260 | potfiles.in |
1685 | 2261 | ||
1686 | 2004-12-25 07:09 opensides | 2262 | 2004-12-25 12:09 opensides |
1687 | 2263 | ||
1688 | * plugins/: check_by_ssh.c, check_dhcp.c: | 2264 | * plugins/: check_by_ssh.c, check_dhcp.c: |
1689 | internationalization of check_dhcp internationalization fixes of | 2265 | internationalization of check_dhcp internationalization fixes of |
1690 | check_ssh | 2266 | check_ssh |
1691 | 2267 | ||
1692 | 2004-12-24 13:06 opensides | 2268 | 2004-12-24 18:06 opensides |
1693 | 2269 | ||
1694 | * plugins/check_icmp.c, po/POTFILES.in, po/fr.po: | 2270 | * plugins/check_icmp.c, po/POTFILES.in, po/fr.po: |
1695 | first pass at adapting to plugin guidelines and start of | 2271 | first pass at adapting to plugin guidelines and start of |
1696 | localization | 2272 | localization |
1697 | 2273 | ||
1698 | 2004-12-23 13:54 opensides | 2274 | 2004-12-23 18:54 opensides |
1699 | 2275 | ||
1700 | * plugins/check_http.c, po/fr.po: | 2276 | * plugins/check_http.c, po/fr.po: |
1701 | internationalization fixes | 2277 | internationalization fixes |
1702 | 2278 | ||
1703 | 2004-12-23 11:47 mwirtgen | 2279 | 2004-12-23 16:47 mwirtgen |
1704 | 2280 | ||
1705 | * po/de.po: german translations 391 to go | 2281 | * po/de.po: german translations 391 to go |
1706 | 2282 | ||
1707 | 2004-12-23 04:30 tonvoon | 2283 | 2004-12-23 09:30 tonvoon |
1708 | 2284 | ||
1709 | * ACKNOWLEDGEMENTS, configure.in, m4/np_curl.m4, | 2285 | * ACKNOWLEDGEMENTS, configure.in, m4/np_curl.m4, |
1710 | plugins/Makefile.am: Another attempt at fixing check_http compile | 2286 | plugins/Makefile.am: Another attempt at fixing check_http compile |
@@ -1713,120 +2289,120 @@ | |||
1713 | Fixed compile of check_dhcp (complaining about socklen_t). Added | 2289 | Fixed compile of check_dhcp (complaining about socklen_t). Added |
1714 | acknowledgements for Coreutils and curl | 2290 | acknowledgements for Coreutils and curl |
1715 | 2291 | ||
1716 | 2004-12-22 18:02 harpermann | 2292 | 2004-12-22 23:02 harpermann |
1717 | 2293 | ||
1718 | * plugins/check_nt.c: Added check for "%" in COUNTER <description>. | 2294 | * plugins/check_nt.c: Added check for "%" in COUNTER <description>. |
1719 | If it exists, <description> is used as an arg to asprintf. If | 2295 | If it exists, <description> is used as an arg to asprintf. If |
1720 | it doesn't exist, <description> is used as a label. If the | 2296 | it doesn't exist, <description> is used as a label. If the |
1721 | formatting is wrong, the program will segv. | 2297 | formatting is wrong, the program will segv. |
1722 | 2298 | ||
1723 | 2004-12-22 02:24 tonvoon | 2299 | 2004-12-22 07:24 tonvoon |
1724 | 2300 | ||
1725 | * lib/: Makefile.am, stdbool_.h: File required from coreutils | 2301 | * lib/: Makefile.am, stdbool_.h: File required from coreutils |
1726 | 2302 | ||
1727 | 2004-12-21 17:52 tonvoon | 2303 | 2004-12-21 22:52 tonvoon |
1728 | 2304 | ||
1729 | * configure.in, plugins/Makefile.am: Revert back to previous | 2305 | * configure.in, plugins/Makefile.am: Revert back to previous |
1730 | openssl checks (the ones from curl kept having problems with | 2306 | openssl checks (the ones from curl kept having problems with |
1731 | later Redhat versions) | 2307 | later Redhat versions) |
1732 | 2308 | ||
1733 | 2004-12-21 17:36 tonvoon | 2309 | 2004-12-21 22:36 tonvoon |
1734 | 2310 | ||
1735 | * m4/stdbool.m4: Another m4 from coreutils | 2311 | * m4/stdbool.m4: Another m4 from coreutils |
1736 | 2312 | ||
1737 | 2004-12-21 10:45 tonvoon | 2313 | 2004-12-21 15:45 tonvoon |
1738 | 2314 | ||
1739 | * AUTHORS: For their bug reports | 2315 | * AUTHORS: For their bug reports |
1740 | 2316 | ||
1741 | 2004-12-21 07:47 tonvoon | 2317 | 2004-12-21 12:47 tonvoon |
1742 | 2318 | ||
1743 | * configure.in: Fix for FreeBSD ps command (reported by Michael | 2319 | * configure.in: Fix for FreeBSD ps command (reported by Michael |
1744 | Bakker) | 2320 | Bakker) |
1745 | 2321 | ||
1746 | 2004-12-21 04:32 tonvoon | 2322 | 2004-12-21 09:32 tonvoon |
1747 | 2323 | ||
1748 | * lib/Makefile.am, m4/Makefile.am, m4/np_coreutils.m4: Fixed | 2324 | * lib/Makefile.am, m4/Makefile.am, m4/np_coreutils.m4: Fixed |
1749 | compile problem on Sol2.6 with stdbool.h | 2325 | compile problem on Sol2.6 with stdbool.h |
1750 | 2326 | ||
1751 | 2004-12-21 03:56 stanleyhopcroft | 2327 | 2004-12-21 08:56 stanleyhopcroft |
1752 | 2328 | ||
1753 | * plugins/check_dhcp.c: Commentary changes only: cite origin of | 2329 | * plugins/check_dhcp.c: Commentary changes only: cite origin of |
1754 | copied code with reference to ACK file | 2330 | copied code with reference to ACK file |
1755 | 2331 | ||
1756 | 2004-12-21 03:55 stanleyhopcroft | 2332 | 2004-12-21 08:55 stanleyhopcroft |
1757 | 2333 | ||
1758 | * ACKNOWLEDGEMENTS: ACK file contains the details of the authors of | 2334 | * ACKNOWLEDGEMENTS: ACK file contains the details of the authors of |
1759 | code copied by the plugins | 2335 | code copied by the plugins |
1760 | 2336 | ||
1761 | 2004-12-21 00:00 mattkent | 2337 | 2004-12-21 05:00 mattkent |
1762 | 2338 | ||
1763 | * plugins/check_dns.c: Add another error string match from Pasi | 2339 | * plugins/check_dns.c: Add another error string match from Pasi |
1764 | Tiittanen | 2340 | Tiittanen |
1765 | 2341 | ||
1766 | 2004-12-20 17:20 tonvoon | 2342 | 2004-12-20 22:20 tonvoon |
1767 | 2343 | ||
1768 | * plugins/check_nagios.c: Corrected help for expiry units. Restored | 2344 | * plugins/check_nagios.c: Corrected help for expiry units. Restored |
1769 | functionality of searching for process arguments | 2345 | functionality of searching for process arguments |
1770 | 2346 | ||
1771 | 2004-12-20 17:01 tonvoon | 2347 | 2004-12-20 22:01 tonvoon |
1772 | 2348 | ||
1773 | * plugins/check_nagios.c: Updating help text to reflect using | 2349 | * plugins/check_nagios.c: Updating help text to reflect using |
1774 | shortname instead of full path for command | 2350 | shortname instead of full path for command |
1775 | 2351 | ||
1776 | 2004-12-20 16:38 tonvoon | 2352 | 2004-12-20 21:38 tonvoon |
1777 | 2353 | ||
1778 | * configure.in: - stupid typo | 2354 | * configure.in: - stupid typo |
1779 | 2355 | ||
1780 | 2004-12-20 16:26 tonvoon | 2356 | 2004-12-20 21:26 tonvoon |
1781 | 2357 | ||
1782 | * configure.in: Fix compile errors when looking for openssl | 2358 | * configure.in: Fix compile errors when looking for openssl |
1783 | 2359 | ||
1784 | 2004-12-20 04:04 stanleyhopcroft | 2360 | 2004-12-20 09:04 stanleyhopcroft |
1785 | 2361 | ||
1786 | * COPYING, plugins/check_dhcp.c, po/de.po, po/fr.po: Compilation | 2362 | * COPYING, plugins/check_dhcp.c, po/de.po, po/fr.po: Compilation |
1787 | fixes for check_dhcp.c HP-UX 11. Still fails on HP-UX 10. Unknown | 2363 | fixes for check_dhcp.c HP-UX 11. Still fails on HP-UX 10. Unknown |
1788 | if check_dhcp works on UX. | 2364 | if check_dhcp works on UX. |
1789 | 2365 | ||
1790 | 2004-12-18 13:28 mwirtgen | 2366 | 2004-12-18 18:28 mwirtgen |
1791 | 2367 | ||
1792 | * po/de.po: Initial commit on german translation - 428 to go | 2368 | * po/de.po: Initial commit on german translation - 428 to go |
1793 | 2369 | ||
1794 | 2004-12-17 13:14 tonvoon | 2370 | 2004-12-17 18:14 tonvoon |
1795 | 2371 | ||
1796 | * configure.in: Support for FreeBSD 5.2.1 and 5.3 in check_procs | 2372 | * configure.in: Support for FreeBSD 5.2.1 and 5.3 in check_procs |
1797 | 2373 | ||
1798 | 2004-12-15 18:12 tonvoon | 2374 | 2004-12-15 23:12 tonvoon |
1799 | 2375 | ||
1800 | * configure.in: Bump version to next release | 2376 | * configure.in: Bump version to next release |
1801 | 2377 | ||
1802 | 2004-12-15 18:11 tonvoon | 2378 | 2004-12-15 23:11 tonvoon |
1803 | 2379 | ||
1804 | * doc/developer-guidelines.sgml: Mistake in automake version - back | 2380 | * doc/developer-guidelines.sgml: Mistake in automake version - back |
1805 | to 1.8 | 2381 | to 1.8 |
1806 | 2382 | ||
1807 | 2004-12-15 18:10 tonvoon | 2383 | 2004-12-15 23:10 tonvoon |
1808 | 2384 | ||
1809 | * doc/RELEASING: Clarified notes | 2385 | * doc/RELEASING: Clarified notes |
1810 | 2386 | ||
1811 | 2004-12-15 16:56 tonvoon | 2387 | 2004-12-15 21:56 tonvoon |
1812 | 2388 | ||
1813 | * ChangeLog: Updated for r1_4_0-alpha3 | 2389 | * ChangeLog: Updated for r1_4_0-alpha3 |
1814 | 2390 | ||
1815 | 2004-12-15 16:27 tonvoon | 2391 | 2004-12-15 21:27 tonvoon |
1816 | 2392 | ||
1817 | * doc/developer-guidelines.sgml: Updated requirements for GNU tools | 2393 | * doc/developer-guidelines.sgml: Updated requirements for GNU tools |
1818 | 2394 | ||
1819 | 2004-12-15 16:01 tonvoon | 2395 | 2004-12-15 21:01 tonvoon |
1820 | 2396 | ||
1821 | * m4/Makefile.am: Makefile for m4 files | 2397 | * m4/Makefile.am: Makefile for m4 files |
1822 | 2398 | ||
1823 | 2004-12-15 15:54 tonvoon | 2399 | 2004-12-15 20:54 tonvoon |
1824 | 2400 | ||
1825 | * Makefile.am, configure.in, plugins/Makefile.am, tools/setup: | 2401 | * Makefile.am, configure.in, plugins/Makefile.am, tools/setup: |
1826 | Support for coreutils lib. Configure tests via m4 scripts from | 2402 | Support for coreutils lib. Configure tests via m4 scripts from |
1827 | coreutils | 2403 | coreutils |
1828 | 2404 | ||
1829 | 2004-12-15 15:51 tonvoon | 2405 | 2004-12-15 20:51 tonvoon |
1830 | 2406 | ||
1831 | * m4/: Makefile.am.in, afs.m4, codeset.m4, error.m4, exitfail.m4, | 2407 | * m4/: Makefile.am.in, afs.m4, codeset.m4, error.m4, exitfail.m4, |
1832 | extensions.m4, fstypename.m4, fsusage.m4, getopt.m4, gettext.m4, | 2408 | extensions.m4, fstypename.m4, fsusage.m4, getopt.m4, gettext.m4, |
@@ -1837,7 +2413,7 @@ | |||
1837 | realloc.m4, stdint_h.m4, uintmax_t.m4, ulonglong.m4, | 2413 | realloc.m4, stdint_h.m4, uintmax_t.m4, ulonglong.m4, |
1838 | unlocked-io.m4, xalloc.m4: Moving m4 files from lib/ | 2414 | unlocked-io.m4, xalloc.m4: Moving m4 files from lib/ |
1839 | 2415 | ||
1840 | 2004-12-15 15:47 tonvoon | 2416 | 2004-12-15 20:47 tonvoon |
1841 | 2417 | ||
1842 | * lib/: Makefile.am, afs.m4, error.m4, exitfail.m4, fstypename.m4, | 2418 | * lib/: Makefile.am, afs.m4, error.m4, exitfail.m4, fstypename.m4, |
1843 | fsusage.m4, full-read.c, full-write.c, full-write.h, getopt.m4, | 2419 | fsusage.m4, full-read.c, full-write.c, full-write.h, getopt.m4, |
@@ -1847,12 +2423,12 @@ | |||
1847 | autoconf tests. Updated Makefile.am to have nagiosplug lib and a | 2423 | autoconf tests. Updated Makefile.am to have nagiosplug lib and a |
1848 | separate coreutils lib | 2424 | separate coreutils lib |
1849 | 2425 | ||
1850 | 2004-12-14 19:10 opensides | 2426 | 2004-12-15 00:10 opensides |
1851 | 2427 | ||
1852 | * po/: de.po, fr.po: | 2428 | * po/: de.po, fr.po: |
1853 | fr.po work in progress still 88 to translate ;-) | 2429 | fr.po work in progress still 88 to translate ;-) |
1854 | 2430 | ||
1855 | 2004-12-11 01:25 mattkent | 2431 | 2004-12-11 06:25 mattkent |
1856 | 2432 | ||
1857 | * plugins/check_tcp.c: Patch from Ollie Cook to define return code | 2433 | * plugins/check_tcp.c: Patch from Ollie Cook to define return code |
1858 | when expected value not received (#1082275). Also included | 2434 | when expected value not received (#1082275). Also included |
@@ -1861,55 +2437,55 @@ | |||
1861 | defines an expected string this is changed to the old style | 2437 | defines an expected string this is changed to the old style |
1862 | strstr matching. | 2438 | strstr matching. |
1863 | 2439 | ||
1864 | 2004-12-10 16:18 tonvoon | 2440 | 2004-12-10 21:18 tonvoon |
1865 | 2441 | ||
1866 | * plugins/check_ldap.c: Fixed compile warning | 2442 | * plugins/check_ldap.c: Fixed compile warning |
1867 | 2443 | ||
1868 | 2004-12-10 01:10 mattkent | 2444 | 2004-12-10 06:10 mattkent |
1869 | 2445 | ||
1870 | * plugins/Makefile.am: Compile broken - fixing link flags. | 2446 | * plugins/Makefile.am: Compile broken - fixing link flags. |
1871 | 2447 | ||
1872 | 2004-12-10 00:57 mattkent | 2448 | 2004-12-10 05:57 mattkent |
1873 | 2449 | ||
1874 | * plugins/check_dns.c: Error catching improvements from Ollie Cook | 2450 | * plugins/check_dns.c: Error catching improvements from Ollie Cook |
1875 | 2451 | ||
1876 | 2004-12-10 00:54 mattkent | 2452 | 2004-12-10 05:54 mattkent |
1877 | 2453 | ||
1878 | * plugins/check_pgsql.c: Fixing broken compile | 2454 | * plugins/check_pgsql.c: Fixing broken compile |
1879 | 2455 | ||
1880 | 2004-12-10 00:39 mattkent | 2456 | 2004-12-10 05:39 mattkent |
1881 | 2457 | ||
1882 | * AUTHORS: More contributers | 2458 | * AUTHORS: More contributers |
1883 | 2459 | ||
1884 | 2004-12-09 19:54 stanleyhopcroft | 2460 | 2004-12-10 00:54 stanleyhopcroft |
1885 | 2461 | ||
1886 | * plugins/Makefile.am: Changes to link flags for check_dhcp.c | 2462 | * plugins/Makefile.am: Changes to link flags for check_dhcp.c |
1887 | 2463 | ||
1888 | 2004-12-09 19:52 stanleyhopcroft | 2464 | 2004-12-10 00:52 stanleyhopcroft |
1889 | 2465 | ||
1890 | * plugins/check_dhcp.c: Extensive changes to get MAC address from | 2466 | * plugins/check_dhcp.c: Extensive changes to get MAC address from |
1891 | Solaris via DLPI | 2467 | Solaris via DLPI |
1892 | 2468 | ||
1893 | 2004-12-09 19:20 tonvoon | 2469 | 2004-12-10 00:20 tonvoon |
1894 | 2470 | ||
1895 | * plugins/: check_dns.c, check_procs.c: Reverting back ngettext | 2471 | * plugins/: check_dns.c, check_procs.c: Reverting back ngettext |
1896 | calls | 2472 | calls |
1897 | 2473 | ||
1898 | 2004-12-09 19:13 tonvoon | 2474 | 2004-12-10 00:13 tonvoon |
1899 | 2475 | ||
1900 | * plugins/common.h: Fix includes for gettext | 2476 | * plugins/common.h: Fix includes for gettext |
1901 | 2477 | ||
1902 | 2004-12-09 17:33 tonvoon | 2478 | 2004-12-09 22:33 tonvoon |
1903 | 2479 | ||
1904 | * configure.in: Include $libsuff for systems that define this | 2480 | * configure.in: Include $libsuff for systems that define this |
1905 | (based on advice from Daniel Stenberg) | 2481 | (based on advice from Daniel Stenberg) |
1906 | 2482 | ||
1907 | 2004-12-08 18:14 tonvoon | 2483 | 2004-12-08 23:14 tonvoon |
1908 | 2484 | ||
1909 | * configure.in: Removed redundant check and make export | 2485 | * configure.in: Removed redundant check and make export |
1910 | LD_LIBRARY_PATH more sh friendly | 2486 | LD_LIBRARY_PATH more sh friendly |
1911 | 2487 | ||
1912 | 2004-12-07 19:36 opensides | 2488 | 2004-12-08 00:36 opensides |
1913 | 2489 | ||
1914 | * configure.in, plugins/Makefile.am, plugins/check_by_ssh.c, | 2490 | * configure.in, plugins/Makefile.am, plugins/check_by_ssh.c, |
1915 | plugins/check_game.c, plugins/check_http.c, | 2491 | plugins/check_game.c, plugins/check_http.c, |
@@ -1919,64 +2495,64 @@ | |||
1919 | 2495 | ||
1920 | minor internationalization fixes | 2496 | minor internationalization fixes |
1921 | 2497 | ||
1922 | 2004-12-07 19:22 tonvoon | 2498 | 2004-12-08 00:22 tonvoon |
1923 | 2499 | ||
1924 | * configure.in: Fixed output info for openssl and LD_LIBRARY_PATH | 2500 | * configure.in: Fixed output info for openssl and LD_LIBRARY_PATH |
1925 | for subsequent compiles (otherwise get ld.so.1: ./conftest: | 2501 | for subsequent compiles (otherwise get ld.so.1: ./conftest: |
1926 | fatal: libssl.so.0.9.7: open failed) | 2502 | fatal: libssl.so.0.9.7: open failed) |
1927 | 2503 | ||
1928 | 2004-12-07 01:51 tonvoon | 2504 | 2004-12-07 06:51 tonvoon |
1929 | 2505 | ||
1930 | * configure.in, plugins/Makefile.am: Better SSL checking (inspired | 2506 | * configure.in, plugins/Makefile.am: Better SSL checking (inspired |
1931 | by curl 7.12.2's configure.ac) | 2507 | by curl 7.12.2's configure.ac) |
1932 | 2508 | ||
1933 | 2004-12-06 22:13 mattkent | 2509 | 2004-12-07 03:13 mattkent |
1934 | 2510 | ||
1935 | * plugins-scripts/check_ifoperstatus.pl: Option to check for admin | 2511 | * plugins-scripts/check_ifoperstatus.pl: Option to check for admin |
1936 | down (#1012191) from Raúl Pedroche. | 2512 | down (#1012191) from Raúl Pedroche. |
1937 | 2513 | ||
1938 | 2004-12-06 21:45 stanleyhopcroft | 2514 | 2004-12-07 02:45 stanleyhopcroft |
1939 | 2515 | ||
1940 | * plugins/Makefile.am: Correct dependencies for check_dhcp.c. | 2516 | * plugins/Makefile.am: Correct dependencies for check_dhcp.c. |
1941 | 2517 | ||
1942 | 2004-12-06 21:31 stanleyhopcroft | 2518 | 2004-12-07 02:31 stanleyhopcroft |
1943 | 2519 | ||
1944 | * plugins/: Makefile.am, check_dhcp.c: New plugin: check_dhcp.c. | 2520 | * plugins/: Makefile.am, check_dhcp.c: New plugin: check_dhcp.c. |
1945 | Attempt to port to non Linux platform. | 2521 | Attempt to port to non Linux platform. |
1946 | 2522 | ||
1947 | 2004-12-06 13:49 opensides | 2523 | 2004-12-06 18:49 opensides |
1948 | 2524 | ||
1949 | * po/fr.po: | 2525 | * po/fr.po: |
1950 | new version of fr.po | 2526 | new version of fr.po |
1951 | 2527 | ||
1952 | 2004-12-05 17:07 mattkent | 2528 | 2004-12-05 22:07 mattkent |
1953 | 2529 | ||
1954 | * plugins/check_snmp.c: Fix for -s string matching (#756567, Tony | 2530 | * plugins/check_snmp.c: Fix for -s string matching (#756567, Tony |
1955 | Missana) | 2531 | Missana) |
1956 | 2532 | ||
1957 | 2004-12-05 07:59 opensides | 2533 | 2004-12-05 12:59 opensides |
1958 | 2534 | ||
1959 | * plugins/check_nt.c, po/fr.po, po/nagios-plugins.pot: | 2535 | * plugins/check_nt.c, po/fr.po, po/nagios-plugins.pot: |
1960 | cleaned fr.po nagios-plugins.pot | 2536 | cleaned fr.po nagios-plugins.pot |
1961 | 2537 | ||
1962 | 2004-12-04 19:54 opensides | 2538 | 2004-12-05 00:54 opensides |
1963 | 2539 | ||
1964 | * plugins/: check_http.c, check_icmp.c, check_nwstat.c, | 2540 | * plugins/: check_http.c, check_icmp.c, check_nwstat.c, |
1965 | check_ping.c, check_smtp.c, check_swap.c, utils.h: | 2541 | check_ping.c, check_smtp.c, check_swap.c, utils.h: |
1966 | fix patch 998291 fix patch 1078934 expect check_ssh fix and | 2542 | fix patch 998291 fix patch 1078934 expect check_ssh fix and |
1967 | check_nt perfdata should stay on one word like in nagios | 2543 | check_nt perfdata should stay on one word like in nagios |
1968 | 2544 | ||
1969 | 2004-12-04 07:34 opensides | 2545 | 2004-12-04 12:34 opensides |
1970 | 2546 | ||
1971 | * po/nagios-plugins.pot: | 2547 | * po/nagios-plugins.pot: |
1972 | new version of pot file | 2548 | new version of pot file |
1973 | 2549 | ||
1974 | 2004-12-04 07:31 opensides | 2550 | 2004-12-04 12:31 opensides |
1975 | 2551 | ||
1976 | * plugins/check_by_ssh.c, plugins/check_dns.c, po/POTFILES.in: | 2552 | * plugins/check_by_ssh.c, plugins/check_dns.c, po/POTFILES.in: |
1977 | various internationalization fixes | 2553 | various internationalization fixes |
1978 | 2554 | ||
1979 | 2004-12-04 07:12 opensides | 2555 | 2004-12-04 12:12 opensides |
1980 | 2556 | ||
1981 | * plugins/Makefile.am, plugins/check_by_ssh.c, plugins/check_dig.c, | 2557 | * plugins/Makefile.am, plugins/check_by_ssh.c, plugins/check_dig.c, |
1982 | plugins/check_http.c, plugins/check_ide-smart.c, | 2558 | plugins/check_http.c, plugins/check_ide-smart.c, |
@@ -1987,19 +2563,19 @@ | |||
1987 | plugins/check_time.c, plugins/check_udp.c, po/POTFILES.in: | 2563 | plugins/check_time.c, plugins/check_udp.c, po/POTFILES.in: |
1988 | internationalization fixes bugfixes | 2564 | internationalization fixes bugfixes |
1989 | 2565 | ||
1990 | 2004-12-04 05:57 opensides | 2566 | 2004-12-04 10:57 opensides |
1991 | 2567 | ||
1992 | * plugins/: check_dns.c, check_hpjd.c: | 2568 | * plugins/: check_dns.c, check_hpjd.c: |
1993 | check_dns needs a space between 'time' and the hostname | 2569 | check_dns needs a space between 'time' and the hostname |
1994 | check_hpjd needs a parenthesis removed in print_usage() | 2570 | check_hpjd needs a parenthesis removed in print_usage() |
1995 | 2571 | ||
1996 | 2004-12-03 19:23 opensides | 2572 | 2004-12-04 00:23 opensides |
1997 | 2573 | ||
1998 | * plugins/check_swap.c: | 2574 | * plugins/check_swap.c: |
1999 | Bug Fix [ 1024735 ] check_swap providing inaccurate swap | 2575 | Bug Fix [ 1024735 ] check_swap providing inaccurate swap |
2000 | information on Sol6 | 2576 | information on Sol6 |
2001 | 2577 | ||
2002 | 2004-12-03 18:55 opensides | 2578 | 2004-12-03 23:55 opensides |
2003 | 2579 | ||
2004 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, | 2580 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, |
2005 | check_fping.c, check_game.c, check_hpjd.c, check_http.c, | 2581 | check_fping.c, check_game.c, check_hpjd.c, check_http.c, |
@@ -2012,12 +2588,12 @@ | |||
2012 | reverting my changes from !=TRUE to == ERROR, that's not good ;-( | 2588 | reverting my changes from !=TRUE to == ERROR, that's not good ;-( |
2013 | sorry | 2589 | sorry |
2014 | 2590 | ||
2015 | 2004-12-03 18:23 opensides | 2591 | 2004-12-03 23:23 opensides |
2016 | 2592 | ||
2017 | * plugins/check_tcp.c, po/de.po, po/fr.po, po/nagios-plugins.pot: | 2593 | * plugins/check_tcp.c, po/de.po, po/fr.po, po/nagios-plugins.pot: |
2018 | check_tcp parenthesis bug, header fix for po files | 2594 | check_tcp parenthesis bug, header fix for po files |
2019 | 2595 | ||
2020 | 2004-12-03 18:01 opensides | 2596 | 2004-12-03 23:01 opensides |
2021 | 2597 | ||
2022 | * plugins/: check_dig.c, check_disk.c, check_dns.c, check_dummy.c, | 2598 | * plugins/: check_dig.c, check_disk.c, check_dns.c, check_dummy.c, |
2023 | check_fping.c, check_game.c, check_hpjd.c, check_http.c, | 2599 | check_fping.c, check_game.c, check_hpjd.c, check_http.c, |
@@ -2030,13 +2606,13 @@ | |||
2030 | 2606 | ||
2031 | other misc cleanups | 2607 | other misc cleanups |
2032 | 2608 | ||
2033 | 2004-12-03 16:56 stanleyhopcroft | 2609 | 2004-12-03 21:56 stanleyhopcroft |
2034 | 2610 | ||
2035 | * plugins/check_tcp.c: 1041571: -D option processing corrected | 2611 | * plugins/check_tcp.c: 1041571: -D option processing corrected |
2036 | (Eric Chen). Changed process_arguments() to return TRUE. Dont | 2612 | (Eric Chen). Changed process_arguments() to return TRUE. Dont |
2037 | know why this was necessary. | 2613 | know why this was necessary. |
2038 | 2614 | ||
2039 | 2004-12-03 15:28 opensides | 2615 | 2004-12-03 20:28 opensides |
2040 | 2616 | ||
2041 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, | 2617 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, |
2042 | check_dummy.c, check_fping.c, check_game.c, check_hpjd.c, | 2618 | check_dummy.c, check_fping.c, check_game.c, check_hpjd.c, |
@@ -2049,22 +2625,22 @@ | |||
2049 | check_users.c, negate.c, urlize.c: remove UT_HLP_VRS from | 2625 | check_users.c, negate.c, urlize.c: remove UT_HLP_VRS from |
2050 | print_usage this was not a good idea ;-) | 2626 | print_usage this was not a good idea ;-) |
2051 | 2627 | ||
2052 | 2004-12-03 14:20 opensides | 2628 | 2004-12-03 19:20 opensides |
2053 | 2629 | ||
2054 | * plugins/utils.c: | 2630 | * plugins/utils.c: |
2055 | removing support fonction removing warranty from print_revision | 2631 | removing support fonction removing warranty from print_revision |
2056 | 2632 | ||
2057 | 2004-12-03 12:48 opensides | 2633 | 2004-12-03 17:48 opensides |
2058 | 2634 | ||
2059 | * ROADMAP, package.def, plugins/negate.c, plugins/utils.h: | 2635 | * ROADMAP, package.def, plugins/negate.c, plugins/utils.h: |
2060 | some minor fixes | 2636 | some minor fixes |
2061 | 2637 | ||
2062 | 2004-12-03 12:15 opensides | 2638 | 2004-12-03 17:15 opensides |
2063 | 2639 | ||
2064 | * plugins/: check_load.c, check_ssh.c: | 2640 | * plugins/: check_load.c, check_ssh.c: |
2065 | correcting parenthesis error | 2641 | correcting parenthesis error |
2066 | 2642 | ||
2067 | 2004-12-03 11:56 opensides | 2643 | 2004-12-03 16:56 opensides |
2068 | 2644 | ||
2069 | * AUTHORS, plugins/check_load.c, plugins/check_pgsql.c, | 2645 | * AUTHORS, plugins/check_load.c, plugins/check_pgsql.c, |
2070 | plugins/check_ping.c, plugins/check_procs.c, | 2646 | plugins/check_ping.c, plugins/check_procs.c, |
@@ -2075,7 +2651,7 @@ | |||
2075 | plugins/urlize.c: | 2651 | plugins/urlize.c: |
2076 | fixes for internationalization | 2652 | fixes for internationalization |
2077 | 2653 | ||
2078 | 2004-12-03 06:45 opensides | 2654 | 2004-12-03 11:45 opensides |
2079 | 2655 | ||
2080 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, | 2656 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, |
2081 | check_dummy.c, check_fping.c, check_game.c, check_hpjd.c, | 2657 | check_dummy.c, check_fping.c, check_game.c, check_hpjd.c, |
@@ -2084,7 +2660,7 @@ | |||
2084 | check_nt.c, check_nwstat.c: | 2660 | check_nt.c, check_nwstat.c: |
2085 | internationalization fixes and help fixes | 2661 | internationalization fixes and help fixes |
2086 | 2662 | ||
2087 | 2004-12-03 04:19 opensides | 2663 | 2004-12-03 09:19 opensides |
2088 | 2664 | ||
2089 | * plugins/check_by_ssh.c, plugins/check_dig.c, | 2665 | * plugins/check_by_ssh.c, plugins/check_dig.c, |
2090 | plugins/check_http.c, plugins/check_nwstat.c, | 2666 | plugins/check_http.c, plugins/check_nwstat.c, |
@@ -2092,30 +2668,30 @@ | |||
2092 | po/.cvsignore: | 2668 | po/.cvsignore: |
2093 | Localization fixes | 2669 | Localization fixes |
2094 | 2670 | ||
2095 | 2004-12-03 03:45 opensides | 2671 | 2004-12-03 08:45 opensides |
2096 | 2672 | ||
2097 | * plugins/: check_ide-smart.c, check_pgsql.c: | 2673 | * plugins/: check_ide-smart.c, check_pgsql.c: |
2098 | correcting copyright and remaning int result = STATE_UNKNOWN; | 2674 | correcting copyright and remaning int result = STATE_UNKNOWN; |
2099 | 2675 | ||
2100 | 2004-12-02 23:37 mattkent | 2676 | 2004-12-03 04:37 mattkent |
2101 | 2677 | ||
2102 | * plugins/check_nagios.c: Affected by elapsed time patch. | 2678 | * plugins/check_nagios.c: Affected by elapsed time patch. |
2103 | 2679 | ||
2104 | 2004-12-02 23:16 mattkent | 2680 | 2004-12-03 04:16 mattkent |
2105 | 2681 | ||
2106 | * AUTHORS: Another contributer. | 2682 | * AUTHORS: Another contributer. |
2107 | 2683 | ||
2108 | 2004-12-02 23:10 mattkent | 2684 | 2004-12-03 04:10 mattkent |
2109 | 2685 | ||
2110 | * configure.in, plugins/check_procs.c: Patch from Russell Miller | 2686 | * configure.in, plugins/check_procs.c: Patch from Russell Miller |
2111 | which adds elapsed time as a metric. Only for linux so far. | 2687 | which adds elapsed time as a metric. Only for linux so far. |
2112 | (991359) | 2688 | (991359) |
2113 | 2689 | ||
2114 | 2004-12-02 21:21 mattkent | 2690 | 2004-12-03 02:21 mattkent |
2115 | 2691 | ||
2116 | * plugins/check_ldap.c: Fix typo breaking compile. | 2692 | * plugins/check_ldap.c: Fix typo breaking compile. |
2117 | 2693 | ||
2118 | 2004-12-02 19:55 opensides | 2694 | 2004-12-03 00:55 opensides |
2119 | 2695 | ||
2120 | * plugins/: check_by_ssh.c, check_dig.c, check_dns.c, | 2696 | * plugins/: check_by_ssh.c, check_dig.c, check_dns.c, |
2121 | check_dummy.c, check_fping.c, check_game.c, check_hpjd.c, | 2697 | check_dummy.c, check_fping.c, check_game.c, check_hpjd.c, |
@@ -2129,18 +2705,18 @@ | |||
2129 | bump copyright year initialize result to STATE_UNKNOW in place of | 2705 | bump copyright year initialize result to STATE_UNKNOW in place of |
2130 | STATE_OK | 2706 | STATE_OK |
2131 | 2707 | ||
2132 | 2004-12-02 16:23 opensides | 2708 | 2004-12-02 21:23 opensides |
2133 | 2709 | ||
2134 | * plugins/: check_dns.c, check_ldap.c, check_procs.c: | 2710 | * plugins/: check_dns.c, check_ldap.c, check_procs.c: |
2135 | --disable-nls throws an error on check_dns, check_procs and | 2711 | --disable-nls throws an error on check_dns, check_procs and |
2136 | check_ldap without this patch. | 2712 | check_ldap without this patch. |
2137 | 2713 | ||
2138 | 2004-12-02 16:03 stanleyhopcroft | 2714 | 2004-12-02 21:03 stanleyhopcroft |
2139 | 2715 | ||
2140 | * plugins/check_tcp.c: Tracker 1041571: appended :D to | 2716 | * plugins/check_tcp.c: Tracker 1041571: appended :D to |
2141 | getopt_long() args (for cert expiry check). Eric Chen. | 2717 | getopt_long() args (for cert expiry check). Eric Chen. |
2142 | 2718 | ||
2143 | 2004-12-02 11:51 opensides | 2719 | 2004-12-02 16:51 opensides |
2144 | 2720 | ||
2145 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, | 2721 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, |
2146 | check_fping.c, check_game.c, check_hpjd.c, check_http.c, | 2722 | check_fping.c, check_game.c, check_hpjd.c, check_http.c, |
@@ -2154,7 +2730,7 @@ | |||
2154 | More internationalization work new usage4 function to permit | 2730 | More internationalization work new usage4 function to permit |
2155 | localisation of think like check_ssh: xxxxx | 2731 | localisation of think like check_ssh: xxxxx |
2156 | 2732 | ||
2157 | 2004-12-02 09:54 opensides | 2733 | 2004-12-02 14:54 opensides |
2158 | 2734 | ||
2159 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, | 2735 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, |
2160 | check_fping.c, check_game.c, check_hpjd.c, check_ldap.c, | 2736 | check_fping.c, check_game.c, check_hpjd.c, check_ldap.c, |
@@ -2166,34 +2742,34 @@ | |||
2166 | check_ups.c, check_users.c, negate.c: | 2742 | check_ups.c, check_users.c, negate.c: |
2167 | return of process_arguments() is TRUE not OK ! | 2743 | return of process_arguments() is TRUE not OK ! |
2168 | 2744 | ||
2169 | 2004-12-02 09:35 opensides | 2745 | 2004-12-02 14:35 opensides |
2170 | 2746 | ||
2171 | * plugins/check_http.c: return of process_arguments() is TRUE not | 2747 | * plugins/check_http.c: return of process_arguments() is TRUE not |
2172 | OK ! | 2748 | OK ! |
2173 | 2749 | ||
2174 | 2004-12-02 03:45 stanleyhopcroft | 2750 | 2004-12-02 08:45 stanleyhopcroft |
2175 | 2751 | ||
2176 | * plugins/Makefile.am: Add check_icmp plugin | 2752 | * plugins/Makefile.am: Add check_icmp plugin |
2177 | 2753 | ||
2178 | 2004-12-02 03:44 stanleyhopcroft | 2754 | 2004-12-02 08:44 stanleyhopcroft |
2179 | 2755 | ||
2180 | * plugins/check_icmp.c: check_icmp plugin from A Ericsson | 2756 | * plugins/check_icmp.c: check_icmp plugin from A Ericsson |
2181 | 2757 | ||
2182 | 2004-12-02 03:44 stanleyhopcroft | 2758 | 2004-12-02 08:44 stanleyhopcroft |
2183 | 2759 | ||
2184 | * plugins/linux.h: For check_icmp plugin from A Ericsson | 2760 | * plugins/linux.h: For check_icmp plugin from A Ericsson |
2185 | 2761 | ||
2186 | 2004-12-01 23:48 mattkent | 2762 | 2004-12-02 04:48 mattkent |
2187 | 2763 | ||
2188 | * command.cfg.in: Fix typo. | 2764 | * command.cfg.in: Fix typo. |
2189 | 2765 | ||
2190 | 2004-12-01 23:36 mattkent | 2766 | 2004-12-02 04:36 mattkent |
2191 | 2767 | ||
2192 | * AUTHORS, REQUIREMENTS, command.cfg.in, plugins/check_ups.c: Patch | 2768 | * AUTHORS, REQUIREMENTS, command.cfg.in, plugins/check_ups.c: Patch |
2193 | from Arnaud Quette to bring support to NUT 2.0 plus couple | 2769 | from Arnaud Quette to bring support to NUT 2.0 plus couple |
2194 | improvements and fixes (1038413 which includes 1032009, 815785). | 2770 | improvements and fixes (1038413 which includes 1032009, 815785). |
2195 | 2771 | ||
2196 | 2004-12-01 20:11 opensides | 2772 | 2004-12-02 01:11 opensides |
2197 | 2773 | ||
2198 | * plugins/: check_dns.c, check_game.c, check_http.c, | 2774 | * plugins/: check_dns.c, check_game.c, check_http.c, |
2199 | check_ide-smart.c, check_load.c, check_mrtgtraf.c, check_mysql.c, | 2775 | check_ide-smart.c, check_load.c, check_mrtgtraf.c, check_mysql.c, |
@@ -2203,12 +2779,12 @@ | |||
2203 | check_time.c, check_udp.c, check_ups.c, negate.c, popen.c: | 2779 | check_time.c, check_udp.c, check_ups.c, negate.c, popen.c: |
2204 | changed Error: by CRITICAL - more localization fixes | 2780 | changed Error: by CRITICAL - more localization fixes |
2205 | 2781 | ||
2206 | 2004-12-01 19:30 opensides | 2782 | 2004-12-02 00:30 opensides |
2207 | 2783 | ||
2208 | * contrib/check_rbl.c: | 2784 | * contrib/check_rbl.c: |
2209 | adapted for localization | 2785 | adapted for localization |
2210 | 2786 | ||
2211 | 2004-12-01 18:54 opensides | 2787 | 2004-12-01 23:54 opensides |
2212 | 2788 | ||
2213 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, | 2789 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, |
2214 | check_dummy.c, check_fping.c, check_game.c, check_hpjd.c, | 2790 | check_dummy.c, check_fping.c, check_game.c, check_hpjd.c, |
@@ -2223,181 +2799,181 @@ | |||
2223 | netutils.h, popen.c, urlize.c, utils.c, utils.h: | 2799 | netutils.h, popen.c, urlize.c, utils.c, utils.h: |
2224 | standardize localization string standardize unknow arguments | 2800 | standardize localization string standardize unknow arguments |
2225 | 2801 | ||
2226 | 2004-12-01 17:02 tonvoon | 2802 | 2004-12-01 22:02 tonvoon |
2227 | 2803 | ||
2228 | * doc/RELEASING: Notes on releasing | 2804 | * doc/RELEASING: Notes on releasing |
2229 | 2805 | ||
2230 | 2004-12-01 16:55 tonvoon | 2806 | 2004-12-01 21:55 tonvoon |
2231 | 2807 | ||
2232 | * configure.in: Next version number | 2808 | * configure.in: Next version number |
2233 | 2809 | ||
2234 | 2004-12-01 16:01 tonvoon | 2810 | 2004-12-01 21:01 tonvoon |
2235 | 2811 | ||
2236 | * ChangeLog: Updated for r1_4_0-alpha2 | 2812 | * ChangeLog: Updated for r1_4_0-alpha2 |
2237 | 2813 | ||
2238 | 2004-12-01 15:43 tonvoon | 2814 | 2004-12-01 20:43 tonvoon |
2239 | 2815 | ||
2240 | * tools/devmode: eval not working - instructions now in comments | 2816 | * tools/devmode: eval not working - instructions now in comments |
2241 | 2817 | ||
2242 | 2004-12-01 15:09 tonvoon | 2818 | 2004-12-01 20:09 tonvoon |
2243 | 2819 | ||
2244 | * plugins-scripts/check_oracle.sh: Fixed pmon process checking from | 2820 | * plugins-scripts/check_oracle.sh: Fixed pmon process checking from |
2245 | a change I made earlier | 2821 | a change I made earlier |
2246 | 2822 | ||
2247 | 2004-12-01 14:33 opensides | 2823 | 2004-12-01 19:33 opensides |
2248 | 2824 | ||
2249 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, | 2825 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, |
2250 | check_fping.c, check_ssh.c: | 2826 | check_fping.c, check_ssh.c: |
2251 | first pass at standardization of messages for the localization | 2827 | first pass at standardization of messages for the localization |
2252 | 2828 | ||
2253 | 2004-12-01 03:41 stanleyhopcroft | 2829 | 2004-12-01 08:41 stanleyhopcroft |
2254 | 2830 | ||
2255 | * configure.in: Bryan Loniewski contributed check_jabber plugin | 2831 | * configure.in: Bryan Loniewski contributed check_jabber plugin |
2256 | (SSL/check_tcp); Eric Chen check_nntps plugin + SSL certficate | 2832 | (SSL/check_tcp); Eric Chen check_nntps plugin + SSL certficate |
2257 | expiry check [added -D option to check_tcp] | 2833 | expiry check [added -D option to check_tcp] |
2258 | 2834 | ||
2259 | 2004-12-01 03:28 stanleyhopcroft | 2835 | 2004-12-01 08:28 stanleyhopcroft |
2260 | 2836 | ||
2261 | * plugins/netutils.c: 1075725: patch to my_connect() to deal with | 2837 | * plugins/netutils.c: 1075725: patch to my_connect() to deal with |
2262 | SEGV if connect fails | 2838 | SEGV if connect fails |
2263 | 2839 | ||
2264 | 2004-12-01 03:26 stanleyhopcroft | 2840 | 2004-12-01 08:26 stanleyhopcroft |
2265 | 2841 | ||
2266 | * plugins/check_tcp.c: 1041571 & 664615: check_tcp with cert check | 2842 | * plugins/check_tcp.c: 1041571 & 664615: check_tcp with cert check |
2267 | + nntps, simap, jabber | 2843 | + nntps, simap, jabber |
2268 | 2844 | ||
2269 | 2004-11-30 22:50 mattkent | 2845 | 2004-12-01 03:50 mattkent |
2270 | 2846 | ||
2271 | * contrib/check_nmap.py: Small fix from David Rippel (996800) for | 2847 | * contrib/check_nmap.py: Small fix from David Rippel (996800) for |
2272 | newer versions of nmap | 2848 | newer versions of nmap |
2273 | 2849 | ||
2274 | 2004-11-30 22:26 mattkent | 2850 | 2004-12-01 03:26 mattkent |
2275 | 2851 | ||
2276 | * plugins-scripts/check_oracle.sh: Perf data and other improvements | 2852 | * plugins-scripts/check_oracle.sh: Perf data and other improvements |
2277 | by Florian Gleixner (1027787) | 2853 | by Florian Gleixner (1027787) |
2278 | 2854 | ||
2279 | 2004-11-30 02:40 opensides | 2855 | 2004-11-30 07:40 opensides |
2280 | 2856 | ||
2281 | * po/fr.po: | 2857 | * po/fr.po: |
2282 | more french translations | 2858 | more french translations |
2283 | 2859 | ||
2284 | 2004-11-29 19:25 tonvoon | 2860 | 2004-11-30 00:25 tonvoon |
2285 | 2861 | ||
2286 | * plugins/check_ide-smart.c: Capitalized some error messages | 2862 | * plugins/check_ide-smart.c: Capitalized some error messages |
2287 | 2863 | ||
2288 | 2004-11-29 19:24 tonvoon | 2864 | 2004-11-30 00:24 tonvoon |
2289 | 2865 | ||
2290 | * plugins/urlize.c: Updated output to UNKNOWN | 2866 | * plugins/urlize.c: Updated output to UNKNOWN |
2291 | 2867 | ||
2292 | 2004-11-29 19:21 opensides | 2868 | 2004-11-30 00:21 opensides |
2293 | 2869 | ||
2294 | * po/fr.po: | 2870 | * po/fr.po: |
2295 | translating fr.po new part | 2871 | translating fr.po new part |
2296 | 2872 | ||
2297 | 2004-11-29 18:52 tonvoon | 2873 | 2004-11-29 23:52 tonvoon |
2298 | 2874 | ||
2299 | * lib/: Makefile.am, exitfail.m4, getopt.m4: Extra files required | 2875 | * lib/: Makefile.am, exitfail.m4, getopt.m4: Extra files required |
2300 | from coreutils | 2876 | from coreutils |
2301 | 2877 | ||
2302 | 2004-11-29 18:46 tonvoon | 2878 | 2004-11-29 23:46 tonvoon |
2303 | 2879 | ||
2304 | * SUPPORT: Cleanup and statement re: contrib plugins | 2880 | * SUPPORT: Cleanup and statement re: contrib plugins |
2305 | 2881 | ||
2306 | 2004-11-29 17:42 tonvoon | 2882 | 2004-11-29 22:42 tonvoon |
2307 | 2883 | ||
2308 | * configure.in: Patches for configure on *BSD (Julien Touche) | 2884 | * configure.in: Patches for configure on *BSD (Julien Touche) |
2309 | 2885 | ||
2310 | 2004-11-29 00:07 stanleyhopcroft | 2886 | 2004-11-29 05:07 stanleyhopcroft |
2311 | 2887 | ||
2312 | * contrib/: README.TXT, rblcheck-dns, rblcheck-web, | 2888 | * contrib/: README.TXT, rblcheck-dns, rblcheck-web, |
2313 | tarballs/check_icmp-0.8.tar.gz: [no log message] | 2889 | tarballs/check_icmp-0.8.tar.gz: [no log message] |
2314 | 2890 | ||
2315 | 2004-11-28 23:49 mattkent | 2891 | 2004-11-29 04:49 mattkent |
2316 | 2892 | ||
2317 | * contrib/check_linux_raid.pl: Better error checking (820806) | 2893 | * contrib/check_linux_raid.pl: Better error checking (820806) |
2318 | 2894 | ||
2319 | 2004-11-28 19:56 opensides | 2895 | 2004-11-29 00:56 opensides |
2320 | 2896 | ||
2321 | * po/fr.po: | 2897 | * po/fr.po: |
2322 | second version of french .po still 300 ;-) to translate | 2898 | second version of french .po still 300 ;-) to translate |
2323 | 2899 | ||
2324 | 2004-11-28 17:57 opensides | 2900 | 2004-11-28 22:57 opensides |
2325 | 2901 | ||
2326 | * po/fr.po: | 2902 | * po/fr.po: |
2327 | first new translation of fr.po | 2903 | first new translation of fr.po |
2328 | 2904 | ||
2329 | 2004-11-27 16:00 mattkent | 2905 | 2004-11-27 21:00 mattkent |
2330 | 2906 | ||
2331 | * plugins/check_ssh.c: Add remote version check (1030269, Daniel | 2907 | * plugins/check_ssh.c: Add remote version check (1030269, Daniel |
2332 | Gullin) | 2908 | Gullin) |
2333 | 2909 | ||
2334 | 2004-11-26 03:54 stanleyhopcroft | 2910 | 2004-11-26 08:54 stanleyhopcroft |
2335 | 2911 | ||
2336 | * AUTHORS: New plugin/bugfix: tracker 1070929. check_hpjdres | 2912 | * AUTHORS: New plugin/bugfix: tracker 1070929. check_hpjdres |
2337 | 2913 | ||
2338 | 2004-11-25 00:09 mattkent | 2914 | 2004-11-25 05:09 mattkent |
2339 | 2915 | ||
2340 | * plugins/check_disk.c: From old test harness code, make | 2916 | * plugins/check_disk.c: From old test harness code, make |
2341 | ./check_disk -w 0 -c 0 / valid parameters again | 2917 | ./check_disk -w 0 -c 0 / valid parameters again |
2342 | 2918 | ||
2343 | 2004-11-25 00:06 mattkent | 2919 | 2004-11-25 05:06 mattkent |
2344 | 2920 | ||
2345 | * test.pl.in, plugins/t/check_dns.t, plugins/t/check_http.t, | 2921 | * test.pl.in, plugins/t/check_dns.t, plugins/t/check_http.t, |
2346 | plugins/t/check_load.t, plugins/t/check_mysql.t: Updating test | 2922 | plugins/t/check_load.t, plugins/t/check_mysql.t: Updating test |
2347 | harness | 2923 | harness |
2348 | 2924 | ||
2349 | 2004-11-24 23:49 stanleyhopcroft | 2925 | 2004-11-25 04:49 stanleyhopcroft |
2350 | 2926 | ||
2351 | * contrib/README.TXT: Removed reference to non existent tar balls | 2927 | * contrib/README.TXT: Removed reference to non existent tar balls |
2352 | (Hopcroft plugins) | 2928 | (Hopcroft plugins) |
2353 | 2929 | ||
2354 | 2004-11-24 23:46 stanleyhopcroft | 2930 | 2004-11-25 04:46 stanleyhopcroft |
2355 | 2931 | ||
2356 | * contrib/check_wins.pl: Non functional tidy ups to check_wins | 2932 | * contrib/check_wins.pl: Non functional tidy ups to check_wins |
2357 | 2933 | ||
2358 | 2004-11-24 23:30 stanleyhopcroft | 2934 | 2004-11-25 04:30 stanleyhopcroft |
2359 | 2935 | ||
2360 | * contrib/check_hw.sh: Added /contrib/check_hw.sh by Rok Debevc | 2936 | * contrib/check_hw.sh: Added /contrib/check_hw.sh by Rok Debevc |
2361 | 2937 | ||
2362 | 2004-11-24 23:28 stanleyhopcroft | 2938 | 2004-11-25 04:28 stanleyhopcroft |
2363 | 2939 | ||
2364 | * contrib/check_sybase: Added /contrib/check_sybase by Simon | 2940 | * contrib/check_sybase: Added /contrib/check_sybase by Simon |
2365 | Bellwood | 2941 | Bellwood |
2366 | 2942 | ||
2367 | 2004-11-24 22:01 stanleyhopcroft | 2943 | 2004-11-25 03:01 stanleyhopcroft |
2368 | 2944 | ||
2369 | * contrib/check_hprsc.pl: update check_hprsc.pl for Net-SNMP | 2945 | * contrib/check_hprsc.pl: update check_hprsc.pl for Net-SNMP |
2370 | versions >=4 | 2946 | versions >=4 |
2371 | 2947 | ||
2372 | 2004-11-24 16:34 tonvoon | 2948 | 2004-11-24 21:34 tonvoon |
2373 | 2949 | ||
2374 | * tools/sfsnapshot: Removing build directory after creating | 2950 | * tools/sfsnapshot: Removing build directory after creating |
2375 | distribution | 2951 | distribution |
2376 | 2952 | ||
2377 | 2004-11-24 16:19 tonvoon | 2953 | 2004-11-24 21:19 tonvoon |
2378 | 2954 | ||
2379 | * doc/makefile: Added clean | 2955 | * doc/makefile: Added clean |
2380 | 2956 | ||
2381 | 2004-11-24 16:01 tonvoon | 2957 | 2004-11-24 21:01 tonvoon |
2382 | 2958 | ||
2383 | * configure.in: Fix snapshot build on SF | 2959 | * configure.in: Fix snapshot build on SF |
2384 | 2960 | ||
2385 | 2004-11-24 01:36 stanleyhopcroft | 2961 | 2004-11-24 06:36 stanleyhopcroft |
2386 | 2962 | ||
2387 | * plugins/check_hpjd.c: add -OQa to command_line in check_hpjd.c. | 2963 | * plugins/check_hpjd.c: add -OQa to command_line in check_hpjd.c. |
2388 | Correct nagiosplug-Bugs-889948, 846329 | 2964 | Correct nagiosplug-Bugs-889948, 846329 |
2389 | 2965 | ||
2390 | 2004-11-23 23:35 mattkent | 2966 | 2004-11-24 04:35 mattkent |
2391 | 2967 | ||
2392 | * plugins/check_nwstat.c: Attempting to fix a reported segfault | 2968 | * plugins/check_nwstat.c: Attempting to fix a reported segfault |
2393 | (1055054) | 2969 | (1055054) |
2394 | 2970 | ||
2395 | 2004-11-23 23:25 mattkent | 2971 | 2004-11-24 04:25 mattkent |
2396 | 2972 | ||
2397 | * plugins/check_http.c: Added support for sending port in host | 2973 | * plugins/check_http.c: Added support for sending port in host |
2398 | header (913633) | 2974 | header (913633) |
2399 | 2975 | ||
2400 | 2004-11-23 19:46 tonvoon | 2976 | 2004-11-24 00:46 tonvoon |
2401 | 2977 | ||
2402 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, | 2978 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, |
2403 | check_dummy.c, check_fping.c, check_game.c, check_hpjd.c, | 2979 | check_dummy.c, check_fping.c, check_game.c, check_hpjd.c, |
@@ -2409,171 +2985,171 @@ | |||
2409 | check_users.c, negate.c, urlize.c: Making messages more | 2985 | check_users.c, negate.c, urlize.c: Making messages more |
2410 | consistent | 2986 | consistent |
2411 | 2987 | ||
2412 | 2004-11-23 18:53 tonvoon | 2988 | 2004-11-23 23:53 tonvoon |
2413 | 2989 | ||
2414 | * plugins/: check_hpjd.c, check_mrtg.c, check_mrtgtraf.c, | 2990 | * plugins/: check_hpjd.c, check_mrtg.c, check_mrtgtraf.c, |
2415 | check_mysql.c, check_real.c, check_smtp.c, check_swap.c, | 2991 | check_mysql.c, check_real.c, check_smtp.c, check_swap.c, |
2416 | check_by_ssh.c, check_dns.c, check_time.c: Standardising | 2992 | check_by_ssh.c, check_dns.c, check_time.c: Standardising |
2417 | translation texts | 2993 | translation texts |
2418 | 2994 | ||
2419 | 2004-11-23 18:35 tonvoon | 2995 | 2004-11-23 23:35 tonvoon |
2420 | 2996 | ||
2421 | * doc/developer-guidelines.sgml: Guidelines on translated text | 2997 | * doc/developer-guidelines.sgml: Guidelines on translated text |
2422 | (Yves Mettier, Simon Bellwood, Andreas Ericsson) | 2998 | (Yves Mettier, Simon Bellwood, Andreas Ericsson) |
2423 | 2999 | ||
2424 | 2004-11-23 17:49 tonvoon | 3000 | 2004-11-23 22:49 tonvoon |
2425 | 3001 | ||
2426 | * doc/developer-guidelines.sgml: Adding notes on developer and | 3002 | * doc/developer-guidelines.sgml: Adding notes on developer and |
2427 | translator access in SF | 3003 | translator access in SF |
2428 | 3004 | ||
2429 | 2004-11-23 01:06 mattkent | 3005 | 2004-11-23 06:06 mattkent |
2430 | 3006 | ||
2431 | * AUTHORS: More contributers. | 3007 | * AUTHORS: More contributers. |
2432 | 3008 | ||
2433 | 2004-11-23 00:49 mattkent | 3009 | 2004-11-23 05:49 mattkent |
2434 | 3010 | ||
2435 | * plugins/check_disk.c: Fix integer warning and critical options. | 3011 | * plugins/check_disk.c: Fix integer warning and critical options. |
2436 | Take values from current unit instead of always KB. | 3012 | Take values from current unit instead of always KB. |
2437 | 3013 | ||
2438 | 2004-11-22 19:06 stanleyhopcroft | 3014 | 2004-11-23 00:06 stanleyhopcroft |
2439 | 3015 | ||
2440 | * doc/developer-guidelines.sgml: trivial changes to Perl plugin | 3016 | * doc/developer-guidelines.sgml: trivial changes to Perl plugin |
2441 | section. | 3017 | section. |
2442 | 3018 | ||
2443 | 2004-11-22 17:44 tonvoon | 3019 | 2004-11-22 22:44 tonvoon |
2444 | 3020 | ||
2445 | * AUTHORS: More contributors | 3021 | * AUTHORS: More contributors |
2446 | 3022 | ||
2447 | 2004-11-22 17:30 tonvoon | 3023 | 2004-11-22 22:30 tonvoon |
2448 | 3024 | ||
2449 | * plugins/check_nt.c: Fixed some messages that should not be | 3025 | * plugins/check_nt.c: Fixed some messages that should not be |
2450 | translated (Benoit Mortier) | 3026 | translated (Benoit Mortier) |
2451 | 3027 | ||
2452 | 2004-11-22 15:35 tonvoon | 3028 | 2004-11-22 20:35 tonvoon |
2453 | 3029 | ||
2454 | * lib/getloadavg.m4: Not required - autoconf has own macros | 3030 | * lib/getloadavg.m4: Not required - autoconf has own macros |
2455 | 3031 | ||
2456 | 2004-11-21 00:24 mattkent | 3032 | 2004-11-21 05:24 mattkent |
2457 | 3033 | ||
2458 | * plugins/check_mysql.c: Patch from Nathan Shafer to add | 3034 | * plugins/check_mysql.c: Patch from Nathan Shafer to add |
2459 | replication slave check (1006777) | 3035 | replication slave check (1006777) |
2460 | 3036 | ||
2461 | 2004-11-20 17:56 mattkent | 3037 | 2004-11-20 22:56 mattkent |
2462 | 3038 | ||
2463 | * AUTHORS: Oops, forgot one. | 3039 | * AUTHORS: Oops, forgot one. |
2464 | 3040 | ||
2465 | 2004-11-20 17:46 mattkent | 3041 | 2004-11-20 22:46 mattkent |
2466 | 3042 | ||
2467 | * AUTHORS: More contributers. | 3043 | * AUTHORS: More contributers. |
2468 | 3044 | ||
2469 | 2004-11-20 17:43 mattkent | 3045 | 2004-11-20 22:43 mattkent |
2470 | 3046 | ||
2471 | * contrib/check_linux_raid.pl: Fix always reading status from the | 3047 | * contrib/check_linux_raid.pl: Fix always reading status from the |
2472 | last line (1045506) | 3048 | last line (1045506) |
2473 | 3049 | ||
2474 | 2004-11-20 17:28 mattkent | 3050 | 2004-11-20 22:28 mattkent |
2475 | 3051 | ||
2476 | * plugins/check_ping.c: New output format reported by pumuckel1980 | 3052 | * plugins/check_ping.c: New output format reported by pumuckel1980 |
2477 | (946857) | 3053 | (946857) |
2478 | 3054 | ||
2479 | 2004-11-20 16:36 mattkent | 3055 | 2004-11-20 21:36 mattkent |
2480 | 3056 | ||
2481 | * plugins/check_http.c: Bit of cleanup, fix verbose output. | 3057 | * plugins/check_http.c: Bit of cleanup, fix verbose output. |
2482 | 3058 | ||
2483 | 2004-11-20 02:04 tonvoon | 3059 | 2004-11-20 07:04 tonvoon |
2484 | 3060 | ||
2485 | * configure.in: Fixed va_copy problem on AIX by copying samba's | 3061 | * configure.in: Fixed va_copy problem on AIX by copying samba's |
2486 | configure.in | 3062 | configure.in |
2487 | 3063 | ||
2488 | 2004-11-19 10:58 tonvoon | 3064 | 2004-11-19 15:58 tonvoon |
2489 | 3065 | ||
2490 | * CODING: Added perl coding guidelines, from Programming Perl book | 3066 | * CODING: Added perl coding guidelines, from Programming Perl book |
2491 | (Andreas Ericsson) | 3067 | (Andreas Ericsson) |
2492 | 3068 | ||
2493 | 2004-11-19 09:28 tonvoon | 3069 | 2004-11-19 14:28 tonvoon |
2494 | 3070 | ||
2495 | * lib/getloadavg.m4: I think getloadavg.m4 is no longer required | 3071 | * lib/getloadavg.m4: I think getloadavg.m4 is no longer required |
2496 | (as autoconf has built-in function) | 3072 | (as autoconf has built-in function) |
2497 | 3073 | ||
2498 | 2004-11-19 09:24 tonvoon | 3074 | 2004-11-19 14:24 tonvoon |
2499 | 3075 | ||
2500 | * lib/Makefile.am: Removed getloadavg.m4 (built-in function in | 3076 | * lib/Makefile.am: Removed getloadavg.m4 (built-in function in |
2501 | autoconf) and added cloexec.[hc] for getloadavg.c | 3077 | autoconf) and added cloexec.[hc] for getloadavg.c |
2502 | 3078 | ||
2503 | 2004-11-19 09:22 tonvoon | 3079 | 2004-11-19 14:22 tonvoon |
2504 | 3080 | ||
2505 | * lib/: cloexec.h, cloexec.c: Files required for getloadavg.c | 3081 | * lib/: cloexec.h, cloexec.c: Files required for getloadavg.c |
2506 | 3082 | ||
2507 | 2004-11-18 22:59 mattkent | 3083 | 2004-11-19 03:59 mattkent |
2508 | 3084 | ||
2509 | * plugins-scripts/check_ntp.pl: Fix incorrectly labelled units in | 3085 | * plugins-scripts/check_ntp.pl: Fix incorrectly labelled units in |
2510 | output (1025905, Jason Martin) | 3086 | output (1025905, Jason Martin) |
2511 | 3087 | ||
2512 | 2004-11-18 22:44 mattkent | 3088 | 2004-11-19 03:44 mattkent |
2513 | 3089 | ||
2514 | * plugins/check_procs.c: Enabling timeout flag (1010097, Jason | 3090 | * plugins/check_procs.c: Enabling timeout flag (1010097, Jason |
2515 | Martin) | 3091 | Martin) |
2516 | 3092 | ||
2517 | 2004-11-18 21:53 mattkent | 3093 | 2004-11-19 02:53 mattkent |
2518 | 3094 | ||
2519 | * plugins/check_http.c: Make -L notice ssl use to output a proper | 3095 | * plugins/check_http.c: Make -L notice ssl use to output a proper |
2520 | href (1035234, Abid Rasheed) | 3096 | href (1035234, Abid Rasheed) |
2521 | 3097 | ||
2522 | 2004-11-18 21:39 mattkent | 3098 | 2004-11-19 02:39 mattkent |
2523 | 3099 | ||
2524 | * plugins/check_smtp.c: Change unit from 'us' to 's' to match other | 3100 | * plugins/check_smtp.c: Change unit from 'us' to 's' to match other |
2525 | core plugins for simplicity. | 3101 | core plugins for simplicity. |
2526 | 3102 | ||
2527 | 2004-11-18 19:21 tonvoon | 3103 | 2004-11-19 00:21 tonvoon |
2528 | 3104 | ||
2529 | * AUTHORS: - More great contributors... | 3105 | * AUTHORS: - More great contributors... |
2530 | 3106 | ||
2531 | 2004-11-18 19:12 tonvoon | 3107 | 2004-11-19 00:12 tonvoon |
2532 | 3108 | ||
2533 | * plugins/check_http.c: Options for User Agent string and extra | 3109 | * plugins/check_http.c: Options for User Agent string and extra |
2534 | headers (Ibere Tizio) | 3110 | headers (Ibere Tizio) |
2535 | 3111 | ||
2536 | 2004-11-18 17:48 tonvoon | 3112 | 2004-11-18 22:48 tonvoon |
2537 | 3113 | ||
2538 | * configure.in: Remove unnecessary CPPFLAGS for openssl (Lutz | 3114 | * configure.in: Remove unnecessary CPPFLAGS for openssl (Lutz |
2539 | Behnke - 686476) | 3115 | Behnke - 686476) |
2540 | 3116 | ||
2541 | 2004-11-18 17:42 tonvoon | 3117 | 2004-11-18 22:42 tonvoon |
2542 | 3118 | ||
2543 | * plugins/check_tcp.c: Enhance SSL initialization problems (Phil | 3119 | * plugins/check_tcp.c: Enhance SSL initialization problems (Phil |
2544 | Dibowitz - 1055120) | 3120 | Dibowitz - 1055120) |
2545 | 3121 | ||
2546 | 2004-11-18 00:36 mattkent | 3122 | 2004-11-18 05:36 mattkent |
2547 | 3123 | ||
2548 | * plugins/check_smtp.c: Go critical on no route to host instead of | 3124 | * plugins/check_smtp.c: Go critical on no route to host instead of |
2549 | warning (934025) | 3125 | warning (934025) |
2550 | 3126 | ||
2551 | 2004-11-17 19:27 tonvoon | 3127 | 2004-11-18 00:27 tonvoon |
2552 | 3128 | ||
2553 | * tools/setup: Use copy of tools for consistency if building on | 3129 | * tools/setup: Use copy of tools for consistency if building on |
2554 | different platforms from shared source | 3130 | different platforms from shared source |
2555 | 3131 | ||
2556 | 2004-11-17 18:35 tonvoon | 3132 | 2004-11-17 23:35 tonvoon |
2557 | 3133 | ||
2558 | * plugins/check_tcp.c: Ignore output from tcp port (949070 - | 3134 | * plugins/check_tcp.c: Ignore output from tcp port (949070 - |
2559 | Jan-Piet Mens) | 3135 | Jan-Piet Mens) |
2560 | 3136 | ||
2561 | 2004-11-17 18:22 tonvoon | 3137 | 2004-11-17 23:22 tonvoon |
2562 | 3138 | ||
2563 | * plugins/check_http.c: --no-body and --max-age options (949521 - | 3139 | * plugins/check_http.c: --no-body and --max-age options (949521 - |
2564 | Jamie Zawinski) | 3140 | Jamie Zawinski) |
2565 | 3141 | ||
2566 | 2004-11-17 17:19 tonvoon | 3142 | 2004-11-17 22:19 tonvoon |
2567 | 3143 | ||
2568 | * doc/developer-guidelines.sgml: Added section on using | 3144 | * doc/developer-guidelines.sgml: Added section on using |
2569 | Sourceforge, mainly for administrators | 3145 | Sourceforge, mainly for administrators |
2570 | 3146 | ||
2571 | 2004-11-11 19:51 tonvoon | 3147 | 2004-11-12 00:51 tonvoon |
2572 | 3148 | ||
2573 | * tools/update_coreutils: Tool to pull newer coreutil libs into | 3149 | * tools/update_coreutils: Tool to pull newer coreutil libs into |
2574 | nagiosplug's lib directory | 3150 | nagiosplug's lib directory |
2575 | 3151 | ||
2576 | 2004-11-11 19:49 tonvoon | 3152 | 2004-11-12 00:49 tonvoon |
2577 | 3153 | ||
2578 | * lib/Makefile.am, lib/error.c, lib/error.h, lib/error.m4, | 3154 | * lib/Makefile.am, lib/error.c, lib/error.h, lib/error.m4, |
2579 | lib/exit.h, lib/exitfail.c, lib/exitfail.h, lib/fsusage.c, | 3155 | lib/exit.h, lib/exitfail.c, lib/exitfail.h, lib/fsusage.c, |
@@ -2586,968 +3162,968 @@ | |||
2586 | plugins/check_disk.c, po/de.po, po/fr.po: Update to using | 3162 | plugins/check_disk.c, po/de.po, po/fr.po: Update to using |
2587 | coreutils 5.2.1 libraries and snprintf.c from samba 3.0.8 | 3163 | coreutils 5.2.1 libraries and snprintf.c from samba 3.0.8 |
2588 | 3164 | ||
2589 | 2004-09-07 16:27 tonvoon | 3165 | 2004-09-07 21:27 tonvoon |
2590 | 3166 | ||
2591 | * doc/developer-guidelines.sgml: Clarity based on comments by Ben | 3167 | * doc/developer-guidelines.sgml: Clarity based on comments by Ben |
2592 | Clewett | 3168 | Clewett |
2593 | 3169 | ||
2594 | 2004-08-23 17:59 tonvoon | 3170 | 2004-08-23 22:59 tonvoon |
2595 | 3171 | ||
2596 | * AUTHORS: For patch to check_nt | 3172 | * AUTHORS: For patch to check_nt |
2597 | 3173 | ||
2598 | 2004-08-23 17:58 tonvoon | 3174 | 2004-08-23 22:58 tonvoon |
2599 | 3175 | ||
2600 | * plugins/check_nt.c: Restore divisor for memory size reported by | 3176 | * plugins/check_nt.c: Restore divisor for memory size reported by |
2601 | Windows. Also, implements warning and critical levels for | 3177 | Windows. Also, implements warning and critical levels for |
2602 | performance counters. (Paulo Afonso Graner Fessel) | 3178 | performance counters. (Paulo Afonso Graner Fessel) |
2603 | 3179 | ||
2604 | 2004-08-23 17:18 tonvoon | 3180 | 2004-08-23 22:18 tonvoon |
2605 | 3181 | ||
2606 | * configure.in, plugins/check_swap.c, plugins/common.h: Using | 3182 | * configure.in, plugins/check_swap.c, plugins/common.h: Using |
2607 | swapctl for Solaris, Tru64 and *BSD (Sean Finney) | 3183 | swapctl for Solaris, Tru64 and *BSD (Sean Finney) |
2608 | 3184 | ||
2609 | 2004-08-19 15:05 tonvoon | 3185 | 2004-08-19 20:05 tonvoon |
2610 | 3186 | ||
2611 | * configure.in, plugins/check_swap.c, plugins/common.h: Patch for | 3187 | * configure.in, plugins/check_swap.c, plugins/common.h: Patch for |
2612 | tru64 using swapctl calls (Sean Finney) | 3188 | tru64 using swapctl calls (Sean Finney) |
2613 | 3189 | ||
2614 | 2004-08-18 17:32 tonvoon | 3190 | 2004-08-18 22:32 tonvoon |
2615 | 3191 | ||
2616 | * AUTHORS: Another day's work... | 3192 | * AUTHORS: Another day's work... |
2617 | 3193 | ||
2618 | 2004-08-18 17:25 tonvoon | 3194 | 2004-08-18 22:25 tonvoon |
2619 | 3195 | ||
2620 | * plugins/check_dig.c: Checks different record types and checks | 3196 | * plugins/check_dig.c: Checks different record types and checks |
2621 | against an expected address (Bill Kunkel) | 3197 | against an expected address (Bill Kunkel) |
2622 | 3198 | ||
2623 | 2004-08-18 16:36 tonvoon | 3199 | 2004-08-18 21:36 tonvoon |
2624 | 3200 | ||
2625 | * configure.in: Support for check_swap on NetBSD/OpenBSD (Sean | 3201 | * configure.in: Support for check_swap on NetBSD/OpenBSD (Sean |
2626 | Finney) | 3202 | Finney) |
2627 | 3203 | ||
2628 | 2004-08-18 16:25 tonvoon | 3204 | 2004-08-18 21:25 tonvoon |
2629 | 3205 | ||
2630 | * plugins-scripts/check_oracle.sh: More specific test for sid (Paul | 3206 | * plugins-scripts/check_oracle.sh: More specific test for sid (Paul |
2631 | Allen) | 3207 | Allen) |
2632 | 3208 | ||
2633 | 2004-08-18 16:21 tonvoon | 3209 | 2004-08-18 21:21 tonvoon |
2634 | 3210 | ||
2635 | * plugins/check_disk.c: Fixed perfdata so that shows amount used | 3211 | * plugins/check_disk.c: Fixed perfdata so that shows amount used |
2636 | (Garry Cook) | 3212 | (Garry Cook) |
2637 | 3213 | ||
2638 | 2004-08-18 15:51 tonvoon | 3214 | 2004-08-18 20:51 tonvoon |
2639 | 3215 | ||
2640 | * plugins-scripts/check_ifstatus.pl: Perfdata corrected (Garry | 3216 | * plugins-scripts/check_ifstatus.pl: Perfdata corrected (Garry |
2641 | Cook) | 3217 | Cook) |
2642 | 3218 | ||
2643 | 2004-08-18 15:46 tonvoon | 3219 | 2004-08-18 20:46 tonvoon |
2644 | 3220 | ||
2645 | * plugins-scripts/check_oracle.sh: Fix for similar dataabase sids | 3221 | * plugins-scripts/check_oracle.sh: Fix for similar dataabase sids |
2646 | (Carole Verdon) | 3222 | (Carole Verdon) |
2647 | 3223 | ||
2648 | 2004-08-18 15:41 tonvoon | 3224 | 2004-08-18 20:41 tonvoon |
2649 | 3225 | ||
2650 | * AUTHORS: Gary Cook for perfdata for check_nt | 3226 | * AUTHORS: Gary Cook for perfdata for check_nt |
2651 | 3227 | ||
2652 | 2004-08-18 15:40 tonvoon | 3228 | 2004-08-18 20:40 tonvoon |
2653 | 3229 | ||
2654 | * plugins/check_nt.c: Perfdata added (Gary Cook) | 3230 | * plugins/check_nt.c: Perfdata added (Gary Cook) |
2655 | 3231 | ||
2656 | 2004-06-26 12:39 tonvoon | 3232 | 2004-06-26 17:39 tonvoon |
2657 | 3233 | ||
2658 | * tools/sfsnapshot: Change of compile server and cleanups | 3234 | * tools/sfsnapshot: Change of compile server and cleanups |
2659 | 3235 | ||
2660 | 2004-06-26 01:13 tonvoon | 3236 | 2004-06-26 06:13 tonvoon |
2661 | 3237 | ||
2662 | * tools/sfsnapshot: Remove need to alter configure.in. Using | 3238 | * tools/sfsnapshot: Remove need to alter configure.in. Using |
2663 | different compile farms for SF to do the compiling | 3239 | different compile farms for SF to do the compiling |
2664 | 3240 | ||
2665 | 2004-05-24 10:22 tonvoon | 3241 | 2004-05-24 15:22 tonvoon |
2666 | 3242 | ||
2667 | * AUTHORS: Ben Clewett | 3243 | * AUTHORS: Ben Clewett |
2668 | 3244 | ||
2669 | 2004-05-24 10:21 tonvoon | 3245 | 2004-05-24 15:21 tonvoon |
2670 | 3246 | ||
2671 | * lib/Makefile.am: Missed getloadavg.c (Ben Clewett) | 3247 | * lib/Makefile.am: Missed getloadavg.c (Ben Clewett) |
2672 | 3248 | ||
2673 | 2004-05-20 02:09 egalstad | 3249 | 2004-05-20 07:09 egalstad |
2674 | 3250 | ||
2675 | * contrib/check_dhcp.c: DHCP bug fix | 3251 | * contrib/check_dhcp.c: DHCP bug fix |
2676 | 3252 | ||
2677 | 2004-05-10 06:25 tonvoon | 3253 | 2004-05-10 11:25 tonvoon |
2678 | 3254 | ||
2679 | * configure.in: Set EXTRAS with check_swap if ac_cv_have_swap is | 3255 | * configure.in: Set EXTRAS with check_swap if ac_cv_have_swap is |
2680 | set | 3256 | set |
2681 | 3257 | ||
2682 | 2004-04-30 07:12 tonvoon | 3258 | 2004-04-30 12:12 tonvoon |
2683 | 3259 | ||
2684 | * configure.in: ps -el for HP-UX | 3260 | * configure.in: ps -el for HP-UX |
2685 | 3261 | ||
2686 | 2004-04-29 11:08 tonvoon | 3262 | 2004-04-29 16:08 tonvoon |
2687 | 3263 | ||
2688 | * configure.in: Bug in ps -el for AIX 4.1 | 3264 | * configure.in: Bug in ps -el for AIX 4.1 |
2689 | 3265 | ||
2690 | 2004-04-29 07:13 tonvoon | 3266 | 2004-04-29 12:13 tonvoon |
2691 | 3267 | ||
2692 | * AUTHORS: Sven for HP-UX requirements | 3268 | * AUTHORS: Sven for HP-UX requirements |
2693 | 3269 | ||
2694 | 2004-04-29 07:12 tonvoon | 3270 | 2004-04-29 12:12 tonvoon |
2695 | 3271 | ||
2696 | * REQUIREMENTS: HP-UX requirements (Sven Schaffranneck) | 3272 | * REQUIREMENTS: HP-UX requirements (Sven Schaffranneck) |
2697 | 3273 | ||
2698 | 2004-04-19 09:13 sghosh | 3274 | 2004-04-19 14:13 sghosh |
2699 | 3275 | ||
2700 | * contrib/check_nagios_db_pg.pl, AUTHORS: Postgres backend monitor | 3276 | * contrib/check_nagios_db_pg.pl, AUTHORS: Postgres backend monitor |
2701 | 3277 | ||
2702 | 2004-04-19 09:10 sghosh | 3278 | 2004-04-19 14:10 sghosh |
2703 | 3279 | ||
2704 | * AUTHORS, plugins-scripts/check_mssql.pl: check_mssql.pl | 3280 | * AUTHORS, plugins-scripts/check_mssql.pl: check_mssql.pl |
2705 | 3281 | ||
2706 | 2004-04-19 09:08 sghosh | 3282 | 2004-04-19 14:08 sghosh |
2707 | 3283 | ||
2708 | * README: Win32 plugin repository | 3284 | * README: Win32 plugin repository |
2709 | 3285 | ||
2710 | 2004-04-08 07:05 tonvoon | 3286 | 2004-04-08 12:05 tonvoon |
2711 | 3287 | ||
2712 | * AUTHORS: Torsten Werner for check_racle patches | 3288 | * AUTHORS: Torsten Werner for check_racle patches |
2713 | 3289 | ||
2714 | 2004-04-08 07:05 tonvoon | 3290 | 2004-04-08 12:05 tonvoon |
2715 | 3291 | ||
2716 | * plugins-scripts/check_oracle.sh: Cleaner calls to awk and support | 3292 | * plugins-scripts/check_oracle.sh: Cleaner calls to awk and support |
2717 | if Oracle has different national language settings (Torsten | 3293 | if Oracle has different national language settings (Torsten |
2718 | Werner) | 3294 | Werner) |
2719 | 3295 | ||
2720 | 2004-04-08 06:50 tonvoon | 3296 | 2004-04-08 11:50 tonvoon |
2721 | 3297 | ||
2722 | * plugins-scripts/check_oracle.sh: Cleaner calls to awk and support | 3298 | * plugins-scripts/check_oracle.sh: Cleaner calls to awk and support |
2723 | if Oracle has different national language settings (Torsten | 3299 | if Oracle has different national language settings (Torsten |
2724 | Werner) | 3300 | Werner) |
2725 | 3301 | ||
2726 | 2004-04-06 12:02 tonvoon | 3302 | 2004-04-06 17:02 tonvoon |
2727 | 3303 | ||
2728 | * configure.in, plugins/check_procs.c: Fixed weird scanf bug on | 3304 | * configure.in, plugins/check_procs.c: Fixed weird scanf bug on |
2729 | Solaris | 3305 | Solaris |
2730 | 3306 | ||
2731 | 2004-04-02 14:37 kdebisschop | 3307 | 2004-04-02 20:37 kdebisschop |
2732 | 3308 | ||
2733 | * plugins/check_by_ssh.c: add example invocation to help | 3309 | * plugins/check_by_ssh.c: add example invocation to help |
2734 | 3310 | ||
2735 | 2004-03-31 18:01 tonvoon | 3311 | 2004-04-01 00:01 tonvoon |
2736 | 3312 | ||
2737 | * AUTHORS: Howard Wilkinson | 3313 | * AUTHORS: Howard Wilkinson |
2738 | 3314 | ||
2739 | 2004-03-31 17:53 tonvoon | 3315 | 2004-03-31 23:53 tonvoon |
2740 | 3316 | ||
2741 | * plugins/check_nt.c: Command line argument bug (Howard Wilkinson) | 3317 | * plugins/check_nt.c: Command line argument bug (Howard Wilkinson) |
2742 | 3318 | ||
2743 | 2004-03-31 17:48 tonvoon | 3319 | 2004-03-31 23:48 tonvoon |
2744 | 3320 | ||
2745 | * plugins/netutils.c: Set default state (Howard Wilkinson) | 3321 | * plugins/netutils.c: Set default state (Howard Wilkinson) |
2746 | 3322 | ||
2747 | 2004-03-31 14:20 tonvoon | 3323 | 2004-03-31 20:20 tonvoon |
2748 | 3324 | ||
2749 | * doc/developer-guidelines.sgml: Update author list | 3325 | * doc/developer-guidelines.sgml: Update author list |
2750 | 3326 | ||
2751 | 2004-03-23 01:35 kdebisschop | 3327 | 2004-03-23 06:35 kdebisschop |
2752 | 3328 | ||
2753 | * plugins/check_fping.c: check was supposed to be agains ms - got | 3329 | * plugins/check_fping.c: check was supposed to be agains ms - got |
2754 | munged wfixeg the perfdata output to be in seconds | 3330 | munged wfixeg the perfdata output to be in seconds |
2755 | 3331 | ||
2756 | 2004-03-22 02:25 tonvoon | 3332 | 2004-03-22 07:25 tonvoon |
2757 | 3333 | ||
2758 | * plugins/check_http.c: Getopt bug (Joe Rhett) | 3334 | * plugins/check_http.c: Getopt bug (Joe Rhett) |
2759 | 3335 | ||
2760 | 2004-03-22 02:22 tonvoon | 3336 | 2004-03-22 07:22 tonvoon |
2761 | 3337 | ||
2762 | * AUTHORS: Joe Rhett for getopt bug | 3338 | * AUTHORS: Joe Rhett for getopt bug |
2763 | 3339 | ||
2764 | 2004-03-22 02:19 tonvoon | 3340 | 2004-03-22 07:19 tonvoon |
2765 | 3341 | ||
2766 | * plugins/check_http.c: Option --url not mapped (Joe Rhett) | 3342 | * plugins/check_http.c: Option --url not mapped (Joe Rhett) |
2767 | 3343 | ||
2768 | 2004-03-18 15:58 tonvoon | 3344 | 2004-03-18 20:58 tonvoon |
2769 | 3345 | ||
2770 | * AUTHORS: More help for patches | 3346 | * AUTHORS: More help for patches |
2771 | 3347 | ||
2772 | 2004-03-18 15:50 tonvoon | 3348 | 2004-03-18 20:50 tonvoon |
2773 | 3349 | ||
2774 | * plugins/check_disk.c: Typo in check_disk units (Matthew Kent - | 3350 | * plugins/check_disk.c: Typo in check_disk units (Matthew Kent - |
2775 | 909281) | 3351 | 909281) |
2776 | 3352 | ||
2777 | 2004-03-18 15:40 tonvoon | 3353 | 2004-03-18 20:40 tonvoon |
2778 | 3354 | ||
2779 | * configure.in: Mysql include path not added correctly (Arnold | 3355 | * configure.in: Mysql include path not added correctly (Arnold |
2780 | Cavazos - 912974) | 3356 | Cavazos - 912974) |
2781 | 3357 | ||
2782 | 2004-03-18 15:37 tonvoon | 3358 | 2004-03-18 20:37 tonvoon |
2783 | 3359 | ||
2784 | * configure.in: Mysql include path not added correctly (Arnold | 3360 | * configure.in: Mysql include path not added correctly (Arnold |
2785 | Cavazos - 912974) | 3361 | Cavazos - 912974) |
2786 | 3362 | ||
2787 | 2004-03-18 15:31 tonvoon | 3363 | 2004-03-18 20:31 tonvoon |
2788 | 3364 | ||
2789 | * plugins/check_radius.c: Option to fill in NAS-identifier to | 3365 | * plugins/check_radius.c: Option to fill in NAS-identifier to |
2790 | Emulate pam_radius behaviour (Alexander Kulak) | 3366 | Emulate pam_radius behaviour (Alexander Kulak) |
2791 | 3367 | ||
2792 | 2004-03-17 15:38 tonvoon | 3368 | 2004-03-17 20:38 tonvoon |
2793 | 3369 | ||
2794 | * doc/developer-guidelines.sgml: Copyright information for patches | 3370 | * doc/developer-guidelines.sgml: Copyright information for patches |
2795 | 3371 | ||
2796 | 2004-03-13 23:09 kdebisschop | 3372 | 2004-03-14 04:09 kdebisschop |
2797 | 3373 | ||
2798 | * plugins/: check_ldap.c, check_load.c, check_mrtgtraf.c, | 3374 | * plugins/: check_ldap.c, check_load.c, check_mrtgtraf.c, |
2799 | check_pgsql.c, check_smtp.c, check_tcp.c, check_ups.c: use | 3375 | check_pgsql.c, check_smtp.c, check_tcp.c, check_ups.c: use |
2800 | fperfdata | 3376 | fperfdata |
2801 | 3377 | ||
2802 | 2004-03-13 22:37 kdebisschop | 3378 | 2004-03-14 03:37 kdebisschop |
2803 | 3379 | ||
2804 | * plugins/check_fping.c: use fperfdata | 3380 | * plugins/check_fping.c: use fperfdata |
2805 | 3381 | ||
2806 | 2004-03-11 22:40 egalstad | 3382 | 2004-03-12 03:40 egalstad |
2807 | 3383 | ||
2808 | * contrib/check_cluster2.c: New cluster plugin for Nagios 2.x | 3384 | * contrib/check_cluster2.c: New cluster plugin for Nagios 2.x |
2809 | 3385 | ||
2810 | 2004-03-11 10:33 tonvoon | 3386 | 2004-03-11 15:33 tonvoon |
2811 | 3387 | ||
2812 | * CHANGES: check_procs difference | 3388 | * CHANGES: check_procs difference |
2813 | 3389 | ||
2814 | 2004-03-11 10:17 tonvoon | 3390 | 2004-03-11 15:17 tonvoon |
2815 | 3391 | ||
2816 | * plugins/check_nagios.c: Incorporate check_proc changes into | 3392 | * plugins/check_nagios.c: Incorporate check_proc changes into |
2817 | check_nagios. ps handling probably should be moved into utils.c | 3393 | check_nagios. ps handling probably should be moved into utils.c |
2818 | in future | 3394 | in future |
2819 | 3395 | ||
2820 | 2004-03-08 16:03 tonvoon | 3396 | 2004-03-08 21:03 tonvoon |
2821 | 3397 | ||
2822 | * configure.in: Require ngettext | 3398 | * configure.in: Require ngettext |
2823 | 3399 | ||
2824 | 2004-03-08 16:01 tonvoon | 3400 | 2004-03-08 21:01 tonvoon |
2825 | 3401 | ||
2826 | * doc/developer-guidelines.sgml: Information on plugin output | 3402 | * doc/developer-guidelines.sgml: Information on plugin output |
2827 | format | 3403 | format |
2828 | 3404 | ||
2829 | 2004-03-04 00:08 kdebisschop | 3405 | 2004-03-04 05:08 kdebisschop |
2830 | 3406 | ||
2831 | * plugins/: check_dig.c, check_dns.c, check_game.c: use float for | 3407 | * plugins/: check_dig.c, check_dns.c, check_game.c: use float for |
2832 | time in perf data | 3408 | time in perf data |
2833 | 3409 | ||
2834 | 2004-03-03 07:33 kdebisschop | 3410 | 2004-03-03 12:33 kdebisschop |
2835 | 3411 | ||
2836 | * plugins/: check_http.c, utils.c: begin writing some perfdata as | 3412 | * plugins/: check_http.c, utils.c: begin writing some perfdata as |
2837 | float | 3413 | float |
2838 | 3414 | ||
2839 | 2004-03-02 23:24 kdebisschop | 3415 | 2004-03-03 04:24 kdebisschop |
2840 | 3416 | ||
2841 | * contrib/check_pop3.pl: fix loop and \r\n (Jason Burnett - | 3417 | * contrib/check_pop3.pl: fix loop and \r\n (Jason Burnett - |
2842 | http://sourceforge.net/tracker/index.php?func=detail&aid=895677&group_id=29880&atid=397599) | 3418 | http://sourceforge.net/tracker/index.php?func=detail&aid=895677&group_id=29880&atid=397599) |
2843 | 3419 | ||
2844 | 2004-03-02 22:48 kdebisschop | 3420 | 2004-03-03 03:48 kdebisschop |
2845 | 3421 | ||
2846 | * plugins/check_disk.c: check_disk was getting blocks instead of | 3422 | * plugins/check_disk.c: check_disk was getting blocks instead of |
2847 | bytes (Michael Musikhin - | 3423 | bytes (Michael Musikhin - |
2848 | http://sourceforge.net/tracker/index.php?func=detail&aid=900215&group_id=29880&atid=397599) | 3424 | http://sourceforge.net/tracker/index.php?func=detail&aid=900215&group_id=29880&atid=397599) |
2849 | 3425 | ||
2850 | 2004-03-02 12:44 kdebisschop | 3426 | 2004-03-02 17:44 kdebisschop |
2851 | 3427 | ||
2852 | * pkg/: redhat/requires, fedora/requires: attempt to prune requires | 3428 | * pkg/: redhat/requires, fedora/requires: attempt to prune requires |
2853 | 3429 | ||
2854 | 2004-03-02 01:17 kdebisschop | 3430 | 2004-03-02 06:17 kdebisschop |
2855 | 3431 | ||
2856 | * Makefile.am, nagios-plugins.spec.in, pkg/fedora/requires: make | 3432 | * Makefile.am, nagios-plugins.spec.in, pkg/fedora/requires: make |
2857 | specfile into a template which can generate a generic spec plus | 3433 | specfile into a template which can generate a generic spec plus |
2858 | specs suitable for various repositories | 3434 | specs suitable for various repositories |
2859 | 3435 | ||
2860 | 2004-03-02 01:13 kdebisschop | 3436 | 2004-03-02 06:13 kdebisschop |
2861 | 3437 | ||
2862 | * configure.in: prpare for alpha2 | 3438 | * configure.in: prpare for alpha2 |
2863 | 3439 | ||
2864 | 2004-03-02 00:25 kdebisschop | 3440 | 2004-03-02 05:25 kdebisschop |
2865 | 3441 | ||
2866 | * plugins/check_http.c: relax check for -w/-c to accept floats (bug | 3442 | * plugins/check_http.c: relax check for -w/-c to accept floats (bug |
2867 | report from Warrick FitzGerald) | 3443 | report from Warrick FitzGerald) |
2868 | 3444 | ||
2869 | 2004-03-02 00:01 kdebisschop | 3445 | 2004-03-02 05:01 kdebisschop |
2870 | 3446 | ||
2871 | * AUTHORS, plugins/check_swap.c: fix div by zero error when | 3447 | * AUTHORS, plugins/check_swap.c: fix div by zero error when |
2872 | swaptotal is zero (Flo Gleixner) | 3448 | swaptotal is zero (Flo Gleixner) |
2873 | 3449 | ||
2874 | 2004-03-01 07:27 kdebisschop | 3450 | 2004-03-01 12:27 kdebisschop |
2875 | 3451 | ||
2876 | * plugins/: check_tcp.c, netutils.c: check_tcp was returning | 3452 | * plugins/: check_tcp.c, netutils.c: check_tcp was returning |
2877 | uninitialized string with user-defined refused outcome | 3453 | uninitialized string with user-defined refused outcome |
2878 | 3454 | ||
2879 | 2004-03-01 01:15 kdebisschop | 3455 | 2004-03-01 06:15 kdebisschop |
2880 | 3456 | ||
2881 | * plugins/check_smtp.c: allow regex for ecpect checks | 3457 | * plugins/check_smtp.c: allow regex for ecpect checks |
2882 | 3458 | ||
2883 | 2004-02-28 23:09 kdebisschop | 3459 | 2004-02-29 04:09 kdebisschop |
2884 | 3460 | ||
2885 | * plugins/: check_nwstat.c, netutils.c, netutils.h: was making up | 3461 | * plugins/: check_nwstat.c, netutils.c, netutils.h: was making up |
2886 | to 34 separate tcp connections - now we open one and reuse | 3462 | to 34 separate tcp connections - now we open one and reuse |
2887 | 3463 | ||
2888 | 2004-02-28 02:27 kdebisschop | 3464 | 2004-02-28 07:27 kdebisschop |
2889 | 3465 | ||
2890 | * plugins/check_snmp.c: checks for warn in check_num() mistakenly | 3466 | * plugins/check_snmp.c: checks for warn in check_num() mistakenly |
2891 | referred to crit limits | 3467 | referred to crit limits |
2892 | 3468 | ||
2893 | 2004-02-28 01:51 kdebisschop | 3469 | 2004-02-28 06:51 kdebisschop |
2894 | 3470 | ||
2895 | * plugins/check_smtp.c: minor doco update to reflect handling of | 3471 | * plugins/check_smtp.c: minor doco update to reflect handling of |
2896 | repeated caoomand strings | 3472 | repeated caoomand strings |
2897 | 3473 | ||
2898 | 2004-02-28 01:48 kdebisschop | 3474 | 2004-02-28 06:48 kdebisschop |
2899 | 3475 | ||
2900 | * plugins/check_smtp.c: work in progress to accept multiple | 3476 | * plugins/check_smtp.c: work in progress to accept multiple |
2901 | command/expect pairs | 3477 | command/expect pairs |
2902 | 3478 | ||
2903 | 2004-02-27 23:54 kdebisschop | 3479 | 2004-02-28 04:54 kdebisschop |
2904 | 3480 | ||
2905 | * plugins/check_swap.c: update to work with Linux 2.6 /proc/meminfo | 3481 | * plugins/check_swap.c: update to work with Linux 2.6 /proc/meminfo |
2906 | format | 3482 | format |
2907 | 3483 | ||
2908 | 2004-02-25 03:50 kdebisschop | 3484 | 2004-02-25 08:50 kdebisschop |
2909 | 3485 | ||
2910 | * AUTHORS, plugins/check_dns.c: check server for authoritative | 3486 | * AUTHORS, plugins/check_dns.c: check server for authoritative |
2911 | status (from Jon Hallet) | 3487 | status (from Jon Hallet) |
2912 | 3488 | ||
2913 | 2004-02-25 03:12 kdebisschop | 3489 | 2004-02-25 08:12 kdebisschop |
2914 | 3490 | ||
2915 | * plugins/check_swap.c: change some datatypes to llu for very large | 3491 | * plugins/check_swap.c: change some datatypes to llu for very large |
2916 | swaps | 3492 | swaps |
2917 | 3493 | ||
2918 | 2004-02-25 02:49 kdebisschop | 3494 | 2004-02-25 07:49 kdebisschop |
2919 | 3495 | ||
2920 | * configure.in, plugins/check_ping.c: pass timeout to ping if | 3496 | * configure.in, plugins/check_ping.c: pass timeout to ping if |
2921 | supported with -w parameter (linux) | 3497 | supported with -w parameter (linux) |
2922 | 3498 | ||
2923 | 2004-02-21 00:37 kdebisschop | 3499 | 2004-02-21 05:37 kdebisschop |
2924 | 3500 | ||
2925 | * plugins/check_by_ssh.c: add option to ignore a specified number | 3501 | * plugins/check_by_ssh.c: add option to ignore a specified number |
2926 | of lines on stderr (to suppress a login banner) | 3502 | of lines on stderr (to suppress a login banner) |
2927 | 3503 | ||
2928 | 2004-02-20 22:50 kdebisschop | 3504 | 2004-02-21 03:50 kdebisschop |
2929 | 3505 | ||
2930 | * plugins-scripts/check_breeze.pl: add $opt_C to 'use vars' (report | 3506 | * plugins-scripts/check_breeze.pl: add $opt_C to 'use vars' (report |
2931 | 882381 and patch form Jason Martin) | 3507 | 882381 and patch form Jason Martin) |
2932 | 3508 | ||
2933 | 2004-02-20 22:44 kdebisschop | 3509 | 2004-02-21 03:44 kdebisschop |
2934 | 3510 | ||
2935 | * AUTHORS: Add Jason Martin for report of missing $opt_C for 'use | 3511 | * AUTHORS: Add Jason Martin for report of missing $opt_C for 'use |
2936 | vars' in check_breeze | 3512 | vars' in check_breeze |
2937 | 3513 | ||
2938 | 2004-02-20 22:42 kdebisschop | 3514 | 2004-02-21 03:42 kdebisschop |
2939 | 3515 | ||
2940 | * plugins-scripts/check_breeze.pl: add opt_C to 'usr vars' | 3516 | * plugins-scripts/check_breeze.pl: add opt_C to 'usr vars' |
2941 | 3517 | ||
2942 | 2004-02-20 14:35 tonvoon | 3518 | 2004-02-20 19:35 tonvoon |
2943 | 3519 | ||
2944 | * plugins/check_http.c: - Missed out getopt for -T | 3520 | * plugins/check_http.c: - Missed out getopt for -T |
2945 | 3521 | ||
2946 | 2004-02-20 00:25 kdebisschop | 3522 | 2004-02-20 05:25 kdebisschop |
2947 | 3523 | ||
2948 | * contrib/check_dhcp.c, contrib/check_procl.sh, | 3524 | * contrib/check_dhcp.c, contrib/check_procl.sh, |
2949 | plugins/check_snmp.c, plugins/negate.c, plugins/netutils.c, | 3525 | plugins/check_snmp.c, plugins/negate.c, plugins/netutils.c, |
2950 | plugins/urlize.c: spell fix "received" | 3526 | plugins/urlize.c: spell fix "received" |
2951 | 3527 | ||
2952 | 2004-02-20 00:22 kdebisschop | 3528 | 2004-02-20 05:22 kdebisschop |
2953 | 3529 | ||
2954 | * plugins/check_snmp.c, plugins/negate.c, plugins/netutils.c, | 3530 | * plugins/check_snmp.c, plugins/negate.c, plugins/netutils.c, |
2955 | plugins/urlize.c, contrib/check_dhcp.c: spell fix "received" | 3531 | plugins/urlize.c, contrib/check_dhcp.c: spell fix "received" |
2956 | 3532 | ||
2957 | 2004-02-20 00:21 kdebisschop | 3533 | 2004-02-20 05:21 kdebisschop |
2958 | 3534 | ||
2959 | * plugins/: utils.c, utils.h: add perfdata function for floats to | 3535 | * plugins/: utils.c, utils.h: add perfdata function for floats to |
2960 | complement ints, also spell fix "received" | 3536 | complement ints, also spell fix "received" |
2961 | 3537 | ||
2962 | 2004-02-20 00:19 kdebisschop | 3538 | 2004-02-20 05:19 kdebisschop |
2963 | 3539 | ||
2964 | * AUTHORS: add Ralph Rye for report of check_procs segfault on | 3540 | * AUTHORS: add Ralph Rye for report of check_procs segfault on |
2965 | AIX/WebSphere and proof-of-concept patch | 3541 | AIX/WebSphere and proof-of-concept patch |
2966 | 3542 | ||
2967 | 2004-02-20 00:04 kdebisschop | 3543 | 2004-02-20 05:04 kdebisschop |
2968 | 3544 | ||
2969 | * plugins/check_procs.c: handle case where line from ps output | 3545 | * plugins/check_procs.c: handle case where line from ps output |
2970 | exceed MAX_INPUT_BUFFER | 3546 | exceed MAX_INPUT_BUFFER |
2971 | 3547 | ||
2972 | 2004-02-19 22:37 tonvoon | 3548 | 2004-02-20 03:37 tonvoon |
2973 | 3549 | ||
2974 | * AUTHORS: Shaun Wills for patch to check_http | 3550 | * AUTHORS: Shaun Wills for patch to check_http |
2975 | 3551 | ||
2976 | 2004-02-19 22:21 tonvoon | 3552 | 2004-02-20 03:21 tonvoon |
2977 | 3553 | ||
2978 | * plugins/check_http.c: Added Content-type when POSTing (Shawn | 3554 | * plugins/check_http.c: Added Content-type when POSTing (Shawn |
2979 | Wills) | 3555 | Wills) |
2980 | 3556 | ||
2981 | 2004-02-19 22:00 tonvoon | 3557 | 2004-02-20 03:00 tonvoon |
2982 | 3558 | ||
2983 | * plugins/check_procs.c: - compiler warning removed (but usage2 | 3559 | * plugins/check_procs.c: - compiler warning removed (but usage2 |
2984 | messages badly broken) | 3560 | messages badly broken) |
2985 | 3561 | ||
2986 | 2004-02-19 21:58 tonvoon | 3562 | 2004-02-20 02:58 tonvoon |
2987 | 3563 | ||
2988 | * AUTHORS: Matt Pounsett for bug report | 3564 | * AUTHORS: Matt Pounsett for bug report |
2989 | 3565 | ||
2990 | 2004-02-19 21:09 tonvoon | 3566 | 2004-02-20 02:09 tonvoon |
2991 | 3567 | ||
2992 | * plugins/check_dns.c: Different text to scan for if multiple | 3568 | * plugins/check_dns.c: Different text to scan for if multiple |
2993 | addresses | 3569 | addresses |
2994 | 3570 | ||
2995 | 2004-02-19 20:05 tonvoon | 3571 | 2004-02-20 01:05 tonvoon |
2996 | 3572 | ||
2997 | * plugins/check_swap.c: Corrected usage message (Matt Pounsett) | 3573 | * plugins/check_swap.c: Corrected usage message (Matt Pounsett) |
2998 | 3574 | ||
2999 | 2004-02-19 08:24 tonvoon | 3575 | 2004-02-19 13:24 tonvoon |
3000 | 3576 | ||
3001 | * AUTHORS: Michael Musikhin for check_disk patch | 3577 | * AUTHORS: Michael Musikhin for check_disk patch |
3002 | 3578 | ||
3003 | 2004-02-19 08:23 tonvoon | 3579 | 2004-02-19 13:23 tonvoon |
3004 | 3580 | ||
3005 | * plugins/check_disk.c: Uninitialised variables for -X (Bug 900091 | 3581 | * plugins/check_disk.c: Uninitialised variables for -X (Bug 900091 |
3006 | - Michael Musikhin) | 3582 | - Michael Musikhin) |
3007 | 3583 | ||
3008 | 2004-02-18 09:57 kdebisschop | 3584 | 2004-02-18 14:57 kdebisschop |
3009 | 3585 | ||
3010 | * configure.in: version bump (old) | 3586 | * configure.in: version bump (old) |
3011 | 3587 | ||
3012 | 2004-02-18 09:56 kdebisschop | 3588 | 2004-02-18 14:56 kdebisschop |
3013 | 3589 | ||
3014 | * acinclude.m4, lib/afs.m4, lib/fstypename.m4, lib/fsusage.m4: | 3590 | * acinclude.m4, lib/afs.m4, lib/fstypename.m4, lib/fsusage.m4: |
3015 | underquoted defines cause warning on FC2 | 3591 | underquoted defines cause warning on FC2 |
3016 | 3592 | ||
3017 | 2004-02-17 21:11 tonvoon | 3593 | 2004-02-18 02:11 tonvoon |
3018 | 3594 | ||
3019 | * AUTHORS: Johannes Herlitz for patch to check_dns | 3595 | * AUTHORS: Johannes Herlitz for patch to check_dns |
3020 | 3596 | ||
3021 | 2004-02-17 21:09 tonvoon | 3597 | 2004-02-18 02:09 tonvoon |
3022 | 3598 | ||
3023 | * plugins/check_dns.c: Output message includes the query_address, | 3599 | * plugins/check_dns.c: Output message includes the query_address, |
3024 | as inspired by Johannes Herlitz. Also cleanup of comments and | 3600 | as inspired by Johannes Herlitz. Also cleanup of comments and |
3025 | handles multi-line nslookup output (MacOSX 10.3) | 3601 | handles multi-line nslookup output (MacOSX 10.3) |
3026 | 3602 | ||
3027 | 2004-02-17 08:24 tonvoon | 3603 | 2004-02-17 13:24 tonvoon |
3028 | 3604 | ||
3029 | * AUTHORS: David Alden for check_snmp_procs.pl | 3605 | * AUTHORS: David Alden for check_snmp_procs.pl |
3030 | 3606 | ||
3031 | 2004-02-17 08:23 tonvoon | 3607 | 2004-02-17 13:23 tonvoon |
3032 | 3608 | ||
3033 | * contrib/check_snmp_procs.pl: Checks remote processes via SNMP | 3609 | * contrib/check_snmp_procs.pl: Checks remote processes via SNMP |
3034 | (David Alden) | 3610 | (David Alden) |
3035 | 3611 | ||
3036 | 2004-02-09 03:32 tonvoon | 3612 | 2004-02-09 08:32 tonvoon |
3037 | 3613 | ||
3038 | * AUTHORS: Patrick McCormick | 3614 | * AUTHORS: Patrick McCormick |
3039 | 3615 | ||
3040 | 2004-02-09 03:27 tonvoon | 3616 | 2004-02-09 08:27 tonvoon |
3041 | 3617 | ||
3042 | * plugins/check_ping.c: Fix for check_ping old-style argument | 3618 | * plugins/check_ping.c: Fix for check_ping old-style argument |
3043 | handling (Patrick McCormick - 892211) | 3619 | handling (Patrick McCormick - 892211) |
3044 | 3620 | ||
3045 | 2004-01-28 06:42 tonvoon | 3621 | 2004-01-28 11:42 tonvoon |
3046 | 3622 | ||
3047 | * plugins/check_dummy.c: Print optional text | 3623 | * plugins/check_dummy.c: Print optional text |
3048 | 3624 | ||
3049 | 2004-01-21 07:50 kdebisschop | 3625 | 2004-01-21 12:50 kdebisschop |
3050 | 3626 | ||
3051 | * AUTHORS: credit David Croft (patch check_tcp formultibyte malloc | 3627 | * AUTHORS: credit David Croft (patch check_tcp formultibyte malloc |
3052 | bug in server_expect) | 3628 | bug in server_expect) |
3053 | 3629 | ||
3054 | 2004-01-21 07:49 kdebisschop | 3630 | 2004-01-21 12:49 kdebisschop |
3055 | 3631 | ||
3056 | * plugins/check_tcp.c: =fix segfault on malloc of server_expect for | 3632 | * plugins/check_tcp.c: =fix segfault on malloc of server_expect for |
3057 | multibyte chars (David Croft) | 3633 | multibyte chars (David Croft) |
3058 | 3634 | ||
3059 | 2004-01-21 07:46 kdebisschop | 3635 | 2004-01-21 12:46 kdebisschop |
3060 | 3636 | ||
3061 | * AUTHORS: credit David Croft (patch check_tcp formultibyte malloc | 3637 | * AUTHORS: credit David Croft (patch check_tcp formultibyte malloc |
3062 | bug in server_expect) | 3638 | bug in server_expect) |
3063 | 3639 | ||
3064 | 2004-01-21 07:45 kdebisschop | 3640 | 2004-01-21 12:45 kdebisschop |
3065 | 3641 | ||
3066 | * plugins/check_tcp.c: =fix segfault on malloc of server_expect for | 3642 | * plugins/check_tcp.c: =fix segfault on malloc of server_expect for |
3067 | multibyte chars (David Croft) | 3643 | multibyte chars (David Croft) |
3068 | 3644 | ||
3069 | 2004-01-18 15:07 sghosh | 3645 | 2004-01-18 20:07 sghosh |
3070 | 3646 | ||
3071 | * contrib/check_snmp_printer.pl: plugin to check printer status via | 3647 | * contrib/check_snmp_printer.pl: plugin to check printer status via |
3072 | snmp, includes page count as perfdata; perl plugin | 3648 | snmp, includes page count as perfdata; perl plugin |
3073 | 3649 | ||
3074 | 2003-12-24 03:51 tonvoon | 3650 | 2003-12-24 08:51 tonvoon |
3075 | 3651 | ||
3076 | * AUTHORS: Bug reporter | 3652 | * AUTHORS: Bug reporter |
3077 | 3653 | ||
3078 | 2003-12-24 03:51 tonvoon | 3654 | 2003-12-24 08:51 tonvoon |
3079 | 3655 | ||
3080 | * plugins/check_swap.c: Fixed help doc on use of % (854817 - Gunnar | 3656 | * plugins/check_swap.c: Fixed help doc on use of % (854817 - Gunnar |
3081 | Hellekson) | 3657 | Hellekson) |
3082 | 3658 | ||
3083 | 2003-12-18 04:24 tonvoon | 3659 | 2003-12-18 09:24 tonvoon |
3084 | 3660 | ||
3085 | * README: Reference to CHANGES file | 3661 | * README: Reference to CHANGES file |
3086 | 3662 | ||
3087 | 2003-12-18 04:19 tonvoon | 3663 | 2003-12-18 09:19 tonvoon |
3088 | 3664 | ||
3089 | * Makefile.am: Add CHANGES file to distribution | 3665 | * Makefile.am: Add CHANGES file to distribution |
3090 | 3666 | ||
3091 | 2003-12-18 04:15 tonvoon | 3667 | 2003-12-18 09:15 tonvoon |
3092 | 3668 | ||
3093 | * CHANGES: List major changes between releases | 3669 | * CHANGES: List major changes between releases |
3094 | 3670 | ||
3095 | 2003-12-11 05:00 tonvoon | 3671 | 2003-12-11 10:00 tonvoon |
3096 | 3672 | ||
3097 | * AUTHORS: For patch to check_http | 3673 | * AUTHORS: For patch to check_http |
3098 | 3674 | ||
3099 | 2003-12-11 05:00 tonvoon | 3675 | 2003-12-11 10:00 tonvoon |
3100 | 3676 | ||
3101 | * plugins/check_http.c: Relative redirects not followed correctly | 3677 | * plugins/check_http.c: Relative redirects not followed correctly |
3102 | (854131 - John Sivak) | 3678 | (854131 - John Sivak) |
3103 | 3679 | ||
3104 | 2003-12-05 13:12 tonvoon | 3680 | 2003-12-05 18:12 tonvoon |
3105 | 3681 | ||
3106 | * AUTHORS: Ben Whaley for reported Solaris 8 /usr/ucb/ps problem in | 3682 | * AUTHORS: Ben Whaley for reported Solaris 8 /usr/ucb/ps problem in |
3107 | configure.in | 3683 | configure.in |
3108 | 3684 | ||
3109 | 2003-12-05 13:08 tonvoon | 3685 | 2003-12-05 18:08 tonvoon |
3110 | 3686 | ||
3111 | * configure.in: Not correctly working out ps command if /usr/ucb | 3687 | * configure.in: Not correctly working out ps command if /usr/ucb |
3112 | before /usr/bin in PATH for Solaris (reported by Ben Whaley) | 3688 | before /usr/bin in PATH for Solaris (reported by Ben Whaley) |
3113 | 3689 | ||
3114 | 2003-12-05 11:45 tonvoon | 3690 | 2003-12-05 16:45 tonvoon |
3115 | 3691 | ||
3116 | * AUTHORS: Patch to my_connect | 3692 | * AUTHORS: Patch to my_connect |
3117 | 3693 | ||
3118 | 2003-12-05 11:42 tonvoon | 3694 | 2003-12-05 16:42 tonvoon |
3119 | 3695 | ||
3120 | * plugins/: netutils.c, netutils.h: Fix clash of namespace for | 3696 | * plugins/: netutils.c, netutils.h: Fix clash of namespace for |
3121 | my_connect with mysql (854339 - Ian Holsman) | 3697 | my_connect with mysql (854339 - Ian Holsman) |
3122 | 3698 | ||
3123 | 2003-12-02 10:27 tonvoon | 3699 | 2003-12-02 15:27 tonvoon |
3124 | 3700 | ||
3125 | * plugins/check_disk.c: Default thresholds not defined for lists in | 3701 | * plugins/check_disk.c: Default thresholds not defined for lists in |
3126 | -x parameter (raised by Matt Garrett) | 3702 | -x parameter (raised by Matt Garrett) |
3127 | 3703 | ||
3128 | 2003-11-30 21:47 kdebisschop | 3704 | 2003-12-01 02:47 kdebisschop |
3129 | 3705 | ||
3130 | * po/: de.po, fr.po: commit changes caused by upstream code mods | 3706 | * po/: de.po, fr.po: commit changes caused by upstream code mods |
3131 | 3707 | ||
3132 | 2003-11-30 21:46 kdebisschop | 3708 | 2003-12-01 02:46 kdebisschop |
3133 | 3709 | ||
3134 | * plugins/check_procs.c: use usage2 function | 3710 | * plugins/check_procs.c: use usage2 function |
3135 | 3711 | ||
3136 | 2003-11-30 21:38 kdebisschop | 3712 | 2003-12-01 02:38 kdebisschop |
3137 | 3713 | ||
3138 | * nagios-plugins.spec.in: add THANKS to %doc | 3714 | * nagios-plugins.spec.in: add THANKS to %doc |
3139 | 3715 | ||
3140 | 2003-11-28 09:18 tonvoon | 3716 | 2003-11-28 14:18 tonvoon |
3141 | 3717 | ||
3142 | * plugins/check_procs.c: Fixed listing of failed processes | 3718 | * plugins/check_procs.c: Fixed listing of failed processes |
3143 | 3719 | ||
3144 | 2003-11-24 09:56 tonvoon | 3720 | 2003-11-24 14:56 tonvoon |
3145 | 3721 | ||
3146 | * AUTHORS: For patches | 3722 | * AUTHORS: For patches |
3147 | 3723 | ||
3148 | 2003-11-24 09:53 tonvoon | 3724 | 2003-11-24 14:53 tonvoon |
3149 | 3725 | ||
3150 | * plugins/check_hpjd.c: Bug from code-clean (Antony Simmonds - | 3726 | * plugins/check_hpjd.c: Bug from code-clean (Antony Simmonds - |
3151 | 846311) | 3727 | 846311) |
3152 | 3728 | ||
3153 | 2003-11-21 02:53 kdebisschop | 3729 | 2003-11-21 07:53 kdebisschop |
3154 | 3730 | ||
3155 | * README: update auotmake/autoconf versions | 3731 | * README: update auotmake/autoconf versions |
3156 | 3732 | ||
3157 | 2003-11-21 02:52 kdebisschop | 3733 | 2003-11-21 07:52 kdebisschop |
3158 | 3734 | ||
3159 | * doc/developer-guidelines.sgml: update developer names | 3735 | * doc/developer-guidelines.sgml: update developer names |
3160 | 3736 | ||
3161 | 2003-11-21 02:34 kdebisschop | 3737 | 2003-11-21 07:34 kdebisschop |
3162 | 3738 | ||
3163 | * INSTALLING: our policy now is to use most recent versions of GNU | 3739 | * INSTALLING: our policy now is to use most recent versions of GNU |
3164 | tool chain | 3740 | tool chain |
3165 | 3741 | ||
3166 | 2003-11-19 01:24 kdebisschop | 3742 | 2003-11-19 06:24 kdebisschop |
3167 | 3743 | ||
3168 | * plugins/check_time.c: add perfdata | 3744 | * plugins/check_time.c: add perfdata |
3169 | 3745 | ||
3170 | 2003-11-19 01:00 kdebisschop | 3746 | 2003-11-19 06:00 kdebisschop |
3171 | 3747 | ||
3172 | * plugins/check_smtp.c: use perfdata() to return perfoamnace data | 3748 | * plugins/check_smtp.c: use perfdata() to return perfoamnace data |
3173 | in stanadrd format | 3749 | in stanadrd format |
3174 | 3750 | ||
3175 | 2003-11-17 06:45 kdebisschop | 3751 | 2003-11-17 11:45 kdebisschop |
3176 | 3752 | ||
3177 | * plugins/check_ups.c: bugfix - each supported option was | 3753 | * plugins/check_ups.c: bugfix - each supported option was |
3178 | overwriting the previous perfdata | 3754 | overwriting the previous perfdata |
3179 | 3755 | ||
3180 | 2003-11-17 02:19 kdebisschop | 3756 | 2003-11-17 07:19 kdebisschop |
3181 | 3757 | ||
3182 | * plugins/check_ups.c: add perfdata | 3758 | * plugins/check_ups.c: add perfdata |
3183 | 3759 | ||
3184 | 2003-11-17 01:37 kdebisschop | 3760 | 2003-11-17 06:37 kdebisschop |
3185 | 3761 | ||
3186 | * plugins/check_pgsql.c: add perfdata | 3762 | * plugins/check_pgsql.c: add perfdata |
3187 | 3763 | ||
3188 | 2003-11-12 01:05 kdebisschop | 3764 | 2003-11-12 06:05 kdebisschop |
3189 | 3765 | ||
3190 | * plugins/check_snmp.c: clean up compiler warnings | 3766 | * plugins/check_snmp.c: clean up compiler warnings |
3191 | 3767 | ||
3192 | 2003-11-12 00:53 kdebisschop | 3768 | 2003-11-12 05:53 kdebisschop |
3193 | 3769 | ||
3194 | * plugins/check_nt.c: clean up compiler warnings | 3770 | * plugins/check_nt.c: clean up compiler warnings |
3195 | 3771 | ||
3196 | 2003-11-12 00:48 kdebisschop | 3772 | 2003-11-12 05:48 kdebisschop |
3197 | 3773 | ||
3198 | * plugins/check_mrtg.c: clean up compiler warnings | 3774 | * plugins/check_mrtg.c: clean up compiler warnings |
3199 | 3775 | ||
3200 | 2003-11-12 00:41 kdebisschop | 3776 | 2003-11-12 05:41 kdebisschop |
3201 | 3777 | ||
3202 | * plugins/check_mrtgtraf.c: clean up compiler warnings | 3778 | * plugins/check_mrtgtraf.c: clean up compiler warnings |
3203 | 3779 | ||
3204 | 2003-11-12 00:37 kdebisschop | 3780 | 2003-11-12 05:37 kdebisschop |
3205 | 3781 | ||
3206 | * plugins/check_swap.c: clean up compiler warnings | 3782 | * plugins/check_swap.c: clean up compiler warnings |
3207 | 3783 | ||
3208 | 2003-11-12 00:29 kdebisschop | 3784 | 2003-11-12 05:29 kdebisschop |
3209 | 3785 | ||
3210 | * plugins/check_mrtgtraf.c: add perfdata | 3786 | * plugins/check_mrtgtraf.c: add perfdata |
3211 | 3787 | ||
3212 | 2003-11-12 00:28 kdebisschop | 3788 | 2003-11-12 05:28 kdebisschop |
3213 | 3789 | ||
3214 | * plugins/check_dig.c: remove overflow checks of strtod - HUGE_VALF | 3790 | * plugins/check_dig.c: remove overflow checks of strtod - HUGE_VALF |
3215 | requires C99; also remove equality checks on warn/crit interval | 3791 | requires C99; also remove equality checks on warn/crit interval |
3216 | which are no doubles | 3792 | which are no doubles |
3217 | 3793 | ||
3218 | 2003-11-11 05:43 tonvoon | 3794 | 2003-11-11 10:43 tonvoon |
3219 | 3795 | ||
3220 | * plugins/check_tcp.c: Added perfdata | 3796 | * plugins/check_tcp.c: Added perfdata |
3221 | 3797 | ||
3222 | 2003-11-11 05:34 tonvoon | 3798 | 2003-11-11 10:34 tonvoon |
3223 | 3799 | ||
3224 | * plugins/check_users.c: Added perfdata | 3800 | * plugins/check_users.c: Added perfdata |
3225 | 3801 | ||
3226 | 2003-11-11 05:27 tonvoon | 3802 | 2003-11-11 10:27 tonvoon |
3227 | 3803 | ||
3228 | * plugins/check_swap.c: Added perfdata | 3804 | * plugins/check_swap.c: Added perfdata |
3229 | 3805 | ||
3230 | 2003-11-11 05:19 tonvoon | 3806 | 2003-11-11 10:19 tonvoon |
3231 | 3807 | ||
3232 | * plugins/check_swap.c: Fixed if only absolute warn/crit set | 3808 | * plugins/check_swap.c: Fixed if only absolute warn/crit set |
3233 | 3809 | ||
3234 | 2003-11-10 06:15 tonvoon | 3810 | 2003-11-10 11:15 tonvoon |
3235 | 3811 | ||
3236 | * plugins/utils.h: - typo fixes | 3812 | * plugins/utils.h: - typo fixes |
3237 | 3813 | ||
3238 | 2003-11-05 17:59 sghosh | 3814 | 2003-11-05 22:59 sghosh |
3239 | 3815 | ||
3240 | * plugins-scripts/: check_ifoperstatus.pl, check_ifstatus.pl: | 3816 | * plugins-scripts/: check_ifoperstatus.pl, check_ifstatus.pl: |
3241 | added plugin timeout options | 3817 | added plugin timeout options |
3242 | 3818 | ||
3243 | 2003-10-30 23:22 kdebisschop | 3819 | 2003-10-31 04:22 kdebisschop |
3244 | 3820 | ||
3245 | * plugins/check_nt.c: provide an error message | 3821 | * plugins/check_nt.c: provide an error message |
3246 | 3822 | ||
3247 | 2003-10-30 23:21 kdebisschop | 3823 | 2003-10-31 04:21 kdebisschop |
3248 | 3824 | ||
3249 | * plugins/check_hpjd.c: line indentation | 3825 | * plugins/check_hpjd.c: line indentation |
3250 | 3826 | ||
3251 | 2003-10-30 23:20 kdebisschop | 3827 | 2003-10-31 04:20 kdebisschop |
3252 | 3828 | ||
3253 | * plugins/check_load.c: add perfdata | 3829 | * plugins/check_load.c: add perfdata |
3254 | 3830 | ||
3255 | 2003-10-30 23:19 kdebisschop | 3831 | 2003-10-31 04:19 kdebisschop |
3256 | 3832 | ||
3257 | * plugins/check_mrtg.c: add perf data fix bug where stale data | 3833 | * plugins/check_mrtg.c: add perf data fix bug where stale data |
3258 | message would get overwritten | 3834 | message would get overwritten |
3259 | 3835 | ||
3260 | 2003-10-24 09:28 tonvoon | 3836 | 2003-10-24 14:28 tonvoon |
3261 | 3837 | ||
3262 | * plugins/common.h: Ignore __attribute__ for non-GNU compilers | 3838 | * plugins/common.h: Ignore __attribute__ for non-GNU compilers |
3263 | 3839 | ||
3264 | 2003-10-24 05:37 tonvoon | 3840 | 2003-10-24 10:37 tonvoon |
3265 | 3841 | ||
3266 | * plugins/Makefile.am: Moved config.h to toplevel | 3842 | * plugins/Makefile.am: Moved config.h to toplevel |
3267 | 3843 | ||
3268 | 2003-10-23 06:24 tonvoon | 3844 | 2003-10-23 11:24 tonvoon |
3269 | 3845 | ||
3270 | * lib/Makefile.am: Need to include intl/ for systems without | 3846 | * lib/Makefile.am: Need to include intl/ for systems without |
3271 | libintl.h | 3847 | libintl.h |
3272 | 3848 | ||
3273 | 2003-10-21 12:16 tonvoon | 3849 | 2003-10-21 17:16 tonvoon |
3274 | 3850 | ||
3275 | * AUTHORS: Matt Garrett for bug reports | 3851 | * AUTHORS: Matt Garrett for bug reports |
3276 | 3852 | ||
3277 | 2003-10-21 11:56 tonvoon | 3853 | 2003-10-21 16:56 tonvoon |
3278 | 3854 | ||
3279 | * plugins-scripts/check_file_age.pl: - Fixed file name (Matt | 3855 | * plugins-scripts/check_file_age.pl: - Fixed file name (Matt |
3280 | Garrett) | 3856 | Garrett) |
3281 | 3857 | ||
3282 | 2003-10-20 10:03 tonvoon | 3858 | 2003-10-20 15:03 tonvoon |
3283 | 3859 | ||
3284 | * configure.in, lib/fsusage.c, lib/mountlist.c: Fix for config.h at | 3860 | * configure.in, lib/fsusage.c, lib/mountlist.c: Fix for config.h at |
3285 | top level. Required for intl/ | 3861 | top level. Required for intl/ |
3286 | 3862 | ||
3287 | 2003-10-15 15:27 tonvoon | 3863 | 2003-10-15 20:27 tonvoon |
3288 | 3864 | ||
3289 | * tools/mail_error: Need to export PATH for sfsnapshot to get | 3865 | * tools/mail_error: Need to export PATH for sfsnapshot to get |
3290 | correct GNU toolchain | 3866 | correct GNU toolchain |
3291 | 3867 | ||
3292 | 2003-10-13 23:15 sghosh | 3868 | 2003-10-14 04:15 sghosh |
3293 | 3869 | ||
3294 | * plugins-scripts/check_ifoperstatus.pl: snmpv3 patches | 3870 | * plugins-scripts/check_ifoperstatus.pl: snmpv3 patches |
3295 | 3871 | ||
3296 | 2003-10-13 23:14 sghosh | 3872 | 2003-10-14 04:14 sghosh |
3297 | 3873 | ||
3298 | * plugins-scripts/check_ifstatus.pl: more snmpv3 patches | 3874 | * plugins-scripts/check_ifstatus.pl: more snmpv3 patches |
3299 | 3875 | ||
3300 | 2003-10-13 22:40 sghosh | 3876 | 2003-10-14 03:40 sghosh |
3301 | 3877 | ||
3302 | * plugins-scripts/check_ntp.pl: Bug 773588: added check to warn on | 3878 | * plugins-scripts/check_ntp.pl: Bug 773588: added check to warn on |
3303 | matching # candidates only | 3879 | matching # candidates only |
3304 | 3880 | ||
3305 | 2003-10-13 22:15 sghosh | 3881 | 2003-10-14 03:15 sghosh |
3306 | 3882 | ||
3307 | * plugins-scripts/check_ifstatus.pl: Added -M for maxmsgsize | 3883 | * plugins-scripts/check_ifstatus.pl: Added -M for maxmsgsize |
3308 | (v1/v2c) Added v3 support | 3884 | (v1/v2c) Added v3 support |
3309 | 3885 | ||
3310 | 2003-09-30 09:54 tonvoon | 3886 | 2003-09-30 14:54 tonvoon |
3311 | 3887 | ||
3312 | * plugins/check_swap.c: Fixed logic problem if HAVE_SWAP, but not | 3888 | * plugins/check_swap.c: Fixed logic problem if HAVE_SWAP, but not |
3313 | on AIX or Solaris. Removed unnecessary ifdefs for help page. | 3889 | on AIX or Solaris. Removed unnecessary ifdefs for help page. |
3314 | Better indentation for ifdefs | 3890 | Better indentation for ifdefs |
3315 | 3891 | ||
3316 | 2003-09-29 06:02 tonvoon | 3892 | 2003-09-29 11:02 tonvoon |
3317 | 3893 | ||
3318 | * lib/Makefile.am: Missed GNU files for AIX 5.1 | 3894 | * lib/Makefile.am: Missed GNU files for AIX 5.1 |
3319 | 3895 | ||
3320 | 2003-09-17 15:16 tonvoon | 3896 | 2003-09-17 20:16 tonvoon |
3321 | 3897 | ||
3322 | * AUTHORS: Added authors of obsolete contrib plugins | 3898 | * AUTHORS: Added authors of obsolete contrib plugins |
3323 | 3899 | ||
3324 | 2003-09-17 15:07 tonvoon | 3900 | 2003-09-17 20:07 tonvoon |
3325 | 3901 | ||
3326 | * contrib/maser-oracle.pl: Obsolete from main check_oracle | 3902 | * contrib/maser-oracle.pl: Obsolete from main check_oracle |
3327 | 3903 | ||
3328 | 2003-09-17 15:05 tonvoon | 3904 | 2003-09-17 20:05 tonvoon |
3329 | 3905 | ||
3330 | * contrib/aix/: check_crit_dsk, check_dsk, check_ping: Plugins | 3906 | * contrib/aix/: check_crit_dsk, check_dsk, check_ping: Plugins |
3331 | obsolete from main check_disk and check_ping | 3907 | obsolete from main check_disk and check_ping |
3332 | 3908 | ||
3333 | 2003-09-17 12:33 tonvoon | 3909 | 2003-09-17 17:33 tonvoon |
3334 | 3910 | ||
3335 | * lib/strtod.c: Required if strtod not GNU compilant | 3911 | * lib/strtod.c: Required if strtod not GNU compilant |
3336 | 3912 | ||
3337 | 2003-09-17 12:31 tonvoon | 3913 | 2003-09-17 17:31 tonvoon |
3338 | 3914 | ||
3339 | * configure.in, lib/Makefile.am, lib/error.c, lib/error.h, | 3915 | * configure.in, lib/Makefile.am, lib/error.c, lib/error.h, |
3340 | lib/error.m4, lib/malloc.c, lib/realloc.c, lib/unlocked-io.h, | 3916 | lib/error.m4, lib/malloc.c, lib/realloc.c, lib/unlocked-io.h, |
3341 | lib/xalloc.h, lib/xmalloc.c: Support to compile on AIX | 3917 | lib/xalloc.h, lib/xmalloc.c: Support to compile on AIX |
3342 | 3918 | ||
3343 | 2003-09-17 12:15 tonvoon | 3919 | 2003-09-17 17:15 tonvoon |
3344 | 3920 | ||
3345 | * plugins/check_load.c: - typo | 3921 | * plugins/check_load.c: - typo |
3346 | 3922 | ||
3347 | 2003-09-17 05:31 tonvoon | 3923 | 2003-09-17 10:31 tonvoon |
3348 | 3924 | ||
3349 | * configure.in, plugins/check_swap.c: Support for check_swap in AIX | 3925 | * configure.in, plugins/check_swap.c: Support for check_swap in AIX |
3350 | (tested on 5.1) | 3926 | (tested on 5.1) |
3351 | 3927 | ||
3352 | 2003-09-17 05:25 tonvoon | 3928 | 2003-09-17 10:25 tonvoon |
3353 | 3929 | ||
3354 | * tools/setup: Hide error message if docbook not available | 3930 | * tools/setup: Hide error message if docbook not available |
3355 | 3931 | ||
3356 | 2003-09-16 17:58 tonvoon | 3932 | 2003-09-16 22:58 tonvoon |
3357 | 3933 | ||
3358 | * doc/developer-guidelines.sgml: Added in threshold range format | 3934 | * doc/developer-guidelines.sgml: Added in threshold range format |
3359 | and updated autoconf to 2.54 for a problem on Darwin) | 3935 | and updated autoconf to 2.54 for a problem on Darwin) |
3360 | 3936 | ||
3361 | 2003-09-16 10:14 tonvoon | 3937 | 2003-09-16 15:14 tonvoon |
3362 | 3938 | ||
3363 | * configure.in, plugins/Makefile.am, plugins/check_procs.c: Support | 3939 | * configure.in, plugins/Makefile.am, plugins/check_procs.c: Support |
3364 | for AIX ps command and cleanup of configure's ps checks | 3940 | for AIX ps command and cleanup of configure's ps checks |
3365 | 3941 | ||
3366 | 2003-09-16 08:32 tonvoon | 3942 | 2003-09-16 13:32 tonvoon |
3367 | 3943 | ||
3368 | * AUTHORS, plugins/common.h: AIX problem with enum TRUE and FALSE | 3944 | * AUTHORS, plugins/common.h: AIX problem with enum TRUE and FALSE |
3369 | (Ludse Verhoeven) | 3945 | (Ludse Verhoeven) |
3370 | 3946 | ||
3371 | 2003-09-16 07:36 kdebisschop | 3947 | 2003-09-16 12:36 kdebisschop |
3372 | 3948 | ||
3373 | * tools/sfsnapshot: here-doc format was not correct | 3949 | * tools/sfsnapshot: here-doc format was not correct |
3374 | 3950 | ||
3375 | 2003-09-16 01:45 kdebisschop | 3951 | 2003-09-16 06:45 kdebisschop |
3376 | 3952 | ||
3377 | * plugins/check_ldap.c: milisecond timing and perfdata, fix NULL | 3953 | * plugins/check_ldap.c: milisecond timing and perfdata, fix NULL |
3378 | pointer error in validate_arguments | 3954 | pointer error in validate_arguments |
3379 | 3955 | ||
3380 | 2003-09-15 11:49 tonvoon | 3956 | 2003-09-15 16:49 tonvoon |
3381 | 3957 | ||
3382 | * AUTHORS: Contributors to the perfdata discussion | 3958 | * AUTHORS: Contributors to the perfdata discussion |
3383 | 3959 | ||
3384 | 2003-09-15 11:28 tonvoon | 3960 | 2003-09-15 16:28 tonvoon |
3385 | 3961 | ||
3386 | * AUTHORS, plugins-scripts/check_mailq.pl: Added Exim support | 3962 | * AUTHORS, plugins-scripts/check_mailq.pl: Added Exim support |
3387 | (768445 - Eric Bollengier) | 3963 | (768445 - Eric Bollengier) |
3388 | 3964 | ||
3389 | 2003-09-15 10:57 tonvoon | 3965 | 2003-09-15 15:57 tonvoon |
3390 | 3966 | ||
3391 | * AUTHORS, plugins/check_nt.c: Option to verify check_nt version | 3967 | * AUTHORS, plugins/check_nt.c: Option to verify check_nt version |
3392 | (799098 - Steve Hanselman) | 3968 | (799098 - Steve Hanselman) |
3393 | 3969 | ||
3394 | 2003-09-15 10:30 tonvoon | 3970 | 2003-09-15 15:30 tonvoon |
3395 | 3971 | ||
3396 | * AUTHORS: Jason Burnett for check_disk_smb patch | 3972 | * AUTHORS: Jason Burnett for check_disk_smb patch |
3397 | 3973 | ||
3398 | 2003-09-15 10:26 tonvoon | 3974 | 2003-09-15 15:26 tonvoon |
3399 | 3975 | ||
3400 | * plugins-scripts/check_disk_smb.pl: Optionally specify port for | 3976 | * plugins-scripts/check_disk_smb.pl: Optionally specify port for |
3401 | smbclient to use (781227 - Jason Burnett) | 3977 | smbclient to use (781227 - Jason Burnett) |
3402 | 3978 | ||
3403 | 2003-09-15 01:03 kdebisschop | 3979 | 2003-09-15 06:03 kdebisschop |
3404 | 3980 | ||
3405 | * plugins/check_http.c: make status code extensible (thanks to | 3981 | * plugins/check_http.c: make status code extensible (thanks to |
3406 | Chris Wilson <chris@netservers.co.uk>) | 3982 | Chris Wilson <chris@netservers.co.uk>) |
3407 | 3983 | ||
3408 | 2003-09-12 07:53 kdebisschop | 3984 | 2003-09-12 12:53 kdebisschop |
3409 | 3985 | ||
3410 | * AUTHORS: two new additions | 3986 | * AUTHORS: two new additions |
3411 | 3987 | ||
3412 | 2003-09-12 07:51 kdebisschop | 3988 | 2003-09-12 12:51 kdebisschop |
3413 | 3989 | ||
3414 | * plugins/check_ping.c: *new output format reported by Patrick | 3990 | * plugins/check_ping.c: *new output format reported by Patrick |
3415 | Allen <p.allen@brandblue.co.uk>, also move atrribution for | 3991 | Allen <p.allen@brandblue.co.uk>, also move atrribution for |
3416 | Richard Brodie to thanks file | 3992 | Richard Brodie to thanks file |
3417 | 3993 | ||
3418 | 2003-09-12 07:38 kdebisschop | 3994 | 2003-09-12 12:38 kdebisschop |
3419 | 3995 | ||
3420 | * plugins/check_ping.c: new output format reported by Patrick Allen | 3996 | * plugins/check_ping.c: new output format reported by Patrick Allen |
3421 | <p.allen@brandblue.co.uk> | 3997 | <p.allen@brandblue.co.uk> |
3422 | 3998 | ||
3423 | 2003-09-11 07:50 kdebisschop | 3999 | 2003-09-11 12:50 kdebisschop |
3424 | 4000 | ||
3425 | * plugins/check_http.c: use prefdata function for size too | 4001 | * plugins/check_http.c: use prefdata function for size too |
3426 | 4002 | ||
3427 | 2003-09-11 04:02 kdebisschop | 4003 | 2003-09-11 09:02 kdebisschop |
3428 | 4004 | ||
3429 | * plugins/check_http.c: use prefdata function | 4005 | * plugins/check_http.c: use prefdata function |
3430 | 4006 | ||
3431 | 2003-09-11 04:02 kdebisschop | 4007 | 2003-09-11 09:02 kdebisschop |
3432 | 4008 | ||
3433 | * configure.in, plugins/check_swap.c: last changes to configure | 4009 | * configure.in, plugins/check_swap.c: last changes to configure |
3434 | broke check_swap on RHLinux. Restore /proc/meminfo check and make | 4010 | broke check_swap on RHLinux. Restore /proc/meminfo check and make |
3435 | check_swap ifdefs safer | 4011 | check_swap ifdefs safer |
3436 | 4012 | ||
3437 | 2003-09-04 02:43 kdebisschop | 4013 | 2003-09-04 07:43 kdebisschop |
3438 | 4014 | ||
3439 | * Makefile.am: change so make-dist works in subdirs | 4015 | * Makefile.am: change so make-dist works in subdirs |
3440 | 4016 | ||
3441 | 2003-09-03 15:37 tonvoon | 4017 | 2003-09-03 20:37 tonvoon |
3442 | 4018 | ||
3443 | * configure.in: Remove df checks and ignore swap checks if no swap | 4019 | * configure.in: Remove df checks and ignore swap checks if no swap |
3444 | commands found | 4020 | commands found |
3445 | 4021 | ||
3446 | 2003-09-03 15:32 tonvoon | 4022 | 2003-09-03 20:32 tonvoon |
3447 | 4023 | ||
3448 | * doc/developer-guidelines.sgml: No named credits in source code | 4024 | * doc/developer-guidelines.sgml: No named credits in source code |
3449 | 4025 | ||
3450 | 2003-09-03 06:32 tonvoon | 4026 | 2003-09-03 11:32 tonvoon |
3451 | 4027 | ||
3452 | * configure.in: Fixed substitution for Tru64's ps format | 4028 | * configure.in: Fixed substitution for Tru64's ps format |
3453 | 4029 | ||
3454 | 2003-09-03 02:01 kdebisschop | 4030 | 2003-09-03 07:01 kdebisschop |
3455 | 4031 | ||
3456 | * plugins/check_dig.c: allow warn/crit times to be floating point | 4032 | * plugins/check_dig.c: allow warn/crit times to be floating point |
3457 | 4033 | ||
3458 | 2003-09-03 02:00 kdebisschop | 4034 | 2003-09-03 07:00 kdebisschop |
3459 | 4035 | ||
3460 | * configure.in, plugins/common.h: include math.h if needed for | 4036 | * configure.in, plugins/common.h: include math.h if needed for |
3461 | HUGE_VAL | 4037 | HUGE_VAL |
3462 | 4038 | ||
3463 | 2003-09-02 11:04 tonvoon | 4039 | 2003-09-02 16:04 tonvoon |
3464 | 4040 | ||
3465 | * plugins/check_procs.c: Solaris requires asprintf checks for null | 4041 | * plugins/check_procs.c: Solaris requires asprintf checks for null |
3466 | variables | 4042 | variables |
3467 | 4043 | ||
3468 | 2003-09-01 16:07 tonvoon | 4044 | 2003-09-01 21:07 tonvoon |
3469 | 4045 | ||
3470 | * Makefile.am: Report duplicates in AUTHORS file | 4046 | * Makefile.am: Report duplicates in AUTHORS file |
3471 | 4047 | ||
3472 | 2003-09-01 15:43 tonvoon | 4048 | 2003-09-01 20:43 tonvoon |
3473 | 4049 | ||
3474 | * doc/developer-guidelines.sgml: Add contributor's name into CVS | 4050 | * doc/developer-guidelines.sgml: Add contributor's name into CVS |
3475 | comments | 4051 | comments |
3476 | 4052 | ||
3477 | 2003-08-31 01:24 tonvoon | 4053 | 2003-08-31 06:24 tonvoon |
3478 | 4054 | ||
3479 | * .cvsignore, AUTHORS, Makefile.am, THANKS.in: Updated AUTHORS to | 4055 | * .cvsignore, AUTHORS, Makefile.am, THANKS.in: Updated AUTHORS to |
3480 | include all contributors listed in comments in code and CVS for | 4056 | include all contributors listed in comments in code and CVS for |
3481 | plugins and plugins-scripts. Still need to do SF | 4057 | plugins and plugins-scripts. Still need to do SF |
3482 | 4058 | ||
3483 | 2003-08-31 01:13 tonvoon | 4059 | 2003-08-31 06:13 tonvoon |
3484 | 4060 | ||
3485 | * doc/developer-guidelines.sgml: Updated perf data standard for | 4061 | * doc/developer-guidelines.sgml: Updated perf data standard for |
3486 | warn before crit | 4062 | warn before crit |
3487 | 4063 | ||
3488 | 2003-08-28 07:56 kdebisschop | 4064 | 2003-08-28 12:56 kdebisschop |
3489 | 4065 | ||
3490 | * plugins/check_game.c: add perf data | 4066 | * plugins/check_game.c: add perf data |
3491 | 4067 | ||
3492 | 2003-08-27 23:53 kdebisschop | 4068 | 2003-08-28 04:53 kdebisschop |
3493 | 4069 | ||
3494 | * plugins/check_dns.c: add perf data | 4070 | * plugins/check_dns.c: add perf data |
3495 | 4071 | ||
3496 | 2003-08-27 23:53 kdebisschop | 4072 | 2003-08-28 04:53 kdebisschop |
3497 | 4073 | ||
3498 | * plugins/utils.c: use single quotes per guideline, also quote when | 4074 | * plugins/utils.c: use single quotes per guideline, also quote when |
3499 | SPC or = are found | 4075 | SPC or = are found |
3500 | 4076 | ||
3501 | 2003-08-27 23:22 kdebisschop | 4077 | 2003-08-28 04:22 kdebisschop |
3502 | 4078 | ||
3503 | * plugins/check_disk.c: add perf data | 4079 | * plugins/check_disk.c: add perf data |
3504 | 4080 | ||
3505 | 2003-08-27 23:21 kdebisschop | 4081 | 2003-08-28 04:21 kdebisschop |
3506 | 4082 | ||
3507 | * plugins/utils.c: suppress quotes in perf data when not needed | 4083 | * plugins/utils.c: suppress quotes in perf data when not needed |
3508 | (some plugins need the space to keep below line length limit | 4084 | (some plugins need the space to keep below line length limit |
3509 | 4085 | ||
3510 | 2003-08-27 23:20 kdebisschop | 4086 | 2003-08-28 04:20 kdebisschop |
3511 | 4087 | ||
3512 | * plugins/utils.h: add min() macro to complement max() | 4088 | * plugins/utils.h: add min() macro to complement max() |
3513 | 4089 | ||
3514 | 2003-08-26 07:08 kdebisschop | 4090 | 2003-08-26 12:08 kdebisschop |
3515 | 4091 | ||
3516 | * plugins/check_dig.c: print perfdata | 4092 | * plugins/check_dig.c: print perfdata |
3517 | 4093 | ||
3518 | 2003-08-26 06:51 kdebisschop | 4094 | 2003-08-26 11:51 kdebisschop |
3519 | 4095 | ||
3520 | * plugins/check_fping.c: print perfdata | 4096 | * plugins/check_fping.c: print perfdata |
3521 | 4097 | ||
3522 | 2003-08-26 06:44 kdebisschop | 4098 | 2003-08-26 11:44 kdebisschop |
3523 | 4099 | ||
3524 | * plugins/: utils.c, utils.h: function to make perfdata output | 4100 | * plugins/: utils.c, utils.h: function to make perfdata output |
3525 | 4101 | ||
3526 | 2003-08-23 11:07 kdebisschop | 4102 | 2003-08-23 16:07 kdebisschop |
3527 | 4103 | ||
3528 | * plugins/check_http.c: - found and fixed memory allocation error | 4104 | * plugins/check_http.c: - found and fixed memory allocation error |
3529 | in rewritten redir() function | 4105 | in rewritten redir() function |
3530 | 4106 | ||
3531 | 2003-08-23 09:59 kdebisschop | 4107 | 2003-08-23 14:59 kdebisschop |
3532 | 4108 | ||
3533 | * plugins/check_http.c: - hacked interim fix to segfault on | 4109 | * plugins/check_http.c: - hacked interim fix to segfault on |
3534 | redirect - for tesing only | 4110 | redirect - for tesing only |
3535 | 4111 | ||
3536 | 2003-08-23 09:58 kdebisschop | 4112 | 2003-08-23 14:58 kdebisschop |
3537 | 4113 | ||
3538 | * plugins/check_dig.c: - fix various format errors with newly added | 4114 | * plugins/check_dig.c: - fix various format errors with newly added |
3539 | perf data | 4115 | perf data |
3540 | 4116 | ||
3541 | 2003-08-22 19:49 kdebisschop | 4117 | 2003-08-23 00:49 kdebisschop |
3542 | 4118 | ||
3543 | * plugins/check_dig.c: - forgot to declare struct timeval tv for | 4119 | * plugins/check_dig.c: - forgot to declare struct timeval tv for |
3544 | hires timing | 4120 | hires timing |
3545 | 4121 | ||
3546 | 2003-08-22 02:55 kdebisschop | 4122 | 2003-08-22 07:55 kdebisschop |
3547 | 4123 | ||
3548 | * plugins/check_dig.c: - add perf data for time | 4124 | * plugins/check_dig.c: - add perf data for time |
3549 | 4125 | ||
3550 | 2003-08-22 02:22 kdebisschop | 4126 | 2003-08-22 07:22 kdebisschop |
3551 | 4127 | ||
3552 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, | 4128 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, |
3553 | check_dummy.c, check_fping.c, check_game.c, check_hpjd.c, | 4129 | check_dummy.c, check_fping.c, check_game.c, check_hpjd.c, |
@@ -3560,67 +4136,67 @@ | |||
3560 | urlize.c: - bindtextdomain for gettext, a few other smale | 4136 | urlize.c: - bindtextdomain for gettext, a few other smale |
3561 | cleanups here and there | 4137 | cleanups here and there |
3562 | 4138 | ||
3563 | 2003-08-22 00:42 kdebisschop | 4139 | 2003-08-22 05:42 kdebisschop |
3564 | 4140 | ||
3565 | * plugins/: check_http.c: * bugfix: snprintf of timestamp truncated | 4141 | * plugins/: check_http.c: * bugfix: snprintf of timestamp truncated |
3566 | '\0' | 4142 | '\0' |
3567 | 4143 | ||
3568 | 2003-08-21 14:00 kdebisschop | 4144 | 2003-08-21 19:00 kdebisschop |
3569 | 4145 | ||
3570 | * plugins/check_http.c: * Check redirections for infinte loops and | 4146 | * plugins/check_http.c: * Check redirections for infinte loops and |
3571 | limit depth of recursion | 4147 | limit depth of recursion |
3572 | 4148 | ||
3573 | 2003-08-20 05:54 tonvoon | 4149 | 2003-08-20 10:54 tonvoon |
3574 | 4150 | ||
3575 | * plugins/check_time.c: Optionally use udp instead of tcp (Bradley | 4151 | * plugins/check_time.c: Optionally use udp instead of tcp (Bradley |
3576 | Baetz - 751646) | 4152 | Baetz - 751646) |
3577 | 4153 | ||
3578 | 2003-08-20 04:31 tonvoon | 4154 | 2003-08-20 09:31 tonvoon |
3579 | 4155 | ||
3580 | * contrib/check_wins.pl: Changed netsaint to nagios in use lib | 4156 | * contrib/check_wins.pl: Changed netsaint to nagios in use lib |
3581 | 4157 | ||
3582 | 2003-08-19 07:41 kdebisschop | 4158 | 2003-08-19 12:41 kdebisschop |
3583 | 4159 | ||
3584 | * plugins/check_http.c: *BUGFIX: LWS is not required betwwen | 4160 | * plugins/check_http.c: *BUGFIX: LWS is not required betwwen |
3585 | "Location:" header field name and field value | 4161 | "Location:" header field name and field value |
3586 | 4162 | ||
3587 | 2003-08-19 07:19 kdebisschop | 4163 | 2003-08-19 12:19 kdebisschop |
3588 | 4164 | ||
3589 | * plugins/check_http.c: *add missing status numbers from RFC 2616 | 4165 | * plugins/check_http.c: *add missing status numbers from RFC 2616 |
3590 | (HTTP1.1) | 4166 | (HTTP1.1) |
3591 | 4167 | ||
3592 | 2003-08-18 07:05 kdebisschop | 4168 | 2003-08-18 12:05 kdebisschop |
3593 | 4169 | ||
3594 | * plugins/check_ping.c: move error scans to a new separate routine | 4170 | * plugins/check_ping.c: move error scans to a new separate routine |
3595 | and scan both stderr and stdio | 4171 | and scan both stderr and stdio |
3596 | 4172 | ||
3597 | 2003-08-11 15:50 tonvoon | 4173 | 2003-08-11 20:50 tonvoon |
3598 | 4174 | ||
3599 | * doc/developer-guidelines.sgml: Performance data guidelines added | 4175 | * doc/developer-guidelines.sgml: Performance data guidelines added |
3600 | 4176 | ||
3601 | 2003-08-11 15:43 tonvoon | 4177 | 2003-08-11 20:43 tonvoon |
3602 | 4178 | ||
3603 | * tools/sfsnapshot: Fixed building snapshots - cvs update ignores | 4179 | * tools/sfsnapshot: Fixed building snapshots - cvs update ignores |
3604 | new directories. Also do not need to run make | 4180 | new directories. Also do not need to run make |
3605 | 4181 | ||
3606 | 2003-08-10 08:56 kdebisschop | 4182 | 2003-08-10 13:56 kdebisschop |
3607 | 4183 | ||
3608 | * plugins/utils.c: config.h is redundant (common.h includes it) | 4184 | * plugins/utils.c: config.h is redundant (common.h includes it) |
3609 | 4185 | ||
3610 | 2003-08-10 08:48 kdebisschop | 4186 | 2003-08-10 13:48 kdebisschop |
3611 | 4187 | ||
3612 | * plugins/: check_dns.c, check_smtp.c: perf data in integer | 4188 | * plugins/: check_dns.c, check_smtp.c: perf data in integer |
3613 | microseconds | 4189 | microseconds |
3614 | 4190 | ||
3615 | 2003-08-10 08:12 kdebisschop | 4191 | 2003-08-10 13:12 kdebisschop |
3616 | 4192 | ||
3617 | * po/: POTFILES.in, de.po, fr.po: first pass at NLS markup done | 4193 | * po/: POTFILES.in, de.po, fr.po: first pass at NLS markup done |
3618 | 4194 | ||
3619 | 2003-08-10 08:11 kdebisschop | 4195 | 2003-08-10 13:11 kdebisschop |
3620 | 4196 | ||
3621 | * plugins-scripts/check_rpc.pl: proposed fix for LANG issue | 4197 | * plugins-scripts/check_rpc.pl: proposed fix for LANG issue |
3622 | 4198 | ||
3623 | 2003-08-10 02:53 kdebisschop | 4199 | 2003-08-10 07:53 kdebisschop |
3624 | 4200 | ||
3625 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, | 4201 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, |
3626 | check_fping.c, check_game.c, check_hpjd.c, check_http.c, | 4202 | check_fping.c, check_game.c, check_hpjd.c, check_http.c, |
@@ -3632,100 +4208,100 @@ | |||
3632 | check_udp.c, check_ups.c, check_users.c, negate.c, popen.c, | 4208 | check_udp.c, check_ups.c, check_users.c, negate.c, popen.c, |
3633 | urlize.c: the last round of pedantic compiler warnings | 4209 | urlize.c: the last round of pedantic compiler warnings |
3634 | 4210 | ||
3635 | 2003-08-09 09:37 kdebisschop | 4211 | 2003-08-09 14:37 kdebisschop |
3636 | 4212 | ||
3637 | * tools/devmode: a little shell script to make it a little easier | 4213 | * tools/devmode: a little shell script to make it a little easier |
3638 | to produce pedantic compiler warnings | 4214 | to produce pedantic compiler warnings |
3639 | 4215 | ||
3640 | 2003-08-09 09:36 kdebisschop | 4216 | 2003-08-09 14:36 kdebisschop |
3641 | 4217 | ||
3642 | * plugins/: check_smtp.c, check_ssh.c, check_tcp.c, check_time.c, | 4218 | * plugins/: check_smtp.c, check_ssh.c, check_tcp.c, check_time.c, |
3643 | check_udp.c, check_ups.c, check_users.c: more pedantic compiler | 4219 | check_udp.c, check_ups.c, check_users.c: more pedantic compiler |
3644 | warnings | 4220 | warnings |
3645 | 4221 | ||
3646 | 2003-08-09 02:51 undrgrid | 4222 | 2003-08-09 07:51 undrgrid |
3647 | 4223 | ||
3648 | * plugins/common.h, po/de.po, po/fr.po: Code clean-up | 4224 | * plugins/common.h, po/de.po, po/fr.po: Code clean-up |
3649 | 4225 | ||
3650 | 2003-08-09 02:01 kdebisschop | 4226 | 2003-08-09 07:01 kdebisschop |
3651 | 4227 | ||
3652 | * plugins/: check_dig.c, check_http.c, check_load.c, check_mrtg.c, | 4228 | * plugins/: check_dig.c, check_http.c, check_load.c, check_mrtg.c, |
3653 | check_mrtgtraf.c, check_nwstat.c, check_overcr.c, check_ping.c, | 4229 | check_mrtgtraf.c, check_nwstat.c, check_overcr.c, check_ping.c, |
3654 | check_procs.c, check_real.c, utils.c, utils.h: more pedantic | 4230 | check_procs.c, check_real.c, utils.c, utils.h: more pedantic |
3655 | compiler warns | 4231 | compiler warns |
3656 | 4232 | ||
3657 | 2003-08-09 00:19 kdebisschop | 4233 | 2003-08-09 05:19 kdebisschop |
3658 | 4234 | ||
3659 | * plugins/check_http.c: more pedantic compiler warns, change to | 4235 | * plugins/check_http.c: more pedantic compiler warns, change to |
3660 | microsecond output for perf data, add size to perf data | 4236 | microsecond output for perf data, add size to perf data |
3661 | 4237 | ||
3662 | 2003-08-09 00:12 kdebisschop | 4238 | 2003-08-09 05:12 kdebisschop |
3663 | 4239 | ||
3664 | * plugins/: utils.c, utils.h: add function for elapsed tim ein | 4240 | * plugins/: utils.c, utils.h: add function for elapsed tim ein |
3665 | microseconds | 4241 | microseconds |
3666 | 4242 | ||
3667 | 2003-08-08 20:56 kdebisschop | 4243 | 2003-08-09 01:56 kdebisschop |
3668 | 4244 | ||
3669 | * plugins/check_http.c: more pedantic compiler warnings | 4245 | * plugins/check_http.c: more pedantic compiler warnings |
3670 | 4246 | ||
3671 | 2003-08-08 20:41 kdebisschop | 4247 | 2003-08-09 01:41 kdebisschop |
3672 | 4248 | ||
3673 | * plugins/: check_disk.c, check_dummy.c, popen.c, utils.c, utils.h: | 4249 | * plugins/: check_disk.c, check_dummy.c, popen.c, utils.c, utils.h: |
3674 | more pedantic compiler warnings | 4250 | more pedantic compiler warnings |
3675 | 4251 | ||
3676 | 2003-08-08 16:31 kdebisschop | 4252 | 2003-08-08 21:31 kdebisschop |
3677 | 4253 | ||
3678 | * lib/Makefile.am: include getloadvag.m4 in distrib | 4254 | * lib/Makefile.am: include getloadvag.m4 in distrib |
3679 | 4255 | ||
3680 | 2003-08-08 12:49 kdebisschop | 4256 | 2003-08-08 17:49 kdebisschop |
3681 | 4257 | ||
3682 | * plugins/: check_disk.c, netutils.c, netutils.h: cleanups from | 4258 | * plugins/: check_disk.c, netutils.c, netutils.h: cleanups from |
3683 | pedantic complier warnings | 4259 | pedantic complier warnings |
3684 | 4260 | ||
3685 | 2003-08-08 12:48 kdebisschop | 4261 | 2003-08-08 17:48 kdebisschop |
3686 | 4262 | ||
3687 | * plugins/check_nt.c: change if/elseif block to case, general | 4263 | * plugins/check_nt.c: change if/elseif block to case, general |
3688 | streamline | 4264 | streamline |
3689 | 4265 | ||
3690 | 2003-08-08 08:14 kdebisschop | 4266 | 2003-08-08 13:14 kdebisschop |
3691 | 4267 | ||
3692 | * plugins/check_disk.c: fix a variety of compiler warnings about | 4268 | * plugins/check_disk.c: fix a variety of compiler warnings about |
3693 | qualifier discards and other pedantic stuff | 4269 | qualifier discards and other pedantic stuff |
3694 | 4270 | ||
3695 | 2003-08-08 01:09 kdebisschop | 4271 | 2003-08-08 06:09 kdebisschop |
3696 | 4272 | ||
3697 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, | 4273 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, |
3698 | check_snmp.c, utils.c, utils.h: fix a variety of compiler | 4274 | check_snmp.c, utils.c, utils.h: fix a variety of compiler |
3699 | warnings about qualifier discards and other pedantic stuff | 4275 | warnings about qualifier discards and other pedantic stuff |
3700 | 4276 | ||
3701 | 2003-08-08 00:33 kdebisschop | 4277 | 2003-08-08 05:33 kdebisschop |
3702 | 4278 | ||
3703 | * plugins/: check_by_ssh.c, check_disk.c, check_nt.c, netutils.c, | 4279 | * plugins/: check_by_ssh.c, check_disk.c, check_nt.c, netutils.c, |
3704 | netutils.h, popen.h, utils.h: fix a variety of compiler warnings | 4280 | netutils.h, popen.h, utils.h: fix a variety of compiler warnings |
3705 | about qualifier discards and other pedantic stuff | 4281 | about qualifier discards and other pedantic stuff |
3706 | 4282 | ||
3707 | 2003-08-07 23:51 kdebisschop | 4283 | 2003-08-08 04:51 kdebisschop |
3708 | 4284 | ||
3709 | * plugins/: check_nt.c, check_smtp.c: markup for translation | 4285 | * plugins/: check_nt.c, check_smtp.c: markup for translation |
3710 | 4286 | ||
3711 | 2003-08-07 19:17 kdebisschop | 4287 | 2003-08-08 00:17 kdebisschop |
3712 | 4288 | ||
3713 | * plugins/check_real.c: markup for translation | 4289 | * plugins/check_real.c: markup for translation |
3714 | 4290 | ||
3715 | 2003-08-07 08:36 kdebisschop | 4291 | 2003-08-07 13:36 kdebisschop |
3716 | 4292 | ||
3717 | * plugins/check_procs.c: markup for translation | 4293 | * plugins/check_procs.c: markup for translation |
3718 | 4294 | ||
3719 | 2003-08-07 08:09 kdebisschop | 4295 | 2003-08-07 13:09 kdebisschop |
3720 | 4296 | ||
3721 | * plugins/check_load.c: reorder for consistency, restore prototypes | 4297 | * plugins/check_load.c: reorder for consistency, restore prototypes |
3722 | for print_foo, nest #ifdef to avoid pedantic traditional c warn | 4298 | for print_foo, nest #ifdef to avoid pedantic traditional c warn |
3723 | 4299 | ||
3724 | 2003-08-07 08:00 kdebisschop | 4300 | 2003-08-07 13:00 kdebisschop |
3725 | 4301 | ||
3726 | * plugins/check_snmp.c: reorder for consistency (no code changes) | 4302 | * plugins/check_snmp.c: reorder for consistency (no code changes) |
3727 | 4303 | ||
3728 | 2003-08-07 07:51 kdebisschop | 4304 | 2003-08-07 12:51 kdebisschop |
3729 | 4305 | ||
3730 | * plugins/: check_by_ssh.c, check_disk.c, check_dns.c, | 4306 | * plugins/: check_by_ssh.c, check_disk.c, check_dns.c, |
3731 | check_fping.c, check_game.c, check_http.c, check_mrtg.c, | 4307 | check_fping.c, check_game.c, check_http.c, check_mrtg.c, |
@@ -3735,275 +4311,275 @@ | |||
3735 | popen.c, utils.c, utils.h: replace "terminate" with "die" for | 4311 | popen.c, utils.c, utils.h: replace "terminate" with "die" for |
3736 | shorter name and better readability | 4312 | shorter name and better readability |
3737 | 4313 | ||
3738 | 2003-08-07 07:49 kdebisschop | 4314 | 2003-08-07 12:49 kdebisschop |
3739 | 4315 | ||
3740 | * plugins/check_ping.c: cleanup for better readability | 4316 | * plugins/check_ping.c: cleanup for better readability |
3741 | 4317 | ||
3742 | 2003-08-07 05:51 kdebisschop | 4318 | 2003-08-07 10:51 kdebisschop |
3743 | 4319 | ||
3744 | * plugins/check_ping.c: markup for translation | 4320 | * plugins/check_ping.c: markup for translation |
3745 | 4321 | ||
3746 | 2003-08-06 21:23 kdebisschop | 4322 | 2003-08-07 02:23 kdebisschop |
3747 | 4323 | ||
3748 | * tools/sfsnapshot: make must be run before make dist to creat | 4324 | * tools/sfsnapshot: make must be run before make dist to creat |
3749 | language files | 4325 | language files |
3750 | 4326 | ||
3751 | 2003-08-06 16:53 tonvoon | 4327 | 2003-08-06 21:53 tonvoon |
3752 | 4328 | ||
3753 | * doc/developer-guidelines.sgml: Added in that Nagios plugins are | 4329 | * doc/developer-guidelines.sgml: Added in that Nagios plugins are |
3754 | written to GNU standards | 4330 | written to GNU standards |
3755 | 4331 | ||
3756 | 2003-08-06 10:26 kdebisschop | 4332 | 2003-08-06 15:26 kdebisschop |
3757 | 4333 | ||
3758 | * lib/.cvsignore: ignore ulonglong.m4 | 4334 | * lib/.cvsignore: ignore ulonglong.m4 |
3759 | 4335 | ||
3760 | 2003-08-06 08:13 kdebisschop | 4336 | 2003-08-06 13:13 kdebisschop |
3761 | 4337 | ||
3762 | * plugins/check_overcr.c: markup for translation, move send_buffer | 4338 | * plugins/check_overcr.c: markup for translation, move send_buffer |
3763 | assignment to process_args so process_tcp_request can be moved | 4339 | assignment to process_args so process_tcp_request can be moved |
3764 | outside the conditional, replace if/esleif with switch, replace | 4340 | outside the conditional, replace if/esleif with switch, replace |
3765 | #defines with enum | 4341 | #defines with enum |
3766 | 4342 | ||
3767 | 2003-08-06 08:11 kdebisschop | 4343 | 2003-08-06 13:11 kdebisschop |
3768 | 4344 | ||
3769 | * plugins/check_nwstat.c: markup for translation | 4345 | * plugins/check_nwstat.c: markup for translation |
3770 | 4346 | ||
3771 | 2003-08-05 15:20 tonvoon | 4347 | 2003-08-05 20:20 tonvoon |
3772 | 4348 | ||
3773 | * doc/developer-guidelines.sgml: Added dev platform requirements | 4349 | * doc/developer-guidelines.sgml: Added dev platform requirements |
3774 | 4350 | ||
3775 | 2003-08-05 07:53 kdebisschop | 4351 | 2003-08-05 12:53 kdebisschop |
3776 | 4352 | ||
3777 | * plugins/check_ssh.c: markup for translation | 4353 | * plugins/check_ssh.c: markup for translation |
3778 | 4354 | ||
3779 | 2003-08-05 05:56 stanleyhopcroft | 4355 | 2003-08-05 10:56 stanleyhopcroft |
3780 | 4356 | ||
3781 | * contrib/check_mssql.sh: Version 2.0 of MS SQL server plugin | 4357 | * contrib/check_mssql.sh: Version 2.0 of MS SQL server plugin |
3782 | (contrib/check_mssql.sh) from T De Blende. | 4358 | (contrib/check_mssql.sh) from T De Blende. |
3783 | 4359 | ||
3784 | 2003-08-04 07:38 kdebisschop | 4360 | 2003-08-04 12:38 kdebisschop |
3785 | 4361 | ||
3786 | * plugins/: check_users.c, urlize.c: markup for translation | 4362 | * plugins/: check_users.c, urlize.c: markup for translation |
3787 | 4363 | ||
3788 | 2003-08-04 04:13 kdebisschop | 4364 | 2003-08-04 09:13 kdebisschop |
3789 | 4365 | ||
3790 | * plugins/: check_time.c, check_udp.c: markup for translation | 4366 | * plugins/: check_time.c, check_udp.c: markup for translation |
3791 | 4367 | ||
3792 | 2003-08-04 03:42 kdebisschop | 4368 | 2003-08-04 08:42 kdebisschop |
3793 | 4369 | ||
3794 | * plugins/: check_ldap.c, check_nagios.c, check_radius.c, | 4370 | * plugins/: check_ldap.c, check_nagios.c, check_radius.c, |
3795 | check_udp.c, check_ups.c, negate.c: markup for translation | 4371 | check_udp.c, check_ups.c, negate.c: markup for translation |
3796 | 4372 | ||
3797 | 2003-08-03 10:24 kdebisschop | 4373 | 2003-08-03 15:24 kdebisschop |
3798 | 4374 | ||
3799 | * plugins/: check_ldap.c, check_mrtg.c, check_mrtgtraf.c: markup | 4375 | * plugins/: check_ldap.c, check_mrtg.c, check_mrtgtraf.c: markup |
3800 | for translation | 4376 | for translation |
3801 | 4377 | ||
3802 | 2003-08-03 02:19 kdebisschop | 4378 | 2003-08-03 07:19 kdebisschop |
3803 | 4379 | ||
3804 | * plugins/check_load.c: markup for translation | 4380 | * plugins/check_load.c: markup for translation |
3805 | 4381 | ||
3806 | 2003-08-03 02:05 kdebisschop | 4382 | 2003-08-03 07:05 kdebisschop |
3807 | 4383 | ||
3808 | * plugins/: check_http.c, check_ldap.c, check_tcp.c: markup for | 4384 | * plugins/: check_http.c, check_ldap.c, check_tcp.c: markup for |
3809 | translation | 4385 | translation |
3810 | 4386 | ||
3811 | 2003-08-03 02:03 kdebisschop | 4387 | 2003-08-03 07:03 kdebisschop |
3812 | 4388 | ||
3813 | * plugins/: Makefile.am, check_ide-smart.c: markup for translation, | 4389 | * plugins/: Makefile.am, check_ide-smart.c: markup for translation, |
3814 | use common.h, fix problems compiling | 4390 | use common.h, fix problems compiling |
3815 | 4391 | ||
3816 | 2003-08-03 02:02 kdebisschop | 4392 | 2003-08-03 07:02 kdebisschop |
3817 | 4393 | ||
3818 | * plugins/check_ldap.c: markup for translation | 4394 | * plugins/check_ldap.c: markup for translation |
3819 | 4395 | ||
3820 | 2003-08-02 20:01 kdebisschop | 4396 | 2003-08-03 01:01 kdebisschop |
3821 | 4397 | ||
3822 | * plugins/check_http.c: markup for translation | 4398 | * plugins/check_http.c: markup for translation |
3823 | 4399 | ||
3824 | 2003-08-02 18:19 kdebisschop | 4400 | 2003-08-02 23:19 kdebisschop |
3825 | 4401 | ||
3826 | * plugins/check_hpjd.c: markup for translation | 4402 | * plugins/check_hpjd.c: markup for translation |
3827 | 4403 | ||
3828 | 2003-08-02 18:08 kdebisschop | 4404 | 2003-08-02 23:08 kdebisschop |
3829 | 4405 | ||
3830 | * plugins/check_mysql.c: markup for translation | 4406 | * plugins/check_mysql.c: markup for translation |
3831 | 4407 | ||
3832 | 2003-08-02 18:06 kdebisschop | 4408 | 2003-08-02 23:06 kdebisschop |
3833 | 4409 | ||
3834 | * plugins/: check_fping.c, check_game.c, check_mysql.c, | 4410 | * plugins/: check_fping.c, check_game.c, check_mysql.c, |
3835 | check_snmp.c, utils.h: markupf for translation | 4411 | check_snmp.c, utils.h: markupf for translation |
3836 | 4412 | ||
3837 | 2003-08-02 14:22 kdebisschop | 4413 | 2003-08-02 19:22 kdebisschop |
3838 | 4414 | ||
3839 | * plugins/: utils.c, utils.h: ifdef so utils.h can be header for | 4415 | * plugins/: utils.c, utils.h: ifdef so utils.h can be header for |
3840 | utils.c | 4416 | utils.c |
3841 | 4417 | ||
3842 | 2003-08-02 14:22 kdebisschop | 4418 | 2003-08-02 19:22 kdebisschop |
3843 | 4419 | ||
3844 | * plugins/: check_fping.c, check_snmp.c: markup for translation | 4420 | * plugins/: check_fping.c, check_snmp.c: markup for translation |
3845 | 4421 | ||
3846 | 2003-08-02 12:42 kdebisschop | 4422 | 2003-08-02 17:42 kdebisschop |
3847 | 4423 | ||
3848 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, | 4424 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, |
3849 | check_dummy.c, check_pgsql.c, check_swap.c, check_tcp.c, utils.h: | 4425 | check_dummy.c, check_pgsql.c, check_swap.c, check_tcp.c, utils.h: |
3850 | establish "UT_" namespace for usage text in #defines | 4426 | establish "UT_" namespace for usage text in #defines |
3851 | 4427 | ||
3852 | 2003-08-02 12:42 kdebisschop | 4428 | 2003-08-02 17:42 kdebisschop |
3853 | 4429 | ||
3854 | * plugins/check_snmp.c: markup for translation | 4430 | * plugins/check_snmp.c: markup for translation |
3855 | 4431 | ||
3856 | 2003-08-02 01:30 kdebisschop | 4432 | 2003-08-02 06:30 kdebisschop |
3857 | 4433 | ||
3858 | * plugins/check_dns.c: restore informative output that was lost in | 4434 | * plugins/check_dns.c: restore informative output that was lost in |
3859 | previous bug fix | 4435 | previous bug fix |
3860 | 4436 | ||
3861 | 2003-08-01 19:56 kdebisschop | 4437 | 2003-08-02 00:56 kdebisschop |
3862 | 4438 | ||
3863 | * plugins/check_dns.c: terminate in error_scan() so meaningfull | 4439 | * plugins/check_dns.c: terminate in error_scan() so meaningfull |
3864 | errors can be sent | 4440 | errors can be sent |
3865 | 4441 | ||
3866 | 2003-08-01 02:04 kdebisschop | 4442 | 2003-08-01 07:04 kdebisschop |
3867 | 4443 | ||
3868 | * plugins/check_dummy.c: mark for transaltion | 4444 | * plugins/check_dummy.c: mark for transaltion |
3869 | 4445 | ||
3870 | 2003-08-01 02:03 kdebisschop | 4446 | 2003-08-01 07:03 kdebisschop |
3871 | 4447 | ||
3872 | * plugins/check_dns.c: do not translate the strings that will be | 4448 | * plugins/check_dns.c: do not translate the strings that will be |
3873 | compared to utility output - LC_ALL is set to C so those strings | 4449 | compared to utility output - LC_ALL is set to C so those strings |
3874 | should be untranslated regardless of the system settings | 4450 | should be untranslated regardless of the system settings |
3875 | 4451 | ||
3876 | 2003-08-01 02:01 kdebisschop | 4452 | 2003-08-01 07:01 kdebisschop |
3877 | 4453 | ||
3878 | * plugins/popen.c: set LC_ALL to C in execve environemnt | 4454 | * plugins/popen.c: set LC_ALL to C in execve environemnt |
3879 | 4455 | ||
3880 | 2003-07-31 22:11 kdebisschop | 4456 | 2003-08-01 03:11 kdebisschop |
3881 | 4457 | ||
3882 | * plugins/: Makefile.am: 'ln -f -s ...' is not reliable/portable. | 4458 | * plugins/: Makefile.am: 'ln -f -s ...' is not reliable/portable. |
3883 | Use 'rm -f ...; ln -s ...' | 4459 | Use 'rm -f ...; ln -s ...' |
3884 | 4460 | ||
3885 | 2003-07-31 08:06 kdebisschop | 4461 | 2003-07-31 13:06 kdebisschop |
3886 | 4462 | ||
3887 | * plugins/check_dns.c: mark for translation (note problem here - it | 4463 | * plugins/check_dns.c: mark for translation (note problem here - it |
3888 | relies on tranalation in underlying utility, which has a high | 4464 | relies on tranalation in underlying utility, which has a high |
3889 | chance of failing) | 4465 | chance of failing) |
3890 | 4466 | ||
3891 | 2003-07-31 07:02 kdebisschop | 4467 | 2003-07-31 12:02 kdebisschop |
3892 | 4468 | ||
3893 | * plugins/: utils.h, check_disk.c: mark for translation | 4469 | * plugins/: utils.h, check_disk.c: mark for translation |
3894 | 4470 | ||
3895 | 2003-07-30 07:39 kdebisschop | 4471 | 2003-07-30 12:39 kdebisschop |
3896 | 4472 | ||
3897 | * plugins/check_by_ssh.c: mark up for translation | 4473 | * plugins/check_by_ssh.c: mark up for translation |
3898 | 4474 | ||
3899 | 2003-07-30 00:07 kdebisschop | 4475 | 2003-07-30 05:07 kdebisschop |
3900 | 4476 | ||
3901 | * plugins/: check_dig.c, check_pgsql.c, check_swap.c, check_tcp.c, | 4477 | * plugins/: check_dig.c, check_pgsql.c, check_swap.c, check_tcp.c, |
3902 | utils.h: markup for translation | 4478 | utils.h: markup for translation |
3903 | 4479 | ||
3904 | 2003-07-29 07:58 kdebisschop | 4480 | 2003-07-29 12:58 kdebisschop |
3905 | 4481 | ||
3906 | * plugins/: check_pgsql.c, check_swap.c, check_tcp.c: mark for | 4482 | * plugins/: check_pgsql.c, check_swap.c, check_tcp.c: mark for |
3907 | translation | 4483 | translation |
3908 | 4484 | ||
3909 | 2003-07-29 07:57 kdebisschop | 4485 | 2003-07-29 12:57 kdebisschop |
3910 | 4486 | ||
3911 | * plugins/utils.h: some shared text for internationalized help text | 4487 | * plugins/utils.h: some shared text for internationalized help text |
3912 | 4488 | ||
3913 | 2003-07-29 01:49 kdebisschop | 4489 | 2003-07-29 06:49 kdebisschop |
3914 | 4490 | ||
3915 | * plugins/utils.c: clean up warnings about ill-formed comment and | 4491 | * plugins/utils.c: clean up warnings about ill-formed comment and |
3916 | string concatenation | 4492 | string concatenation |
3917 | 4493 | ||
3918 | 2003-07-29 01:43 kdebisschop | 4494 | 2003-07-29 06:43 kdebisschop |
3919 | 4495 | ||
3920 | * .cvsignore, ChangeLog, README, configure.in, lib/Makefile.am: | 4496 | * .cvsignore, ChangeLog, README, configure.in, lib/Makefile.am: |
3921 | bump to gettext 0.11.5 and cleanup GNU toolchain | 4497 | bump to gettext 0.11.5 and cleanup GNU toolchain |
3922 | 4498 | ||
3923 | 2003-07-29 01:38 kdebisschop | 4499 | 2003-07-29 06:38 kdebisschop |
3924 | 4500 | ||
3925 | * ABOUT-NLS, INSTALL: get from GNU files instead of storing in CVS | 4501 | * ABOUT-NLS, INSTALL: get from GNU files instead of storing in CVS |
3926 | 4502 | ||
3927 | 2003-07-29 01:03 kdebisschop | 4503 | 2003-07-29 06:03 kdebisschop |
3928 | 4504 | ||
3929 | * tools/setup: move autopoint to start of gnu toolchain setup use | 4505 | * tools/setup: move autopoint to start of gnu toolchain setup use |
3930 | --force-missing instead on manually copying files (manual | 4506 | --force-missing instead on manually copying files (manual |
3931 | process was broken on RedHat, and we should expect automake to do | 4507 | process was broken on RedHat, and we should expect automake to do |
3932 | its job right anyway) | 4508 | its job right anyway) |
3933 | 4509 | ||
3934 | 2003-07-28 23:06 kdebisschop | 4510 | 2003-07-29 04:06 kdebisschop |
3935 | 4511 | ||
3936 | * configure.in: look for getloadavg.c in $topdir/lib, not | 4512 | * configure.in: look for getloadavg.c in $topdir/lib, not |
3937 | $srcdir/lib | 4513 | $srcdir/lib |
3938 | 4514 | ||
3939 | 2003-07-28 23:04 kdebisschop | 4515 | 2003-07-29 04:04 kdebisschop |
3940 | 4516 | ||
3941 | * plugins/: check_http.c: patch attempt to reference undefined | 4517 | * plugins/: check_http.c: patch attempt to reference undefined |
3942 | optarg (credit Paul Farrall) | 4518 | optarg (credit Paul Farrall) |
3943 | 4519 | ||
3944 | 2003-07-28 23:03 kdebisschop | 4520 | 2003-07-29 04:03 kdebisschop |
3945 | 4521 | ||
3946 | * configure.in: look for getloadavg.c in $topdir/lib, not | 4522 | * configure.in: look for getloadavg.c in $topdir/lib, not |
3947 | $srcdir/lib | 4523 | $srcdir/lib |
3948 | 4524 | ||
3949 | 2003-07-28 07:36 tonvoon | 4525 | 2003-07-28 12:36 tonvoon |
3950 | 4526 | ||
3951 | * configure.in: - Specify srcdir so no confusion | 4527 | * configure.in: - Specify srcdir so no confusion |
3952 | 4528 | ||
3953 | 2003-07-28 07:34 tonvoon | 4529 | 2003-07-28 12:34 tonvoon |
3954 | 4530 | ||
3955 | * configure.in, lib/getloadavg.m4: Fixes Redhat 6.2 compiles for | 4531 | * configure.in, lib/getloadavg.m4: Fixes Redhat 6.2 compiles for |
3956 | getloadavg.o | 4532 | getloadavg.o |
3957 | 4533 | ||
3958 | 2003-07-28 07:30 tonvoon | 4534 | 2003-07-28 12:30 tonvoon |
3959 | 4535 | ||
3960 | * configure.in, lib/getloadavg.m4: Readded getloadavg.m4 as using | 4536 | * configure.in, lib/getloadavg.m4: Readded getloadavg.m4 as using |
3961 | autoconf 2.50+. This fixes redhat 6.2 compiles | 4537 | autoconf 2.50+. This fixes redhat 6.2 compiles |
3962 | 4538 | ||
3963 | 2003-07-26 08:15 kdebisschop | 4539 | 2003-07-26 13:15 kdebisschop |
3964 | 4540 | ||
3965 | * plugins/check_pgsql.c: mark for translation | 4541 | * plugins/check_pgsql.c: mark for translation |
3966 | 4542 | ||
3967 | 2003-07-26 08:13 kdebisschop | 4543 | 2003-07-26 13:13 kdebisschop |
3968 | 4544 | ||
3969 | * plugins/common.h: add S_ macor to mark message for both | 4545 | * plugins/common.h: add S_ macor to mark message for both |
3970 | translation and inclusion into docbook SGML | 4546 | translation and inclusion into docbook SGML |
3971 | 4547 | ||
3972 | 2003-07-26 01:29 kdebisschop | 4548 | 2003-07-26 06:29 kdebisschop |
3973 | 4549 | ||
3974 | * po/: de.po, fr.po: updated check_tcp | 4550 | * po/: de.po, fr.po: updated check_tcp |
3975 | 4551 | ||
3976 | 2003-07-26 01:25 kdebisschop | 4552 | 2003-07-26 06:25 kdebisschop |
3977 | 4553 | ||
3978 | * plugins/check_tcp.c, po/ChangeLog: internationalization | 4554 | * plugins/check_tcp.c, po/ChangeLog: internationalization |
3979 | 4555 | ||
3980 | 2003-07-26 01:17 kdebisschop | 4556 | 2003-07-26 06:17 kdebisschop |
3981 | 4557 | ||
3982 | * po/.cvsignore, intl/.cvsignore, lib/.cvsignore: skip gettext | 4558 | * po/.cvsignore, intl/.cvsignore, lib/.cvsignore: skip gettext |
3983 | files | 4559 | files |
3984 | 4560 | ||
3985 | 2003-07-26 00:33 kdebisschop | 4561 | 2003-07-26 05:33 kdebisschop |
3986 | 4562 | ||
3987 | * lib/: Makefile.am: checkins for internationalization | 4563 | * lib/: Makefile.am: checkins for internationalization |
3988 | 4564 | ||
3989 | 2003-07-26 00:25 kdebisschop | 4565 | 2003-07-26 05:25 kdebisschop |
3990 | 4566 | ||
3991 | * po/Makevars: checkins for internationalization | 4567 | * po/Makevars: checkins for internationalization |
3992 | 4568 | ||
3993 | 2003-07-26 00:17 kdebisschop | 4569 | 2003-07-26 05:17 kdebisschop |
3994 | 4570 | ||
3995 | * lib/gettext.h: checkins for internationalization | 4571 | * lib/gettext.h: checkins for internationalization |
3996 | 4572 | ||
3997 | 2003-07-26 00:14 kdebisschop | 4573 | 2003-07-26 05:14 kdebisschop |
3998 | 4574 | ||
3999 | * tools/setup: checkins for internationalization | 4575 | * tools/setup: checkins for internationalization |
4000 | 4576 | ||
4001 | 2003-07-26 00:09 kdebisschop | 4577 | 2003-07-26 05:09 kdebisschop |
4002 | 4578 | ||
4003 | * configure.in, ABOUT-NLS, po/de.po, po/fr.po: checkins for | 4579 | * configure.in, ABOUT-NLS, po/de.po, po/fr.po: checkins for |
4004 | internationalization | 4580 | internationalization |
4005 | 4581 | ||
4006 | 2003-07-26 00:06 kdebisschop | 4582 | 2003-07-26 05:06 kdebisschop |
4007 | 4583 | ||
4008 | * .cvsignore, ChangeLog, Makefile.am, configure.in, | 4584 | * .cvsignore, ChangeLog, Makefile.am, configure.in, |
4009 | nagios-plugins.spec.in, lib/Makefile.am, plugins/Makefile.am, | 4585 | nagios-plugins.spec.in, lib/Makefile.am, plugins/Makefile.am, |
@@ -4011,141 +4587,141 @@ | |||
4011 | po/LINGUAS, po/POTFILES.in, tools/setup: checkins for | 4587 | po/LINGUAS, po/POTFILES.in, tools/setup: checkins for |
4012 | internationalization | 4588 | internationalization |
4013 | 4589 | ||
4014 | 2003-07-21 08:06 kdebisschop | 4590 | 2003-07-21 13:06 kdebisschop |
4015 | 4591 | ||
4016 | * plugins/common.h: add stubs to allow markup for translation | 4592 | * plugins/common.h: add stubs to allow markup for translation |
4017 | 4593 | ||
4018 | 2003-07-21 07:53 kdebisschop | 4594 | 2003-07-21 12:53 kdebisschop |
4019 | 4595 | ||
4020 | * configure.in, plugins/common.h: test GNU_SOURCE and include | 4596 | * configure.in, plugins/common.h: test GNU_SOURCE and include |
4021 | features.h if present to clear warning about asprintf definition | 4597 | features.h if present to clear warning about asprintf definition |
4022 | 4598 | ||
4023 | 2003-07-20 10:40 kdebisschop | 4599 | 2003-07-20 15:40 kdebisschop |
4024 | 4600 | ||
4025 | * doc/developer-guidelines.sgml: must use '&' in attribute | 4601 | * doc/developer-guidelines.sgml: must use '&' in attribute |
4026 | values instead of '&' id tokens (attibute values) must not have | 4602 | values instead of '&' id tokens (attibute values) must not have |
4027 | embedded spaces | 4603 | embedded spaces |
4028 | 4604 | ||
4029 | 2003-07-20 10:01 kdebisschop | 4605 | 2003-07-20 15:01 kdebisschop |
4030 | 4606 | ||
4031 | * nagios-plugins.spec.in: was needed for build on RH9 | 4607 | * nagios-plugins.spec.in: was needed for build on RH9 |
4032 | 4608 | ||
4033 | 2003-07-17 08:14 tonvoon | 4609 | 2003-07-17 13:14 tonvoon |
4034 | 4610 | ||
4035 | * plugins-scripts/check_oracle.sh: - Cleanup comments | 4611 | * plugins-scripts/check_oracle.sh: - Cleanup comments |
4036 | 4612 | ||
4037 | 2003-07-17 05:35 tonvoon | 4613 | 2003-07-17 10:35 tonvoon |
4038 | 4614 | ||
4039 | * doc/developer-guidelines.sgml: Guidelines updated to use | 4615 | * doc/developer-guidelines.sgml: Guidelines updated to use |
4040 | Sourceforge tracker system | 4616 | Sourceforge tracker system |
4041 | 4617 | ||
4042 | 2003-07-11 18:20 tonvoon | 4618 | 2003-07-11 23:20 tonvoon |
4043 | 4619 | ||
4044 | * doc/developer-guidelines.sgml: - Fixed CVS commit comments | 4620 | * doc/developer-guidelines.sgml: - Fixed CVS commit comments |
4045 | 4621 | ||
4046 | 2003-07-11 09:06 tonvoon | 4622 | 2003-07-11 14:06 tonvoon |
4047 | 4623 | ||
4048 | * doc/developer-guidelines.sgml: Added in practice of prefixing | 4624 | * doc/developer-guidelines.sgml: Added in practice of prefixing |
4049 | comments in CVS commits | 4625 | comments in CVS commits |
4050 | 4626 | ||
4051 | 2003-07-11 02:30 kdebisschop | 4627 | 2003-07-11 07:30 kdebisschop |
4052 | 4628 | ||
4053 | * ChangeLog: Auto Update from CVS (includes both stabel and devel - | 4629 | * ChangeLog: Auto Update from CVS (includes both stabel and devel - |
4054 | ugh) | 4630 | ugh) |
4055 | 4631 | ||
4056 | 2003-07-11 02:12 kdebisschop | 4632 | 2003-07-11 07:12 kdebisschop |
4057 | 4633 | ||
4058 | * configure.in, plugins/Makefile.am: link check_spop and | 4634 | * configure.in, plugins/Makefile.am: link check_spop and |
4059 | check_simap if ssl libs are compiled into check_tcp | 4635 | check_simap if ssl libs are compiled into check_tcp |
4060 | 4636 | ||
4061 | 2003-07-04 06:42 kdebisschop | 4637 | 2003-07-04 11:42 kdebisschop |
4062 | 4638 | ||
4063 | * configure.in, plugins/Makefile.am: only make links for check_spop | 4639 | * configure.in, plugins/Makefile.am: only make links for check_spop |
4064 | and check_simap when SSL is built into check_tcp | 4640 | and check_simap when SSL is built into check_tcp |
4065 | 4641 | ||
4066 | 2003-07-03 12:49 tonvoon | 4642 | 2003-07-03 17:49 tonvoon |
4067 | 4643 | ||
4068 | * plugins/check_procs.c: Fixed seg fault on some Sol 7/8 servers | 4644 | * plugins/check_procs.c: Fixed seg fault on some Sol 7/8 servers |
4069 | (Patch 764745 - Alexander Matey) | 4645 | (Patch 764745 - Alexander Matey) |
4070 | 4646 | ||
4071 | 2003-07-03 11:00 tonvoon | 4647 | 2003-07-03 16:00 tonvoon |
4072 | 4648 | ||
4073 | * tools/setup: Changing $() to `` to be compatible with Solaris' sh | 4649 | * tools/setup: Changing $() to `` to be compatible with Solaris' sh |
4074 | 4650 | ||
4075 | 2003-07-02 23:23 kdebisschop | 4651 | 2003-07-03 04:23 kdebisschop |
4076 | 4652 | ||
4077 | * autogen.sh, tools/setup: mv GNU toolchain check into tools/setup | 4653 | * autogen.sh, tools/setup: mv GNU toolchain check into tools/setup |
4078 | 4654 | ||
4079 | 2003-07-02 23:19 kdebisschop | 4655 | 2003-07-03 04:19 kdebisschop |
4080 | 4656 | ||
4081 | * plugins/utils.c: remove LABELLEN | 4657 | * plugins/utils.c: remove LABELLEN |
4082 | 4658 | ||
4083 | 2003-07-02 12:20 tonvoon | 4659 | 2003-07-02 17:20 tonvoon |
4084 | 4660 | ||
4085 | * plugins-scripts/: check_oracle.sh: Check for ORA- errors for | 4661 | * plugins-scripts/: check_oracle.sh: Check for ORA- errors for |
4086 | tablespace and cache (patch 755456 - Sven Meyer) | 4662 | tablespace and cache (patch 755456 - Sven Meyer) |
4087 | 4663 | ||
4088 | 2003-07-02 11:57 tonvoon | 4664 | 2003-07-02 16:57 tonvoon |
4089 | 4665 | ||
4090 | * plugins-scripts/check_disk_smb.pl: Update error message from | 4666 | * plugins-scripts/check_disk_smb.pl: Update error message from |
4091 | smbclient v2.2.7 (Patch 740132 - Cove Schneider) | 4667 | smbclient v2.2.7 (Patch 740132 - Cove Schneider) |
4092 | 4668 | ||
4093 | 2003-07-02 11:52 tonvoon | 4669 | 2003-07-02 16:52 tonvoon |
4094 | 4670 | ||
4095 | * plugins-scripts/check_disk_smb.pl: Update error message from | 4671 | * plugins-scripts/check_disk_smb.pl: Update error message from |
4096 | smbclient v2.2.7 (Patch 740132 - Cove Schneider) | 4672 | smbclient v2.2.7 (Patch 740132 - Cove Schneider) |
4097 | 4673 | ||
4098 | 2003-07-02 11:01 tonvoon | 4674 | 2003-07-02 16:01 tonvoon |
4099 | 4675 | ||
4100 | * contrib/check_file_age.pl, plugins-scripts/.cvsignore, | 4676 | * contrib/check_file_age.pl, plugins-scripts/.cvsignore, |
4101 | plugins-scripts/Makefile.am, plugins-scripts/check_file_age.pl, | 4677 | plugins-scripts/Makefile.am, plugins-scripts/check_file_age.pl, |
4102 | plugins-scripts/subst.in: Moving check_file_age into core | 4678 | plugins-scripts/subst.in: Moving check_file_age into core |
4103 | 4679 | ||
4104 | 2003-07-02 10:39 tonvoon | 4680 | 2003-07-02 15:39 tonvoon |
4105 | 4681 | ||
4106 | * configure.in: Fixed SUPPORT message | 4682 | * configure.in: Fixed SUPPORT message |
4107 | 4683 | ||
4108 | 2003-07-01 05:27 tonvoon | 4684 | 2003-07-01 10:27 tonvoon |
4109 | 4685 | ||
4110 | * plugins/check_disk.c: Fix for large filesystems > 3TB (Stuart | 4686 | * plugins/check_disk.c: Fix for large filesystems > 3TB (Stuart |
4111 | Webster) | 4687 | Webster) |
4112 | 4688 | ||
4113 | 2003-06-30 15:47 undrgrid | 4689 | 2003-06-30 20:47 undrgrid |
4114 | 4690 | ||
4115 | * plugins/: check_http.c, check_ldap.c, check_smtp.c: Added -4 and | 4691 | * plugins/: check_http.c, check_ldap.c, check_smtp.c: Added -4 and |
4116 | -6 command line options into check_http, check_ldap and | 4692 | -6 command line options into check_http, check_ldap and |
4117 | check_smtp | 4693 | check_smtp |
4118 | 4694 | ||
4119 | 2003-06-30 14:52 undrgrid | 4695 | 2003-06-30 19:52 undrgrid |
4120 | 4696 | ||
4121 | * plugins/: check_ping.c, check_ssh.c, check_tcp.c, netutils.c: | 4697 | * plugins/: check_ping.c, check_ssh.c, check_tcp.c, netutils.c: |
4122 | Corrections to get code to compile on systems without IPv6 | 4698 | Corrections to get code to compile on systems without IPv6 |
4123 | support | 4699 | support |
4124 | 4700 | ||
4125 | 2003-06-30 14:52 undrgrid | 4701 | 2003-06-30 19:52 undrgrid |
4126 | 4702 | ||
4127 | * plugins/Makefile.am: Added check_simap & check_spop to | 4703 | * plugins/Makefile.am: Added check_simap & check_spop to |
4128 | check_tcp_programs If someone knows how to make this conditional | 4704 | check_tcp_programs If someone knows how to make this conditional |
4129 | in the Makefile only if being compiled with SSL I think this is | 4705 | in the Makefile only if being compiled with SSL I think this is |
4130 | the only way to make it better | 4706 | the only way to make it better |
4131 | 4707 | ||
4132 | 2003-06-30 13:02 tonvoon | 4708 | 2003-06-30 18:02 tonvoon |
4133 | 4709 | ||
4134 | * plugins/check_disk.c: Fixed support for "check_disk warn crit | 4710 | * plugins/check_disk.c: Fixed support for "check_disk warn crit |
4135 | [path]" with thresholds at used levels | 4711 | [path]" with thresholds at used levels |
4136 | 4712 | ||
4137 | 2003-06-29 15:54 undrgrid | 4713 | 2003-06-29 20:54 undrgrid |
4138 | 4714 | ||
4139 | * configure.in, plugins/check_ldap.c: Included patch for check_ldap | 4715 | * configure.in, plugins/check_ldap.c: Included patch for check_ldap |
4140 | from Patch #753621 by Ziya Suzen | 4716 | from Patch #753621 by Ziya Suzen |
4141 | 4717 | ||
4142 | 2003-06-29 15:22 undrgrid | 4718 | 2003-06-29 20:22 undrgrid |
4143 | 4719 | ||
4144 | * plugins/: check_ping.c, check_tcp.c: Changed usage output to show | 4720 | * plugins/: check_ping.c, check_tcp.c: Changed usage output to show |
4145 | -4 and -6 are mutually exclusive. You can only use one or | 4721 | -4 and -6 are mutually exclusive. You can only use one or |
4146 | the other but not both. The last one used will win out. | 4722 | the other but not both. The last one used will win out. |
4147 | 4723 | ||
4148 | 2003-06-29 15:17 undrgrid | 4724 | 2003-06-29 20:17 undrgrid |
4149 | 4725 | ||
4150 | * plugins/: check_ping.c, netutils.c: check_ping is now coded with | 4726 | * plugins/: check_ping.c, netutils.c: check_ping is now coded with |
4151 | -4 & -6 options to call PING or PING6 command netutils modified | 4727 | -4 & -6 options to call PING or PING6 command netutils modified |
@@ -4156,122 +4732,122 @@ | |||
4156 | resolve hostnames only if IPv6 support is available otherwise | 4732 | resolve hostnames only if IPv6 support is available otherwise |
4157 | defaults to AF_INET. | 4733 | defaults to AF_INET. |
4158 | 4734 | ||
4159 | 2003-06-29 02:36 undrgrid | 4735 | 2003-06-29 07:36 undrgrid |
4160 | 4736 | ||
4161 | * plugins/: check_ssh.c, check_tcp.c, netutils.c, netutils.h: Added | 4737 | * plugins/: check_ssh.c, check_tcp.c, netutils.c, netutils.h: Added |
4162 | address_family extern int variable to netutils to allow for -4 & | 4738 | address_family extern int variable to netutils to allow for -4 & |
4163 | -6 options for explicit connection protocol Added support | 4739 | -6 options for explicit connection protocol Added support |
4164 | for -4 & -6 options to check_ssh and check_tcp for testing | 4740 | for -4 & -6 options to check_ssh and check_tcp for testing |
4165 | 4741 | ||
4166 | 2003-06-28 22:18 tonvoon | 4742 | 2003-06-29 03:18 tonvoon |
4167 | 4743 | ||
4168 | * plugins/check_nwstat.c: Added NLM test (Phil Randal) | 4744 | * plugins/check_nwstat.c: Added NLM test (Phil Randal) |
4169 | 4745 | ||
4170 | 2003-06-28 21:52 tonvoon | 4746 | 2003-06-29 02:52 tonvoon |
4171 | 4747 | ||
4172 | * plugins/check_swap.c: Corrected reported size for PROC_MEMINFO | 4748 | * plugins/check_swap.c: Corrected reported size for PROC_MEMINFO |
4173 | systems | 4749 | systems |
4174 | 4750 | ||
4175 | 2003-06-28 21:36 tonvoon | 4751 | 2003-06-29 02:36 tonvoon |
4176 | 4752 | ||
4177 | * tools/sfwebcron: Fixed so goes to correct web area | 4753 | * tools/sfwebcron: Fixed so goes to correct web area |
4178 | 4754 | ||
4179 | 2003-06-28 21:07 tonvoon | 4755 | 2003-06-29 02:07 tonvoon |
4180 | 4756 | ||
4181 | * tools/sfwebcron: New tool to run on shell.sf.net to update the | 4757 | * tools/sfwebcron: New tool to run on shell.sf.net to update the |
4182 | dev guidelines | 4758 | dev guidelines |
4183 | 4759 | ||
4184 | 2003-06-28 20:58 tonvoon | 4760 | 2003-06-29 01:58 tonvoon |
4185 | 4761 | ||
4186 | * doc/makefile: Fixed makefile | 4762 | * doc/makefile: Fixed makefile |
4187 | 4763 | ||
4188 | 2003-06-27 14:47 undrgrid | 4764 | 2003-06-27 19:47 undrgrid |
4189 | 4765 | ||
4190 | * plugins/netutils.c: Modified my_connect to include ai_socktype in | 4766 | * plugins/netutils.c: Modified my_connect to include ai_socktype in |
4191 | the hints to be compliant with RFC3493 as pointed out by Janos | 4767 | the hints to be compliant with RFC3493 as pointed out by Janos |
4192 | Mohacsi. | 4768 | Mohacsi. |
4193 | 4769 | ||
4194 | 2003-06-27 10:43 tonvoon | 4770 | 2003-06-27 15:43 tonvoon |
4195 | 4771 | ||
4196 | * configure.in, plugins/check_swap.c: Support for swap -s for | 4772 | * configure.in, plugins/check_swap.c: Support for swap -s for |
4197 | solaris. Also changes size of swap to MBs through a conversion | 4773 | solaris. Also changes size of swap to MBs through a conversion |
4198 | amount in configure. Possible breakage on other OSes | 4774 | amount in configure. Possible breakage on other OSes |
4199 | 4775 | ||
4200 | 2003-06-27 08:04 tonvoon | 4776 | 2003-06-27 13:04 tonvoon |
4201 | 4777 | ||
4202 | * doc/makefile: Remove if which check - done in tools/setup instead | 4778 | * doc/makefile: Remove if which check - done in tools/setup instead |
4203 | 4779 | ||
4204 | 2003-06-27 06:30 tonvoon | 4780 | 2003-06-27 11:30 tonvoon |
4205 | 4781 | ||
4206 | * tools/setup: Fiddling as Solaris' which command is broken | 4782 | * tools/setup: Fiddling as Solaris' which command is broken |
4207 | 4783 | ||
4208 | 2003-06-26 19:33 tonvoon | 4784 | 2003-06-27 00:33 tonvoon |
4209 | 4785 | ||
4210 | * plugins/check_disk.c: Fixed different thresholds if using exclude | 4786 | * plugins/check_disk.c: Fixed different thresholds if using exclude |
4211 | lists | 4787 | lists |
4212 | 4788 | ||
4213 | 2003-06-25 11:43 tonvoon | 4789 | 2003-06-25 16:43 tonvoon |
4214 | 4790 | ||
4215 | * plugins/check_disk.c: Support for different thresholds for | 4791 | * plugins/check_disk.c: Support for different thresholds for |
4216 | different filesystems | 4792 | different filesystems |
4217 | 4793 | ||
4218 | 2003-06-25 09:38 tonvoon | 4794 | 2003-06-25 14:38 tonvoon |
4219 | 4795 | ||
4220 | * plugins/check_disk.c: Removed -d option and just check against -p | 4796 | * plugins/check_disk.c: Removed -d option and just check against -p |
4221 | parameter | 4797 | parameter |
4222 | 4798 | ||
4223 | 2003-06-25 09:28 tonvoon | 4799 | 2003-06-25 14:28 tonvoon |
4224 | 4800 | ||
4225 | * plugins/check_disk.c: Report errors if path specified not found | 4801 | * plugins/check_disk.c: Report errors if path specified not found |
4226 | 4802 | ||
4227 | 2003-06-25 09:16 tonvoon | 4803 | 2003-06-25 14:16 tonvoon |
4228 | 4804 | ||
4229 | * plugins/check_disk.c: Problems compiling on SunOS 5.6 with gcc | 4805 | * plugins/check_disk.c: Problems compiling on SunOS 5.6 with gcc |
4230 | 2.8.1. Fixed by specifying floating variables, rather than | 4806 | 2.8.1. Fixed by specifying floating variables, rather than |
4231 | letting asprintf work it out | 4807 | letting asprintf work it out |
4232 | 4808 | ||
4233 | 2003-06-25 08:38 tonvoon | 4809 | 2003-06-25 13:38 tonvoon |
4234 | 4810 | ||
4235 | * plugins/check_disk.c: Returns critical if fs missing. Only works | 4811 | * plugins/check_disk.c: Returns critical if fs missing. Only works |
4236 | for single fs specified in -p, otherwise will return warning as | 4812 | for single fs specified in -p, otherwise will return warning as |
4237 | before (reported by Jim Carroll) | 4813 | before (reported by Jim Carroll) |
4238 | 4814 | ||
4239 | 2003-06-21 01:49 kdebisschop | 4815 | 2003-06-21 06:49 kdebisschop |
4240 | 4816 | ||
4241 | * plugins/Makefile.am: soalris 8 needs 'ln -s -f' instead of 'ln | 4817 | * plugins/Makefile.am: soalris 8 needs 'ln -s -f' instead of 'ln |
4242 | -sf' | 4818 | -sf' |
4243 | 4819 | ||
4244 | 2003-06-21 01:48 kdebisschop | 4820 | 2003-06-21 06:48 kdebisschop |
4245 | 4821 | ||
4246 | * plugins/Makefile.am: solaris 8 needs 'ln -s -f' instead of 'ln | 4822 | * plugins/Makefile.am: solaris 8 needs 'ln -s -f' instead of 'ln |
4247 | -sf' | 4823 | -sf' |
4248 | 4824 | ||
4249 | 2003-06-21 01:31 kdebisschop | 4825 | 2003-06-21 06:31 kdebisschop |
4250 | 4826 | ||
4251 | * plugins/check_http.c: fix character class for URI_PATH and | 4827 | * plugins/check_http.c: fix character class for URI_PATH and |
4252 | URI_PORT | 4828 | URI_PORT |
4253 | 4829 | ||
4254 | 2003-06-21 01:23 kdebisschop | 4830 | 2003-06-21 06:23 kdebisschop |
4255 | 4831 | ||
4256 | * plugins/check_http.c: add remaining URI_PATH chars per RFC 2396 | 4832 | * plugins/check_http.c: add remaining URI_PATH chars per RFC 2396 |
4257 | remove '-' from URI_PORT | 4833 | remove '-' from URI_PORT |
4258 | 4834 | ||
4259 | 2003-06-12 00:44 undrgrid | 4835 | 2003-06-12 05:44 undrgrid |
4260 | 4836 | ||
4261 | * command.cfg.in: Renamed duplicate check_snmp command definitions | 4837 | * command.cfg.in: Renamed duplicate check_snmp command definitions |
4262 | to be unique | 4838 | to be unique |
4263 | 4839 | ||
4264 | 2003-06-12 00:14 undrgrid | 4840 | 2003-06-12 05:14 undrgrid |
4265 | 4841 | ||
4266 | * command.cfg.in, configure.in: Made the two check_ifoperstatus | 4842 | * command.cfg.in, configure.in: Made the two check_ifoperstatus |
4267 | commands unique to remove conflicts | 4843 | commands unique to remove conflicts |
4268 | 4844 | ||
4269 | 2003-06-11 06:41 kdebisschop | 4845 | 2003-06-11 11:41 kdebisschop |
4270 | 4846 | ||
4271 | * plugins/check_http.c: fix URI_PATH to allow ?&#: (more still | 4847 | * plugins/check_http.c: fix URI_PATH to allow ?&#: (more still |
4272 | should be allowed) fix class to be POSIX compliant | 4848 | should be allowed) fix class to be POSIX compliant |
4273 | 4849 | ||
4274 | 2003-06-11 06:39 kdebisschop | 4850 | 2003-06-11 11:39 kdebisschop |
4275 | 4851 | ||
4276 | * plugins/check_http.c: character classes were wrong for URI_PATH | 4852 | * plugins/check_http.c: character classes were wrong for URI_PATH |
4277 | etc: 1) must include ?&#; for PATH 2) POSIX states "If a '-' is | 4853 | etc: 1) must include ?&#; for PATH 2) POSIX states "If a '-' is |
@@ -4279,224 +4855,224 @@ | |||
4279 | where the first character is a '^' , nor the last character, the | 4855 | where the first character is a '^' , nor the last character, the |
4280 | behavior is implementation-defined" | 4856 | behavior is implementation-defined" |
4281 | 4857 | ||
4282 | 2003-06-10 01:04 kdebisschop | 4858 | 2003-06-10 06:04 kdebisschop |
4283 | 4859 | ||
4284 | * contrib/urlize.pl: add comment about shell quote removal to | 4860 | * contrib/urlize.pl: add comment about shell quote removal to |
4285 | address | 4861 | address |
4286 | https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597 | 4862 | https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597 |
4287 | 4863 | ||
4288 | 2003-06-10 01:02 kdebisschop | 4864 | 2003-06-10 06:02 kdebisschop |
4289 | 4865 | ||
4290 | * plugins/urlize.c: add note about shell quote removal to address | 4866 | * plugins/urlize.c: add note about shell quote removal to address |
4291 | https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597 | 4867 | https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597 |
4292 | 4868 | ||
4293 | 2003-06-10 00:55 kdebisschop | 4869 | 2003-06-10 05:55 kdebisschop |
4294 | 4870 | ||
4295 | * contrib/urlize.pl: add comment relating to | 4871 | * contrib/urlize.pl: add comment relating to |
4296 | https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597 | 4872 | https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597 |
4297 | 4873 | ||
4298 | 2003-06-10 00:53 kdebisschop | 4874 | 2003-06-10 05:53 kdebisschop |
4299 | 4875 | ||
4300 | * plugins/urlize.c: add note about effect of shell quote handling | 4876 | * plugins/urlize.c: add note about effect of shell quote handling |
4301 | to address | 4877 | to address |
4302 | https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597 | 4878 | https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597 |
4303 | 4879 | ||
4304 | 2003-06-08 18:39 tonvoon | 4880 | 2003-06-08 23:39 tonvoon |
4305 | 4881 | ||
4306 | * configure.in: Fixed quoting on SWAP_FORMAT | 4882 | * configure.in: Fixed quoting on SWAP_FORMAT |
4307 | 4883 | ||
4308 | 2003-06-08 18:22 tonvoon | 4884 | 2003-06-08 23:22 tonvoon |
4309 | 4885 | ||
4310 | * configure.in: Support for OpenBSD 3.2 & 3.3 ps (Julien Touche) | 4886 | * configure.in: Support for OpenBSD 3.2 & 3.3 ps (Julien Touche) |
4311 | 4887 | ||
4312 | 2003-06-06 20:46 sghosh | 4888 | 2003-06-07 01:46 sghosh |
4313 | 4889 | ||
4314 | * plugins/check_real.c: \r\n patch from Mathias | 4890 | * plugins/check_real.c: \r\n patch from Mathias |
4315 | 4891 | ||
4316 | 2003-06-06 20:36 sghosh | 4892 | 2003-06-07 01:36 sghosh |
4317 | 4893 | ||
4318 | * plugins/check_real.c: \r\n patch from Mathias | 4894 | * plugins/check_real.c: \r\n patch from Mathias |
4319 | 4895 | ||
4320 | 2003-06-04 19:09 tonvoon | 4896 | 2003-06-05 00:09 tonvoon |
4321 | 4897 | ||
4322 | * configure.in: Display ps command used | 4898 | * configure.in: Display ps command used |
4323 | 4899 | ||
4324 | 2003-06-04 18:56 tonvoon | 4900 | 2003-06-04 23:56 tonvoon |
4325 | 4901 | ||
4326 | * configure.in: Stupid bug - what happens when you don't bother | 4902 | * configure.in: Stupid bug - what happens when you don't bother |
4327 | testing | 4903 | testing |
4328 | 4904 | ||
4329 | 2003-06-04 18:37 tonvoon | 4905 | 2003-06-04 23:37 tonvoon |
4330 | 4906 | ||
4331 | * configure.in: Support for OpenBSD 3.2 & 3.3 ps (Julien Touche) | 4907 | * configure.in: Support for OpenBSD 3.2 & 3.3 ps (Julien Touche) |
4332 | 4908 | ||
4333 | 2003-06-04 18:17 tonvoon | 4909 | 2003-06-04 23:17 tonvoon |
4334 | 4910 | ||
4335 | * plugins/check_disk.c: Argument to asprintf in wrong order | 4911 | * plugins/check_disk.c: Argument to asprintf in wrong order |
4336 | 4912 | ||
4337 | 2003-06-04 17:17 tonvoon | 4913 | 2003-06-04 22:17 tonvoon |
4338 | 4914 | ||
4339 | * pkg/solaris/solpkg: Remove /usr as well. Maybe this is best done | 4915 | * pkg/solaris/solpkg: Remove /usr as well. Maybe this is best done |
4340 | by changing BASEDIR to configure's prefix? | 4916 | by changing BASEDIR to configure's prefix? |
4341 | 4917 | ||
4342 | 2003-06-02 10:46 kdebisschop | 4918 | 2003-06-02 15:46 kdebisschop |
4343 | 4919 | ||
4344 | * plugins/check_tcp.c: finish recv() loop when stream GT or EQ | 4920 | * plugins/check_tcp.c: finish recv() loop when stream GT or EQ |
4345 | maxbytes (was GT) | 4921 | maxbytes (was GT) |
4346 | 4922 | ||
4347 | 2003-06-02 10:43 kdebisschop | 4923 | 2003-06-02 15:43 kdebisschop |
4348 | 4924 | ||
4349 | * plugins/check_tcp.c: finish recv() loop when stream GT or EQ | 4925 | * plugins/check_tcp.c: finish recv() loop when stream GT or EQ |
4350 | maxbytes (was GT) | 4926 | maxbytes (was GT) |
4351 | 4927 | ||
4352 | 2003-06-01 01:38 kdebisschop | 4928 | 2003-06-01 06:38 kdebisschop |
4353 | 4929 | ||
4354 | * plugins/check_tcp.c: typos in doco | 4930 | * plugins/check_tcp.c: typos in doco |
4355 | 4931 | ||
4356 | 2003-06-01 01:38 kdebisschop | 4932 | 2003-06-01 06:38 kdebisschop |
4357 | 4933 | ||
4358 | * plugins/check_tcp.c: allow user to limit number of bytes fetched | 4934 | * plugins/check_tcp.c: allow user to limit number of bytes fetched |
4359 | fix some doco (wait is now delay, server_quit was not shown) | 4935 | fix some doco (wait is now delay, server_quit was not shown) |
4360 | 4936 | ||
4361 | 2003-06-01 01:19 kdebisschop | 4937 | 2003-06-01 06:19 kdebisschop |
4362 | 4938 | ||
4363 | * plugins/check_tcp.c: allow user to limit the number of bytes to | 4939 | * plugins/check_tcp.c: allow user to limit the number of bytes to |
4364 | be fetched | 4940 | be fetched |
4365 | 4941 | ||
4366 | 2003-05-31 10:39 kdebisschop | 4942 | 2003-05-31 15:39 kdebisschop |
4367 | 4943 | ||
4368 | * plugins/check_dns.c: first revised patch failed to trap the | 4944 | * plugins/check_dns.c: first revised patch failed to trap the |
4369 | "break" in while() | 4945 | "break" in while() |
4370 | 4946 | ||
4371 | 2003-05-31 10:39 kdebisschop | 4947 | 2003-05-31 15:39 kdebisschop |
4372 | 4948 | ||
4373 | * plugins/check_dns.c: first revised patch failed to trap the | 4949 | * plugins/check_dns.c: first revised patch failed to trap the |
4374 | "break" in while() | 4950 | "break" in while() |
4375 | 4951 | ||
4376 | 2003-05-31 10:22 kdebisschop | 4952 | 2003-05-31 15:22 kdebisschop |
4377 | 4953 | ||
4378 | * plugins/check_dns.c: typo in args to terminate | 4954 | * plugins/check_dns.c: typo in args to terminate |
4379 | 4955 | ||
4380 | 2003-05-31 10:04 kdebisschop | 4956 | 2003-05-31 15:04 kdebisschop |
4381 | 4957 | ||
4382 | * plugins/check_dns.c: trap null or empty returns from nslookup | 4958 | * plugins/check_dns.c: trap null or empty returns from nslookup |
4383 | 4959 | ||
4384 | 2003-05-27 09:10 stanleyhopcroft | 4960 | 2003-05-27 14:10 stanleyhopcroft |
4385 | 4961 | ||
4386 | * contrib/check_sap.sh: check_sap.sh plugin to check SAP /R3 | 4962 | * contrib/check_sap.sh: check_sap.sh plugin to check SAP /R3 |
4387 | servers from Karel Salavec and Tom De Blende. | 4963 | servers from Karel Salavec and Tom De Blende. |
4388 | 4964 | ||
4389 | 2003-05-26 06:09 stanleyhopcroft | 4965 | 2003-05-26 11:09 stanleyhopcroft |
4390 | 4966 | ||
4391 | * contrib/: check_axis.sh, check_mssql.sh: Revisions to Tom De | 4967 | * contrib/: check_axis.sh, check_mssql.sh: Revisions to Tom De |
4392 | Blende contributed plugins: check_axis.sh and check_mssql.sh | 4968 | Blende contributed plugins: check_axis.sh and check_mssql.sh |
4393 | 4969 | ||
4394 | 2003-05-17 19:07 tonvoon | 4970 | 2003-05-18 00:07 tonvoon |
4395 | 4971 | ||
4396 | * plugins/t/: check_ftp.t: Fixed test (Mathew Ericson - 738609) | 4972 | * plugins/t/: check_ftp.t: Fixed test (Mathew Ericson - 738609) |
4397 | 4973 | ||
4398 | 2003-05-17 13:58 tonvoon | 4974 | 2003-05-17 18:58 tonvoon |
4399 | 4975 | ||
4400 | * plugins/t/: check_load.t: Fixed tests (Mathew Ericson - 738607) | 4976 | * plugins/t/: check_load.t: Fixed tests (Mathew Ericson - 738607) |
4401 | 4977 | ||
4402 | 2003-05-17 13:50 tonvoon | 4978 | 2003-05-17 18:50 tonvoon |
4403 | 4979 | ||
4404 | * plugins/t/check_procs.t: Fixed test commands (Mathew Ericson - | 4980 | * plugins/t/check_procs.t: Fixed test commands (Mathew Ericson - |
4405 | 738605) | 4981 | 738605) |
4406 | 4982 | ||
4407 | 2003-05-17 13:46 tonvoon | 4983 | 2003-05-17 18:46 tonvoon |
4408 | 4984 | ||
4409 | * plugins/t/check_procs.t: Fixed test commands (Mathew Ericson - | 4985 | * plugins/t/check_procs.t: Fixed test commands (Mathew Ericson - |
4410 | 738605) | 4986 | 738605) |
4411 | 4987 | ||
4412 | 2003-05-17 13:38 tonvoon | 4988 | 2003-05-17 18:38 tonvoon |
4413 | 4989 | ||
4414 | * plugins/t/: check_http.t: Fixed tests (Mathew Ericson - 738608) | 4990 | * plugins/t/: check_http.t: Fixed tests (Mathew Ericson - 738608) |
4415 | 4991 | ||
4416 | 2003-05-17 13:36 tonvoon | 4992 | 2003-05-17 18:36 tonvoon |
4417 | 4993 | ||
4418 | * plugins/t/check_tcp.t: Fixed tests (Mathew Ericson - 738604) CV: | 4994 | * plugins/t/check_tcp.t: Fixed tests (Mathew Ericson - 738604) CV: |
4419 | ---------------------------------------------------------------------- | 4995 | ---------------------------------------------------------------------- |
4420 | 4996 | ||
4421 | 2003-05-17 13:33 tonvoon | 4997 | 2003-05-17 18:33 tonvoon |
4422 | 4998 | ||
4423 | * plugins/t/check_tcp.t: Fixed tests (Mathew Ericson - 738604) | 4999 | * plugins/t/check_tcp.t: Fixed tests (Mathew Ericson - 738604) |
4424 | 5000 | ||
4425 | 2003-05-16 13:32 sghosh | 5001 | 2003-05-16 18:32 sghosh |
4426 | 5002 | ||
4427 | * plugins-scripts/: check_ntp.pl: bug fix | 5003 | * plugins-scripts/: check_ntp.pl: bug fix |
4428 | 5004 | ||
4429 | 2003-05-14 19:17 tonvoon | 5005 | 2003-05-15 00:17 tonvoon |
4430 | 5006 | ||
4431 | * plugins/negate.c: Added examples | 5007 | * plugins/negate.c: Added examples |
4432 | 5008 | ||
4433 | 2003-05-14 17:59 tonvoon | 5009 | 2003-05-14 22:59 tonvoon |
4434 | 5010 | ||
4435 | * plugins-scripts/check_mailq.pl: Added postfix support (Thomas | 5011 | * plugins-scripts/check_mailq.pl: Added postfix support (Thomas |
4436 | Nilsen - 735218) | 5012 | Nilsen - 735218) |
4437 | 5013 | ||
4438 | 2003-05-14 17:51 tonvoon | 5014 | 2003-05-14 22:51 tonvoon |
4439 | 5015 | ||
4440 | * plugins/check_nwstat.c: Added DSVER and UPTIME checks (Phil | 5016 | * plugins/check_nwstat.c: Added DSVER and UPTIME checks (Phil |
4441 | Randal - 737617) | 5017 | Randal - 737617) |
4442 | 5018 | ||
4443 | 2003-05-14 17:49 tonvoon | 5019 | 2003-05-14 22:49 tonvoon |
4444 | 5020 | ||
4445 | * pkg/solaris/solpkg: Typo | 5021 | * pkg/solaris/solpkg: Typo |
4446 | 5022 | ||
4447 | 2003-05-14 17:44 tonvoon | 5023 | 2003-05-14 22:44 tonvoon |
4448 | 5024 | ||
4449 | * doc/.cvsignore: Ignore developer-guidelines.html as generated | 5025 | * doc/.cvsignore: Ignore developer-guidelines.html as generated |
4450 | from docbook | 5026 | from docbook |
4451 | 5027 | ||
4452 | 2003-05-14 17:39 tonvoon | 5028 | 2003-05-14 22:39 tonvoon |
4453 | 5029 | ||
4454 | * Makefile.am, pkg/solaris/pkginfo.in, pkg/solaris/solpkg: Remove | 5030 | * Makefile.am, pkg/solaris/pkginfo.in, pkg/solaris/solpkg: Remove |
4455 | dependency on gnu make | 5031 | dependency on gnu make |
4456 | 5032 | ||
4457 | 2003-05-13 19:20 tonvoon | 5033 | 2003-05-14 00:20 tonvoon |
4458 | 5034 | ||
4459 | * doc/developer-guidelines.sgml: Updated docs to include comments, | 5035 | * doc/developer-guidelines.sgml: Updated docs to include comments, |
4460 | contrib->main, getopts_long and verbose output levels | 5036 | contrib->main, getopts_long and verbose output levels |
4461 | 5037 | ||
4462 | 2003-05-13 18:23 tonvoon | 5038 | 2003-05-13 23:23 tonvoon |
4463 | 5039 | ||
4464 | * tools/sfsnapshot: Calls tools/setup and creates a README for the | 5040 | * tools/sfsnapshot: Calls tools/setup and creates a README for the |
4465 | snapshot directory | 5041 | snapshot directory |
4466 | 5042 | ||
4467 | 2003-05-13 18:03 tonvoon | 5043 | 2003-05-13 23:03 tonvoon |
4468 | 5044 | ||
4469 | * doc/developer-guidelines.html, doc/makefile, tools/setup: The | 5045 | * doc/developer-guidelines.html, doc/makefile, tools/setup: The |
4470 | developer-guidelines.html file is now generated from the sgml | 5046 | developer-guidelines.html file is now generated from the sgml |
4471 | file by docbook2html at tools/setup time | 5047 | file by docbook2html at tools/setup time |
4472 | 5048 | ||
4473 | 2003-05-13 08:14 stanleyhopcroft | 5049 | 2003-05-13 13:14 stanleyhopcroft |
4474 | 5050 | ||
4475 | * contrib/tarballs/hopcroft-plugins.tar.gz: Removed | 5051 | * contrib/tarballs/hopcroft-plugins.tar.gz: Removed |
4476 | contrib/tarballs/hopcroft-plugins.tar.gz. This is archaic, | 5052 | contrib/tarballs/hopcroft-plugins.tar.gz. This is archaic, |
4477 | anachronistic, unmaintained and humblingly embarrassing. | 5053 | anachronistic, unmaintained and humblingly embarrassing. |
4478 | 5054 | ||
4479 | 2003-05-13 08:13 stanleyhopcroft | 5055 | 2003-05-13 13:13 stanleyhopcroft |
4480 | 5056 | ||
4481 | * contrib/check_mssql.sh: check_mssql.sh. A new plugin from Mr T DE | 5057 | * contrib/check_mssql.sh: check_mssql.sh. A new plugin from Mr T DE |
4482 | BLENDE to check MS SQLServer databases. | 5058 | BLENDE to check MS SQLServer databases. |
4483 | 5059 | ||
4484 | 2003-05-08 23:22 kdebisschop | 5060 | 2003-05-09 04:22 kdebisschop |
4485 | 5061 | ||
4486 | * plugins/check_http.c: fix error when server closes connection | 5062 | * plugins/check_http.c: fix error when server closes connection |
4487 | immediately | 5063 | immediately |
4488 | 5064 | ||
4489 | 2003-05-08 23:22 kdebisschop | 5065 | 2003-05-09 04:22 kdebisschop |
4490 | 5066 | ||
4491 | * plugins/check_http.c: fix error when server closes connection | 5067 | * plugins/check_http.c: fix error when server closes connection |
4492 | immediately | 5068 | immediately |
4493 | 5069 | ||
4494 | 2003-05-08 22:59 kdebisschop | 5070 | 2003-05-09 03:59 kdebisschop |
4495 | 5071 | ||
4496 | * plugins/: check_snmp.c: cause snmpget try try for 1 second less | 5072 | * plugins/: check_snmp.c: cause snmpget try try for 1 second less |
4497 | than the timeout (allowing plugin to force close if needed) | 5073 | than the timeout (allowing plugin to force close if needed) |
4498 | 5074 | ||
4499 | 2003-05-07 14:01 undrgrid | 5075 | 2003-05-07 19:01 undrgrid |
4500 | 5076 | ||
4501 | * plugins/check_ping.c: Modified check_ping to handle IPv6 as well | 5077 | * plugins/check_ping.c: Modified check_ping to handle IPv6 as well |
4502 | as IPv4 ICMP checks using the PING6_COMMAND determined during the | 5078 | as IPv4 ICMP checks using the PING6_COMMAND determined during the |
@@ -4505,360 +5081,360 @@ | |||
4505 | available when configure is run I condition it off PING6_COMMAND | 5081 | available when configure is run I condition it off PING6_COMMAND |
4506 | existing to remove build errors for being undefined. | 5082 | existing to remove build errors for being undefined. |
4507 | 5083 | ||
4508 | 2003-04-25 05:05 sghosh | 5084 | 2003-04-25 10:05 sghosh |
4509 | 5085 | ||
4510 | * plugins-scripts/: check_ntp.pl: corrected output units | 5086 | * plugins-scripts/: check_ntp.pl: corrected output units |
4511 | 5087 | ||
4512 | 2003-04-23 00:57 kdebisschop | 5088 | 2003-04-23 05:57 kdebisschop |
4513 | 5089 | ||
4514 | * plugins/: check_http.c, utils.c: update to RFC1123 hostname specs | 5090 | * plugins/: check_http.c, utils.c: update to RFC1123 hostname specs |
4515 | 5091 | ||
4516 | 2003-04-17 01:56 kdebisschop | 5092 | 2003-04-17 06:56 kdebisschop |
4517 | 5093 | ||
4518 | * nagios-plugins.spec.in: add check_nt, drop check_vsz | 5094 | * nagios-plugins.spec.in: add check_nt, drop check_vsz |
4519 | 5095 | ||
4520 | 2003-04-17 01:55 kdebisschop | 5096 | 2003-04-17 06:55 kdebisschop |
4521 | 5097 | ||
4522 | * plugins/: check_dig.c, check_tcp.c, check_users.c: code cleanup | 5098 | * plugins/: check_dig.c, check_tcp.c, check_users.c: code cleanup |
4523 | to clear strict compiler warnings | 5099 | to clear strict compiler warnings |
4524 | 5100 | ||
4525 | 2003-04-17 01:36 kdebisschop | 5101 | 2003-04-17 06:36 kdebisschop |
4526 | 5102 | ||
4527 | * plugins/: check_dig.c, check_tcp.c, netutils.c: code cleanup to | 5103 | * plugins/: check_dig.c, check_tcp.c, netutils.c: code cleanup to |
4528 | clear strict compiler warnings | 5104 | clear strict compiler warnings |
4529 | 5105 | ||
4530 | 2003-04-16 11:31 sghosh | 5106 | 2003-04-16 16:31 sghosh |
4531 | 5107 | ||
4532 | * plugins/check_real.c: old behavior - no stream check unless -u | 5108 | * plugins/check_real.c: old behavior - no stream check unless -u |
4533 | 5109 | ||
4534 | 2003-04-16 11:06 sghosh | 5110 | 2003-04-16 16:06 sghosh |
4535 | 5111 | ||
4536 | * plugins/check_real.c: reset to old behavior of not checking | 5112 | * plugins/check_real.c: reset to old behavior of not checking |
4537 | stream by default | 5113 | stream by default |
4538 | 5114 | ||
4539 | 2003-04-13 00:49 sghosh | 5115 | 2003-04-13 05:49 sghosh |
4540 | 5116 | ||
4541 | * plugins/check_hpjd.c: reduce compiler warning between gcc3 and | 5117 | * plugins/check_hpjd.c: reduce compiler warning between gcc3 and |
4542 | gcc2.96 | 5118 | gcc2.96 |
4543 | 5119 | ||
4544 | 2003-04-13 00:28 sghosh | 5120 | 2003-04-13 05:28 sghosh |
4545 | 5121 | ||
4546 | * configure.in: update for check_mailq - qmail support | 5122 | * configure.in: update for check_mailq - qmail support |
4547 | 5123 | ||
4548 | 2003-04-13 00:25 sghosh | 5124 | 2003-04-13 05:25 sghosh |
4549 | 5125 | ||
4550 | * plugins-scripts/utils.pm.in: update for check_mailq - qmail | 5126 | * plugins-scripts/utils.pm.in: update for check_mailq - qmail |
4551 | support | 5127 | support |
4552 | 5128 | ||
4553 | 2003-04-13 00:23 sghosh | 5129 | 2003-04-13 05:23 sghosh |
4554 | 5130 | ||
4555 | * plugins-scripts/check_mailq.pl: Added sendmail multi-queue | 5131 | * plugins-scripts/check_mailq.pl: Added sendmail multi-queue |
4556 | support (Canau), merged qmail support (Schmid) | 5132 | support (Canau), merged qmail support (Schmid) |
4557 | 5133 | ||
4558 | 2003-04-11 20:02 tonvoon | 5134 | 2003-04-12 01:02 tonvoon |
4559 | 5135 | ||
4560 | * plugins/check_procs.c: Match -a STRING anywhere in ps args | 5136 | * plugins/check_procs.c: Match -a STRING anywhere in ps args |
4561 | (Laurent Vaslin - 719783) | 5137 | (Laurent Vaslin - 719783) |
4562 | 5138 | ||
4563 | 2003-04-11 19:47 tonvoon | 5139 | 2003-04-12 00:47 tonvoon |
4564 | 5140 | ||
4565 | * plugins/check_procs.c: Match -a STRING anywhere in ps args | 5141 | * plugins/check_procs.c: Match -a STRING anywhere in ps args |
4566 | (Laurent Vaslin - 719783) | 5142 | (Laurent Vaslin - 719783) |
4567 | 5143 | ||
4568 | 2003-04-11 18:36 sghosh | 5144 | 2003-04-11 23:36 sghosh |
4569 | 5145 | ||
4570 | * plugins-scripts/check_ifstatus.pl: added feature -u (list of | 5146 | * plugins-scripts/check_ifstatus.pl: added feature -u (list of |
4571 | unused ifIndex) | 5147 | unused ifIndex) |
4572 | 5148 | ||
4573 | 2003-04-11 18:09 sghosh | 5149 | 2003-04-11 23:09 sghosh |
4574 | 5150 | ||
4575 | * plugins-scripts/check_ifstatus.pl: bug 691412, added feature -x | 5151 | * plugins-scripts/check_ifstatus.pl: bug 691412, added feature -x |
4576 | (list of excluded ifTypes) | 5152 | (list of excluded ifTypes) |
4577 | 5153 | ||
4578 | 2003-04-11 14:44 sghosh | 5154 | 2003-04-11 19:44 sghosh |
4579 | 5155 | ||
4580 | * plugins/check_hpjd.c: patch 698384 - order of args to snmpget + | 5156 | * plugins/check_hpjd.c: patch 698384 - order of args to snmpget + |
4581 | print a bit of stderr | 5157 | print a bit of stderr |
4582 | 5158 | ||
4583 | 2003-04-11 12:27 sghosh | 5159 | 2003-04-11 17:27 sghosh |
4584 | 5160 | ||
4585 | * plugins/check_hpjd.c: patch 698384 - order of args to snmpget | 5161 | * plugins/check_hpjd.c: patch 698384 - order of args to snmpget |
4586 | 5162 | ||
4587 | 2003-04-08 23:46 kdebisschop | 5163 | 2003-04-09 04:46 kdebisschop |
4588 | 5164 | ||
4589 | * plugins/: check_http.c, check_hpjd.c, check_nt.c: cleanup to | 5165 | * plugins/: check_http.c, check_hpjd.c, check_nt.c: cleanup to |
4590 | suppress various strict compiler warnings | 5166 | suppress various strict compiler warnings |
4591 | 5167 | ||
4592 | 2003-04-08 23:44 kdebisschop | 5168 | 2003-04-09 04:44 kdebisschop |
4593 | 5169 | ||
4594 | * plugins/common.h: rewrite #elif to be compatible with traditional | 5170 | * plugins/common.h: rewrite #elif to be compatible with traditional |
4595 | C | 5171 | C |
4596 | 5172 | ||
4597 | 2003-04-08 22:09 kdebisschop | 5173 | 2003-04-09 03:09 kdebisschop |
4598 | 5174 | ||
4599 | * plugins/Makefile.am: check_game needs popen.c now | 5175 | * plugins/Makefile.am: check_game needs popen.c now |
4600 | 5176 | ||
4601 | 2003-04-08 16:49 tonvoon | 5177 | 2003-04-08 21:49 tonvoon |
4602 | 5178 | ||
4603 | * plugins/: check_nt.c, check_hpjd.c: Changed // to /* */ comments | 5179 | * plugins/: check_nt.c, check_hpjd.c: Changed // to /* */ comments |
4604 | as some compilers do not like them | 5180 | as some compilers do not like them |
4605 | 5181 | ||
4606 | 2003-04-08 16:38 tonvoon | 5182 | 2003-04-08 21:38 tonvoon |
4607 | 5183 | ||
4608 | * command.cfg.in: Updated command for new check_procs | 5184 | * command.cfg.in: Updated command for new check_procs |
4609 | 5185 | ||
4610 | 2003-04-08 16:37 tonvoon | 5186 | 2003-04-08 21:37 tonvoon |
4611 | 5187 | ||
4612 | * plugins/: check_hpjd.c, check_nt.c: Changed // to /* */ comments | 5188 | * plugins/: check_hpjd.c, check_nt.c: Changed // to /* */ comments |
4613 | as some compilers do not like them | 5189 | as some compilers do not like them |
4614 | 5190 | ||
4615 | 2003-04-07 20:00 stanleyhopcroft | 5191 | 2003-04-08 01:00 stanleyhopcroft |
4616 | 5192 | ||
4617 | * contrib/check_axis.sh: check_axis.sh (Axis 5xx print servers) | 5193 | * contrib/check_axis.sh: check_axis.sh (Axis 5xx print servers) |
4618 | from Tom De Blende | 5194 | from Tom De Blende |
4619 | 5195 | ||
4620 | 2003-04-07 19:40 tonvoon | 5196 | 2003-04-08 00:40 tonvoon |
4621 | 5197 | ||
4622 | * plugins/check_procs.c: Fixed zombie processes | 5198 | * plugins/check_procs.c: Fixed zombie processes |
4623 | 5199 | ||
4624 | 2003-04-07 19:16 tonvoon | 5200 | 2003-04-08 00:16 tonvoon |
4625 | 5201 | ||
4626 | * configure.in: Missed some PS_FORMAT strings | 5202 | * configure.in: Missed some PS_FORMAT strings |
4627 | 5203 | ||
4628 | 2003-04-07 18:53 tonvoon | 5204 | 2003-04-07 23:53 tonvoon |
4629 | 5205 | ||
4630 | * configure.in, plugins/Makefile.am, plugins/check_nagios.c, | 5206 | * configure.in, plugins/Makefile.am, plugins/check_nagios.c, |
4631 | plugins/check_procs.c, plugins/check_vsz.c: Souped up check_procs | 5207 | plugins/check_procs.c, plugins/check_vsz.c: Souped up check_procs |
4632 | with different metrics | 5208 | with different metrics |
4633 | 5209 | ||
4634 | 2003-04-07 17:23 tonvoon | 5210 | 2003-04-07 22:23 tonvoon |
4635 | 5211 | ||
4636 | * plugins/check_snmp.c: Removed unnecessary array for AIX compile | 5212 | * plugins/check_snmp.c: Removed unnecessary array for AIX compile |
4637 | (reported by Alwyn Cherrington) | 5213 | (reported by Alwyn Cherrington) |
4638 | 5214 | ||
4639 | 2003-04-07 17:21 tonvoon | 5215 | 2003-04-07 22:21 tonvoon |
4640 | 5216 | ||
4641 | * plugins/check_snmp.c: Removed unnecessary regex array | 5217 | * plugins/check_snmp.c: Removed unnecessary regex array |
4642 | 5218 | ||
4643 | 2003-04-07 07:39 kdebisschop | 5219 | 2003-04-07 12:39 kdebisschop |
4644 | 5220 | ||
4645 | * plugins/check_http.c: ste timeout one second greater than | 5221 | * plugins/check_http.c: ste timeout one second greater than |
4646 | critical time | 5222 | critical time |
4647 | 5223 | ||
4648 | 2003-04-07 07:38 kdebisschop | 5224 | 2003-04-07 12:38 kdebisschop |
4649 | 5225 | ||
4650 | * plugins/check_game.c: had been grandfathered ibto core, finally | 5226 | * plugins/check_game.c: had been grandfathered ibto core, finally |
4651 | use normal getopts, add options for player, max-player array | 5227 | use normal getopts, add options for player, max-player array |
4652 | positions | 5228 | positions |
4653 | 5229 | ||
4654 | 2003-04-03 16:21 tonvoon | 5230 | 2003-04-03 22:21 tonvoon |
4655 | 5231 | ||
4656 | * plugins-scripts/check_oracle.sh: Cleaned up cache output | 5232 | * plugins-scripts/check_oracle.sh: Cleaned up cache output |
4657 | 5233 | ||
4658 | 2003-04-01 17:24 tonvoon | 5234 | 2003-04-01 23:24 tonvoon |
4659 | 5235 | ||
4660 | * plugins-scripts/check_oracle.sh: Fixed sqlplus calls and | 5236 | * plugins-scripts/check_oracle.sh: Fixed sqlplus calls and |
4661 | rearranged parameters for --tablespace & --cache | 5237 | rearranged parameters for --tablespace & --cache |
4662 | 5238 | ||
4663 | 2003-03-31 23:00 kdebisschop | 5239 | 2003-04-01 05:00 kdebisschop |
4664 | 5240 | ||
4665 | * configure.in: remove PATH_PROG call for autoconf/automake | 5241 | * configure.in: remove PATH_PROG call for autoconf/automake |
4666 | components | 5242 | components |
4667 | 5243 | ||
4668 | 2003-03-31 07:49 kdebisschop | 5244 | 2003-03-31 13:49 kdebisschop |
4669 | 5245 | ||
4670 | * plugins/check_disk.c: checkpoint supresses iso9660 adds option | 5246 | * plugins/check_disk.c: checkpoint supresses iso9660 adds option |
4671 | for checking only local adds choice of scale factor | 5247 | for checking only local adds choice of scale factor |
4672 | 5248 | ||
4673 | 2003-03-27 17:53 tonvoon | 5249 | 2003-03-27 22:53 tonvoon |
4674 | 5250 | ||
4675 | * plugins/check_nwstat.c: Extra Netware checks (Patch 710247 - | 5251 | * plugins/check_nwstat.c: Extra Netware checks (Patch 710247 - |
4676 | Dietmar Ruzicka) | 5252 | Dietmar Ruzicka) |
4677 | 5253 | ||
4678 | 2003-03-26 00:37 tonvoon | 5254 | 2003-03-26 05:37 tonvoon |
4679 | 5255 | ||
4680 | * configure.in: ipv6 check requires unistd.h for Darwin | 5256 | * configure.in: ipv6 check requires unistd.h for Darwin |
4681 | 5257 | ||
4682 | 2003-03-25 22:57 tonvoon | 5258 | 2003-03-26 03:57 tonvoon |
4683 | 5259 | ||
4684 | * configure.in, plugins/check_procs.c: Removal of ps_raw and | 5260 | * configure.in, plugins/check_procs.c: Removal of ps_raw and |
4685 | ps_vars | 5261 | ps_vars |
4686 | 5262 | ||
4687 | 2003-03-25 22:39 tonvoon | 5263 | 2003-03-26 03:39 tonvoon |
4688 | 5264 | ||
4689 | * plugins/check_nagios.c: Uses same ps command as check_procs | 5265 | * plugins/check_nagios.c: Uses same ps command as check_procs |
4690 | 5266 | ||
4691 | 2003-03-25 01:33 kdebisschop | 5267 | 2003-03-25 06:33 kdebisschop |
4692 | 5268 | ||
4693 | * .cvsignore: subst is no longer used | 5269 | * .cvsignore: subst is no longer used |
4694 | 5270 | ||
4695 | 2003-03-24 14:05 undrgrid | 5271 | 2003-03-24 19:05 undrgrid |
4696 | 5272 | ||
4697 | * .cvsignore, Makefile.am: Better stripping of prefix for Solaris | 5273 | * .cvsignore, Makefile.am: Better stripping of prefix for Solaris |
4698 | package install needs to remove /usr/local as package | 5274 | package install needs to remove /usr/local as package |
4699 | installs there by default | 5275 | installs there by default |
4700 | 5276 | ||
4701 | 2003-03-24 12:44 undrgrid | 5277 | 2003-03-24 17:44 undrgrid |
4702 | 5278 | ||
4703 | * Makefile.am, pkg/solaris/.cvsignore, pkg/solaris/pkginfo.in, | 5279 | * Makefile.am, pkg/solaris/.cvsignore, pkg/solaris/pkginfo.in, |
4704 | plugins/check_disk.c: Minor changes to build for Solaris packages | 5280 | plugins/check_disk.c: Minor changes to build for Solaris packages |
4705 | 5281 | ||
4706 | 2003-03-24 11:23 tonvoon | 5282 | 2003-03-24 16:23 tonvoon |
4707 | 5283 | ||
4708 | * plugins/check_procs.c: Use max_state | 5284 | * plugins/check_procs.c: Use max_state |
4709 | 5285 | ||
4710 | 2003-03-23 21:57 tonvoon | 5286 | 2003-03-24 02:57 tonvoon |
4711 | 5287 | ||
4712 | * tools/: mail_error, sfsnapshot: PATH set in correct place and | 5288 | * tools/: mail_error, sfsnapshot: PATH set in correct place and |
4713 | extra comments | 5289 | extra comments |
4714 | 5290 | ||
4715 | 2003-03-23 21:44 tonvoon | 5291 | 2003-03-24 02:44 tonvoon |
4716 | 5292 | ||
4717 | * tools/: mail_error, sfsnapshot: Bug fixes | 5293 | * tools/: mail_error, sfsnapshot: Bug fixes |
4718 | 5294 | ||
4719 | 2003-03-23 21:21 tonvoon | 5295 | 2003-03-24 02:21 tonvoon |
4720 | 5296 | ||
4721 | * tools/mail_error: Sends email if non-zero return code from | 5297 | * tools/mail_error: Sends email if non-zero return code from |
4722 | command | 5298 | command |
4723 | 5299 | ||
4724 | 2003-03-23 21:19 tonvoon | 5300 | 2003-03-24 02:19 tonvoon |
4725 | 5301 | ||
4726 | * tools/sfsnapshot: Error code depending on number of files | 5302 | * tools/sfsnapshot: Error code depending on number of files |
4727 | generated | 5303 | generated |
4728 | 5304 | ||
4729 | 2003-03-23 20:18 tonvoon | 5305 | 2003-03-24 01:18 tonvoon |
4730 | 5306 | ||
4731 | * lib/ls-mntd-fs.m4: Using coreutils 4.5.11 version to fix Darwin | 5307 | * lib/ls-mntd-fs.m4: Using coreutils 4.5.11 version to fix Darwin |
4732 | problem | 5308 | problem |
4733 | 5309 | ||
4734 | 2003-03-23 19:40 tonvoon | 5310 | 2003-03-24 00:40 tonvoon |
4735 | 5311 | ||
4736 | * REQUIREMENTS: Add NSClient requirement for check_nt | 5312 | * REQUIREMENTS: Add NSClient requirement for check_nt |
4737 | 5313 | ||
4738 | 2003-03-23 19:39 tonvoon | 5314 | 2003-03-24 00:39 tonvoon |
4739 | 5315 | ||
4740 | * plugins/check_nt.c: Reference to web site to get NSClient | 5316 | * plugins/check_nt.c: Reference to web site to get NSClient |
4741 | 5317 | ||
4742 | 2003-03-23 19:26 tonvoon | 5318 | 2003-03-24 00:26 tonvoon |
4743 | 5319 | ||
4744 | * plugins/check_nt.c: Reference to web site to get NSClient | 5320 | * plugins/check_nt.c: Reference to web site to get NSClient |
4745 | 5321 | ||
4746 | 2003-03-23 02:01 undrgrid | 5322 | 2003-03-23 07:01 undrgrid |
4747 | 5323 | ||
4748 | * Makefile.am, autogen.sh, configure.in, lib/Makefile.am, | 5324 | * Makefile.am, autogen.sh, configure.in, lib/Makefile.am, |
4749 | pkg/solaris/pkginfo.in, pkg/solaris/solpkg: Solaris package build | 5325 | pkg/solaris/pkginfo.in, pkg/solaris/solpkg: Solaris package build |
4750 | system | 5326 | system |
4751 | 5327 | ||
4752 | 2003-03-23 01:20 kdebisschop | 5328 | 2003-03-23 06:20 kdebisschop |
4753 | 5329 | ||
4754 | * plugins/check_disk.c: can once again exclude indiviual | 5330 | * plugins/check_disk.c: can once again exclude indiviual |
4755 | path/partitions | 5331 | path/partitions |
4756 | 5332 | ||
4757 | 2003-03-23 01:11 kdebisschop | 5333 | 2003-03-23 06:11 kdebisschop |
4758 | 5334 | ||
4759 | * plugins/check_disk.c: add -X to exclude FS type, now works with | 5335 | * plugins/check_disk.c: add -X to exclude FS type, now works with |
4760 | more than one path/dev specified | 5336 | more than one path/dev specified |
4761 | 5337 | ||
4762 | 2003-03-22 08:23 kdebisschop | 5338 | 2003-03-22 13:23 kdebisschop |
4763 | 5339 | ||
4764 | * plugins/utils.c: declaration must precede printf | 5340 | * plugins/utils.c: declaration must precede printf |
4765 | 5341 | ||
4766 | 2003-03-21 15:21 tonvoon | 5342 | 2003-03-21 20:21 tonvoon |
4767 | 5343 | ||
4768 | * configure.in: Stupid bug! | 5344 | * configure.in: Stupid bug! |
4769 | 5345 | ||
4770 | 2003-03-21 09:08 kdebisschop | 5346 | 2003-03-21 14:08 kdebisschop |
4771 | 5347 | ||
4772 | * plugins/check_disk.c: checkpoint, allows selecting devices and | 5348 | * plugins/check_disk.c: checkpoint, allows selecting devices and |
4773 | paths now | 5349 | paths now |
4774 | 5350 | ||
4775 | 2003-03-21 09:04 kdebisschop | 5351 | 2003-03-21 14:04 kdebisschop |
4776 | 5352 | ||
4777 | * configure.in: instructions for posting plugin version number | 5353 | * configure.in: instructions for posting plugin version number |
4778 | 5354 | ||
4779 | 2003-03-19 18:44 kdebisschop | 5355 | 2003-03-19 23:44 kdebisschop |
4780 | 5356 | ||
4781 | * plugins/check_by_ssh.c: allow to specify -1 and -2 for protocol | 5357 | * plugins/check_by_ssh.c: allow to specify -1 and -2 for protocol |
4782 | version | 5358 | version |
4783 | 5359 | ||
4784 | 2003-03-19 17:42 tonvoon | 5360 | 2003-03-19 22:42 tonvoon |
4785 | 5361 | ||
4786 | * configure.in: Tru64 df support (Paul Clayton) | 5362 | * configure.in: Tru64 df support (Paul Clayton) |
4787 | 5363 | ||
4788 | 2003-03-19 08:01 kdebisschop | 5364 | 2003-03-19 13:01 kdebisschop |
4789 | 5365 | ||
4790 | * plugins/: utils.c, utils.h: make state_text a function | 5366 | * plugins/: utils.c, utils.h: make state_text a function |
4791 | 5367 | ||
4792 | 2003-03-19 07:59 kdebisschop | 5368 | 2003-03-19 12:59 kdebisschop |
4793 | 5369 | ||
4794 | * lib/mountlist.c, plugins/check_disk.c: check_disk working with | 5370 | * lib/mountlist.c, plugins/check_disk.c: check_disk working with |
4795 | mountlist.c | 5371 | mountlist.c |
4796 | 5372 | ||
4797 | 2003-03-18 21:28 kdebisschop | 5373 | 2003-03-19 02:28 kdebisschop |
4798 | 5374 | ||
4799 | * Makefile.am, configure.in: subst.* was replaced by dist-hook | 5375 | * Makefile.am, configure.in: subst.* was replaced by dist-hook |
4800 | 5376 | ||
4801 | 2003-03-18 21:27 kdebisschop | 5377 | 2003-03-19 02:27 kdebisschop |
4802 | 5378 | ||
4803 | * subst.in, subst.sh: these were replaced by dist-hook | 5379 | * subst.in, subst.sh: these were replaced by dist-hook |
4804 | 5380 | ||
4805 | 2003-03-18 10:18 kdebisschop | 5381 | 2003-03-18 15:18 kdebisschop |
4806 | 5382 | ||
4807 | * configure.in: running the AFS macro causes newer AC/AM to barf | 5383 | * configure.in: running the AFS macro causes newer AC/AM to barf |
4808 | 5384 | ||
4809 | 2003-03-18 04:02 kdebisschop | 5385 | 2003-03-18 09:02 kdebisschop |
4810 | 5386 | ||
4811 | * configure.in: afs checking | 5387 | * configure.in: afs checking |
4812 | 5388 | ||
4813 | 2003-03-18 03:50 kdebisschop | 5389 | 2003-03-18 08:50 kdebisschop |
4814 | 5390 | ||
4815 | * lib/: ls-mntd-fs.m4, afs.m4: use AC_DEFINE_UNQOUTED | 5391 | * lib/: ls-mntd-fs.m4, afs.m4: use AC_DEFINE_UNQOUTED |
4816 | 5392 | ||
4817 | 2003-03-18 03:47 kdebisschop | 5393 | 2003-03-18 08:47 kdebisschop |
4818 | 5394 | ||
4819 | * lib/ls-mntd-fs.m4: stop warning on autoheader 2.13 | 5395 | * lib/ls-mntd-fs.m4: stop warning on autoheader 2.13 |
4820 | 5396 | ||
4821 | 2003-03-18 02:57 kdebisschop | 5397 | 2003-03-18 07:57 kdebisschop |
4822 | 5398 | ||
4823 | * plugins/: netutils.c, netutils.h: common.h was doubly included | 5399 | * plugins/: netutils.c, netutils.h: common.h was doubly included |
4824 | 5400 | ||
4825 | 2003-03-18 02:57 kdebisschop | 5401 | 2003-03-18 07:57 kdebisschop |
4826 | 5402 | ||
4827 | * plugins/common.h: use enum instead of define, remove some cruft | 5403 | * plugins/common.h: use enum instead of define, remove some cruft |
4828 | from old snprintf implementation | 5404 | from old snprintf implementation |
4829 | 5405 | ||
4830 | 2003-03-18 02:48 kdebisschop | 5406 | 2003-03-18 07:48 kdebisschop |
4831 | 5407 | ||
4832 | * configure.in, lib/Makefile.am, plugins/check_disk.c: use GNU | 5408 | * configure.in, lib/Makefile.am, plugins/check_disk.c: use GNU |
4833 | fileutils for check_disk | 5409 | fileutils for check_disk |
4834 | 5410 | ||
4835 | 2003-03-18 02:47 kdebisschop | 5411 | 2003-03-18 07:47 kdebisschop |
4836 | 5412 | ||
4837 | * lib/: afs.m4, fstypename.m4, fsusage.c, fsusage.h, fsusage.m4, | 5413 | * lib/: afs.m4, fstypename.m4, fsusage.c, fsusage.h, fsusage.m4, |
4838 | ls-mntd-fs.m4, mountlist.c, mountlist.h: from GNU fileutils for | 5414 | ls-mntd-fs.m4, mountlist.c, mountlist.h: from GNU fileutils for |
4839 | check_disk | 5415 | check_disk |
4840 | 5416 | ||
4841 | 2003-03-17 17:22 tonvoon | 5417 | 2003-03-17 22:22 tonvoon |
4842 | 5418 | ||
4843 | * plugins-scripts/: check_oracle.sh: Allow default Oracle home from | 5419 | * plugins-scripts/: check_oracle.sh: Allow default Oracle home from |
4844 | oratab (reported by Walbert Oberngruber) | 5420 | oratab (reported by Walbert Oberngruber) |
4845 | 5421 | ||
4846 | 2003-03-16 18:54 undrgrid | 5422 | 2003-03-16 23:54 undrgrid |
4847 | 5423 | ||
4848 | * configure.in: Modified to automatically enable getaddrinfo | 5424 | * configure.in: Modified to automatically enable getaddrinfo |
4849 | emulation if lwres is not used and getaddrinfo is not found in | 5425 | emulation if lwres is not used and getaddrinfo is not found in |
4850 | the system. | 5426 | the system. |
4851 | 5427 | ||
4852 | 2003-03-16 18:28 undrgrid | 5428 | 2003-03-16 23:28 undrgrid |
4853 | 5429 | ||
4854 | * plugins/: check_tcp.c, netutils.c, netutils.h: Applied patch | 5430 | * plugins/: check_tcp.c, netutils.c, netutils.h: Applied patch |
4855 | #660973 for tcp refusals | 5431 | #660973 for tcp refusals |
4856 | 5432 | ||
4857 | 2003-03-14 20:28 undrgrid | 5433 | 2003-03-15 01:28 undrgrid |
4858 | 5434 | ||
4859 | * configure.in: Left over debug define | 5435 | * configure.in: Left over debug define |
4860 | 5436 | ||
4861 | 2003-03-14 20:25 undrgrid | 5437 | 2003-03-15 01:25 undrgrid |
4862 | 5438 | ||
4863 | * configure.in, lib/Makefile.am, lib/getaddrinfo.c, | 5439 | * configure.in, lib/Makefile.am, lib/getaddrinfo.c, |
4864 | lib/getaddrinfo.h, lib/gethostbyname.c, lib/gethostbyname.h, | 5440 | lib/getaddrinfo.h, lib/gethostbyname.c, lib/gethostbyname.h, |
@@ -4874,35 +5450,35 @@ | |||
4874 | and has been tested prior to commit on Debian GNU/Linux, SPARC | 5450 | and has been tested prior to commit on Debian GNU/Linux, SPARC |
4875 | Solaris 7 and SPARC Solaris 9. | 5451 | Solaris 7 and SPARC Solaris 9. |
4876 | 5452 | ||
4877 | 2003-03-14 08:28 kdebisschop | 5453 | 2003-03-14 13:28 kdebisschop |
4878 | 5454 | ||
4879 | * plugins-scripts/check_ntp.pl: add timeout, fix taint chacking | 5455 | * plugins-scripts/check_ntp.pl: add timeout, fix taint chacking |
4880 | diom | 5456 | diom |
4881 | 5457 | ||
4882 | 2003-03-13 17:20 undrgrid | 5458 | 2003-03-13 22:20 undrgrid |
4883 | 5459 | ||
4884 | * .cvsignore, configure.in, lib/Makefile.am: Working out issues | 5460 | * .cvsignore, configure.in, lib/Makefile.am: Working out issues |
4885 | with getaddrinfo emulation build environment | 5461 | with getaddrinfo emulation build environment |
4886 | 5462 | ||
4887 | 2003-03-13 16:14 tonvoon | 5463 | 2003-03-13 21:14 tonvoon |
4888 | 5464 | ||
4889 | * plugins/: check_dns.c, check_http.c, check_tcp.c: Strip leading | 5465 | * plugins/: check_dns.c, check_http.c, check_tcp.c: Strip leading |
4890 | spaces in perf data | 5466 | spaces in perf data |
4891 | 5467 | ||
4892 | 2003-03-13 16:10 tonvoon | 5468 | 2003-03-13 21:10 tonvoon |
4893 | 5469 | ||
4894 | * plugins/check_smtp.c: Perf data without leading spaces and fix | 5470 | * plugins/check_smtp.c: Perf data without leading spaces and fix |
4895 | ANSI C complaint about \n | 5471 | ANSI C complaint about \n |
4896 | 5472 | ||
4897 | 2003-03-13 15:33 tonvoon | 5473 | 2003-03-13 20:33 tonvoon |
4898 | 5474 | ||
4899 | * plugins/check_tcp.c: Fix compiler warnings re progname | 5475 | * plugins/check_tcp.c: Fix compiler warnings re progname |
4900 | 5476 | ||
4901 | 2003-03-13 01:52 undrgrid | 5477 | 2003-03-13 06:52 undrgrid |
4902 | 5478 | ||
4903 | * depcomp: Removed auto-tools script that automake adds | 5479 | * depcomp: Removed auto-tools script that automake adds |
4904 | 5480 | ||
4905 | 2003-03-13 01:51 undrgrid | 5481 | 2003-03-13 06:51 undrgrid |
4906 | 5482 | ||
4907 | * .cvsignore, configure.in, install-sh, missing, mkinstalldirs, | 5483 | * .cvsignore, configure.in, install-sh, missing, mkinstalldirs, |
4908 | plugins/.cvsignore, plugins/Makefile.am, plugins/common.h, | 5484 | plugins/.cvsignore, plugins/Makefile.am, plugins/common.h, |
@@ -4913,36 +5489,36 @@ | |||
4913 | from being ran through configure to standard Removed auto-tools | 5489 | from being ran through configure to standard Removed auto-tools |
4914 | scripts that get added by automake | 5490 | scripts that get added by automake |
4915 | 5491 | ||
4916 | 2003-03-13 01:00 kdebisschop | 5492 | 2003-03-13 06:00 kdebisschop |
4917 | 5493 | ||
4918 | * plugins/negate.c: negate must be POSIXly correct in handling | 5494 | * plugins/negate.c: negate must be POSIXly correct in handling |
4919 | options, else wrapped options get passed to it | 5495 | options, else wrapped options get passed to it |
4920 | 5496 | ||
4921 | 2003-03-13 00:59 undrgrid | 5497 | 2003-03-13 05:59 undrgrid |
4922 | 5498 | ||
4923 | * configure.in: Removed --with-ipv6 configure option so it | 5499 | * configure.in: Removed --with-ipv6 configure option so it |
4924 | determines IPv6 availablity completely on it's own per suggestion | 5500 | determines IPv6 availablity completely on it's own per suggestion |
4925 | by Karl | 5501 | by Karl |
4926 | 5502 | ||
4927 | 2003-03-13 00:29 kdebisschop | 5503 | 2003-03-13 05:29 kdebisschop |
4928 | 5504 | ||
4929 | * plugins/negate.c: negate must be POSIXly correct in handling | 5505 | * plugins/negate.c: negate must be POSIXly correct in handling |
4930 | options, else wrapped options get passed to it | 5506 | options, else wrapped options get passed to it |
4931 | 5507 | ||
4932 | 2003-03-12 17:13 undrgrid | 5508 | 2003-03-12 22:13 undrgrid |
4933 | 5509 | ||
4934 | * plugins/check_tcp.c: doco standarization | 5510 | * plugins/check_tcp.c: doco standarization |
4935 | 5511 | ||
4936 | 2003-03-12 14:50 undrgrid | 5512 | 2003-03-12 19:50 undrgrid |
4937 | 5513 | ||
4938 | * configure.in, plugins-scripts/subst.in: Just a lil namespace | 5514 | * configure.in, plugins-scripts/subst.in: Just a lil namespace |
4939 | clean-up | 5515 | clean-up |
4940 | 5516 | ||
4941 | 2003-03-12 12:42 undrgrid | 5517 | 2003-03-12 17:42 undrgrid |
4942 | 5518 | ||
4943 | * configure.in: Minor fix to --with-ipv6 behavior | 5519 | * configure.in: Minor fix to --with-ipv6 behavior |
4944 | 5520 | ||
4945 | 2003-03-12 12:11 undrgrid | 5521 | 2003-03-12 17:11 undrgrid |
4946 | 5522 | ||
4947 | * autogen.sh, configure.in, plugins/utils.c, plugins/utils.h.in: | 5523 | * autogen.sh, configure.in, plugins/utils.c, plugins/utils.h.in: |
4948 | Added autogen.sh script that rebuilds using autotools and runs | 5524 | Added autogen.sh script that rebuilds using autotools and runs |
@@ -4953,71 +5529,71 @@ | |||
4953 | need to use the --with-ipv6 command line option to configure. | 5529 | need to use the --with-ipv6 command line option to configure. |
4954 | Modified plugins/utils.* to use USE_IPV6 | 5530 | Modified plugins/utils.* to use USE_IPV6 |
4955 | 5531 | ||
4956 | 2003-03-12 02:05 kdebisschop | 5532 | 2003-03-12 07:05 kdebisschop |
4957 | 5533 | ||
4958 | * plugins/check_disk.c: doco standarization | 5534 | * plugins/check_disk.c: doco standarization |
4959 | 5535 | ||
4960 | 2003-03-12 01:44 kdebisschop | 5536 | 2003-03-12 06:44 kdebisschop |
4961 | 5537 | ||
4962 | * plugins/check_disk.c: errors for statfs | 5538 | * plugins/check_disk.c: errors for statfs |
4963 | 5539 | ||
4964 | 2003-03-12 01:41 kdebisschop | 5540 | 2003-03-12 06:41 kdebisschop |
4965 | 5541 | ||
4966 | * plugins/check_smtp.c: comment/doco cleanup for embeeded doc work, | 5542 | * plugins/check_smtp.c: comment/doco cleanup for embeeded doc work, |
4967 | control STMP command via options instead of defines | 5543 | control STMP command via options instead of defines |
4968 | 5544 | ||
4969 | 2003-03-12 01:38 kdebisschop | 5545 | 2003-03-12 06:38 kdebisschop |
4970 | 5546 | ||
4971 | * configure.in: version increase, statfs work | 5547 | * configure.in: version increase, statfs work |
4972 | 5548 | ||
4973 | 2003-03-11 21:47 undrgrid | 5549 | 2003-03-12 02:47 undrgrid |
4974 | 5550 | ||
4975 | * plugins/.cvsignore: Add some more extra plugins | 5551 | * plugins/.cvsignore: Add some more extra plugins |
4976 | 5552 | ||
4977 | 2003-03-11 21:29 undrgrid | 5553 | 2003-03-12 02:29 undrgrid |
4978 | 5554 | ||
4979 | * plugins/check_dig.c: Code clean-up | 5555 | * plugins/check_dig.c: Code clean-up |
4980 | 5556 | ||
4981 | 2003-03-11 21:29 undrgrid | 5557 | 2003-03-12 02:29 undrgrid |
4982 | 5558 | ||
4983 | * plugins/check_http.c: Clean up of output from plugin | 5559 | * plugins/check_http.c: Clean up of output from plugin |
4984 | 5560 | ||
4985 | 2003-03-11 21:24 undrgrid | 5561 | 2003-03-12 02:24 undrgrid |
4986 | 5562 | ||
4987 | * plugins/: check_udp.c, check_ldap.c, check_http.c: Code clean-up | 5563 | * plugins/: check_udp.c, check_ldap.c, check_http.c: Code clean-up |
4988 | 5564 | ||
4989 | 2003-03-11 21:23 undrgrid | 5565 | 2003-03-12 02:23 undrgrid |
4990 | 5566 | ||
4991 | * plugins/check_tcp.c: Code cleanup | 5567 | * plugins/check_tcp.c: Code cleanup |
4992 | 5568 | ||
4993 | 2003-03-11 19:45 tonvoon | 5569 | 2003-03-12 00:45 tonvoon |
4994 | 5570 | ||
4995 | * plugins/check_dns.c: Removed is_host checks to speed up code. | 5571 | * plugins/check_dns.c: Removed is_host checks to speed up code. |
4996 | Fixed timings so no spaces | 5572 | Fixed timings so no spaces |
4997 | 5573 | ||
4998 | 2003-03-11 19:08 tonvoon | 5574 | 2003-03-12 00:08 tonvoon |
4999 | 5575 | ||
5000 | * plugins/check_dns.c: Timings in milliseconds and nicer output | 5576 | * plugins/check_dns.c: Timings in milliseconds and nicer output |
5001 | 5577 | ||
5002 | 2003-03-11 17:51 tonvoon | 5578 | 2003-03-11 22:51 tonvoon |
5003 | 5579 | ||
5004 | * plugins-scripts/.cvsignore: Add script ignores | 5580 | * plugins-scripts/.cvsignore: Add script ignores |
5005 | 5581 | ||
5006 | 2003-03-11 17:36 tonvoon | 5582 | 2003-03-11 22:36 tonvoon |
5007 | 5583 | ||
5008 | * plugins/negate.c: Remove getopt_long checks | 5584 | * plugins/negate.c: Remove getopt_long checks |
5009 | 5585 | ||
5010 | 2003-03-11 17:34 tonvoon | 5586 | 2003-03-11 22:34 tonvoon |
5011 | 5587 | ||
5012 | * plugins/negate.c: Fixed reading too many argv parameters and | 5588 | * plugins/negate.c: Fixed reading too many argv parameters and |
5013 | changed to asprintf | 5589 | changed to asprintf |
5014 | 5590 | ||
5015 | 2003-03-11 17:29 tonvoon | 5591 | 2003-03-11 22:29 tonvoon |
5016 | 5592 | ||
5017 | * plugins/negate.c: Fixed reading too many argv parameters and | 5593 | * plugins/negate.c: Fixed reading too many argv parameters and |
5018 | changed to asprintf | 5594 | changed to asprintf |
5019 | 5595 | ||
5020 | 2003-03-11 17:22 tonvoon | 5596 | 2003-03-11 22:22 tonvoon |
5021 | 5597 | ||
5022 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, | 5598 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, |
5023 | check_fping.c, check_hpjd.c, check_http.c, check_ide-smart.c, | 5599 | check_fping.c, check_hpjd.c, check_http.c, check_ide-smart.c, |
@@ -5029,69 +5605,69 @@ | |||
5029 | check_udp.c, check_ups.c, check_users.c, check_vsz.c: Remove | 5605 | check_udp.c, check_ups.c, check_users.c, check_vsz.c: Remove |
5030 | getopt_long checks | 5606 | getopt_long checks |
5031 | 5607 | ||
5032 | 2003-03-11 17:09 undrgrid | 5608 | 2003-03-11 22:09 undrgrid |
5033 | 5609 | ||
5034 | * configure.in: Fixed some ping6 variables | 5610 | * configure.in: Fixed some ping6 variables |
5035 | 5611 | ||
5036 | 2003-03-11 13:32 undrgrid | 5612 | 2003-03-11 18:32 undrgrid |
5037 | 5613 | ||
5038 | * configure.in: Minor change to Karl's statfs check Inclusion of | 5614 | * configure.in: Minor change to Karl's statfs check Inclusion of |
5039 | ICMPv6 ping tests to define PING6_COMMAND Minor fix to ps syntax | 5615 | ICMPv6 ping tests to define PING6_COMMAND Minor fix to ps syntax |
5040 | checking to fix bug I introduced last nite | 5616 | checking to fix bug I introduced last nite |
5041 | 5617 | ||
5042 | 2003-03-11 02:04 undrgrid | 5618 | 2003-03-11 07:04 undrgrid |
5043 | 5619 | ||
5044 | * Makefile.am, configure.in: Removed acconfig.h from EXTRA_DIST | 5620 | * Makefile.am, configure.in: Removed acconfig.h from EXTRA_DIST |
5045 | Fixed problem with test in SWAP_FORMAT and SWAP_COMMAND | 5621 | Fixed problem with test in SWAP_FORMAT and SWAP_COMMAND |
5046 | 5622 | ||
5047 | 2003-03-11 01:44 kdebisschop | 5623 | 2003-03-11 06:44 kdebisschop |
5048 | 5624 | ||
5049 | * configure.in, plugins/check_disk.c: use statfs for check_disk | 5625 | * configure.in, plugins/check_disk.c: use statfs for check_disk |
5050 | (still needs fs scan) | 5626 | (still needs fs scan) |
5051 | 5627 | ||
5052 | 2003-03-11 01:03 undrgrid | 5628 | 2003-03-11 06:03 undrgrid |
5053 | 5629 | ||
5054 | * acconfig.h, configure.in: Finishing clean-up of configure.in | 5630 | * acconfig.h, configure.in: Finishing clean-up of configure.in |
5055 | Removing acconfig.h as it's no longer needed | 5631 | Removing acconfig.h as it's no longer needed |
5056 | 5632 | ||
5057 | 2003-03-10 18:58 undrgrid | 5633 | 2003-03-10 23:58 undrgrid |
5058 | 5634 | ||
5059 | * acconfig.h, configure.in: Cleaned up configure for PS and PING to | 5635 | * acconfig.h, configure.in: Cleaned up configure for PS and PING to |
5060 | produce cleaner config.h | 5636 | produce cleaner config.h |
5061 | 5637 | ||
5062 | 2003-03-09 13:13 undrgrid | 5638 | 2003-03-09 18:13 undrgrid |
5063 | 5639 | ||
5064 | * plugins/common.h.in: Make sure sys/socket.h is explicitly | 5640 | * plugins/common.h.in: Make sure sys/socket.h is explicitly |
5065 | included if HAVE_SYS_SOCKET_H is defined | 5641 | included if HAVE_SYS_SOCKET_H is defined |
5066 | 5642 | ||
5067 | 2003-03-09 05:39 tonvoon | 5643 | 2003-03-09 10:39 tonvoon |
5068 | 5644 | ||
5069 | * plugins/check_disk.c: Implement error-only option for check_disk | 5645 | * plugins/check_disk.c: Implement error-only option for check_disk |
5070 | (Ian Duggan) | 5646 | (Ian Duggan) |
5071 | 5647 | ||
5072 | 2003-03-09 05:36 tonvoon | 5648 | 2003-03-09 10:36 tonvoon |
5073 | 5649 | ||
5074 | * plugins/check_disk.c: Implement error-only option for check_disk | 5650 | * plugins/check_disk.c: Implement error-only option for check_disk |
5075 | (Ian Duggan) | 5651 | (Ian Duggan) |
5076 | 5652 | ||
5077 | 2003-03-08 07:08 tonvoon | 5653 | 2003-03-08 12:08 tonvoon |
5078 | 5654 | ||
5079 | * plugins/check_disk.c: Fix AIX /proc filesystem (Ian Duggan) | 5655 | * plugins/check_disk.c: Fix AIX /proc filesystem (Ian Duggan) |
5080 | 5656 | ||
5081 | 2003-03-08 07:05 tonvoon | 5657 | 2003-03-08 12:05 tonvoon |
5082 | 5658 | ||
5083 | * plugins/check_disk.c: Fix AIX /proc filesystem (Ian Duggan) | 5659 | * plugins/check_disk.c: Fix AIX /proc filesystem (Ian Duggan) |
5084 | 5660 | ||
5085 | 2003-03-08 06:44 tonvoon | 5661 | 2003-03-08 11:44 tonvoon |
5086 | 5662 | ||
5087 | * configure.in: snprintf checks in configure.in like samba | 5663 | * configure.in: snprintf checks in configure.in like samba |
5088 | 5664 | ||
5089 | 2003-03-07 21:27 undrgrid | 5665 | 2003-03-08 02:27 undrgrid |
5090 | 5666 | ||
5091 | * plugins/check_dns.c: Modified code to call is_addr() rather than | 5667 | * plugins/check_dns.c: Modified code to call is_addr() rather than |
5092 | is_dotted_quad() with the new AF indepdent function routines | 5668 | is_dotted_quad() with the new AF indepdent function routines |
5093 | 5669 | ||
5094 | 2003-03-07 21:26 undrgrid | 5670 | 2003-03-08 02:26 undrgrid |
5095 | 5671 | ||
5096 | * plugins/: netutils.c, netutils.h.in, utils.c, utils.h.in: AF | 5672 | * plugins/: netutils.c, netutils.h.in, utils.c, utils.h.in: AF |
5097 | indepedent routines introduced. Modifed process_request() & | 5673 | indepedent routines introduced. Modifed process_request() & |
@@ -5102,41 +5678,41 @@ | |||
5102 | functions to check whether it is a valid IP address Modified | 5678 | functions to check whether it is a valid IP address Modified |
5103 | is_host() to call is_addr() and is_hostname() | 5679 | is_host() to call is_addr() and is_hostname() |
5104 | 5680 | ||
5105 | 2003-03-07 21:02 tonvoon | 5681 | 2003-03-08 02:02 tonvoon |
5106 | 5682 | ||
5107 | * tools/sfsnapshot: Need to remove configure.in | 5683 | * tools/sfsnapshot: Need to remove configure.in |
5108 | 5684 | ||
5109 | 2003-03-07 20:59 tonvoon | 5685 | 2003-03-08 01:59 tonvoon |
5110 | 5686 | ||
5111 | * lib/Makefile.am, lib/snprintf.c, plugins/Makefile.am, | 5687 | * lib/Makefile.am, lib/snprintf.c, plugins/Makefile.am, |
5112 | plugins/snprintf.c: Move snprintf into lib | 5688 | plugins/snprintf.c: Move snprintf into lib |
5113 | 5689 | ||
5114 | 2003-03-07 20:48 tonvoon | 5690 | 2003-03-08 01:48 tonvoon |
5115 | 5691 | ||
5116 | * tools/sfsnapshot: Have to run through whole automake procedure as | 5692 | * tools/sfsnapshot: Have to run through whole automake procedure as |
5117 | datestamp in RELEASE variable | 5693 | datestamp in RELEASE variable |
5118 | 5694 | ||
5119 | 2003-03-07 20:13 tonvoon | 5695 | 2003-03-08 01:13 tonvoon |
5120 | 5696 | ||
5121 | * tools/sfsnapshot: Added automake parameters for config.sub and | 5697 | * tools/sfsnapshot: Added automake parameters for config.sub and |
5122 | config.guess | 5698 | config.guess |
5123 | 5699 | ||
5124 | 2003-03-07 19:57 tonvoon | 5700 | 2003-03-08 00:57 tonvoon |
5125 | 5701 | ||
5126 | * tools/sfsnapshot: Fixed production OUT variable | 5702 | * tools/sfsnapshot: Fixed production OUT variable |
5127 | 5703 | ||
5128 | 2003-03-07 19:55 tonvoon | 5704 | 2003-03-08 00:55 tonvoon |
5129 | 5705 | ||
5130 | * tools/sfsnapshot: Adds MD5SUM file, creates multiple branch | 5706 | * tools/sfsnapshot: Adds MD5SUM file, creates multiple branch |
5131 | snapshots and doesn't rerun configure/automake/autoconf | 5707 | snapshots and doesn't rerun configure/automake/autoconf |
5132 | unnecessarily | 5708 | unnecessarily |
5133 | 5709 | ||
5134 | 2003-03-07 19:21 tonvoon | 5710 | 2003-03-08 00:21 tonvoon |
5135 | 5711 | ||
5136 | * Makefile.am: Use Makefile's variables (to support a shortcut in | 5712 | * Makefile.am: Use Makefile's variables (to support a shortcut in |
5137 | sfsnapshot) | 5713 | sfsnapshot) |
5138 | 5714 | ||
5139 | 2003-03-07 17:11 undrgrid | 5715 | 2003-03-07 22:11 undrgrid |
5140 | 5716 | ||
5141 | * configure.in, lib/Makefile.am, lib/getaddrinfo.c, | 5717 | * configure.in, lib/Makefile.am, lib/getaddrinfo.c, |
5142 | lib/getaddrinfo.h, lib/gethostbyname.c, lib/gethostbyname.h, | 5718 | lib/getaddrinfo.h, lib/gethostbyname.c, lib/gethostbyname.h, |
@@ -5148,28 +5724,28 @@ | |||
5148 | tools/setup to include adding missing files so config.sub | 5724 | tools/setup to include adding missing files so config.sub |
5149 | and config.guess will be available | 5725 | and config.guess will be available |
5150 | 5726 | ||
5151 | 2003-03-07 15:16 tonvoon | 5727 | 2003-03-07 20:16 tonvoon |
5152 | 5728 | ||
5153 | * plugins/check_nt.c: Make output for CPU load nicer | 5729 | * plugins/check_nt.c: Make output for CPU load nicer |
5154 | 5730 | ||
5155 | 2003-03-07 02:45 kdebisschop | 5731 | 2003-03-07 07:45 kdebisschop |
5156 | 5732 | ||
5157 | * plugins/check_smtp.c: millisecond timing and perf data | 5733 | * plugins/check_smtp.c: millisecond timing and perf data |
5158 | 5734 | ||
5159 | 2003-03-07 02:15 kdebisschop | 5735 | 2003-03-07 07:15 kdebisschop |
5160 | 5736 | ||
5161 | * plugins/: check_smtp.c: whole timer loop was on the wrong side of | 5737 | * plugins/: check_smtp.c: whole timer loop was on the wrong side of |
5162 | connection close code | 5738 | connection close code |
5163 | 5739 | ||
5164 | 2003-03-07 01:43 kdebisschop | 5740 | 2003-03-07 06:43 kdebisschop |
5165 | 5741 | ||
5166 | * plugins/check_udp.c: fix for -H invocation of hostname | 5742 | * plugins/check_udp.c: fix for -H invocation of hostname |
5167 | 5743 | ||
5168 | 2003-03-07 01:40 kdebisschop | 5744 | 2003-03-07 06:40 kdebisschop |
5169 | 5745 | ||
5170 | * plugins/check_udp.c: fix for -H invocation of hostname | 5746 | * plugins/check_udp.c: fix for -H invocation of hostname |
5171 | 5747 | ||
5172 | 2003-03-06 01:40 undrgrid | 5748 | 2003-03-06 06:40 undrgrid |
5173 | 5749 | ||
5174 | * acinclude.m4, configure.in: Adds --with-lwres and | 5750 | * acinclude.m4, configure.in: Adds --with-lwres and |
5175 | --enable-emulate-getaddrinfo but are not used in any of the code | 5751 | --enable-emulate-getaddrinfo but are not used in any of the code |
@@ -5178,598 +5754,598 @@ | |||
5178 | I need input from results of this run on various platforms to see | 5754 | I need input from results of this run on various platforms to see |
5179 | what results are seen in plugins/config.h so please help test !!! | 5755 | what results are seen in plugins/config.h so please help test !!! |
5180 | 5756 | ||
5181 | 2003-03-05 02:27 kdebisschop | 5757 | 2003-03-05 07:27 kdebisschop |
5182 | 5758 | ||
5183 | * plugins-scripts/check_ntp.pl: add "m" to regex for minutes | 5759 | * plugins-scripts/check_ntp.pl: add "m" to regex for minutes |
5184 | 5760 | ||
5185 | 2003-03-05 00:59 sghosh | 5761 | 2003-03-05 05:59 sghosh |
5186 | 5762 | ||
5187 | * plugins/check_smtp.c: remove race condition for a long HELO | 5763 | * plugins/check_smtp.c: remove race condition for a long HELO |
5188 | 5764 | ||
5189 | 2003-03-04 23:38 sghosh | 5765 | 2003-03-05 04:38 sghosh |
5190 | 5766 | ||
5191 | * command.cfg.in: corrected snmp commands | 5767 | * command.cfg.in: corrected snmp commands |
5192 | 5768 | ||
5193 | 2003-03-04 23:37 sghosh | 5769 | 2003-03-05 04:37 sghosh |
5194 | 5770 | ||
5195 | * plugins-scripts/check_ntp.pl: regex fix per Marc Poulin | 5771 | * plugins-scripts/check_ntp.pl: regex fix per Marc Poulin |
5196 | 5772 | ||
5197 | 2003-03-04 19:17 tonvoon | 5773 | 2003-03-05 00:17 tonvoon |
5198 | 5774 | ||
5199 | * plugins/check_http.c: check_http min size option (680467 - Dave | 5775 | * plugins/check_http.c: check_http min size option (680467 - Dave |
5200 | Viner) | 5776 | Viner) |
5201 | 5777 | ||
5202 | 2003-03-04 18:56 tonvoon | 5778 | 2003-03-04 23:56 tonvoon |
5203 | 5779 | ||
5204 | * plugins/check_nt.c: Make output message for CPU Load a bit nicer | 5780 | * plugins/check_nt.c: Make output message for CPU Load a bit nicer |
5205 | 5781 | ||
5206 | 2003-03-04 18:35 tonvoon | 5782 | 2003-03-04 23:35 tonvoon |
5207 | 5783 | ||
5208 | * tools/sfsnapshot: To create nagiosplug daily snapshots on SF | 5784 | * tools/sfsnapshot: To create nagiosplug daily snapshots on SF |
5209 | 5785 | ||
5210 | 2003-03-02 22:49 kdebisschop | 5786 | 2003-03-03 03:49 kdebisschop |
5211 | 5787 | ||
5212 | * plugins/check_ping.c: accept comma-delimted list of hosts for | 5788 | * plugins/check_ping.c: accept comma-delimted list of hosts for |
5213 | checking if a multihomed host is alive | 5789 | checking if a multihomed host is alive |
5214 | 5790 | ||
5215 | 2003-03-02 01:01 kdebisschop | 5791 | 2003-03-02 06:01 kdebisschop |
5216 | 5792 | ||
5217 | * plugins/check_ping.c: add logic to check multiple servers | 5793 | * plugins/check_ping.c: add logic to check multiple servers |
5218 | 5794 | ||
5219 | 2003-03-01 23:59 kdebisschop | 5795 | 2003-03-02 04:59 kdebisschop |
5220 | 5796 | ||
5221 | * ChangeLog: update from CVS | 5797 | * ChangeLog: update from CVS |
5222 | 5798 | ||
5223 | 2003-03-01 23:58 kdebisschop | 5799 | 2003-03-02 04:58 kdebisschop |
5224 | 5800 | ||
5225 | * configure.in, nagios-plugins.spec.in: adjustments to remove beta | 5801 | * configure.in, nagios-plugins.spec.in: adjustments to remove beta |
5226 | tagging | 5802 | tagging |
5227 | 5803 | ||
5228 | 2003-03-01 23:32 kdebisschop | 5804 | 2003-03-02 04:32 kdebisschop |
5229 | 5805 | ||
5230 | * ChangeLog: update from CVS | 5806 | * ChangeLog: update from CVS |
5231 | 5807 | ||
5232 | 2003-03-01 00:09 kdebisschop | 5808 | 2003-03-01 05:09 kdebisschop |
5233 | 5809 | ||
5234 | * nagios-plugins.spec.in: we were missing some docs in the RPM | 5810 | * nagios-plugins.spec.in: we were missing some docs in the RPM |
5235 | 5811 | ||
5236 | 2003-02-23 12:11 sghosh | 5812 | 2003-02-23 17:11 sghosh |
5237 | 5813 | ||
5238 | * REQUIREMENTS: Novell requirements | 5814 | * REQUIREMENTS: Novell requirements |
5239 | 5815 | ||
5240 | 2003-02-23 12:10 sghosh | 5816 | 2003-02-23 17:10 sghosh |
5241 | 5817 | ||
5242 | * contrib/check_bgpstate.pl: removed community string in CRIT | 5818 | * contrib/check_bgpstate.pl: removed community string in CRIT |
5243 | message | 5819 | message |
5244 | 5820 | ||
5245 | 2003-02-22 14:06 tonvoon | 5821 | 2003-02-22 19:06 tonvoon |
5246 | 5822 | ||
5247 | * configure.in: Solaris and Unixware labels round the wrong way for | 5823 | * configure.in: Solaris and Unixware labels round the wrong way for |
5248 | swap command | 5824 | swap command |
5249 | 5825 | ||
5250 | 2003-02-22 08:01 kdebisschop | 5826 | 2003-02-22 13:01 kdebisschop |
5251 | 5827 | ||
5252 | * Makefile.am: provide target for nagios-plugins.spec | 5828 | * Makefile.am: provide target for nagios-plugins.spec |
5253 | 5829 | ||
5254 | 2003-02-22 02:27 kdebisschop | 5830 | 2003-02-22 07:27 kdebisschop |
5255 | 5831 | ||
5256 | * Makefile.am: add CODING FAQ LEGAL to distribution tarball | 5832 | * Makefile.am: add CODING FAQ LEGAL to distribution tarball |
5257 | 5833 | ||
5258 | 2003-02-21 16:59 tonvoon | 5834 | 2003-02-21 21:59 tonvoon |
5259 | 5835 | ||
5260 | * plugins/check_http.c: Fixed coredump with unallocated string | 5836 | * plugins/check_http.c: Fixed coredump with unallocated string |
5261 | 5837 | ||
5262 | 2003-02-21 16:46 tonvoon | 5838 | 2003-02-21 21:46 tonvoon |
5263 | 5839 | ||
5264 | * plugins/check_dns.c: Strip leading spaces on dns return value | 5840 | * plugins/check_dns.c: Strip leading spaces on dns return value |
5265 | (689563 - Simon L Nielsen) | 5841 | (689563 - Simon L Nielsen) |
5266 | 5842 | ||
5267 | 2003-02-19 22:16 kdebisschop | 5843 | 2003-02-20 03:16 kdebisschop |
5268 | 5844 | ||
5269 | * plugins-scripts/check_disk_smb.pl: option regexs need to include | 5845 | * plugins-scripts/check_disk_smb.pl: option regexs need to include |
5270 | ^ and $ | 5846 | ^ and $ |
5271 | 5847 | ||
5272 | 2003-02-19 17:56 tonvoon | 5848 | 2003-02-19 22:56 tonvoon |
5273 | 5849 | ||
5274 | * lib/Makefile.am: Removing getloadavg.m4 from dist | 5850 | * lib/Makefile.am: Removing getloadavg.m4 from dist |
5275 | 5851 | ||
5276 | 2003-02-19 03:36 kdebisschop | 5852 | 2003-02-19 08:36 kdebisschop |
5277 | 5853 | ||
5278 | * INSTALL, configure.in, lib/getloadavg.m4, tools/setup: remove | 5854 | * INSTALL, configure.in, lib/getloadavg.m4, tools/setup: remove |
5279 | getloadavg.m4 | 5855 | getloadavg.m4 |
5280 | 5856 | ||
5281 | 2003-02-18 19:45 tonvoon | 5857 | 2003-02-19 00:45 tonvoon |
5282 | 5858 | ||
5283 | * Makefile.am, configure.in, getloadavg.m4, lib/Makefile.am, | 5859 | * Makefile.am, configure.in, getloadavg.m4, lib/Makefile.am, |
5284 | lib/getloadavg.c, lib/getloadavg.m4, plugins/Makefile.am, | 5860 | lib/getloadavg.c, lib/getloadavg.m4, plugins/Makefile.am, |
5285 | plugins/getloadavg.c: Move getloadavg to lib directory. Must run | 5861 | plugins/getloadavg.c: Move getloadavg to lib directory. Must run |
5286 | "aclocal -I lib" | 5862 | "aclocal -I lib" |
5287 | 5863 | ||
5288 | 2003-02-18 18:00 kdebisschop | 5864 | 2003-02-18 23:00 kdebisschop |
5289 | 5865 | ||
5290 | * plugins/check_pgsql.c: spurious backslash escape | 5866 | * plugins/check_pgsql.c: spurious backslash escape |
5291 | 5867 | ||
5292 | 2003-02-18 17:56 kdebisschop | 5868 | 2003-02-18 22:56 kdebisschop |
5293 | 5869 | ||
5294 | * configure.in: set tag for beta3, fix pgsql detection | 5870 | * configure.in: set tag for beta3, fix pgsql detection |
5295 | 5871 | ||
5296 | 2003-02-18 17:24 kdebisschop | 5872 | 2003-02-18 22:24 kdebisschop |
5297 | 5873 | ||
5298 | * plugins/check_udp.c: never exited getopt loop | 5874 | * plugins/check_udp.c: never exited getopt loop |
5299 | 5875 | ||
5300 | 2003-02-18 17:20 kdebisschop | 5876 | 2003-02-18 22:20 kdebisschop |
5301 | 5877 | ||
5302 | * plugins/check_tcp.c: failed if header was more than 1023 bytes | 5878 | * plugins/check_tcp.c: failed if header was more than 1023 bytes |
5303 | 5879 | ||
5304 | 2003-02-18 17:10 tonvoon | 5880 | 2003-02-18 22:10 tonvoon |
5305 | 5881 | ||
5306 | * plugins/check_load.c: Fixed the output messages (Bug 688729 - | 5882 | * plugins/check_load.c: Fixed the output messages (Bug 688729 - |
5307 | Jayjay) | 5883 | Jayjay) |
5308 | 5884 | ||
5309 | 2003-02-18 16:58 tonvoon | 5885 | 2003-02-18 21:58 tonvoon |
5310 | 5886 | ||
5311 | * Makefile.am: Add SUPPORT file to distribution | 5887 | * Makefile.am: Add SUPPORT file to distribution |
5312 | 5888 | ||
5313 | 2003-02-18 16:56 tonvoon | 5889 | 2003-02-18 21:56 tonvoon |
5314 | 5890 | ||
5315 | * plugins/check_http.c: Fixed compiler warning and increased the | 5891 | * plugins/check_http.c: Fixed compiler warning and increased the |
5316 | SSL random key for a Solaris PRNG problem | 5892 | SSL random key for a Solaris PRNG problem |
5317 | 5893 | ||
5318 | 2003-02-18 00:38 kdebisschop | 5894 | 2003-02-18 05:38 kdebisschop |
5319 | 5895 | ||
5320 | * configure.in: remainder of ps fix for UnixWare, and move [] in | 5896 | * configure.in: remainder of ps fix for UnixWare, and move [] in |
5321 | if/elif to indicate m4 quoting instead of test invocation | 5897 | if/elif to indicate m4 quoting instead of test invocation |
5322 | 5898 | ||
5323 | 2003-02-17 23:05 sghosh | 5899 | 2003-02-18 04:05 sghosh |
5324 | 5900 | ||
5325 | * contrib/check_appletalk.pl: Appletalk ping plugin | 5901 | * contrib/check_appletalk.pl: Appletalk ping plugin |
5326 | 5902 | ||
5327 | 2003-02-17 23:04 sghosh | 5903 | 2003-02-18 04:04 sghosh |
5328 | 5904 | ||
5329 | * plugins/check_snmp.c: OID type prefix patch [Patches-679403] | 5905 | * plugins/check_snmp.c: OID type prefix patch [Patches-679403] |
5330 | 5906 | ||
5331 | 2003-02-17 22:46 sghosh | 5907 | 2003-02-18 03:46 sghosh |
5332 | 5908 | ||
5333 | * plugins/check_swap.c: support for Large swap sizes | 5909 | * plugins/check_swap.c: support for Large swap sizes |
5334 | 5910 | ||
5335 | 2003-02-17 22:17 sghosh | 5911 | 2003-02-18 03:17 sghosh |
5336 | 5912 | ||
5337 | * configure.in: regex fix to catch *BSD swapinfo and not HP-UX | 5913 | * configure.in: regex fix to catch *BSD swapinfo and not HP-UX |
5338 | error and memory/file swap in addition to device for HP-UX | 5914 | error and memory/file swap in addition to device for HP-UX |
5339 | 5915 | ||
5340 | 2003-02-17 17:01 kdebisschop | 5916 | 2003-02-17 22:01 kdebisschop |
5341 | 5917 | ||
5342 | * configure.in: typo in testing uname output | 5918 | * configure.in: typo in testing uname output |
5343 | 5919 | ||
5344 | 2003-02-17 16:57 kdebisschop | 5920 | 2003-02-17 21:57 kdebisschop |
5345 | 5921 | ||
5346 | * configure.in: ping and swap for unixware | 5922 | * configure.in: ping and swap for unixware |
5347 | 5923 | ||
5348 | 2003-02-17 16:04 kdebisschop | 5924 | 2003-02-17 21:04 kdebisschop |
5349 | 5925 | ||
5350 | * configure.in: library search dirs are part of LDFLAGS | 5926 | * configure.in: library search dirs are part of LDFLAGS |
5351 | 5927 | ||
5352 | 2003-02-17 14:11 sghosh | 5928 | 2003-02-17 19:11 sghosh |
5353 | 5929 | ||
5354 | * REQUIREMENTS: location updates | 5930 | * REQUIREMENTS: location updates |
5355 | 5931 | ||
5356 | 2003-02-16 03:41 tonvoon | 5932 | 2003-02-16 08:41 tonvoon |
5357 | 5933 | ||
5358 | * plugins/Makefile.am: Fixed dependencies for check_nt | 5934 | * plugins/Makefile.am: Fixed dependencies for check_nt |
5359 | 5935 | ||
5360 | 2003-02-16 03:25 tonvoon | 5936 | 2003-02-16 08:25 tonvoon |
5361 | 5937 | ||
5362 | * plugins/check_nt.c: Coredump if no variable set (reported by Marc | 5938 | * plugins/check_nt.c: Coredump if no variable set (reported by Marc |
5363 | C. Poulin) | 5939 | C. Poulin) |
5364 | 5940 | ||
5365 | 2003-02-15 21:46 egalstad | 5941 | 2003-02-16 02:46 egalstad |
5366 | 5942 | ||
5367 | * contrib/check_dhcp.c: Interface patch byor Clemens Resen | 5943 | * contrib/check_dhcp.c: Interface patch byor Clemens Resen |
5368 | 5944 | ||
5369 | 2003-02-15 21:18 sghosh | 5945 | 2003-02-16 02:18 sghosh |
5370 | 5946 | ||
5371 | * plugins-scripts/check_ntp.pl: all alphanumeric accepted for refid | 5947 | * plugins-scripts/check_ntp.pl: all alphanumeric accepted for refid |
5372 | on ntpq | 5948 | on ntpq |
5373 | 5949 | ||
5374 | 2003-02-12 17:32 tonvoon | 5950 | 2003-02-12 22:32 tonvoon |
5375 | 5951 | ||
5376 | * plugins/.cvsignore: Added extra plugins | 5952 | * plugins/.cvsignore: Added extra plugins |
5377 | 5953 | ||
5378 | 2003-02-12 17:30 tonvoon | 5954 | 2003-02-12 22:30 tonvoon |
5379 | 5955 | ||
5380 | * lib/.cvsignore: Add ignore files | 5956 | * lib/.cvsignore: Add ignore files |
5381 | 5957 | ||
5382 | 2003-02-12 17:29 tonvoon | 5958 | 2003-02-12 22:29 tonvoon |
5383 | 5959 | ||
5384 | * plugins/negate.c: Remove unnecessary \ and fix coredump with no | 5960 | * plugins/negate.c: Remove unnecessary \ and fix coredump with no |
5385 | parameters specified | 5961 | parameters specified |
5386 | 5962 | ||
5387 | 2003-02-12 17:27 tonvoon | 5963 | 2003-02-12 22:27 tonvoon |
5388 | 5964 | ||
5389 | * plugins/check_http.c: Remove unnecessary \ - complaints from | 5965 | * plugins/check_http.c: Remove unnecessary \ - complaints from |
5390 | Tru64's cc compiler | 5966 | Tru64's cc compiler |
5391 | 5967 | ||
5392 | 2003-02-12 17:21 tonvoon | 5968 | 2003-02-12 22:21 tonvoon |
5393 | 5969 | ||
5394 | * configure.in: Inadequate quoting for PS_FORMAT & removal of grep | 5970 | * configure.in: Inadequate quoting for PS_FORMAT & removal of grep |
5395 | "*** for Tru64 | 5971 | "*** for Tru64 |
5396 | 5972 | ||
5397 | 2003-02-11 23:36 sghosh | 5973 | 2003-02-12 04:36 sghosh |
5398 | 5974 | ||
5399 | * command.cfg.in: forced ntpq jitter check | 5975 | * command.cfg.in: forced ntpq jitter check |
5400 | 5976 | ||
5401 | 2003-02-11 23:32 sghosh | 5977 | 2003-02-12 04:32 sghosh |
5402 | 5978 | ||
5403 | * plugins-scripts/check_ifoperstatus.pl: added timeout alarm | 5979 | * plugins-scripts/check_ifoperstatus.pl: added timeout alarm |
5404 | 5980 | ||
5405 | 2003-02-11 23:30 sghosh | 5981 | 2003-02-12 04:30 sghosh |
5406 | 5982 | ||
5407 | * plugins-scripts/check_ntp.pl: fixed regex for stratum1 peer, | 5983 | * plugins-scripts/check_ntp.pl: fixed regex for stratum1 peer, |
5408 | added logic for failed ntpq call(e.g. sntp host) | 5984 | added logic for failed ntpq call(e.g. sntp host) |
5409 | 5985 | ||
5410 | 2003-02-10 19:47 tonvoon | 5986 | 2003-02-11 00:47 tonvoon |
5411 | 5987 | ||
5412 | * plugins/check_mysql.c: Patch by Dave Viner for seg fault on RH | 5988 | * plugins/check_mysql.c: Patch by Dave Viner for seg fault on RH |
5413 | 7.3 (655903) | 5989 | 7.3 (655903) |
5414 | 5990 | ||
5415 | 2003-02-10 18:59 tonvoon | 5991 | 2003-02-10 23:59 tonvoon |
5416 | 5992 | ||
5417 | * configure.in: Update with references to REQUIREMENTS | 5993 | * configure.in: Update with references to REQUIREMENTS |
5418 | 5994 | ||
5419 | 2003-02-10 18:58 tonvoon | 5995 | 2003-02-10 23:58 tonvoon |
5420 | 5996 | ||
5421 | * Requirements: Remove file, superceded by REQUIREMENTS | 5997 | * Requirements: Remove file, superceded by REQUIREMENTS |
5422 | 5998 | ||
5423 | 2003-02-10 18:34 tonvoon | 5999 | 2003-02-10 23:34 tonvoon |
5424 | 6000 | ||
5425 | * plugins/: getopt.c, getopt.h, getopt1.c: Removing getopt files - | 6001 | * plugins/: getopt.c, getopt.h, getopt1.c: Removing getopt files - |
5426 | now in new lib directory | 6002 | now in new lib directory |
5427 | 6003 | ||
5428 | 2003-02-10 18:32 tonvoon | 6004 | 2003-02-10 23:32 tonvoon |
5429 | 6005 | ||
5430 | * lib/: Makefile.am, getopt.c, getopt.h, getopt1.c: New directory | 6006 | * lib/: Makefile.am, getopt.c, getopt.h, getopt1.c: New directory |
5431 | for common library files | 6007 | for common library files |
5432 | 6008 | ||
5433 | 2003-02-10 18:28 tonvoon | 6009 | 2003-02-10 23:28 tonvoon |
5434 | 6010 | ||
5435 | * plugins/common.h.in: Added in a define for HAVE_GETOPT_H for | 6011 | * plugins/common.h.in: Added in a define for HAVE_GETOPT_H for |
5436 | backwards compatibility | 6012 | backwards compatibility |
5437 | 6013 | ||
5438 | 2003-02-10 18:27 tonvoon | 6014 | 2003-02-10 23:27 tonvoon |
5439 | 6015 | ||
5440 | * plugins/Makefile.am: Remove unnecessary getopt references and | 6016 | * plugins/Makefile.am: Remove unnecessary getopt references and |
5441 | link in lib directory | 6017 | link in lib directory |
5442 | 6018 | ||
5443 | 2003-02-10 18:26 tonvoon | 6019 | 2003-02-10 23:26 tonvoon |
5444 | 6020 | ||
5445 | * configure.in: Removing checks for getopt.h - now always | 6021 | * configure.in: Removing checks for getopt.h - now always |
5446 | available. Also support lib dir | 6022 | available. Also support lib dir |
5447 | 6023 | ||
5448 | 2003-02-10 18:24 tonvoon | 6024 | 2003-02-10 23:24 tonvoon |
5449 | 6025 | ||
5450 | * Makefile.am: Adding lib directory for getopts change | 6026 | * Makefile.am: Adding lib directory for getopts change |
5451 | 6027 | ||
5452 | 2003-02-10 18:08 tonvoon | 6028 | 2003-02-10 23:08 tonvoon |
5453 | 6029 | ||
5454 | * configure.in: Fixed Tru64 ps command (Bug 669585 - Paula Arnold) | 6030 | * configure.in: Fixed Tru64 ps command (Bug 669585 - Paula Arnold) |
5455 | 6031 | ||
5456 | 2003-02-10 13:36 undrgrid | 6032 | 2003-02-10 18:36 undrgrid |
5457 | 6033 | ||
5458 | * plugins/check_ssh.c: Added argc checks before attempting to | 6034 | * plugins/check_ssh.c: Added argc checks before attempting to |
5459 | access argv[] | 6035 | access argv[] |
5460 | 6036 | ||
5461 | Corrected return codes and output | 6037 | Corrected return codes and output |
5462 | 6038 | ||
5463 | 2003-02-10 09:18 undrgrid | 6039 | 2003-02-10 14:18 undrgrid |
5464 | 6040 | ||
5465 | * plugins/check_ssh.c: Revised code to use resolving and connection | 6041 | * plugins/check_ssh.c: Revised code to use resolving and connection |
5466 | code in utils.c and netutils.c rather than its own functions. | 6042 | code in utils.c and netutils.c rather than its own functions. |
5467 | Corrected code to properly handle input of server hostname and | 6043 | Corrected code to properly handle input of server hostname and |
5468 | port on commandline without option flags. | 6044 | port on commandline without option flags. |
5469 | 6045 | ||
5470 | 2003-02-09 23:49 kdebisschop | 6046 | 2003-02-10 04:49 kdebisschop |
5471 | 6047 | ||
5472 | * contrib/check_fping_in.c: this plugin is in core as check_fping | 6048 | * contrib/check_fping_in.c: this plugin is in core as check_fping |
5473 | 6049 | ||
5474 | 2003-02-09 13:59 undrgrid | 6050 | 2003-02-09 18:59 undrgrid |
5475 | 6051 | ||
5476 | * tools/setup: Reordered program calls so autoheader was called | 6052 | * tools/setup: Reordered program calls so autoheader was called |
5477 | before automake thus getting rid of errors for header files not | 6053 | before automake thus getting rid of errors for header files not |
5478 | being present when automake was called. Also puts it inline with | 6054 | being present when automake was called. Also puts it inline with |
5479 | documentation in INSTALL & INSTALLING | 6055 | documentation in INSTALL & INSTALLING |
5480 | 6056 | ||
5481 | 2003-02-09 09:20 sghosh | 6057 | 2003-02-09 14:20 sghosh |
5482 | 6058 | ||
5483 | * contrib/: check_adptraid.sh, check_compaq_insight.pl, | 6059 | * contrib/: check_adptraid.sh, check_compaq_insight.pl, |
5484 | check_file_age.pl: new plugins | 6060 | check_file_age.pl: new plugins |
5485 | 6061 | ||
5486 | 2003-02-09 09:18 sghosh | 6062 | 2003-02-09 14:18 sghosh |
5487 | 6063 | ||
5488 | * contrib/: README.TXT, readme.txt: file rename | 6064 | * contrib/: README.TXT, readme.txt: file rename |
5489 | 6065 | ||
5490 | 2003-02-09 09:16 sghosh | 6066 | 2003-02-09 14:16 sghosh |
5491 | 6067 | ||
5492 | * contrib/: check_remote_nagios_status.pl, check_wins.pl, | 6068 | * contrib/: check_remote_nagios_status.pl, check_wins.pl, |
5493 | sched_downtime.pl: more contribs | 6069 | sched_downtime.pl: more contribs |
5494 | 6070 | ||
5495 | 2003-02-09 09:03 sghosh | 6071 | 2003-02-09 14:03 sghosh |
5496 | 6072 | ||
5497 | * contrib/tarballs/: fetchlog-0.92.tar.gz, fetchlog-0.94.tar.gz: | 6073 | * contrib/tarballs/: fetchlog-0.92.tar.gz, fetchlog-0.94.tar.gz: |
5498 | new version | 6074 | new version |
5499 | 6075 | ||
5500 | 2003-02-09 07:54 kdebisschop | 6076 | 2003-02-09 12:54 kdebisschop |
5501 | 6077 | ||
5502 | * CODING, README: spell check | 6078 | * CODING, README: spell check |
5503 | 6079 | ||
5504 | 2003-02-09 07:36 kdebisschop | 6080 | 2003-02-09 12:36 kdebisschop |
5505 | 6081 | ||
5506 | * FAQ: spell check | 6082 | * FAQ: spell check |
5507 | 6083 | ||
5508 | 2003-02-09 07:17 sghosh | 6084 | 2003-02-09 12:17 sghosh |
5509 | 6085 | ||
5510 | * SUPPORT: ispell | 6086 | * SUPPORT: ispell |
5511 | 6087 | ||
5512 | 2003-02-08 01:00 kdebisschop | 6088 | 2003-02-08 06:00 kdebisschop |
5513 | 6089 | ||
5514 | * plugins/check_pgsql.c: use enum instead of define | 6090 | * plugins/check_pgsql.c: use enum instead of define |
5515 | 6091 | ||
5516 | 2003-02-08 00:58 kdebisschop | 6092 | 2003-02-08 05:58 kdebisschop |
5517 | 6093 | ||
5518 | * FAQ: add item on submitting new plugins | 6094 | * FAQ: add item on submitting new plugins |
5519 | 6095 | ||
5520 | 2003-02-08 00:57 kdebisschop | 6096 | 2003-02-08 05:57 kdebisschop |
5521 | 6097 | ||
5522 | * SUPPORT: suggest minimum standards for support requests | 6098 | * SUPPORT: suggest minimum standards for support requests |
5523 | 6099 | ||
5524 | 2003-02-08 00:32 kdebisschop | 6100 | 2003-02-08 05:32 kdebisschop |
5525 | 6101 | ||
5526 | * plugins/check_http.c: submit request with one send | 6102 | * plugins/check_http.c: submit request with one send |
5527 | 6103 | ||
5528 | 2003-02-05 00:59 kdebisschop | 6104 | 2003-02-05 05:59 kdebisschop |
5529 | 6105 | ||
5530 | * configure.in: fix for SSL build on RedHat rawhide | 6106 | * configure.in: fix for SSL build on RedHat rawhide |
5531 | 6107 | ||
5532 | 2003-02-05 00:58 kdebisschop | 6108 | 2003-02-05 05:58 kdebisschop |
5533 | 6109 | ||
5534 | * plugins/check_dns.c: allow check to proceed using servers from | 6110 | * plugins/check_dns.c: allow check to proceed using servers from |
5535 | resolv.conf | 6111 | resolv.conf |
5536 | 6112 | ||
5537 | 2003-02-05 00:57 kdebisschop | 6113 | 2003-02-05 05:57 kdebisschop |
5538 | 6114 | ||
5539 | * plugins/check_http.c: fix segfault due to bad asprintf invocation | 6115 | * plugins/check_http.c: fix segfault due to bad asprintf invocation |
5540 | 6116 | ||
5541 | 2003-02-04 01:24 sghosh | 6117 | 2003-02-04 06:24 sghosh |
5542 | 6118 | ||
5543 | * plugins-scripts/Makefile.am: install user:grp perms [patch | 6119 | * plugins-scripts/Makefile.am: install user:grp perms [patch |
5544 | 679703 -Detlef Boehm] | 6120 | 679703 -Detlef Boehm] |
5545 | 6121 | ||
5546 | 2003-02-04 01:16 sghosh | 6122 | 2003-02-04 06:16 sghosh |
5547 | 6123 | ||
5548 | * plugins-scripts/check_flexlm.pl: lmstat output update | 6124 | * plugins-scripts/check_flexlm.pl: lmstat output update |
5549 | 6125 | ||
5550 | 2003-02-04 00:54 sghosh | 6126 | 2003-02-04 05:54 sghosh |
5551 | 6127 | ||
5552 | * plugins-scripts/check_ntp.pl: corrected ntpdate offset to seconds | 6128 | * plugins-scripts/check_ntp.pl: corrected ntpdate offset to seconds |
5553 | 6129 | ||
5554 | 2003-02-03 16:43 tonvoon | 6130 | 2003-02-03 21:43 tonvoon |
5555 | 6131 | ||
5556 | * plugins/check_snmp.c: Avoid core dump with null or invalid data | 6132 | * plugins/check_snmp.c: Avoid core dump with null or invalid data |
5557 | (679400 - Mathieu Masseboeuf) | 6133 | (679400 - Mathieu Masseboeuf) |
5558 | 6134 | ||
5559 | 2003-02-03 16:33 tonvoon | 6135 | 2003-02-03 21:33 tonvoon |
5560 | 6136 | ||
5561 | * plugins/Makefile.am: Patch for Mac OS X compile (652080 - Ton | 6137 | * plugins/Makefile.am: Patch for Mac OS X compile (652080 - Ton |
5562 | Voon) | 6138 | Voon) |
5563 | 6139 | ||
5564 | 2003-02-03 15:43 sghosh | 6140 | 2003-02-03 20:43 sghosh |
5565 | 6141 | ||
5566 | * contrib/tarballs/check_cit.tgz: Citrix plugin | 6142 | * contrib/tarballs/check_cit.tgz: Citrix plugin |
5567 | 6143 | ||
5568 | 2003-02-03 15:35 sghosh | 6144 | 2003-02-03 20:35 sghosh |
5569 | 6145 | ||
5570 | * command.cfg.in: more sample command configurations | 6146 | * command.cfg.in: more sample command configurations |
5571 | 6147 | ||
5572 | 2003-02-03 15:29 sghosh | 6148 | 2003-02-03 20:29 sghosh |
5573 | 6149 | ||
5574 | * configure.in, plugins-scripts/check_ntp.pl, | 6150 | * configure.in, plugins-scripts/check_ntp.pl, |
5575 | plugins-scripts/utils.pm.in: change ntpdc to ntpq (Jonathan | 6151 | plugins-scripts/utils.pm.in: change ntpdc to ntpq (Jonathan |
5576 | Rozes,Thomas Schimpke, bug-656237 ) | 6152 | Rozes,Thomas Schimpke, bug-656237 ) |
5577 | 6153 | ||
5578 | 2003-02-03 10:47 sghosh | 6154 | 2003-02-03 15:47 sghosh |
5579 | 6155 | ||
5580 | * plugins-scripts/check_ntp.pl: patch for desync peer and ntpdate | 6156 | * plugins-scripts/check_ntp.pl: patch for desync peer and ntpdate |
5581 | (James Fidell) | 6157 | (James Fidell) |
5582 | 6158 | ||
5583 | 2003-02-03 00:29 sghosh | 6159 | 2003-02-03 05:29 sghosh |
5584 | 6160 | ||
5585 | * plugins-scripts/check_ifstatus.pl: bugfix [bug 651021 mperry2] | 6161 | * plugins-scripts/check_ifstatus.pl: bugfix [bug 651021 mperry2] |
5586 | 6162 | ||
5587 | 2003-02-03 00:07 sghosh | 6163 | 2003-02-03 05:07 sghosh |
5588 | 6164 | ||
5589 | * plugins/check_hpjd.c: added default community [bug-patch #600349 | 6165 | * plugins/check_hpjd.c: added default community [bug-patch #600349 |
5590 | jbaumgartner] | 6166 | jbaumgartner] |
5591 | 6167 | ||
5592 | 2003-01-31 13:40 tonvoon | 6168 | 2003-01-31 18:40 tonvoon |
5593 | 6169 | ||
5594 | * plugins/check_procs.c: Fix for zombie processes on Solaris (Bug | 6170 | * plugins/check_procs.c: Fix for zombie processes on Solaris (Bug |
5595 | 677803 - Matthew Brown) | 6171 | 677803 - Matthew Brown) |
5596 | 6172 | ||
5597 | 2003-01-31 13:36 tonvoon | 6173 | 2003-01-31 18:36 tonvoon |
5598 | 6174 | ||
5599 | * plugins/check_nt.c: Reapply all asprintf calls. Fix for %% | 6175 | * plugins/check_nt.c: Reapply all asprintf calls. Fix for %% |
5600 | problem with -l flag. | 6176 | problem with -l flag. |
5601 | 6177 | ||
5602 | 2003-01-30 20:26 tonvoon | 6178 | 2003-01-31 01:26 tonvoon |
5603 | 6179 | ||
5604 | * plugins/check_nt.c: Removed all unnecessary asprintf calls. | 6180 | * plugins/check_nt.c: Removed all unnecessary asprintf calls. |
5605 | Replaced with original check_nt.c to minimise amount of changes | 6181 | Replaced with original check_nt.c to minimise amount of changes |
5606 | (reported by Reuben Farrelly) | 6182 | (reported by Reuben Farrelly) |
5607 | 6183 | ||
5608 | 2003-01-30 18:18 tonvoon | 6184 | 2003-01-30 23:18 tonvoon |
5609 | 6185 | ||
5610 | * plugins/check_nt.c: Added reference to the official NSClient web | 6186 | * plugins/check_nt.c: Added reference to the official NSClient web |
5611 | site | 6187 | site |
5612 | 6188 | ||
5613 | 2003-01-30 17:57 tonvoon | 6189 | 2003-01-30 22:57 tonvoon |
5614 | 6190 | ||
5615 | * plugins/check_swap.c: Fixed long --allswap option | 6191 | * plugins/check_swap.c: Fixed long --allswap option |
5616 | 6192 | ||
5617 | 2003-01-30 17:55 tonvoon | 6193 | 2003-01-30 22:55 tonvoon |
5618 | 6194 | ||
5619 | * plugins/check_procs.c: Fixed progname | 6195 | * plugins/check_procs.c: Fixed progname |
5620 | 6196 | ||
5621 | 2003-01-29 15:57 tonvoon | 6197 | 2003-01-29 20:57 tonvoon |
5622 | 6198 | ||
5623 | * plugins/check_mrtgtraf.c: Fixed error and success codes (638656 - | 6199 | * plugins/check_mrtgtraf.c: Fixed error and success codes (638656 - |
5624 | Paul Dlug) | 6200 | Paul Dlug) |
5625 | 6201 | ||
5626 | 2003-01-29 15:47 tonvoon | 6202 | 2003-01-29 20:47 tonvoon |
5627 | 6203 | ||
5628 | * plugins-scripts/check_oracle.sh: Added cache and tablespace check | 6204 | * plugins-scripts/check_oracle.sh: Added cache and tablespace check |
5629 | (621567 - John Marquart) | 6205 | (621567 - John Marquart) |
5630 | 6206 | ||
5631 | 2003-01-29 15:33 tonvoon | 6207 | 2003-01-29 20:33 tonvoon |
5632 | 6208 | ||
5633 | * plugins/: Makefile.am, check_nt.c: Added in check_nt for bug | 6209 | * plugins/: Makefile.am, check_nt.c: Added in check_nt for bug |
5634 | 646516 | 6210 | 646516 |
5635 | 6211 | ||
5636 | 2003-01-29 01:38 kdebisschop | 6212 | 2003-01-29 06:38 kdebisschop |
5637 | 6213 | ||
5638 | * plugins/check_mysql.c: remove incorrect check_disk() declaration | 6214 | * plugins/check_mysql.c: remove incorrect check_disk() declaration |
5639 | 6215 | ||
5640 | 2003-01-29 01:16 kdebisschop | 6216 | 2003-01-29 06:16 kdebisschop |
5641 | 6217 | ||
5642 | * plugins/check_ldap.c: fix segfault when argc>=2 and the -H or -b | 6218 | * plugins/check_ldap.c: fix segfault when argc>=2 and the -H or -b |
5643 | options are not supplied | 6219 | options are not supplied |
5644 | 6220 | ||
5645 | 2003-01-29 01:15 kdebisschop | 6221 | 2003-01-29 06:15 kdebisschop |
5646 | 6222 | ||
5647 | * plugins/check_by_ssh.c: 1.8 | 6223 | * plugins/check_by_ssh.c: 1.8 |
5648 | 6224 | ||
5649 | 2003-01-29 00:55 tonvoon | 6225 | 2003-01-29 05:55 tonvoon |
5650 | 6226 | ||
5651 | * plugins/check_http.c: Better error if server requests client | 6227 | * plugins/check_http.c: Better error if server requests client |
5652 | based certificate (609382 - Olaf Greis) | 6228 | based certificate (609382 - Olaf Greis) |
5653 | 6229 | ||
5654 | 2003-01-29 00:27 tonvoon | 6230 | 2003-01-29 05:27 tonvoon |
5655 | 6231 | ||
5656 | * contrib/check_dns_random.pl: Exit code added (604837 - Lachlan | 6232 | * contrib/check_dns_random.pl: Exit code added (604837 - Lachlan |
5657 | Cameron-Smith) | 6233 | Cameron-Smith) |
5658 | 6234 | ||
5659 | 2003-01-29 00:10 tonvoon | 6235 | 2003-01-29 05:10 tonvoon |
5660 | 6236 | ||
5661 | * plugins-scripts/check_oracle.sh: Added dummy login test (650970 - | 6237 | * plugins-scripts/check_oracle.sh: Added dummy login test (650970 - |
5662 | Ton Voon) | 6238 | Ton Voon) |
5663 | 6239 | ||
5664 | 2003-01-28 23:28 tonvoon | 6240 | 2003-01-29 04:28 tonvoon |
5665 | 6241 | ||
5666 | * plugins/check_vsz.c: Error when no params passed, better invalid | 6242 | * plugins/check_vsz.c: Error when no params passed, better invalid |
5667 | params message (652086 - Ton Voon) | 6243 | params message (652086 - Ton Voon) |
5668 | 6244 | ||
5669 | 2003-01-28 23:11 tonvoon | 6245 | 2003-01-29 04:11 tonvoon |
5670 | 6246 | ||
5671 | * plugins/check_procs.c: Fixed NULL status in Solaris (644783 - | 6247 | * plugins/check_procs.c: Fixed NULL status in Solaris (644783 - |
5672 | Fabian Pehla) Fixed -p options (652082 - Ton Voon) | 6248 | Fabian Pehla) Fixed -p options (652082 - Ton Voon) |
5673 | 6249 | ||
5674 | 2003-01-28 02:44 kdebisschop | 6250 | 2003-01-28 07:44 kdebisschop |
5675 | 6251 | ||
5676 | * contrib/checkciscotemp.pl: typo: had commented use Net::SNMP for | 6252 | * contrib/checkciscotemp.pl: typo: had commented use Net::SNMP for |
5677 | testing | 6253 | testing |
5678 | 6254 | ||
5679 | 2003-01-28 02:42 kdebisschop | 6255 | 2003-01-28 07:42 kdebisschop |
5680 | 6256 | ||
5681 | * plugins/check_real.c: make sure host_name is set and remove NULL | 6257 | * plugins/check_real.c: make sure host_name is set and remove NULL |
5682 | string inits that can lead to segfaults | 6258 | string inits that can lead to segfaults |
5683 | 6259 | ||
5684 | 2003-01-28 02:26 kdebisschop | 6260 | 2003-01-28 07:26 kdebisschop |
5685 | 6261 | ||
5686 | * plugins/check_mysql.c: missed argc check on port parameter | 6262 | * plugins/check_mysql.c: missed argc check on port parameter |
5687 | 6263 | ||
5688 | 2003-01-28 02:17 kdebisschop | 6264 | 2003-01-28 07:17 kdebisschop |
5689 | 6265 | ||
5690 | * contrib/checkciscotemp.pl: split and validate input more robustly | 6266 | * contrib/checkciscotemp.pl: split and validate input more robustly |
5691 | 6267 | ||
5692 | 2003-01-28 02:15 kdebisschop | 6268 | 2003-01-28 07:15 kdebisschop |
5693 | 6269 | ||
5694 | * plugins/check_http.c: remove NULL string inits that can lead to | 6270 | * plugins/check_http.c: remove NULL string inits that can lead to |
5695 | segfaults | 6271 | segfaults |
5696 | 6272 | ||
5697 | 2003-01-27 19:32 tonvoon | 6273 | 2003-01-28 00:32 tonvoon |
5698 | 6274 | ||
5699 | * configure.in: ps support for Darwin / MacOSX | 6275 | * configure.in: ps support for Darwin / MacOSX |
5700 | 6276 | ||
5701 | 2003-01-27 06:53 kdebisschop | 6277 | 2003-01-27 11:53 kdebisschop |
5702 | 6278 | ||
5703 | * plugins/check_http.c: do not pass host if none is provided | 6279 | * plugins/check_http.c: do not pass host if none is provided |
5704 | 6280 | ||
5705 | 2003-01-27 01:04 kdebisschop | 6281 | 2003-01-27 06:04 kdebisschop |
5706 | 6282 | ||
5707 | * plugins/check_http.c: we were sending extra CRLF | 6283 | * plugins/check_http.c: we were sending extra CRLF |
5708 | 6284 | ||
5709 | 2003-01-19 01:34 kdebisschop | 6285 | 2003-01-19 06:34 kdebisschop |
5710 | 6286 | ||
5711 | * plugins-scripts/check_rpc.pl: indicate new default state in | 6287 | * plugins-scripts/check_rpc.pl: indicate new default state in |
5712 | get_rpcinfo, also fix a bunch of indents for consistent format | 6288 | get_rpcinfo, also fix a bunch of indents for consistent format |
5713 | 6289 | ||
5714 | 2003-01-17 00:56 sghosh | 6290 | 2003-01-17 05:56 sghosh |
5715 | 6291 | ||
5716 | * plugins-scripts/check_rpc.pl: bug fix for state and opt_c | 6292 | * plugins-scripts/check_rpc.pl: bug fix for state and opt_c |
5717 | initialization | 6293 | initialization |
5718 | 6294 | ||
5719 | 2003-01-17 00:37 sghosh | 6295 | 2003-01-17 05:37 sghosh |
5720 | 6296 | ||
5721 | * plugins/check_snmp.c: Counter32 tag parsing added | 6297 | * plugins/check_snmp.c: Counter32 tag parsing added |
5722 | 6298 | ||
5723 | 2003-01-16 01:42 kdebisschop | 6299 | 2003-01-16 06:42 kdebisschop |
5724 | 6300 | ||
5725 | * plugins/: check_mysql.c, check_pgsql.c: semicolon needed where | 6301 | * plugins/: check_mysql.c, check_pgsql.c: semicolon needed where |
5726 | progname define was replaced | 6302 | progname define was replaced |
5727 | 6303 | ||
5728 | 2003-01-16 01:29 kdebisschop | 6304 | 2003-01-16 06:29 kdebisschop |
5729 | 6305 | ||
5730 | * plugins/check_http.c: add option to let regex span newlines | 6306 | * plugins/check_http.c: add option to let regex span newlines |
5731 | 6307 | ||
5732 | 2003-01-16 01:28 kdebisschop | 6308 | 2003-01-16 06:28 kdebisschop |
5733 | 6309 | ||
5734 | * plugins/check_game.c: progname and print_usage need to be defined | 6310 | * plugins/check_game.c: progname and print_usage need to be defined |
5735 | 6311 | ||
5736 | 2003-01-16 01:22 kdebisschop | 6312 | 2003-01-16 06:22 kdebisschop |
5737 | 6313 | ||
5738 | * plugins/check_radius.c: semicolon needed where praogname define | 6314 | * plugins/check_radius.c: semicolon needed where praogname define |
5739 | was replced | 6315 | was replced |
5740 | 6316 | ||
5741 | 2003-01-16 01:10 kdebisschop | 6317 | 2003-01-16 06:10 kdebisschop |
5742 | 6318 | ||
5743 | * plugins/check_hpjd.c: semicolon needed where praogname define was | 6319 | * plugins/check_hpjd.c: semicolon needed where praogname define was |
5744 | replced | 6320 | replced |
5745 | 6321 | ||
5746 | 2003-01-16 00:22 kdebisschop | 6322 | 2003-01-16 05:22 kdebisschop |
5747 | 6323 | ||
5748 | * configure.in: find kerberos libs in latest Red Hat beta | 6324 | * configure.in: find kerberos libs in latest Red Hat beta |
5749 | 6325 | ||
5750 | 2003-01-16 00:21 kdebisschop | 6326 | 2003-01-16 05:21 kdebisschop |
5751 | 6327 | ||
5752 | * plugins/utils.c: restore max() macro | 6328 | * plugins/utils.c: restore max() macro |
5753 | 6329 | ||
5754 | 2003-01-16 00:20 kdebisschop | 6330 | 2003-01-16 05:20 kdebisschop |
5755 | 6331 | ||
5756 | * plugins/check_tcp.c: cleanup progname assignment | 6332 | * plugins/check_tcp.c: cleanup progname assignment |
5757 | 6333 | ||
5758 | 2003-01-16 00:19 kdebisschop | 6334 | 2003-01-16 05:19 kdebisschop |
5759 | 6335 | ||
5760 | * plugins-scripts/check_disk_smb.pl: accept $ for share and \\ for | 6336 | * plugins-scripts/check_disk_smb.pl: accept $ for share and \\ for |
5761 | users | 6337 | users |
5762 | 6338 | ||
5763 | 2003-01-16 00:17 kdebisschop | 6339 | 2003-01-16 05:17 kdebisschop |
5764 | 6340 | ||
5765 | * plugins/check_by_ssh.c: avoid segfault when host is not given | 6341 | * plugins/check_by_ssh.c: avoid segfault when host is not given |
5766 | 6342 | ||
5767 | 2003-01-13 07:21 kdebisschop | 6343 | 2003-01-13 12:21 kdebisschop |
5768 | 6344 | ||
5769 | * contrib/: check_dhcp.c, check_fping_in.c, check_rbl.c: convert | 6345 | * contrib/: check_dhcp.c, check_fping_in.c, check_rbl.c: convert |
5770 | PROGANE from a define to a const char | 6346 | PROGANE from a define to a const char |
5771 | 6347 | ||
5772 | 2003-01-13 07:15 kdebisschop | 6348 | 2003-01-13 12:15 kdebisschop |
5773 | 6349 | ||
5774 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, | 6350 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, |
5775 | check_dummy.c, check_fping.c, check_hpjd.c, check_http.c, | 6351 | check_dummy.c, check_fping.c, check_hpjd.c, check_http.c, |
@@ -5782,438 +6358,438 @@ | |||
5782 | utils.c, utils.h.in: convert PROGANE from a define to a const | 6358 | utils.c, utils.h.in: convert PROGANE from a define to a const |
5783 | char | 6359 | char |
5784 | 6360 | ||
5785 | 2003-01-13 07:13 kdebisschop | 6361 | 2003-01-13 12:13 kdebisschop |
5786 | 6362 | ||
5787 | * plugins/popen.c: change exit status to be POSIX compliant | 6363 | * plugins/popen.c: change exit status to be POSIX compliant |
5788 | 6364 | ||
5789 | 2003-01-13 07:09 kdebisschop | 6365 | 2003-01-13 12:09 kdebisschop |
5790 | 6366 | ||
5791 | * plugins/check_nagios.c: check for a few null strings, change | 6367 | * plugins/check_nagios.c: check for a few null strings, change |
5792 | PROGNAME from #define to const *char | 6368 | PROGNAME from #define to const *char |
5793 | 6369 | ||
5794 | 2003-01-12 23:50 kdebisschop | 6370 | 2003-01-13 04:50 kdebisschop |
5795 | 6371 | ||
5796 | * plugins/check_disk.c: add options for excluding devices and for | 6372 | * plugins/check_disk.c: add options for excluding devices and for |
5797 | skipping OK devices in summary | 6373 | skipping OK devices in summary |
5798 | 6374 | ||
5799 | 2003-01-02 22:24 kdebisschop | 6375 | 2003-01-03 03:24 kdebisschop |
5800 | 6376 | ||
5801 | * plugins/utils.c: protect against some null strings, make formats | 6377 | * plugins/utils.c: protect against some null strings, make formats |
5802 | more uniform | 6378 | more uniform |
5803 | 6379 | ||
5804 | 2002-12-19 14:30 kdebisschop | 6380 | 2002-12-19 19:30 kdebisschop |
5805 | 6381 | ||
5806 | * plugins/check_tcp.c: expect is +OK for SPOP too | 6382 | * plugins/check_tcp.c: expect is +OK for SPOP too |
5807 | 6383 | ||
5808 | 2002-12-19 14:29 kdebisschop | 6384 | 2002-12-19 19:29 kdebisschop |
5809 | 6385 | ||
5810 | * plugins/check_tcp.c: server expect not getting set, expect is +OK | 6386 | * plugins/check_tcp.c: server expect not getting set, expect is +OK |
5811 | for POP | 6387 | for POP |
5812 | 6388 | ||
5813 | 2002-12-19 14:20 kdebisschop | 6389 | 2002-12-19 19:20 kdebisschop |
5814 | 6390 | ||
5815 | * plugins/check_http.c: remove spurious CRLF | 6391 | * plugins/check_http.c: remove spurious CRLF |
5816 | 6392 | ||
5817 | 2002-11-29 07:02 stanleyhopcroft | 6393 | 2002-11-29 12:02 stanleyhopcroft |
5818 | 6394 | ||
5819 | * contrib/check_citrix: | 6395 | * contrib/check_citrix: |
5820 | New plugin to check the ICA browse service (used by Citrix | 6396 | New plugin to check the ICA browse service (used by Citrix |
5821 | Metaframe servers) from Ed Rolison and Tom De Blende. | 6397 | Metaframe servers) from Ed Rolison and Tom De Blende. |
5822 | 6398 | ||
5823 | 2002-11-25 07:00 kdebisschop | 6399 | 2002-11-25 12:00 kdebisschop |
5824 | 6400 | ||
5825 | * plugins/check_tcp.c: was segfaulting if no dtat was returned | 6401 | * plugins/check_tcp.c: was segfaulting if no dtat was returned |
5826 | 6402 | ||
5827 | 2002-11-24 08:43 kdebisschop | 6403 | 2002-11-24 13:43 kdebisschop |
5828 | 6404 | ||
5829 | * tools/snapshot: some fixes needed to move off old devel box | 6405 | * tools/snapshot: some fixes needed to move off old devel box |
5830 | 6406 | ||
5831 | 2002-11-24 08:09 kdebisschop | 6407 | 2002-11-24 13:09 kdebisschop |
5832 | 6408 | ||
5833 | * tools/snapshot: make routine snapshots of nagios and plugin CVS | 6409 | * tools/snapshot: make routine snapshots of nagios and plugin CVS |
5834 | to expand testing | 6410 | to expand testing |
5835 | 6411 | ||
5836 | 2002-11-22 05:52 kdebisschop | 6412 | 2002-11-22 10:52 kdebisschop |
5837 | 6413 | ||
5838 | * plugins/check_ups.c: add replace battery condition, replace | 6414 | * plugins/check_ups.c: add replace battery condition, replace |
5839 | unchecked strcat calls with asprintf (I do not think buffer | 6415 | unchecked strcat calls with asprintf (I do not think buffer |
5840 | overflow was possible here, but lets be consistent) | 6416 | overflow was possible here, but lets be consistent) |
5841 | 6417 | ||
5842 | 2002-11-21 21:46 kdebisschop | 6418 | 2002-11-22 02:46 kdebisschop |
5843 | 6419 | ||
5844 | * configure.in: get long args output to work on check_procs by | 6420 | * configure.in: get long args output to work on check_procs by |
5845 | putting incantations with -w ahead of others | 6421 | putting incantations with -w ahead of others |
5846 | 6422 | ||
5847 | 2002-11-21 21:33 kdebisschop | 6423 | 2002-11-22 02:33 kdebisschop |
5848 | 6424 | ||
5849 | * configure.in: get long args output to work on linux check_procs, | 6425 | * configure.in: get long args output to work on linux check_procs, |
5850 | actually works this time (needs OpenBSD testing) | 6426 | actually works this time (needs OpenBSD testing) |
5851 | 6427 | ||
5852 | 2002-11-21 20:33 kdebisschop | 6428 | 2002-11-22 01:33 kdebisschop |
5853 | 6429 | ||
5854 | * plugins/check_procs.c: add a few comments, trap a few place where | 6430 | * plugins/check_procs.c: add a few comments, trap a few place where |
5855 | a NULL string might have been handled | 6431 | a NULL string might have been handled |
5856 | 6432 | ||
5857 | 2002-11-21 20:31 kdebisschop | 6433 | 2002-11-22 01:31 kdebisschop |
5858 | 6434 | ||
5859 | * configure.in: get long args output to work on linux check_procs | 6435 | * configure.in: get long args output to work on linux check_procs |
5860 | (needs OpenBSD testing) | 6436 | (needs OpenBSD testing) |
5861 | 6437 | ||
5862 | 2002-11-21 07:40 kdebisschop | 6438 | 2002-11-21 12:40 kdebisschop |
5863 | 6439 | ||
5864 | * plugins/check_dig.c: fix empty output on errors | 6440 | * plugins/check_dig.c: fix empty output on errors |
5865 | 6441 | ||
5866 | 2002-11-20 06:56 kdebisschop | 6442 | 2002-11-20 11:56 kdebisschop |
5867 | 6443 | ||
5868 | * plugins/check_swap.c: add switch to evaluate each swap | 6444 | * plugins/check_swap.c: add switch to evaluate each swap |
5869 | individually | 6445 | individually |
5870 | 6446 | ||
5871 | 2002-11-20 06:28 kdebisschop | 6447 | 2002-11-20 11:28 kdebisschop |
5872 | 6448 | ||
5873 | * plugins/check_dig.c: fix solaris SEGV, still need to print | 6449 | * plugins/check_dig.c: fix solaris SEGV, still need to print |
5874 | meaningful error text | 6450 | meaningful error text |
5875 | 6451 | ||
5876 | 2002-11-19 20:19 kdebisschop | 6452 | 2002-11-20 01:19 kdebisschop |
5877 | 6453 | ||
5878 | * plugins/check_by_ssh.c: in short options, t no no argument | 6454 | * plugins/check_by_ssh.c: in short options, t no no argument |
5879 | 6455 | ||
5880 | 2002-11-19 20:09 kdebisschop | 6456 | 2002-11-20 01:09 kdebisschop |
5881 | 6457 | ||
5882 | * plugins/check_dig.c: replace some strcpy with strscpy | 6458 | * plugins/check_dig.c: replace some strcpy with strscpy |
5883 | 6459 | ||
5884 | 2002-11-19 14:13 kdebisschop | 6460 | 2002-11-19 19:13 kdebisschop |
5885 | 6461 | ||
5886 | * plugins/Makefile.am: another try at portable symlinking | 6462 | * plugins/Makefile.am: another try at portable symlinking |
5887 | 6463 | ||
5888 | 2002-11-19 14:07 kdebisschop | 6464 | 2002-11-19 19:07 kdebisschop |
5889 | 6465 | ||
5890 | * plugins/Makefile.am: another try at portable symlinking | 6466 | * plugins/Makefile.am: another try at portable symlinking |
5891 | 6467 | ||
5892 | 2002-11-19 14:06 kdebisschop | 6468 | 2002-11-19 19:06 kdebisschop |
5893 | 6469 | ||
5894 | * plugins/check_time.c: explicitly cast recv() arg2 for SunOS5.6 | 6470 | * plugins/check_time.c: explicitly cast recv() arg2 for SunOS5.6 |
5895 | 6471 | ||
5896 | 2002-11-19 02:13 kdebisschop | 6472 | 2002-11-19 07:13 kdebisschop |
5897 | 6473 | ||
5898 | * plugins/Makefile.am: rewrite of install-exec-hook for solaris | 6474 | * plugins/Makefile.am: rewrite of install-exec-hook for solaris |
5899 | 6475 | ||
5900 | 2002-11-18 16:58 sghosh | 6476 | 2002-11-18 21:58 sghosh |
5901 | 6477 | ||
5902 | * contrib/: check_javaproc.pl, nagios_sendim.pl: javaproc, sendim | 6478 | * contrib/: check_javaproc.pl, nagios_sendim.pl: javaproc, sendim |
5903 | 6479 | ||
5904 | 2002-11-18 09:46 sghosh | 6480 | 2002-11-18 14:46 sghosh |
5905 | 6481 | ||
5906 | * contrib-reporting/process_perfdata.pl: New directory to for | 6482 | * contrib-reporting/process_perfdata.pl: New directory to for |
5907 | perfdata and reporting scripts | 6483 | perfdata and reporting scripts |
5908 | 6484 | ||
5909 | 2002-11-18 06:24 kdebisschop | 6485 | 2002-11-18 11:24 kdebisschop |
5910 | 6486 | ||
5911 | * plugins/check_swap.c: test total swap instead of individual disks | 6487 | * plugins/check_swap.c: test total swap instead of individual disks |
5912 | 6488 | ||
5913 | 2002-11-18 02:23 kdebisschop | 6489 | 2002-11-18 07:23 kdebisschop |
5914 | 6490 | ||
5915 | * plugins/check_disk.c: failed to handle multple disks | 6491 | * plugins/check_disk.c: failed to handle multple disks |
5916 | 6492 | ||
5917 | 2002-11-18 02:22 kdebisschop | 6493 | 2002-11-18 07:22 kdebisschop |
5918 | 6494 | ||
5919 | * plugins/utils.c: more readable max_state() code | 6495 | * plugins/utils.c: more readable max_state() code |
5920 | 6496 | ||
5921 | 2002-11-16 07:57 kdebisschop | 6497 | 2002-11-16 12:57 kdebisschop |
5922 | 6498 | ||
5923 | * plugins/Makefile.am: fix too many sources problem for programs | 6499 | * plugins/Makefile.am: fix too many sources problem for programs |
5924 | tha are symlinks to check_tcp | 6500 | tha are symlinks to check_tcp |
5925 | 6501 | ||
5926 | 2002-11-15 23:59 kdebisschop | 6502 | 2002-11-16 04:59 kdebisschop |
5927 | 6503 | ||
5928 | * plugins/check_snmp.c: my take on Subhendu's patches, plus a few | 6504 | * plugins/check_snmp.c: my take on Subhendu's patches, plus a few |
5929 | comments for clarity | 6505 | comments for clarity |
5930 | 6506 | ||
5931 | 2002-11-15 12:47 sghosh | 6507 | 2002-11-15 17:47 sghosh |
5932 | 6508 | ||
5933 | * plugins/check_snmp.c: memory bounds in options, no output | 6509 | * plugins/check_snmp.c: memory bounds in options, no output |
5934 | comparison case | 6510 | comparison case |
5935 | 6511 | ||
5936 | 2002-11-14 23:51 kdebisschop | 6512 | 2002-11-15 04:51 kdebisschop |
5937 | 6513 | ||
5938 | * nagios-plugins.spec.in: make spec work again, now that release is | 6514 | * nagios-plugins.spec.in: make spec work again, now that release is |
5939 | in source name again | 6515 | in source name again |
5940 | 6516 | ||
5941 | 2002-11-14 19:51 kdebisschop | 6517 | 2002-11-15 00:51 kdebisschop |
5942 | 6518 | ||
5943 | * configure.in: release numbering fix | 6519 | * configure.in: release numbering fix |
5944 | 6520 | ||
5945 | 2002-11-14 19:50 kdebisschop | 6521 | 2002-11-15 00:50 kdebisschop |
5946 | 6522 | ||
5947 | * plugins/check_snmp.c: fix label handling, replace accidentally | 6523 | * plugins/check_snmp.c: fix label handling, replace accidentally |
5948 | deleted elseif l.310 | 6524 | deleted elseif l.310 |
5949 | 6525 | ||
5950 | 2002-11-14 13:25 kdebisschop | 6526 | 2002-11-14 18:25 kdebisschop |
5951 | 6527 | ||
5952 | * Makefile.am, acconfig.h, configure.in, nagios-plugins.spec.in, | 6528 | * Makefile.am, acconfig.h, configure.in, nagios-plugins.spec.in, |
5953 | plugins/utils.c: fix bug with gettimeofday test, improve | 6529 | plugins/utils.c: fix bug with gettimeofday test, improve |
5954 | version/release handling, update rpm spec | 6530 | version/release handling, update rpm spec |
5955 | 6531 | ||
5956 | 2002-11-14 13:23 kdebisschop | 6532 | 2002-11-14 18:23 kdebisschop |
5957 | 6533 | ||
5958 | * plugins/Makefile.am: fix typo in snprintf build | 6534 | * plugins/Makefile.am: fix typo in snprintf build |
5959 | 6535 | ||
5960 | 2002-11-14 00:36 kdebisschop | 6536 | 2002-11-14 05:36 kdebisschop |
5961 | 6537 | ||
5962 | * plugins/Makefile.am: can't drop these sources -- neded for dist | 6538 | * plugins/Makefile.am: can't drop these sources -- neded for dist |
5963 | 6539 | ||
5964 | 2002-11-14 00:27 kdebisschop | 6540 | 2002-11-14 05:27 kdebisschop |
5965 | 6541 | ||
5966 | * plugins/Makefile.am: fix build rule for snprintf | 6542 | * plugins/Makefile.am: fix build rule for snprintf |
5967 | 6543 | ||
5968 | 2002-11-14 00:25 kdebisschop | 6544 | 2002-11-14 05:25 kdebisschop |
5969 | 6545 | ||
5970 | * plugins/check_http.c: pagesize count off by one | 6546 | * plugins/check_http.c: pagesize count off by one |
5971 | 6547 | ||
5972 | 2002-11-13 23:45 kdebisschop | 6548 | 2002-11-14 04:45 kdebisschop |
5973 | 6549 | ||
5974 | * plugins/check_http.c: clean up NULL from status on Solaris | 6550 | * plugins/check_http.c: clean up NULL from status on Solaris |
5975 | 6551 | ||
5976 | 2002-11-13 23:00 kdebisschop | 6552 | 2002-11-14 04:00 kdebisschop |
5977 | 6553 | ||
5978 | * configure.in: typo in AC_DEFINE of PS_FORMAT for solaris | 6554 | * configure.in: typo in AC_DEFINE of PS_FORMAT for solaris |
5979 | 6555 | ||
5980 | 2002-11-13 22:37 kdebisschop | 6556 | 2002-11-14 03:37 kdebisschop |
5981 | 6557 | ||
5982 | * plugins/Makefile.am: remove check_nt again | 6558 | * plugins/Makefile.am: remove check_nt again |
5983 | 6559 | ||
5984 | 2002-11-13 22:09 kdebisschop | 6560 | 2002-11-14 03:09 kdebisschop |
5985 | 6561 | ||
5986 | * plugins/Makefile.am: back out last change -- it was only work in | 6562 | * plugins/Makefile.am: back out last change -- it was only work in |
5987 | progress | 6563 | progress |
5988 | 6564 | ||
5989 | 2002-11-13 21:26 kdebisschop | 6565 | 2002-11-14 02:26 kdebisschop |
5990 | 6566 | ||
5991 | * plugins/: Makefile.am, check_dns.c, check_ldap.c, check_mrtg.c, | 6567 | * plugins/: Makefile.am, check_dns.c, check_ldap.c, check_mrtg.c, |
5992 | check_mrtgtraf.c, check_nwstat.c, check_radius.c, utils.c, | 6568 | check_mrtgtraf.c, check_nwstat.c, check_radius.c, utils.c, |
5993 | version.h.in: remove call_getopt and ssprintf | 6569 | version.h.in: remove call_getopt and ssprintf |
5994 | 6570 | ||
5995 | 2002-11-13 06:50 kdebisschop | 6571 | 2002-11-13 11:50 kdebisschop |
5996 | 6572 | ||
5997 | * plugins/: check_disk.c, check_dns.c, check_fping.c, check_hpjd.c, | 6573 | * plugins/: check_disk.c, check_dns.c, check_fping.c, check_hpjd.c, |
5998 | check_mrtg.c, check_nwstat.c, check_ping.c, check_vsz.c, | 6574 | check_mrtg.c, check_nwstat.c, check_ping.c, check_vsz.c, |
5999 | urlize.c, utils.c: remove call_getopt and asprintf | 6575 | urlize.c, utils.c: remove call_getopt and asprintf |
6000 | 6576 | ||
6001 | 2002-11-12 06:28 kdebisschop | 6577 | 2002-11-12 11:28 kdebisschop |
6002 | 6578 | ||
6003 | * plugins/check_dig.c: cleanup asprintf, old function decls | 6579 | * plugins/check_dig.c: cleanup asprintf, old function decls |
6004 | 6580 | ||
6005 | 2002-11-12 06:26 kdebisschop | 6581 | 2002-11-12 11:26 kdebisschop |
6006 | 6582 | ||
6007 | * plugins/: check_mysql.c, check_real.c, check_ups.c: remove | 6583 | * plugins/: check_mysql.c, check_real.c, check_ups.c: remove |
6008 | call_getopt | 6584 | call_getopt |
6009 | 6585 | ||
6010 | 2002-11-11 17:15 sghosh | 6586 | 2002-11-11 22:15 sghosh |
6011 | 6587 | ||
6012 | * plugins/check_snmp.c: should use asprintf | 6588 | * plugins/check_snmp.c: should use asprintf |
6013 | 6589 | ||
6014 | 2002-11-11 15:19 sghosh | 6590 | 2002-11-11 20:19 sghosh |
6015 | 6591 | ||
6016 | * plugins/check_snmp.c: more snmpv3 patches | 6592 | * plugins/check_snmp.c: more snmpv3 patches |
6017 | 6593 | ||
6018 | 2002-11-11 14:29 sghosh | 6594 | 2002-11-11 19:29 sghosh |
6019 | 6595 | ||
6020 | * plugins/check_snmp.c: long opt for miblist, snmpv3 support | 6596 | * plugins/check_snmp.c: long opt for miblist, snmpv3 support |
6021 | (rosenauer) | 6597 | (rosenauer) |
6022 | 6598 | ||
6023 | 2002-11-11 11:04 sghosh | 6599 | 2002-11-11 16:04 sghosh |
6024 | 6600 | ||
6025 | * plugins/check_snmp.c: option to specify a miblist - llow | 6601 | * plugins/check_snmp.c: option to specify a miblist - llow |
6026 | 6602 | ||
6027 | 2002-11-11 10:43 sghosh | 6603 | 2002-11-11 15:43 sghosh |
6028 | 6604 | ||
6029 | * plugins/check_snmp.c: misc doc fix, missing verbose option | 6605 | * plugins/check_snmp.c: misc doc fix, missing verbose option |
6030 | 6606 | ||
6031 | 2002-11-09 06:37 kdebisschop | 6607 | 2002-11-09 11:37 kdebisschop |
6032 | 6608 | ||
6033 | * plugins/: check_ups.c, check_users.c: remove call_getopt | 6609 | * plugins/: check_ups.c, check_users.c: remove call_getopt |
6034 | 6610 | ||
6035 | 2002-11-08 23:22 kdebisschop | 6611 | 2002-11-09 04:22 kdebisschop |
6036 | 6612 | ||
6037 | * plugins/: check_by_ssh.c, check_dig.c, check_ping.c, | 6613 | * plugins/: check_by_ssh.c, check_dig.c, check_ping.c, |
6038 | check_time.c: remove call_getopt | 6614 | check_time.c: remove call_getopt |
6039 | 6615 | ||
6040 | 2002-11-08 23:21 kdebisschop | 6616 | 2002-11-09 04:21 kdebisschop |
6041 | 6617 | ||
6042 | * plugins/check_snmp.c: cleaner handling of DEFAULT_PORT | 6618 | * plugins/check_snmp.c: cleaner handling of DEFAULT_PORT |
6043 | 6619 | ||
6044 | 2002-11-08 22:43 kdebisschop | 6620 | 2002-11-09 03:43 kdebisschop |
6045 | 6621 | ||
6046 | * configure.in: add HPUX swap, try to cleanup getopt processing | 6622 | * configure.in: add HPUX swap, try to cleanup getopt processing |
6047 | 6623 | ||
6048 | 2002-11-08 22:39 kdebisschop | 6624 | 2002-11-09 03:39 kdebisschop |
6049 | 6625 | ||
6050 | * plugins/: check_pgsql.c, check_ping.c, check_snmp.c, negate.c, | 6626 | * plugins/: check_pgsql.c, check_ping.c, check_snmp.c, negate.c, |
6051 | utils.h.in: define and use usage3 where second part of message is | 6627 | utils.h.in: define and use usage3 where second part of message is |
6052 | a an int/char | 6628 | a an int/char |
6053 | 6629 | ||
6054 | 2002-11-08 22:16 kdebisschop | 6630 | 2002-11-09 03:16 kdebisschop |
6055 | 6631 | ||
6056 | * plugins/snprintf.c: HAVE_C99_SNPRINTF is not tested, so remove | 6632 | * plugins/snprintf.c: HAVE_C99_SNPRINTF is not tested, so remove |
6057 | from ifdef | 6633 | from ifdef |
6058 | 6634 | ||
6059 | 2002-11-08 03:07 kdebisschop | 6635 | 2002-11-08 08:07 kdebisschop |
6060 | 6636 | ||
6061 | * plugins/check_snmp.c: user reports NULL still getting into | 6637 | * plugins/check_snmp.c: user reports NULL still getting into |
6062 | asprintf | 6638 | asprintf |
6063 | 6639 | ||
6064 | 2002-11-08 03:06 kdebisschop | 6640 | 2002-11-08 08:06 kdebisschop |
6065 | 6641 | ||
6066 | * plugins/check_vsz.c: remove call_getopt | 6642 | * plugins/check_vsz.c: remove call_getopt |
6067 | 6643 | ||
6068 | 2002-11-08 02:20 kdebisschop | 6644 | 2002-11-08 07:20 kdebisschop |
6069 | 6645 | ||
6070 | * acconfig.h, configure.in, plugins/common.h.in, plugins/utils.c, | 6646 | * acconfig.h, configure.in, plugins/common.h.in, plugins/utils.c, |
6071 | plugins/utils.h.in: patches required to build on solaris with | 6647 | plugins/utils.h.in: patches required to build on solaris with |
6072 | asprintf and gettimeofday | 6648 | asprintf and gettimeofday |
6073 | 6649 | ||
6074 | 2002-11-08 02:18 kdebisschop | 6650 | 2002-11-08 07:18 kdebisschop |
6075 | 6651 | ||
6076 | * plugins/: check_http.c, check_load.c, check_ping.c, | 6652 | * plugins/: check_http.c, check_load.c, check_ping.c, |
6077 | check_procs.c, check_smtp.c, check_tcp.c: remove unused variables | 6653 | check_procs.c, check_smtp.c, check_tcp.c: remove unused variables |
6078 | 6654 | ||
6079 | 2002-11-08 02:17 kdebisschop | 6655 | 2002-11-08 07:17 kdebisschop |
6080 | 6656 | ||
6081 | * tools/oneliners: some useful onliners | 6657 | * tools/oneliners: some useful onliners |
6082 | 6658 | ||
6083 | 2002-11-07 09:30 kdebisschop | 6659 | 2002-11-07 14:30 kdebisschop |
6084 | 6660 | ||
6085 | * plugins/check_snmp.c: bugfixes to command format and (null) text | 6661 | * plugins/check_snmp.c: bugfixes to command format and (null) text |
6086 | created by asprintf switch | 6662 | created by asprintf switch |
6087 | 6663 | ||
6088 | 2002-11-07 02:07 kdebisschop | 6664 | 2002-11-07 07:07 kdebisschop |
6089 | 6665 | ||
6090 | * plugins/check_by_ssh.c: remove call_getopt, add [] arougn time | 6666 | * plugins/check_by_ssh.c: remove call_getopt, add [] arougn time |
6091 | 6667 | ||
6092 | 2002-11-07 02:06 kdebisschop | 6668 | 2002-11-07 07:06 kdebisschop |
6093 | 6669 | ||
6094 | * configure.in: test snprintf function family for ifdefs in | 6670 | * configure.in: test snprintf function family for ifdefs in |
6095 | snprintf.c | 6671 | snprintf.c |
6096 | 6672 | ||
6097 | 2002-10-30 13:47 kdebisschop | 6673 | 2002-10-30 18:47 kdebisschop |
6098 | 6674 | ||
6099 | * plugins/check_tcp.c: replace fixed-lentgh buffer with asprintf | 6675 | * plugins/check_tcp.c: replace fixed-lentgh buffer with asprintf |
6100 | 6676 | ||
6101 | 2002-10-30 13:46 kdebisschop | 6677 | 2002-10-30 18:46 kdebisschop |
6102 | 6678 | ||
6103 | * plugins/check_udp.c: forgot to remove call_getopt | 6679 | * plugins/check_udp.c: forgot to remove call_getopt |
6104 | 6680 | ||
6105 | 2002-10-30 13:44 kdebisschop | 6681 | 2002-10-30 18:44 kdebisschop |
6106 | 6682 | ||
6107 | * plugins/: check_ssh.c, check_swap.c: forgot to remove call_getopt | 6683 | * plugins/: check_ssh.c, check_swap.c: forgot to remove call_getopt |
6108 | declaration | 6684 | declaration |
6109 | 6685 | ||
6110 | 2002-10-30 13:29 kdebisschop | 6686 | 2002-10-30 18:29 kdebisschop |
6111 | 6687 | ||
6112 | * plugins/check_smtp.c: remove call_getopt, fix several buffer | 6688 | * plugins/check_smtp.c: remove call_getopt, fix several buffer |
6113 | overruns possible due to use of fixed size buffers | 6689 | overruns possible due to use of fixed size buffers |
6114 | 6690 | ||
6115 | 2002-10-30 13:22 kdebisschop | 6691 | 2002-10-30 18:22 kdebisschop |
6116 | 6692 | ||
6117 | * tools/setup: debian builds not actively maintained, so suppress | 6693 | * tools/setup: debian builds not actively maintained, so suppress |
6118 | error in setup script | 6694 | error in setup script |
6119 | 6695 | ||
6120 | 2002-10-30 00:07 sghosh | 6696 | 2002-10-30 05:07 sghosh |
6121 | 6697 | ||
6122 | * acconfig.h, configure.in, plugins-scripts/Makefile.am, | 6698 | * acconfig.h, configure.in, plugins-scripts/Makefile.am, |
6123 | plugins-scripts/check_mailq.pl, plugins-scripts/utils.pm.in: | 6699 | plugins-scripts/check_mailq.pl, plugins-scripts/utils.pm.in: |
6124 | monitor mailq | 6700 | monitor mailq |
6125 | 6701 | ||
6126 | 2002-10-28 08:05 kdebisschop | 6702 | 2002-10-28 13:05 kdebisschop |
6127 | 6703 | ||
6128 | * plugins-scripts/: check_breeze.pl, check_disk_smb.pl, | 6704 | * plugins-scripts/: check_breeze.pl, check_disk_smb.pl, |
6129 | check_flexlm.pl, check_log.sh, check_ntp.pl, check_rpc.pl, | 6705 | check_flexlm.pl, check_log.sh, check_ntp.pl, check_rpc.pl, |
6130 | check_sensors.sh, check_wave.pl: remove pspace in shebang since | 6706 | check_sensors.sh, check_wave.pl: remove pspace in shebang since |
6131 | no sequent users replied | 6707 | no sequent users replied |
6132 | 6708 | ||
6133 | 2002-10-26 09:30 kdebisschop | 6709 | 2002-10-26 14:30 kdebisschop |
6134 | 6710 | ||
6135 | * nagios-plugins.spec.in: release should not be in tarball name | 6711 | * nagios-plugins.spec.in: release should not be in tarball name |
6136 | 6712 | ||
6137 | 2002-10-25 09:58 kdebisschop | 6713 | 2002-10-25 14:58 kdebisschop |
6138 | 6714 | ||
6139 | * nagios-plugins.spec.in: tweak source macro | 6715 | * nagios-plugins.spec.in: tweak source macro |
6140 | 6716 | ||
6141 | 2002-10-25 08:35 kdebisschop | 6717 | 2002-10-25 13:35 kdebisschop |
6142 | 6718 | ||
6143 | * plugins/Makefile.am: remove check_nt | 6719 | * plugins/Makefile.am: remove check_nt |
6144 | 6720 | ||
6145 | 2002-10-24 22:31 kdebisschop | 6721 | 2002-10-25 03:31 kdebisschop |
6146 | 6722 | ||
6147 | * Makefile.am, plugins/Makefile.am: include getloadavg sources, add | 6723 | * Makefile.am, plugins/Makefile.am: include getloadavg sources, add |
6148 | some Solaris pkg build support | 6724 | some Solaris pkg build support |
6149 | 6725 | ||
6150 | 2002-10-22 05:13 kdebisschop | 6726 | 2002-10-22 10:13 kdebisschop |
6151 | 6727 | ||
6152 | * plugins/check_ssh.c: remove call_getopt, replace ssprintf with | 6728 | * plugins/check_ssh.c: remove call_getopt, replace ssprintf with |
6153 | asprintf,better server version reporting | 6729 | asprintf,better server version reporting |
6154 | 6730 | ||
6155 | 2002-10-22 04:54 kdebisschop | 6731 | 2002-10-22 09:54 kdebisschop |
6156 | 6732 | ||
6157 | * plugins/check_tcp.c: add check_spop | 6733 | * plugins/check_tcp.c: add check_spop |
6158 | 6734 | ||
6159 | 2002-10-22 04:19 kdebisschop | 6735 | 2002-10-22 09:19 kdebisschop |
6160 | 6736 | ||
6161 | * plugins/check_procs.c: remove call_getopt, replace ssprintf with | 6737 | * plugins/check_procs.c: remove call_getopt, replace ssprintf with |
6162 | asprintf | 6738 | asprintf |
6163 | 6739 | ||
6164 | 2002-10-21 22:57 sghosh | 6740 | 2002-10-22 03:57 sghosh |
6165 | 6741 | ||
6166 | * contrib/check_procr.sh: From: Jerome Tytgat - checks to see if | 6742 | * contrib/check_procr.sh: From: Jerome Tytgat - checks to see if |
6167 | named process is running | 6743 | named process is running |
6168 | 6744 | ||
6169 | 2002-10-21 21:31 sghosh | 6745 | 2002-10-22 02:31 sghosh |
6170 | 6746 | ||
6171 | * README, plugins/check_nt.c: check_nt is downloadable from | 6747 | * README, plugins/check_nt.c: check_nt is downloadable from |
6172 | nsclient.ready2run.nl | 6748 | nsclient.ready2run.nl |
6173 | 6749 | ||
6174 | 2002-10-21 01:04 kdebisschop | 6750 | 2002-10-21 06:04 kdebisschop |
6175 | 6751 | ||
6176 | * plugins/check_swap.c: use asprintf instead of ssprintf | 6752 | * plugins/check_swap.c: use asprintf instead of ssprintf |
6177 | 6753 | ||
6178 | 2002-10-21 00:36 kdebisschop | 6754 | 2002-10-21 05:36 kdebisschop |
6179 | 6755 | ||
6180 | * plugins/Makefile.am: need to define SOURCES for check_tcp to also | 6756 | * plugins/Makefile.am: need to define SOURCES for check_tcp to also |
6181 | build as check_ftp,check_imap,check_nntp,check_pop | 6757 | build as check_ftp,check_imap,check_nntp,check_pop |
6182 | 6758 | ||
6183 | 2002-10-21 00:05 kdebisschop | 6759 | 2002-10-21 05:05 kdebisschop |
6184 | 6760 | ||
6185 | * plugins/utils.c: use asprintf to do strscpy | 6761 | * plugins/utils.c: use asprintf to do strscpy |
6186 | 6762 | ||
6187 | 2002-10-21 00:04 kdebisschop | 6763 | 2002-10-21 05:04 kdebisschop |
6188 | 6764 | ||
6189 | * plugins/Makefile.am: roll check_ftp, check_imap, check_pop, and | 6765 | * plugins/Makefile.am: roll check_ftp, check_imap, check_pop, and |
6190 | check_nntp into check_tcp | 6766 | check_nntp into check_tcp |
6191 | 6767 | ||
6192 | 2002-10-21 00:03 kdebisschop | 6768 | 2002-10-21 05:03 kdebisschop |
6193 | 6769 | ||
6194 | * plugins/: check_ftp.c, check_imap.c, check_nntp.c, check_pop.c: | 6770 | * plugins/: check_ftp.c, check_imap.c, check_nntp.c, check_pop.c: |
6195 | these are all combined into check_tcp now | 6771 | these are all combined into check_tcp now |
6196 | 6772 | ||
6197 | 2002-10-20 23:55 kdebisschop | 6773 | 2002-10-21 04:55 kdebisschop |
6198 | 6774 | ||
6199 | * plugins/check_load.c: remove broken call_getopt | 6775 | * plugins/check_load.c: remove broken call_getopt |
6200 | 6776 | ||
6201 | 2002-10-20 23:43 kdebisschop | 6777 | 2002-10-21 04:43 kdebisschop |
6202 | 6778 | ||
6203 | * plugins/check_snmp.c: cleanup process_arguments, print_help, and | 6779 | * plugins/check_snmp.c: cleanup process_arguments, print_help, and |
6204 | print_usage | 6780 | print_usage |
6205 | 6781 | ||
6206 | 2002-10-20 23:40 kdebisschop | 6782 | 2002-10-21 04:40 kdebisschop |
6207 | 6783 | ||
6208 | * plugins/check_pgsql.c: now we provide long opts if they do not | 6784 | * plugins/check_pgsql.c: now we provide long opts if they do not |
6209 | exist | 6785 | exist |
6210 | 6786 | ||
6211 | 2002-10-20 16:22 kdebisschop | 6787 | 2002-10-20 21:22 kdebisschop |
6212 | 6788 | ||
6213 | * plugins/check_snmp.c: fixed scanning for multiple OIDs, which was | 6789 | * plugins/check_snmp.c: fixed scanning for multiple OIDs, which was |
6214 | not working | 6790 | not working |
6215 | 6791 | ||
6216 | 2002-10-20 14:49 kdebisschop | 6792 | 2002-10-20 19:49 kdebisschop |
6217 | 6793 | ||
6218 | * plugins/check_snmp.c: change ssprintf to asprintf back out change | 6794 | * plugins/check_snmp.c: change ssprintf to asprintf back out change |
6219 | at line 225 in r1.4 (values were mismatched to format string, | 6795 | at line 225 in r1.4 (values were mismatched to format string, |
@@ -6225,607 +6801,607 @@ | |||
6225 | display should be sensible to PHBs so long as there's no real | 6801 | display should be sensible to PHBs so long as there's no real |
6226 | loss) | 6802 | loss) |
6227 | 6803 | ||
6228 | 2002-10-18 02:41 kdebisschop | 6804 | 2002-10-18 07:41 kdebisschop |
6229 | 6805 | ||
6230 | * plugins/check_swap.c: remove old call_getopt | 6806 | * plugins/check_swap.c: remove old call_getopt |
6231 | 6807 | ||
6232 | 2002-10-18 01:55 kdebisschop | 6808 | 2002-10-18 06:55 kdebisschop |
6233 | 6809 | ||
6234 | * plugins/check_load.c: remove old call_getopt code, fix bug taking | 6810 | * plugins/check_load.c: remove old call_getopt code, fix bug taking |
6235 | single float, allow colon as separators in additin to commas | 6811 | single float, allow colon as separators in additin to commas |
6236 | 6812 | ||
6237 | 2002-10-18 00:41 kdebisschop | 6813 | 2002-10-18 05:41 kdebisschop |
6238 | 6814 | ||
6239 | * plugins/utils.c: handle null src in strscat | 6815 | * plugins/utils.c: handle null src in strscat |
6240 | 6816 | ||
6241 | 2002-10-17 23:48 kdebisschop | 6817 | 2002-10-18 04:48 kdebisschop |
6242 | 6818 | ||
6243 | * plugins/check_tcp.c: millisecond timing | 6819 | * plugins/check_tcp.c: millisecond timing |
6244 | 6820 | ||
6245 | 2002-10-17 23:46 kdebisschop | 6821 | 2002-10-18 04:46 kdebisschop |
6246 | 6822 | ||
6247 | * plugins/utils.h.in: refine STD_LONG_OPTS | 6823 | * plugins/utils.h.in: refine STD_LONG_OPTS |
6248 | 6824 | ||
6249 | 2002-10-17 23:46 kdebisschop | 6825 | 2002-10-18 04:46 kdebisschop |
6250 | 6826 | ||
6251 | * plugins/check_http.c: provide on more decimal point printing time | 6827 | * plugins/check_http.c: provide on more decimal point printing time |
6252 | 6828 | ||
6253 | 2002-10-17 23:45 kdebisschop | 6829 | 2002-10-18 04:45 kdebisschop |
6254 | 6830 | ||
6255 | * plugins/check_ping.c: remove broken call_getopt stuff | 6831 | * plugins/check_ping.c: remove broken call_getopt stuff |
6256 | 6832 | ||
6257 | 2002-10-17 02:09 kdebisschop | 6833 | 2002-10-17 07:09 kdebisschop |
6258 | 6834 | ||
6259 | * plugins/check_tcp.c: using asprintf | 6835 | * plugins/check_tcp.c: using asprintf |
6260 | 6836 | ||
6261 | 2002-10-17 02:06 kdebisschop | 6837 | 2002-10-17 07:06 kdebisschop |
6262 | 6838 | ||
6263 | * INSTALL, INSTALLING, tools/setup: revise now that aclocal is | 6839 | * INSTALL, INSTALLING, tools/setup: revise now that aclocal is |
6264 | remved from CVS | 6840 | remved from CVS |
6265 | 6841 | ||
6266 | 2002-10-16 18:26 kdebisschop | 6842 | 2002-10-16 23:26 kdebisschop |
6267 | 6843 | ||
6268 | * configure.in: need some quoting on ifdef | 6844 | * configure.in: need some quoting on ifdef |
6269 | 6845 | ||
6270 | 2002-10-16 18:17 kdebisschop | 6846 | 2002-10-16 23:17 kdebisschop |
6271 | 6847 | ||
6272 | * acinclude.m4, configure.in: finally a working fix for | 6848 | * acinclude.m4, configure.in: finally a working fix for |
6273 | AM/AC_FUNC_STRTOD nightmare | 6849 | AM/AC_FUNC_STRTOD nightmare |
6274 | 6850 | ||
6275 | 2002-10-16 18:01 kdebisschop | 6851 | 2002-10-16 23:01 kdebisschop |
6276 | 6852 | ||
6277 | * configure.in: mismatched quote | 6853 | * configure.in: mismatched quote |
6278 | 6854 | ||
6279 | 2002-10-16 17:54 kdebisschop | 6855 | 2002-10-16 22:54 kdebisschop |
6280 | 6856 | ||
6281 | * configure.in: missing commas | 6857 | * configure.in: missing commas |
6282 | 6858 | ||
6283 | 2002-10-16 17:46 kdebisschop | 6859 | 2002-10-16 22:46 kdebisschop |
6284 | 6860 | ||
6285 | * configure.in: complains on paren in comment | 6861 | * configure.in: complains on paren in comment |
6286 | 6862 | ||
6287 | 2002-10-16 17:43 kdebisschop | 6863 | 2002-10-16 22:43 kdebisschop |
6288 | 6864 | ||
6289 | * acinclude.m4: lost a paren | 6865 | * acinclude.m4: lost a paren |
6290 | 6866 | ||
6291 | 2002-10-16 17:41 kdebisschop | 6867 | 2002-10-16 22:41 kdebisschop |
6292 | 6868 | ||
6293 | * acinclude.m4: old auto???? has AM_FUNC_STRTOD, now renamed | 6869 | * acinclude.m4: old auto???? has AM_FUNC_STRTOD, now renamed |
6294 | AC_FUNC_STRTOD | 6870 | AC_FUNC_STRTOD |
6295 | 6871 | ||
6296 | 2002-10-16 17:32 kdebisschop | 6872 | 2002-10-16 22:32 kdebisschop |
6297 | 6873 | ||
6298 | * plugins/: check_http.c, utils.c, utils.h.in: millisecond timimg | 6874 | * plugins/: check_http.c, utils.c, utils.h.in: millisecond timimg |
6299 | where supported | 6875 | where supported |
6300 | 6876 | ||
6301 | 2002-10-16 17:31 kdebisschop | 6877 | 2002-10-16 22:31 kdebisschop |
6302 | 6878 | ||
6303 | * configure.in, missing: build cleanly on RedHat 8.0 | 6879 | * configure.in, missing: build cleanly on RedHat 8.0 |
6304 | 6880 | ||
6305 | 2002-10-16 06:46 kdebisschop | 6881 | 2002-10-16 11:46 kdebisschop |
6306 | 6882 | ||
6307 | * .cvsignore: ignore aclocal.m4 | 6883 | * .cvsignore: ignore aclocal.m4 |
6308 | 6884 | ||
6309 | 2002-10-16 06:34 kdebisschop | 6885 | 2002-10-16 11:34 kdebisschop |
6310 | 6886 | ||
6311 | * configure.in: AM_STRTOD was a typo | 6887 | * configure.in: AM_STRTOD was a typo |
6312 | 6888 | ||
6313 | 2002-10-16 06:31 kdebisschop | 6889 | 2002-10-16 11:31 kdebisschop |
6314 | 6890 | ||
6315 | * aclocal.m4: automake invokes acloacl on each run - it cannot be | 6891 | * aclocal.m4: automake invokes acloacl on each run - it cannot be |
6316 | right to include this | 6892 | right to include this |
6317 | 6893 | ||
6318 | 2002-10-16 06:18 kdebisschop | 6894 | 2002-10-16 11:18 kdebisschop |
6319 | 6895 | ||
6320 | * acconfig.h: better checks for vsnprintf stuff | 6896 | * acconfig.h: better checks for vsnprintf stuff |
6321 | 6897 | ||
6322 | 2002-10-16 06:14 kdebisschop | 6898 | 2002-10-16 11:14 kdebisschop |
6323 | 6899 | ||
6324 | * plugins/check_http.c, configure.in: use asprintf | 6900 | * plugins/check_http.c, configure.in: use asprintf |
6325 | 6901 | ||
6326 | 2002-10-16 06:14 kdebisschop | 6902 | 2002-10-16 11:14 kdebisschop |
6327 | 6903 | ||
6328 | * plugins/utils.c: use asprintf to construct strscat | 6904 | * plugins/utils.c: use asprintf to construct strscat |
6329 | 6905 | ||
6330 | 2002-10-16 00:57 kdebisschop | 6906 | 2002-10-16 05:57 kdebisschop |
6331 | 6907 | ||
6332 | * plugins/popen.h.in: timeout interval is extern | 6908 | * plugins/popen.h.in: timeout interval is extern |
6333 | 6909 | ||
6334 | 2002-10-16 00:56 kdebisschop | 6910 | 2002-10-16 05:56 kdebisschop |
6335 | 6911 | ||
6336 | * plugins/: utils.h.in, utils.c: start support for gettimeofday and | 6912 | * plugins/: utils.h.in, utils.c: start support for gettimeofday and |
6337 | tv_usec | 6913 | tv_usec |
6338 | 6914 | ||
6339 | 2002-10-16 00:54 kdebisschop | 6915 | 2002-10-16 05:54 kdebisschop |
6340 | 6916 | ||
6341 | * aclocal.m4: generated with automake 1.6 / autoconf 2.53 (maybe | 6917 | * aclocal.m4: generated with automake 1.6 / autoconf 2.53 (maybe |
6342 | should not be in CVS, however) | 6918 | should not be in CVS, however) |
6343 | 6919 | ||
6344 | 2002-10-16 00:52 kdebisschop | 6920 | 2002-10-16 05:52 kdebisschop |
6345 | 6921 | ||
6346 | * plugins/snprintf.c: newer snprintf from samba.org | 6922 | * plugins/snprintf.c: newer snprintf from samba.org |
6347 | 6923 | ||
6348 | 2002-10-16 00:43 kdebisschop | 6924 | 2002-10-16 05:43 kdebisschop |
6349 | 6925 | ||
6350 | * Makefile.am: cosmetic line wrap before 80 chars | 6926 | * Makefile.am: cosmetic line wrap before 80 chars |
6351 | 6927 | ||
6352 | 2002-10-16 00:42 kdebisschop | 6928 | 2002-10-16 05:42 kdebisschop |
6353 | 6929 | ||
6354 | * depcomp, .cvsignore: needed for automake 1.6 / autoconf 2.53 | 6930 | * depcomp, .cvsignore: needed for automake 1.6 / autoconf 2.53 |
6355 | 6931 | ||
6356 | 2002-10-16 00:41 kdebisschop | 6932 | 2002-10-16 05:41 kdebisschop |
6357 | 6933 | ||
6358 | * configure.in: work with newer automake, begin swithc to asprintf | 6934 | * configure.in: work with newer automake, begin swithc to asprintf |
6359 | 6935 | ||
6360 | 2002-10-15 02:23 sghosh | 6936 | 2002-10-15 07:23 sghosh |
6361 | 6937 | ||
6362 | * plugins-scripts/check_ifoperstatus.pl: new exit states, more | 6938 | * plugins-scripts/check_ifoperstatus.pl: new exit states, more |
6363 | conditional checking | 6939 | conditional checking |
6364 | 6940 | ||
6365 | 2002-10-07 15:05 sghosh | 6941 | 2002-10-07 20:05 sghosh |
6366 | 6942 | ||
6367 | * plugins/check_dns.c: patch for expected IP address | 6943 | * plugins/check_dns.c: patch for expected IP address |
6368 | 6944 | ||
6369 | 2002-10-06 21:34 kdebisschop | 6945 | 2002-10-07 02:34 kdebisschop |
6370 | 6946 | ||
6371 | * plugins/popen.c: make sure we do not run past the end of an | 6947 | * plugins/popen.c: make sure we do not run past the end of an |
6372 | unterminated string | 6948 | unterminated string |
6373 | 6949 | ||
6374 | 2002-10-06 21:19 kdebisschop | 6950 | 2002-10-07 02:19 kdebisschop |
6375 | 6951 | ||
6376 | * plugins/negate.c: use asprintf, inhibit splint warning | 6952 | * plugins/negate.c: use asprintf, inhibit splint warning |
6377 | 6953 | ||
6378 | 2002-10-05 07:08 kdebisschop | 6954 | 2002-10-05 12:08 kdebisschop |
6379 | 6955 | ||
6380 | * getloadavg.m4, plugins/getloadavg.c: lets use library instead od | 6956 | * getloadavg.m4, plugins/getloadavg.c: lets use library instead od |
6381 | inconsistent command line interfaces | 6957 | inconsistent command line interfaces |
6382 | 6958 | ||
6383 | 2002-09-25 22:17 kdebisschop | 6959 | 2002-09-26 03:17 kdebisschop |
6384 | 6960 | ||
6385 | * plugins/urlize.c: use ssprintf instead of sprintf | 6961 | * plugins/urlize.c: use ssprintf instead of sprintf |
6386 | 6962 | ||
6387 | 2002-09-25 04:01 kdebisschop | 6963 | 2002-09-25 09:01 kdebisschop |
6388 | 6964 | ||
6389 | * plugins/check_http.c: incorporate comment on my_recv from Russell | 6965 | * plugins/check_http.c: incorporate comment on my_recv from Russell |
6390 | Scibetti | 6966 | Scibetti |
6391 | 6967 | ||
6392 | 2002-09-25 03:58 kdebisschop | 6968 | 2002-09-25 08:58 kdebisschop |
6393 | 6969 | ||
6394 | * plugins/check_http.c: incorporate comments from Russell Scibetti | 6970 | * plugins/check_http.c: incorporate comments from Russell Scibetti |
6395 | 6971 | ||
6396 | 2002-09-24 01:16 kdebisschop | 6972 | 2002-09-24 06:16 kdebisschop |
6397 | 6973 | ||
6398 | * plugins/check_http.c: replace remaining occurences of sprintf | 6974 | * plugins/check_http.c: replace remaining occurences of sprintf |
6399 | with snprintf | 6975 | with snprintf |
6400 | 6976 | ||
6401 | 2002-09-15 20:47 kdebisschop | 6977 | 2002-09-16 01:47 kdebisschop |
6402 | 6978 | ||
6403 | * INSTALL: needed for latest autoconf | 6979 | * INSTALL: needed for latest autoconf |
6404 | 6980 | ||
6405 | 2002-09-15 20:47 kdebisschop | 6981 | 2002-09-16 01:47 kdebisschop |
6406 | 6982 | ||
6407 | * Makefile.am, aclocal.m4, configure.in, nagios-plugins.spec.in: | 6983 | * Makefile.am, aclocal.m4, configure.in, nagios-plugins.spec.in: |
6408 | finish ckleanup of rpm spec porcessing | 6984 | finish ckleanup of rpm spec porcessing |
6409 | 6985 | ||
6410 | 2002-09-14 17:11 kdebisschop | 6986 | 2002-09-14 22:11 kdebisschop |
6411 | 6987 | ||
6412 | * nagios-plugins.spec, nagios-plugins.spec.in: complete spec based | 6988 | * nagios-plugins.spec, nagios-plugins.spec.in: complete spec based |
6413 | on confugure.in | 6989 | on confugure.in |
6414 | 6990 | ||
6415 | 2002-09-14 17:06 kdebisschop | 6991 | 2002-09-14 22:06 kdebisschop |
6416 | 6992 | ||
6417 | * make-tarball, rpm: automake makes the dist tarball, rpmbuild -ta | 6993 | * make-tarball, rpm: automake makes the dist tarball, rpmbuild -ta |
6418 | makes the rpm | 6994 | makes the rpm |
6419 | 6995 | ||
6420 | 2002-09-13 22:27 kdebisschop | 6996 | 2002-09-14 03:27 kdebisschop |
6421 | 6997 | ||
6422 | * plugins/check_tcp.c: time data in performance string | 6998 | * plugins/check_tcp.c: time data in performance string |
6423 | 6999 | ||
6424 | 2002-09-13 22:23 kdebisschop | 7000 | 2002-09-14 03:23 kdebisschop |
6425 | 7001 | ||
6426 | * plugins/check_http.c: time data in performance string | 7002 | * plugins/check_http.c: time data in performance string |
6427 | 7003 | ||
6428 | 2002-09-13 22:13 kdebisschop | 7004 | 2002-09-14 03:13 kdebisschop |
6429 | 7005 | ||
6430 | * plugins-scripts/check_log.sh: patch from Matthew Peters | 7006 | * plugins-scripts/check_log.sh: patch from Matthew Peters |
6431 | <mattp@esec.com.au>, plus turned up a few bugs on my own | 7007 | <mattp@esec.com.au>, plus turned up a few bugs on my own |
6432 | 7008 | ||
6433 | 2002-09-11 22:43 kdebisschop | 7009 | 2002-09-12 03:43 kdebisschop |
6434 | 7010 | ||
6435 | * plugins/Makefile.am: negate wrapper | 7011 | * plugins/Makefile.am: negate wrapper |
6436 | 7012 | ||
6437 | 2002-09-08 08:05 kdebisschop | 7013 | 2002-09-08 13:05 kdebisschop |
6438 | 7014 | ||
6439 | * plugins/negate.c: wrapper to invert return status | 7015 | * plugins/negate.c: wrapper to invert return status |
6440 | 7016 | ||
6441 | 2002-09-08 08:05 kdebisschop | 7017 | 2002-09-08 13:05 kdebisschop |
6442 | 7018 | ||
6443 | * plugins/utils.c: clears up warnings in splint | 7019 | * plugins/utils.c: clears up warnings in splint |
6444 | 7020 | ||
6445 | 2002-09-05 22:25 kdebisschop | 7021 | 2002-09-06 03:25 kdebisschop |
6446 | 7022 | ||
6447 | * plugins-scripts/check_rpc.pl: case on key to ERRORS hash | 7023 | * plugins-scripts/check_rpc.pl: case on key to ERRORS hash |
6448 | 7024 | ||
6449 | 2002-09-04 02:00 sghosh | 7025 | 2002-09-04 07:00 sghosh |
6450 | 7026 | ||
6451 | * configure.in: more Mysql patches | 7027 | * configure.in: more Mysql patches |
6452 | 7028 | ||
6453 | 2002-09-03 22:12 sghosh | 7029 | 2002-09-04 03:12 sghosh |
6454 | 7030 | ||
6455 | * plugins-scripts/check_ntp.pl: dispersion check now controlled by | 7031 | * plugins-scripts/check_ntp.pl: dispersion check now controlled by |
6456 | warn and crit | 7032 | warn and crit |
6457 | 7033 | ||
6458 | 2002-09-03 22:11 sghosh | 7034 | 2002-09-04 03:11 sghosh |
6459 | 7035 | ||
6460 | * configure.in: Mysql dir fix | 7036 | * configure.in: Mysql dir fix |
6461 | 7037 | ||
6462 | 2002-09-03 22:10 sghosh | 7038 | 2002-09-04 03:10 sghosh |
6463 | 7039 | ||
6464 | * contrib/: check_ifoperstatus.pl, check_ifstatus.pl: moved to | 7040 | * contrib/: check_ifoperstatus.pl, check_ifstatus.pl: moved to |
6465 | supported plugins-scripts | 7041 | supported plugins-scripts |
6466 | 7042 | ||
6467 | 2002-09-02 14:47 sghosh | 7043 | 2002-09-02 19:47 sghosh |
6468 | 7044 | ||
6469 | * plugins/check_smtp.c: new -f option for adding a FROM address for | 7045 | * plugins/check_smtp.c: new -f option for adding a FROM address for |
6470 | RFC correctness | 7046 | RFC correctness |
6471 | 7047 | ||
6472 | 2002-09-01 12:22 sghosh | 7048 | 2002-09-01 17:22 sghosh |
6473 | 7049 | ||
6474 | * INSTALL, INSTALLING: file rename for MacOS X | 7050 | * INSTALL, INSTALLING: file rename for MacOS X |
6475 | 7051 | ||
6476 | 2002-09-01 12:18 sghosh | 7052 | 2002-09-01 17:18 sghosh |
6477 | 7053 | ||
6478 | * plugins/check_smtp.c: Valid MAIL command | 7054 | * plugins/check_smtp.c: Valid MAIL command |
6479 | 7055 | ||
6480 | 2002-08-22 18:08 sghosh | 7056 | 2002-08-22 23:08 sghosh |
6481 | 7057 | ||
6482 | * contrib/check_snmp_process_monitor.pl: updates | 7058 | * contrib/check_snmp_process_monitor.pl: updates |
6483 | 7059 | ||
6484 | 2002-08-22 10:43 sghosh | 7060 | 2002-08-22 15:43 sghosh |
6485 | 7061 | ||
6486 | * command.cfg.in: smsclient config | 7062 | * command.cfg.in: smsclient config |
6487 | 7063 | ||
6488 | 2002-08-22 10:42 sghosh | 7064 | 2002-08-22 15:42 sghosh |
6489 | 7065 | ||
6490 | * contrib/: check_snmp_disk_monitor.pl, | 7066 | * contrib/: check_snmp_disk_monitor.pl, |
6491 | check_snmp_process_monitor.pl: new plugins contrib | 7067 | check_snmp_process_monitor.pl: new plugins contrib |
6492 | 7068 | ||
6493 | 2002-08-18 14:03 kdebisschop | 7069 | 2002-08-18 19:03 kdebisschop |
6494 | 7070 | ||
6495 | * plugins/check_by_ssh.c: typo in options passed to ssh for ipv6. | 7071 | * plugins/check_by_ssh.c: typo in options passed to ssh for ipv6. |
6496 | fix by setting a generic hook for 1-char pasthhru options | 7072 | fix by setting a generic hook for 1-char pasthhru options |
6497 | 7073 | ||
6498 | 2002-08-14 15:17 sghosh | 7074 | 2002-08-14 20:17 sghosh |
6499 | 7075 | ||
6500 | * plugins-scripts/check_disk_smb.pl: patch for admin shares | 7076 | * plugins-scripts/check_disk_smb.pl: patch for admin shares |
6501 | 7077 | ||
6502 | 2002-08-14 15:07 sghosh | 7078 | 2002-08-14 20:07 sghosh |
6503 | 7079 | ||
6504 | * command.cfg.in: qpage definitions | 7080 | * command.cfg.in: qpage definitions |
6505 | 7081 | ||
6506 | 2002-08-14 15:06 sghosh | 7082 | 2002-08-14 20:06 sghosh |
6507 | 7083 | ||
6508 | * plugins-scripts/check_ifstatus.pl: skip PPP interfaces | 7084 | * plugins-scripts/check_ifstatus.pl: skip PPP interfaces |
6509 | 7085 | ||
6510 | 2002-08-14 15:04 sghosh | 7086 | 2002-08-14 20:04 sghosh |
6511 | 7087 | ||
6512 | * plugins/check_smtp.c: added HELO command | 7088 | * plugins/check_smtp.c: added HELO command |
6513 | 7089 | ||
6514 | 2002-08-14 15:04 sghosh | 7090 | 2002-08-14 20:04 sghosh |
6515 | 7091 | ||
6516 | * plugins/check_by_ssh.c: ipv4/ipv6 switch added | 7092 | * plugins/check_by_ssh.c: ipv4/ipv6 switch added |
6517 | 7093 | ||
6518 | 2002-08-14 15:03 sghosh | 7094 | 2002-08-14 20:03 sghosh |
6519 | 7095 | ||
6520 | * plugins/check_hpjd.c: net-snmp v5x fix | 7096 | * plugins/check_hpjd.c: net-snmp v5x fix |
6521 | 7097 | ||
6522 | 2002-08-14 15:02 sghosh | 7098 | 2002-08-14 20:02 sghosh |
6523 | 7099 | ||
6524 | * contrib/check_apc_ups.pl: fix for ePN | 7100 | * contrib/check_apc_ups.pl: fix for ePN |
6525 | 7101 | ||
6526 | 2002-08-14 15:01 sghosh | 7102 | 2002-08-14 20:01 sghosh |
6527 | 7103 | ||
6528 | * contrib/: check_linux_raid.pl, check_nagios_db.pl: new plugins | 7104 | * contrib/: check_linux_raid.pl, check_nagios_db.pl: new plugins |
6529 | 7105 | ||
6530 | 2002-08-14 15:00 sghosh | 7106 | 2002-08-14 20:00 sghosh |
6531 | 7107 | ||
6532 | * contrib/check_inodes-freebsd.pl: check inodes - freebsd - | 7108 | * contrib/check_inodes-freebsd.pl: check inodes - freebsd - |
6533 | candidate for merge with check_inodes | 7109 | candidate for merge with check_inodes |
6534 | 7110 | ||
6535 | 2002-08-14 11:29 sghosh | 7111 | 2002-08-14 16:29 sghosh |
6536 | 7112 | ||
6537 | * contrib/check_smb.sh: new smb check - users | 7113 | * contrib/check_smb.sh: new smb check - users |
6538 | 7114 | ||
6539 | 2002-08-12 23:18 egalstad | 7115 | 2002-08-13 04:18 egalstad |
6540 | 7116 | ||
6541 | * plugins/check_game.c: Mod to display current/max number of | 7117 | * plugins/check_game.c: Mod to display current/max number of |
6542 | players in a game (Frank Kannemann) | 7118 | players in a game (Frank Kannemann) |
6543 | 7119 | ||
6544 | 2002-08-12 19:09 egalstad | 7120 | 2002-08-13 00:09 egalstad |
6545 | 7121 | ||
6546 | * contrib/check_disk_snmp.pl: Updated to use getopt (Christoph | 7122 | * contrib/check_disk_snmp.pl: Updated to use getopt (Christoph |
6547 | Maser) | 7123 | Maser) |
6548 | 7124 | ||
6549 | 2002-08-01 01:06 sghosh | 7125 | 2002-08-01 06:06 sghosh |
6550 | 7126 | ||
6551 | * plugins/check_snmp.c: re-patched exit state comparison | 7127 | * plugins/check_snmp.c: re-patched exit state comparison |
6552 | 7128 | ||
6553 | 2002-08-01 00:54 sghosh | 7129 | 2002-08-01 05:54 sghosh |
6554 | 7130 | ||
6555 | * plugins/check_snmp.c: port option added, -c support net-snmpv5, | 7131 | * plugins/check_snmp.c: port option added, -c support net-snmpv5, |
6556 | complete response string output | 7132 | complete response string output |
6557 | 7133 | ||
6558 | 2002-08-01 00:46 egalstad | 7134 | 2002-08-01 05:46 egalstad |
6559 | 7135 | ||
6560 | * contrib/check_digitemp.pl: Add Brian Lane's Digitemp (1-wire temp | 7136 | * contrib/check_digitemp.pl: Add Brian Lane's Digitemp (1-wire temp |
6561 | sensor) plugin | 7137 | sensor) plugin |
6562 | 7138 | ||
6563 | 2002-07-16 00:13 egalstad | 7139 | 2002-07-16 05:13 egalstad |
6564 | 7140 | ||
6565 | * contrib/check_disk_snmp.pl: Christoph Maser's plugin to check | 7141 | * contrib/check_disk_snmp.pl: Christoph Maser's plugin to check |
6566 | disk usage via SNMP3 | 7142 | disk usage via SNMP3 |
6567 | 7143 | ||
6568 | 2002-07-15 20:04 stanleyhopcroft | 7144 | 2002-07-16 01:04 stanleyhopcroft |
6569 | 7145 | ||
6570 | * contrib/check_ms_spooler.pl: Primitive and in need of refinement | 7146 | * contrib/check_ms_spooler.pl: Primitive and in need of refinement |
6571 | test of MS spooler (with smbclient) | 7147 | test of MS spooler (with smbclient) |
6572 | 7148 | ||
6573 | 2002-07-04 18:02 sghosh | 7149 | 2002-07-04 23:02 sghosh |
6574 | 7150 | ||
6575 | * contrib/check_procl.sh: Jerome Tytgat - accumulated/percentage | 7151 | * contrib/check_procl.sh: Jerome Tytgat - accumulated/percentage |
6576 | CPU/MEM per process - bash plugin | 7152 | CPU/MEM per process - bash plugin |
6577 | 7153 | ||
6578 | 2002-07-04 00:05 sghosh | 7154 | 2002-07-04 05:05 sghosh |
6579 | 7155 | ||
6580 | * INSTALL: doc update | 7156 | * INSTALL: doc update |
6581 | 7157 | ||
6582 | 2002-06-28 17:08 sghosh | 7158 | 2002-06-28 22:08 sghosh |
6583 | 7159 | ||
6584 | * INSTALL: note about autoconf/automake version | 7160 | * INSTALL: note about autoconf/automake version |
6585 | 7161 | ||
6586 | 2002-06-25 17:32 sghosh | 7162 | 2002-06-25 22:32 sghosh |
6587 | 7163 | ||
6588 | * contrib/check_rbl.c: Check if IP address is specified on RBL - | 7164 | * contrib/check_rbl.c: Check if IP address is specified on RBL - |
6589 | Tim Bell | 7165 | Tim Bell |
6590 | 7166 | ||
6591 | 2002-06-25 09:55 sghosh | 7167 | 2002-06-25 14:55 sghosh |
6592 | 7168 | ||
6593 | * contrib/check_lmmon.pl: check motherboard/cpu temp via lmmon | 7169 | * contrib/check_lmmon.pl: check motherboard/cpu temp via lmmon |
6594 | 7170 | ||
6595 | 2002-06-24 17:29 sghosh | 7171 | 2002-06-24 22:29 sghosh |
6596 | 7172 | ||
6597 | * plugins/check_http.c: ignore return status codes if user | 7173 | * plugins/check_http.c: ignore return status codes if user |
6598 | specified status line check | 7174 | specified status line check |
6599 | 7175 | ||
6600 | 2002-06-24 16:41 sghosh | 7176 | 2002-06-24 21:41 sghosh |
6601 | 7177 | ||
6602 | * plugins/check_snmp.c: printf bug for large numbers - Jeff Murray | 7178 | * plugins/check_snmp.c: printf bug for large numbers - Jeff Murray |
6603 | 7179 | ||
6604 | 2002-06-20 00:27 sghosh | 7180 | 2002-06-20 05:27 sghosh |
6605 | 7181 | ||
6606 | * plugins-scripts/check_disk_smb.pl: logic fix for disk space | 7182 | * plugins-scripts/check_disk_smb.pl: logic fix for disk space |
6607 | thresholds | 7183 | thresholds |
6608 | 7184 | ||
6609 | 2002-06-19 01:11 sghosh | 7185 | 2002-06-19 06:11 sghosh |
6610 | 7186 | ||
6611 | * plugins/: check_dig.c, check_dns.c, check_fping.c, check_hpjd.c, | 7187 | * plugins/: check_dig.c, check_dns.c, check_fping.c, check_hpjd.c, |
6612 | check_nagios.c, check_ping.c, check_snmp.c, check_vsz.c, | 7188 | check_nagios.c, check_ping.c, check_snmp.c, check_vsz.c, |
6613 | urlize.c, utils.c, utils.h.in: more POSIX return value comparison | 7189 | urlize.c, utils.c, utils.h.in: more POSIX return value comparison |
6614 | related code fixes | 7190 | related code fixes |
6615 | 7191 | ||
6616 | 2002-06-18 23:09 sghosh | 7192 | 2002-06-19 04:09 sghosh |
6617 | 7193 | ||
6618 | * plugins/: check_disk.c, check_ping.c, check_procs.c: fixes for | 7194 | * plugins/: check_disk.c, check_ping.c, check_procs.c: fixes for |
6619 | using POSIX return codes | 7195 | using POSIX return codes |
6620 | 7196 | ||
6621 | 2002-06-17 21:06 sghosh | 7197 | 2002-06-18 02:06 sghosh |
6622 | 7198 | ||
6623 | * plugins/common.h.in: updated to POSIX return codes | 7199 | * plugins/common.h.in: updated to POSIX return codes |
6624 | 7200 | ||
6625 | 2002-06-17 21:05 sghosh | 7201 | 2002-06-18 02:05 sghosh |
6626 | 7202 | ||
6627 | * contrib/check_cluster.c: Ethan's check_cluster | 7203 | * contrib/check_cluster.c: Ethan's check_cluster |
6628 | 7204 | ||
6629 | 2002-06-13 16:49 sghosh | 7205 | 2002-06-13 21:49 sghosh |
6630 | 7206 | ||
6631 | * plugins/check_smtp.c: conformance to RFC 821 <CRLF> | 7207 | * plugins/check_smtp.c: conformance to RFC 821 <CRLF> |
6632 | 7208 | ||
6633 | 2002-06-12 23:03 sghosh | 7209 | 2002-06-13 04:03 sghosh |
6634 | 7210 | ||
6635 | * configure.in: use xntpdc on Solaris for check_ntp | 7211 | * configure.in: use xntpdc on Solaris for check_ntp |
6636 | 7212 | ||
6637 | 2002-06-09 23:24 sghosh | 7213 | 2002-06-10 04:24 sghosh |
6638 | 7214 | ||
6639 | * plugins/check_smtp.c: patch to stop NOQUEUE syslog messages - | 7215 | * plugins/check_smtp.c: patch to stop NOQUEUE syslog messages - |
6640 | Karl Ewald | 7216 | Karl Ewald |
6641 | 7217 | ||
6642 | 2002-06-07 20:33 sghosh | 7218 | 2002-06-08 01:33 sghosh |
6643 | 7219 | ||
6644 | * plugins-scripts/check_ntp.pl: xntpdc/ntpdc patch - John Koyle | 7220 | * plugins-scripts/check_ntp.pl: xntpdc/ntpdc patch - John Koyle |
6645 | 7221 | ||
6646 | 2002-06-06 00:16 sghosh | 7222 | 2002-06-06 05:16 sghosh |
6647 | 7223 | ||
6648 | * plugins-scripts/: subst.in, utils.sh.in: corrected result codes - | 7224 | * plugins-scripts/: subst.in, utils.sh.in: corrected result codes - |
6649 | for sh; corrected substition for libexec - Tom Bertelson | 7225 | for sh; corrected substition for libexec - Tom Bertelson |
6650 | 7226 | ||
6651 | 2002-06-06 00:15 sghosh | 7227 | 2002-06-06 05:15 sghosh |
6652 | 7228 | ||
6653 | * plugins/check_disk.c: added option for mount point - Tom | 7229 | * plugins/check_disk.c: added option for mount point - Tom |
6654 | Bertelson | 7230 | Bertelson |
6655 | 7231 | ||
6656 | 2002-06-06 00:15 sghosh | 7232 | 2002-06-06 05:15 sghosh |
6657 | 7233 | ||
6658 | * plugins-scripts/check_oracle.sh: Add test for Oracle name server, | 7234 | * plugins-scripts/check_oracle.sh: Add test for Oracle name server, |
6659 | can dynamicall determine ORACLE_HOME - tom Bertelson | 7235 | can dynamicall determine ORACLE_HOME - tom Bertelson |
6660 | 7236 | ||
6661 | 2002-06-06 00:14 sghosh | 7237 | 2002-06-06 05:14 sghosh |
6662 | 7238 | ||
6663 | * plugins-scripts/check_flexlm.pl: conditional on lmstat | 7239 | * plugins-scripts/check_flexlm.pl: conditional on lmstat |
6664 | 7240 | ||
6665 | 2002-06-06 00:13 sghosh | 7241 | 2002-06-06 05:13 sghosh |
6666 | 7242 | ||
6667 | * plugins-scripts/check_ntp.pl: conditional on ntpdc | 7243 | * plugins-scripts/check_ntp.pl: conditional on ntpdc |
6668 | 7244 | ||
6669 | 2002-05-28 20:57 sghosh | 7245 | 2002-05-29 01:57 sghosh |
6670 | 7246 | ||
6671 | * command.cfg.in: notes added | 7247 | * command.cfg.in: notes added |
6672 | 7248 | ||
6673 | 2002-05-27 23:14 sghosh | 7249 | 2002-05-28 04:14 sghosh |
6674 | 7250 | ||
6675 | * command.cfg.in: option updates, more examples | 7251 | * command.cfg.in: option updates, more examples |
6676 | 7252 | ||
6677 | 2002-05-27 22:41 sghosh | 7253 | 2002-05-28 03:41 sghosh |
6678 | 7254 | ||
6679 | * command.cfg.in: option updates, more examples | 7255 | * command.cfg.in: option updates, more examples |
6680 | 7256 | ||
6681 | 2002-05-26 22:10 sghosh | 7257 | 2002-05-27 03:10 sghosh |
6682 | 7258 | ||
6683 | * plugins-scripts/check_ntp.pl: checked in too quickly | 7259 | * plugins-scripts/check_ntp.pl: checked in too quickly |
6684 | 7260 | ||
6685 | 2002-05-26 22:05 sghosh | 7261 | 2002-05-27 03:05 sghosh |
6686 | 7262 | ||
6687 | * doc/: README, developer-guidelines.html, | 7263 | * doc/: README, developer-guidelines.html, |
6688 | developer-guidelines.sgml: added developer guidelines. | 7264 | developer-guidelines.sgml: added developer guidelines. |
6689 | 7265 | ||
6690 | 2002-05-26 22:03 sghosh | 7266 | 2002-05-27 03:03 sghosh |
6691 | 7267 | ||
6692 | * configure.in: typo, AIX 4.3 ps, smbclient, Net::SNMP fixes | 7268 | * configure.in: typo, AIX 4.3 ps, smbclient, Net::SNMP fixes |
6693 | 7269 | ||
6694 | 2002-05-26 22:01 sghosh | 7270 | 2002-05-27 03:01 sghosh |
6695 | 7271 | ||
6696 | * acconfig.h, plugins-scripts/utils.pm.in: new var - smbclient | 7272 | * acconfig.h, plugins-scripts/utils.pm.in: new var - smbclient |
6697 | 7273 | ||
6698 | 2002-05-26 21:56 sghosh | 7274 | 2002-05-27 02:56 sghosh |
6699 | 7275 | ||
6700 | * plugins-scripts/check_ntp.pl: logic reorg, ePN fix and support | 7276 | * plugins-scripts/check_ntp.pl: logic reorg, ePN fix and support |
6701 | for utils.pm | 7277 | for utils.pm |
6702 | 7278 | ||
6703 | 2002-05-26 21:55 sghosh | 7279 | 2002-05-27 02:55 sghosh |
6704 | 7280 | ||
6705 | * plugins-scripts/check_disk_smb.pl: ePN fix and support for | 7281 | * plugins-scripts/check_disk_smb.pl: ePN fix and support for |
6706 | utils.pm | 7282 | utils.pm |
6707 | 7283 | ||
6708 | 2002-05-23 12:39 sghosh | 7284 | 2002-05-23 17:39 sghosh |
6709 | 7285 | ||
6710 | * contrib/: check_log2.pl, check_vcs.pl: New plugins from Aaron | 7286 | * contrib/: check_log2.pl, check_vcs.pl: New plugins from Aaron |
6711 | Bostick - Veritas Cluster, logfile | 7287 | Bostick - Veritas Cluster, logfile |
6712 | 7288 | ||
6713 | 2002-05-09 23:51 sghosh | 7289 | 2002-05-10 04:51 sghosh |
6714 | 7290 | ||
6715 | * plugins-scripts/check_rpc.pl: updates for ePN, patch for multiple | 7291 | * plugins-scripts/check_rpc.pl: updates for ePN, patch for multiple |
6716 | version check | 7292 | version check |
6717 | 7293 | ||
6718 | 2002-05-09 23:49 sghosh | 7294 | 2002-05-10 04:49 sghosh |
6719 | 7295 | ||
6720 | * configure.in, plugins-scripts/utils.pm.in: added programs to | 7296 | * configure.in, plugins-scripts/utils.pm.in: added programs to |
6721 | autoconf | 7297 | autoconf |
6722 | 7298 | ||
6723 | 2002-05-09 23:49 sghosh | 7299 | 2002-05-10 04:49 sghosh |
6724 | 7300 | ||
6725 | * acconfig.h: Added programs for autoconf | 7301 | * acconfig.h: Added programs for autoconf |
6726 | 7302 | ||
6727 | 2002-05-09 15:03 sghosh | 7303 | 2002-05-09 20:03 sghosh |
6728 | 7304 | ||
6729 | * plugins-scripts/: Makefile.am, check_ifoperstatus.pl: migrated | 7305 | * plugins-scripts/: Makefile.am, check_ifoperstatus.pl: migrated |
6730 | check_ifoperstatus to standard plugin | 7306 | check_ifoperstatus to standard plugin |
6731 | 7307 | ||
6732 | 2002-05-08 11:35 sghosh | 7308 | 2002-05-08 16:35 sghosh |
6733 | 7309 | ||
6734 | * plugins/check_ping.c: patch for Suse 8.0 loss output | 7310 | * plugins/check_ping.c: patch for Suse 8.0 loss output |
6735 | 7311 | ||
6736 | 2002-05-08 01:10 sghosh | 7312 | 2002-05-08 06:10 sghosh |
6737 | 7313 | ||
6738 | * plugins-scripts/utils.pm.in: is_hostname added, update CODES to | 7314 | * plugins-scripts/utils.pm.in: is_hostname added, update CODES to |
6739 | POSIX | 7315 | POSIX |
6740 | 7316 | ||
6741 | 2002-05-08 01:07 sghosh | 7317 | 2002-05-08 06:07 sghosh |
6742 | 7318 | ||
6743 | * plugins/: check_hpjd.c, check_ups.c: updated notes | 7319 | * plugins/: check_hpjd.c, check_ups.c: updated notes |
6744 | 7320 | ||
6745 | 2002-05-08 01:04 sghosh | 7321 | 2002-05-08 06:04 sghosh |
6746 | 7322 | ||
6747 | * configure.in: updated messages and check for host command | 7323 | * configure.in: updated messages and check for host command |
6748 | 7324 | ||
6749 | 2002-05-08 00:58 sghosh | 7325 | 2002-05-08 05:58 sghosh |
6750 | 7326 | ||
6751 | * plugins-scripts/: Makefile.am, check_ifstatus.pl: moved updated | 7327 | * plugins-scripts/: Makefile.am, check_ifstatus.pl: moved updated |
6752 | check_ifstatus to standard plugin | 7328 | check_ifstatus to standard plugin |
6753 | 7329 | ||
6754 | 2002-05-07 01:35 sghosh | 7330 | 2002-05-07 06:35 sghosh |
6755 | 7331 | ||
6756 | * plugins-scripts/: check_breeze.pl, check_flexlm.pl, | 7332 | * plugins-scripts/: check_breeze.pl, check_flexlm.pl, |
6757 | check_ircd.pl, check_netdns.pl, check_ntp.pl, check_wave.pl: 2nd | 7333 | check_ircd.pl, check_netdns.pl, check_ntp.pl, check_wave.pl: 2nd |
6758 | fix for ePN | 7334 | fix for ePN |
6759 | 7335 | ||
6760 | 2002-05-02 12:43 sghosh | 7336 | 2002-05-02 17:43 sghosh |
6761 | 7337 | ||
6762 | * plugins-scripts/: check_breeze.pl, check_disk_smb.pl, | 7338 | * plugins-scripts/: check_breeze.pl, check_disk_smb.pl, |
6763 | check_flexlm.pl, check_ircd.pl, check_netdns.pl, check_ntp.pl, | 7339 | check_flexlm.pl, check_ircd.pl, check_netdns.pl, check_ntp.pl, |
6764 | check_rpc.pl, check_wave.pl: fix for embedded perl | 7340 | check_rpc.pl, check_wave.pl: fix for embedded perl |
6765 | 7341 | ||
6766 | 2002-05-02 12:22 sghosh | 7342 | 2002-05-02 17:22 sghosh |
6767 | 7343 | ||
6768 | * tools/: README, mini_epn.c, p1.pl: updated mini_epn and p1.pl | 7344 | * tools/: README, mini_epn.c, p1.pl: updated mini_epn and p1.pl |
6769 | added to plugins distribution | 7345 | added to plugins distribution |
6770 | 7346 | ||
6771 | 2002-05-01 17:12 sghosh | 7347 | 2002-05-01 22:12 sghosh |
6772 | 7348 | ||
6773 | * contrib/tarballs/fetchlog-0.92.tar.gz: remote log check (via snmp | 7349 | * contrib/tarballs/fetchlog-0.92.tar.gz: remote log check (via snmp |
6774 | possible) by Alexander Haderer | 7350 | possible) by Alexander Haderer |
6775 | 7351 | ||
6776 | 2002-04-28 22:58 kdebisschop | 7352 | 2002-04-29 03:58 kdebisschop |
6777 | 7353 | ||
6778 | * plugins/getopt.h: failed to carry over from old plugins, listed | 7354 | * plugins/getopt.h: failed to carry over from old plugins, listed |
6779 | in EXTRA_DIST, needed for build | 7355 | in EXTRA_DIST, needed for build |
6780 | 7356 | ||
6781 | 2002-04-23 08:50 sghosh | 7357 | 2002-04-23 13:50 sghosh |
6782 | 7358 | ||
6783 | * plugins/check_ping.c: corrected program name and added rtt patch | 7359 | * plugins/check_ping.c: corrected program name and added rtt patch |
6784 | for RH7.2+beta | 7360 | for RH7.2+beta |
6785 | 7361 | ||
6786 | 2002-04-18 17:59 egalstad | 7362 | 2002-04-18 22:59 egalstad |
6787 | 7363 | ||
6788 | * contrib/check_inodes.pl: add check_inodes contrib plugin by John | 7364 | * contrib/check_inodes.pl: add check_inodes contrib plugin by John |
6789 | Jolet | 7365 | Jolet |
6790 | 7366 | ||
6791 | 2002-04-18 00:38 egalstad | 7367 | 2002-04-18 05:38 egalstad |
6792 | 7368 | ||
6793 | * configure.in: configure script patch for ping syntax | 7369 | * configure.in: configure script patch for ping syntax |
6794 | 7370 | ||
6795 | 2002-04-07 00:13 sghosh | 7371 | 2002-04-07 06:13 sghosh |
6796 | 7372 | ||
6797 | * contrib/: check_backup.pl, check_dl_size.pl: plugins from Patrick | 7373 | * contrib/: check_backup.pl, check_dl_size.pl: plugins from Patrick |
6798 | Greenwell | 7374 | Greenwell |
6799 | 7375 | ||
6800 | 2002-04-05 17:22 sghosh | 7376 | 2002-04-05 23:22 sghosh |
6801 | 7377 | ||
6802 | * acconfig.h: added HOST_COMMAND | 7378 | * acconfig.h: added HOST_COMMAND |
6803 | 7379 | ||
6804 | 2002-04-05 17:19 sghosh | 7380 | 2002-04-05 23:19 sghosh |
6805 | 7381 | ||
6806 | * contrib/tarballs/check_spread.tar: plugin to check spread | 7382 | * contrib/tarballs/check_spread.tar: plugin to check spread |
6807 | messaging toolkit | 7383 | messaging toolkit |
6808 | 7384 | ||
6809 | 2002-04-02 21:58 sghosh | 7385 | 2002-04-03 03:58 sghosh |
6810 | 7386 | ||
6811 | * contrib/check_oracle_instance.pl: from Sven Dolderer - check | 7387 | * contrib/check_oracle_instance.pl: from Sven Dolderer - check |
6812 | oracle instance | 7388 | oracle instance |
6813 | 7389 | ||
6814 | 2002-04-02 21:56 sghosh | 7390 | 2002-04-03 03:56 sghosh |
6815 | 7391 | ||
6816 | * plugins-scripts/check_nfs.pl: check_nfs functionality exists in | 7392 | * plugins-scripts/check_nfs.pl: check_nfs functionality exists in |
6817 | check_rpc | 7393 | check_rpc |
6818 | 7394 | ||
6819 | 2002-03-18 00:15 sghosh | 7395 | 2002-03-18 05:15 sghosh |
6820 | 7396 | ||
6821 | * plugins-scripts/subst.in: function to update perl plugin scripts | 7397 | * plugins-scripts/subst.in: function to update perl plugin scripts |
6822 | to find utils.pm | 7398 | to find utils.pm |
6823 | 7399 | ||
6824 | 2002-02-28 21:53 egalstad | 7400 | 2002-03-01 02:53 egalstad |
6825 | 7401 | ||
6826 | * plugins/: .cvsignore, config.h.in: Fix for stupid me | 7402 | * plugins/: .cvsignore, config.h.in: Fix for stupid me |
6827 | 7403 | ||
6828 | 2002-02-28 21:42 egalstad | 7404 | 2002-03-01 02:42 egalstad |
6829 | 7405 | ||
6830 | * contrib/check_breeze.pl, contrib/check_dhcp.c, | 7406 | * contrib/check_breeze.pl, contrib/check_dhcp.c, |
6831 | contrib/check_flexlm.pl, contrib/check_hltherm.c, | 7407 | contrib/check_flexlm.pl, contrib/check_hltherm.c, |
@@ -6846,7 +7422,7 @@ | |||
6846 | contrib/tarballs/radius.tar.gz, plugins/.cvsignore, | 7422 | contrib/tarballs/radius.tar.gz, plugins/.cvsignore, |
6847 | plugins/config.h.in: Contrib plugin cleanup | 7423 | plugins/config.h.in: Contrib plugin cleanup |
6848 | 7424 | ||
6849 | 2002-02-28 01:42 egalstad | 7425 | 2002-02-28 06:42 egalstad |
6850 | 7426 | ||
6851 | * .cvsignore, AUTHORS, CODING, COPYING, ChangeLog, FAQ, Helper.pm, | 7427 | * .cvsignore, AUTHORS, CODING, COPYING, ChangeLog, FAQ, Helper.pm, |
6852 | INSTALL, Makefile.am, NEWS, README, REQUIREMENTS, ROADMAP, | 7428 | INSTALL, Makefile.am, NEWS, README, REQUIREMENTS, ROADMAP, |
@@ -6932,7 +7508,7 @@ | |||
6932 | plugins-scripts/utils.sh.in, plugins-scripts/t/check_rpc.t, | 7508 | plugins-scripts/utils.sh.in, plugins-scripts/t/check_rpc.t, |
6933 | tools/setup, tools/tango: Initial import of existing plugin code | 7509 | tools/setup, tools/tango: Initial import of existing plugin code |
6934 | 7510 | ||
6935 | 2002-02-28 01:42 egalstad | 7511 | 2002-02-28 06:42 egalstad |
6936 | 7512 | ||
6937 | * .cvsignore, AUTHORS, CODING, COPYING, ChangeLog, FAQ, Helper.pm, | 7513 | * .cvsignore, AUTHORS, CODING, COPYING, ChangeLog, FAQ, Helper.pm, |
6938 | INSTALL, Makefile.am, NEWS, README, REQUIREMENTS, ROADMAP, | 7514 | INSTALL, Makefile.am, NEWS, README, REQUIREMENTS, ROADMAP, |
diff --git a/configure.in b/configure.in index 4ff9be1..6816bcf 100644 --- a/configure.in +++ b/configure.in | |||
@@ -1,7 +1,7 @@ | |||
1 | dnl Process this file with autoconf to produce a configure script. | 1 | dnl Process this file with autoconf to produce a configure script. |
2 | AC_REVISION ($Revision$) | 2 | AC_REVISION ($Revision$) |
3 | AC_PREREQ(2.58) | 3 | AC_PREREQ(2.58) |
4 | AC_INIT(nagios-plugins,1.4.3) | 4 | AC_INIT(nagios-plugins,1.4.4) |
5 | AC_CONFIG_SRCDIR(NPTest.pm) | 5 | AC_CONFIG_SRCDIR(NPTest.pm) |
6 | AM_INIT_AUTOMAKE([1.8.3]) | 6 | AM_INIT_AUTOMAKE([1.8.3]) |
7 | AM_CONFIG_HEADER(config.h) | 7 | AM_CONFIG_HEADER(config.h) |
diff --git a/package.def b/package.def index 60c9956..ee4a023 100644 --- a/package.def +++ b/package.def | |||
@@ -1 +1 @@ | |||
PACKAGE_RELEASE="1.4.3" | PACKAGE_RELEASE="1.4.4" | ||