diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2004-12-15 21:56:46 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2004-12-15 21:56:46 (GMT) |
commit | 2613e937df29da3146455567e3f54a38efe384de (patch) | |
tree | 4fc6532ab01ff56d6ccb76d90483555baacb4334 | |
parent | c56c0516c17cd4132de3b542840c8a834305f425 (diff) | |
download | monitoring-plugins-r1_4_0-alpha3.tar.gz |
Updated for r1_4_0-alpha3r1_4_0-alpha3
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1032 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r-- | ChangeLog | 423 |
1 files changed, 423 insertions, 0 deletions
@@ -1,3 +1,426 @@ | |||
1 | 2004-12-15 21:27 tonvoon | ||
2 | |||
3 | * doc/developer-guidelines.sgml: Updated requirements for GNU tools | ||
4 | |||
5 | 2004-12-15 21:01 tonvoon | ||
6 | |||
7 | * m4/Makefile.am: Makefile for m4 files | ||
8 | |||
9 | 2004-12-15 20:54 tonvoon | ||
10 | |||
11 | * Makefile.am, configure.in, plugins/Makefile.am, tools/setup: | ||
12 | Support for coreutils lib. Configure tests via m4 scripts from | ||
13 | coreutils | ||
14 | |||
15 | 2004-12-15 20:51 tonvoon | ||
16 | |||
17 | * m4/: Makefile.am.in, afs.m4, codeset.m4, error.m4, exitfail.m4, | ||
18 | extensions.m4, fstypename.m4, fsusage.m4, getopt.m4, gettext.m4, | ||
19 | glibc21.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, inttypes.m4, | ||
20 | inttypes_h.m4, isc-posix.m4, lcmessage.m4, lib-ld.m4, | ||
21 | lib-link.m4, lib-prefix.m4, ls-mntd-fs.m4, malloc.m4, | ||
22 | mountlist.m4, np_coreutils.m4, onceonly.m4, progtest.m4, | ||
23 | realloc.m4, stdint_h.m4, uintmax_t.m4, ulonglong.m4, | ||
24 | unlocked-io.m4, xalloc.m4: Moving m4 files from lib/ | ||
25 | |||
26 | 2004-12-15 20:47 tonvoon | ||
27 | |||
28 | * lib/: Makefile.am, afs.m4, error.m4, exitfail.m4, fstypename.m4, | ||
29 | fsusage.m4, full-read.c, full-write.c, full-write.h, getopt.m4, | ||
30 | ls-mntd-fs.m4, onceonly.m4, safe-read.c, safe-read.h, | ||
31 | safe-write.c, safe-write.h, unlocked-io.m4, xalloc.m4: Moving m4 | ||
32 | files into m4/. Added extra coreutils files required from | ||
33 | autoconf tests. Updated Makefile.am to have nagiosplug lib and a | ||
34 | separate coreutils lib | ||
35 | |||
36 | 2004-12-15 00:10 opensides | ||
37 | |||
38 | * po/: de.po, fr.po: | ||
39 | fr.po work in progress still 88 to translate ;-) | ||
40 | |||
41 | 2004-12-11 06:25 mattkent | ||
42 | |||
43 | * plugins/check_tcp.c: Patch from Ollie Cook to define return code | ||
44 | when expected value not received (#1082275). Also included | ||
45 | another change from Ollie Cook to do stricter matching of | ||
46 | expected values from the beginning of the line. When a user | ||
47 | defines an expected string this is changed to the old style | ||
48 | strstr matching. | ||
49 | |||
50 | 2004-12-10 21:18 tonvoon | ||
51 | |||
52 | * plugins/check_ldap.c: Fixed compile warning | ||
53 | |||
54 | 2004-12-10 06:10 mattkent | ||
55 | |||
56 | * plugins/Makefile.am: Compile broken - fixing link flags. | ||
57 | |||
58 | 2004-12-10 05:57 mattkent | ||
59 | |||
60 | * plugins/check_dns.c: Error catching improvements from Ollie Cook | ||
61 | |||
62 | 2004-12-10 05:54 mattkent | ||
63 | |||
64 | * plugins/check_pgsql.c: Fixing broken compile | ||
65 | |||
66 | 2004-12-10 05:39 mattkent | ||
67 | |||
68 | * AUTHORS: More contributers | ||
69 | |||
70 | 2004-12-10 00:54 stanleyhopcroft | ||
71 | |||
72 | * plugins/Makefile.am: Changes to link flags for check_dhcp.c | ||
73 | |||
74 | 2004-12-10 00:52 stanleyhopcroft | ||
75 | |||
76 | * plugins/check_dhcp.c: Extensive changes to get MAC address from | ||
77 | Solaris via DLPI | ||
78 | |||
79 | 2004-12-10 00:20 tonvoon | ||
80 | |||
81 | * plugins/: check_dns.c, check_procs.c: Reverting back ngettext | ||
82 | calls | ||
83 | |||
84 | 2004-12-10 00:13 tonvoon | ||
85 | |||
86 | * plugins/common.h: Fix includes for gettext | ||
87 | |||
88 | 2004-12-09 22:33 tonvoon | ||
89 | |||
90 | * configure.in: Include $libsuff for systems that define this | ||
91 | (based on advice from Daniel Stenberg) | ||
92 | |||
93 | 2004-12-08 23:14 tonvoon | ||
94 | |||
95 | * configure.in: Removed redundant check and make export | ||
96 | LD_LIBRARY_PATH more sh friendly | ||
97 | |||
98 | 2004-12-08 00:36 opensides | ||
99 | |||
100 | * configure.in, plugins/Makefile.am, plugins/check_by_ssh.c, | ||
101 | plugins/check_game.c, plugins/check_http.c, | ||
102 | plugins/check_ide_smart.c, plugins/check_ldap.c, | ||
103 | plugins/check_snmp.c, plugins/check_tcp.c: | ||
104 | patch 1028033 | ||
105 | |||
106 | minor internationalization fixes | ||
107 | |||
108 | 2004-12-08 00:22 tonvoon | ||
109 | |||
110 | * configure.in: Fixed output info for openssl and LD_LIBRARY_PATH | ||
111 | for subsequent compiles (otherwise get ld.so.1: ./conftest: | ||
112 | fatal: libssl.so.0.9.7: open failed) | ||
113 | |||
114 | 2004-12-07 06:51 tonvoon | ||
115 | |||
116 | * configure.in, plugins/Makefile.am: Better SSL checking (inspired | ||
117 | by curl 7.12.2's configure.ac) | ||
118 | |||
119 | 2004-12-07 03:13 mattkent | ||
120 | |||
121 | * plugins-scripts/check_ifoperstatus.pl: Option to check for admin | ||
122 | down (#1012191) from Raśl Pedroche. | ||
123 | |||
124 | 2004-12-07 02:45 stanleyhopcroft | ||
125 | |||
126 | * plugins/Makefile.am: Correct dependencies for check_dhcp.c. | ||
127 | |||
128 | 2004-12-07 02:31 stanleyhopcroft | ||
129 | |||
130 | * plugins/: Makefile.am, check_dhcp.c: New plugin: check_dhcp.c. | ||
131 | Attempt to port to non Linux platform. | ||
132 | |||
133 | 2004-12-06 18:49 opensides | ||
134 | |||
135 | * po/fr.po: | ||
136 | new version of fr.po | ||
137 | |||
138 | 2004-12-05 22:07 mattkent | ||
139 | |||
140 | * plugins/check_snmp.c: Fix for -s string matching (#756567, Tony | ||
141 | Missana) | ||
142 | |||
143 | 2004-12-05 12:59 opensides | ||
144 | |||
145 | * plugins/check_nt.c, po/fr.po, po/nagios-plugins.pot: | ||
146 | cleaned fr.po nagios-plugins.pot | ||
147 | |||
148 | 2004-12-05 00:54 opensides | ||
149 | |||
150 | * plugins/: check_http.c, check_icmp.c, check_nwstat.c, | ||
151 | check_ping.c, check_smtp.c, check_swap.c, utils.h: | ||
152 | fix patch 998291 fix patch 1078934 expect check_ssh fix and | ||
153 | check_nt perfdata should stay on one word like in nagios | ||
154 | |||
155 | 2004-12-04 12:34 opensides | ||
156 | |||
157 | * po/nagios-plugins.pot: | ||
158 | new version of pot file | ||
159 | |||
160 | 2004-12-04 12:31 opensides | ||
161 | |||
162 | * plugins/check_by_ssh.c, plugins/check_dns.c, po/POTFILES.in: | ||
163 | various internationalization fixes | ||
164 | |||
165 | 2004-12-04 12:12 opensides | ||
166 | |||
167 | * plugins/Makefile.am, plugins/check_by_ssh.c, plugins/check_dig.c, | ||
168 | plugins/check_http.c, plugins/check_ide-smart.c, | ||
169 | plugins/check_ide_smart.c, plugins/check_mrtg.c, | ||
170 | plugins/check_nt.c, plugins/check_nwstat.c, | ||
171 | plugins/check_overcr.c, plugins/check_real.c, | ||
172 | plugins/check_smtp.c, plugins/check_swap.c, plugins/check_tcp.c, | ||
173 | plugins/check_time.c, plugins/check_udp.c, po/POTFILES.in: | ||
174 | internationalization fixes bugfixes | ||
175 | |||
176 | 2004-12-04 10:57 opensides | ||
177 | |||
178 | * plugins/: check_dns.c, check_hpjd.c: | ||
179 | check_dns needs a space between 'time' and the hostname | ||
180 | check_hpjd needs a parenthesis removed in print_usage() | ||
181 | |||
182 | 2004-12-04 00:23 opensides | ||
183 | |||
184 | * plugins/check_swap.c: | ||
185 | Bug Fix [ 1024735 ] check_swap providing inaccurate swap | ||
186 | information on Sol6 | ||
187 | |||
188 | 2004-12-03 23:55 opensides | ||
189 | |||
190 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, | ||
191 | check_fping.c, check_game.c, check_hpjd.c, check_http.c, | ||
192 | check_ldap.c, check_load.c, check_mrtg.c, check_mrtgtraf.c, | ||
193 | check_mysql.c, check_nagios.c, check_nt.c, check_nwstat.c, | ||
194 | check_overcr.c, check_pgsql.c, check_ping.c, check_procs.c, | ||
195 | check_radius.c, check_real.c, check_smtp.c, check_snmp.c, | ||
196 | check_ssh.c, check_swap.c, check_tcp.c, check_time.c, | ||
197 | check_udp.c, check_ups.c, check_users.c, negate.c: | ||
198 | reverting my changes from !=TRUE to == ERROR, that's not good ;-( | ||
199 | sorry | ||
200 | |||
201 | 2004-12-03 23:23 opensides | ||
202 | |||
203 | * plugins/check_tcp.c, po/de.po, po/fr.po, po/nagios-plugins.pot: | ||
204 | check_tcp parenthesis bug, header fix for po files | ||
205 | |||
206 | 2004-12-03 23:01 opensides | ||
207 | |||
208 | * plugins/: check_dig.c, check_disk.c, check_dns.c, check_dummy.c, | ||
209 | check_fping.c, check_game.c, check_hpjd.c, check_http.c, | ||
210 | check_ide-smart.c, check_ldap.c, check_mrtg.c, check_mrtgtraf.c, | ||
211 | check_nagios.c, check_nt.c, check_nwstat.c, check_overcr.c, | ||
212 | check_pgsql.c, check_procs.c, check_radius.c, check_real.c, | ||
213 | check_smtp.c, check_snmp.c, check_swap.c, check_tcp.c, | ||
214 | check_time.c, check_udp.c, check_ups.c: | ||
215 | print_help and print_usage() cleanup | ||
216 | |||
217 | other misc cleanups | ||
218 | |||
219 | 2004-12-03 21:56 stanleyhopcroft | ||
220 | |||
221 | * plugins/check_tcp.c: 1041571: -D option processing corrected | ||
222 | (Eric Chen). Changed process_arguments() to return TRUE. Dont | ||
223 | know why this was necessary. | ||
224 | |||
225 | 2004-12-03 20:28 opensides | ||
226 | |||
227 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, | ||
228 | check_dummy.c, check_fping.c, check_game.c, check_hpjd.c, | ||
229 | check_http.c, check_ide-smart.c, check_ldap.c, check_load.c, | ||
230 | check_mrtg.c, check_mrtgtraf.c, check_mysql.c, check_nagios.c, | ||
231 | check_nt.c, check_nwstat.c, check_overcr.c, check_pgsql.c, | ||
232 | check_ping.c, check_procs.c, check_radius.c, check_real.c, | ||
233 | check_smtp.c, check_snmp.c, check_ssh.c, check_swap.c, | ||
234 | check_tcp.c, check_time.c, check_udp.c, check_ups.c, | ||
235 | check_users.c, negate.c, urlize.c: remove UT_HLP_VRS from | ||
236 | print_usage this was not a good idea ;-) | ||
237 | |||
238 | 2004-12-03 19:20 opensides | ||
239 | |||
240 | * plugins/utils.c: | ||
241 | removing support fonction removing warranty from print_revision | ||
242 | |||
243 | 2004-12-03 17:48 opensides | ||
244 | |||
245 | * ROADMAP, package.def, plugins/negate.c, plugins/utils.h: | ||
246 | some minor fixes | ||
247 | |||
248 | 2004-12-03 17:15 opensides | ||
249 | |||
250 | * plugins/: check_load.c, check_ssh.c: | ||
251 | correcting parenthesis error | ||
252 | |||
253 | 2004-12-03 16:56 opensides | ||
254 | |||
255 | * AUTHORS, plugins/check_load.c, plugins/check_pgsql.c, | ||
256 | plugins/check_ping.c, plugins/check_procs.c, | ||
257 | plugins/check_radius.c, plugins/check_real.c, | ||
258 | plugins/check_smtp.c, plugins/check_snmp.c, plugins/check_ssh.c, | ||
259 | plugins/check_swap.c, plugins/check_tcp.c, plugins/check_time.c, | ||
260 | plugins/check_udp.c, plugins/check_ups.c, plugins/check_users.c, | ||
261 | plugins/urlize.c: | ||
262 | fixes for internationalization | ||
263 | |||
264 | 2004-12-03 11:45 opensides | ||
265 | |||
266 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, | ||
267 | check_dummy.c, check_fping.c, check_game.c, check_hpjd.c, | ||
268 | check_http.c, check_ide-smart.c, check_ldap.c, check_load.c, | ||
269 | check_mrtg.c, check_mrtgtraf.c, check_mysql.c, check_nagios.c, | ||
270 | check_nt.c, check_nwstat.c: | ||
271 | internationalization fixes and help fixes | ||
272 | |||
273 | 2004-12-03 09:19 opensides | ||
274 | |||
275 | * plugins/check_by_ssh.c, plugins/check_dig.c, | ||
276 | plugins/check_http.c, plugins/check_nwstat.c, | ||
277 | plugins/check_pgsql.c, plugins/check_ping.c, plugins/check_udp.c, | ||
278 | po/.cvsignore: | ||
279 | Localization fixes | ||
280 | |||
281 | 2004-12-03 08:45 opensides | ||
282 | |||
283 | * plugins/: check_ide-smart.c, check_pgsql.c: | ||
284 | correcting copyright and remaning int result = STATE_UNKNOWN; | ||
285 | |||
286 | 2004-12-03 04:37 mattkent | ||
287 | |||
288 | * plugins/check_nagios.c: Affected by elapsed time patch. | ||
289 | |||
290 | 2004-12-03 04:16 mattkent | ||
291 | |||
292 | * AUTHORS: Another contributer. | ||
293 | |||
294 | 2004-12-03 04:10 mattkent | ||
295 | |||
296 | * configure.in, plugins/check_procs.c: Patch from Russell Miller | ||
297 | which adds elapsed time as a metric. Only for linux so far. | ||
298 | (991359) | ||
299 | |||
300 | 2004-12-03 02:21 mattkent | ||
301 | |||
302 | * plugins/check_ldap.c: Fix typo breaking compile. | ||
303 | |||
304 | 2004-12-03 00:55 opensides | ||
305 | |||
306 | * plugins/: check_by_ssh.c, check_dig.c, check_dns.c, | ||
307 | check_dummy.c, check_fping.c, check_game.c, check_hpjd.c, | ||
308 | check_ide-smart.c, check_ldap.c, check_load.c, check_mrtg.c, | ||
309 | check_mrtgtraf.c, check_mysql.c, check_nagios.c, check_nt.c, | ||
310 | check_nwstat.c, check_overcr.c, check_pgsql.c, check_ping.c, | ||
311 | check_procs.c, check_radius.c, check_real.c, check_smtp.c, | ||
312 | check_snmp.c, check_ssh.c, check_swap.c, check_tcp.c, | ||
313 | check_time.c, check_udp.c, check_ups.c, check_users.c, negate.c, | ||
314 | urlize.c: | ||
315 | bump copyright year initialize result to STATE_UNKNOW in place of | ||
316 | STATE_OK | ||
317 | |||
318 | 2004-12-02 21:23 opensides | ||
319 | |||
320 | * plugins/: check_dns.c, check_ldap.c, check_procs.c: | ||
321 | --disable-nls throws an error on check_dns, check_procs and | ||
322 | check_ldap without this patch. | ||
323 | |||
324 | 2004-12-02 21:03 stanleyhopcroft | ||
325 | |||
326 | * plugins/check_tcp.c: Tracker 1041571: appended :D to | ||
327 | getopt_long() args (for cert expiry check). Eric Chen. | ||
328 | |||
329 | 2004-12-02 16:51 opensides | ||
330 | |||
331 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, | ||
332 | check_fping.c, check_game.c, check_hpjd.c, check_http.c, | ||
333 | check_ldap.c, check_load.c, check_mrtg.c, check_mrtgtraf.c, | ||
334 | check_mysql.c, check_nagios.c, check_nt.c, check_nwstat.c, | ||
335 | check_overcr.c, check_pgsql.c, check_ping.c, check_procs.c, | ||
336 | check_radius.c, check_real.c, check_smtp.c, check_snmp.c, | ||
337 | check_ssh.c, check_swap.c, check_tcp.c, check_time.c, | ||
338 | check_udp.c, check_ups.c, check_users.c, negate.c, popen.c, | ||
339 | utils.c: | ||
340 | More internationalization work new usage4 function to permit | ||
341 | localisation of think like check_ssh: xxxxx | ||
342 | |||
343 | 2004-12-02 14:54 opensides | ||
344 | |||
345 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, | ||
346 | check_fping.c, check_game.c, check_hpjd.c, check_ldap.c, | ||
347 | check_load.c, check_mrtg.c, check_mrtgtraf.c, check_mysql.c, | ||
348 | check_nagios.c, check_nt.c, check_nwstat.c, check_overcr.c, | ||
349 | check_pgsql.c, check_ping.c, check_procs.c, check_radius.c, | ||
350 | check_real.c, check_smtp.c, check_snmp.c, check_ssh.c, | ||
351 | check_swap.c, check_tcp.c, check_time.c, check_udp.c, | ||
352 | check_ups.c, check_users.c, negate.c: | ||
353 | return of process_arguments() is TRUE not OK ! | ||
354 | |||
355 | 2004-12-02 14:35 opensides | ||
356 | |||
357 | * plugins/check_http.c: return of process_arguments() is TRUE not | ||
358 | OK ! | ||
359 | |||
360 | 2004-12-02 08:45 stanleyhopcroft | ||
361 | |||
362 | * plugins/Makefile.am: Add check_icmp plugin | ||
363 | |||
364 | 2004-12-02 08:44 stanleyhopcroft | ||
365 | |||
366 | * plugins/check_icmp.c: check_icmp plugin from A Ericsson | ||
367 | |||
368 | 2004-12-02 08:44 stanleyhopcroft | ||
369 | |||
370 | * plugins/linux.h: For check_icmp plugin from A Ericsson | ||
371 | |||
372 | 2004-12-02 04:48 mattkent | ||
373 | |||
374 | * command.cfg.in: Fix typo. | ||
375 | |||
376 | 2004-12-02 04:36 mattkent | ||
377 | |||
378 | * AUTHORS, REQUIREMENTS, command.cfg.in, plugins/check_ups.c: Patch | ||
379 | from Arnaud Quette to bring support to NUT 2.0 plus couple | ||
380 | improvements and fixes (1038413 which includes 1032009, 815785). | ||
381 | |||
382 | 2004-12-02 01:11 opensides | ||
383 | |||
384 | * plugins/: check_dns.c, check_game.c, check_http.c, | ||
385 | check_ide-smart.c, check_load.c, check_mrtgtraf.c, check_mysql.c, | ||
386 | check_nagios.c, check_nt.c, check_nwstat.c, check_overcr.c, | ||
387 | check_pgsql.c, check_ping.c, check_procs.c, check_radius.c, | ||
388 | check_real.c, check_snmp.c, check_ssh.c, check_tcp.c, | ||
389 | check_time.c, check_udp.c, check_ups.c, negate.c, popen.c: | ||
390 | changed Error: by CRITICAL - more localization fixes | ||
391 | |||
392 | 2004-12-02 00:30 opensides | ||
393 | |||
394 | * contrib/check_rbl.c: | ||
395 | adapted for localization | ||
396 | |||
397 | 2004-12-01 23:54 opensides | ||
398 | |||
399 | * plugins/: check_by_ssh.c, check_dig.c, check_disk.c, check_dns.c, | ||
400 | check_dummy.c, check_fping.c, check_game.c, check_hpjd.c, | ||
401 | check_http.c, check_ide-smart.c, check_ldap.c, check_load.c, | ||
402 | check_mrtg.c, check_mrtgtraf.c, check_mysql.c, check_nagios.c, | ||
403 | check_nt.c, check_nwstat.c, check_overcr.c, check_pgsql.c, | ||
404 | check_ping.c, check_procs.c, check_radius.c, check_real.c, | ||
405 | check_smtp.c, check_snmp.c, check_ssh.c, check_swap.c, | ||
406 | check_tcp.c, check_time.c, check_udp.c, check_ups.c, | ||
407 | check_users.c, common.h, getaddrinfo.c, getaddrinfo.h, | ||
408 | gethostbyname.c, gethostbyname.h, negate.c, netutils.c, | ||
409 | netutils.h, popen.c, urlize.c, utils.c, utils.h: | ||
410 | standardize localization string standardize unknow arguments | ||
411 | |||
412 | 2004-12-01 22:02 tonvoon | ||
413 | |||
414 | * doc/RELEASING: Notes on releasing | ||
415 | |||
416 | 2004-12-01 21:55 tonvoon | ||
417 | |||
418 | * configure.in: Next version number | ||
419 | |||
420 | 2004-12-01 21:01 tonvoon | ||
421 | |||
422 | * ChangeLog: Updated for r1_4_0-alpha2 | ||
423 | |||
1 | 2004-12-01 20:43 tonvoon | 424 | 2004-12-01 20:43 tonvoon |
2 | 425 | ||
3 | * tools/devmode: eval not working - instructions now in comments | 426 | * tools/devmode: eval not working - instructions now in comments |