diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1435 |
1 files changed, 1307 insertions, 128 deletions
@@ -1,9 +1,1188 @@ | |||
1 | 2000-12-08 karldebisschop <karldebisschop@miles.debisschop.net> | 1 | 2003-03-01 kdebisschop@alert.infoplease.com <kdebisschop> |
2 | |||
3 | * nagios-plugins.spec.in: we were missing some docs in the RPM | ||
4 | |||
5 | 2003-02-23 sghosh <sghosh> | ||
6 | |||
7 | * REQUIREMENTS: Novell requirements | ||
8 | |||
9 | * contrib/check_bgpstate.pl: removed community string in CRIT message | ||
10 | |||
11 | 2003-02-22 tonvoon <tonvoon> | ||
12 | |||
13 | * configure.in: | ||
14 | Solaris and Unixware labels round the wrong way for swap command | ||
15 | |||
16 | 2003-02-22 kdebisschop@alert.infoplease.com <kdebisschop> | ||
17 | |||
18 | * Makefile.am: provide target for nagios-plugins.spec | ||
19 | |||
20 | * Makefile.am: add CODING FAQ LEGAL to distribution tarball | ||
21 | |||
22 | 2003-02-21 tonvoon <tonvoon> | ||
23 | |||
24 | * plugins/check_http.c: Fixed coredump with unallocated string | ||
25 | |||
26 | * plugins/check_dns.c: | ||
27 | Strip leading spaces on dns return value (689563 - Simon L Nielsen) | ||
28 | |||
29 | 2003-02-20 kdebisschop@alert.infoplease.com <kdebisschop> | ||
30 | |||
31 | * plugins-scripts/check_disk_smb.pl: | ||
32 | option regexs need to include ^ and $ | ||
33 | |||
34 | 2003-02-19 tonvoon <tonvoon> | ||
35 | |||
36 | * lib/Makefile.am: Removing getloadavg.m4 from dist | ||
37 | |||
38 | 2003-02-19 kdebisschop@alert.infoplease.com <kdebisschop> | ||
39 | |||
40 | * lib/getloadavg.m4, tools/setup, INSTALL, configure.in: | ||
41 | remove getloadavg.m4 | ||
42 | |||
43 | 2003-02-19 tonvoon <tonvoon> | ||
44 | |||
45 | * getloadavg.m4, lib/Makefile.am, lib/getloadavg.c, lib/getloadavg.m4, plugins/Makefile.am, plugins/getloadavg.c, Makefile.am, configure.in: | ||
46 | Move getloadavg to lib directory. Must run "aclocal -I lib" | ||
47 | |||
48 | 2003-02-18 kdebisschop@alert.infoplease.com <kdebisschop> | ||
49 | |||
50 | * plugins/check_pgsql.c: spurious backslash escape | ||
51 | |||
52 | * configure.in: set tag for beta3, fix pgsql detection | ||
53 | |||
54 | * plugins/check_udp.c: never exited getopt loop | ||
55 | |||
56 | * plugins/check_tcp.c: failed if header was more than 1023 bytes | ||
57 | |||
58 | 2003-02-18 tonvoon <tonvoon> | ||
59 | |||
60 | * plugins/check_load.c: Fixed the output messages (Bug 688729 - Jayjay) | ||
61 | |||
62 | * Makefile.am: Add SUPPORT file to distribution | ||
63 | |||
64 | * plugins/check_http.c: | ||
65 | Fixed compiler warning and increased the SSL random key for a Solaris PRNG problem | ||
66 | |||
67 | 2003-02-18 kdebisschop@alert.infoplease.com <kdebisschop> | ||
68 | |||
69 | * configure.in: | ||
70 | remainder of ps fix for UnixWare, and move [] in if/elif to indicate m4 quoting instead of test invocation | ||
71 | |||
72 | 2003-02-18 sghosh <sghosh> | ||
73 | |||
74 | * contrib/check_appletalk.pl: Appletalk ping plugin | ||
75 | |||
76 | * plugins/check_snmp.c: OID type prefix patch [Patches-679403] | ||
77 | |||
78 | * plugins/check_swap.c: support for Large swap sizes | ||
79 | |||
80 | * configure.in: | ||
81 | regex fix to catch *BSD swapinfo and not HP-UX error and memory/file swap in addition to device for HP-UX | ||
82 | |||
83 | 2003-02-17 kdebisschop@alert.infoplease.com <kdebisschop> | ||
84 | |||
85 | * configure.in: typo in testing uname output | ||
86 | |||
87 | * configure.in: ping and swap for unixware | ||
88 | |||
89 | * configure.in: library search dirs are part of LDFLAGS | ||
90 | |||
91 | 2003-02-17 sghosh <sghosh> | ||
92 | |||
93 | * REQUIREMENTS: location updates | ||
94 | |||
95 | 2003-02-16 tonvoon <tonvoon> | ||
96 | |||
97 | * plugins/Makefile.am: Fixed dependencies for check_nt | ||
98 | |||
99 | * plugins/check_nt.c: | ||
100 | Coredump if no variable set (reported by Marc C. Poulin) | ||
101 | |||
102 | 2003-02-16 egalstad <egalstad> | ||
103 | |||
104 | * contrib/check_dhcp.c: Interface patch byor Clemens Resen | ||
105 | |||
106 | 2003-02-16 sghosh <sghosh> | ||
107 | |||
108 | * plugins-scripts/check_ntp.pl: | ||
109 | all alphanumeric accepted for refid on ntpq | ||
110 | |||
111 | 2003-02-12 tonvoon <tonvoon> | ||
112 | |||
113 | * plugins/.cvsignore: Added extra plugins | ||
114 | |||
115 | * lib/.cvsignore: Add ignore files | ||
116 | |||
117 | * plugins/negate.c: | ||
118 | Remove unnecessary \ and fix coredump with no parameters specified | ||
119 | |||
120 | * plugins/check_http.c: | ||
121 | Remove unnecessary \ - complaints from Tru64's cc compiler | ||
122 | |||
123 | * configure.in: | ||
124 | Inadequate quoting for PS_FORMAT & removal of grep "*** for Tru64 | ||
125 | |||
126 | 2003-02-12 sghosh <sghosh> | ||
127 | |||
128 | * command.cfg.in: forced ntpq jitter check | ||
129 | |||
130 | * plugins-scripts/check_ifoperstatus.pl: added timeout alarm | ||
131 | |||
132 | * plugins-scripts/check_ntp.pl: | ||
133 | fixed regex for stratum1 peer, added logic for failed ntpq call(e.g. sntp host) | ||
134 | |||
135 | 2003-02-11 tonvoon <tonvoon> | ||
136 | |||
137 | * plugins/check_mysql.c: | ||
138 | Patch by Dave Viner for seg fault on RH 7.3 (655903) | ||
139 | |||
140 | 2003-02-10 tonvoon <tonvoon> | ||
141 | |||
142 | * configure.in: Update with references to REQUIREMENTS | ||
143 | |||
144 | * Requirements: Remove file, superceded by REQUIREMENTS | ||
145 | |||
146 | * plugins/getopt1.c, plugins/getopt.h, plugins/getopt.c: | ||
147 | Removing getopt files - now in new lib directory | ||
148 | |||
149 | * lib/getopt.c, lib/getopt.h, lib/getopt1.c, lib/Makefile.am: | ||
150 | New directory for common library files | ||
151 | |||
152 | * plugins/common.h.in: | ||
153 | Added in a define for HAVE_GETOPT_H for backwards compatibility | ||
154 | |||
155 | * plugins/Makefile.am: | ||
156 | Remove unnecessary getopt references and link in lib directory | ||
157 | |||
158 | * configure.in: | ||
159 | Removing checks for getopt.h - now always available. Also support lib dir | ||
160 | |||
161 | * Makefile.am: Adding lib directory for getopts change | ||
162 | |||
163 | * configure.in: Fixed Tru64 ps command (Bug 669585 - Paula Arnold) | ||
164 | |||
165 | 2003-02-10 undrgrid <undrgrid> | ||
166 | |||
167 | * plugins/check_ssh.c: | ||
168 | Added argc checks before attempting to access argv[] | ||
169 | |||
170 | Corrected return codes and output | ||
171 | |||
172 | * plugins/check_ssh.c: | ||
173 | Revised code to use resolving and connection code in utils.c and | ||
174 | netutils.c rather than its own functions. | ||
175 | Corrected code to properly handle input of server hostname and port on | ||
176 | commandline without option flags. | ||
177 | |||
178 | 2003-02-10 kdebisschop@alert.infoplease.com <kdebisschop> | ||
179 | |||
180 | * contrib/check_fping_in.c: this plugin is in core as check_fping | ||
181 | |||
182 | 2003-02-09 undrgrid <undrgrid> | ||
183 | |||
184 | * tools/setup: | ||
185 | Reordered program calls so autoheader was called before automake thus | ||
186 | getting rid of errors for header files not being present when automake | ||
187 | was called. Also puts it inline with documentation in | ||
188 | INSTALL & INSTALLING | ||
189 | |||
190 | 2003-02-09 sghosh <sghosh> | ||
191 | |||
192 | * contrib/check_adptraid.sh, contrib/check_compaq_insight.pl, contrib/check_file_age.pl: | ||
193 | new plugins | ||
194 | |||
195 | * contrib/README.TXT, contrib/readme.txt: file rename | ||
196 | |||
197 | * contrib/sched_downtime.pl, contrib/check_remote_nagios_status.pl, contrib/check_wins.pl: | ||
198 | more contribs | ||
199 | |||
200 | * contrib/tarballs/fetchlog-0.92.tar.gz, contrib/tarballs/fetchlog-0.94.tar.gz: | ||
201 | new version | ||
202 | |||
203 | 2003-02-09 kdebisschop@alert.infoplease.com <kdebisschop> | ||
204 | |||
205 | * README, CODING, FAQ: spell check | ||
206 | |||
207 | 2003-02-09 sghosh <sghosh> | ||
208 | |||
209 | * SUPPORT: ispell | ||
210 | |||
211 | 2003-02-08 kdebisschop@alert.infoplease.com <kdebisschop> | ||
212 | |||
213 | * plugins/check_pgsql.c: use enum instead of define | ||
214 | |||
215 | * FAQ: add item on submitting new plugins | ||
216 | |||
217 | * SUPPORT: suggest minimum standards for support requests | ||
218 | |||
219 | * plugins/check_http.c: submit request with one send | ||
220 | |||
221 | 2003-02-05 kdebisschop@alert.infoplease.com <kdebisschop> | ||
222 | |||
223 | * configure.in: fix for SSL build on RedHat rawhide | ||
224 | |||
225 | * plugins/check_dns.c: | ||
226 | allow check to proceed using servers from resolv.conf | ||
227 | |||
228 | * plugins/check_http.c: fix segfault due to bad asprintf invocation | ||
229 | |||
230 | 2003-02-04 sghosh <sghosh> | ||
231 | |||
232 | * plugins-scripts/Makefile.am: | ||
233 | install user:grp perms [patch 679703 -Detlef Boehm] | ||
234 | |||
235 | * plugins-scripts/check_flexlm.pl: lmstat output update | ||
236 | |||
237 | * plugins-scripts/check_ntp.pl: corrected ntpdate offset to seconds | ||
238 | |||
239 | 2003-02-03 tonvoon <tonvoon> | ||
240 | |||
241 | * plugins/check_snmp.c: | ||
242 | Avoid core dump with null or invalid data (679400 - Mathieu Masseboeuf) | ||
243 | |||
244 | * plugins/Makefile.am: Patch for Mac OS X compile (652080 - Ton Voon) | ||
245 | |||
246 | 2003-02-03 sghosh <sghosh> | ||
247 | |||
248 | * contrib/tarballs/check_cit.tgz: Citrix plugin | ||
249 | |||
250 | * command.cfg.in: more sample command configurations | ||
251 | |||
252 | * plugins-scripts/check_ntp.pl, plugins-scripts/utils.pm.in, configure.in: | ||
253 | change ntpdc to ntpq (Jonathan Rozes,Thomas Schimpke, bug-656237 ) | ||
254 | |||
255 | * plugins-scripts/check_ntp.pl: | ||
256 | patch for desync peer and ntpdate (James Fidell) | ||
257 | |||
258 | * plugins-scripts/check_ifstatus.pl: bugfix [bug 651021 mperry2] | ||
259 | |||
260 | * plugins/check_hpjd.c: | ||
261 | added default community [bug-patch #600349 jbaumgartner] | ||
262 | |||
263 | 2003-01-31 tonvoon <tonvoon> | ||
264 | |||
265 | * plugins/check_procs.c: | ||
266 | Fix for zombie processes on Solaris (Bug 677803 - Matthew Brown) | ||
267 | |||
268 | * plugins/check_nt.c: | ||
269 | Reapply all asprintf calls. Fix for %% problem with -l flag. | ||
270 | |||
271 | * plugins/check_nt.c: | ||
272 | Removed all unnecessary asprintf calls. Replaced with original check_nt.c | ||
273 | to minimise amount of changes (reported by Reuben Farrelly) | ||
274 | |||
275 | 2003-01-30 tonvoon <tonvoon> | ||
276 | |||
277 | * plugins/check_nt.c: Added reference to the official NSClient web site | ||
278 | |||
279 | * plugins/check_swap.c: Fixed long --allswap option | ||
280 | |||
281 | * plugins/check_procs.c: Fixed progname | ||
282 | |||
283 | 2003-01-29 tonvoon <tonvoon> | ||
284 | |||
285 | * plugins/check_mrtgtraf.c: | ||
286 | Fixed error and success codes (638656 - Paul Dlug) | ||
287 | |||
288 | * plugins-scripts/check_oracle.sh: | ||
289 | Added cache and tablespace check (621567 - John Marquart) | ||
290 | |||
291 | * plugins/check_nt.c, plugins/Makefile.am: | ||
292 | Added in check_nt for bug 646516 | ||
293 | |||
294 | 2003-01-29 kdebisschop@alert.infoplease.com <kdebisschop> | ||
295 | |||
296 | * plugins/check_mysql.c: remove incorrect check_disk() declaration | ||
297 | |||
298 | * plugins/check_ldap.c: | ||
299 | fix segfault when argc>=2 and the -H or -b options are not supplied | ||
300 | |||
301 | * plugins/check_by_ssh.c: 1.8 | ||
302 | |||
303 | 2003-01-29 tonvoon <tonvoon> | ||
304 | |||
305 | * plugins/check_http.c: | ||
306 | Better error if server requests client based certificate (609382 - Olaf Greis) | ||
307 | |||
308 | * contrib/check_dns_random.pl: | ||
309 | Exit code added (604837 - Lachlan Cameron-Smith) | ||
310 | |||
311 | * plugins-scripts/check_oracle.sh: | ||
312 | Added dummy login test (650970 - Ton Voon) | ||
313 | |||
314 | * plugins/check_vsz.c: | ||
315 | Error when no params passed, better invalid params message (652086 - Ton Voon) | ||
316 | |||
317 | * plugins/check_procs.c: | ||
318 | Fixed NULL status in Solaris (644783 - Fabian Pehla) | ||
319 | Fixed -p options (652082 - Ton Voon) | ||
320 | |||
321 | 2003-01-28 kdebisschop@alert.infoplease.com <kdebisschop> | ||
322 | |||
323 | * contrib/checkciscotemp.pl: | ||
324 | typo: had commented use Net::SNMP for testing | ||
325 | |||
326 | * plugins/check_real.c: | ||
327 | make sure host_name is set and remove NULL string inits that can lead to segfaults | ||
328 | |||
329 | * plugins/check_mysql.c: missed argc check on port parameter | ||
330 | |||
331 | * contrib/checkciscotemp.pl: split and validate input more robustly | ||
332 | |||
333 | * plugins/check_http.c: | ||
334 | remove NULL string inits that can lead to segfaults | ||
335 | |||
336 | 2003-01-28 tonvoon <tonvoon> | ||
337 | |||
338 | * configure.in: ps support for Darwin / MacOSX | ||
339 | |||
340 | 2003-01-27 kdebisschop@alert.infoplease.com <kdebisschop> | ||
341 | |||
342 | * plugins/check_http.c: do not pass host if none is provided | ||
343 | |||
344 | * plugins/check_http.c: we were sending extra CRLF | ||
345 | |||
346 | 2003-01-19 kdebisschop@alert.infoplease.com <kdebisschop> | ||
347 | |||
348 | * plugins-scripts/check_rpc.pl: | ||
349 | indicate new default state in get_rpcinfo, also fix a bunch of indents for consistent format | ||
350 | |||
351 | 2003-01-17 sghosh <sghosh> | ||
352 | |||
353 | * plugins-scripts/check_rpc.pl: | ||
354 | bug fix for state and opt_c initialization | ||
355 | |||
356 | * plugins/check_snmp.c: Counter32 tag parsing added | ||
357 | |||
358 | 2003-01-16 kdebisschop@alert.infoplease.com <kdebisschop> | ||
359 | |||
360 | * plugins/check_mysql.c, plugins/check_pgsql.c: | ||
361 | semicolon needed where progname define was replaced | ||
362 | |||
363 | * plugins/check_http.c: add option to let regex span newlines | ||
364 | |||
365 | * plugins/check_game.c: progname and print_usage need to be defined | ||
366 | |||
367 | * plugins/check_radius.c, plugins/check_hpjd.c: | ||
368 | semicolon needed where praogname define was replced | ||
369 | |||
370 | * configure.in: find kerberos libs in latest Red Hat beta | ||
371 | |||
372 | * plugins/utils.c: restore max() macro | ||
373 | |||
374 | * plugins/check_tcp.c: cleanup progname assignment | ||
375 | |||
376 | * plugins-scripts/check_disk_smb.pl: | ||
377 | accept $ for share and \\ for users | ||
378 | |||
379 | * plugins/check_by_ssh.c: avoid segfault when host is not given | ||
380 | |||
381 | 2003-01-13 kdebisschop@alert.infoplease.com <kdebisschop> | ||
382 | |||
383 | * contrib/check_dhcp.c, contrib/check_fping_in.c, contrib/check_rbl.c, plugins/check_http.c, plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c, plugins/check_mrtgtraf.c, plugins/check_mysql.c, plugins/check_nagios.c, plugins/check_nwstat.c, plugins/check_overcr.c, plugins/check_pgsql.c, plugins/check_ping.c, plugins/check_procs.c, plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c, plugins/check_users.c, plugins/check_vsz.c, plugins/negate.c, plugins/urlize.c, plugins/utils.c, plugins/utils.h.in, plugins/check_by_ssh.c, plugins/check_dig.c, plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, plugins/check_fping.c, plugins/check_hpjd.c: | ||
384 | convert PROGNAME from a define to a const char | ||
385 | |||
386 | * plugins/popen.c: change exit status to be POSIX compliant | ||
387 | |||
388 | * plugins/check_nagios.c: | ||
389 | check for a few null strings, change PROGNAME from #define to const *char | ||
390 | |||
391 | * plugins/check_disk.c: | ||
392 | add options for excluding devices and for skipping OK devices in summary | ||
393 | |||
394 | 2003-01-03 kdebisschop@alert.infoplease.com <kdebisschop> | ||
395 | |||
396 | * plugins/utils.c: | ||
397 | protect against some null strings, make formats more uniform | ||
398 | |||
399 | 2002-12-19 kdebisschop@alert.infoplease.com <kdebisschop> | ||
400 | |||
401 | * plugins/check_tcp.c: expect is +OK for SPOP too | ||
402 | |||
403 | * plugins/check_tcp.c: | ||
404 | server expect not getting set, expect is +OK for POP | ||
405 | |||
406 | * plugins/check_http.c: remove spurious CRLF | ||
407 | |||
408 | 2002-11-29 stanleyhopcroft <stanleyhopcroft> | ||
409 | |||
410 | * contrib/check_citrix: | ||
411 | New plugin to check the ICA browse service (used by Citrix Metaframe servers) from | ||
412 | Ed Rolison and Tom De Blende. | ||
413 | |||
414 | 2002-11-25 kdebisschop@alert.infoplease.com <kdebisschop> | ||
415 | |||
416 | * plugins/check_tcp.c: was segfaulting if no dtat was returned | ||
417 | |||
418 | 2002-11-24 kdebisschop@alert.infoplease.com <kdebisschop> | ||
419 | |||
420 | * tools/snapshot: some fixes needed to move off old devel box | ||
421 | |||
422 | * tools/snapshot: | ||
423 | make routine snapshots of nagios and plugin CVS to expand testing | ||
424 | |||
425 | 2002-11-22 kdebisschop@alert.infoplease.com <kdebisschop> | ||
426 | |||
427 | * plugins/check_ups.c: | ||
428 | add replace battery condition, replace unchecked strcat calls with asprintf (I do not think buffer overflow was possible here, but lets be consistent) | ||
429 | |||
430 | * configure.in: | ||
431 | get long args output to work on check_procs by putting incantations with -w ahead of others | ||
432 | |||
433 | * configure.in: | ||
434 | get long args output to work on linux check_procs, actually works this time (needs OpenBSD testing) | ||
435 | |||
436 | * plugins/check_procs.c: | ||
437 | add a few comments, trap a few place where a NULL string might have been handled | ||
438 | |||
439 | * configure.in: | ||
440 | get long args output to work on linux check_procs (needs OpenBSD testing) | ||
441 | |||
442 | 2002-11-21 kdebisschop@alert.infoplease.com <kdebisschop> | ||
443 | |||
444 | * plugins/check_dig.c: fix empty output on errors | ||
445 | |||
446 | 2002-11-20 kdebisschop@alert.infoplease.com <kdebisschop> | ||
447 | |||
448 | * plugins/check_swap.c: add switch to evaluate each swap individually | ||
449 | |||
450 | * plugins/check_dig.c: | ||
451 | fix solaris SEGV, still need to print meaningful error text | ||
452 | |||
453 | * plugins/check_by_ssh.c: in short options, t no no argument | ||
454 | |||
455 | * plugins/check_dig.c: replace some strcpy with strscpy | ||
456 | |||
457 | 2002-11-19 kdebisschop@alert.infoplease.com <kdebisschop> | ||
458 | |||
459 | * plugins/Makefile.am: another try at portable symlinking | ||
460 | |||
461 | * plugins/check_time.c: explicitly cast recv() arg2 for SunOS5.6 | ||
462 | |||
463 | * plugins/Makefile.am: rewrite of install-exec-hook for solaris | ||
464 | |||
465 | 2002-11-18 sghosh <sghosh> | ||
466 | |||
467 | * contrib/check_javaproc.pl, contrib/nagios_sendim.pl: javaproc, sendim | ||
468 | |||
469 | * contrib-reporting/process_perfdata.pl: | ||
470 | New directory to for perfdata and reporting scripts | ||
471 | |||
472 | 2002-11-18 kdebisschop@alert.infoplease.com <kdebisschop> | ||
473 | |||
474 | * plugins/check_swap.c: test total swap instead of individual disks | ||
475 | |||
476 | * plugins/check_disk.c: failed to handle multple disks | ||
477 | |||
478 | * plugins/utils.c: more readable max_state() code | ||
479 | |||
480 | 2002-11-16 kdebisschop@alert.infoplease.com <kdebisschop> | ||
481 | |||
482 | * plugins/Makefile.am: | ||
483 | fix too many sources problem for programs tha are symlinks to check_tcp | ||
484 | |||
485 | * plugins/check_snmp.c: | ||
486 | my take on Subhendu's patches, plus a few comments for clarity | ||
487 | |||
488 | 2002-11-15 sghosh <sghosh> | ||
489 | |||
490 | * plugins/check_snmp.c: | ||
491 | memory bounds in options, no output comparison case | ||
492 | |||
493 | 2002-11-15 kdebisschop@alert.infoplease.com <kdebisschop> | ||
494 | |||
495 | * nagios-plugins.spec.in: | ||
496 | make spec work again, now that release is in source name again | ||
497 | |||
498 | * configure.in: release numbering fix | ||
499 | |||
500 | * plugins/check_snmp.c: | ||
501 | fix label handling, replace accidentally deleted elseif l.310 | ||
502 | |||
503 | 2002-11-14 kdebisschop@alert.infoplease.com <kdebisschop> | ||
504 | |||
505 | * plugins/utils.c, configure.in, nagios-plugins.spec.in, Makefile.am, acconfig.h: | ||
506 | fix bug with gettimeofday test, improve version/release handling, update rpm spec | ||
507 | |||
508 | * plugins/Makefile.am: fix typo in snprintf build | ||
509 | |||
510 | * plugins/Makefile.am: can't drop these sources -- neded for dist | ||
511 | |||
512 | * plugins/Makefile.am: fix build rule for snprintf | ||
513 | |||
514 | * plugins/check_http.c: pagesize count off by one | ||
515 | |||
516 | * plugins/check_http.c: clean up NULL from status on Solaris | ||
517 | |||
518 | * configure.in: typo in AC_DEFINE of PS_FORMAT for solaris | ||
519 | |||
520 | * plugins/Makefile.am: remove check_nt again | ||
521 | |||
522 | * plugins/Makefile.am: | ||
523 | back out last change -- it was only work in progress | ||
524 | |||
525 | * plugins/Makefile.am, plugins/check_dns.c, plugins/check_ldap.c, plugins/check_mrtg.c, plugins/check_mrtgtraf.c, plugins/check_nwstat.c, plugins/check_radius.c, plugins/utils.c, plugins/version.h.in: | ||
526 | remove call_getopt and ssprintf | ||
527 | |||
528 | 2002-11-13 kdebisschop@alert.infoplease.com <kdebisschop> | ||
529 | |||
530 | * plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c, plugins/check_hpjd.c, plugins/check_mrtg.c, plugins/check_nwstat.c, plugins/check_ping.c, plugins/check_vsz.c, plugins/urlize.c, plugins/utils.c: | ||
531 | remove call_getopt and asprintf | ||
532 | |||
533 | 2002-11-12 kdebisschop@alert.infoplease.com <kdebisschop> | ||
534 | |||
535 | * plugins/check_dig.c: cleanup asprintf, old function decls | ||
536 | |||
537 | * plugins/check_mysql.c, plugins/check_real.c, plugins/check_ups.c: | ||
538 | remove call_getopt | ||
539 | |||
540 | 2002-11-11 sghosh <sghosh> | ||
541 | |||
542 | * plugins/check_snmp.c: should use asprintf | ||
543 | |||
544 | * plugins/check_snmp.c: more snmpv3 patches | ||
545 | |||
546 | * plugins/check_snmp.c: | ||
547 | long opt for miblist, snmpv3 support (rosenauer) | ||
548 | |||
549 | * plugins/check_snmp.c: option to specify a miblist - llow | ||
550 | |||
551 | * plugins/check_snmp.c: misc doc fix, missing verbose option | ||
552 | |||
553 | 2002-11-09 kdebisschop@alert.infoplease.com <kdebisschop> | ||
554 | |||
555 | * plugins/check_ups.c, plugins/check_users.c, plugins/check_by_ssh.c, plugins/check_dig.c, plugins/check_ping.c, plugins/check_time.c: | ||
556 | remove call_getopt | ||
557 | |||
558 | * plugins/check_snmp.c: cleaner handling of DEFAULT_PORT | ||
559 | |||
560 | * configure.in: add HPUX swap, try to cleanup getopt processing | ||
561 | |||
562 | * plugins/check_pgsql.c, plugins/check_ping.c, plugins/check_snmp.c, plugins/negate.c, plugins/utils.h.in: | ||
563 | define and use usage3 where second part of message is a an int/char | ||
564 | |||
565 | * plugins/snprintf.c: | ||
566 | HAVE_C99_SNPRINTF is not tested, so remove from ifdef | ||
567 | |||
568 | 2002-11-08 kdebisschop@alert.infoplease.com <kdebisschop> | ||
569 | |||
570 | * plugins/check_snmp.c: user reports NULL still getting into asprintf | ||
571 | |||
572 | * plugins/check_vsz.c: remove call_getopt | ||
573 | |||
574 | * acconfig.h, configure.in, plugins/common.h.in, plugins/utils.c, plugins/utils.h.in: | ||
575 | patches required to build on solaris with asprintf and gettimeofday | ||
576 | |||
577 | * plugins/check_http.c, plugins/check_load.c, plugins/check_ping.c, plugins/check_procs.c, plugins/check_smtp.c, plugins/check_tcp.c: | ||
578 | remove unused variables | ||
579 | |||
580 | * tools/oneliners: some useful onliners | ||
581 | |||
582 | 2002-11-07 kdebisschop@alert.infoplease.com <kdebisschop> | ||
583 | |||
584 | * plugins/check_snmp.c: | ||
585 | bugfixes to command format and (null) text created by asprintf switch | ||
586 | |||
587 | * plugins/check_by_ssh.c: remove call_getopt, add [] arougn time | ||
588 | |||
589 | * configure.in: test snprintf function family for ifdefs in snprintf.c | ||
590 | |||
591 | 2002-10-30 kdebisschop@alert.infoplease.com <kdebisschop> | ||
592 | |||
593 | * plugins/check_tcp.c: replace fixed-lentgh buffer with asprintf | ||
594 | |||
595 | * plugins/check_udp.c: forgot to remove call_getopt | ||
596 | |||
597 | * plugins/check_swap.c, plugins/check_ssh.c: | ||
598 | forgot to remove call_getopt declaration | ||
599 | |||
600 | * plugins/check_smtp.c: | ||
601 | remove call_getopt, fix several buffer overruns possible due to use of fixed size buffers | ||
602 | |||
603 | * tools/setup: | ||
604 | debian builds not actively maintained, so suppress error in setup script | ||
605 | |||
606 | 2002-10-30 sghosh <sghosh> | ||
607 | |||
608 | * acconfig.h, configure.in, plugins-scripts/Makefile.am, plugins-scripts/check_mailq.pl, plugins-scripts/utils.pm.in: | ||
609 | monitor mailq | ||
610 | |||
611 | 2002-10-28 kdebisschop@alert.infoplease.com <kdebisschop> | ||
612 | |||
613 | * plugins-scripts/check_rpc.pl, plugins-scripts/check_sensors.sh, plugins-scripts/check_wave.pl, plugins-scripts/check_flexlm.pl, plugins-scripts/check_log.sh, plugins-scripts/check_ntp.pl, plugins-scripts/check_breeze.pl, plugins-scripts/check_disk_smb.pl: | ||
614 | remove pspace in shebang since no sequent users replied | ||
615 | |||
616 | 2002-10-26 kdebisschop@alert.infoplease.com <kdebisschop> | ||
617 | |||
618 | * nagios-plugins.spec.in: release should not be in tarball name | ||
619 | |||
620 | 2002-10-25 kdebisschop@alert.infoplease.com <kdebisschop> | ||
621 | |||
622 | * nagios-plugins.spec.in: tweak source macro | ||
623 | |||
624 | * plugins/Makefile.am: remove check_nt | ||
625 | |||
626 | * plugins/Makefile.am, Makefile.am: | ||
627 | include getloadavg sources, add some Solaris pkg build support | ||
628 | |||
629 | 2002-10-22 kdebisschop@alert.infoplease.com <kdebisschop> | ||
630 | |||
631 | * plugins/check_ssh.c: | ||
632 | remove call_getopt, replace ssprintf with asprintf,better server version reporting | ||
633 | |||
634 | * plugins/check_tcp.c: add check_spop | ||
635 | |||
636 | * plugins/check_procs.c: | ||
637 | remove call_getopt, replace ssprintf with asprintf | ||
638 | |||
639 | 2002-10-22 sghosh <sghosh> | ||
640 | |||
641 | * contrib/check_procr.sh: | ||
642 | From: Jerome Tytgat - checks to see if named process is running | ||
643 | |||
644 | * README, plugins/check_nt.c: | ||
645 | check_nt is downloadable from nsclient.ready2run.nl | ||
646 | |||
647 | 2002-10-21 kdebisschop@alert.infoplease.com <kdebisschop> | ||
648 | |||
649 | * plugins/check_swap.c: use asprintf instead of ssprintf | ||
650 | |||
651 | * plugins/Makefile.am: | ||
652 | need to define SOURCES for check_tcp to also build as check_ftp,check_imap,check_nntp,check_pop | ||
653 | |||
654 | * plugins/utils.c: use asprintf to do strscpy | ||
655 | |||
656 | * plugins/Makefile.am: | ||
657 | roll check_ftp, check_imap, check_pop, and check_nntp into check_tcp | ||
658 | |||
659 | * plugins/check_ftp.c, plugins/check_imap.c, plugins/check_nntp.c, plugins/check_pop.c: | ||
660 | these are all combined into check_tcp now | ||
661 | |||
662 | * plugins/check_load.c: remove broken call_getopt | ||
663 | |||
664 | * plugins/check_snmp.c: | ||
665 | cleanup process_arguments, print_help, and print_usage | ||
666 | |||
667 | * plugins/check_pgsql.c: now we provide long opts if they do not exist | ||
668 | |||
669 | 2002-10-20 kdebisschop@alert.infoplease.com <kdebisschop> | ||
670 | |||
671 | * plugins/check_snmp.c: | ||
672 | fixed scanning for multiple OIDs, which was not working | ||
673 | |||
674 | * plugins/check_snmp.c: change ssprintf to asprintf | ||
675 | back out change at line 225 in r1.4 | ||
676 | (values were mismatched to format string, so output was nonsense) | ||
677 | (I left a comment showing a construct that should work, but it fails for PHBs: | ||
678 | if my disk gets nearly full, they want 'CRITICAL - 99%' not 'CRITICAL - Gauge32: 99') | ||
679 | (If someine has a rationale for the change, maybe it could be done as an option? - it seems | ||
680 | fairly clear that the Web display should be sensible to PHBs so long as there's no real loss) | ||
681 | |||
682 | 2002-10-18 kdebisschop@alert.infoplease.com <kdebisschop> | ||
683 | |||
684 | * plugins/check_swap.c: remove old call_getopt | ||
685 | |||
686 | * plugins/check_load.c: | ||
687 | remove old call_getopt code, fix bug taking single float, allow colon as separators in additin to commas | ||
688 | |||
689 | * plugins/utils.c: handle null src in strscat | ||
690 | |||
691 | * plugins/check_tcp.c: millisecond timing | ||
692 | |||
693 | * plugins/utils.h.in: refine STD_LONG_OPTS | ||
694 | |||
695 | * plugins/check_http.c: provide on more decimal point printing time | ||
696 | |||
697 | * plugins/check_ping.c: remove broken call_getopt stuff | ||
698 | |||
699 | 2002-10-17 kdebisschop@alert.infoplease.com <kdebisschop> | ||
700 | |||
701 | * plugins/check_tcp.c: using asprintf | ||
702 | |||
703 | * tools/setup, INSTALL, INSTALLING: | ||
704 | revise now that aclocal is remved from CVS | ||
705 | |||
706 | 2002-10-16 kdebisschop@alert.infoplease.com <kdebisschop> | ||
707 | |||
708 | * configure.in: need some quoting on ifdef | ||
709 | |||
710 | * acinclude.m4, configure.in: | ||
711 | finally a working fix for AM/AC_FUNC_STRTOD nightmare | ||
712 | |||
713 | * configure.in: mismatched quote | ||
714 | |||
715 | * configure.in: missing commas | ||
716 | |||
717 | * configure.in: complains on paren in comment | ||
718 | |||
719 | * acinclude.m4: lost a paren | ||
720 | |||
721 | * acinclude.m4: | ||
722 | old auto???? has AM_FUNC_STRTOD, now renamed AC_FUNC_STRTOD | ||
723 | |||
724 | * plugins/check_http.c, plugins/utils.c, plugins/utils.h.in: | ||
725 | millisecond timimg where supported | ||
726 | |||
727 | * configure.in, missing: build cleanly on RedHat 8.0 | ||
728 | |||
729 | * .cvsignore: ignore aclocal.m4 | ||
730 | |||
731 | * configure.in: AM_STRTOD was a typo | ||
732 | |||
733 | * aclocal.m4: | ||
734 | automake invokes acloacl on each run - it cannot be right to include this | ||
735 | |||
736 | * acconfig.h: better checks for vsnprintf stuff | ||
737 | |||
738 | * configure.in, plugins/check_http.c: use asprintf | ||
739 | |||
740 | * plugins/utils.c: use asprintf to construct strscat | ||
741 | |||
742 | * plugins/popen.h.in: timeout interval is extern | ||
743 | |||
744 | * plugins/utils.c, plugins/utils.h.in: | ||
745 | start support for gettimeofday and tv_usec | ||
746 | |||
747 | * aclocal.m4: | ||
748 | generated with automake 1.6 / autoconf 2.53 (maybe should not be in CVS, however) | ||
749 | |||
750 | * plugins/snprintf.c: newer snprintf from samba.org | ||
751 | |||
752 | * .cvsignore: needed for automake 1.6 / autoconf 2.53 | ||
753 | |||
754 | * Makefile.am: cosmetic line wrap before 80 chars | ||
755 | |||
756 | * depcomp: needed for automake 1.6 / autoconf 2.53 | ||
757 | |||
758 | * configure.in: work with newer automake, begin swithc to asprintf | ||
759 | |||
760 | 2002-10-15 sghosh <sghosh> | ||
761 | |||
762 | * plugins-scripts/check_ifoperstatus.pl: | ||
763 | new exit states, more conditional checking | ||
764 | |||
765 | 2002-10-07 sghosh <sghosh> | ||
766 | |||
767 | * plugins/check_dns.c: patch for expected IP address | ||
768 | |||
769 | 2002-10-07 kdebisschop@alert.infoplease.com <kdebisschop> | ||
770 | |||
771 | * plugins/popen.c: | ||
772 | make sure we do not run past the end of an unterminated string | ||
773 | |||
774 | * plugins/negate.c: use asprintf, inhibit splint warning | ||
775 | |||
776 | 2002-10-05 kdebisschop@alert.infoplease.com <kdebisschop> | ||
777 | |||
778 | * getloadavg.m4, plugins/getloadavg.c: | ||
779 | lets use library instead od inconsistent command line interfaces | ||
780 | |||
781 | 2002-09-26 kdebisschop@alert.infoplease.com <kdebisschop> | ||
782 | |||
783 | * plugins/urlize.c: use ssprintf instead of sprintf | ||
784 | |||
785 | 2002-09-25 kdebisschop@alert.infoplease.com <kdebisschop> | ||
786 | |||
787 | * plugins/check_http.c: | ||
788 | incorporate comment on my_recv from Russell Scibetti | ||
789 | |||
790 | * plugins/check_http.c: incorporate comments from Russell Scibetti | ||
791 | |||
792 | 2002-09-24 kdebisschop@alert.infoplease.com <kdebisschop> | ||
793 | |||
794 | * plugins/check_http.c: | ||
795 | replace remaining occurences of sprintf with snprintf | ||
796 | |||
797 | 2002-09-16 kdebisschop@alert.infoplease.com <kdebisschop> | ||
798 | |||
799 | * INSTALL: needed for latest autoconf | ||
800 | |||
801 | * Makefile.am, aclocal.m4, configure.in, nagios-plugins.spec.in: | ||
802 | finish ckleanup of rpm spec porcessing | ||
803 | |||
804 | 2002-09-14 kdebisschop@alert.infoplease.com <kdebisschop> | ||
805 | |||
806 | * nagios-plugins.spec, nagios-plugins.spec.in: | ||
807 | complete spec based on confugure.in | ||
808 | |||
809 | * make-tarball, rpm: | ||
810 | automake makes the dist tarball, rpmbuild -ta makes the rpm | ||
811 | |||
812 | * plugins/check_tcp.c, plugins/check_http.c: | ||
813 | time data in performance string | ||
814 | |||
815 | * plugins-scripts/check_log.sh: | ||
816 | patch from Matthew Peters <mattp@esec.com.au>, plus turned up a few bugs on my own | ||
817 | |||
818 | 2002-09-12 kdebisschop@alert.infoplease.com <kdebisschop> | ||
819 | |||
820 | * plugins/Makefile.am: negate wrapper | ||
821 | |||
822 | 2002-09-08 kdebisschop@alert.infoplease.com <kdebisschop> | ||
823 | |||
824 | * plugins/negate.c: wrapper to invert return status | ||
825 | |||
826 | * plugins/utils.c: clears up warnings in splint | ||
827 | |||
828 | 2002-09-06 kdebisschop@alert.infoplease.com <kdebisschop> | ||
829 | |||
830 | * plugins-scripts/check_rpc.pl: case on key to ERRORS hash | ||
831 | |||
832 | 2002-09-04 sghosh <sghosh> | ||
833 | |||
834 | * configure.in: more Mysql patches | ||
835 | |||
836 | * plugins-scripts/check_ntp.pl: | ||
837 | dispersion check now controlled by warn and crit | ||
838 | |||
839 | * configure.in: Mysql dir fix | ||
840 | |||
841 | * contrib/check_ifstatus.pl, contrib/check_ifoperstatus.pl: | ||
842 | moved to supported plugins-scripts | ||
843 | |||
844 | 2002-09-02 sghosh <sghosh> | ||
845 | |||
846 | * plugins/check_smtp.c: | ||
847 | new -f option for adding a FROM address for RFC correctness | ||
848 | |||
849 | 2002-09-01 sghosh <sghosh> | ||
850 | |||
851 | * INSTALL, INSTALLING: file rename for MacOS X | ||
852 | |||
853 | * plugins/check_smtp.c: Valid MAIL command | ||
854 | |||
855 | 2002-08-22 sghosh <sghosh> | ||
856 | |||
857 | * contrib/check_snmp_process_monitor.pl: updates | ||
858 | |||
859 | * command.cfg.in: smsclient config | ||
860 | |||
861 | * contrib/check_snmp_disk_monitor.pl, contrib/check_snmp_process_monitor.pl: | ||
862 | new plugins contrib | ||
863 | |||
864 | 2002-08-18 kdebisschop@alert.infoplease.com <kdebisschop> | ||
865 | |||
866 | * plugins/check_by_ssh.c: typo in options passed to ssh for ipv6. | ||
867 | fix by setting a generic hook for 1-char pasthhru options | ||
868 | |||
869 | 2002-08-14 sghosh <sghosh> | ||
870 | |||
871 | * plugins-scripts/check_disk_smb.pl: patch for admin shares | ||
872 | |||
873 | * command.cfg.in: qpage definitions | ||
874 | |||
875 | * plugins-scripts/check_ifstatus.pl: skip PPP interfaces | ||
876 | |||
877 | * plugins/check_smtp.c: added HELO command | ||
878 | |||
879 | * plugins/check_by_ssh.c: ipv4/ipv6 switch added | ||
880 | |||
881 | * plugins/check_hpjd.c: net-snmp v5x fix | ||
882 | |||
883 | * contrib/check_apc_ups.pl: fix for ePN | ||
884 | |||
885 | * contrib/check_linux_raid.pl, contrib/check_nagios_db.pl: new plugins | ||
886 | |||
887 | * contrib/check_inodes-freebsd.pl: | ||
888 | check inodes - freebsd - candidate for merge with check_inodes | ||
889 | |||
890 | * contrib/check_smb.sh: new smb check - users | ||
891 | |||
892 | 2002-08-13 egalstad <egalstad> | ||
893 | |||
894 | * plugins/check_game.c: | ||
895 | Mod to display current/max number of players in a game (Frank Kannemann) | ||
896 | |||
897 | 2002-08-12 egalstad <egalstad> | ||
898 | |||
899 | * contrib/check_disk_snmp.pl: Updated to use getopt (Christoph Maser) | ||
900 | |||
901 | 2002-08-01 sghosh <sghosh> | ||
902 | |||
903 | * plugins/check_snmp.c: re-patched exit state comparison | ||
904 | |||
905 | * plugins/check_snmp.c: | ||
906 | port option added, -c support net-snmpv5, complete response string output | ||
907 | |||
908 | 2002-08-01 egalstad <egalstad> | ||
909 | |||
910 | * contrib/check_digitemp.pl: | ||
911 | Add Brian Lane's Digitemp (1-wire temp sensor) plugin | ||
912 | |||
913 | 2002-07-16 egalstad <egalstad> | ||
914 | |||
915 | * contrib/check_disk_snmp.pl: | ||
916 | Christoph Maser's plugin to check disk usage via SNMP3 | ||
917 | |||
918 | 2002-07-16 stanleyhopcroft <stanleyhopcroft> | ||
919 | |||
920 | * contrib/check_ms_spooler.pl: | ||
921 | Primitive and in need of refinement test of MS spooler (with smbclient) | ||
922 | |||
923 | 2002-07-04 sghosh <sghosh> | ||
924 | |||
925 | * contrib/check_procl.sh: | ||
926 | Jerome Tytgat - accumulated/percentage CPU/MEM per process - bash plugin | ||
927 | |||
928 | * INSTALL: doc update | ||
929 | |||
930 | 2002-06-28 sghosh <sghosh> | ||
931 | |||
932 | * INSTALL: note about autoconf/automake version | ||
933 | |||
934 | 2002-06-25 sghosh <sghosh> | ||
935 | |||
936 | * contrib/check_rbl.c: | ||
937 | Check if IP address is specified on RBL - Tim Bell | ||
938 | |||
939 | * contrib/check_lmmon.pl: check motherboard/cpu temp via lmmon | ||
940 | |||
941 | 2002-06-24 sghosh <sghosh> | ||
942 | |||
943 | * plugins/check_http.c: | ||
944 | ignore return status codes if user specified status line check | ||
945 | |||
946 | * plugins/check_snmp.c: printf bug for large numbers - Jeff Murray | ||
947 | |||
948 | 2002-06-20 sghosh <sghosh> | ||
949 | |||
950 | * plugins-scripts/check_disk_smb.pl: | ||
951 | logic fix for disk space thresholds | ||
952 | |||
953 | 2002-06-19 sghosh <sghosh> | ||
954 | |||
955 | * plugins/check_dig.c, plugins/check_dns.c, plugins/check_fping.c, plugins/check_hpjd.c, plugins/check_nagios.c, plugins/check_ping.c, plugins/check_snmp.c, plugins/check_vsz.c, plugins/urlize.c, plugins/utils.c, plugins/utils.h.in: | ||
956 | more POSIX return value comparison related code fixes | ||
957 | |||
958 | * plugins/check_disk.c, plugins/check_ping.c, plugins/check_procs.c: | ||
959 | fixes for using POSIX return codes | ||
960 | |||
961 | 2002-06-18 sghosh <sghosh> | ||
962 | |||
963 | * plugins/common.h.in: updated to POSIX return codes | ||
964 | |||
965 | * contrib/check_cluster.c: Ethan's check_cluster | ||
966 | |||
967 | 2002-06-13 sghosh <sghosh> | ||
968 | |||
969 | * plugins/check_smtp.c: conformance to RFC 821 <CRLF> | ||
970 | |||
971 | * configure.in: use xntpdc on Solaris for check_ntp | ||
972 | |||
973 | 2002-06-10 sghosh <sghosh> | ||
974 | |||
975 | * plugins/check_smtp.c: | ||
976 | patch to stop NOQUEUE syslog messages - Karl Ewald | ||
977 | |||
978 | 2002-06-08 sghosh <sghosh> | ||
979 | |||
980 | * plugins-scripts/check_ntp.pl: xntpdc/ntpdc patch - John Koyle | ||
981 | |||
982 | 2002-06-06 sghosh <sghosh> | ||
983 | |||
984 | * plugins-scripts/subst.in, plugins-scripts/utils.sh.in: | ||
985 | corrected result codes - for sh; corrected substition for libexec - Tom Bertelson | ||
986 | |||
987 | * plugins/check_disk.c: added option for mount point - Tom Bertelson | ||
988 | |||
989 | * plugins-scripts/check_oracle.sh: | ||
990 | Add test for Oracle name server, can dynamicall determine ORACLE_HOME - tom Bertelson | ||
991 | |||
992 | * plugins-scripts/check_flexlm.pl: conditional on lmstat | ||
993 | |||
994 | * plugins-scripts/check_ntp.pl: conditional on ntpdc | ||
995 | |||
996 | 2002-05-29 sghosh <sghosh> | ||
997 | |||
998 | * command.cfg.in: notes added | ||
999 | |||
1000 | 2002-05-28 sghosh <sghosh> | ||
1001 | |||
1002 | * command.cfg.in: option updates, more examples | ||
1003 | |||
1004 | 2002-05-27 sghosh <sghosh> | ||
1005 | |||
1006 | * plugins-scripts/check_ntp.pl: checked in too quickly | ||
1007 | |||
1008 | * doc/README, doc/developer-guidelines.html, doc/developer-guidelines.sgml: | ||
1009 | added developer guidelines. | ||
1010 | |||
1011 | * configure.in: typo, AIX 4.3 ps, smbclient, Net::SNMP fixes | ||
1012 | |||
1013 | * acconfig.h, plugins-scripts/utils.pm.in: new var - smbclient | ||
1014 | |||
1015 | * plugins-scripts/check_ntp.pl: | ||
1016 | logic reorg, ePN fix and support for utils.pm | ||
1017 | |||
1018 | * plugins-scripts/check_disk_smb.pl: ePN fix and support for utils.pm | ||
1019 | |||
1020 | 2002-05-23 sghosh <sghosh> | ||
1021 | |||
1022 | * contrib/check_log2.pl, contrib/check_vcs.pl: | ||
1023 | New plugins from Aaron Bostick - Veritas Cluster, logfile | ||
1024 | |||
1025 | 2002-05-10 sghosh <sghosh> | ||
1026 | |||
1027 | * plugins-scripts/check_rpc.pl: | ||
1028 | updates for ePN, patch for multiple version check | ||
1029 | |||
1030 | * configure.in, plugins-scripts/utils.pm.in: added programs to autoconf | ||
1031 | |||
1032 | * acconfig.h: Added programs for autoconf | ||
1033 | |||
1034 | 2002-05-09 sghosh <sghosh> | ||
1035 | |||
1036 | * plugins-scripts/Makefile.am, plugins-scripts/check_ifoperstatus.pl: | ||
1037 | migrated check_ifoperstatus to standard plugin | ||
1038 | |||
1039 | 2002-05-08 sghosh <sghosh> | ||
1040 | |||
1041 | * plugins/check_ping.c: patch for Suse 8.0 loss output | ||
1042 | |||
1043 | * plugins-scripts/utils.pm.in: | ||
1044 | is_hostname added, update CODES to POSIX | ||
1045 | |||
1046 | * plugins/check_hpjd.c, plugins/check_ups.c: updated notes | ||
1047 | |||
1048 | * configure.in: updated messages and check for host command | ||
1049 | |||
1050 | * plugins-scripts/Makefile.am, plugins-scripts/check_ifstatus.pl: | ||
1051 | moved updated check_ifstatus to standard plugin | ||
1052 | |||
1053 | 2002-05-07 sghosh <sghosh> | ||
1054 | |||
1055 | * plugins-scripts/check_breeze.pl, plugins-scripts/check_flexlm.pl, plugins-scripts/check_ircd.pl, plugins-scripts/check_netdns.pl, plugins-scripts/check_ntp.pl, plugins-scripts/check_wave.pl: | ||
1056 | 2nd fix for ePN | ||
1057 | |||
1058 | 2002-05-02 sghosh <sghosh> | ||
1059 | |||
1060 | * plugins-scripts/check_breeze.pl, plugins-scripts/check_disk_smb.pl, plugins-scripts/check_flexlm.pl, plugins-scripts/check_ircd.pl, plugins-scripts/check_netdns.pl, plugins-scripts/check_ntp.pl, plugins-scripts/check_rpc.pl, plugins-scripts/check_wave.pl: | ||
1061 | fix for embedded perl | ||
1062 | |||
1063 | * tools/README, tools/mini_epn.c, tools/p1.pl: | ||
1064 | updated mini_epn and p1.pl added to plugins distribution | ||
1065 | |||
1066 | 2002-05-01 sghosh <sghosh> | ||
1067 | |||
1068 | * contrib/tarballs/fetchlog-0.92.tar.gz: | ||
1069 | remote log check (via snmp possible) by Alexander Haderer | ||
1070 | |||
1071 | 2002-04-29 kdebisschop@alert.infoplease.com <kdebisschop> | ||
1072 | |||
1073 | * plugins/getopt.h: | ||
1074 | failed to carry over from old plugins, listed in EXTRA_DIST, needed for build | ||
1075 | |||
1076 | 2002-04-23 sghosh <sghosh> | ||
1077 | |||
1078 | * plugins/check_ping.c: | ||
1079 | corrected program name and added rtt patch for RH7.2+beta | ||
1080 | |||
1081 | 2002-04-18 egalstad <egalstad> | ||
1082 | |||
1083 | * contrib/check_inodes.pl: | ||
1084 | add check_inodes contrib plugin by John Jolet | ||
1085 | |||
1086 | * configure.in: configure script patch for ping syntax | ||
1087 | |||
1088 | 2002-04-07 sghosh <sghosh> | ||
1089 | |||
1090 | * contrib/check_backup.pl, contrib/check_dl_size.pl: | ||
1091 | plugins from Patrick Greenwell | ||
1092 | |||
1093 | 2002-04-05 sghosh <sghosh> | ||
1094 | |||
1095 | * acconfig.h: added HOST_COMMAND | ||
1096 | |||
1097 | * contrib/tarballs/check_spread.tar: | ||
1098 | plugin to check spread messaging toolkit | ||
1099 | |||
1100 | 2002-04-03 sghosh <sghosh> | ||
1101 | |||
1102 | * contrib/check_oracle_instance.pl: | ||
1103 | from Sven Dolderer - check oracle instance | ||
1104 | |||
1105 | * plugins-scripts/check_nfs.pl: | ||
1106 | check_nfs functionality exists in check_rpc | ||
1107 | |||
1108 | 2002-03-18 sghosh <sghosh> | ||
1109 | |||
1110 | * plugins-scripts/subst.in: | ||
1111 | function to update perl plugin scripts to find utils.pm | ||
1112 | |||
1113 | 2002-03-01 egalstad <egalstad> | ||
1114 | |||
1115 | * plugins/.cvsignore, plugins/config.h.in: Fix for stupid me | ||
1116 | |||
1117 | * contrib/check_breeze.pl, contrib/check_dhcp.c, contrib/check_flexlm.pl, contrib/check_hltherm.c, contrib/check_hprsc.pl, contrib/check_ipxping.c, contrib/check_memory.tgz, contrib/check_mysql.c, contrib/check_uptime.c, contrib/check_wave.pl, contrib/readme.txt, contrib/tarballs/berger-ping.tar.gz, contrib/tarballs/bowen-langley_plugins.tar.gz, contrib/tarballs/check_bgp-1.0.tar.gz, contrib/tarballs/check_breeze.tar.gz, contrib/tarballs/check_flexlm.tar.gz, contrib/tarballs/check_hltherm.tar.gz, contrib/tarballs/check_hprsc.tar.gz, contrib/tarballs/check_memory.tgz, contrib/tarballs/check_radius.tar.gz, contrib/tarballs/check_wave.tar.gz, contrib/tarballs/hopcroft-plugins.tar.gz, contrib/tarballs/radius.tar.gz, plugins/.cvsignore, plugins/config.h.in: | ||
1118 | Contrib plugin cleanup | ||
1119 | |||
1120 | 2002-02-28 egalstad <egalstad> | ||
1121 | |||
1122 | * plugins-scripts/.cvsignore, plugins-scripts/Makefile.am, plugins-scripts/check_breeze.pl, plugins-scripts/check_disk_smb.pl, plugins-scripts/check_flexlm.pl, plugins-scripts/check_ircd.pl, plugins-scripts/check_log.sh, plugins-scripts/check_netdns.pl, plugins-scripts/check_nfs.pl, plugins-scripts/check_ntp.pl, plugins-scripts/check_oracle.sh, plugins-scripts/check_rpc.pl, plugins-scripts/check_sensors.sh, plugins-scripts/check_wave.pl, plugins-scripts/subst.in, plugins-scripts/t/check_rpc.t, plugins-scripts/utils.pm.in, plugins-scripts/utils.sh.in, plugins/check_nagios.c, plugins/t/check_disk.t, plugins/t/check_dns.t, plugins/t/check_fping.t, plugins/t/check_ftp.t, plugins/t/check_hpjd.t, plugins/t/check_http.t, plugins/t/check_imap.t, plugins/t/check_load.t, plugins/t/check_mysql.t, plugins/t/check_ping.t, plugins/t/check_pop.t, plugins/t/check_procs.t, plugins/t/check_smtp.t, plugins/t/check_snmp.t, plugins/t/check_swap.t, plugins/t/check_tcp.t, plugins/t/check_time.t, plugins/t/check_udp.t, plugins/t/check_users.t, plugins/t/check_vsz.t, plugins/tests/check_disk, plugins/tests/check_dns, plugins/tests/check_ftp, plugins/tests/check_hpjd, plugins/tests/check_http, plugins/tests/check_load, plugins/tests/check_ping, plugins/tests/check_procs, plugins/tests/check_swap, plugins/tests/check_users, plugins/tests/check_vsz, plugins/utils.c, plugins/utils.h.in, plugins/version.h.in, tools/setup, tools/tango: | ||
1123 | Initial import of existing plugin code | ||
1124 | |||
1125 | * plugins-scripts/.cvsignore, plugins-scripts/Makefile.am, plugins-scripts/check_breeze.pl, plugins-scripts/check_disk_smb.pl, plugins-scripts/check_flexlm.pl, plugins-scripts/check_ircd.pl, plugins-scripts/check_log.sh, plugins-scripts/check_netdns.pl, plugins-scripts/check_nfs.pl, plugins-scripts/check_ntp.pl, plugins-scripts/check_oracle.sh, plugins-scripts/check_rpc.pl, plugins-scripts/check_sensors.sh, plugins-scripts/check_wave.pl, plugins-scripts/subst.in, plugins-scripts/t/check_rpc.t, plugins-scripts/utils.pm.in, plugins-scripts/utils.sh.in, plugins/check_nagios.c, plugins/t/check_disk.t, plugins/t/check_dns.t, plugins/t/check_fping.t, plugins/t/check_ftp.t, plugins/t/check_hpjd.t, plugins/t/check_http.t, plugins/t/check_imap.t, plugins/t/check_load.t, plugins/t/check_mysql.t, plugins/t/check_ping.t, plugins/t/check_pop.t, plugins/t/check_procs.t, plugins/t/check_smtp.t, plugins/t/check_snmp.t, plugins/t/check_swap.t, plugins/t/check_tcp.t, plugins/t/check_time.t, plugins/t/check_udp.t, plugins/t/check_users.t, plugins/t/check_vsz.t, plugins/tests/check_disk, plugins/tests/check_dns, plugins/tests/check_ftp, plugins/tests/check_hpjd, plugins/tests/check_http, plugins/tests/check_load, plugins/tests/check_ping, plugins/tests/check_procs, plugins/tests/check_swap, plugins/tests/check_users, plugins/tests/check_vsz, plugins/utils.c, plugins/utils.h.in, plugins/version.h.in, tools/setup, tools/tango: | ||
1126 | New file. | ||
1127 | |||
1128 | * plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c, plugins/check_users.c, plugins/check_vsz.c, plugins/common.h.in, plugins/getopt.c, plugins/getopt1.c, plugins/netutils.c, plugins/netutils.h.in, plugins/popen.c, plugins/popen.h.in, plugins/snprintf.c, plugins/urlize.c: | ||
1129 | Initial import of existing plugin code | ||
1130 | |||
1131 | * plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c, plugins/check_users.c, plugins/check_vsz.c, plugins/common.h.in, plugins/getopt.c, plugins/getopt1.c, plugins/netutils.c, plugins/netutils.h.in, plugins/popen.c, plugins/popen.h.in, plugins/snprintf.c, plugins/urlize.c: | ||
1132 | New file. | ||
1133 | |||
1134 | * plugins/check_load.c, plugins/check_mrtg.c, plugins/check_mrtgtraf.c, plugins/check_mysql.c, plugins/check_nntp.c, plugins/check_nt.c, plugins/check_nwstat.c, plugins/check_overcr.c, plugins/check_pgsql.c, plugins/check_ping.c, plugins/check_pop.c, plugins/check_procs.c, plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c: | ||
1135 | Initial import of existing plugin code | ||
1136 | |||
1137 | * plugins/check_load.c, plugins/check_mrtg.c, plugins/check_mrtgtraf.c, plugins/check_mysql.c, plugins/check_nntp.c, plugins/check_nt.c, plugins/check_nwstat.c, plugins/check_overcr.c, plugins/check_pgsql.c, plugins/check_ping.c, plugins/check_pop.c, plugins/check_procs.c, plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c: | ||
1138 | New file. | ||
1139 | |||
1140 | * contrib/tarballs/radius.tar.gz, plugins/.cvsignore, plugins/Makefile.am, plugins/check_by_ssh.c, plugins/check_dig.c, plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, plugins/check_fping.c, plugins/check_ftp.c, plugins/check_game.c, plugins/check_hpjd.c, plugins/check_http.c, plugins/check_ide-smart.c, plugins/check_imap.c, plugins/check_ldap.c: | ||
1141 | Initial import of existing plugin code | ||
1142 | |||
1143 | * contrib/tarballs/radius.tar.gz, plugins/.cvsignore, plugins/Makefile.am, plugins/check_by_ssh.c, plugins/check_dig.c, plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, plugins/check_fping.c, plugins/check_ftp.c, plugins/check_game.c, plugins/check_hpjd.c, plugins/check_http.c, plugins/check_ide-smart.c, plugins/check_imap.c, plugins/check_ldap.c: | ||
1144 | New file. | ||
1145 | |||
1146 | * contrib/tarballs/check_bgp-1.0.tar.gz, contrib/tarballs/check_breeze.tar.gz, contrib/tarballs/check_flexlm.tar.gz, contrib/tarballs/check_hltherm.tar.gz, contrib/tarballs/check_hprsc.tar.gz, contrib/tarballs/check_radius.tar.gz, contrib/tarballs/check_wave.tar.gz, contrib/tarballs/hopcroft-plugins.tar.gz: | ||
1147 | Initial import of existing plugin code | ||
1148 | |||
1149 | * contrib/tarballs/check_bgp-1.0.tar.gz, contrib/tarballs/check_breeze.tar.gz, contrib/tarballs/check_flexlm.tar.gz, contrib/tarballs/check_hltherm.tar.gz, contrib/tarballs/check_hprsc.tar.gz, contrib/tarballs/check_radius.tar.gz, contrib/tarballs/check_wave.tar.gz, contrib/tarballs/hopcroft-plugins.tar.gz: | ||
1150 | New file. | ||
1151 | |||
1152 | * contrib/aix/check_crit_dsk, contrib/aix/check_dsk, contrib/aix/check_failed, contrib/aix/check_io, contrib/aix/check_kerberos, contrib/aix/check_ping, contrib/aix/check_queue, contrib/aix/pg_stat, contrib/check_nagios.pl, contrib/tarballs/berger-ping.tar.gz, contrib/tarballs/bowen-langley_plugins.tar.gz, contrib/urlize.pl: | ||
1153 | Initial import of existing plugin code | ||
1154 | |||
1155 | * contrib/aix/check_crit_dsk, contrib/aix/check_dsk, contrib/aix/check_failed, contrib/aix/check_io, contrib/aix/check_kerberos, contrib/aix/check_ping, contrib/aix/check_queue, contrib/aix/pg_stat, contrib/check_nagios.pl, contrib/tarballs/berger-ping.tar.gz, contrib/tarballs/bowen-langley_plugins.tar.gz, contrib/urlize.pl: | ||
1156 | New file. | ||
1157 | |||
1158 | * contrib/check_ipxping.c, contrib/check_joy.sh, contrib/check_maxchannels.pl, contrib/check_maxwanstate.pl, contrib/check_mem.pl, contrib/check_memory.tgz, contrib/check_mysql.c, contrib/check_mysql.pl, contrib/check_netapp.pl, contrib/check_nmap.py, contrib/check_nwstat.pl, contrib/check_ora_table_space.pl, contrib/check_rrd_data.pl, contrib/check_sap.sh, contrib/check_sockets.pl, contrib/check_uptime.c, contrib/maser-oracle.pl, contrib/mrtgext.pl, contrib/readme.txt, contrib/restrict.pl, contrib/utils.py: | ||
1159 | Initial import of existing plugin code | ||
1160 | |||
1161 | * contrib/check_ipxping.c, contrib/check_joy.sh, contrib/check_maxchannels.pl, contrib/check_maxwanstate.pl, contrib/check_mem.pl, contrib/check_memory.tgz, contrib/check_mysql.c, contrib/check_mysql.pl, contrib/check_netapp.pl, contrib/check_nmap.py, contrib/check_nwstat.pl, contrib/check_ora_table_space.pl, contrib/check_rrd_data.pl, contrib/check_sap.sh, contrib/check_sockets.pl, contrib/check_uptime.c, contrib/maser-oracle.pl, contrib/mrtgext.pl, contrib/readme.txt, contrib/restrict.pl, contrib/utils.py: | ||
1162 | New file. | ||
1163 | |||
1164 | * LEGAL, configure.in, contrib/check_apache.pl, contrib/check_apc_ups.pl, contrib/check_bgpstate.pl, contrib/check_dhcp.c, contrib/check_dlswcircuit.pl, contrib/check_dns_random.pl, contrib/check_email_loop.pl, contrib/check_fping_in.c, contrib/check_ftpget.pl, contrib/check_ifoperstatus.pl, contrib/check_ifstatus.pl, contrib/check_pop3.pl, contrib/check_qmailq.pl, contrib/check_timeout.c, contrib/checkciscotemp.pl, install-sh, make-tarball, missing, mkinstalldirs, nagios-plugins.spec, opttest.pl, package.def, rpm, subst.in, subst.sh, test.pl.in: | ||
1165 | Initial import of existing plugin code | ||
1166 | |||
1167 | * LEGAL, configure.in, contrib/check_apache.pl, contrib/check_apc_ups.pl, contrib/check_bgpstate.pl, contrib/check_dhcp.c, contrib/check_dlswcircuit.pl, contrib/check_dns_random.pl, contrib/check_email_loop.pl, contrib/check_fping_in.c, contrib/check_ftpget.pl, contrib/check_ifoperstatus.pl, contrib/check_ifstatus.pl, contrib/check_pop3.pl, contrib/check_qmailq.pl, contrib/check_timeout.c, contrib/checkciscotemp.pl, install-sh, make-tarball, missing, mkinstalldirs, nagios-plugins.spec, opttest.pl, package.def, rpm, subst.in, subst.sh, test.pl.in: | ||
1168 | New file. | ||
1169 | |||
1170 | * COPYING, ChangeLog, FAQ, Helper.pm, INSTALL, Makefile.am, NEWS, README, REQUIREMENTS, ROADMAP, Requirements, acconfig.h, aclocal.m4, command.cfg.in: | ||
1171 | Initial import of existing plugin code | ||
1172 | |||
1173 | * COPYING, ChangeLog, FAQ, Helper.pm, INSTALL, Makefile.am, NEWS, README, REQUIREMENTS, ROADMAP, Requirements, acconfig.h, aclocal.m4, command.cfg.in: | ||
1174 | New file. | ||
1175 | |||
1176 | * .cvsignore, AUTHORS, CODING: Initial import of existing plugin code | ||
1177 | |||
1178 | * .cvsignore, AUTHORS, CODING: New file. | ||
1179 | |||
1180 | 2000-12-08 karldebisschop <karldebisschop> | ||
2 | 1181 | ||
3 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_http.c, /cvsroot/netsaintplug/netsaintplug/plugins/utils.c: | 1182 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_http.c, /cvsroot/netsaintplug/netsaintplug/plugins/utils.c: |
4 | fix memory leaks | 1183 | fix memory leaks |
5 | 1184 | ||
6 | 2000-12-07 karldebisschop <karldebisschop@miles.debisschop.net> | 1185 | 2000-12-07 karldebisschop <karldebisschop> |
7 | 1186 | ||
8 | * /cvsroot/netsaintplug/netsaintplug/contrib/check_qmailq.pl: | 1187 | * /cvsroot/netsaintplug/netsaintplug/contrib/check_qmailq.pl: |
9 | checks mail in queue (needs much work still) | 1188 | checks mail in queue (needs much work still) |
@@ -11,7 +1190,7 @@ | |||
11 | * /cvsroot/netsaintplug/netsaintplug/contrib/check_ftpget.pl: | 1190 | * /cvsroot/netsaintplug/netsaintplug/contrib/check_ftpget.pl: |
12 | tests fetching files from FTP server | 1191 | tests fetching files from FTP server |
13 | 1192 | ||
14 | 2000-12-02 karldebisschop <karldebisschop@miles.debisschop.net> | 1193 | 2000-12-02 karldebisschop <karldebisschop> |
15 | 1194 | ||
16 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ldap.c: | 1195 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ldap.c: |
17 | password authentication patch, indent, standardize usage/help functions | 1196 | password authentication patch, indent, standardize usage/help functions |
@@ -48,7 +1227,7 @@ | |||
48 | * /cvsroot/netsaintplug/netsaintplug/plugins/t/check_fping.t: | 1227 | * /cvsroot/netsaintplug/netsaintplug/plugins/t/check_fping.t: |
49 | test on nullhost may return warning or error | 1228 | test on nullhost may return warning or error |
50 | 1229 | ||
51 | 2000-12-01 karldebisschop <karldebisschop@miles.debisschop.net> | 1230 | 2000-12-01 karldebisschop <karldebisschop> |
52 | 1231 | ||
53 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_dns.c: | 1232 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_dns.c: |
54 | typo - fix dns left trim on bind 9 | 1233 | typo - fix dns left trim on bind 9 |
@@ -225,7 +1404,7 @@ | |||
225 | move a slight bit closer to SSH protocal compliance | 1404 | move a slight bit closer to SSH protocal compliance |
226 | needs much more work | 1405 | needs much more work |
227 | 1406 | ||
228 | 2000-10-25 karldebisschop <karldebisschop@miles.debisschop.net> | 1407 | 2000-10-25 karldebisschop <karldebisschop> |
229 | 1408 | ||
230 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ssh.c: cleanup | 1409 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ssh.c: cleanup |
231 | move a slight bit closer to SSH protocal compliance | 1410 | move a slight bit closer to SSH protocal compliance |
@@ -235,7 +1414,7 @@ | |||
235 | change type of counter 'i' to int | 1414 | change type of counter 'i' to int |
236 | allow = in url query string | 1415 | allow = in url query string |
237 | 1416 | ||
238 | 2000-10-11 karldebisschop <karldebisschop@miles.debisschop.net> | 1417 | 2000-10-11 karldebisschop <karldebisschop> |
239 | 1418 | ||
240 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_mrtg.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_mrtgtraf.c: | 1419 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_mrtg.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_mrtgtraf.c: |
241 | allow expiration to be optional | 1420 | allow expiration to be optional |
@@ -264,12 +1443,12 @@ | |||
264 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_snmp.c: | 1443 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_snmp.c: |
265 | cleanup arrays for '-u' and '-l' options | 1444 | cleanup arrays for '-u' and '-l' options |
266 | 1445 | ||
267 | 2000-10-10 karldebisschop <karldebisschop@miles.debisschop.net> | 1446 | 2000-10-10 karldebisschop <karldebisschop> |
268 | 1447 | ||
269 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_tcp.c: | 1448 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_tcp.c: |
270 | fix count of expect strings | 1449 | fix count of expect strings |
271 | 1450 | ||
272 | 2000-10-06 karldebisschop <karldebisschop@miles.debisschop.net> | 1451 | 2000-10-06 karldebisschop <karldebisschop> |
273 | 1452 | ||
274 | * /cvsroot/netsaintplug/netsaintplug/contrib/checkciscotemp.pl: | 1453 | * /cvsroot/netsaintplug/netsaintplug/contrib/checkciscotemp.pl: |
275 | missing comma | 1454 | missing comma |
@@ -292,19 +1471,19 @@ | |||
292 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_tcp.c: | 1471 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_tcp.c: |
293 | additional fixes for munged multiple expect loop | 1472 | additional fixes for munged multiple expect loop |
294 | 1473 | ||
295 | 2000-10-02 karldebisschop <karldebisschop@miles.debisschop.net> | 1474 | 2000-10-02 karldebisschop <karldebisschop> |
296 | 1475 | ||
297 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_tcp.c: | 1476 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_tcp.c: |
298 | fix bug in server expect code, due to bad logic in testing for | 1477 | fix bug in server expect code, due to bad logic in testing for |
299 | alternative expects for check_nntp | 1478 | alternative expects for check_nntp |
300 | 1479 | ||
301 | 2000-09-27 karldebisschop <karldebisschop@miles.debisschop.net> | 1480 | 2000-09-27 karldebisschop <karldebisschop> |
302 | 1481 | ||
303 | * /cvsroot/netsaintplug/netsaintplug/command.cfg.in: | 1482 | * /cvsroot/netsaintplug/netsaintplug/command.cfg.in: |
304 | fix some extraneous linefeeds | 1483 | fix some extraneous linefeeds |
305 | fix missing leading dots in a few SNMP OIDs | 1484 | fix missing leading dots in a few SNMP OIDs |
306 | 1485 | ||
307 | 2000-09-25 karldebisschop <karldebisschop@miles.debisschop.net> | 1486 | 2000-09-25 karldebisschop <karldebisschop> |
308 | 1487 | ||
309 | * /cvsroot/netsaintplug/netsaintplug/.cvsignore: | 1488 | * /cvsroot/netsaintplug/netsaintplug/.cvsignore: |
310 | make a separate distrib directory to run 'make dist' | 1489 | make a separate distrib directory to run 'make dist' |
@@ -315,7 +1494,7 @@ | |||
315 | * /cvsroot/netsaintplug/netsaintplug/plugins/popen.c: | 1494 | * /cvsroot/netsaintplug/netsaintplug/plugins/popen.c: |
316 | set cmd to NULL when there are characters left, but they are all whitespace | 1495 | set cmd to NULL when there are characters left, but they are all whitespace |
317 | 1496 | ||
318 | 2000-09-24 karldebisschop <karldebisschop@miles.debisschop.net> | 1497 | 2000-09-24 karldebisschop <karldebisschop> |
319 | 1498 | ||
320 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_time.c, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_time.t: | 1499 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_time.c, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_time.t: |
321 | something funky in check_time failure mode -- remove tests for now | 1500 | something funky in check_time failure mode -- remove tests for now |
@@ -326,7 +1505,7 @@ | |||
326 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_time.c: | 1505 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_time.c: |
327 | give CRITICAL|WARNING on connect failures only if connect-time checking used | 1506 | give CRITICAL|WARNING on connect failures only if connect-time checking used |
328 | 1507 | ||
329 | 2000-09-24 karldebisschop <karldebisschop@skillet.infoplease.com> | 1508 | 2000-09-24 karldebisschop <karldebisschop> |
330 | 1509 | ||
331 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_time.c, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_time.t: | 1510 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_time.c, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_time.t: |
332 | something funky in check_time failure mode -- remove tests for now | 1511 | something funky in check_time failure mode -- remove tests for now |
@@ -337,12 +1516,12 @@ | |||
337 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_time.c: | 1516 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_time.c: |
338 | give CRITICAL|WARNING on connect failures only if connect-time checking used | 1517 | give CRITICAL|WARNING on connect failures only if connect-time checking used |
339 | 1518 | ||
340 | 2000-09-21 karldebisschop <karldebisschop@skillet.infoplease.com> | 1519 | 2000-09-21 karldebisschop <karldebisschop> |
341 | 1520 | ||
342 | * /cvsroot/netsaintplug/netsaintplug/aclocal.m4, /cvsroot/netsaintplug/netsaintplug/configure.in, /cvsroot/netsaintplug/netsaintplug/plugins/common.h.in, /cvsroot/netsaintplug/netsaintplug/plugins/getopt1.c, /cvsroot/netsaintplug/netsaintplug/plugins/getopt.c, /cvsroot/netsaintplug/netsaintplug/plugins/getopt.h, /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.am: | 1521 | * /cvsroot/netsaintplug/netsaintplug/aclocal.m4, /cvsroot/netsaintplug/netsaintplug/configure.in, /cvsroot/netsaintplug/netsaintplug/plugins/common.h.in, /cvsroot/netsaintplug/netsaintplug/plugins/getopt1.c, /cvsroot/netsaintplug/netsaintplug/plugins/getopt.c, /cvsroot/netsaintplug/netsaintplug/plugins/getopt.h, /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.am: |
343 | provide getopt_long for those OS's that do not have it | 1522 | provide getopt_long for those OS's that do not have it |
344 | 1523 | ||
345 | 2000-09-20 karldebisschop <karldebisschop@skillet.infoplease.com> | 1524 | 2000-09-20 karldebisschop <karldebisschop> |
346 | 1525 | ||
347 | * /cvsroot/netsaintplug/netsaintplug/plugins/t/check_time.t: | 1526 | * /cvsroot/netsaintplug/netsaintplug/plugins/t/check_time.t: |
348 | plugin now warns if server is not present | 1527 | plugin now warns if server is not present |
@@ -361,13 +1540,13 @@ | |||
361 | fix missed token in reverse-compatibility mode | 1540 | fix missed token in reverse-compatibility mode |
362 | help was completely worng | 1541 | help was completely worng |
363 | 1542 | ||
364 | 2000-09-18 karldebisschop <karldebisschop@skillet.infoplease.com> | 1543 | 2000-09-18 karldebisschop <karldebisschop> |
365 | 1544 | ||
366 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_nntp.c: | 1545 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_nntp.c: |
367 | look for error codes oonly at beginning of string | 1546 | look for error codes oonly at beginning of string |
368 | add option to switch to MODE READER | 1547 | add option to switch to MODE READER |
369 | 1548 | ||
370 | 2000-09-14 karldebisschop <karldebisschop@skillet.infoplease.com> | 1549 | 2000-09-14 karldebisschop <karldebisschop> |
371 | 1550 | ||
372 | * /cvsroot/netsaintplug/netsaintplug/INSTALL: | 1551 | * /cvsroot/netsaintplug/netsaintplug/INSTALL: |
373 | Use list as primry contact, not Ethan | 1552 | Use list as primry contact, not Ethan |
@@ -377,7 +1556,7 @@ | |||
377 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c: | 1556 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c: |
378 | add 'mdev' to output forms to scan | 1557 | add 'mdev' to output forms to scan |
379 | 1558 | ||
380 | 2000-09-13 karldebisschop <karldebisschop@skillet.infoplease.com> | 1559 | 2000-09-13 karldebisschop <karldebisschop> |
381 | 1560 | ||
382 | * /cvsroot/netsaintplug/netsaintplug/test.pl.in: | 1561 | * /cvsroot/netsaintplug/netsaintplug/test.pl.in: |
383 | get path a little closer to working on solaris with build dirs | 1562 | get path a little closer to working on solaris with build dirs |
@@ -391,7 +1570,7 @@ | |||
391 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_http.c: | 1570 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_http.c: |
392 | authentication for SSL | 1571 | authentication for SSL |
393 | 1572 | ||
394 | 2000-09-12 karldebisschop <karldebisschop@skillet.infoplease.com> | 1573 | 2000-09-12 karldebisschop <karldebisschop> |
395 | 1574 | ||
396 | * /cvsroot/netsaintplug/netsaintplug/plugins/t/check_load.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_mysql.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_ping.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_pop.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_procs.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_smtp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_snmp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_swap.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_users.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_vsz.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_imap.t: | 1575 | * /cvsroot/netsaintplug/netsaintplug/plugins/t/check_load.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_mysql.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_ping.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_pop.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_procs.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_smtp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_snmp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_swap.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_users.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_vsz.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_imap.t: |
397 | better nessages when errors are found | 1576 | better nessages when errors are found |
@@ -406,7 +1585,7 @@ | |||
406 | * /cvsroot/netsaintplug/netsaintplug/plugins/t/check_ftp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_hpjd.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_tcp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_time.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_disk.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_dns.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_fping.t: | 1585 | * /cvsroot/netsaintplug/netsaintplug/plugins/t/check_ftp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_hpjd.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_tcp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_time.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_disk.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_dns.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_fping.t: |
407 | print better messages on failure | 1586 | print better messages on failure |
408 | 1587 | ||
409 | 2000-09-11 karldebisschop <karldebisschop@skillet.infoplease.com> | 1588 | 2000-09-11 karldebisschop <karldebisschop> |
410 | 1589 | ||
411 | * /cvsroot/netsaintplug/netsaintplug/ChangeLog: beta 1 | 1590 | * /cvsroot/netsaintplug/netsaintplug/ChangeLog: beta 1 |
412 | 1591 | ||
@@ -432,7 +1611,7 @@ | |||
432 | don't check output when testing against nullhost or noserver | 1611 | don't check output when testing against nullhost or noserver |
433 | - there are just too many variants | 1612 | - there are just too many variants |
434 | 1613 | ||
435 | 2000-09-11 karldebisschop <karldebisschop@skillet.infoplease.com> | 1614 | 2000-09-11 karldebisschop <karldebisschop> |
436 | 1615 | ||
437 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins-custom.spec, /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec, /cvsroot/netsaintplug/netsaintplug/package.def: | 1616 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins-custom.spec, /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec, /cvsroot/netsaintplug/netsaintplug/package.def: |
438 | 1.2.9-b1 | 1617 | 1.2.9-b1 |
@@ -461,12 +1640,12 @@ | |||
461 | * /cvsroot/netsaintplug/netsaintplug/plugins/t/check_http.t: | 1640 | * /cvsroot/netsaintplug/netsaintplug/plugins/t/check_http.t: |
462 | don't check output string when testing nullhost | 1641 | don't check output string when testing nullhost |
463 | 1642 | ||
464 | 2000-09-10 karldebisschop <karldebisschop@skillet.infoplease.com> | 1643 | 2000-09-10 karldebisschop <karldebisschop> |
465 | 1644 | ||
466 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_http.c: | 1645 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_http.c: |
467 | bug killing 'ssl' twice cause segfault | 1646 | bug killing 'ssl' twice cause segfault |
468 | 1647 | ||
469 | 2000-09-07 karldebisschop <karldebisschop@skillet.infoplease.com> | 1648 | 2000-09-07 karldebisschop <karldebisschop> |
470 | 1649 | ||
471 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_dig.c: | 1650 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_dig.c: |
472 | decalaration was moved into autoconf | 1651 | decalaration was moved into autoconf |
@@ -502,12 +1681,12 @@ | |||
502 | * /cvsroot/netsaintplug/netsaintplug/configure.in: | 1681 | * /cvsroot/netsaintplug/netsaintplug/configure.in: |
503 | PS_RAW_COMMAND needs to look at full path | 1682 | PS_RAW_COMMAND needs to look at full path |
504 | 1683 | ||
505 | 2000-09-06 karldebisschop <karldebisschop@skillet.infoplease.com> | 1684 | 2000-09-06 karldebisschop <karldebisschop> |
506 | 1685 | ||
507 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c: | 1686 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c: |
508 | use ssprintf function to formulate command | 1687 | use ssprintf function to formulate command |
509 | 1688 | ||
510 | 2000-09-01 karldebisschop <karldebisschop@skillet.infoplease.com> | 1689 | 2000-09-01 karldebisschop <karldebisschop> |
511 | 1690 | ||
512 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_nntp.c: | 1691 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_nntp.c: |
513 | accidentally dropped ! | 1692 | accidentally dropped ! |
@@ -515,7 +1694,7 @@ | |||
515 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_nntp.c: | 1694 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_nntp.c: |
516 | add verbose printf's and checnge NNRP to NNTP | 1695 | add verbose printf's and checnge NNRP to NNTP |
517 | 1696 | ||
518 | 2000-09-01 karldebisschop <kdebisschop@skillet.infoplease.com> | 1697 | 2000-09-01 karldebisschop <kdebisschop> |
519 | 1698 | ||
520 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/subst.in: | 1699 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/subst.in: |
521 | escape = for nawk (AIX) | 1700 | escape = for nawk (AIX) |
@@ -535,7 +1714,7 @@ | |||
535 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_snmp.c, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_snmp.t: | 1714 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_snmp.c, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_snmp.t: |
536 | handle multiple line output | 1715 | handle multiple line output |
537 | 1716 | ||
538 | 2000-08-31 karldebisschop <kdebisschop@skillet.infoplease.com> | 1717 | 2000-08-31 karldebisschop <kdebisschop> |
539 | 1718 | ||
540 | * /cvsroot/netsaintplug/netsaintplug/Makefile.am: add acconfig.h | 1719 | * /cvsroot/netsaintplug/netsaintplug/Makefile.am: add acconfig.h |
541 | 1720 | ||
@@ -553,7 +1732,7 @@ | |||
553 | * /cvsroot/netsaintplug/netsaintplug/plugins/utils.c: | 1732 | * /cvsroot/netsaintplug/netsaintplug/plugins/utils.c: |
554 | was reallocing the wrong thing | 1733 | was reallocing the wrong thing |
555 | 1734 | ||
556 | 2000-08-31 karldebisschop <kdebisschop@skillet.infoplease.com> | 1735 | 2000-08-31 karldebisschop <kdebisschop> |
557 | 1736 | ||
558 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_ircd.pl: | 1737 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_ircd.pl: |
559 | add space in '$Revision$' to make emacs perl-maode work right | 1738 | add space in '$Revision$' to make emacs perl-maode work right |
@@ -576,7 +1755,7 @@ | |||
576 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/t/check_rpc.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_dns.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_fping.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_ftp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_hpjd.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_http.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_imap.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_load.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_mysql.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_ping.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_pop.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_procs.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_smtp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_snmp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_swap.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_tcp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_time.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_udp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_users.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_vsz.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_disk.t: | 1755 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/t/check_rpc.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_dns.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_fping.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_ftp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_hpjd.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_http.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_imap.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_load.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_mysql.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_ping.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_pop.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_procs.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_smtp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_snmp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_swap.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_tcp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_time.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_udp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_users.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_vsz.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_disk.t: |
577 | always return 0 if called from Test::Harness | 1756 | always return 0 if called from Test::Harness |
578 | 1757 | ||
579 | 2000-08-30 karldebisschop <kdebisschop@skillet.infoplease.com> | 1758 | 2000-08-30 karldebisschop <kdebisschop> |
580 | 1759 | ||
581 | * /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.am, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/Makefile.am: | 1760 | * /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.am, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/Makefile.am: |
582 | fix test environment | 1761 | fix test environment |
@@ -587,7 +1766,7 @@ | |||
587 | * /cvsroot/netsaintplug/netsaintplug/configure.in: | 1766 | * /cvsroot/netsaintplug/netsaintplug/configure.in: |
588 | get check_disk to build on cygwin | 1767 | get check_disk to build on cygwin |
589 | 1768 | ||
590 | 2000-08-28 karldebisschop <kdebisschop@skillet.infoplease.com> | 1769 | 2000-08-28 karldebisschop <kdebisschop> |
591 | 1770 | ||
592 | * /cvsroot/netsaintplug/netsaintplug/ChangeLog: autoupdate | 1771 | * /cvsroot/netsaintplug/netsaintplug/ChangeLog: autoupdate |
593 | 1772 | ||
@@ -616,7 +1795,7 @@ | |||
616 | * /cvsroot/netsaintplug/netsaintplug/opttest.pl: | 1795 | * /cvsroot/netsaintplug/netsaintplug/opttest.pl: |
617 | test -h, -V, --help, --version, and check for correct PROGNAME | 1796 | test -h, -V, --help, --version, and check for correct PROGNAME |
618 | 1797 | ||
619 | 2000-08-28 karldebisschop <kdebisschop@alert.infoplease.com> | 1798 | 2000-08-28 karldebisschop <kdebisschop> |
620 | 1799 | ||
621 | * /cvsroot/netsaintplug/netsaintplug/plugins/t/check_time.t: use Helper | 1800 | * /cvsroot/netsaintplug/netsaintplug/plugins/t/check_time.t: use Helper |
622 | 1801 | ||
@@ -643,7 +1822,7 @@ | |||
643 | * /cvsroot/netsaintplug/netsaintplug/opttest.pl: | 1822 | * /cvsroot/netsaintplug/netsaintplug/opttest.pl: |
644 | test -h, -V, --help, --version, and check for correct PROGNAME | 1823 | test -h, -V, --help, --version, and check for correct PROGNAME |
645 | 1824 | ||
646 | 2000-08-28 karldebisschop <kdebisschop@alert.infoplease.com> | 1825 | 2000-08-28 karldebisschop <kdebisschop> |
647 | 1826 | ||
648 | * /cvsroot/netsaintplug/netsaintplug/plugins/t/check_time.t: | 1827 | * /cvsroot/netsaintplug/netsaintplug/plugins/t/check_time.t: |
649 | use udp_hostname instead of localhost | 1828 | use udp_hostname instead of localhost |
@@ -675,7 +1854,7 @@ | |||
675 | * /cvsroot/netsaintplug/netsaintplug/configure.in: | 1854 | * /cvsroot/netsaintplug/netsaintplug/configure.in: |
676 | PS_COMMAND checks for debian | 1855 | PS_COMMAND checks for debian |
677 | 1856 | ||
678 | 2000-08-25 karldebisschop <kdebisschop@alert.infoplease.com> | 1857 | 2000-08-25 karldebisschop <kdebisschop> |
679 | 1858 | ||
680 | * /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.am: | 1859 | * /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.am: |
681 | chieck_by_ssh should also be in extras | 1860 | chieck_by_ssh should also be in extras |
@@ -697,7 +1876,7 @@ | |||
697 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_fping.c: | 1876 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_fping.c: |
698 | check times, variable packet size | 1877 | check times, variable packet size |
699 | 1878 | ||
700 | 2000-08-25 karldebisschop <kdebisschop@alert.infoplease.com> | 1879 | 2000-08-25 karldebisschop <kdebisschop> |
701 | 1880 | ||
702 | * /cvsroot/netsaintplug/netsaintplug/ChangeLog: update | 1881 | * /cvsroot/netsaintplug/netsaintplug/ChangeLog: update |
703 | 1882 | ||
@@ -716,7 +1895,7 @@ | |||
716 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_fping.c: | 1895 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_fping.c: |
717 | check times, variable packet size | 1896 | check times, variable packet size |
718 | 1897 | ||
719 | 2000-08-23 karldebisschop <kdebisschop@alert.infoplease.com> | 1898 | 2000-08-23 karldebisschop <kdebisschop> |
720 | 1899 | ||
721 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins-custom.spec, /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec: | 1900 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins-custom.spec, /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec: |
722 | 1.2.9 alpha 5 | 1901 | 1.2.9 alpha 5 |
@@ -743,7 +1922,7 @@ | |||
743 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_tcp.c, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_tcp.t: | 1922 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_tcp.c, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_tcp.t: |
744 | Should now answer for any of check_(imap|pop|smtp|udp|tcp|reply) | 1923 | Should now answer for any of check_(imap|pop|smtp|udp|tcp|reply) |
745 | 1924 | ||
746 | 2000-08-22 karldebisschop <kdebisschop@alert.infoplease.com> | 1925 | 2000-08-22 karldebisschop <kdebisschop> |
747 | 1926 | ||
748 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_load.c: | 1927 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_load.c: |
749 | HOUX reveals bug with PROC_LOADAVG logic | 1928 | HOUX reveals bug with PROC_LOADAVG logic |
@@ -760,7 +1939,7 @@ | |||
760 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/Makefile.am: | 1939 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/Makefile.am: |
761 | need to install utils.pm and utils.sh | 1940 | need to install utils.pm and utils.sh |
762 | 1941 | ||
763 | 2000-08-18 karldebisschop <kdebisschop@alert.infoplease.com> | 1942 | 2000-08-18 karldebisschop <kdebisschop> |
764 | 1943 | ||
765 | * /cvsroot/netsaintplug/netsaintplug/Makefile.am, /cvsroot/netsaintplug/netsaintplug/netsaint-plugins-custom.spec, /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec: | 1944 | * /cvsroot/netsaintplug/netsaintplug/Makefile.am, /cvsroot/netsaintplug/netsaintplug/netsaint-plugins-custom.spec, /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec: |
766 | last few things to get rpm working for 1.2.9-a4 | 1945 | last few things to get rpm working for 1.2.9-a4 |
@@ -773,7 +1952,7 @@ | |||
773 | update spec for 1.2.9a4 | 1952 | update spec for 1.2.9a4 |
774 | add Helper.pm to dist | 1953 | add Helper.pm to dist |
775 | 1954 | ||
776 | 2000-08-17 karldebisschop <kdebisschop@alert.infoplease.com> | 1955 | 2000-08-17 karldebisschop <kdebisschop> |
777 | 1956 | ||
778 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/t/check_rpc.t: | 1957 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/t/check_rpc.t: |
779 | output does not begin with ./ | 1958 | output does not begin with ./ |
@@ -784,7 +1963,7 @@ | |||
784 | * /cvsroot/netsaintplug/netsaintplug/configure.in: | 1963 | * /cvsroot/netsaintplug/netsaintplug/configure.in: |
785 | standard option handling for shell scripts | 1964 | standard option handling for shell scripts |
786 | 1965 | ||
787 | 2000-08-16 karldebisschop <kdebisschop@alert.infoplease.com> | 1966 | 2000-08-16 karldebisschop <kdebisschop> |
788 | 1967 | ||
789 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_tcp.c, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_imap.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_pop.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_smtp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_udp.t: | 1968 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_tcp.c, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_imap.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_pop.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_smtp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_udp.t: |
790 | tcp: don't scan unless --expect or --send | 1969 | tcp: don't scan unless --expect or --send |
@@ -793,12 +1972,12 @@ | |||
793 | * /cvsroot/netsaintplug/netsaintplug/acconfig.h, /cvsroot/netsaintplug/netsaintplug/configure.in, /cvsroot/netsaintplug/netsaintplug/package.def, /cvsroot/netsaintplug/netsaintplug/plugins/config.h.in, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/utils.pm.in, /cvsroot/netsaintplug/netsaintplug/plugins/utils.c: | 1972 | * /cvsroot/netsaintplug/netsaintplug/acconfig.h, /cvsroot/netsaintplug/netsaintplug/configure.in, /cvsroot/netsaintplug/netsaintplug/package.def, /cvsroot/netsaintplug/netsaintplug/plugins/config.h.in, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/utils.pm.in, /cvsroot/netsaintplug/netsaintplug/plugins/utils.c: |
794 | lost correct release tracking with change to automake - fixed | 1973 | lost correct release tracking with change to automake - fixed |
795 | 1974 | ||
796 | 2000-08-15 karldebisschop <kdebisschop@alert.infoplease.com> | 1975 | 2000-08-15 karldebisschop <kdebisschop> |
797 | 1976 | ||
798 | * /cvsroot/netsaintplug/netsaintplug/configure.in, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_breeze.pl, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_disk_smb.pl, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_ircd.pl, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_ntp.pl, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_rpc.pl, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/subst.in, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/utils.pm.in: | 1977 | * /cvsroot/netsaintplug/netsaintplug/configure.in, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_breeze.pl, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_disk_smb.pl, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_ircd.pl, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_ntp.pl, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_rpc.pl, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/subst.in, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/utils.pm.in: |
799 | convert to getopt | 1978 | convert to getopt |
800 | 1979 | ||
801 | 2000-08-12 karldebisschop <kdebisschop@alert.infoplease.com> | 1980 | 2000-08-12 karldebisschop <kdebisschop> |
802 | 1981 | ||
803 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_ntp.pl, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_rpc.pl, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/utils.pm.in: | 1982 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_ntp.pl, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_rpc.pl, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/utils.pm.in: |
804 | conversion to getopt and automake | 1983 | conversion to getopt and automake |
@@ -809,12 +1988,12 @@ | |||
809 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_reply.c: | 1988 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_reply.c: |
810 | obsolete - functionanlity added to check_tcp | 1989 | obsolete - functionanlity added to check_tcp |
811 | 1990 | ||
812 | 2000-08-11 karldebisschop <kdebisschop@alert.infoplease.com> | 1991 | 2000-08-11 karldebisschop <kdebisschop> |
813 | 1992 | ||
814 | * /cvsroot/netsaintplug/netsaintplug/contrib/checkciscotemp.pl, /cvsroot/netsaintplug/netsaintplug/plugins/check_nwstat.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_tcp.c, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_tcp.t, /cvsroot/netsaintplug/netsaintplug/netsaint-plugins-custom.spec: | 1993 | * /cvsroot/netsaintplug/netsaintplug/contrib/checkciscotemp.pl, /cvsroot/netsaintplug/netsaintplug/plugins/check_nwstat.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_tcp.c, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_tcp.t, /cvsroot/netsaintplug/netsaintplug/netsaint-plugins-custom.spec: |
815 | conversion to standard options syntax | 1994 | conversion to standard options syntax |
816 | 1995 | ||
817 | 2000-08-10 karldebisschop <kdebisschop@alert.infoplease.com> | 1996 | 2000-08-10 karldebisschop <kdebisschop> |
818 | 1997 | ||
819 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_radius.c: | 1998 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_radius.c: |
820 | complete change to getopt | 1999 | complete change to getopt |
@@ -828,7 +2007,7 @@ | |||
828 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_fping.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_netsaint.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_nwstat.c: | 2007 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_fping.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_netsaint.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_nwstat.c: |
829 | convert to getopt | 2008 | convert to getopt |
830 | 2009 | ||
831 | 2000-08-08 karldebisschop <kdebisschop@alert.infoplease.com> | 2010 | 2000-08-08 karldebisschop <kdebisschop> |
832 | 2011 | ||
833 | * /cvsroot/netsaintplug/netsaintplug/plugins/.cvsignore, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/.cvsignore, /cvsroot/netsaintplug/netsaintplug/.cvsignore: | 2012 | * /cvsroot/netsaintplug/netsaintplug/plugins/.cvsignore, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/.cvsignore, /cvsroot/netsaintplug/netsaintplug/.cvsignore: |
834 | Makefile.in is built by automake | 2013 | Makefile.in is built by automake |
@@ -852,12 +2031,12 @@ | |||
852 | * /cvsroot/netsaintplug/netsaintplug/plugins/config.h.in, /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.in, /cvsroot/netsaintplug/netsaintplug/plugins/netutils.h.in, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_disk.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_dns.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_fping.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_ftp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_hpjd.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_http.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_imap.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_load.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_mysql.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_ping.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_pop.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_procs.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_smtp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_snmp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_swap.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_tcp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_time.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_udp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_users.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_vsz.t: | 2031 | * /cvsroot/netsaintplug/netsaintplug/plugins/config.h.in, /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.in, /cvsroot/netsaintplug/netsaintplug/plugins/netutils.h.in, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_disk.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_dns.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_fping.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_ftp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_hpjd.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_http.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_imap.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_load.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_mysql.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_ping.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_pop.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_procs.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_smtp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_snmp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_swap.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_tcp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_time.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_udp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_users.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_vsz.t: |
853 | convert to automake | 2032 | convert to automake |
854 | 2033 | ||
855 | 2000-08-04 karldebisschop <kdebisschop@alert.infoplease.com> | 2034 | 2000-08-04 karldebisschop <kdebisschop> |
856 | 2035 | ||
857 | * /cvsroot/netsaintplug/netsaintplug/plugins/popen.c: | 2036 | * /cvsroot/netsaintplug/netsaintplug/plugins/popen.c: |
858 | needed for cygwin, other systems that don't meet SVr4 or BSD4.3 | 2037 | needed for cygwin, other systems that don't meet SVr4 or BSD4.3 |
859 | 2038 | ||
860 | 2000-08-03 karldebisschop <kdebisschop@alert.infoplease.com> | 2039 | 2000-08-03 karldebisschop <kdebisschop> |
861 | 2040 | ||
862 | * /cvsroot/netsaintplug/netsaintplug/.cvsignore, /cvsroot/netsaintplug/netsaintplug/plugins/.cvsignore: | 2041 | * /cvsroot/netsaintplug/netsaintplug/.cvsignore, /cvsroot/netsaintplug/netsaintplug/plugins/.cvsignore: |
863 | prep for automake | 2042 | prep for automake |
@@ -882,7 +2061,7 @@ | |||
882 | 2061 | ||
883 | * /cvsroot/netsaintplug/netsaintplug/acconfig.h: use autoheader | 2062 | * /cvsroot/netsaintplug/netsaintplug/acconfig.h: use autoheader |
884 | 2063 | ||
885 | 2000-08-02 karldebisschop <kdebisschop@alert.infoplease.com> | 2064 | 2000-08-02 karldebisschop <kdebisschop> |
886 | 2065 | ||
887 | * /cvsroot/netsaintplug/netsaintplug/configure.in, /cvsroot/netsaintplug/netsaintplug/Makefile.in, /cvsroot/netsaintplug/netsaintplug/plugins/common.h.in, /cvsroot/netsaintplug/netsaintplug/plugins/config.h.in, /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.in, /cvsroot/netsaintplug/netsaintplug/plugins/version.h.in: | 2066 | * /cvsroot/netsaintplug/netsaintplug/configure.in, /cvsroot/netsaintplug/netsaintplug/Makefile.in, /cvsroot/netsaintplug/netsaintplug/plugins/common.h.in, /cvsroot/netsaintplug/netsaintplug/plugins/config.h.in, /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.in, /cvsroot/netsaintplug/netsaintplug/plugins/version.h.in: |
888 | get rid of common/*.h | 2067 | get rid of common/*.h |
@@ -905,12 +2084,12 @@ | |||
905 | * /cvsroot/netsaintplug/netsaintplug/configure.in, /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.in: | 2084 | * /cvsroot/netsaintplug/netsaintplug/configure.in, /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.in: |
906 | reorganize LIBS to use as .IGNORED deps -- -L/usr/lib must be in LDFLAGS | 2085 | reorganize LIBS to use as .IGNORED deps -- -L/usr/lib must be in LDFLAGS |
907 | 2086 | ||
908 | 2000-07-30 hgayosso <hgayosso@skillet.infoplease.com> | 2087 | 2000-07-30 hgayosso <hgayosso> |
909 | 2088 | ||
910 | * /cvsroot/netsaintplug/netsaintplug/command.cfg.in: | 2089 | * /cvsroot/netsaintplug/netsaintplug/command.cfg.in: |
911 | Added examples for: check_nmap. | 2090 | Added examples for: check_nmap. |
912 | 2091 | ||
913 | 2000-07-29 karldebisschop <kdebisschop@alert.infoplease.com> | 2092 | 2000-07-29 karldebisschop <kdebisschop> |
914 | 2093 | ||
915 | * /cvsroot/netsaintplug/netsaintplug/.cvsignore: add sparc64 | 2094 | * /cvsroot/netsaintplug/netsaintplug/.cvsignore: add sparc64 |
916 | 2095 | ||
@@ -931,12 +2110,12 @@ | |||
931 | * /cvsroot/netsaintplug/netsaintplug/plugins/utils.c: | 2110 | * /cvsroot/netsaintplug/netsaintplug/plugins/utils.c: |
932 | better way of doing is_int | 2111 | better way of doing is_int |
933 | 2112 | ||
934 | 2000-07-26 karldebisschop <kdebisschop@alert.infoplease.com> | 2113 | 2000-07-26 karldebisschop <kdebisschop> |
935 | 2114 | ||
936 | * /cvsroot/netsaintplug/netsaintplug/.cvsignore: | 2115 | * /cvsroot/netsaintplug/netsaintplug/.cvsignore: |
937 | ignore arch-specific build directories | 2116 | ignore arch-specific build directories |
938 | 2117 | ||
939 | 2000-07-25 karldebisschop <kdebisschop@alert.infoplease.com> | 2118 | 2000-07-25 karldebisschop <kdebisschop> |
940 | 2119 | ||
941 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_mysql.c: | 2120 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_mysql.c: |
942 | convert to getopt | 2121 | convert to getopt |
@@ -952,7 +2131,7 @@ | |||
952 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_snmp.c: | 2131 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_snmp.c: |
953 | delete extra printf | 2132 | delete extra printf |
954 | 2133 | ||
955 | 2000-07-23 karldebisschop <kdebisschop@alert.infoplease.com> | 2134 | 2000-07-23 karldebisschop <kdebisschop> |
956 | 2135 | ||
957 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_by_ssh.c: | 2136 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_by_ssh.c: |
958 | improve documentation of -i option and its use | 2137 | improve documentation of -i option and its use |
@@ -960,7 +2139,7 @@ | |||
960 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/subst.in: | 2139 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/subst.in: |
961 | add -_ to acceptable cahracters in commad name | 2140 | add -_ to acceptable cahracters in commad name |
962 | 2141 | ||
963 | 2000-07-21 karldebisschop <kdebisschop@alert.infoplease.com> | 2142 | 2000-07-21 karldebisschop <kdebisschop> |
964 | 2143 | ||
965 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_rpc.pl: | 2144 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_rpc.pl: |
966 | we use explicit path with new subst script | 2145 | we use explicit path with new subst script |
@@ -971,7 +2150,7 @@ | |||
971 | * /cvsroot/netsaintplug/netsaintplug/command.cfg.in: | 2150 | * /cvsroot/netsaintplug/netsaintplug/command.cfg.in: |
972 | use -H where possible, change @libexec@ to @libexecdir@ | 2151 | use -H where possible, change @libexec@ to @libexecdir@ |
973 | 2152 | ||
974 | 2000-07-20 karldebisschop <kdebisschop@alert.infoplease.com> | 2153 | 2000-07-20 karldebisschop <kdebisschop> |
975 | 2154 | ||
976 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_rpc.pl: | 2155 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_rpc.pl: |
977 | taint checking for -p option | 2156 | taint checking for -p option |
@@ -988,7 +2167,7 @@ | |||
988 | * /cvsroot/netsaintplug/netsaintplug/package.def: | 2167 | * /cvsroot/netsaintplug/netsaintplug/package.def: |
989 | defines package release | 2168 | defines package release |
990 | 2169 | ||
991 | 2000-07-19 karldebisschop <kdebisschop@alert.infoplease.com> | 2170 | 2000-07-19 karldebisschop <kdebisschop> |
992 | 2171 | ||
993 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ssh.c: | 2172 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ssh.c: |
994 | remove debugging printf | 2173 | remove debugging printf |
@@ -1009,7 +2188,7 @@ | |||
1009 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ssh.c: | 2188 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ssh.c: |
1010 | send ident string (suppresses server error) | 2189 | send ident string (suppresses server error) |
1011 | 2190 | ||
1012 | 2000-07-17 karldebisschop <kdebisschop@alert.infoplease.com> | 2191 | 2000-07-17 karldebisschop <kdebisschop> |
1013 | 2192 | ||
1014 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_ntp.pl: | 2193 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_ntp.pl: |
1015 | use utils.py | 2194 | use utils.py |
@@ -1021,7 +2200,7 @@ | |||
1021 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/utils.pm.in: | 2200 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/utils.pm.in: |
1022 | perl script essential functions | 2201 | perl script essential functions |
1023 | 2202 | ||
1024 | 2000-07-15 karldebisschop <kdebisschop@alert.infoplease.com> | 2203 | 2000-07-15 karldebisschop <kdebisschop> |
1025 | 2204 | ||
1026 | * /cvsroot/netsaintplug/netsaintplug/contrib/utils.py: | 2205 | * /cvsroot/netsaintplug/netsaintplug/contrib/utils.py: |
1027 | user contribution | 2206 | user contribution |
@@ -1031,7 +2210,7 @@ | |||
1031 | * /cvsroot/netsaintplug/netsaintplug/contrib/check_nmap.py: | 2210 | * /cvsroot/netsaintplug/netsaintplug/contrib/check_nmap.py: |
1032 | closing in on consiostent options, etc | 2211 | closing in on consiostent options, etc |
1033 | 2212 | ||
1034 | 2000-07-14 karldebisschop <kdebisschop@alert.infoplease.com> | 2213 | 2000-07-14 karldebisschop <kdebisschop> |
1035 | 2214 | ||
1036 | * /cvsroot/netsaintplug/netsaintplug/contrib/check_ircd.tar.gz: | 2215 | * /cvsroot/netsaintplug/netsaintplug/contrib/check_ircd.tar.gz: |
1037 | This was in core | 2216 | This was in core |
@@ -1045,13 +2224,13 @@ | |||
1045 | * /cvsroot/netsaintplug/netsaintplug/contrib/check_nmap.py: | 2224 | * /cvsroot/netsaintplug/netsaintplug/contrib/check_nmap.py: |
1046 | contributor revisions | 2225 | contributor revisions |
1047 | 2226 | ||
1048 | 2000-07-13 karldebisschop <kdebisschop@alert.infoplease.com> | 2227 | 2000-07-13 karldebisschop <kdebisschop> |
1049 | 2228 | ||
1050 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_ntp.pl: | 2229 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_ntp.pl: |
1051 | if xntpdc is present, check dispersion | 2230 | if xntpdc is present, check dispersion |
1052 | set $state to be integer so compares can be done | 2231 | set $state to be integer so compares can be done |
1053 | 2232 | ||
1054 | 2000-07-12 karldebisschop <kdebisschop@alert.infoplease.com> | 2233 | 2000-07-12 karldebisschop <kdebisschop> |
1055 | 2234 | ||
1056 | * /cvsroot/netsaintplug/netsaintplug/rpm: typo in macro for srcrpmdir | 2235 | * /cvsroot/netsaintplug/netsaintplug/rpm: typo in macro for srcrpmdir |
1057 | 2236 | ||
@@ -1103,13 +2282,13 @@ | |||
1103 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_disk.c: | 2282 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_disk.c: |
1104 | use comma for pairs of options, reserve colon for ranges | 2283 | use comma for pairs of options, reserve colon for ranges |
1105 | 2284 | ||
1106 | 2000-07-12 hgayosso <hgayosso@skillet.infoplease.com> | 2285 | 2000-07-12 hgayosso <hgayosso> |
1107 | 2286 | ||
1108 | * /cvsroot/netsaintplug/netsaintplug/command.cfg.in: | 2287 | * /cvsroot/netsaintplug/netsaintplug/command.cfg.in: |
1109 | Added command examples for: check_fping, check_game, check_imap, check_rpc. | 2288 | Added command examples for: check_fping, check_game, check_imap, check_rpc. |
1110 | Changed one `/bin/printf' for `/bin/echo -e'. (hgayosso) | 2289 | Changed one `/bin/printf' for `/bin/echo -e'. (hgayosso) |
1111 | 2290 | ||
1112 | 2000-07-11 karldebisschop <kdebisschop@alert.infoplease.com> | 2291 | 2000-07-11 karldebisschop <kdebisschop> |
1113 | 2292 | ||
1114 | * /cvsroot/netsaintplug/netsaintplug/REQUIREMENTS: add check_radius | 2293 | * /cvsroot/netsaintplug/netsaintplug/REQUIREMENTS: add check_radius |
1115 | 2294 | ||
@@ -1122,7 +2301,7 @@ | |||
1122 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_swap.c: | 2301 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_swap.c: |
1123 | convert to getopt | 2302 | convert to getopt |
1124 | 2303 | ||
1125 | 2000-07-07 karldebisschop <kdebisschop@alert.infoplease.com> | 2304 | 2000-07-07 karldebisschop <kdebisschop> |
1126 | 2305 | ||
1127 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_time.c, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_time.t: | 2306 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_time.c, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_time.t: |
1128 | make output a little more standard | 2307 | make output a little more standard |
@@ -1137,7 +2316,7 @@ | |||
1137 | * /cvsroot/netsaintplug/netsaintplug/contrib/check_mem.pl: | 2316 | * /cvsroot/netsaintplug/netsaintplug/contrib/check_mem.pl: |
1138 | check memory (written on BSD) | 2317 | check memory (written on BSD) |
1139 | 2318 | ||
1140 | 2000-07-06 karldebisschop <kdebisschop@alert.infoplease.com> | 2319 | 2000-07-06 karldebisschop <kdebisschop> |
1141 | 2320 | ||
1142 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_tcp.c: typos in docs | 2321 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_tcp.c: typos in docs |
1143 | 2322 | ||
@@ -1153,7 +2332,7 @@ | |||
1153 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c: | 2332 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c: |
1154 | this mod is wrong - it will go away | 2333 | this mod is wrong - it will go away |
1155 | 2334 | ||
1156 | 2000-07-05 karldebisschop <kdebisschop@alert.infoplease.com> | 2335 | 2000-07-05 karldebisschop <kdebisschop> |
1157 | 2336 | ||
1158 | * /cvsroot/netsaintplug/netsaintplug/Changelog, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_fping.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_tcp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_users.t, /cvsroot/netsaintplug/netsaintplug/make-tarball, /cvsroot/netsaintplug/netsaintplug/plugins/check_ftp.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_tcp.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_users.c, /cvsroot/netsaintplug/netsaintplug/plugins/utils.h.in: | 2337 | * /cvsroot/netsaintplug/netsaintplug/Changelog, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_fping.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_tcp.t, /cvsroot/netsaintplug/netsaintplug/plugins/t/check_users.t, /cvsroot/netsaintplug/netsaintplug/make-tarball, /cvsroot/netsaintplug/netsaintplug/plugins/check_ftp.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_tcp.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_users.c, /cvsroot/netsaintplug/netsaintplug/plugins/utils.h.in: |
1159 | 1.2.9-a1 cleanup | 2338 | 1.2.9-a1 cleanup |
@@ -1161,12 +2340,12 @@ | |||
1161 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_procs.c: | 2340 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_procs.c: |
1162 | fix usage statement | 2341 | fix usage statement |
1163 | 2342 | ||
1164 | 2000-07-04 karldebisschop <kdebisschop@alert.infoplease.com> | 2343 | 2000-07-04 karldebisschop <kdebisschop> |
1165 | 2344 | ||
1166 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_fping.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_ftp.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_tcp.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_users.c: | 2345 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_fping.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_ftp.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_tcp.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_users.c: |
1167 | convert to getopt | 2346 | convert to getopt |
1168 | 2347 | ||
1169 | 2000-07-03 karldebisschop <kdebisschop@alert.infoplease.com> | 2348 | 2000-07-03 karldebisschop <kdebisschop> |
1170 | 2349 | ||
1171 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_by_ssh.c: | 2350 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_by_ssh.c: |
1172 | minor bug fixes | 2351 | minor bug fixes |
@@ -1204,7 +2383,7 @@ | |||
1204 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_by_ssh.c: | 2383 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_by_ssh.c: |
1205 | functional multichecks, still need to tweak args | 2384 | functional multichecks, still need to tweak args |
1206 | 2385 | ||
1207 | 2000-06-30 karldebisschop <kdebisschop@alert.infoplease.com> | 2386 | 2000-06-30 karldebisschop <kdebisschop> |
1208 | 2387 | ||
1209 | * /cvsroot/netsaintplug/netsaintplug/plugins/utils.c: | 2388 | * /cvsroot/netsaintplug/netsaintplug/plugins/utils.c: |
1210 | better error trapping for strscpy and strscat | 2389 | better error trapping for strscpy and strscat |
@@ -1213,7 +2392,7 @@ | |||
1213 | further work on checking multiple partitions - some cleanup left, | 2392 | further work on checking multiple partitions - some cleanup left, |
1214 | plus documentation | 2393 | plus documentation |
1215 | 2394 | ||
1216 | 2000-06-29 karldebisschop <kdebisschop@alert.infoplease.com> | 2395 | 2000-06-29 karldebisschop <kdebisschop> |
1217 | 2396 | ||
1218 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_disk.c: | 2397 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_disk.c: |
1219 | snapshot working toward multidisk checks | 2398 | snapshot working toward multidisk checks |
@@ -1221,7 +2400,7 @@ | |||
1221 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_by_ssh.c, /cvsroot/netsaintplug/netsaintplug/plugins/utils.c: | 2400 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_by_ssh.c, /cvsroot/netsaintplug/netsaintplug/plugins/utils.c: |
1222 | next snapshot for passive multichecks | 2401 | next snapshot for passive multichecks |
1223 | 2402 | ||
1224 | 2000-06-28 karldebisschop <kdebisschop@alert.infoplease.com> | 2403 | 2000-06-28 karldebisschop <kdebisschop> |
1225 | 2404 | ||
1226 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c: | 2405 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c: |
1227 | add new form of rta for FreeBSD | 2406 | add new form of rta for FreeBSD |
@@ -1244,7 +2423,7 @@ | |||
1244 | * /cvsroot/netsaintplug/netsaintplug/configure.in, /cvsroot/netsaintplug/netsaintplug/plugins/check_procs.c: | 2423 | * /cvsroot/netsaintplug/netsaintplug/configure.in, /cvsroot/netsaintplug/netsaintplug/plugins/check_procs.c: |
1245 | now able to specify varlist to ps so various orders can be handled (AIX) | 2424 | now able to specify varlist to ps so various orders can be handled (AIX) |
1246 | 2425 | ||
1247 | 2000-06-27 karldebisschop <kdebisschop@alert.infoplease.com> | 2426 | 2000-06-27 karldebisschop <kdebisschop> |
1248 | 2427 | ||
1249 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/Helper.pm, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/Makefile.in: | 2428 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/Helper.pm, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/Makefile.in: |
1250 | multiplatform builds | 2429 | multiplatform builds |
@@ -1264,12 +2443,12 @@ | |||
1264 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins-custom.spec, /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec: | 2443 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins-custom.spec, /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec: |
1265 | 1.2.8-4 plus switch to bzip2 | 2444 | 1.2.8-4 plus switch to bzip2 |
1266 | 2445 | ||
1267 | 2000-06-26 karldebisschop <kdebisschop@alert.infoplease.com> | 2446 | 2000-06-26 karldebisschop <kdebisschop> |
1268 | 2447 | ||
1269 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec: | 2448 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec: |
1270 | 1.2.8-41.2.8-41.2.8-41.2.8-4 | 2449 | 1.2.8-41.2.8-41.2.8-41.2.8-4 |
1271 | 2450 | ||
1272 | 2000-06-25 karldebisschop <kdebisschop@alert.infoplease.com> | 2451 | 2000-06-25 karldebisschop <kdebisschop> |
1273 | 2452 | ||
1274 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c: | 2453 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c: |
1275 | use standard POSIX getopt (only GNU supports '-' leadin for optarg | 2454 | use standard POSIX getopt (only GNU supports '-' leadin for optarg |
@@ -1277,7 +2456,7 @@ | |||
1277 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c, /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.in, /cvsroot/netsaintplug/netsaintplug/plugins/utils.c, /cvsroot/netsaintplug/netsaintplug/plugins/utils.h.in: | 2456 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c, /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.in, /cvsroot/netsaintplug/netsaintplug/plugins/utils.c, /cvsroot/netsaintplug/netsaintplug/plugins/utils.h.in: |
1278 | possible fix for check_ping | 2457 | possible fix for check_ping |
1279 | 2458 | ||
1280 | 2000-06-23 karldebisschop <kdebisschop@alert.infoplease.com> | 2459 | 2000-06-23 karldebisschop <kdebisschop> |
1281 | 2460 | ||
1282 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c: | 2461 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c: |
1283 | try to get -p 1 at end of line to work | 2462 | try to get -p 1 at end of line to work |
@@ -1285,7 +2464,7 @@ | |||
1285 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c: | 2464 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c: |
1286 | misplaced paren on host strlen | 2465 | misplaced paren on host strlen |
1287 | 2466 | ||
1288 | 2000-06-22 karldebisschop <kdebisschop@alert.infoplease.com> | 2467 | 2000-06-22 karldebisschop <kdebisschop> |
1289 | 2468 | ||
1290 | * /cvsroot/netsaintplug/netsaintplug/make-tarball, /cvsroot/netsaintplug/netsaintplug/netsaint-plugins-custom.spec, /cvsroot/netsaintplug/netsaintplug/rpm: | 2469 | * /cvsroot/netsaintplug/netsaintplug/make-tarball, /cvsroot/netsaintplug/netsaintplug/netsaint-plugins-custom.spec, /cvsroot/netsaintplug/netsaintplug/rpm: |
1291 | housekeeping for rpm builds | 2470 | housekeeping for rpm builds |
@@ -1310,7 +2489,7 @@ | |||
1310 | * /cvsroot/netsaintplug/netsaintplug/Makefile.in, /cvsroot/netsaintplug/netsaintplug/make-tarball, /cvsroot/netsaintplug/netsaintplug/netsaint-plugins-custom.spec, /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec, /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.in: | 2489 | * /cvsroot/netsaintplug/netsaintplug/Makefile.in, /cvsroot/netsaintplug/netsaintplug/make-tarball, /cvsroot/netsaintplug/netsaintplug/netsaint-plugins-custom.spec, /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec, /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.in: |
1311 | houskeeping | 2490 | houskeeping |
1312 | 2491 | ||
1313 | 2000-06-21 karldebisschop <kdebisschop@alert.infoplease.com> | 2492 | 2000-06-21 karldebisschop <kdebisschop> |
1314 | 2493 | ||
1315 | * /cvsroot/netsaintplug/netsaintplug/Changelog: regular update | 2494 | * /cvsroot/netsaintplug/netsaintplug/Changelog: regular update |
1316 | 2495 | ||
@@ -1343,7 +2522,7 @@ | |||
1343 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec: | 2522 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec: |
1344 | first step in making SRPM more mandrake compatible | 2523 | first step in making SRPM more mandrake compatible |
1345 | 2524 | ||
1346 | 2000-06-19 karldebisschop <kdebisschop@alert.infoplease.com> | 2525 | 2000-06-19 karldebisschop <kdebisschop> |
1347 | 2526 | ||
1348 | * /cvsroot/netsaintplug/netsaintplug/Changelog: update | 2527 | * /cvsroot/netsaintplug/netsaintplug/Changelog: update |
1349 | 2528 | ||
@@ -1352,12 +2531,12 @@ | |||
1352 | 2531 | ||
1353 | * /cvsroot/netsaintplug/netsaintplug/Changelog: typo | 2532 | * /cvsroot/netsaintplug/netsaintplug/Changelog: typo |
1354 | 2533 | ||
1355 | 2000-06-18 karldebisschop <kdebisschop@alert.infoplease.com> | 2534 | 2000-06-18 karldebisschop <kdebisschop> |
1356 | 2535 | ||
1357 | * /cvsroot/netsaintplug/netsaintplug/Changelog: | 2536 | * /cvsroot/netsaintplug/netsaintplug/Changelog: |
1358 | 1.2.8-2 -- really this time | 2537 | 1.2.8-2 -- really this time |
1359 | 2538 | ||
1360 | 2000-06-17 karldebisschop <kdebisschop@alert.infoplease.com> | 2539 | 2000-06-17 karldebisschop <kdebisschop> |
1361 | 2540 | ||
1362 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_vsz.c: | 2541 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_vsz.c: |
1363 | assume 20-char max size for int | 2542 | assume 20-char max size for int |
@@ -1365,7 +2544,7 @@ | |||
1365 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c: | 2544 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c: |
1366 | fix DUP checking, use malloc instead of fixed length strings | 2545 | fix DUP checking, use malloc instead of fixed length strings |
1367 | 2546 | ||
1368 | 2000-06-16 karldebisschop <kdebisschop@alert.infoplease.com> | 2547 | 2000-06-16 karldebisschop <kdebisschop> |
1369 | 2548 | ||
1370 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c: | 2549 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c: |
1371 | fix docs, use malloc, fix bug with warn on DUPs | 2550 | fix docs, use malloc, fix bug with warn on DUPs |
@@ -1380,7 +2559,7 @@ | |||
1380 | show header, status, content separately | 2559 | show header, status, content separately |
1381 | do more rigorous parsing of where content starts | 2560 | do more rigorous parsing of where content starts |
1382 | 2561 | ||
1383 | 2000-06-15 karldebisschop <kdebisschop@alert.infoplease.com> | 2562 | 2000-06-15 karldebisschop <kdebisschop> |
1384 | 2563 | ||
1385 | * /cvsroot/netsaintplug/netsaintplug/plugins/urlize.c: doc fix | 2564 | * /cvsroot/netsaintplug/netsaintplug/plugins/urlize.c: doc fix |
1386 | 2565 | ||
@@ -1402,7 +2581,7 @@ | |||
1402 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_http.c: | 2581 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_http.c: |
1403 | fix docs, add separate option for vhost | 2582 | fix docs, add separate option for vhost |
1404 | 2583 | ||
1405 | 2000-06-14 karldebisschop <kdebisschop@alert.infoplease.com> | 2584 | 2000-06-14 karldebisschop <kdebisschop> |
1406 | 2585 | ||
1407 | * /cvsroot/netsaintplug/netsaintplug/Changelog: dd todays changes | 2586 | * /cvsroot/netsaintplug/netsaintplug/Changelog: dd todays changes |
1408 | 2587 | ||
@@ -1442,7 +2621,7 @@ | |||
1442 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_http.c: | 2621 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_http.c: |
1443 | clean up documentation, retabify | 2622 | clean up documentation, retabify |
1444 | 2623 | ||
1445 | 2000-06-13 karldebisschop <kdebisschop@alert.infoplease.com> | 2624 | 2000-06-13 karldebisschop <kdebisschop> |
1446 | 2625 | ||
1447 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_snmp.c, /cvsroot/netsaintplug/netsaintplug/Changelog: | 2626 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_snmp.c, /cvsroot/netsaintplug/netsaintplug/Changelog: |
1448 | tabify, update documentation | 2627 | tabify, update documentation |
@@ -1468,7 +2647,7 @@ | |||
1468 | * /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.in: | 2647 | * /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.in: |
1469 | dd netlibs to check_ldap | 2648 | dd netlibs to check_ldap |
1470 | 2649 | ||
1471 | 2000-06-12 karldebisschop <kdebisschop@alert.infoplease.com> | 2650 | 2000-06-12 karldebisschop <kdebisschop> |
1472 | 2651 | ||
1473 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_by_ssh.c: | 2652 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_by_ssh.c: |
1474 | convert spaces to tab stops | 2653 | convert spaces to tab stops |
@@ -1479,7 +2658,7 @@ | |||
1479 | * /cvsroot/netsaintplug/netsaintplug/configure.in, /cvsroot/netsaintplug/netsaintplug/Makefile.in: | 2658 | * /cvsroot/netsaintplug/netsaintplug/configure.in, /cvsroot/netsaintplug/netsaintplug/Makefile.in: |
1480 | remove some GNUisms in Makefile, quote test strings | 2659 | remove some GNUisms in Makefile, quote test strings |
1481 | 2660 | ||
1482 | 2000-06-09 karldebisschop <kdebisschop@alert.infoplease.com> | 2661 | 2000-06-09 karldebisschop <kdebisschop> |
1483 | 2662 | ||
1484 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins-custom.spec, /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec: | 2663 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins-custom.spec, /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec: |
1485 | 1.2.8 release | 2664 | 1.2.8 release |
@@ -1490,7 +2669,7 @@ | |||
1490 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_ntp.pl: | 2669 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_ntp.pl: |
1491 | patch from William Pietri | 2670 | patch from William Pietri |
1492 | 2671 | ||
1493 | 2000-06-08 karldebisschop <kdebisschop@alert.infoplease.com> | 2672 | 2000-06-08 karldebisschop <kdebisschop> |
1494 | 2673 | ||
1495 | * /cvsroot/netsaintplug/netsaintplug/Changelog: just getting up to date | 2674 | * /cvsroot/netsaintplug/netsaintplug/Changelog: just getting up to date |
1496 | 2675 | ||
@@ -1506,7 +2685,7 @@ | |||
1506 | * /cvsroot/netsaintplug/netsaintplug/contrib/restrict.pl, /cvsroot/netsaintplug/netsaintplug/contrib/check_ora_table_space.pl: | 2685 | * /cvsroot/netsaintplug/netsaintplug/contrib/restrict.pl, /cvsroot/netsaintplug/netsaintplug/contrib/check_ora_table_space.pl: |
1507 | new contributions | 2686 | new contributions |
1508 | 2687 | ||
1509 | 2000-06-07 karldebisschop <kdebisschop@alert.infoplease.com> | 2688 | 2000-06-07 karldebisschop <kdebisschop> |
1510 | 2689 | ||
1511 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec: | 2690 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec: |
1512 | no check_https anymore | 2691 | no check_https anymore |
@@ -1552,7 +2731,7 @@ | |||
1552 | * /cvsroot/netsaintplug/netsaintplug/plugins/t/check_http.t: | 2731 | * /cvsroot/netsaintplug/netsaintplug/plugins/t/check_http.t: |
1553 | use hostname to test http | 2732 | use hostname to test http |
1554 | 2733 | ||
1555 | 2000-06-06 karldebisschop <kdebisschop@alert.infoplease.com> | 2734 | 2000-06-06 karldebisschop <kdebisschop> |
1556 | 2735 | ||
1557 | * /cvsroot/netsaintplug/netsaintplug/configure.in: | 2736 | * /cvsroot/netsaintplug/netsaintplug/configure.in: |
1558 | clean up warn where user has no libcrypto | 2737 | clean up warn where user has no libcrypto |
@@ -1571,7 +2750,7 @@ | |||
1571 | * /cvsroot/netsaintplug/netsaintplug/make-tarball: | 2750 | * /cvsroot/netsaintplug/netsaintplug/make-tarball: |
1572 | clean and autoconf first to prvent careless errors | 2751 | clean and autoconf first to prvent careless errors |
1573 | 2752 | ||
1574 | 2000-06-05 karldebisschop <kdebisschop@alert.infoplease.com> | 2753 | 2000-06-05 karldebisschop <kdebisschop> |
1575 | 2754 | ||
1576 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugin-core.spec, /cvsroot/netsaintplug/netsaintplug/plugins/check_http.c, /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.in: | 2755 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugin-core.spec, /cvsroot/netsaintplug/netsaintplug/plugins/check_http.c, /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.in: |
1577 | try to get sane build of extras | 2756 | try to get sane build of extras |
@@ -1583,7 +2762,7 @@ | |||
1583 | * /cvsroot/netsaintplug/netsaintplug/configure.in, /cvsroot/netsaintplug/netsaintplug/Makefile.in: | 2762 | * /cvsroot/netsaintplug/netsaintplug/configure.in, /cvsroot/netsaintplug/netsaintplug/Makefile.in: |
1584 | typo in configure, plus try to get AIX to make scripts | 2763 | typo in configure, plus try to get AIX to make scripts |
1585 | 2764 | ||
1586 | 2000-06-04 karldebisschop <kdebisschop@alert.infoplease.com> | 2765 | 2000-06-04 karldebisschop <kdebisschop> |
1587 | 2766 | ||
1588 | * /cvsroot/netsaintplug/netsaintplug/configure.in: | 2767 | * /cvsroot/netsaintplug/netsaintplug/configure.in: |
1589 | try to make postgres work on non-redhat | 2768 | try to make postgres work on non-redhat |
@@ -1615,7 +2794,7 @@ | |||
1615 | * /cvsroot/netsaintplug/netsaintplug/Makefile.in: | 2794 | * /cvsroot/netsaintplug/netsaintplug/Makefile.in: |
1616 | quickcheck target is not defined anymore | 2795 | quickcheck target is not defined anymore |
1617 | 2796 | ||
1618 | 2000-06-03 karldebisschop <kdebisschop@alert.infoplease.com> | 2797 | 2000-06-03 karldebisschop <kdebisschop> |
1619 | 2798 | ||
1620 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec: | 2799 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec: |
1621 | update for 1.2.8pre5 | 2800 | update for 1.2.8pre5 |
@@ -1631,7 +2810,7 @@ | |||
1631 | * /cvsroot/netsaintplug/netsaintplug/plugins/t/check_ping.t: | 2810 | * /cvsroot/netsaintplug/netsaintplug/plugins/t/check_ping.t: |
1632 | fix needed to match new output from plugin | 2811 | fix needed to match new output from plugin |
1633 | 2812 | ||
1634 | 2000-06-02 karldebisschop <kdebisschop@alert.infoplease.com> | 2813 | 2000-06-02 karldebisschop <kdebisschop> |
1635 | 2814 | ||
1636 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_http2.c: | 2815 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_http2.c: |
1637 | put up short term - will soon replace check_http and check_https | 2816 | put up short term - will soon replace check_http and check_https |
@@ -1665,7 +2844,7 @@ | |||
1665 | * /cvsroot/netsaintplug/netsaintplug/configure.in: | 2844 | * /cvsroot/netsaintplug/netsaintplug/configure.in: |
1666 | fix logic for check_https | 2845 | fix logic for check_https |
1667 | 2846 | ||
1668 | 2000-06-01 karldebisschop <kdebisschop@alert.infoplease.com> | 2847 | 2000-06-01 karldebisschop <kdebisschop> |
1669 | 2848 | ||
1670 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec: | 2849 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec: |
1671 | delet build root | 2850 | delet build root |
@@ -1683,7 +2862,7 @@ | |||
1683 | fix bad @LIBS@ in makefiles | 2862 | fix bad @LIBS@ in makefiles |
1684 | update version | 2863 | update version |
1685 | 2864 | ||
1686 | 2000-05-31 karldebisschop <kdebisschop@alert.infoplease.com> | 2865 | 2000-05-31 karldebisschop <kdebisschop> |
1687 | 2866 | ||
1688 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec: | 2867 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec: |
1689 | random changes | 2868 | random changes |
@@ -1721,7 +2900,7 @@ | |||
1721 | * /cvsroot/netsaintplug/netsaintplug/plugins/urlize.c: | 2900 | * /cvsroot/netsaintplug/netsaintplug/plugins/urlize.c: |
1722 | wraps output of another plugin with a URL | 2901 | wraps output of another plugin with a URL |
1723 | 2902 | ||
1724 | 2000-05-30 karldebisschop <kdebisschop@alert.infoplease.com> | 2903 | 2000-05-30 karldebisschop <kdebisschop> |
1725 | 2904 | ||
1726 | * /cvsroot/netsaintplug/netsaintplug/contrib/check_netapp.pl: | 2905 | * /cvsroot/netsaintplug/netsaintplug/contrib/check_netapp.pl: |
1727 | new contribution | 2906 | new contribution |
@@ -1729,7 +2908,7 @@ | |||
1729 | * /cvsroot/netsaintplug/netsaintplug/contrib/checkciscotemp.pl, /cvsroot/netsaintplug/netsaintplug/contrib/check_nwstat.pl, /cvsroot/netsaintplug/netsaintplug/contrib/mrtgext.pl, /cvsroot/netsaintplug/netsaintplug/contrib/urlize.pl: | 2908 | * /cvsroot/netsaintplug/netsaintplug/contrib/checkciscotemp.pl, /cvsroot/netsaintplug/netsaintplug/contrib/check_nwstat.pl, /cvsroot/netsaintplug/netsaintplug/contrib/mrtgext.pl, /cvsroot/netsaintplug/netsaintplug/contrib/urlize.pl: |
1730 | new contributions, pending review and inclusion in main source tree | 2909 | new contributions, pending review and inclusion in main source tree |
1731 | 2910 | ||
1732 | 2000-05-25 karldebisschop <kdebisschop@alert.infoplease.com> | 2911 | 2000-05-25 karldebisschop <kdebisschop> |
1733 | 2912 | ||
1734 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_hpjd.c: | 2913 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_hpjd.c: |
1735 | general cleanup - keep test order consistent so possible bugs are | 2914 | general cleanup - keep test order consistent so possible bugs are |
@@ -1741,12 +2920,12 @@ | |||
1741 | * /cvsroot/netsaintplug/netsaintplug/configure.in: | 2920 | * /cvsroot/netsaintplug/netsaintplug/configure.in: |
1742 | get openssl and mysql to work on redhat 6.2 | 2921 | get openssl and mysql to work on redhat 6.2 |
1743 | 2922 | ||
1744 | 2000-05-24 karldebisschop <kdebisschop@alert.infoplease.com> | 2923 | 2000-05-24 karldebisschop <kdebisschop> |
1745 | 2924 | ||
1746 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_hpjd.c: | 2925 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_hpjd.c: |
1747 | some printers may be going offline with POWERSAVE mode | 2926 | some printers may be going offline with POWERSAVE mode |
1748 | 2927 | ||
1749 | 2000-05-19 karldebisschop <kdebisschop@alert.infoplease.com> | 2928 | 2000-05-19 karldebisschop <kdebisschop> |
1750 | 2929 | ||
1751 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_http.c: | 2930 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_http.c: |
1752 | realloc crashes when calloc outside of memory page - code page size as | 2931 | realloc crashes when calloc outside of memory page - code page size as |
@@ -1755,7 +2934,7 @@ | |||
1755 | * /cvsroot/netsaintplug/netsaintplug/plugins/popen.c: | 2934 | * /cvsroot/netsaintplug/netsaintplug/plugins/popen.c: |
1756 | fix possible sscanf overflow | 2935 | fix possible sscanf overflow |
1757 | 2936 | ||
1758 | 2000-05-18 karldebisschop <kdebisschop@alert.infoplease.com> | 2937 | 2000-05-18 karldebisschop <kdebisschop> |
1759 | 2938 | ||
1760 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_http.c: | 2939 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_http.c: |
1761 | get regex and string searched to work for HTML pages longer than 1024 chars | 2940 | get regex and string searched to work for HTML pages longer than 1024 chars |
@@ -1765,7 +2944,7 @@ | |||
1765 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_rpc.pl: | 2944 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_rpc.pl: |
1766 | spell author names correctly, fix help screen info | 2945 | spell author names correctly, fix help screen info |
1767 | 2946 | ||
1768 | 2000-05-11 karldebisschop <kdebisschop@alert.infoplease.com> | 2947 | 2000-05-11 karldebisschop <kdebisschop> |
1769 | 2948 | ||
1770 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_by_ssh.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_disk.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_dns.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_ide-smart.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_ldap.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_pgsql.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_procs.c: | 2949 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_by_ssh.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_disk.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_dns.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_ide-smart.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_ldap.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_pgsql.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_procs.c: |
1771 | use text constants (no|required)_argument instead of numbers in getopt_long | 2950 | use text constants (no|required)_argument instead of numbers in getopt_long |
@@ -1775,17 +2954,17 @@ | |||
1775 | make regex scan work | 2954 | make regex scan work |
1776 | fix errors in specification of getopt_long parameters | 2955 | fix errors in specification of getopt_long parameters |
1777 | 2956 | ||
1778 | 2000-05-10 karldebisschop <kdebisschop@alert.infoplease.com> | 2957 | 2000-05-10 karldebisschop <kdebisschop> |
1779 | 2958 | ||
1780 | * /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.in: | 2959 | * /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.in: |
1781 | drop reference to old saintcheck script | 2960 | drop reference to old saintcheck script |
1782 | 2961 | ||
1783 | 2000-05-05 karldebisschop <kdebisschop@alert.infoplease.com> | 2962 | 2000-05-05 karldebisschop <kdebisschop> |
1784 | 2963 | ||
1785 | * /cvsroot/netsaintplug/netsaintplug/command.cfg.in: | 2964 | * /cvsroot/netsaintplug/netsaintplug/command.cfg.in: |
1786 | fix typoes in OID definition | 2965 | fix typoes in OID definition |
1787 | 2966 | ||
1788 | 2000-05-04 karldebisschop <kdebisschop@alert.infoplease.com> | 2967 | 2000-05-04 karldebisschop <kdebisschop> |
1789 | 2968 | ||
1790 | * /cvsroot/netsaintplug/netsaintplug/saintcheck: obsoleted by test.pl | 2969 | * /cvsroot/netsaintplug/netsaintplug/saintcheck: obsoleted by test.pl |
1791 | 2970 | ||
@@ -1795,7 +2974,7 @@ | |||
1795 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_rpc.pl: | 2974 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_rpc.pl: |
1796 | add author, revision tracking | 2975 | add author, revision tracking |
1797 | 2976 | ||
1798 | 2000-05-03 karldebisschop <kdebisschop@alert.infoplease.com> | 2977 | 2000-05-03 karldebisschop <kdebisschop> |
1799 | 2978 | ||
1800 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_rpc.pl, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/t/check_rpc.t: | 2979 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_rpc.pl, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/t/check_rpc.t: |
1801 | try to get arg checking to work, add full rpc list | 2980 | try to get arg checking to work, add full rpc list |
@@ -1837,7 +3016,7 @@ | |||
1837 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_dummy.c: | 3016 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_dummy.c: |
1838 | add --version and --help | 3017 | add --version and --help |
1839 | 3018 | ||
1840 | 2000-05-02 karldebisschop <kdebisschop@alert.infoplease.com> | 3019 | 2000-05-02 karldebisschop <kdebisschop> |
1841 | 3020 | ||
1842 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_sensors: | 3021 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_sensors: |
1843 | moved to check_sensor.sh | 3022 | moved to check_sensor.sh |
@@ -1854,7 +3033,7 @@ | |||
1854 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/Makefile.in: | 3033 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/Makefile.in: |
1855 | fix 'clean' target | 3034 | fix 'clean' target |
1856 | 3035 | ||
1857 | 2000-05-01 karldebisschop <kdebisschop@alert.infoplease.com> | 3036 | 2000-05-01 karldebisschop <kdebisschop> |
1858 | 3037 | ||
1859 | * /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.in: | 3038 | * /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.in: |
1860 | changes to get paths right for scripts | 3039 | changes to get paths right for scripts |
@@ -1885,7 +3064,7 @@ | |||
1885 | 3064 | ||
1886 | * /cvsroot/netsaintplug/netsaintplug/make-tarball: Makes a tar ball | 3065 | * /cvsroot/netsaintplug/netsaintplug/make-tarball: Makes a tar ball |
1887 | 3066 | ||
1888 | 2000-02-17 karldebisschop <kdebisschop@alert.infoplease.com> | 3067 | 2000-02-17 karldebisschop <kdebisschop> |
1889 | 3068 | ||
1890 | * /cvsroot/netsaintplug/netsaintplug/configure.in, /cvsroot/netsaintplug/netsaintplug/Makefile.in, /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.in: | 3069 | * /cvsroot/netsaintplug/netsaintplug/configure.in, /cvsroot/netsaintplug/netsaintplug/Makefile.in, /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.in: |
1891 | changes for check_https | 3070 | changes for check_https |
@@ -1894,7 +3073,7 @@ | |||
1894 | C contribs unmodified. | 3073 | C contribs unmodified. |
1895 | Script had to be retyed from scratch - maybe CR/LF problem? | 3074 | Script had to be retyed from scratch - maybe CR/LF problem? |
1896 | 3075 | ||
1897 | 2000-02-15 karldebisschop <kdebisschop@alert.infoplease.com> | 3076 | 2000-02-15 karldebisschop <kdebisschop> |
1898 | 3077 | ||
1899 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ldap.c: | 3078 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ldap.c: |
1900 | add argv[0] to uasge | 3079 | add argv[0] to uasge |
@@ -1906,12 +3085,12 @@ | |||
1906 | * /cvsroot/netsaintplug/netsaintplug/configure.in: | 3085 | * /cvsroot/netsaintplug/netsaintplug/configure.in: |
1907 | fix solaris check_swap bug - change sscanf format from %*d,%*d to %*[0-9,-] | 3086 | fix solaris check_swap bug - change sscanf format from %*d,%*d to %*[0-9,-] |
1908 | 3087 | ||
1909 | 2000-02-11 karldebisschop <kdebisschop@alert.infoplease.com> | 3088 | 2000-02-11 karldebisschop <kdebisschop> |
1910 | 3089 | ||
1911 | * /cvsroot/netsaintplug/netsaintplug/configure.in, /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c: | 3090 | * /cvsroot/netsaintplug/netsaintplug/configure.in, /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c: |
1912 | modify to check uid and ppid for architectures other than linux | 3091 | modify to check uid and ppid for architectures other than linux |
1913 | 3092 | ||
1914 | 2000-02-09 karldebisschop <kdebisschop@alert.infoplease.com> | 3093 | 2000-02-09 karldebisschop <kdebisschop> |
1915 | 3094 | ||
1916 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_procs.c, /cvsroot/netsaintplug/netsaintplug/configure.in: | 3095 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_procs.c, /cvsroot/netsaintplug/netsaintplug/configure.in: |
1917 | step one to testing user (actually, userid) and ppid in check_procs | 3096 | step one to testing user (actually, userid) and ppid in check_procs |
@@ -1948,7 +3127,7 @@ | |||
1948 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_process.c: | 3127 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_process.c: |
1949 | Patch submitted by author to use strncpy | 3128 | Patch submitted by author to use strncpy |
1950 | 3129 | ||
1951 | 2000-02-08 karldebisschop <kdebisschop@alert.infoplease.com> | 3130 | 2000-02-08 karldebisschop <kdebisschop> |
1952 | 3131 | ||
1953 | * /cvsroot/netsaintplug/netsaintplug/configure, /cvsroot/netsaintplug/netsaintplug/configure.in: | 3132 | * /cvsroot/netsaintplug/netsaintplug/configure, /cvsroot/netsaintplug/netsaintplug/configure.in: |
1954 | fix problem with test -e for solaris - kludge with 'cat filename' | 3133 | fix problem with test -e for solaris - kludge with 'cat filename' |
@@ -1960,7 +3139,7 @@ | |||
1960 | use configure to check signal return type | 3139 | use configure to check signal return type |
1961 | use subst.in to fillin command.cfg | 3140 | use subst.in to fillin command.cfg |
1962 | 3141 | ||
1963 | 2000-02-05 karldebisschop <kdebisschop@alert.infoplease.com> | 3142 | 2000-02-05 karldebisschop <kdebisschop> |
1964 | 3143 | ||
1965 | * /cvsroot/netsaintplug/netsaintplug/configure, /cvsroot/netsaintplug/netsaintplug/configure.in: | 3144 | * /cvsroot/netsaintplug/netsaintplug/configure, /cvsroot/netsaintplug/netsaintplug/configure.in: |
1966 | fix typo - triple slash in a few URLs | 3145 | fix typo - triple slash in a few URLs |
@@ -1968,7 +3147,7 @@ | |||
1968 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_radius.c: | 3147 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_radius.c: |
1969 | remove extra comma in terminate subroutine | 3148 | remove extra comma in terminate subroutine |
1970 | 3149 | ||
1971 | 2000-02-04 karldebisschop <kdebisschop@alert.infoplease.com> | 3150 | 2000-02-04 karldebisschop <kdebisschop> |
1972 | 3151 | ||
1973 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_oracle: | 3152 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_oracle: |
1974 | submission by latigid010@yahoo.com | 3153 | submission by latigid010@yahoo.com |
@@ -1983,7 +3162,7 @@ | |||
1983 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_ntp.pl: | 3162 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_ntp.pl: |
1984 | better arg checking for perl taint | 3163 | better arg checking for perl taint |
1985 | 3164 | ||
1986 | 2000-02-01 hgayosso <hgayosso@skillet.infoplease.com> | 3165 | 2000-02-01 hgayosso <hgayosso> |
1987 | 3166 | ||
1988 | * /cvsroot/netsaintplug/netsaintplug/contrib/check_hprsc.tar.gz: | 3167 | * /cvsroot/netsaintplug/netsaintplug/contrib/check_hprsc.tar.gz: |
1989 | Perl script (check_hprsc) to check HP-UX resources via SNMP daemon (hgayosso) | 3168 | Perl script (check_hprsc) to check HP-UX resources via SNMP daemon (hgayosso) |
@@ -1991,7 +3170,7 @@ | |||
1991 | * /cvsroot/netsaintplug/netsaintplug/contrib/readme.txt: | 3170 | * /cvsroot/netsaintplug/netsaintplug/contrib/readme.txt: |
1992 | check_hprsc.tar.gz added to the contrib plugins (hgayosso) | 3171 | check_hprsc.tar.gz added to the contrib plugins (hgayosso) |
1993 | 3172 | ||
1994 | 2000-01-28 karldebisschop <kdebisschop@alert.infoplease.com> | 3173 | 2000-01-28 karldebisschop <kdebisschop> |
1995 | 3174 | ||
1996 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_disk.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_dns.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_dummy.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_fping.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_ftp.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_game.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_hpjd.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_http.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_imap.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_ldap.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_load.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_mrtg.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_mrtgtraf.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_mysql.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_netsaint.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_nntp.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_nwstat.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_overcr.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_pgsql.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_pop.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_process.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_procs.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_radius.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_real.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_reply.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_smtp.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_snmp.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_ssh.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_swap.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_tcp.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_time.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_udp.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_ups.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_users.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_vsz.c, /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.in, /cvsroot/netsaintplug/netsaintplug/plugins/netutils.c, /cvsroot/netsaintplug/netsaintplug/plugins/netutils.h.in: | 3175 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_disk.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_dns.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_dummy.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_fping.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_ftp.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_game.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_hpjd.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_http.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_imap.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_ldap.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_load.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_mrtg.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_mrtgtraf.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_mysql.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_netsaint.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_nntp.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_nwstat.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_overcr.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_pgsql.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_pop.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_process.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_procs.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_radius.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_real.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_reply.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_smtp.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_snmp.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_ssh.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_swap.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_tcp.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_time.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_udp.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_ups.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_users.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_vsz.c, /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.in, /cvsroot/netsaintplug/netsaintplug/plugins/netutils.c, /cvsroot/netsaintplug/netsaintplug/plugins/netutils.h.in: |
1997 | get date include correct | 3176 | get date include correct |
@@ -2018,7 +3197,7 @@ | |||
2018 | clean up use of externs in popen.[hc] and utils.[hc] for above | 3197 | clean up use of externs in popen.[hc] and utils.[hc] for above |
2019 | handle percent or KB in check_disk | 3198 | handle percent or KB in check_disk |
2020 | 3199 | ||
2021 | 2000-01-23 karldebisschop <kdebisschop@alert.infoplease.com> | 3200 | 2000-01-23 karldebisschop <kdebisschop> |
2022 | 3201 | ||
2023 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_snmp.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_ups.c, /cvsroot/netsaintplug/netsaintplug/plugins/utils.c: | 3202 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_snmp.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_ups.c, /cvsroot/netsaintplug/netsaintplug/plugins/utils.c: |
2024 | snmp: start trying to clarify hex mesages | 3203 | snmp: start trying to clarify hex mesages |
@@ -2031,13 +3210,13 @@ | |||
2031 | ntp - return critical if server is down | 3210 | ntp - return critical if server is down |
2032 | oracle - make no temp files | 3211 | oracle - make no temp files |
2033 | 3212 | ||
2034 | 2000-01-22 karldebisschop <kdebisschop@alert.infoplease.com> | 3213 | 2000-01-22 karldebisschop <kdebisschop> |
2035 | 3214 | ||
2036 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c, /cvsroot/netsaintplug/netsaintplug/plugins/utils.c: | 3215 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c, /cvsroot/netsaintplug/netsaintplug/plugins/utils.c: |
2037 | streamline utils functions is_integer and is_numeric | 3216 | streamline utils functions is_integer and is_numeric |
2038 | tighten check_ping error prose so it nearly shows on a 80x24 display | 3217 | tighten check_ping error prose so it nearly shows on a 80x24 display |
2039 | 3218 | ||
2040 | 2000-01-21 karldebisschop <kdebisschop@alert.infoplease.com> | 3219 | 2000-01-21 karldebisschop <kdebisschop> |
2041 | 3220 | ||
2042 | * /cvsroot/netsaintplug/netsaintplug/configure, /cvsroot/netsaintplug/netsaintplug/configure.in, /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_procs.c, /cvsroot/netsaintplug/netsaintplug/plugins/utils.c, /cvsroot/netsaintplug/netsaintplug/plugins/utils.h: | 3221 | * /cvsroot/netsaintplug/netsaintplug/configure, /cvsroot/netsaintplug/netsaintplug/configure.in, /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_procs.c, /cvsroot/netsaintplug/netsaintplug/plugins/utils.c, /cvsroot/netsaintplug/netsaintplug/plugins/utils.h: |
2043 | fix bug in adapting configure to check_netsaint | 3222 | fix bug in adapting configure to check_netsaint |
@@ -2050,14 +3229,14 @@ | |||
2050 | modify check_procs to look for specific comman names and test on ranges | 3229 | modify check_procs to look for specific comman names and test on ranges |
2051 | modify configure.in tests so check_netsaint can maybe work with more OS's | 3230 | modify configure.in tests so check_netsaint can maybe work with more OS's |
2052 | 3231 | ||
2053 | 2000-01-20 karldebisschop <kdebisschop@alert.infoplease.com> | 3232 | 2000-01-20 karldebisschop <kdebisschop> |
2054 | 3233 | ||
2055 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_by_ssh.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_dns.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_http.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_httpstr.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_pgsql.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c, /cvsroot/netsaintplug/netsaintplug/plugins/netutils.h.in, /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.in, /cvsroot/netsaintplug/netsaintplug/saintcheck: | 3234 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_by_ssh.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_dns.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_http.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_httpstr.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_pgsql.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c, /cvsroot/netsaintplug/netsaintplug/plugins/netutils.h.in, /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.in, /cvsroot/netsaintplug/netsaintplug/saintcheck: |
2056 | set default timeout to 10 seconds | 3235 | set default timeout to 10 seconds |
2057 | make tests give fewer warnings | 3236 | make tests give fewer warnings |
2058 | move check_httpstr to check_http | 3237 | move check_httpstr to check_http |
2059 | 3238 | ||
2060 | 2000-01-19 karldebisschop <kdebisschop@alert.infoplease.com> | 3239 | 2000-01-19 karldebisschop <kdebisschop> |
2061 | 3240 | ||
2062 | * /cvsroot/netsaintplug/netsaintplug/configure, /cvsroot/netsaintplug/netsaintplug/configure.in, /cvsroot/netsaintplug/netsaintplug/plugins/check_pgsql.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_users.c, /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.in, /cvsroot/netsaintplug/netsaintplug/plugins/utils.c: | 3241 | * /cvsroot/netsaintplug/netsaintplug/configure, /cvsroot/netsaintplug/netsaintplug/configure.in, /cvsroot/netsaintplug/netsaintplug/plugins/check_pgsql.c, /cvsroot/netsaintplug/netsaintplug/plugins/check_users.c, /cvsroot/netsaintplug/netsaintplug/plugins/Makefile.in, /cvsroot/netsaintplug/netsaintplug/plugins/utils.c: |
2063 | use -q option for who if available | 3242 | use -q option for who if available |
@@ -2065,7 +3244,7 @@ | |||
2065 | make check_users work even if no users are logged in | 3244 | make check_users work even if no users are logged in |
2066 | clean up (developmental) utils.c | 3245 | clean up (developmental) utils.c |
2067 | 3246 | ||
2068 | 2000-01-17 karldebisschop <kdebisschop@alert.infoplease.com> | 3247 | 2000-01-17 karldebisschop <kdebisschop> |
2069 | 3248 | ||
2070 | * /cvsroot/netsaintplug/netsaintplug/configure, /cvsroot/netsaintplug/netsaintplug/configure.in: | 3249 | * /cvsroot/netsaintplug/netsaintplug/configure, /cvsroot/netsaintplug/netsaintplug/configure.in: |
2071 | use the -n switch to prevent host lookups in check_ping | 3250 | use the -n switch to prevent host lookups in check_ping |
@@ -2077,7 +3256,7 @@ | |||
2077 | modify check_users to work without -q option | 3256 | modify check_users to work without -q option |
2078 | modify check_vsz test to work without requiring 'init' listing in `ps` output | 3257 | modify check_vsz test to work without requiring 'init' listing in `ps` output |
2079 | 3258 | ||
2080 | 2000-01-13 karldebisschop <kdebisschop@alert.infoplease.com> | 3259 | 2000-01-13 karldebisschop <kdebisschop> |
2081 | 3260 | ||
2082 | * /cvsroot/netsaintplug/netsaintplug/configure, /cvsroot/netsaintplug/netsaintplug/configure.in: | 3261 | * /cvsroot/netsaintplug/netsaintplug/configure, /cvsroot/netsaintplug/netsaintplug/configure.in: |
2083 | add HAVE_REGEX_H to configure | 3262 | add HAVE_REGEX_H to configure |
@@ -2089,7 +3268,7 @@ | |||
2089 | check redirects working | 3268 | check redirects working |
2090 | regex content search working | 3269 | regex content search working |
2091 | 3270 | ||
2092 | 2000-01-10 karldebisschop <kdebisschop@alert.infoplease.com> | 3271 | 2000-01-10 karldebisschop <kdebisschop> |
2093 | 3272 | ||
2094 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c, /cvsroot/netsaintplug/netsaintplug/plugins/netutils.c: | 3273 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_ping.c, /cvsroot/netsaintplug/netsaintplug/plugins/netutils.c: |
2095 | Incorporate netsaint_plugins-1.2.7p1 changes: | 3274 | Incorporate netsaint_plugins-1.2.7p1 changes: |
@@ -2097,7 +3276,7 @@ | |||
2097 | (patch by Luiz Felipe R E) | 3276 | (patch by Luiz Felipe R E) |
2098 | - Fixed uninitialized memory bug in netutils.c (patch by Frank Conrad) | 3277 | - Fixed uninitialized memory bug in netutils.c (patch by Frank Conrad) |
2099 | 3278 | ||
2100 | 1999-12-28 holoway <holoway@skillet.infoplease.com> | 3279 | 1999-12-28 holoway <holoway> |
2101 | 3280 | ||
2102 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec: | 3281 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec: |
2103 | I'm a schmuck. :) Would help if I deleted the line, doncha think? | 3282 | I'm a schmuck. :) Would help if I deleted the line, doncha think? |
@@ -2107,7 +3286,7 @@ | |||
2107 | live on a machine without it. (nrpe or nrpep may use the plugins without | 3286 | live on a machine without it. (nrpe or nrpep may use the plugins without |
2108 | having netsaint proper present) | 3287 | having netsaint proper present) |
2109 | 3288 | ||
2110 | 1999-12-17 karldebisschop <kdebisschop@alert.infoplease.com> | 3289 | 1999-12-17 karldebisschop <kdebisschop> |
2111 | 3290 | ||
2112 | * /cvsroot/netsaintplug/netsaintplug/contrib/berger-ping.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/bowen-langley_plugins.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/check_bgp-1.0.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/check_breeze.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/check_flexlm.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/check_hltherm.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/check_ipxping.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/check_ircd.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/check_memory.tgz, /cvsroot/netsaintplug/netsaintplug/contrib/check_nfs.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/check_ntp.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/check_real.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/check_wave.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/hopcroft-plugins.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/radius.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/readme.txt: | 3291 | * /cvsroot/netsaintplug/netsaintplug/contrib/berger-ping.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/bowen-langley_plugins.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/check_bgp-1.0.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/check_breeze.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/check_flexlm.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/check_hltherm.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/check_ipxping.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/check_ircd.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/check_memory.tgz, /cvsroot/netsaintplug/netsaintplug/contrib/check_nfs.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/check_ntp.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/check_real.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/check_wave.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/hopcroft-plugins.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/radius.tar.gz, /cvsroot/netsaintplug/netsaintplug/contrib/readme.txt: |
2113 | adds files from www.netsaint.org contrib area. | 3292 | adds files from www.netsaint.org contrib area. |
@@ -2122,7 +3301,7 @@ | |||
2122 | added option checking for --onredirect | 3301 | added option checking for --onredirect |
2123 | added long-style syntax for all other current options | 3302 | added long-style syntax for all other current options |
2124 | 3303 | ||
2125 | 1999-12-15 holoway <holoway@skillet.infoplease.com> | 3304 | 1999-12-15 holoway <holoway> |
2126 | 3305 | ||
2127 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec: | 3306 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec: |
2128 | Modified the spec file to change the name of the tarball to | 3307 | Modified the spec file to change the name of the tarball to |
@@ -2131,7 +3310,7 @@ | |||
2131 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec: | 3310 | * /cvsroot/netsaintplug/netsaintplug/netsaint-plugins.spec: |
2132 | Added the spec file for creating RPMs from the CVS source. | 3311 | Added the spec file for creating RPMs from the CVS source. |
2133 | 3312 | ||
2134 | 1999-12-14 karldebisschop <kdebisschop@alert.infoplease.com> | 3313 | 1999-12-14 karldebisschop <kdebisschop> |
2135 | 3314 | ||
2136 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_httpstr.c: | 3315 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_httpstr.c: |
2137 | checkpoint - incorporate version info in header | 3316 | checkpoint - incorporate version info in header |
@@ -2142,7 +3321,7 @@ | |||
2142 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_httpstr.c: | 3321 | * /cvsroot/netsaintplug/netsaintplug/plugins/check_httpstr.c: |
2143 | use sscanf to clean up HTTP error code checking | 3322 | use sscanf to clean up HTTP error code checking |
2144 | 3323 | ||
2145 | 1999-12-10 karldebisschop <kdebisschop@alert.infoplease.com> | 3324 | 1999-12-10 karldebisschop <kdebisschop> |
2146 | 3325 | ||
2147 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_ircd.pl, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_nfs.pl, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_ntp.pl, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_wave.pl: | 3326 | * /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_ircd.pl, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_nfs.pl, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_ntp.pl, /cvsroot/netsaintplug/netsaintplug/plugins-scripts/check_wave.pl: |
2148 | Initial checkin. | 3327 | Initial checkin. |