diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | ChangeLog | 16156 | ||||
-rw-r--r-- | Makefile.am | 9 | ||||
-rwxr-xr-x | tools/generate-change-log | 67 |
4 files changed, 76 insertions, 16157 deletions
@@ -6,6 +6,7 @@ NP-VERSION-FILE | |||
6 | /aclocal.m4 | 6 | /aclocal.m4 |
7 | /autom4te*.cache | 7 | /autom4te*.cache |
8 | /Cache.pm | 8 | /Cache.pm |
9 | /ChangeLog | ||
9 | /command.cfg | 10 | /command.cfg |
10 | /compile | 11 | /compile |
11 | /confdefs.h | 12 | /confdefs.h |
diff --git a/ChangeLog b/ChangeLog deleted file mode 100644 index acc3575..0000000 --- a/ChangeLog +++ /dev/null | |||
@@ -1,16156 +0,0 @@ | |||
1 | 2013-01-23 Robin Sonefors <robin.sonefors@op5.com> | ||
2 | |||
3 | * plugins/check_snmp.c: fix memory allocation if using >= 8 oids | ||
4 | |||
5 | 2012-06-27 Holger Weiss <holger@zedat.fu-berlin.de> | ||
6 | |||
7 | * plugins/check_tcp.c: check_tcp: Print performance data even with | ||
8 | -D When using the 1.4.15 release of the Nagios Plugins, a command such | ||
9 | as check_tcp -H pop.example.com -p 995 -D 14 usually produced two lines of output, e.g.: OK - Certificate will expire on 12/13/2014 23:59. TCP OK - 0.009 second response time on port | ||
10 | 995|time=0.008849s;;;0.000000;10.000000 The second line was removed by | ||
11 | 4d06603060fc1233861b164870f0d3a2e0d8d2eb. However, as the old | ||
12 | two-line output is a valid (though in this case unintended) way to | ||
13 | spit out performance data, removing the second line might break | ||
14 | current setups. Therefore, we revert to the old behaviour, at least | ||
15 | for the moment. The issue was reported by Jochen Bern on the "nagiosplug-devel" | ||
16 | mailing list (Message-ID: <4FEAE812.8030309@LINworks.de>). | ||
17 | |||
18 | 2012-06-27 Holger Weiss <holger@zedat.fu-berlin.de> | ||
19 | |||
20 | * BUGS: Update the BUGS file Remove the bug reports that were closed, and add two new items. | ||
21 | |||
22 | 2012-06-27 Sven Nierlein <sven@nierlein.de> | ||
23 | |||
24 | * plugins/check_snmp.c, plugins/tests/check_snmp.t: check_snmp: use | ||
25 | single quotes for perf data labels | ||
26 | |||
27 | 2012-06-26 Sven Nierlein <sven@nierlein.de> | ||
28 | |||
29 | * NEWS, THANKS.in, plugins/check_snmp.c, plugins/tests/check_snmp.t: | ||
30 | Fix performance data label containing spaces in check_snmp (Jochen | ||
31 | Bern) Add --perf-oids option for check_snmp to retain optional 1.4.14 | ||
32 | compatibility | ||
33 | |||
34 | 2012-06-26 Holger Weiss <holger@zedat.fu-berlin.de> | ||
35 | |||
36 | * THANKS.in: Remove team members from the THANKS file The (current and past) team members are listed in the AUTHORS file. | ||
37 | |||
38 | 2012-06-26 Holger Weiss <holger@zedat.fu-berlin.de> | ||
39 | |||
40 | * AUTHORS, THANKS.in: Add Sven Nierlein to the list of AUTHORS | ||
41 | |||
42 | 2012-06-25 William Leibzon <william@leibzon.org> | ||
43 | |||
44 | * plugins/tests/check_http.t: added test case for certificate checs | ||
45 | with both warning and critical values | ||
46 | |||
47 | 2012-06-25 Sven Nierlein <sven@nierlein.de> | ||
48 | |||
49 | * plugins/sslutils.c, plugins/t/check_http.t, plugins/t/check_tcp.t: | ||
50 | check_http: added test for warning thresholds fixed typo in sslutils | ||
51 | |||
52 | 2012-06-25 Sven Nierlein <sven@nierlein.de> | ||
53 | |||
54 | * NEWS, THANKS.in: updated changelog | ||
55 | |||
56 | 2012-05-21 William Leibzon <william@leibzon.org> | ||
57 | |||
58 | * plugins/check_http.c, plugins/check_smtp.c, plugins/check_tcp.c, | ||
59 | plugins/netutils.h, plugins/sslutils.c: applied patch that adds both | ||
60 | critical and warning thresholds to certificate expiration checks of | ||
61 | check_tcp, check_http, check_smtp | ||
62 | |||
63 | 2012-06-25 Holger Weiss <holger@zedat.fu-berlin.de> | ||
64 | |||
65 | * plugins/check_ping.c: check_ping: Add missing newline to die() | ||
66 | calls Our die() function expects the caller to append the trailing newline | ||
67 | character. | ||
68 | |||
69 | 2012-06-25 Holger Weiss <holger@zedat.fu-berlin.de> | ||
70 | |||
71 | * NEWS: NEWS: Improve the wording a bit | ||
72 | |||
73 | 2012-06-25 Holger Weiss <holger@zedat.fu-berlin.de> | ||
74 | |||
75 | * : Merge remote-tracking branch 'github/waja/master' Conflicts: NEWS | ||
76 | |||
77 | 2012-06-23 Holger Weiss <holger@zedat.fu-berlin.de> | ||
78 | |||
79 | * NEWS, THANKS.in, plugins-scripts/check_disk_smb.pl: | ||
80 | check_disk_smb: Add performance data (Debian #654259 - Charles-Henri Larose) | ||
81 | |||
82 | 2012-06-22 Holger Weiss <holger@zedat.fu-berlin.de> | ||
83 | |||
84 | * plugins/t/check_by_ssh.t: Fix check_by_ssh test for non-Bash login | ||
85 | shells In the C shell and in the Z shell, the "?" character must be quoted | ||
86 | or backslash-escaped in order to use it verbatim. Therefore, a | ||
87 | command such as check_by_ssh -H test.example.com -l joe echo huh? might fail, depending on joe's login shell on test.example.com. Just to make sure, this commit removes most punctuation characters | ||
88 | from our test strings. | ||
89 | |||
90 | 2012-06-14 Holger Weiss <holger@zedat.fu-berlin.de> | ||
91 | |||
92 | * THANKS.in, plugins-root/check_dhcp.c: check_dhcp: Don't | ||
93 | misinterpret the "siaddr" field RFC 2131 (2.) says: "DHCP clarifies the interpretation of the | ||
94 | 'siaddr' field as the address of the server to use in the next step | ||
95 | of the client's bootstrap process." So, we shouldn't interpret this | ||
96 | field as the DHCP server's own address. (#3503921 - Jason Ellison) | ||
97 | |||
98 | 2012-06-13 Holger Weiss <holger@zedat.fu-berlin.de> | ||
99 | |||
100 | * NEWS, plugins-root/check_dhcp.c: check_dhcp: Fix handling of "pad" | ||
101 | options Don't let "pad" options[*] terminate the parsing of DHCP options. | ||
102 | This bug was triggered by using check_dhcp against Windows 2003 DHCP | ||
103 | servers (see #3503921). [*] Cf. RFC 2132, 3.1. | ||
104 | |||
105 | 2012-06-11 Holger Weiss <holger@zedat.fu-berlin.de> | ||
106 | |||
107 | * NEWS, THANKS.in, plugins/check_ping.c: Improve parsing of ping6(1) | ||
108 | output The ping6(1) implementation provided by Debian's iputils-ping | ||
109 | package may produce output such as the following: | 3 packets transmitted, 0 received, +3 errors, 100% packet loss, | ||
110 | time 2009ms There's a corresponding pattern in check_ping.c:458: | "%*d packets transmitted, %*d received, +%*d errors, %d%% packet | ||
111 | loss" Without this fix, the pattern in check_ping.c:456 matched first (as | ||
112 | sscanf(3) interprets "+3" as a match for "%d"): | "%*d packets transmitted, %*d received, %d%% loss, time" (#1894850 - Debian bug report #514588 - Matej Vela) | ||
113 | |||
114 | 2012-06-11 Holger Weiss <holger@zedat.fu-berlin.de> | ||
115 | |||
116 | * plugins/sslutils.c: Fix whitespace and capitalization issues Fix indentation and whitespace issues, and correct some | ||
117 | capitalization errors in error messages. The behaviour is | ||
118 | unchanged. | ||
119 | |||
120 | 2012-06-11 Holger Weiss <holger@zedat.fu-berlin.de> | ||
121 | |||
122 | * plugins/sslutils.c: Don't use SSLv2 when compiling against GnuTLS GnuTLS doesn't support SSL version 2. | ||
123 | |||
124 | 2012-06-07 Holger Weiss <holger@zedat.fu-berlin.de> | ||
125 | |||
126 | * plugins/check_users.c: check_users: Whitespace fixes, etc. | ||
127 | |||
128 | 2012-06-07 Holger Weiss <holger@zedat.fu-berlin.de> | ||
129 | |||
130 | * NEWS, THANKS.in: Update NEWS and THANKS w.r.t. check_users change | ||
131 | |||
132 | 2012-04-17 M. Remy <mremy@gmx.ch> | ||
133 | |||
134 | * plugins/Makefile.am, plugins/check_users.c: check_users: improve | ||
135 | performance This patch use the utxent function family to collect the user data. | ||
136 | It improve the check speed. Need a system conforming to | ||
137 | POSIX.1-2001. | ||
138 | |||
139 | 2012-06-06 Sebastian Harl <sh@teamix.net> | ||
140 | |||
141 | * plugins/sslutils.c: sslutils: Check if OpenSSL supports SSLv2. Recent versions/builds seem to disable that feature. | ||
142 | |||
143 | 2012-05-29 Holger Weiss <holger@zedat.fu-berlin.de> | ||
144 | |||
145 | * NEWS, THANKS.in, plugins-scripts/utils.sh.in: Mention the | ||
146 | check_range function in NEWS, etc. | ||
147 | |||
148 | 2012-04-18 Alex Griffin <griffin.aj@gmail.com> | ||
149 | |||
150 | * plugins-scripts/utils.sh.in: Added check_range shell function to | ||
151 | utils.sh.in | ||
152 | |||
153 | 2012-05-29 Holger Weiss <holger@zedat.fu-berlin.de> | ||
154 | |||
155 | * plugins/check_http.c: check_http: Fix -C/--certificate option | ||
156 | handling The support for specifying the desired SSL protocol version via an | ||
157 | optional -S/--ssl argument broke the -C/--certificate option. This | ||
158 | is fixed now. | ||
159 | |||
160 | 2012-05-28 Holger Weiss <holger@zedat.fu-berlin.de> | ||
161 | |||
162 | * plugins/check_http.c: check_http: Don't ignore SSL initialization | ||
163 | errors SSL initialization errors are now handled properly by check_http | ||
164 | (#3095106 - Eric Schoeller). | ||
165 | |||
166 | 2012-05-28 Holger Weiss <holger@zedat.fu-berlin.de> | ||
167 | |||
168 | * NEWS, THANKS.in, plugins/check_http.c, plugins/sslutils.c: Add | ||
169 | support for specifying SSL protocol version The check_http -S/--ssl option now takes an optional argument which | ||
170 | specifies the desired SSL/TLS protocol version (#3285367 - Jason | ||
171 | Lunn). | ||
172 | |||
173 | 2012-05-07 Holger Weiss <holger@zedat.fu-berlin.de> | ||
174 | |||
175 | * NEWS, plugins/sslutils.c: Disable stateless SSL session resumption Some versions of OpenSSL fail to negotiate the SSL connection with | ||
176 | at least some versions of Tomcat if stateless SSL session resumption | ||
177 | support (see RFC4507) is enabled: | CRITICAL - Cannot make SSL connection | | ||
178 | 140099330348712:error:140943F2:SSL routines:SSL3_READ_BYTES:sslv3 | ||
179 | alert unexpected message:s3_pkt.c:1195:SSL alert number 10 The problem is reproducible with OpenSSL 1.0.0h, but not with | ||
180 | OpenSSL 0.9.8o-4squeeze12 (as shipped with Debian 6.0.4). We work | ||
181 | around it by disabling the RFC4507 functionality when using OpenSSL | ||
182 | versions which support it. Thanks to Dag Bakke for reporting the issue and for giving me access | ||
183 | to a server I could use to reproduce the problem. | ||
184 | |||
185 | 2012-04-17 Holger Weiss <holger@zedat.fu-berlin.de> | ||
186 | |||
187 | * .gitignore: Add nagios-plugins.spec file to .gitignore The nagios-plugins.spec file is created from nagios-plugins.spec.in | ||
188 | and should be ignored by Git. | ||
189 | |||
190 | 2012-04-17 Jan Wagner <waja@cyconet.org> | ||
191 | |||
192 | * NEWS, plugins/check_ping.c: Fix check_ping where output of ping6 | ||
193 | when unreachable (Debian #662638) | ||
194 | |||
195 | 2012-04-10 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
196 | |||
197 | * : commit 8c7e2b636c601dd05a6881c84cc95136ecf9323e Author: Holger | ||
198 | Weiss <holger@zedat.fu-berlin.de> Date: Mon Apr 9 23:04:55 2012 | ||
199 | +0200 | ||
200 | |||
201 | 2012-04-09 Sven Nierlein <sven@nierlein.de> | ||
202 | |||
203 | * plugins/check_by_ssh.c, plugins/t/check_by_ssh.t: check_by_ssh: | ||
204 | added -F config file to specify alternative ssh config | ||
205 | |||
206 | 2012-04-06 Eric Stanley <estanley@nagios.com> | ||
207 | |||
208 | * : commit 9cdd9a149c1c0213802d15cc204d60b3199a9653 Author: Eric | ||
209 | Stanley <estanley@nagios.com> Date: Fri Apr 6 10:18:47 2012 -0500 | ||
210 | |||
211 | 2012-02-24 Holger Weiss <holger@zedat.fu-berlin.de> | ||
212 | |||
213 | * plugins/check_http.c: Clarify that check_http won't verify | ||
214 | certificates Add a note to the --help output which clarifies that check_http | ||
215 | doesn't perform certificate verification (beyond what the "-C" | ||
216 | option does). (Suggested by Michael Renner in Debian bug report #644627, forwarded | ||
217 | by Jan Wagner.) | ||
218 | |||
219 | 2012-02-24 Holger Weiss <holger@zedat.fu-berlin.de> | ||
220 | |||
221 | * plugins/check_snmp.c: Cosmetic change Replace all occurrences of "strstr(s, "c") == s" with "s[0] == 'c'". | ||
222 | |||
223 | 2012-02-24 Holger Weiss <holger@zedat.fu-berlin.de> | ||
224 | |||
225 | * plugins/check_snmp.c: Accept multiple labels specified with "-l" Fix the code which accepts a comma-separated list of labels | ||
226 | specified via the "-l" option. (Spotted by Oskar Liljeblad in Debian bug report #647020, forwarded | ||
227 | by Jan Wagner.) | ||
228 | |||
229 | 2012-02-10 Eric Stanley <estanley@nagios.com> | ||
230 | |||
231 | * configure.in, plugins/common.h: Enable compiling on AIX 6.1 | ||
232 | |||
233 | 2012-01-20 Eric Stanley <estanley@nagios.com> | ||
234 | |||
235 | * Makefile.am, pkg/solaris/solpkg: Added pst3 to Solaris package. | ||
236 | |||
237 | 2011-12-25 Holger Weiss <holger@zedat.fu-berlin.de> | ||
238 | |||
239 | * NEWS: Updated Nagios::Plugin library | ||
240 | |||
241 | 2011-12-16 Eric Stanley <estanley@nagios.com> | ||
242 | |||
243 | * Makefile.am, pkg/solaris/pkginfo.in, pkg/solaris/solpkg: Commit | ||
244 | files which were inadvertently omitted from the previous commit. | ||
245 | |||
246 | 2011-12-16 Eric Stanley <estanley@nagios.com> | ||
247 | |||
248 | * pkg/solaris/preinstall: Updated Solaris package creation to newer | ||
249 | standards The Solaris package creation has been updated to newer standards to | ||
250 | match those of the NRPE package. The following changes have been | ||
251 | made: - the plugins now install under /opt/nagios - the name of package is now NGOSplugin - the files installed are now owned by the nagios user - the package includes a pre-installation script that creates a | ||
252 | nagios user and a nagios group if one did not previously exist | ||
253 | |||
254 | 2011-12-16 Eric Stanley <estanley@nagios.com> | ||
255 | |||
256 | * m4/np_mysqlclient.m4: Fixed issue for compiling mysql plugin on | ||
257 | Solaris On Solaris, in the case where the mysql libraries were compiled | ||
258 | using a non-gcc compiler, but the plugins are being compiled with | ||
259 | gcc, the configure process would incorrectly determine the | ||
260 | MYSQLCFLAGS. This has been corrected in the m4/np_mysqlclient.m4 | ||
261 | file. | ||
262 | |||
263 | 2011-09-07 Holger Weiss <holger@zedat.fu-berlin.de> | ||
264 | |||
265 | * plugins-scripts/check_sensors.sh: check_sensors: Use symbolic exit | ||
266 | codes Specify the exit codes by using the constants from utils.sh. | ||
267 | |||
268 | 2011-09-07 Holger Weiss <holger@zedat.fu-berlin.de> | ||
269 | |||
270 | * plugins-scripts/check_sensors.sh: check_sensors: Minor whitespace | ||
271 | fixes | ||
272 | |||
273 | 2011-09-07 Holger Weiss <holger@zedat.fu-berlin.de> | ||
274 | |||
275 | * NEWS, plugins-scripts/check_sensors.sh: check_sensors: Detect | ||
276 | FAULT status Return an UNKNOWN status if a faulty sensor is detected. This can | ||
277 | be suppressed with the new "--ignore-fault" option. (Fixes Debian bug #615133, patch suggested by Jan Wagner.) | ||
278 | |||
279 | 2011-09-06 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
280 | |||
281 | * plugins/check_radius.c: Make GCC happy It won't trust us about msg containing no format string, and fail | ||
282 | miserably when compiled with -Werror=format-security. Reported by | ||
283 | spy6 on IRC. | ||
284 | |||
285 | 2011-08-13 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
286 | |||
287 | * plugins/check_ldap.c: Fix: check_ldap now correctly handles the | ||
288 | long option --hostname for -H The undocumented --host has been changed to --hostname which is | ||
289 | actually mentioned in --help. Thanks to lgarrett (#3191388) | ||
290 | |||
291 | 2011-07-15 Ton Voon <ton.voon@opsera.com> | ||
292 | |||
293 | * NEWS, plugins/check_smtp.c, plugins/check_tcp.c: Fix check_smtp | ||
294 | and check_tcp where duplicate messages were displayed for | ||
295 | certificate errors (Opsview team) | ||
296 | |||
297 | 2011-07-15 Ton Voon <ton.voon@opsera.com> | ||
298 | |||
299 | * NEWS, plugins/check_smtp.c: New option to check_smtp to ignore | ||
300 | failures when sending QUIT (#3358348 - Duncan Ferguson) | ||
301 | |||
302 | 2011-04-28 Sebastian Harl <sh@teamix.net> | ||
303 | |||
304 | * NEWS, THANKS.in, plugins-root/check_icmp.c: check_host: Allocate a | ||
305 | large-enough buffer for the host table. When specifying a host-name on the command line, each of its IPs is | ||
306 | added to the host table (and each one is pinged). So, the buffer has | ||
307 | to be large enough to hold all of the respective host objects. (argc | ||
308 | - 1) only fits hosts with a single IP. Thanks to Max Kosmach <max@tcen.ru> for reporting this in Debian bug | ||
309 | #623702. | ||
310 | |||
311 | 2011-03-26 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
312 | |||
313 | * NEWS, THANKS.in, plugins/check_ssh.c: Add perfdata to check_ssh | ||
314 | (#3244097 - Marco Beck) | ||
315 | |||
316 | 2011-02-08 Holger Weiss <holger@zedat.fu-berlin.de> | ||
317 | |||
318 | * plugins/check_smtp.c: check_smtp: Abort on missing/unexpected | ||
319 | greeting Abort immediately if we don't receive a server greeting or if the | ||
320 | greeting doesn't contain the "--expect"ed string (by default: "220") | ||
321 | instead of blindly sending the EHLO/HELO line. Spotted by Daniel Piddock, see Debian bug report #611914. | ||
322 | |||
323 | 2011-02-04 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
324 | |||
325 | * NEWS, THANKS.in, plugins/sslutils.c, plugins/t/check_http.t, | ||
326 | plugins/tests/check_http.t: check_http: check for and print the | ||
327 | certificate cn This patch adds a check for the certificate cn (hostname) to normal | ||
328 | certificate checks. It returns CRITICAL if th cn is missing, | ||
329 | otherwise it prints it in the normal output. Patch by Stéphane Urbanovski | ||
330 | |||
331 | 2011-01-21 Ton Voon <ton.voon@opsera.com> | ||
332 | |||
333 | * NEWS, plugins/check_procs.c, plugins/tests/check_procs.t: Fix for | ||
334 | regex input of '|', being output causing problems with Nagios' | ||
335 | parsing of performance data. Now replaced with ',' | ||
336 | |||
337 | 2011-01-05 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
338 | |||
339 | * plugins/t/check_snmp.t, plugins/tests/check_snmp.t, | ||
340 | plugins/tests/check_snmp_agent.pl: Test updates... 1. Timetick test could fail with uptime > 115 days. Thresholds are | ||
341 | double type, so it's safe to put a large number even for 32bit | ||
342 | systems. 2. Add a test based on an invalid bug report, worthy anyway. | ||
343 | |||
344 | 2011-01-01 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
345 | |||
346 | * tools/sfsnapshot-upload: Update the README text | ||
347 | |||
348 | 2011-01-01 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
349 | |||
350 | * NEWS, plugins/check_http.c: Make check_http use standard threshold | ||
351 | functions This enables floating point and ranges, and make the code more | ||
352 | standard. | ||
353 | |||
354 | 2010-12-23 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
355 | |||
356 | * NEWS, plugins/check_ldap.c: Fix check_ldap overriding the port | ||
357 | when --ssl was specified after -p | ||
358 | |||
359 | 2010-11-30 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
360 | |||
361 | * plugins/tests/check_http.t, plugins/tests/check_snmp.t: Fix minor | ||
362 | test issues My Test::More wouldn't print the total number of tests anymore, | ||
363 | moving the plan at the top appears to fix it. At the same time I made check-http.t eval the special modules so it | ||
364 | can skip the tests instead of failing. | ||
365 | |||
366 | 2010-11-30 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
367 | |||
368 | * NEWS, plugins/check_snmp.c, plugins/tests/check_snmp.t: Revert | ||
369 | "check_snmp now considers strings returned by SNMP that contain | ||
370 | just" This reverts commit 896962a1ad1b7d7c75d42c565b06cc799feb0a7c. Conflicts: NEWS plugins/tests/check_snmp.t Notes: Reverting because I rebased a patch that was doing the same thing, | ||
371 | plus fixing more related regressions, and both didn't work | ||
372 | together. I kept the tests intact except for one that wouldn't pass | ||
373 | on 1.4.14 either | ||
374 | |||
375 | 2010-11-30 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
376 | |||
377 | * plugins/tests/check_snmp.t: State-based tests enhancements - Use /var/tmp for state if no state dir environment variable is | ||
378 | set, this avoid the need for a writable localstatedir during tests. - Use "rm -f", mostly to avoid printing out garbage of the directory doesn't exists | ||
379 | |||
380 | 2010-11-30 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
381 | |||
382 | * NEWS, plugins/check_snmp.c, plugins/t/check_snmp.t: check_snmp: | ||
383 | Remove that is_numeric madness Original patch to make Timeticks works as in check_snmp v1.4.14, it | ||
384 | turns out is_numeric isn't so useful and treating all types as | ||
385 | numeric works best for backwards-compatibility. This is how it used | ||
386 | to work in 1.4.14. As a special case, I also make calculate_rate look up for numeric | ||
387 | values as it would otherwise return the last value instead. | ||
388 | |||
389 | 2010-11-28 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
390 | |||
391 | * plugins-scripts/t/check_disk_smb.t: add test cases for | ||
392 | check_disk_smb | ||
393 | |||
394 | 2010-11-28 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
395 | |||
396 | * NEWS, plugins-scripts/check_disk_smb.pl: check_disk_smb now | ||
397 | handles NT_STATUS_ACCESS_DENIED properly (Debian #601696) | ||
398 | |||
399 | 2010-11-28 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
400 | |||
401 | * NEWS, plugins-scripts/check_disk_smb.pl: Make check_disk_smb | ||
402 | accept spaces in share names (#990948, #1370031, Debian #601699) | ||
403 | |||
404 | 2010-11-15 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
405 | |||
406 | * NEWS, lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c: | ||
407 | Fix check_disk free space calculation if blocksizes differ within a | ||
408 | disk group (Bekar - #2973603) Various values (dused_pct, dfree_pct, inodes_free, inodes_total, | ||
409 | ...) are now carried in the parameter_list structure. Assignments | ||
410 | have been moved to a subroutine preventing code redundancies. Group | ||
411 | metrics are now calculated based on units rather than blocks. This | ||
412 | fixes freespace calculation when blocksizes differ within a group. | ||
413 | |||
414 | 2010-11-15 nagios <nagios@opsviewdev32.(none)> | ||
415 | |||
416 | * NEWS, plugins/check_snmp.c, plugins/tests/check_snmp.t, | ||
417 | plugins/tests/check_snmp_agent.pl: check_snmp now considers strings | ||
418 | returned by SNMP that contain just numbers (according to strtod) to | ||
419 | be a numeric value for threshold and performance data | ||
420 | |||
421 | 2010-10-16 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
422 | |||
423 | * NEWS: Update NEWS for last commit | ||
424 | |||
425 | 2010-10-13 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
426 | |||
427 | * THANKS.in, plugins/check_nt.c: check_nt: make UPTIME accept | ||
428 | warning/critical levels Patch originally by Ryan Kelly | ||
429 | |||
430 | 2010-10-11 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
431 | |||
432 | * tools/sfsnapshotgit: sfsnapshotgit: Better handling of remote refs This commit allow to track branches from unusually-named remote refs | ||
433 | and makes possible using external remotes (other than origin) for | ||
434 | snapshots. | ||
435 | |||
436 | 2010-10-05 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
437 | |||
438 | * contrib/check_linux_raid.pl: Patch for check_linux_raid with on | ||
439 | linear/raid0 arrays Fixes bug #3049988, Debian bug #579049 | ||
440 | |||
441 | 2010-08-31 Ton Voon <ton.voon@opsera.com> | ||
442 | |||
443 | * plugins/check_http.c: Fix typos in -f help text | ||
444 | |||
445 | 2010-07-27 Holger Weiss <holger@zedat.fu-berlin.de> | ||
446 | |||
447 | * COPYING: Update the COPYING file to the GPLv3 We switched to the GPLv3 early in 2008, but we forgot to update the | ||
448 | COPYING file accordingly. | ||
449 | |||
450 | 2010-07-27 Ton Voon <ton.voon@opsera.com> | ||
451 | |||
452 | * BUGS, ChangeLog, NEWS, NP-VERSION-GEN, configure.in, package.def: | ||
453 | 1.4.15 prep | ||
454 | |||
455 | 2010-07-14 Ton Voon <ton.voon@opsera.com> | ||
456 | |||
457 | * : commit 9bab433981f6c67b40776d1916baae28a0243124 Author: Ton Voon | ||
458 | <ton.voon@opsera.com> Date: Wed Jul 14 14:22:04 2010 +0100 | ||
459 | |||
460 | 2010-07-09 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
461 | |||
462 | * plugins/check_snmp.c, po/de.po, po/fr.po, po/nagios-plugins.pot: | ||
463 | Fix --help output when MAX_OIDS is altered. | ||
464 | |||
465 | 2010-07-07 Ton Voon <ton.voon@opsera.com> | ||
466 | |||
467 | * NEWS, plugins/check_disk.c: Fix examples in check_disk, where it | ||
468 | implied was possible to suffix unit values to warn/crit parameters | ||
469 | |||
470 | 2010-07-07 Ton Voon <ton.voon@opsera.com> | ||
471 | |||
472 | * NEWS, THANKS.in, plugins-scripts/check_ifstatus.pl: Allow | ||
473 | check_ifstatus to accept version=2c | ||
474 | |||
475 | 2010-07-02 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
476 | |||
477 | * NEWS, lib/utils_cmd.c: Fix cmd_run overwriting the environment Some commands need the environment to function properly. One such | ||
478 | example is check_ssh and check_by_ssh when a SOCKS proxy is | ||
479 | required. This patch use setenv and extern char **environ to alter and pass | ||
480 | the new environment to the child process Those modules have been | ||
481 | added to Gnulib for portability. | ||
482 | |||
483 | 2010-07-02 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
484 | |||
485 | * gl/Makefile.am, gl/m4/gnulib-cache.m4: Import the environ module | ||
486 | from gnulib (86ba51) | ||
487 | |||
488 | 2010-07-02 Holger Weiss <holger@zedat.fu-berlin.de> | ||
489 | |||
490 | * tools/git-notify: git-notify: Be careful with "--no-merge" The "-X" option (which asks git-notify to not report merge commits) | ||
491 | was implemented by setting the "--no-merge" option on each | ||
492 | invocation of git-rev-list(1). However, we do not only use | ||
493 | git-rev-list(1) to get the list of new commits, but also to check | ||
494 | whether the old branch head (or tag) is a parent of the new branch | ||
495 | head (or tag). For this latter check, the "--no-merge" option | ||
496 | should not be set; otherwise, git-notify would be fooled to believe | ||
497 | that the branch has been rewritten if the old head was a merge | ||
498 | commit. | ||
499 | |||
500 | 2010-06-30 tonvoon <ton.voon@opsview.com> | ||
501 | |||
502 | * plugins/check_snmp.c, plugins/tests/check_snmp.t: Corrected | ||
503 | rate_multiplier calculation | ||
504 | |||
505 | 2010-06-30 tonvoon <ton.voon@opsview.com> | ||
506 | |||
507 | * plugins/check_snmp.c, plugins/tests/check_snmp.t: Removed suffix | ||
508 | of "-rate" and let user decide label via --label | ||
509 | |||
510 | 2010-06-30 tonvoon <ton.voon@opsview.com> | ||
511 | |||
512 | * plugins/check_snmp.c, plugins/tests/check_snmp.t: Tests for | ||
513 | --rate-multiplier option | ||
514 | |||
515 | 2010-06-30 Ton Voon <ton.voon@opsera.com> | ||
516 | |||
517 | * : commit 6805fecd620e4f2c2fa53f2a331e7c6a005ea9c4 Author: Ton Voon | ||
518 | <ton.voon@opsera.com> Date: Wed Jun 30 09:01:14 2010 +0100 | ||
519 | |||
520 | 2010-06-25 tonvoon <ton.voon@opsview.com> | ||
521 | |||
522 | * lib/tests/Makefile.am: Add test file directory | ||
523 | |||
524 | 2010-06-24 Ton Voon <ton.voon@opsera.com> | ||
525 | |||
526 | * lib/tests/test_utils.c, lib/utils_base.c: Cleanup some warnings | ||
527 | displayed from IRIX tinderbox server | ||
528 | |||
529 | 2010-06-24 Ton Voon <ton.voon@opsera.com> | ||
530 | |||
531 | * gl/Makefile.am, gl/m4/eealloc.m4, gl/m4/environ.m4, | ||
532 | gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/malloca.m4, | ||
533 | gl/m4/setenv.m4, gl/malloca.c, gl/malloca.h, gl/malloca.valgrind, | ||
534 | gl/setenv.c, gl/unsetenv.c: Added unsetenv and setenv from gnulib | ||
535 | |||
536 | 2010-06-24 Ton Voon <ton.voon@opsera.com> | ||
537 | |||
538 | * gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, | ||
539 | gl/m4/strsep.m4, gl/strsep.c: Added strsep to gnulib, for | ||
540 | check_snmp.c | ||
541 | |||
542 | 2010-06-23 tonvoon <ton.voon@opsview.com> | ||
543 | |||
544 | * NEWS, plugins/check_snmp.c, plugins/tests/check_snmp.t, | ||
545 | plugins/tests/check_snmp_agent.pl, po/de.po, po/fr.po, | ||
546 | po/nagios-plugins.pot: Added option to invert search results | ||
547 | |||
548 | 2010-06-23 tonvoon <ton.voon@opsview.com> | ||
549 | |||
550 | * NEWS, plugins/check_http.c, plugins/tests/check_http.t: Display | ||
551 | missing search string and URL when failed (Duncan Ferguson #2999924) | ||
552 | |||
553 | 2010-06-17 Ton Voon <ton.voon@opsera.com> | ||
554 | |||
555 | * NEWS, build-aux/c++defs.h, build-aux/warn-on-use.h, | ||
556 | gl/Makefile.am, gl/alloca.c, gl/config.charset, gl/error.c, | ||
557 | gl/getopt.c, gl/getopt_int.h, gl/localcharset.c, | ||
558 | gl/m4/asm-underscore.m4, gl/m4/getopt.m4, gl/m4/gettext.m4, | ||
559 | gl/m4/gnulib-cache.m4, gl/m4/gnulib-common.m4, | ||
560 | gl/m4/gnulib-comp.m4, gl/m4/iconv.m4, gl/m4/intl.m4, | ||
561 | gl/m4/lib-link.m4, gl/m4/netdb_h.m4, gl/m4/onceonly.m4, | ||
562 | gl/m4/po.m4, gl/m4/printf.m4, gl/m4/sha1.m4, gl/m4/sockpfaf.m4, | ||
563 | gl/m4/stdint.m4, gl/m4/stdio_h.m4, gl/m4/string_h.m4, | ||
564 | gl/m4/strnlen.m4, gl/m4/time_h.m4, gl/m4/unistd_h.m4, | ||
565 | gl/m4/vasnprintf.m4, gl/m4/visibility.m4, gl/netdb.in.h, | ||
566 | gl/regex_internal.c, gl/regex_internal.h, gl/sha1.c, gl/sha1.h, | ||
567 | gl/stdbool.in.h, gl/stdio-write.c, gl/stdio.in.h, gl/strerror.c, | ||
568 | gl/string.in.h, gl/sys_stat.in.h, gl/time.in.h, gl/unistd.in.h, | ||
569 | gl/vasnprintf.c, gl/verify.h, gl/wchar.in.h, lib/Makefile.am, | ||
570 | lib/tests/Makefile.am, lib/tests/test_utils.c, | ||
571 | lib/tests/var/.gitignore, lib/tests/var/baddate, | ||
572 | lib/tests/var/missingdataline, lib/tests/var/oldformat, | ||
573 | lib/tests/var/statefile, lib/utils_base.c, lib/utils_base.h, | ||
574 | plugins/Makefile.am, plugins/check_snmp.c, | ||
575 | plugins/tests/check_snmp.t, plugins/tests/check_snmp_agent.pl: Added | ||
576 | state retention APIs. Implemented for check_snmp with --rate option. See http://nagiosplugin.org/c-api-private for more details on the | ||
577 | API. Also updated check_snmp -l option to change the perfdata label. | ||
578 | |||
579 | 2010-06-18 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
580 | |||
581 | * NEWS: NEWS entry for last commit | ||
582 | |||
583 | 2009-08-05 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
584 | |||
585 | * configure.in: Attempt at detecting 64bit compilation flags between | ||
586 | gcc, old, and new versions of sun cc Gcc accepts -m64, just as newer version of Suncc. Older Suncc | ||
587 | required -xarch=v9 (SPARC) or -xarch=amd64 (x86-64) to generate | ||
588 | 64bit code. | ||
589 | |||
590 | 2010-05-08 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
591 | |||
592 | * plugins/check_smtp.c: Add missing --fqdn help (Jan Wagner) | ||
593 | |||
594 | 2010-04-28 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
595 | |||
596 | * plugins/utils.h, po/de.po, po/fr.po, po/nagios-plugins.pot: Update | ||
597 | extra-opts help text based on ML agreement | ||
598 | |||
599 | 2010-04-28 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
600 | |||
601 | * .gitignore, tools/distclean: tools/distclean: use git-clean when | ||
602 | possible git-clean is much faster and more reliable... Also add confdefs.h in gitignore, although this file is normally | ||
603 | removed at the end of the configure script. | ||
604 | |||
605 | 2010-04-28 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
606 | |||
607 | * build-aux/ltmain.sh, gl/m4/libtool.m4, gl/m4/ltoptions.m4, | ||
608 | gl/m4/ltsugar.m4, gl/m4/ltversion.m4, gl/m4/lt~obsolete.m4: Update | ||
609 | libtool Nagios-plugins wouldn't compile on Ubuntu 10.04 (Lucid) with the old | ||
610 | libtool | ||
611 | |||
612 | 2010-04-22 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
613 | |||
614 | * plugins-root/check_dhcp.c, plugins-root/check_icmp.c, | ||
615 | plugins/check_apt.c, plugins/check_by_ssh.c, | ||
616 | plugins/check_cluster.c, plugins/check_dig.c, plugins/check_disk.c, | ||
617 | plugins/check_dns.c, plugins/check_dummy.c, plugins/check_fping.c, | ||
618 | plugins/check_game.c, plugins/check_hpjd.c, plugins/check_http.c, | ||
619 | plugins/check_ide_smart.c, plugins/check_ldap.c, | ||
620 | plugins/check_load.c, plugins/check_mrtg.c, plugins/check_mysql.c, | ||
621 | plugins/check_mysql_query.c, plugins/check_nagios.c, | ||
622 | plugins/check_nt.c, plugins/check_ntp.c, plugins/check_ntp_peer.c, | ||
623 | plugins/check_ntp_time.c, plugins/check_nwstat.c, | ||
624 | plugins/check_overcr.c, plugins/check_pgsql.c, | ||
625 | plugins/check_ping.c, plugins/check_procs.c, | ||
626 | plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, | ||
627 | plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, | ||
628 | plugins/check_tcp.c, plugins/check_time.c, plugins/check_ups.c, | ||
629 | plugins/check_users.c, plugins/negate.c, plugins/urlize.c: Add | ||
630 | newline after "Usage:" in --help | ||
631 | |||
632 | 2010-04-22 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
633 | |||
634 | * plugins/check_cluster.c: Split long line in check_cluster --help | ||
635 | |||
636 | 2010-04-21 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
637 | |||
638 | * po/de.po, po/fr.po, po/nagios-plugins.pot: Update French | ||
639 | translations with extra-opts change | ||
640 | |||
641 | 2010-04-21 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
642 | |||
643 | * plugins-root/check_dhcp.c, plugins-root/check_icmp.c, | ||
644 | plugins/check_apt.c, plugins/check_by_ssh.c, | ||
645 | plugins/check_cluster.c, plugins/check_dig.c, plugins/check_disk.c, | ||
646 | plugins/check_dns.c, plugins/check_fping.c, plugins/check_game.c, | ||
647 | plugins/check_hpjd.c, plugins/check_http.c, | ||
648 | plugins/check_ide_smart.c, plugins/check_ldap.c, | ||
649 | plugins/check_load.c, plugins/check_mrtg.c, | ||
650 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
651 | plugins/check_mysql_query.c, plugins/check_nagios.c, | ||
652 | plugins/check_nt.c, plugins/check_ntp.c, plugins/check_ntp_peer.c, | ||
653 | plugins/check_ntp_time.c, plugins/check_nwstat.c, | ||
654 | plugins/check_overcr.c, plugins/check_pgsql.c, | ||
655 | plugins/check_ping.c, plugins/check_procs.c, | ||
656 | plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, | ||
657 | plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, | ||
658 | plugins/check_tcp.c, plugins/check_time.c, plugins/check_ups.c, | ||
659 | plugins/check_users.c, plugins/utils.h: Standardize the extra-opts | ||
660 | notes | ||
661 | |||
662 | 2010-04-21 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
663 | |||
664 | * NEWS, plugins/tests/check_snmp.t: Fix tests and update NEWS file | ||
665 | |||
666 | 2010-04-15 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
667 | |||
668 | * plugins/check_snmp.c: Replace the lousy multiline parser with a | ||
669 | robust one. This one counts double quotes and backslashes so it should handle | ||
670 | any level of escaping. | ||
671 | |||
672 | 2009-09-17 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
673 | |||
674 | * plugins/check_snmp.c, plugins/tests/check_snmp_agent.pl: Attempt | ||
675 | at fixing check_snmp multiline output: This patch tries to detect and output nicely multi-line strings. | ||
676 | This method is broken by design; only a count of double-quotes and | ||
677 | escapes could work in every situation. | ||
678 | |||
679 | 2010-04-15 tonvoon <ton.voon@opsera.com> | ||
680 | |||
681 | * NEWS: Updated Nagios::Plugin library | ||
682 | |||
683 | 2010-04-14 Holger Weiss <holger@zedat.fu-berlin.de> | ||
684 | |||
685 | * tools/git-notify: git-notify: Fix the ordering of commits If notifications for multiple commits are created, sort them | ||
686 | chronologically instead of in reverse chronological order. | ||
687 | |||
688 | 2010-04-14 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
689 | |||
690 | * NEWS, plugins-root/check_dhcp.c, plugins-root/check_icmp.c, | ||
691 | plugins/check_apt.c, plugins/check_by_ssh.c, | ||
692 | plugins/check_cluster.c, plugins/check_dig.c, plugins/check_disk.c, | ||
693 | plugins/check_dns.c, plugins/check_dummy.c, plugins/check_fping.c, | ||
694 | plugins/check_game.c, plugins/check_hpjd.c, plugins/check_http.c, | ||
695 | plugins/check_ide_smart.c, plugins/check_ldap.c, | ||
696 | plugins/check_load.c, plugins/check_mrtg.c, | ||
697 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
698 | plugins/check_mysql_query.c, plugins/check_nagios.c, | ||
699 | plugins/check_nt.c, plugins/check_ntp.c, plugins/check_ntp_peer.c, | ||
700 | plugins/check_ntp_time.c, plugins/check_nwstat.c, | ||
701 | plugins/check_overcr.c, plugins/check_pgsql.c, | ||
702 | plugins/check_ping.c, plugins/check_procs.c, | ||
703 | plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, | ||
704 | plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, | ||
705 | plugins/check_tcp.c, plugins/check_time.c, plugins/check_ups.c, | ||
706 | plugins/check_users.c, plugins/negate.c, plugins/urlize.c, | ||
707 | plugins/utils.h, po/POTFILES.in, po/de.po, po/fr.po, | ||
708 | po/nagios-plugins.pot: Fix translations when extra-opts aren't | ||
709 | enabled Bug #2832884 reported problem with translations outputting pot file | ||
710 | headers. This is caused by "" matching the header of the translation | ||
711 | files. This patch moves gettext macros inside utils macros and update some | ||
712 | french translations. | ||
713 | |||
714 | 2010-04-14 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
715 | |||
716 | * plugins/check_ntp.c, plugins/negate.c, po/de.po, po/fr.po, | ||
717 | po/nagios-plugins.pot: Update french translation (fix all fuzzy's) | ||
718 | |||
719 | 2010-04-14 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
720 | |||
721 | * NEWS, THANKS.in, plugins/check_radius.c: Fix check_radius | ||
722 | returning OK on unexpected results REJECT_RC is defined on some radiusclient versions and | ||
723 | differenciates between auth errors and bad responses. This patch | ||
724 | will affect only the behaviour of those clients exporting REJECT_RC. In addition, unexpected return codes are now handled properly and | ||
725 | return UNKNOWN. | ||
726 | |||
727 | 2010-04-14 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
728 | |||
729 | * NEWS: Typo | ||
730 | |||
731 | 2010-04-08 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
732 | |||
733 | * NEWS, plugins-root/Makefile.am, plugins-root/pst3.c: pst3.c must | ||
734 | not use nagiosplug/gnulib includes | ||
735 | |||
736 | 2010-04-07 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
737 | |||
738 | * .gitignore, build-aux/arg-nonnull.h, build-aux/c++defs.h, | ||
739 | build-aux/config.rpath, build-aux/mkinstalldirs, | ||
740 | build-aux/warn-on-use.h, gl/Makefile.am, gl/alignof.h, gl/alloca.c, | ||
741 | gl/alloca.in.h, gl/arpa_inet.in.h, gl/asnprintf.c, gl/asprintf.c, | ||
742 | gl/base64.c, gl/base64.h, gl/basename-lgpl.c, gl/basename.c, | ||
743 | gl/btowc.c, gl/c-strtod.c, gl/c-strtod.h, gl/cloexec.c, | ||
744 | gl/cloexec.h, gl/close-hook.c, gl/close-hook.h, gl/config.charset, | ||
745 | gl/creat-safer.c, gl/dirname-lgpl.c, gl/dirname.c, gl/dirname.h, | ||
746 | gl/dup-safer.c, gl/dup2.c, gl/errno.in.h, gl/error.c, gl/error.h, | ||
747 | gl/exitfail.c, gl/exitfail.h, gl/fcntl--.h, gl/fcntl-safer.h, | ||
748 | gl/fcntl.c, gl/fcntl.in.h, gl/fd-safer.c, gl/float+.h, | ||
749 | gl/float.in.h, gl/floor.c, gl/floorf.c, gl/fsusage.c, gl/fsusage.h, | ||
750 | gl/full-read.c, gl/full-read.h, gl/full-write.c, gl/full-write.h, | ||
751 | gl/gai_strerror.c, gl/getaddrinfo.c, gl/getdtablesize.c, | ||
752 | gl/gethostname.c, gl/getloadavg.c, gl/getopt.c, gl/getopt.in.h, | ||
753 | gl/getopt1.c, gl/getopt_int.h, gl/gettext.h, gl/inet_ntop.c, | ||
754 | gl/intprops.h, gl/langinfo.in.h, gl/localcharset.c, | ||
755 | gl/localcharset.h, gl/locale.in.h, gl/m4/00gnulib.m4, | ||
756 | gl/m4/alloca.m4, gl/m4/arpa_inet_h.m4, gl/m4/base64.m4, | ||
757 | gl/m4/btowc.m4, gl/m4/c-strtod.m4, gl/m4/cloexec.m4, | ||
758 | gl/m4/codeset.m4, gl/m4/dirname.m4, gl/m4/dos.m4, | ||
759 | gl/m4/double-slash-root.m4, gl/m4/dup2.m4, gl/m4/errno_h.m4, | ||
760 | gl/m4/error.m4, gl/m4/exitfail.m4, gl/m4/extensions.m4, | ||
761 | gl/m4/fcntl-o.m4, gl/m4/fcntl-safer.m4, gl/m4/fcntl.m4, | ||
762 | gl/m4/fcntl_h.m4, gl/m4/float_h.m4, gl/m4/floorf.m4, | ||
763 | gl/m4/fstypename.m4, gl/m4/fsusage.m4, gl/m4/getaddrinfo.m4, | ||
764 | gl/m4/getdtablesize.m4, gl/m4/gethostname.m4, gl/m4/getloadavg.m4, | ||
765 | gl/m4/getopt.m4, gl/m4/gettext.m4, gl/m4/glibc2.m4, | ||
766 | gl/m4/glibc21.m4, gl/m4/gnulib-cache.m4, gl/m4/gnulib-common.m4, | ||
767 | gl/m4/gnulib-comp.m4, gl/m4/gnulib-tool.m4, gl/m4/hostent.m4, | ||
768 | gl/m4/iconv.m4, gl/m4/include_next.m4, gl/m4/inet_ntop.m4, | ||
769 | gl/m4/inline.m4, gl/m4/intdiv0.m4, gl/m4/intl.m4, gl/m4/intldir.m4, | ||
770 | gl/m4/intlmacosx.m4, gl/m4/intmax.m4, gl/m4/intmax_t.m4, | ||
771 | gl/m4/inttypes-pri.m4, gl/m4/inttypes_h.m4, gl/m4/langinfo_h.m4, | ||
772 | gl/m4/lcmessage.m4, gl/m4/lib-ld.m4, gl/m4/lib-link.m4, | ||
773 | gl/m4/lib-prefix.m4, gl/m4/localcharset.m4, gl/m4/locale-fr.m4, | ||
774 | gl/m4/locale-ja.m4, gl/m4/locale-zh.m4, gl/m4/locale_h.m4, | ||
775 | gl/m4/lock.m4, gl/m4/longlong.m4, gl/m4/ls-mntd-fs.m4, | ||
776 | gl/m4/malloc.m4, gl/m4/math_h.m4, gl/m4/mbrtowc.m4, | ||
777 | gl/m4/mbsinit.m4, gl/m4/mbstate_t.m4, gl/m4/memchr.m4, | ||
778 | gl/m4/mktime.m4, gl/m4/mmap-anon.m4, gl/m4/mode_t.m4, | ||
779 | gl/m4/mountlist.m4, gl/m4/multiarch.m4, gl/m4/netdb_h.m4, | ||
780 | gl/m4/netinet_in_h.m4, gl/m4/nl_langinfo.m4, gl/m4/nls.m4, | ||
781 | gl/m4/onceonly.m4, gl/m4/open.m4, gl/m4/po.m4, | ||
782 | gl/m4/printf-posix.m4, gl/m4/printf.m4, gl/m4/progtest.m4, | ||
783 | gl/m4/regex.m4, gl/m4/safe-read.m4, gl/m4/safe-write.m4, | ||
784 | gl/m4/servent.m4, gl/m4/size_max.m4, gl/m4/snprintf.m4, | ||
785 | gl/m4/sockets.m4, gl/m4/socklen.m4, gl/m4/sockpfaf.m4, | ||
786 | gl/m4/ssize_t.m4, gl/m4/stat.m4, gl/m4/stdbool.m4, | ||
787 | gl/m4/stddef_h.m4, gl/m4/stdint.m4, gl/m4/stdint_h.m4, | ||
788 | gl/m4/stdio_h.m4, gl/m4/stdlib_h.m4, gl/m4/strdup.m4, | ||
789 | gl/m4/strerror.m4, gl/m4/string_h.m4, gl/m4/strndup.m4, | ||
790 | gl/m4/strnlen.m4, gl/m4/strstr.m4, gl/m4/sys_socket_h.m4, | ||
791 | gl/m4/sys_stat_h.m4, gl/m4/threadlib.m4, gl/m4/time_h.m4, | ||
792 | gl/m4/time_r.m4, gl/m4/timegm.m4, gl/m4/uintmax_t.m4, | ||
793 | gl/m4/unistd-safer.m4, gl/m4/unistd_h.m4, gl/m4/vasnprintf.m4, | ||
794 | gl/m4/vasprintf.m4, gl/m4/visibility.m4, gl/m4/vsnprintf.m4, | ||
795 | gl/m4/warn-on-use.m4, gl/m4/wchar.m4, gl/m4/wchar_h.m4, | ||
796 | gl/m4/wchar_t.m4, gl/m4/wcrtomb.m4, gl/m4/wctype.m4, | ||
797 | gl/m4/wctype_h.m4, gl/m4/wint_t.m4, gl/m4/write.m4, | ||
798 | gl/m4/xalloc.m4, gl/m4/xsize.m4, gl/m4/xstrndup.m4, gl/malloc.c, | ||
799 | gl/math.in.h, gl/mbrtowc.c, gl/mbsinit.c, gl/memchr.c, | ||
800 | gl/memchr.valgrind, gl/mktime-internal.h, gl/mktime.c, | ||
801 | gl/mountlist.c, gl/mountlist.h, gl/netdb.in.h, gl/netinet_in.in.h, | ||
802 | gl/nl_langinfo.c, gl/open-safer.c, gl/open.c, gl/pipe-safer.c, | ||
803 | gl/printf-args.c, gl/printf-args.h, gl/printf-parse.c, | ||
804 | gl/printf-parse.h, gl/ref-add.sin, gl/ref-del.sin, gl/regcomp.c, | ||
805 | gl/regex.c, gl/regex.h, gl/regex_internal.c, gl/regex_internal.h, | ||
806 | gl/regexec.c, gl/safe-read.c, gl/safe-read.h, gl/safe-write.c, | ||
807 | gl/safe-write.h, gl/size_max.h, gl/snprintf.c, gl/sockets.c, | ||
808 | gl/sockets.h, gl/stat.c, gl/stdbool.in.h, gl/stddef.in.h, | ||
809 | gl/stdint.in.h, gl/stdio-write.c, gl/stdio.in.h, gl/stdlib.in.h, | ||
810 | gl/str-two-way.h, gl/strdup.c, gl/streq.h, gl/strerror.c, | ||
811 | gl/string.in.h, gl/stripslash.c, gl/strndup.c, gl/strnlen.c, | ||
812 | gl/strstr.c, gl/sys_socket.in.h, gl/sys_stat.in.h, gl/time.in.h, | ||
813 | gl/time_r.c, gl/timegm.c, gl/unistd--.h, gl/unistd-safer.h, | ||
814 | gl/unistd.in.h, gl/vasnprintf.c, gl/vasnprintf.h, gl/vasprintf.c, | ||
815 | gl/verify.h, gl/vsnprintf.c, gl/w32sock.h, gl/wchar.in.h, | ||
816 | gl/wcrtomb.c, gl/wctype.in.h, gl/write.c, gl/xalloc-die.c, | ||
817 | gl/xalloc.h, gl/xmalloc.c, gl/xsize.h, gl/xstrndup.c, | ||
818 | gl/xstrndup.h, tools/setup: Sync with the latest Gnulib code | ||
819 | (177f525) Signed-off-by: Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
820 | |||
821 | 2010-04-13 Holger Weiss <holger@zedat.fu-berlin.de> | ||
822 | |||
823 | * plugins/check_ntp_peer.c: Fix typo | ||
824 | |||
825 | 2010-04-12 Holger Weiss <holger@zedat.fu-berlin.de> | ||
826 | |||
827 | * contrib/check_linux_raid.pl: Fix Debian bug #574612: Return | ||
828 | WARNING on rebuild Let check_linux_raid return a WARNING instead of an OK state during | ||
829 | volume recovery. See: http://bugs.debian.org/574612 (Fixed by Christoph Martin, forwarded by Jan Wagner.) | ||
830 | |||
831 | 2010-04-12 Holger Weiss <holger@zedat.fu-berlin.de> | ||
832 | |||
833 | * contrib/check_linux_raid.pl: Fix Debian bug #534604: Checking md10 | ||
834 | and above | check_linux_raid malfunctions if system has software RAID devices | ||
835 | with | two or more digits. For example, for system having | ||
836 | /dev/md10, | /dev/md11 etc, the plugin returns 'UNKNOWN' in | ||
837 | automatic mode (if RAID | devices are manually specified it works). | ||
838 | Also, if system has both | one-digit, and two-digit RAID devices, | ||
839 | the two-digit devices are | silently ignored in checks, which is | ||
840 | even more problematic. [ http://bugs.debian.org/534604 ] (Fixed by Matija Nalis, forwarded by Jan Wagner.) | ||
841 | |||
842 | 2010-04-12 Holger Weiss <holger@zedat.fu-berlin.de> | ||
843 | |||
844 | * NEWS, plugins-scripts/check_ircd.pl: Fix Debian bug #545940: | ||
845 | Failure when run via ePN If Perl's "shift" function is called outside of a subroutine and | ||
846 | without any argument, it usually shifts @ARGV. However, if a plugin | ||
847 | is executed via ePN, such a call will shift @_ instead, so we must | ||
848 | explicitly specify @ARGV for this to work as expected. This fixes Debian bug #545940, see: http://bugs.debian.org/545940 Commit de7191e3424e02ba278a39b86e8b1906a25d0362 fixed the same issue | ||
849 | for check_disk_smb. (Reported by Hendrik Jaeger, forwarded by Jan Wagner.) | ||
850 | |||
851 | 2010-04-11 Holger Weiss <holger@zedat.fu-berlin.de> | ||
852 | |||
853 | * NEWS, plugins/check_radius.c: Fix Debian bug #482947: No | ||
854 | --nas-ip-address option | check_radius doesn't seem to provide any way to modify the | | ||
855 | NAS-IP-Address attribute that it uses in the packets it sends, but | ||
856 | it | does so for NAS-Identifier. | | Instead, it hardcodes the IP | ||
857 | address that it gets from the | rc_own_ipaddress() library call, and | ||
858 | that in turn translates into | calling gethostbyname() on the result | ||
859 | of uname(). This call can easily | fail, and its result can easily | ||
860 | be unsuitable - for example when the | Nagios instance uses its own | ||
861 | virtual host, and you don't want the | original system hostname | ||
862 | leaked to the RADIUS servers you monitor with | this. | | | ||
863 | Furthermore, this behaviour is inconsistent with RFC 2865, which | | ||
864 | defines the two attributes as analogous and never suggests | ||
865 | hardcoding | the value of either of them in client software. Therefore, this commit adds the "-N, --nas-ip-address" option which | ||
866 | allows for specifying the value of the NAS-IP-Address attribute. | I've also noticed that the original code for NAS-IP-Address | ||
867 | hardcoding | is broken in its error handling - it does "return | ||
868 | (ERROR_PC)", which | is meaningless in the context of | ||
869 | check_radius.c. That actually seems | to be copy&waste from | ||
870 | radiusclient-0.3.2/src/radexample.c. :) I fixed | that. | | While | ||
871 | debugging, I also took the opportunity to decouple the | | ||
872 | nas-identifier rc_avpair_add() instance from the initial three, | | ||
873 | because this is just bad practice to lump a fourth optional | ||
874 | attribute | into the same block with the required attributes, the | ||
875 | error handling | for which is throwing the same daft message "Out of | ||
876 | Memory?"... [ http://bugs.debian.org/482947 ] (Contributed by Josip Rodin, forwarded by Jan Wagner.) | ||
877 | |||
878 | 2010-04-11 Holger Weiss <holger@zedat.fu-berlin.de> | ||
879 | |||
880 | * NEWS, plugins/check_ldap.c: Fix Debian bug #479984: Allow empty | ||
881 | LDAP base The check_ldap plugin did not allow for specifying an empty LDAP | ||
882 | base. See: http://bugs.debian.org/479984 (Fixed by Stephane Chazelas, forwarded by Jan Wagner.) | ||
883 | |||
884 | 2010-04-11 Holger Weiss <holger@zedat.fu-berlin.de> | ||
885 | |||
886 | * plugins/check_http.c: Fix Debian bug #460097: check_http -M broken See: http://bugs.debian.org/460097 One instance of this bug has already been fixed in commit | ||
887 | 888358122004b9571c8fbdfa52ceee1ba5e5f4f2. (Fixed by Hilko Bengen, forwarded by Jan Wagner.) | ||
888 | |||
889 | 2010-04-11 Holger Weiss <holger@zedat.fu-berlin.de> | ||
890 | |||
891 | * plugins-scripts/check_disk_smb.pl: Fix Debian bug #478942: Fragile | ||
892 | argument passing Fix some problems regarding the way check_disk_smb passes command | ||
893 | line arguments to smbclient(1). | It runs: | | $res = qx/$smbclient "\/\/$host\/$share" $pass -W | ||
894 | $workgroup \ | -U $user $smbclientoptions -I $address -c | ||
895 | ls/; | | [...] | | The documentation says that if the password is | ||
896 | not passed, it | defaults to "". That is not true above, as $pass | ||
897 | expands to | nothing which leaves no argument at all (instead of an | ||
898 | empty | argument) so is different from providing with an empty | ||
899 | password | or with the -N option. | | Also, if the password starts | ||
900 | with "-", you're in trouble, that's | why -U $user%$pass may be | ||
901 | prefered. | | Also, the doc says that if $user is not provided, | ||
902 | then it | defaults to "guest" but the problem is that if it is | ||
903 | provided | but empty, it is changed to "guest" as well, which | ||
904 | prevents us | from querying hosts that don't do user authentication. [ http://bugs.debian.org/478942 ] (Fixed by Stephane Chazelas, forwarded by Jan Wagner.) | ||
905 | |||
906 | 2010-04-11 Holger Weiss <holger@zedat.fu-berlin.de> | ||
907 | |||
908 | * NEWS, THANKS.in, plugins-scripts/check_disk_smb.pl: Fix Debian bug | ||
909 | #478906: Failure when run via ePN | When perl plugin scripts are run with the embedded perl | ||
910 | interpreter in | nagios3, the "shift" perl command doesn't shift | ||
911 | @ARGV, but @_ (which | happens to contain the same thing as @ARGV at | ||
912 | the time the script was | started). | | [...] | | A fix is to | ||
913 | replace all the instances of "shift" with "shift @ARGV". [ http://bugs.debian.org/478906 ] (Fixed by Stephane Chazelas, forwarded by Jan Wagner.) | ||
914 | |||
915 | 2010-04-11 Holger Weiss <holger@zedat.fu-berlin.de> | ||
916 | |||
917 | * THANKS.in, plugins/check_ldap.c: Fix Debian bug #463322: Use | ||
918 | deprecated libldap API | Our automated build log filter[1] detected a problem that is | ||
919 | likely to | cause your package to segfault on architectures where | ||
920 | the size of a | pointer is greater than the size of an integer, such | ||
921 | as ia64 and | amd64. | | This is often due to a missing function | ||
922 | prototype definition. For | more information, see [2]. | | | ||
923 | Function `ldap_init' implicitly converted to pointer at | | ||
924 | check_ldap.c:124 | | [1] | ||
925 | http://people.debian.org/~dannf/check-implicit-pointer-functions | | ||
926 | [2] http://wiki.debian.org/ImplicitPointerConversions | | The | ||
927 | libldap API has been updated and many functions used by the ldap | | ||
928 | plugin are now deprecated. This package should either update to the | ||
929 | | new API or define LDAP_DEPRECATED to continue using the deprecated | ||
930 | | interfaces. | | This patch implements the lazy solution. [ http://bugs.debian.org/463322 ] (Contributed by Dann Frazier, forwarded by Jan Wagner.) | ||
931 | |||
932 | 2010-04-11 Holger Weiss <holger@zedat.fu-berlin.de> | ||
933 | |||
934 | * NEWS, THANKS.in, plugins-scripts/check_disk_smb.pl: Fix Debian bug | ||
935 | #425129: SMB guest mode won't work | The check_disk_smb plugin purports to support guest users, but it | ||
936 | | doesn't work out, because it doesn't specify the -N command line | | ||
937 | option to smbclient when no password is specified, making smbclient | ||
938 | | stop and ask. [ http://bugs.debian.org/425129 ] (Fixed by Josip Rodin, forwarded by Jan Wagner.) | ||
939 | |||
940 | 2010-04-11 Holger Weiss <holger@zedat.fu-berlin.de> | ||
941 | |||
942 | * plugins/check_game.c: Fix Debian bug #307905: Incorrect usage | ||
943 | output The usage output of check_game was wrong, see: http://bugs.debian.org/307905 (Fixed by Sean Finney, forwarded by Jan Wagner.) | ||
944 | |||
945 | 2010-04-11 Holger Weiss <holger@zedat.fu-berlin.de> | ||
946 | |||
947 | * NEWS, plugins-scripts/check_disk_smb.pl: check_disk_smb: Allow for | ||
948 | specifying an IP address Add the "-a, --address option" which allows for specifying the IP | ||
949 | address of the server to connect to. If this option is used, the IP | ||
950 | address will be handed over to smbclient(1)'s "-I" option. | ||
951 | (Contributed by Sean Finney, forwarded by Jan Wagner.) | ||
952 | |||
953 | 2010-04-06 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
954 | |||
955 | * NEWS: check_http: Add warning about SNI not enabled by default | ||
956 | anymore | ||
957 | |||
958 | 2010-04-05 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
959 | |||
960 | * NEWS, plugins/check_http.c: Fix regression in check_http ssl | ||
961 | checks on some servers The fix is making SNI an option. | ||
962 | |||
963 | 2010-03-31 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
964 | |||
965 | * plugins/check_snmp.c: check_snmp: Update last patch to copy value | ||
966 | verbatim Rework last patch, copying the converted portion of the string | ||
967 | rather than re-converting it. This is safer for | ||
968 | backwards-compatibility as the value is never modified. | ||
969 | |||
970 | 2010-03-30 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
971 | |||
972 | * NEWS, plugins/check_snmp.c: check_snmp: Fix regression introduced | ||
973 | in #1867716 Bug #1867716 fixed what it meant to fix: broken perfdata strings. | ||
974 | Unfortunately some users relied on half-broken perfdata string where | ||
975 | at least the first token was OK. This patch do a two-way conversion | ||
976 | (string to double then back to string) instead and use the | ||
977 | conversion result for the performance data. A possible caveat is that the string may change where it normally | ||
978 | shouldn't but the result should be somewhat similar. | ||
979 | |||
980 | 2010-03-27 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
981 | |||
982 | * NEWS, THANKS.in, plugins/check_ide_smart.c: Fix compilation with | ||
983 | GCC 2.96 (Konstantin Khomoutov - #2977105) | ||
984 | |||
985 | 2010-03-18 Holger Weiss <holger@zedat.fu-berlin.de> | ||
986 | |||
987 | * NEWS, plugins/check_ntp_peer.c, plugins/t/check_ntp.t: Let | ||
988 | check_ntp_peer check the number of truechimers Add support for checking the number of usable time sources (i.e., | ||
989 | the number of peers which are classified as so-called "truechimers" | ||
990 | by NTP's intersection algorithm). The new "-m" and "-n" options | ||
991 | allow for specifying the according WARNING and CRITICAL thresholds | ||
992 | (and thereby activating the truechimers check), respectively. | ||
993 | |||
994 | 2010-03-16 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
995 | |||
996 | * NEWS: Typo in NEWS | ||
997 | |||
998 | 2010-03-15 Ton Voon <ton.voon@opsera.com> | ||
999 | |||
1000 | * doc/developer-guidelines.sgml: Corrected example | ||
1001 | |||
1002 | 2010-02-26 Ton Voon <ton.voon@opsera.com> | ||
1003 | |||
1004 | * NEWS, THANKS.in, plugins/check_http.c: Fix memory leak in | ||
1005 | check_http for large pages (Jimmy Bergman - #2957455) | ||
1006 | |||
1007 | 2009-12-07 Holger Weiss <holger@zedat.fu-berlin.de> | ||
1008 | |||
1009 | * tools/git-notify, tools/git-post-receive-hook: git-notify: Pipe | ||
1010 | e-mails directly to sendmail(8) Use sendmail(8) instead of mail(1) in order to be able to set the | ||
1011 | "Content-Type" header field on systems where the available mail(1) | ||
1012 | command doesn't allow for setting it. This makes the "-H" flag (cf. | ||
1013 | commit 71350c5a) unnecessary. | ||
1014 | |||
1015 | 2009-12-06 Holger Weiss <holger@zedat.fu-berlin.de> | ||
1016 | |||
1017 | * tools/git-notify, tools/git-post-receive-hook: Enable CIA's commit | ||
1018 | notifications We now use CIA's service to send commit notifications to IRC. They | ||
1019 | are currently sent to the #Nagios-Devel channel on Freenode. See: http://cia.vc/stats/project/nagiosplug/ http://cia.vc/account/bots/15699/ | ||
1020 | |||
1021 | 2009-12-04 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1022 | |||
1023 | * NEWS, configure.in: Detect arguments passed via | ||
1024 | --with-ping[6]-command (#2908236) | ||
1025 | |||
1026 | 2009-12-04 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1027 | |||
1028 | * configure.in: Whitespace fixes | ||
1029 | |||
1030 | 2009-12-02 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1031 | |||
1032 | * plugins/check_http.c: Fix short help using "warn" for the -f | ||
1033 | option instead of "warning" (onredirect). | ||
1034 | |||
1035 | 2009-11-19 Ton Voon <tonvoon@nagiosplugins.org> | ||
1036 | |||
1037 | * tools/sfsnapshot-upload: Updated link to sfsnapshotgit | ||
1038 | |||
1039 | 2009-11-18 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1040 | |||
1041 | * doc/developer-guidelines.sgml: Update developer guideline | ||
1042 | regarding CVS Commits (mostly for testing my snapshot script, though | ||
1043 | it had to be updated anyway) | ||
1044 | |||
1045 | 2009-11-11 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1046 | |||
1047 | * tools/sfsnapshotgit: Fix fetching of remote branches | ||
1048 | |||
1049 | 2009-11-11 dermoth <dermoth@nagiosplugins.org> | ||
1050 | |||
1051 | * tools/sfsnapshot-upload, tools/sfsnapshotgit: Many fixes to | ||
1052 | snapshot scripts sfsnapshotgit: - Use fetch/reset instead to pull to avoid merges on forced | ||
1053 | updates sfsnapshot-upload: - Fix link deletion walking the entire home dir - Allow CLEAN_TIME=0 (no retention) - Re-add per-branch links when CLEAN_TIME > 0 - Add many comments | ||
1054 | |||
1055 | 2009-11-07 Holger Weiss <holger@zedat.fu-berlin.de> | ||
1056 | |||
1057 | * tools/git-post-receive-hook, tools/git-update-mirror: Git commit | ||
1058 | notifications via post-receive hook Now that we moved our Git repositories to SourceForge, we don't need | ||
1059 | to maintain local clones for generating commit notifications | ||
1060 | anymore, as SourceForge provides shell access to the repositories. | ||
1061 | Instead, we now run git-notify as a post-receive hook on the | ||
1062 | SourceForge server. Actually, we use a wrapper which executes | ||
1063 | git-notify with the desired options and which makes it easy to add | ||
1064 | other post-receive hooks in the future. | ||
1065 | |||
1066 | 2009-11-07 Holger Weiss <holger@zedat.fu-berlin.de> | ||
1067 | |||
1068 | * tools/git-notify: git-notify: Support SourceForge repositories The Gitweb URLs for repositories hosted by SourceForge are slightly | ||
1069 | different than other Gitweb URLs. The correct URL cannot be | ||
1070 | specified via "-u" if we append "/$repos_name.git/?" to that URL as | ||
1071 | we usually do. If the new "-S" flag is specified or | ||
1072 | "notify.sourceforge" is set, we'll append "/$repos_name;" instead, | ||
1073 | which makes the "-u" option usable for SourceForge repositories. | ||
1074 | |||
1075 | 2009-11-07 Holger Weiss <holger@zedat.fu-berlin.de> | ||
1076 | |||
1077 | * tools/git-notify: git-notify: Optionally call mail(1) without "-a" Not all mail(1) implementations support specifying additional header | ||
1078 | fields via "-a": with some, this flag is used for attaching files, | ||
1079 | others don't provide an "-a" flag at all (this is true for the | ||
1080 | /bin/mail utility currently installed on the SourceForge servers, | ||
1081 | for example). We now provide the "-H" flag and the | ||
1082 | "notify.legacyMail" configuration key for these cases. | ||
1083 | |||
1084 | 2009-11-07 Holger Weiss <holger@zedat.fu-berlin.de> | ||
1085 | |||
1086 | * tools/git-notify: git-notify: Polish up the "tag notifications" Use better labels for the tag ref and the SHA1 name of the tag | ||
1087 | object. | ||
1088 | |||
1089 | 2009-11-07 Holger Weiss <holger@zedat.fu-berlin.de> | ||
1090 | |||
1091 | * tools/git-notify: git-notify: Distinguish between tag types Distinguish between annotated tags and lightweight tags. In the | ||
1092 | former case, send an annotated "tag notification", in the latter | ||
1093 | case, send a "ref change notification" (as we did in both cases | ||
1094 | before). | ||
1095 | |||
1096 | 2009-11-07 Holger Weiss <holger@zedat.fu-berlin.de> | ||
1097 | |||
1098 | * tools/git-notify: git-notify: Fix "global" notifications If the number of commits included with a single push exceeds the | ||
1099 | maximum specified via "-n", a single notification will be generated | ||
1100 | instead of individual e-mails. For listing the commits within such | ||
1101 | a notification, git-rev-list(1)'s "--pretty" option is used. This | ||
1102 | yields output which the git_rev_list() subroutine didn't accept. | ||
1103 | That's now fixed. | ||
1104 | |||
1105 | 2009-11-07 Holger Weiss <holger@zedat.fu-berlin.de> | ||
1106 | |||
1107 | * tools/git-notify: git-notify: Optionally [tag] the subject If the new "-T" option is specified or "notify.emitRepository" is | ||
1108 | set, the subject of e-mail notifications will be prefixed with | ||
1109 | [<tag>], where <tag> is the name of the updated repository. | ||
1110 | |||
1111 | 2009-11-07 Holger Weiss <holger@zedat.fu-berlin.de> | ||
1112 | |||
1113 | * tools/git-notify: git-notify: Optionally omit the author name If the new "-A" option is specified (or "notify.omitAuthor" is set), | ||
1114 | the author name will be omitted from the subject of e-mail | ||
1115 | notifications. | ||
1116 | |||
1117 | 2009-11-07 Holger Weiss <holger@zedat.fu-berlin.de> | ||
1118 | |||
1119 | * tools/git-notify: git-notify: Make abbreviating Gitweb URLs | ||
1120 | optional The SHA1 object name part of Gitweb URLs is now only shortened if | ||
1121 | the user requested this by specifying the new "-z" option (or by | ||
1122 | setting "notify.shortURLs"). While at it, also shorten the additional URL which references a diff | ||
1123 | in e-mail notifications which don't include that diff inline because | ||
1124 | its size exceeds the maximum number of bytes specified via "-s". Note that while the abbreviated SHA1 object names will be unique at | ||
1125 | push time, this cannot be guaranteed for the future, so the | ||
1126 | shortened URLs might break some day. | ||
1127 | |||
1128 | 2009-11-07 Holger Weiss <holger@zedat.fu-berlin.de> | ||
1129 | |||
1130 | * tools/git-notify: git-notify: Make showing the committer optional Only the author's name and address will now be mentioned in a commit | ||
1131 | notification by default. However, if the "-C" option is specified | ||
1132 | (or "notify.showCommitter" is set), the committer's name and address | ||
1133 | will also be included in the notification if the committer is not | ||
1134 | the author of the commit (as we previously did by default). | ||
1135 | |||
1136 | 2009-11-07 Holger Weiss <holger@zedat.fu-berlin.de> | ||
1137 | |||
1138 | * tools/git-notify: git-notify: Make using a state file optional Making use of a state file in order to prevent duplicate | ||
1139 | notifications is now optional. The user must explicitly specify a | ||
1140 | file path via the "-t" option or by setting the git-config(1) | ||
1141 | variable "notify.statefile" to activate this functionality. | ||
1142 | |||
1143 | 2009-11-07 Holger Weiss <holger@zedat.fu-berlin.de> | ||
1144 | |||
1145 | * tools/git-notify: git-notify: Don't abort if mail(1) exits | ||
1146 | non-zero As nothing in git-notify depends on the success of the mail(1) call, | ||
1147 | don't abort if it fails, just spit out a warning. | ||
1148 | |||
1149 | 2009-11-07 Holger Weiss <holger@zedat.fu-berlin.de> | ||
1150 | |||
1151 | * tools/git-notify: git-notify: Drop the $sent_notices variable Now that we don't ignore empty commits anymore, there's no need to | ||
1152 | keep track of the number of commits actually notified about, as that | ||
1153 | will always be equal to the number of commits returned by | ||
1154 | get_new_commits(). | ||
1155 | |||
1156 | 2009-11-07 Holger Weiss <holger@zedat.fu-berlin.de> | ||
1157 | |||
1158 | * tools/git-notify: Revert "git-notify: Ignore `empty' commits" This reverts commit db63fbfa036f5cd757aedf4547fef9e195a8c285, as it | ||
1159 | is no longer needed and we'd like to keep the diff against the | ||
1160 | git-notify version maintained by the Wine people as small as | ||
1161 | possible. The purpose of db63fbfa was to suppress notifications on | ||
1162 | empty merge commits, which can now be requested directly by | ||
1163 | specifying git-notify's "-X" option. (Our change was implemented | ||
1164 | before the "-X" option was available, even though the Git history | ||
1165 | suggests otherwise.) Conflicts: tools/git-notify | ||
1166 | |||
1167 | 2009-11-07 Holger Weiss <holger@zedat.fu-berlin.de> | ||
1168 | |||
1169 | * tools/git-notify: Revert "git-notify: Remove unused [...] code" This reverts commit 5445b9769f254781e482062bacc6603a5cd63059. | ||
1170 | Alexandre Julliard pointed out that the code in question was used if | ||
1171 | git-notify was explicitly called with the SHA1 name of an annotated | ||
1172 | tag object. At the moment, the code in question actually _is_ | ||
1173 | unused due to later modifications, but it wasn't at the time | ||
1174 | 5445b976 was committed, and we'll add further changes so that the | ||
1175 | code will be used again in the future. Conflicts: tools/git-notify | ||
1176 | |||
1177 | 2009-11-06 Holger Weiss <holger@zedat.fu-berlin.de> | ||
1178 | |||
1179 | * tools/git-notify: git-notify: Minor cosmetic changes Fix the description of the "-U" option. | ||
1180 | |||
1181 | 2009-10-25 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1182 | |||
1183 | * tools/sfsnapshot-upload: Allow rsyncing to local paths | ||
1184 | |||
1185 | 2009-10-25 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1186 | |||
1187 | * tools/sfsnapshot-upload: Add snapshots upload scripts | ||
1188 | |||
1189 | 2009-10-26 Holger Weiss <holger@zedat.fu-berlin.de> | ||
1190 | |||
1191 | * tools/git-notify: git-notify: Make the state file group writable For shared repositories, the state file used by git-notify should | ||
1192 | usually be group writable, so we now set the umask to 0002 by | ||
1193 | default. This can be adjusted by setting the "notify.umask" | ||
1194 | configuration key or by using the "-U" option on the command line. | ||
1195 | |||
1196 | 2009-10-26 Holger Weiss <holger@zedat.fu-berlin.de> | ||
1197 | |||
1198 | * tools/git-notify: git-notify: Remove an empty subroutine The gitweb_url() subroutine was an unused and empty hangover. | ||
1199 | |||
1200 | 2009-10-25 Holger Weiss <holger@zedat.fu-berlin.de> | ||
1201 | |||
1202 | * tools/git-update-mirror: git-update-mirror: Remove a useless | ||
1203 | sed(1) call The sed(1) command in question was a hangover which had no effect | ||
1204 | anymore. | ||
1205 | |||
1206 | 2009-10-24 Holger Weiss <holger@zedat.fu-berlin.de> | ||
1207 | |||
1208 | * tools/git-notify: git-notify: Check the exit status of pipes Properly check the exit status of all processes we execute and abort | ||
1209 | on error. | ||
1210 | |||
1211 | 2009-10-24 Holger Weiss <holger@zedat.fu-berlin.de> | ||
1212 | |||
1213 | * tools/git-notify: git-notify: Handle non-UTF-8 commits Make sure that commit messages which use an encoding other than | ||
1214 | US-ASCII or UTF-8 are handled correctly. Also, assume that the diff | ||
1215 | contents use the same encoding as the commit message. This | ||
1216 | assumption may well be wrong, but that's the best we can do. | ||
1217 | |||
1218 | 2009-10-24 Holger Weiss <holger@zedat.fu-berlin.de> | ||
1219 | |||
1220 | * tools/git-notify: git-notify: Don't generate duplicate | ||
1221 | notifications Never notify on a given commit more than once, even if it's | ||
1222 | referenced via multiple branch heads. We make sure this won't | ||
1223 | happen simply by maintaining a list of commits we notified about. | ||
1224 | The file path used for saving this list can be specified using the | ||
1225 | new "-t" option. (The contrib/hooks/post-receive-email script | ||
1226 | distributed with Git tries hard to avoid such a list, but it doesn't | ||
1227 | get the necessary magic right.) | ||
1228 | |||
1229 | 2009-10-24 Holger Weiss <holger@zedat.fu-berlin.de> | ||
1230 | |||
1231 | * tools/git-notify: git-nofity: Try to shorten Gitweb URLs Instead of using the full SHA1 values of commit object names within | ||
1232 | Gitweb URLs, try to abbreviate them to a shorter unique name. | ||
1233 | |||
1234 | 2009-10-24 Holger Weiss <holger@zedat.fu-berlin.de> | ||
1235 | |||
1236 | * tools/git-notify: git-notify: Move the Gitweb URL to the bottom In commit notifications, specify the Gitweb URL (if any) at the | ||
1237 | bottom of the ASCII "table" which summarizes the commit. That looks | ||
1238 | better. | ||
1239 | |||
1240 | 2009-10-24 Holger Weiss <holger@zedat.fu-berlin.de> | ||
1241 | |||
1242 | * tools/git-notify: git-notify: Truncate summary after 50 characters If the first line of a commit message is longer than 50 characters, | ||
1243 | truncate it before adding the resulting string to the subject line | ||
1244 | of a notification. This makes sure the subject line won't get too | ||
1245 | long (unless the commit author name is unusually long, which we | ||
1246 | don't check). The Git User's Manual recommends keeping the first | ||
1247 | line of a commit message shorter than that, anyway: | Though not required, it's a good idea to begin the commit message | ||
1248 | with | a single short (less than 50 character) line summarizing the | ||
1249 | change, | followed by a blank line and then a more thorough | ||
1250 | description. Tools | that turn commits into email, for example, use | ||
1251 | the first line on the | Subject line and the rest of the commit in | ||
1252 | the body. [ http://www.kernel.org/pub/software/scm/git/docs/user-manual.html ] | ||
1253 | |||
1254 | 2009-10-24 Holger Weiss <holger@zedat.fu-berlin.de> | ||
1255 | |||
1256 | * tools/git-notify: git-notify: Send notifications on ref changes, | ||
1257 | too Do not only generate notifications on commits, but also if a branch | ||
1258 | head or lightweight tag was created, removed, or modified. | ||
1259 | Notifications on branch head updates are omitted if one or more | ||
1260 | commit notification have been generated and the branch head now | ||
1261 | references a descendant of the originally referenced commit (which | ||
1262 | should be the usual case). | ||
1263 | |||
1264 | 2009-10-24 Holger Weiss <holger@zedat.fu-berlin.de> | ||
1265 | |||
1266 | * tools/git-notify: git-notify: Call git-rev-list(1) via a | ||
1267 | subroutine Add a subroutine which abstracts away executing git-rev-list(1) and | ||
1268 | checking the result in order to avoid code duplication. | ||
1269 | |||
1270 | 2009-10-24 Holger Weiss <holger@zedat.fu-berlin.de> | ||
1271 | |||
1272 | * tools/git-notify: git-notify: Mention the committer where | ||
1273 | applicable If the committer is not the author of the commit, mention the | ||
1274 | committer in addition to the author. | ||
1275 | |||
1276 | 2009-10-24 Holger Weiss <holger@zedat.fu-berlin.de> | ||
1277 | |||
1278 | * tools/git-notify: git-notify: New subroutine for column alignment Most notifications include an ASCII "table" with two columns. The | ||
1279 | formatting of these columns is now handled by the new format_table() | ||
1280 | subroutine, so that the alignment can easily be changed in the | ||
1281 | future. | ||
1282 | |||
1283 | 2009-10-24 Holger Weiss <holger@zedat.fu-berlin.de> | ||
1284 | |||
1285 | * tools/git-notify: git-notify: Ignore "empty" commits Omit notifications regarding commits which don't change the tree | ||
1286 | whatsoever. | ||
1287 | |||
1288 | 2009-10-24 Holger Weiss <holger@zedat.fu-berlin.de> | ||
1289 | |||
1290 | * tools/git-notify: git-notify: Remove unused tag notification code The code which handles notifications regarding tags was unused, as | ||
1291 | only objects listed by git-rev-list(1) are considered, and | ||
1292 | git-rev-list(1) never spits out the sha1 of a tag object. | ||
1293 | |||
1294 | 2009-10-24 Holger Weiss <holger@zedat.fu-berlin.de> | ||
1295 | |||
1296 | * tools/git-notify: git-notify: Save author without trailing space Adjust the regular expression which catches the commit author name | ||
1297 | so that it doesn't include the space character which follows that | ||
1298 | name. | ||
1299 | |||
1300 | 2009-10-24 Holger Weiss <holger@zedat.fu-berlin.de> | ||
1301 | |||
1302 | * tools/git-notify, tools/git-update-mirror: Import | ||
1303 | git-update-mirror and git-notify Import the (self-written) git-update-mirror script, which updates | ||
1304 | clones of Git repositories and then calls git-notify (in just the | ||
1305 | same way as a post-receive hook would be called by Git). The | ||
1306 | git-notify script is imported from | ||
1307 | git://source.winehq.org/git/tools.git (commit: 03d66f34) and | ||
1308 | generates notifications on repository changes. We'll use these | ||
1309 | scripts for generating our commit e-mails. | ||
1310 | |||
1311 | 2009-10-22 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1312 | |||
1313 | * NEWS, plugins/check_snmp.c, plugins/t/check_snmp.t: Fix usage of | ||
1314 | repeated -o options in check_snmp | ||
1315 | |||
1316 | 2009-10-15 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1317 | |||
1318 | * plugins-root/check_icmp.c: Set proper network byte order for | ||
1319 | icmp_id and icmp_seq in icmp packets | ||
1320 | |||
1321 | 2009-10-14 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1322 | |||
1323 | * NEWS, plugins-root/check_icmp.c: Increment per-host sequence in | ||
1324 | check_icmp | ||
1325 | |||
1326 | 2009-09-26 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1327 | |||
1328 | * tools/sfsnapshotgit: Change default for SFSNAP_DEST | ||
1329 | |||
1330 | 2009-09-26 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1331 | |||
1332 | * tools/sfsnapshotgit: Correcting name and email address | ||
1333 | |||
1334 | 2009-09-26 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1335 | |||
1336 | * tools/sfsnapshotgit: Enhancements to tools/sfsnapshotgit | ||
1337 | |||
1338 | 2009-09-25 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1339 | |||
1340 | * configure.in: Using $srcdir is the proper way to go | ||
1341 | |||
1342 | 2009-09-25 nagiosplugins <nagiosplugins@nagiosplugins.org> | ||
1343 | |||
1344 | * tools/sfsnapshotgit: Add sfsnapshotgit | ||
1345 | |||
1346 | 2009-09-25 nagiosplugins <nagiosplugins@nagiosplugins.org> | ||
1347 | |||
1348 | * configure.in, plugins-root/Makefile.am, | ||
1349 | plugins-scripts/Makefile.am, plugins/Makefile.am: Allow custom | ||
1350 | versions with the release file... | ||
1351 | |||
1352 | 2009-09-24 Ton Voon <ton.voon@opsera.com> | ||
1353 | |||
1354 | * NEWS, doc/developer-guidelines.sgml: Updated documentation re: no | ||
1355 | equals sign and single quote | ||
1356 | |||
1357 | 2009-09-24 Ton Voon <ton.voon@opsera.com> | ||
1358 | |||
1359 | * NEWS: Updated NEWS file with docs changes | ||
1360 | |||
1361 | 2009-09-23 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1362 | |||
1363 | * NEWS: Test, again | ||
1364 | |||
1365 | 2009-09-23 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1366 | |||
1367 | * NEWS: Test | ||
1368 | |||
1369 | 2009-09-21 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1370 | |||
1371 | * NEWS, THANKS.in: Oops - wrong author/bug in last commit! | ||
1372 | |||
1373 | 2009-09-21 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1374 | |||
1375 | * NEWS, THANKS.in, plugins/check_http.c: Add proxy-authorization | ||
1376 | option to check_http (Peter Doherty - #2863772, Bryan Irvine - | ||
1377 | #2863925) | ||
1378 | |||
1379 | 2009-09-19 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1380 | |||
1381 | * NEWS, plugins-scripts/check_ircd.pl: Fix check_ircd binding to | ||
1382 | wrong interface (#668778) | ||
1383 | |||
1384 | 2009-09-19 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1385 | |||
1386 | * doc/RELEASING: Update RELEASING document with proper tag creation | ||
1387 | and push commands | ||
1388 | |||
1389 | 2009-09-16 Ton Voon <ton.voon@opsera.com> | ||
1390 | |||
1391 | * BUGS, ChangeLog, NEWS, NP-VERSION-GEN, configure.in, package.def: | ||
1392 | Prep for 1.4.14 release | ||
1393 | |||
1394 | 2009-09-14 Ton Voon <ton.voon@opsera.com> | ||
1395 | |||
1396 | * plugins-root/pst3.c: Ensure dirhandle is closed (Duncan Ferguson) | ||
1397 | |||
1398 | 2009-09-11 Ton Voon <ton.voon@opsera.com> | ||
1399 | |||
1400 | * plugins/t/check_snmp.t: Fix skip number | ||
1401 | |||
1402 | 2009-09-05 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1403 | |||
1404 | * plugins/tests/check_snmp.t: Add a test that succeeds on check_snmp | ||
1405 | v1.4.13. Newer versions skip additional lines so this new test fails | ||
1406 | on the current head. Note: check_snmp v1.4.13 with multi-line strings return somewhat v3 | ||
1407 | output; it's not exactly what the specs say but it doesn't appears | ||
1408 | to break them either. The fix could eventually supports both v2 and | ||
1409 | v3 output formats. | ||
1410 | |||
1411 | 2009-08-05 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1412 | |||
1413 | * plugins/check_snmp.c: Fix segfault in check_snmp (definitive fix | ||
1414 | is still in the works - see bug #2832451) | ||
1415 | |||
1416 | 2009-07-31 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1417 | |||
1418 | * plugins/check_snmp.c: Fix check_snmp passing single-quotes as -m | ||
1419 | argument when it should be empty | ||
1420 | |||
1421 | 2009-07-31 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1422 | |||
1423 | * plugins/check_snmp.c, plugins/t/check_snmp.t: check_snmp: Add some | ||
1424 | verbose output and tests | ||
1425 | |||
1426 | 2009-07-31 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1427 | |||
1428 | * plugins/tests/check_snmp.t, plugins/tests/check_snmp_agent.pl, | ||
1429 | plugins/tests/conf/snmpd.conf: Add tests using custom snmp agent Only multi-line string test for now (regression test), counter | ||
1430 | rollover tests planed with my snmp_counters_new branch. NB: 64bit counters are broken in NetSNMP::agent from NetSNMP version | ||
1431 | 5.4.1 and lower, but might come in handy one day | ||
1432 | |||
1433 | 2009-07-31 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1434 | |||
1435 | * plugins/t/check_snmp.t: Fix check_snmp Timetick test with <1 day | ||
1436 | uptime | ||
1437 | |||
1438 | 2009-07-23 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1439 | |||
1440 | * doc/RELEASING: Add accidentally removed line plus a note about the | ||
1441 | web copy | ||
1442 | |||
1443 | 2009-07-23 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1444 | |||
1445 | * doc/RELEASING: Merge changes from web | ||
1446 | |||
1447 | 2009-07-17 Ton Voon <ton.voon@opsera.com> | ||
1448 | |||
1449 | * doc/developer-guidelines.sgml: Updated links for | ||
1450 | exchange.nagios.org | ||
1451 | |||
1452 | 2009-07-14 Ton Voon <ton.voon@opsera.com> | ||
1453 | |||
1454 | * NEWS, THANKS.in, plugins-root/pst3.c: pst3 compile with Sun Studio | ||
1455 | Compiler | ||
1456 | |||
1457 | 2009-06-22 Ton Voon <ton.voon@opsera.com> | ||
1458 | |||
1459 | * plugins/check_cluster.c: Added example for check_cluster to alert | ||
1460 | if more than X non-OK states | ||
1461 | |||
1462 | 2009-06-16 Matthias Eble <psychotrahe@gmx.de> | ||
1463 | |||
1464 | * NPTest.pm: Switch back to "use Test" and plain prints instead of | ||
1465 | diag() | ||
1466 | |||
1467 | 2009-06-16 Matthias Eble <psychotrahe@gmx.de> | ||
1468 | |||
1469 | * NPTest.pm: Tinderbox output testing commit | ||
1470 | |||
1471 | 2009-06-15 Matthias Eble <psychotrahe@gmx.de> | ||
1472 | |||
1473 | * NPTest.pm, test.pl.in: Make output of "make test" more verbose This is intended to make error fixing based on tinderbox output | ||
1474 | easier. | ||
1475 | |||
1476 | 2009-06-14 Matthias Eble <psychotrahe@gmx.de> | ||
1477 | |||
1478 | * plugins-root/check_icmp.c: Fixed error in rtt/rta calculation in | ||
1479 | case of system clock problems Time differences are now set to 0 in case of backward timejumps so | ||
1480 | there are no wrap-around problems any more. The RTA calculation | ||
1481 | hopefully gets a more accurate value in these cases also. | ||
1482 | |||
1483 | 2009-06-13 Matthias Eble <psychotrahe@gmx.de> | ||
1484 | |||
1485 | * plugins-scripts/t/check_ifoperstatus.t, | ||
1486 | plugins-scripts/t/check_ifstatus.t, plugins/t/check_snmp.t: Fixed | ||
1487 | testcases for check_snmp, check_ifstatus and check_ifoperstatus when | ||
1488 | no snmp community is specified The checks for invalid/unavailable hosts need a complete command | ||
1489 | line. They failed on hosts where no community was specified. Now, | ||
1490 | an invalid community is used so the tests can run on hosts w/o snmp | ||
1491 | host/community in NPTest.cache. Execution will fail anyway. | ||
1492 | |||
1493 | 2009-06-13 Matthias Eble <psychotrahe@gmx.de> | ||
1494 | |||
1495 | * plugins-scripts/t/check_ifoperstatus.t, | ||
1496 | plugins-scripts/t/check_ifstatus.t: Further test parameters and skip | ||
1497 | blocks for check_ifoperstatus.t. getTestparam changes for | ||
1498 | check_ifstatus.t and ifoperstatus.t Added snmp_interface and snmp_ifxtable test parameters to | ||
1499 | check_ifoperstatus.t. Also getTestParameter calls for both plugins | ||
1500 | were converted to use three arguments instead of undocumented >3 arg | ||
1501 | behaviour which led to redundant data in NPTest.cache. | ||
1502 | |||
1503 | 2009-06-11 Matthias Eble <psychotrahe@gmx.de> | ||
1504 | |||
1505 | * : commit c66d2c6b3b6d948ff36126f5d3a7629279f47878 Author: Matthias | ||
1506 | Eble <psychotrahe@gmx.de> Date: Thu Jun 11 17:24:52 2009 +0200 | ||
1507 | |||
1508 | 2009-06-11 Matthias Eble <psychotrahe@gmx.de> | ||
1509 | |||
1510 | * NEWS, plugins-scripts/check_ifstatus.pl, | ||
1511 | plugins-scripts/t/check_ifstatus.t: Fixed SNMPv3 behaviour of | ||
1512 | check_ifstatus. Added -P to define privprotocol (#2343438 - Robin | ||
1513 | Schroeder) check_ifstatus didn't function correctly with SNMPv3. This is fixed | ||
1514 | now. Created argument-hash for SNMP session creation. This removes | ||
1515 | redundant code. Session creation was moved out of | ||
1516 | process_arguments() and now takes place after setting the timeout | ||
1517 | handler. Additionally the -P argument was added to specify the privprotocol. | ||
1518 | |||
1519 | 2009-06-11 Matthias Eble <psychotrahe@gmx.de> | ||
1520 | |||
1521 | * plugins-scripts/t/check_ifoperstatus.t: Added testcases for | ||
1522 | check_ifoperstatus Added testcases for check_ifoperstatus. No SNMPv3 testing included | ||
1523 | for now. | ||
1524 | |||
1525 | 2009-06-11 Matthias Eble <psychotrahe@gmx.de> | ||
1526 | |||
1527 | * plugins-scripts/check_ifoperstatus.pl: minor fixes to | ||
1528 | check_ifoperstatus Minor output fixes for check_ifoperstatus. Fixed typo so that -n | ||
1529 | now implies -I as documented. | ||
1530 | |||
1531 | 2009-06-10 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1532 | |||
1533 | * lib/extra_opts.h, lib/tests/test_opts1.c, lib/tests/test_opts2.c: | ||
1534 | Use a more "natural" way of writing argument lists in extra-opts | ||
1535 | tests. | ||
1536 | |||
1537 | 2009-06-11 Matthias Eble <psychotrahe@gmx.de> | ||
1538 | |||
1539 | * NEWS, plugins-scripts/check_ifoperstatus.pl: check_ifoperstatus is | ||
1540 | now more user friendly in case of missing arguments Added proper usage messages in case of missing arguments. Removed | ||
1541 | accidently committed Data::Dumper call. Minor whitespace fixes. | ||
1542 | |||
1543 | 2009-06-11 Matthias Eble <psychotrahe@gmx.de> | ||
1544 | |||
1545 | * plugins-scripts/check_ifoperstatus.pl: Whitespace and indent fixes | ||
1546 | for check_ifoperstatus | ||
1547 | |||
1548 | 2009-06-11 Matthias Eble <psychotrahe@gmx.de> | ||
1549 | |||
1550 | * NEWS, plugins-scripts/check_ifoperstatus.pl: Fixed SNMPv3 | ||
1551 | behaviour of check_ifoperstatus. Added -x to define privprotocol | ||
1552 | (#2343438 - Robin Schroeder) check_ifoperstatus didn't function correctly with SNMPv3. This is | ||
1553 | fixed now. Created argument-hash for SNMP session creation. This | ||
1554 | removes redundant code. Session creation was moved out of | ||
1555 | process_arguments() and now takes place after setting the timeout | ||
1556 | handler. Additionally the -x argument was added to specify the privprotocol. | ||
1557 | |||
1558 | 2009-06-02 Holger Weiss <holger@zedat.fu-berlin.de> | ||
1559 | |||
1560 | * THANKS.in, lib/utils_base.c: Fix the memory allocation for the | ||
1561 | thresholds data Allocate the appropriate amount of memory for storing the thresholds | ||
1562 | data. Before, we allocated the amount of memory required for | ||
1563 | storing a _pointer_ to the thresholds data. This crashed (at least) | ||
1564 | check_mysql when using its "-S" option on FreeBSD/amd64 (as reported | ||
1565 | and analyzed by Nikita Kalabukhov - 2797757). Signed-off-by: Holger Weiss <holger@zedat.fu-berlin.de> | ||
1566 | |||
1567 | 2009-06-02 Holger Weiss <holger@zedat.fu-berlin.de> | ||
1568 | |||
1569 | * plugins-root/check_icmp.c: Don't use the plain char type for data | ||
1570 | buffers Buffers which are used for holding arbitrary data should be | ||
1571 | referenced using pointers to void and accessed using pointers to | ||
1572 | unsigned char. Signed-off-by: Holger Weiss <holger@zedat.fu-berlin.de> | ||
1573 | |||
1574 | 2009-06-01 Matthias Eble <psychotrahe@gmx.de> | ||
1575 | |||
1576 | * plugins/check_pgsql.c: Whitespace indent fixes for check_pgsql | ||
1577 | |||
1578 | 2009-06-01 Matthias Eble <psychotrahe@gmx.de> | ||
1579 | |||
1580 | * plugins-root/check_icmp.c: Fixed check_icmp compiler warnings by | ||
1581 | including float.h Self defined DBL_MAX caused compiler warnings. Now float.h which | ||
1582 | defines DBL_MAX is included. | ||
1583 | |||
1584 | 2009-06-01 Matthias Eble <psychotrahe@gmx.de> | ||
1585 | |||
1586 | * plugins-root/check_icmp.c: Fixed --help output for warn and | ||
1587 | critical thresholds (sf.net #2796624, debian #530553) check_icmp wrongly calculated the current thresholds in --help | ||
1588 | output. | ||
1589 | |||
1590 | 2009-06-01 Matthias Eble <psychotrahe@gmx.de> | ||
1591 | |||
1592 | * plugins/check_pgsql.c: Added verbose output to check_pgsql | ||
1593 | (#2799281 - Jun Kuriyama) check_pgsql displayed the -v flag in help output, but didn't accept | ||
1594 | the verbosity argument. Added -v and basic verbose output. | ||
1595 | |||
1596 | 2009-06-01 Matthias Eble <psychotrahe@gmx.de> | ||
1597 | |||
1598 | * NEWS, plugins/check_fping.c: check_fping now supports passing | ||
1599 | target timeout and interval to fping (#2347686 - Martin Foster) Added support for passing timeout and interval length to | ||
1600 | check_fping. To protect compatibility, both options use fping's | ||
1601 | defaults if they are not specified on the command line. | ||
1602 | |||
1603 | 2009-05-27 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1604 | |||
1605 | * NEWS, lib/utils_base.h, plugins/check_snmp.c, | ||
1606 | plugins/t/check_snmp.t: check_snmp: Make use of standard threshold | ||
1607 | functions This patch makes use of standard threshold functions. This allows | ||
1608 | using doubles as thresholds. Since SNMP supports only integers, double precision numbers are | ||
1609 | only printed when parsed from a STRING type. In addition, support for printing properly Timeticks type has been | ||
1610 | added, and the code has been thoroughly cleaned. | ||
1611 | |||
1612 | 2009-05-27 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1613 | |||
1614 | * plugins/check_snmp.c: Fix whitespaces in check_snmp | ||
1615 | |||
1616 | 2009-05-26 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1617 | |||
1618 | * NEWS, THANKS.in, plugins/Makefile.am, plugins/check_by_ssh.c: Fix | ||
1619 | check_by_ssh interpretation of quotes in -C parameter (#1985246, | ||
1620 | #2268675) | ||
1621 | |||
1622 | 2009-05-22 Matthias Eble <psychotrahe@gmx.de> | ||
1623 | |||
1624 | * NEWS, plugins/check_mrtgtraf.c: Fixed wrong perfdata label for | ||
1625 | output traffic in check_mrtgtraf check_mrtgtraf used the label "in" for both input and output | ||
1626 | traffic. This fixed, now. | ||
1627 | |||
1628 | 2009-05-22 Matthias Eble <psychotrahe@gmx.de> | ||
1629 | |||
1630 | * plugins/check_smtp.c: Removed -n option in check_smtp's help and | ||
1631 | usage output (#2782784) Check_smtp's help showed the -n/--nocommand options to not send an | ||
1632 | SMTP command. This usage is covered by check_tcp and is thus not | ||
1633 | needed in check_smtp. | ||
1634 | |||
1635 | 2009-05-20 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1636 | |||
1637 | * plugins/sslutils.c: Whitespace changes only | ||
1638 | |||
1639 | 2009-05-20 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1640 | |||
1641 | * NEWS, THANKS.in, plugins/check_http.c, plugins/netutils.h, | ||
1642 | plugins/sslutils.c: check_http: Add SSL/TLS hostname extension | ||
1643 | support (SNI) - (#1939022 - Joe Presbrey) | ||
1644 | |||
1645 | 2009-05-20 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1646 | |||
1647 | * NEWS, THANKS.in, plugins-scripts/subst.in: Fix awk subst.in/subst | ||
1648 | script path error (#2722832 - Martin Foster) | ||
1649 | |||
1650 | 2009-05-20 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1651 | |||
1652 | * NEWS, THANKS.in, plugins/check_mysql.c, | ||
1653 | plugins/check_mysql_query.c: Fix check_mysql* not using password set | ||
1654 | in my.cnf (#2531905 - Ben Timby) | ||
1655 | |||
1656 | 2009-05-20 Holger Weiss <holger@zedat.fu-berlin.de> | ||
1657 | |||
1658 | * gl/Makefile.am, gl/alignof.h, gl/arpa_inet.in.h, gl/c-strtod.c, | ||
1659 | gl/c-strtod.h, gl/config.charset, gl/dup-safer.c, gl/fd-safer.c, | ||
1660 | gl/fsusage.c, gl/gai_strerror.c, gl/getloadavg.c, gl/getopt1.c, | ||
1661 | gl/gettext.h, gl/localcharset.c, gl/m4/00gnulib.m4, gl/m4/btowc.m4, | ||
1662 | gl/m4/c-strtod.m4, gl/m4/errno_h.m4, gl/m4/extensions.m4, | ||
1663 | gl/m4/fcntl_h.m4, gl/m4/floorf.m4, gl/m4/gnulib-common.m4, | ||
1664 | gl/m4/gnulib-comp.m4, gl/m4/include_next.m4, gl/m4/inet_ntop.m4, | ||
1665 | gl/m4/lib-link.m4, gl/m4/lib-prefix.m4, gl/m4/locale-fr.m4, | ||
1666 | gl/m4/locale-ja.m4, gl/m4/locale-zh.m4, gl/m4/mbrtowc.m4, | ||
1667 | gl/m4/mktime.m4, gl/m4/multiarch.m4, gl/m4/printf.m4, | ||
1668 | gl/m4/regex.m4, gl/m4/stdint.m4, gl/m4/stdio_h.m4, | ||
1669 | gl/m4/stdlib_h.m4, gl/m4/strdup.m4, gl/m4/sys_socket_h.m4, | ||
1670 | gl/m4/unistd_h.m4, gl/m4/vasnprintf.m4, gl/m4/wchar.m4, | ||
1671 | gl/m4/wcrtomb.m4, gl/math.in.h, gl/mbrtowc.c, gl/mountlist.c, | ||
1672 | gl/regex_internal.h, gl/stdint.in.h, gl/stdio.in.h, gl/stdlib.in.h, | ||
1673 | gl/strdup.c, gl/strerror.c, gl/sys_socket.in.h, gl/unistd.in.h, | ||
1674 | gl/vasnprintf.c, gl/wchar.in.h, gl/xmalloc.c: Sync with the latest | ||
1675 | Gnulib code (cb75dc5) Signed-off-by: Holger Weiss <holger@zedat.fu-berlin.de> | ||
1676 | |||
1677 | 2009-05-19 Chris Pepper <pepper@reppep.com> | ||
1678 | |||
1679 | * plugins/check_ups.c, plugins/urlize.c: Fix a few minor typos Signed-off-by: Holger Weiss <holger@zedat.fu-berlin.de> | ||
1680 | |||
1681 | 2009-05-19 Holger Weiss <holger@zedat.fu-berlin.de> | ||
1682 | |||
1683 | * doc/developer-guidelines.sgml: Talk about Git instead of CVS Update the Developer Guidelines to reflect the fact that our | ||
1684 | development is done using Git instead of CVS these days (as noted by | ||
1685 | Chris Pepper on the "nagiosplug-devel" list). While at it, apply another few minor cleanups. Signed-off-by: Holger Weiss <holger@zedat.fu-berlin.de> | ||
1686 | |||
1687 | 2009-05-19 Holger Weiss <holger@zedat.fu-berlin.de> | ||
1688 | |||
1689 | * doc/developer-guidelines.sgml: Remove comments regarding former | ||
1690 | requirements Don't explain why Libtool and Gettext are no longer needed. Libtool | ||
1691 | actually is a requirement, as (at least) the M4 macros provided by | ||
1692 | Libtool are needed for our Autotools setup. And the fact that | ||
1693 | Gettext is no longer needed probably isn't that interesting for new | ||
1694 | developers. Signed-off-by: Holger Weiss <holger@zedat.fu-berlin.de> | ||
1695 | |||
1696 | 2009-05-07 Ton Voon <tonvoon@macbook-2.local> | ||
1697 | |||
1698 | * NEWS, THANKS.in, plugins/check_disk.c: Fixed typo in check_disk | ||
1699 | |||
1700 | 2009-05-01 Matthias Eble <psychotrahe@gmx.de> | ||
1701 | |||
1702 | * NEWS, plugins/check_nt.c, plugins/tests/check_nt.t: Fixed crash | ||
1703 | from check_nt when -H unspecified or given multiple times (sf.net | ||
1704 | #2731755, debian #521097) | ||
1705 | |||
1706 | 2009-03-24 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1707 | |||
1708 | * NEWS, plugins/check_nt.c: check_nt: allow returning UNKNOWN on | ||
1709 | timeouts (-u) | ||
1710 | |||
1711 | 2009-03-24 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1712 | |||
1713 | * plugins/netutils.c, plugins/netutils.h: Make socket alarm handler | ||
1714 | customisable (like c459ca07) | ||
1715 | |||
1716 | 2009-03-24 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1717 | |||
1718 | * NEWS, THANKS.in, plugins/check_mysql.c: check_mysql: Fix segfault | ||
1719 | with old slaves (#2696823 - Oskar Ahner) | ||
1720 | |||
1721 | 2009-03-24 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1722 | |||
1723 | * plugins/check_nt.c: Whitespace and intend cleanup | ||
1724 | |||
1725 | 2009-03-21 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1726 | |||
1727 | * plugins/check_http.c: Update check_http short help with new stycky | ||
1728 | and stickyport options. | ||
1729 | |||
1730 | 2009-03-21 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1731 | |||
1732 | * plugins/check_http.c: check_http: die when an invalid --onredirect | ||
1733 | option is specified | ||
1734 | |||
1735 | 2009-03-21 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1736 | |||
1737 | * NEWS, plugins/check_http.c, plugins/tests/check_http.t: | ||
1738 | check_http: add --onredirect=stickyport - also follow the same port | ||
1739 | |||
1740 | 2009-03-20 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1741 | |||
1742 | * .gitignore, gl/Makefile.am, gl/m4/gnulib-cache.m4, | ||
1743 | gl/m4/gnulib-comp.m4, gl/m4/mktime.m4, gl/m4/time_h.m4, | ||
1744 | gl/m4/time_r.m4, gl/m4/timegm.m4, gl/mktime.c, gl/time.in.h, | ||
1745 | gl/time_r.c, gl/timegm.c: Add the timegm Gnulib module | ||
1746 | |||
1747 | 2009-03-20 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1748 | |||
1749 | * NEWS, plugins/negate.c, plugins/t/negate.t: negate: make timeouts | ||
1750 | configurable | ||
1751 | |||
1752 | 2009-03-20 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1753 | |||
1754 | * plugins/utils.c, plugins/utils.h: Make alarm handler customisable | ||
1755 | |||
1756 | 2009-03-20 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1757 | |||
1758 | * NEWS, plugins/negate.c: negate: Fix not printing the real timeout | ||
1759 | in ALRM handler when timeout is left to default | ||
1760 | |||
1761 | 2009-03-20 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1762 | |||
1763 | * plugins/tests/check_http.t: tests/check_http.t: Add various | ||
1764 | timeout-related tests | ||
1765 | |||
1766 | 2009-03-19 Thomas Guyot-Sionnest thomas@aei.ca <root@sinnms01.180solutions.com> | ||
1767 | |||
1768 | * NEWS, plugins/check_http.c: Fixed check_http not timing-out on | ||
1769 | redirects | ||
1770 | |||
1771 | 2009-03-18 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1772 | |||
1773 | * plugins/sslutils.c, plugins/tests/check_http.t: Revert "Add | ||
1774 | timezone support and fix checks around cert expiration" (keep the | ||
1775 | expiration fix) This reverts commit d41a33a434558189300113c28b26e2d3d681d390. | ||
1776 | |||
1777 | 2009-03-18 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1778 | |||
1779 | * plugins/t/check_snmp.t: Add suggested multi-oid test (John A. | ||
1780 | Barbuto) | ||
1781 | |||
1782 | 2009-03-18 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1783 | |||
1784 | * plugins/check_snmp.c: check_snmp: Fix potential buffer overflow - | ||
1785 | enforce MAX_OIDS limit (John A. Barbuto) | ||
1786 | |||
1787 | 2009-03-18 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1788 | |||
1789 | * tools/tinderbox_build: Fix logging of STDERR in tinderbox tests | ||
1790 | phase | ||
1791 | |||
1792 | 2009-03-17 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1793 | |||
1794 | * plugins/sslutils.c, plugins/tests/check_http.t: Add timezone | ||
1795 | support and fix checks around cert expiration | ||
1796 | |||
1797 | 2009-03-17 Thomas Guyot-Sionnest <dermoth@solaris.beaubien.net> | ||
1798 | |||
1799 | * plugins/t/check_procs.t: Check for existence of pre-instaleld pst3 | ||
1800 | for Solaris tests in t/check_procs.t | ||
1801 | |||
1802 | 2009-03-17 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1803 | |||
1804 | * NEWS, plugins/check_http.c: Fix check_http sending HTTP/1.0 with | ||
1805 | v1.1 headers (#2638765) | ||
1806 | |||
1807 | 2009-03-16 Thomas Guyot-Sionnest <dermoth@solaris.beaubien.net> | ||
1808 | |||
1809 | * plugins/t/check_snmp.t: Fix check_snmp test on solaris | ||
1810 | |||
1811 | 2009-03-16 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1812 | |||
1813 | * plugins/tests/check_http.t: Update extended check_http tests for | ||
1814 | 0d78171... Also add some tests, and make debug mode loop | ||
1815 | infinitely. | ||
1816 | |||
1817 | 2009-03-16 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1818 | |||
1819 | * plugins/check_http.c: check_http fixes: - Fix broken printf on 500 errors - Add bytes to normal output (accidentally removed in 0d78171) | ||
1820 | |||
1821 | 2009-03-16 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1822 | |||
1823 | * plugins/check_snmp.c, plugins/t/check_snmp.t: check_snmp fixes: - Fix broken compilation caused by typo in command ending - Remove extra whitespaces at EOL - Fix invalid host test on Ubuntu Hardy (and possibly others) | ||
1824 | |||
1825 | 2009-03-14 Ton Voon <tonvoon@macbook.local> | ||
1826 | |||
1827 | * plugins/check_snmp.c: Ignore stderr messages unless return code is | ||
1828 | non-zero or there is no output | ||
1829 | |||
1830 | 2009-03-14 Ton Voon <tonvoon@macbook.local> | ||
1831 | |||
1832 | * NEWS, THANKS.in, plugins/Makefile.am, plugins/check_snmp.c, | ||
1833 | plugins/t/check_snmp.t: Fixed passing of quotes in OID for | ||
1834 | check_snmp (#1985230 - Jan Wagner, patch by John Barbuto) | ||
1835 | |||
1836 | 2009-03-06 Ton Voon <tonvoon@macbook.local> | ||
1837 | |||
1838 | * plugins/tests/certs/expired-cert.pem, | ||
1839 | plugins/tests/certs/expired-key.pem, plugins/tests/check_http.t: | ||
1840 | Create expired cert for testing purposes. Updated tests to check | ||
1841 | expired and unexpired certificates | ||
1842 | |||
1843 | 2009-03-05 Ton Voon <tonvoon@macbook.local> | ||
1844 | |||
1845 | * : commit 8580335779b44f23a97b5534c90262b9658a37d7 Author: Ton Voon | ||
1846 | <tonvoon@macbook.local> Date: Thu Mar 5 23:37:45 2009 +0000 | ||
1847 | |||
1848 | 2009-02-24 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1849 | |||
1850 | * NEWS, THANKS.in, plugins/check_snmp.c: check_snmp long help | ||
1851 | missing retries entry (#2608223) Fix for check_snmp long help, reported by Richard Edward Horner | ||
1852 | |||
1853 | 2009-02-20 Ton Voon <tonvoon@macbook.local> | ||
1854 | |||
1855 | * po/fr.po: Updated string ids, due to typo fixes | ||
1856 | |||
1857 | 2009-02-20 Ton Voon <tonvoon@macbook.local> | ||
1858 | |||
1859 | * plugins-scripts/check_mailq.pl, plugins/check_dns.c, | ||
1860 | plugins/check_http.c, plugins/check_ldap.c, plugins/check_mysql.c, | ||
1861 | plugins/check_procs.c, plugins/check_radius.c, | ||
1862 | plugins/check_snmp.c, plugins/check_tcp.c, plugins/check_ups.c: Typo | ||
1863 | fixes (Jan Wagner - SF 1878971) | ||
1864 | |||
1865 | 2009-02-19 Ton Voon <tonvoon@macbook.local> | ||
1866 | |||
1867 | * NEWS, THANKS.in, plugins/check_nt.c, plugins/tests/check_nt.t: | ||
1868 | Fixed coredump from check_nt when drive not found (Olli Hauer - SF | ||
1869 | 2179754) | ||
1870 | |||
1871 | 2009-02-06 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1872 | |||
1873 | * doc/RELEASING: Devel doc: NP-VERSION-GEN needs to be updated as | ||
1874 | well | ||
1875 | |||
1876 | 2009-02-06 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1877 | |||
1878 | * NEWS: Small correction in NEWS entry | ||
1879 | |||
1880 | 2009-02-06 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1881 | |||
1882 | * doc/LEAVERS, doc/NEW_STARTERS, doc/RELEASING: Update the devel | ||
1883 | notes for Git | ||
1884 | |||
1885 | 2009-02-06 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1886 | |||
1887 | * doc/LEAVERS, doc/NEW_STARTERS, doc/RELEASING: Revert "Moving | ||
1888 | project administration documents to nagiosplugins.org site" This reverts commit f4a52594818e7c3634a397ac1f86ef87a68bd121. | ||
1889 | |||
1890 | 2009-02-05 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1891 | |||
1892 | * NEWS, plugins/check_http.c: check_http --onredirect=sticky follows | ||
1893 | using the same IP address (sf.net #2550208). | ||
1894 | |||
1895 | 2009-02-03 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1896 | |||
1897 | * NEWS: Add NEWS entry for last commit | ||
1898 | |||
1899 | 2009-02-03 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1900 | |||
1901 | * plugins/check_http.c: Fix aberrant behaviours in check_http: check_http used to ignore many parameters with check combinations - | ||
1902 | sometimes even time thresholds(!!) With this commit as long as a response is received *all* checks are | ||
1903 | performed on it. This fixes #1460312 plus a number of other issues I discovered over | ||
1904 | time. | ||
1905 | |||
1906 | 2009-01-26 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1907 | |||
1908 | * lib/tests/test_utils.c, lib/utils_base.c, lib/utils_base.h, | ||
1909 | plugins/check_ntp_peer.c: Make extract_value more generic: Add a separator argument passed using defines. | ||
1910 | |||
1911 | 2009-01-24 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1912 | |||
1913 | * lib/tests/test_ini1.c, lib/tests/test_opts1.c: Remove the | ||
1914 | commented out blocks The die tests are implemented in the test_*3.t files | ||
1915 | |||
1916 | 2009-01-24 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1917 | |||
1918 | * lib/tests/test_ini1.t, lib/tests/test_ini3.t: Fix paths in | ||
1919 | test_ini tests | ||
1920 | |||
1921 | 2009-01-23 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1922 | |||
1923 | * .gitignore, configure.in, lib/tests/Makefile.am, | ||
1924 | lib/tests/test_ini.c, lib/tests/test_ini.t, lib/tests/test_ini1.c, | ||
1925 | lib/tests/test_ini1.t, lib/tests/test_ini3.c, | ||
1926 | lib/tests/test_ini3.t, lib/tests/test_opts3.t: Add die tests for | ||
1927 | parse_ini | ||
1928 | |||
1929 | 2009-01-22 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1930 | |||
1931 | * lib/parse_ini.c, lib/tests/test_opts3.t: Return UNKNOWN if none of | ||
1932 | the default files can be found. It makes no sense to return unknown if an implicit section is not | ||
1933 | found, but go on if the file is missing | ||
1934 | |||
1935 | 2009-01-21 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1936 | |||
1937 | * .gitignore, configure.in, lib/tests/Makefile.am, | ||
1938 | lib/tests/test_opts1.c, lib/tests/test_opts2.c, | ||
1939 | lib/tests/test_opts3.c, lib/tests/test_opts3.t: Add die tests for | ||
1940 | extra-opts | ||
1941 | |||
1942 | 2009-01-19 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1943 | |||
1944 | * lib/tests/test_utils.c, lib/utils_base.c, lib/utils_base.h, | ||
1945 | plugins/check_ntp_peer.c: Move check_ntp's extract_value to | ||
1946 | utils_base.c. This function can also be used to parse performance data strings | ||
1947 | which could be useful in the future. | ||
1948 | |||
1949 | 2009-01-21 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1950 | |||
1951 | * .gitignore: Accidentally included built executables - also updated | ||
1952 | .gitignore | ||
1953 | |||
1954 | 2009-01-20 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1955 | |||
1956 | * configure.in, lib/tests/Makefile.am, lib/tests/test_opts.c, | ||
1957 | lib/tests/test_opts.t, lib/tests/test_opts1.c, | ||
1958 | lib/tests/test_opts1.t, lib/tests/test_opts2.c, | ||
1959 | lib/tests/test_opts2.t: Some platform are missing setenv Instead of adding the gnulib module for solving tests only I split | ||
1960 | the test in two, setting environment from Perl for the later. | ||
1961 | |||
1962 | 2009-01-20 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1963 | |||
1964 | * lib/tests/Makefile.am: Fix (or try at least) for IRIX compile to | ||
1965 | tap tests Gnulib says: "$(LTLIBINTL) when linking with libtool, $(LIBINTL) | ||
1966 | otherwise" Everywhere else we use LTLIBINTL so I assume the tests | ||
1967 | should use it as well. | ||
1968 | |||
1969 | 2009-01-20 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1970 | |||
1971 | * plugins/t/check_users.t: Trick for check_users test without users | ||
1972 | logged-in | ||
1973 | |||
1974 | 2009-01-19 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1975 | |||
1976 | * tools/tinderbox_build: Build extra-opts in tinderbox so they can | ||
1977 | be tested | ||
1978 | |||
1979 | 2009-01-18 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1980 | |||
1981 | * lib/tests/Makefile.am: Re-apply "Cleanup; fix the way libraries | ||
1982 | are linked; Make-It-Simple(tm)" This reverts commit 7449b16b1781c645751e2c05b93893e93630fb2a. | ||
1983 | |||
1984 | 2009-01-18 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1985 | |||
1986 | * gl/wchar.in.h: Trying out new patch for IRIX 6.5 from Bruno Haible See: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/16341 | ||
1987 | |||
1988 | 2009-01-18 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1989 | |||
1990 | * gl/wchar.in.h: Revert "Trying out a patch for IRIX 11" This reverts commit d190c5d25865a7414eea4fe6409a94842fba220e. | ||
1991 | |||
1992 | 2009-01-16 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1993 | |||
1994 | * gl/wchar.in.h: Trying out a patch for IRIX 11 See: | ||
1995 | http://lists.gnu.org/archive/html/bug-gnulib/2009-01/msg00098.html | ||
1996 | |||
1997 | 2009-01-15 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
1998 | |||
1999 | * configure.in: Removing AC_FUNC_ALLOCA from configure.in (added in | ||
2000 | the gnulib sync commit) I added AC_FUNC_ALLOCA because of a mistake on my part (which has | ||
2001 | been fixed before the final commit). Removing it now. | ||
2002 | |||
2003 | 2009-01-15 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
2004 | |||
2005 | * lib/tests/test_disk.c: Typo | ||
2006 | |||
2007 | 2009-01-15 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
2008 | |||
2009 | * .gitignore, build-aux/config.rpath, configure.in, gl/Makefile.am, | ||
2010 | gl/alloca.in.h, gl/arpa_inet.in.h, gl/base64.c, gl/base64.h, | ||
2011 | gl/btowc.c, gl/config.charset, gl/errno.in.h, gl/fcntl.in.h, | ||
2012 | gl/float.in.h, gl/gai_strerror.c, gl/getaddrinfo.c, | ||
2013 | gl/getaddrinfo.h, gl/gethostname.c, gl/getloadavg.c, gl/getopt.c, | ||
2014 | gl/inet_ntop.c, gl/inet_ntop.h, gl/localcharset.c, | ||
2015 | gl/m4/absolute-header.m4, gl/m4/alloca.m4, gl/m4/arpa_inet_h.m4, | ||
2016 | gl/m4/btowc.m4, gl/m4/c-strtod.m4, gl/m4/codeset.m4, | ||
2017 | gl/m4/double-slash-root.m4, gl/m4/eoverflow.m4, gl/m4/errno_h.m4, | ||
2018 | gl/m4/extensions.m4, gl/m4/fcntl_h.m4, gl/m4/fsusage.m4, | ||
2019 | gl/m4/getaddrinfo.m4, gl/m4/gethostname.m4, gl/m4/getloadavg.m4, | ||
2020 | gl/m4/getopt.m4, gl/m4/gettext.m4, gl/m4/glibc2.m4, | ||
2021 | gl/m4/glibc21.m4, gl/m4/gnulib-cache.m4, gl/m4/gnulib-common.m4, | ||
2022 | gl/m4/gnulib-comp.m4, gl/m4/gnulib-tool.m4, gl/m4/hostent.m4, | ||
2023 | gl/m4/iconv.m4, gl/m4/include_next.m4, gl/m4/inet_ntop.m4, | ||
2024 | gl/m4/inline.m4, gl/m4/intdiv0.m4, gl/m4/intldir.m4, | ||
2025 | gl/m4/intlmacosx.m4, gl/m4/intmax.m4, gl/m4/intmax_t.m4, | ||
2026 | gl/m4/inttypes-pri.m4, gl/m4/inttypes_h.m4, gl/m4/lcmessage.m4, | ||
2027 | gl/m4/lib-ld.m4, gl/m4/lib-link.m4, gl/m4/lib-prefix.m4, | ||
2028 | gl/m4/localcharset.m4, gl/m4/locale-fr.m4, gl/m4/locale-ja.m4, | ||
2029 | gl/m4/locale-zh.m4, gl/m4/lock.m4, gl/m4/longlong.m4, | ||
2030 | gl/m4/ls-mntd-fs.m4, gl/m4/malloc.m4, gl/m4/math_h.m4, | ||
2031 | gl/m4/mbrtowc.m4, gl/m4/mbsinit.m4, gl/m4/mbstate_t.m4, | ||
2032 | gl/m4/mountlist.m4, gl/m4/multiarch.m4, gl/m4/netdb_h.m4, | ||
2033 | gl/m4/netinet_in_h.m4, gl/m4/nls.m4, gl/m4/onceonly.m4, | ||
2034 | gl/m4/onceonly_2_57.m4, gl/m4/open.m4, gl/m4/po.m4, | ||
2035 | gl/m4/printf-posix.m4, gl/m4/printf.m4, gl/m4/progtest.m4, | ||
2036 | gl/m4/regex.m4, gl/m4/servent.m4, gl/m4/size_max.m4, | ||
2037 | gl/m4/snprintf.m4, gl/m4/sockpfaf.m4, gl/m4/stdbool.m4, | ||
2038 | gl/m4/stdint.m4, gl/m4/stdint_h.m4, gl/m4/stdio_h.m4, | ||
2039 | gl/m4/stdlib_h.m4, gl/m4/strdup.m4, gl/m4/strerror.m4, | ||
2040 | gl/m4/string_h.m4, gl/m4/strndup.m4, gl/m4/strnlen.m4, | ||
2041 | gl/m4/sys_socket_h.m4, gl/m4/threadlib.m4, gl/m4/uintmax_t.m4, | ||
2042 | gl/m4/unistd_h.m4, gl/m4/vasnprintf.m4, gl/m4/visibility.m4, | ||
2043 | gl/m4/vsnprintf.m4, gl/m4/wchar.m4, gl/m4/wchar_t.m4, | ||
2044 | gl/m4/wcrtomb.m4, gl/m4/wctype.m4, gl/m4/wint_t.m4, gl/m4/write.m4, | ||
2045 | gl/m4/xsize.m4, gl/math.in.h, gl/mbrtowc.c, gl/mbsinit.c, | ||
2046 | gl/netdb.in.h, gl/netinet_in.in.h, gl/open-safer.c, gl/open.c, | ||
2047 | gl/regcomp.c, gl/regex_internal.c, gl/regex_internal.h, | ||
2048 | gl/regexec.c, gl/snprintf.c, gl/stdbool.in.h, gl/stdint.in.h, | ||
2049 | gl/stdio-write.c, gl/stdio.in.h, gl/stdlib.in.h, gl/strdup.c, | ||
2050 | gl/streq.h, gl/strerror.c, gl/string.in.h, gl/sys_socket.in.h, | ||
2051 | gl/unistd.in.h, gl/vasnprintf.c, gl/vasprintf.c, gl/verify.h, | ||
2052 | gl/vsnprintf.c, gl/wchar.in.h, gl/wcrtomb.c, gl/wctype.in.h, | ||
2053 | gl/write.c, gl/xalloc.h, gl/xmalloc.c, gl/xsize.h, | ||
2054 | plugins/Makefile.am, plugins/netutils.h: Sync with gnulib | ||
2055 | |||
2056 | 2009-01-15 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
2057 | |||
2058 | * tap/tap.h: Clean up last commit - remove the __STDC_VERSION__ | ||
2059 | check in tap.h HP-UX refuses to compile tap with the check for __STDC_VERSION__ >= | ||
2060 | 199901L even though it can. | ||
2061 | |||
2062 | 2009-01-14 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
2063 | |||
2064 | * tap/tap.h: Trying to see if HP-UX will compile without the | ||
2065 | __STDC_VERSION__ check in tap.h | ||
2066 | |||
2067 | 2009-01-13 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
2068 | |||
2069 | * lib/Makefile.am: Make /lib before /lib/tests to satisfy | ||
2070 | dependencies (building tests fails on IRIX) | ||
2071 | |||
2072 | 2009-01-09 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
2073 | |||
2074 | * lib/tests/test_utils.c: Fix test from last commit | ||
2075 | |||
2076 | 2009-01-09 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
2077 | |||
2078 | * lib/tests/test_utils.c: basename check in test_utils.c was | ||
2079 | accidentaly added again. In 538b97c I reverted a serie of libtap patch by Ton Voon; it | ||
2080 | included the removal of the useless basename check. Relevant portion of the changelog from which it was removed | ||
2081 | (f31cd40): Removed basename test as we should use base_name from GNUlib which | ||
2082 | is tested separately | ||
2083 | |||
2084 | 2009-01-09 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
2085 | |||
2086 | * lib/Makefile.am, lib/tests/Makefile.am: Revert "Cleanup; fix the | ||
2087 | way libraries are linked; Make-It-Simple(tm)" Trying to see if this has any relation to the tinderbox failure. I | ||
2088 | doubt it and will revert back as soon as it's tested. This reverts commit a97e5fbda21a05574b0e3c5a5118402ebfbbd13c. | ||
2089 | |||
2090 | 2009-01-08 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
2091 | |||
2092 | * lib/tests/test_utils.c: Try to make IRIX happy (this fixes a | ||
2093 | similar warning in Solaris) | ||
2094 | |||
2095 | 2009-01-07 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
2096 | |||
2097 | * lib/Makefile.am, lib/tests/Makefile.am: Cleanup; fix the way | ||
2098 | libraries are linked; Make-It-Simple(tm) lib/Makefile.am | 2 +- lib/tests/Makefile.am | 37 ++++--------------------------------- 2 files changed, 5 insertions(+), 34 deletions(-) | ||
2099 | |||
2100 | 2009-01-06 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
2101 | |||
2102 | * tools/git2svn.pl: git2svn: Use --add-author-from with "git | ||
2103 | set-tree" | ||
2104 | |||
2105 | 2009-01-06 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
2106 | |||
2107 | * tools/tinderbox_build: tinderbox_build: Add --enable-libtap | ||
2108 | configure option | ||
2109 | |||
2110 | 2009-01-06 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
2111 | |||
2112 | * tools/tinderbox_build: tinderbox_build: Clarify comment | ||
2113 | |||
2114 | 2008-12-23 Ton Voon <tonvoon@macbook.local> | ||
2115 | |||
2116 | * plugins/check_snmp.c: Allow privproto to be passed through | ||
2117 | check_snmp to snmpget. Defaults to DES for compatibility | ||
2118 | |||
2119 | 2008-12-03 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
2120 | |||
2121 | * NEWS, THANKS.in, plugins/check_mrtg.c: check_mrtg: fix plugin | ||
2122 | returning UNKNOWN instead of OK (bug #2378068) | ||
2123 | |||
2124 | 2008-12-02 Ton Voon <tonvoon@macbook.local> | ||
2125 | |||
2126 | * tools/sfsnapshot: Updated to latest due to SF policy changes | ||
2127 | |||
2128 | 2008-11-28 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
2129 | |||
2130 | * .gitignore, Makefile.am, NEWS, configure.in, | ||
2131 | lib/tests/Makefile.am, tap/Makefile.am, tap/README, tap/tap.3, | ||
2132 | tap/tap.c, tap/tap.h, tap/tests/Makefile.am, tap/tests/README, | ||
2133 | tap/tests/diag/Makefile.am, tap/tests/diag/test.c, | ||
2134 | tap/tests/diag/test.pl, tap/tests/diag/test.t, | ||
2135 | tap/tests/fail/Makefile.am, tap/tests/fail/test.c, | ||
2136 | tap/tests/fail/test.pl, tap/tests/fail/test.t, | ||
2137 | tap/tests/ok/Makefile.am, tap/tests/ok/ok-hash/Makefile.am, | ||
2138 | tap/tests/ok/ok-hash/test.c, tap/tests/ok/ok-hash/test.pl, | ||
2139 | tap/tests/ok/ok-hash/test.t, tap/tests/ok/ok-numeric/Makefile.am, | ||
2140 | tap/tests/ok/ok-numeric/test.c, tap/tests/ok/ok-numeric/test.pl, | ||
2141 | tap/tests/ok/ok-numeric/test.t, tap/tests/ok/ok/Makefile.am, | ||
2142 | tap/tests/ok/ok/test.c, tap/tests/ok/ok/test.pl, | ||
2143 | tap/tests/ok/ok/test.t, tap/tests/pass/Makefile.am, | ||
2144 | tap/tests/pass/test.c, tap/tests/pass/test.pl, | ||
2145 | tap/tests/pass/test.t, tap/tests/plan/Makefile.am, | ||
2146 | tap/tests/plan/no-tests/Makefile.am, | ||
2147 | tap/tests/plan/no-tests/test.c, tap/tests/plan/no-tests/test.pl, | ||
2148 | tap/tests/plan/no-tests/test.t, tap/tests/plan/no_plan/Makefile.am, | ||
2149 | tap/tests/plan/no_plan/test.c, tap/tests/plan/no_plan/test.pl, | ||
2150 | tap/tests/plan/no_plan/test.t, | ||
2151 | tap/tests/plan/not-enough-tests/Makefile.am, | ||
2152 | tap/tests/plan/not-enough-tests/test.c, | ||
2153 | tap/tests/plan/not-enough-tests/test.pl, | ||
2154 | tap/tests/plan/not-enough-tests/test.t, | ||
2155 | tap/tests/plan/sane/Makefile.am, tap/tests/plan/sane/test.c, | ||
2156 | tap/tests/plan/sane/test.pl, tap/tests/plan/sane/test.t, | ||
2157 | tap/tests/plan/skip_all/Makefile.am, | ||
2158 | tap/tests/plan/skip_all/test.c, tap/tests/plan/skip_all/test.pl, | ||
2159 | tap/tests/plan/skip_all/test.t, | ||
2160 | tap/tests/plan/too-many-plans/Makefile.am, | ||
2161 | tap/tests/plan/too-many-plans/test.c, | ||
2162 | tap/tests/plan/too-many-plans/test.pl, | ||
2163 | tap/tests/plan/too-many-plans/test.t, | ||
2164 | tap/tests/plan/too-many-tests/Makefile.am, | ||
2165 | tap/tests/plan/too-many-tests/test.c, | ||
2166 | tap/tests/plan/too-many-tests/test.pl, | ||
2167 | tap/tests/plan/too-many-tests/test.t, tap/tests/skip/Makefile.am, | ||
2168 | tap/tests/skip/test.c, tap/tests/skip/test.pl, | ||
2169 | tap/tests/skip/test.t, tap/tests/todo/Makefile.am, | ||
2170 | tap/tests/todo/test.c, tap/tests/todo/test.pl, | ||
2171 | tap/tests/todo/test.t: Add Libtap as a bundled library (does not | ||
2172 | change any behaviour without --enable-libtap) Detects system library as pre-1.4.13 and does not install the | ||
2173 | built-in library anymore Tested on: - Linux x86_64, with and without local libtap (System libtap | ||
2174 | installed) - Linux x86, with and without local libtap (System libtap NOT | ||
2175 | installed) - Solaris SPARC, with and without local libtap, with and without | ||
2176 | system libtap installed | ||
2177 | |||
2178 | 2008-11-28 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
2179 | |||
2180 | * Makefile.am, configure.in, external/README, | ||
2181 | lib/tests/Makefile.am, lib/tests/test_all.t, | ||
2182 | lib/tests/test_base64.t, lib/tests/test_cmd.t, | ||
2183 | lib/tests/test_disk.t, lib/tests/test_ini.t, lib/tests/test_opts.t, | ||
2184 | lib/tests/test_tcp.t, lib/tests/test_utils.c, | ||
2185 | lib/tests/test_utils.t, tools/setup: Revert inclusion of libtap into | ||
2186 | nagiosplugins (except for the NEWS file) This reverts the following commits (latest first): f3e0909, 9f16b54, | ||
2187 | be8df51, f31cd40, 5270c7d, a25083f, f1bfe40, c503d85 and 6c476db | ||
2188 | |||
2189 | 2008-11-27 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
2190 | |||
2191 | * tools/tinderbox_build: tinderbox: Don't alter SunOS path if we're | ||
2192 | building off a repository tree SunOS make will work only out of snapshots and releases. | ||
2193 | |||
2194 | 2008-11-26 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
2195 | |||
2196 | * plugins-root/Makefile.am, plugins-scripts/Makefile.am, | ||
2197 | plugins/Makefile.am: Fixing build breakages (I totally forgot this | ||
2198 | rule was there...) | ||
2199 | |||
2200 | 2008-11-26 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
2201 | |||
2202 | * NP-VERSION-GEN: Fix it for good now | ||
2203 | |||
2204 | 2008-11-26 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
2205 | |||
2206 | * NP-VERSION-GEN: Minor fix in NP-VERSION-GEN | ||
2207 | |||
2208 | 2008-11-26 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
2209 | |||
2210 | * Makefile.am, NP-VERSION-GEN, configure.in, | ||
2211 | plugins-root/Makefile.am, plugins-scripts/Makefile.am, | ||
2212 | plugins/Makefile.am: Disable dynamic versionning for releases, and | ||
2213 | allow generating version out of subversion. This should be a definitive fix for systems with non-compilant make | ||
2214 | programs as the version will be taken from $(PACKAGE_VERSION) | ||
2215 | instead. At the same time I added code for generating svn-based version | ||
2216 | strings. | ||
2217 | |||
2218 | 2008-11-25 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
2219 | |||
2220 | * plugins-root/Makefile.am, plugins-scripts/Makefile.am, | ||
2221 | plugins/Makefile.am: Workaround to support more make programs Avoid the use of "-include". Since "include" is interpreted by | ||
2222 | Automake, we have to use a special macro instead. | ||
2223 | |||
2224 | 2008-11-25 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
2225 | |||
2226 | * plugins-scripts/Makefile.am: Exporting ENV vars from Makefile is | ||
2227 | supported only with GNU Make. Use the shell instead. | ||
2228 | |||
2229 | 2008-11-24 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
2230 | |||
2231 | * tools/distclean: tools/distclean: No need to bailout on distclean | ||
2232 | failures | ||
2233 | |||
2234 | 2008-11-24 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
2235 | |||
2236 | * tools/tinderbox_build: Revert "tinderbox: Comment out additional | ||
2237 | PATH conponent added for SunOS builds" This reverts commit 088452683cf881c6ed717cc559ca2eee3faa95ca. | ||
2238 | |||
2239 | 2008-11-23 Thomas Guyot-Sionnest <dermoth@solaris.beaubien.net> | ||
2240 | |||
2241 | * tools/tinderbox_build: tinderbox: Comment out additional PATH | ||
2242 | conponent added for SunOS builds | ||
2243 | |||
2244 | 2008-11-23 Thomas Guyot-Sionnest <dermoth@solaris.beaubien.net> | ||
2245 | |||
2246 | * plugins-root/Makefile.am, plugins-scripts/Makefile.am, | ||
2247 | plugins/Makefile.am: Avoid the use of .PHONY (target s created twice | ||
2248 | and I have no idea if it's right). | ||
2249 | |||
2250 | 2008-11-23 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
2251 | |||
2252 | * .gitignore: Update .gitignore to include missing file/extention | ||
2253 | |||
2254 | 2008-11-23 Thomas Guyot-Sionnest <dermoth@aei.ca> | ||
2255 | |||
2256 | * .gitignore: Add .gitignore (Imported from svn:ignore) | ||
2257 | |||
2258 | 2008-11-23 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
2259 | |||
2260 | * BRANCHES, Makefile.am, NP-VERSION-GEN, NPTest.pm, acinclude.m4, | ||
2261 | autogen.sh, command.cfg.in, configure.in, | ||
2262 | contrib/check_adptraid.sh, contrib/check_apc_ups.pl, | ||
2263 | contrib/check_appletalk.pl, contrib/check_arping.pl, | ||
2264 | contrib/check_email_loop.pl, contrib/check_fan_cpq_present, | ||
2265 | contrib/check_fan_fsc_present, contrib/check_frontpage, | ||
2266 | contrib/check_http-with-client-certificate.c, contrib/check_hw.sh, | ||
2267 | contrib/check_ica_master_browser.pl, | ||
2268 | contrib/check_ica_metaframe_pub_apps.pl, | ||
2269 | contrib/check_ica_program_neigbourhood.pl, | ||
2270 | contrib/check_inodes-freebsd.pl, contrib/check_javaproc.pl, | ||
2271 | contrib/check_joy.sh, contrib/check_log2.pl, | ||
2272 | contrib/check_lotus.pl, contrib/check_mem.pl, | ||
2273 | contrib/check_ms_spooler.pl, contrib/check_ora_table_space.pl, | ||
2274 | contrib/check_oracle_instance.pl, contrib/check_oracle_tbs, | ||
2275 | contrib/check_pfstate, contrib/check_rbl.c, contrib/check_smb.sh, | ||
2276 | contrib/check_snmp_disk_monitor.pl, contrib/check_snmp_printer.pl, | ||
2277 | contrib/check_snmp_process_monitor.pl, contrib/check_snmp_procs.pl, | ||
2278 | contrib/check_temp_cpq, contrib/check_temp_fsc, | ||
2279 | contrib/check_traceroute.pl, contrib/check_uptime.c, | ||
2280 | contrib/check_vcs.pl, contrib/check_wins.pl, | ||
2281 | contrib/packet_utils.pm, contrib/utils.py, doc/BRANCHING, | ||
2282 | doc/developer-guidelines.sgml, lib/extra_opts.c, lib/parse_ini.c, | ||
2283 | lib/tests/test_base64.c, lib/tests/test_cmd.c, | ||
2284 | lib/tests/test_disk.c, lib/tests/test_ini.c, lib/tests/test_opts.c, | ||
2285 | lib/tests/test_tcp.c, lib/tests/test_utils.c, lib/utils_base.c, | ||
2286 | lib/utils_cmd.c, lib/utils_disk.c, lib/utils_tcp.c, | ||
2287 | plugins-root/Makefile.am, plugins-root/check_dhcp.c, | ||
2288 | plugins-root/check_icmp.c, plugins-root/t/check_icmp.t, | ||
2289 | plugins-scripts/Makefile.am, plugins-scripts/check_breeze.pl, | ||
2290 | plugins-scripts/check_disk_smb.pl, | ||
2291 | plugins-scripts/check_file_age.pl, plugins-scripts/check_flexlm.pl, | ||
2292 | plugins-scripts/check_ifoperstatus.pl, | ||
2293 | plugins-scripts/check_ifstatus.pl, plugins-scripts/check_ircd.pl, | ||
2294 | plugins-scripts/check_log.sh, plugins-scripts/check_mailq.pl, | ||
2295 | plugins-scripts/check_mssql.pl, plugins-scripts/check_netdns.pl, | ||
2296 | plugins-scripts/check_ntp.pl, plugins-scripts/check_oracle.sh, | ||
2297 | plugins-scripts/check_rpc.pl, plugins-scripts/check_sensors.sh, | ||
2298 | plugins-scripts/check_wave.pl, plugins-scripts/subst.in, | ||
2299 | plugins-scripts/t/check_file_age.t, plugins-scripts/t/check_rpc.t, | ||
2300 | plugins-scripts/t/utils.t, plugins-scripts/utils.pm.in, | ||
2301 | plugins/Makefile.am, plugins/check_apt.c, plugins/check_by_ssh.c, | ||
2302 | plugins/check_cluster.c, plugins/check_dig.c, plugins/check_disk.c, | ||
2303 | plugins/check_dns.c, plugins/check_dummy.c, plugins/check_fping.c, | ||
2304 | plugins/check_game.c, plugins/check_hpjd.c, plugins/check_http.c, | ||
2305 | plugins/check_ide_smart.c, plugins/check_ldap.c, | ||
2306 | plugins/check_load.c, plugins/check_mrtg.c, | ||
2307 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
2308 | plugins/check_mysql_query.c, plugins/check_nagios.c, | ||
2309 | plugins/check_nt.c, plugins/check_ntp.c, plugins/check_ntp_peer.c, | ||
2310 | plugins/check_ntp_time.c, plugins/check_nwstat.c, | ||
2311 | plugins/check_overcr.c, plugins/check_pgsql.c, | ||
2312 | plugins/check_ping.c, plugins/check_procs.c, | ||
2313 | plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, | ||
2314 | plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, | ||
2315 | plugins/check_tcp.c, plugins/check_time.c, plugins/check_ups.c, | ||
2316 | plugins/check_users.c, plugins/common.h, plugins/negate.c, | ||
2317 | plugins/netutils.c, plugins/netutils.h, plugins/popen.c, | ||
2318 | plugins/popen.h, plugins/runcmd.c, plugins/runcmd.h, | ||
2319 | plugins/sslutils.c, plugins/t/check_by_ssh.t, | ||
2320 | plugins/t/check_cluster.t, plugins/t/check_dig.t, | ||
2321 | plugins/t/check_disk.t, plugins/t/check_dns.t, | ||
2322 | plugins/t/check_dummy.t, plugins/t/check_fping.t, | ||
2323 | plugins/t/check_ftp.t, plugins/t/check_hpjd.t, | ||
2324 | plugins/t/check_http.t, plugins/t/check_imap.t, | ||
2325 | plugins/t/check_jabber.t, plugins/t/check_load.t, | ||
2326 | plugins/t/check_mysql.t, plugins/t/check_mysql_query.t, | ||
2327 | plugins/t/check_nagios.t, plugins/t/check_ntp.t, | ||
2328 | plugins/t/check_ping.t, plugins/t/check_pop.t, | ||
2329 | plugins/t/check_procs.t, plugins/t/check_smtp.t, | ||
2330 | plugins/t/check_snmp.t, plugins/t/check_swap.t, | ||
2331 | plugins/t/check_tcp.t, plugins/t/check_time.t, | ||
2332 | plugins/t/check_udp.t, plugins/t/check_users.t, plugins/t/negate.t, | ||
2333 | plugins/urlize.c, plugins/utils.c, plugins/utils.h, test.pl.in, | ||
2334 | tools/README, tools/git2svn.pl, tools/mini_epn.c, tools/setup, | ||
2335 | tools/tinderbox_build: Removing CVS/SVN tags and replacing with | ||
2336 | git-based versioning For contrib/, full tags have been imported from | ||
2337 | subversion git-svn-id: | ||
2338 | |||
2339 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2091 f882894a-f735-0410-b71e-b25c423dba1c | ||
2340 | |||
2341 | 2008-11-20 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
2342 | |||
2343 | * plugins/check_disk.c: Add comment to recent check_disk patch git-svn-id: | ||
2344 | |||
2345 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2088 f882894a-f735-0410-b71e-b25c423dba1c | ||
2346 | |||
2347 | 2008-11-19 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
2348 | |||
2349 | * lib/parse_ini.c, lib/utils_base.c, lib/utils_disk.c, | ||
2350 | plugins-root/check_dhcp.c, plugins-root/check_icmp.c, | ||
2351 | plugins-root/pst3.c, plugins/check_apt.c, plugins/check_cluster.c, | ||
2352 | plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, | ||
2353 | plugins/check_game.c, plugins/check_hpjd.c, plugins/check_http.c, | ||
2354 | plugins/check_ldap.c, plugins/check_mrtg.c, plugins/check_mysql.c, | ||
2355 | plugins/check_nagios.c, plugins/check_ntp.c, | ||
2356 | plugins/check_ntp_peer.c, plugins/check_ntp_time.c, | ||
2357 | plugins/check_nwstat.c, plugins/check_pgsql.c, | ||
2358 | plugins/check_ping.c, plugins/check_radius.c, plugins/check_smtp.c, | ||
2359 | plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, | ||
2360 | plugins/check_tcp.c, plugins/check_time.c, plugins/check_ups.c, | ||
2361 | plugins/netutils.c, plugins/popen.c, plugins/urlize.c: Bulk EOL | ||
2362 | cleanup $ git diff --ignore-space-change|diffstat 0 files changed git-svn-id: | ||
2363 | |||
2364 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2087 f882894a-f735-0410-b71e-b25c423dba1c | ||
2365 | |||
2366 | 2008-11-19 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
2367 | |||
2368 | * NEWS, plugins/check_ntp.c, plugins/check_ntp_peer.c: Fixed buffer | ||
2369 | overflow in check_ntp/check_ntp_peer (#1999319, Ubuntu #291265) git-svn-id: | ||
2370 | |||
2371 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2086 f882894a-f735-0410-b71e-b25c423dba1c | ||
2372 | |||
2373 | 2008-11-19 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
2374 | |||
2375 | * NEWS, THANKS.in, lib/utils_disk.c, plugins/check_disk.c: | ||
2376 | check_disk: rerpopulate the mount list after doing a stat() on paths | ||
2377 | specified with -p for better automount support. NB: There's a memory leak here - properly freeing the mount list | ||
2378 | would invlove much more work - there's many other places where leaks | ||
2379 | can happen so it should be a project on its own. git-svn-id: | ||
2380 | |||
2381 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2085 f882894a-f735-0410-b71e-b25c423dba1c | ||
2382 | |||
2383 | 2008-11-14 Ton Voon <tonvoon@users.sourceforge.net> | ||
2384 | |||
2385 | * tools/sfupload: Helper script to upload tarballs to SF and create | ||
2386 | md5sum git-svn-id: | ||
2387 | |||
2388 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2081 f882894a-f735-0410-b71e-b25c423dba1c | ||
2389 | |||
2390 | 2008-11-11 Ton Voon <tonvoon@users.sourceforge.net> | ||
2391 | |||
2392 | * doc/developer-guidelines.sgml: Updated tinderbox link git-svn-id: | ||
2393 | |||
2394 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2080 f882894a-f735-0410-b71e-b25c423dba1c | ||
2395 | |||
2396 | 2008-11-08 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
2397 | |||
2398 | * NEWS, plugins/check_nt.c: Add missing long options for check_nt | ||
2399 | (for use with extra-opts) Extra-opts (ini files) requires long-options for setting up | ||
2400 | arguments. Added the missing ones for check_nt so that it can be | ||
2401 | properly used with extra-opts. git-svn-id: | ||
2402 | |||
2403 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2079 f882894a-f735-0410-b71e-b25c423dba1c | ||
2404 | |||
2405 | 2008-11-08 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
2406 | |||
2407 | * NEWS, plugins/check_disk.c, plugins/check_dns.c, | ||
2408 | plugins/check_ide_smart.c, plugins/check_mrtg.c, | ||
2409 | plugins/check_mrtgtraf.c, plugins/check_mysql_query.c, | ||
2410 | plugins/check_nt.c: Fix long options parsing in check_disk, | ||
2411 | check_dns, check_mrtg and check_mrtgtraf (check_tcp was done in an | ||
2412 | earlier commit) git-svn-id: | ||
2413 | |||
2414 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2078 f882894a-f735-0410-b71e-b25c423dba1c | ||
2415 | |||
2416 | 2008-11-08 Ton Voon <tonvoon@users.sourceforge.net> | ||
2417 | |||
2418 | * THANKS.in: Added Jan for check_http method patch git-svn-id: | ||
2419 | |||
2420 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2077 f882894a-f735-0410-b71e-b25c423dba1c | ||
2421 | |||
2422 | 2008-11-08 Ton Voon <tonvoon@users.sourceforge.net> | ||
2423 | |||
2424 | * NEWS, THANKS.in, plugins/check_http.c, plugins/tests/check_http.t: | ||
2425 | Fixed bug where extra headers and redirect caused segfault (Dieter | ||
2426 | Van de Walle - 2089159) git-svn-id: | ||
2427 | |||
2428 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2076 f882894a-f735-0410-b71e-b25c423dba1c | ||
2429 | |||
2430 | 2008-11-08 Ton Voon <tonvoon@users.sourceforge.net> | ||
2431 | |||
2432 | * NEWS, plugins/check_http.c, plugins/tests/check_http.t: check_http | ||
2433 | now has options to specify the HTTP method (Jan - 2155152) git-svn-id: | ||
2434 | |||
2435 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2075 f882894a-f735-0410-b71e-b25c423dba1c | ||
2436 | |||
2437 | 2008-11-08 Ton Voon <tonvoon@users.sourceforge.net> | ||
2438 | |||
2439 | * tools/setup: Fix for tar on Solaris git-svn-id: | ||
2440 | |||
2441 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2074 f882894a-f735-0410-b71e-b25c423dba1c | ||
2442 | |||
2443 | 2008-11-07 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
2444 | |||
2445 | * NEWS, THANKS.in, plugins-root/check_icmp.c: check_icmp now reports | ||
2446 | min and max round trip time perfdata (Steve Rader) git-svn-id: | ||
2447 | |||
2448 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2073 f882894a-f735-0410-b71e-b25c423dba1c | ||
2449 | |||
2450 | 2008-11-05 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
2451 | |||
2452 | * NEWS, plugins/check_tcp.c: Fix check_tcp longoptions handling git-svn-id: | ||
2453 | |||
2454 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2072 f882894a-f735-0410-b71e-b25c423dba1c | ||
2455 | |||
2456 | 2008-11-05 Ton Voon <tonvoon@users.sourceforge.net> | ||
2457 | |||
2458 | * lib/tests/Makefile.am: Need to add in the libgnu.la for Solaris | ||
2459 | and other platforms where missing functions have been replaced by | ||
2460 | GNUlib git-svn-id: | ||
2461 | |||
2462 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2071 f882894a-f735-0410-b71e-b25c423dba1c | ||
2463 | |||
2464 | 2008-11-05 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
2465 | |||
2466 | * NEWS: Missing NEWS item git-svn-id: | ||
2467 | |||
2468 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2070 f882894a-f735-0410-b71e-b25c423dba1c | ||
2469 | |||
2470 | 2008-11-05 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
2471 | |||
2472 | * lib/extra_opts.c, lib/tests/test_opts.c: Fix calculation of | ||
2473 | extra-opts parameters. By reading the current list instead of the additional one when | ||
2474 | counting parameters, extra-opts calculation was allocating | ||
2475 | insuficient space for the final array if later sections contained | ||
2476 | more arguments than the sum of all previously parsed sections. git-svn-id: | ||
2477 | |||
2478 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2069 f882894a-f735-0410-b71e-b25c423dba1c | ||
2479 | |||
2480 | 2008-11-05 Ton Voon <tonvoon@users.sourceforge.net> | ||
2481 | |||
2482 | * Makefile.am, NEWS, configure.in: Fixed libtap dependency issue. | ||
2483 | Warning: will install tap into lib directories if ./configure | ||
2484 | --enable-libtap is used, but as development tool, will be okay git-svn-id: | ||
2485 | |||
2486 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2068 f882894a-f735-0410-b71e-b25c423dba1c | ||
2487 | |||
2488 | 2008-11-05 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
2489 | |||
2490 | * plugins/t/check_http.t: Fix check_http test (altinity.com | ||
2491 | redirects now). git-svn-id: | ||
2492 | |||
2493 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2067 f882894a-f735-0410-b71e-b25c423dba1c | ||
2494 | |||
2495 | 2008-11-04 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
2496 | |||
2497 | * lib/tests/test_ini.c, lib/tests/test_opts.c: Fixed the test (not | ||
2498 | the bug yet) and added similar one to test_ini (that one works) git-svn-id: | ||
2499 | |||
2500 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2066 f882894a-f735-0410-b71e-b25c423dba1c | ||
2501 | |||
2502 | 2008-11-04 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
2503 | |||
2504 | * lib/tests/test_opts.c: Corrected test_opts plan git-svn-id: | ||
2505 | |||
2506 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2065 f882894a-f735-0410-b71e-b25c423dba1c | ||
2507 | |||
2508 | 2008-11-04 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
2509 | |||
2510 | * lib/tests/plugins.ini, lib/tests/test_opts.c: Adding extra-opts | ||
2511 | check that crash on my prod servers (*** glibc detected *** | ||
2512 | malloc(): memory corruption: 0x0804e248 ***) git-svn-id: | ||
2513 | |||
2514 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2064 f882894a-f735-0410-b71e-b25c423dba1c | ||
2515 | |||
2516 | 2008-11-04 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
2517 | |||
2518 | * NEWS, lib/parse_ini.c, lib/tests/plugin.ini: Make extra-opts (C | ||
2519 | plugins) behave more like N::P: N::P allows both '#' and ';' for comments. Extra-opts used to | ||
2520 | allow only '#', it now allows both (';' is the standard for ini | ||
2521 | files) Extra-opts does not allow trailing comments anymore (like | ||
2522 | N::P) git-svn-id: | ||
2523 | |||
2524 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2063 f882894a-f735-0410-b71e-b25c423dba1c | ||
2525 | |||
2526 | 2008-11-04 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
2527 | |||
2528 | * NEWS, THANKS.in, plugins/check_ups.c: check_ups now sends a LOGOUT | ||
2529 | string (debian bug #387001) git-svn-id: | ||
2530 | |||
2531 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2062 f882894a-f735-0410-b71e-b25c423dba1c | ||
2532 | |||
2533 | 2008-10-22 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
2534 | |||
2535 | * BUGS, NEWS, plugins-scripts/check_ifoperstatus.pl: | ||
2536 | check_ifoperstatus -n flag now works as expected (sf.net #1569488) | ||
2537 | check_ifoperstatus now supports ifType based lookup for ifIndex git-svn-id: | ||
2538 | |||
2539 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2061 f882894a-f735-0410-b71e-b25c423dba1c | ||
2540 | |||
2541 | 2008-10-21 Ton Voon <tonvoon@users.sourceforge.net> | ||
2542 | |||
2543 | * NEWS, tools/tinderbox_build: Updated tinderbox server git-svn-id: | ||
2544 | |||
2545 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2060 f882894a-f735-0410-b71e-b25c423dba1c | ||
2546 | |||
2547 | 2008-10-05 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
2548 | |||
2549 | * NEWS, plugins/check_users.c: check-users thresholds was >= rather | ||
2550 | than > as documented. git-svn-id: | ||
2551 | |||
2552 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2059 f882894a-f735-0410-b71e-b25c423dba1c | ||
2553 | |||
2554 | 2008-09-25 Ton Voon <tonvoon@users.sourceforge.net> | ||
2555 | |||
2556 | * BUGS, ChangeLog, NEWS, configure.in, package.def: Preparation for | ||
2557 | 1.4.13 git-svn-id: | ||
2558 | |||
2559 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2057 f882894a-f735-0410-b71e-b25c423dba1c | ||
2560 | |||
2561 | 2008-09-25 Ton Voon <tonvoon@users.sourceforge.net> | ||
2562 | |||
2563 | * plugins/tests/check_http.t: Fix small test failure git-svn-id: | ||
2564 | |||
2565 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2056 f882894a-f735-0410-b71e-b25c423dba1c | ||
2566 | |||
2567 | 2008-09-25 Ton Voon <tonvoon@users.sourceforge.net> | ||
2568 | |||
2569 | * doc/LEAVERS, doc/NEW_STARTERS, doc/RELEASING: Moving project | ||
2570 | administration documents to nagiosplugins.org site git-svn-id: | ||
2571 | |||
2572 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2055 f882894a-f735-0410-b71e-b25c423dba1c | ||
2573 | |||
2574 | 2008-09-02 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
2575 | |||
2576 | * plugins/check_ntp_peer.c: Typo git-svn-id: | ||
2577 | |||
2578 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2054 f882894a-f735-0410-b71e-b25c423dba1c | ||
2579 | |||
2580 | 2008-09-02 Holger Weiss <hweiss@users.sourceforge.net> | ||
2581 | |||
2582 | * THANKS.in, plugins/check_http.c: Some HTTP server | ||
2583 | applications/configurations cause trouble if the port is explicitly | ||
2584 | specified in our "Host:" header line. Therefore, we now specify the | ||
2585 | port only if we're using a non-default port (Erik Wasser - 2082501). git-svn-id: | ||
2586 | |||
2587 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2053 f882894a-f735-0410-b71e-b25c423dba1c | ||
2588 | |||
2589 | 2008-09-02 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
2590 | |||
2591 | * NEWS, plugins/check_ntp_peer.c: Fix possible segfault in | ||
2592 | check_ntp_peer with deliberately invalid packets git-svn-id: | ||
2593 | |||
2594 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2052 f882894a-f735-0410-b71e-b25c423dba1c | ||
2595 | |||
2596 | 2008-09-01 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
2597 | |||
2598 | * NEWS, plugins/check_ntp_peer.c, plugins/check_ntp_time.c: | ||
2599 | check_ntp_peer/check_ntp_time used to show port in --help but | ||
2600 | ignored the argument - now implemented. git-svn-id: | ||
2601 | |||
2602 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2051 f882894a-f735-0410-b71e-b25c423dba1c | ||
2603 | |||
2604 | 2008-09-01 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
2605 | |||
2606 | * NEWS, THANKS.in, plugins/check_http.c: Revert "Re-structure the | ||
2607 | HTTP 1.1 headers to prevent 301s on servers with virtual hosts" This reverts commit 2030 git-svn-id: | ||
2608 | |||
2609 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2050 f882894a-f735-0410-b71e-b25c423dba1c | ||
2610 | |||
2611 | 2008-09-01 Holger Weiss <hweiss@users.sourceforge.net> | ||
2612 | |||
2613 | * plugins/check_http.c: Under some circumstances, the 'url' path of | ||
2614 | a redirection target missed a leading slash. While this was fixed | ||
2615 | later on, the incomplete 'url' was used for redirection loop | ||
2616 | detection and error messages. This is now fixed by adding the | ||
2617 | missing slash immediately. git-svn-id: | ||
2618 | |||
2619 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2049 f882894a-f735-0410-b71e-b25c423dba1c | ||
2620 | |||
2621 | 2008-08-25 Ton Voon <tonvoon@users.sourceforge.net> | ||
2622 | |||
2623 | * plugins/tests/check_http.t: Fix HTTP::Daemon::VERSION to get a | ||
2624 | fixed header size for tests (Sven Nierlein) git-svn-id: | ||
2625 | |||
2626 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2048 f882894a-f735-0410-b71e-b25c423dba1c | ||
2627 | |||
2628 | 2008-08-25 Ton Voon <tonvoon@users.sourceforge.net> | ||
2629 | |||
2630 | * plugins/tests/check_http.t: Updated with more tests re: multiple | ||
2631 | status codes (Sven Nierlein) git-svn-id: | ||
2632 | |||
2633 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2047 f882894a-f735-0410-b71e-b25c423dba1c | ||
2634 | |||
2635 | 2008-08-25 Holger Weiss <hweiss@users.sourceforge.net> | ||
2636 | |||
2637 | * NEWS, THANKS.in, plugins/check_http.c, plugins/tests/check_http.t: | ||
2638 | The "-e" option now accepts a comma-delimited list of expected | ||
2639 | status lines (Sven Nierlein - 1894496). git-svn-id: | ||
2640 | |||
2641 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2046 f882894a-f735-0410-b71e-b25c423dba1c | ||
2642 | |||
2643 | 2008-08-22 Ton Voon <tonvoon@users.sourceforge.net> | ||
2644 | |||
2645 | * plugins/tests/check_http.t, plugins/tests/var/root: Added HTTP | ||
2646 | tests for status codes git-svn-id: | ||
2647 | |||
2648 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2045 f882894a-f735-0410-b71e-b25c423dba1c | ||
2649 | |||
2650 | 2008-08-21 Ton Voon <tonvoon@users.sourceforge.net> | ||
2651 | |||
2652 | * configure.in: Only include extra-opts tests if libtap is enabled git-svn-id: | ||
2653 | |||
2654 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2044 f882894a-f735-0410-b71e-b25c423dba1c | ||
2655 | |||
2656 | 2008-08-21 Ton Voon <tonvoon@users.sourceforge.net> | ||
2657 | |||
2658 | * NEWS: Note re: --enable-libtap git-svn-id: | ||
2659 | |||
2660 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2043 f882894a-f735-0410-b71e-b25c423dba1c | ||
2661 | |||
2662 | 2008-08-21 Ton Voon <tonvoon@users.sourceforge.net> | ||
2663 | |||
2664 | * lib/tests/Makefile.am, lib/tests/test_all.t, | ||
2665 | lib/tests/test_base64.t, lib/tests/test_cmd.t, | ||
2666 | lib/tests/test_disk.t, lib/tests/test_ini.t, lib/tests/test_opts.t, | ||
2667 | lib/tests/test_tcp.t, lib/tests/test_utils.c, | ||
2668 | lib/tests/test_utils.t: Correctly link to included libtap. Simplify | ||
2669 | invoking test scripts. Removed basename test as we should use | ||
2670 | base_name from GNUlib which is tested separately git-svn-id: | ||
2671 | |||
2672 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2042 f882894a-f735-0410-b71e-b25c423dba1c | ||
2673 | |||
2674 | 2008-08-21 Ton Voon <tonvoon@users.sourceforge.net> | ||
2675 | |||
2676 | * tools/tinderbox_build: Fix regexp of version number of snapshot git-svn-id: | ||
2677 | |||
2678 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2041 f882894a-f735-0410-b71e-b25c423dba1c | ||
2679 | |||
2680 | 2008-08-21 Ton Voon <tonvoon@users.sourceforge.net> | ||
2681 | |||
2682 | * Makefile.am: Remove .svn files in distribution git-svn-id: | ||
2683 | |||
2684 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2040 f882894a-f735-0410-b71e-b25c423dba1c | ||
2685 | |||
2686 | 2008-08-21 Ton Voon <tonvoon@users.sourceforge.net> | ||
2687 | |||
2688 | * tools/setup: Renamed altered tap file to nagios-plugins git-svn-id: | ||
2689 | |||
2690 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2039 f882894a-f735-0410-b71e-b25c423dba1c | ||
2691 | |||
2692 | 2008-08-21 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
2693 | |||
2694 | * plugins/check_ntp_peer.c: Nothing git-svn-id: | ||
2695 | |||
2696 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2038 f882894a-f735-0410-b71e-b25c423dba1c | ||
2697 | |||
2698 | 2008-08-21 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
2699 | |||
2700 | * plugins/check_ntp_peer.c: Misplaced comment git-svn-id: | ||
2701 | |||
2702 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2037 f882894a-f735-0410-b71e-b25c423dba1c | ||
2703 | |||
2704 | 2008-08-21 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
2705 | |||
2706 | * plugins/check_ntp_peer.c: Complete rewrite of the extract_value | ||
2707 | function The original one was flawed (easy to trigger segfaults) and did not | ||
2708 | allow some whitespaces as permitted by rfc1305. This one has been | ||
2709 | troughfully tested with tap (the testing code might get included | ||
2710 | later) git-svn-id: | ||
2711 | |||
2712 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2036 f882894a-f735-0410-b71e-b25c423dba1c | ||
2713 | |||
2714 | 2008-08-21 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
2715 | |||
2716 | * lib/parse_ini.c, lib/parse_ini.h, lib/tests/test_opts.c: Typos in | ||
2717 | comments git-svn-id: | ||
2718 | |||
2719 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2035 f882894a-f735-0410-b71e-b25c423dba1c | ||
2720 | |||
2721 | 2008-08-16 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
2722 | |||
2723 | * plugins/check_mysql.c, plugins/check_mysql_query.c: Fix assignment | ||
2724 | written as a comparison in validate_arguments() when db_pass is NULL | ||
2725 | (Patch from http://blog.barfoo.org/projects/rpms-for-sles10) git-svn-id: | ||
2726 | |||
2727 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2034 f882894a-f735-0410-b71e-b25c423dba1c | ||
2728 | |||
2729 | 2008-08-16 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
2730 | |||
2731 | * plugins/check_fping.c: Fix check_fping --help output (Patch from | ||
2732 | http://blog.barfoo.org/projects/rpms-for-sles10) git-svn-id: | ||
2733 | |||
2734 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2033 f882894a-f735-0410-b71e-b25c423dba1c | ||
2735 | |||
2736 | 2008-08-16 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
2737 | |||
2738 | * plugins/t/check_by_ssh.t: Typo git-svn-id: | ||
2739 | |||
2740 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2032 f882894a-f735-0410-b71e-b25c423dba1c | ||
2741 | |||
2742 | 2008-08-08 Ton Voon <tonvoon@users.sourceforge.net> | ||
2743 | |||
2744 | * plugins-root/pst3.c: Close on fd git-svn-id: | ||
2745 | |||
2746 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2031 f882894a-f735-0410-b71e-b25c423dba1c | ||
2747 | |||
2748 | 2008-08-08 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
2749 | |||
2750 | * NEWS, THANKS.in, plugins/check_http.c: Re-structure the HTTP 1.1 | ||
2751 | headers to prevent 301s on servers with virtual hosts git-svn-id: | ||
2752 | |||
2753 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2030 f882894a-f735-0410-b71e-b25c423dba1c | ||
2754 | |||
2755 | 2008-08-08 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
2756 | |||
2757 | * plugins-root/check_icmp.c: Typo in --help output git-svn-id: | ||
2758 | |||
2759 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2029 f882894a-f735-0410-b71e-b25c423dba1c | ||
2760 | |||
2761 | 2008-08-05 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
2762 | |||
2763 | * tools/devmode: Set -D_FORTIFY_SOURCE=2, and added a comment with | ||
2764 | link to explaination of this flag. git-svn-id: | ||
2765 | |||
2766 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2028 f882894a-f735-0410-b71e-b25c423dba1c | ||
2767 | |||
2768 | 2008-07-28 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
2769 | |||
2770 | * plugins-root/check_icmp.c: -b option now specifies ICMP data bytes | ||
2771 | instead of packet size git-svn-id: | ||
2772 | |||
2773 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2027 f882894a-f735-0410-b71e-b25c423dba1c | ||
2774 | |||
2775 | 2008-07-17 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
2776 | |||
2777 | * NEWS, plugins-root/check_icmp.c: Add support for packet size | ||
2778 | modification (-b) git-svn-id: | ||
2779 | |||
2780 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2026 f882894a-f735-0410-b71e-b25c423dba1c | ||
2781 | |||
2782 | 2008-07-10 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
2783 | |||
2784 | * plugins/check_disk.c: Verbose should not have to exceed 3 as per | ||
2785 | developement guidelines git-svn-id: | ||
2786 | |||
2787 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2025 f882894a-f735-0410-b71e-b25c423dba1c | ||
2788 | |||
2789 | 2008-07-10 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
2790 | |||
2791 | * tools/devmode: Add -D_FORTIFY_SOURCE git-svn-id: | ||
2792 | |||
2793 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2024 f882894a-f735-0410-b71e-b25c423dba1c | ||
2794 | |||
2795 | 2008-07-10 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
2796 | |||
2797 | * plugins/check_ups.c: Typo in check_ups git-svn-id: | ||
2798 | |||
2799 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2023 f882894a-f735-0410-b71e-b25c423dba1c | ||
2800 | |||
2801 | 2008-07-09 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
2802 | |||
2803 | * plugins/t/check_snmp.t: rewrote check_snmp.t to use Test::More | ||
2804 | added perfdata checking for string values git-svn-id: | ||
2805 | |||
2806 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2022 f882894a-f735-0410-b71e-b25c423dba1c | ||
2807 | |||
2808 | 2008-07-09 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
2809 | |||
2810 | * NEWS, plugins/check_snmp.c: check_snmp now only prints perfdata | ||
2811 | for non numeric values (Joerg Linge #1867716) git-svn-id: | ||
2812 | |||
2813 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2021 f882894a-f735-0410-b71e-b25c423dba1c | ||
2814 | |||
2815 | 2008-07-08 Ton Voon <tonvoon@users.sourceforge.net> | ||
2816 | |||
2817 | * Makefile.am, tools/tinderbox_build: Removed libtap configuration | ||
2818 | for the moment, as tinderbox builds are breaking git-svn-id: | ||
2819 | |||
2820 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2020 f882894a-f735-0410-b71e-b25c423dba1c | ||
2821 | |||
2822 | 2008-07-08 Ton Voon <tonvoon@users.sourceforge.net> | ||
2823 | |||
2824 | * NEWS, lib/utils_cmd.c, lib/utils_cmd.h, plugins/Makefile.am, | ||
2825 | plugins/check_procs.c: check_procs captures stderr and adds to | ||
2826 | plugin output. This is from a merge of branch | ||
2827 | nagiosplug/branches/new_threshold_syntax 1979:1982 git-svn-id: | ||
2828 | |||
2829 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2019 f882894a-f735-0410-b71e-b25c423dba1c | ||
2830 | |||
2831 | 2008-07-06 Holger Weiss <hweiss@users.sourceforge.net> | ||
2832 | |||
2833 | * plugins-root/check_dhcp.c: Don't try to set the "SO_BROADCAST" | ||
2834 | socket option for unicast requests. (Also, removed the unused "DHCP_UNICAST_FLAG" macro.) git-svn-id: | ||
2835 | |||
2836 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2018 f882894a-f735-0410-b71e-b25c423dba1c | ||
2837 | |||
2838 | 2008-07-02 Ton Voon <tonvoon@users.sourceforge.net> | ||
2839 | |||
2840 | * lib/tests/Makefile.am: Use tap.h from the libtap directory git-svn-id: | ||
2841 | |||
2842 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2017 f882894a-f735-0410-b71e-b25c423dba1c | ||
2843 | |||
2844 | 2008-07-02 Ton Voon <tonvoon@users.sourceforge.net> | ||
2845 | |||
2846 | * plugins-root/Makefile.am, plugins-root/pst3.c: Change pst3 again, | ||
2847 | this time to remove use of kvm which is not available in Solaris 10 | ||
2848 | non-global zones. Uses /proc, which is not available in older | ||
2849 | versions of Solaris. git-svn-id: | ||
2850 | |||
2851 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2016 f882894a-f735-0410-b71e-b25c423dba1c | ||
2852 | |||
2853 | 2008-06-30 Ton Voon <tonvoon@users.sourceforge.net> | ||
2854 | |||
2855 | * tools/setup: Fixed bug in tools/setup if docbook was run git-svn-id: | ||
2856 | |||
2857 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2015 f882894a-f735-0410-b71e-b25c423dba1c | ||
2858 | |||
2859 | 2008-06-30 Ton Voon <tonvoon@users.sourceforge.net> | ||
2860 | |||
2861 | * Makefile.am: Have to list tap_dir manually to get into make dist git-svn-id: | ||
2862 | |||
2863 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2014 f882894a-f735-0410-b71e-b25c423dba1c | ||
2864 | |||
2865 | 2008-06-26 Ton Voon <tonvoon@users.sourceforge.net> | ||
2866 | |||
2867 | * Makefile.am, configure.in, external/README, | ||
2868 | lib/tests/Makefile.am, tools/setup, tools/tinderbox_build: Adding | ||
2869 | libtap into distribution to help run C based tests git-svn-id: | ||
2870 | |||
2871 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2013 f882894a-f735-0410-b71e-b25c423dba1c | ||
2872 | |||
2873 | 2008-06-17 Ton Voon <tonvoon@users.sourceforge.net> | ||
2874 | |||
2875 | * plugins-root/pst3.c: Fixed possible coredump. Removed one level of | ||
2876 | subroutines (Duncan Ferguson) git-svn-id: | ||
2877 | |||
2878 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2012 f882894a-f735-0410-b71e-b25c423dba1c | ||
2879 | |||
2880 | 2008-06-09 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
2881 | |||
2882 | * NEWS, plugins/check_dig.c, plugins/t/check_dig.t: Added testcases | ||
2883 | for check_dig check_dig's -l option is mandatory now (#1986306) git-svn-id: | ||
2884 | |||
2885 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2011 f882894a-f735-0410-b71e-b25c423dba1c | ||
2886 | |||
2887 | 2008-06-02 Ton Voon <tonvoon@users.sourceforge.net> | ||
2888 | |||
2889 | * NEWS, plugins-root/pst3.c: Optimised pst3 for systems with large | ||
2890 | number of processes (Duncan Ferguson) git-svn-id: | ||
2891 | |||
2892 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2010 f882894a-f735-0410-b71e-b25c423dba1c | ||
2893 | |||
2894 | 2008-06-02 Ton Voon <tonvoon@users.sourceforge.net> | ||
2895 | |||
2896 | * NEWS: Updated Nagios::Plugin perl modules to 0.27 git-svn-id: | ||
2897 | |||
2898 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2009 f882894a-f735-0410-b71e-b25c423dba1c | ||
2899 | |||
2900 | 2008-05-30 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
2901 | |||
2902 | * NEWS, THANKS.in, plugins/check_http.c: Fix Debian bug #460097: | ||
2903 | check_http --max-age broken (Hilko Bengen) git-svn-id: | ||
2904 | |||
2905 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2008 f882894a-f735-0410-b71e-b25c423dba1c | ||
2906 | |||
2907 | 2008-05-29 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
2908 | |||
2909 | * BUGS: typo git-svn-id: | ||
2910 | |||
2911 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2007 f882894a-f735-0410-b71e-b25c423dba1c | ||
2912 | |||
2913 | 2008-05-27 Ton Voon <tonvoon@users.sourceforge.net> | ||
2914 | |||
2915 | * doc/RELEASING: Changed SF file release to use sftp instead of ftp git-svn-id: | ||
2916 | |||
2917 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2006 f882894a-f735-0410-b71e-b25c423dba1c | ||
2918 | |||
2919 | 2008-05-27 Ton Voon <tonvoon@users.sourceforge.net> | ||
2920 | |||
2921 | * BUGS, ChangeLog, NEWS, configure.in, package.def: Preparation for | ||
2922 | 1.4.12 release git-svn-id: | ||
2923 | |||
2924 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2004 f882894a-f735-0410-b71e-b25c423dba1c | ||
2925 | |||
2926 | 2008-05-27 Ton Voon <tonvoon@users.sourceforge.net> | ||
2927 | |||
2928 | * THANKS.in, configure.in: Not picking up solaris systems correctly | ||
2929 | for check_dhcp. Only affected SunStudio compiles of check_dhcp | ||
2930 | (1890260 - Rob Windsor) git-svn-id: | ||
2931 | |||
2932 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2003 f882894a-f735-0410-b71e-b25c423dba1c | ||
2933 | |||
2934 | 2008-05-27 Ton Voon <tonvoon@users.sourceforge.net> | ||
2935 | |||
2936 | * plugins/check_by_ssh.c: Addition to help to state that -f will | ||
2937 | always return OK if ssh command is executed (Alain Dewit - 1852198) git-svn-id: | ||
2938 | |||
2939 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2002 f882894a-f735-0410-b71e-b25c423dba1c | ||
2940 | |||
2941 | 2008-05-27 Ton Voon <tonvoon@users.sourceforge.net> | ||
2942 | |||
2943 | * plugins-root/pst3.c: Add additional PID column heading git-svn-id: | ||
2944 | |||
2945 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2001 f882894a-f735-0410-b71e-b25c423dba1c | ||
2946 | |||
2947 | 2008-05-26 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
2948 | |||
2949 | * NEWS: correct typo in NEWS git-svn-id: | ||
2950 | |||
2951 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2000 f882894a-f735-0410-b71e-b25c423dba1c | ||
2952 | |||
2953 | 2008-05-23 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
2954 | |||
2955 | * REQUIREMENTS: Add a note about radiusclient git-svn-id: | ||
2956 | |||
2957 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1999 f882894a-f735-0410-b71e-b25c423dba1c | ||
2958 | |||
2959 | 2008-05-22 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
2960 | |||
2961 | * NEWS, configure.in: Fix linking against OpenSSL where libdl is | ||
2962 | required git-svn-id: | ||
2963 | |||
2964 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1998 f882894a-f735-0410-b71e-b25c423dba1c | ||
2965 | |||
2966 | 2008-05-21 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
2967 | |||
2968 | * NEWS, plugins/check_by_ssh.c, plugins/t/check_by_ssh.t: Fixed | ||
2969 | passive option in check_by_ssh Also: - On non-skipped stderr, check_by_ssh now returns UNKNOWN or worse | ||
2970 | (result from command) instead of always UNKNOWN. - Fixed passive tests and make is always run the specified number of | ||
2971 | tests (using fail if there's nothing to test). git-svn-id: | ||
2972 | |||
2973 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1997 f882894a-f735-0410-b71e-b25c423dba1c | ||
2974 | |||
2975 | 2008-05-20 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
2976 | |||
2977 | * plugins/t/check_by_ssh.t: Oops - forgot to remove the SKIP block | ||
2978 | (which didn't seem to work fine) git-svn-id: | ||
2979 | |||
2980 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1996 f882894a-f735-0410-b71e-b25c423dba1c | ||
2981 | |||
2982 | 2008-05-20 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
2983 | |||
2984 | * plugins/t/check_by_ssh.t: Add check_by_ssh tests (passive checks | ||
2985 | are broken - should be fixed before next release!) git-svn-id: | ||
2986 | |||
2987 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1995 f882894a-f735-0410-b71e-b25c423dba1c | ||
2988 | |||
2989 | 2008-05-20 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
2990 | |||
2991 | * NEWS, plugins/check_radius.c: Clobber password in check_radius | ||
2992 | process list aguments git-svn-id: | ||
2993 | |||
2994 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1994 f882894a-f735-0410-b71e-b25c423dba1c | ||
2995 | |||
2996 | 2008-05-13 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
2997 | |||
2998 | * plugins/check_dns.c: Typo git-svn-id: | ||
2999 | |||
3000 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1992 f882894a-f735-0410-b71e-b25c423dba1c | ||
3001 | |||
3002 | 2008-05-07 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3003 | |||
3004 | * plugins-root/check_dhcp.c, plugins-root/check_icmp.c, | ||
3005 | plugins/check_apt.c, plugins/check_by_ssh.c, | ||
3006 | plugins/check_cluster.c, plugins/check_dig.c, plugins/check_disk.c, | ||
3007 | plugins/check_dns.c, plugins/check_fping.c, plugins/check_game.c, | ||
3008 | plugins/check_hpjd.c, plugins/check_http.c, | ||
3009 | plugins/check_ide_smart.c, plugins/check_ldap.c, | ||
3010 | plugins/check_load.c, plugins/check_mrtg.c, | ||
3011 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
3012 | plugins/check_mysql_query.c, plugins/check_nagios.c, | ||
3013 | plugins/check_nt.c, plugins/check_ntp.c, plugins/check_ntp_peer.c, | ||
3014 | plugins/check_ntp_time.c, plugins/check_nwstat.c, | ||
3015 | plugins/check_overcr.c, plugins/check_pgsql.c, | ||
3016 | plugins/check_ping.c, plugins/check_procs.c, | ||
3017 | plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, | ||
3018 | plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, | ||
3019 | plugins/check_tcp.c, plugins/check_time.c, plugins/check_ups.c, | ||
3020 | plugins/check_users.c, plugins/utils.h: Added support for | ||
3021 | --extra-opts in all C plugins (disabled by default, see configure | ||
3022 | --help) git-svn-id: | ||
3023 | |||
3024 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1991 f882894a-f735-0410-b71e-b25c423dba1c | ||
3025 | |||
3026 | 2008-05-07 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3027 | |||
3028 | * NEWS, THANKS.in, plugins/check_ping.c: Added performance data to | ||
3029 | check_ping (Christian Schneemann) git-svn-id: | ||
3030 | |||
3031 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1990 f882894a-f735-0410-b71e-b25c423dba1c | ||
3032 | |||
3033 | 2008-05-02 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3034 | |||
3035 | * NEWS, plugins/negate.c: negate now has the ability to replace the | ||
3036 | status text as well (-s, --substitute) Also changed: - default timeout to 11 instead of 9 (since it's recommended to | ||
3037 | have a higher timeout, and many plugins default to 10 seconds) - If there's no STDOUT lines returned, still returns the returned | ||
3038 | result if it's NON-ok instead of forcing it to UNKNOWN git-svn-id: | ||
3039 | |||
3040 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1989 f882894a-f735-0410-b71e-b25c423dba1c | ||
3041 | |||
3042 | 2008-04-30 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3043 | |||
3044 | * NEWS, plugins/check_mysql.c, plugins/check_mysql_query.c, | ||
3045 | plugins/t/check_mysql.t: Add socket support to check_mysql* Also | ||
3046 | clears the password from check_mysql command-line options git-svn-id: | ||
3047 | |||
3048 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1988 f882894a-f735-0410-b71e-b25c423dba1c | ||
3049 | |||
3050 | 2008-04-29 Holger Weiss <hweiss@users.sourceforge.net> | ||
3051 | |||
3052 | * configure.in: Support "--without-pgsql" (reported by Alex Songe | ||
3053 | via IRC). git-svn-id: | ||
3054 | |||
3055 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1987 f882894a-f735-0410-b71e-b25c423dba1c | ||
3056 | |||
3057 | 2008-04-29 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3058 | |||
3059 | * plugins/check_ntp.c, plugins/check_ntp_peer.c, | ||
3060 | plugins/check_ntp_time.c: Use UT_THRESHOLDS_NOTES in all plugins git-svn-id: | ||
3061 | |||
3062 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1986 f882894a-f735-0410-b71e-b25c423dba1c | ||
3063 | |||
3064 | 2008-04-29 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3065 | |||
3066 | * plugins-root/check_dhcp.c, plugins-root/check_icmp.c: --help | ||
3067 | output cleanup (plus removal of spaces on blank lines) git-svn-id: | ||
3068 | |||
3069 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1985 f882894a-f735-0410-b71e-b25c423dba1c | ||
3070 | |||
3071 | 2008-04-27 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3072 | |||
3073 | * plugins/check_apt.c, plugins/check_by_ssh.c, | ||
3074 | plugins/check_cluster.c, plugins/check_dig.c, plugins/check_disk.c, | ||
3075 | plugins/check_dns.c, plugins/check_dummy.c, plugins/check_fping.c, | ||
3076 | plugins/check_game.c, plugins/check_hpjd.c, plugins/check_http.c, | ||
3077 | plugins/check_ide_smart.c, plugins/check_ldap.c, | ||
3078 | plugins/check_load.c, plugins/check_mrtg.c, | ||
3079 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
3080 | plugins/check_mysql_query.c, plugins/check_nagios.c, | ||
3081 | plugins/check_nt.c, plugins/check_ntp.c, plugins/check_ntp_peer.c, | ||
3082 | plugins/check_nwstat.c, plugins/check_overcr.c, | ||
3083 | plugins/check_pgsql.c, plugins/check_ping.c, plugins/check_procs.c, | ||
3084 | plugins/check_radius.c, plugins/check_real.c, plugins/check_snmp.c, | ||
3085 | plugins/check_swap.c, plugins/check_ups.c, plugins/utils.h: --help | ||
3086 | output cleanup (plus removal of spaces on blank lines) git-svn-id: | ||
3087 | |||
3088 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1984 f882894a-f735-0410-b71e-b25c423dba1c | ||
3089 | |||
3090 | 2008-04-23 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3091 | |||
3092 | * plugins/check_radius.c: Correct typo and make the --help notes a | ||
3093 | bit simpler. git-svn-id: | ||
3094 | |||
3095 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1983 f882894a-f735-0410-b71e-b25c423dba1c | ||
3096 | |||
3097 | 2008-04-17 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3098 | |||
3099 | * plugins/check_dns.c: Correct the help text git-svn-id: | ||
3100 | |||
3101 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1979 f882894a-f735-0410-b71e-b25c423dba1c | ||
3102 | |||
3103 | 2008-04-17 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3104 | |||
3105 | * NEWS, plugins/check_dns.c: Allow to repeat -a to set multiple | ||
3106 | possible addresses git-svn-id: | ||
3107 | |||
3108 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1978 f882894a-f735-0410-b71e-b25c423dba1c | ||
3109 | |||
3110 | 2008-04-05 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3111 | |||
3112 | * NEWS, plugins/check_ntp.c, plugins/check_ntp_peer.c: check_ntp and | ||
3113 | check_ntp_peer now show proper jitter/stratum thresholds longopts in | ||
3114 | --help git-svn-id: | ||
3115 | |||
3116 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1977 f882894a-f735-0410-b71e-b25c423dba1c | ||
3117 | |||
3118 | 2008-04-04 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3119 | |||
3120 | * lib/extra_opts.c, lib/parse_ini.c, lib/tests/test_ini.c, | ||
3121 | lib/tests/test_opts.c: make parse_ini die like in N::P if section | ||
3122 | isn't found git-svn-id: | ||
3123 | |||
3124 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1976 f882894a-f735-0410-b71e-b25c423dba1c | ||
3125 | |||
3126 | 2008-04-02 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3127 | |||
3128 | * lib/Makefile.config-opts, lib/tests/Makefile.config-opts: Delete | ||
3129 | obsolete files git-svn-id: | ||
3130 | |||
3131 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1974 f882894a-f735-0410-b71e-b25c423dba1c | ||
3132 | |||
3133 | 2008-04-02 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3134 | |||
3135 | * configure.in, lib/Makefile.am, lib/parse_ini.c, | ||
3136 | lib/tests/Makefile.am, lib/tests/test_ini.t, lib/tests/test_opts.t, | ||
3137 | po/de.po, po/fr.po, po/nagios-plugins.pot: - Add --enable-extra-opts configure option for compiling extra-opts | ||
3138 | support - Auto-update po/pot files git-svn-id: | ||
3139 | |||
3140 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1973 f882894a-f735-0410-b71e-b25c423dba1c | ||
3141 | |||
3142 | 2008-04-01 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3143 | |||
3144 | * lib/parse_ini.c: fix the obvious... git-svn-id: | ||
3145 | |||
3146 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1972 f882894a-f735-0410-b71e-b25c423dba1c | ||
3147 | |||
3148 | 2008-04-01 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3149 | |||
3150 | * lib/extra_opts.c, lib/extra_opts.h: np_extra_opts now retain | ||
3151 | pointers from argv so that plugins can still overwrite sensitive | ||
3152 | options git-svn-id: | ||
3153 | |||
3154 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1971 f882894a-f735-0410-b71e-b25c423dba1c | ||
3155 | |||
3156 | 2008-03-31 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3157 | |||
3158 | * : update svn:ignore property (last gnulib update added many | ||
3159 | auto-generated files) git-svn-id: | ||
3160 | |||
3161 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1970 f882894a-f735-0410-b71e-b25c423dba1c | ||
3162 | |||
3163 | 2008-03-31 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3164 | |||
3165 | * lib/extra_opts.c, lib/extra_opts.h, lib/parse_ini.c, | ||
3166 | lib/parse_ini.h, lib/tests/test_ini.c, lib/tests/test_opts.c: Fix | ||
3167 | for last commit - I accidentaly broke my local Makefile and tests | ||
3168 | weren't being re-compiled. git-svn-id: | ||
3169 | |||
3170 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1968 f882894a-f735-0410-b71e-b25c423dba1c | ||
3171 | |||
3172 | 2008-03-30 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3173 | |||
3174 | * lib/extra_opts.c, lib/extra_opts.h, lib/tests/test_opts.c: - Remove the last argument of np_extra_opts - Code cleanups and comments git-svn-id: | ||
3175 | |||
3176 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1967 f882894a-f735-0410-b71e-b25c423dba1c | ||
3177 | |||
3178 | 2008-03-29 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3179 | |||
3180 | * : Update svn:ignore property git-svn-id: | ||
3181 | |||
3182 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1966 f882894a-f735-0410-b71e-b25c423dba1c | ||
3183 | |||
3184 | 2008-03-24 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3185 | |||
3186 | * lib/extra_opts.c, lib/extra_opts.h, lib/tests/config-opts.ini, | ||
3187 | lib/tests/test_opts.c, lib/tests/test_opts.t: Add extra-opts | ||
3188 | argument parsing with tests git-svn-id: | ||
3189 | |||
3190 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1961 f882894a-f735-0410-b71e-b25c423dba1c | ||
3191 | |||
3192 | 2008-03-24 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3193 | |||
3194 | * lib/parse_ini.c, lib/parse_ini.h: Replace broken usage of | ||
3195 | NAGIOS_CONFIG_PATH with a stub function (that will try to find a | ||
3196 | config file in the future...) Allow NULL locator (default | ||
3197 | file/section) git-svn-id: | ||
3198 | |||
3199 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1960 f882894a-f735-0410-b71e-b25c423dba1c | ||
3200 | |||
3201 | 2008-03-20 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3202 | |||
3203 | * plugins/check_dig.c: - Fix bug #1920671 - Make --help output looks nice git-svn-id: | ||
3204 | |||
3205 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1959 f882894a-f735-0410-b71e-b25c423dba1c | ||
3206 | |||
3207 | 2008-03-18 Ton Voon <tonvoon@users.sourceforge.net> | ||
3208 | |||
3209 | * plugins/tests/check_procs.t: Include test for check_procs, using | ||
3210 | input file git-svn-id: | ||
3211 | |||
3212 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1955 f882894a-f735-0410-b71e-b25c423dba1c | ||
3213 | |||
3214 | 2008-03-18 Ton Voon <tonvoon@users.sourceforge.net> | ||
3215 | |||
3216 | * plugins/check_procs.c, plugins/tests/var/ps-axwo.darwin, | ||
3217 | plugins/tests/var/ps_axwo.debian: Updated check_procs with a hidden | ||
3218 | --input-file option. Include some sample outputs for testing git-svn-id: | ||
3219 | |||
3220 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1954 f882894a-f735-0410-b71e-b25c423dba1c | ||
3221 | |||
3222 | 2008-03-17 Ton Voon <tonvoon@users.sourceforge.net> | ||
3223 | |||
3224 | * plugins/t/check_nagios.t: Don't run check_nagios tests on Solaris, | ||
3225 | because of pst3 requirement git-svn-id: | ||
3226 | |||
3227 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1953 f882894a-f735-0410-b71e-b25c423dba1c | ||
3228 | |||
3229 | 2008-03-16 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3230 | |||
3231 | * lib/tests/config-dos.ini, lib/tests/plugin.ini, | ||
3232 | lib/tests/test_ini.c: Add tests: - DOS-newline ini file - section defined twice git-svn-id: | ||
3233 | |||
3234 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1951 f882894a-f735-0410-b71e-b25c423dba1c | ||
3235 | |||
3236 | 2008-03-15 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3237 | |||
3238 | * lib/parse_ini.c: parse_ini now reads the default section if the | ||
3239 | request one can't be found. All tests should return ok now. git-svn-id: | ||
3240 | |||
3241 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1950 f882894a-f735-0410-b71e-b25c423dba1c | ||
3242 | |||
3243 | 2008-03-15 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3244 | |||
3245 | * lib/parse_ini.c: Oops - this line shouldn't have been here | ||
3246 | (doesn't even work anyways) ;) git-svn-id: | ||
3247 | |||
3248 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1949 f882894a-f735-0410-b71e-b25c423dba1c | ||
3249 | |||
3250 | 2008-03-15 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3251 | |||
3252 | * lib/parse_ini.c, lib/tests/plugin.ini, lib/tests/test_ini.c: - Make equal-less parameters illegal - parameters without argument after '=' are now assumed to be | ||
3253 | argument-less - Add a testcase for space in stanza and various argument-less | ||
3254 | parameters git-svn-id: | ||
3255 | |||
3256 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1948 f882894a-f735-0410-b71e-b25c423dba1c | ||
3257 | |||
3258 | 2008-03-15 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3259 | |||
3260 | * lib/parse_ini.c: Fix handling of leading and trailing spaces in | ||
3261 | stanza git-svn-id: | ||
3262 | |||
3263 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1947 f882894a-f735-0410-b71e-b25c423dba1c | ||
3264 | |||
3265 | 2008-03-15 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3266 | |||
3267 | * lib/parse_ini.c, lib/tests/test_ini.c: Fix segfault in test_ini.c | ||
3268 | and uncomment the affected tests Fix bug in stanza parsing where | ||
3269 | full section could be skipped Fix single-argument options git-svn-id: | ||
3270 | |||
3271 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1946 f882894a-f735-0410-b71e-b25c423dba1c | ||
3272 | |||
3273 | 2008-03-15 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3274 | |||
3275 | * lib/parse_ini.c, lib/parse_ini.h, lib/tests/test_ini.c, | ||
3276 | lib/tests/test_ini.t: This commit consist of two changes: 1. Make np_get_defaults return a linked list instead of a string. It | ||
3277 | will then be easy to convert the linked list back to an argument | ||
3278 | array. 2. Fix tests 3-4 of test_ini.c. A test_ini.t was added too. parse_ini and test_ini aren't included | ||
3279 | yet in the build makefiles. git-svn-id: | ||
3280 | |||
3281 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1945 f882894a-f735-0410-b71e-b25c423dba1c | ||
3282 | |||
3283 | 2008-03-15 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
3284 | |||
3285 | * plugins/check_http.c: Add port to Host Header to prevent problems | ||
3286 | with non default ports (Christophe Dupre #1881898) git-svn-id: | ||
3287 | |||
3288 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1944 f882894a-f735-0410-b71e-b25c423dba1c | ||
3289 | |||
3290 | 2008-03-14 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
3291 | |||
3292 | * NEWS, plugins/check_dig.c: Added -A/--dig-arguments to check_dig | ||
3293 | (#1889453/#1874041) git-svn-id: | ||
3294 | |||
3295 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1943 f882894a-f735-0410-b71e-b25c423dba1c | ||
3296 | |||
3297 | 2008-03-14 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
3298 | |||
3299 | * plugins/check_smtp.c: Enhanced check_smtp to actually print | ||
3300 | invalid response text (#1911239) git-svn-id: | ||
3301 | |||
3302 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1942 f882894a-f735-0410-b71e-b25c423dba1c | ||
3303 | |||
3304 | 2008-03-14 Ton Voon <tonvoon@users.sourceforge.net> | ||
3305 | |||
3306 | * NEWS, plugins-root/Makefile.am, plugins/Makefile.am: Fixed 64 bit | ||
3307 | pst3 when tries to link to gettext. Gettext linked dynamically, if | ||
3308 | necessary git-svn-id: | ||
3309 | |||
3310 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1941 f882894a-f735-0410-b71e-b25c423dba1c | ||
3311 | |||
3312 | 2008-03-14 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3313 | |||
3314 | * gl/charset.alias, gl/configmake.h, gl/math.h, gl/ref-add.sed, | ||
3315 | gl/ref-del.sed, gl/stdio.h, gl/stdlib.h, gl/string.h, gl/unistd.h: | ||
3316 | These files are generated automatically during the make process, and | ||
3317 | removed by make clean. git-svn-id: | ||
3318 | |||
3319 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1940 f882894a-f735-0410-b71e-b25c423dba1c | ||
3320 | |||
3321 | 2008-03-11 Ton Voon <tonvoon@users.sourceforge.net> | ||
3322 | |||
3323 | * configure.in, gl/m4/mbstate_t.m4: Possible fix for HP-UX compile | ||
3324 | problems of regex_internal.c git-svn-id: | ||
3325 | |||
3326 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1939 f882894a-f735-0410-b71e-b25c423dba1c | ||
3327 | |||
3328 | 2008-03-11 Ton Voon <tonvoon@users.sourceforge.net> | ||
3329 | |||
3330 | * configure.in, lib/utils_base.c, plugins-root/Makefile.am, | ||
3331 | plugins/check_http.c, plugins/check_smtp.c, plugins/common.h: Fixed | ||
3332 | link -m64 problems on pst3 for solaris. Fixed _FILE_OFFSET_BITS | ||
3333 | redefinition warnings. Fixed helper ar error in ./configure git-svn-id: | ||
3334 | |||
3335 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1938 f882894a-f735-0410-b71e-b25c423dba1c | ||
3336 | |||
3337 | 2008-02-28 Ton Voon <tonvoon@users.sourceforge.net> | ||
3338 | |||
3339 | * NEWS, configure.in, plugins-root/Makefile.am, | ||
3340 | plugins-root/pst3.c, plugins/check_procs.c, plugins/t/check_procs.t: | ||
3341 | Reverted check_procs for solaris back to using pst3 due to | ||
3342 | truncation for argument fields using other methods git-svn-id: | ||
3343 | |||
3344 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1937 f882894a-f735-0410-b71e-b25c423dba1c | ||
3345 | |||
3346 | 2008-02-28 Ton Voon <tonvoon@users.sourceforge.net> | ||
3347 | |||
3348 | * tools/build_perl_modules: Fix where PERL5LIB is blank git-svn-id: | ||
3349 | |||
3350 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1936 f882894a-f735-0410-b71e-b25c423dba1c | ||
3351 | |||
3352 | 2008-02-18 Ton Voon <tonvoon@users.sourceforge.net> | ||
3353 | |||
3354 | * NEWS: Added CVE MITRE tracking number git-svn-id: | ||
3355 | |||
3356 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1935 f882894a-f735-0410-b71e-b25c423dba1c | ||
3357 | |||
3358 | 2008-02-13 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
3359 | |||
3360 | * NEWS, plugins/check_pgsql.c: check_pgsql now builds with postgres | ||
3361 | lib v8.3 (Jan Wagner #1878972) git-svn-id: | ||
3362 | |||
3363 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1934 f882894a-f735-0410-b71e-b25c423dba1c | ||
3364 | |||
3365 | 2008-02-13 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
3366 | |||
3367 | * plugins/check_disk.c: Fix --local argument handling (Jan Wagner | ||
3368 | #1878971) git-svn-id: | ||
3369 | |||
3370 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1933 f882894a-f735-0410-b71e-b25c423dba1c | ||
3371 | |||
3372 | 2008-02-13 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3373 | |||
3374 | * plugins/check_disk.c: Fix broken intending (The whole file use | ||
3375 | spaces only except my last patch and 1-3 other places). git-svn-id: | ||
3376 | |||
3377 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1932 f882894a-f735-0410-b71e-b25c423dba1c | ||
3378 | |||
3379 | 2008-02-13 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3380 | |||
3381 | * : Add two files to svn:ignore git-svn-id: | ||
3382 | |||
3383 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1931 f882894a-f735-0410-b71e-b25c423dba1c | ||
3384 | |||
3385 | 2008-02-13 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3386 | |||
3387 | * NEWS: News, nothing else. git-svn-id: | ||
3388 | |||
3389 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1929 f882894a-f735-0410-b71e-b25c423dba1c | ||
3390 | |||
3391 | 2008-02-13 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3392 | |||
3393 | * plugins/common.h: This floorf workaround is Nnot needed anymore | ||
3394 | since floorf is part of Gnulib git-svn-id: | ||
3395 | |||
3396 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1928 f882894a-f735-0410-b71e-b25c423dba1c | ||
3397 | |||
3398 | 2008-02-13 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3399 | |||
3400 | * lib/tests/test_base64.c: Reverting patch to test 8-bit data: Still | ||
3401 | broken on Solaris (7-bit works as before) git-svn-id: | ||
3402 | |||
3403 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1927 f882894a-f735-0410-b71e-b25c423dba1c | ||
3404 | |||
3405 | 2008-02-12 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3406 | |||
3407 | * gl/Makefile.am, gl/base64.c, gl/base64.h, gl/charset.alias, | ||
3408 | gl/configmake.h, gl/floor.c, gl/floorf.c, gl/m4/base64.m4, | ||
3409 | gl/m4/floorf.m4, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, | ||
3410 | gl/m4/math_h.m4, gl/math.h, gl/math.in.h, gl/ref-add.sed, | ||
3411 | gl/ref-del.sed, gl/stdio.h, gl/stdlib.h, gl/string.h, gl/unistd.h, | ||
3412 | lib/Makefile.am, lib/base64.c, lib/base64.h, lib/tests/Makefile.am, | ||
3413 | lib/tests/test_base64.c, plugins/check_http.c, plugins/check_smtp.c: | ||
3414 | Import Gnulib floorf and base64 and removed our old base64 library. git-svn-id: | ||
3415 | |||
3416 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1926 f882894a-f735-0410-b71e-b25c423dba1c | ||
3417 | |||
3418 | 2008-02-12 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3419 | |||
3420 | * build-aux/config.rpath, build-aux/link-warning.h, gl/Makefile.am, | ||
3421 | gl/alloca.c, gl/alloca.in.h, gl/alloca_.h, gl/asnprintf.c, | ||
3422 | gl/asprintf.c, gl/basename.c, gl/c-strtod.c, gl/cloexec.c, | ||
3423 | gl/config.charset, gl/creat-safer.c, gl/dirname.c, gl/dirname.h, | ||
3424 | gl/dup-safer.c, gl/error.c, gl/error.h, gl/exit.h, gl/exitfail.c, | ||
3425 | gl/exitfail.h, gl/fcntl--.h, gl/fcntl-safer.h, gl/fd-safer.c, | ||
3426 | gl/float+.h, gl/float.in.h, gl/fsusage.c, gl/fsusage.h, | ||
3427 | gl/full-read.c, gl/full-read.h, gl/full-write.c, gl/full-write.h, | ||
3428 | gl/gai_strerror.c, gl/getaddrinfo.c, gl/getaddrinfo.h, | ||
3429 | gl/gethostname.c, gl/getloadavg.c, gl/getopt.c, gl/getopt.in.h, | ||
3430 | gl/getopt1.c, gl/getopt_.h, gl/getopt_int.h, gl/gettext.h, | ||
3431 | gl/inet_ntop.c, gl/inet_ntop.h, gl/intprops.h, gl/localcharset.c, | ||
3432 | gl/localcharset.h, gl/m4/absolute-header.m4, gl/m4/alloca.m4, | ||
3433 | gl/m4/extensions.m4, gl/m4/float_h.m4, gl/m4/fsusage.m4, | ||
3434 | gl/m4/getaddrinfo.m4, gl/m4/getloadavg.m4, gl/m4/gettext.m4, | ||
3435 | gl/m4/gnulib-cache.m4, gl/m4/gnulib-common.m4, | ||
3436 | gl/m4/gnulib-comp.m4, gl/m4/iconv.m4, gl/m4/include_next.m4, | ||
3437 | gl/m4/intdiv0.m4, gl/m4/intl.m4, gl/m4/intlmacosx.m4, | ||
3438 | gl/m4/intmax_t.m4, gl/m4/lib-link.m4, gl/m4/localcharset.m4, | ||
3439 | gl/m4/lock.m4, gl/m4/longdouble.m4, gl/m4/longlong.m4, | ||
3440 | gl/m4/malloc.m4, gl/m4/mbchar.m4, gl/m4/mbiter.m4, | ||
3441 | gl/m4/mbrtowc.m4, gl/m4/memchr.m4, gl/m4/minmax.m4, | ||
3442 | gl/m4/netinet_in_h.m4, gl/m4/po.m4, gl/m4/printf-posix.m4, | ||
3443 | gl/m4/regex.m4, gl/m4/snprintf.m4, gl/m4/socklen.m4, | ||
3444 | gl/m4/stdint.m4, gl/m4/stdio_h.m4, gl/m4/stdlib_h.m4, | ||
3445 | gl/m4/strcase.m4, gl/m4/strdup.m4, gl/m4/strerror.m4, | ||
3446 | gl/m4/string_h.m4, gl/m4/strndup.m4, gl/m4/strnlen.m4, | ||
3447 | gl/m4/sys_socket_h.m4, gl/m4/uintmax_t.m4, gl/m4/ulonglong.m4, | ||
3448 | gl/m4/unistd_h.m4, gl/m4/vasnprintf.m4, gl/m4/vasprintf.m4, | ||
3449 | gl/m4/vsnprintf.m4, gl/m4/wchar.m4, gl/m4/wctype.m4, | ||
3450 | gl/m4/wcwidth.m4, gl/m4/wint_t.m4, gl/malloc.c, gl/mbchar.c, | ||
3451 | gl/mbchar.h, gl/mbuiter.h, gl/memchr.c, gl/minmax.h, | ||
3452 | gl/mountlist.c, gl/mountlist.h, gl/netinet_in.in.h, | ||
3453 | gl/open-safer.c, gl/pipe-safer.c, gl/printf-args.c, | ||
3454 | gl/printf-args.h, gl/printf-parse.c, gl/printf-parse.h, | ||
3455 | gl/ref-add.sin, gl/ref-del.sin, gl/regcomp.c, gl/regex.c, | ||
3456 | gl/regex.h, gl/regex_internal.c, gl/regex_internal.h, gl/regexec.c, | ||
3457 | gl/safe-read.c, gl/safe-read.h, gl/safe-write.c, gl/safe-write.h, | ||
3458 | gl/size_max.h, gl/snprintf.c, gl/snprintf.h, gl/socket_.h, | ||
3459 | gl/stdbool.in.h, gl/stdbool_.h, gl/stdint.in.h, gl/stdint_.h, | ||
3460 | gl/stdio.in.h, gl/stdlib.in.h, gl/strcase.h, gl/strcasecmp.c, | ||
3461 | gl/strdup.c, gl/strdup.h, gl/strerror.c, gl/string.in.h, | ||
3462 | gl/stripslash.c, gl/strncasecmp.c, gl/strndup.c, gl/strndup.h, | ||
3463 | gl/strnlen.c, gl/strnlen.h, gl/strnlen1.c, gl/strnlen1.h, | ||
3464 | gl/sys_socket.in.h, gl/unistd--.h, gl/unistd-safer.h, | ||
3465 | gl/unistd.in.h, gl/unistd_.h, gl/vasnprintf.c, gl/vasnprintf.h, | ||
3466 | gl/vasprintf.c, gl/vasprintf.h, gl/vsnprintf.c, gl/vsnprintf.h, | ||
3467 | gl/wchar.in.h, gl/wchar_.h, gl/wctype.in.h, gl/wctype_.h, | ||
3468 | gl/wcwidth.h, gl/xalloc-die.c, gl/xalloc.h, gl/xmalloc.c, | ||
3469 | gl/xsize.h, gl/xstrndup.c, gl/xstrndup.h, plugins/common.h, | ||
3470 | po/Makevars: Sync to latest Gnulib git-svn-id: | ||
3471 | |||
3472 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1925 f882894a-f735-0410-b71e-b25c423dba1c | ||
3473 | |||
3474 | 2008-02-11 Ton Voon <tonvoon@users.sourceforge.net> | ||
3475 | |||
3476 | * REQUIREMENTS: Hints re: SSL features git-svn-id: | ||
3477 | |||
3478 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1924 f882894a-f735-0410-b71e-b25c423dba1c | ||
3479 | |||
3480 | 2008-02-11 Ton Voon <tonvoon@users.sourceforge.net> | ||
3481 | |||
3482 | * configure.in: Added link to FAQ for redhat spopen problem git-svn-id: | ||
3483 | |||
3484 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1923 f882894a-f735-0410-b71e-b25c423dba1c | ||
3485 | |||
3486 | 2008-01-31 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3487 | |||
3488 | * plugins-root/check_dhcp.c, plugins-root/check_icmp.c, | ||
3489 | plugins-root/pst3.c: Bump plugins-root/ to GPLv3 git-svn-id: | ||
3490 | |||
3491 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1920 f882894a-f735-0410-b71e-b25c423dba1c | ||
3492 | |||
3493 | 2008-01-31 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3494 | |||
3495 | * plugins/common.h, plugins/netutils.h, plugins/popen.h, | ||
3496 | plugins/runcmd.h: Bump plugins/ to GPLv3 (header files) git-svn-id: | ||
3497 | |||
3498 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1919 f882894a-f735-0410-b71e-b25c423dba1c | ||
3499 | |||
3500 | 2008-01-31 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3501 | |||
3502 | * plugins/negate.c, plugins/netutils.c, plugins/popen.c, | ||
3503 | plugins/runcmd.c, plugins/sslutils.c, plugins/urlize.c, | ||
3504 | plugins/utils.c: Bump plugins/ to GPLv3 (non-plugind files) git-svn-id: | ||
3505 | |||
3506 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1918 f882894a-f735-0410-b71e-b25c423dba1c | ||
3507 | |||
3508 | 2008-01-31 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3509 | |||
3510 | * plugins/check_overcr.c, plugins/check_pgsql.c, | ||
3511 | plugins/check_ping.c, plugins/check_procs.c, | ||
3512 | plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, | ||
3513 | plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, | ||
3514 | plugins/check_tcp.c, plugins/check_time.c, plugins/check_ups.c, | ||
3515 | plugins/check_users.c: Bump plugin/ to GPLv3 (check_overcr to | ||
3516 | check_users) git-svn-id: | ||
3517 | |||
3518 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1917 f882894a-f735-0410-b71e-b25c423dba1c | ||
3519 | |||
3520 | 2008-01-30 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3521 | |||
3522 | * plugins/check_apt.c, plugins/check_by_ssh.c, | ||
3523 | plugins/check_cluster.c, plugins/check_dig.c, plugins/check_disk.c, | ||
3524 | plugins/check_dns.c, plugins/check_dummy.c, plugins/check_fping.c, | ||
3525 | plugins/check_game.c, plugins/check_hpjd.c, plugins/check_http.c, | ||
3526 | plugins/check_ide_smart.c, plugins/check_ldap.c, | ||
3527 | plugins/check_load.c, plugins/check_mrtg.c, | ||
3528 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
3529 | plugins/check_mysql_query.c, plugins/check_nagios.c, | ||
3530 | plugins/check_nt.c, plugins/check_ntp.c, plugins/check_ntp_peer.c, | ||
3531 | plugins/check_ntp_time.c, plugins/check_nwstat.c: Bump plugins/ to | ||
3532 | GPLv3 (check_apt to check_nwstat) git-svn-id: | ||
3533 | |||
3534 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1916 f882894a-f735-0410-b71e-b25c423dba1c | ||
3535 | |||
3536 | 2008-01-30 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3537 | |||
3538 | * lib/utils_disk.c, lib/utils_tcp.c: details... git-svn-id: | ||
3539 | |||
3540 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1915 f882894a-f735-0410-b71e-b25c423dba1c | ||
3541 | |||
3542 | 2008-01-30 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3543 | |||
3544 | * lib/tests/test_base64.c, lib/tests/test_cmd.c, | ||
3545 | lib/tests/test_disk.c, lib/tests/test_ini.c, lib/tests/test_tcp.c, | ||
3546 | lib/tests/test_utils.c: Bump lib/tests to GPLv3 git-svn-id: | ||
3547 | |||
3548 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1914 f882894a-f735-0410-b71e-b25c423dba1c | ||
3549 | |||
3550 | 2008-01-30 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3551 | |||
3552 | * lib/parse_ini.c, lib/utils_base.c, lib/utils_cmd.c, | ||
3553 | lib/utils_disk.c, lib/utils_tcp.c: Bump /lib to GPLv3 git-svn-id: | ||
3554 | |||
3555 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1913 f882894a-f735-0410-b71e-b25c423dba1c | ||
3556 | |||
3557 | 2008-01-30 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3558 | |||
3559 | * lib/parse_ini.c: new standardized GPLv3 header (will be applied to | ||
3560 | all C files) git-svn-id: | ||
3561 | |||
3562 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1912 f882894a-f735-0410-b71e-b25c423dba1c | ||
3563 | |||
3564 | 2008-01-29 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3565 | |||
3566 | * NEWS, plugins/check_ntp_peer.c: check_ntp_peer now checks for the | ||
3567 | LI_ALARM flag git-svn-id: | ||
3568 | |||
3569 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1911 f882894a-f735-0410-b71e-b25c423dba1c | ||
3570 | |||
3571 | 2008-01-29 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3572 | |||
3573 | * NEWS: typo git-svn-id: | ||
3574 | |||
3575 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1910 f882894a-f735-0410-b71e-b25c423dba1c | ||
3576 | |||
3577 | 2008-01-29 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3578 | |||
3579 | * NEWS, plugins/check_ntp.c, plugins/check_ntp_time.c: Fix bugs and | ||
3580 | flaws in best offset server selection of check_ntp_time and | ||
3581 | (deprecated) check_ntp git-svn-id: | ||
3582 | |||
3583 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1909 f882894a-f735-0410-b71e-b25c423dba1c | ||
3584 | |||
3585 | 2008-01-26 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3586 | |||
3587 | * NEWS, THANKS.in, plugins/check_ntp_peer.c, | ||
3588 | plugins/check_ntp_time.c: Fix help text of check_ntp_* (Bug #1880095) git-svn-id: | ||
3589 | |||
3590 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1908 f882894a-f735-0410-b71e-b25c423dba1c | ||
3591 | |||
3592 | 2008-01-15 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3593 | |||
3594 | * NEWS, plugins/check_disk.c: Fix check_disk disk usage calculation | ||
3595 | when using --group=NAME (related to bug #1348746) git-svn-id: | ||
3596 | |||
3597 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1907 f882894a-f735-0410-b71e-b25c423dba1c | ||
3598 | |||
3599 | 2008-01-15 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3600 | |||
3601 | * NEWS, configure.in: Add AC_SYS_LARGEFILE to configure.in | ||
3602 | (check_disk should now work with large file systems (2TB+) on all | ||
3603 | archs that supports it) git-svn-id: | ||
3604 | |||
3605 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1906 f882894a-f735-0410-b71e-b25c423dba1c | ||
3606 | |||
3607 | 2008-01-10 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3608 | |||
3609 | * lib/tests/test_cmd.c: Add a return-code check (also test cmd_run | ||
3610 | without out/err buffers) git-svn-id: | ||
3611 | |||
3612 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1905 f882894a-f735-0410-b71e-b25c423dba1c | ||
3613 | |||
3614 | 2008-01-09 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3615 | |||
3616 | * tools/tinderbox_build: make test-debug generate lots of false | ||
3617 | errors in tinderbox. Turning off until we find a solution (so al | ||
3618 | least we can watch the tinderbox for breakages again) git-svn-id: | ||
3619 | |||
3620 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1904 f882894a-f735-0410-b71e-b25c423dba1c | ||
3621 | |||
3622 | 2008-01-08 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
3623 | |||
3624 | * plugins/check_dns.c: Fixed reverse lookup damaged by previous | ||
3625 | commit git-svn-id: | ||
3626 | |||
3627 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1903 f882894a-f735-0410-b71e-b25c423dba1c | ||
3628 | |||
3629 | 2008-01-08 Ton Voon <tonvoon@users.sourceforge.net> | ||
3630 | |||
3631 | * plugins/t/check_dns.t: Changed default test values for check_dns | ||
3632 | (using nagios.com) git-svn-id: | ||
3633 | |||
3634 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1902 f882894a-f735-0410-b71e-b25c423dba1c | ||
3635 | |||
3636 | 2008-01-08 Ton Voon <tonvoon@users.sourceforge.net> | ||
3637 | |||
3638 | * plugins/t/check_ftp.t, plugins/t/check_imap.t, | ||
3639 | plugins/t/check_jabber.t, plugins/t/check_pop.t, | ||
3640 | plugins/t/check_tcp.t: Reverted commits 1898 and 1899 due to | ||
3641 | reversion of 1879 git-svn-id: | ||
3642 | |||
3643 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1901 f882894a-f735-0410-b71e-b25c423dba1c | ||
3644 | |||
3645 | 2008-01-08 Ton Voon <tonvoon@users.sourceforge.net> | ||
3646 | |||
3647 | * NEWS, plugins/check_tcp.c: Reverted commit 1879 where an invalid | ||
3648 | hostname returns UNKNOWN - back to CRITICAL git-svn-id: | ||
3649 | |||
3650 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1900 f882894a-f735-0410-b71e-b25c423dba1c | ||
3651 | |||
3652 | 2008-01-08 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3653 | |||
3654 | * plugins/t/check_imap.t, plugins/t/check_jabber.t, | ||
3655 | plugins/t/check_pop.t: more r1879 fixes git-svn-id: | ||
3656 | |||
3657 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1899 f882894a-f735-0410-b71e-b25c423dba1c | ||
3658 | |||
3659 | 2008-01-08 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3660 | |||
3661 | * plugins/t/check_ftp.t, plugins/t/check_tcp.t: Fix test breakages | ||
3662 | for commit r1879: check_tcp now returns UNKNOWN with an invalid | ||
3663 | hostname on command line git-svn-id: | ||
3664 | |||
3665 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1898 f882894a-f735-0410-b71e-b25c423dba1c | ||
3666 | |||
3667 | 2008-01-08 Holger Weiss <hweiss@users.sourceforge.net> | ||
3668 | |||
3669 | * plugins-root/check_icmp.c: Hide some debug output which was | ||
3670 | printed even without "-v" (under certain circumstances). git-svn-id: | ||
3671 | |||
3672 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1897 f882894a-f735-0410-b71e-b25c423dba1c | ||
3673 | |||
3674 | 2008-01-08 Holger Weiss <hweiss@users.sourceforge.net> | ||
3675 | |||
3676 | * plugins-root/check_icmp.c: Fix the handling of ICMP packets which | ||
3677 | are not echo replies (such as destination unreachable messages) or | ||
3678 | which are not directed at us. git-svn-id: | ||
3679 | |||
3680 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1896 f882894a-f735-0410-b71e-b25c423dba1c | ||
3681 | |||
3682 | 2008-01-08 Holger Weiss <hweiss@users.sourceforge.net> | ||
3683 | |||
3684 | * plugins-root/check_icmp.c: Get rid of a cast which increases the | ||
3685 | required alignment. git-svn-id: | ||
3686 | |||
3687 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1895 f882894a-f735-0410-b71e-b25c423dba1c | ||
3688 | |||
3689 | 2008-01-08 Holger Weiss <hweiss@users.sourceforge.net> | ||
3690 | |||
3691 | * plugins-root/check_icmp.c: Mark some constant strings "const". git-svn-id: | ||
3692 | |||
3693 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1894 f882894a-f735-0410-b71e-b25c423dba1c | ||
3694 | |||
3695 | 2008-01-07 Holger Weiss <hweiss@users.sourceforge.net> | ||
3696 | |||
3697 | * plugins/netutils.c: Support "[IPv6]" address syntax. git-svn-id: | ||
3698 | |||
3699 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1893 f882894a-f735-0410-b71e-b25c423dba1c | ||
3700 | |||
3701 | 2008-01-07 Holger Weiss <hweiss@users.sourceforge.net> | ||
3702 | |||
3703 | * plugins/check_http.c: My assumption that "-H example.com:80" | ||
3704 | didn't work (see my previous commit) was wrong, it worked if used | ||
3705 | together with "-I". So, here's support for "-H [IPv6]:port", "-H | ||
3706 | [IPv6]", "-H IPv6", "-H IPv4:port", "-H IPv4", and "-H host:port". git-svn-id: | ||
3707 | |||
3708 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1892 f882894a-f735-0410-b71e-b25c423dba1c | ||
3709 | |||
3710 | 2008-01-06 Holger Weiss <hweiss@users.sourceforge.net> | ||
3711 | |||
3712 | * plugins/check_http.c: Remove support for specifying the port | ||
3713 | number using "-H example.com:80". Since this didn't work anyway | ||
3714 | (because ":80" wasn't stripped from the "host_name" after extracting | ||
3715 | the "server_port"), nobody can be using this syntax, and it prevents | ||
3716 | "-H" from accepting IPv6 addresses (neufeind - 1865082). IMO, | ||
3717 | fixing it to recognize both ":80" and IPv6 addresses isn't worth it, | ||
3718 | as the ":80" syntax doesn't seem very useful for Nagios plugins | ||
3719 | (given the way how they are usually called in Nagios command | ||
3720 | definitions). git-svn-id: | ||
3721 | |||
3722 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1891 f882894a-f735-0410-b71e-b25c423dba1c | ||
3723 | |||
3724 | 2008-01-06 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3725 | |||
3726 | * lib/tests/test_base64.c: Fix base64 test (known string wasn't | ||
3727 | null-terminated) git-svn-id: | ||
3728 | |||
3729 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1890 f882894a-f735-0410-b71e-b25c423dba1c | ||
3730 | |||
3731 | 2008-01-06 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3732 | |||
3733 | * lib/tests/test_cmd.c: Fix tinderbox breakage git-svn-id: | ||
3734 | |||
3735 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1889 f882894a-f735-0410-b71e-b25c423dba1c | ||
3736 | |||
3737 | 2008-01-06 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
3738 | |||
3739 | * plugins/check_ldap.c: If unspecified set LDAP_OPT_SUCCESS to | ||
3740 | LDAP_SUCCESS (Sergei Haramundanis - #1498923) git-svn-id: | ||
3741 | |||
3742 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1888 f882894a-f735-0410-b71e-b25c423dba1c | ||
3743 | |||
3744 | 2008-01-05 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3745 | |||
3746 | * NEWS, plugins/check_ntp.c, plugins/check_ntp_time.c: Fix Bug | ||
3747 | #1862300: check_ntp_time segfault in 1.4.11 (Also apply to | ||
3748 | check_ntp) git-svn-id: | ||
3749 | |||
3750 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1887 f882894a-f735-0410-b71e-b25c423dba1c | ||
3751 | |||
3752 | 2008-01-05 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
3753 | |||
3754 | * NEWS, THANKS.in, plugins/check_dns.c: check_dns now sorts | ||
3755 | addresses for -a support with multiple address replies (Matthias | ||
3756 | Urlichs #1724052) git-svn-id: | ||
3757 | |||
3758 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1886 f882894a-f735-0410-b71e-b25c423dba1c | ||
3759 | |||
3760 | 2008-01-04 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
3761 | |||
3762 | * plugins/check_procs.c: Cleaned check_procs usage output (Ferenc | ||
3763 | Wagner #1862218) git-svn-id: | ||
3764 | |||
3765 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1885 f882894a-f735-0410-b71e-b25c423dba1c | ||
3766 | |||
3767 | 2007-12-21 Holger Weiss <hweiss@users.sourceforge.net> | ||
3768 | |||
3769 | * plugins-root/check_icmp.c: Fix INADDR_NONE value (for systems | ||
3770 | which don't define it). git-svn-id: | ||
3771 | |||
3772 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1884 f882894a-f735-0410-b71e-b25c423dba1c | ||
3773 | |||
3774 | 2007-12-21 Holger Weiss <hweiss@users.sourceforge.net> | ||
3775 | |||
3776 | * plugins-root/check_icmp.c: Include <sys/sockio.h> (if available) | ||
3777 | to get SIOCGIFADDR defined on Solaris. git-svn-id: | ||
3778 | |||
3779 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1883 f882894a-f735-0410-b71e-b25c423dba1c | ||
3780 | |||
3781 | 2007-12-21 Holger Weiss <hweiss@users.sourceforge.net> | ||
3782 | |||
3783 | * NEWS, THANKS.in, plugins-root/check_icmp.c: New "-s" option to | ||
3784 | specify the source IP address (thanks to Harald Jenny for providing | ||
3785 | the patch and to Patrick Cervicek for looking into it!) git-svn-id: | ||
3786 | |||
3787 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1882 f882894a-f735-0410-b71e-b25c423dba1c | ||
3788 | |||
3789 | 2007-12-21 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3790 | |||
3791 | * plugins/check_ldap.c: Remove c formating from translated strings | ||
3792 | (makes translation easier) git-svn-id: | ||
3793 | |||
3794 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1881 f882894a-f735-0410-b71e-b25c423dba1c | ||
3795 | |||
3796 | 2007-12-19 Holger Weiss <hweiss@users.sourceforge.net> | ||
3797 | |||
3798 | * plugins/check_ldap.c: Fix the "--help" output. git-svn-id: | ||
3799 | |||
3800 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1880 f882894a-f735-0410-b71e-b25c423dba1c | ||
3801 | |||
3802 | 2007-12-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
3803 | |||
3804 | * NEWS, plugins/check_tcp.c: check_tcp now returns UNKNOWN with an | ||
3805 | invalid hostname on command line git-svn-id: | ||
3806 | |||
3807 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1879 f882894a-f735-0410-b71e-b25c423dba1c | ||
3808 | |||
3809 | 2007-12-17 Ton Voon <tonvoon@users.sourceforge.net> | ||
3810 | |||
3811 | * NEWS, THANKS.in, plugins/check_nt.c: Add check_nt -v INSTANCES | ||
3812 | (Alessandro Ren) git-svn-id: | ||
3813 | |||
3814 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1877 f882894a-f735-0410-b71e-b25c423dba1c | ||
3815 | |||
3816 | 2007-12-13 Ton Voon <tonvoon@users.sourceforge.net> | ||
3817 | |||
3818 | * plugins/check_nwstat.c: Fixed help output (Christian Mies) git-svn-id: | ||
3819 | |||
3820 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1876 f882894a-f735-0410-b71e-b25c423dba1c | ||
3821 | |||
3822 | 2007-12-13 Ton Voon <tonvoon@users.sourceforge.net> | ||
3823 | |||
3824 | * NEWS: NEWS edited for consistent grammar git-svn-id: | ||
3825 | |||
3826 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1875 f882894a-f735-0410-b71e-b25c423dba1c | ||
3827 | |||
3828 | 2007-12-13 Ton Voon <tonvoon@users.sourceforge.net> | ||
3829 | |||
3830 | * BUGS, ChangeLog, NEWS, configure.in, package.def: Preparation for | ||
3831 | 1.4.11 git-svn-id: | ||
3832 | |||
3833 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1873 f882894a-f735-0410-b71e-b25c423dba1c | ||
3834 | |||
3835 | 2007-12-13 Ton Voon <tonvoon@users.sourceforge.net> | ||
3836 | |||
3837 | * NEWS, THANKS.in, plugins-root/Makefile.am: Fixed VPATH problem in | ||
3838 | plugins-root (Tom Payerle - 1789000) git-svn-id: | ||
3839 | |||
3840 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1872 f882894a-f735-0410-b71e-b25c423dba1c | ||
3841 | |||
3842 | 2007-12-13 Ton Voon <tonvoon@users.sourceforge.net> | ||
3843 | |||
3844 | * NEWS: Update to latest Nagios::Plugin git-svn-id: | ||
3845 | |||
3846 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1871 f882894a-f735-0410-b71e-b25c423dba1c | ||
3847 | |||
3848 | 2007-12-12 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3849 | |||
3850 | * : Add build files/binaries to the svn:ignore propt git-svn-id: | ||
3851 | |||
3852 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1867 f882894a-f735-0410-b71e-b25c423dba1c | ||
3853 | |||
3854 | 2007-12-11 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3855 | |||
3856 | * plugins/t/check_ntp.t: D'oh! single escape will be handled by | ||
3857 | Perl.... git-svn-id: | ||
3858 | |||
3859 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1865 f882894a-f735-0410-b71e-b25c423dba1c | ||
3860 | |||
3861 | 2007-12-11 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3862 | |||
3863 | * plugins/check_ntp_peer.c, plugins/t/check_ntp.t: - Fix check_ntp_peer returning misleading information when an ICMP | ||
3864 | message came back - Try to fix some servers apparently exanding the ~ in threshold | ||
3865 | ranges in t/check_ntp.t git-svn-id: | ||
3866 | |||
3867 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1864 f882894a-f735-0410-b71e-b25c423dba1c | ||
3868 | |||
3869 | 2007-12-11 Ton Voon <tonvoon@users.sourceforge.net> | ||
3870 | |||
3871 | * lib/tests/test_cmd.c: Fixed test so works on MacOSX (use /bin/sh | ||
3872 | instead of /bin/grep). Added extra test for missing command - | ||
3873 | should drop into STATE_UNKNOWN git-svn-id: | ||
3874 | |||
3875 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1863 f882894a-f735-0410-b71e-b25c423dba1c | ||
3876 | |||
3877 | 2007-12-11 Ton Voon <tonvoon@users.sourceforge.net> | ||
3878 | |||
3879 | * lib/tests/Makefile.am: Add verbose flag so each test result is | ||
3880 | seen, rather than grouped by test git-svn-id: | ||
3881 | |||
3882 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1862 f882894a-f735-0410-b71e-b25c423dba1c | ||
3883 | |||
3884 | 2007-12-11 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3885 | |||
3886 | * plugins-root/check_icmp.c, plugins/check_cluster.c, | ||
3887 | plugins/check_http.c, plugins/check_mrtgtraf.c, | ||
3888 | plugins/check_ntp.c, plugins/check_ntp_peer.c, | ||
3889 | plugins/check_ntp_time.c: Adding missing function calls needed for | ||
3890 | i18n (only for plugins already in POTFILES.in) git-svn-id: | ||
3891 | |||
3892 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1861 f882894a-f735-0410-b71e-b25c423dba1c | ||
3893 | |||
3894 | 2007-12-10 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3895 | |||
3896 | * po/fr.po: Some corrections git-svn-id: | ||
3897 | |||
3898 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1860 f882894a-f735-0410-b71e-b25c423dba1c | ||
3899 | |||
3900 | 2007-12-10 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3901 | |||
3902 | * plugins/check_cluster.c, plugins/check_mysql.c, | ||
3903 | plugins/check_radius.c, plugins/check_snmp.c, plugins/check_swap.c, | ||
3904 | plugins/negate.c, po/de.po, po/fr.po, po/nagios-plugins.pot: Plenty | ||
3905 | of french translations (and a few fixes BTW) - No more fuzzy french translations - Only (!) 355 strings to translate git-svn-id: | ||
3906 | |||
3907 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1859 f882894a-f735-0410-b71e-b25c423dba1c | ||
3908 | |||
3909 | 2007-12-10 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3910 | |||
3911 | * plugins/check_ntp.c, plugins/check_ntp_peer.c, | ||
3912 | plugins/check_ntp_time.c: OOPS! Last commit should have included | ||
3913 | these files. git-svn-id: | ||
3914 | |||
3915 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1858 f882894a-f735-0410-b71e-b25c423dba1c | ||
3916 | |||
3917 | 2007-12-10 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3918 | |||
3919 | * po/de.po, po/fr.po, po/nagios-plugins.pot: D'autres translations - | ||
3920 | Err, I mean more translations :) git-svn-id: | ||
3921 | |||
3922 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1857 f882894a-f735-0410-b71e-b25c423dba1c | ||
3923 | |||
3924 | 2007-12-10 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3925 | |||
3926 | * po/fr.po: More translations git-svn-id: | ||
3927 | |||
3928 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1856 f882894a-f735-0410-b71e-b25c423dba1c | ||
3929 | |||
3930 | 2007-12-10 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3931 | |||
3932 | * po/de.po, po/fr.po, po/nagios-plugins.pot: re-update the po files git-svn-id: | ||
3933 | |||
3934 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1855 f882894a-f735-0410-b71e-b25c423dba1c | ||
3935 | |||
3936 | 2007-12-10 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3937 | |||
3938 | * plugins/check_ntp_peer.c, po/fr.po: Some translations git-svn-id: | ||
3939 | |||
3940 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1854 f882894a-f735-0410-b71e-b25c423dba1c | ||
3941 | |||
3942 | 2007-12-10 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
3943 | |||
3944 | * po/de.po, po/fr.po, po/nagios-plugins.pot: Localization updates | ||
3945 | for recent changes git-svn-id: | ||
3946 | |||
3947 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1853 f882894a-f735-0410-b71e-b25c423dba1c | ||
3948 | |||
3949 | 2007-12-10 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
3950 | |||
3951 | * plugins/check_http.c: Fix output when response time is critical. | ||
3952 | Thanks to Nobuhiro Ban (patch #1817228) git-svn-id: | ||
3953 | |||
3954 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1852 f882894a-f735-0410-b71e-b25c423dba1c | ||
3955 | |||
3956 | 2007-12-10 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
3957 | |||
3958 | * NEWS, plugins/check_load.c, plugins/t/check_load.t: Fixed | ||
3959 | check_load argument handling when passing non triplet thresholds. | ||
3960 | Thanks to Jonathan Kamens (bug #1831890) git-svn-id: | ||
3961 | |||
3962 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1851 f882894a-f735-0410-b71e-b25c423dba1c | ||
3963 | |||
3964 | 2007-12-09 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3965 | |||
3966 | * po/POTFILES.in, po/de.po, po/fr.po, po/nagios-plugins.pot: Gettin' | ||
3967 | ready for some translation frenzy :) git-svn-id: | ||
3968 | |||
3969 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1850 f882894a-f735-0410-b71e-b25c423dba1c | ||
3970 | |||
3971 | 2007-12-09 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3972 | |||
3973 | * po/de.po, po/fr.po, po/nagios-plugins.pot: update po files and fix | ||
3974 | a few French translations git-svn-id: | ||
3975 | |||
3976 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1849 f882894a-f735-0410-b71e-b25c423dba1c | ||
3977 | |||
3978 | 2007-12-08 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3979 | |||
3980 | * NEWS, plugins/check_disk.c: Fix check_disk reporting OK if disk | ||
3981 | usage grows over 100% (bug #1348746). git-svn-id: | ||
3982 | |||
3983 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1848 f882894a-f735-0410-b71e-b25c423dba1c | ||
3984 | |||
3985 | 2007-12-04 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3986 | |||
3987 | * plugins/check_ntp_time.c: Interesting... For some reason it did | ||
3988 | not take this (patch barfed on it and I thought I had fixed it | ||
3989 | already)... git-svn-id: | ||
3990 | |||
3991 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1847 f882894a-f735-0410-b71e-b25c423dba1c | ||
3992 | |||
3993 | 2007-12-04 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
3994 | |||
3995 | * NEWS, plugins/Makefile.am, plugins/check_ntp_peer.c, | ||
3996 | plugins/check_ntp_time.c, plugins/t/check_ntp.t: Merge changes from | ||
3997 | branches/dermoth_ntp_rework (check_ntp_peer/check_ntp_time) NEWS | 13 plugins/Makefile.am | 8 plugins/check_ntp_peer.c | 628 | ||
3998 | ++++++++++++++++------------------------------- | ||
3999 | plugins/check_ntp_time.c | 323 ++---------------------- plugins/t/check_ntp.t | 92 +++++- git-svn-id: | ||
4000 | |||
4001 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1846 f882894a-f735-0410-b71e-b25c423dba1c | ||
4002 | |||
4003 | 2007-12-04 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4004 | |||
4005 | * plugins/check_ntp_peer.c, plugins/check_ntp_time.c: Add the new | ||
4006 | checks as check_ntp copies to keep full plug-in history git-svn-id: | ||
4007 | |||
4008 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1843 f882894a-f735-0410-b71e-b25c423dba1c | ||
4009 | |||
4010 | 2007-12-04 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4011 | |||
4012 | * plugins/check_ntp.c: missing word in comment block. git-svn-id: | ||
4013 | |||
4014 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1838 f882894a-f735-0410-b71e-b25c423dba1c | ||
4015 | |||
4016 | 2007-11-23 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4017 | |||
4018 | * NEWS, plugins/check_ntp.c: - Use max_state_alt in check_ntp to fix some issues with the latest | ||
4019 | commits. - Roll back the stratum check as there were issues with it and a | ||
4020 | better one is already implemented in check_ntp_peer (about to be | ||
4021 | included) git-svn-id: | ||
4022 | |||
4023 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1830 f882894a-f735-0410-b71e-b25c423dba1c | ||
4024 | |||
4025 | 2007-11-23 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4026 | |||
4027 | * plugins/utils.c, plugins/utils.h: Add a max_state_alt function | ||
4028 | that put UNKNOWN and DEPENDENT ahead of OK. git-svn-id: | ||
4029 | |||
4030 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1829 f882894a-f735-0410-b71e-b25c423dba1c | ||
4031 | |||
4032 | 2007-11-11 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4033 | |||
4034 | * NEWS, plugins/check_cluster.c, plugins/check_snmp.c: Fix broken | ||
4035 | usage2 in check_snmp and check_cluster Fix check_cluster blocking | ||
4036 | some special characters for thresholds ("-", "@", "~") git-svn-id: | ||
4037 | |||
4038 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1827 f882894a-f735-0410-b71e-b25c423dba1c | ||
4039 | |||
4040 | 2007-11-10 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4041 | |||
4042 | * plugins/check_ntp.c: Fix newly added stratum check (has to be | ||
4043 | decreased by one when using normal NTP packets versus control | ||
4044 | packets) git-svn-id: | ||
4045 | |||
4046 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1822 f882894a-f735-0410-b71e-b25c423dba1c | ||
4047 | |||
4048 | 2007-11-09 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4049 | |||
4050 | * lib/tests/test_base64.c: Adding svn:keywords props git-svn-id: | ||
4051 | |||
4052 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1819 f882894a-f735-0410-b71e-b25c423dba1c | ||
4053 | |||
4054 | 2007-11-09 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4055 | |||
4056 | * configure.in, lib/tests/Makefile.am, lib/tests/test_base64.c, | ||
4057 | lib/tests/test_base64.t, tools/distclean: Adding test for base64 lib git-svn-id: | ||
4058 | |||
4059 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1818 f882894a-f735-0410-b71e-b25c423dba1c | ||
4060 | |||
4061 | 2007-11-09 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4062 | |||
4063 | * lib/Makefile.am, lib/base64.c, lib/base64.h, | ||
4064 | plugins/check_http.c, plugins/check_smtp.c: Moved base64 function to | ||
4065 | /lib. git-svn-id: | ||
4066 | |||
4067 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1817 f882894a-f735-0410-b71e-b25c423dba1c | ||
4068 | |||
4069 | 2007-11-09 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4070 | |||
4071 | * lib/utils_tcp.h: Nothing to see here... git-svn-id: | ||
4072 | |||
4073 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1816 f882894a-f735-0410-b71e-b25c423dba1c | ||
4074 | |||
4075 | 2007-11-09 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4076 | |||
4077 | * THANKS.in: Credits of check_snmp fix for bug #1815362 | ||
4078 | (CVE-2007-5623) git-svn-id: | ||
4079 | |||
4080 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1815 f882894a-f735-0410-b71e-b25c423dba1c | ||
4081 | |||
4082 | 2007-11-09 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4083 | |||
4084 | * plugins/check_snmp.c: Fix check_snmp buffer overflow | ||
4085 | (CVE-2007-5623) This patch comes from the Gentoo Portage tree but I couldn't find | ||
4086 | the author. I sent an email and will give credits when I get an | ||
4087 | answer. git-svn-id: | ||
4088 | |||
4089 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1814 f882894a-f735-0410-b71e-b25c423dba1c | ||
4090 | |||
4091 | 2007-11-09 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4092 | |||
4093 | * plugins/check_ssh.c: Close the socket on all exits (not just the | ||
4094 | OK one) git-svn-id: | ||
4095 | |||
4096 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1813 f882894a-f735-0410-b71e-b25c423dba1c | ||
4097 | |||
4098 | 2007-11-09 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4099 | |||
4100 | * plugins/check_snmp.c: Fix missing \n in --help output git-svn-id: | ||
4101 | |||
4102 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1812 f882894a-f735-0410-b71e-b25c423dba1c | ||
4103 | |||
4104 | 2007-10-25 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4105 | |||
4106 | * NEWS, plugins/check_ntp.c: check_ntp now return UNKNOWN instead of | ||
4107 | WARNING if jitter is unavailable. If no offset threshold is | ||
4108 | specified and the offset is unavailable, will return UNKNOWN as | ||
4109 | well. git-svn-id: | ||
4110 | |||
4111 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1811 f882894a-f735-0410-b71e-b25c423dba1c | ||
4112 | |||
4113 | 2007-10-25 Ton Voon <tonvoon@users.sourceforge.net> | ||
4114 | |||
4115 | * plugins-root/check_dhcp.c, plugins/check_ping.c, | ||
4116 | plugins/check_ups.c, tools/sync_website: Automatically update | ||
4117 | website with --help output. Cosmetic fixes for some help output git-svn-id: | ||
4118 | |||
4119 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1810 f882894a-f735-0410-b71e-b25c423dba1c | ||
4120 | |||
4121 | 2007-10-24 Holger Weiss <hweiss@users.sourceforge.net> | ||
4122 | |||
4123 | * THANKS.in, plugins/check_snmp.c: Hide the SNMP community string | ||
4124 | (and v3 passwords) from error messages (Bernhard Fischer on | ||
4125 | nagiosplug-devel@) git-svn-id: | ||
4126 | |||
4127 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1809 f882894a-f735-0410-b71e-b25c423dba1c | ||
4128 | |||
4129 | 2007-10-15 Ton Voon <tonvoon@users.sourceforge.net> | ||
4130 | |||
4131 | * doc/RELEASING: Add reparagraph option to make ChangeLog output bit | ||
4132 | prettier git-svn-id: | ||
4133 | |||
4134 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1808 f882894a-f735-0410-b71e-b25c423dba1c | ||
4135 | |||
4136 | 2007-10-14 Holger Weiss <hweiss@users.sourceforge.net> | ||
4137 | |||
4138 | * plugins/check_http.c: Fix a possible segfault if using "-f follow" | ||
4139 | and the server sends a forged "LLLLocation" header prefixed with | ||
4140 | multiple "L"s (fabiodds - 1813346) git-svn-id: | ||
4141 | |||
4142 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1807 f882894a-f735-0410-b71e-b25c423dba1c | ||
4143 | |||
4144 | 2007-10-11 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4145 | |||
4146 | * NEWS, plugins/check_ntp.c: Add stratum thresholds support for | ||
4147 | check_ntp (feature request #1703823) git-svn-id: | ||
4148 | |||
4149 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1806 f882894a-f735-0410-b71e-b25c423dba1c | ||
4150 | |||
4151 | 2007-10-11 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4152 | |||
4153 | * plugins/check_ntp.c: Use provided threshold functions (no | ||
4154 | functionnal change apart the check for overlaping thresholds) git-svn-id: | ||
4155 | |||
4156 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1805 f882894a-f735-0410-b71e-b25c423dba1c | ||
4157 | |||
4158 | 2007-10-02 Holger Weiss <hweiss@users.sourceforge.net> | ||
4159 | |||
4160 | * NEWS, plugins/check_http.c: Fix regression in 1.4.10 where | ||
4161 | following redirects to relative URLs on virtual hosts failed if both | ||
4162 | "-H" and "-I" were specified (noted by Rodrigo A. G. Schichaschwili | ||
4163 | on nagiosplug-devel@) git-svn-id: | ||
4164 | |||
4165 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1804 f882894a-f735-0410-b71e-b25c423dba1c | ||
4166 | |||
4167 | 2007-09-29 Ton Voon <tonvoon@users.sourceforge.net> | ||
4168 | |||
4169 | * doc/RELEASING: Updated notes on releasing, mainly for svn git-svn-id: | ||
4170 | |||
4171 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1803 f882894a-f735-0410-b71e-b25c423dba1c | ||
4172 | |||
4173 | 2007-09-29 Ton Voon <tonvoon@users.sourceforge.net> | ||
4174 | |||
4175 | * BUGS, ChangeLog, NEWS, configure.in, package.def: Prep for 1.4.10 git-svn-id: | ||
4176 | |||
4177 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1801 f882894a-f735-0410-b71e-b25c423dba1c | ||
4178 | |||
4179 | 2007-09-26 Holger Weiss <hweiss@users.sourceforge.net> | ||
4180 | |||
4181 | * NEWS, plugins/check_radius.c: Drop the weird and undocumented | ||
4182 | behaviour of using positional argument parsing instead of getopt(3) | ||
4183 | if 8 command line arguments were given (as suggested by Matthias) | ||
4184 | and check whether all required arguments have been specified in | ||
4185 | order to spit out proper error messages and to avoid a possible | ||
4186 | segfault (as suggested by Thomas). git-svn-id: | ||
4187 | |||
4188 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1800 f882894a-f735-0410-b71e-b25c423dba1c | ||
4189 | |||
4190 | 2007-09-26 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4191 | |||
4192 | * NEWS, THANKS.in, plugins/check_ntp.c: Patch #1798774: check_ntp: | ||
4193 | honor ntp flags git-svn-id: | ||
4194 | |||
4195 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1799 f882894a-f735-0410-b71e-b25c423dba1c | ||
4196 | |||
4197 | 2007-09-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
4198 | |||
4199 | * : Update N::P with new version, redirecting help, version and | ||
4200 | usage to stdout git-svn-id: | ||
4201 | |||
4202 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1798 f882894a-f735-0410-b71e-b25c423dba1c | ||
4203 | |||
4204 | 2007-09-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
4205 | |||
4206 | * doc/developer-guidelines.sgml: State that stderr should not have | ||
4207 | any output git-svn-id: | ||
4208 | |||
4209 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1796 f882894a-f735-0410-b71e-b25c423dba1c | ||
4210 | |||
4211 | 2007-09-24 Holger Weiss <hweiss@users.sourceforge.net> | ||
4212 | |||
4213 | * NEWS, configure.in, plugins/netutils.c: Let ./configure | ||
4214 | --without-ipv6 suppress non-IPv4 DNS lookups (noted by Mark Frost on | ||
4215 | nagios-users@) git-svn-id: | ||
4216 | |||
4217 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1794 f882894a-f735-0410-b71e-b25c423dba1c | ||
4218 | |||
4219 | 2007-09-23 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
4220 | |||
4221 | * plugins/check_disk.c, plugins/negate.c: Removed some c99 style | ||
4222 | comments git-svn-id: | ||
4223 | |||
4224 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1793 f882894a-f735-0410-b71e-b25c423dba1c | ||
4225 | |||
4226 | 2007-09-23 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
4227 | |||
4228 | * NEWS, plugins/check_by_ssh.c: Added multiline output capability to | ||
4229 | check_by_ssh. Thanks to Matthias Flacke (#1769653) git-svn-id: | ||
4230 | |||
4231 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1792 f882894a-f735-0410-b71e-b25c423dba1c | ||
4232 | |||
4233 | 2007-09-23 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
4234 | |||
4235 | * BUGS: removed solved issues git-svn-id: | ||
4236 | |||
4237 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1791 f882894a-f735-0410-b71e-b25c423dba1c | ||
4238 | |||
4239 | 2007-09-23 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
4240 | |||
4241 | * REQUIREMENTS: Added radiusclient-ng support to requirement notes git-svn-id: | ||
4242 | |||
4243 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1790 f882894a-f735-0410-b71e-b25c423dba1c | ||
4244 | |||
4245 | 2007-09-23 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
4246 | |||
4247 | * NEWS, plugins/check_disk.c: Fixed bug: stat was called on remote | ||
4248 | fs even if -l was given Added -L option to call stat on remote fs | ||
4249 | but without threshold comparison git-svn-id: | ||
4250 | |||
4251 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1789 f882894a-f735-0410-b71e-b25c423dba1c | ||
4252 | |||
4253 | 2007-09-23 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
4254 | |||
4255 | * NEWS, THANKS.in, configure.in, plugins/check_radius.c: Added | ||
4256 | radiusclient-ng support for check_radius. Thanks to Sebastien Guay | ||
4257 | (#1218438) git-svn-id: | ||
4258 | |||
4259 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1788 f882894a-f735-0410-b71e-b25c423dba1c | ||
4260 | |||
4261 | 2007-09-22 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
4262 | |||
4263 | * lib/utils_disk.c, lib/utils_tcp.c, plugins/check_disk.c: | ||
4264 | substituted bool/true/false with int/TRUE/FALSE (discussed on | ||
4265 | np-devel) git-svn-id: | ||
4266 | |||
4267 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1787 f882894a-f735-0410-b71e-b25c423dba1c | ||
4268 | |||
4269 | 2007-09-22 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
4270 | |||
4271 | * NEWS, lib/tests/test_disk.c, lib/utils_disk.c, lib/utils_disk.h, | ||
4272 | plugins/check_disk.c, plugins/t/check_disk.t: Added -i/-I to ignore | ||
4273 | pathes/partitions based on regular expressions Added check_disk -A | ||
4274 | selecting all filesystems -E option must now be passed before -p or | ||
4275 | -r/-R Passing -E after -p or -r results in UNKNOWN state Fixed bug | ||
4276 | when mixing case sensitive and insensitive regexes git-svn-id: | ||
4277 | |||
4278 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1786 f882894a-f735-0410-b71e-b25c423dba1c | ||
4279 | |||
4280 | 2007-09-22 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4281 | |||
4282 | * NEWS, plugins/negate.c, plugins/t/negate.t: Rewrite the "map | ||
4283 | changes to return codes" patch nearly from scratch. git-svn-id: | ||
4284 | |||
4285 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1785 f882894a-f735-0410-b71e-b25c423dba1c | ||
4286 | |||
4287 | 2007-09-21 Ton Voon <tonvoon@users.sourceforge.net> | ||
4288 | |||
4289 | * NEWS, configure.in, lib/Makefile.am, lib/tests/Makefile.am, | ||
4290 | lib/tests/test_cmd.c, lib/tests/test_cmd.t, lib/utils_cmd.c, | ||
4291 | lib/utils_cmd.h, plugins/Makefile.am, plugins/negate.c, | ||
4292 | plugins/t/negate.pl, plugins/t/negate.t: Stop double expansion of | ||
4293 | parameters for negate - works like time command now git-svn-id: | ||
4294 | |||
4295 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1784 f882894a-f735-0410-b71e-b25c423dba1c | ||
4296 | |||
4297 | 2007-09-21 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4298 | |||
4299 | * plugins/check_disk.c: My solaris box needs %llu to display 64bits | ||
4300 | integers. git-svn-id: | ||
4301 | |||
4302 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1783 f882894a-f735-0410-b71e-b25c423dba1c | ||
4303 | |||
4304 | 2007-09-21 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4305 | |||
4306 | * plugins/check_disk.c: - Added some variables at verbose==3 - Removed support for verbose<0 (-q). -q was broken and tried to to | ||
4307 | the same as -e. - -q in now an undocumented alias of -e (for | ||
4308 | backward-compatibility). NB: Long help text for -d was already | ||
4309 | missing. - Reordered the switches so that: Â a. less-important ones are in | ||
4310 | alphabetical order b. short and long help orders match. - Enclosed "-p | -x" inside braces instead of brackets as one or the | ||
4311 | other is required. git-svn-id: | ||
4312 | |||
4313 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1782 f882894a-f735-0410-b71e-b25c423dba1c | ||
4314 | |||
4315 | 2007-09-17 Ton Voon <tonvoon@users.sourceforge.net> | ||
4316 | |||
4317 | * Makefile.am: Include directories and files required for perl | ||
4318 | modules git-svn-id: | ||
4319 | |||
4320 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1781 f882894a-f735-0410-b71e-b25c423dba1c | ||
4321 | |||
4322 | 2007-09-15 Holger Weiss <hweiss@users.sourceforge.net> | ||
4323 | |||
4324 | * NEWS, plugins/check_smtp.c: Properly handle SMTP server responses | ||
4325 | which are split into multiple packets (noted by Chris Adams on | ||
4326 | nagiosplug-help@). TODO: The new recvline()/recvlines() functions | ||
4327 | should buffer received data instead of reading one byte at a time | ||
4328 | and they should be moved to netutils.c so that other plugins can use | ||
4329 | them, too. git-svn-id: | ||
4330 | |||
4331 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1780 f882894a-f735-0410-b71e-b25c423dba1c | ||
4332 | |||
4333 | 2007-09-15 Holger Weiss <hweiss@users.sourceforge.net> | ||
4334 | |||
4335 | * NEWS, plugins-root/check_icmp.c: Correct all instances of | ||
4336 | misaligned memory access. This fixes bus erros on platforms which | ||
4337 | require alignment (such as SPARC and MIPS). git-svn-id: | ||
4338 | |||
4339 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1779 f882894a-f735-0410-b71e-b25c423dba1c | ||
4340 | |||
4341 | 2007-09-15 Holger Weiss <hweiss@users.sourceforge.net> | ||
4342 | |||
4343 | * tools/devmode: Remove "-Wtraditional" from our development GCC | ||
4344 | flags. We use ANSI C. git-svn-id: | ||
4345 | |||
4346 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1778 f882894a-f735-0410-b71e-b25c423dba1c | ||
4347 | |||
4348 | 2007-09-13 Ton Voon <tonvoon@users.sourceforge.net> | ||
4349 | |||
4350 | * Makefile.am, configure.in, perlmods/Makefile.am, | ||
4351 | perlmods/install_order, tools/build_perl_modules: Adding in optional | ||
4352 | Nagios::Plugin perl module (and dependencies) compilation and | ||
4353 | installation git-svn-id: | ||
4354 | |||
4355 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1777 f882894a-f735-0410-b71e-b25c423dba1c | ||
4356 | |||
4357 | 2007-08-28 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4358 | |||
4359 | * contrib/check_apc_ups.pl, contrib/check_appletalk.pl, | ||
4360 | contrib/check_linux_raid.pl, contrib/check_snmp_procs.pl: These | ||
4361 | plugins assumed the "use lib util.pm;" would be substituted like | ||
4362 | standard Perl plugins (in plugins-scripts) which isn't the case in | ||
4363 | contrib. I changed the "use lib" line to use the default path. | ||
4364 | People using custom paths will have to change it manually. git-svn-id: | ||
4365 | |||
4366 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1771 f882894a-f735-0410-b71e-b25c423dba1c | ||
4367 | |||
4368 | 2007-08-09 Holger Weiss <hweiss@users.sourceforge.net> | ||
4369 | |||
4370 | * plugins/check_disk.c: Don't use C++ style comments (noted by | ||
4371 | Johannes Kingma on nagiosplug-help@) git-svn-id: | ||
4372 | |||
4373 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1770 f882894a-f735-0410-b71e-b25c423dba1c | ||
4374 | |||
4375 | 2007-07-31 Holger Weiss <hweiss@users.sourceforge.net> | ||
4376 | |||
4377 | * plugins/check_smtp.c: Read the response to an SMTP QUIT command | ||
4378 | before closing the socket (noted by Dieter Hendricks on | ||
4379 | nagiosplug-help@) git-svn-id: | ||
4380 | |||
4381 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1769 f882894a-f735-0410-b71e-b25c423dba1c | ||
4382 | |||
4383 | 2007-07-29 Holger Weiss <hweiss@users.sourceforge.net> | ||
4384 | |||
4385 | * lib/utils_base.c: Don't use C++ style comments. git-svn-id: | ||
4386 | |||
4387 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1768 f882894a-f735-0410-b71e-b25c423dba1c | ||
4388 | |||
4389 | 2007-07-27 Holger Weiss <hweiss@users.sourceforge.net> | ||
4390 | |||
4391 | * tools/tinderbox_build: If the TMPDIR environment variable is set, | ||
4392 | use that instead of "/tmp" as the installation directory. git-svn-id: | ||
4393 | |||
4394 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1767 f882894a-f735-0410-b71e-b25c423dba1c | ||
4395 | |||
4396 | 2007-07-26 Holger Weiss <hweiss@users.sourceforge.net> | ||
4397 | |||
4398 | * NEWS, plugins-root/check_dhcp.c: The "--serverip" and | ||
4399 | "--requestedip" options now accept host names, too. This doesn't | ||
4400 | quite fit the option names and so far I haven't changed the "--help" | ||
4401 | output which currently only talks about IP addresses. However, I | ||
4402 | don't see why resolving host names should not be supported. Also note that for the moment, I added a quick'n'dirty | ||
4403 | resolve_host() function which should really go into netutils.c. I | ||
4404 | just wanted to think about its interface a bit more before providing | ||
4405 | such a function globally. git-svn-id: | ||
4406 | |||
4407 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1766 f882894a-f735-0410-b71e-b25c423dba1c | ||
4408 | |||
4409 | 2007-07-26 Holger Weiss <hweiss@users.sourceforge.net> | ||
4410 | |||
4411 | * NEWS, plugins-root/check_dhcp.c: New "-m, --mac" option which | ||
4412 | allows for specifying the MAC address to use in the DHCP request. git-svn-id: | ||
4413 | |||
4414 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1765 f882894a-f735-0410-b71e-b25c423dba1c | ||
4415 | |||
4416 | 2007-07-26 Holger Weiss <hweiss@users.sourceforge.net> | ||
4417 | |||
4418 | * plugins-root/check_dhcp.c: Make sure strncpy(3)d buffers are | ||
4419 | nul-terminated. git-svn-id: | ||
4420 | |||
4421 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1764 f882894a-f735-0410-b71e-b25c423dba1c | ||
4422 | |||
4423 | 2007-07-26 Holger Weiss <hweiss@users.sourceforge.net> | ||
4424 | |||
4425 | * plugins-root/check_dhcp.c: A few minor fixes/improvements which | ||
4426 | were included with (but unrelated to) the "--unicast" patch (Andreas | ||
4427 | Ericsson and Heiti Ernits - 1218235) git-svn-id: | ||
4428 | |||
4429 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1763 f882894a-f735-0410-b71e-b25c423dba1c | ||
4430 | |||
4431 | 2007-07-26 Holger Weiss <hweiss@users.sourceforge.net> | ||
4432 | |||
4433 | * NEWS, THANKS.in, configure.in, plugins-root/check_dhcp.c: New "-u, | ||
4434 | --unicast" option which gives check_dhcp the ability to mimic a DHCP | ||
4435 | relay server in order to check remote subnets (Heiti Ernits and | ||
4436 | Andreas Ericsson - 1218235) git-svn-id: | ||
4437 | |||
4438 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1762 f882894a-f735-0410-b71e-b25c423dba1c | ||
4439 | |||
4440 | 2007-07-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
4441 | |||
4442 | * .cvsignore, build-aux/.cvsignore, doc/.cvsignore, gl/.cvsignore, | ||
4443 | intl/.cvsignore, lib/.cvsignore, lib/tests/.cvsignore, | ||
4444 | m4/.cvsignore, pkg/solaris/.cvsignore, plugins-root/.cvsignore, | ||
4445 | plugins-scripts/.cvsignore, plugins/.cvsignore, | ||
4446 | plugins/t/.cvsignore, po/.cvsignore: Removing all .cvsignore files git-svn-id: | ||
4447 | |||
4448 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1761 f882894a-f735-0410-b71e-b25c423dba1c | ||
4449 | |||
4450 | 2007-07-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
4451 | |||
4452 | * tools/sfsnapshot, tools/sfwebcron: Updated to use svn instead of | ||
4453 | cvs git-svn-id: | ||
4454 | |||
4455 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1760 f882894a-f735-0410-b71e-b25c423dba1c | ||
4456 | |||
4457 | 2007-07-21 Holger Weiss <hweiss@users.sourceforge.net> | ||
4458 | |||
4459 | * NEWS, plugins/check_http.c: Add "Connection: close" to the HTTP | ||
4460 | request header, which tells HTTP/1.1 servers to close the connection | ||
4461 | after completion of the response. This should be compatible with | ||
4462 | HTTP/1.0, as HTTP/1.0 allows for custom header fields which should | ||
4463 | be ignored if not recognized by the server. With some server | ||
4464 | configurations, the server would keep the connection alive without | ||
4465 | this header line (despite the plugin requesting HTTP/1.0), resulting | ||
4466 | in the plugin running into either the server's or it's own timeout | ||
4467 | (reported by Roman Schliessmeyer and Jesse Morgan via IRC). git-svn-id: | ||
4468 | |||
4469 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1759 f882894a-f735-0410-b71e-b25c423dba1c | ||
4470 | |||
4471 | 2007-07-15 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
4472 | |||
4473 | * THANKS.in, plugins/check_procs.c: Make ps column count in zombie | ||
4474 | detection less restrictive. Thanks to Andrew Elwell (#1280470) git-svn-id: | ||
4475 | |||
4476 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1758 f882894a-f735-0410-b71e-b25c423dba1c | ||
4477 | |||
4478 | 2007-07-14 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
4479 | |||
4480 | * THANKS.in, plugins/check_smtp.c: Fixed segfault in argument | ||
4481 | processing. Thanks to Christoph Schell (#1742066) git-svn-id: | ||
4482 | |||
4483 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1757 f882894a-f735-0410-b71e-b25c423dba1c | ||
4484 | |||
4485 | 2007-07-14 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
4486 | |||
4487 | * THANKS.in, plugins/check_ntp.c: check_ntp: Fixed typo in typo in | ||
4488 | argument sanity check. Thanks to Aurelien Bompard (#1753506) git-svn-id: | ||
4489 | |||
4490 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1756 f882894a-f735-0410-b71e-b25c423dba1c | ||
4491 | |||
4492 | 2007-07-10 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
4493 | |||
4494 | * NEWS, plugins/check_disk.c: Added examples for new features to | ||
4495 | check_disk git-svn-id: | ||
4496 | |||
4497 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1755 f882894a-f735-0410-b71e-b25c423dba1c | ||
4498 | |||
4499 | 2007-07-10 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
4500 | |||
4501 | * NEWS, plugins/check_disk.c, plugins/t/check_disk.t: Check_disk now | ||
4502 | calls stat() for all filesystems to check. Check_disk prints an | ||
4503 | strerror() message if the call of stat() fails. git-svn-id: | ||
4504 | |||
4505 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1754 f882894a-f735-0410-b71e-b25c423dba1c | ||
4506 | |||
4507 | 2007-07-07 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
4508 | |||
4509 | * plugins/check_ldap.c: Added -v/--verbose argument to call | ||
4510 | ldap_perror() for detailed messages on failure. git-svn-id: | ||
4511 | |||
4512 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1753 f882894a-f735-0410-b71e-b25c423dba1c | ||
4513 | |||
4514 | 2007-07-07 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
4515 | |||
4516 | * plugins/utils.c: Changed output order of print_revision | ||
4517 | print_revision now uses clean_revstring git-svn-id: | ||
4518 | |||
4519 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1752 f882894a-f735-0410-b71e-b25c423dba1c | ||
4520 | |||
4521 | 2007-07-07 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
4522 | |||
4523 | * plugins-scripts/utils.pm.in: Changed print_revision output order | ||
4524 | in utils.pm git-svn-id: | ||
4525 | |||
4526 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1751 f882894a-f735-0410-b71e-b25c423dba1c | ||
4527 | |||
4528 | 2007-07-07 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
4529 | |||
4530 | * plugins-scripts/check_file_age.pl: substituted $ID$ through | ||
4531 | $Revision$ in print_revision call git-svn-id: | ||
4532 | |||
4533 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1750 f882894a-f735-0410-b71e-b25c423dba1c | ||
4534 | |||
4535 | 2007-07-07 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
4536 | |||
4537 | * plugins-scripts/check_log.sh, plugins-scripts/check_oracle.sh, | ||
4538 | plugins-scripts/utils.sh.in: Changed order in -V/--version output | ||
4539 | Fixed -V output for check_log and check_oracle git-svn-id: | ||
4540 | |||
4541 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1749 f882894a-f735-0410-b71e-b25c423dba1c | ||
4542 | |||
4543 | 2007-07-06 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
4544 | |||
4545 | * doc/developer-guidelines.sgml: Added hint to avoid using the | ||
4546 | boolean type in C as discussed on the devel list git-svn-id: | ||
4547 | |||
4548 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1748 f882894a-f735-0410-b71e-b25c423dba1c | ||
4549 | |||
4550 | 2007-06-20 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
4551 | |||
4552 | * plugins/check_ldap.c: Fixed default behaviour of check_ldaps git-svn-id: | ||
4553 | |||
4554 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1747 f882894a-f735-0410-b71e-b25c423dba1c | ||
4555 | |||
4556 | 2007-06-20 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
4557 | |||
4558 | * NEWS, plugins/check_ldap.c: Clarified check_ldaps behaviour. New | ||
4559 | arguments to explicitly select secure connect behaviour | ||
4560 | (--starttls/--ssl). git-svn-id: | ||
4561 | |||
4562 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1746 f882894a-f735-0410-b71e-b25c423dba1c | ||
4563 | |||
4564 | 2007-06-20 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
4565 | |||
4566 | * plugins/check_cluster.c: added -V/--version to check_cluster git-svn-id: | ||
4567 | |||
4568 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1745 f882894a-f735-0410-b71e-b25c423dba1c | ||
4569 | |||
4570 | 2007-06-18 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
4571 | |||
4572 | * REQUIREMENTS, configure.in, plugins/.cvsignore: Make Linux | ||
4573 | specific plugin check_ide_smart build if appropriate headers are | ||
4574 | found git-svn-id: | ||
4575 | |||
4576 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1744 f882894a-f735-0410-b71e-b25c423dba1c | ||
4577 | |||
4578 | 2007-06-17 Holger Weiss <hweiss@users.sourceforge.net> | ||
4579 | |||
4580 | * plugins/check_http.c: Minor fixes. git-svn-id: | ||
4581 | |||
4582 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1743 f882894a-f735-0410-b71e-b25c423dba1c | ||
4583 | |||
4584 | 2007-06-17 Holger Weiss <hweiss@users.sourceforge.net> | ||
4585 | |||
4586 | * NEWS, plugins/check_http.c: Fix buffer overflow vulnerabilities | ||
4587 | when parsing HTTP redirect 'Location:' strings using sscanf(3) | ||
4588 | (Nobuhiro Ban - 1687867) git-svn-id: | ||
4589 | |||
4590 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1742 f882894a-f735-0410-b71e-b25c423dba1c | ||
4591 | |||
4592 | 2007-06-15 Holger Weiss <hweiss@users.sourceforge.net> | ||
4593 | |||
4594 | * plugins/check_http.c: When following redirects, the plugin | ||
4595 | supported 'Location:' header fields which spanned multiple lines. | ||
4596 | However, it was not checked whether extra lines are preceeded with | ||
4597 | white space, which could lead to the following header field name | ||
4598 | being interpreted as the value of the 'Location:' field if the | ||
4599 | latter was empty for some reason. git-svn-id: | ||
4600 | |||
4601 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1741 f882894a-f735-0410-b71e-b25c423dba1c | ||
4602 | |||
4603 | 2007-06-15 Holger Weiss <hweiss@users.sourceforge.net> | ||
4604 | |||
4605 | * plugins/check_http.c: `host_name' is a NULL pointer if the "-I" | ||
4606 | flag is used instead of "-H", so use `server_address' instead. | ||
4607 | Fixes a possible segfault when following redirects to relative URLs | ||
4608 | (reported by Ingo Lantschner). git-svn-id: | ||
4609 | |||
4610 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1740 f882894a-f735-0410-b71e-b25c423dba1c | ||
4611 | |||
4612 | 2007-06-13 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
4613 | |||
4614 | * plugins/check_ide_smart.c: Fixed some syntax errors to make | ||
4615 | check_ide_smart build git-svn-id: | ||
4616 | |||
4617 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1739 f882894a-f735-0410-b71e-b25c423dba1c | ||
4618 | |||
4619 | 2007-06-12 Holger Weiss <hweiss@users.sourceforge.net> | ||
4620 | |||
4621 | * plugins/check_by_ssh.c: Add "-v" to help/usage output. git-svn-id: | ||
4622 | |||
4623 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1738 f882894a-f735-0410-b71e-b25c423dba1c | ||
4624 | |||
4625 | 2007-06-12 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
4626 | |||
4627 | * plugins/popen.c: Removed debug line git-svn-id: | ||
4628 | |||
4629 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1737 f882894a-f735-0410-b71e-b25c423dba1c | ||
4630 | |||
4631 | 2007-06-11 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
4632 | |||
4633 | * THANKS.in, plugins/popen.c: Fixed problem with popen.c not parsing | ||
4634 | --longopt='foo bar' correctly (Daniel Bimschas #1291987) git-svn-id: | ||
4635 | |||
4636 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1736 f882894a-f735-0410-b71e-b25c423dba1c | ||
4637 | |||
4638 | 2007-06-04 Ton Voon <tonvoon@users.sourceforge.net> | ||
4639 | |||
4640 | * THANKS.in: Removed duplicate names git-svn-id: | ||
4641 | |||
4642 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1735 f882894a-f735-0410-b71e-b25c423dba1c | ||
4643 | |||
4644 | 2007-06-04 Ton Voon <tonvoon@users.sourceforge.net> | ||
4645 | |||
4646 | * BUGS, ChangeLog, NEWS, configure.in, package.def: For 1.4.9 | ||
4647 | release git-svn-id: | ||
4648 | |||
4649 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1733 f882894a-f735-0410-b71e-b25c423dba1c | ||
4650 | |||
4651 | 2007-06-03 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
4652 | |||
4653 | * lib/tests/test_tcp.c: Minor corrections to test_tcp.c git-svn-id: | ||
4654 | |||
4655 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1732 f882894a-f735-0410-b71e-b25c423dba1c | ||
4656 | |||
4657 | 2007-06-03 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
4658 | |||
4659 | * lib/tests/Makefile.am: Makefile.am changes for test_tcp.c git-svn-id: | ||
4660 | |||
4661 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1731 f882894a-f735-0410-b71e-b25c423dba1c | ||
4662 | |||
4663 | 2007-06-03 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
4664 | |||
4665 | * configure.in, lib/tests/.cvsignore, lib/tests/test_tcp.c, | ||
4666 | lib/tests/test_tcp.t: Added test cases for utils_tcp git-svn-id: | ||
4667 | |||
4668 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1730 f882894a-f735-0410-b71e-b25c423dba1c | ||
4669 | |||
4670 | 2007-06-03 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
4671 | |||
4672 | * NEWS, lib/Makefile.am, lib/utils_tcp.c, lib/utils_tcp.h, | ||
4673 | plugins/check_tcp.c: Moved check_tcp's expect string testing into | ||
4674 | utils_tcp for testing purposes. Added -A/--all flag to test for | ||
4675 | every expect string passed. git-svn-id: | ||
4676 | |||
4677 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1729 f882894a-f735-0410-b71e-b25c423dba1c | ||
4678 | |||
4679 | 2007-06-01 Holger Weiss <hweiss@users.sourceforge.net> | ||
4680 | |||
4681 | * BUGS, NEWS: Fix possible check_http segfaults when following HTTP | ||
4682 | redirects. git-svn-id: | ||
4683 | |||
4684 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1728 f882894a-f735-0410-b71e-b25c423dba1c | ||
4685 | |||
4686 | 2007-06-01 Holger Weiss <hweiss@users.sourceforge.net> | ||
4687 | |||
4688 | * plugins/check_http.c: Fix an off-by-one error where a realloc(3) | ||
4689 | call doesn't allocate space for nul-termination (Aravind Gottipati - | ||
4690 | 1729692) git-svn-id: | ||
4691 | |||
4692 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1727 f882894a-f735-0410-b71e-b25c423dba1c | ||
4693 | |||
4694 | 2007-06-01 Holger Weiss <hweiss@users.sourceforge.net> | ||
4695 | |||
4696 | * plugins/sslutils.c: Call the SSL library initialization functions | ||
4697 | only once (not for every SSL connection). git-svn-id: | ||
4698 | |||
4699 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1726 f882894a-f735-0410-b71e-b25c423dba1c | ||
4700 | |||
4701 | 2007-06-01 Holger Weiss <hweiss@users.sourceforge.net> | ||
4702 | |||
4703 | * plugins/sslutils.c: Save an entire CPU cycle if c points to NULL | ||
4704 | already. git-svn-id: | ||
4705 | |||
4706 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1725 f882894a-f735-0410-b71e-b25c423dba1c | ||
4707 | |||
4708 | 2007-06-01 Holger Weiss <hweiss@users.sourceforge.net> | ||
4709 | |||
4710 | * plugins/sslutils.c: Set the pointers to the SSL and SSL_CTX | ||
4711 | objects back to NULL after freeing them in np_net_ssl_cleanup(). | ||
4712 | This fixes a check_http segfault if an SSL site redirects to a | ||
4713 | non-SSL one (reported by Aravind Gottipati via IRC). git-svn-id: | ||
4714 | |||
4715 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1724 f882894a-f735-0410-b71e-b25c423dba1c | ||
4716 | |||
4717 | 2007-05-29 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
4718 | |||
4719 | * plugins/check_tcp.c: Fix segfault when -e is specified multiple | ||
4720 | times. Thanks to John Rouillard and Ralph Roessner (#1475899) git-svn-id: | ||
4721 | |||
4722 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1723 f882894a-f735-0410-b71e-b25c423dba1c | ||
4723 | |||
4724 | 2007-05-29 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
4725 | |||
4726 | * plugins/check_tcp.c: No more warn/crit values in performance data | ||
4727 | if -w and -c are not specified. Thanks to Simon Bellwood (#1181554) git-svn-id: | ||
4728 | |||
4729 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1722 f882894a-f735-0410-b71e-b25c423dba1c | ||
4730 | |||
4731 | 2007-05-29 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4732 | |||
4733 | * NEWS, plugins/check_snmp.c: check_snmp don't warn anymore if | ||
4734 | something is printed on stderr git-svn-id: | ||
4735 | |||
4736 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1721 f882894a-f735-0410-b71e-b25c423dba1c | ||
4737 | |||
4738 | 2007-05-29 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4739 | |||
4740 | * plugins/check_snmp.c: change a bunch of whitespaces (no code was | ||
4741 | harmed) git-svn-id: | ||
4742 | |||
4743 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1720 f882894a-f735-0410-b71e-b25c423dba1c | ||
4744 | |||
4745 | 2007-05-27 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
4746 | |||
4747 | * THANKS.in, plugins-scripts/check_oracle.sh: check_oracle does not | ||
4748 | need a valid ORACLE_HOME if called with --db. Thanks to Jason Martin | ||
4749 | (#1505551) git-svn-id: | ||
4750 | |||
4751 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1719 f882894a-f735-0410-b71e-b25c423dba1c | ||
4752 | |||
4753 | 2007-05-27 M. Sean Finney <seanius@users.sourceforge.net> | ||
4754 | |||
4755 | * lib/utils_base.c, lib/utils_base.h, plugins-root/check_dhcp.c, | ||
4756 | plugins-root/check_icmp.c: added functions to utils_base: np_check_if_root() - returns nonzero if geteuid()==0 np_warn_if_not_root() - uses the above to print an informative | ||
4757 | warning added uses of these functions to check_dhcp and | ||
4758 | check_icmp. git-svn-id: | ||
4759 | |||
4760 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1718 f882894a-f735-0410-b71e-b25c423dba1c | ||
4761 | |||
4762 | 2007-05-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
4763 | |||
4764 | * plugins/t/negate.pl: Test for new functionality in negate (not | ||
4765 | automatically run in make test) git-svn-id: | ||
4766 | |||
4767 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1717 f882894a-f735-0410-b71e-b25c423dba1c | ||
4768 | |||
4769 | 2007-05-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
4770 | |||
4771 | * plugins/check_dummy.c, plugins/t/check_dummy.t: Tests for | ||
4772 | check_dummy git-svn-id: | ||
4773 | |||
4774 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1716 f882894a-f735-0410-b71e-b25c423dba1c | ||
4775 | |||
4776 | 2007-05-23 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4777 | |||
4778 | * NEWS, plugins/check_http.c, po/de.po, po/fr.po, | ||
4779 | po/nagios-plugins.pot: Update many strings in check_http to get more | ||
4780 | consistent output Update translation files; fix all check_http | ||
4781 | changes in French and most changes in German. git-svn-id: | ||
4782 | |||
4783 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1715 f882894a-f735-0410-b71e-b25c423dba1c | ||
4784 | |||
4785 | 2007-05-18 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4786 | |||
4787 | * plugins/t/check_tcp.t: Make check_tcp.t compatible with picky web | ||
4788 | servers. git-svn-id: | ||
4789 | |||
4790 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1714 f882894a-f735-0410-b71e-b25c423dba1c | ||
4791 | |||
4792 | 2007-05-13 Holger Weiss <hweiss@users.sourceforge.net> | ||
4793 | |||
4794 | * plugins/check_http.c: Add missing options to the usage output. git-svn-id: | ||
4795 | |||
4796 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1713 f882894a-f735-0410-b71e-b25c423dba1c | ||
4797 | |||
4798 | 2007-05-13 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
4799 | |||
4800 | * THANKS.in, plugins-root/check_dhcp.c: check_dhcp now adds | ||
4801 | mandatory end option (Thanks to Enrico Scholz - #1675306) git-svn-id: | ||
4802 | |||
4803 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1712 f882894a-f735-0410-b71e-b25c423dba1c | ||
4804 | |||
4805 | 2007-05-12 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
4806 | |||
4807 | * plugins/check_cluster.c: Fixed glibc error caused in utils_base.c | ||
4808 | due to uninitialized thresholds struct (spotted on ubundu 6.06 LTS). git-svn-id: | ||
4809 | |||
4810 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1711 f882894a-f735-0410-b71e-b25c423dba1c | ||
4811 | |||
4812 | 2007-05-12 Ton Voon <tonvoon@users.sourceforge.net> | ||
4813 | |||
4814 | * ABOUT-NLS, build-aux/mkinstalldirs, configure.in: Updating gettext | ||
4815 | files from coreutils-6.9. mkinstalldirs needs to be in build-aux for | ||
4816 | some systems without gettext natively. Also have at top level, | ||
4817 | though gettext documentation says file not neceesary git-svn-id: | ||
4818 | |||
4819 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1710 f882894a-f735-0410-b71e-b25c423dba1c | ||
4820 | |||
4821 | 2007-05-09 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
4822 | |||
4823 | * plugins/check_ups.c: small typo in --help git-svn-id: | ||
4824 | |||
4825 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1709 f882894a-f735-0410-b71e-b25c423dba1c | ||
4826 | |||
4827 | 2007-05-09 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
4828 | |||
4829 | * THANKS.in, plugins/check_ups.c: Fixed --help output (Ask Bjoern | ||
4830 | Hansen - #1714823) git-svn-id: | ||
4831 | |||
4832 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1708 f882894a-f735-0410-b71e-b25c423dba1c | ||
4833 | |||
4834 | 2007-05-09 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
4835 | |||
4836 | * plugins/t/check_disk.t: added testcase to verify that old | ||
4837 | positional arguments only select one path git-svn-id: | ||
4838 | |||
4839 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1707 f882894a-f735-0410-b71e-b25c423dba1c | ||
4840 | |||
4841 | 2007-05-03 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
4842 | |||
4843 | * ChangeLog, THANKS.in, plugins/check_disk.c: fixed backward | ||
4844 | incompatibility introduced in 1.4.8 where all partitions are | ||
4845 | selected, if path is specified as last argument (without using -p). | ||
4846 | Thanks to Emil Michles (Emilis) on #nagios git-svn-id: | ||
4847 | |||
4848 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1706 f882894a-f735-0410-b71e-b25c423dba1c | ||
4849 | |||
4850 | 2007-05-02 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4851 | |||
4852 | * tools/distclean: Making Solaris happy git-svn-id: | ||
4853 | |||
4854 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1705 f882894a-f735-0410-b71e-b25c423dba1c | ||
4855 | |||
4856 | 2007-05-02 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4857 | |||
4858 | * NEWS: /* Nothing */ git-svn-id: | ||
4859 | |||
4860 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1704 f882894a-f735-0410-b71e-b25c423dba1c | ||
4861 | |||
4862 | 2007-05-02 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4863 | |||
4864 | * NEWS, THANKS.in, plugins/check_time.c: Fix check_time returning | ||
4865 | wrong OK when time is before the epoch on some arch git-svn-id: | ||
4866 | |||
4867 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1703 f882894a-f735-0410-b71e-b25c423dba1c | ||
4868 | |||
4869 | 2007-04-28 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
4870 | |||
4871 | * plugins/t/check_cluster.t: added test cases for check_cluster git-svn-id: | ||
4872 | |||
4873 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1702 f882894a-f735-0410-b71e-b25c423dba1c | ||
4874 | |||
4875 | 2007-04-25 Ton Voon <tonvoon@users.sourceforge.net> | ||
4876 | |||
4877 | * tools/tinderbox_build: Test installs into temporary directories git-svn-id: | ||
4878 | |||
4879 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1701 f882894a-f735-0410-b71e-b25c423dba1c | ||
4880 | |||
4881 | 2007-04-25 Ton Voon <tonvoon@users.sourceforge.net> | ||
4882 | |||
4883 | * NEWS, configure.in, plugins/check_load.c, plugins/common.h, | ||
4884 | plugins/t/check_load.t: check_load can optionally divide by number | ||
4885 | of cpus git-svn-id: | ||
4886 | |||
4887 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1700 f882894a-f735-0410-b71e-b25c423dba1c | ||
4888 | |||
4889 | 2007-04-23 Holger Weiss <hweiss@users.sourceforge.net> | ||
4890 | |||
4891 | * plugins/check_ping.c: #ifdef can only test a single macro, not an | ||
4892 | expression. git-svn-id: | ||
4893 | |||
4894 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1699 f882894a-f735-0410-b71e-b25c423dba1c | ||
4895 | |||
4896 | 2007-04-20 Holger Weiss <hweiss@users.sourceforge.net> | ||
4897 | |||
4898 | * plugins-root/check_dhcp.c: Remove unused variables. git-svn-id: | ||
4899 | |||
4900 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1698 f882894a-f735-0410-b71e-b25c423dba1c | ||
4901 | |||
4902 | 2007-04-20 Holger Weiss <hweiss@users.sourceforge.net> | ||
4903 | |||
4904 | * plugins/check_cluster.c: Include "utils_base.h". git-svn-id: | ||
4905 | |||
4906 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1697 f882894a-f735-0410-b71e-b25c423dba1c | ||
4907 | |||
4908 | 2007-04-20 Holger Weiss <hweiss@users.sourceforge.net> | ||
4909 | |||
4910 | * lib/utils_base.h: Declare print_thresholds(). git-svn-id: | ||
4911 | |||
4912 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1696 f882894a-f735-0410-b71e-b25c423dba1c | ||
4913 | |||
4914 | 2007-04-20 Holger Weiss <hweiss@users.sourceforge.net> | ||
4915 | |||
4916 | * plugins/check_cluster.c: Predeclare functions and remove unused | ||
4917 | variables. git-svn-id: | ||
4918 | |||
4919 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1695 f882894a-f735-0410-b71e-b25c423dba1c | ||
4920 | |||
4921 | 2007-04-20 Holger Weiss <hweiss@users.sourceforge.net> | ||
4922 | |||
4923 | * THANKS.in, plugins-root/check_dhcp.c: Use the 'server identifier' | ||
4924 | option instead of the 'siaddr' field as the DHCP server address; see | ||
4925 | RFC 2131, 2. (Denis Knauf - 1667488) git-svn-id: | ||
4926 | |||
4927 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1694 f882894a-f735-0410-b71e-b25c423dba1c | ||
4928 | |||
4929 | 2007-04-19 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4930 | |||
4931 | * NEWS, configure.in: Fix compilation of check_ldap, check_radius | ||
4932 | and check_pgsql (*ding*) git-svn-id: | ||
4933 | |||
4934 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1693 f882894a-f735-0410-b71e-b25c423dba1c | ||
4935 | |||
4936 | 2007-04-18 Holger Weiss <hweiss@users.sourceforge.net> | ||
4937 | |||
4938 | * NEWS, plugins/check_by_ssh.c: Revert my previous change to | ||
4939 | "-S/--skip" in favour of the two options "-E/--skip-stderr" and | ||
4940 | "-S/--skip-stdout". Both of them support omitting the number of | ||
4941 | lines to skip, in which case all output on the respective file | ||
4942 | descriptor is skipped. "--skip" is kept as an alias for | ||
4943 | "--skip-stdout" for backwards compatibility with recent releases. Also, print a message if no (non-skipped) stdout/stderr output is | ||
4944 | available. This fixes a segfault if the remote command prints no | ||
4945 | output. git-svn-id: | ||
4946 | |||
4947 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1692 f882894a-f735-0410-b71e-b25c423dba1c | ||
4948 | |||
4949 | 2007-04-15 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4950 | |||
4951 | * plugins/check_cluster.c: Localization and help fixes (Thanks | ||
4952 | Benoit M.) git-svn-id: | ||
4953 | |||
4954 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1691 f882894a-f735-0410-b71e-b25c423dba1c | ||
4955 | |||
4956 | 2007-04-15 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4957 | |||
4958 | * plugins/check_cluster.c: Cosmetic change git-svn-id: | ||
4959 | |||
4960 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1690 f882894a-f735-0410-b71e-b25c423dba1c | ||
4961 | |||
4962 | 2007-04-15 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4963 | |||
4964 | * contrib/check_cluster2.README: More details about the changes git-svn-id: | ||
4965 | |||
4966 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1689 f882894a-f735-0410-b71e-b25c423dba1c | ||
4967 | |||
4968 | 2007-04-15 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4969 | |||
4970 | * NEWS, plugins/Makefile.am, plugins/check_cluster.c: Add thresholds | ||
4971 | support for check_cluster + lots of standardization. Add forgotten | ||
4972 | items to NEWS. git-svn-id: | ||
4973 | |||
4974 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1688 f882894a-f735-0410-b71e-b25c423dba1c | ||
4975 | |||
4976 | 2007-04-15 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4977 | |||
4978 | * BUGS, plugins/check_snmp.c: Fix bug #1344584: Counter64 values not | ||
4979 | handled correctly git-svn-id: | ||
4980 | |||
4981 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1687 f882894a-f735-0410-b71e-b25c423dba1c | ||
4982 | |||
4983 | 2007-04-14 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
4984 | |||
4985 | * BUGS: Works for me git-svn-id: | ||
4986 | |||
4987 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1686 f882894a-f735-0410-b71e-b25c423dba1c | ||
4988 | |||
4989 | 2007-04-14 Holger Weiss <hweiss@users.sourceforge.net> | ||
4990 | |||
4991 | * BUGS, plugins/check_by_ssh.c: Up to revision 1.35, the "-S" option | ||
4992 | skipped the specified number of lines written to stderr. With | ||
4993 | revision 1.36 and newer, "-S" skipped the specified number of lines | ||
4994 | written to stdout. Now, "-S" skips the specified number of lines | ||
4995 | written to stderr; and if the number specified via "-S" minus the | ||
4996 | number of lines written to stderr is larger than 0, the difference | ||
4997 | is used as the number of lines written to stdout to skip. Also, the | ||
4998 | "--help" output was fixed. (Hector - 1675286) git-svn-id: | ||
4999 | |||
5000 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1685 f882894a-f735-0410-b71e-b25c423dba1c | ||
5001 | |||
5002 | 2007-04-13 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
5003 | |||
5004 | * plugins/.cvsignore: ... Some CVS magic too git-svn-id: | ||
5005 | |||
5006 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1684 f882894a-f735-0410-b71e-b25c423dba1c | ||
5007 | |||
5008 | 2007-04-13 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
5009 | |||
5010 | * contrib/check_cluster2.README, plugins/Makefile.am, | ||
5011 | plugins/check_cluster.c: automake magic for check_cluster git-svn-id: | ||
5012 | |||
5013 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1683 f882894a-f735-0410-b71e-b25c423dba1c | ||
5014 | |||
5015 | 2007-04-11 Ton Voon <tonvoon@users.sourceforge.net> | ||
5016 | |||
5017 | * doc/RELEASING: Add news item to nagiosplugins.org git-svn-id: | ||
5018 | |||
5019 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1682 f882894a-f735-0410-b71e-b25c423dba1c | ||
5020 | |||
5021 | 2007-04-11 Ton Voon <tonvoon@users.sourceforge.net> | ||
5022 | |||
5023 | * AUTHORS, BUGS, ChangeLog, NEWS, configure.in, package.def: 1.4.8 | ||
5024 | release git-svn-id: | ||
5025 | |||
5026 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1680 f882894a-f735-0410-b71e-b25c423dba1c | ||
5027 | |||
5028 | 2007-04-10 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
5029 | |||
5030 | * po/POTFILES.in, po/de.po, po/fr.po, po/nagios-plugins.pot: Add | ||
5031 | some check_ntp translations git-svn-id: | ||
5032 | |||
5033 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1679 f882894a-f735-0410-b71e-b25c423dba1c | ||
5034 | |||
5035 | 2007-04-10 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
5036 | |||
5037 | * plugins/check_ntp.c: - Fix possibility of printing scientific numbers in perfdata - Use fperfdata function for perfdata formatting - Make the printing part a bit more flexible (similar to check_disk) git-svn-id: | ||
5038 | |||
5039 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1678 f882894a-f735-0410-b71e-b25c423dba1c | ||
5040 | |||
5041 | 2007-04-10 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
5042 | |||
5043 | * po/de.po, po/fr.po, po/nagios-plugins.pot: Hopefully this is | ||
5044 | correct. Need to make more changes so I'm commiting these. git-svn-id: | ||
5045 | |||
5046 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1677 f882894a-f735-0410-b71e-b25c423dba1c | ||
5047 | |||
5048 | 2007-04-04 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
5049 | |||
5050 | * plugins/check_ntp.c: Fix for getting dispersion instead of jitter | ||
5051 | on older servers (like xntpd on Solaris). git-svn-id: | ||
5052 | |||
5053 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1676 f882894a-f735-0410-b71e-b25c423dba1c | ||
5054 | |||
5055 | 2007-04-03 Holger Weiss <hweiss@users.sourceforge.net> | ||
5056 | |||
5057 | * plugins/check_ntp.c: Fix the synchronization source selection on | ||
5058 | big-endian systems. git-svn-id: | ||
5059 | |||
5060 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1675 f882894a-f735-0410-b71e-b25c423dba1c | ||
5061 | |||
5062 | 2007-04-03 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
5063 | |||
5064 | * plugins/check_ntp.c: Temporary fix for jitter calculation git-svn-id: | ||
5065 | |||
5066 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1674 f882894a-f735-0410-b71e-b25c423dba1c | ||
5067 | |||
5068 | 2007-04-02 Holger Weiss <hweiss@users.sourceforge.net> | ||
5069 | |||
5070 | * plugins/check_ntp.c: Don't rely on the assumption that the size of | ||
5071 | a READSTAT response is a multiple of sizeof(ntp_assoc_status_pair). git-svn-id: | ||
5072 | |||
5073 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1673 f882894a-f735-0410-b71e-b25c423dba1c | ||
5074 | |||
5075 | 2007-04-02 Ton Voon <tonvoon@users.sourceforge.net> | ||
5076 | |||
5077 | * lib/tests/Makefile.am: Add libgnu.a as regex functions required git-svn-id: | ||
5078 | |||
5079 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1672 f882894a-f735-0410-b71e-b25c423dba1c | ||
5080 | |||
5081 | 2007-04-02 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
5082 | |||
5083 | * plugins/check_ntp.c: Fix byte order in verbose logging git-svn-id: | ||
5084 | |||
5085 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1671 f882894a-f735-0410-b71e-b25c423dba1c | ||
5086 | |||
5087 | 2007-04-02 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
5088 | |||
5089 | * plugins/check_ntp.c: Seems like we don't get any jitter sometimes. | ||
5090 | While this needs to be fixed we should at least handle it | ||
5091 | gracefully. git-svn-id: | ||
5092 | |||
5093 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1670 f882894a-f735-0410-b71e-b25c423dba1c | ||
5094 | |||
5095 | 2007-04-01 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
5096 | |||
5097 | * plugins/t/check_http.t: check_http.t: - added internet_access | ||
5098 | variable to skip tests where internet access is required. - added host_tcp_http2 variable for a webserver serving the string | ||
5099 | 'nagios' in index - no tests are skipped if the new vars are not defined (existing | ||
5100 | installations) git-svn-id: | ||
5101 | |||
5102 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1669 f882894a-f735-0410-b71e-b25c423dba1c | ||
5103 | |||
5104 | 2007-04-01 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
5105 | |||
5106 | * lib/utils_disk.c: utils_disk: fixed handling if check_disk -p is a | ||
5107 | device (np_set_best_match()) git-svn-id: | ||
5108 | |||
5109 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1668 f882894a-f735-0410-b71e-b25c423dba1c | ||
5110 | |||
5111 | 2007-03-31 Holger Weiss <hweiss@users.sourceforge.net> | ||
5112 | |||
5113 | * NEWS: Various check_ntp fixes git-svn-id: | ||
5114 | |||
5115 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1667 f882894a-f735-0410-b71e-b25c423dba1c | ||
5116 | |||
5117 | 2007-03-31 Holger Weiss <hweiss@users.sourceforge.net> | ||
5118 | |||
5119 | * plugins/check_ntp.c: Fix an out-of-bounds memcpy(3) and add a | ||
5120 | realloc(3) error check in jitter_request(). git-svn-id: | ||
5121 | |||
5122 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1666 f882894a-f735-0410-b71e-b25c423dba1c | ||
5123 | |||
5124 | 2007-03-31 Holger Weiss <hweiss@users.sourceforge.net> | ||
5125 | |||
5126 | * plugins/check_ntp.c: Add a warning to the verbose output if | ||
5127 | jitter_request() found no synchronization source. git-svn-id: | ||
5128 | |||
5129 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1665 f882894a-f735-0410-b71e-b25c423dba1c | ||
5130 | |||
5131 | 2007-03-31 Holger Weiss <hweiss@users.sourceforge.net> | ||
5132 | |||
5133 | * plugins/check_ntp.c: Avoid division by zero. git-svn-id: | ||
5134 | |||
5135 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1664 f882894a-f735-0410-b71e-b25c423dba1c | ||
5136 | |||
5137 | 2007-03-31 Holger Weiss <hweiss@users.sourceforge.net> | ||
5138 | |||
5139 | * plugins/check_ntp.c: Remove the '-O' option, as it's ignored. git-svn-id: | ||
5140 | |||
5141 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1663 f882894a-f735-0410-b71e-b25c423dba1c | ||
5142 | |||
5143 | 2007-03-30 Ton Voon <tonvoon@users.sourceforge.net> | ||
5144 | |||
5145 | * m4/np_mysqlclient.m4: Use AS_HELP_STRING instead of | ||
5146 | ACX_HELP_STRING git-svn-id: | ||
5147 | |||
5148 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1662 f882894a-f735-0410-b71e-b25c423dba1c | ||
5149 | |||
5150 | 2007-03-30 Ton Voon <tonvoon@users.sourceforge.net> | ||
5151 | |||
5152 | * NEWS, configure.in, m4/np_mysqlclient.m4: Fix AC_CHECK_LIB for | ||
5153 | mysql_init - add dependent libraries. mysql detection separated into | ||
5154 | external m4 file git-svn-id: | ||
5155 | |||
5156 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1661 f882894a-f735-0410-b71e-b25c423dba1c | ||
5157 | |||
5158 | 2007-03-30 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
5159 | |||
5160 | * lib/tests/test_disk.c, plugins/t/check_disk.t: Test Cases for | ||
5161 | check_disk's -r, -R, -C and -g git-svn-id: | ||
5162 | |||
5163 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1660 f882894a-f735-0410-b71e-b25c423dba1c | ||
5164 | |||
5165 | 2007-03-30 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
5166 | |||
5167 | * plugins/check_disk.c: check_disk: minor fix for -C if bestmatch != | ||
5168 | -p git-svn-id: | ||
5169 | |||
5170 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1659 f882894a-f735-0410-b71e-b25c423dba1c | ||
5171 | |||
5172 | 2007-03-30 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
5173 | |||
5174 | * lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c: | ||
5175 | check_disk: added regex functionality -r and -R. see np-devel mail | ||
5176 | (2007-02-10) git-svn-id: | ||
5177 | |||
5178 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1658 f882894a-f735-0410-b71e-b25c423dba1c | ||
5179 | |||
5180 | 2007-03-30 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
5181 | |||
5182 | * lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c: | ||
5183 | check_disk: added grouping functionality. see np-devel mail | ||
5184 | (2007-02-10) git-svn-id: | ||
5185 | |||
5186 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1657 f882894a-f735-0410-b71e-b25c423dba1c | ||
5187 | |||
5188 | 2007-03-30 Matthias Eble <psychotrahe@users.sourceforge.net> | ||
5189 | |||
5190 | * lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c: | ||
5191 | check_disk -C is more flexible now. See np-devel post (2007-02-10) git-svn-id: | ||
5192 | |||
5193 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1656 f882894a-f735-0410-b71e-b25c423dba1c | ||
5194 | |||
5195 | 2007-03-29 Holger Weiss <hweiss@users.sourceforge.net> | ||
5196 | |||
5197 | * THANKS.in, plugins/check_mysql.c: Fix argument processing (Felix | ||
5198 | Frank - 1690697) git-svn-id: | ||
5199 | |||
5200 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1655 f882894a-f735-0410-b71e-b25c423dba1c | ||
5201 | |||
5202 | 2007-03-29 Holger Weiss <hweiss@users.sourceforge.net> | ||
5203 | |||
5204 | * plugins-root/Makefile.am: Set the "read" and "execute" bits only | ||
5205 | for "user" and "group" in order to not overwrite | ||
5206 | "--without-world-permissions" for the root plugins. git-svn-id: | ||
5207 | |||
5208 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1654 f882894a-f735-0410-b71e-b25c423dba1c | ||
5209 | |||
5210 | 2007-03-29 Ton Voon <tonvoon@users.sourceforge.net> | ||
5211 | |||
5212 | * BUGS, ChangeLog, NEWS, configure.in, package.def: 1.4.7 release git-svn-id: | ||
5213 | |||
5214 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1652 f882894a-f735-0410-b71e-b25c423dba1c | ||
5215 | |||
5216 | 2007-03-29 Ton Voon <tonvoon@users.sourceforge.net> | ||
5217 | |||
5218 | * plugins/check_ntp.c: Adding help text for jitter flags git-svn-id: | ||
5219 | |||
5220 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1651 f882894a-f735-0410-b71e-b25c423dba1c | ||
5221 | |||
5222 | 2007-03-27 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
5223 | |||
5224 | * THANKS.in, plugins-root/check_icmp.c: Fix bug #1494629 - | ||
5225 | check_icmp fails after some time on FreeBSD git-svn-id: | ||
5226 | |||
5227 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1650 f882894a-f735-0410-b71e-b25c423dba1c | ||
5228 | |||
5229 | 2007-03-25 Ton Voon <tonvoon@users.sourceforge.net> | ||
5230 | |||
5231 | * NEWS, configure.in: Reinstate --with-nagios-user/group and new | ||
5232 | --without-group-permissions ./configure options git-svn-id: | ||
5233 | |||
5234 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1649 f882894a-f735-0410-b71e-b25c423dba1c | ||
5235 | |||
5236 | 2007-03-22 Holger Weiss <hweiss@users.sourceforge.net> | ||
5237 | |||
5238 | * THANKS.in, plugins/common.h: Increase MAX_INPUT_BUFFER from 1k to | ||
5239 | 8k in order to increase I/O performance (Stefan Meier) git-svn-id: | ||
5240 | |||
5241 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1646 f882894a-f735-0410-b71e-b25c423dba1c | ||
5242 | |||
5243 | 2007-03-16 Gavin Carr <gonzai@users.sourceforge.net> | ||
5244 | |||
5245 | * plugins-scripts/check_ifoperstatus.pl: Fix bogus 'eq ( || )' | ||
5246 | constructions in check_ifoperstatus.pl. git-svn-id: | ||
5247 | |||
5248 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1642 f882894a-f735-0410-b71e-b25c423dba1c | ||
5249 | |||
5250 | 2007-03-12 Ton Voon <tonvoon@users.sourceforge.net> | ||
5251 | |||
5252 | * NEWS, plugins/check_ping.c, plugins/t/check_ping.t: check_ping's | ||
5253 | timeout interval is only +1 if ping command has a timeout value. | ||
5254 | Tests updated to check for 100% packet loss (always if ping has | ||
5255 | timeout), otherwise will check for "timed out" string git-svn-id: | ||
5256 | |||
5257 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1639 f882894a-f735-0410-b71e-b25c423dba1c | ||
5258 | |||
5259 | 2007-03-11 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
5260 | |||
5261 | * plugins-root/t/check_icmp.t: Add tests for new check_icmp switch | ||
5262 | -m git-svn-id: | ||
5263 | |||
5264 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1638 f882894a-f735-0410-b71e-b25c423dba1c | ||
5265 | |||
5266 | 2007-03-11 Ton Voon <tonvoon@users.sourceforge.net> | ||
5267 | |||
5268 | * plugins-root/t/check_icmp.t, plugins/t/check_ping.t: Converted | ||
5269 | check_ping.t to new-style testcases. Added test case for check_icmp | ||
5270 | - requires sudo access git-svn-id: | ||
5271 | |||
5272 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1637 f882894a-f735-0410-b71e-b25c423dba1c | ||
5273 | |||
5274 | 2007-03-11 Ton Voon <tonvoon@users.sourceforge.net> | ||
5275 | |||
5276 | * plugins/check_ping.c: Fixed some help display. Removed -L from | ||
5277 | usage as deprecated option git-svn-id: | ||
5278 | |||
5279 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1636 f882894a-f735-0410-b71e-b25c423dba1c | ||
5280 | |||
5281 | 2007-03-08 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
5282 | |||
5283 | * NEWS, THANKS.in, plugins-root/check_icmp.c: New switch to | ||
5284 | check_icmp to set the minimum required hosts for success. git-svn-id: | ||
5285 | |||
5286 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1635 f882894a-f735-0410-b71e-b25c423dba1c | ||
5287 | |||
5288 | 2007-03-08 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
5289 | |||
5290 | * config_test/child_test.c: Ficing C++ style comments git-svn-id: | ||
5291 | |||
5292 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1634 f882894a-f735-0410-b71e-b25c423dba1c | ||
5293 | |||
5294 | 2007-03-08 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
5295 | |||
5296 | * plugins-root/check_icmp.c: Fixed C++ style comments, but I don't | ||
5297 | get why those lines were originally commented out. git-svn-id: | ||
5298 | |||
5299 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1633 f882894a-f735-0410-b71e-b25c423dba1c | ||
5300 | |||
5301 | 2007-03-06 Ton Voon <tonvoon@users.sourceforge.net> | ||
5302 | |||
5303 | * plugins/check_http.c: Fix option handling (Nobuhiro Ban - 1657280) git-svn-id: | ||
5304 | |||
5305 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1632 f882894a-f735-0410-b71e-b25c423dba1c | ||
5306 | |||
5307 | 2007-03-06 Ton Voon <tonvoon@users.sourceforge.net> | ||
5308 | |||
5309 | * plugins/check_smtp.c: Fixed compile errors in check_smtp.c git-svn-id: | ||
5310 | |||
5311 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1631 f882894a-f735-0410-b71e-b25c423dba1c | ||
5312 | |||
5313 | 2007-03-06 Ton Voon <tonvoon@users.sourceforge.net> | ||
5314 | |||
5315 | * NEWS, THANKS.in, plugins/check_smtp.c: Fixed broken HELO cmd | ||
5316 | (Enrico Scholz - 1675279) git-svn-id: | ||
5317 | |||
5318 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1630 f882894a-f735-0410-b71e-b25c423dba1c | ||
5319 | |||
5320 | 2007-03-06 Ton Voon <tonvoon@users.sourceforge.net> | ||
5321 | |||
5322 | * NEWS, configure.in, plugins/check_procs.c: Use /usr/ucb/ps on | ||
5323 | Solaris in preference to pst3 (problems in 64bit mode) git-svn-id: | ||
5324 | |||
5325 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1629 f882894a-f735-0410-b71e-b25c423dba1c | ||
5326 | |||
5327 | 2007-03-06 Ton Voon <tonvoon@users.sourceforge.net> | ||
5328 | |||
5329 | * plugins/t/check_disk.t: Test failure if a filesystem which is a | ||
5330 | subset of another fails the inode check (Matthias Elbe - 1660953) git-svn-id: | ||
5331 | |||
5332 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1628 f882894a-f735-0410-b71e-b25c423dba1c | ||
5333 | |||
5334 | 2007-03-06 Ton Voon <tonvoon@users.sourceforge.net> | ||
5335 | |||
5336 | * NEWS, configure.in: Detect if check_mysql compile will work at | ||
5337 | ./configure time, due to some Redhat systems distributing | ||
5338 | mysql_config, but not the include files git-svn-id: | ||
5339 | |||
5340 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1627 f882894a-f735-0410-b71e-b25c423dba1c | ||
5341 | |||
5342 | 2007-03-06 Ton Voon <tonvoon@users.sourceforge.net> | ||
5343 | |||
5344 | * configure.in: Clearer message when --with-nagios-user is used for | ||
5345 | ./configure git-svn-id: | ||
5346 | |||
5347 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1626 f882894a-f735-0410-b71e-b25c423dba1c | ||
5348 | |||
5349 | 2007-03-06 Ton Voon <tonvoon@users.sourceforge.net> | ||
5350 | |||
5351 | * FAQ, INSTALLING, NEWS, README, plugins-root/Makefile.am: Root | ||
5352 | plugins installed with world executable permissions. Removed | ||
5353 | references to --with-nagios-user and --with-nagios-group in README git-svn-id: | ||
5354 | |||
5355 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1625 f882894a-f735-0410-b71e-b25c423dba1c | ||
5356 | |||
5357 | 2007-03-02 Ethan Galstad <egalstad@users.sourceforge.net> | ||
5358 | |||
5359 | * plugins/check_mrtgtraf.c: Fix for broken check_mrtgtraf git-svn-id: | ||
5360 | |||
5361 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1624 f882894a-f735-0410-b71e-b25c423dba1c | ||
5362 | |||
5363 | 2007-02-24 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
5364 | |||
5365 | * doc/makefile: Fix the makefile ('[[' is bash-specific, 'rm -f' | ||
5366 | don't remove directories) git-svn-id: | ||
5367 | |||
5368 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1623 f882894a-f735-0410-b71e-b25c423dba1c | ||
5369 | |||
5370 | 2007-02-14 Ton Voon <tonvoon@users.sourceforge.net> | ||
5371 | |||
5372 | * NEWS, contrib/check_sybase: check_sybase now maintained in | ||
5373 | NagiosExchange git-svn-id: | ||
5374 | |||
5375 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1622 f882894a-f735-0410-b71e-b25c423dba1c | ||
5376 | |||
5377 | 2007-02-14 Ton Voon <tonvoon@users.sourceforge.net> | ||
5378 | |||
5379 | * plugins/check_disk.c: Fixed typo in help for -M git-svn-id: | ||
5380 | |||
5381 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1621 f882894a-f735-0410-b71e-b25c423dba1c | ||
5382 | |||
5383 | 2007-02-14 Ton Voon <tonvoon@users.sourceforge.net> | ||
5384 | |||
5385 | * plugins/check_tcp.c, plugins/t/check_tcp.t: Documentation fix re: | ||
5386 | --escape flag. Fix of ./check_tcp test to webservers to make it more | ||
5387 | standards compliant git-svn-id: | ||
5388 | |||
5389 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1620 f882894a-f735-0410-b71e-b25c423dba1c | ||
5390 | |||
5391 | 2007-02-09 Ton Voon <tonvoon@users.sourceforge.net> | ||
5392 | |||
5393 | * NEWS, THANKS.in, po/.cvsignore, po/Makefile.in.in: Fixed | ||
5394 | MKINSTALLDIRS problem on some systems - Lars Stavholm git-svn-id: | ||
5395 | |||
5396 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1619 f882894a-f735-0410-b71e-b25c423dba1c | ||
5397 | |||
5398 | 2007-02-07 Ton Voon <tonvoon@users.sourceforge.net> | ||
5399 | |||
5400 | * lib/Makefile.config-opts, lib/parse_ini.c, | ||
5401 | lib/tests/Makefile.config-opts, lib/tests/config-tiny.ini, | ||
5402 | lib/tests/plugin.ini, lib/tests/test_ini.c: Added test files to test | ||
5403 | the parse_ini.c routines. Requires libtap git-svn-id: | ||
5404 | |||
5405 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1614 f882894a-f735-0410-b71e-b25c423dba1c | ||
5406 | |||
5407 | 2007-02-07 Holger Weiss <hweiss@users.sourceforge.net> | ||
5408 | |||
5409 | * plugins/check_swap.c: Include <sys/param.h> before <sys/swap.h> in | ||
5410 | order to fix compilation on OpenBSD (nsturm - 1653934) git-svn-id: | ||
5411 | |||
5412 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1613 f882894a-f735-0410-b71e-b25c423dba1c | ||
5413 | |||
5414 | 2007-02-06 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
5415 | |||
5416 | * plugins/check_tcp.c: Correct vim typo in comment block :P git-svn-id: | ||
5417 | |||
5418 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1612 f882894a-f735-0410-b71e-b25c423dba1c | ||
5419 | |||
5420 | 2007-02-06 Benoit Mortier <opensides@users.sourceforge.net> | ||
5421 | |||
5422 | * plugins/check_disk.c, plugins/check_http.c, | ||
5423 | plugins/check_ide_smart.c, plugins/check_mrtg.c, | ||
5424 | plugins/check_mrtgtraf.c, plugins/check_overcr.c, | ||
5425 | plugins/check_smtp.c, plugins/check_tcp.c, po/de.po, po/fr.po, | ||
5426 | po/nagios-plugins.pot: correcting some translation problems git-svn-id: | ||
5427 | |||
5428 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1611 f882894a-f735-0410-b71e-b25c423dba1c | ||
5429 | |||
5430 | 2007-02-06 M. Sean Finney <seanius@users.sourceforge.net> | ||
5431 | |||
5432 | * lib/parse_ini.c, lib/parse_ini.h: initial version of ini file | ||
5433 | parsing routines in C git-svn-id: | ||
5434 | |||
5435 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1610 f882894a-f735-0410-b71e-b25c423dba1c | ||
5436 | |||
5437 | 2007-02-06 Benoit Mortier <opensides@users.sourceforge.net> | ||
5438 | |||
5439 | * po/Makevars: adding PACKAGE_BUGREPORT to fix Report-Msgid-Bugs-To: git-svn-id: | ||
5440 | |||
5441 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1609 f882894a-f735-0410-b71e-b25c423dba1c | ||
5442 | |||
5443 | 2007-02-05 Ton Voon <tonvoon@users.sourceforge.net> | ||
5444 | |||
5445 | * AUTHORS, doc/RELEASING: Update list of team members. More notes on | ||
5446 | new releases git-svn-id: | ||
5447 | |||
5448 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1608 f882894a-f735-0410-b71e-b25c423dba1c | ||
5449 | |||
5450 | 2007-02-05 Ton Voon <tonvoon@users.sourceforge.net> | ||
5451 | |||
5452 | * BUGS, ChangeLog, NEWS, configure.in, package.def: For 1.4.6 | ||
5453 | release git-svn-id: | ||
5454 | |||
5455 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1606 f882894a-f735-0410-b71e-b25c423dba1c | ||
5456 | |||
5457 | 2007-02-02 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
5458 | |||
5459 | * plugins/check_snmp.c: Fix parsing of multiple OIDs sets needmibs = | ||
5460 | TRUE git-svn-id: | ||
5461 | |||
5462 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1605 f882894a-f735-0410-b71e-b25c423dba1c | ||
5463 | |||
5464 | 2007-02-01 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
5465 | |||
5466 | * plugins/check_tcp.c, plugins/t/check_jabber.t: Fix progname being | ||
5467 | partly set to upper case Change formating of invalid hostname output git-svn-id: | ||
5468 | |||
5469 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1604 f882894a-f735-0410-b71e-b25c423dba1c | ||
5470 | |||
5471 | 2007-02-01 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
5472 | |||
5473 | * NEWS: Adding NEWS entry for check_jabber git-svn-id: | ||
5474 | |||
5475 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1603 f882894a-f735-0410-b71e-b25c423dba1c | ||
5476 | |||
5477 | 2007-02-01 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
5478 | |||
5479 | * plugins-scripts/check_log.sh: Fix bug #1593073 Check_Log problem | ||
5480 | with log rotation git-svn-id: | ||
5481 | |||
5482 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1602 f882894a-f735-0410-b71e-b25c423dba1c | ||
5483 | |||
5484 | 2007-01-31 Ton Voon <tonvoon@users.sourceforge.net> | ||
5485 | |||
5486 | * plugins/t/check_jabber.t: Converted to new style object and | ||
5487 | Test::More testing. Skipped jabber server tests if not defined git-svn-id: | ||
5488 | |||
5489 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1601 f882894a-f735-0410-b71e-b25c423dba1c | ||
5490 | |||
5491 | 2007-01-31 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
5492 | |||
5493 | * plugins/t/check_jabber.t: Add check_jabber test. Will ask for a | ||
5494 | jabber host (default should be OK) git-svn-id: | ||
5495 | |||
5496 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1600 f882894a-f735-0410-b71e-b25c423dba1c | ||
5497 | |||
5498 | 2007-01-31 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
5499 | |||
5500 | * plugins/check_tcp.c: Fix Debian Bug #392610: check_jabber always | ||
5501 | return warning git-svn-id: | ||
5502 | |||
5503 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1599 f882894a-f735-0410-b71e-b25c423dba1c | ||
5504 | |||
5505 | 2007-01-30 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
5506 | |||
5507 | * plugins/check_tcp.c: Jail does not requires any arguments git-svn-id: | ||
5508 | |||
5509 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1598 f882894a-f735-0410-b71e-b25c423dba1c | ||
5510 | |||
5511 | 2007-01-30 Ton Voon <tonvoon@users.sourceforge.net> | ||
5512 | |||
5513 | * config.rpath: make dist failing without config.rpath in top level. | ||
5514 | File copied from build-aux/ git-svn-id: | ||
5515 | |||
5516 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1597 f882894a-f735-0410-b71e-b25c423dba1c | ||
5517 | |||
5518 | 2007-01-30 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
5519 | |||
5520 | * plugins/check_tcp.c, plugins/t/check_tcp.t: Fix reporting bug | ||
5521 | using expect, affecting (not fixing) Debian bug #392610: | ||
5522 | check_jabber always return warning git-svn-id: | ||
5523 | |||
5524 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1596 f882894a-f735-0410-b71e-b25c423dba1c | ||
5525 | |||
5526 | 2007-01-30 Holger Weiss <hweiss@users.sourceforge.net> | ||
5527 | |||
5528 | * configure.in: grep(1) "-q" isn't portable (e.g., it won't work on | ||
5529 | Solaris 8), redirect output to /dev/null instead. git-svn-id: | ||
5530 | |||
5531 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1595 f882894a-f735-0410-b71e-b25c423dba1c | ||
5532 | |||
5533 | 2007-01-29 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
5534 | |||
5535 | * plugins/check_disk.c, plugins/t/check_disk.t: Revert 1643463 | ||
5536 | (reversed disk thresholds) keeping the thresholds checks. git-svn-id: | ||
5537 | |||
5538 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1594 f882894a-f735-0410-b71e-b25c423dba1c | ||
5539 | |||
5540 | 2007-01-29 Holger Weiss <hweiss@users.sourceforge.net> | ||
5541 | |||
5542 | * configure.in: Automake 1.10 says: "compiling `test_disk.c' with | ||
5543 | per-target flags requires `AM_PROG_CC_C_O' in `configure.in'". git-svn-id: | ||
5544 | |||
5545 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1593 f882894a-f735-0410-b71e-b25c423dba1c | ||
5546 | |||
5547 | 2007-01-29 Ton Voon <tonvoon@users.sourceforge.net> | ||
5548 | |||
5549 | * build-aux/config.rpath, config.rpath: Move config.rpath into | ||
5550 | build-aux for automake 1.10 git-svn-id: | ||
5551 | |||
5552 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1592 f882894a-f735-0410-b71e-b25c423dba1c | ||
5553 | |||
5554 | 2007-01-28 Holger Weiss <hweiss@users.sourceforge.net> | ||
5555 | |||
5556 | * INSTALLING: Remove description of deprecated ./configure | ||
5557 | --with-nagios-{user,group} options. git-svn-id: | ||
5558 | |||
5559 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1591 f882894a-f735-0410-b71e-b25c423dba1c | ||
5560 | |||
5561 | 2007-01-28 Holger Weiss <hweiss@users.sourceforge.net> | ||
5562 | |||
5563 | * plugins-root/check_dhcp.c, plugins/check_apt.c, | ||
5564 | plugins/check_by_ssh.c, plugins/check_dig.c, plugins/check_dns.c, | ||
5565 | plugins/check_fping.c, plugins/check_game.c, plugins/check_hpjd.c, | ||
5566 | plugins/check_http.c, plugins/check_ide_smart.c, | ||
5567 | plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c, | ||
5568 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
5569 | plugins/check_mysql_query.c, plugins/check_nagios.c, | ||
5570 | plugins/check_nt.c, plugins/check_ntp.c, plugins/check_nwstat.c, | ||
5571 | plugins/check_overcr.c, plugins/check_pgsql.c, | ||
5572 | plugins/check_ping.c, plugins/check_procs.c, | ||
5573 | plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, | ||
5574 | plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, | ||
5575 | plugins/check_tcp.c, plugins/check_time.c, plugins/check_ups.c, | ||
5576 | plugins/check_users.c, plugins/negate.c, plugins/urlize.c, | ||
5577 | plugins/utils.c, plugins/utils.h: Don't try to print `optarg' (which | ||
5578 | will be a NULL pointer) if an unknown command line option was used, | ||
5579 | as this leads to a segfault on some systems. The unknown option | ||
5580 | will be printed by getopt(3) anyway. So, simply call print_usage() | ||
5581 | and exit UNKNOWN via the new usage5() instead. git-svn-id: | ||
5582 | |||
5583 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1590 f882894a-f735-0410-b71e-b25c423dba1c | ||
5584 | |||
5585 | 2007-01-27 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
5586 | |||
5587 | * plugins/check_disk.c, plugins/t/check_disk.t: Fix #1643463: | ||
5588 | Miscalculating thresholds check_disk git-svn-id: | ||
5589 | |||
5590 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1589 f882894a-f735-0410-b71e-b25c423dba1c | ||
5591 | |||
5592 | 2007-01-27 Holger Weiss <hweiss@users.sourceforge.net> | ||
5593 | |||
5594 | * lib/utils_base.c: Change the variable names `true' and `false' | ||
5595 | (which are keywords in C99) to `yes' and `no'. Fixes compilation | ||
5596 | when using SGI's MIPSpro c99(1). git-svn-id: | ||
5597 | |||
5598 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1588 f882894a-f735-0410-b71e-b25c423dba1c | ||
5599 | |||
5600 | 2007-01-27 Holger Weiss <hweiss@users.sourceforge.net> | ||
5601 | |||
5602 | * plugins/common.h: Include GNULib's "dirname.h" in order to pull in | ||
5603 | the base_name() prototype, fixes compilation of check_procs using | ||
5604 | SGI's MIPSpro C. git-svn-id: | ||
5605 | |||
5606 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1587 f882894a-f735-0410-b71e-b25c423dba1c | ||
5607 | |||
5608 | 2007-01-27 Holger Weiss <hweiss@users.sourceforge.net> | ||
5609 | |||
5610 | * ACKNOWLEDGEMENTS, NEWS: Fix typos. git-svn-id: | ||
5611 | |||
5612 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1586 f882894a-f735-0410-b71e-b25c423dba1c | ||
5613 | |||
5614 | 2007-01-27 Holger Weiss <hweiss@users.sourceforge.net> | ||
5615 | |||
5616 | * NEWS: Added "-o,--ssh-option=OPTION" which hands "-o OPTION" over | ||
5617 | to ssh(1) and "-q,--quiet" which tells ssh(1) to suppress warnings | ||
5618 | (Gerhard Lausser - 1472491) git-svn-id: | ||
5619 | |||
5620 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1585 f882894a-f735-0410-b71e-b25c423dba1c | ||
5621 | |||
5622 | 2007-01-27 Holger Weiss <hweiss@users.sourceforge.net> | ||
5623 | |||
5624 | * plugins-root/check_dhcp.c: Include <sys/param.h> which is a | ||
5625 | prerequisite for <sys/sysctl.h> on NetBSD and OpenBSD (at least). git-svn-id: | ||
5626 | |||
5627 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1584 f882894a-f735-0410-b71e-b25c423dba1c | ||
5628 | |||
5629 | 2007-01-25 Ton Voon <tonvoon@users.sourceforge.net> | ||
5630 | |||
5631 | * Makefile.am, README, configure.in, doc/RELEASING: Update | ||
5632 | references to NEWS instead of CHANGES. Fix compile of libtap test | ||
5633 | programs git-svn-id: | ||
5634 | |||
5635 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1583 f882894a-f735-0410-b71e-b25c423dba1c | ||
5636 | |||
5637 | 2007-01-25 Ton Voon <tonvoon@users.sourceforge.net> | ||
5638 | |||
5639 | * build-aux/.cvsignore, build-aux/ltmain.sh, config.guess, | ||
5640 | config.sub, configure.in, ltmain.sh: Use build-aux directory. | ||
5641 | Removed unnecessary checks in configure.in. Keeping libtool to link | ||
5642 | to libtap - can't find a suitable replacement method git-svn-id: | ||
5643 | |||
5644 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1582 f882894a-f735-0410-b71e-b25c423dba1c | ||
5645 | |||
5646 | 2007-01-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
5647 | |||
5648 | * ACKNOWLEDGEMENTS, CHANGES, NEWS, config.rpath, configure.in, | ||
5649 | doc/developer-guidelines.sgml, gl/.cvsignore, plugins/Makefile.am, | ||
5650 | plugins/check_procs.c, po/POTFILES.in: Various cleanups in the | ||
5651 | syncing with gnulib git-svn-id: | ||
5652 | |||
5653 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1581 f882894a-f735-0410-b71e-b25c423dba1c | ||
5654 | |||
5655 | 2007-01-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
5656 | |||
5657 | * Makefile.am, NEWS, config.rpath, configure.in, | ||
5658 | doc/developer-guidelines.sgml, gl/Makefile.am, gl/alloca.c, | ||
5659 | gl/alloca_.h, gl/asnprintf.c, gl/asprintf.c, gl/basename.c, | ||
5660 | gl/c-strtod.c, gl/c-strtod.h, gl/cloexec.c, gl/cloexec.h, | ||
5661 | gl/creat-safer.c, gl/dirname.c, gl/dirname.h, gl/dup-safer.c, | ||
5662 | gl/error.c, gl/error.h, gl/exit.h, gl/exitfail.c, gl/exitfail.h, | ||
5663 | gl/fcntl--.h, gl/fcntl-safer.h, gl/fd-safer.c, gl/fsusage.c, | ||
5664 | gl/fsusage.h, gl/full-read.c, gl/full-read.h, gl/full-write.c, | ||
5665 | gl/full-write.h, gl/gai_strerror.c, gl/getaddrinfo.c, | ||
5666 | gl/getaddrinfo.h, gl/gethostname.c, gl/getloadavg.c, gl/getopt.c, | ||
5667 | gl/getopt1.c, gl/getopt_.h, gl/getopt_int.h, gl/gettext.h, | ||
5668 | gl/inet_ntop.c, gl/inet_ntop.h, gl/intprops.h, | ||
5669 | gl/m4/absolute-header.m4, gl/m4/alloca.m4, gl/m4/arpa_inet_h.m4, | ||
5670 | gl/m4/c-strtod.m4, gl/m4/cloexec.m4, gl/m4/codeset.m4, | ||
5671 | gl/m4/dirname.m4, gl/m4/dos.m4, gl/m4/double-slash-root.m4, | ||
5672 | gl/m4/eoverflow.m4, gl/m4/error.m4, gl/m4/exitfail.m4, | ||
5673 | gl/m4/extensions.m4, gl/m4/fcntl-safer.m4, gl/m4/fstypename.m4, | ||
5674 | gl/m4/fsusage.m4, gl/m4/getaddrinfo.m4, gl/m4/gethostname.m4, | ||
5675 | gl/m4/getloadavg.m4, gl/m4/getopt.m4, gl/m4/gettext.m4, | ||
5676 | gl/m4/glibc2.m4, gl/m4/glibc21.m4, gl/m4/gnulib-cache.m4, | ||
5677 | gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4, gl/m4/gnulib-tool.m4, | ||
5678 | gl/m4/iconv.m4, gl/m4/inet_ntop.m4, gl/m4/inline.m4, | ||
5679 | gl/m4/intdiv0.m4, gl/m4/intl.m4, gl/m4/intldir.m4, gl/m4/intmax.m4, | ||
5680 | gl/m4/intmax_t.m4, gl/m4/inttypes-pri.m4, gl/m4/inttypes_h.m4, | ||
5681 | gl/m4/lcmessage.m4, gl/m4/lib-ld.m4, gl/m4/lib-link.m4, | ||
5682 | gl/m4/lib-prefix.m4, gl/m4/lock.m4, gl/m4/longdouble.m4, | ||
5683 | gl/m4/longlong.m4, gl/m4/ls-mntd-fs.m4, gl/m4/mbchar.m4, | ||
5684 | gl/m4/mbiter.m4, gl/m4/mbrtowc.m4, gl/m4/memchr.m4, | ||
5685 | gl/m4/minmax.m4, gl/m4/mountlist.m4, gl/m4/netinet_in_h.m4, | ||
5686 | gl/m4/nls.m4, gl/m4/onceonly_2_57.m4, gl/m4/po.m4, | ||
5687 | gl/m4/printf-posix.m4, gl/m4/progtest.m4, gl/m4/regex.m4, | ||
5688 | gl/m4/safe-read.m4, gl/m4/safe-write.m4, gl/m4/size_max.m4, | ||
5689 | gl/m4/snprintf.m4, gl/m4/socklen.m4, gl/m4/sockpfaf.m4, | ||
5690 | gl/m4/ssize_t.m4, gl/m4/stdbool.m4, gl/m4/stdint.m4, | ||
5691 | gl/m4/stdint_h.m4, gl/m4/strcase.m4, gl/m4/strdup.m4, | ||
5692 | gl/m4/strndup.m4, gl/m4/strnlen.m4, gl/m4/sys_socket_h.m4, | ||
5693 | gl/m4/uintmax_t.m4, gl/m4/ulonglong.m4, gl/m4/unistd-safer.m4, | ||
5694 | gl/m4/unistd_h.m4, gl/m4/vasnprintf.m4, gl/m4/vasprintf.m4, | ||
5695 | gl/m4/visibility.m4, gl/m4/vsnprintf.m4, gl/m4/wchar.m4, | ||
5696 | gl/m4/wchar_t.m4, gl/m4/wctype.m4, gl/m4/wcwidth.m4, | ||
5697 | gl/m4/wint_t.m4, gl/m4/xalloc.m4, gl/m4/xsize.m4, | ||
5698 | gl/m4/xstrndup.m4, gl/malloc.c, gl/mbchar.c, gl/mbchar.h, | ||
5699 | gl/mbuiter.h, gl/memchr.c, gl/minmax.h, gl/mountlist.c, | ||
5700 | gl/mountlist.h, gl/open-safer.c, gl/pipe-safer.c, gl/printf-args.c, | ||
5701 | gl/printf-args.h, gl/printf-parse.c, gl/printf-parse.h, | ||
5702 | gl/regcomp.c, gl/regex.c, gl/regex.h, gl/regex_internal.c, | ||
5703 | gl/regex_internal.h, gl/regexec.c, gl/safe-read.c, gl/safe-read.h, | ||
5704 | gl/safe-write.c, gl/safe-write.h, gl/size_max.h, gl/snprintf.c, | ||
5705 | gl/snprintf.h, gl/socket_.h, gl/stdbool_.h, gl/stdint_.h, | ||
5706 | gl/strcase.h, gl/strcasecmp.c, gl/strdup.c, gl/strdup.h, | ||
5707 | gl/stripslash.c, gl/strncasecmp.c, gl/strndup.c, gl/strndup.h, | ||
5708 | gl/strnlen.c, gl/strnlen.h, gl/strnlen1.c, gl/strnlen1.h, | ||
5709 | gl/unistd--.h, gl/unistd-safer.h, gl/unistd_.h, gl/vasnprintf.c, | ||
5710 | gl/vasnprintf.h, gl/vasprintf.c, gl/vasprintf.h, gl/vsnprintf.c, | ||
5711 | gl/vsnprintf.h, gl/wchar_.h, gl/wctype_.h, gl/wcwidth.h, | ||
5712 | gl/xalloc-die.c, gl/xalloc.h, gl/xmalloc.c, gl/xsize.h, | ||
5713 | gl/xstrndup.c, gl/xstrndup.h, lib/Makefile.am, lib/alloca.c, | ||
5714 | lib/alloca_.h, lib/basename.c, lib/c-strtod.c, lib/c-strtod.h, | ||
5715 | lib/c-strtold.c, lib/cloexec.c, lib/cloexec.h, lib/creat-safer.c, | ||
5716 | lib/dirname.h, lib/dup-safer.c, lib/error.c, lib/error.h, | ||
5717 | lib/exit.h, lib/exitfail.c, lib/exitfail.h, lib/fcntl--.h, | ||
5718 | lib/fcntl-safer.h, lib/fd-safer.c, lib/fsusage.c, lib/fsusage.h, | ||
5719 | lib/full-read.c, lib/full-read.h, lib/full-write.c, | ||
5720 | lib/full-write.h, lib/getloadavg.c, lib/getopt.c, lib/getopt1.c, | ||
5721 | lib/getopt_.h, lib/getopt_int.h, lib/gettext.h, lib/intprops.h, | ||
5722 | lib/malloc.c, lib/mountlist.c, lib/mountlist.h, lib/open-safer.c, | ||
5723 | lib/pipe-safer.c, lib/realloc.c, lib/regcomp.c, lib/regex.c, | ||
5724 | lib/regex.h, lib/regex_internal.c, lib/regex_internal.h, | ||
5725 | lib/regexec.c, lib/safe-read.c, lib/safe-read.h, lib/safe-write.c, | ||
5726 | lib/safe-write.h, lib/snprintf.c, lib/stdbool_.h, lib/strcase.h, | ||
5727 | lib/strtod.c, lib/tests/Makefile.am, lib/unistd--.h, | ||
5728 | lib/unistd-safer.h, lib/unlocked-io.h, lib/xalloc-die.c, | ||
5729 | lib/xalloc.h, lib/xmalloc.c, lib/xstrdup.c, m4/Makefile.am.in, | ||
5730 | m4/afs.m4, m4/alloca.m4, m4/basename.m4, m4/c-strtod.m4, | ||
5731 | m4/codeset.m4, m4/dos.m4, m4/error.m4, m4/exitfail.m4, | ||
5732 | m4/extensions.m4, m4/fcntl-safer.m4, m4/fstypename.m4, | ||
5733 | m4/fsusage.m4, m4/getopt.m4, m4/gettext.m4, m4/glibc21.m4, | ||
5734 | m4/iconv.m4, m4/inttypes-pri.m4, m4/inttypes.m4, m4/inttypes_h.m4, | ||
5735 | m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4, m4/longdouble.m4, | ||
5736 | m4/longlong.m4, m4/ls-mntd-fs.m4, m4/mountlist.m4, m4/nls.m4, | ||
5737 | m4/np_coreutils.m4, m4/np_curl.m4, m4/onceonly_2_57.m4, m4/po.m4, | ||
5738 | m4/progtest.m4, m4/regex.m4, m4/restrict.m4, m4/signed.m4, | ||
5739 | m4/stdbool.m4, m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4, | ||
5740 | m4/unistd-safer.m4, m4/unlocked-io.m4, m4/wchar_t.m4, m4/wint_t.m4, | ||
5741 | m4/xalloc.m4, plugins-root/Makefile.am, plugins/Makefile.am, | ||
5742 | plugins/check_smtp.c, plugins/common.h, plugins/getaddrinfo.c, | ||
5743 | plugins/getaddrinfo.h, plugins/gethostbyname.c, | ||
5744 | plugins/gethostbyname.h, plugins/netutils.h, tools/setup, | ||
5745 | tools/update_coreutils: Sync with gnulib - lots of extraneous code | ||
5746 | removed in preference to GNU code git-svn-id: | ||
5747 | |||
5748 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1580 f882894a-f735-0410-b71e-b25c423dba1c | ||
5749 | |||
5750 | 2007-01-23 Holger Weiss <hweiss@users.sourceforge.net> | ||
5751 | |||
5752 | * THANKS.in, plugins/check_ssh.c: Support `check_ssh | ||
5753 | --hostname=ADDRESS' (but keep `--host=ADDRESS' for backward | ||
5754 | compatibility) (Ville Mattila - 1642780) git-svn-id: | ||
5755 | |||
5756 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1579 f882894a-f735-0410-b71e-b25c423dba1c | ||
5757 | |||
5758 | 2007-01-23 Holger Weiss <hweiss@users.sourceforge.net> | ||
5759 | |||
5760 | * REQUIREMENTS: Location updates git-svn-id: | ||
5761 | |||
5762 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1578 f882894a-f735-0410-b71e-b25c423dba1c | ||
5763 | |||
5764 | 2007-01-23 Holger Weiss <hweiss@users.sourceforge.net> | ||
5765 | |||
5766 | * plugins/check_tcp.c: Add missing `break' to the switch-case block | ||
5767 | that handles the `-m' option (Nobuhiro Ban - 1642682) git-svn-id: | ||
5768 | |||
5769 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1577 f882894a-f735-0410-b71e-b25c423dba1c | ||
5770 | |||
5771 | 2007-01-23 Holger Weiss <hweiss@users.sourceforge.net> | ||
5772 | |||
5773 | * THANKS.in, plugins/check_radius.c: Initialize `data' to zero, | ||
5774 | fixes potential segfault (Nobuhiro Ban - 1642658) git-svn-id: | ||
5775 | |||
5776 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1576 f882894a-f735-0410-b71e-b25c423dba1c | ||
5777 | |||
5778 | 2007-01-23 Holger Weiss <hweiss@users.sourceforge.net> | ||
5779 | |||
5780 | * lib/mountlist.c: Add support for statvfs(2) which is needed in | ||
5781 | order to compile the plugins on NetBSD 3.0 and newer. The current | ||
5782 | coreutils release supports statvfs(2), so this patch won't be needed | ||
5783 | anymore when updating the coreutils files. git-svn-id: | ||
5784 | |||
5785 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1575 f882894a-f735-0410-b71e-b25c423dba1c | ||
5786 | |||
5787 | 2007-01-22 Holger Weiss <hweiss@users.sourceforge.net> | ||
5788 | |||
5789 | * plugins/check_by_ssh.c: Added "-o,--ssh-option=OPTION" which hands | ||
5790 | "-o OPTION" over to ssh(1) and "-q,--quiet" which tells ssh(1) to | ||
5791 | suppress warnings (Gerhard Lausser - 1472491) git-svn-id: | ||
5792 | |||
5793 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1574 f882894a-f735-0410-b71e-b25c423dba1c | ||
5794 | |||
5795 | 2007-01-20 Ton Voon <tonvoon@users.sourceforge.net> | ||
5796 | |||
5797 | * doc/developer-guidelines.sgml: Updated policy on contributed | ||
5798 | plugins git-svn-id: | ||
5799 | |||
5800 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1573 f882894a-f735-0410-b71e-b25c423dba1c | ||
5801 | |||
5802 | 2007-01-20 Ton Voon <tonvoon@users.sourceforge.net> | ||
5803 | |||
5804 | * doc/LEAVERS, doc/NEW_STARTERS, doc/RELEASING: Administrative notes git-svn-id: | ||
5805 | |||
5806 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1572 f882894a-f735-0410-b71e-b25c423dba1c | ||
5807 | |||
5808 | 2007-01-20 M. Sean Finney <seanius@users.sourceforge.net> | ||
5809 | |||
5810 | * plugins/check_ntp.c: compilation fixes for check_ntp.c: - check_ntp.c:290: warning: overflow in implicit constant conversion fixed with an explicit cast to int8_t. - check_ntp.c:544: warning: pointer of type ‘void *’ used | ||
5811 | in arithmetic fixed by casting to ptrdiff_t before arithmetic and | ||
5812 | (void*) afterwards - in TVtoNTP64, cast arithmetic result passed to R32 as uint64_t. git-svn-id: | ||
5813 | |||
5814 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1571 f882894a-f735-0410-b71e-b25c423dba1c | ||
5815 | |||
5816 | 2007-01-20 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
5817 | |||
5818 | * plugins/check_http.c, plugins/check_ldap.c: Fix bug #1632091: | ||
5819 | printf format string typos. Add some more cosmetic changes. git-svn-id: | ||
5820 | |||
5821 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1570 f882894a-f735-0410-b71e-b25c423dba1c | ||
5822 | |||
5823 | 2007-01-20 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
5824 | |||
5825 | * plugins-root/check_icmp.c: Fix bug #1632078: critical threshold % | ||
5826 | incorrectly displayed by check_icmp git-svn-id: | ||
5827 | |||
5828 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1569 f882894a-f735-0410-b71e-b25c423dba1c | ||
5829 | |||
5830 | 2007-01-20 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
5831 | |||
5832 | * CHANGES, THANKS.in, plugins/netutils.c: Fix bug #1632072 pointer | ||
5833 | error in plugins/netutils.c. Add changelog entry for previous | ||
5834 | commit. git-svn-id: | ||
5835 | |||
5836 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1568 f882894a-f735-0410-b71e-b25c423dba1c | ||
5837 | |||
5838 | 2007-01-17 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
5839 | |||
5840 | * THANKS.in, plugins/check_procs.c: Fix bug #1630970 Fix for buffer | ||
5841 | overflow of check_procs procprog string git-svn-id: | ||
5842 | |||
5843 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1566 f882894a-f735-0410-b71e-b25c423dba1c | ||
5844 | |||
5845 | 2007-01-08 Ton Voon <tonvoon@users.sourceforge.net> | ||
5846 | |||
5847 | * CHANGES, THANKS.in, plugins/t/check_disk.t: Added notes about | ||
5848 | check_disk perf data fix. Added test to check perf data is same when | ||
5849 | mount points reversed git-svn-id: | ||
5850 | |||
5851 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1565 f882894a-f735-0410-b71e-b25c423dba1c | ||
5852 | |||
5853 | 2007-01-07 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
5854 | |||
5855 | * plugins/check_disk.c: Fix bug #1627970: check_disk performance | ||
5856 | output for more then one partition git-svn-id: | ||
5857 | |||
5858 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1564 f882894a-f735-0410-b71e-b25c423dba1c | ||
5859 | |||
5860 | 2007-01-06 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
5861 | |||
5862 | * plugins/check_ping.c: Fix bug #1629008: check_ping fails to handle | ||
5863 | Packet filtered error git-svn-id: | ||
5864 | |||
5865 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1563 f882894a-f735-0410-b71e-b25c423dba1c | ||
5866 | |||
5867 | 2007-01-06 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
5868 | |||
5869 | * plugins/check_ping.c: Revert last patch: it works but not really | ||
5870 | for the reason I though. git-svn-id: | ||
5871 | |||
5872 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1562 f882894a-f735-0410-b71e-b25c423dba1c | ||
5873 | |||
5874 | 2007-01-06 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
5875 | |||
5876 | * plugins/check_ping.c: Fix the way check_ping calculate the maximum | ||
5877 | run time git-svn-id: | ||
5878 | |||
5879 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1561 f882894a-f735-0410-b71e-b25c423dba1c | ||
5880 | |||
5881 | 2007-01-04 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
5882 | |||
5883 | * plugins/check_real.c: Fix bug #1574863: check_real does not accept | ||
5884 | the '-v' option git-svn-id: | ||
5885 | |||
5886 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1560 f882894a-f735-0410-b71e-b25c423dba1c | ||
5887 | |||
5888 | 2007-01-04 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
5889 | |||
5890 | * plugins/check_ping.c: Fix bug #1592605: check_ping times out git-svn-id: | ||
5891 | |||
5892 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1559 f882894a-f735-0410-b71e-b25c423dba1c | ||
5893 | |||
5894 | 2007-01-04 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
5895 | |||
5896 | * tools/README, tools/distclean: Adding my distclean script git-svn-id: | ||
5897 | |||
5898 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1558 f882894a-f735-0410-b71e-b25c423dba1c | ||
5899 | |||
5900 | 2006-12-23 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
5901 | |||
5902 | * plugins/t/check_snmp.t: Regexps in check_snmp tests fails where | ||
5903 | they shouldn't. git-svn-id: | ||
5904 | |||
5905 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1557 f882894a-f735-0410-b71e-b25c423dba1c | ||
5906 | |||
5907 | 2006-12-21 Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | ||
5908 | |||
5909 | * NPTest.pm: - Fixing small error (wrong file name) in NPTest.pm documentation. git-svn-id: | ||
5910 | |||
5911 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1556 f882894a-f735-0410-b71e-b25c423dba1c | ||
5912 | |||
5913 | 2006-12-20 Ton Voon <tonvoon@users.sourceforge.net> | ||
5914 | |||
5915 | * CHANGES, THANKS.in, plugins/check_http.c, plugins/t/check_http.t: | ||
5916 | Removed unused timestamp variable (Matthias Eble) Fixed redirection | ||
5917 | test. Added extra tests for funny syntax when checking certificates, | ||
5918 | updated help for more common syntax git-svn-id: | ||
5919 | |||
5920 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1555 f882894a-f735-0410-b71e-b25c423dba1c | ||
5921 | |||
5922 | 2006-12-20 Ton Voon <tonvoon@users.sourceforge.net> | ||
5923 | |||
5924 | * lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c, | ||
5925 | plugins/t/check_disk.t: Fixed inode thresholds, regressed from | ||
5926 | previous release git-svn-id: | ||
5927 | |||
5928 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1554 f882894a-f735-0410-b71e-b25c423dba1c | ||
5929 | |||
5930 | 2006-12-20 Benoit Mortier <opensides@users.sourceforge.net> | ||
5931 | |||
5932 | * po/de.po, po/fr.po, po/nagios-plugins.pot: updated the | ||
5933 | nagios-pulgins.pot files now that localization is clean first pass | ||
5934 | at updating the french locale git-svn-id: | ||
5935 | |||
5936 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1553 f882894a-f735-0410-b71e-b25c423dba1c | ||
5937 | |||
5938 | 2006-12-12 Ton Voon <tonvoon@users.sourceforge.net> | ||
5939 | |||
5940 | * plugins-scripts/t/utils.t: Enhanced test for single letters in | ||
5941 | fqdn git-svn-id: | ||
5942 | |||
5943 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1549 f882894a-f735-0410-b71e-b25c423dba1c | ||
5944 | |||
5945 | 2006-12-12 Ton Voon <tonvoon@users.sourceforge.net> | ||
5946 | |||
5947 | * plugins-scripts/utils.pm.in: Allow single characters in fqdn (Dave | ||
5948 | Alden) git-svn-id: | ||
5949 | |||
5950 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1548 f882894a-f735-0410-b71e-b25c423dba1c | ||
5951 | |||
5952 | 2006-12-07 Ton Voon <tonvoon@users.sourceforge.net> | ||
5953 | |||
5954 | * CHANGES, THANKS.in, configure.in: Fixed HP/UX's swapinfo command | ||
5955 | for check_procs (Dick van den Burg - 1573700) git-svn-id: | ||
5956 | |||
5957 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1547 f882894a-f735-0410-b71e-b25c423dba1c | ||
5958 | |||
5959 | 2006-12-07 Ton Voon <tonvoon@users.sourceforge.net> | ||
5960 | |||
5961 | * THANKS.in, plugins/check_disk.c, plugins/check_swap.c, | ||
5962 | plugins/common.h, plugins/netutils.h: Fix coredump on 64bit Solaris. | ||
5963 | Also adds more error conditions and moves swap specific includes out | ||
5964 | of common.h (Duncan Ferguson - 1588031) git-svn-id: | ||
5965 | |||
5966 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1546 f882894a-f735-0410-b71e-b25c423dba1c | ||
5967 | |||
5968 | 2006-12-06 Ton Voon <tonvoon@users.sourceforge.net> | ||
5969 | |||
5970 | * plugins/Makefile.am: Move SSL libs to correct order per plugin git-svn-id: | ||
5971 | |||
5972 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1545 f882894a-f735-0410-b71e-b25c423dba1c | ||
5973 | |||
5974 | 2006-12-06 Ton Voon <tonvoon@users.sourceforge.net> | ||
5975 | |||
5976 | * plugins/Makefile.am: Only include -lssl for plugins that require | ||
5977 | it git-svn-id: | ||
5978 | |||
5979 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1544 f882894a-f735-0410-b71e-b25c423dba1c | ||
5980 | |||
5981 | 2006-12-06 Ton Voon <tonvoon@users.sourceforge.net> | ||
5982 | |||
5983 | * configure.in: Flag common compile error because of no ar on | ||
5984 | Solaris git-svn-id: | ||
5985 | |||
5986 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1543 f882894a-f735-0410-b71e-b25c423dba1c | ||
5987 | |||
5988 | 2006-12-06 Ton Voon <tonvoon@users.sourceforge.net> | ||
5989 | |||
5990 | * Makefile.am: Remove CVS files from distribution git-svn-id: | ||
5991 | |||
5992 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1542 f882894a-f735-0410-b71e-b25c423dba1c | ||
5993 | |||
5994 | 2006-12-06 Ton Voon <tonvoon@users.sourceforge.net> | ||
5995 | |||
5996 | * doc/developer-guidelines.sgml: Add libtool requirement for | ||
5997 | development git-svn-id: | ||
5998 | |||
5999 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1541 f882894a-f735-0410-b71e-b25c423dba1c | ||
6000 | |||
6001 | 2006-11-09 Ton Voon <tonvoon@users.sourceforge.net> | ||
6002 | |||
6003 | * CHANGES, THANKS.in, plugins/check_ping.c, plugins/netutils.c: | ||
6004 | Reduced DNS lookups in check_ping and netutils.c in IPv6 | ||
6005 | configurations (Pawel Malachowski) git-svn-id: | ||
6006 | |||
6007 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1535 f882894a-f735-0410-b71e-b25c423dba1c | ||
6008 | |||
6009 | 2006-11-03 Ton Voon <tonvoon@users.sourceforge.net> | ||
6010 | |||
6011 | * lib/Makefile.am, lib/alloca.c, lib/alloca_.h: Add alloca files, | ||
6012 | required for *BSD git-svn-id: | ||
6013 | |||
6014 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1534 f882894a-f735-0410-b71e-b25c423dba1c | ||
6015 | |||
6016 | 2006-11-01 Ton Voon <tonvoon@users.sourceforge.net> | ||
6017 | |||
6018 | * ChangeLog, configure.in, package.def: For 1.4.5 release git-svn-id: | ||
6019 | |||
6020 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1532 f882894a-f735-0410-b71e-b25c423dba1c | ||
6021 | |||
6022 | 2006-10-27 Ton Voon <tonvoon@users.sourceforge.net> | ||
6023 | |||
6024 | * plugins-scripts/t/utils.t, plugins-scripts/utils.pm.in: More edge | ||
6025 | testcases. Allow anything if ends with a . as long as correct | ||
6026 | characters git-svn-id: | ||
6027 | |||
6028 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1531 f882894a-f735-0410-b71e-b25c423dba1c | ||
6029 | |||
6030 | 2006-10-26 Ton Voon <tonvoon@users.sourceforge.net> | ||
6031 | |||
6032 | * NPTest.pm: New test variables default to "none", so no changes | ||
6033 | required to tinderbox satelites git-svn-id: | ||
6034 | |||
6035 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1530 f882894a-f735-0410-b71e-b25c423dba1c | ||
6036 | |||
6037 | 2006-10-26 Ton Voon <tonvoon@users.sourceforge.net> | ||
6038 | |||
6039 | * THANKS.in, plugins-scripts/check_oracle.sh: Fixed error if | ||
6040 | dba_free_space has no free segments (Florian Gleixner) git-svn-id: | ||
6041 | |||
6042 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1529 f882894a-f735-0410-b71e-b25c423dba1c | ||
6043 | |||
6044 | 2006-10-26 Ton Voon <tonvoon@users.sourceforge.net> | ||
6045 | |||
6046 | * plugins-scripts/Makefile.am, plugins-scripts/t/utils.t, | ||
6047 | plugins-scripts/utils.pm.in: Fixed regression where hostnames with | ||
6048 | hyphens were rejected (1581402 - Holger Weiss) git-svn-id: | ||
6049 | |||
6050 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1528 f882894a-f735-0410-b71e-b25c423dba1c | ||
6051 | |||
6052 | 2006-10-26 Ton Voon <tonvoon@users.sourceforge.net> | ||
6053 | |||
6054 | * : Removing unnecessary tarball git-svn-id: | ||
6055 | |||
6056 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1527 f882894a-f735-0410-b71e-b25c423dba1c | ||
6057 | |||
6058 | 2006-10-26 Ton Voon <tonvoon@users.sourceforge.net> | ||
6059 | |||
6060 | * THANKS.in, plugins/check_disk.c, plugins/check_http.c: Remove C | ||
6061 | style comments (1583467 - Markus Baertschi) git-svn-id: | ||
6062 | |||
6063 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1526 f882894a-f735-0410-b71e-b25c423dba1c | ||
6064 | |||
6065 | 2006-10-24 Benoit Mortier <opensides@users.sourceforge.net> | ||
6066 | |||
6067 | * plugins-root/check_icmp.c: more fixes and removal of certain | ||
6068 | sentences not needed git-svn-id: | ||
6069 | |||
6070 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1525 f882894a-f735-0410-b71e-b25c423dba1c | ||
6071 | |||
6072 | 2006-10-24 Benoit Mortier <opensides@users.sourceforge.net> | ||
6073 | |||
6074 | * plugins-root/check_icmp.c, plugins/check_nt.c: last localization | ||
6075 | fixes for core plugins in c git-svn-id: | ||
6076 | |||
6077 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1524 f882894a-f735-0410-b71e-b25c423dba1c | ||
6078 | |||
6079 | 2006-10-24 Benoit Mortier <opensides@users.sourceforge.net> | ||
6080 | |||
6081 | * plugins/check_nt.c: next round of localization fixes git-svn-id: | ||
6082 | |||
6083 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1523 f882894a-f735-0410-b71e-b25c423dba1c | ||
6084 | |||
6085 | 2006-10-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
6086 | |||
6087 | * plugins-root/Makefile.am, plugins-root/check_icmp.c: Fixed compile | ||
6088 | on non-glibc platforms git-svn-id: | ||
6089 | |||
6090 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1522 f882894a-f735-0410-b71e-b25c423dba1c | ||
6091 | |||
6092 | 2006-10-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
6093 | |||
6094 | * plugins/check_http.c: Restored accidently regressed fix git-svn-id: | ||
6095 | |||
6096 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1521 f882894a-f735-0410-b71e-b25c423dba1c | ||
6097 | |||
6098 | 2006-10-23 Benoit Mortier <opensides@users.sourceforge.net> | ||
6099 | |||
6100 | * plugins/check_http.c: localization fixes git-svn-id: | ||
6101 | |||
6102 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1520 f882894a-f735-0410-b71e-b25c423dba1c | ||
6103 | |||
6104 | 2006-10-23 Benoit Mortier <opensides@users.sourceforge.net> | ||
6105 | |||
6106 | * plugins-root/check_icmp.c: first pass a making check icmp | ||
6107 | respecting nagiosplugins rules git-svn-id: | ||
6108 | |||
6109 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1519 f882894a-f735-0410-b71e-b25c423dba1c | ||
6110 | |||
6111 | 2006-10-22 Benoit Mortier <opensides@users.sourceforge.net> | ||
6112 | |||
6113 | * plugins/check_nt.c: latest localization fixes for tonight ;-) git-svn-id: | ||
6114 | |||
6115 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1518 f882894a-f735-0410-b71e-b25c423dba1c | ||
6116 | |||
6117 | 2006-10-22 Benoit Mortier <opensides@users.sourceforge.net> | ||
6118 | |||
6119 | * plugins/check_ldap.c: localization fixes git-svn-id: | ||
6120 | |||
6121 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1517 f882894a-f735-0410-b71e-b25c423dba1c | ||
6122 | |||
6123 | 2006-10-22 Benoit Mortier <opensides@users.sourceforge.net> | ||
6124 | |||
6125 | * plugins-root/check_icmp.c: putting default template for copyright | ||
6126 | and explanations git-svn-id: | ||
6127 | |||
6128 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1516 f882894a-f735-0410-b71e-b25c423dba1c | ||
6129 | |||
6130 | 2006-10-22 Benoit Mortier <opensides@users.sourceforge.net> | ||
6131 | |||
6132 | * plugins-root/check_icmp.c: revert mistake when commiting fixes git-svn-id: | ||
6133 | |||
6134 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1515 f882894a-f735-0410-b71e-b25c423dba1c | ||
6135 | |||
6136 | 2006-10-22 Benoit Mortier <opensides@users.sourceforge.net> | ||
6137 | |||
6138 | * plugins-root/check_icmp.c, plugins/check_apt.c, | ||
6139 | plugins/check_procs.c: more localization fixes git-svn-id: | ||
6140 | |||
6141 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1514 f882894a-f735-0410-b71e-b25c423dba1c | ||
6142 | |||
6143 | 2006-10-20 Ton Voon <tonvoon@users.sourceforge.net> | ||
6144 | |||
6145 | * plugins/check_snmp.c: Reverting back accidently regressed code git-svn-id: | ||
6146 | |||
6147 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1513 f882894a-f735-0410-b71e-b25c423dba1c | ||
6148 | |||
6149 | 2006-10-20 Benoit Mortier <opensides@users.sourceforge.net> | ||
6150 | |||
6151 | * plugins/check_mrtg.c: more localization fixes git-svn-id: | ||
6152 | |||
6153 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1512 f882894a-f735-0410-b71e-b25c423dba1c | ||
6154 | |||
6155 | 2006-10-20 Benoit Mortier <opensides@users.sourceforge.net> | ||
6156 | |||
6157 | * plugins-root/check_dhcp.c, plugins/check_apt.c: localization | ||
6158 | updates git-svn-id: | ||
6159 | |||
6160 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1511 f882894a-f735-0410-b71e-b25c423dba1c | ||
6161 | |||
6162 | 2006-10-19 Benoit Mortier <opensides@users.sourceforge.net> | ||
6163 | |||
6164 | * plugins/check_snmp.c: adding missing check_snmp git-svn-id: | ||
6165 | |||
6166 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1510 f882894a-f735-0410-b71e-b25c423dba1c | ||
6167 | |||
6168 | 2006-10-19 Benoit Mortier <opensides@users.sourceforge.net> | ||
6169 | |||
6170 | * plugins/check_radius.c, plugins/check_real.c, | ||
6171 | plugins/check_smtp.c, plugins/check_ssh.c, plugins/check_swap.c, | ||
6172 | plugins/check_tcp.c, plugins/check_time.c, plugins/check_ups.c, | ||
6173 | plugins/check_users.c, plugins/negate.c, plugins/urlize.c: another | ||
6174 | round of localization cleaning git-svn-id: | ||
6175 | |||
6176 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1509 f882894a-f735-0410-b71e-b25c423dba1c | ||
6177 | |||
6178 | 2006-10-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
6179 | |||
6180 | * BUGS, ChangeLog, configure.in, package.def: For 1.4.4 release git-svn-id: | ||
6181 | |||
6182 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1507 f882894a-f735-0410-b71e-b25c423dba1c | ||
6183 | |||
6184 | 2006-10-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
6185 | |||
6186 | * CHANGES: Added info re: 1.4.4 in prep for release git-svn-id: | ||
6187 | |||
6188 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1506 f882894a-f735-0410-b71e-b25c423dba1c | ||
6189 | |||
6190 | 2006-10-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
6191 | |||
6192 | * THANKS.in, plugins/check_snmp.c: Initialise strings for Fedora | ||
6193 | Core 5 (Henning Schmiedehausen) git-svn-id: | ||
6194 | |||
6195 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1505 f882894a-f735-0410-b71e-b25c423dba1c | ||
6196 | |||
6197 | 2006-10-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
6198 | |||
6199 | * THANKS.in, plugins/check_snmp.c: Removed asprintf for perf data | ||
6200 | (Craig Orsinger, Robby Giffin - 1310495) git-svn-id: | ||
6201 | |||
6202 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1504 f882894a-f735-0410-b71e-b25c423dba1c | ||
6203 | |||
6204 | 2006-10-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
6205 | |||
6206 | * THANKS.in, plugins/check_snmp.c: type variable not cleared in Sol | ||
6207 | 10 (Kyle Tucker) git-svn-id: | ||
6208 | |||
6209 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1503 f882894a-f735-0410-b71e-b25c423dba1c | ||
6210 | |||
6211 | 2006-10-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
6212 | |||
6213 | * THANKS.in, plugins/check_http.c, plugins/t/check_http.t: | ||
6214 | Redirection error if other headers beginning with L (Aravind | ||
6215 | Gottipati - 1562572) git-svn-id: | ||
6216 | |||
6217 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1502 f882894a-f735-0410-b71e-b25c423dba1c | ||
6218 | |||
6219 | 2006-10-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
6220 | |||
6221 | * THANKS.in, plugins-scripts/utils.pm.in: Allow hostnames beginning | ||
6222 | with digits (O'Shaughnessy Evans - 1567390) git-svn-id: | ||
6223 | |||
6224 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1501 f882894a-f735-0410-b71e-b25c423dba1c | ||
6225 | |||
6226 | 2006-10-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
6227 | |||
6228 | * plugins/t/check_smtp.t: Added tests for SMTP servers without TLS | ||
6229 | and with TLS git-svn-id: | ||
6230 | |||
6231 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1500 f882894a-f735-0410-b71e-b25c423dba1c | ||
6232 | |||
6233 | 2006-10-19 Benoit Mortier <opensides@users.sourceforge.net> | ||
6234 | |||
6235 | * plugins/check_apt.c, plugins/check_by_ssh.c, plugins/check_dig.c, | ||
6236 | plugins/check_dns.c, plugins/check_dummy.c, plugins/check_fping.c, | ||
6237 | plugins/check_game.c, plugins/check_hpjd.c, plugins/check_http.c, | ||
6238 | plugins/check_ide_smart.c, plugins/check_ldap.c, | ||
6239 | plugins/check_load.c, plugins/check_mrtg.c, | ||
6240 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
6241 | plugins/check_mysql_query.c, plugins/check_nagios.c, | ||
6242 | plugins/check_nt.c, plugins/check_ntp.c, plugins/check_nwstat.c, | ||
6243 | plugins/check_overcr.c, plugins/check_pgsql.c, | ||
6244 | plugins/check_ping.c, plugins/check_procs.c: first pass at cleaning | ||
6245 | localization for new release first pass at making all the headre be | ||
6246 | the same licence, plugin, etc... git-svn-id: | ||
6247 | |||
6248 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1499 f882894a-f735-0410-b71e-b25c423dba1c | ||
6249 | |||
6250 | 2006-10-18 Ton Voon <tonvoon@users.sourceforge.net> | ||
6251 | |||
6252 | * plugins/check_disk.c, plugins/t/check_disk.t: Re-added perf data | ||
6253 | to check_disk git-svn-id: | ||
6254 | |||
6255 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1498 f882894a-f735-0410-b71e-b25c423dba1c | ||
6256 | |||
6257 | 2006-10-18 Ton Voon <tonvoon@users.sourceforge.net> | ||
6258 | |||
6259 | * lib/tests/test_disk.c, lib/utils_disk.h: Fix tests for exact | ||
6260 | matches when searching filesystems git-svn-id: | ||
6261 | |||
6262 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1497 f882894a-f735-0410-b71e-b25c423dba1c | ||
6263 | |||
6264 | 2006-10-18 Ton Voon <tonvoon@users.sourceforge.net> | ||
6265 | |||
6266 | * lib/utils_base.c, lib/utils_base.h: Cater for different errors | ||
6267 | when setting thresholds git-svn-id: | ||
6268 | |||
6269 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1496 f882894a-f735-0410-b71e-b25c423dba1c | ||
6270 | |||
6271 | 2006-10-12 Ton Voon <tonvoon@users.sourceforge.net> | ||
6272 | |||
6273 | * plugins/check_smtp.c, plugins/t/check_smtp.t: Resend EHLO after | ||
6274 | TLS negotiation as per RFC3207 (Holger Weiss - 1482832) git-svn-id: | ||
6275 | |||
6276 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1493 f882894a-f735-0410-b71e-b25c423dba1c | ||
6277 | |||
6278 | 2006-10-12 Ton Voon <tonvoon@users.sourceforge.net> | ||
6279 | |||
6280 | * plugins/check_ntp.c: Removed extraneous comma in perf data output git-svn-id: | ||
6281 | |||
6282 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1492 f882894a-f735-0410-b71e-b25c423dba1c | ||
6283 | |||
6284 | 2006-10-12 Ton Voon <tonvoon@users.sourceforge.net> | ||
6285 | |||
6286 | * plugins/check_disk.c, plugins/t/check_disk.t: Remove the "- free | ||
6287 | space" if status is OK git-svn-id: | ||
6288 | |||
6289 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1491 f882894a-f735-0410-b71e-b25c423dba1c | ||
6290 | |||
6291 | 2006-10-12 Ton Voon <tonvoon@users.sourceforge.net> | ||
6292 | |||
6293 | * NPTest.pm, THANKS.in, plugins/check_disk.c, | ||
6294 | plugins/t/check_disk.t: Fixed output from -e in check_disk (Andreas | ||
6295 | Behal) git-svn-id: | ||
6296 | |||
6297 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1490 f882894a-f735-0410-b71e-b25c423dba1c | ||
6298 | |||
6299 | 2006-10-02 Ton Voon <tonvoon@users.sourceforge.net> | ||
6300 | |||
6301 | * plugins/t/check_load.t: Fix test failure on poseidon git-svn-id: | ||
6302 | |||
6303 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1487 f882894a-f735-0410-b71e-b25c423dba1c | ||
6304 | |||
6305 | 2006-09-21 Ton Voon <tonvoon@users.sourceforge.net> | ||
6306 | |||
6307 | * THANKS.in, plugins/check_nwstat.c: Added perfdata for most | ||
6308 | variables and new parameters: VMU, VMF, VMP, NRMH, NRMP, NRMM, NRMS, | ||
6309 | NSS1 to NSS7 (Christian Mies) git-svn-id: | ||
6310 | |||
6311 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1480 f882894a-f735-0410-b71e-b25c423dba1c | ||
6312 | |||
6313 | 2006-09-02 M. Sean Finney <seanius@users.sourceforge.net> | ||
6314 | |||
6315 | * lib/utils_base.h, plugins/utils.h: - explicitly include utils_base.h from utils.h - put utils.h inside of an #ifndef/#endif git-svn-id: | ||
6316 | |||
6317 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1474 f882894a-f735-0410-b71e-b25c423dba1c | ||
6318 | |||
6319 | 2006-09-02 M. Sean Finney <seanius@users.sourceforge.net> | ||
6320 | |||
6321 | * plugins/check_tcp.c: - fix for warning/critical timeouts in check_tcp.c, in which the | ||
6322 | plugin would exit with a usage error if non-int timeouts were | ||
6323 | passed. - change --warning-time/--critical-time to just | ||
6324 | --warning/--critical, as it's what --help says. git-svn-id: | ||
6325 | |||
6326 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1473 f882894a-f735-0410-b71e-b25c423dba1c | ||
6327 | |||
6328 | 2006-08-14 Ton Voon <tonvoon@users.sourceforge.net> | ||
6329 | |||
6330 | * THANKS.in, plugins/check_disk.c: Fixed inode percent free output | ||
6331 | (Mike Emigh - 1531899) git-svn-id: | ||
6332 | |||
6333 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1469 f882894a-f735-0410-b71e-b25c423dba1c | ||
6334 | |||
6335 | 2006-08-14 Ton Voon <tonvoon@users.sourceforge.net> | ||
6336 | |||
6337 | * plugins/t/check_ntp.t: Fixed skip of no ntp test git-svn-id: | ||
6338 | |||
6339 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1468 f882894a-f735-0410-b71e-b25c423dba1c | ||
6340 | |||
6341 | 2006-08-11 Ton Voon <tonvoon@users.sourceforge.net> | ||
6342 | |||
6343 | * plugins/check_ntp.c, plugins/t/check_ntp.t: Catch no responses | ||
6344 | from any server (1538341 - nmdias) git-svn-id: | ||
6345 | |||
6346 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1467 f882894a-f735-0410-b71e-b25c423dba1c | ||
6347 | |||
6348 | 2006-08-03 Ton Voon <tonvoon@users.sourceforge.net> | ||
6349 | |||
6350 | * tools/tinderbox_build: Interpret the snapshot datestamp as GMT git-svn-id: | ||
6351 | |||
6352 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1465 f882894a-f735-0410-b71e-b25c423dba1c | ||
6353 | |||
6354 | 2006-07-31 Harper Mann <harpermann@users.sourceforge.net> | ||
6355 | |||
6356 | * plugins/check_nt.c: Bug: 694259 fix. After consulting with the | ||
6357 | target service authors, we decided to keep the default port as 1248 | ||
6358 | and add a note about other services sometimes using this port and | ||
6359 | suggesting to change the port. Closing bug. git-svn-id: | ||
6360 | |||
6361 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1464 f882894a-f735-0410-b71e-b25c423dba1c | ||
6362 | |||
6363 | 2006-07-31 Ton Voon <tonvoon@users.sourceforge.net> | ||
6364 | |||
6365 | * doc/developer-guidelines.sgml: M4 requirement for developer | ||
6366 | platform git-svn-id: | ||
6367 | |||
6368 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1463 f882894a-f735-0410-b71e-b25c423dba1c | ||
6369 | |||
6370 | 2006-07-29 Ton Voon <tonvoon@users.sourceforge.net> | ||
6371 | |||
6372 | * plugins-root/check_dhcp.c, plugins/common.h: Fix two Solaris | ||
6373 | compile problems git-svn-id: | ||
6374 | |||
6375 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1462 f882894a-f735-0410-b71e-b25c423dba1c | ||
6376 | |||
6377 | 2006-07-29 Ton Voon <tonvoon@users.sourceforge.net> | ||
6378 | |||
6379 | * po/POTFILES.in: Remove reference to check_udp.c git-svn-id: | ||
6380 | |||
6381 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1461 f882894a-f735-0410-b71e-b25c423dba1c | ||
6382 | |||
6383 | 2006-07-28 Ton Voon <tonvoon@users.sourceforge.net> | ||
6384 | |||
6385 | * configure.in, plugins-scripts/Makefile.am, plugins/Makefile.am: | ||
6386 | Cleanup references to old check_udp and INSTALL_OPTS. Error if | ||
6387 | --with-nagios-user or --with-nagios-group specified for configure git-svn-id: | ||
6388 | |||
6389 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1460 f882894a-f735-0410-b71e-b25c423dba1c | ||
6390 | |||
6391 | 2006-07-28 Ton Voon <tonvoon@users.sourceforge.net> | ||
6392 | |||
6393 | * CHANGES, plugins/Makefile.am, plugins/check_udp.c, | ||
6394 | plugins/t/check_udp.t: check_udp.c deprecated and check_udp now | ||
6395 | linked to check_tcp. check_udp2 removed git-svn-id: | ||
6396 | |||
6397 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1459 f882894a-f735-0410-b71e-b25c423dba1c | ||
6398 | |||
6399 | 2006-07-27 Ton Voon <tonvoon@users.sourceforge.net> | ||
6400 | |||
6401 | * doc/developer-guidelines.sgml: Example ranges (Nathan Vonnahme) git-svn-id: | ||
6402 | |||
6403 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1458 f882894a-f735-0410-b71e-b25c423dba1c | ||
6404 | |||
6405 | 2006-07-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
6406 | |||
6407 | * THANKS.in, configure.in: Stricter autoconf 2.60 rules (Lance | ||
6408 | Albertson - 1522900) git-svn-id: | ||
6409 | |||
6410 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1457 f882894a-f735-0410-b71e-b25c423dba1c | ||
6411 | |||
6412 | 2006-07-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
6413 | |||
6414 | * plugins/common.h: Fix to add uintmax_t, for check_disk.c compile git-svn-id: | ||
6415 | |||
6416 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1456 f882894a-f735-0410-b71e-b25c423dba1c | ||
6417 | |||
6418 | 2006-07-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
6419 | |||
6420 | * plugins/common.h: Fix for CHAR_MAX on Solaris 9 git-svn-id: | ||
6421 | |||
6422 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1455 f882894a-f735-0410-b71e-b25c423dba1c | ||
6423 | |||
6424 | 2006-07-14 Ton Voon <tonvoon@users.sourceforge.net> | ||
6425 | |||
6426 | * lib/Makefile.am, lib/utils_base.c: Missing header files git-svn-id: | ||
6427 | |||
6428 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1454 f882894a-f735-0410-b71e-b25c423dba1c | ||
6429 | |||
6430 | 2006-07-14 Ton Voon <tonvoon@users.sourceforge.net> | ||
6431 | |||
6432 | * plugins/check_disk.c: Fix inode percents using coreutils' | ||
6433 | percentage calculation technique git-svn-id: | ||
6434 | |||
6435 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1453 f882894a-f735-0410-b71e-b25c423dba1c | ||
6436 | |||
6437 | 2006-07-13 Ton Voon <tonvoon@users.sourceforge.net> | ||
6438 | |||
6439 | * CHANGES, lib/tests/test_utils.c, lib/utils_base.c, | ||
6440 | lib/utils_base.h, lib/utils_disk.c, lib/utils_disk.h, | ||
6441 | plugins/check_disk.c, plugins/t/check_disk.t: Major fixes to | ||
6442 | check_disk. Now should return same data as df git-svn-id: | ||
6443 | |||
6444 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1452 f882894a-f735-0410-b71e-b25c423dba1c | ||
6445 | |||
6446 | 2006-07-13 Ton Voon <tonvoon@users.sourceforge.net> | ||
6447 | |||
6448 | * Makefile.am, configure.in, lib/Makefile.am, lib/tests/.cvsignore, | ||
6449 | lib/tests/Makefile.am, lib/tests/README, lib/tests/test_disk.c, | ||
6450 | lib/tests/test_disk.t, lib/tests/test_utils.c, | ||
6451 | lib/tests/test_utils.t, plugins/Makefile.am, plugins/check_disk.c, | ||
6452 | plugins/check_dns.c, plugins/check_mysql.c, | ||
6453 | plugins/check_mysql_query.c, plugins/tests/.cvsignore, | ||
6454 | plugins/tests/Makefile.am, plugins/tests/README, | ||
6455 | plugins/tests/test_disk.c, plugins/tests/test_disk.t, | ||
6456 | plugins/tests/test_utils.c, plugins/tests/test_utils.t, | ||
6457 | plugins/utils.c, plugins/utils.h, plugins/utils_disk.c, | ||
6458 | plugins/utils_disk.h: Move new util_* functions to lib/ git-svn-id: | ||
6459 | |||
6460 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1451 f882894a-f735-0410-b71e-b25c423dba1c | ||
6461 | |||
6462 | 2006-07-13 Ton Voon <tonvoon@users.sourceforge.net> | ||
6463 | |||
6464 | * configure.in, lib/basename.c, lib/dirname.h, m4/basename.m4, | ||
6465 | m4/dos.m4, m4/np_coreutils.m4, plugins/check_procs.c, | ||
6466 | plugins/utils.c, plugins/utils.h: Using coreutils' base_name | ||
6467 | function because of portability issues with Tru64 git-svn-id: | ||
6468 | |||
6469 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1450 f882894a-f735-0410-b71e-b25c423dba1c | ||
6470 | |||
6471 | 2006-07-12 Ton Voon <tonvoon@users.sourceforge.net> | ||
6472 | |||
6473 | * plugins/check_disk.c, plugins/t/check_disk.t, | ||
6474 | plugins/utils_disk.c, plugins/utils_disk.h: Added -E option for | ||
6475 | exact match of filesystem. Restructured main filesystem loop. Added | ||
6476 | extra tests for possible duplicate filesystems. git-svn-id: | ||
6477 | |||
6478 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1449 f882894a-f735-0410-b71e-b25c423dba1c | ||
6479 | |||
6480 | 2006-07-12 Ton Voon <tonvoon@users.sourceforge.net> | ||
6481 | |||
6482 | * plugins/check_disk.c, plugins/tests/.cvsignore, | ||
6483 | plugins/tests/test_disk.c, plugins/utils_disk.c, | ||
6484 | plugins/utils_disk.h: Moving parameter_list into utils_disk.h. Given | ||
6485 | list of mount points, can now work out best match or exact match. git-svn-id: | ||
6486 | |||
6487 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1448 f882894a-f735-0410-b71e-b25c423dba1c | ||
6488 | |||
6489 | 2006-07-12 Ton Voon <tonvoon@users.sourceforge.net> | ||
6490 | |||
6491 | * plugins/Makefile.am, plugins/check_disk.c, | ||
6492 | plugins/tests/Makefile.am, plugins/tests/test_disk.c, | ||
6493 | plugins/tests/test_disk.t, plugins/utils_disk.c, | ||
6494 | plugins/utils_disk.h: Moving check_disk functions into utils_disk.c | ||
6495 | and testing them git-svn-id: | ||
6496 | |||
6497 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1447 f882894a-f735-0410-b71e-b25c423dba1c | ||
6498 | |||
6499 | 2006-07-11 Ton Voon <tonvoon@users.sourceforge.net> | ||
6500 | |||
6501 | * lib/creat-safer.c, lib/dup-safer.c, lib/fcntl--.h, | ||
6502 | lib/fcntl-safer.h, lib/fd-safer.c, lib/open-safer.c, | ||
6503 | lib/pipe-safer.c, lib/unistd--.h, lib/unistd-safer.h, | ||
6504 | m4/fcntl-safer.m4, m4/np_coreutils.m4, m4/unistd-safer.m4: Extra | ||
6505 | files from coreutils required for getloadavg.c to compile on Tru64 | ||
6506 | (Ciro Iriarte - 1520331) git-svn-id: | ||
6507 | |||
6508 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1446 f882894a-f735-0410-b71e-b25c423dba1c | ||
6509 | |||
6510 | 2006-07-10 Ton Voon <tonvoon@users.sourceforge.net> | ||
6511 | |||
6512 | * lib/Makefile.am: Didn't add intprops.h into distribution correctly git-svn-id: | ||
6513 | |||
6514 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1445 f882894a-f735-0410-b71e-b25c423dba1c | ||
6515 | |||
6516 | 2006-07-07 Harper Mann <harpermann@users.sourceforge.net> | ||
6517 | |||
6518 | * plugins/urlize.c: Added check for two arguments. Was segfaulting | ||
6519 | if no or one arg. Now returns help. git-svn-id: | ||
6520 | |||
6521 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1444 f882894a-f735-0410-b71e-b25c423dba1c | ||
6522 | |||
6523 | 2006-07-05 Ton Voon <tonvoon@users.sourceforge.net> | ||
6524 | |||
6525 | * plugins-scripts/check_mailq.pl: Fixed checking of return codes | ||
6526 | from external mailq programs git-svn-id: | ||
6527 | |||
6528 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1443 f882894a-f735-0410-b71e-b25c423dba1c | ||
6529 | |||
6530 | 2006-07-05 Ton Voon <tonvoon@users.sourceforge.net> | ||
6531 | |||
6532 | * tools/tinderbox_build: Add instructions for manually sending | ||
6533 | Tinderbox build logs git-svn-id: | ||
6534 | |||
6535 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1442 f882894a-f735-0410-b71e-b25c423dba1c | ||
6536 | |||
6537 | 2006-07-05 Ton Voon <tonvoon@users.sourceforge.net> | ||
6538 | |||
6539 | * lib/Makefile.am, lib/intprops.h: Missing intprops.h for Tru64 | ||
6540 | (Ciro Iriarte - 1517379) git-svn-id: | ||
6541 | |||
6542 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1441 f882894a-f735-0410-b71e-b25c423dba1c | ||
6543 | |||
6544 | 2006-07-04 Ton Voon <tonvoon@users.sourceforge.net> | ||
6545 | |||
6546 | * THANKS.in, m4/alloca.m4, m4/np_coreutils.m4: Added alloca.h check | ||
6547 | and fixed locale.h, wchar.h (Ari Pollak - 1516578) git-svn-id: | ||
6548 | |||
6549 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1440 f882894a-f735-0410-b71e-b25c423dba1c | ||
6550 | |||
6551 | 2006-07-03 Ton Voon <tonvoon@users.sourceforge.net> | ||
6552 | |||
6553 | * plugins/check_dig.c: Fixed -p getopt call (Allan Bennett - | ||
6554 | 1511650) git-svn-id: | ||
6555 | |||
6556 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1439 f882894a-f735-0410-b71e-b25c423dba1c | ||
6557 | |||
6558 | 2006-07-03 Ton Voon <tonvoon@users.sourceforge.net> | ||
6559 | |||
6560 | * THANKS.in, lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, | ||
6561 | m4/c-strtod.m4, m4/np_coreutils.m4, plugins/Makefile.am: Fixed | ||
6562 | compile on Tru64 5.1b (Ciro Iriarte - 1515435) git-svn-id: | ||
6563 | |||
6564 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1438 f882894a-f735-0410-b71e-b25c423dba1c | ||
6565 | |||
6566 | 2006-06-21 Benoit Mortier <opensides@users.sourceforge.net> | ||
6567 | |||
6568 | * plugins/check_snmp.c, plugins/check_ssh.c: cleaning help and usage git-svn-id: | ||
6569 | |||
6570 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1437 f882894a-f735-0410-b71e-b25c423dba1c | ||
6571 | |||
6572 | 2006-06-21 Benoit Mortier <opensides@users.sourceforge.net> | ||
6573 | |||
6574 | * po/LINGUAS: fixing bug id #1509699 git-svn-id: | ||
6575 | |||
6576 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1436 f882894a-f735-0410-b71e-b25c423dba1c | ||
6577 | |||
6578 | 2006-06-20 Benoit Mortier <opensides@users.sourceforge.net> | ||
6579 | |||
6580 | * plugins/check_procs.c, plugins/check_radius.c, | ||
6581 | plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c, | ||
6582 | plugins/check_ssh.c: cleaning help and usage + license git-svn-id: | ||
6583 | |||
6584 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1435 f882894a-f735-0410-b71e-b25c423dba1c | ||
6585 | |||
6586 | 2006-06-18 Benoit Mortier <opensides@users.sourceforge.net> | ||
6587 | |||
6588 | * plugins/check_disk.c, plugins/check_time.c, plugins/check_udp.c, | ||
6589 | plugins/check_ups.c, plugins/check_users.c, | ||
6590 | plugins/gethostbyname.c, plugins/gethostbyname.h, plugins/negate.c, | ||
6591 | plugins/netutils.c, plugins/popen.c, plugins/runcmd.c, | ||
6592 | plugins/sslutils.c, plugins/urlize.c, plugins/utils.c: updating help | ||
6593 | and usage and license git-svn-id: | ||
6594 | |||
6595 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1434 f882894a-f735-0410-b71e-b25c423dba1c | ||
6596 | |||
6597 | 2006-06-17 Benoit Mortier <opensides@users.sourceforge.net> | ||
6598 | |||
6599 | * plugins/check_hpjd.c, plugins/check_nt.c, plugins/check_ntp.c, | ||
6600 | plugins/check_nwstat.c, plugins/check_overcr.c, | ||
6601 | plugins/check_pgsql.c, plugins/check_ping.c, plugins/check_procs.c: | ||
6602 | cleaning up help and usage git-svn-id: | ||
6603 | |||
6604 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1433 f882894a-f735-0410-b71e-b25c423dba1c | ||
6605 | |||
6606 | 2006-06-15 Benoit Mortier <opensides@users.sourceforge.net> | ||
6607 | |||
6608 | * plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c, | ||
6609 | plugins/check_mysql.c, plugins/check_mysql_query.c, | ||
6610 | plugins/check_nagios.c: cleaning help and usage git-svn-id: | ||
6611 | |||
6612 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1432 f882894a-f735-0410-b71e-b25c423dba1c | ||
6613 | |||
6614 | 2006-06-15 Benoit Mortier <opensides@users.sourceforge.net> | ||
6615 | |||
6616 | * plugins/check_ide_smart.c: cleaning help and usage git-svn-id: | ||
6617 | |||
6618 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1430 f882894a-f735-0410-b71e-b25c423dba1c | ||
6619 | |||
6620 | 2006-06-14 Benoit Mortier <opensides@users.sourceforge.net> | ||
6621 | |||
6622 | * plugins/check_dns.c, plugins/check_dummy.c, | ||
6623 | plugins/check_fping.c, plugins/check_game.c: updating the help and | ||
6624 | usage for localization git-svn-id: | ||
6625 | |||
6626 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1427 f882894a-f735-0410-b71e-b25c423dba1c | ||
6627 | |||
6628 | 2006-06-14 Ton Voon <tonvoon@users.sourceforge.net> | ||
6629 | |||
6630 | * INSTALLING, doc/developer-guidelines.sgml: Updated requirements | ||
6631 | for development platform git-svn-id: | ||
6632 | |||
6633 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1426 f882894a-f735-0410-b71e-b25c423dba1c | ||
6634 | |||
6635 | 2006-06-14 Benoit Mortier <opensides@users.sourceforge.net> | ||
6636 | |||
6637 | * plugins/check_by_ssh.c, plugins/check_dig.c, plugins/check_disk.c: | ||
6638 | starting the BIG locale update ;-) git-svn-id: | ||
6639 | |||
6640 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1425 f882894a-f735-0410-b71e-b25c423dba1c | ||
6641 | |||
6642 | 2006-06-07 M. Sean Finney <seanius@users.sourceforge.net> | ||
6643 | |||
6644 | * contrib/check_linux_raid.pl: some gratuitous whitespace changes, | ||
6645 | and a fix to the "recovery =" detection logic in check_linux_raid.pl git-svn-id: | ||
6646 | |||
6647 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1418 f882894a-f735-0410-b71e-b25c423dba1c | ||
6648 | |||
6649 | 2006-06-07 M. Sean Finney <seanius@users.sourceforge.net> | ||
6650 | |||
6651 | * plugins-scripts/utils.pm.in: removed stale references to | ||
6652 | PATH_TO_NTPFOO, as it's no longer used. git-svn-id: | ||
6653 | |||
6654 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1417 f882894a-f735-0410-b71e-b25c423dba1c | ||
6655 | |||
6656 | 2006-06-07 Ton Voon <tonvoon@users.sourceforge.net> | ||
6657 | |||
6658 | * plugins-root/Makefile.am: Do not install setuid programs unless | ||
6659 | run as root git-svn-id: | ||
6660 | |||
6661 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1416 f882894a-f735-0410-b71e-b25c423dba1c | ||
6662 | |||
6663 | 2006-06-07 Ton Voon <tonvoon@users.sourceforge.net> | ||
6664 | |||
6665 | * plugins-root/Makefile.am, tools/setup: Fixed two build problems | ||
6666 | re: libtool and pst3 git-svn-id: | ||
6667 | |||
6668 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1415 f882894a-f735-0410-b71e-b25c423dba1c | ||
6669 | |||
6670 | 2006-06-06 M. Sean Finney <seanius@users.sourceforge.net> | ||
6671 | |||
6672 | * plugins/check_pgsql.c: modify the is_pg_dbname() function to allow | ||
6673 | databases with '-' in their name. reference: sf tracker #1500752 git-svn-id: | ||
6674 | |||
6675 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1414 f882894a-f735-0410-b71e-b25c423dba1c | ||
6676 | |||
6677 | 2006-06-03 M. Sean Finney <seanius@users.sourceforge.net> | ||
6678 | |||
6679 | * configure.in: removed the -R for openssl, as it should be figured | ||
6680 | out automatically by libtool and also controlled via the | ||
6681 | --enable-rpath/--disable-rpath configure options. furthermore | ||
6682 | keeping it in forces the rpath option on in spite of what's passed | ||
6683 | on the configure line. git-svn-id: | ||
6684 | |||
6685 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1413 f882894a-f735-0410-b71e-b25c423dba1c | ||
6686 | |||
6687 | 2006-06-01 M. Sean Finney <seanius@users.sourceforge.net> | ||
6688 | |||
6689 | * contrib/check_linux_raid.pl: gave some TLC to check_linux_raid git-svn-id: | ||
6690 | |||
6691 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1412 f882894a-f735-0410-b71e-b25c423dba1c | ||
6692 | |||
6693 | 2006-05-30 Ton Voon <tonvoon@users.sourceforge.net> | ||
6694 | |||
6695 | * configure.in: Default to search path for mysql_config git-svn-id: | ||
6696 | |||
6697 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1411 f882894a-f735-0410-b71e-b25c423dba1c | ||
6698 | |||
6699 | 2006-05-30 Ton Voon <tonvoon@users.sourceforge.net> | ||
6700 | |||
6701 | * THANKS.in: For reporting check_radius compile problem git-svn-id: | ||
6702 | |||
6703 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1410 f882894a-f735-0410-b71e-b25c423dba1c | ||
6704 | |||
6705 | 2006-05-30 Ton Voon <tonvoon@users.sourceforge.net> | ||
6706 | |||
6707 | * .cvsignore, config.guess, config.sub, | ||
6708 | doc/developer-guidelines.sgml, ltmain.sh: Added libtool files, at | ||
6709 | version 1.5.22, into CVS git-svn-id: | ||
6710 | |||
6711 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1409 f882894a-f735-0410-b71e-b25c423dba1c | ||
6712 | |||
6713 | 2006-05-25 Ethan Galstad <egalstad@users.sourceforge.net> | ||
6714 | |||
6715 | * plugins-root/check_dhcp.c: Applied patch for responses from | ||
6716 | helpers/relays, cleaned up different coding styles for consistency git-svn-id: | ||
6717 | |||
6718 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1408 f882894a-f735-0410-b71e-b25c423dba1c | ||
6719 | |||
6720 | 2006-05-25 Ton Voon <tonvoon@users.sourceforge.net> | ||
6721 | |||
6722 | * : Removed unnecessary file git-svn-id: | ||
6723 | |||
6724 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1407 f882894a-f735-0410-b71e-b25c423dba1c | ||
6725 | |||
6726 | 2006-05-25 Ton Voon <tonvoon@users.sourceforge.net> | ||
6727 | |||
6728 | * configure.in, lib/Makefile.am, plugins/common.h: Gettext fixes to | ||
6729 | sync with coreutils git-svn-id: | ||
6730 | |||
6731 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1406 f882894a-f735-0410-b71e-b25c423dba1c | ||
6732 | |||
6733 | 2006-05-25 Ethan Galstad <egalstad@users.sourceforge.net> | ||
6734 | |||
6735 | * plugins-root/check_dhcp.c: Fixed short interface name length, | ||
6736 | UNKNOWN return code (patches from tracker) git-svn-id: | ||
6737 | |||
6738 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1405 f882894a-f735-0410-b71e-b25c423dba1c | ||
6739 | |||
6740 | 2006-05-25 Ton Voon <tonvoon@users.sourceforge.net> | ||
6741 | |||
6742 | * plugins/check_http.c, plugins/t/check_http.t: Option to invert | ||
6743 | results from a regexp pattern match git-svn-id: | ||
6744 | |||
6745 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1404 f882894a-f735-0410-b71e-b25c423dba1c | ||
6746 | |||
6747 | 2006-05-25 Ton Voon <tonvoon@users.sourceforge.net> | ||
6748 | |||
6749 | * configure.in, lib/.cvsignore, lib/regcomp.c, lib/regex.c, | ||
6750 | lib/regex.h, lib/regex_internal.c, lib/regex_internal.h, | ||
6751 | lib/regexec.c, lib/strcase.h, m4/.cvsignore, m4/np_coreutils.m4, | ||
6752 | m4/regex.m4, m4/restrict.m4, plugins/check_apt.c, | ||
6753 | plugins/check_http.c, plugins/check_smtp.c, plugins/check_snmp.c: | ||
6754 | Use coreutils' regexp libraries, so regexp always available now git-svn-id: | ||
6755 | |||
6756 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1403 f882894a-f735-0410-b71e-b25c423dba1c | ||
6757 | |||
6758 | 2006-05-25 Ton Voon <tonvoon@users.sourceforge.net> | ||
6759 | |||
6760 | * m4/ls-mntd-fs.m4: Sync with coreutils 5.96 git-svn-id: | ||
6761 | |||
6762 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1402 f882894a-f735-0410-b71e-b25c423dba1c | ||
6763 | |||
6764 | 2006-05-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
6765 | |||
6766 | * THANKS.in, configure.in: Fix for mysql 3.x (Jeremy Reed, Michael | ||
6767 | Tiernan - 1491936) git-svn-id: | ||
6768 | |||
6769 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1401 f882894a-f735-0410-b71e-b25c423dba1c | ||
6770 | |||
6771 | 2006-05-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
6772 | |||
6773 | * doc/developer-guidelines.sgml: Reminder of no inline variable | ||
6774 | declarations git-svn-id: | ||
6775 | |||
6776 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1400 f882894a-f735-0410-b71e-b25c423dba1c | ||
6777 | |||
6778 | 2006-05-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
6779 | |||
6780 | * plugins/check_snmp.c: Variables need to be declared at top of code | ||
6781 | for better portability (Gerhard Lausser) git-svn-id: | ||
6782 | |||
6783 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1399 f882894a-f735-0410-b71e-b25c423dba1c | ||
6784 | |||
6785 | 2006-05-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
6786 | |||
6787 | * configure.in, doc/developer-guidelines.sgml: Requirement of | ||
6788 | automake 1.8.3, as coreutils needs it git-svn-id: | ||
6789 | |||
6790 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1398 f882894a-f735-0410-b71e-b25c423dba1c | ||
6791 | |||
6792 | 2006-05-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
6793 | |||
6794 | * .cvsignore, config.rpath, mkinstalldirs, po/.cvsignore, | ||
6795 | po/remove-potcdate.sin: Adding more required files from gettext git-svn-id: | ||
6796 | |||
6797 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1397 f882894a-f735-0410-b71e-b25c423dba1c | ||
6798 | |||
6799 | 2006-05-18 Ton Voon <tonvoon@users.sourceforge.net> | ||
6800 | |||
6801 | * tools/setup: Bug in Makefile.am creation git-svn-id: | ||
6802 | |||
6803 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1396 f882894a-f735-0410-b71e-b25c423dba1c | ||
6804 | |||
6805 | 2006-05-18 Ton Voon <tonvoon@users.sourceforge.net> | ||
6806 | |||
6807 | * .cvsignore, ABOUT-NLS, m4/Makefile.am, m4/Makefile.am.in, | ||
6808 | po/.cvsignore, po/Makefile.in.in, tools/setup: Fixes from coreutils | ||
6809 | sync: some files now required and removed generateable files git-svn-id: | ||
6810 | |||
6811 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1395 f882894a-f735-0410-b71e-b25c423dba1c | ||
6812 | |||
6813 | 2006-05-18 Ton Voon <tonvoon@users.sourceforge.net> | ||
6814 | |||
6815 | * .cvsignore, Makefile.am, configure.in, | ||
6816 | doc/developer-guidelines.sgml, lib/Makefile.am, lib/cloexec.c, | ||
6817 | lib/cloexec.h, lib/error.c, lib/error.h, lib/exit.h, | ||
6818 | lib/exitfail.c, lib/exitfail.h, lib/fsusage.c, lib/fsusage.h, | ||
6819 | lib/full-read.c, lib/full-read.h, lib/full-write.c, | ||
6820 | lib/full-write.h, lib/getloadavg.c, lib/getopt.c, lib/getopt.h, | ||
6821 | lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/gettext.h, | ||
6822 | lib/malloc.c, lib/mountlist.c, lib/mountlist.h, lib/realloc.c, | ||
6823 | lib/safe-read.c, lib/safe-read.h, lib/safe-write.c, | ||
6824 | lib/safe-write.h, lib/stdbool_.h, lib/strtod.c, lib/unlocked-io.h, | ||
6825 | lib/xalloc-die.c, lib/xalloc.h, lib/xmalloc.c, m4/.cvsignore, | ||
6826 | m4/Makefile.am, m4/afs.m4, m4/codeset.m4, m4/error.m4, | ||
6827 | m4/exitfail.m4, m4/extensions.m4, m4/fstypename.m4, m4/fsusage.m4, | ||
6828 | m4/getopt.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4, | ||
6829 | m4/intdiv0.m4, m4/inttypes-pri.m4, m4/inttypes.m4, | ||
6830 | m4/inttypes_h.m4, m4/isc-posix.m4, m4/lcmessage.m4, m4/lib-ld.m4, | ||
6831 | m4/lib-link.m4, m4/lib-prefix.m4, m4/longdouble.m4, m4/longlong.m4, | ||
6832 | m4/ls-mntd-fs.m4, m4/malloc.m4, m4/mountlist.m4, m4/nls.m4, | ||
6833 | m4/np_coreutils.m4, m4/onceonly.m4, m4/onceonly_2_57.m4, m4/po.m4, | ||
6834 | m4/progtest.m4, m4/realloc.m4, m4/signed.m4, m4/stdbool.m4, | ||
6835 | m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4, | ||
6836 | m4/unlocked-io.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xalloc.m4, | ||
6837 | plugins-root/.cvsignore, plugins-root/check_dhcp.c, | ||
6838 | plugins/.cvsignore, plugins/check_disk.c, plugins/common.h, | ||
6839 | plugins/tests/.cvsignore, po/.cvsignore, tools/setup: Synchronise | ||
6840 | with coreutils 2.95. Gettext now synced with coreutils, so no longer | ||
6841 | development platform requirement git-svn-id: | ||
6842 | |||
6843 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1394 f882894a-f735-0410-b71e-b25c423dba1c | ||
6844 | |||
6845 | 2006-05-17 Ton Voon <tonvoon@users.sourceforge.net> | ||
6846 | |||
6847 | * configure.in: Fix for loading SSL libraries at runtime git-svn-id: | ||
6848 | |||
6849 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1393 f882894a-f735-0410-b71e-b25c423dba1c | ||
6850 | |||
6851 | 2006-05-17 Ton Voon <tonvoon@users.sourceforge.net> | ||
6852 | |||
6853 | * configure.in, plugins-root/Makefile.am: Fix compile problems on | ||
6854 | Solaris for pst3 and ssl libs git-svn-id: | ||
6855 | |||
6856 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1392 f882894a-f735-0410-b71e-b25c423dba1c | ||
6857 | |||
6858 | 2006-05-15 Ton Voon <tonvoon@users.sourceforge.net> | ||
6859 | |||
6860 | * CHANGES, contrib/check_disk_snmp.pl: check_disk_snmp.pl removed. | ||
6861 | Notice added to CHANGES git-svn-id: | ||
6862 | |||
6863 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1391 f882894a-f735-0410-b71e-b25c423dba1c | ||
6864 | |||
6865 | 2006-05-15 Ton Voon <tonvoon@users.sourceforge.net> | ||
6866 | |||
6867 | * tools/sfsnapshot: Changed snapshot generator due to cvs changes on | ||
6868 | SF git-svn-id: | ||
6869 | |||
6870 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1390 f882894a-f735-0410-b71e-b25c423dba1c | ||
6871 | |||
6872 | 2006-05-03 Ton Voon <tonvoon@users.sourceforge.net> | ||
6873 | |||
6874 | * doc/LEAVERS: Leavers process documented git-svn-id: | ||
6875 | |||
6876 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1389 f882894a-f735-0410-b71e-b25c423dba1c | ||
6877 | |||
6878 | 2006-05-02 Ton Voon <tonvoon@users.sourceforge.net> | ||
6879 | |||
6880 | * plugins/check_disk.c: Inode thresholds not always being | ||
6881 | initialised (James Fidell - 1476457) git-svn-id: | ||
6882 | |||
6883 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1388 f882894a-f735-0410-b71e-b25c423dba1c | ||
6884 | |||
6885 | 2006-05-02 Ton Voon <tonvoon@users.sourceforge.net> | ||
6886 | |||
6887 | * CHANGES: New check_ntp and check_apt plugins by Sean git-svn-id: | ||
6888 | |||
6889 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1387 f882894a-f735-0410-b71e-b25c423dba1c | ||
6890 | |||
6891 | 2006-05-01 M. Sean Finney <seanius@users.sourceforge.net> | ||
6892 | |||
6893 | * configure.in, plugins-scripts/Makefile.am, plugins/Makefile.am, | ||
6894 | plugins/check_ntp.c, plugins/common.h, plugins/runcmd.c: - check_ntp: - now roughly feature-complete. - various bugfixes, esp. offset calculation. - enhanced the asynchronous offset polling to set requests that haven't recieved a response in >= 1 second to stale and | ||
6895 | retransmit them, which results in much better performance on | ||
6896 | unreliable networks. - we only spend timeout/2 seconds polling offsets, and if we don't | ||
6897 | get everything by that point we work with what we have and set | ||
6898 | status to warning/critical depending on how much data we have. - set the same defaults as the perl script. - commit changes to configure.in to support automatic building of | ||
6899 | check_apt (if apt-get is installed and regex libraries available) | ||
6900 | and check_ntp (unconditionally), now defaulting to check_ntp.c instead of the perl | ||
6901 | script. if this is an issue we can back out the commit of course. | ||
6902 | an eye should be kept on check_ntp building and running correctly in | ||
6903 | different environments, esp. 64-bit and big-endian platforms, and | ||
6904 | those with more "esoteric" API's (do any of the platforms not have | ||
6905 | poll()?). - similar changes to Makefile.am's. - common.h: add statement to include sys/poll.h - runcmd.c: exit STATE_UNKNOWN if execve() fails. git-svn-id: | ||
6906 | |||
6907 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1386 f882894a-f735-0410-b71e-b25c423dba1c | ||
6908 | |||
6909 | 2006-04-28 Ton Voon <tonvoon@users.sourceforge.net> | ||
6910 | |||
6911 | * configure.in: Remove stupid error where pst3 was always compiled git-svn-id: | ||
6912 | |||
6913 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1385 f882894a-f735-0410-b71e-b25c423dba1c | ||
6914 | |||
6915 | 2006-04-28 Ton Voon <tonvoon@users.sourceforge.net> | ||
6916 | |||
6917 | * configure.in, plugins-root/Makefile.am: Added pst3 into | ||
6918 | distribution (Jason Kau - 1476451) git-svn-id: | ||
6919 | |||
6920 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1384 f882894a-f735-0410-b71e-b25c423dba1c | ||
6921 | |||
6922 | 2006-04-27 Ton Voon <tonvoon@users.sourceforge.net> | ||
6923 | |||
6924 | * configure.in, plugins/check_procs.c, plugins/tests/test_utils.c, | ||
6925 | plugins/utils.c, plugins/utils.h: Internal version of basename if | ||
6926 | one not found in system git-svn-id: | ||
6927 | |||
6928 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1383 f882894a-f735-0410-b71e-b25c423dba1c | ||
6929 | |||
6930 | 2006-04-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
6931 | |||
6932 | * plugins/t/check_nagios.t: Fix check_nagios tests on MacOSX 10.4 git-svn-id: | ||
6933 | |||
6934 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1382 f882894a-f735-0410-b71e-b25c423dba1c | ||
6935 | |||
6936 | 2006-04-19 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
6937 | |||
6938 | * ChangeLog: ChangeLog update - release pending git-svn-id: | ||
6939 | |||
6940 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1380 f882894a-f735-0410-b71e-b25c423dba1c | ||
6941 | |||
6942 | 2006-04-19 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
6943 | |||
6944 | * configure.in, package.def: version update - release pending git-svn-id: | ||
6945 | |||
6946 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1379 f882894a-f735-0410-b71e-b25c423dba1c | ||
6947 | |||
6948 | 2006-04-17 Benoit Mortier <opensides@users.sourceforge.net> | ||
6949 | |||
6950 | * po/fr.po: Final commit of fr.po git-svn-id: | ||
6951 | |||
6952 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1378 f882894a-f735-0410-b71e-b25c423dba1c | ||
6953 | |||
6954 | 2006-04-17 Benoit Mortier <opensides@users.sourceforge.net> | ||
6955 | |||
6956 | * po/fr.po: another big chunk of fr.po Still 20 to go ;) git-svn-id: | ||
6957 | |||
6958 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1377 f882894a-f735-0410-b71e-b25c423dba1c | ||
6959 | |||
6960 | 2006-04-16 Benoit Mortier <opensides@users.sourceforge.net> | ||
6961 | |||
6962 | * po/fr.po: big revision of po file for 1.4.3 git-svn-id: | ||
6963 | |||
6964 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1376 f882894a-f735-0410-b71e-b25c423dba1c | ||
6965 | |||
6966 | 2006-04-15 Benoit Mortier <opensides@users.sourceforge.net> | ||
6967 | |||
6968 | * po/fr.po: second part of fr.po updating git-svn-id: | ||
6969 | |||
6970 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1375 f882894a-f735-0410-b71e-b25c423dba1c | ||
6971 | |||
6972 | 2006-04-14 Benoit Mortier <opensides@users.sourceforge.net> | ||
6973 | |||
6974 | * po/de.po, po/fr.po, po/nagios-plugins.pot: updated pot file sarted | ||
6975 | updating fr.po for nagios 1.4.3 git-svn-id: | ||
6976 | |||
6977 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1374 f882894a-f735-0410-b71e-b25c423dba1c | ||
6978 | |||
6979 | 2006-04-12 M. Sean Finney <seanius@users.sourceforge.net> | ||
6980 | |||
6981 | * plugins/check_ntp.c: the offset_requests are now parallelized. | ||
6982 | still stuff needs to be done (conveniently marked with XXX), but on | ||
6983 | well behaving networks the plugin should behave more or less | ||
6984 | identical to check_ntp.pl now. git-svn-id: | ||
6985 | |||
6986 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1373 f882894a-f735-0410-b71e-b25c423dba1c | ||
6987 | |||
6988 | 2006-04-12 M. Sean Finney <seanius@users.sourceforge.net> | ||
6989 | |||
6990 | * plugins/check_ntp.c: added a currently unused but "good for | ||
6991 | reference" version of offset_request which attempts to behave more | ||
6992 | like ntpdate, but this doesn't yet and the code isn't actually used | ||
6993 | yet. git-svn-id: | ||
6994 | |||
6995 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1372 f882894a-f735-0410-b71e-b25c423dba1c | ||
6996 | |||
6997 | 2006-04-11 M. Sean Finney <seanius@users.sourceforge.net> | ||
6998 | |||
6999 | * plugins/check_ntp.c: another big code-commit to check_ntp. jitter | ||
7000 | calculations now work, and the program is becoming much closer on | ||
7001 | the packet-for-packet level to how check_ntp.pl behaves. i'll send | ||
7002 | an email in the morning :) git-svn-id: | ||
7003 | |||
7004 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1371 f882894a-f735-0410-b71e-b25c423dba1c | ||
7005 | |||
7006 | 2006-04-06 Ton Voon <tonvoon@users.sourceforge.net> | ||
7007 | |||
7008 | * THANKS.in, plugins/utils.c: Stop coredump on Solaris if arg not | ||
7009 | specified (Jason Kau - 1465288) git-svn-id: | ||
7010 | |||
7011 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1370 f882894a-f735-0410-b71e-b25c423dba1c | ||
7012 | |||
7013 | 2006-04-05 Ton Voon <tonvoon@users.sourceforge.net> | ||
7014 | |||
7015 | * CHANGES: Notice added re: check_udp in next release git-svn-id: | ||
7016 | |||
7017 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1369 f882894a-f735-0410-b71e-b25c423dba1c | ||
7018 | |||
7019 | 2006-04-05 Ton Voon <tonvoon@users.sourceforge.net> | ||
7020 | |||
7021 | * plugins/check_procs.c: Use pid_t for pids (1463853) git-svn-id: | ||
7022 | |||
7023 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1368 f882894a-f735-0410-b71e-b25c423dba1c | ||
7024 | |||
7025 | 2006-04-05 Ton Voon <tonvoon@users.sourceforge.net> | ||
7026 | |||
7027 | * plugins/check_http.c, plugins/t/check_http.t: Allow multiple -k | ||
7028 | parameters (Gerd Mueller - 1457726) git-svn-id: | ||
7029 | |||
7030 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1367 f882894a-f735-0410-b71e-b25c423dba1c | ||
7031 | |||
7032 | 2006-04-05 M. Sean Finney <seanius@users.sourceforge.net> | ||
7033 | |||
7034 | * plugins/check_apt.c: finally??? cvs works again???? let me dig up | ||
7035 | my week-old cvs commit message..... i'm becoming very happy with check_apt now :) - now has support for an externally (configure.in) path to apt-get, though i still have that in #ifdefs for the time being. - support for defining what packages are "critical updates", via the already-existing security regexp or overridable on the cmdline - allow overriding of apt-get cmdline options - introduce a "no upgrade" in case someone just wants to check that they can download the package lists with -u but not check for | ||
7036 | upgrades. might need to change the name of this option to prevent | ||
7037 | confusion. - improved -h documentation git-svn-id: | ||
7038 | |||
7039 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1366 f882894a-f735-0410-b71e-b25c423dba1c | ||
7040 | |||
7041 | 2006-03-29 Ton Voon <tonvoon@users.sourceforge.net> | ||
7042 | |||
7043 | * THANKS.in, plugins/check_tcp.c, plugins/tests/test_utils.c, | ||
7044 | plugins/utils.c, plugins/utils.h: New function to for escaped | ||
7045 | strings from command line for send/quit. Adapted from Sebastian | ||
7046 | Wiesinger's patch (1292404) git-svn-id: | ||
7047 | |||
7048 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1365 f882894a-f735-0410-b71e-b25c423dba1c | ||
7049 | |||
7050 | 2006-03-29 Ton Voon <tonvoon@users.sourceforge.net> | ||
7051 | |||
7052 | * NPTest.pm: Will die if signal received from a testCmd git-svn-id: | ||
7053 | |||
7054 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1364 f882894a-f735-0410-b71e-b25c423dba1c | ||
7055 | |||
7056 | 2006-03-29 Ton Voon <tonvoon@users.sourceforge.net> | ||
7057 | |||
7058 | * plugins/t/check_udp.t: Allow 1 second delay in check_udp timeout git-svn-id: | ||
7059 | |||
7060 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1363 f882894a-f735-0410-b71e-b25c423dba1c | ||
7061 | |||
7062 | 2006-03-29 Ton Voon <tonvoon@users.sourceforge.net> | ||
7063 | |||
7064 | * plugins/t/check_http.t: Fix possible timeout issue on | ||
7065 | hostname_invalid git-svn-id: | ||
7066 | |||
7067 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1362 f882894a-f735-0410-b71e-b25c423dba1c | ||
7068 | |||
7069 | 2006-03-29 Ton Voon <tonvoon@users.sourceforge.net> | ||
7070 | |||
7071 | * plugins/t/check_dns.t: Fix test if response time is one second git-svn-id: | ||
7072 | |||
7073 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1361 f882894a-f735-0410-b71e-b25c423dba1c | ||
7074 | |||
7075 | 2006-03-29 M. Sean Finney <seanius@users.sourceforge.net> | ||
7076 | |||
7077 | * plugins/check_apt.c: now support for detecting critical/security | ||
7078 | updates, which sets the return code to STATE_CRITICAL instead of | ||
7079 | just STATE_WARNING as it was previously doing. git-svn-id: | ||
7080 | |||
7081 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1360 f882894a-f735-0410-b71e-b25c423dba1c | ||
7082 | |||
7083 | 2006-03-27 Ton Voon <tonvoon@users.sourceforge.net> | ||
7084 | |||
7085 | * plugins/t/check_udp.t: Set timeout within nc, rather than the test | ||
7086 | script git-svn-id: | ||
7087 | |||
7088 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1359 f882894a-f735-0410-b71e-b25c423dba1c | ||
7089 | |||
7090 | 2006-03-27 Ton Voon <tonvoon@users.sourceforge.net> | ||
7091 | |||
7092 | * plugins/check_disk.c: Fixed bug with malloc of wrong size git-svn-id: | ||
7093 | |||
7094 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1358 f882894a-f735-0410-b71e-b25c423dba1c | ||
7095 | |||
7096 | 2006-03-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
7097 | |||
7098 | * plugins/t/check_dns.t: Fixing defaults to work git-svn-id: | ||
7099 | |||
7100 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1357 f882894a-f735-0410-b71e-b25c423dba1c | ||
7101 | |||
7102 | 2006-03-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
7103 | |||
7104 | * CHANGES: Reintroduced --with-mysql configure option. Note about | ||
7105 | SSL cleanup git-svn-id: | ||
7106 | |||
7107 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1356 f882894a-f735-0410-b71e-b25c423dba1c | ||
7108 | |||
7109 | 2006-03-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
7110 | |||
7111 | * plugins/check_http.c: -C now implies -S/--ssl as well git-svn-id: | ||
7112 | |||
7113 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1355 f882894a-f735-0410-b71e-b25c423dba1c | ||
7114 | |||
7115 | 2006-03-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
7116 | |||
7117 | * plugins/t/check_hpjd.t, plugins/t/check_http.t: Tests converted to | ||
7118 | new style git-svn-id: | ||
7119 | |||
7120 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1354 f882894a-f735-0410-b71e-b25c423dba1c | ||
7121 | |||
7122 | 2006-03-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
7123 | |||
7124 | * plugins/check_tcp.c, plugins/t/check_udp.t: udp checks require and | ||
7125 | send and receive option. Tests updated so if nc is available, will | ||
7126 | check send and receive working correctly git-svn-id: | ||
7127 | |||
7128 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1353 f882894a-f735-0410-b71e-b25c423dba1c | ||
7129 | |||
7130 | 2006-03-23 M. Sean Finney <seanius@users.sourceforge.net> | ||
7131 | |||
7132 | * plugins/check_apt.c: - addition of include/exclude option for package names in check_apt, using POSIX regexp support. - various commenting and tidying of code/logic/output. - still haven't committed the Makefile.am/configure.in stuff. git-svn-id: | ||
7133 | |||
7134 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1352 f882894a-f735-0410-b71e-b25c423dba1c | ||
7135 | |||
7136 | 2006-03-23 Ton Voon <tonvoon@users.sourceforge.net> | ||
7137 | |||
7138 | * NPTest.pm, plugins/check_disk.c, plugins/t/check_disk.t: | ||
7139 | check_disk now errors if a specified directory does not exist (cf df | ||
7140 | /foo) git-svn-id: | ||
7141 | |||
7142 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1351 f882894a-f735-0410-b71e-b25c423dba1c | ||
7143 | |||
7144 | 2006-03-23 Ton Voon <tonvoon@users.sourceforge.net> | ||
7145 | |||
7146 | * plugins/t/check_disk.t: Some versions of Test::More do not like | ||
7147 | the m#foo# syntax git-svn-id: | ||
7148 | |||
7149 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1350 f882894a-f735-0410-b71e-b25c423dba1c | ||
7150 | |||
7151 | 2006-03-23 Ton Voon <tonvoon@users.sourceforge.net> | ||
7152 | |||
7153 | * NPTest.pm, plugins/check_disk.c, plugins/t/check_disk.t: Incorrect | ||
7154 | output when checking non-existent disk (John Rouillard - 1326050) git-svn-id: | ||
7155 | |||
7156 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1349 f882894a-f735-0410-b71e-b25c423dba1c | ||
7157 | |||
7158 | 2006-03-23 M. Sean Finney <seanius@users.sourceforge.net> | ||
7159 | |||
7160 | * plugins/check_apt.c: more work on check_apt. more graceful error | ||
7161 | handling and information reporting, a couple new cmdline options. | ||
7162 | still not quite ready for prime-time, maybe tomorrow :) git-svn-id: | ||
7163 | |||
7164 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1348 f882894a-f735-0410-b71e-b25c423dba1c | ||
7165 | |||
7166 | 2006-03-22 Ton Voon <tonvoon@users.sourceforge.net> | ||
7167 | |||
7168 | * REQUIREMENTS, configure.in: Reinstated --with-mysql option git-svn-id: | ||
7169 | |||
7170 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1347 f882894a-f735-0410-b71e-b25c423dba1c | ||
7171 | |||
7172 | 2006-03-22 Ton Voon <tonvoon@users.sourceforge.net> | ||
7173 | |||
7174 | * plugins/check_dns.c, plugins/t/check_dns.t: Added warning and | ||
7175 | critical response times (John Rouillard - 1343159) git-svn-id: | ||
7176 | |||
7177 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1346 f882894a-f735-0410-b71e-b25c423dba1c | ||
7178 | |||
7179 | 2006-03-22 Ton Voon <tonvoon@users.sourceforge.net> | ||
7180 | |||
7181 | * plugins/t/check_pop.t: Convert to new style tests git-svn-id: | ||
7182 | |||
7183 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1345 f882894a-f735-0410-b71e-b25c423dba1c | ||
7184 | |||
7185 | 2006-03-22 Ton Voon <tonvoon@users.sourceforge.net> | ||
7186 | |||
7187 | * THANKS.in, plugins/check_tcp.c: Options to change line ends for -s | ||
7188 | and -q (John Rouillard - 1346104) git-svn-id: | ||
7189 | |||
7190 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1344 f882894a-f735-0410-b71e-b25c423dba1c | ||
7191 | |||
7192 | 2006-03-22 Ton Voon <tonvoon@users.sourceforge.net> | ||
7193 | |||
7194 | * plugins-scripts/check_log.sh: Remove PATH restriction git-svn-id: | ||
7195 | |||
7196 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1343 f882894a-f735-0410-b71e-b25c423dba1c | ||
7197 | |||
7198 | 2006-03-22 Ton Voon <tonvoon@users.sourceforge.net> | ||
7199 | |||
7200 | * plugins/check_dns.c, plugins/t/check_dns.t: New style tests. | ||
7201 | Cleanup of presentation of help. Added '' around -a checks git-svn-id: | ||
7202 | |||
7203 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1342 f882894a-f735-0410-b71e-b25c423dba1c | ||
7204 | |||
7205 | 2006-03-22 Ton Voon <tonvoon@users.sourceforge.net> | ||
7206 | |||
7207 | * plugins/check_by_ssh.c: Typo (Thomas Guettler - 1433447) git-svn-id: | ||
7208 | |||
7209 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1341 f882894a-f735-0410-b71e-b25c423dba1c | ||
7210 | |||
7211 | 2006-03-22 Ton Voon <tonvoon@users.sourceforge.net> | ||
7212 | |||
7213 | * plugins-scripts/check_log.sh, plugins-scripts/utils.sh.in: Remove | ||
7214 | hardlink to /bin/sed. Leave to PATH (Abs - 1391483) git-svn-id: | ||
7215 | |||
7216 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1340 f882894a-f735-0410-b71e-b25c423dba1c | ||
7217 | |||
7218 | 2006-03-22 M. Sean Finney <seanius@users.sourceforge.net> | ||
7219 | |||
7220 | * plugins/check_apt.c: initial version of a check_apt plugin... not | ||
7221 | editing configure/Makefile.am's until i'm happier with it (better | ||
7222 | output, better ways to define warning vs. critical thresholds... | ||
7223 | etc). git-svn-id: | ||
7224 | |||
7225 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1339 f882894a-f735-0410-b71e-b25c423dba1c | ||
7226 | |||
7227 | 2006-03-21 Ton Voon <tonvoon@users.sourceforge.net> | ||
7228 | |||
7229 | * THANKS.in, configure.in: Stop check_dns from compiling if nslookup | ||
7230 | does not exist (Sakari Lehtonen - 1412721) git-svn-id: | ||
7231 | |||
7232 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1338 f882894a-f735-0410-b71e-b25c423dba1c | ||
7233 | |||
7234 | 2006-03-21 Ton Voon <tonvoon@users.sourceforge.net> | ||
7235 | |||
7236 | * plugins/t/check_load.t: Updated to new Test::More method for | ||
7237 | testing git-svn-id: | ||
7238 | |||
7239 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1337 f882894a-f735-0410-b71e-b25c423dba1c | ||
7240 | |||
7241 | 2006-03-21 Ton Voon <tonvoon@users.sourceforge.net> | ||
7242 | |||
7243 | * configure.in: Fix for mysql 3.x git-svn-id: | ||
7244 | |||
7245 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1336 f882894a-f735-0410-b71e-b25c423dba1c | ||
7246 | |||
7247 | 2006-03-21 Ton Voon <tonvoon@users.sourceforge.net> | ||
7248 | |||
7249 | * plugins/check_tcp.c: Return CRITICAL if hostname invalid, as per | ||
7250 | guidelines git-svn-id: | ||
7251 | |||
7252 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1335 f882894a-f735-0410-b71e-b25c423dba1c | ||
7253 | |||
7254 | 2006-03-21 Ton Voon <tonvoon@users.sourceforge.net> | ||
7255 | |||
7256 | * tools/setup: Patch to workaround SFnot having libtool installed git-svn-id: | ||
7257 | |||
7258 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1334 f882894a-f735-0410-b71e-b25c423dba1c | ||
7259 | |||
7260 | 2006-03-21 Ton Voon <tonvoon@users.sourceforge.net> | ||
7261 | |||
7262 | * CHANGES, REQUIREMENTS, THANKS.in, configure.in, | ||
7263 | plugins/Makefile.am, plugins/tests/Makefile.am: mysql discovery | ||
7264 | based on mysql_config (Johan Fischer - 1359414) git-svn-id: | ||
7265 | |||
7266 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1333 f882894a-f735-0410-b71e-b25c423dba1c | ||
7267 | |||
7268 | 2006-03-20 M. Sean Finney <seanius@users.sourceforge.net> | ||
7269 | |||
7270 | * plugins/check_ntp.c: - shuffling some code around to keep things tidy. - now average the result of 4 queries just as ntpdate does - put things in place for jitter calculation git-svn-id: | ||
7271 | |||
7272 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1332 f882894a-f735-0410-b71e-b25c423dba1c | ||
7273 | |||
7274 | 2006-03-20 M. Sean Finney <seanius@users.sourceforge.net> | ||
7275 | |||
7276 | * plugins/check_ntp.c: ipv6 support for c-version of check_ntp git-svn-id: | ||
7277 | |||
7278 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1331 f882894a-f735-0410-b71e-b25c423dba1c | ||
7279 | |||
7280 | 2006-03-18 M. Sean Finney <seanius@users.sourceforge.net> | ||
7281 | |||
7282 | * plugins/check_ntp.c: initial version of the pure-c check_ntp | ||
7283 | implementation. jitter not yet implemented, and a couple other misc | ||
7284 | things to do, so i haven't yet patched Makefile.am git-svn-id: | ||
7285 | |||
7286 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1330 f882894a-f735-0410-b71e-b25c423dba1c | ||
7287 | |||
7288 | 2006-03-18 M. Sean Finney <seanius@users.sourceforge.net> | ||
7289 | |||
7290 | * plugins/check_http.c: return-logic related fix for cert checking, | ||
7291 | thanks to emmet hogan. git-svn-id: | ||
7292 | |||
7293 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1329 f882894a-f735-0410-b71e-b25c423dba1c | ||
7294 | |||
7295 | 2006-03-17 Ton Voon <tonvoon@users.sourceforge.net> | ||
7296 | |||
7297 | * plugins/tests/test_utils.t: Better error message re: tap library git-svn-id: | ||
7298 | |||
7299 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1328 f882894a-f735-0410-b71e-b25c423dba1c | ||
7300 | |||
7301 | 2006-03-17 Ton Voon <tonvoon@users.sourceforge.net> | ||
7302 | |||
7303 | * REQUIREMENTS, configure.in, plugins/Makefile.am, | ||
7304 | plugins/check_mysql.c, plugins/check_mysql_query.c, | ||
7305 | plugins/t/check_mysql.t: mysql detection cleanup: fixes runtime | ||
7306 | linking, autodetection of main locations, detection of lib64 and | ||
7307 | different layouts git-svn-id: | ||
7308 | |||
7309 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1327 f882894a-f735-0410-b71e-b25c423dba1c | ||
7310 | |||
7311 | 2006-03-17 Ton Voon <tonvoon@users.sourceforge.net> | ||
7312 | |||
7313 | * doc/developer-guidelines.sgml: Added requirement for developer | ||
7314 | system to have gnu libtool git-svn-id: | ||
7315 | |||
7316 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1326 f882894a-f735-0410-b71e-b25c423dba1c | ||
7317 | |||
7318 | 2006-03-16 Ton Voon <tonvoon@users.sourceforge.net> | ||
7319 | |||
7320 | * configure.in, plugins/tests/Makefile.am, tools/setup: Using | ||
7321 | libtool to get runpath for tap library git-svn-id: | ||
7322 | |||
7323 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1325 f882894a-f735-0410-b71e-b25c423dba1c | ||
7324 | |||
7325 | 2006-03-15 Ton Voon <tonvoon@users.sourceforge.net> | ||
7326 | |||
7327 | * THANKS.in, plugins/check_mysql.c, plugins/t/check_mysql.t: Alert | ||
7328 | on amount of time a slave is behind (Steven Kreuzer) git-svn-id: | ||
7329 | |||
7330 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1324 f882894a-f735-0410-b71e-b25c423dba1c | ||
7331 | |||
7332 | 2006-03-13 M. Sean Finney <seanius@users.sourceforge.net> | ||
7333 | |||
7334 | * plugins/check_swap.c: fix for (tracker id 1420741) "check_swap: | ||
7335 | incorrect totals for multiple partitions (BSD)" thanks to scott | ||
7336 | thompson git-svn-id: | ||
7337 | |||
7338 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1323 f882894a-f735-0410-b71e-b25c423dba1c | ||
7339 | |||
7340 | 2006-03-13 Ton Voon <tonvoon@users.sourceforge.net> | ||
7341 | |||
7342 | * plugins/check_ping.c: Change warning message if there is stderr | ||
7343 | output. This catches a problem where time was shifting backwards on | ||
7344 | a linux VMware guest during the ping git-svn-id: | ||
7345 | |||
7346 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1322 f882894a-f735-0410-b71e-b25c423dba1c | ||
7347 | |||
7348 | 2006-03-07 Ton Voon <tonvoon@users.sourceforge.net> | ||
7349 | |||
7350 | * plugins/t/check_http.t: Added tests for two external websites with | ||
7351 | certificates git-svn-id: | ||
7352 | |||
7353 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1321 f882894a-f735-0410-b71e-b25c423dba1c | ||
7354 | |||
7355 | 2006-03-07 Ton Voon <tonvoon@users.sourceforge.net> | ||
7356 | |||
7357 | * plugins/t/check_http.t: Tests re-written in new object format git-svn-id: | ||
7358 | |||
7359 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1320 f882894a-f735-0410-b71e-b25c423dba1c | ||
7360 | |||
7361 | 2006-02-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
7362 | |||
7363 | * doc/developer-guidelines.sgml: Updated doc as tap library is now | ||
7364 | automatically discovered git-svn-id: | ||
7365 | |||
7366 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1319 f882894a-f735-0410-b71e-b25c423dba1c | ||
7367 | |||
7368 | 2006-02-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
7369 | |||
7370 | * configure.in, plugins/tests/Makefile.am: Use the installed tap | ||
7371 | library instead of requesting a compiled object git-svn-id: | ||
7372 | |||
7373 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1318 f882894a-f735-0410-b71e-b25c423dba1c | ||
7374 | |||
7375 | 2006-02-17 Ton Voon <tonvoon@users.sourceforge.net> | ||
7376 | |||
7377 | * THANKS.in, plugins/popen.c: SIGALRM could be received before | ||
7378 | child_process is created (Jason Crawford) git-svn-id: | ||
7379 | |||
7380 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1317 f882894a-f735-0410-b71e-b25c423dba1c | ||
7381 | |||
7382 | 2006-02-17 M. Sean Finney <seanius@users.sourceforge.net> | ||
7383 | |||
7384 | * plugins/check_procs.c: set LC_NUMERIC to POSIX in check_procs.c git-svn-id: | ||
7385 | |||
7386 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1316 f882894a-f735-0410-b71e-b25c423dba1c | ||
7387 | |||
7388 | 2006-02-01 Ton Voon <tonvoon@users.sourceforge.net> | ||
7389 | |||
7390 | * plugins/t/check_mysql_query.t: If a mysql server has anonymous | ||
7391 | login, tests will always fail git-svn-id: | ||
7392 | |||
7393 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1315 f882894a-f735-0410-b71e-b25c423dba1c | ||
7394 | |||
7395 | 2006-02-01 Ton Voon <tonvoon@users.sourceforge.net> | ||
7396 | |||
7397 | * plugins/tests/Makefile.am: Need to distribute perl test file git-svn-id: | ||
7398 | |||
7399 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1314 f882894a-f735-0410-b71e-b25c423dba1c | ||
7400 | |||
7401 | 2006-01-31 Ton Voon <tonvoon@users.sourceforge.net> | ||
7402 | |||
7403 | * CHANGES: check_mysql_query included git-svn-id: | ||
7404 | |||
7405 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1313 f882894a-f735-0410-b71e-b25c423dba1c | ||
7406 | |||
7407 | 2006-01-31 Ton Voon <tonvoon@users.sourceforge.net> | ||
7408 | |||
7409 | * REQUIREMENTS: Note on MacOSX difference in mysql package git-svn-id: | ||
7410 | |||
7411 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1312 f882894a-f735-0410-b71e-b25c423dba1c | ||
7412 | |||
7413 | 2006-01-31 Ton Voon <tonvoon@users.sourceforge.net> | ||
7414 | |||
7415 | * configure.in, plugins/Makefile.am: Clean compile of | ||
7416 | check_mysql_query on MacOSX git-svn-id: | ||
7417 | |||
7418 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1311 f882894a-f735-0410-b71e-b25c423dba1c | ||
7419 | |||
7420 | 2006-01-31 Ton Voon <tonvoon@users.sourceforge.net> | ||
7421 | |||
7422 | * NPTest.pm: Sort ordering of tests git-svn-id: | ||
7423 | |||
7424 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1310 f882894a-f735-0410-b71e-b25c423dba1c | ||
7425 | |||
7426 | 2006-01-31 Ton Voon <tonvoon@users.sourceforge.net> | ||
7427 | |||
7428 | * configure.in, plugins/.cvsignore, plugins/Makefile.am, | ||
7429 | plugins/check_mysql_query.c, plugins/t/check_mysql_query.t, | ||
7430 | plugins/utils.h: Adding check_mysql_query, using new ranges and | ||
7431 | threshold checking git-svn-id: | ||
7432 | |||
7433 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1309 f882894a-f735-0410-b71e-b25c423dba1c | ||
7434 | |||
7435 | 2006-01-31 Ton Voon <tonvoon@users.sourceforge.net> | ||
7436 | |||
7437 | * plugins/t/check_mysql.t: Extra explanation in tests git-svn-id: | ||
7438 | |||
7439 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1308 f882894a-f735-0410-b71e-b25c423dba1c | ||
7440 | |||
7441 | 2006-01-31 Ton Voon <tonvoon@users.sourceforge.net> | ||
7442 | |||
7443 | * plugins/tests/test_utils.c: Fixed invalid free git-svn-id: | ||
7444 | |||
7445 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1307 f882894a-f735-0410-b71e-b25c423dba1c | ||
7446 | |||
7447 | 2006-01-31 Ton Voon <tonvoon@users.sourceforge.net> | ||
7448 | |||
7449 | * doc/developer-guidelines.sgml: Updated instructions on using | ||
7450 | libtap as configure option changed git-svn-id: | ||
7451 | |||
7452 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1306 f882894a-f735-0410-b71e-b25c423dba1c | ||
7453 | |||
7454 | 2006-01-31 Ton Voon <tonvoon@users.sourceforge.net> | ||
7455 | |||
7456 | * configure.in: Changed configure option to --with-libtap-srcdir | ||
7457 | because requires tap.h as well as tap.o git-svn-id: | ||
7458 | |||
7459 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1305 f882894a-f735-0410-b71e-b25c423dba1c | ||
7460 | |||
7461 | 2006-01-30 Ton Voon <tonvoon@users.sourceforge.net> | ||
7462 | |||
7463 | * doc/developer-guidelines.sgml, plugins/tests/test_utils.c, | ||
7464 | plugins/utils.c, plugins/utils.h: Clearly defined thresholds & | ||
7465 | ranges in docs. Added get_status routine. Added set_thresholds | ||
7466 | routine. Tests enhanced to check new routines git-svn-id: | ||
7467 | |||
7468 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1304 f882894a-f735-0410-b71e-b25c423dba1c | ||
7469 | |||
7470 | 2006-01-30 Ton Voon <tonvoon@users.sourceforge.net> | ||
7471 | |||
7472 | * configure.in, doc/developer-guidelines.sgml, plugins/Makefile.am, | ||
7473 | plugins/tests/.cvsignore, plugins/tests/Makefile.am, | ||
7474 | plugins/tests/README, plugins/tests/check_disk, | ||
7475 | plugins/tests/check_dns, plugins/tests/check_ftp, | ||
7476 | plugins/tests/check_hpjd, plugins/tests/check_http, | ||
7477 | plugins/tests/check_load, plugins/tests/check_ping, | ||
7478 | plugins/tests/check_procs, plugins/tests/check_swap, | ||
7479 | plugins/tests/check_users, plugins/tests/check_vsz, | ||
7480 | plugins/tests/test_utils.c, plugins/tests/test_utils.t, | ||
7481 | plugins/utils.c, plugins/utils.h: Added libtap tests for utils.c | ||
7482 | library functions. Removed redundant test files git-svn-id: | ||
7483 | |||
7484 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1303 f882894a-f735-0410-b71e-b25c423dba1c | ||
7485 | |||
7486 | 2006-01-21 Ton Voon <tonvoon@users.sourceforge.net> | ||
7487 | |||
7488 | * tools/sfsnapshot: Have to use own id for cvs checkout. Change | ||
7489 | compile server because old one not working consistently git-svn-id: | ||
7490 | |||
7491 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1302 f882894a-f735-0410-b71e-b25c423dba1c | ||
7492 | |||
7493 | 2005-12-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
7494 | |||
7495 | * NPTest.pm: Break out of testing if a new parameter is required git-svn-id: | ||
7496 | |||
7497 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1301 f882894a-f735-0410-b71e-b25c423dba1c | ||
7498 | |||
7499 | 2005-12-16 Harper Mann <harpermann@users.sourceforge.net> | ||
7500 | |||
7501 | * contrib/check_log2.pl: Added ability to output critical on error. | ||
7502 | Fixed open so it properly fails if the log file open throws an | ||
7503 | error, turned on -w in the perl call, fixed warnings git-svn-id: | ||
7504 | |||
7505 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1300 f882894a-f735-0410-b71e-b25c423dba1c | ||
7506 | |||
7507 | 2005-12-15 Ton Voon <tonvoon@users.sourceforge.net> | ||
7508 | |||
7509 | * NPTest.pm, plugins/check_mysql.c, plugins/t/check_mysql.t: Display | ||
7510 | errors with slave queries correctly. Added extra tests for slaves git-svn-id: | ||
7511 | |||
7512 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1299 f882894a-f735-0410-b71e-b25c423dba1c | ||
7513 | |||
7514 | 2005-12-15 Ton Voon <tonvoon@users.sourceforge.net> | ||
7515 | |||
7516 | * NPTest.pm, doc/developer-guidelines.sgml, plugins/t/check_disk.t: | ||
7517 | New 3 parameter version of getTestParameters. Updated check_disk.t | ||
7518 | to reflect. Added notes re: testing in developer guidelines. git-svn-id: | ||
7519 | |||
7520 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1298 f882894a-f735-0410-b71e-b25c423dba1c | ||
7521 | |||
7522 | 2005-12-15 Ton Voon <tonvoon@users.sourceforge.net> | ||
7523 | |||
7524 | * plugins-scripts/check_file_age.pl, | ||
7525 | plugins-scripts/t/check_file_age.t: Allow directories and links to | ||
7526 | be tested by check_file_age. Sanitise output. Added tests git-svn-id: | ||
7527 | |||
7528 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1297 f882894a-f735-0410-b71e-b25c423dba1c | ||
7529 | |||
7530 | 2005-12-07 Harper Mann <harpermann@users.sourceforge.net> | ||
7531 | |||
7532 | * plugins/urlize.c: Nagiosplug bug 1266977. Added code to insert | ||
7533 | the closing </A> after the plugin output but before the performance | ||
7534 | output. git-svn-id: | ||
7535 | |||
7536 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1296 f882894a-f735-0410-b71e-b25c423dba1c | ||
7537 | |||
7538 | 2005-12-07 Ton Voon <tonvoon@users.sourceforge.net> | ||
7539 | |||
7540 | * THANKS.in, plugins/common.h: No floorf on Solaris 9 (Jon | ||
7541 | Vandegrift - 1374705) git-svn-id: | ||
7542 | |||
7543 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1295 f882894a-f735-0410-b71e-b25c423dba1c | ||
7544 | |||
7545 | 2005-12-02 Ton Voon <tonvoon@users.sourceforge.net> | ||
7546 | |||
7547 | * THANKS.in, doc/developer-guidelines.sgml, plugins/check_nagios.c, | ||
7548 | plugins/t/check_nagios.nagios1.status.log, | ||
7549 | plugins/t/check_nagios.nagios2.status.dat, plugins/t/check_nagios.t: | ||
7550 | Support for Nagios 1 and Nagios 2 status files (Gerhard Lausser - | ||
7551 | 1296242) git-svn-id: | ||
7552 | |||
7553 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1294 f882894a-f735-0410-b71e-b25c423dba1c | ||
7554 | |||
7555 | 2005-12-02 Ton Voon <tonvoon@users.sourceforge.net> | ||
7556 | |||
7557 | * plugins/t/.cvsignore: Ignore temporary files created for tests git-svn-id: | ||
7558 | |||
7559 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1293 f882894a-f735-0410-b71e-b25c423dba1c | ||
7560 | |||
7561 | 2005-12-01 Ton Voon <tonvoon@users.sourceforge.net> | ||
7562 | |||
7563 | * config_test/Makefile, config_test/run_tests, configure.in: Run | ||
7564 | longer test on redhat for spopen/pthread problem. Allow | ||
7565 | enable/disable of pthread fix via configure option git-svn-id: | ||
7566 | |||
7567 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1292 f882894a-f735-0410-b71e-b25c423dba1c | ||
7568 | |||
7569 | 2005-11-30 Harper Mann <harpermann@users.sourceforge.net> | ||
7570 | |||
7571 | * plugins-scripts/check_ntp.pl: Nagiosplug bug # 1251096 check_ntp | ||
7572 | wasn't properly handing a bad exit status from the external programs | ||
7573 | it calls (ntpdate and ntpq), so jitter wasn't set. Added check of | ||
7574 | $? on close and proper error output if status from the sub program | ||
7575 | call completion is non-zero. This includes "host not found". git-svn-id: | ||
7576 | |||
7577 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1291 f882894a-f735-0410-b71e-b25c423dba1c | ||
7578 | |||
7579 | 2005-11-29 Harper Mann <harpermann@users.sourceforge.net> | ||
7580 | |||
7581 | * contrib/check_email_loop.pl: UNKNOWN exit status was returning | ||
7582 | status of "-1", changed to "3" git-svn-id: | ||
7583 | |||
7584 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1290 f882894a-f735-0410-b71e-b25c423dba1c | ||
7585 | |||
7586 | 2005-11-29 Harper Mann <harpermann@users.sourceforge.net> | ||
7587 | |||
7588 | * contrib/check_email_loop.pl: Bug: 1355304 Added patch for ePN and | ||
7589 | perl warnings. Fixed some text and a warning about type comparison. git-svn-id: | ||
7590 | |||
7591 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1289 f882894a-f735-0410-b71e-b25c423dba1c | ||
7592 | |||
7593 | 2005-11-18 Ton Voon <tonvoon@users.sourceforge.net> | ||
7594 | |||
7595 | * tools/sfsnapshot: Create a permanent link to HEAD snapshot git-svn-id: | ||
7596 | |||
7597 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1288 f882894a-f735-0410-b71e-b25c423dba1c | ||
7598 | |||
7599 | 2005-11-18 Ton Voon <tonvoon@users.sourceforge.net> | ||
7600 | |||
7601 | * doc/developer-guidelines.sgml: Updated with more detailed | ||
7602 | description of UNKNOWN states git-svn-id: | ||
7603 | |||
7604 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1287 f882894a-f735-0410-b71e-b25c423dba1c | ||
7605 | |||
7606 | 2005-11-16 Ton Voon <tonvoon@users.sourceforge.net> | ||
7607 | |||
7608 | * plugins/check_disk.c: Fixed some compile errors with new | ||
7609 | translations. Also reintroduced formatting after discussion with | ||
7610 | Benoit git-svn-id: | ||
7611 | |||
7612 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1286 f882894a-f735-0410-b71e-b25c423dba1c | ||
7613 | |||
7614 | 2005-11-15 Ton Voon <tonvoon@users.sourceforge.net> | ||
7615 | |||
7616 | * plugins/t/check_disk.t: Updated tests to minimise false positives. | ||
7617 | Breaking down so more obvious what the tests are doing git-svn-id: | ||
7618 | |||
7619 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1285 f882894a-f735-0410-b71e-b25c423dba1c | ||
7620 | |||
7621 | 2005-11-14 Ton Voon <tonvoon@users.sourceforge.net> | ||
7622 | |||
7623 | * doc/developer-guidelines.sgml: Added section re: translations git-svn-id: | ||
7624 | |||
7625 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1284 f882894a-f735-0410-b71e-b25c423dba1c | ||
7626 | |||
7627 | 2005-11-14 Benoit Mortier <opensides@users.sourceforge.net> | ||
7628 | |||
7629 | * plugins/check_http.c: localization cleaning ... last commit | ||
7630 | before sleeping git-svn-id: | ||
7631 | |||
7632 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1283 f882894a-f735-0410-b71e-b25c423dba1c | ||
7633 | |||
7634 | 2005-11-14 Benoit Mortier <opensides@users.sourceforge.net> | ||
7635 | |||
7636 | * plugins/check_dig.c, plugins/check_disk.c, plugins/check_dns.c, | ||
7637 | plugins/check_dummy.c, plugins/check_fping.c, plugins/check_game.c: | ||
7638 | start of the cleaning of the localization git-svn-id: | ||
7639 | |||
7640 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1282 f882894a-f735-0410-b71e-b25c423dba1c | ||
7641 | |||
7642 | 2005-11-12 Ton Voon <tonvoon@users.sourceforge.net> | ||
7643 | |||
7644 | * THANKS.in, plugins/t/check_disk.t: Updated check_disk tests to use | ||
7645 | Test::More (Serhan Kiymaz) git-svn-id: | ||
7646 | |||
7647 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1281 f882894a-f735-0410-b71e-b25c423dba1c | ||
7648 | |||
7649 | 2005-11-09 Ton Voon <tonvoon@users.sourceforge.net> | ||
7650 | |||
7651 | * plugins/t/check_mysql.t: Using Test::More git-svn-id: | ||
7652 | |||
7653 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1280 f882894a-f735-0410-b71e-b25c423dba1c | ||
7654 | |||
7655 | 2005-11-09 Ton Voon <tonvoon@users.sourceforge.net> | ||
7656 | |||
7657 | * NPTest.pm, plugins/t/check_imap.t, plugins/t/check_swap.t: Added | ||
7658 | new NPTest->testCmd which returns objects back for testing at the | ||
7659 | test script level. Updated check_swap and check_imap to this new | ||
7660 | format git-svn-id: | ||
7661 | |||
7662 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1279 f882894a-f735-0410-b71e-b25c423dba1c | ||
7663 | |||
7664 | 2005-11-09 Ton Voon <tonvoon@users.sourceforge.net> | ||
7665 | |||
7666 | * plugins/check_swap.c: Problem where absolute thresholds not | ||
7667 | working on /proc/meminfo systems. Suffixed all variables with the | ||
7668 | unit of measurement git-svn-id: | ||
7669 | |||
7670 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1278 f882894a-f735-0410-b71e-b25c423dba1c | ||
7671 | |||
7672 | 2005-11-09 Ton Voon <tonvoon@users.sourceforge.net> | ||
7673 | |||
7674 | * configure.in: Typo with predetermined values git-svn-id: | ||
7675 | |||
7676 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1277 f882894a-f735-0410-b71e-b25c423dba1c | ||
7677 | |||
7678 | 2005-11-09 Ton Voon <tonvoon@users.sourceforge.net> | ||
7679 | |||
7680 | * doc/developer-guidelines.sgml: Added copyright/license info | ||
7681 | required in submissions git-svn-id: | ||
7682 | |||
7683 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1276 f882894a-f735-0410-b71e-b25c423dba1c | ||
7684 | |||
7685 | 2005-11-09 Ton Voon <tonvoon@users.sourceforge.net> | ||
7686 | |||
7687 | * doc/NEW_STARTERS, doc/developer-guidelines.sgml: Updated dev | ||
7688 | guidelines to link to NagiosExchange. Removed project admin notes | ||
7689 | from guidelines into separate file git-svn-id: | ||
7690 | |||
7691 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1275 f882894a-f735-0410-b71e-b25c423dba1c | ||
7692 | |||
7693 | 2005-11-07 M. Sean Finney <seanius@users.sourceforge.net> | ||
7694 | |||
7695 | * configure.in: incorporated patch from Elan Ruusamäe (ahmake) to | ||
7696 | override program autodetection (see Feature Requests-1341528). i | ||
7697 | would not call this quite complete just yet (i'll explain more in | ||
7698 | the tracker), but should be functional and useful enough to commit | ||
7699 | now, in any case. git-svn-id: | ||
7700 | |||
7701 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1274 f882894a-f735-0410-b71e-b25c423dba1c | ||
7702 | |||
7703 | 2005-11-04 Ton Voon <tonvoon@users.sourceforge.net> | ||
7704 | |||
7705 | * THANKS.in, plugins/check_tcp.c, plugins/t/check_imap.t: Fixed | ||
7706 | --mismatch option for check_tcp. Added tests into check_imap (Rick | ||
7707 | Fey - 1339134) git-svn-id: | ||
7708 | |||
7709 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1273 f882894a-f735-0410-b71e-b25c423dba1c | ||
7710 | |||
7711 | 2005-11-03 Ton Voon <tonvoon@users.sourceforge.net> | ||
7712 | |||
7713 | * Makefile.am, tools/tinderbox_build: Adding new tinderbox build | ||
7714 | script git-svn-id: | ||
7715 | |||
7716 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1272 f882894a-f735-0410-b71e-b25c423dba1c | ||
7717 | |||
7718 | 2005-11-03 Ton Voon <tonvoon@users.sourceforge.net> | ||
7719 | |||
7720 | * plugins/t/check_disk.t, plugins/t/check_procs.t: Invalid mount | ||
7721 | point doesn't make sense because most df implementations would work | ||
7722 | out the actual mount point. And fixed typo in check_procs.t git-svn-id: | ||
7723 | |||
7724 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1271 f882894a-f735-0410-b71e-b25c423dba1c | ||
7725 | |||
7726 | 2005-11-03 Ton Voon <tonvoon@users.sourceforge.net> | ||
7727 | |||
7728 | * NPTest.pm, plugins/t/check_http.t, plugins/t/check_time.t: Fixing | ||
7729 | some test failures git-svn-id: | ||
7730 | |||
7731 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1270 f882894a-f735-0410-b71e-b25c423dba1c | ||
7732 | |||
7733 | 2005-11-02 M. Sean Finney <seanius@users.sourceforge.net> | ||
7734 | |||
7735 | * plugins/check_disk.c: #995761: patch from ben o'hara to include | ||
7736 | inode calculations in check_disk.c. previous commit also had a patch for smtp auth support, but i | ||
7737 | accidentally sent a blank commit message. git-svn-id: | ||
7738 | |||
7739 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1269 f882894a-f735-0410-b71e-b25c423dba1c | ||
7740 | |||
7741 | 2005-11-02 M. Sean Finney <seanius@users.sourceforge.net> | ||
7742 | |||
7743 | * plugins/check_smtp.c: check_smtp.c git-svn-id: | ||
7744 | |||
7745 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1268 f882894a-f735-0410-b71e-b25c423dba1c | ||
7746 | |||
7747 | 2005-10-31 M. Sean Finney <seanius@users.sourceforge.net> | ||
7748 | |||
7749 | * configure.in, plugins/check_game.c, plugins/check_http.c, | ||
7750 | plugins/check_nagios.c, plugins/check_snmp.c, plugins/check_swap.c, | ||
7751 | plugins/check_tcp.c, plugins/common.h, plugins/netutils.c, | ||
7752 | plugins/netutils.h, plugins/sslutils.c: code cleanups, largely | ||
7753 | resulting from turning on -Wall. mostly unused variables and | ||
7754 | explicit casting issues, but there were a couple gotchas in there | ||
7755 | too. git-svn-id: | ||
7756 | |||
7757 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1267 f882894a-f735-0410-b71e-b25c423dba1c | ||
7758 | |||
7759 | 2005-10-30 M. Sean Finney <seanius@users.sourceforge.net> | ||
7760 | |||
7761 | * plugins/Makefile.am: turned on -Wall in plugins/Makefile.am via | ||
7762 | AM_CFLAGS. shouldn't keep our heads in the sand for potential | ||
7763 | errors, after all :) git-svn-id: | ||
7764 | |||
7765 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1266 f882894a-f735-0410-b71e-b25c423dba1c | ||
7766 | |||
7767 | 2005-10-30 M. Sean Finney <seanius@users.sourceforge.net> | ||
7768 | |||
7769 | * plugins/check_tcp.c: another fix from alex: check for '/' in the | ||
7770 | server_address before trying to resolve it via is_host(). git-svn-id: | ||
7771 | |||
7772 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1265 f882894a-f735-0410-b71e-b25c423dba1c | ||
7773 | |||
7774 | 2005-10-30 M. Sean Finney <seanius@users.sourceforge.net> | ||
7775 | |||
7776 | * plugins/check_tcp.c: fixes for some bugs found in my merging of | ||
7777 | the tcp socket patch git-svn-id: | ||
7778 | |||
7779 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1264 f882894a-f735-0410-b71e-b25c423dba1c | ||
7780 | |||
7781 | 2005-10-29 M. Sean Finney <seanius@users.sourceforge.net> | ||
7782 | |||
7783 | * plugins-scripts/check_log.sh: check_log fixes from Ade Rixon git-svn-id: | ||
7784 | |||
7785 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1263 f882894a-f735-0410-b71e-b25c423dba1c | ||
7786 | |||
7787 | 2005-10-29 M. Sean Finney <seanius@users.sourceforge.net> | ||
7788 | |||
7789 | * plugins/Makefile.am: patch from nsturm: Makefile.am should have | ||
7790 | been checking for check_ldap instead of check_ldaps. the result was | ||
7791 | that check_ldaps was not being created during the build process. git-svn-id: | ||
7792 | |||
7793 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1262 f882894a-f735-0410-b71e-b25c423dba1c | ||
7794 | |||
7795 | 2005-10-25 M. Sean Finney <seanius@users.sourceforge.net> | ||
7796 | |||
7797 | * COPYING, configure.in, plugins/Makefile.am, plugins/check_tcp.c, | ||
7798 | plugins/netutils.c, plugins/netutils.h, plugins/utils.h, po/de.po, | ||
7799 | po/fr.po: - added code to allow check_tcp (via np_net_connect) work with local unix sockets. some testing would be welcome. based on idea from Alex Samorukov. - also introduced a check_clamd behavior in check_tcp. git-svn-id: | ||
7800 | |||
7801 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1261 f882894a-f735-0410-b71e-b25c423dba1c | ||
7802 | |||
7803 | 2005-10-24 M. Sean Finney <seanius@users.sourceforge.net> | ||
7804 | |||
7805 | * plugins/Makefile.am, plugins/check_by_ssh.c, plugins/check_dig.c, | ||
7806 | plugins/check_dns.c, plugins/check_game.c, plugins/check_nagios.c, | ||
7807 | plugins/netutils.c, plugins/runcmd.c, plugins/utils.c, | ||
7808 | plugins/utils.h: initial merging of ae's np_runcmd code into | ||
7809 | selected plugins. git-svn-id: | ||
7810 | |||
7811 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1260 f882894a-f735-0410-b71e-b25c423dba1c | ||
7812 | |||
7813 | 2005-10-23 M. Sean Finney <seanius@users.sourceforge.net> | ||
7814 | |||
7815 | * configure.in: whoops, missed this one, same as last commit git-svn-id: | ||
7816 | |||
7817 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1259 f882894a-f735-0410-b71e-b25c423dba1c | ||
7818 | |||
7819 | 2005-10-23 M. Sean Finney <seanius@users.sourceforge.net> | ||
7820 | |||
7821 | * plugins/Makefile.am, plugins/netutils.c, plugins/sslutils.c: - compartmentalized ssl code into seperate sslutils.c - ssl-related cleanups in configure.in, and now openssl/gnutls | ||
7822 | options automatically disable each other. git-svn-id: | ||
7823 | |||
7824 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1258 f882894a-f735-0410-b71e-b25c423dba1c | ||
7825 | |||
7826 | 2005-10-19 M. Sean Finney <seanius@users.sourceforge.net> | ||
7827 | |||
7828 | * plugins/check_http.c, plugins/check_smtp.c, plugins/check_tcp.c, | ||
7829 | plugins/netutils.c, plugins/netutils.h: all plugins now using | ||
7830 | centralized ssl functions in netutils.c git-svn-id: | ||
7831 | |||
7832 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1257 f882894a-f735-0410-b71e-b25c423dba1c | ||
7833 | |||
7834 | 2005-10-19 M. Sean Finney <seanius@users.sourceforge.net> | ||
7835 | |||
7836 | * plugins/check_http.c: endif was a few lines off of where it should | ||
7837 | be git-svn-id: | ||
7838 | |||
7839 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1256 f882894a-f735-0410-b71e-b25c423dba1c | ||
7840 | |||
7841 | 2005-10-19 M. Sean Finney <seanius@users.sourceforge.net> | ||
7842 | |||
7843 | * configure.in, plugins-root/Makefile.am, plugins/Makefile.am, | ||
7844 | plugins/check_http.c, plugins/check_smtp.c, plugins/check_tcp.c, | ||
7845 | plugins/common.h, plugins/netutils.c, plugins/netutils.h: - initial attempt at consolidating ssl-related code into | ||
7846 | netutils.{c,h} - added some #ifdefs to common.h and netutils.h to prevent multiple inclusions (as netlibs now includes common.h) - all ssl plugins (tcp/http/smtp) compile cleanly against gnutls, | ||
7847 | though certificate checking still needs to be done. - modified configure script so you can also explicitly say | ||
7848 | "without-gnutls" too (otherwise if you disable openssl you have no | ||
7849 | way of disabling gnutls too) git-svn-id: | ||
7850 | |||
7851 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1255 f882894a-f735-0410-b71e-b25c423dba1c | ||
7852 | |||
7853 | 2005-10-18 M. Sean Finney <seanius@users.sourceforge.net> | ||
7854 | |||
7855 | * configure.in, plugins/check_tcp.c: initial "experimental" support | ||
7856 | for gnutls. by default openssl is still used if available, and | ||
7857 | gnutls is only used if openssl is not available or explicitly | ||
7858 | disabled (--without-openssl). currently the only plugin i've | ||
7859 | verified to work is check_tcp, but i had to disable cert checking. git-svn-id: | ||
7860 | |||
7861 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1254 f882894a-f735-0410-b71e-b25c423dba1c | ||
7862 | |||
7863 | 2005-10-18 Ton Voon <tonvoon@users.sourceforge.net> | ||
7864 | |||
7865 | * README: Added license information to README with exemption for use | ||
7866 | of OpenSSL git-svn-id: | ||
7867 | |||
7868 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1253 f882894a-f735-0410-b71e-b25c423dba1c | ||
7869 | |||
7870 | 2005-10-13 Ton Voon <tonvoon@users.sourceforge.net> | ||
7871 | |||
7872 | * configure.in: Run spopen tests for Redhat ES SMP (Hans Engelen) git-svn-id: | ||
7873 | |||
7874 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1252 f882894a-f735-0410-b71e-b25c423dba1c | ||
7875 | |||
7876 | 2005-10-13 M. Sean Finney <seanius@users.sourceforge.net> | ||
7877 | |||
7878 | * po/de.po: debian bts #313960: - grammatical german fixes. i'm taking the reporter's word for it | ||
7879 | :) git-svn-id: | ||
7880 | |||
7881 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1251 f882894a-f735-0410-b71e-b25c423dba1c | ||
7882 | |||
7883 | 2005-10-13 M. Sean Finney <seanius@users.sourceforge.net> | ||
7884 | |||
7885 | * plugins-scripts/check_ntp.pl: debian bts #268044: - use a "less beastly" regex for parsing ntpq output. probably need some more widespread testing on this one. git-svn-id: | ||
7886 | |||
7887 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1250 f882894a-f735-0410-b71e-b25c423dba1c | ||
7888 | |||
7889 | 2005-10-13 M. Sean Finney <seanius@users.sourceforge.net> | ||
7890 | |||
7891 | * plugins/check_disk.c: debian bts #296278: - it seems that when check_disk uses the "df" routines and is told | ||
7892 | to check a non-mountpoint, it would check the filesystem on which | ||
7893 | the directory was mounted (i.e. /var/log -> /var if no /var/log | ||
7894 | mount). the system-call routines now do this too. might need a bit | ||
7895 | more widespread testing, but looks good for me and i did it without modifying any of the system-call-specific codeblocks. git-svn-id: | ||
7896 | |||
7897 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1249 f882894a-f735-0410-b71e-b25c423dba1c | ||
7898 | |||
7899 | 2005-10-13 M. Sean Finney <seanius@users.sourceforge.net> | ||
7900 | |||
7901 | * plugins/check_game.c: debian bts #307905: - someone changed the cmdline syntax of check game without also updating the usage/help function ;p git-svn-id: | ||
7902 | |||
7903 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1248 f882894a-f735-0410-b71e-b25c423dba1c | ||
7904 | |||
7905 | 2005-10-13 M. Sean Finney <seanius@users.sourceforge.net> | ||
7906 | |||
7907 | * plugins-scripts/check_disk_smb.pl: debian bts #300701: - check_smb fix for freespace threshold parsing from the cmdline | ||
7908 | options. git-svn-id: | ||
7909 | |||
7910 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1247 f882894a-f735-0410-b71e-b25c423dba1c | ||
7911 | |||
7912 | 2005-10-13 M. Sean Finney <seanius@users.sourceforge.net> | ||
7913 | |||
7914 | * plugins/check_smtp.c: multiple fixes in check_smtp from debian | ||
7915 | (bts #285554): - fix for double free via SSL_CTX_free. looks like the previous | ||
7916 | author knew this was a problem but didn't care enough to fix it ;p. - use defines instead of const chars for SMTP strings. - default to send our fqdn (via gethostbyname lookup on gethostname) in the HELO string, as this is an RFC/SMTP requirement. | ||
7917 | overridable via cmdline. - use EHLO instead of HELO if using STARTTLS, as it is not SMTP but ESMTP. - verify the server supports STARTTLS before initializing it. - always send QUIT before disconnecting when possible. git-svn-id: | ||
7918 | |||
7919 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1246 f882894a-f735-0410-b71e-b25c423dba1c | ||
7920 | |||
7921 | 2005-10-13 M. Sean Finney <seanius@users.sourceforge.net> | ||
7922 | |||
7923 | * plugins/check_mrtg.c: was this plugin even working? i don't think | ||
7924 | the if/else logic was doing what was intended. git-svn-id: | ||
7925 | |||
7926 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1245 f882894a-f735-0410-b71e-b25c423dba1c | ||
7927 | |||
7928 | 2005-10-13 M. Sean Finney <seanius@users.sourceforge.net> | ||
7929 | |||
7930 | * plugins/check_mysql.c: check mysql now reads [client] defaults | ||
7931 | from my.cnf (debian bug #278817) git-svn-id: | ||
7932 | |||
7933 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1244 f882894a-f735-0410-b71e-b25c423dba1c | ||
7934 | |||
7935 | 2005-10-06 M. Sean Finney <seanius@users.sourceforge.net> | ||
7936 | |||
7937 | * plugins/check_ups.c: fix for misreporting temperature in perfdata | ||
7938 | output for check_ups (debian bts id: #316534) git-svn-id: | ||
7939 | |||
7940 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1243 f882894a-f735-0410-b71e-b25c423dba1c | ||
7941 | |||
7942 | 2005-10-06 M. Sean Finney <seanius@users.sourceforge.net> | ||
7943 | |||
7944 | * configure.in, plugins-root/Makefile.am: whoops. now using | ||
7945 | automake conditionals to prevent attempted compiles of pst3 on non | ||
7946 | solaris systems. git-svn-id: | ||
7947 | |||
7948 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1242 f882894a-f735-0410-b71e-b25c423dba1c | ||
7949 | |||
7950 | 2005-09-25 M. Sean Finney <seanius@users.sourceforge.net> | ||
7951 | |||
7952 | * plugins-root/Makefile.am: added rules to Makefile.am for pst3 git-svn-id: | ||
7953 | |||
7954 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1241 f882894a-f735-0410-b71e-b25c423dba1c | ||
7955 | |||
7956 | 2005-09-24 M. Sean Finney <seanius@users.sourceforge.net> | ||
7957 | |||
7958 | * configure.in: a final change to hardcode the path for where | ||
7959 | plugins are installed. it's a very, very ugly hack... if anyone can | ||
7960 | think of a better way to do it, i'm all ears. git-svn-id: | ||
7961 | |||
7962 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1240 f882894a-f735-0410-b71e-b25c423dba1c | ||
7963 | |||
7964 | 2005-09-22 M. Sean Finney <seanius@users.sourceforge.net> | ||
7965 | |||
7966 | * configure.in: use test instead of '[ ... ]' in configure.in. the | ||
7967 | check_procs/pst3 situation is still not quite fixed. git-svn-id: | ||
7968 | |||
7969 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1239 f882894a-f735-0410-b71e-b25c423dba1c | ||
7970 | |||
7971 | 2005-09-22 M. Sean Finney <seanius@users.sourceforge.net> | ||
7972 | |||
7973 | * THANKS.in, configure.in, plugins-root/pst3.c: first version of bob | ||
7974 | ingraham's pst3 to allow checking for longer cmdline names than | ||
7975 | otherwise possible, by querying solaris kmem directly (ps forcibly | ||
7976 | truncates). added requisite configure.in voodoo and updated | ||
7977 | THANKS.in. git-svn-id: | ||
7978 | |||
7979 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1238 f882894a-f735-0410-b71e-b25c423dba1c | ||
7980 | |||
7981 | 2005-09-22 Ton Voon <tonvoon@users.sourceforge.net> | ||
7982 | |||
7983 | * po/POTFILES.in: Mark moving of check_dhcp and check_icmp for | ||
7984 | translation git-svn-id: | ||
7985 | |||
7986 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1237 f882894a-f735-0410-b71e-b25c423dba1c | ||
7987 | |||
7988 | 2005-09-21 Ton Voon <tonvoon@users.sourceforge.net> | ||
7989 | |||
7990 | * AUTHORS, THANKS.in: Updated with contributors and new team member git-svn-id: | ||
7991 | |||
7992 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1236 f882894a-f735-0410-b71e-b25c423dba1c | ||
7993 | |||
7994 | 2005-09-21 Ton Voon <tonvoon@users.sourceforge.net> | ||
7995 | |||
7996 | * plugins/check_nwstat.c: Reopen connections for each query (1296296 | ||
7997 | - David Sullivan) git-svn-id: | ||
7998 | |||
7999 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1235 f882894a-f735-0410-b71e-b25c423dba1c | ||
8000 | |||
8001 | 2005-09-21 Ton Voon <tonvoon@users.sourceforge.net> | ||
8002 | |||
8003 | * plugins/check_dhcp.c, plugins/check_icmp.c: Moved into | ||
8004 | plugins-root/ git-svn-id: | ||
8005 | |||
8006 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1234 f882894a-f735-0410-b71e-b25c423dba1c | ||
8007 | |||
8008 | 2005-09-21 Ton Voon <tonvoon@users.sourceforge.net> | ||
8009 | |||
8010 | * ACKNOWLEDGEMENTS, CHANGES, Makefile.am, README, configure.in, | ||
8011 | plugins-root/.cvsignore, plugins-root/Makefile.am, | ||
8012 | plugins-root/check_dhcp.c, plugins-root/check_icmp.c, | ||
8013 | plugins/Makefile.am: Separation of root setuid plugins into | ||
8014 | plugins-root/ git-svn-id: | ||
8015 | |||
8016 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1233 f882894a-f735-0410-b71e-b25c423dba1c | ||
8017 | |||
8018 | 2005-09-20 Ton Voon <tonvoon@users.sourceforge.net> | ||
8019 | |||
8020 | * configure.in: Incorrect assignment of procppid in configure.in | ||
8021 | (1296497 - Pascal Larisch) git-svn-id: | ||
8022 | |||
8023 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1232 f882894a-f735-0410-b71e-b25c423dba1c | ||
8024 | |||
8025 | 2005-09-20 Ton Voon <tonvoon@users.sourceforge.net> | ||
8026 | |||
8027 | * configure.in, plugins/t/check_procs.t: Support for Tru64 for | ||
8028 | check_procs + additional test cases git-svn-id: | ||
8029 | |||
8030 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1231 f882894a-f735-0410-b71e-b25c423dba1c | ||
8031 | |||
8032 | 2005-09-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
8033 | |||
8034 | * doc/RELEASING: Note to update version number before creating | ||
8035 | ChangeLog git-svn-id: | ||
8036 | |||
8037 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1230 f882894a-f735-0410-b71e-b25c423dba1c | ||
8038 | |||
8039 | 2005-09-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
8040 | |||
8041 | * configure.in, package.def: For 1.4.2 release git-svn-id: | ||
8042 | |||
8043 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1228 f882894a-f735-0410-b71e-b25c423dba1c | ||
8044 | |||
8045 | 2005-09-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
8046 | |||
8047 | * ChangeLog: Updated for 1.4.2 release git-svn-id: | ||
8048 | |||
8049 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1227 f882894a-f735-0410-b71e-b25c423dba1c | ||
8050 | |||
8051 | 2005-09-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
8052 | |||
8053 | * doc/RELEASING: Reminders for news item and tag format git-svn-id: | ||
8054 | |||
8055 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1226 f882894a-f735-0410-b71e-b25c423dba1c | ||
8056 | |||
8057 | 2005-09-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
8058 | |||
8059 | * BUGS: Updated BUGS for 1.4.2 release git-svn-id: | ||
8060 | |||
8061 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1225 f882894a-f735-0410-b71e-b25c423dba1c | ||
8062 | |||
8063 | 2005-09-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
8064 | |||
8065 | * THANKS.in: More contributors git-svn-id: | ||
8066 | |||
8067 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1224 f882894a-f735-0410-b71e-b25c423dba1c | ||
8068 | |||
8069 | 2005-09-15 Ton Voon <tonvoon@users.sourceforge.net> | ||
8070 | |||
8071 | * plugins/t/check_ping.t: Added test to make sure hostname has to be | ||
8072 | specified git-svn-id: | ||
8073 | |||
8074 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1223 f882894a-f735-0410-b71e-b25c423dba1c | ||
8075 | |||
8076 | 2005-09-15 Ton Voon <tonvoon@users.sourceforge.net> | ||
8077 | |||
8078 | * plugins/check_procs.c, plugins/check_swap.c: - Cleanup minor compile errors on Irix git-svn-id: | ||
8079 | |||
8080 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1222 f882894a-f735-0410-b71e-b25c423dba1c | ||
8081 | |||
8082 | 2005-09-14 Ton Voon <tonvoon@users.sourceforge.net> | ||
8083 | |||
8084 | * plugins/check_ping.c: Using common message git-svn-id: | ||
8085 | |||
8086 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1221 f882894a-f735-0410-b71e-b25c423dba1c | ||
8087 | |||
8088 | 2005-09-14 Ton Voon <tonvoon@users.sourceforge.net> | ||
8089 | |||
8090 | * plugins/check_ping.c: Required hostname not flagging as an error git-svn-id: | ||
8091 | |||
8092 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1220 f882894a-f735-0410-b71e-b25c423dba1c | ||
8093 | |||
8094 | 2005-09-14 Ton Voon <tonvoon@users.sourceforge.net> | ||
8095 | |||
8096 | * plugins/Makefile.am: Some makes do not like blank lines after "\". | ||
8097 | Fixed check_ldaps to only generate if check_ldap was created | ||
8098 | (Chester Hosey) git-svn-id: | ||
8099 | |||
8100 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1219 f882894a-f735-0410-b71e-b25c423dba1c | ||
8101 | |||
8102 | 2005-09-14 Ton Voon <tonvoon@users.sourceforge.net> | ||
8103 | |||
8104 | * plugins/check_load.c: Fix to parsing of uptime (Ronald Tin - | ||
8105 | 1254656) git-svn-id: | ||
8106 | |||
8107 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1218 f882894a-f735-0410-b71e-b25c423dba1c | ||
8108 | |||
8109 | 2005-09-14 Ton Voon <tonvoon@users.sourceforge.net> | ||
8110 | |||
8111 | * configure.in: - Removing typos git-svn-id: | ||
8112 | |||
8113 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1217 f882894a-f735-0410-b71e-b25c423dba1c | ||
8114 | |||
8115 | 2005-09-13 Ton Voon <tonvoon@users.sourceforge.net> | ||
8116 | |||
8117 | * plugins/check_ping.c: More diagnostic messages from check_ping git-svn-id: | ||
8118 | |||
8119 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1216 f882894a-f735-0410-b71e-b25c423dba1c | ||
8120 | |||
8121 | 2005-09-12 M. Sean Finney <seanius@users.sourceforge.net> | ||
8122 | |||
8123 | * plugins/check_ping.c: re-add a call to setlocale(LC_ALL, "") in | ||
8124 | check_ping.c git-svn-id: | ||
8125 | |||
8126 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1215 f882894a-f735-0410-b71e-b25c423dba1c | ||
8127 | |||
8128 | 2005-09-12 Ton Voon <tonvoon@users.sourceforge.net> | ||
8129 | |||
8130 | * THANKS.in: For help in fixing Red Hat problem with ECHILD and | ||
8131 | waitpid git-svn-id: | ||
8132 | |||
8133 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1214 f882894a-f735-0410-b71e-b25c423dba1c | ||
8134 | |||
8135 | 2005-09-12 Ton Voon <tonvoon@users.sourceforge.net> | ||
8136 | |||
8137 | * Makefile.am, config_test/Makefile, config_test/child_test.c, | ||
8138 | config_test/run_tests, configure.in, plugins/popen.c: ECHILD error | ||
8139 | at waitpid on Red Hat systems (Peter Pramberger and Sascha Runschke | ||
8140 | - 1250191) git-svn-id: | ||
8141 | |||
8142 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1213 f882894a-f735-0410-b71e-b25c423dba1c | ||
8143 | |||
8144 | 2005-08-30 Ton Voon <tonvoon@users.sourceforge.net> | ||
8145 | |||
8146 | * plugins-scripts/subst.in: Better comments for what the | ||
8147 | substitutions are doing git-svn-id: | ||
8148 | |||
8149 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1212 f882894a-f735-0410-b71e-b25c423dba1c | ||
8150 | |||
8151 | 2005-08-01 Ton Voon <tonvoon@users.sourceforge.net> | ||
8152 | |||
8153 | * doc/BRANCHING: Move notes on branching away from RELEASING git-svn-id: | ||
8154 | |||
8155 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1210 f882894a-f735-0410-b71e-b25c423dba1c | ||
8156 | |||
8157 | 2005-08-01 Ton Voon <tonvoon@users.sourceforge.net> | ||
8158 | |||
8159 | * BUGS, ChangeLog, REQUIREMENTS, configure.in, package.def: For | ||
8160 | 1.4.1 release git-svn-id: | ||
8161 | |||
8162 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1209 f882894a-f735-0410-b71e-b25c423dba1c | ||
8163 | |||
8164 | 2005-07-25 Peter Bray <illumino@users.sourceforge.net> | ||
8165 | |||
8166 | * NPTest.pm: Change the environment variable NPTESTCACHE to | ||
8167 | NPTEST_CACHE for consistancy git-svn-id: | ||
8168 | |||
8169 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1208 f882894a-f735-0410-b71e-b25c423dba1c | ||
8170 | |||
8171 | 2005-07-25 Peter Bray <illumino@users.sourceforge.net> | ||
8172 | |||
8173 | * Helper.pm, Makefile.am, NPTest.pm, configure.in, | ||
8174 | plugins-scripts/t/check_rpc.t, plugins/t/check_disk.t, | ||
8175 | plugins/t/check_dns.t, plugins/t/check_fping.t, | ||
8176 | plugins/t/check_ftp.t, plugins/t/check_hpjd.t, | ||
8177 | plugins/t/check_http.t, plugins/t/check_imap.t, | ||
8178 | plugins/t/check_load.t, plugins/t/check_mysql.t, | ||
8179 | plugins/t/check_ping.t, plugins/t/check_pop.t, | ||
8180 | plugins/t/check_procs.t, plugins/t/check_smtp.t, | ||
8181 | plugins/t/check_snmp.t, plugins/t/check_swap.t, | ||
8182 | plugins/t/check_tcp.t, plugins/t/check_time.t, | ||
8183 | plugins/t/check_udp.t, plugins/t/check_users.t, | ||
8184 | plugins/t/check_vsz.t, test.pl.in: [1185704] New Testing | ||
8185 | Infrastructure. Complete rewrite of the original testing | ||
8186 | infrastructure and all test cases (to use the new infrastructure) | ||
8187 | See NPTest.pm and issue 1185704 for more details. git-svn-id: | ||
8188 | |||
8189 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1207 f882894a-f735-0410-b71e-b25c423dba1c | ||
8190 | |||
8191 | 2005-07-20 Ton Voon <tonvoon@users.sourceforge.net> | ||
8192 | |||
8193 | * THANKS.in: More contributors git-svn-id: | ||
8194 | |||
8195 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1206 f882894a-f735-0410-b71e-b25c423dba1c | ||
8196 | |||
8197 | 2005-07-20 Ton Voon <tonvoon@users.sourceforge.net> | ||
8198 | |||
8199 | * plugins/check_ping.c: Fix parsing for netkit-ping and iputils-ping | ||
8200 | (Christian G Warden) git-svn-id: | ||
8201 | |||
8202 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1205 f882894a-f735-0410-b71e-b25c423dba1c | ||
8203 | |||
8204 | 2005-07-11 Ton Voon <tonvoon@users.sourceforge.net> | ||
8205 | |||
8206 | * plugins/check_nwstat.c: Miscelleneous bug fixes (Gerd Mueller - | ||
8207 | 1235879) git-svn-id: | ||
8208 | |||
8209 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1204 f882894a-f735-0410-b71e-b25c423dba1c | ||
8210 | |||
8211 | 2005-07-09 Ton Voon <tonvoon@users.sourceforge.net> | ||
8212 | |||
8213 | * BRANCHES: Changed format (already!) for awk simplicity git-svn-id: | ||
8214 | |||
8215 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1203 f882894a-f735-0410-b71e-b25c423dba1c | ||
8216 | |||
8217 | 2005-07-09 Ton Voon <tonvoon@users.sourceforge.net> | ||
8218 | |||
8219 | * BRANCHES: Master file to describe the current branches in CVS. | ||
8220 | Will be used by sfsnapshot to create the snapshot tarballs git-svn-id: | ||
8221 | |||
8222 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1202 f882894a-f735-0410-b71e-b25c423dba1c | ||
8223 | |||
8224 | 2005-07-06 Ton Voon <tonvoon@users.sourceforge.net> | ||
8225 | |||
8226 | * configure.in: Removed ",", causing problems with MacOSX compile git-svn-id: | ||
8227 | |||
8228 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1201 f882894a-f735-0410-b71e-b25c423dba1c | ||
8229 | |||
8230 | 2005-07-06 Ton Voon <tonvoon@users.sourceforge.net> | ||
8231 | |||
8232 | * plugins/check_swap.c: Updated help file to remove swap -s | ||
8233 | reference (Sivakumar Nellurandi) git-svn-id: | ||
8234 | |||
8235 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1200 f882894a-f735-0410-b71e-b25c423dba1c | ||
8236 | |||
8237 | 2005-07-06 Ton Voon <tonvoon@users.sourceforge.net> | ||
8238 | |||
8239 | * AUTHORS, THANKS.in: Sean Finney moved to main list of plugin | ||
8240 | developers git-svn-id: | ||
8241 | |||
8242 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1199 f882894a-f735-0410-b71e-b25c423dba1c | ||
8243 | |||
8244 | 2005-07-04 Benoit Mortier <opensides@users.sourceforge.net> | ||
8245 | |||
8246 | * : replace the version of check_traffic who was missing the plugin | ||
8247 | by a good one git-svn-id: | ||
8248 | |||
8249 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1198 f882894a-f735-0410-b71e-b25c423dba1c | ||
8250 | |||
8251 | 2005-06-29 M. Sean Finney <seanius@users.sourceforge.net> | ||
8252 | |||
8253 | * plugins/runcmd.c, plugins/runcmd.h: initial versions of the runcmd | ||
8254 | framework by andreas git-svn-id: | ||
8255 | |||
8256 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1197 f882894a-f735-0410-b71e-b25c423dba1c | ||
8257 | |||
8258 | 2005-06-29 M. Sean Finney <seanius@users.sourceforge.net> | ||
8259 | |||
8260 | * plugins/check_swap.c: divide by 0 fix for check_swap git-svn-id: | ||
8261 | |||
8262 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1196 f882894a-f735-0410-b71e-b25c423dba1c | ||
8263 | |||
8264 | 2005-06-28 M. Sean Finney <seanius@users.sourceforge.net> | ||
8265 | |||
8266 | * plugins/check_load.c: set LC_NUMERIC to POSIX in check_load | ||
8267 | (1164325) git-svn-id: | ||
8268 | |||
8269 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1195 f882894a-f735-0410-b71e-b25c423dba1c | ||
8270 | |||
8271 | 2005-06-28 M. Sean Finney <seanius@users.sourceforge.net> | ||
8272 | |||
8273 | * configure.in, plugins/Makefile.am, plugins/check_swap.c: scanf | ||
8274 | parsing fix for check_swap from tracker id 1123292. now use | ||
8275 | floor(3) to round down floating point numbers. requires -lm on many | ||
8276 | systems, so support for testing for this was added to the | ||
8277 | configure.in and automake template git-svn-id: | ||
8278 | |||
8279 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1194 f882894a-f735-0410-b71e-b25c423dba1c | ||
8280 | |||
8281 | 2005-06-27 M. Sean Finney <seanius@users.sourceforge.net> | ||
8282 | |||
8283 | * plugins/check_hpjd.c: fixes from richard brodie (tracker id | ||
8284 | 1216576) git-svn-id: | ||
8285 | |||
8286 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1193 f882894a-f735-0410-b71e-b25c423dba1c | ||
8287 | |||
8288 | 2005-06-26 M. Sean Finney <seanius@users.sourceforge.net> | ||
8289 | |||
8290 | * contrib/check_dl_size.pl, contrib/check_ftpget.pl, | ||
8291 | contrib/check_logins.c, contrib/check_mysql.c, | ||
8292 | contrib/check_mysql.pl, contrib/check_mysqlslave.pl, | ||
8293 | contrib/check_nwstat.pl, contrib/check_pop3.pl, | ||
8294 | contrib/check_procl.sh, contrib/check_procr.sh: spring cleaning of | ||
8295 | contrib directory from andreas git-svn-id: | ||
8296 | |||
8297 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1192 f882894a-f735-0410-b71e-b25c423dba1c | ||
8298 | |||
8299 | 2005-06-26 M. Sean Finney <seanius@users.sourceforge.net> | ||
8300 | |||
8301 | * : removal of obsolete tarballs git-svn-id: | ||
8302 | |||
8303 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1191 f882894a-f735-0410-b71e-b25c423dba1c | ||
8304 | |||
8305 | 2005-06-26 M. Sean Finney <seanius@users.sourceforge.net> | ||
8306 | |||
8307 | * plugins/check_swap.c: "asprintf madness" fix from andreas' patch | ||
8308 | to np-d, minus the comments. git-svn-id: | ||
8309 | |||
8310 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1190 f882894a-f735-0410-b71e-b25c423dba1c | ||
8311 | |||
8312 | 2005-06-05 M. Sean Finney <seanius@users.sourceforge.net> | ||
8313 | |||
8314 | * plugins/check_tcp.c: check_tcp code cleanup from andreas plus fix | ||
8315 | to andreas' patch from sean git-svn-id: | ||
8316 | |||
8317 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1189 f882894a-f735-0410-b71e-b25c423dba1c | ||
8318 | |||
8319 | 2005-06-03 M. Sean Finney <seanius@users.sourceforge.net> | ||
8320 | |||
8321 | * plugins/check_procs.c: gcc 2.x fixes from edward git-svn-id: | ||
8322 | |||
8323 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1188 f882894a-f735-0410-b71e-b25c423dba1c | ||
8324 | |||
8325 | 2005-06-01 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
8326 | |||
8327 | * plugins/check_snmp.c: only load mibs if needed or specified - | ||
8328 | patch 1212395 git-svn-id: | ||
8329 | |||
8330 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1187 f882894a-f735-0410-b71e-b25c423dba1c | ||
8331 | |||
8332 | 2005-05-28 M. Sean Finney <seanius@users.sourceforge.net> | ||
8333 | |||
8334 | * plugins/check_load.c: bugfixes to check_load thanks to andreas git-svn-id: | ||
8335 | |||
8336 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1186 f882894a-f735-0410-b71e-b25c423dba1c | ||
8337 | |||
8338 | 2005-05-26 M. Sean Finney <seanius@users.sourceforge.net> | ||
8339 | |||
8340 | * plugins/check_mysql.c: fix for check_msyql so that it doesn't use | ||
8341 | column numbers but the names instead for determining slave status. | ||
8342 | thanks to james kingston. git-svn-id: | ||
8343 | |||
8344 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1185 f882894a-f735-0410-b71e-b25c423dba1c | ||
8345 | |||
8346 | 2005-05-25 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
8347 | |||
8348 | * plugins/check_time.c: 64bit sys support - 1185713 git-svn-id: | ||
8349 | |||
8350 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1183 f882894a-f735-0410-b71e-b25c423dba1c | ||
8351 | |||
8352 | 2005-05-25 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
8353 | |||
8354 | * plugins/check_snmp.c: support for getnext - 1106430 git-svn-id: | ||
8355 | |||
8356 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1182 f882894a-f735-0410-b71e-b25c423dba1c | ||
8357 | |||
8358 | 2005-05-25 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
8359 | |||
8360 | * plugins/check_ping.c: RH9 pattern git-svn-id: | ||
8361 | |||
8362 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1181 f882894a-f735-0410-b71e-b25c423dba1c | ||
8363 | |||
8364 | 2005-05-25 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
8365 | |||
8366 | * plugins-scripts/check_ntp.pl: perfdata patch - 1172539 git-svn-id: | ||
8367 | |||
8368 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1180 f882894a-f735-0410-b71e-b25c423dba1c | ||
8369 | |||
8370 | 2005-05-25 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
8371 | |||
8372 | * plugins-scripts/check_ntp.pl: new option for zero offset - 1159317 git-svn-id: | ||
8373 | |||
8374 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1179 f882894a-f735-0410-b71e-b25c423dba1c | ||
8375 | |||
8376 | 2005-05-25 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
8377 | |||
8378 | * plugins/check_snmp.c: v2c support - 1155754 git-svn-id: | ||
8379 | |||
8380 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1178 f882894a-f735-0410-b71e-b25c423dba1c | ||
8381 | |||
8382 | 2005-05-25 M. Sean Finney <seanius@users.sourceforge.net> | ||
8383 | |||
8384 | * configure.in, plugins/check_nagios.c, plugins/check_procs.c: fixes | ||
8385 | for check_procs: - added support for printing the pid in all the ps outputs - don't use the proc name to ignore self, use the pid vs getpid(). - initialize procetime to null string otherwise -vvv can have funny | ||
8386 | results git-svn-id: | ||
8387 | |||
8388 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1177 f882894a-f735-0410-b71e-b25c423dba1c | ||
8389 | |||
8390 | 2005-05-25 M. Sean Finney <seanius@users.sourceforge.net> | ||
8391 | |||
8392 | * plugins/check_tcp.c, plugins/netutils.c, plugins/netutils.h: bah, | ||
8393 | my_connect is taken by mysql. now calling it np_net_connect. git-svn-id: | ||
8394 | |||
8395 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1176 f882894a-f735-0410-b71e-b25c423dba1c | ||
8396 | |||
8397 | 2005-05-24 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
8398 | |||
8399 | * plugins-scripts/check_ntp.pl: patched bug id 1200030 - regex | ||
8400 | update git-svn-id: | ||
8401 | |||
8402 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1175 f882894a-f735-0410-b71e-b25c423dba1c | ||
8403 | |||
8404 | 2005-05-24 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
8405 | |||
8406 | * plugins-scripts/check_ntp.pl: patched bug id 1204636 git-svn-id: | ||
8407 | |||
8408 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1174 f882894a-f735-0410-b71e-b25c423dba1c | ||
8409 | |||
8410 | 2005-05-24 M. Sean Finney <seanius@users.sourceforge.net> | ||
8411 | |||
8412 | * plugins/check_tcp.c, plugins/netutils.c, plugins/netutils.h: | ||
8413 | optimizations and cleanup from andreas git-svn-id: | ||
8414 | |||
8415 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1173 f882894a-f735-0410-b71e-b25c423dba1c | ||
8416 | |||
8417 | 2005-05-23 M. Sean Finney <seanius@users.sourceforge.net> | ||
8418 | |||
8419 | * nagios-plugins.spec.in: build fix git-svn-id: | ||
8420 | |||
8421 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1172 f882894a-f735-0410-b71e-b25c423dba1c | ||
8422 | |||
8423 | 2005-05-03 M. Sean Finney <seanius@users.sourceforge.net> | ||
8424 | |||
8425 | * plugins/check_ping.c: setlocale(LC_ALL, "") should be | ||
8426 | setlocale(LC_NUMERIC, "C") to properly parse the output of ping. git-svn-id: | ||
8427 | |||
8428 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1171 f882894a-f735-0410-b71e-b25c423dba1c | ||
8429 | |||
8430 | 2005-05-03 M. Sean Finney <seanius@users.sourceforge.net> | ||
8431 | |||
8432 | * plugins/check_tcp.c: if check_tcp was called with -e but not -s, | ||
8433 | it would hang in a call to my_recv. the fix committed here adds on | ||
8434 | more piece of logic to the check to see if more data needs to be | ||
8435 | read, avoiding the deadlock call. a better fix would be to not use | ||
8436 | these "voodoo" heuristics and instead use poll() or select(), but | ||
8437 | that's quite a bit more complicated. git-svn-id: | ||
8438 | |||
8439 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1170 f882894a-f735-0410-b71e-b25c423dba1c | ||
8440 | |||
8441 | 2005-05-01 M. Sean Finney <seanius@users.sourceforge.net> | ||
8442 | |||
8443 | * plugins/popen.c, plugins/popen.h: better error checking in spopen | ||
8444 | signal handler (see 1107524) git-svn-id: | ||
8445 | |||
8446 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1169 f882894a-f735-0410-b71e-b25c423dba1c | ||
8447 | |||
8448 | 2005-05-01 M. Sean Finney <seanius@users.sourceforge.net> | ||
8449 | |||
8450 | * configure.in: provide a --with-perl option git-svn-id: | ||
8451 | |||
8452 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1168 f882894a-f735-0410-b71e-b25c423dba1c | ||
8453 | |||
8454 | 2005-04-29 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
8455 | |||
8456 | * contrib/check_sybase: check_sybase 0.7 from Simon Bellman. Thx git-svn-id: | ||
8457 | |||
8458 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1167 f882894a-f735-0410-b71e-b25c423dba1c | ||
8459 | |||
8460 | 2005-04-19 M. Sean Finney <seanius@users.sourceforge.net> | ||
8461 | |||
8462 | * plugins-scripts/check_ntp.pl: regexp fix for check_ntp git-svn-id: | ||
8463 | |||
8464 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1166 f882894a-f735-0410-b71e-b25c423dba1c | ||
8465 | |||
8466 | 2005-04-19 M. Sean Finney <seanius@users.sourceforge.net> | ||
8467 | |||
8468 | * configure.in: check for the -w flag for ping6 as well as ping git-svn-id: | ||
8469 | |||
8470 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1165 f882894a-f735-0410-b71e-b25c423dba1c | ||
8471 | |||
8472 | 2005-04-17 M. Sean Finney <seanius@users.sourceforge.net> | ||
8473 | |||
8474 | * plugins-scripts/check_disk_smb.pl: also change the --help output | ||
8475 | to reflect that check_disk_smb defaults to empty passwords git-svn-id: | ||
8476 | |||
8477 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1164 f882894a-f735-0410-b71e-b25c423dba1c | ||
8478 | |||
8479 | 2005-04-16 M. Sean Finney <seanius@users.sourceforge.net> | ||
8480 | |||
8481 | * plugins-scripts/check_disk_smb.pl: patch to check_disk_smb to | ||
8482 | allow empty passwords git-svn-id: | ||
8483 | |||
8484 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1163 f882894a-f735-0410-b71e-b25c423dba1c | ||
8485 | |||
8486 | 2005-04-14 M. Sean Finney <seanius@users.sourceforge.net> | ||
8487 | |||
8488 | * plugins-scripts/check_mailq.pl: check_mailq fix, don't be case | ||
8489 | sensitive matching /^\s+Total\sRequests:\s(\d+)$/ git-svn-id: | ||
8490 | |||
8491 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1162 f882894a-f735-0410-b71e-b25c423dba1c | ||
8492 | |||
8493 | 2005-04-14 M. Sean Finney <seanius@users.sourceforge.net> | ||
8494 | |||
8495 | * plugins-scripts/check_ntp.pl: typographical fix in check_ntp git-svn-id: | ||
8496 | |||
8497 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1161 f882894a-f735-0410-b71e-b25c423dba1c | ||
8498 | |||
8499 | 2005-04-11 M. Sean Finney <seanius@users.sourceforge.net> | ||
8500 | |||
8501 | * plugins/check_ssh.c: properly call close() on the ssh connection | ||
8502 | before exiting. git-svn-id: | ||
8503 | |||
8504 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1160 f882894a-f735-0410-b71e-b25c423dba1c | ||
8505 | |||
8506 | 2005-04-11 M. Sean Finney <seanius@users.sourceforge.net> | ||
8507 | |||
8508 | * configure.in, plugins/check_tcp.c: this should add support for | ||
8509 | check_ssmtp, based on the 1.3.x patch in 1155562, but fixed to | ||
8510 | follow how things are done in 1.4 (using strdup instead of asprintf) | ||
8511 | and patching configure.in instead of configure. git-svn-id: | ||
8512 | |||
8513 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1159 f882894a-f735-0410-b71e-b25c423dba1c | ||
8514 | |||
8515 | 2005-04-07 M. Sean Finney <seanius@users.sourceforge.net> | ||
8516 | |||
8517 | * plugins/check_smtp.c: in honor of joining up, my first bugfix. | ||
8518 | this should resolve 1174070. note i don't have an exchange server to test this against, but it | ||
8519 | does what the requester mentioned (slightly cleaner than the patch | ||
8520 | attached in the tracker). it does, however, still work against my own postfix server :) sean git-svn-id: | ||
8521 | |||
8522 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1158 f882894a-f735-0410-b71e-b25c423dba1c | ||
8523 | |||
8524 | 2005-04-05 Harper Mann <harpermann@users.sourceforge.net> | ||
8525 | |||
8526 | * plugins/check_snmp.c: This is a first cut at adding performance | ||
8527 | data to check_snmp. I wasn't sure how to handle UOM so only values | ||
8528 | that return SNMP type Counter32: are labled with "c". All other | ||
8529 | values have a blank UOM. I also left off warn, crit, max and min | ||
8530 | values in the performance data until we come up with a way to handle | ||
8531 | them. git-svn-id: | ||
8532 | |||
8533 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1157 f882894a-f735-0410-b71e-b25c423dba1c | ||
8534 | |||
8535 | 2005-04-04 Ton Voon <tonvoon@users.sourceforge.net> | ||
8536 | |||
8537 | * THANKS.in: More contributors git-svn-id: | ||
8538 | |||
8539 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1156 f882894a-f735-0410-b71e-b25c423dba1c | ||
8540 | |||
8541 | 2005-04-04 Ton Voon <tonvoon@users.sourceforge.net> | ||
8542 | |||
8543 | * plugins/check_smtp.c: Fix static buffer (Nikolay Sturm) git-svn-id: | ||
8544 | |||
8545 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1155 f882894a-f735-0410-b71e-b25c423dba1c | ||
8546 | |||
8547 | 2005-03-18 Matthew Kent <mattkent@users.sourceforge.net> | ||
8548 | |||
8549 | * plugins/check_mysql.c: Replication check support for 4.1.x from | ||
8550 | Gerrit Beine git-svn-id: | ||
8551 | |||
8552 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1154 f882894a-f735-0410-b71e-b25c423dba1c | ||
8553 | |||
8554 | 2005-03-08 Ton Voon <tonvoon@users.sourceforge.net> | ||
8555 | |||
8556 | * plugins-scripts/check_ntp.pl: Added OS info for offset issue git-svn-id: | ||
8557 | |||
8558 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1149 f882894a-f735-0410-b71e-b25c423dba1c | ||
8559 | |||
8560 | 2005-03-04 Ton Voon <tonvoon@users.sourceforge.net> | ||
8561 | |||
8562 | * plugins-scripts/check_ntp.pl: Ignore extra check on offset 0.00000 | ||
8563 | (John Warburton - 1150777) git-svn-id: | ||
8564 | |||
8565 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1148 f882894a-f735-0410-b71e-b25c423dba1c | ||
8566 | |||
8567 | 2005-03-04 Ton Voon <tonvoon@users.sourceforge.net> | ||
8568 | |||
8569 | * plugins/check_disk.c, plugins/check_smtp.c, plugins/check_ups.c: | ||
8570 | Fixed // comments (Steve Greenland - 1143836) git-svn-id: | ||
8571 | |||
8572 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1146 f882894a-f735-0410-b71e-b25c423dba1c | ||
8573 | |||
8574 | 2005-03-04 Ton Voon <tonvoon@users.sourceforge.net> | ||
8575 | |||
8576 | * plugins-scripts/check_ntp.pl: Support for IPv6 (Merijn Evertse - | ||
8577 | 1119917) git-svn-id: | ||
8578 | |||
8579 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1145 f882894a-f735-0410-b71e-b25c423dba1c | ||
8580 | |||
8581 | 2005-03-04 Ton Voon <tonvoon@users.sourceforge.net> | ||
8582 | |||
8583 | * configure.in, package.def: Changed to next version number git-svn-id: | ||
8584 | |||
8585 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1144 f882894a-f735-0410-b71e-b25c423dba1c | ||
8586 | |||
8587 | 2005-03-04 Ton Voon <tonvoon@users.sourceforge.net> | ||
8588 | |||
8589 | * doc/RELEASING: Notes on branching git-svn-id: | ||
8590 | |||
8591 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1143 f882894a-f735-0410-b71e-b25c423dba1c | ||
8592 | |||
8593 | 2005-03-04 Ton Voon <tonvoon@users.sourceforge.net> | ||
8594 | |||
8595 | * CHANGES: Missed check_disk addition to 1.4 git-svn-id: | ||
8596 | |||
8597 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1141 f882894a-f735-0410-b71e-b25c423dba1c | ||
8598 | |||
8599 | 2005-02-11 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
8600 | |||
8601 | * plugins/Makefile.am: Fix for check_icmp build on Solaris from | ||
8602 | Andreas Ericsson <ae@op5.se> git-svn-id: | ||
8603 | |||
8604 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1140 f882894a-f735-0410-b71e-b25c423dba1c | ||
8605 | |||
8606 | 2005-02-04 Ton Voon <tonvoon@users.sourceforge.net> | ||
8607 | |||
8608 | * configure.in: For 1.4 release git-svn-id: | ||
8609 | |||
8610 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1138 f882894a-f735-0410-b71e-b25c423dba1c | ||
8611 | |||
8612 | 2005-02-04 Ton Voon <tonvoon@users.sourceforge.net> | ||
8613 | |||
8614 | * ChangeLog: Updated for 1.4 release git-svn-id: | ||
8615 | |||
8616 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1137 f882894a-f735-0410-b71e-b25c423dba1c | ||
8617 | |||
8618 | 2005-02-04 Ton Voon <tonvoon@users.sourceforge.net> | ||
8619 | |||
8620 | * BUGS: New file to note known bugs for major releases git-svn-id: | ||
8621 | |||
8622 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1136 f882894a-f735-0410-b71e-b25c423dba1c | ||
8623 | |||
8624 | 2005-02-04 Ton Voon <tonvoon@users.sourceforge.net> | ||
8625 | |||
8626 | * CHANGES: Reordering of items with most important announcements | ||
8627 | first git-svn-id: | ||
8628 | |||
8629 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1135 f882894a-f735-0410-b71e-b25c423dba1c | ||
8630 | |||
8631 | 2005-02-04 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
8632 | |||
8633 | * contrib/check_oracle_tbs: New version (1.1) from John Koyle git-svn-id: | ||
8634 | |||
8635 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1134 f882894a-f735-0410-b71e-b25c423dba1c | ||
8636 | |||
8637 | 2005-02-04 Ton Voon <tonvoon@users.sourceforge.net> | ||
8638 | |||
8639 | * Makefile.am: BUGS file addition to release git-svn-id: | ||
8640 | |||
8641 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1133 f882894a-f735-0410-b71e-b25c423dba1c | ||
8642 | |||
8643 | 2005-02-04 Ton Voon <tonvoon@users.sourceforge.net> | ||
8644 | |||
8645 | * README: Cleanup and addition of reference to BUGS file git-svn-id: | ||
8646 | |||
8647 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1132 f882894a-f735-0410-b71e-b25c423dba1c | ||
8648 | |||
8649 | 2005-02-04 Ton Voon <tonvoon@users.sourceforge.net> | ||
8650 | |||
8651 | * doc/RELEASING: Updated with corrections. Added note to update BUGS | ||
8652 | file git-svn-id: | ||
8653 | |||
8654 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1131 f882894a-f735-0410-b71e-b25c423dba1c | ||
8655 | |||
8656 | 2005-02-03 Ton Voon <tonvoon@users.sourceforge.net> | ||
8657 | |||
8658 | * THANKS.in: Patch against check_log git-svn-id: | ||
8659 | |||
8660 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1130 f882894a-f735-0410-b71e-b25c423dba1c | ||
8661 | |||
8662 | 2005-02-03 Ton Voon <tonvoon@users.sourceforge.net> | ||
8663 | |||
8664 | * plugins-scripts/check_log.sh: Check for log file readability git-svn-id: | ||
8665 | |||
8666 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1129 f882894a-f735-0410-b71e-b25c423dba1c | ||
8667 | |||
8668 | 2005-02-02 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
8669 | |||
8670 | * contrib/check_email_loop.pl: Add debug option from John Rouillard git-svn-id: | ||
8671 | |||
8672 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1128 f882894a-f735-0410-b71e-b25c423dba1c | ||
8673 | |||
8674 | 2005-02-02 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
8675 | |||
8676 | * plugins/check_ide_smart.c: try again to stop looping git-svn-id: | ||
8677 | |||
8678 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1127 f882894a-f735-0410-b71e-b25c423dba1c | ||
8679 | |||
8680 | 2005-02-02 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
8681 | |||
8682 | * plugins/check_ide_smart.c: restructure main() to stop looping on | ||
8683 | -n git-svn-id: | ||
8684 | |||
8685 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1126 f882894a-f735-0410-b71e-b25c423dba1c | ||
8686 | |||
8687 | 2005-02-01 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
8688 | |||
8689 | * contrib/check_traceroute-pure_perl.pl: Thank you to Myke Place for | ||
8690 | check_traceroute-pure_perl.pl git-svn-id: | ||
8691 | |||
8692 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1125 f882894a-f735-0410-b71e-b25c423dba1c | ||
8693 | |||
8694 | 2005-02-01 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
8695 | |||
8696 | * THANKS.in: Thank you for contributed plugins git-svn-id: | ||
8697 | |||
8698 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1124 f882894a-f735-0410-b71e-b25c423dba1c | ||
8699 | |||
8700 | 2005-02-01 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
8701 | |||
8702 | * plugins/Makefile.am: check_icmp added to libexec_PROGRAMS git-svn-id: | ||
8703 | |||
8704 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1123 f882894a-f735-0410-b71e-b25c423dba1c | ||
8705 | |||
8706 | 2005-02-01 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
8707 | |||
8708 | * CHANGES: check_icmp no longer regarded as volatile; built by | ||
8709 | default git-svn-id: | ||
8710 | |||
8711 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1122 f882894a-f735-0410-b71e-b25c423dba1c | ||
8712 | |||
8713 | 2005-02-01 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
8714 | |||
8715 | * plugins/linux.h: plugins/linux.h, vestigeal header required for | ||
8716 | prior versions of check_icmp, no longer required. git-svn-id: | ||
8717 | |||
8718 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1121 f882894a-f735-0410-b71e-b25c423dba1c | ||
8719 | |||
8720 | 2005-02-01 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
8721 | |||
8722 | * CHANGES: Amendments for check_icmp git-svn-id: | ||
8723 | |||
8724 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1120 f882894a-f735-0410-b71e-b25c423dba1c | ||
8725 | |||
8726 | 2005-02-01 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
8727 | |||
8728 | * plugins/Makefile.am: hacks to partly support check_icmp.c (1.0). git-svn-id: | ||
8729 | |||
8730 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1119 f882894a-f735-0410-b71e-b25c423dba1c | ||
8731 | |||
8732 | 2005-02-01 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
8733 | |||
8734 | * plugins/check_icmp.c: Revised check_icmp (1.0) from A Ericsson. git-svn-id: | ||
8735 | |||
8736 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1118 f882894a-f735-0410-b71e-b25c423dba1c | ||
8737 | |||
8738 | 2005-02-01 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
8739 | |||
8740 | * contrib/check_asterisk.pl, contrib/check_email_loop.pl, | ||
8741 | contrib/check_http-with-client-certificate.c: New or revised plugin | ||
8742 | in /contrib git-svn-id: | ||
8743 | |||
8744 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1117 f882894a-f735-0410-b71e-b25c423dba1c | ||
8745 | |||
8746 | 2005-01-28 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
8747 | |||
8748 | * contrib/check_sybase: New version of Simon Bellwoods check_sybase | ||
8749 | (0.4). Thank you. git-svn-id: | ||
8750 | |||
8751 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1116 f882894a-f735-0410-b71e-b25c423dba1c | ||
8752 | |||
8753 | 2005-01-27 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
8754 | |||
8755 | * contrib/check_traceroute.pl: Jon Meek's check_traceroute for Mon | ||
8756 | hacked by YT for Nagios. Prob pretty weak git-svn-id: | ||
8757 | |||
8758 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1115 f882894a-f735-0410-b71e-b25c423dba1c | ||
8759 | |||
8760 | 2005-01-27 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
8761 | |||
8762 | * contrib/check_smart.pl: Candidate successor to | ||
8763 | /plugins/check_ide_smart.c. Now in /contrib. NB there is another new | ||
8764 | plugin with sim function git-svn-id: | ||
8765 | |||
8766 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1114 f882894a-f735-0410-b71e-b25c423dba1c | ||
8767 | |||
8768 | 2005-01-27 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
8769 | |||
8770 | * contrib/check_fan_cpq_present, contrib/check_fan_fsc_present, | ||
8771 | contrib/check_mysqlslave.pl, contrib/check_temp_cpq, | ||
8772 | contrib/check_temp_fsc: New /contrib plugin git-svn-id: | ||
8773 | |||
8774 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1113 f882894a-f735-0410-b71e-b25c423dba1c | ||
8775 | |||
8776 | 2005-01-27 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
8777 | |||
8778 | * contrib/check_arping.pl, contrib/check_cpqarray.c, | ||
8779 | contrib/check_frontpage, contrib/check_logins.c, | ||
8780 | contrib/check_oracle_tbs, contrib/check_pcpmetric.py, | ||
8781 | contrib/check_pfstate: New /contrib plugin git-svn-id: | ||
8782 | |||
8783 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1112 f882894a-f735-0410-b71e-b25c423dba1c | ||
8784 | |||
8785 | 2005-01-27 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
8786 | |||
8787 | * CHANGES, THANKS.in, contrib/README.TXT, po/de.po, po/fr.po: 1 New | ||
8788 | /contrib plugins 2 Revised check_dhcp.c status in CHANGES git-svn-id: | ||
8789 | |||
8790 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1111 f882894a-f735-0410-b71e-b25c423dba1c | ||
8791 | |||
8792 | 2005-01-27 Harper Mann <harpermann@users.sourceforge.net> | ||
8793 | |||
8794 | * plugins/Makefile.am: Added check_dhcp bask into libexec_PROGRAMS | ||
8795 | after talking with Stanley. git-svn-id: | ||
8796 | |||
8797 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1110 f882894a-f735-0410-b71e-b25c423dba1c | ||
8798 | |||
8799 | 2005-01-26 Ton Voon <tonvoon@users.sourceforge.net> | ||
8800 | |||
8801 | * THANKS.in: More contributors git-svn-id: | ||
8802 | |||
8803 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1109 f882894a-f735-0410-b71e-b25c423dba1c | ||
8804 | |||
8805 | 2005-01-26 Ton Voon <tonvoon@users.sourceforge.net> | ||
8806 | |||
8807 | * plugins/check_dig.c: Convert tabs to spaces from dig's answer | ||
8808 | section (Randy O'Meara - 1107651) git-svn-id: | ||
8809 | |||
8810 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1108 f882894a-f735-0410-b71e-b25c423dba1c | ||
8811 | |||
8812 | 2005-01-26 Ton Voon <tonvoon@users.sourceforge.net> | ||
8813 | |||
8814 | * REQUIREMENTS: Add recommendation for check_procs on Mandrake | ||
8815 | systems (Paulo Fessel - 1106849) git-svn-id: | ||
8816 | |||
8817 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1107 f882894a-f735-0410-b71e-b25c423dba1c | ||
8818 | |||
8819 | 2005-01-25 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
8820 | |||
8821 | * plugins/check_ide_smart.c: Display usage if no argv (Reuben | ||
8822 | Farrelly) git-svn-id: | ||
8823 | |||
8824 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1106 f882894a-f735-0410-b71e-b25c423dba1c | ||
8825 | |||
8826 | 2005-01-25 Harper Mann <harpermann@users.sourceforge.net> | ||
8827 | |||
8828 | * plugins/check_dhcp.c: Tracker:1109261 This was an alignment | ||
8829 | problem on Solaris. Linux kernel fixes alignment so this was not | ||
8830 | seen there. Memcpy takes care of proper alignment. Tested on RHEL | ||
8831 | V3 U3, RHEL V4, FreeBSD 4.10 (Thanks Stanley!) and Solaris 9 with | ||
8832 | the GNU env. git-svn-id: | ||
8833 | |||
8834 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1105 f882894a-f735-0410-b71e-b25c423dba1c | ||
8835 | |||
8836 | 2005-01-25 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
8837 | |||
8838 | * plugins/check_ide_smart.c: Trivial text changes (print_help, | ||
8839 | commentary & -n option) git-svn-id: | ||
8840 | |||
8841 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1104 f882894a-f735-0410-b71e-b25c423dba1c | ||
8842 | |||
8843 | 2005-01-25 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
8844 | |||
8845 | * contrib/check_dhcp.c: moved to /plugins (core plugin) git-svn-id: | ||
8846 | |||
8847 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1103 f882894a-f735-0410-b71e-b25c423dba1c | ||
8848 | |||
8849 | 2005-01-25 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
8850 | |||
8851 | * : replaced by contrib/check_ica* (esp | ||
8852 | check_ica_metaframe_pub_apps) git-svn-id: | ||
8853 | |||
8854 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1102 f882894a-f735-0410-b71e-b25c423dba1c | ||
8855 | |||
8856 | 2005-01-25 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
8857 | |||
8858 | * contrib/check_citrix: Replaced by the check_ica* pair of plugins | ||
8859 | (mainly check_ica_metaframe_pub_apps) git-svn-id: | ||
8860 | |||
8861 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1101 f882894a-f735-0410-b71e-b25c423dba1c | ||
8862 | |||
8863 | 2005-01-25 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
8864 | |||
8865 | * contrib/packet_utils.pm: packet creation and dumping hacks used by | ||
8866 | check_ica* and check_lotus git-svn-id: | ||
8867 | |||
8868 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1100 f882894a-f735-0410-b71e-b25c423dba1c | ||
8869 | |||
8870 | 2005-01-25 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
8871 | |||
8872 | * contrib/check_ica_master_browser.pl: New plugin - checks that ICA | ||
8873 | master browser is what it should be (important for firewalled | ||
8874 | dialup) git-svn-id: | ||
8875 | |||
8876 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1099 f882894a-f735-0410-b71e-b25c423dba1c | ||
8877 | |||
8878 | 2005-01-25 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
8879 | |||
8880 | * contrib/check_ica_metaframe_pub_apps.pl: Replacement (structured | ||
8881 | name mainly) for check_citrix: check of ICA browse service git-svn-id: | ||
8882 | |||
8883 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1098 f882894a-f735-0410-b71e-b25c423dba1c | ||
8884 | |||
8885 | 2005-01-25 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
8886 | |||
8887 | * contrib/check_ica_program_neigbourhood.pl: New plugin to check | ||
8888 | Citrix Metaframe XP "Program Neighbourhood" git-svn-id: | ||
8889 | |||
8890 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1097 f882894a-f735-0410-b71e-b25c423dba1c | ||
8891 | |||
8892 | 2005-01-25 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
8893 | |||
8894 | * contrib/check_lotus.pl: New plugin to check responsiveness of | ||
8895 | Louts Notes (v5 at least) servers git-svn-id: | ||
8896 | |||
8897 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1096 f882894a-f735-0410-b71e-b25c423dba1c | ||
8898 | |||
8899 | 2005-01-24 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
8900 | |||
8901 | * plugins/Makefile.am: Removed check_dhcp and check_icmp from | ||
8902 | libexec_PROGRAMS (ie dont build by defaut) git-svn-id: | ||
8903 | |||
8904 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1095 f882894a-f735-0410-b71e-b25c423dba1c | ||
8905 | |||
8906 | 2005-01-24 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
8907 | |||
8908 | * CHANGES: Notes about check_dhcp and check_icmp (no longer built by | ||
8909 | default, use at own peril, volatile) git-svn-id: | ||
8910 | |||
8911 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1094 f882894a-f735-0410-b71e-b25c423dba1c | ||
8912 | |||
8913 | 2005-01-21 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
8914 | |||
8915 | * configure.in: Set arch specifc preprocessor symbols in config.h. | ||
8916 | TEMPORARY hack for check_dhcp.c [on FreeBSD 4: /check_dhcp -i fxp0 | ||
8917 | -> DHCP ok: Received 1 DHCPOFFER(s), max lease time = 259200 sec. git-svn-id: | ||
8918 | |||
8919 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1093 f882894a-f735-0410-b71e-b25c423dba1c | ||
8920 | |||
8921 | 2005-01-21 Harper Mann <harpermann@users.sourceforge.net> | ||
8922 | |||
8923 | * plugins/check_snmp.c: Tracker 1106378 fixed - The -t (timeout) arg | ||
8924 | was not handled correctly when passed to the snmpget command. Added | ||
8925 | -e --retries for the correct retries value to snmpcmd. git-svn-id: | ||
8926 | |||
8927 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1092 f882894a-f735-0410-b71e-b25c423dba1c | ||
8928 | |||
8929 | 2005-01-21 Ton Voon <tonvoon@users.sourceforge.net> | ||
8930 | |||
8931 | * doc/developer-guidelines.sgml: Changing copyright to the Nagios | ||
8932 | Plugins Development Team, rather than individual names. Also, | ||
8933 | clarified use of ACKNOWLEDGEMENTS, THANKS.in and AUTHORS git-svn-id: | ||
8934 | |||
8935 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1091 f882894a-f735-0410-b71e-b25c423dba1c | ||
8936 | |||
8937 | 2005-01-20 Harper Mann <harpermann@users.sourceforge.net> | ||
8938 | |||
8939 | * plugins/check_http.c: Changed long argument --minmax to --pagesize | ||
8940 | and updated help and usage git-svn-id: | ||
8941 | |||
8942 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1090 f882894a-f735-0410-b71e-b25c423dba1c | ||
8943 | |||
8944 | 2005-01-20 Ton Voon <tonvoon@users.sourceforge.net> | ||
8945 | |||
8946 | * AUTHORS, Makefile.am, THANKS.in: The AUTHORS file now used for the | ||
8947 | plugin team, with THANKS.in as the contributors list. git-svn-id: | ||
8948 | |||
8949 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1089 f882894a-f735-0410-b71e-b25c423dba1c | ||
8950 | |||
8951 | 2005-01-20 Harper Mann <harpermann@users.sourceforge.net> | ||
8952 | |||
8953 | * CHANGES: Added comment about check_http --pagesize and added max | ||
8954 | value to page size check git-svn-id: | ||
8955 | |||
8956 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1088 f882894a-f735-0410-b71e-b25c423dba1c | ||
8957 | |||
8958 | 2005-01-20 Ton Voon <tonvoon@users.sourceforge.net> | ||
8959 | |||
8960 | * AUTHORS: Added Sean for bug reports git-svn-id: | ||
8961 | |||
8962 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1087 f882894a-f735-0410-b71e-b25c423dba1c | ||
8963 | |||
8964 | 2005-01-20 Harper Mann <harpermann@users.sourceforge.net> | ||
8965 | |||
8966 | * plugins/check_http.c: Tracker 1099682 fix. Now getting the page | ||
8967 | size from Content-Length in the header. Added max value to the -m | ||
8968 | switch so can do "-m min:max". Retained "-m min" convention. | ||
8969 | Renamed long arg name to --minmax git-svn-id: | ||
8970 | |||
8971 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1086 f882894a-f735-0410-b71e-b25c423dba1c | ||
8972 | |||
8973 | 2005-01-19 Harper Mann <harpermann@users.sourceforge.net> | ||
8974 | |||
8975 | * plugins/check_nt.c: In the CHECK_COUNTER block, there were several | ||
8976 | strcats writing to unallocated memory. Changed to asprintf. We're | ||
8977 | not freeing since plugin run is short. git-svn-id: | ||
8978 | |||
8979 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1085 f882894a-f735-0410-b71e-b25c423dba1c | ||
8980 | |||
8981 | 2005-01-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
8982 | |||
8983 | * plugins/check_swap.c: Fixed parsing of AIX lsps command (1093522) git-svn-id: | ||
8984 | |||
8985 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1084 f882894a-f735-0410-b71e-b25c423dba1c | ||
8986 | |||
8987 | 2005-01-14 Ton Voon <tonvoon@users.sourceforge.net> | ||
8988 | |||
8989 | * AUTHORS: More contributors git-svn-id: | ||
8990 | |||
8991 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1083 f882894a-f735-0410-b71e-b25c423dba1c | ||
8992 | |||
8993 | 2005-01-14 Ton Voon <tonvoon@users.sourceforge.net> | ||
8994 | |||
8995 | * configure.in: Fixed ssl configure problems on Solaris (Bug | ||
8996 | 1096091) git-svn-id: | ||
8997 | |||
8998 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1081 f882894a-f735-0410-b71e-b25c423dba1c | ||
8999 | |||
9000 | 2005-01-13 Ton Voon <tonvoon@users.sourceforge.net> | ||
9001 | |||
9002 | * configure.in, plugins/check_swap.c: Use floats for holding memory | ||
9003 | values to avoid different types on different OSes. Seems to have a | ||
9004 | problem with the perf data for check_swap on Sol 2.6, but not | ||
9005 | critical git-svn-id: | ||
9006 | |||
9007 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1080 f882894a-f735-0410-b71e-b25c423dba1c | ||
9008 | |||
9009 | 2005-01-05 Ton Voon <tonvoon@users.sourceforge.net> | ||
9010 | |||
9011 | * configure.in, package.def: Update version number to next release git-svn-id: | ||
9012 | |||
9013 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1079 f882894a-f735-0410-b71e-b25c423dba1c | ||
9014 | |||
9015 | 2005-01-04 Benoit Mortier <opensides@users.sourceforge.net> | ||
9016 | |||
9017 | * plugins/check_ide_smart.c: still trying to fix #1094326 git-svn-id: | ||
9018 | |||
9019 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1078 f882894a-f735-0410-b71e-b25c423dba1c | ||
9020 | |||
9021 | 2005-01-03 Benoit Mortier <opensides@users.sourceforge.net> | ||
9022 | |||
9023 | * plugins/check_ide_smart.c: more fixes for #1094326 git-svn-id: | ||
9024 | |||
9025 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1077 f882894a-f735-0410-b71e-b25c423dba1c | ||
9026 | |||
9027 | 2005-01-03 Benoit Mortier <opensides@users.sourceforge.net> | ||
9028 | |||
9029 | * plugins-scripts/check_mailq.pl: fixes for #1094324 git-svn-id: | ||
9030 | |||
9031 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1076 f882894a-f735-0410-b71e-b25c423dba1c | ||
9032 | |||
9033 | 2005-01-02 Benoit Mortier <opensides@users.sourceforge.net> | ||
9034 | |||
9035 | * plugins/check_ide_smart.c: fixing bug #1094326 still need to check the makefile for check_ide_smart.c git-svn-id: | ||
9036 | |||
9037 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1075 f882894a-f735-0410-b71e-b25c423dba1c | ||
9038 | |||
9039 | 2005-01-01 Ton Voon <tonvoon@users.sourceforge.net> | ||
9040 | |||
9041 | * plugins/check_smtp.c: Removed old terminate function (Bug 1093491) git-svn-id: | ||
9042 | |||
9043 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1074 f882894a-f735-0410-b71e-b25c423dba1c | ||
9044 | |||
9045 | 2004-12-30 Ton Voon <tonvoon@users.sourceforge.net> | ||
9046 | |||
9047 | * ChangeLog: Updated with r1_4-beta1 details git-svn-id: | ||
9048 | |||
9049 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1072 f882894a-f735-0410-b71e-b25c423dba1c | ||
9050 | |||
9051 | 2004-12-30 Ton Voon <tonvoon@users.sourceforge.net> | ||
9052 | |||
9053 | * CHANGES: Note some syntax changes to check_disk git-svn-id: | ||
9054 | |||
9055 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1071 f882894a-f735-0410-b71e-b25c423dba1c | ||
9056 | |||
9057 | 2004-12-30 Ton Voon <tonvoon@users.sourceforge.net> | ||
9058 | |||
9059 | * doc/RELEASING: Update package files for version git-svn-id: | ||
9060 | |||
9061 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1070 f882894a-f735-0410-b71e-b25c423dba1c | ||
9062 | |||
9063 | 2004-12-30 Ton Voon <tonvoon@users.sourceforge.net> | ||
9064 | |||
9065 | * AUTHORS: For help with ps on FreeBSD 4 git-svn-id: | ||
9066 | |||
9067 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1069 f882894a-f735-0410-b71e-b25c423dba1c | ||
9068 | |||
9069 | 2004-12-30 Ton Voon <tonvoon@users.sourceforge.net> | ||
9070 | |||
9071 | * configure.in: Get ps command for FreeBSD 4 (Tomasz Pilat) git-svn-id: | ||
9072 | |||
9073 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1068 f882894a-f735-0410-b71e-b25c423dba1c | ||
9074 | |||
9075 | 2004-12-30 Benoit Mortier <opensides@users.sourceforge.net> | ||
9076 | |||
9077 | * plugins/check_dhcp.c, plugins/check_dns.c, plugins/check_ping.c, | ||
9078 | plugins/check_procs.c, plugins/check_smtp.c, plugins/check_snmp.c, | ||
9079 | plugins/check_swap.c, plugins/check_tcp.c, po/de.po, po/fr.po, | ||
9080 | po/nagios-plugins.pot: more internationalization fixes | ||
9081 | internationalization freeze for beta1 git-svn-id: | ||
9082 | |||
9083 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1067 f882894a-f735-0410-b71e-b25c423dba1c | ||
9084 | |||
9085 | 2004-12-28 Benoit Mortier <opensides@users.sourceforge.net> | ||
9086 | |||
9087 | * AUTHORS, po/fr.po: more internationalization git-svn-id: | ||
9088 | |||
9089 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1066 f882894a-f735-0410-b71e-b25c423dba1c | ||
9090 | |||
9091 | 2004-12-28 Benoit Mortier <opensides@users.sourceforge.net> | ||
9092 | |||
9093 | * plugins/Makefile.am, plugins/check_smtp.c, po/fr.po: starttls | ||
9094 | support for check_smtp #1041576 git-svn-id: | ||
9095 | |||
9096 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1065 f882894a-f735-0410-b71e-b25c423dba1c | ||
9097 | |||
9098 | 2004-12-28 Benoit Mortier <opensides@users.sourceforge.net> | ||
9099 | |||
9100 | * AUTHORS, plugins/check_ping.c: String match in check_ping for | ||
9101 | Solaris 10 #1091043 git-svn-id: | ||
9102 | |||
9103 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1064 f882894a-f735-0410-b71e-b25c423dba1c | ||
9104 | |||
9105 | 2004-12-28 Ton Voon <tonvoon@users.sourceforge.net> | ||
9106 | |||
9107 | * configure.in: sys/param.h needed for sys/swap.h on openbsd 3.6 | ||
9108 | (Julien Touche) git-svn-id: | ||
9109 | |||
9110 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1063 f882894a-f735-0410-b71e-b25c423dba1c | ||
9111 | |||
9112 | 2004-12-27 Benoit Mortier <opensides@users.sourceforge.net> | ||
9113 | |||
9114 | * po/fr.po: more internationalization git-svn-id: | ||
9115 | |||
9116 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1062 f882894a-f735-0410-b71e-b25c423dba1c | ||
9117 | |||
9118 | 2004-12-25 Benoit Mortier <opensides@users.sourceforge.net> | ||
9119 | |||
9120 | * plugins/check_dig.c, plugins/check_disk.c, plugins/check_dns.c, | ||
9121 | plugins/check_dummy.c, plugins/check_fping.c, plugins/check_game.c, | ||
9122 | plugins/check_hpjd.c, plugins/check_icmp.c, | ||
9123 | plugins/check_ide_smart.c, plugins/check_ldap.c, | ||
9124 | plugins/check_load.c, plugins/check_mrtg.c, | ||
9125 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
9126 | plugins/check_nagios.c, plugins/check_nt.c, plugins/check_nwstat.c, | ||
9127 | plugins/check_overcr.c, plugins/check_pgsql.c, | ||
9128 | plugins/check_ping.c, plugins/check_procs.c, | ||
9129 | plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, | ||
9130 | plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, | ||
9131 | plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c, | ||
9132 | plugins/check_ups.c, plugins/check_users.c, plugins/negate.c, | ||
9133 | plugins/netutils.c, plugins/popen.c, plugins/popen.h, | ||
9134 | plugins/urlize.c, plugins/utils.c, po/de.po, po/fr.po, | ||
9135 | po/nagios-plugins.pot: various fixes for localization git-svn-id: | ||
9136 | |||
9137 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1061 f882894a-f735-0410-b71e-b25c423dba1c | ||
9138 | |||
9139 | 2004-12-25 Benoit Mortier <opensides@users.sourceforge.net> | ||
9140 | |||
9141 | * po/de.po, po/fr.po, po/nagios-plugins.pot: new version of po files | ||
9142 | and pot file git-svn-id: | ||
9143 | |||
9144 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1060 f882894a-f735-0410-b71e-b25c423dba1c | ||
9145 | |||
9146 | 2004-12-25 Benoit Mortier <opensides@users.sourceforge.net> | ||
9147 | |||
9148 | * package.def, po/POTFILES.in: change realase name on package.def | ||
9149 | adding check_dhcp.c to potfiles.in git-svn-id: | ||
9150 | |||
9151 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1059 f882894a-f735-0410-b71e-b25c423dba1c | ||
9152 | |||
9153 | 2004-12-25 Benoit Mortier <opensides@users.sourceforge.net> | ||
9154 | |||
9155 | * plugins/check_by_ssh.c, plugins/check_dhcp.c: internationalization | ||
9156 | of check_dhcp internationalization fixes of check_ssh git-svn-id: | ||
9157 | |||
9158 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1058 f882894a-f735-0410-b71e-b25c423dba1c | ||
9159 | |||
9160 | 2004-12-24 Benoit Mortier <opensides@users.sourceforge.net> | ||
9161 | |||
9162 | * plugins/check_icmp.c, po/POTFILES.in, po/fr.po: first pass at | ||
9163 | adapting to plugin guidelines and start of localization git-svn-id: | ||
9164 | |||
9165 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1057 f882894a-f735-0410-b71e-b25c423dba1c | ||
9166 | |||
9167 | 2004-12-23 Benoit Mortier <opensides@users.sourceforge.net> | ||
9168 | |||
9169 | * plugins/check_http.c, po/fr.po: internationalization fixes git-svn-id: | ||
9170 | |||
9171 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1056 f882894a-f735-0410-b71e-b25c423dba1c | ||
9172 | |||
9173 | 2004-12-23 Michael Wirtgen <mwirtgen@users.sourceforge.net> | ||
9174 | |||
9175 | * po/de.po: german translations 391 to go git-svn-id: | ||
9176 | |||
9177 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1055 f882894a-f735-0410-b71e-b25c423dba1c | ||
9178 | |||
9179 | 2004-12-23 Ton Voon <tonvoon@users.sourceforge.net> | ||
9180 | |||
9181 | * ACKNOWLEDGEMENTS, configure.in, m4/np_curl.m4, | ||
9182 | plugins/Makefile.am: Another attempt at fixing check_http compile on | ||
9183 | Redhat EL3. Fixed check_icmp compile (Lynne Lawrence - 1087171) - | ||
9184 | still some code changes to check_icmp outstanding. Fixed compile of | ||
9185 | check_dhcp (complaining about socklen_t). Added acknowledgements | ||
9186 | for Coreutils and curl git-svn-id: | ||
9187 | |||
9188 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1054 f882894a-f735-0410-b71e-b25c423dba1c | ||
9189 | |||
9190 | 2004-12-22 Harper Mann <harpermann@users.sourceforge.net> | ||
9191 | |||
9192 | * plugins/check_nt.c: Added check for "%" in COUNTER <description>. | ||
9193 | If it exists, <description> is used as an arg to asprintf. If it | ||
9194 | doesn't exist, <description> is used as a label. If the formatting | ||
9195 | is wrong, the program will segv. git-svn-id: | ||
9196 | |||
9197 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1053 f882894a-f735-0410-b71e-b25c423dba1c | ||
9198 | |||
9199 | 2004-12-22 Ton Voon <tonvoon@users.sourceforge.net> | ||
9200 | |||
9201 | * lib/Makefile.am, lib/stdbool_.h: File required from coreutils git-svn-id: | ||
9202 | |||
9203 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1052 f882894a-f735-0410-b71e-b25c423dba1c | ||
9204 | |||
9205 | 2004-12-21 Ton Voon <tonvoon@users.sourceforge.net> | ||
9206 | |||
9207 | * configure.in, plugins/Makefile.am: Revert back to previous openssl | ||
9208 | checks (the ones from curl kept having problems with later Redhat | ||
9209 | versions) git-svn-id: | ||
9210 | |||
9211 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1051 f882894a-f735-0410-b71e-b25c423dba1c | ||
9212 | |||
9213 | 2004-12-21 Ton Voon <tonvoon@users.sourceforge.net> | ||
9214 | |||
9215 | * m4/stdbool.m4: Another m4 from coreutils git-svn-id: | ||
9216 | |||
9217 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1050 f882894a-f735-0410-b71e-b25c423dba1c | ||
9218 | |||
9219 | 2004-12-21 Ton Voon <tonvoon@users.sourceforge.net> | ||
9220 | |||
9221 | * AUTHORS: For their bug reports git-svn-id: | ||
9222 | |||
9223 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1049 f882894a-f735-0410-b71e-b25c423dba1c | ||
9224 | |||
9225 | 2004-12-21 Ton Voon <tonvoon@users.sourceforge.net> | ||
9226 | |||
9227 | * lib/Makefile.am, m4/Makefile.am, m4/np_coreutils.m4: Fixed compile | ||
9228 | problem on Sol2.6 with stdbool.h git-svn-id: | ||
9229 | |||
9230 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1047 f882894a-f735-0410-b71e-b25c423dba1c | ||
9231 | |||
9232 | 2004-12-21 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
9233 | |||
9234 | * plugins/check_dhcp.c: Commentary changes only: cite origin of | ||
9235 | copied code with reference to ACK file git-svn-id: | ||
9236 | |||
9237 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1046 f882894a-f735-0410-b71e-b25c423dba1c | ||
9238 | |||
9239 | 2004-12-21 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
9240 | |||
9241 | * ACKNOWLEDGEMENTS: ACK file contains the details of the authors of | ||
9242 | code copied by the plugins git-svn-id: | ||
9243 | |||
9244 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1045 f882894a-f735-0410-b71e-b25c423dba1c | ||
9245 | |||
9246 | 2004-12-21 Matthew Kent <mattkent@users.sourceforge.net> | ||
9247 | |||
9248 | * plugins/check_dns.c: Add another error string match from Pasi | ||
9249 | Tiittanen git-svn-id: | ||
9250 | |||
9251 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1044 f882894a-f735-0410-b71e-b25c423dba1c | ||
9252 | |||
9253 | 2004-12-20 Ton Voon <tonvoon@users.sourceforge.net> | ||
9254 | |||
9255 | * plugins/check_nagios.c: Corrected help for expiry units. Restored | ||
9256 | functionality of searching for process arguments git-svn-id: | ||
9257 | |||
9258 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1043 f882894a-f735-0410-b71e-b25c423dba1c | ||
9259 | |||
9260 | 2004-12-20 Ton Voon <tonvoon@users.sourceforge.net> | ||
9261 | |||
9262 | * plugins/check_nagios.c: Updating help text to reflect using | ||
9263 | shortname instead of full path for command git-svn-id: | ||
9264 | |||
9265 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1042 f882894a-f735-0410-b71e-b25c423dba1c | ||
9266 | |||
9267 | 2004-12-20 Ton Voon <tonvoon@users.sourceforge.net> | ||
9268 | |||
9269 | * configure.in: - stupid typo git-svn-id: | ||
9270 | |||
9271 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1041 f882894a-f735-0410-b71e-b25c423dba1c | ||
9272 | |||
9273 | 2004-12-20 Ton Voon <tonvoon@users.sourceforge.net> | ||
9274 | |||
9275 | * configure.in: Fix compile errors when looking for openssl git-svn-id: | ||
9276 | |||
9277 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1040 f882894a-f735-0410-b71e-b25c423dba1c | ||
9278 | |||
9279 | 2004-12-20 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
9280 | |||
9281 | * COPYING, plugins/check_dhcp.c, po/de.po, po/fr.po: Compilation | ||
9282 | fixes for check_dhcp.c HP-UX 11. Still fails on HP-UX 10. Unknown if | ||
9283 | check_dhcp works on UX. git-svn-id: | ||
9284 | |||
9285 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1039 f882894a-f735-0410-b71e-b25c423dba1c | ||
9286 | |||
9287 | 2004-12-18 Michael Wirtgen <mwirtgen@users.sourceforge.net> | ||
9288 | |||
9289 | * po/de.po: Initial commit on german translation - 428 to go git-svn-id: | ||
9290 | |||
9291 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1038 f882894a-f735-0410-b71e-b25c423dba1c | ||
9292 | |||
9293 | 2004-12-17 Ton Voon <tonvoon@users.sourceforge.net> | ||
9294 | |||
9295 | * configure.in: Support for FreeBSD 5.2.1 and 5.3 in check_procs git-svn-id: | ||
9296 | |||
9297 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1037 f882894a-f735-0410-b71e-b25c423dba1c | ||
9298 | |||
9299 | 2004-12-15 Ton Voon <tonvoon@users.sourceforge.net> | ||
9300 | |||
9301 | * configure.in: Bump version to next release git-svn-id: | ||
9302 | |||
9303 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1036 f882894a-f735-0410-b71e-b25c423dba1c | ||
9304 | |||
9305 | 2004-12-15 Ton Voon <tonvoon@users.sourceforge.net> | ||
9306 | |||
9307 | * doc/developer-guidelines.sgml: Mistake in automake version - back | ||
9308 | to 1.8 git-svn-id: | ||
9309 | |||
9310 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1035 f882894a-f735-0410-b71e-b25c423dba1c | ||
9311 | |||
9312 | 2004-12-15 Ton Voon <tonvoon@users.sourceforge.net> | ||
9313 | |||
9314 | * doc/RELEASING: Clarified notes git-svn-id: | ||
9315 | |||
9316 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1034 f882894a-f735-0410-b71e-b25c423dba1c | ||
9317 | |||
9318 | 2004-12-15 Ton Voon <tonvoon@users.sourceforge.net> | ||
9319 | |||
9320 | * ChangeLog: Updated for r1_4_0-alpha3 git-svn-id: | ||
9321 | |||
9322 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1032 f882894a-f735-0410-b71e-b25c423dba1c | ||
9323 | |||
9324 | 2004-12-15 Ton Voon <tonvoon@users.sourceforge.net> | ||
9325 | |||
9326 | * doc/developer-guidelines.sgml: Updated requirements for GNU tools git-svn-id: | ||
9327 | |||
9328 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1031 f882894a-f735-0410-b71e-b25c423dba1c | ||
9329 | |||
9330 | 2004-12-15 Ton Voon <tonvoon@users.sourceforge.net> | ||
9331 | |||
9332 | * m4/Makefile.am: Makefile for m4 files git-svn-id: | ||
9333 | |||
9334 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1030 f882894a-f735-0410-b71e-b25c423dba1c | ||
9335 | |||
9336 | 2004-12-15 Ton Voon <tonvoon@users.sourceforge.net> | ||
9337 | |||
9338 | * Makefile.am, configure.in, plugins/Makefile.am, tools/setup: | ||
9339 | Support for coreutils lib. Configure tests via m4 scripts from | ||
9340 | coreutils git-svn-id: | ||
9341 | |||
9342 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1029 f882894a-f735-0410-b71e-b25c423dba1c | ||
9343 | |||
9344 | 2004-12-15 Ton Voon <tonvoon@users.sourceforge.net> | ||
9345 | |||
9346 | * m4/Makefile.am.in, m4/afs.m4, m4/codeset.m4, m4/error.m4, | ||
9347 | m4/exitfail.m4, m4/extensions.m4, m4/fstypename.m4, m4/fsusage.m4, | ||
9348 | m4/getopt.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4, | ||
9349 | m4/intdiv0.m4, m4/inttypes-pri.m4, m4/inttypes.m4, | ||
9350 | m4/inttypes_h.m4, m4/isc-posix.m4, m4/lcmessage.m4, m4/lib-ld.m4, | ||
9351 | m4/lib-link.m4, m4/lib-prefix.m4, m4/ls-mntd-fs.m4, m4/malloc.m4, | ||
9352 | m4/mountlist.m4, m4/np_coreutils.m4, m4/onceonly.m4, | ||
9353 | m4/progtest.m4, m4/realloc.m4, m4/stdint_h.m4, m4/uintmax_t.m4, | ||
9354 | m4/ulonglong.m4, m4/unlocked-io.m4, m4/xalloc.m4: Moving m4 files | ||
9355 | from lib/ git-svn-id: | ||
9356 | |||
9357 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1028 f882894a-f735-0410-b71e-b25c423dba1c | ||
9358 | |||
9359 | 2004-12-15 Ton Voon <tonvoon@users.sourceforge.net> | ||
9360 | |||
9361 | * lib/Makefile.am, lib/afs.m4, lib/error.m4, lib/exitfail.m4, | ||
9362 | lib/fstypename.m4, lib/fsusage.m4, lib/full-read.c, | ||
9363 | lib/full-write.c, lib/full-write.h, lib/getopt.m4, | ||
9364 | lib/ls-mntd-fs.m4, lib/onceonly.m4, lib/safe-read.c, | ||
9365 | lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, | ||
9366 | lib/unlocked-io.m4, lib/xalloc.m4: Moving m4 files into m4/. Added | ||
9367 | extra coreutils files required from autoconf tests. Updated | ||
9368 | Makefile.am to have nagiosplug lib and a separate coreutils lib git-svn-id: | ||
9369 | |||
9370 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1027 f882894a-f735-0410-b71e-b25c423dba1c | ||
9371 | |||
9372 | 2004-12-15 Benoit Mortier <opensides@users.sourceforge.net> | ||
9373 | |||
9374 | * po/de.po, po/fr.po: fr.po work in progress still 88 to translate | ||
9375 | ;-) git-svn-id: | ||
9376 | |||
9377 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1026 f882894a-f735-0410-b71e-b25c423dba1c | ||
9378 | |||
9379 | 2004-12-11 Matthew Kent <mattkent@users.sourceforge.net> | ||
9380 | |||
9381 | * plugins/check_tcp.c: Patch from Ollie Cook to define return code | ||
9382 | when expected value not received (#1082275). Also included another | ||
9383 | change from Ollie Cook to do stricter matching of expected values | ||
9384 | from the beginning of the line. When a user defines an expected | ||
9385 | string this is changed to the old style strstr matching. git-svn-id: | ||
9386 | |||
9387 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1025 f882894a-f735-0410-b71e-b25c423dba1c | ||
9388 | |||
9389 | 2004-12-10 Ton Voon <tonvoon@users.sourceforge.net> | ||
9390 | |||
9391 | * plugins/check_ldap.c: Fixed compile warning git-svn-id: | ||
9392 | |||
9393 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1024 f882894a-f735-0410-b71e-b25c423dba1c | ||
9394 | |||
9395 | 2004-12-10 Matthew Kent <mattkent@users.sourceforge.net> | ||
9396 | |||
9397 | * plugins/Makefile.am: Compile broken - fixing link flags. git-svn-id: | ||
9398 | |||
9399 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1023 f882894a-f735-0410-b71e-b25c423dba1c | ||
9400 | |||
9401 | 2004-12-10 Matthew Kent <mattkent@users.sourceforge.net> | ||
9402 | |||
9403 | * plugins/check_dns.c: Error catching improvements from Ollie Cook git-svn-id: | ||
9404 | |||
9405 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1022 f882894a-f735-0410-b71e-b25c423dba1c | ||
9406 | |||
9407 | 2004-12-10 Matthew Kent <mattkent@users.sourceforge.net> | ||
9408 | |||
9409 | * plugins/check_pgsql.c: Fixing broken compile git-svn-id: | ||
9410 | |||
9411 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1021 f882894a-f735-0410-b71e-b25c423dba1c | ||
9412 | |||
9413 | 2004-12-10 Matthew Kent <mattkent@users.sourceforge.net> | ||
9414 | |||
9415 | * AUTHORS: More contributers git-svn-id: | ||
9416 | |||
9417 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1020 f882894a-f735-0410-b71e-b25c423dba1c | ||
9418 | |||
9419 | 2004-12-10 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
9420 | |||
9421 | * plugins/Makefile.am: Changes to link flags for check_dhcp.c git-svn-id: | ||
9422 | |||
9423 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1019 f882894a-f735-0410-b71e-b25c423dba1c | ||
9424 | |||
9425 | 2004-12-10 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
9426 | |||
9427 | * plugins/check_dhcp.c: Extensive changes to get MAC address from | ||
9428 | Solaris via DLPI git-svn-id: | ||
9429 | |||
9430 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1018 f882894a-f735-0410-b71e-b25c423dba1c | ||
9431 | |||
9432 | 2004-12-10 Ton Voon <tonvoon@users.sourceforge.net> | ||
9433 | |||
9434 | * plugins/check_dns.c, plugins/check_procs.c: Reverting back | ||
9435 | ngettext calls git-svn-id: | ||
9436 | |||
9437 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1017 f882894a-f735-0410-b71e-b25c423dba1c | ||
9438 | |||
9439 | 2004-12-10 Ton Voon <tonvoon@users.sourceforge.net> | ||
9440 | |||
9441 | * plugins/common.h: Fix includes for gettext git-svn-id: | ||
9442 | |||
9443 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1016 f882894a-f735-0410-b71e-b25c423dba1c | ||
9444 | |||
9445 | 2004-12-09 Ton Voon <tonvoon@users.sourceforge.net> | ||
9446 | |||
9447 | * configure.in: Include $libsuff for systems that define this (based | ||
9448 | on advice from Daniel Stenberg) git-svn-id: | ||
9449 | |||
9450 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1015 f882894a-f735-0410-b71e-b25c423dba1c | ||
9451 | |||
9452 | 2004-12-08 Ton Voon <tonvoon@users.sourceforge.net> | ||
9453 | |||
9454 | * configure.in: Removed redundant check and make export | ||
9455 | LD_LIBRARY_PATH more sh friendly git-svn-id: | ||
9456 | |||
9457 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1014 f882894a-f735-0410-b71e-b25c423dba1c | ||
9458 | |||
9459 | 2004-12-08 Benoit Mortier <opensides@users.sourceforge.net> | ||
9460 | |||
9461 | * configure.in, plugins/Makefile.am, plugins/check_by_ssh.c, | ||
9462 | plugins/check_game.c, plugins/check_http.c, | ||
9463 | plugins/check_ide_smart.c, plugins/check_ldap.c, | ||
9464 | plugins/check_snmp.c, plugins/check_tcp.c: patch 1028033 minor internationalization fixes git-svn-id: | ||
9465 | |||
9466 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1013 f882894a-f735-0410-b71e-b25c423dba1c | ||
9467 | |||
9468 | 2004-12-08 Ton Voon <tonvoon@users.sourceforge.net> | ||
9469 | |||
9470 | * configure.in: Fixed output info for openssl and LD_LIBRARY_PATH | ||
9471 | for subsequent compiles (otherwise get ld.so.1: ./conftest: fatal: | ||
9472 | libssl.so.0.9.7: open failed) git-svn-id: | ||
9473 | |||
9474 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1012 f882894a-f735-0410-b71e-b25c423dba1c | ||
9475 | |||
9476 | 2004-12-07 Ton Voon <tonvoon@users.sourceforge.net> | ||
9477 | |||
9478 | * configure.in, plugins/Makefile.am: Better SSL checking (inspired | ||
9479 | by curl 7.12.2's configure.ac) git-svn-id: | ||
9480 | |||
9481 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1011 f882894a-f735-0410-b71e-b25c423dba1c | ||
9482 | |||
9483 | 2004-12-07 Matthew Kent <mattkent@users.sourceforge.net> | ||
9484 | |||
9485 | * plugins-scripts/check_ifoperstatus.pl: Option to check for admin | ||
9486 | down (#1012191) from Raúl Pedroche. git-svn-id: | ||
9487 | |||
9488 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1010 f882894a-f735-0410-b71e-b25c423dba1c | ||
9489 | |||
9490 | 2004-12-07 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
9491 | |||
9492 | * plugins/Makefile.am: Correct dependencies for check_dhcp.c. git-svn-id: | ||
9493 | |||
9494 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1009 f882894a-f735-0410-b71e-b25c423dba1c | ||
9495 | |||
9496 | 2004-12-07 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
9497 | |||
9498 | * plugins/Makefile.am, plugins/check_dhcp.c: New plugin: | ||
9499 | check_dhcp.c. Attempt to port to non Linux platform. git-svn-id: | ||
9500 | |||
9501 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1008 f882894a-f735-0410-b71e-b25c423dba1c | ||
9502 | |||
9503 | 2004-12-06 Benoit Mortier <opensides@users.sourceforge.net> | ||
9504 | |||
9505 | * po/fr.po: new version of fr.po git-svn-id: | ||
9506 | |||
9507 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1007 f882894a-f735-0410-b71e-b25c423dba1c | ||
9508 | |||
9509 | 2004-12-05 Matthew Kent <mattkent@users.sourceforge.net> | ||
9510 | |||
9511 | * plugins/check_snmp.c: Fix for -s string matching (#756567, Tony | ||
9512 | Missana) git-svn-id: | ||
9513 | |||
9514 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1006 f882894a-f735-0410-b71e-b25c423dba1c | ||
9515 | |||
9516 | 2004-12-05 Benoit Mortier <opensides@users.sourceforge.net> | ||
9517 | |||
9518 | * plugins/check_nt.c, po/fr.po, po/nagios-plugins.pot: cleaned fr.po | ||
9519 | nagios-plugins.pot git-svn-id: | ||
9520 | |||
9521 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1005 f882894a-f735-0410-b71e-b25c423dba1c | ||
9522 | |||
9523 | 2004-12-05 Benoit Mortier <opensides@users.sourceforge.net> | ||
9524 | |||
9525 | * plugins/check_http.c, plugins/check_icmp.c, | ||
9526 | plugins/check_nwstat.c, plugins/check_ping.c, plugins/check_smtp.c, | ||
9527 | plugins/check_swap.c, plugins/utils.h: fix patch 998291 fix patch | ||
9528 | 1078934 expect check_ssh fix and check_nt perfdata should stay on | ||
9529 | one word like in nagios git-svn-id: | ||
9530 | |||
9531 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1004 f882894a-f735-0410-b71e-b25c423dba1c | ||
9532 | |||
9533 | 2004-12-04 Benoit Mortier <opensides@users.sourceforge.net> | ||
9534 | |||
9535 | * po/nagios-plugins.pot: new version of pot file git-svn-id: | ||
9536 | |||
9537 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1003 f882894a-f735-0410-b71e-b25c423dba1c | ||
9538 | |||
9539 | 2004-12-04 Benoit Mortier <opensides@users.sourceforge.net> | ||
9540 | |||
9541 | * plugins/check_by_ssh.c, plugins/check_dns.c, po/POTFILES.in: | ||
9542 | various internationalization fixes git-svn-id: | ||
9543 | |||
9544 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1002 f882894a-f735-0410-b71e-b25c423dba1c | ||
9545 | |||
9546 | 2004-12-04 Benoit Mortier <opensides@users.sourceforge.net> | ||
9547 | |||
9548 | * plugins/Makefile.am, plugins/check_by_ssh.c, plugins/check_dig.c, | ||
9549 | plugins/check_http.c, plugins/check_ide-smart.c, | ||
9550 | plugins/check_ide_smart.c, plugins/check_mrtg.c, | ||
9551 | plugins/check_nt.c, plugins/check_nwstat.c, plugins/check_overcr.c, | ||
9552 | plugins/check_real.c, plugins/check_smtp.c, plugins/check_swap.c, | ||
9553 | plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c, | ||
9554 | po/POTFILES.in: internationalization fixes bugfixes git-svn-id: | ||
9555 | |||
9556 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1001 f882894a-f735-0410-b71e-b25c423dba1c | ||
9557 | |||
9558 | 2004-12-04 Benoit Mortier <opensides@users.sourceforge.net> | ||
9559 | |||
9560 | * plugins/check_dns.c, plugins/check_hpjd.c: check_dns needs a space | ||
9561 | between 'time' and the hostname check_hpjd needs a parenthesis | ||
9562 | removed in print_usage() git-svn-id: | ||
9563 | |||
9564 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1000 f882894a-f735-0410-b71e-b25c423dba1c | ||
9565 | |||
9566 | 2004-12-04 Benoit Mortier <opensides@users.sourceforge.net> | ||
9567 | |||
9568 | * plugins/check_swap.c: Bug Fix [ 1024735 ] check_swap providing | ||
9569 | inaccurate swap information on Sol6 git-svn-id: | ||
9570 | |||
9571 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@999 f882894a-f735-0410-b71e-b25c423dba1c | ||
9572 | |||
9573 | 2004-12-03 Benoit Mortier <opensides@users.sourceforge.net> | ||
9574 | |||
9575 | * plugins/check_by_ssh.c, plugins/check_dig.c, | ||
9576 | plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c, | ||
9577 | plugins/check_game.c, plugins/check_hpjd.c, plugins/check_http.c, | ||
9578 | plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c, | ||
9579 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
9580 | plugins/check_nagios.c, plugins/check_nt.c, plugins/check_nwstat.c, | ||
9581 | plugins/check_overcr.c, plugins/check_pgsql.c, | ||
9582 | plugins/check_ping.c, plugins/check_procs.c, | ||
9583 | plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, | ||
9584 | plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, | ||
9585 | plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c, | ||
9586 | plugins/check_ups.c, plugins/check_users.c, plugins/negate.c: | ||
9587 | reverting my changes from !=TRUE to == ERROR, that's not good ;-( | ||
9588 | sorry git-svn-id: | ||
9589 | |||
9590 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@998 f882894a-f735-0410-b71e-b25c423dba1c | ||
9591 | |||
9592 | 2004-12-03 Benoit Mortier <opensides@users.sourceforge.net> | ||
9593 | |||
9594 | * plugins/check_tcp.c, po/de.po, po/fr.po, po/nagios-plugins.pot: | ||
9595 | check_tcp parenthesis bug, header fix for po files git-svn-id: | ||
9596 | |||
9597 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@997 f882894a-f735-0410-b71e-b25c423dba1c | ||
9598 | |||
9599 | 2004-12-03 Benoit Mortier <opensides@users.sourceforge.net> | ||
9600 | |||
9601 | * plugins/check_dig.c, plugins/check_disk.c, plugins/check_dns.c, | ||
9602 | plugins/check_dummy.c, plugins/check_fping.c, plugins/check_game.c, | ||
9603 | plugins/check_hpjd.c, plugins/check_http.c, | ||
9604 | plugins/check_ide-smart.c, plugins/check_ldap.c, | ||
9605 | plugins/check_mrtg.c, plugins/check_mrtgtraf.c, | ||
9606 | plugins/check_nagios.c, plugins/check_nt.c, plugins/check_nwstat.c, | ||
9607 | plugins/check_overcr.c, plugins/check_pgsql.c, | ||
9608 | plugins/check_procs.c, plugins/check_radius.c, | ||
9609 | plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c, | ||
9610 | plugins/check_swap.c, plugins/check_tcp.c, plugins/check_time.c, | ||
9611 | plugins/check_udp.c, plugins/check_ups.c: print_help and | ||
9612 | print_usage() cleanup other misc cleanups git-svn-id: | ||
9613 | |||
9614 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@996 f882894a-f735-0410-b71e-b25c423dba1c | ||
9615 | |||
9616 | 2004-12-03 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
9617 | |||
9618 | * plugins/check_tcp.c: 1041571: -D option processing corrected (Eric | ||
9619 | Chen). Changed process_arguments() to return TRUE. Dont know why | ||
9620 | this was necessary. git-svn-id: | ||
9621 | |||
9622 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@995 f882894a-f735-0410-b71e-b25c423dba1c | ||
9623 | |||
9624 | 2004-12-03 Benoit Mortier <opensides@users.sourceforge.net> | ||
9625 | |||
9626 | * plugins/check_by_ssh.c, plugins/check_dig.c, | ||
9627 | plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, | ||
9628 | plugins/check_fping.c, plugins/check_game.c, plugins/check_hpjd.c, | ||
9629 | plugins/check_http.c, plugins/check_ide-smart.c, | ||
9630 | plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c, | ||
9631 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
9632 | plugins/check_nagios.c, plugins/check_nt.c, plugins/check_nwstat.c, | ||
9633 | plugins/check_overcr.c, plugins/check_pgsql.c, | ||
9634 | plugins/check_ping.c, plugins/check_procs.c, | ||
9635 | plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, | ||
9636 | plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, | ||
9637 | plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c, | ||
9638 | plugins/check_ups.c, plugins/check_users.c, plugins/negate.c, | ||
9639 | plugins/urlize.c: remove UT_HLP_VRS from print_usage this was not a | ||
9640 | good idea ;-) git-svn-id: | ||
9641 | |||
9642 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@994 f882894a-f735-0410-b71e-b25c423dba1c | ||
9643 | |||
9644 | 2004-12-03 Benoit Mortier <opensides@users.sourceforge.net> | ||
9645 | |||
9646 | * plugins/utils.c: removing support fonction removing warranty from | ||
9647 | print_revision git-svn-id: | ||
9648 | |||
9649 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@993 f882894a-f735-0410-b71e-b25c423dba1c | ||
9650 | |||
9651 | 2004-12-03 Benoit Mortier <opensides@users.sourceforge.net> | ||
9652 | |||
9653 | * ROADMAP, package.def, plugins/negate.c, plugins/utils.h: some | ||
9654 | minor fixes git-svn-id: | ||
9655 | |||
9656 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@992 f882894a-f735-0410-b71e-b25c423dba1c | ||
9657 | |||
9658 | 2004-12-03 Benoit Mortier <opensides@users.sourceforge.net> | ||
9659 | |||
9660 | * plugins/check_load.c, plugins/check_ssh.c: correcting parenthesis | ||
9661 | error git-svn-id: | ||
9662 | |||
9663 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@991 f882894a-f735-0410-b71e-b25c423dba1c | ||
9664 | |||
9665 | 2004-12-03 Benoit Mortier <opensides@users.sourceforge.net> | ||
9666 | |||
9667 | * AUTHORS, plugins/check_load.c, plugins/check_pgsql.c, | ||
9668 | plugins/check_ping.c, plugins/check_procs.c, | ||
9669 | plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, | ||
9670 | plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, | ||
9671 | plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c, | ||
9672 | plugins/check_ups.c, plugins/check_users.c, plugins/urlize.c: fixes | ||
9673 | for internationalization git-svn-id: | ||
9674 | |||
9675 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@990 f882894a-f735-0410-b71e-b25c423dba1c | ||
9676 | |||
9677 | 2004-12-03 Benoit Mortier <opensides@users.sourceforge.net> | ||
9678 | |||
9679 | * plugins/check_by_ssh.c, plugins/check_dig.c, | ||
9680 | plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, | ||
9681 | plugins/check_fping.c, plugins/check_game.c, plugins/check_hpjd.c, | ||
9682 | plugins/check_http.c, plugins/check_ide-smart.c, | ||
9683 | plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c, | ||
9684 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
9685 | plugins/check_nagios.c, plugins/check_nt.c, plugins/check_nwstat.c: | ||
9686 | internationalization fixes and help fixes git-svn-id: | ||
9687 | |||
9688 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@989 f882894a-f735-0410-b71e-b25c423dba1c | ||
9689 | |||
9690 | 2004-12-03 Benoit Mortier <opensides@users.sourceforge.net> | ||
9691 | |||
9692 | * plugins/check_by_ssh.c, plugins/check_dig.c, | ||
9693 | plugins/check_http.c, plugins/check_nwstat.c, | ||
9694 | plugins/check_pgsql.c, plugins/check_ping.c, plugins/check_udp.c, | ||
9695 | po/.cvsignore: Localization fixes git-svn-id: | ||
9696 | |||
9697 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@988 f882894a-f735-0410-b71e-b25c423dba1c | ||
9698 | |||
9699 | 2004-12-03 Benoit Mortier <opensides@users.sourceforge.net> | ||
9700 | |||
9701 | * plugins/check_ide-smart.c, plugins/check_pgsql.c: correcting | ||
9702 | copyright and remaning int result = STATE_UNKNOWN; git-svn-id: | ||
9703 | |||
9704 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@987 f882894a-f735-0410-b71e-b25c423dba1c | ||
9705 | |||
9706 | 2004-12-03 Matthew Kent <mattkent@users.sourceforge.net> | ||
9707 | |||
9708 | * plugins/check_nagios.c: Affected by elapsed time patch. git-svn-id: | ||
9709 | |||
9710 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@986 f882894a-f735-0410-b71e-b25c423dba1c | ||
9711 | |||
9712 | 2004-12-03 Matthew Kent <mattkent@users.sourceforge.net> | ||
9713 | |||
9714 | * AUTHORS: Another contributer. git-svn-id: | ||
9715 | |||
9716 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@985 f882894a-f735-0410-b71e-b25c423dba1c | ||
9717 | |||
9718 | 2004-12-03 Matthew Kent <mattkent@users.sourceforge.net> | ||
9719 | |||
9720 | * configure.in, plugins/check_procs.c: Patch from Russell Miller | ||
9721 | which adds elapsed time as a metric. Only for linux so far. (991359) git-svn-id: | ||
9722 | |||
9723 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@984 f882894a-f735-0410-b71e-b25c423dba1c | ||
9724 | |||
9725 | 2004-12-03 Matthew Kent <mattkent@users.sourceforge.net> | ||
9726 | |||
9727 | * plugins/check_ldap.c: Fix typo breaking compile. git-svn-id: | ||
9728 | |||
9729 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@983 f882894a-f735-0410-b71e-b25c423dba1c | ||
9730 | |||
9731 | 2004-12-03 Benoit Mortier <opensides@users.sourceforge.net> | ||
9732 | |||
9733 | * plugins/check_by_ssh.c, plugins/check_dig.c, plugins/check_dns.c, | ||
9734 | plugins/check_dummy.c, plugins/check_fping.c, plugins/check_game.c, | ||
9735 | plugins/check_hpjd.c, plugins/check_ide-smart.c, | ||
9736 | plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c, | ||
9737 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
9738 | plugins/check_nagios.c, plugins/check_nt.c, plugins/check_nwstat.c, | ||
9739 | plugins/check_overcr.c, plugins/check_pgsql.c, | ||
9740 | plugins/check_ping.c, plugins/check_procs.c, | ||
9741 | plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, | ||
9742 | plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, | ||
9743 | plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c, | ||
9744 | plugins/check_ups.c, plugins/check_users.c, plugins/negate.c, | ||
9745 | plugins/urlize.c: bump copyright year initialize result to | ||
9746 | STATE_UNKNOW in place of STATE_OK git-svn-id: | ||
9747 | |||
9748 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@982 f882894a-f735-0410-b71e-b25c423dba1c | ||
9749 | |||
9750 | 2004-12-02 Benoit Mortier <opensides@users.sourceforge.net> | ||
9751 | |||
9752 | * plugins/check_dns.c, plugins/check_ldap.c, plugins/check_procs.c: | ||
9753 | --disable-nls throws an error on check_dns, check_procs and | ||
9754 | check_ldap without this patch. git-svn-id: | ||
9755 | |||
9756 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@981 f882894a-f735-0410-b71e-b25c423dba1c | ||
9757 | |||
9758 | 2004-12-02 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
9759 | |||
9760 | * plugins/check_tcp.c: Tracker 1041571: appended :D to getopt_long() | ||
9761 | args (for cert expiry check). Eric Chen. git-svn-id: | ||
9762 | |||
9763 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@980 f882894a-f735-0410-b71e-b25c423dba1c | ||
9764 | |||
9765 | 2004-12-02 Benoit Mortier <opensides@users.sourceforge.net> | ||
9766 | |||
9767 | * plugins/check_by_ssh.c, plugins/check_dig.c, | ||
9768 | plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c, | ||
9769 | plugins/check_game.c, plugins/check_hpjd.c, plugins/check_http.c, | ||
9770 | plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c, | ||
9771 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
9772 | plugins/check_nagios.c, plugins/check_nt.c, plugins/check_nwstat.c, | ||
9773 | plugins/check_overcr.c, plugins/check_pgsql.c, | ||
9774 | plugins/check_ping.c, plugins/check_procs.c, | ||
9775 | plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, | ||
9776 | plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, | ||
9777 | plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c, | ||
9778 | plugins/check_ups.c, plugins/check_users.c, plugins/negate.c, | ||
9779 | plugins/popen.c, plugins/utils.c: More internationalization work new | ||
9780 | usage4 function to permit localisation of think like check_ssh: | ||
9781 | xxxxx git-svn-id: | ||
9782 | |||
9783 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@979 f882894a-f735-0410-b71e-b25c423dba1c | ||
9784 | |||
9785 | 2004-12-02 Benoit Mortier <opensides@users.sourceforge.net> | ||
9786 | |||
9787 | * plugins/check_by_ssh.c, plugins/check_dig.c, | ||
9788 | plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c, | ||
9789 | plugins/check_game.c, plugins/check_hpjd.c, plugins/check_ldap.c, | ||
9790 | plugins/check_load.c, plugins/check_mrtg.c, | ||
9791 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
9792 | plugins/check_nagios.c, plugins/check_nt.c, plugins/check_nwstat.c, | ||
9793 | plugins/check_overcr.c, plugins/check_pgsql.c, | ||
9794 | plugins/check_ping.c, plugins/check_procs.c, | ||
9795 | plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, | ||
9796 | plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, | ||
9797 | plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c, | ||
9798 | plugins/check_ups.c, plugins/check_users.c, plugins/negate.c: return | ||
9799 | of process_arguments() is TRUE not OK ! git-svn-id: | ||
9800 | |||
9801 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@978 f882894a-f735-0410-b71e-b25c423dba1c | ||
9802 | |||
9803 | 2004-12-02 Benoit Mortier <opensides@users.sourceforge.net> | ||
9804 | |||
9805 | * plugins/check_http.c: return of process_arguments() is TRUE not OK | ||
9806 | ! git-svn-id: | ||
9807 | |||
9808 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@977 f882894a-f735-0410-b71e-b25c423dba1c | ||
9809 | |||
9810 | 2004-12-02 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
9811 | |||
9812 | * plugins/Makefile.am: Add check_icmp plugin git-svn-id: | ||
9813 | |||
9814 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@976 f882894a-f735-0410-b71e-b25c423dba1c | ||
9815 | |||
9816 | 2004-12-02 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
9817 | |||
9818 | * plugins/check_icmp.c: check_icmp plugin from A Ericsson git-svn-id: | ||
9819 | |||
9820 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@975 f882894a-f735-0410-b71e-b25c423dba1c | ||
9821 | |||
9822 | 2004-12-02 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
9823 | |||
9824 | * plugins/linux.h: For check_icmp plugin from A Ericsson git-svn-id: | ||
9825 | |||
9826 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@974 f882894a-f735-0410-b71e-b25c423dba1c | ||
9827 | |||
9828 | 2004-12-02 Matthew Kent <mattkent@users.sourceforge.net> | ||
9829 | |||
9830 | * command.cfg.in: Fix typo. git-svn-id: | ||
9831 | |||
9832 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@973 f882894a-f735-0410-b71e-b25c423dba1c | ||
9833 | |||
9834 | 2004-12-02 Matthew Kent <mattkent@users.sourceforge.net> | ||
9835 | |||
9836 | * AUTHORS, REQUIREMENTS, command.cfg.in, plugins/check_ups.c: Patch | ||
9837 | from Arnaud Quette to bring support to NUT 2.0 plus couple | ||
9838 | improvements and fixes (1038413 which includes 1032009, 815785). git-svn-id: | ||
9839 | |||
9840 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@972 f882894a-f735-0410-b71e-b25c423dba1c | ||
9841 | |||
9842 | 2004-12-02 Benoit Mortier <opensides@users.sourceforge.net> | ||
9843 | |||
9844 | * plugins/check_dns.c, plugins/check_game.c, plugins/check_http.c, | ||
9845 | plugins/check_ide-smart.c, plugins/check_load.c, | ||
9846 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
9847 | plugins/check_nagios.c, plugins/check_nt.c, plugins/check_nwstat.c, | ||
9848 | plugins/check_overcr.c, plugins/check_pgsql.c, | ||
9849 | plugins/check_ping.c, plugins/check_procs.c, | ||
9850 | plugins/check_radius.c, plugins/check_real.c, plugins/check_snmp.c, | ||
9851 | plugins/check_ssh.c, plugins/check_tcp.c, plugins/check_time.c, | ||
9852 | plugins/check_udp.c, plugins/check_ups.c, plugins/negate.c, | ||
9853 | plugins/popen.c: changed Error: by CRITICAL - more localization | ||
9854 | fixes git-svn-id: | ||
9855 | |||
9856 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@971 f882894a-f735-0410-b71e-b25c423dba1c | ||
9857 | |||
9858 | 2004-12-02 Benoit Mortier <opensides@users.sourceforge.net> | ||
9859 | |||
9860 | * contrib/check_rbl.c: adapted for localization git-svn-id: | ||
9861 | |||
9862 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@970 f882894a-f735-0410-b71e-b25c423dba1c | ||
9863 | |||
9864 | 2004-12-01 Benoit Mortier <opensides@users.sourceforge.net> | ||
9865 | |||
9866 | * plugins/check_by_ssh.c, plugins/check_dig.c, | ||
9867 | plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, | ||
9868 | plugins/check_fping.c, plugins/check_game.c, plugins/check_hpjd.c, | ||
9869 | plugins/check_http.c, plugins/check_ide-smart.c, | ||
9870 | plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c, | ||
9871 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
9872 | plugins/check_nagios.c, plugins/check_nt.c, plugins/check_nwstat.c, | ||
9873 | plugins/check_overcr.c, plugins/check_pgsql.c, | ||
9874 | plugins/check_ping.c, plugins/check_procs.c, | ||
9875 | plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, | ||
9876 | plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, | ||
9877 | plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c, | ||
9878 | plugins/check_ups.c, plugins/check_users.c, plugins/common.h, | ||
9879 | plugins/getaddrinfo.c, plugins/getaddrinfo.h, | ||
9880 | plugins/gethostbyname.c, plugins/gethostbyname.h, plugins/negate.c, | ||
9881 | plugins/netutils.c, plugins/netutils.h, plugins/popen.c, | ||
9882 | plugins/urlize.c, plugins/utils.c, plugins/utils.h: standardize | ||
9883 | localization string standardize unknow arguments git-svn-id: | ||
9884 | |||
9885 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@969 f882894a-f735-0410-b71e-b25c423dba1c | ||
9886 | |||
9887 | 2004-12-01 Ton Voon <tonvoon@users.sourceforge.net> | ||
9888 | |||
9889 | * doc/RELEASING: Notes on releasing git-svn-id: | ||
9890 | |||
9891 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@968 f882894a-f735-0410-b71e-b25c423dba1c | ||
9892 | |||
9893 | 2004-12-01 Ton Voon <tonvoon@users.sourceforge.net> | ||
9894 | |||
9895 | * configure.in: Next version number git-svn-id: | ||
9896 | |||
9897 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@967 f882894a-f735-0410-b71e-b25c423dba1c | ||
9898 | |||
9899 | 2004-12-01 Ton Voon <tonvoon@users.sourceforge.net> | ||
9900 | |||
9901 | * ChangeLog: Updated for r1_4_0-alpha2 git-svn-id: | ||
9902 | |||
9903 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@965 f882894a-f735-0410-b71e-b25c423dba1c | ||
9904 | |||
9905 | 2004-12-01 Ton Voon <tonvoon@users.sourceforge.net> | ||
9906 | |||
9907 | * tools/devmode: eval not working - instructions now in comments git-svn-id: | ||
9908 | |||
9909 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@964 f882894a-f735-0410-b71e-b25c423dba1c | ||
9910 | |||
9911 | 2004-12-01 Ton Voon <tonvoon@users.sourceforge.net> | ||
9912 | |||
9913 | * plugins-scripts/check_oracle.sh: Fixed pmon process checking from | ||
9914 | a change I made earlier git-svn-id: | ||
9915 | |||
9916 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@963 f882894a-f735-0410-b71e-b25c423dba1c | ||
9917 | |||
9918 | 2004-12-01 Benoit Mortier <opensides@users.sourceforge.net> | ||
9919 | |||
9920 | * plugins/check_by_ssh.c, plugins/check_dig.c, | ||
9921 | plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c, | ||
9922 | plugins/check_ssh.c: first pass at standardization of messages for | ||
9923 | the localization git-svn-id: | ||
9924 | |||
9925 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@962 f882894a-f735-0410-b71e-b25c423dba1c | ||
9926 | |||
9927 | 2004-12-01 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
9928 | |||
9929 | * configure.in: Bryan Loniewski contributed check_jabber plugin | ||
9930 | (SSL/check_tcp); Eric Chen check_nntps plugin + SSL certficate | ||
9931 | expiry check [added -D option to check_tcp] git-svn-id: | ||
9932 | |||
9933 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@961 f882894a-f735-0410-b71e-b25c423dba1c | ||
9934 | |||
9935 | 2004-12-01 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
9936 | |||
9937 | * plugins/netutils.c: 1075725: patch to my_connect() to deal with | ||
9938 | SEGV if connect fails git-svn-id: | ||
9939 | |||
9940 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@960 f882894a-f735-0410-b71e-b25c423dba1c | ||
9941 | |||
9942 | 2004-12-01 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
9943 | |||
9944 | * plugins/check_tcp.c: 1041571 & 664615: check_tcp with cert check + | ||
9945 | nntps, simap, jabber git-svn-id: | ||
9946 | |||
9947 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@959 f882894a-f735-0410-b71e-b25c423dba1c | ||
9948 | |||
9949 | 2004-12-01 Matthew Kent <mattkent@users.sourceforge.net> | ||
9950 | |||
9951 | * contrib/check_nmap.py: Small fix from David Rippel (996800) for | ||
9952 | newer versions of nmap git-svn-id: | ||
9953 | |||
9954 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@958 f882894a-f735-0410-b71e-b25c423dba1c | ||
9955 | |||
9956 | 2004-12-01 Matthew Kent <mattkent@users.sourceforge.net> | ||
9957 | |||
9958 | * plugins-scripts/check_oracle.sh: Perf data and other improvements | ||
9959 | by Florian Gleixner (1027787) git-svn-id: | ||
9960 | |||
9961 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@957 f882894a-f735-0410-b71e-b25c423dba1c | ||
9962 | |||
9963 | 2004-11-30 Benoit Mortier <opensides@users.sourceforge.net> | ||
9964 | |||
9965 | * po/fr.po: more french translations git-svn-id: | ||
9966 | |||
9967 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@956 f882894a-f735-0410-b71e-b25c423dba1c | ||
9968 | |||
9969 | 2004-11-30 Ton Voon <tonvoon@users.sourceforge.net> | ||
9970 | |||
9971 | * plugins/check_ide-smart.c: Capitalized some error messages git-svn-id: | ||
9972 | |||
9973 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@955 f882894a-f735-0410-b71e-b25c423dba1c | ||
9974 | |||
9975 | 2004-11-30 Ton Voon <tonvoon@users.sourceforge.net> | ||
9976 | |||
9977 | * plugins/urlize.c: Updated output to UNKNOWN git-svn-id: | ||
9978 | |||
9979 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@954 f882894a-f735-0410-b71e-b25c423dba1c | ||
9980 | |||
9981 | 2004-11-30 Benoit Mortier <opensides@users.sourceforge.net> | ||
9982 | |||
9983 | * po/fr.po: translating fr.po new part git-svn-id: | ||
9984 | |||
9985 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@953 f882894a-f735-0410-b71e-b25c423dba1c | ||
9986 | |||
9987 | 2004-11-29 Ton Voon <tonvoon@users.sourceforge.net> | ||
9988 | |||
9989 | * lib/Makefile.am, lib/exitfail.m4, lib/getopt.m4: Extra files | ||
9990 | required from coreutils git-svn-id: | ||
9991 | |||
9992 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@952 f882894a-f735-0410-b71e-b25c423dba1c | ||
9993 | |||
9994 | 2004-11-29 Ton Voon <tonvoon@users.sourceforge.net> | ||
9995 | |||
9996 | * SUPPORT: Cleanup and statement re: contrib plugins git-svn-id: | ||
9997 | |||
9998 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@951 f882894a-f735-0410-b71e-b25c423dba1c | ||
9999 | |||
10000 | 2004-11-29 Ton Voon <tonvoon@users.sourceforge.net> | ||
10001 | |||
10002 | * configure.in: Patches for configure on *BSD (Julien Touche) git-svn-id: | ||
10003 | |||
10004 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@950 f882894a-f735-0410-b71e-b25c423dba1c | ||
10005 | |||
10006 | 2004-11-29 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
10007 | |||
10008 | * contrib/README.TXT, contrib/rblcheck-dns, contrib/rblcheck-web: | ||
10009 | [no log message] | ||
10010 | |||
10011 | 2004-11-29 Matthew Kent <mattkent@users.sourceforge.net> | ||
10012 | |||
10013 | * contrib/check_linux_raid.pl: Better error checking (820806) git-svn-id: | ||
10014 | |||
10015 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@948 f882894a-f735-0410-b71e-b25c423dba1c | ||
10016 | |||
10017 | 2004-11-29 Benoit Mortier <opensides@users.sourceforge.net> | ||
10018 | |||
10019 | * po/fr.po: second version of french .po still 300 ;-) to translate git-svn-id: | ||
10020 | |||
10021 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@947 f882894a-f735-0410-b71e-b25c423dba1c | ||
10022 | |||
10023 | 2004-11-28 Benoit Mortier <opensides@users.sourceforge.net> | ||
10024 | |||
10025 | * po/fr.po: first new translation of fr.po git-svn-id: | ||
10026 | |||
10027 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@946 f882894a-f735-0410-b71e-b25c423dba1c | ||
10028 | |||
10029 | 2004-11-27 Matthew Kent <mattkent@users.sourceforge.net> | ||
10030 | |||
10031 | * plugins/check_ssh.c: Add remote version check (1030269, Daniel | ||
10032 | Gullin) git-svn-id: | ||
10033 | |||
10034 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@945 f882894a-f735-0410-b71e-b25c423dba1c | ||
10035 | |||
10036 | 2004-11-26 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
10037 | |||
10038 | * AUTHORS: New plugin/bugfix: tracker 1070929. check_hpjdres git-svn-id: | ||
10039 | |||
10040 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@944 f882894a-f735-0410-b71e-b25c423dba1c | ||
10041 | |||
10042 | 2004-11-25 Matthew Kent <mattkent@users.sourceforge.net> | ||
10043 | |||
10044 | * plugins/check_disk.c: From old test harness code, make | ||
10045 | ./check_disk -w 0 -c 0 / valid parameters again git-svn-id: | ||
10046 | |||
10047 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@943 f882894a-f735-0410-b71e-b25c423dba1c | ||
10048 | |||
10049 | 2004-11-25 Matthew Kent <mattkent@users.sourceforge.net> | ||
10050 | |||
10051 | * plugins/t/check_dns.t, plugins/t/check_http.t, | ||
10052 | plugins/t/check_load.t, plugins/t/check_mysql.t, test.pl.in: | ||
10053 | Updating test harness git-svn-id: | ||
10054 | |||
10055 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@942 f882894a-f735-0410-b71e-b25c423dba1c | ||
10056 | |||
10057 | 2004-11-25 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
10058 | |||
10059 | * contrib/README.TXT: Removed reference to non existent tar balls | ||
10060 | (Hopcroft plugins) git-svn-id: | ||
10061 | |||
10062 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@941 f882894a-f735-0410-b71e-b25c423dba1c | ||
10063 | |||
10064 | 2004-11-25 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
10065 | |||
10066 | * contrib/check_wins.pl: Non functional tidy ups to check_wins git-svn-id: | ||
10067 | |||
10068 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@940 f882894a-f735-0410-b71e-b25c423dba1c | ||
10069 | |||
10070 | 2004-11-25 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
10071 | |||
10072 | * contrib/check_hw.sh: Added /contrib/check_hw.sh by Rok Debevc git-svn-id: | ||
10073 | |||
10074 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@939 f882894a-f735-0410-b71e-b25c423dba1c | ||
10075 | |||
10076 | 2004-11-25 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
10077 | |||
10078 | * contrib/check_sybase: Added /contrib/check_sybase by Simon | ||
10079 | Bellwood git-svn-id: | ||
10080 | |||
10081 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@938 f882894a-f735-0410-b71e-b25c423dba1c | ||
10082 | |||
10083 | 2004-11-25 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
10084 | |||
10085 | * contrib/check_hprsc.pl: update check_hprsc.pl for Net-SNMP | ||
10086 | versions >=4 git-svn-id: | ||
10087 | |||
10088 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@937 f882894a-f735-0410-b71e-b25c423dba1c | ||
10089 | |||
10090 | 2004-11-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
10091 | |||
10092 | * tools/sfsnapshot: Removing build directory after creating | ||
10093 | distribution git-svn-id: | ||
10094 | |||
10095 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@936 f882894a-f735-0410-b71e-b25c423dba1c | ||
10096 | |||
10097 | 2004-11-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
10098 | |||
10099 | * doc/makefile: Added clean git-svn-id: | ||
10100 | |||
10101 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@935 f882894a-f735-0410-b71e-b25c423dba1c | ||
10102 | |||
10103 | 2004-11-24 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
10104 | |||
10105 | * plugins/check_hpjd.c: add -OQa to command_line in check_hpjd.c. | ||
10106 | Correct nagiosplug-Bugs-889948, 846329 git-svn-id: | ||
10107 | |||
10108 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@933 f882894a-f735-0410-b71e-b25c423dba1c | ||
10109 | |||
10110 | 2004-11-24 Matthew Kent <mattkent@users.sourceforge.net> | ||
10111 | |||
10112 | * plugins/check_nwstat.c: Attempting to fix a reported segfault | ||
10113 | (1055054) git-svn-id: | ||
10114 | |||
10115 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@932 f882894a-f735-0410-b71e-b25c423dba1c | ||
10116 | |||
10117 | 2004-11-24 Matthew Kent <mattkent@users.sourceforge.net> | ||
10118 | |||
10119 | * plugins/check_http.c: Added support for sending port in host | ||
10120 | header (913633) git-svn-id: | ||
10121 | |||
10122 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@931 f882894a-f735-0410-b71e-b25c423dba1c | ||
10123 | |||
10124 | 2004-11-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
10125 | |||
10126 | * plugins/check_by_ssh.c, plugins/check_dig.c, | ||
10127 | plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, | ||
10128 | plugins/check_fping.c, plugins/check_game.c, plugins/check_hpjd.c, | ||
10129 | plugins/check_http.c, plugins/check_ldap.c, plugins/check_load.c, | ||
10130 | plugins/check_mrtg.c, plugins/check_mrtgtraf.c, | ||
10131 | plugins/check_mysql.c, plugins/check_nwstat.c, | ||
10132 | plugins/check_overcr.c, plugins/check_pgsql.c, | ||
10133 | plugins/check_ping.c, plugins/check_procs.c, | ||
10134 | plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, | ||
10135 | plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_tcp.c, | ||
10136 | plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c, | ||
10137 | plugins/check_users.c, plugins/negate.c, plugins/urlize.c: Making | ||
10138 | messages more consistent git-svn-id: | ||
10139 | |||
10140 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@930 f882894a-f735-0410-b71e-b25c423dba1c | ||
10141 | |||
10142 | 2004-11-23 Ton Voon <tonvoon@users.sourceforge.net> | ||
10143 | |||
10144 | * plugins/check_by_ssh.c, plugins/check_dns.c, | ||
10145 | plugins/check_hpjd.c, plugins/check_mrtg.c, | ||
10146 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
10147 | plugins/check_real.c, plugins/check_smtp.c, plugins/check_swap.c, | ||
10148 | plugins/check_time.c: Standardising translation texts git-svn-id: | ||
10149 | |||
10150 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@929 f882894a-f735-0410-b71e-b25c423dba1c | ||
10151 | |||
10152 | 2004-11-23 Ton Voon <tonvoon@users.sourceforge.net> | ||
10153 | |||
10154 | * doc/developer-guidelines.sgml: Guidelines on translated text (Yves | ||
10155 | Mettier, Simon Bellwood, Andreas Ericsson) git-svn-id: | ||
10156 | |||
10157 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@928 f882894a-f735-0410-b71e-b25c423dba1c | ||
10158 | |||
10159 | 2004-11-23 Ton Voon <tonvoon@users.sourceforge.net> | ||
10160 | |||
10161 | * doc/developer-guidelines.sgml: Adding notes on developer and | ||
10162 | translator access in SF git-svn-id: | ||
10163 | |||
10164 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@927 f882894a-f735-0410-b71e-b25c423dba1c | ||
10165 | |||
10166 | 2004-11-23 Matthew Kent <mattkent@users.sourceforge.net> | ||
10167 | |||
10168 | * AUTHORS: More contributers. git-svn-id: | ||
10169 | |||
10170 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@926 f882894a-f735-0410-b71e-b25c423dba1c | ||
10171 | |||
10172 | 2004-11-23 Matthew Kent <mattkent@users.sourceforge.net> | ||
10173 | |||
10174 | * plugins/check_disk.c: Fix integer warning and critical options. | ||
10175 | Take values from current unit instead of always KB. git-svn-id: | ||
10176 | |||
10177 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@925 f882894a-f735-0410-b71e-b25c423dba1c | ||
10178 | |||
10179 | 2004-11-23 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
10180 | |||
10181 | * doc/developer-guidelines.sgml: trivial changes to Perl plugin | ||
10182 | section. git-svn-id: | ||
10183 | |||
10184 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@924 f882894a-f735-0410-b71e-b25c423dba1c | ||
10185 | |||
10186 | 2004-11-22 Ton Voon <tonvoon@users.sourceforge.net> | ||
10187 | |||
10188 | * AUTHORS: More contributors git-svn-id: | ||
10189 | |||
10190 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@923 f882894a-f735-0410-b71e-b25c423dba1c | ||
10191 | |||
10192 | 2004-11-22 Ton Voon <tonvoon@users.sourceforge.net> | ||
10193 | |||
10194 | * plugins/check_nt.c: Fixed some messages that should not be | ||
10195 | translated (Benoit Mortier) git-svn-id: | ||
10196 | |||
10197 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@922 f882894a-f735-0410-b71e-b25c423dba1c | ||
10198 | |||
10199 | 2004-11-21 Matthew Kent <mattkent@users.sourceforge.net> | ||
10200 | |||
10201 | * plugins/check_mysql.c: Patch from Nathan Shafer to add replication | ||
10202 | slave check (1006777) git-svn-id: | ||
10203 | |||
10204 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@920 f882894a-f735-0410-b71e-b25c423dba1c | ||
10205 | |||
10206 | 2004-11-20 Matthew Kent <mattkent@users.sourceforge.net> | ||
10207 | |||
10208 | * AUTHORS: Oops, forgot one. git-svn-id: | ||
10209 | |||
10210 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@919 f882894a-f735-0410-b71e-b25c423dba1c | ||
10211 | |||
10212 | 2004-11-20 Matthew Kent <mattkent@users.sourceforge.net> | ||
10213 | |||
10214 | * AUTHORS: More contributers. git-svn-id: | ||
10215 | |||
10216 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@918 f882894a-f735-0410-b71e-b25c423dba1c | ||
10217 | |||
10218 | 2004-11-20 Matthew Kent <mattkent@users.sourceforge.net> | ||
10219 | |||
10220 | * contrib/check_linux_raid.pl: Fix always reading status from the | ||
10221 | last line (1045506) git-svn-id: | ||
10222 | |||
10223 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@917 f882894a-f735-0410-b71e-b25c423dba1c | ||
10224 | |||
10225 | 2004-11-20 Matthew Kent <mattkent@users.sourceforge.net> | ||
10226 | |||
10227 | * plugins/check_ping.c: New output format reported by pumuckel1980 | ||
10228 | (946857) git-svn-id: | ||
10229 | |||
10230 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@916 f882894a-f735-0410-b71e-b25c423dba1c | ||
10231 | |||
10232 | 2004-11-20 Matthew Kent <mattkent@users.sourceforge.net> | ||
10233 | |||
10234 | * plugins/check_http.c: Bit of cleanup, fix verbose output. git-svn-id: | ||
10235 | |||
10236 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@915 f882894a-f735-0410-b71e-b25c423dba1c | ||
10237 | |||
10238 | 2004-11-20 Ton Voon <tonvoon@users.sourceforge.net> | ||
10239 | |||
10240 | * configure.in: Fixed va_copy problem on AIX by copying samba's | ||
10241 | configure.in git-svn-id: | ||
10242 | |||
10243 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@914 f882894a-f735-0410-b71e-b25c423dba1c | ||
10244 | |||
10245 | 2004-11-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
10246 | |||
10247 | * CODING: Added perl coding guidelines, from Programming Perl book | ||
10248 | (Andreas Ericsson) git-svn-id: | ||
10249 | |||
10250 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@913 f882894a-f735-0410-b71e-b25c423dba1c | ||
10251 | |||
10252 | 2004-11-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
10253 | |||
10254 | * lib/getloadavg.m4: I think getloadavg.m4 is no longer required (as | ||
10255 | autoconf has built-in function) git-svn-id: | ||
10256 | |||
10257 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@912 f882894a-f735-0410-b71e-b25c423dba1c | ||
10258 | |||
10259 | 2004-11-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
10260 | |||
10261 | * lib/Makefile.am: Removed getloadavg.m4 (built-in function in | ||
10262 | autoconf) and added cloexec.[hc] for getloadavg.c git-svn-id: | ||
10263 | |||
10264 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@911 f882894a-f735-0410-b71e-b25c423dba1c | ||
10265 | |||
10266 | 2004-11-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
10267 | |||
10268 | * lib/cloexec.c, lib/cloexec.h: Files required for getloadavg.c git-svn-id: | ||
10269 | |||
10270 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@910 f882894a-f735-0410-b71e-b25c423dba1c | ||
10271 | |||
10272 | 2004-11-19 Matthew Kent <mattkent@users.sourceforge.net> | ||
10273 | |||
10274 | * plugins-scripts/check_ntp.pl: Fix incorrectly labelled units in | ||
10275 | output (1025905, Jason Martin) git-svn-id: | ||
10276 | |||
10277 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@909 f882894a-f735-0410-b71e-b25c423dba1c | ||
10278 | |||
10279 | 2004-11-19 Matthew Kent <mattkent@users.sourceforge.net> | ||
10280 | |||
10281 | * plugins/check_procs.c: Enabling timeout flag (1010097, Jason | ||
10282 | Martin) git-svn-id: | ||
10283 | |||
10284 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@908 f882894a-f735-0410-b71e-b25c423dba1c | ||
10285 | |||
10286 | 2004-11-19 Matthew Kent <mattkent@users.sourceforge.net> | ||
10287 | |||
10288 | * plugins/check_http.c: Make -L notice ssl use to output a proper | ||
10289 | href (1035234, Abid Rasheed) git-svn-id: | ||
10290 | |||
10291 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@907 f882894a-f735-0410-b71e-b25c423dba1c | ||
10292 | |||
10293 | 2004-11-19 Matthew Kent <mattkent@users.sourceforge.net> | ||
10294 | |||
10295 | * plugins/check_smtp.c: Change unit from 'us' to 's' to match other | ||
10296 | core plugins for simplicity. git-svn-id: | ||
10297 | |||
10298 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@906 f882894a-f735-0410-b71e-b25c423dba1c | ||
10299 | |||
10300 | 2004-11-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
10301 | |||
10302 | * AUTHORS: - More great contributors... git-svn-id: | ||
10303 | |||
10304 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@905 f882894a-f735-0410-b71e-b25c423dba1c | ||
10305 | |||
10306 | 2004-11-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
10307 | |||
10308 | * plugins/check_http.c: Options for User Agent string and extra | ||
10309 | headers (Ibere Tizio) git-svn-id: | ||
10310 | |||
10311 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@904 f882894a-f735-0410-b71e-b25c423dba1c | ||
10312 | |||
10313 | 2004-11-18 Ton Voon <tonvoon@users.sourceforge.net> | ||
10314 | |||
10315 | * configure.in: Remove unnecessary CPPFLAGS for openssl (Lutz Behnke | ||
10316 | - 686476) git-svn-id: | ||
10317 | |||
10318 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@903 f882894a-f735-0410-b71e-b25c423dba1c | ||
10319 | |||
10320 | 2004-11-18 Ton Voon <tonvoon@users.sourceforge.net> | ||
10321 | |||
10322 | * plugins/check_tcp.c: Enhance SSL initialization problems (Phil | ||
10323 | Dibowitz - 1055120) git-svn-id: | ||
10324 | |||
10325 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@902 f882894a-f735-0410-b71e-b25c423dba1c | ||
10326 | |||
10327 | 2004-11-18 Matthew Kent <mattkent@users.sourceforge.net> | ||
10328 | |||
10329 | * plugins/check_smtp.c: Go critical on no route to host instead of | ||
10330 | warning (934025) git-svn-id: | ||
10331 | |||
10332 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@901 f882894a-f735-0410-b71e-b25c423dba1c | ||
10333 | |||
10334 | 2004-11-18 Ton Voon <tonvoon@users.sourceforge.net> | ||
10335 | |||
10336 | * tools/setup: Use copy of tools for consistency if building on | ||
10337 | different platforms from shared source git-svn-id: | ||
10338 | |||
10339 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@900 f882894a-f735-0410-b71e-b25c423dba1c | ||
10340 | |||
10341 | 2004-11-17 Ton Voon <tonvoon@users.sourceforge.net> | ||
10342 | |||
10343 | * plugins/check_tcp.c: Ignore output from tcp port (949070 - | ||
10344 | Jan-Piet Mens) git-svn-id: | ||
10345 | |||
10346 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@899 f882894a-f735-0410-b71e-b25c423dba1c | ||
10347 | |||
10348 | 2004-11-17 Ton Voon <tonvoon@users.sourceforge.net> | ||
10349 | |||
10350 | * plugins/check_http.c: --no-body and --max-age options (949521 - | ||
10351 | Jamie Zawinski) git-svn-id: | ||
10352 | |||
10353 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@898 f882894a-f735-0410-b71e-b25c423dba1c | ||
10354 | |||
10355 | 2004-11-17 Ton Voon <tonvoon@users.sourceforge.net> | ||
10356 | |||
10357 | * doc/developer-guidelines.sgml: Added section on using Sourceforge, | ||
10358 | mainly for administrators git-svn-id: | ||
10359 | |||
10360 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@897 f882894a-f735-0410-b71e-b25c423dba1c | ||
10361 | |||
10362 | 2004-11-12 Ton Voon <tonvoon@users.sourceforge.net> | ||
10363 | |||
10364 | * tools/update_coreutils: Tool to pull newer coreutil libs into | ||
10365 | nagiosplug's lib directory git-svn-id: | ||
10366 | |||
10367 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@896 f882894a-f735-0410-b71e-b25c423dba1c | ||
10368 | |||
10369 | 2004-11-12 Ton Voon <tonvoon@users.sourceforge.net> | ||
10370 | |||
10371 | * lib/Makefile.am, lib/error.c, lib/error.h, lib/error.m4, | ||
10372 | lib/exit.h, lib/exitfail.c, lib/exitfail.h, lib/fsusage.c, | ||
10373 | lib/fsusage.h, lib/fsusage.m4, lib/full-read.h, lib/getloadavg.c, | ||
10374 | lib/getopt.c, lib/getopt.h, lib/getopt1.c, lib/gettext.h, | ||
10375 | lib/ls-mntd-fs.m4, lib/malloc.c, lib/mountlist.c, lib/mountlist.h, | ||
10376 | lib/onceonly.m4, lib/realloc.c, lib/snprintf.c, lib/strtod.c, | ||
10377 | lib/unlocked-io.h, lib/unlocked-io.m4, lib/xalloc.h, lib/xalloc.m4, | ||
10378 | lib/xmalloc.c, lib/xstrdup.c, plugins/check_disk.c, po/de.po, | ||
10379 | po/fr.po: Update to using coreutils 5.2.1 libraries and snprintf.c | ||
10380 | from samba 3.0.8 git-svn-id: | ||
10381 | |||
10382 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@895 f882894a-f735-0410-b71e-b25c423dba1c | ||
10383 | |||
10384 | 2004-09-07 Ton Voon <tonvoon@users.sourceforge.net> | ||
10385 | |||
10386 | * doc/developer-guidelines.sgml: Clarity based on comments by Ben | ||
10387 | Clewett git-svn-id: | ||
10388 | |||
10389 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@894 f882894a-f735-0410-b71e-b25c423dba1c | ||
10390 | |||
10391 | 2004-08-23 Ton Voon <tonvoon@users.sourceforge.net> | ||
10392 | |||
10393 | * AUTHORS: For patch to check_nt git-svn-id: | ||
10394 | |||
10395 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@893 f882894a-f735-0410-b71e-b25c423dba1c | ||
10396 | |||
10397 | 2004-08-23 Ton Voon <tonvoon@users.sourceforge.net> | ||
10398 | |||
10399 | * plugins/check_nt.c: Restore divisor for memory size reported by | ||
10400 | Windows. Also, implements warning and critical levels for | ||
10401 | performance counters. (Paulo Afonso Graner Fessel) git-svn-id: | ||
10402 | |||
10403 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@892 f882894a-f735-0410-b71e-b25c423dba1c | ||
10404 | |||
10405 | 2004-08-23 Ton Voon <tonvoon@users.sourceforge.net> | ||
10406 | |||
10407 | * configure.in, plugins/check_swap.c, plugins/common.h: Using | ||
10408 | swapctl for Solaris, Tru64 and *BSD (Sean Finney) git-svn-id: | ||
10409 | |||
10410 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@891 f882894a-f735-0410-b71e-b25c423dba1c | ||
10411 | |||
10412 | 2004-08-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
10413 | |||
10414 | * configure.in, plugins/check_swap.c, plugins/common.h: Patch for | ||
10415 | tru64 using swapctl calls (Sean Finney) git-svn-id: | ||
10416 | |||
10417 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@890 f882894a-f735-0410-b71e-b25c423dba1c | ||
10418 | |||
10419 | 2004-08-18 Ton Voon <tonvoon@users.sourceforge.net> | ||
10420 | |||
10421 | * AUTHORS: Another day's work... git-svn-id: | ||
10422 | |||
10423 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@889 f882894a-f735-0410-b71e-b25c423dba1c | ||
10424 | |||
10425 | 2004-08-18 Ton Voon <tonvoon@users.sourceforge.net> | ||
10426 | |||
10427 | * plugins/check_dig.c: Checks different record types and checks | ||
10428 | against an expected address (Bill Kunkel) git-svn-id: | ||
10429 | |||
10430 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@888 f882894a-f735-0410-b71e-b25c423dba1c | ||
10431 | |||
10432 | 2004-08-18 Ton Voon <tonvoon@users.sourceforge.net> | ||
10433 | |||
10434 | * configure.in: Support for check_swap on NetBSD/OpenBSD (Sean | ||
10435 | Finney) git-svn-id: | ||
10436 | |||
10437 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@887 f882894a-f735-0410-b71e-b25c423dba1c | ||
10438 | |||
10439 | 2004-08-18 Ton Voon <tonvoon@users.sourceforge.net> | ||
10440 | |||
10441 | * plugins-scripts/check_oracle.sh: More specific test for sid (Paul | ||
10442 | Allen) git-svn-id: | ||
10443 | |||
10444 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@886 f882894a-f735-0410-b71e-b25c423dba1c | ||
10445 | |||
10446 | 2004-08-18 Ton Voon <tonvoon@users.sourceforge.net> | ||
10447 | |||
10448 | * plugins/check_disk.c: Fixed perfdata so that shows amount used | ||
10449 | (Garry Cook) git-svn-id: | ||
10450 | |||
10451 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@885 f882894a-f735-0410-b71e-b25c423dba1c | ||
10452 | |||
10453 | 2004-08-18 Ton Voon <tonvoon@users.sourceforge.net> | ||
10454 | |||
10455 | * plugins-scripts/check_ifstatus.pl: Perfdata corrected (Garry Cook) git-svn-id: | ||
10456 | |||
10457 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@884 f882894a-f735-0410-b71e-b25c423dba1c | ||
10458 | |||
10459 | 2004-08-18 Ton Voon <tonvoon@users.sourceforge.net> | ||
10460 | |||
10461 | * plugins-scripts/check_oracle.sh: Fix for similar dataabase sids | ||
10462 | (Carole Verdon) git-svn-id: | ||
10463 | |||
10464 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@883 f882894a-f735-0410-b71e-b25c423dba1c | ||
10465 | |||
10466 | 2004-08-18 Ton Voon <tonvoon@users.sourceforge.net> | ||
10467 | |||
10468 | * AUTHORS: Gary Cook for perfdata for check_nt git-svn-id: | ||
10469 | |||
10470 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@882 f882894a-f735-0410-b71e-b25c423dba1c | ||
10471 | |||
10472 | 2004-08-18 Ton Voon <tonvoon@users.sourceforge.net> | ||
10473 | |||
10474 | * plugins/check_nt.c: Perfdata added (Gary Cook) git-svn-id: | ||
10475 | |||
10476 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@881 f882894a-f735-0410-b71e-b25c423dba1c | ||
10477 | |||
10478 | 2004-06-26 Ton Voon <tonvoon@users.sourceforge.net> | ||
10479 | |||
10480 | * tools/sfsnapshot: Change of compile server and cleanups git-svn-id: | ||
10481 | |||
10482 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@880 f882894a-f735-0410-b71e-b25c423dba1c | ||
10483 | |||
10484 | 2004-06-26 Ton Voon <tonvoon@users.sourceforge.net> | ||
10485 | |||
10486 | * tools/sfsnapshot: Remove need to alter configure.in. Using | ||
10487 | different compile farms for SF to do the compiling git-svn-id: | ||
10488 | |||
10489 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@879 f882894a-f735-0410-b71e-b25c423dba1c | ||
10490 | |||
10491 | 2004-05-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
10492 | |||
10493 | * AUTHORS: Ben Clewett git-svn-id: | ||
10494 | |||
10495 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@878 f882894a-f735-0410-b71e-b25c423dba1c | ||
10496 | |||
10497 | 2004-05-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
10498 | |||
10499 | * lib/Makefile.am: Missed getloadavg.c (Ben Clewett) git-svn-id: | ||
10500 | |||
10501 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@877 f882894a-f735-0410-b71e-b25c423dba1c | ||
10502 | |||
10503 | 2004-05-20 Ethan Galstad <egalstad@users.sourceforge.net> | ||
10504 | |||
10505 | * contrib/check_dhcp.c: DHCP bug fix git-svn-id: | ||
10506 | |||
10507 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@876 f882894a-f735-0410-b71e-b25c423dba1c | ||
10508 | |||
10509 | 2004-05-10 Ton Voon <tonvoon@users.sourceforge.net> | ||
10510 | |||
10511 | * configure.in: Set EXTRAS with check_swap if ac_cv_have_swap is set git-svn-id: | ||
10512 | |||
10513 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@875 f882894a-f735-0410-b71e-b25c423dba1c | ||
10514 | |||
10515 | 2004-04-30 Ton Voon <tonvoon@users.sourceforge.net> | ||
10516 | |||
10517 | * configure.in: ps -el for HP-UX git-svn-id: | ||
10518 | |||
10519 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@874 f882894a-f735-0410-b71e-b25c423dba1c | ||
10520 | |||
10521 | 2004-04-29 Ton Voon <tonvoon@users.sourceforge.net> | ||
10522 | |||
10523 | * configure.in: Bug in ps -el for AIX 4.1 git-svn-id: | ||
10524 | |||
10525 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@873 f882894a-f735-0410-b71e-b25c423dba1c | ||
10526 | |||
10527 | 2004-04-29 Ton Voon <tonvoon@users.sourceforge.net> | ||
10528 | |||
10529 | * AUTHORS: Sven for HP-UX requirements git-svn-id: | ||
10530 | |||
10531 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@872 f882894a-f735-0410-b71e-b25c423dba1c | ||
10532 | |||
10533 | 2004-04-29 Ton Voon <tonvoon@users.sourceforge.net> | ||
10534 | |||
10535 | * REQUIREMENTS: HP-UX requirements (Sven Schaffranneck) git-svn-id: | ||
10536 | |||
10537 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@871 f882894a-f735-0410-b71e-b25c423dba1c | ||
10538 | |||
10539 | 2004-04-19 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
10540 | |||
10541 | * AUTHORS, contrib/check_nagios_db_pg.pl: Postgres backend monitor git-svn-id: | ||
10542 | |||
10543 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@870 f882894a-f735-0410-b71e-b25c423dba1c | ||
10544 | |||
10545 | 2004-04-19 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
10546 | |||
10547 | * AUTHORS, plugins-scripts/check_mssql.pl: check_mssql.pl git-svn-id: | ||
10548 | |||
10549 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@869 f882894a-f735-0410-b71e-b25c423dba1c | ||
10550 | |||
10551 | 2004-04-19 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
10552 | |||
10553 | * README: Win32 plugin repository git-svn-id: | ||
10554 | |||
10555 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@868 f882894a-f735-0410-b71e-b25c423dba1c | ||
10556 | |||
10557 | 2004-04-08 Ton Voon <tonvoon@users.sourceforge.net> | ||
10558 | |||
10559 | * AUTHORS: Torsten Werner for check_racle patches git-svn-id: | ||
10560 | |||
10561 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@867 f882894a-f735-0410-b71e-b25c423dba1c | ||
10562 | |||
10563 | 2004-04-08 Ton Voon <tonvoon@users.sourceforge.net> | ||
10564 | |||
10565 | * plugins-scripts/check_oracle.sh: Cleaner calls to awk and support | ||
10566 | if Oracle has different national language settings (Torsten Werner) git-svn-id: | ||
10567 | |||
10568 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@866 f882894a-f735-0410-b71e-b25c423dba1c | ||
10569 | |||
10570 | 2004-04-06 Ton Voon <tonvoon@users.sourceforge.net> | ||
10571 | |||
10572 | * configure.in, plugins/check_procs.c: Fixed weird scanf bug on | ||
10573 | Solaris git-svn-id: | ||
10574 | |||
10575 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@864 f882894a-f735-0410-b71e-b25c423dba1c | ||
10576 | |||
10577 | 2004-04-02 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
10578 | |||
10579 | * plugins/check_by_ssh.c: add example invocation to help git-svn-id: | ||
10580 | |||
10581 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@863 f882894a-f735-0410-b71e-b25c423dba1c | ||
10582 | |||
10583 | 2004-03-31 Ton Voon <tonvoon@users.sourceforge.net> | ||
10584 | |||
10585 | * AUTHORS: Howard Wilkinson git-svn-id: | ||
10586 | |||
10587 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@862 f882894a-f735-0410-b71e-b25c423dba1c | ||
10588 | |||
10589 | 2004-03-31 Ton Voon <tonvoon@users.sourceforge.net> | ||
10590 | |||
10591 | * plugins/check_nt.c: Command line argument bug (Howard Wilkinson) git-svn-id: | ||
10592 | |||
10593 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@861 f882894a-f735-0410-b71e-b25c423dba1c | ||
10594 | |||
10595 | 2004-03-31 Ton Voon <tonvoon@users.sourceforge.net> | ||
10596 | |||
10597 | * plugins/netutils.c: Set default state (Howard Wilkinson) git-svn-id: | ||
10598 | |||
10599 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@860 f882894a-f735-0410-b71e-b25c423dba1c | ||
10600 | |||
10601 | 2004-03-31 Ton Voon <tonvoon@users.sourceforge.net> | ||
10602 | |||
10603 | * doc/developer-guidelines.sgml: Update author list git-svn-id: | ||
10604 | |||
10605 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@859 f882894a-f735-0410-b71e-b25c423dba1c | ||
10606 | |||
10607 | 2004-03-23 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
10608 | |||
10609 | * plugins/check_fping.c: check was supposed to be agains ms - got | ||
10610 | munged wfixeg the perfdata output to be in seconds git-svn-id: | ||
10611 | |||
10612 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@858 f882894a-f735-0410-b71e-b25c423dba1c | ||
10613 | |||
10614 | 2004-03-22 Ton Voon <tonvoon@users.sourceforge.net> | ||
10615 | |||
10616 | * AUTHORS: Joe Rhett for getopt bug git-svn-id: | ||
10617 | |||
10618 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@856 f882894a-f735-0410-b71e-b25c423dba1c | ||
10619 | |||
10620 | 2004-03-22 Ton Voon <tonvoon@users.sourceforge.net> | ||
10621 | |||
10622 | * plugins/check_http.c: Option --url not mapped (Joe Rhett) git-svn-id: | ||
10623 | |||
10624 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@855 f882894a-f735-0410-b71e-b25c423dba1c | ||
10625 | |||
10626 | 2004-03-18 Ton Voon <tonvoon@users.sourceforge.net> | ||
10627 | |||
10628 | * AUTHORS: More help for patches git-svn-id: | ||
10629 | |||
10630 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@854 f882894a-f735-0410-b71e-b25c423dba1c | ||
10631 | |||
10632 | 2004-03-18 Ton Voon <tonvoon@users.sourceforge.net> | ||
10633 | |||
10634 | * plugins/check_disk.c: Typo in check_disk units (Matthew Kent - | ||
10635 | 909281) git-svn-id: | ||
10636 | |||
10637 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@853 f882894a-f735-0410-b71e-b25c423dba1c | ||
10638 | |||
10639 | 2004-03-18 Ton Voon <tonvoon@users.sourceforge.net> | ||
10640 | |||
10641 | * configure.in: Mysql include path not added correctly (Arnold | ||
10642 | Cavazos - 912974) git-svn-id: | ||
10643 | |||
10644 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@852 f882894a-f735-0410-b71e-b25c423dba1c | ||
10645 | |||
10646 | 2004-03-18 Ton Voon <tonvoon@users.sourceforge.net> | ||
10647 | |||
10648 | * plugins/check_radius.c: Option to fill in NAS-identifier to | ||
10649 | Emulate pam_radius behaviour (Alexander Kulak) git-svn-id: | ||
10650 | |||
10651 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@851 f882894a-f735-0410-b71e-b25c423dba1c | ||
10652 | |||
10653 | 2004-03-17 Ton Voon <tonvoon@users.sourceforge.net> | ||
10654 | |||
10655 | * doc/developer-guidelines.sgml: Copyright information for patches git-svn-id: | ||
10656 | |||
10657 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@850 f882894a-f735-0410-b71e-b25c423dba1c | ||
10658 | |||
10659 | 2004-03-14 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
10660 | |||
10661 | * plugins/check_ldap.c, plugins/check_load.c, | ||
10662 | plugins/check_mrtgtraf.c, plugins/check_pgsql.c, | ||
10663 | plugins/check_smtp.c, plugins/check_tcp.c, plugins/check_ups.c: use | ||
10664 | fperfdata git-svn-id: | ||
10665 | |||
10666 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@849 f882894a-f735-0410-b71e-b25c423dba1c | ||
10667 | |||
10668 | 2004-03-14 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
10669 | |||
10670 | * plugins/check_fping.c: use fperfdata git-svn-id: | ||
10671 | |||
10672 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@848 f882894a-f735-0410-b71e-b25c423dba1c | ||
10673 | |||
10674 | 2004-03-12 Ethan Galstad <egalstad@users.sourceforge.net> | ||
10675 | |||
10676 | * contrib/check_cluster2.c: New cluster plugin for Nagios 2.x git-svn-id: | ||
10677 | |||
10678 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@847 f882894a-f735-0410-b71e-b25c423dba1c | ||
10679 | |||
10680 | 2004-03-11 Ton Voon <tonvoon@users.sourceforge.net> | ||
10681 | |||
10682 | * CHANGES: check_procs difference git-svn-id: | ||
10683 | |||
10684 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@846 f882894a-f735-0410-b71e-b25c423dba1c | ||
10685 | |||
10686 | 2004-03-11 Ton Voon <tonvoon@users.sourceforge.net> | ||
10687 | |||
10688 | * plugins/check_nagios.c: Incorporate check_proc changes into | ||
10689 | check_nagios. ps handling probably should be moved into utils.c in | ||
10690 | future git-svn-id: | ||
10691 | |||
10692 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@845 f882894a-f735-0410-b71e-b25c423dba1c | ||
10693 | |||
10694 | 2004-03-08 Ton Voon <tonvoon@users.sourceforge.net> | ||
10695 | |||
10696 | * configure.in: Require ngettext git-svn-id: | ||
10697 | |||
10698 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@844 f882894a-f735-0410-b71e-b25c423dba1c | ||
10699 | |||
10700 | 2004-03-08 Ton Voon <tonvoon@users.sourceforge.net> | ||
10701 | |||
10702 | * doc/developer-guidelines.sgml: Information on plugin output format git-svn-id: | ||
10703 | |||
10704 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@843 f882894a-f735-0410-b71e-b25c423dba1c | ||
10705 | |||
10706 | 2004-03-04 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
10707 | |||
10708 | * plugins/check_dig.c, plugins/check_dns.c, plugins/check_game.c: | ||
10709 | use float for time in perf data git-svn-id: | ||
10710 | |||
10711 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@842 f882894a-f735-0410-b71e-b25c423dba1c | ||
10712 | |||
10713 | 2004-03-03 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
10714 | |||
10715 | * plugins/check_http.c, plugins/utils.c: begin writing some perfdata | ||
10716 | as float git-svn-id: | ||
10717 | |||
10718 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@841 f882894a-f735-0410-b71e-b25c423dba1c | ||
10719 | |||
10720 | 2004-03-03 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
10721 | |||
10722 | * contrib/check_pop3.pl: fix loop and \r\n (Jason Burnett - | ||
10723 | |||
10724 | http://sourceforge.net/tracker/index.php?func=detail&aid=895677&group_id=29880&atid=397599)git-svn-id: | ||
10725 | |||
10726 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@840 f882894a-f735-0410-b71e-b25c423dba1c | ||
10727 | |||
10728 | 2004-03-03 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
10729 | |||
10730 | * plugins/check_disk.c: check_disk was getting blocks instead of | ||
10731 | bytes (Michael Musikhin - | ||
10732 | |||
10733 | http://sourceforge.net/tracker/index.php?func=detail&aid=900215&group_id=29880&atid=397599)git-svn-id: | ||
10734 | |||
10735 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@839 f882894a-f735-0410-b71e-b25c423dba1c | ||
10736 | |||
10737 | 2004-03-02 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
10738 | |||
10739 | * pkg/fedora/requires, pkg/redhat/requires: attempt to prune | ||
10740 | requires git-svn-id: | ||
10741 | |||
10742 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@838 f882894a-f735-0410-b71e-b25c423dba1c | ||
10743 | |||
10744 | 2004-03-02 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
10745 | |||
10746 | * Makefile.am, nagios-plugins.spec.in, pkg/fedora/requires: make | ||
10747 | specfile into a template which can generate a generic spec plus | ||
10748 | specs suitable for various repositories git-svn-id: | ||
10749 | |||
10750 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@837 f882894a-f735-0410-b71e-b25c423dba1c | ||
10751 | |||
10752 | 2004-03-02 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
10753 | |||
10754 | * configure.in: prpare for alpha2 git-svn-id: | ||
10755 | |||
10756 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@836 f882894a-f735-0410-b71e-b25c423dba1c | ||
10757 | |||
10758 | 2004-03-02 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
10759 | |||
10760 | * plugins/check_http.c: relax check for -w/-c to accept floats (bug | ||
10761 | report from Warrick FitzGerald) git-svn-id: | ||
10762 | |||
10763 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@835 f882894a-f735-0410-b71e-b25c423dba1c | ||
10764 | |||
10765 | 2004-03-02 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
10766 | |||
10767 | * AUTHORS, plugins/check_swap.c: fix div by zero error when | ||
10768 | swaptotal is zero (Flo Gleixner) git-svn-id: | ||
10769 | |||
10770 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@834 f882894a-f735-0410-b71e-b25c423dba1c | ||
10771 | |||
10772 | 2004-03-01 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
10773 | |||
10774 | * plugins/check_tcp.c, plugins/netutils.c: check_tcp was returning | ||
10775 | uninitialized string with user-defined refused outcome git-svn-id: | ||
10776 | |||
10777 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@833 f882894a-f735-0410-b71e-b25c423dba1c | ||
10778 | |||
10779 | 2004-03-01 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
10780 | |||
10781 | * plugins/check_smtp.c: allow regex for ecpect checks git-svn-id: | ||
10782 | |||
10783 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@832 f882894a-f735-0410-b71e-b25c423dba1c | ||
10784 | |||
10785 | 2004-02-29 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
10786 | |||
10787 | * plugins/check_nwstat.c, plugins/netutils.c, plugins/netutils.h: | ||
10788 | was making up to 34 separate tcp connections - now we open one and | ||
10789 | reuse git-svn-id: | ||
10790 | |||
10791 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@831 f882894a-f735-0410-b71e-b25c423dba1c | ||
10792 | |||
10793 | 2004-02-28 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
10794 | |||
10795 | * plugins/check_snmp.c: checks for warn in check_num() mistakenly | ||
10796 | referred to crit limits git-svn-id: | ||
10797 | |||
10798 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@830 f882894a-f735-0410-b71e-b25c423dba1c | ||
10799 | |||
10800 | 2004-02-28 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
10801 | |||
10802 | * plugins/check_smtp.c: minor doco update to reflect handling of | ||
10803 | repeated caoomand strings git-svn-id: | ||
10804 | |||
10805 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@829 f882894a-f735-0410-b71e-b25c423dba1c | ||
10806 | |||
10807 | 2004-02-28 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
10808 | |||
10809 | * plugins/check_smtp.c: work in progress to accept multiple | ||
10810 | command/expect pairs git-svn-id: | ||
10811 | |||
10812 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@828 f882894a-f735-0410-b71e-b25c423dba1c | ||
10813 | |||
10814 | 2004-02-28 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
10815 | |||
10816 | * plugins/check_swap.c: update to work with Linux 2.6 /proc/meminfo | ||
10817 | format git-svn-id: | ||
10818 | |||
10819 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@827 f882894a-f735-0410-b71e-b25c423dba1c | ||
10820 | |||
10821 | 2004-02-25 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
10822 | |||
10823 | * AUTHORS, plugins/check_dns.c: check server for authoritative | ||
10824 | status (from Jon Hallet) git-svn-id: | ||
10825 | |||
10826 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@826 f882894a-f735-0410-b71e-b25c423dba1c | ||
10827 | |||
10828 | 2004-02-25 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
10829 | |||
10830 | * plugins/check_swap.c: change some datatypes to llu for very large | ||
10831 | swaps git-svn-id: | ||
10832 | |||
10833 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@825 f882894a-f735-0410-b71e-b25c423dba1c | ||
10834 | |||
10835 | 2004-02-25 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
10836 | |||
10837 | * configure.in, plugins/check_ping.c: pass timeout to ping if | ||
10838 | supported with -w parameter (linux) git-svn-id: | ||
10839 | |||
10840 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@824 f882894a-f735-0410-b71e-b25c423dba1c | ||
10841 | |||
10842 | 2004-02-21 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
10843 | |||
10844 | * plugins/check_by_ssh.c: add option to ignore a specified number of | ||
10845 | lines on stderr (to suppress a login banner) git-svn-id: | ||
10846 | |||
10847 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@823 f882894a-f735-0410-b71e-b25c423dba1c | ||
10848 | |||
10849 | 2004-02-21 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
10850 | |||
10851 | * AUTHORS: Add Jason Martin for report of missing $opt_C for 'use | ||
10852 | vars' in check_breeze git-svn-id: | ||
10853 | |||
10854 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@821 f882894a-f735-0410-b71e-b25c423dba1c | ||
10855 | |||
10856 | 2004-02-21 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
10857 | |||
10858 | * plugins-scripts/check_breeze.pl: add opt_C to 'usr vars' git-svn-id: | ||
10859 | |||
10860 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@820 f882894a-f735-0410-b71e-b25c423dba1c | ||
10861 | |||
10862 | 2004-02-20 Ton Voon <tonvoon@users.sourceforge.net> | ||
10863 | |||
10864 | * plugins/check_http.c: - Missed out getopt for -T git-svn-id: | ||
10865 | |||
10866 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@819 f882894a-f735-0410-b71e-b25c423dba1c | ||
10867 | |||
10868 | 2004-02-20 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
10869 | |||
10870 | * contrib/check_dhcp.c, plugins/check_snmp.c, plugins/negate.c, | ||
10871 | plugins/netutils.c, plugins/urlize.c: spell fix "received" git-svn-id: | ||
10872 | |||
10873 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@818 f882894a-f735-0410-b71e-b25c423dba1c | ||
10874 | |||
10875 | 2004-02-20 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
10876 | |||
10877 | * plugins/utils.c, plugins/utils.h: add perfdata function for floats | ||
10878 | to complement ints, also spell fix "received" git-svn-id: | ||
10879 | |||
10880 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@817 f882894a-f735-0410-b71e-b25c423dba1c | ||
10881 | |||
10882 | 2004-02-20 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
10883 | |||
10884 | * AUTHORS: add Ralph Rye for report of check_procs segfault on | ||
10885 | AIX/WebSphere and proof-of-concept patch git-svn-id: | ||
10886 | |||
10887 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@816 f882894a-f735-0410-b71e-b25c423dba1c | ||
10888 | |||
10889 | 2004-02-20 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
10890 | |||
10891 | * plugins/check_procs.c: handle case where line from ps output | ||
10892 | exceed MAX_INPUT_BUFFER git-svn-id: | ||
10893 | |||
10894 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@815 f882894a-f735-0410-b71e-b25c423dba1c | ||
10895 | |||
10896 | 2004-02-20 Ton Voon <tonvoon@users.sourceforge.net> | ||
10897 | |||
10898 | * AUTHORS: Shaun Wills for patch to check_http git-svn-id: | ||
10899 | |||
10900 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@814 f882894a-f735-0410-b71e-b25c423dba1c | ||
10901 | |||
10902 | 2004-02-20 Ton Voon <tonvoon@users.sourceforge.net> | ||
10903 | |||
10904 | * plugins/check_http.c: Added Content-type when POSTing (Shawn | ||
10905 | Wills) git-svn-id: | ||
10906 | |||
10907 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@813 f882894a-f735-0410-b71e-b25c423dba1c | ||
10908 | |||
10909 | 2004-02-20 Ton Voon <tonvoon@users.sourceforge.net> | ||
10910 | |||
10911 | * plugins/check_procs.c: - compiler warning removed (but usage2 messages badly broken) git-svn-id: | ||
10912 | |||
10913 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@812 f882894a-f735-0410-b71e-b25c423dba1c | ||
10914 | |||
10915 | 2004-02-20 Ton Voon <tonvoon@users.sourceforge.net> | ||
10916 | |||
10917 | * AUTHORS: Matt Pounsett for bug report git-svn-id: | ||
10918 | |||
10919 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@811 f882894a-f735-0410-b71e-b25c423dba1c | ||
10920 | |||
10921 | 2004-02-20 Ton Voon <tonvoon@users.sourceforge.net> | ||
10922 | |||
10923 | * plugins/check_dns.c: Different text to scan for if multiple | ||
10924 | addresses git-svn-id: | ||
10925 | |||
10926 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@810 f882894a-f735-0410-b71e-b25c423dba1c | ||
10927 | |||
10928 | 2004-02-20 Ton Voon <tonvoon@users.sourceforge.net> | ||
10929 | |||
10930 | * plugins/check_swap.c: Corrected usage message (Matt Pounsett) git-svn-id: | ||
10931 | |||
10932 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@809 f882894a-f735-0410-b71e-b25c423dba1c | ||
10933 | |||
10934 | 2004-02-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
10935 | |||
10936 | * AUTHORS: Michael Musikhin for check_disk patch git-svn-id: | ||
10937 | |||
10938 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@808 f882894a-f735-0410-b71e-b25c423dba1c | ||
10939 | |||
10940 | 2004-02-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
10941 | |||
10942 | * plugins/check_disk.c: Uninitialised variables for -X (Bug 900091 - | ||
10943 | Michael Musikhin) git-svn-id: | ||
10944 | |||
10945 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@807 f882894a-f735-0410-b71e-b25c423dba1c | ||
10946 | |||
10947 | 2004-02-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
10948 | |||
10949 | * configure.in: version bump (old) git-svn-id: | ||
10950 | |||
10951 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@806 f882894a-f735-0410-b71e-b25c423dba1c | ||
10952 | |||
10953 | 2004-02-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
10954 | |||
10955 | * acinclude.m4, lib/afs.m4, lib/fstypename.m4, lib/fsusage.m4: | ||
10956 | underquoted defines cause warning on FC2 git-svn-id: | ||
10957 | |||
10958 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@805 f882894a-f735-0410-b71e-b25c423dba1c | ||
10959 | |||
10960 | 2004-02-18 Ton Voon <tonvoon@users.sourceforge.net> | ||
10961 | |||
10962 | * AUTHORS: Johannes Herlitz for patch to check_dns git-svn-id: | ||
10963 | |||
10964 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@804 f882894a-f735-0410-b71e-b25c423dba1c | ||
10965 | |||
10966 | 2004-02-18 Ton Voon <tonvoon@users.sourceforge.net> | ||
10967 | |||
10968 | * plugins/check_dns.c: Output message includes the query_address, as | ||
10969 | inspired by Johannes Herlitz. Also cleanup of comments and handles | ||
10970 | multi-line nslookup output (MacOSX 10.3) git-svn-id: | ||
10971 | |||
10972 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@803 f882894a-f735-0410-b71e-b25c423dba1c | ||
10973 | |||
10974 | 2004-02-17 Ton Voon <tonvoon@users.sourceforge.net> | ||
10975 | |||
10976 | * AUTHORS: David Alden for check_snmp_procs.pl git-svn-id: | ||
10977 | |||
10978 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@802 f882894a-f735-0410-b71e-b25c423dba1c | ||
10979 | |||
10980 | 2004-02-17 Ton Voon <tonvoon@users.sourceforge.net> | ||
10981 | |||
10982 | * contrib/check_snmp_procs.pl: Checks remote processes via SNMP | ||
10983 | (David Alden) git-svn-id: | ||
10984 | |||
10985 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@801 f882894a-f735-0410-b71e-b25c423dba1c | ||
10986 | |||
10987 | 2004-02-09 Ton Voon <tonvoon@users.sourceforge.net> | ||
10988 | |||
10989 | * AUTHORS: Patrick McCormick git-svn-id: | ||
10990 | |||
10991 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@800 f882894a-f735-0410-b71e-b25c423dba1c | ||
10992 | |||
10993 | 2004-02-09 Ton Voon <tonvoon@users.sourceforge.net> | ||
10994 | |||
10995 | * plugins/check_ping.c: Fix for check_ping old-style argument | ||
10996 | handling (Patrick McCormick - 892211) git-svn-id: | ||
10997 | |||
10998 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@799 f882894a-f735-0410-b71e-b25c423dba1c | ||
10999 | |||
11000 | 2004-01-28 Ton Voon <tonvoon@users.sourceforge.net> | ||
11001 | |||
11002 | * plugins/check_dummy.c: Print optional text git-svn-id: | ||
11003 | |||
11004 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@798 f882894a-f735-0410-b71e-b25c423dba1c | ||
11005 | |||
11006 | 2004-01-21 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11007 | |||
11008 | * AUTHORS: credit David Croft (patch check_tcp formultibyte malloc | ||
11009 | bug in server_expect) git-svn-id: | ||
11010 | |||
11011 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@797 f882894a-f735-0410-b71e-b25c423dba1c | ||
11012 | |||
11013 | 2004-01-21 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11014 | |||
11015 | * plugins/check_tcp.c: =fix segfault on malloc of server_expect for | ||
11016 | multibyte chars (David Croft) git-svn-id: | ||
11017 | |||
11018 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@796 f882894a-f735-0410-b71e-b25c423dba1c | ||
11019 | |||
11020 | 2004-01-18 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
11021 | |||
11022 | * contrib/check_snmp_printer.pl: plugin to check printer status via | ||
11023 | snmp, includes page count as perfdata; perl plugin git-svn-id: | ||
11024 | |||
11025 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@795 f882894a-f735-0410-b71e-b25c423dba1c | ||
11026 | |||
11027 | 2003-12-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
11028 | |||
11029 | * AUTHORS: Bug reporter git-svn-id: | ||
11030 | |||
11031 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@794 f882894a-f735-0410-b71e-b25c423dba1c | ||
11032 | |||
11033 | 2003-12-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
11034 | |||
11035 | * plugins/check_swap.c: Fixed help doc on use of % (854817 - Gunnar | ||
11036 | Hellekson) git-svn-id: | ||
11037 | |||
11038 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@793 f882894a-f735-0410-b71e-b25c423dba1c | ||
11039 | |||
11040 | 2003-12-18 Ton Voon <tonvoon@users.sourceforge.net> | ||
11041 | |||
11042 | * README: Reference to CHANGES file git-svn-id: | ||
11043 | |||
11044 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@792 f882894a-f735-0410-b71e-b25c423dba1c | ||
11045 | |||
11046 | 2003-12-18 Ton Voon <tonvoon@users.sourceforge.net> | ||
11047 | |||
11048 | * Makefile.am: Add CHANGES file to distribution git-svn-id: | ||
11049 | |||
11050 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@791 f882894a-f735-0410-b71e-b25c423dba1c | ||
11051 | |||
11052 | 2003-12-18 Ton Voon <tonvoon@users.sourceforge.net> | ||
11053 | |||
11054 | * CHANGES: List major changes between releases git-svn-id: | ||
11055 | |||
11056 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@790 f882894a-f735-0410-b71e-b25c423dba1c | ||
11057 | |||
11058 | 2003-12-11 Ton Voon <tonvoon@users.sourceforge.net> | ||
11059 | |||
11060 | * AUTHORS: For patch to check_http git-svn-id: | ||
11061 | |||
11062 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@789 f882894a-f735-0410-b71e-b25c423dba1c | ||
11063 | |||
11064 | 2003-12-11 Ton Voon <tonvoon@users.sourceforge.net> | ||
11065 | |||
11066 | * plugins/check_http.c: Relative redirects not followed correctly | ||
11067 | (854131 - John Sivak) git-svn-id: | ||
11068 | |||
11069 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@788 f882894a-f735-0410-b71e-b25c423dba1c | ||
11070 | |||
11071 | 2003-12-05 Ton Voon <tonvoon@users.sourceforge.net> | ||
11072 | |||
11073 | * AUTHORS: Ben Whaley for reported Solaris 8 /usr/ucb/ps problem in | ||
11074 | configure.in git-svn-id: | ||
11075 | |||
11076 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@787 f882894a-f735-0410-b71e-b25c423dba1c | ||
11077 | |||
11078 | 2003-12-05 Ton Voon <tonvoon@users.sourceforge.net> | ||
11079 | |||
11080 | * configure.in: Not correctly working out ps command if /usr/ucb | ||
11081 | before /usr/bin in PATH for Solaris (reported by Ben Whaley) git-svn-id: | ||
11082 | |||
11083 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@786 f882894a-f735-0410-b71e-b25c423dba1c | ||
11084 | |||
11085 | 2003-12-05 Ton Voon <tonvoon@users.sourceforge.net> | ||
11086 | |||
11087 | * AUTHORS: Patch to my_connect git-svn-id: | ||
11088 | |||
11089 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@785 f882894a-f735-0410-b71e-b25c423dba1c | ||
11090 | |||
11091 | 2003-12-05 Ton Voon <tonvoon@users.sourceforge.net> | ||
11092 | |||
11093 | * plugins/netutils.c, plugins/netutils.h: Fix clash of namespace for | ||
11094 | my_connect with mysql (854339 - Ian Holsman) git-svn-id: | ||
11095 | |||
11096 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@784 f882894a-f735-0410-b71e-b25c423dba1c | ||
11097 | |||
11098 | 2003-12-02 Ton Voon <tonvoon@users.sourceforge.net> | ||
11099 | |||
11100 | * plugins/check_disk.c: Default thresholds not defined for lists in | ||
11101 | -x parameter (raised by Matt Garrett) git-svn-id: | ||
11102 | |||
11103 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@783 f882894a-f735-0410-b71e-b25c423dba1c | ||
11104 | |||
11105 | 2003-12-01 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11106 | |||
11107 | * po/de.po, po/fr.po: commit changes caused by upstream code mods git-svn-id: | ||
11108 | |||
11109 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@782 f882894a-f735-0410-b71e-b25c423dba1c | ||
11110 | |||
11111 | 2003-12-01 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11112 | |||
11113 | * plugins/check_procs.c: use usage2 function git-svn-id: | ||
11114 | |||
11115 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@781 f882894a-f735-0410-b71e-b25c423dba1c | ||
11116 | |||
11117 | 2003-12-01 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11118 | |||
11119 | * nagios-plugins.spec.in: add THANKS to %doc git-svn-id: | ||
11120 | |||
11121 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@780 f882894a-f735-0410-b71e-b25c423dba1c | ||
11122 | |||
11123 | 2003-11-28 Ton Voon <tonvoon@users.sourceforge.net> | ||
11124 | |||
11125 | * plugins/check_procs.c: Fixed listing of failed processes git-svn-id: | ||
11126 | |||
11127 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@779 f882894a-f735-0410-b71e-b25c423dba1c | ||
11128 | |||
11129 | 2003-11-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
11130 | |||
11131 | * AUTHORS: For patches git-svn-id: | ||
11132 | |||
11133 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@778 f882894a-f735-0410-b71e-b25c423dba1c | ||
11134 | |||
11135 | 2003-11-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
11136 | |||
11137 | * plugins/check_hpjd.c: Bug from code-clean (Antony Simmonds - | ||
11138 | 846311) git-svn-id: | ||
11139 | |||
11140 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@777 f882894a-f735-0410-b71e-b25c423dba1c | ||
11141 | |||
11142 | 2003-11-21 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11143 | |||
11144 | * README: update auotmake/autoconf versions git-svn-id: | ||
11145 | |||
11146 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@776 f882894a-f735-0410-b71e-b25c423dba1c | ||
11147 | |||
11148 | 2003-11-21 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11149 | |||
11150 | * doc/developer-guidelines.sgml: update developer names git-svn-id: | ||
11151 | |||
11152 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@775 f882894a-f735-0410-b71e-b25c423dba1c | ||
11153 | |||
11154 | 2003-11-21 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11155 | |||
11156 | * INSTALLING: our policy now is to use most recent versions of GNU | ||
11157 | tool chain git-svn-id: | ||
11158 | |||
11159 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@774 f882894a-f735-0410-b71e-b25c423dba1c | ||
11160 | |||
11161 | 2003-11-19 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11162 | |||
11163 | * plugins/check_time.c: add perfdata git-svn-id: | ||
11164 | |||
11165 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@773 f882894a-f735-0410-b71e-b25c423dba1c | ||
11166 | |||
11167 | 2003-11-19 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11168 | |||
11169 | * plugins/check_smtp.c: use perfdata() to return perfoamnace data in | ||
11170 | stanadrd format git-svn-id: | ||
11171 | |||
11172 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@772 f882894a-f735-0410-b71e-b25c423dba1c | ||
11173 | |||
11174 | 2003-11-17 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11175 | |||
11176 | * plugins/check_ups.c: bugfix - each supported option was | ||
11177 | overwriting the previous perfdata git-svn-id: | ||
11178 | |||
11179 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@771 f882894a-f735-0410-b71e-b25c423dba1c | ||
11180 | |||
11181 | 2003-11-17 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11182 | |||
11183 | * plugins/check_ups.c: add perfdata git-svn-id: | ||
11184 | |||
11185 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@770 f882894a-f735-0410-b71e-b25c423dba1c | ||
11186 | |||
11187 | 2003-11-17 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11188 | |||
11189 | * plugins/check_pgsql.c: add perfdata git-svn-id: | ||
11190 | |||
11191 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@769 f882894a-f735-0410-b71e-b25c423dba1c | ||
11192 | |||
11193 | 2003-11-12 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11194 | |||
11195 | * plugins/check_snmp.c: clean up compiler warnings git-svn-id: | ||
11196 | |||
11197 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@768 f882894a-f735-0410-b71e-b25c423dba1c | ||
11198 | |||
11199 | 2003-11-12 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11200 | |||
11201 | * plugins/check_mrtg.c, plugins/check_nt.c: clean up compiler | ||
11202 | warnings git-svn-id: | ||
11203 | |||
11204 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@767 f882894a-f735-0410-b71e-b25c423dba1c | ||
11205 | |||
11206 | 2003-11-12 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11207 | |||
11208 | * plugins/check_mrtgtraf.c, plugins/check_swap.c: clean up compiler | ||
11209 | warnings git-svn-id: | ||
11210 | |||
11211 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@766 f882894a-f735-0410-b71e-b25c423dba1c | ||
11212 | |||
11213 | 2003-11-12 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11214 | |||
11215 | * plugins/check_mrtgtraf.c: add perfdata git-svn-id: | ||
11216 | |||
11217 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@765 f882894a-f735-0410-b71e-b25c423dba1c | ||
11218 | |||
11219 | 2003-11-12 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11220 | |||
11221 | * plugins/check_dig.c: remove overflow checks of strtod - HUGE_VALF | ||
11222 | requires C99; also remove equality checks on warn/crit interval | ||
11223 | which are no doubles git-svn-id: | ||
11224 | |||
11225 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@764 f882894a-f735-0410-b71e-b25c423dba1c | ||
11226 | |||
11227 | 2003-11-11 Ton Voon <tonvoon@users.sourceforge.net> | ||
11228 | |||
11229 | * plugins/check_tcp.c: Added perfdata git-svn-id: | ||
11230 | |||
11231 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@763 f882894a-f735-0410-b71e-b25c423dba1c | ||
11232 | |||
11233 | 2003-11-11 Ton Voon <tonvoon@users.sourceforge.net> | ||
11234 | |||
11235 | * plugins/check_users.c: Added perfdata git-svn-id: | ||
11236 | |||
11237 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@762 f882894a-f735-0410-b71e-b25c423dba1c | ||
11238 | |||
11239 | 2003-11-11 Ton Voon <tonvoon@users.sourceforge.net> | ||
11240 | |||
11241 | * plugins/check_swap.c: Added perfdata git-svn-id: | ||
11242 | |||
11243 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@761 f882894a-f735-0410-b71e-b25c423dba1c | ||
11244 | |||
11245 | 2003-11-11 Ton Voon <tonvoon@users.sourceforge.net> | ||
11246 | |||
11247 | * plugins/check_swap.c: Fixed if only absolute warn/crit set git-svn-id: | ||
11248 | |||
11249 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@760 f882894a-f735-0410-b71e-b25c423dba1c | ||
11250 | |||
11251 | 2003-11-10 Ton Voon <tonvoon@users.sourceforge.net> | ||
11252 | |||
11253 | * plugins/utils.h: - typo fixes git-svn-id: | ||
11254 | |||
11255 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@759 f882894a-f735-0410-b71e-b25c423dba1c | ||
11256 | |||
11257 | 2003-11-05 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
11258 | |||
11259 | * plugins-scripts/check_ifoperstatus.pl, | ||
11260 | plugins-scripts/check_ifstatus.pl: added plugin timeout options git-svn-id: | ||
11261 | |||
11262 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@758 f882894a-f735-0410-b71e-b25c423dba1c | ||
11263 | |||
11264 | 2003-10-31 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11265 | |||
11266 | * plugins/check_nt.c: provide an error message git-svn-id: | ||
11267 | |||
11268 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@757 f882894a-f735-0410-b71e-b25c423dba1c | ||
11269 | |||
11270 | 2003-10-31 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11271 | |||
11272 | * plugins/check_hpjd.c: line indentation git-svn-id: | ||
11273 | |||
11274 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@756 f882894a-f735-0410-b71e-b25c423dba1c | ||
11275 | |||
11276 | 2003-10-31 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11277 | |||
11278 | * plugins/check_load.c: add perfdata git-svn-id: | ||
11279 | |||
11280 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@755 f882894a-f735-0410-b71e-b25c423dba1c | ||
11281 | |||
11282 | 2003-10-31 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11283 | |||
11284 | * plugins/check_mrtg.c: add perf data fix bug where stale data | ||
11285 | message would get overwritten git-svn-id: | ||
11286 | |||
11287 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@754 f882894a-f735-0410-b71e-b25c423dba1c | ||
11288 | |||
11289 | 2003-10-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
11290 | |||
11291 | * plugins/common.h: Ignore __attribute__ for non-GNU compilers git-svn-id: | ||
11292 | |||
11293 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@753 f882894a-f735-0410-b71e-b25c423dba1c | ||
11294 | |||
11295 | 2003-10-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
11296 | |||
11297 | * plugins/Makefile.am: Moved config.h to toplevel git-svn-id: | ||
11298 | |||
11299 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@752 f882894a-f735-0410-b71e-b25c423dba1c | ||
11300 | |||
11301 | 2003-10-23 Ton Voon <tonvoon@users.sourceforge.net> | ||
11302 | |||
11303 | * lib/Makefile.am: Need to include intl/ for systems without | ||
11304 | libintl.h git-svn-id: | ||
11305 | |||
11306 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@751 f882894a-f735-0410-b71e-b25c423dba1c | ||
11307 | |||
11308 | 2003-10-21 Ton Voon <tonvoon@users.sourceforge.net> | ||
11309 | |||
11310 | * AUTHORS: Matt Garrett for bug reports git-svn-id: | ||
11311 | |||
11312 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@750 f882894a-f735-0410-b71e-b25c423dba1c | ||
11313 | |||
11314 | 2003-10-21 Ton Voon <tonvoon@users.sourceforge.net> | ||
11315 | |||
11316 | * plugins-scripts/check_file_age.pl: - Fixed file name (Matt Garrett) git-svn-id: | ||
11317 | |||
11318 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@749 f882894a-f735-0410-b71e-b25c423dba1c | ||
11319 | |||
11320 | 2003-10-20 Ton Voon <tonvoon@users.sourceforge.net> | ||
11321 | |||
11322 | * configure.in, lib/fsusage.c, lib/mountlist.c: Fix for config.h at | ||
11323 | top level. Required for intl/ git-svn-id: | ||
11324 | |||
11325 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@748 f882894a-f735-0410-b71e-b25c423dba1c | ||
11326 | |||
11327 | 2003-10-15 Ton Voon <tonvoon@users.sourceforge.net> | ||
11328 | |||
11329 | * tools/mail_error: Need to export PATH for sfsnapshot to get | ||
11330 | correct GNU toolchain git-svn-id: | ||
11331 | |||
11332 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@747 f882894a-f735-0410-b71e-b25c423dba1c | ||
11333 | |||
11334 | 2003-10-14 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
11335 | |||
11336 | * plugins-scripts/check_ifoperstatus.pl: snmpv3 patches git-svn-id: | ||
11337 | |||
11338 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@746 f882894a-f735-0410-b71e-b25c423dba1c | ||
11339 | |||
11340 | 2003-10-14 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
11341 | |||
11342 | * plugins-scripts/check_ifstatus.pl: more snmpv3 patches git-svn-id: | ||
11343 | |||
11344 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@745 f882894a-f735-0410-b71e-b25c423dba1c | ||
11345 | |||
11346 | 2003-10-14 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
11347 | |||
11348 | * plugins-scripts/check_ntp.pl: Bug 773588: added check to warn on | ||
11349 | matching # candidates only git-svn-id: | ||
11350 | |||
11351 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@744 f882894a-f735-0410-b71e-b25c423dba1c | ||
11352 | |||
11353 | 2003-10-14 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
11354 | |||
11355 | * plugins-scripts/check_ifstatus.pl: Added -M for maxmsgsize | ||
11356 | (v1/v2c) Added v3 support git-svn-id: | ||
11357 | |||
11358 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@743 f882894a-f735-0410-b71e-b25c423dba1c | ||
11359 | |||
11360 | 2003-09-30 Ton Voon <tonvoon@users.sourceforge.net> | ||
11361 | |||
11362 | * plugins/check_swap.c: Fixed logic problem if HAVE_SWAP, but not on | ||
11363 | AIX or Solaris. Removed unnecessary ifdefs for help page. Better | ||
11364 | indentation for ifdefs git-svn-id: | ||
11365 | |||
11366 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@742 f882894a-f735-0410-b71e-b25c423dba1c | ||
11367 | |||
11368 | 2003-09-29 Ton Voon <tonvoon@users.sourceforge.net> | ||
11369 | |||
11370 | * lib/Makefile.am: Missed GNU files for AIX 5.1 git-svn-id: | ||
11371 | |||
11372 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@741 f882894a-f735-0410-b71e-b25c423dba1c | ||
11373 | |||
11374 | 2003-09-17 Ton Voon <tonvoon@users.sourceforge.net> | ||
11375 | |||
11376 | * AUTHORS: Added authors of obsolete contrib plugins git-svn-id: | ||
11377 | |||
11378 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@740 f882894a-f735-0410-b71e-b25c423dba1c | ||
11379 | |||
11380 | 2003-09-17 Ton Voon <tonvoon@users.sourceforge.net> | ||
11381 | |||
11382 | * contrib/maser-oracle.pl: Obsolete from main check_oracle git-svn-id: | ||
11383 | |||
11384 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@739 f882894a-f735-0410-b71e-b25c423dba1c | ||
11385 | |||
11386 | 2003-09-17 Ton Voon <tonvoon@users.sourceforge.net> | ||
11387 | |||
11388 | * contrib/aix/check_crit_dsk, contrib/aix/check_dsk, | ||
11389 | contrib/aix/check_ping: Plugins obsolete from main check_disk and | ||
11390 | check_ping git-svn-id: | ||
11391 | |||
11392 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@738 f882894a-f735-0410-b71e-b25c423dba1c | ||
11393 | |||
11394 | 2003-09-17 Ton Voon <tonvoon@users.sourceforge.net> | ||
11395 | |||
11396 | * lib/strtod.c: Required if strtod not GNU compilant git-svn-id: | ||
11397 | |||
11398 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@737 f882894a-f735-0410-b71e-b25c423dba1c | ||
11399 | |||
11400 | 2003-09-17 Ton Voon <tonvoon@users.sourceforge.net> | ||
11401 | |||
11402 | * configure.in, lib/Makefile.am, lib/error.c, lib/error.h, | ||
11403 | lib/error.m4, lib/malloc.c, lib/realloc.c, lib/unlocked-io.h, | ||
11404 | lib/xalloc.h, lib/xmalloc.c: Support to compile on AIX git-svn-id: | ||
11405 | |||
11406 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@736 f882894a-f735-0410-b71e-b25c423dba1c | ||
11407 | |||
11408 | 2003-09-17 Ton Voon <tonvoon@users.sourceforge.net> | ||
11409 | |||
11410 | * plugins/check_load.c: - typo git-svn-id: | ||
11411 | |||
11412 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@735 f882894a-f735-0410-b71e-b25c423dba1c | ||
11413 | |||
11414 | 2003-09-17 Ton Voon <tonvoon@users.sourceforge.net> | ||
11415 | |||
11416 | * configure.in, plugins/check_swap.c: Support for check_swap in AIX | ||
11417 | (tested on 5.1) git-svn-id: | ||
11418 | |||
11419 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@734 f882894a-f735-0410-b71e-b25c423dba1c | ||
11420 | |||
11421 | 2003-09-17 Ton Voon <tonvoon@users.sourceforge.net> | ||
11422 | |||
11423 | * tools/setup: Hide error message if docbook not available git-svn-id: | ||
11424 | |||
11425 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@733 f882894a-f735-0410-b71e-b25c423dba1c | ||
11426 | |||
11427 | 2003-09-16 Ton Voon <tonvoon@users.sourceforge.net> | ||
11428 | |||
11429 | * doc/developer-guidelines.sgml: Added in threshold range format and | ||
11430 | updated autoconf to 2.54 for a problem on Darwin) git-svn-id: | ||
11431 | |||
11432 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@732 f882894a-f735-0410-b71e-b25c423dba1c | ||
11433 | |||
11434 | 2003-09-16 Ton Voon <tonvoon@users.sourceforge.net> | ||
11435 | |||
11436 | * configure.in, plugins/Makefile.am, plugins/check_procs.c: Support | ||
11437 | for AIX ps command and cleanup of configure's ps checks git-svn-id: | ||
11438 | |||
11439 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@731 f882894a-f735-0410-b71e-b25c423dba1c | ||
11440 | |||
11441 | 2003-09-16 Ton Voon <tonvoon@users.sourceforge.net> | ||
11442 | |||
11443 | * AUTHORS, plugins/common.h: AIX problem with enum TRUE and FALSE | ||
11444 | (Ludse Verhoeven) git-svn-id: | ||
11445 | |||
11446 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@730 f882894a-f735-0410-b71e-b25c423dba1c | ||
11447 | |||
11448 | 2003-09-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11449 | |||
11450 | * tools/sfsnapshot: here-doc format was not correct git-svn-id: | ||
11451 | |||
11452 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@729 f882894a-f735-0410-b71e-b25c423dba1c | ||
11453 | |||
11454 | 2003-09-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11455 | |||
11456 | * plugins/check_ldap.c: milisecond timing and perfdata, fix NULL | ||
11457 | pointer error in validate_arguments git-svn-id: | ||
11458 | |||
11459 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@728 f882894a-f735-0410-b71e-b25c423dba1c | ||
11460 | |||
11461 | 2003-09-15 Ton Voon <tonvoon@users.sourceforge.net> | ||
11462 | |||
11463 | * AUTHORS: Contributors to the perfdata discussion git-svn-id: | ||
11464 | |||
11465 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@727 f882894a-f735-0410-b71e-b25c423dba1c | ||
11466 | |||
11467 | 2003-09-15 Ton Voon <tonvoon@users.sourceforge.net> | ||
11468 | |||
11469 | * AUTHORS, plugins-scripts/check_mailq.pl: Added Exim support | ||
11470 | (768445 - Eric Bollengier) git-svn-id: | ||
11471 | |||
11472 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@726 f882894a-f735-0410-b71e-b25c423dba1c | ||
11473 | |||
11474 | 2003-09-15 Ton Voon <tonvoon@users.sourceforge.net> | ||
11475 | |||
11476 | * AUTHORS, plugins/check_nt.c: Option to verify check_nt version | ||
11477 | (799098 - Steve Hanselman) git-svn-id: | ||
11478 | |||
11479 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@725 f882894a-f735-0410-b71e-b25c423dba1c | ||
11480 | |||
11481 | 2003-09-15 Ton Voon <tonvoon@users.sourceforge.net> | ||
11482 | |||
11483 | * AUTHORS: Jason Burnett for check_disk_smb patch git-svn-id: | ||
11484 | |||
11485 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@724 f882894a-f735-0410-b71e-b25c423dba1c | ||
11486 | |||
11487 | 2003-09-15 Ton Voon <tonvoon@users.sourceforge.net> | ||
11488 | |||
11489 | * plugins-scripts/check_disk_smb.pl: Optionally specify port for | ||
11490 | smbclient to use (781227 - Jason Burnett) git-svn-id: | ||
11491 | |||
11492 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@723 f882894a-f735-0410-b71e-b25c423dba1c | ||
11493 | |||
11494 | 2003-09-15 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11495 | |||
11496 | * plugins/check_http.c: make status code extensible (thanks to Chris | ||
11497 | Wilson <chris@netservers.co.uk>) git-svn-id: | ||
11498 | |||
11499 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@722 f882894a-f735-0410-b71e-b25c423dba1c | ||
11500 | |||
11501 | 2003-09-12 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11502 | |||
11503 | * AUTHORS: two new additions git-svn-id: | ||
11504 | |||
11505 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@721 f882894a-f735-0410-b71e-b25c423dba1c | ||
11506 | |||
11507 | 2003-09-12 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11508 | |||
11509 | * plugins/check_ping.c: new output format reported by Patrick Allen | ||
11510 | <p.allen@brandblue.co.uk> git-svn-id: | ||
11511 | |||
11512 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@719 f882894a-f735-0410-b71e-b25c423dba1c | ||
11513 | |||
11514 | 2003-09-11 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11515 | |||
11516 | * plugins/check_http.c: use prefdata function for size too git-svn-id: | ||
11517 | |||
11518 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@718 f882894a-f735-0410-b71e-b25c423dba1c | ||
11519 | |||
11520 | 2003-09-11 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11521 | |||
11522 | * plugins/check_http.c: use prefdata function git-svn-id: | ||
11523 | |||
11524 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@717 f882894a-f735-0410-b71e-b25c423dba1c | ||
11525 | |||
11526 | 2003-09-11 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11527 | |||
11528 | * configure.in, plugins/check_swap.c: last changes to configure | ||
11529 | broke check_swap on RHLinux. Restore /proc/meminfo check and make | ||
11530 | check_swap ifdefs safer git-svn-id: | ||
11531 | |||
11532 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@716 f882894a-f735-0410-b71e-b25c423dba1c | ||
11533 | |||
11534 | 2003-09-04 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11535 | |||
11536 | * Makefile.am: change so make-dist works in subdirs git-svn-id: | ||
11537 | |||
11538 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@715 f882894a-f735-0410-b71e-b25c423dba1c | ||
11539 | |||
11540 | 2003-09-03 Ton Voon <tonvoon@users.sourceforge.net> | ||
11541 | |||
11542 | * configure.in: Remove df checks and ignore swap checks if no swap | ||
11543 | commands found git-svn-id: | ||
11544 | |||
11545 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@714 f882894a-f735-0410-b71e-b25c423dba1c | ||
11546 | |||
11547 | 2003-09-03 Ton Voon <tonvoon@users.sourceforge.net> | ||
11548 | |||
11549 | * doc/developer-guidelines.sgml: No named credits in source code git-svn-id: | ||
11550 | |||
11551 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@713 f882894a-f735-0410-b71e-b25c423dba1c | ||
11552 | |||
11553 | 2003-09-03 Ton Voon <tonvoon@users.sourceforge.net> | ||
11554 | |||
11555 | * configure.in: Fixed substitution for Tru64's ps format git-svn-id: | ||
11556 | |||
11557 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@712 f882894a-f735-0410-b71e-b25c423dba1c | ||
11558 | |||
11559 | 2003-09-03 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11560 | |||
11561 | * plugins/check_dig.c: allow warn/crit times to be floating point git-svn-id: | ||
11562 | |||
11563 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@711 f882894a-f735-0410-b71e-b25c423dba1c | ||
11564 | |||
11565 | 2003-09-03 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11566 | |||
11567 | * configure.in, plugins/common.h: include math.h if needed for | ||
11568 | HUGE_VAL git-svn-id: | ||
11569 | |||
11570 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@710 f882894a-f735-0410-b71e-b25c423dba1c | ||
11571 | |||
11572 | 2003-09-02 Ton Voon <tonvoon@users.sourceforge.net> | ||
11573 | |||
11574 | * plugins/check_procs.c: Solaris requires asprintf checks for null | ||
11575 | variables git-svn-id: | ||
11576 | |||
11577 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@709 f882894a-f735-0410-b71e-b25c423dba1c | ||
11578 | |||
11579 | 2003-09-01 Ton Voon <tonvoon@users.sourceforge.net> | ||
11580 | |||
11581 | * Makefile.am: Report duplicates in AUTHORS file git-svn-id: | ||
11582 | |||
11583 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@708 f882894a-f735-0410-b71e-b25c423dba1c | ||
11584 | |||
11585 | 2003-09-01 Ton Voon <tonvoon@users.sourceforge.net> | ||
11586 | |||
11587 | * doc/developer-guidelines.sgml: Add contributor's name into CVS | ||
11588 | comments git-svn-id: | ||
11589 | |||
11590 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@707 f882894a-f735-0410-b71e-b25c423dba1c | ||
11591 | |||
11592 | 2003-08-31 Ton Voon <tonvoon@users.sourceforge.net> | ||
11593 | |||
11594 | * .cvsignore, AUTHORS, Makefile.am, THANKS.in: Updated AUTHORS to | ||
11595 | include all contributors listed in comments in code and CVS for | ||
11596 | plugins and plugins-scripts. Still need to do SF git-svn-id: | ||
11597 | |||
11598 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@706 f882894a-f735-0410-b71e-b25c423dba1c | ||
11599 | |||
11600 | 2003-08-31 Ton Voon <tonvoon@users.sourceforge.net> | ||
11601 | |||
11602 | * doc/developer-guidelines.sgml: Updated perf data standard for warn | ||
11603 | before crit git-svn-id: | ||
11604 | |||
11605 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@705 f882894a-f735-0410-b71e-b25c423dba1c | ||
11606 | |||
11607 | 2003-08-28 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11608 | |||
11609 | * plugins/check_game.c: add perf data git-svn-id: | ||
11610 | |||
11611 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@704 f882894a-f735-0410-b71e-b25c423dba1c | ||
11612 | |||
11613 | 2003-08-28 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11614 | |||
11615 | * plugins/check_dns.c: add perf data git-svn-id: | ||
11616 | |||
11617 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@703 f882894a-f735-0410-b71e-b25c423dba1c | ||
11618 | |||
11619 | 2003-08-28 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11620 | |||
11621 | * plugins/utils.c: use single quotes per guideline, also quote when | ||
11622 | SPC or = are found git-svn-id: | ||
11623 | |||
11624 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@702 f882894a-f735-0410-b71e-b25c423dba1c | ||
11625 | |||
11626 | 2003-08-28 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11627 | |||
11628 | * plugins/check_disk.c: add perf data git-svn-id: | ||
11629 | |||
11630 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@701 f882894a-f735-0410-b71e-b25c423dba1c | ||
11631 | |||
11632 | 2003-08-28 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11633 | |||
11634 | * plugins/utils.c: suppress quotes in perf data when not needed | ||
11635 | (some plugins need the space to keep below line length limit git-svn-id: | ||
11636 | |||
11637 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@700 f882894a-f735-0410-b71e-b25c423dba1c | ||
11638 | |||
11639 | 2003-08-28 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11640 | |||
11641 | * plugins/utils.h: add min() macro to complement max() git-svn-id: | ||
11642 | |||
11643 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@699 f882894a-f735-0410-b71e-b25c423dba1c | ||
11644 | |||
11645 | 2003-08-26 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11646 | |||
11647 | * plugins/check_dig.c: print perfdata git-svn-id: | ||
11648 | |||
11649 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@698 f882894a-f735-0410-b71e-b25c423dba1c | ||
11650 | |||
11651 | 2003-08-26 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11652 | |||
11653 | * plugins/check_fping.c: print perfdata git-svn-id: | ||
11654 | |||
11655 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@697 f882894a-f735-0410-b71e-b25c423dba1c | ||
11656 | |||
11657 | 2003-08-26 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11658 | |||
11659 | * plugins/utils.c, plugins/utils.h: function to make perfdata output git-svn-id: | ||
11660 | |||
11661 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@696 f882894a-f735-0410-b71e-b25c423dba1c | ||
11662 | |||
11663 | 2003-08-23 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11664 | |||
11665 | * plugins/check_http.c: - found and fixed memory allocation error in rewritten redir() | ||
11666 | function git-svn-id: | ||
11667 | |||
11668 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@695 f882894a-f735-0410-b71e-b25c423dba1c | ||
11669 | |||
11670 | 2003-08-23 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11671 | |||
11672 | * plugins/check_http.c: - hacked interim fix to segfault on redirect - for tesing only git-svn-id: | ||
11673 | |||
11674 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@694 f882894a-f735-0410-b71e-b25c423dba1c | ||
11675 | |||
11676 | 2003-08-23 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11677 | |||
11678 | * plugins/check_dig.c: - fix various format errors with newly added perf data git-svn-id: | ||
11679 | |||
11680 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@693 f882894a-f735-0410-b71e-b25c423dba1c | ||
11681 | |||
11682 | 2003-08-22 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11683 | |||
11684 | * plugins/check_dig.c: - forgot to declare struct timeval tv for hires timing git-svn-id: | ||
11685 | |||
11686 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@692 f882894a-f735-0410-b71e-b25c423dba1c | ||
11687 | |||
11688 | 2003-08-22 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11689 | |||
11690 | * plugins/check_dig.c: - add perf data for time git-svn-id: | ||
11691 | |||
11692 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@691 f882894a-f735-0410-b71e-b25c423dba1c | ||
11693 | |||
11694 | 2003-08-22 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11695 | |||
11696 | * plugins/check_by_ssh.c, plugins/check_dig.c, | ||
11697 | plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, | ||
11698 | plugins/check_fping.c, plugins/check_game.c, plugins/check_hpjd.c, | ||
11699 | plugins/check_http.c, plugins/check_ide-smart.c, | ||
11700 | plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c, | ||
11701 | plugins/check_mysql.c, plugins/check_nagios.c, plugins/check_nt.c, | ||
11702 | plugins/check_nwstat.c, plugins/check_overcr.c, | ||
11703 | plugins/check_pgsql.c, plugins/check_ping.c, plugins/check_procs.c, | ||
11704 | plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, | ||
11705 | plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, | ||
11706 | plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c, | ||
11707 | plugins/check_ups.c, plugins/check_users.c, plugins/negate.c, | ||
11708 | plugins/urlize.c: - bindtextdomain for gettext, a few other smale cleanups here and | ||
11709 | there git-svn-id: | ||
11710 | |||
11711 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@690 f882894a-f735-0410-b71e-b25c423dba1c | ||
11712 | |||
11713 | 2003-08-22 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11714 | |||
11715 | * plugins/check_http.c: * bugfix: snprintf of timestamp truncated '\0' git-svn-id: | ||
11716 | |||
11717 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@689 f882894a-f735-0410-b71e-b25c423dba1c | ||
11718 | |||
11719 | 2003-08-21 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11720 | |||
11721 | * plugins/check_http.c: * Check redirections for infinte loops and limit depth of recursion git-svn-id: | ||
11722 | |||
11723 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@688 f882894a-f735-0410-b71e-b25c423dba1c | ||
11724 | |||
11725 | 2003-08-20 Ton Voon <tonvoon@users.sourceforge.net> | ||
11726 | |||
11727 | * plugins/check_time.c: Optionally use udp instead of tcp (Bradley | ||
11728 | Baetz - 751646) git-svn-id: | ||
11729 | |||
11730 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@687 f882894a-f735-0410-b71e-b25c423dba1c | ||
11731 | |||
11732 | 2003-08-20 Ton Voon <tonvoon@users.sourceforge.net> | ||
11733 | |||
11734 | * contrib/check_wins.pl: Changed netsaint to nagios in use lib git-svn-id: | ||
11735 | |||
11736 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@686 f882894a-f735-0410-b71e-b25c423dba1c | ||
11737 | |||
11738 | 2003-08-19 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11739 | |||
11740 | * plugins/check_http.c: *BUGFIX: LWS is not required betwwen | ||
11741 | "Location:" header field name and field value git-svn-id: | ||
11742 | |||
11743 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@685 f882894a-f735-0410-b71e-b25c423dba1c | ||
11744 | |||
11745 | 2003-08-19 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11746 | |||
11747 | * plugins/check_http.c: *add missing status numbers from RFC 2616 | ||
11748 | (HTTP1.1) git-svn-id: | ||
11749 | |||
11750 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@684 f882894a-f735-0410-b71e-b25c423dba1c | ||
11751 | |||
11752 | 2003-08-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11753 | |||
11754 | * plugins/check_ping.c: move error scans to a new separate routine | ||
11755 | and scan both stderr and stdio git-svn-id: | ||
11756 | |||
11757 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@683 f882894a-f735-0410-b71e-b25c423dba1c | ||
11758 | |||
11759 | 2003-08-11 Ton Voon <tonvoon@users.sourceforge.net> | ||
11760 | |||
11761 | * doc/developer-guidelines.sgml: Performance data guidelines added git-svn-id: | ||
11762 | |||
11763 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@682 f882894a-f735-0410-b71e-b25c423dba1c | ||
11764 | |||
11765 | 2003-08-11 Ton Voon <tonvoon@users.sourceforge.net> | ||
11766 | |||
11767 | * tools/sfsnapshot: Fixed building snapshots - cvs update ignores | ||
11768 | new directories. Also do not need to run make git-svn-id: | ||
11769 | |||
11770 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@681 f882894a-f735-0410-b71e-b25c423dba1c | ||
11771 | |||
11772 | 2003-08-10 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11773 | |||
11774 | * plugins/utils.c: config.h is redundant (common.h includes it) git-svn-id: | ||
11775 | |||
11776 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@680 f882894a-f735-0410-b71e-b25c423dba1c | ||
11777 | |||
11778 | 2003-08-10 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11779 | |||
11780 | * plugins/check_dns.c, plugins/check_smtp.c: perf data in integer | ||
11781 | microseconds git-svn-id: | ||
11782 | |||
11783 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@679 f882894a-f735-0410-b71e-b25c423dba1c | ||
11784 | |||
11785 | 2003-08-10 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11786 | |||
11787 | * po/POTFILES.in, po/de.po, po/fr.po: first pass at NLS markup done git-svn-id: | ||
11788 | |||
11789 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@678 f882894a-f735-0410-b71e-b25c423dba1c | ||
11790 | |||
11791 | 2003-08-10 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11792 | |||
11793 | * plugins-scripts/check_rpc.pl: proposed fix for LANG issue git-svn-id: | ||
11794 | |||
11795 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@677 f882894a-f735-0410-b71e-b25c423dba1c | ||
11796 | |||
11797 | 2003-08-10 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11798 | |||
11799 | * plugins/check_by_ssh.c, plugins/check_dig.c, | ||
11800 | plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c, | ||
11801 | plugins/check_game.c, plugins/check_hpjd.c, plugins/check_http.c, | ||
11802 | plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c, | ||
11803 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
11804 | plugins/check_nagios.c, plugins/check_nt.c, plugins/check_nwstat.c, | ||
11805 | plugins/check_overcr.c, plugins/check_pgsql.c, | ||
11806 | plugins/check_ping.c, plugins/check_procs.c, | ||
11807 | plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, | ||
11808 | plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, | ||
11809 | plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c, | ||
11810 | plugins/check_ups.c, plugins/check_users.c, plugins/negate.c, | ||
11811 | plugins/popen.c, plugins/urlize.c: the last round of pedantic | ||
11812 | compiler warnings git-svn-id: | ||
11813 | |||
11814 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@676 f882894a-f735-0410-b71e-b25c423dba1c | ||
11815 | |||
11816 | 2003-08-09 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11817 | |||
11818 | * tools/devmode: a little shell script to make it a little easier to | ||
11819 | produce pedantic compiler warnings git-svn-id: | ||
11820 | |||
11821 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@675 f882894a-f735-0410-b71e-b25c423dba1c | ||
11822 | |||
11823 | 2003-08-09 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11824 | |||
11825 | * plugins/check_smtp.c, plugins/check_ssh.c, plugins/check_tcp.c, | ||
11826 | plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c, | ||
11827 | plugins/check_users.c: more pedantic compiler warnings git-svn-id: | ||
11828 | |||
11829 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@674 f882894a-f735-0410-b71e-b25c423dba1c | ||
11830 | |||
11831 | 2003-08-09 Jeremy T. Bouse <undrgrid@users.sourceforge.net> | ||
11832 | |||
11833 | * plugins/common.h, po/de.po, po/fr.po: Code clean-up git-svn-id: | ||
11834 | |||
11835 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@673 f882894a-f735-0410-b71e-b25c423dba1c | ||
11836 | |||
11837 | 2003-08-09 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11838 | |||
11839 | * plugins/check_dig.c, plugins/check_http.c, plugins/check_load.c, | ||
11840 | plugins/check_mrtg.c, plugins/check_mrtgtraf.c, | ||
11841 | plugins/check_nwstat.c, plugins/check_overcr.c, | ||
11842 | plugins/check_ping.c, plugins/check_procs.c, plugins/check_real.c, | ||
11843 | plugins/utils.c, plugins/utils.h: more pedantic compiler warns git-svn-id: | ||
11844 | |||
11845 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@672 f882894a-f735-0410-b71e-b25c423dba1c | ||
11846 | |||
11847 | 2003-08-09 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11848 | |||
11849 | * plugins/check_http.c: more pedantic compiler warns, change to | ||
11850 | microsecond output for perf data, add size to perf data git-svn-id: | ||
11851 | |||
11852 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@671 f882894a-f735-0410-b71e-b25c423dba1c | ||
11853 | |||
11854 | 2003-08-09 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11855 | |||
11856 | * plugins/utils.c, plugins/utils.h: add function for elapsed tim ein | ||
11857 | microseconds git-svn-id: | ||
11858 | |||
11859 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@670 f882894a-f735-0410-b71e-b25c423dba1c | ||
11860 | |||
11861 | 2003-08-09 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11862 | |||
11863 | * plugins/check_http.c: more pedantic compiler warnings git-svn-id: | ||
11864 | |||
11865 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@669 f882894a-f735-0410-b71e-b25c423dba1c | ||
11866 | |||
11867 | 2003-08-09 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11868 | |||
11869 | * plugins/check_disk.c, plugins/check_dummy.c, plugins/popen.c, | ||
11870 | plugins/utils.c, plugins/utils.h: more pedantic compiler warnings git-svn-id: | ||
11871 | |||
11872 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@668 f882894a-f735-0410-b71e-b25c423dba1c | ||
11873 | |||
11874 | 2003-08-08 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11875 | |||
11876 | * lib/Makefile.am: include getloadvag.m4 in distrib git-svn-id: | ||
11877 | |||
11878 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@667 f882894a-f735-0410-b71e-b25c423dba1c | ||
11879 | |||
11880 | 2003-08-08 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11881 | |||
11882 | * plugins/check_disk.c, plugins/netutils.c, plugins/netutils.h: | ||
11883 | cleanups from pedantic complier warnings git-svn-id: | ||
11884 | |||
11885 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@666 f882894a-f735-0410-b71e-b25c423dba1c | ||
11886 | |||
11887 | 2003-08-08 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11888 | |||
11889 | * plugins/check_nt.c: change if/elseif block to case, general | ||
11890 | streamline git-svn-id: | ||
11891 | |||
11892 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@665 f882894a-f735-0410-b71e-b25c423dba1c | ||
11893 | |||
11894 | 2003-08-08 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11895 | |||
11896 | * plugins/check_disk.c: fix a variety of compiler warnings about | ||
11897 | qualifier discards and other pedantic stuff git-svn-id: | ||
11898 | |||
11899 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@664 f882894a-f735-0410-b71e-b25c423dba1c | ||
11900 | |||
11901 | 2003-08-08 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11902 | |||
11903 | * plugins/check_by_ssh.c, plugins/check_dig.c, | ||
11904 | plugins/check_disk.c, plugins/check_snmp.c, plugins/utils.c, | ||
11905 | plugins/utils.h: fix a variety of compiler warnings about qualifier | ||
11906 | discards and other pedantic stuff git-svn-id: | ||
11907 | |||
11908 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@663 f882894a-f735-0410-b71e-b25c423dba1c | ||
11909 | |||
11910 | 2003-08-08 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11911 | |||
11912 | * plugins/check_by_ssh.c, plugins/check_disk.c, plugins/check_nt.c, | ||
11913 | plugins/netutils.c, plugins/netutils.h, plugins/popen.h, | ||
11914 | plugins/utils.h: fix a variety of compiler warnings about qualifier | ||
11915 | discards and other pedantic stuff git-svn-id: | ||
11916 | |||
11917 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@662 f882894a-f735-0410-b71e-b25c423dba1c | ||
11918 | |||
11919 | 2003-08-08 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11920 | |||
11921 | * plugins/check_nt.c, plugins/check_smtp.c: markup for translation git-svn-id: | ||
11922 | |||
11923 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@661 f882894a-f735-0410-b71e-b25c423dba1c | ||
11924 | |||
11925 | 2003-08-07 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11926 | |||
11927 | * plugins/check_real.c: markup for translation git-svn-id: | ||
11928 | |||
11929 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@660 f882894a-f735-0410-b71e-b25c423dba1c | ||
11930 | |||
11931 | 2003-08-07 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11932 | |||
11933 | * plugins/check_procs.c: markup for translation git-svn-id: | ||
11934 | |||
11935 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@659 f882894a-f735-0410-b71e-b25c423dba1c | ||
11936 | |||
11937 | 2003-08-07 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11938 | |||
11939 | * plugins/check_load.c: reorder for consistency, restore prototypes | ||
11940 | for print_foo, nest #ifdef to avoid pedantic traditional c warn git-svn-id: | ||
11941 | |||
11942 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@658 f882894a-f735-0410-b71e-b25c423dba1c | ||
11943 | |||
11944 | 2003-08-07 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11945 | |||
11946 | * plugins/check_snmp.c: reorder for consistency (no code changes) git-svn-id: | ||
11947 | |||
11948 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@657 f882894a-f735-0410-b71e-b25c423dba1c | ||
11949 | |||
11950 | 2003-08-07 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11951 | |||
11952 | * plugins/check_by_ssh.c, plugins/check_disk.c, | ||
11953 | plugins/check_dns.c, plugins/check_fping.c, plugins/check_game.c, | ||
11954 | plugins/check_http.c, plugins/check_mrtg.c, | ||
11955 | plugins/check_mrtgtraf.c, plugins/check_nagios.c, | ||
11956 | plugins/check_nt.c, plugins/check_nwstat.c, plugins/check_overcr.c, | ||
11957 | plugins/check_radius.c, plugins/check_real.c, plugins/check_snmp.c, | ||
11958 | plugins/check_swap.c, plugins/check_tcp.c, plugins/check_time.c, | ||
11959 | plugins/negate.c, plugins/netutils.c, plugins/popen.c, | ||
11960 | plugins/utils.c, plugins/utils.h: replace "terminate" with "die" for | ||
11961 | shorter name and better readability git-svn-id: | ||
11962 | |||
11963 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@656 f882894a-f735-0410-b71e-b25c423dba1c | ||
11964 | |||
11965 | 2003-08-07 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11966 | |||
11967 | * plugins/check_ping.c: cleanup for better readability git-svn-id: | ||
11968 | |||
11969 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@655 f882894a-f735-0410-b71e-b25c423dba1c | ||
11970 | |||
11971 | 2003-08-07 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11972 | |||
11973 | * plugins/check_ping.c: markup for translation git-svn-id: | ||
11974 | |||
11975 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@654 f882894a-f735-0410-b71e-b25c423dba1c | ||
11976 | |||
11977 | 2003-08-07 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11978 | |||
11979 | * tools/sfsnapshot: make must be run before make dist to creat | ||
11980 | language files git-svn-id: | ||
11981 | |||
11982 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@653 f882894a-f735-0410-b71e-b25c423dba1c | ||
11983 | |||
11984 | 2003-08-06 Ton Voon <tonvoon@users.sourceforge.net> | ||
11985 | |||
11986 | * doc/developer-guidelines.sgml: Added in that Nagios plugins are | ||
11987 | written to GNU standards git-svn-id: | ||
11988 | |||
11989 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@652 f882894a-f735-0410-b71e-b25c423dba1c | ||
11990 | |||
11991 | 2003-08-06 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11992 | |||
11993 | * lib/.cvsignore: ignore ulonglong.m4 git-svn-id: | ||
11994 | |||
11995 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@651 f882894a-f735-0410-b71e-b25c423dba1c | ||
11996 | |||
11997 | 2003-08-06 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
11998 | |||
11999 | * plugins/check_overcr.c: markup for translation, move send_buffer | ||
12000 | assignment to process_args so process_tcp_request can be moved | ||
12001 | outside the conditional, replace if/esleif with switch, replace | ||
12002 | #defines with enum git-svn-id: | ||
12003 | |||
12004 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@650 f882894a-f735-0410-b71e-b25c423dba1c | ||
12005 | |||
12006 | 2003-08-06 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12007 | |||
12008 | * plugins/check_nwstat.c: markup for translation git-svn-id: | ||
12009 | |||
12010 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@649 f882894a-f735-0410-b71e-b25c423dba1c | ||
12011 | |||
12012 | 2003-08-05 Ton Voon <tonvoon@users.sourceforge.net> | ||
12013 | |||
12014 | * doc/developer-guidelines.sgml: Added dev platform requirements git-svn-id: | ||
12015 | |||
12016 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@648 f882894a-f735-0410-b71e-b25c423dba1c | ||
12017 | |||
12018 | 2003-08-05 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12019 | |||
12020 | * plugins/check_ssh.c: markup for translation git-svn-id: | ||
12021 | |||
12022 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@647 f882894a-f735-0410-b71e-b25c423dba1c | ||
12023 | |||
12024 | 2003-08-05 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
12025 | |||
12026 | * contrib/check_mssql.sh: Version 2.0 of MS SQL server plugin | ||
12027 | (contrib/check_mssql.sh) from T De Blende. git-svn-id: | ||
12028 | |||
12029 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@646 f882894a-f735-0410-b71e-b25c423dba1c | ||
12030 | |||
12031 | 2003-08-04 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12032 | |||
12033 | * plugins/check_users.c, plugins/urlize.c: markup for translation git-svn-id: | ||
12034 | |||
12035 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@645 f882894a-f735-0410-b71e-b25c423dba1c | ||
12036 | |||
12037 | 2003-08-04 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12038 | |||
12039 | * plugins/check_time.c, plugins/check_udp.c: markup for translation git-svn-id: | ||
12040 | |||
12041 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@644 f882894a-f735-0410-b71e-b25c423dba1c | ||
12042 | |||
12043 | 2003-08-04 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12044 | |||
12045 | * plugins/check_ldap.c, plugins/check_nagios.c, | ||
12046 | plugins/check_radius.c, plugins/check_udp.c, plugins/check_ups.c, | ||
12047 | plugins/negate.c: markup for translation git-svn-id: | ||
12048 | |||
12049 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@643 f882894a-f735-0410-b71e-b25c423dba1c | ||
12050 | |||
12051 | 2003-08-03 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12052 | |||
12053 | * plugins/check_ldap.c, plugins/check_mrtg.c, | ||
12054 | plugins/check_mrtgtraf.c: markup for translation git-svn-id: | ||
12055 | |||
12056 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@642 f882894a-f735-0410-b71e-b25c423dba1c | ||
12057 | |||
12058 | 2003-08-03 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12059 | |||
12060 | * plugins/check_load.c: markup for translation git-svn-id: | ||
12061 | |||
12062 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@641 f882894a-f735-0410-b71e-b25c423dba1c | ||
12063 | |||
12064 | 2003-08-03 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12065 | |||
12066 | * plugins/check_ldap.c: markup for translation git-svn-id: | ||
12067 | |||
12068 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@640 f882894a-f735-0410-b71e-b25c423dba1c | ||
12069 | |||
12070 | 2003-08-03 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12071 | |||
12072 | * plugins/check_http.c, plugins/check_ldap.c, plugins/check_tcp.c: | ||
12073 | markup for translation git-svn-id: | ||
12074 | |||
12075 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@639 f882894a-f735-0410-b71e-b25c423dba1c | ||
12076 | |||
12077 | 2003-08-03 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12078 | |||
12079 | * plugins/Makefile.am, plugins/check_ide-smart.c: markup for | ||
12080 | translation, use common.h, fix problems compiling git-svn-id: | ||
12081 | |||
12082 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@638 f882894a-f735-0410-b71e-b25c423dba1c | ||
12083 | |||
12084 | 2003-08-03 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12085 | |||
12086 | * plugins/check_http.c: markup for translation git-svn-id: | ||
12087 | |||
12088 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@637 f882894a-f735-0410-b71e-b25c423dba1c | ||
12089 | |||
12090 | 2003-08-02 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12091 | |||
12092 | * plugins/check_hpjd.c: markup for translation git-svn-id: | ||
12093 | |||
12094 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@636 f882894a-f735-0410-b71e-b25c423dba1c | ||
12095 | |||
12096 | 2003-08-02 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12097 | |||
12098 | * plugins/check_mysql.c: markup for translation git-svn-id: | ||
12099 | |||
12100 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@635 f882894a-f735-0410-b71e-b25c423dba1c | ||
12101 | |||
12102 | 2003-08-02 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12103 | |||
12104 | * plugins/check_fping.c, plugins/check_game.c, | ||
12105 | plugins/check_mysql.c, plugins/check_snmp.c, plugins/utils.h: | ||
12106 | markupf for translation git-svn-id: | ||
12107 | |||
12108 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@634 f882894a-f735-0410-b71e-b25c423dba1c | ||
12109 | |||
12110 | 2003-08-02 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12111 | |||
12112 | * plugins/utils.c, plugins/utils.h: ifdef so utils.h can be header | ||
12113 | for utils.c git-svn-id: | ||
12114 | |||
12115 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@633 f882894a-f735-0410-b71e-b25c423dba1c | ||
12116 | |||
12117 | 2003-08-02 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12118 | |||
12119 | * plugins/check_fping.c, plugins/check_snmp.c: markup for | ||
12120 | translation git-svn-id: | ||
12121 | |||
12122 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@632 f882894a-f735-0410-b71e-b25c423dba1c | ||
12123 | |||
12124 | 2003-08-02 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12125 | |||
12126 | * plugins/check_by_ssh.c, plugins/check_dig.c, | ||
12127 | plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, | ||
12128 | plugins/check_pgsql.c, plugins/check_swap.c, plugins/check_tcp.c, | ||
12129 | plugins/utils.h: establish "UT_" namespace for usage text in | ||
12130 | #defines git-svn-id: | ||
12131 | |||
12132 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@631 f882894a-f735-0410-b71e-b25c423dba1c | ||
12133 | |||
12134 | 2003-08-02 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12135 | |||
12136 | * plugins/check_snmp.c: markup for translation git-svn-id: | ||
12137 | |||
12138 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@630 f882894a-f735-0410-b71e-b25c423dba1c | ||
12139 | |||
12140 | 2003-08-01 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12141 | |||
12142 | * plugins/check_dns.c: terminate in error_scan() so meaningfull | ||
12143 | errors can be sent git-svn-id: | ||
12144 | |||
12145 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@628 f882894a-f735-0410-b71e-b25c423dba1c | ||
12146 | |||
12147 | 2003-08-01 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12148 | |||
12149 | * plugins/check_dummy.c: mark for transaltion git-svn-id: | ||
12150 | |||
12151 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@627 f882894a-f735-0410-b71e-b25c423dba1c | ||
12152 | |||
12153 | 2003-08-01 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12154 | |||
12155 | * plugins/check_dns.c: do not translate the strings that will be | ||
12156 | compared to utility output - LC_ALL is set to C so those strings | ||
12157 | should be untranslated regardless of the system settings git-svn-id: | ||
12158 | |||
12159 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@626 f882894a-f735-0410-b71e-b25c423dba1c | ||
12160 | |||
12161 | 2003-08-01 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12162 | |||
12163 | * plugins/popen.c: set LC_ALL to C in execve environemnt git-svn-id: | ||
12164 | |||
12165 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@625 f882894a-f735-0410-b71e-b25c423dba1c | ||
12166 | |||
12167 | 2003-08-01 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12168 | |||
12169 | * plugins/Makefile.am: 'ln -f -s ...' is not reliable/portable. Use | ||
12170 | 'rm -f ...; ln -s ...' git-svn-id: | ||
12171 | |||
12172 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@624 f882894a-f735-0410-b71e-b25c423dba1c | ||
12173 | |||
12174 | 2003-07-31 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12175 | |||
12176 | * plugins/check_dns.c: mark for translation (note problem here - it | ||
12177 | relies on tranalation in underlying utility, which has a high chance | ||
12178 | of failing) git-svn-id: | ||
12179 | |||
12180 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@623 f882894a-f735-0410-b71e-b25c423dba1c | ||
12181 | |||
12182 | 2003-07-31 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12183 | |||
12184 | * plugins/check_disk.c, plugins/utils.h: mark for translation git-svn-id: | ||
12185 | |||
12186 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@622 f882894a-f735-0410-b71e-b25c423dba1c | ||
12187 | |||
12188 | 2003-07-30 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12189 | |||
12190 | * plugins/check_by_ssh.c: mark up for translation git-svn-id: | ||
12191 | |||
12192 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@621 f882894a-f735-0410-b71e-b25c423dba1c | ||
12193 | |||
12194 | 2003-07-30 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12195 | |||
12196 | * plugins/check_dig.c, plugins/check_pgsql.c, plugins/check_swap.c, | ||
12197 | plugins/check_tcp.c, plugins/utils.h: markup for translation git-svn-id: | ||
12198 | |||
12199 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@620 f882894a-f735-0410-b71e-b25c423dba1c | ||
12200 | |||
12201 | 2003-07-29 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12202 | |||
12203 | * plugins/check_pgsql.c, plugins/check_swap.c, plugins/check_tcp.c: | ||
12204 | mark for translation git-svn-id: | ||
12205 | |||
12206 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@619 f882894a-f735-0410-b71e-b25c423dba1c | ||
12207 | |||
12208 | 2003-07-29 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12209 | |||
12210 | * plugins/utils.h: some shared text for internationalized help text git-svn-id: | ||
12211 | |||
12212 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@618 f882894a-f735-0410-b71e-b25c423dba1c | ||
12213 | |||
12214 | 2003-07-29 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12215 | |||
12216 | * plugins/utils.c: clean up warnings about ill-formed comment and | ||
12217 | string concatenation git-svn-id: | ||
12218 | |||
12219 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@617 f882894a-f735-0410-b71e-b25c423dba1c | ||
12220 | |||
12221 | 2003-07-29 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12222 | |||
12223 | * .cvsignore, ChangeLog, README, configure.in, lib/Makefile.am: bump | ||
12224 | to gettext 0.11.5 and cleanup GNU toolchain git-svn-id: | ||
12225 | |||
12226 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@616 f882894a-f735-0410-b71e-b25c423dba1c | ||
12227 | |||
12228 | 2003-07-29 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12229 | |||
12230 | * ABOUT-NLS, INSTALL: get from GNU files instead of storing in CVS git-svn-id: | ||
12231 | |||
12232 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@615 f882894a-f735-0410-b71e-b25c423dba1c | ||
12233 | |||
12234 | 2003-07-29 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12235 | |||
12236 | * tools/setup: move autopoint to start of gnu toolchain setup use | ||
12237 | --force-missing instead on manually copying files (manual process | ||
12238 | was broken on RedHat, and we should expect automake to do its job | ||
12239 | right anyway) git-svn-id: | ||
12240 | |||
12241 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@614 f882894a-f735-0410-b71e-b25c423dba1c | ||
12242 | |||
12243 | 2003-07-29 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12244 | |||
12245 | * configure.in: look for getloadavg.c in $topdir/lib, not | ||
12246 | $srcdir/lib git-svn-id: | ||
12247 | |||
12248 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@613 f882894a-f735-0410-b71e-b25c423dba1c | ||
12249 | |||
12250 | 2003-07-29 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12251 | |||
12252 | * plugins/check_http.c: patch attempt to reference undefined optarg | ||
12253 | (credit Paul Farrall) git-svn-id: | ||
12254 | |||
12255 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@612 f882894a-f735-0410-b71e-b25c423dba1c | ||
12256 | |||
12257 | 2003-07-28 Ton Voon <tonvoon@users.sourceforge.net> | ||
12258 | |||
12259 | * configure.in: - Specify srcdir so no confusion git-svn-id: | ||
12260 | |||
12261 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@611 f882894a-f735-0410-b71e-b25c423dba1c | ||
12262 | |||
12263 | 2003-07-28 Ton Voon <tonvoon@users.sourceforge.net> | ||
12264 | |||
12265 | * configure.in, lib/getloadavg.m4: Readded getloadavg.m4 as using | ||
12266 | autoconf 2.50+. This fixes redhat 6.2 compiles git-svn-id: | ||
12267 | |||
12268 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@608 f882894a-f735-0410-b71e-b25c423dba1c | ||
12269 | |||
12270 | 2003-07-26 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12271 | |||
12272 | * plugins/check_pgsql.c: mark for translation git-svn-id: | ||
12273 | |||
12274 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@607 f882894a-f735-0410-b71e-b25c423dba1c | ||
12275 | |||
12276 | 2003-07-26 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12277 | |||
12278 | * plugins/common.h: add S_ macor to mark message for both | ||
12279 | translation and inclusion into docbook SGML git-svn-id: | ||
12280 | |||
12281 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@606 f882894a-f735-0410-b71e-b25c423dba1c | ||
12282 | |||
12283 | 2003-07-26 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12284 | |||
12285 | * po/de.po, po/fr.po: updated check_tcp git-svn-id: | ||
12286 | |||
12287 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@605 f882894a-f735-0410-b71e-b25c423dba1c | ||
12288 | |||
12289 | 2003-07-26 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12290 | |||
12291 | * plugins/check_tcp.c, po/ChangeLog: internationalization git-svn-id: | ||
12292 | |||
12293 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@604 f882894a-f735-0410-b71e-b25c423dba1c | ||
12294 | |||
12295 | 2003-07-26 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12296 | |||
12297 | * intl/.cvsignore, lib/.cvsignore, po/.cvsignore: skip gettext files git-svn-id: | ||
12298 | |||
12299 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@603 f882894a-f735-0410-b71e-b25c423dba1c | ||
12300 | |||
12301 | 2003-07-26 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12302 | |||
12303 | * lib/Makefile.am: checkins for internationalization git-svn-id: | ||
12304 | |||
12305 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@602 f882894a-f735-0410-b71e-b25c423dba1c | ||
12306 | |||
12307 | 2003-07-26 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12308 | |||
12309 | * lib/Makefile.am: checkins for internationalization git-svn-id: | ||
12310 | |||
12311 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@601 f882894a-f735-0410-b71e-b25c423dba1c | ||
12312 | |||
12313 | 2003-07-26 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12314 | |||
12315 | * po/Makevars: checkins for internationalization git-svn-id: | ||
12316 | |||
12317 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@600 f882894a-f735-0410-b71e-b25c423dba1c | ||
12318 | |||
12319 | 2003-07-26 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12320 | |||
12321 | * configure.in, tools/setup: checkins for internationalization git-svn-id: | ||
12322 | |||
12323 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@599 f882894a-f735-0410-b71e-b25c423dba1c | ||
12324 | |||
12325 | 2003-07-26 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12326 | |||
12327 | * .cvsignore, ABOUT-NLS, ChangeLog, Makefile.am, configure.in, | ||
12328 | lib/Makefile.am, lib/gettext.h, nagios-plugins.spec.in, | ||
12329 | plugins/Makefile.am, plugins/check_tcp.c, plugins/common.h, | ||
12330 | plugins/utils.c, po/LINGUAS, po/POTFILES.in, po/de.po, po/fr.po, | ||
12331 | tools/setup: checkins for internationalization git-svn-id: | ||
12332 | |||
12333 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@598 f882894a-f735-0410-b71e-b25c423dba1c | ||
12334 | |||
12335 | 2003-07-21 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12336 | |||
12337 | * plugins/common.h: add stubs to allow markup for translation git-svn-id: | ||
12338 | |||
12339 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@597 f882894a-f735-0410-b71e-b25c423dba1c | ||
12340 | |||
12341 | 2003-07-21 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12342 | |||
12343 | * configure.in, plugins/common.h: test GNU_SOURCE and include | ||
12344 | features.h if present to clear warning about asprintf definition git-svn-id: | ||
12345 | |||
12346 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@596 f882894a-f735-0410-b71e-b25c423dba1c | ||
12347 | |||
12348 | 2003-07-20 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12349 | |||
12350 | * doc/developer-guidelines.sgml: must use '&' in attribute | ||
12351 | values instead of '&' id tokens (attibute values) must not have | ||
12352 | embedded spaces git-svn-id: | ||
12353 | |||
12354 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@595 f882894a-f735-0410-b71e-b25c423dba1c | ||
12355 | |||
12356 | 2003-07-17 Ton Voon <tonvoon@users.sourceforge.net> | ||
12357 | |||
12358 | * plugins-scripts/check_oracle.sh: - Cleanup comments git-svn-id: | ||
12359 | |||
12360 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@593 f882894a-f735-0410-b71e-b25c423dba1c | ||
12361 | |||
12362 | 2003-07-17 Ton Voon <tonvoon@users.sourceforge.net> | ||
12363 | |||
12364 | * doc/developer-guidelines.sgml: Guidelines updated to use | ||
12365 | Sourceforge tracker system git-svn-id: | ||
12366 | |||
12367 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@592 f882894a-f735-0410-b71e-b25c423dba1c | ||
12368 | |||
12369 | 2003-07-11 Ton Voon <tonvoon@users.sourceforge.net> | ||
12370 | |||
12371 | * doc/developer-guidelines.sgml: - Fixed CVS commit comments git-svn-id: | ||
12372 | |||
12373 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@591 f882894a-f735-0410-b71e-b25c423dba1c | ||
12374 | |||
12375 | 2003-07-11 Ton Voon <tonvoon@users.sourceforge.net> | ||
12376 | |||
12377 | * doc/developer-guidelines.sgml: Added in practice of prefixing | ||
12378 | comments in CVS commits git-svn-id: | ||
12379 | |||
12380 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@590 f882894a-f735-0410-b71e-b25c423dba1c | ||
12381 | |||
12382 | 2003-07-04 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12383 | |||
12384 | * configure.in, plugins/Makefile.am: only make links for check_spop | ||
12385 | and check_simap when SSL is built into check_tcp git-svn-id: | ||
12386 | |||
12387 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@586 f882894a-f735-0410-b71e-b25c423dba1c | ||
12388 | |||
12389 | 2003-07-03 Ton Voon <tonvoon@users.sourceforge.net> | ||
12390 | |||
12391 | * plugins/check_procs.c: Fixed seg fault on some Sol 7/8 servers | ||
12392 | (Patch 764745 - Alexander Matey) git-svn-id: | ||
12393 | |||
12394 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@585 f882894a-f735-0410-b71e-b25c423dba1c | ||
12395 | |||
12396 | 2003-07-03 Ton Voon <tonvoon@users.sourceforge.net> | ||
12397 | |||
12398 | * tools/setup: Changing $() to `` to be compatible with Solaris' sh git-svn-id: | ||
12399 | |||
12400 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@584 f882894a-f735-0410-b71e-b25c423dba1c | ||
12401 | |||
12402 | 2003-07-03 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12403 | |||
12404 | * autogen.sh, tools/setup: mv GNU toolchain check into tools/setup git-svn-id: | ||
12405 | |||
12406 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@583 f882894a-f735-0410-b71e-b25c423dba1c | ||
12407 | |||
12408 | 2003-07-03 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12409 | |||
12410 | * plugins/utils.c: remove LABELLEN git-svn-id: | ||
12411 | |||
12412 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@582 f882894a-f735-0410-b71e-b25c423dba1c | ||
12413 | |||
12414 | 2003-07-02 Ton Voon <tonvoon@users.sourceforge.net> | ||
12415 | |||
12416 | * plugins-scripts/check_oracle.sh: Check for ORA- errors for | ||
12417 | tablespace and cache (patch 755456 - Sven Meyer) git-svn-id: | ||
12418 | |||
12419 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@581 f882894a-f735-0410-b71e-b25c423dba1c | ||
12420 | |||
12421 | 2003-07-02 Ton Voon <tonvoon@users.sourceforge.net> | ||
12422 | |||
12423 | * plugins-scripts/check_disk_smb.pl: Update error message from | ||
12424 | smbclient v2.2.7 (Patch 740132 - Cove Schneider) git-svn-id: | ||
12425 | |||
12426 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@580 f882894a-f735-0410-b71e-b25c423dba1c | ||
12427 | |||
12428 | 2003-07-02 Ton Voon <tonvoon@users.sourceforge.net> | ||
12429 | |||
12430 | * contrib/check_file_age.pl, plugins-scripts/.cvsignore, | ||
12431 | plugins-scripts/Makefile.am, plugins-scripts/check_file_age.pl, | ||
12432 | plugins-scripts/subst.in: Moving check_file_age into core git-svn-id: | ||
12433 | |||
12434 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@578 f882894a-f735-0410-b71e-b25c423dba1c | ||
12435 | |||
12436 | 2003-07-02 Ton Voon <tonvoon@users.sourceforge.net> | ||
12437 | |||
12438 | * configure.in: Fixed SUPPORT message git-svn-id: | ||
12439 | |||
12440 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@577 f882894a-f735-0410-b71e-b25c423dba1c | ||
12441 | |||
12442 | 2003-06-30 Jeremy T. Bouse <undrgrid@users.sourceforge.net> | ||
12443 | |||
12444 | * plugins/check_http.c, plugins/check_ldap.c, plugins/check_smtp.c: | ||
12445 | Added -4 and -6 command line options into check_http, check_ldap and check_smtp git-svn-id: | ||
12446 | |||
12447 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@575 f882894a-f735-0410-b71e-b25c423dba1c | ||
12448 | |||
12449 | 2003-06-30 Jeremy T. Bouse <undrgrid@users.sourceforge.net> | ||
12450 | |||
12451 | * plugins/check_ping.c, plugins/check_ssh.c, plugins/check_tcp.c, | ||
12452 | plugins/netutils.c: Corrections to get code to compile on systems | ||
12453 | without IPv6 support git-svn-id: | ||
12454 | |||
12455 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@574 f882894a-f735-0410-b71e-b25c423dba1c | ||
12456 | |||
12457 | 2003-06-30 Jeremy T. Bouse <undrgrid@users.sourceforge.net> | ||
12458 | |||
12459 | * plugins/Makefile.am: Added check_simap & check_spop to | ||
12460 | check_tcp_programs If someone knows how to make this conditional in | ||
12461 | the Makefile only if being compiled with SSL I think this is the | ||
12462 | only way to make it better git-svn-id: | ||
12463 | |||
12464 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@573 f882894a-f735-0410-b71e-b25c423dba1c | ||
12465 | |||
12466 | 2003-06-30 Ton Voon <tonvoon@users.sourceforge.net> | ||
12467 | |||
12468 | * plugins/check_disk.c: Fixed support for "check_disk warn crit | ||
12469 | [path]" with thresholds at used levels git-svn-id: | ||
12470 | |||
12471 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@572 f882894a-f735-0410-b71e-b25c423dba1c | ||
12472 | |||
12473 | 2003-06-29 Jeremy T. Bouse <undrgrid@users.sourceforge.net> | ||
12474 | |||
12475 | * configure.in, plugins/check_ldap.c: Included patch for check_ldap | ||
12476 | from Patch #753621 by Ziya Suzen git-svn-id: | ||
12477 | |||
12478 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@571 f882894a-f735-0410-b71e-b25c423dba1c | ||
12479 | |||
12480 | 2003-06-29 Jeremy T. Bouse <undrgrid@users.sourceforge.net> | ||
12481 | |||
12482 | * plugins/check_ping.c, plugins/check_tcp.c: Changed usage output to | ||
12483 | show -4 and -6 are mutually exclusive. You can only use one or the | ||
12484 | other but not both. The last one used will win out. git-svn-id: | ||
12485 | |||
12486 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@570 f882894a-f735-0410-b71e-b25c423dba1c | ||
12487 | |||
12488 | 2003-06-29 Jeremy T. Bouse <undrgrid@users.sourceforge.net> | ||
12489 | |||
12490 | * plugins/check_ping.c, plugins/netutils.c: check_ping is now coded | ||
12491 | with -4 & -6 options to call PING or PING6 command netutils modified | ||
12492 | to verify hosts based on address_family setting when used with -4 or | ||
12493 | -6 options. is_inet_addr() will not be tested if -6 is used and | ||
12494 | is_inet6_addr() will not be tested if -4 is used. Also the | ||
12495 | is_hostname() will use the address_family value to resolve hostnames only if IPv6 support is available otherwise defaults to AF_INET. git-svn-id: | ||
12496 | |||
12497 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@569 f882894a-f735-0410-b71e-b25c423dba1c | ||
12498 | |||
12499 | 2003-06-29 Jeremy T. Bouse <undrgrid@users.sourceforge.net> | ||
12500 | |||
12501 | * plugins/check_ssh.c, plugins/check_tcp.c, plugins/netutils.c, | ||
12502 | plugins/netutils.h: Added address_family extern int variable to | ||
12503 | netutils to allow for -4 & -6 options for explicit connection | ||
12504 | protocol Added support for -4 & -6 options to check_ssh and | ||
12505 | check_tcp for testing git-svn-id: | ||
12506 | |||
12507 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@568 f882894a-f735-0410-b71e-b25c423dba1c | ||
12508 | |||
12509 | 2003-06-29 Ton Voon <tonvoon@users.sourceforge.net> | ||
12510 | |||
12511 | * plugins/check_nwstat.c: Added NLM test (Phil Randal) git-svn-id: | ||
12512 | |||
12513 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@567 f882894a-f735-0410-b71e-b25c423dba1c | ||
12514 | |||
12515 | 2003-06-29 Ton Voon <tonvoon@users.sourceforge.net> | ||
12516 | |||
12517 | * plugins/check_swap.c: Corrected reported size for PROC_MEMINFO | ||
12518 | systems git-svn-id: | ||
12519 | |||
12520 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@566 f882894a-f735-0410-b71e-b25c423dba1c | ||
12521 | |||
12522 | 2003-06-29 Ton Voon <tonvoon@users.sourceforge.net> | ||
12523 | |||
12524 | * tools/sfwebcron: Fixed so goes to correct web area git-svn-id: | ||
12525 | |||
12526 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@565 f882894a-f735-0410-b71e-b25c423dba1c | ||
12527 | |||
12528 | 2003-06-29 Ton Voon <tonvoon@users.sourceforge.net> | ||
12529 | |||
12530 | * tools/sfwebcron: New tool to run on shell.sf.net to update the dev | ||
12531 | guidelines git-svn-id: | ||
12532 | |||
12533 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@564 f882894a-f735-0410-b71e-b25c423dba1c | ||
12534 | |||
12535 | 2003-06-29 Ton Voon <tonvoon@users.sourceforge.net> | ||
12536 | |||
12537 | * doc/makefile: Fixed makefile git-svn-id: | ||
12538 | |||
12539 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@563 f882894a-f735-0410-b71e-b25c423dba1c | ||
12540 | |||
12541 | 2003-06-27 Jeremy T. Bouse <undrgrid@users.sourceforge.net> | ||
12542 | |||
12543 | * plugins/netutils.c: Modified my_connect to include ai_socktype in | ||
12544 | the hints to be compliant with RFC3493 as pointed out by Janos | ||
12545 | Mohacsi. git-svn-id: | ||
12546 | |||
12547 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@562 f882894a-f735-0410-b71e-b25c423dba1c | ||
12548 | |||
12549 | 2003-06-27 Ton Voon <tonvoon@users.sourceforge.net> | ||
12550 | |||
12551 | * configure.in, plugins/check_swap.c: Support for swap -s for | ||
12552 | solaris. Also changes size of swap to MBs through a conversion | ||
12553 | amount in configure. Possible breakage on other OSes git-svn-id: | ||
12554 | |||
12555 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@561 f882894a-f735-0410-b71e-b25c423dba1c | ||
12556 | |||
12557 | 2003-06-27 Ton Voon <tonvoon@users.sourceforge.net> | ||
12558 | |||
12559 | * doc/makefile: Remove if which check - done in tools/setup instead git-svn-id: | ||
12560 | |||
12561 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@560 f882894a-f735-0410-b71e-b25c423dba1c | ||
12562 | |||
12563 | 2003-06-27 Ton Voon <tonvoon@users.sourceforge.net> | ||
12564 | |||
12565 | * tools/setup: Fiddling as Solaris' which command is broken git-svn-id: | ||
12566 | |||
12567 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@559 f882894a-f735-0410-b71e-b25c423dba1c | ||
12568 | |||
12569 | 2003-06-26 Ton Voon <tonvoon@users.sourceforge.net> | ||
12570 | |||
12571 | * plugins/check_disk.c: Fixed different thresholds if using exclude | ||
12572 | lists git-svn-id: | ||
12573 | |||
12574 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@558 f882894a-f735-0410-b71e-b25c423dba1c | ||
12575 | |||
12576 | 2003-06-25 Ton Voon <tonvoon@users.sourceforge.net> | ||
12577 | |||
12578 | * plugins/check_disk.c: Support for different thresholds for | ||
12579 | different filesystems git-svn-id: | ||
12580 | |||
12581 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@557 f882894a-f735-0410-b71e-b25c423dba1c | ||
12582 | |||
12583 | 2003-06-25 Ton Voon <tonvoon@users.sourceforge.net> | ||
12584 | |||
12585 | * plugins/check_disk.c: Removed -d option and just check against -p | ||
12586 | parameter git-svn-id: | ||
12587 | |||
12588 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@556 f882894a-f735-0410-b71e-b25c423dba1c | ||
12589 | |||
12590 | 2003-06-25 Ton Voon <tonvoon@users.sourceforge.net> | ||
12591 | |||
12592 | * plugins/check_disk.c: Report errors if path specified not found git-svn-id: | ||
12593 | |||
12594 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@555 f882894a-f735-0410-b71e-b25c423dba1c | ||
12595 | |||
12596 | 2003-06-25 Ton Voon <tonvoon@users.sourceforge.net> | ||
12597 | |||
12598 | * plugins/check_disk.c: Problems compiling on SunOS 5.6 with gcc | ||
12599 | 2.8.1. Fixed by specifying floating variables, rather than letting | ||
12600 | asprintf work it out git-svn-id: | ||
12601 | |||
12602 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@554 f882894a-f735-0410-b71e-b25c423dba1c | ||
12603 | |||
12604 | 2003-06-21 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12605 | |||
12606 | * plugins/Makefile.am: soalris 8 needs 'ln -s -f' instead of 'ln | ||
12607 | -sf' git-svn-id: | ||
12608 | |||
12609 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@552 f882894a-f735-0410-b71e-b25c423dba1c | ||
12610 | |||
12611 | 2003-06-21 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12612 | |||
12613 | * plugins/check_http.c: add remaining URI_PATH chars per RFC 2396 | ||
12614 | remove '-' from URI_PORT git-svn-id: | ||
12615 | |||
12616 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@549 f882894a-f735-0410-b71e-b25c423dba1c | ||
12617 | |||
12618 | 2003-06-12 Jeremy T. Bouse <undrgrid@users.sourceforge.net> | ||
12619 | |||
12620 | * command.cfg.in: Renamed duplicate check_snmp command definitions | ||
12621 | to be unique git-svn-id: | ||
12622 | |||
12623 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@548 f882894a-f735-0410-b71e-b25c423dba1c | ||
12624 | |||
12625 | 2003-06-12 Jeremy T. Bouse <undrgrid@users.sourceforge.net> | ||
12626 | |||
12627 | * command.cfg.in, configure.in: Made the two check_ifoperstatus | ||
12628 | commands unique to remove conflicts git-svn-id: | ||
12629 | |||
12630 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@547 f882894a-f735-0410-b71e-b25c423dba1c | ||
12631 | |||
12632 | 2003-06-11 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12633 | |||
12634 | * plugins/check_http.c: fix URI_PATH to allow ?&#: (more still | ||
12635 | should be allowed) fix class to be POSIX compliant git-svn-id: | ||
12636 | |||
12637 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@546 f882894a-f735-0410-b71e-b25c423dba1c | ||
12638 | |||
12639 | 2003-06-10 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12640 | |||
12641 | * contrib/urlize.pl: add comment about shell quote removal to | ||
12642 | address | ||
12643 | |||
12644 | https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597git-svn-id: | ||
12645 | |||
12646 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@544 f882894a-f735-0410-b71e-b25c423dba1c | ||
12647 | |||
12648 | 2003-06-10 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12649 | |||
12650 | * plugins/urlize.c: add note about shell quote removal to address | ||
12651 | |||
12652 | https://sourceforge.net/tracker/index.php?func=detail&aid=661916&group_id=29880&atid=397597git-svn-id: | ||
12653 | |||
12654 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@543 f882894a-f735-0410-b71e-b25c423dba1c | ||
12655 | |||
12656 | 2003-06-08 Ton Voon <tonvoon@users.sourceforge.net> | ||
12657 | |||
12658 | * configure.in: Fixed quoting on SWAP_FORMAT git-svn-id: | ||
12659 | |||
12660 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@540 f882894a-f735-0410-b71e-b25c423dba1c | ||
12661 | |||
12662 | 2003-06-08 Ton Voon <tonvoon@users.sourceforge.net> | ||
12663 | |||
12664 | * configure.in: Support for OpenBSD 3.2 & 3.3 ps (Julien Touche) git-svn-id: | ||
12665 | |||
12666 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@539 f882894a-f735-0410-b71e-b25c423dba1c | ||
12667 | |||
12668 | 2003-06-07 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
12669 | |||
12670 | * plugins/check_real.c: \r\n patch from Mathias git-svn-id: | ||
12671 | |||
12672 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@537 f882894a-f735-0410-b71e-b25c423dba1c | ||
12673 | |||
12674 | 2003-06-04 Ton Voon <tonvoon@users.sourceforge.net> | ||
12675 | |||
12676 | * plugins/check_disk.c: Argument to asprintf in wrong order git-svn-id: | ||
12677 | |||
12678 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@533 f882894a-f735-0410-b71e-b25c423dba1c | ||
12679 | |||
12680 | 2003-06-04 Ton Voon <tonvoon@users.sourceforge.net> | ||
12681 | |||
12682 | * pkg/solaris/solpkg: Remove /usr as well. Maybe this is best done | ||
12683 | by changing BASEDIR to configure's prefix? git-svn-id: | ||
12684 | |||
12685 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@532 f882894a-f735-0410-b71e-b25c423dba1c | ||
12686 | |||
12687 | 2003-06-02 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12688 | |||
12689 | * plugins/check_tcp.c: finish recv() loop when stream GT or EQ | ||
12690 | maxbytes (was GT) git-svn-id: | ||
12691 | |||
12692 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@531 f882894a-f735-0410-b71e-b25c423dba1c | ||
12693 | |||
12694 | 2003-06-01 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12695 | |||
12696 | * plugins/check_tcp.c: allow user to limit number of bytes fetched | ||
12697 | fix some doco (wait is now delay, server_quit was not shown) git-svn-id: | ||
12698 | |||
12699 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@529 f882894a-f735-0410-b71e-b25c423dba1c | ||
12700 | |||
12701 | 2003-05-31 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12702 | |||
12703 | * plugins/check_dns.c: first revised patch failed to trap the | ||
12704 | "break" in while() git-svn-id: | ||
12705 | |||
12706 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@526 f882894a-f735-0410-b71e-b25c423dba1c | ||
12707 | |||
12708 | 2003-05-27 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
12709 | |||
12710 | * contrib/check_sap.sh: check_sap.sh plugin to check SAP /R3 servers | ||
12711 | from Karel Salavec and Tom De Blende. git-svn-id: | ||
12712 | |||
12713 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@523 f882894a-f735-0410-b71e-b25c423dba1c | ||
12714 | |||
12715 | 2003-05-26 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
12716 | |||
12717 | * contrib/check_axis.sh, contrib/check_mssql.sh: Revisions to Tom De | ||
12718 | Blende contributed plugins: check_axis.sh and check_mssql.sh git-svn-id: | ||
12719 | |||
12720 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@522 f882894a-f735-0410-b71e-b25c423dba1c | ||
12721 | |||
12722 | 2003-05-17 Ton Voon <tonvoon@users.sourceforge.net> | ||
12723 | |||
12724 | * plugins/t/check_ftp.t: Fixed test (Mathew Ericson - 738609) git-svn-id: | ||
12725 | |||
12726 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@521 f882894a-f735-0410-b71e-b25c423dba1c | ||
12727 | |||
12728 | 2003-05-17 Ton Voon <tonvoon@users.sourceforge.net> | ||
12729 | |||
12730 | * plugins/t/check_load.t: Fixed tests (Mathew Ericson - 738607) git-svn-id: | ||
12731 | |||
12732 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@520 f882894a-f735-0410-b71e-b25c423dba1c | ||
12733 | |||
12734 | 2003-05-17 Ton Voon <tonvoon@users.sourceforge.net> | ||
12735 | |||
12736 | * plugins/t/check_procs.t: Fixed test commands (Mathew Ericson - | ||
12737 | 738605) git-svn-id: | ||
12738 | |||
12739 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@519 f882894a-f735-0410-b71e-b25c423dba1c | ||
12740 | |||
12741 | 2003-05-17 Ton Voon <tonvoon@users.sourceforge.net> | ||
12742 | |||
12743 | * plugins/t/check_http.t: Fixed tests (Mathew Ericson - 738608) git-svn-id: | ||
12744 | |||
12745 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@518 f882894a-f735-0410-b71e-b25c423dba1c | ||
12746 | |||
12747 | 2003-05-17 Ton Voon <tonvoon@users.sourceforge.net> | ||
12748 | |||
12749 | * plugins/t/check_tcp.t: Fixed tests (Mathew Ericson - 738604) CV: | ||
12750 | |||
12751 | ----------------------------------------------------------------------git-svn-id: | ||
12752 | |||
12753 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@517 f882894a-f735-0410-b71e-b25c423dba1c | ||
12754 | |||
12755 | 2003-05-16 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
12756 | |||
12757 | * plugins-scripts/check_ntp.pl: bug fix git-svn-id: | ||
12758 | |||
12759 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@515 f882894a-f735-0410-b71e-b25c423dba1c | ||
12760 | |||
12761 | 2003-05-14 Ton Voon <tonvoon@users.sourceforge.net> | ||
12762 | |||
12763 | * plugins/negate.c: Added examples git-svn-id: | ||
12764 | |||
12765 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@514 f882894a-f735-0410-b71e-b25c423dba1c | ||
12766 | |||
12767 | 2003-05-14 Ton Voon <tonvoon@users.sourceforge.net> | ||
12768 | |||
12769 | * plugins-scripts/check_mailq.pl: Added postfix support (Thomas | ||
12770 | Nilsen - 735218) git-svn-id: | ||
12771 | |||
12772 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@513 f882894a-f735-0410-b71e-b25c423dba1c | ||
12773 | |||
12774 | 2003-05-14 Ton Voon <tonvoon@users.sourceforge.net> | ||
12775 | |||
12776 | * plugins/check_nwstat.c: Added DSVER and UPTIME checks (Phil Randal | ||
12777 | - 737617) git-svn-id: | ||
12778 | |||
12779 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@512 f882894a-f735-0410-b71e-b25c423dba1c | ||
12780 | |||
12781 | 2003-05-14 Ton Voon <tonvoon@users.sourceforge.net> | ||
12782 | |||
12783 | * pkg/solaris/solpkg: Typo git-svn-id: | ||
12784 | |||
12785 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@511 f882894a-f735-0410-b71e-b25c423dba1c | ||
12786 | |||
12787 | 2003-05-14 Ton Voon <tonvoon@users.sourceforge.net> | ||
12788 | |||
12789 | * doc/.cvsignore: Ignore developer-guidelines.html as generated from | ||
12790 | docbook git-svn-id: | ||
12791 | |||
12792 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@510 f882894a-f735-0410-b71e-b25c423dba1c | ||
12793 | |||
12794 | 2003-05-14 Ton Voon <tonvoon@users.sourceforge.net> | ||
12795 | |||
12796 | * Makefile.am, pkg/solaris/pkginfo.in, pkg/solaris/solpkg: Remove | ||
12797 | dependency on gnu make git-svn-id: | ||
12798 | |||
12799 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@509 f882894a-f735-0410-b71e-b25c423dba1c | ||
12800 | |||
12801 | 2003-05-13 Ton Voon <tonvoon@users.sourceforge.net> | ||
12802 | |||
12803 | * doc/developer-guidelines.sgml: Updated docs to include comments, | ||
12804 | contrib->main, getopts_long and verbose output levels git-svn-id: | ||
12805 | |||
12806 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@508 f882894a-f735-0410-b71e-b25c423dba1c | ||
12807 | |||
12808 | 2003-05-13 Ton Voon <tonvoon@users.sourceforge.net> | ||
12809 | |||
12810 | * tools/sfsnapshot: Calls tools/setup and creates a README for the | ||
12811 | snapshot directory git-svn-id: | ||
12812 | |||
12813 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@507 f882894a-f735-0410-b71e-b25c423dba1c | ||
12814 | |||
12815 | 2003-05-13 Ton Voon <tonvoon@users.sourceforge.net> | ||
12816 | |||
12817 | * doc/developer-guidelines.html, doc/makefile, tools/setup: The | ||
12818 | developer-guidelines.html file is now generated from the sgml file | ||
12819 | by docbook2html at tools/setup time git-svn-id: | ||
12820 | |||
12821 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@506 f882894a-f735-0410-b71e-b25c423dba1c | ||
12822 | |||
12823 | 2003-05-13 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
12824 | |||
12825 | * : Removed contrib/tarballs/hopcroft-plugins.tar.gz. This is | ||
12826 | archaic, anachronistic, unmaintained and humblingly embarrassing. git-svn-id: | ||
12827 | |||
12828 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@505 f882894a-f735-0410-b71e-b25c423dba1c | ||
12829 | |||
12830 | 2003-05-13 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
12831 | |||
12832 | * contrib/check_mssql.sh: check_mssql.sh. A new plugin from Mr T DE | ||
12833 | BLENDE to check MS SQLServer databases. git-svn-id: | ||
12834 | |||
12835 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@504 f882894a-f735-0410-b71e-b25c423dba1c | ||
12836 | |||
12837 | 2003-05-09 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12838 | |||
12839 | * plugins/check_http.c: fix error when server closes connection | ||
12840 | immediately git-svn-id: | ||
12841 | |||
12842 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@503 f882894a-f735-0410-b71e-b25c423dba1c | ||
12843 | |||
12844 | 2003-05-09 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12845 | |||
12846 | * plugins/check_snmp.c: cause snmpget try try for 1 second less than | ||
12847 | the timeout (allowing plugin to force close if needed) git-svn-id: | ||
12848 | |||
12849 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@501 f882894a-f735-0410-b71e-b25c423dba1c | ||
12850 | |||
12851 | 2003-05-07 Jeremy T. Bouse <undrgrid@users.sourceforge.net> | ||
12852 | |||
12853 | * plugins/check_ping.c: Modified check_ping to handle IPv6 as well | ||
12854 | as IPv4 ICMP checks using the PING6_COMMAND determined during the | ||
12855 | configure script execution. As USE_IPV6 may be defined and | ||
12856 | PING6_COMMAND is not defined if there is not IPv6 TCP stack | ||
12857 | available when configure is run I condition it off PING6_COMMAND | ||
12858 | existing to remove build errors for being undefined. git-svn-id: | ||
12859 | |||
12860 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@500 f882894a-f735-0410-b71e-b25c423dba1c | ||
12861 | |||
12862 | 2003-04-25 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
12863 | |||
12864 | * plugins-scripts/check_ntp.pl: corrected output units git-svn-id: | ||
12865 | |||
12866 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@499 f882894a-f735-0410-b71e-b25c423dba1c | ||
12867 | |||
12868 | 2003-04-23 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12869 | |||
12870 | * plugins/check_http.c: update to RFC1123 hostname specs git-svn-id: | ||
12871 | |||
12872 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@498 f882894a-f735-0410-b71e-b25c423dba1c | ||
12873 | |||
12874 | 2003-04-17 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12875 | |||
12876 | * nagios-plugins.spec.in: add check_nt, drop check_vsz git-svn-id: | ||
12877 | |||
12878 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@497 f882894a-f735-0410-b71e-b25c423dba1c | ||
12879 | |||
12880 | 2003-04-17 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12881 | |||
12882 | * plugins/check_dig.c, plugins/check_tcp.c, plugins/check_users.c: | ||
12883 | code cleanup to clear strict compiler warnings git-svn-id: | ||
12884 | |||
12885 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@496 f882894a-f735-0410-b71e-b25c423dba1c | ||
12886 | |||
12887 | 2003-04-17 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12888 | |||
12889 | * plugins/check_dig.c, plugins/check_tcp.c, plugins/netutils.c: code | ||
12890 | cleanup to clear strict compiler warnings git-svn-id: | ||
12891 | |||
12892 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@495 f882894a-f735-0410-b71e-b25c423dba1c | ||
12893 | |||
12894 | 2003-04-16 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
12895 | |||
12896 | * plugins/check_real.c: reset to old behavior of not checking stream | ||
12897 | by default git-svn-id: | ||
12898 | |||
12899 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@493 f882894a-f735-0410-b71e-b25c423dba1c | ||
12900 | |||
12901 | 2003-04-13 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
12902 | |||
12903 | * plugins/check_hpjd.c: reduce compiler warning between gcc3 and | ||
12904 | gcc2.96 git-svn-id: | ||
12905 | |||
12906 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@492 f882894a-f735-0410-b71e-b25c423dba1c | ||
12907 | |||
12908 | 2003-04-13 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
12909 | |||
12910 | * configure.in, plugins-scripts/utils.pm.in: update for check_mailq | ||
12911 | - qmail support git-svn-id: | ||
12912 | |||
12913 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@491 f882894a-f735-0410-b71e-b25c423dba1c | ||
12914 | |||
12915 | 2003-04-13 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
12916 | |||
12917 | * plugins-scripts/check_mailq.pl: Added sendmail multi-queue support | ||
12918 | (Canau), merged qmail support (Schmid) git-svn-id: | ||
12919 | |||
12920 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@490 f882894a-f735-0410-b71e-b25c423dba1c | ||
12921 | |||
12922 | 2003-04-11 Ton Voon <tonvoon@users.sourceforge.net> | ||
12923 | |||
12924 | * plugins/check_procs.c: Match -a STRING anywhere in ps args | ||
12925 | (Laurent Vaslin - 719783) git-svn-id: | ||
12926 | |||
12927 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@488 f882894a-f735-0410-b71e-b25c423dba1c | ||
12928 | |||
12929 | 2003-04-11 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
12930 | |||
12931 | * plugins-scripts/check_ifstatus.pl: added feature -u (list of | ||
12932 | unused ifIndex) git-svn-id: | ||
12933 | |||
12934 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@487 f882894a-f735-0410-b71e-b25c423dba1c | ||
12935 | |||
12936 | 2003-04-11 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
12937 | |||
12938 | * plugins-scripts/check_ifstatus.pl: bug 691412, added feature -x | ||
12939 | (list of excluded ifTypes) git-svn-id: | ||
12940 | |||
12941 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@486 f882894a-f735-0410-b71e-b25c423dba1c | ||
12942 | |||
12943 | 2003-04-11 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
12944 | |||
12945 | * plugins/check_hpjd.c: patch 698384 - order of args to snmpget + | ||
12946 | print a bit of stderr git-svn-id: | ||
12947 | |||
12948 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@485 f882894a-f735-0410-b71e-b25c423dba1c | ||
12949 | |||
12950 | 2003-04-09 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12951 | |||
12952 | * plugins/check_hpjd.c, plugins/check_http.c, plugins/check_nt.c: | ||
12953 | cleanup to suppress various strict compiler warnings git-svn-id: | ||
12954 | |||
12955 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@483 f882894a-f735-0410-b71e-b25c423dba1c | ||
12956 | |||
12957 | 2003-04-09 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12958 | |||
12959 | * plugins/common.h: rewrite #elif to be compatible with traditional | ||
12960 | C git-svn-id: | ||
12961 | |||
12962 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@482 f882894a-f735-0410-b71e-b25c423dba1c | ||
12963 | |||
12964 | 2003-04-09 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
12965 | |||
12966 | * plugins/Makefile.am: check_game needs popen.c now git-svn-id: | ||
12967 | |||
12968 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@481 f882894a-f735-0410-b71e-b25c423dba1c | ||
12969 | |||
12970 | 2003-04-08 Ton Voon <tonvoon@users.sourceforge.net> | ||
12971 | |||
12972 | * command.cfg.in: Updated command for new check_procs git-svn-id: | ||
12973 | |||
12974 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@479 f882894a-f735-0410-b71e-b25c423dba1c | ||
12975 | |||
12976 | 2003-04-08 Ton Voon <tonvoon@users.sourceforge.net> | ||
12977 | |||
12978 | * plugins/check_hpjd.c, plugins/check_nt.c: Changed // to /* */ | ||
12979 | comments as some compilers do not like them git-svn-id: | ||
12980 | |||
12981 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@478 f882894a-f735-0410-b71e-b25c423dba1c | ||
12982 | |||
12983 | 2003-04-08 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
12984 | |||
12985 | * contrib/check_axis.sh: check_axis.sh (Axis 5xx print servers) from | ||
12986 | Tom De Blende git-svn-id: | ||
12987 | |||
12988 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@477 f882894a-f735-0410-b71e-b25c423dba1c | ||
12989 | |||
12990 | 2003-04-07 Ton Voon <tonvoon@users.sourceforge.net> | ||
12991 | |||
12992 | * plugins/check_procs.c: Fixed zombie processes git-svn-id: | ||
12993 | |||
12994 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@476 f882894a-f735-0410-b71e-b25c423dba1c | ||
12995 | |||
12996 | 2003-04-07 Ton Voon <tonvoon@users.sourceforge.net> | ||
12997 | |||
12998 | * configure.in: Missed some PS_FORMAT strings git-svn-id: | ||
12999 | |||
13000 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@475 f882894a-f735-0410-b71e-b25c423dba1c | ||
13001 | |||
13002 | 2003-04-07 Ton Voon <tonvoon@users.sourceforge.net> | ||
13003 | |||
13004 | * configure.in, plugins/Makefile.am, plugins/check_nagios.c, | ||
13005 | plugins/check_procs.c, plugins/check_vsz.c: Souped up check_procs | ||
13006 | with different metrics git-svn-id: | ||
13007 | |||
13008 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@474 f882894a-f735-0410-b71e-b25c423dba1c | ||
13009 | |||
13010 | 2003-04-07 Ton Voon <tonvoon@users.sourceforge.net> | ||
13011 | |||
13012 | * plugins/check_snmp.c: Removed unnecessary regex array git-svn-id: | ||
13013 | |||
13014 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@472 f882894a-f735-0410-b71e-b25c423dba1c | ||
13015 | |||
13016 | 2003-04-07 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
13017 | |||
13018 | * plugins/check_http.c: ste timeout one second greater than critical | ||
13019 | time git-svn-id: | ||
13020 | |||
13021 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@471 f882894a-f735-0410-b71e-b25c423dba1c | ||
13022 | |||
13023 | 2003-04-07 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
13024 | |||
13025 | * plugins/check_game.c: had been grandfathered ibto core, finally | ||
13026 | use normal getopts, add options for player, max-player array | ||
13027 | positions git-svn-id: | ||
13028 | |||
13029 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@470 f882894a-f735-0410-b71e-b25c423dba1c | ||
13030 | |||
13031 | 2003-04-03 Ton Voon <tonvoon@users.sourceforge.net> | ||
13032 | |||
13033 | * plugins-scripts/check_oracle.sh: Cleaned up cache output git-svn-id: | ||
13034 | |||
13035 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@469 f882894a-f735-0410-b71e-b25c423dba1c | ||
13036 | |||
13037 | 2003-04-01 Ton Voon <tonvoon@users.sourceforge.net> | ||
13038 | |||
13039 | * plugins-scripts/check_oracle.sh: Fixed sqlplus calls and | ||
13040 | rearranged parameters for --tablespace & --cache git-svn-id: | ||
13041 | |||
13042 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@468 f882894a-f735-0410-b71e-b25c423dba1c | ||
13043 | |||
13044 | 2003-04-01 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
13045 | |||
13046 | * configure.in: remove PATH_PROG call for autoconf/automake | ||
13047 | components git-svn-id: | ||
13048 | |||
13049 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@467 f882894a-f735-0410-b71e-b25c423dba1c | ||
13050 | |||
13051 | 2003-03-31 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
13052 | |||
13053 | * plugins/check_disk.c: checkpoint supresses iso9660 adds option for checking only local adds choice of scale factor git-svn-id: | ||
13054 | |||
13055 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@466 f882894a-f735-0410-b71e-b25c423dba1c | ||
13056 | |||
13057 | 2003-03-27 Ton Voon <tonvoon@users.sourceforge.net> | ||
13058 | |||
13059 | * plugins/check_nwstat.c: Extra Netware checks (Patch 710247 - | ||
13060 | Dietmar Ruzicka) git-svn-id: | ||
13061 | |||
13062 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@465 f882894a-f735-0410-b71e-b25c423dba1c | ||
13063 | |||
13064 | 2003-03-26 Ton Voon <tonvoon@users.sourceforge.net> | ||
13065 | |||
13066 | * configure.in: ipv6 check requires unistd.h for Darwin git-svn-id: | ||
13067 | |||
13068 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@464 f882894a-f735-0410-b71e-b25c423dba1c | ||
13069 | |||
13070 | 2003-03-26 Ton Voon <tonvoon@users.sourceforge.net> | ||
13071 | |||
13072 | * configure.in, plugins/check_procs.c: Removal of ps_raw and ps_vars git-svn-id: | ||
13073 | |||
13074 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@463 f882894a-f735-0410-b71e-b25c423dba1c | ||
13075 | |||
13076 | 2003-03-26 Ton Voon <tonvoon@users.sourceforge.net> | ||
13077 | |||
13078 | * plugins/check_nagios.c: Uses same ps command as check_procs git-svn-id: | ||
13079 | |||
13080 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@462 f882894a-f735-0410-b71e-b25c423dba1c | ||
13081 | |||
13082 | 2003-03-25 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
13083 | |||
13084 | * .cvsignore: subst is no longer used git-svn-id: | ||
13085 | |||
13086 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@461 f882894a-f735-0410-b71e-b25c423dba1c | ||
13087 | |||
13088 | 2003-03-24 Jeremy T. Bouse <undrgrid@users.sourceforge.net> | ||
13089 | |||
13090 | * .cvsignore, Makefile.am: Better stripping of prefix for Solaris | ||
13091 | package install needs to remove /usr/local as package installs there | ||
13092 | by default git-svn-id: | ||
13093 | |||
13094 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@460 f882894a-f735-0410-b71e-b25c423dba1c | ||
13095 | |||
13096 | 2003-03-24 Jeremy T. Bouse <undrgrid@users.sourceforge.net> | ||
13097 | |||
13098 | * Makefile.am, pkg/solaris/.cvsignore, pkg/solaris/pkginfo.in, | ||
13099 | plugins/check_disk.c: Minor changes to build for Solaris packages git-svn-id: | ||
13100 | |||
13101 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@459 f882894a-f735-0410-b71e-b25c423dba1c | ||
13102 | |||
13103 | 2003-03-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
13104 | |||
13105 | * plugins/check_procs.c: Use max_state git-svn-id: | ||
13106 | |||
13107 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@458 f882894a-f735-0410-b71e-b25c423dba1c | ||
13108 | |||
13109 | 2003-03-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
13110 | |||
13111 | * tools/mail_error, tools/sfsnapshot: PATH set in correct place and | ||
13112 | extra comments git-svn-id: | ||
13113 | |||
13114 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@457 f882894a-f735-0410-b71e-b25c423dba1c | ||
13115 | |||
13116 | 2003-03-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
13117 | |||
13118 | * tools/mail_error, tools/sfsnapshot: Bug fixes git-svn-id: | ||
13119 | |||
13120 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@456 f882894a-f735-0410-b71e-b25c423dba1c | ||
13121 | |||
13122 | 2003-03-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
13123 | |||
13124 | * tools/mail_error: Sends email if non-zero return code from command git-svn-id: | ||
13125 | |||
13126 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@455 f882894a-f735-0410-b71e-b25c423dba1c | ||
13127 | |||
13128 | 2003-03-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
13129 | |||
13130 | * tools/sfsnapshot: Error code depending on number of files | ||
13131 | generated git-svn-id: | ||
13132 | |||
13133 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@454 f882894a-f735-0410-b71e-b25c423dba1c | ||
13134 | |||
13135 | 2003-03-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
13136 | |||
13137 | * lib/ls-mntd-fs.m4: Using coreutils 4.5.11 version to fix Darwin | ||
13138 | problem git-svn-id: | ||
13139 | |||
13140 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@453 f882894a-f735-0410-b71e-b25c423dba1c | ||
13141 | |||
13142 | 2003-03-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
13143 | |||
13144 | * REQUIREMENTS: Add NSClient requirement for check_nt git-svn-id: | ||
13145 | |||
13146 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@452 f882894a-f735-0410-b71e-b25c423dba1c | ||
13147 | |||
13148 | 2003-03-24 Ton Voon <tonvoon@users.sourceforge.net> | ||
13149 | |||
13150 | * plugins/check_nt.c: Reference to web site to get NSClient git-svn-id: | ||
13151 | |||
13152 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@450 f882894a-f735-0410-b71e-b25c423dba1c | ||
13153 | |||
13154 | 2003-03-23 Jeremy T. Bouse <undrgrid@users.sourceforge.net> | ||
13155 | |||
13156 | * Makefile.am, autogen.sh, configure.in, lib/Makefile.am, | ||
13157 | pkg/solaris/pkginfo.in, pkg/solaris/solpkg: Solaris package build | ||
13158 | system git-svn-id: | ||
13159 | |||
13160 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@449 f882894a-f735-0410-b71e-b25c423dba1c | ||
13161 | |||
13162 | 2003-03-23 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
13163 | |||
13164 | * plugins/check_disk.c: can once again exclude indiviual | ||
13165 | path/partitions git-svn-id: | ||
13166 | |||
13167 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@448 f882894a-f735-0410-b71e-b25c423dba1c | ||
13168 | |||
13169 | 2003-03-23 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
13170 | |||
13171 | * plugins/check_disk.c: add -X to exclude FS type, now works with | ||
13172 | more than one path/dev specified git-svn-id: | ||
13173 | |||
13174 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@447 f882894a-f735-0410-b71e-b25c423dba1c | ||
13175 | |||
13176 | 2003-03-22 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
13177 | |||
13178 | * plugins/utils.c: declaration must precede printf git-svn-id: | ||
13179 | |||
13180 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@446 f882894a-f735-0410-b71e-b25c423dba1c | ||
13181 | |||
13182 | 2003-03-21 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
13183 | |||
13184 | * plugins/check_disk.c: checkpoint, allows selecting devices and | ||
13185 | paths now git-svn-id: | ||
13186 | |||
13187 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@444 f882894a-f735-0410-b71e-b25c423dba1c | ||
13188 | |||
13189 | 2003-03-21 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
13190 | |||
13191 | * configure.in: instructions for posting plugin version number git-svn-id: | ||
13192 | |||
13193 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@443 f882894a-f735-0410-b71e-b25c423dba1c | ||
13194 | |||
13195 | 2003-03-19 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
13196 | |||
13197 | * plugins/check_by_ssh.c: allow to specify -1 and -2 for protocol | ||
13198 | version git-svn-id: | ||
13199 | |||
13200 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@442 f882894a-f735-0410-b71e-b25c423dba1c | ||
13201 | |||
13202 | 2003-03-19 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
13203 | |||
13204 | * plugins/utils.c, plugins/utils.h: make state_text a function git-svn-id: | ||
13205 | |||
13206 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@440 f882894a-f735-0410-b71e-b25c423dba1c | ||
13207 | |||
13208 | 2003-03-19 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
13209 | |||
13210 | * lib/mountlist.c, plugins/check_disk.c: check_disk working with | ||
13211 | mountlist.c git-svn-id: | ||
13212 | |||
13213 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@439 f882894a-f735-0410-b71e-b25c423dba1c | ||
13214 | |||
13215 | 2003-03-19 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
13216 | |||
13217 | * Makefile.am, configure.in: subst.* was replaced by dist-hook git-svn-id: | ||
13218 | |||
13219 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@438 f882894a-f735-0410-b71e-b25c423dba1c | ||
13220 | |||
13221 | 2003-03-19 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
13222 | |||
13223 | * subst.in, subst.sh: these were replaced by dist-hook git-svn-id: | ||
13224 | |||
13225 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@437 f882894a-f735-0410-b71e-b25c423dba1c | ||
13226 | |||
13227 | 2003-03-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
13228 | |||
13229 | * configure.in: running the AFS macro causes newer AC/AM to barf git-svn-id: | ||
13230 | |||
13231 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@436 f882894a-f735-0410-b71e-b25c423dba1c | ||
13232 | |||
13233 | 2003-03-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
13234 | |||
13235 | * configure.in: afs checking git-svn-id: | ||
13236 | |||
13237 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@435 f882894a-f735-0410-b71e-b25c423dba1c | ||
13238 | |||
13239 | 2003-03-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
13240 | |||
13241 | * lib/afs.m4, lib/ls-mntd-fs.m4: use AC_DEFINE_UNQOUTED git-svn-id: | ||
13242 | |||
13243 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@434 f882894a-f735-0410-b71e-b25c423dba1c | ||
13244 | |||
13245 | 2003-03-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
13246 | |||
13247 | * lib/ls-mntd-fs.m4: stop warning on autoheader 2.13 git-svn-id: | ||
13248 | |||
13249 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@433 f882894a-f735-0410-b71e-b25c423dba1c | ||
13250 | |||
13251 | 2003-03-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
13252 | |||
13253 | * plugins/netutils.c, plugins/netutils.h: common.h was doubly | ||
13254 | included git-svn-id: | ||
13255 | |||
13256 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@432 f882894a-f735-0410-b71e-b25c423dba1c | ||
13257 | |||
13258 | 2003-03-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
13259 | |||
13260 | * plugins/common.h: use enum instead of define, remove some cruft | ||
13261 | from old snprintf implementation git-svn-id: | ||
13262 | |||
13263 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@431 f882894a-f735-0410-b71e-b25c423dba1c | ||
13264 | |||
13265 | 2003-03-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
13266 | |||
13267 | * configure.in, lib/Makefile.am, plugins/check_disk.c: use GNU | ||
13268 | fileutils for check_disk git-svn-id: | ||
13269 | |||
13270 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@430 f882894a-f735-0410-b71e-b25c423dba1c | ||
13271 | |||
13272 | 2003-03-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
13273 | |||
13274 | * lib/afs.m4, lib/fstypename.m4, lib/fsusage.c, lib/fsusage.h, | ||
13275 | lib/fsusage.m4, lib/ls-mntd-fs.m4, lib/mountlist.c, lib/mountlist.h: | ||
13276 | from GNU fileutils for check_disk git-svn-id: | ||
13277 | |||
13278 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@429 f882894a-f735-0410-b71e-b25c423dba1c | ||
13279 | |||
13280 | 2003-03-17 Ton Voon <tonvoon@users.sourceforge.net> | ||
13281 | |||
13282 | * plugins-scripts/check_oracle.sh: Allow default Oracle home from | ||
13283 | oratab (reported by Walbert Oberngruber) git-svn-id: | ||
13284 | |||
13285 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@428 f882894a-f735-0410-b71e-b25c423dba1c | ||
13286 | |||
13287 | 2003-03-16 Jeremy T. Bouse <undrgrid@users.sourceforge.net> | ||
13288 | |||
13289 | * configure.in: Modified to automatically enable getaddrinfo | ||
13290 | emulation if lwres is not used and getaddrinfo is not found in the | ||
13291 | system. git-svn-id: | ||
13292 | |||
13293 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@427 f882894a-f735-0410-b71e-b25c423dba1c | ||
13294 | |||
13295 | 2003-03-16 Jeremy T. Bouse <undrgrid@users.sourceforge.net> | ||
13296 | |||
13297 | * plugins/check_tcp.c, plugins/netutils.c, plugins/netutils.h: | ||
13298 | Applied patch #660973 for tcp refusals git-svn-id: | ||
13299 | |||
13300 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@426 f882894a-f735-0410-b71e-b25c423dba1c | ||
13301 | |||
13302 | 2003-03-15 Jeremy T. Bouse <undrgrid@users.sourceforge.net> | ||
13303 | |||
13304 | * configure.in: Left over debug define git-svn-id: | ||
13305 | |||
13306 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@425 f882894a-f735-0410-b71e-b25c423dba1c | ||
13307 | |||
13308 | 2003-03-15 Jeremy T. Bouse <undrgrid@users.sourceforge.net> | ||
13309 | |||
13310 | * configure.in, lib/Makefile.am, lib/getaddrinfo.c, | ||
13311 | lib/getaddrinfo.h, lib/gethostbyname.c, lib/gethostbyname.h, | ||
13312 | plugins/Makefile.am, plugins/getaddrinfo.c, plugins/getaddrinfo.h, | ||
13313 | plugins/gethostbyname.c, plugins/gethostbyname.h, | ||
13314 | plugins/netutils.c, plugins/netutils.h, plugins/utils.c, | ||
13315 | plugins/utils.h: Spent the day working on backwards compatability | ||
13316 | using getaddrinfo() Moved getaddrinfo.? and gethostbyname.? from | ||
13317 | lib/ to plugins/ due to problems with compiling into the | ||
13318 | libnagiosplug.a as it required linking against socket libraries | ||
13319 | which are unneeded except for network based plugins. This code | ||
13320 | should hopefully happily work for all systems and has been tested | ||
13321 | prior to commit on Debian GNU/Linux, SPARC Solaris 7 and SPARC | ||
13322 | Solaris 9. git-svn-id: | ||
13323 | |||
13324 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@424 f882894a-f735-0410-b71e-b25c423dba1c | ||
13325 | |||
13326 | 2003-03-14 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
13327 | |||
13328 | * plugins-scripts/check_ntp.pl: add timeout, fix taint chacking diom git-svn-id: | ||
13329 | |||
13330 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@423 f882894a-f735-0410-b71e-b25c423dba1c | ||
13331 | |||
13332 | 2003-03-13 Jeremy T. Bouse <undrgrid@users.sourceforge.net> | ||
13333 | |||
13334 | * .cvsignore, configure.in, lib/Makefile.am: Working out issues with | ||
13335 | getaddrinfo emulation build environment git-svn-id: | ||
13336 | |||
13337 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@422 f882894a-f735-0410-b71e-b25c423dba1c | ||
13338 | |||
13339 | 2003-03-13 Ton Voon <tonvoon@users.sourceforge.net> | ||
13340 | |||
13341 | * plugins/check_dns.c, plugins/check_http.c, plugins/check_tcp.c: | ||
13342 | Strip leading spaces in perf data git-svn-id: | ||
13343 | |||
13344 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@421 f882894a-f735-0410-b71e-b25c423dba1c | ||
13345 | |||
13346 | 2003-03-13 Ton Voon <tonvoon@users.sourceforge.net> | ||
13347 | |||
13348 | * plugins/check_smtp.c: Perf data without leading spaces and fix | ||
13349 | ANSI C complaint about \n git-svn-id: | ||
13350 | |||
13351 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@420 f882894a-f735-0410-b71e-b25c423dba1c | ||
13352 | |||
13353 | 2003-03-13 Ton Voon <tonvoon@users.sourceforge.net> | ||
13354 | |||
13355 | * plugins/check_tcp.c: Fix compiler warnings re progname git-svn-id: | ||
13356 | |||
13357 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@419 f882894a-f735-0410-b71e-b25c423dba1c | ||
13358 | |||
13359 | 2003-03-13 Jeremy T. Bouse <undrgrid@users.sourceforge.net> | ||
13360 | |||
13361 | * depcomp: Removed auto-tools script that automake adds git-svn-id: | ||
13362 | |||
13363 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@418 f882894a-f735-0410-b71e-b25c423dba1c | ||
13364 | |||
13365 | 2003-03-13 Jeremy T. Bouse <undrgrid@users.sourceforge.net> | ||
13366 | |||
13367 | * .cvsignore, configure.in, install-sh, missing, mkinstalldirs, | ||
13368 | plugins/.cvsignore, plugins/Makefile.am, plugins/common.h, | ||
13369 | plugins/common.h.in, plugins/netutils.h, plugins/netutils.h.in, | ||
13370 | plugins/popen.h, plugins/popen.h.in, plugins/utils.c, | ||
13371 | plugins/utils.h, plugins/utils.h.in, plugins/version.h.in: Updated | ||
13372 | cvs ignore files to reflect changes Moved header files from being | ||
13373 | ran through configure to standard Removed auto-tools scripts that | ||
13374 | get added by automake git-svn-id: | ||
13375 | |||
13376 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@417 f882894a-f735-0410-b71e-b25c423dba1c | ||
13377 | |||
13378 | 2003-03-13 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
13379 | |||
13380 | * plugins/negate.c: negate must be POSIXly correct in handling | ||
13381 | options, else wrapped options get passed to it git-svn-id: | ||
13382 | |||
13383 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@416 f882894a-f735-0410-b71e-b25c423dba1c | ||
13384 | |||
13385 | 2003-03-13 Jeremy T. Bouse <undrgrid@users.sourceforge.net> | ||
13386 | |||
13387 | * configure.in: Removed --with-ipv6 configure option so it | ||
13388 | determines IPv6 availablity completely on it's own per suggestion by | ||
13389 | Karl git-svn-id: | ||
13390 | |||
13391 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@415 f882894a-f735-0410-b71e-b25c423dba1c | ||
13392 | |||
13393 | 2003-03-12 Jeremy T. Bouse <undrgrid@users.sourceforge.net> | ||
13394 | |||
13395 | * plugins/check_tcp.c: doco standarization git-svn-id: | ||
13396 | |||
13397 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@413 f882894a-f735-0410-b71e-b25c423dba1c | ||
13398 | |||
13399 | 2003-03-12 Jeremy T. Bouse <undrgrid@users.sourceforge.net> | ||
13400 | |||
13401 | * configure.in, plugins-scripts/subst.in: Just a lil namespace | ||
13402 | clean-up git-svn-id: | ||
13403 | |||
13404 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@412 f882894a-f735-0410-b71e-b25c423dba1c | ||
13405 | |||
13406 | 2003-03-12 Jeremy T. Bouse <undrgrid@users.sourceforge.net> | ||
13407 | |||
13408 | * configure.in: Minor fix to --with-ipv6 behavior git-svn-id: | ||
13409 | |||
13410 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@411 f882894a-f735-0410-b71e-b25c423dba1c | ||
13411 | |||
13412 | 2003-03-12 Jeremy T. Bouse <undrgrid@users.sourceforge.net> | ||
13413 | |||
13414 | * autogen.sh, configure.in, plugins/utils.c, plugins/utils.h.in: | ||
13415 | Added autogen.sh script that rebuilds using autotools and runs | ||
13416 | configure Modified configure.in to include some debug build option | ||
13417 | info at the end of the scripts execution. Can be removed by release | ||
13418 | time. Modified configure.in to include a --with-ipv6 option Default | ||
13419 | build is without IPv6 support now to enable you need to use the | ||
13420 | --with-ipv6 command line option to configure. Modified | ||
13421 | plugins/utils.* to use USE_IPV6 git-svn-id: | ||
13422 | |||
13423 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@410 f882894a-f735-0410-b71e-b25c423dba1c | ||
13424 | |||
13425 | 2003-03-12 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
13426 | |||
13427 | * plugins/check_disk.c: doco standarization git-svn-id: | ||
13428 | |||
13429 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@409 f882894a-f735-0410-b71e-b25c423dba1c | ||
13430 | |||
13431 | 2003-03-12 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
13432 | |||
13433 | * plugins/check_disk.c: errors for statfs git-svn-id: | ||
13434 | |||
13435 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@408 f882894a-f735-0410-b71e-b25c423dba1c | ||
13436 | |||
13437 | 2003-03-12 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
13438 | |||
13439 | * plugins/check_smtp.c: comment/doco cleanup for embeeded doc work, | ||
13440 | control STMP command via options instead of defines git-svn-id: | ||
13441 | |||
13442 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@407 f882894a-f735-0410-b71e-b25c423dba1c | ||
13443 | |||
13444 | 2003-03-12 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
13445 | |||
13446 | * configure.in: version increase, statfs work git-svn-id: | ||
13447 | |||
13448 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@406 f882894a-f735-0410-b71e-b25c423dba1c | ||
13449 | |||
13450 | 2003-03-12 Jeremy T. Bouse <undrgrid@users.sourceforge.net> | ||
13451 | |||
13452 | * plugins/.cvsignore: Add some more extra plugins git-svn-id: | ||
13453 | |||
13454 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@405 f882894a-f735-0410-b71e-b25c423dba1c | ||
13455 | |||
13456 | 2003-03-12 Jeremy T. Bouse <undrgrid@users.sourceforge.net> | ||
13457 | |||
13458 | * plugins/check_http.c: Clean up of output from plugin git-svn-id: | ||
13459 | |||
13460 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@404 f882894a-f735-0410-b71e-b25c423dba1c | ||
13461 | |||
13462 | 2003-03-12 Jeremy T. Bouse <undrgrid@users.sourceforge.net> | ||
13463 | |||
13464 | * plugins/check_dig.c, plugins/check_http.c, plugins/check_ldap.c, | ||
13465 | plugins/check_udp.c: Code clean-up git-svn-id: | ||
13466 | |||
13467 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@403 f882894a-f735-0410-b71e-b25c423dba1c | ||
13468 | |||
13469 | 2003-03-12 Jeremy T. Bouse <undrgrid@users.sourceforge.net> | ||
13470 | |||
13471 | * plugins/check_tcp.c: Code cleanup git-svn-id: | ||
13472 | |||
13473 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@402 f882894a-f735-0410-b71e-b25c423dba1c | ||
13474 | |||
13475 | 2003-03-12 Ton Voon <tonvoon@users.sourceforge.net> | ||
13476 | |||
13477 | * plugins/check_dns.c: Removed is_host checks to speed up code. | ||
13478 | Fixed timings so no spaces git-svn-id: | ||
13479 | |||
13480 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@401 f882894a-f735-0410-b71e-b25c423dba1c | ||
13481 | |||
13482 | 2003-03-12 Ton Voon <tonvoon@users.sourceforge.net> | ||
13483 | |||
13484 | * plugins/check_dns.c: Timings in milliseconds and nicer output git-svn-id: | ||
13485 | |||
13486 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@400 f882894a-f735-0410-b71e-b25c423dba1c | ||
13487 | |||
13488 | 2003-03-11 Ton Voon <tonvoon@users.sourceforge.net> | ||
13489 | |||
13490 | * plugins-scripts/.cvsignore: Add script ignores git-svn-id: | ||
13491 | |||
13492 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@399 f882894a-f735-0410-b71e-b25c423dba1c | ||
13493 | |||
13494 | 2003-03-11 Ton Voon <tonvoon@users.sourceforge.net> | ||
13495 | |||
13496 | * plugins/negate.c: Remove getopt_long checks git-svn-id: | ||
13497 | |||
13498 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@398 f882894a-f735-0410-b71e-b25c423dba1c | ||
13499 | |||
13500 | 2003-03-11 Ton Voon <tonvoon@users.sourceforge.net> | ||
13501 | |||
13502 | * plugins/negate.c: Fixed reading too many argv parameters and | ||
13503 | changed to asprintf git-svn-id: | ||
13504 | |||
13505 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@397 f882894a-f735-0410-b71e-b25c423dba1c | ||
13506 | |||
13507 | 2003-03-11 Ton Voon <tonvoon@users.sourceforge.net> | ||
13508 | |||
13509 | * plugins/check_by_ssh.c, plugins/check_dig.c, | ||
13510 | plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c, | ||
13511 | plugins/check_hpjd.c, plugins/check_http.c, | ||
13512 | plugins/check_ide-smart.c, plugins/check_ldap.c, | ||
13513 | plugins/check_load.c, plugins/check_mrtg.c, | ||
13514 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
13515 | plugins/check_nagios.c, plugins/check_nt.c, plugins/check_nwstat.c, | ||
13516 | plugins/check_overcr.c, plugins/check_pgsql.c, | ||
13517 | plugins/check_ping.c, plugins/check_procs.c, | ||
13518 | plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, | ||
13519 | plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, | ||
13520 | plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c, | ||
13521 | plugins/check_ups.c, plugins/check_users.c, plugins/check_vsz.c: | ||
13522 | Remove getopt_long checks git-svn-id: | ||
13523 | |||
13524 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@396 f882894a-f735-0410-b71e-b25c423dba1c | ||
13525 | |||
13526 | 2003-03-11 Jeremy T. Bouse <undrgrid@users.sourceforge.net> | ||
13527 | |||
13528 | * configure.in: Fixed some ping6 variables git-svn-id: | ||
13529 | |||
13530 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@395 f882894a-f735-0410-b71e-b25c423dba1c | ||
13531 | |||
13532 | 2003-03-11 Jeremy T. Bouse <undrgrid@users.sourceforge.net> | ||
13533 | |||
13534 | * configure.in: Minor change to Karl's statfs check Inclusion of | ||
13535 | ICMPv6 ping tests to define PING6_COMMAND Minor fix to ps syntax | ||
13536 | checking to fix bug I introduced last nite git-svn-id: | ||
13537 | |||
13538 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@394 f882894a-f735-0410-b71e-b25c423dba1c | ||
13539 | |||
13540 | 2003-03-11 Jeremy T. Bouse <undrgrid@users.sourceforge.net> | ||
13541 | |||
13542 | * Makefile.am, configure.in: Removed acconfig.h from EXTRA_DIST | ||
13543 | Fixed problem with test in SWAP_FORMAT and SWAP_COMMAND git-svn-id: | ||
13544 | |||
13545 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@393 f882894a-f735-0410-b71e-b25c423dba1c | ||
13546 | |||
13547 | 2003-03-11 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
13548 | |||
13549 | * configure.in, plugins/check_disk.c: use statfs for check_disk | ||
13550 | (still needs fs scan) git-svn-id: | ||
13551 | |||
13552 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@392 f882894a-f735-0410-b71e-b25c423dba1c | ||
13553 | |||
13554 | 2003-03-11 Jeremy T. Bouse <undrgrid@users.sourceforge.net> | ||
13555 | |||
13556 | * acconfig.h, configure.in: Finishing clean-up of configure.in | ||
13557 | Removing acconfig.h as it's no longer needed git-svn-id: | ||
13558 | |||
13559 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@391 f882894a-f735-0410-b71e-b25c423dba1c | ||
13560 | |||
13561 | 2003-03-10 Jeremy T. Bouse <undrgrid@users.sourceforge.net> | ||
13562 | |||
13563 | * acconfig.h, configure.in: Cleaned up configure for PS and PING to | ||
13564 | produce cleaner config.h git-svn-id: | ||
13565 | |||
13566 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@390 f882894a-f735-0410-b71e-b25c423dba1c | ||
13567 | |||
13568 | 2003-03-09 Jeremy T. Bouse <undrgrid@users.sourceforge.net> | ||
13569 | |||
13570 | * plugins/common.h.in: Make sure sys/socket.h is explicitly included | ||
13571 | if HAVE_SYS_SOCKET_H is defined git-svn-id: | ||
13572 | |||
13573 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@389 f882894a-f735-0410-b71e-b25c423dba1c | ||
13574 | |||
13575 | 2003-03-09 Ton Voon <tonvoon@users.sourceforge.net> | ||
13576 | |||
13577 | * plugins/check_disk.c: Implement error-only option for check_disk | ||
13578 | (Ian Duggan) git-svn-id: | ||
13579 | |||
13580 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@388 f882894a-f735-0410-b71e-b25c423dba1c | ||
13581 | |||
13582 | 2003-03-08 Ton Voon <tonvoon@users.sourceforge.net> | ||
13583 | |||
13584 | * plugins/check_disk.c: Fix AIX /proc filesystem (Ian Duggan) git-svn-id: | ||
13585 | |||
13586 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@387 f882894a-f735-0410-b71e-b25c423dba1c | ||
13587 | |||
13588 | 2003-03-08 Ton Voon <tonvoon@users.sourceforge.net> | ||
13589 | |||
13590 | * configure.in: snprintf checks in configure.in like samba git-svn-id: | ||
13591 | |||
13592 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@386 f882894a-f735-0410-b71e-b25c423dba1c | ||
13593 | |||
13594 | 2003-03-08 Jeremy T. Bouse <undrgrid@users.sourceforge.net> | ||
13595 | |||
13596 | * plugins/check_dns.c: Modified code to call is_addr() rather than | ||
13597 | is_dotted_quad() with the new AF indepdent function routines git-svn-id: | ||
13598 | |||
13599 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@385 f882894a-f735-0410-b71e-b25c423dba1c | ||
13600 | |||
13601 | 2003-03-08 Jeremy T. Bouse <undrgrid@users.sourceforge.net> | ||
13602 | |||
13603 | * plugins/netutils.c, plugins/netutils.h.in, plugins/utils.c, | ||
13604 | plugins/utils.h.in: AF indepedent routines introduced. Modifed | ||
13605 | process_request() & my_connect() parameters to make 'proto' type | ||
13606 | 'int' rather than 'char *' and use IPPROTO_* POSIX values. Removed | ||
13607 | is_dotted_quad() & my_inet_aton() functions Added is_addr(), | ||
13608 | is_inet_addr(), is_inet6_addr() and resolve_host_or_addr() functions | ||
13609 | to check whether it is a valid IP address Modified is_host() to call | ||
13610 | is_addr() and is_hostname() git-svn-id: | ||
13611 | |||
13612 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@384 f882894a-f735-0410-b71e-b25c423dba1c | ||
13613 | |||
13614 | 2003-03-08 Ton Voon <tonvoon@users.sourceforge.net> | ||
13615 | |||
13616 | * tools/sfsnapshot: Need to remove configure.in git-svn-id: | ||
13617 | |||
13618 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@383 f882894a-f735-0410-b71e-b25c423dba1c | ||
13619 | |||
13620 | 2003-03-08 Ton Voon <tonvoon@users.sourceforge.net> | ||
13621 | |||
13622 | * lib/Makefile.am, lib/snprintf.c, plugins/Makefile.am, | ||
13623 | plugins/snprintf.c: Move snprintf into lib git-svn-id: | ||
13624 | |||
13625 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@382 f882894a-f735-0410-b71e-b25c423dba1c | ||
13626 | |||
13627 | 2003-03-08 Ton Voon <tonvoon@users.sourceforge.net> | ||
13628 | |||
13629 | * tools/sfsnapshot: Have to run through whole automake procedure as | ||
13630 | datestamp in RELEASE variable git-svn-id: | ||
13631 | |||
13632 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@381 f882894a-f735-0410-b71e-b25c423dba1c | ||
13633 | |||
13634 | 2003-03-08 Ton Voon <tonvoon@users.sourceforge.net> | ||
13635 | |||
13636 | * tools/sfsnapshot: Added automake parameters for config.sub and | ||
13637 | config.guess git-svn-id: | ||
13638 | |||
13639 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@380 f882894a-f735-0410-b71e-b25c423dba1c | ||
13640 | |||
13641 | 2003-03-08 Ton Voon <tonvoon@users.sourceforge.net> | ||
13642 | |||
13643 | * tools/sfsnapshot: Fixed production OUT variable git-svn-id: | ||
13644 | |||
13645 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@379 f882894a-f735-0410-b71e-b25c423dba1c | ||
13646 | |||
13647 | 2003-03-08 Ton Voon <tonvoon@users.sourceforge.net> | ||
13648 | |||
13649 | * tools/sfsnapshot: Adds MD5SUM file, creates multiple branch | ||
13650 | snapshots and doesn't rerun configure/automake/autoconf | ||
13651 | unnecessarily git-svn-id: | ||
13652 | |||
13653 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@378 f882894a-f735-0410-b71e-b25c423dba1c | ||
13654 | |||
13655 | 2003-03-08 Ton Voon <tonvoon@users.sourceforge.net> | ||
13656 | |||
13657 | * Makefile.am: Use Makefile's variables (to support a shortcut in | ||
13658 | sfsnapshot) git-svn-id: | ||
13659 | |||
13660 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@377 f882894a-f735-0410-b71e-b25c423dba1c | ||
13661 | |||
13662 | 2003-03-07 Jeremy T. Bouse <undrgrid@users.sourceforge.net> | ||
13663 | |||
13664 | * configure.in, lib/Makefile.am, lib/getaddrinfo.c, | ||
13665 | lib/getaddrinfo.h, lib/gethostbyname.c, lib/gethostbyname.h, | ||
13666 | plugins/check_pgsql.c, plugins/common.h.in, plugins/netutils.c, | ||
13667 | plugins/netutils.h.in, tools/setup: Added getaddrinfo.[ch] & | ||
13668 | gethostbyname.[ch] to provide RFC2553 functions if missing in system | ||
13669 | libs and lwres not present Moved all references to netdb.h and | ||
13670 | sys/socket.h into common.h.in Modified automake call in tools/setup | ||
13671 | to include adding missing files so config.sub and config.guess will | ||
13672 | be available git-svn-id: | ||
13673 | |||
13674 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@376 f882894a-f735-0410-b71e-b25c423dba1c | ||
13675 | |||
13676 | 2003-03-07 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
13677 | |||
13678 | * plugins/check_smtp.c: millisecond timing and perf data git-svn-id: | ||
13679 | |||
13680 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@374 f882894a-f735-0410-b71e-b25c423dba1c | ||
13681 | |||
13682 | 2003-03-07 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
13683 | |||
13684 | * plugins/check_smtp.c: whole timer loop was on the wrong side of | ||
13685 | connection close code git-svn-id: | ||
13686 | |||
13687 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@373 f882894a-f735-0410-b71e-b25c423dba1c | ||
13688 | |||
13689 | 2003-03-07 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
13690 | |||
13691 | * plugins/check_udp.c: fix for -H invocation of hostname git-svn-id: | ||
13692 | |||
13693 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@372 f882894a-f735-0410-b71e-b25c423dba1c | ||
13694 | |||
13695 | 2003-03-06 Jeremy T. Bouse <undrgrid@users.sourceforge.net> | ||
13696 | |||
13697 | * acinclude.m4, configure.in: Adds --with-lwres and | ||
13698 | --enable-emulate-getaddrinfo but are not used in any of the code at | ||
13699 | this time. Has a check for IPv6 support but only runs if using the | ||
13700 | emulate-getaddrinfo routines, this needs to be modified. !!! I need | ||
13701 | input from results of this run on various platforms to see what | ||
13702 | results are seen in plugins/config.h so please help test !!! git-svn-id: | ||
13703 | |||
13704 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@371 f882894a-f735-0410-b71e-b25c423dba1c | ||
13705 | |||
13706 | 2003-03-05 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
13707 | |||
13708 | * plugins-scripts/check_ntp.pl: add "m" to regex for minutes git-svn-id: | ||
13709 | |||
13710 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@370 f882894a-f735-0410-b71e-b25c423dba1c | ||
13711 | |||
13712 | 2003-03-05 Ton Voon <tonvoon@users.sourceforge.net> | ||
13713 | |||
13714 | * plugins/check_http.c: check_http min size option (680467 - Dave | ||
13715 | Viner) git-svn-id: | ||
13716 | |||
13717 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@365 f882894a-f735-0410-b71e-b25c423dba1c | ||
13718 | |||
13719 | 2003-03-04 Ton Voon <tonvoon@users.sourceforge.net> | ||
13720 | |||
13721 | * plugins/check_nt.c: Make output message for CPU Load a bit nicer git-svn-id: | ||
13722 | |||
13723 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@364 f882894a-f735-0410-b71e-b25c423dba1c | ||
13724 | |||
13725 | 2003-03-04 Ton Voon <tonvoon@users.sourceforge.net> | ||
13726 | |||
13727 | * tools/sfsnapshot: To create nagiosplug daily snapshots on SF git-svn-id: | ||
13728 | |||
13729 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@363 f882894a-f735-0410-b71e-b25c423dba1c | ||
13730 | |||
13731 | 2003-03-03 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
13732 | |||
13733 | * plugins/check_ping.c: accept comma-delimted list of hosts for | ||
13734 | checking if a multihomed host is alive git-svn-id: | ||
13735 | |||
13736 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@362 f882894a-f735-0410-b71e-b25c423dba1c | ||
13737 | |||
13738 | 2003-03-02 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
13739 | |||
13740 | * plugins/check_ping.c: add logic to check multiple servers git-svn-id: | ||
13741 | |||
13742 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@361 f882894a-f735-0410-b71e-b25c423dba1c | ||
13743 | |||
13744 | 2003-03-02 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
13745 | |||
13746 | * ChangeLog: update from CVS git-svn-id: | ||
13747 | |||
13748 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@360 f882894a-f735-0410-b71e-b25c423dba1c | ||
13749 | |||
13750 | 2003-03-02 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
13751 | |||
13752 | * configure.in, nagios-plugins.spec.in: adjustments to remove beta | ||
13753 | tagging git-svn-id: | ||
13754 | |||
13755 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@359 f882894a-f735-0410-b71e-b25c423dba1c | ||
13756 | |||
13757 | 2003-03-02 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
13758 | |||
13759 | * ChangeLog: update from CVS git-svn-id: | ||
13760 | |||
13761 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@358 f882894a-f735-0410-b71e-b25c423dba1c | ||
13762 | |||
13763 | 2003-03-01 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
13764 | |||
13765 | * nagios-plugins.spec.in: we were missing some docs in the RPM git-svn-id: | ||
13766 | |||
13767 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@357 f882894a-f735-0410-b71e-b25c423dba1c | ||
13768 | |||
13769 | 2003-02-23 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
13770 | |||
13771 | * REQUIREMENTS: Novell requirements git-svn-id: | ||
13772 | |||
13773 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@356 f882894a-f735-0410-b71e-b25c423dba1c | ||
13774 | |||
13775 | 2003-02-23 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
13776 | |||
13777 | * contrib/check_bgpstate.pl: removed community string in CRIT | ||
13778 | message git-svn-id: | ||
13779 | |||
13780 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@355 f882894a-f735-0410-b71e-b25c423dba1c | ||
13781 | |||
13782 | 2003-02-22 Ton Voon <tonvoon@users.sourceforge.net> | ||
13783 | |||
13784 | * configure.in: Solaris and Unixware labels round the wrong way for | ||
13785 | swap command git-svn-id: | ||
13786 | |||
13787 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@354 f882894a-f735-0410-b71e-b25c423dba1c | ||
13788 | |||
13789 | 2003-02-22 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
13790 | |||
13791 | * Makefile.am: provide target for nagios-plugins.spec git-svn-id: | ||
13792 | |||
13793 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@353 f882894a-f735-0410-b71e-b25c423dba1c | ||
13794 | |||
13795 | 2003-02-22 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
13796 | |||
13797 | * Makefile.am: add CODING FAQ LEGAL to distribution tarball git-svn-id: | ||
13798 | |||
13799 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@352 f882894a-f735-0410-b71e-b25c423dba1c | ||
13800 | |||
13801 | 2003-02-21 Ton Voon <tonvoon@users.sourceforge.net> | ||
13802 | |||
13803 | * plugins/check_http.c: Fixed coredump with unallocated string git-svn-id: | ||
13804 | |||
13805 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@351 f882894a-f735-0410-b71e-b25c423dba1c | ||
13806 | |||
13807 | 2003-02-21 Ton Voon <tonvoon@users.sourceforge.net> | ||
13808 | |||
13809 | * plugins/check_dns.c: Strip leading spaces on dns return value | ||
13810 | (689563 - Simon L Nielsen) git-svn-id: | ||
13811 | |||
13812 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@350 f882894a-f735-0410-b71e-b25c423dba1c | ||
13813 | |||
13814 | 2003-02-20 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
13815 | |||
13816 | * plugins-scripts/check_disk_smb.pl: option regexs need to include ^ | ||
13817 | and $ git-svn-id: | ||
13818 | |||
13819 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@348 f882894a-f735-0410-b71e-b25c423dba1c | ||
13820 | |||
13821 | 2003-02-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
13822 | |||
13823 | * lib/Makefile.am: Removing getloadavg.m4 from dist git-svn-id: | ||
13824 | |||
13825 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@347 f882894a-f735-0410-b71e-b25c423dba1c | ||
13826 | |||
13827 | 2003-02-19 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
13828 | |||
13829 | * INSTALL, configure.in, lib/getloadavg.m4, tools/setup: remove | ||
13830 | getloadavg.m4 git-svn-id: | ||
13831 | |||
13832 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@346 f882894a-f735-0410-b71e-b25c423dba1c | ||
13833 | |||
13834 | 2003-02-19 Ton Voon <tonvoon@users.sourceforge.net> | ||
13835 | |||
13836 | * Makefile.am, configure.in, getloadavg.m4, lib/Makefile.am, | ||
13837 | lib/getloadavg.c, lib/getloadavg.m4, plugins/Makefile.am, | ||
13838 | plugins/getloadavg.c: Move getloadavg to lib directory. Must run | ||
13839 | "aclocal -I lib" git-svn-id: | ||
13840 | |||
13841 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@345 f882894a-f735-0410-b71e-b25c423dba1c | ||
13842 | |||
13843 | 2003-02-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
13844 | |||
13845 | * plugins/check_pgsql.c: spurious backslash escape git-svn-id: | ||
13846 | |||
13847 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@344 f882894a-f735-0410-b71e-b25c423dba1c | ||
13848 | |||
13849 | 2003-02-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
13850 | |||
13851 | * configure.in: set tag for beta3, fix pgsql detection git-svn-id: | ||
13852 | |||
13853 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@343 f882894a-f735-0410-b71e-b25c423dba1c | ||
13854 | |||
13855 | 2003-02-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
13856 | |||
13857 | * plugins/check_udp.c: never exited getopt loop git-svn-id: | ||
13858 | |||
13859 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@342 f882894a-f735-0410-b71e-b25c423dba1c | ||
13860 | |||
13861 | 2003-02-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
13862 | |||
13863 | * plugins/check_tcp.c: failed if header was more than 1023 bytes git-svn-id: | ||
13864 | |||
13865 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@341 f882894a-f735-0410-b71e-b25c423dba1c | ||
13866 | |||
13867 | 2003-02-18 Ton Voon <tonvoon@users.sourceforge.net> | ||
13868 | |||
13869 | * plugins/check_load.c: Fixed the output messages (Bug 688729 - | ||
13870 | Jayjay) git-svn-id: | ||
13871 | |||
13872 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@340 f882894a-f735-0410-b71e-b25c423dba1c | ||
13873 | |||
13874 | 2003-02-18 Ton Voon <tonvoon@users.sourceforge.net> | ||
13875 | |||
13876 | * Makefile.am: Add SUPPORT file to distribution git-svn-id: | ||
13877 | |||
13878 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@339 f882894a-f735-0410-b71e-b25c423dba1c | ||
13879 | |||
13880 | 2003-02-18 Ton Voon <tonvoon@users.sourceforge.net> | ||
13881 | |||
13882 | * plugins/check_http.c: Fixed compiler warning and increased the SSL | ||
13883 | random key for a Solaris PRNG problem git-svn-id: | ||
13884 | |||
13885 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@338 f882894a-f735-0410-b71e-b25c423dba1c | ||
13886 | |||
13887 | 2003-02-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
13888 | |||
13889 | * configure.in: remainder of ps fix for UnixWare, and move [] in | ||
13890 | if/elif to indicate m4 quoting instead of test invocation git-svn-id: | ||
13891 | |||
13892 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@337 f882894a-f735-0410-b71e-b25c423dba1c | ||
13893 | |||
13894 | 2003-02-18 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
13895 | |||
13896 | * contrib/check_appletalk.pl: Appletalk ping plugin git-svn-id: | ||
13897 | |||
13898 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@336 f882894a-f735-0410-b71e-b25c423dba1c | ||
13899 | |||
13900 | 2003-02-18 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
13901 | |||
13902 | * plugins/check_snmp.c: OID type prefix patch [Patches-679403] git-svn-id: | ||
13903 | |||
13904 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@335 f882894a-f735-0410-b71e-b25c423dba1c | ||
13905 | |||
13906 | 2003-02-18 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
13907 | |||
13908 | * plugins/check_swap.c: support for Large swap sizes git-svn-id: | ||
13909 | |||
13910 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@334 f882894a-f735-0410-b71e-b25c423dba1c | ||
13911 | |||
13912 | 2003-02-18 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
13913 | |||
13914 | * configure.in: regex fix to catch *BSD swapinfo and not HP-UX error | ||
13915 | and memory/file swap in addition to device for HP-UX git-svn-id: | ||
13916 | |||
13917 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@333 f882894a-f735-0410-b71e-b25c423dba1c | ||
13918 | |||
13919 | 2003-02-17 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
13920 | |||
13921 | * configure.in: typo in testing uname output git-svn-id: | ||
13922 | |||
13923 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@332 f882894a-f735-0410-b71e-b25c423dba1c | ||
13924 | |||
13925 | 2003-02-17 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
13926 | |||
13927 | * configure.in: ping and swap for unixware git-svn-id: | ||
13928 | |||
13929 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@331 f882894a-f735-0410-b71e-b25c423dba1c | ||
13930 | |||
13931 | 2003-02-17 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
13932 | |||
13933 | * configure.in: library search dirs are part of LDFLAGS git-svn-id: | ||
13934 | |||
13935 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@330 f882894a-f735-0410-b71e-b25c423dba1c | ||
13936 | |||
13937 | 2003-02-17 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
13938 | |||
13939 | * REQUIREMENTS: location updates git-svn-id: | ||
13940 | |||
13941 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@329 f882894a-f735-0410-b71e-b25c423dba1c | ||
13942 | |||
13943 | 2003-02-16 Ton Voon <tonvoon@users.sourceforge.net> | ||
13944 | |||
13945 | * plugins/Makefile.am: Fixed dependencies for check_nt git-svn-id: | ||
13946 | |||
13947 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@328 f882894a-f735-0410-b71e-b25c423dba1c | ||
13948 | |||
13949 | 2003-02-16 Ton Voon <tonvoon@users.sourceforge.net> | ||
13950 | |||
13951 | * plugins/check_nt.c: Coredump if no variable set (reported by Marc | ||
13952 | C. Poulin) git-svn-id: | ||
13953 | |||
13954 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@327 f882894a-f735-0410-b71e-b25c423dba1c | ||
13955 | |||
13956 | 2003-02-16 Ethan Galstad <egalstad@users.sourceforge.net> | ||
13957 | |||
13958 | * contrib/check_dhcp.c: Interface patch byor Clemens Resen git-svn-id: | ||
13959 | |||
13960 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@326 f882894a-f735-0410-b71e-b25c423dba1c | ||
13961 | |||
13962 | 2003-02-16 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
13963 | |||
13964 | * plugins-scripts/check_ntp.pl: all alphanumeric accepted for refid | ||
13965 | on ntpq git-svn-id: | ||
13966 | |||
13967 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@325 f882894a-f735-0410-b71e-b25c423dba1c | ||
13968 | |||
13969 | 2003-02-12 Ton Voon <tonvoon@users.sourceforge.net> | ||
13970 | |||
13971 | * plugins/.cvsignore: Added extra plugins git-svn-id: | ||
13972 | |||
13973 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@324 f882894a-f735-0410-b71e-b25c423dba1c | ||
13974 | |||
13975 | 2003-02-12 Ton Voon <tonvoon@users.sourceforge.net> | ||
13976 | |||
13977 | * lib/.cvsignore: Add ignore files git-svn-id: | ||
13978 | |||
13979 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@323 f882894a-f735-0410-b71e-b25c423dba1c | ||
13980 | |||
13981 | 2003-02-12 Ton Voon <tonvoon@users.sourceforge.net> | ||
13982 | |||
13983 | * plugins/negate.c: Remove unnecessary \ and fix coredump with no | ||
13984 | parameters specified git-svn-id: | ||
13985 | |||
13986 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@322 f882894a-f735-0410-b71e-b25c423dba1c | ||
13987 | |||
13988 | 2003-02-12 Ton Voon <tonvoon@users.sourceforge.net> | ||
13989 | |||
13990 | * plugins/check_http.c: Remove unnecessary \ - complaints from | ||
13991 | Tru64's cc compiler git-svn-id: | ||
13992 | |||
13993 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@321 f882894a-f735-0410-b71e-b25c423dba1c | ||
13994 | |||
13995 | 2003-02-12 Ton Voon <tonvoon@users.sourceforge.net> | ||
13996 | |||
13997 | * configure.in: Inadequate quoting for PS_FORMAT & removal of grep | ||
13998 | "*** for Tru64 git-svn-id: | ||
13999 | |||
14000 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@320 f882894a-f735-0410-b71e-b25c423dba1c | ||
14001 | |||
14002 | 2003-02-12 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
14003 | |||
14004 | * command.cfg.in: forced ntpq jitter check git-svn-id: | ||
14005 | |||
14006 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@319 f882894a-f735-0410-b71e-b25c423dba1c | ||
14007 | |||
14008 | 2003-02-12 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
14009 | |||
14010 | * plugins-scripts/check_ifoperstatus.pl: added timeout alarm git-svn-id: | ||
14011 | |||
14012 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@318 f882894a-f735-0410-b71e-b25c423dba1c | ||
14013 | |||
14014 | 2003-02-12 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
14015 | |||
14016 | * plugins-scripts/check_ntp.pl: fixed regex for stratum1 peer, added | ||
14017 | logic for failed ntpq call(e.g. sntp host) git-svn-id: | ||
14018 | |||
14019 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@317 f882894a-f735-0410-b71e-b25c423dba1c | ||
14020 | |||
14021 | 2003-02-11 Ton Voon <tonvoon@users.sourceforge.net> | ||
14022 | |||
14023 | * plugins/check_mysql.c: Patch by Dave Viner for seg fault on RH 7.3 | ||
14024 | (655903) git-svn-id: | ||
14025 | |||
14026 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@316 f882894a-f735-0410-b71e-b25c423dba1c | ||
14027 | |||
14028 | 2003-02-10 Ton Voon <tonvoon@users.sourceforge.net> | ||
14029 | |||
14030 | * configure.in: Update with references to REQUIREMENTS git-svn-id: | ||
14031 | |||
14032 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@315 f882894a-f735-0410-b71e-b25c423dba1c | ||
14033 | |||
14034 | 2003-02-10 Ton Voon <tonvoon@users.sourceforge.net> | ||
14035 | |||
14036 | * Requirements: Remove file, superceded by REQUIREMENTS git-svn-id: | ||
14037 | |||
14038 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@314 f882894a-f735-0410-b71e-b25c423dba1c | ||
14039 | |||
14040 | 2003-02-10 Ton Voon <tonvoon@users.sourceforge.net> | ||
14041 | |||
14042 | * plugins/getopt.c, plugins/getopt.h, plugins/getopt1.c: Removing | ||
14043 | getopt files - now in new lib directory git-svn-id: | ||
14044 | |||
14045 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@313 f882894a-f735-0410-b71e-b25c423dba1c | ||
14046 | |||
14047 | 2003-02-10 Ton Voon <tonvoon@users.sourceforge.net> | ||
14048 | |||
14049 | * lib/Makefile.am, lib/getopt.c, lib/getopt.h, lib/getopt1.c: New | ||
14050 | directory for common library files git-svn-id: | ||
14051 | |||
14052 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@312 f882894a-f735-0410-b71e-b25c423dba1c | ||
14053 | |||
14054 | 2003-02-10 Ton Voon <tonvoon@users.sourceforge.net> | ||
14055 | |||
14056 | * plugins/common.h.in: Added in a define for HAVE_GETOPT_H for | ||
14057 | backwards compatibility git-svn-id: | ||
14058 | |||
14059 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@311 f882894a-f735-0410-b71e-b25c423dba1c | ||
14060 | |||
14061 | 2003-02-10 Ton Voon <tonvoon@users.sourceforge.net> | ||
14062 | |||
14063 | * plugins/Makefile.am: Remove unnecessary getopt references and link | ||
14064 | in lib directory git-svn-id: | ||
14065 | |||
14066 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@310 f882894a-f735-0410-b71e-b25c423dba1c | ||
14067 | |||
14068 | 2003-02-10 Ton Voon <tonvoon@users.sourceforge.net> | ||
14069 | |||
14070 | * configure.in: Removing checks for getopt.h - now always available. | ||
14071 | Also support lib dir git-svn-id: | ||
14072 | |||
14073 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@309 f882894a-f735-0410-b71e-b25c423dba1c | ||
14074 | |||
14075 | 2003-02-10 Ton Voon <tonvoon@users.sourceforge.net> | ||
14076 | |||
14077 | * Makefile.am: Adding lib directory for getopts change git-svn-id: | ||
14078 | |||
14079 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@308 f882894a-f735-0410-b71e-b25c423dba1c | ||
14080 | |||
14081 | 2003-02-10 Ton Voon <tonvoon@users.sourceforge.net> | ||
14082 | |||
14083 | * configure.in: Fixed Tru64 ps command (Bug 669585 - Paula Arnold) git-svn-id: | ||
14084 | |||
14085 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@307 f882894a-f735-0410-b71e-b25c423dba1c | ||
14086 | |||
14087 | 2003-02-10 Jeremy T. Bouse <undrgrid@users.sourceforge.net> | ||
14088 | |||
14089 | * plugins/check_ssh.c: Added argc checks before attempting to access | ||
14090 | argv[] Corrected return codes and output git-svn-id: | ||
14091 | |||
14092 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@306 f882894a-f735-0410-b71e-b25c423dba1c | ||
14093 | |||
14094 | 2003-02-10 Jeremy T. Bouse <undrgrid@users.sourceforge.net> | ||
14095 | |||
14096 | * plugins/check_ssh.c: Revised code to use resolving and connection | ||
14097 | code in utils.c and netutils.c rather than its own functions. | ||
14098 | Corrected code to properly handle input of server hostname and port | ||
14099 | on commandline without option flags. git-svn-id: | ||
14100 | |||
14101 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@305 f882894a-f735-0410-b71e-b25c423dba1c | ||
14102 | |||
14103 | 2003-02-10 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14104 | |||
14105 | * contrib/check_fping_in.c: this plugin is in core as check_fping git-svn-id: | ||
14106 | |||
14107 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@304 f882894a-f735-0410-b71e-b25c423dba1c | ||
14108 | |||
14109 | 2003-02-09 Jeremy T. Bouse <undrgrid@users.sourceforge.net> | ||
14110 | |||
14111 | * tools/setup: Reordered program calls so autoheader was called | ||
14112 | before automake thus getting rid of errors for header files not | ||
14113 | being present when automake was called. Also puts it inline with | ||
14114 | documentation in INSTALL & INSTALLING git-svn-id: | ||
14115 | |||
14116 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@303 f882894a-f735-0410-b71e-b25c423dba1c | ||
14117 | |||
14118 | 2003-02-09 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
14119 | |||
14120 | * contrib/check_adptraid.sh, contrib/check_compaq_insight.pl, | ||
14121 | contrib/check_file_age.pl: new plugins git-svn-id: | ||
14122 | |||
14123 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@302 f882894a-f735-0410-b71e-b25c423dba1c | ||
14124 | |||
14125 | 2003-02-09 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
14126 | |||
14127 | * contrib/README.TXT, contrib/readme.txt: file rename git-svn-id: | ||
14128 | |||
14129 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@301 f882894a-f735-0410-b71e-b25c423dba1c | ||
14130 | |||
14131 | 2003-02-09 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
14132 | |||
14133 | * contrib/check_remote_nagios_status.pl, contrib/check_wins.pl, | ||
14134 | contrib/sched_downtime.pl: more contribs git-svn-id: | ||
14135 | |||
14136 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@300 f882894a-f735-0410-b71e-b25c423dba1c | ||
14137 | |||
14138 | 2003-02-09 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
14139 | |||
14140 | * : new version git-svn-id: | ||
14141 | |||
14142 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@299 f882894a-f735-0410-b71e-b25c423dba1c | ||
14143 | |||
14144 | 2003-02-09 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14145 | |||
14146 | * CODING, README: spell check git-svn-id: | ||
14147 | |||
14148 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@298 f882894a-f735-0410-b71e-b25c423dba1c | ||
14149 | |||
14150 | 2003-02-09 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14151 | |||
14152 | * FAQ: spell check git-svn-id: | ||
14153 | |||
14154 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@297 f882894a-f735-0410-b71e-b25c423dba1c | ||
14155 | |||
14156 | 2003-02-09 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
14157 | |||
14158 | * SUPPORT: ispell git-svn-id: | ||
14159 | |||
14160 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@296 f882894a-f735-0410-b71e-b25c423dba1c | ||
14161 | |||
14162 | 2003-02-08 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14163 | |||
14164 | * plugins/check_pgsql.c: use enum instead of define git-svn-id: | ||
14165 | |||
14166 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@295 f882894a-f735-0410-b71e-b25c423dba1c | ||
14167 | |||
14168 | 2003-02-08 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14169 | |||
14170 | * FAQ: add item on submitting new plugins git-svn-id: | ||
14171 | |||
14172 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@294 f882894a-f735-0410-b71e-b25c423dba1c | ||
14173 | |||
14174 | 2003-02-08 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14175 | |||
14176 | * SUPPORT: suggest minimum standards for support requests git-svn-id: | ||
14177 | |||
14178 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@293 f882894a-f735-0410-b71e-b25c423dba1c | ||
14179 | |||
14180 | 2003-02-08 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14181 | |||
14182 | * plugins/check_http.c: submit request with one send git-svn-id: | ||
14183 | |||
14184 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@292 f882894a-f735-0410-b71e-b25c423dba1c | ||
14185 | |||
14186 | 2003-02-05 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14187 | |||
14188 | * configure.in: fix for SSL build on RedHat rawhide git-svn-id: | ||
14189 | |||
14190 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@291 f882894a-f735-0410-b71e-b25c423dba1c | ||
14191 | |||
14192 | 2003-02-05 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14193 | |||
14194 | * plugins/check_dns.c: allow check to proceed using servers from | ||
14195 | resolv.conf git-svn-id: | ||
14196 | |||
14197 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@290 f882894a-f735-0410-b71e-b25c423dba1c | ||
14198 | |||
14199 | 2003-02-05 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14200 | |||
14201 | * plugins/check_http.c: fix segfault due to bad asprintf invocation git-svn-id: | ||
14202 | |||
14203 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@289 f882894a-f735-0410-b71e-b25c423dba1c | ||
14204 | |||
14205 | 2003-02-04 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
14206 | |||
14207 | * plugins-scripts/Makefile.am: install user:grp perms [patch 679703 -Detlef Boehm] git-svn-id: | ||
14208 | |||
14209 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@288 f882894a-f735-0410-b71e-b25c423dba1c | ||
14210 | |||
14211 | 2003-02-04 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
14212 | |||
14213 | * plugins-scripts/check_flexlm.pl: lmstat output update git-svn-id: | ||
14214 | |||
14215 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@287 f882894a-f735-0410-b71e-b25c423dba1c | ||
14216 | |||
14217 | 2003-02-04 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
14218 | |||
14219 | * plugins-scripts/check_ntp.pl: corrected ntpdate offset to seconds git-svn-id: | ||
14220 | |||
14221 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@286 f882894a-f735-0410-b71e-b25c423dba1c | ||
14222 | |||
14223 | 2003-02-03 Ton Voon <tonvoon@users.sourceforge.net> | ||
14224 | |||
14225 | * plugins/check_snmp.c: Avoid core dump with null or invalid data | ||
14226 | (679400 - Mathieu Masseboeuf) git-svn-id: | ||
14227 | |||
14228 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@285 f882894a-f735-0410-b71e-b25c423dba1c | ||
14229 | |||
14230 | 2003-02-03 Ton Voon <tonvoon@users.sourceforge.net> | ||
14231 | |||
14232 | * plugins/Makefile.am: Patch for Mac OS X compile (652080 - Ton | ||
14233 | Voon) git-svn-id: | ||
14234 | |||
14235 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@284 f882894a-f735-0410-b71e-b25c423dba1c | ||
14236 | |||
14237 | 2003-02-03 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
14238 | |||
14239 | * : Citrix plugin git-svn-id: | ||
14240 | |||
14241 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@283 f882894a-f735-0410-b71e-b25c423dba1c | ||
14242 | |||
14243 | 2003-02-03 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
14244 | |||
14245 | * command.cfg.in: more sample command configurations git-svn-id: | ||
14246 | |||
14247 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@282 f882894a-f735-0410-b71e-b25c423dba1c | ||
14248 | |||
14249 | 2003-02-03 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
14250 | |||
14251 | * configure.in, plugins-scripts/check_ntp.pl, | ||
14252 | plugins-scripts/utils.pm.in: change ntpdc to ntpq (Jonathan | ||
14253 | Rozes,Thomas Schimpke, bug-656237 ) git-svn-id: | ||
14254 | |||
14255 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@281 f882894a-f735-0410-b71e-b25c423dba1c | ||
14256 | |||
14257 | 2003-02-03 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
14258 | |||
14259 | * plugins-scripts/check_ntp.pl: patch for desync peer and ntpdate | ||
14260 | (James Fidell) git-svn-id: | ||
14261 | |||
14262 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@280 f882894a-f735-0410-b71e-b25c423dba1c | ||
14263 | |||
14264 | 2003-02-03 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
14265 | |||
14266 | * plugins-scripts/check_ifstatus.pl: bugfix [bug 651021 mperry2] git-svn-id: | ||
14267 | |||
14268 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@279 f882894a-f735-0410-b71e-b25c423dba1c | ||
14269 | |||
14270 | 2003-02-03 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
14271 | |||
14272 | * plugins/check_hpjd.c: added default community [bug-patch #600349 | ||
14273 | jbaumgartner] git-svn-id: | ||
14274 | |||
14275 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@278 f882894a-f735-0410-b71e-b25c423dba1c | ||
14276 | |||
14277 | 2003-01-31 Ton Voon <tonvoon@users.sourceforge.net> | ||
14278 | |||
14279 | * plugins/check_procs.c: Fix for zombie processes on Solaris (Bug | ||
14280 | 677803 - Matthew Brown) git-svn-id: | ||
14281 | |||
14282 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@277 f882894a-f735-0410-b71e-b25c423dba1c | ||
14283 | |||
14284 | 2003-01-31 Ton Voon <tonvoon@users.sourceforge.net> | ||
14285 | |||
14286 | * plugins/check_nt.c: Reapply all asprintf calls. Fix for %% problem | ||
14287 | with -l flag. git-svn-id: | ||
14288 | |||
14289 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@276 f882894a-f735-0410-b71e-b25c423dba1c | ||
14290 | |||
14291 | 2003-01-31 Ton Voon <tonvoon@users.sourceforge.net> | ||
14292 | |||
14293 | * plugins/check_nt.c: Removed all unnecessary asprintf calls. | ||
14294 | Replaced with original check_nt.c to minimise amount of changes | ||
14295 | (reported by Reuben Farrelly) git-svn-id: | ||
14296 | |||
14297 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@275 f882894a-f735-0410-b71e-b25c423dba1c | ||
14298 | |||
14299 | 2003-01-30 Ton Voon <tonvoon@users.sourceforge.net> | ||
14300 | |||
14301 | * plugins/check_nt.c: Added reference to the official NSClient web | ||
14302 | site git-svn-id: | ||
14303 | |||
14304 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@274 f882894a-f735-0410-b71e-b25c423dba1c | ||
14305 | |||
14306 | 2003-01-30 Ton Voon <tonvoon@users.sourceforge.net> | ||
14307 | |||
14308 | * plugins/check_swap.c: Fixed long --allswap option git-svn-id: | ||
14309 | |||
14310 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@273 f882894a-f735-0410-b71e-b25c423dba1c | ||
14311 | |||
14312 | 2003-01-30 Ton Voon <tonvoon@users.sourceforge.net> | ||
14313 | |||
14314 | * plugins/check_procs.c: Fixed progname git-svn-id: | ||
14315 | |||
14316 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@272 f882894a-f735-0410-b71e-b25c423dba1c | ||
14317 | |||
14318 | 2003-01-29 Ton Voon <tonvoon@users.sourceforge.net> | ||
14319 | |||
14320 | * plugins/check_mrtgtraf.c: Fixed error and success codes (638656 - | ||
14321 | Paul Dlug) git-svn-id: | ||
14322 | |||
14323 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@271 f882894a-f735-0410-b71e-b25c423dba1c | ||
14324 | |||
14325 | 2003-01-29 Ton Voon <tonvoon@users.sourceforge.net> | ||
14326 | |||
14327 | * plugins-scripts/check_oracle.sh: Added cache and tablespace check | ||
14328 | (621567 - John Marquart) git-svn-id: | ||
14329 | |||
14330 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@270 f882894a-f735-0410-b71e-b25c423dba1c | ||
14331 | |||
14332 | 2003-01-29 Ton Voon <tonvoon@users.sourceforge.net> | ||
14333 | |||
14334 | * plugins/Makefile.am, plugins/check_nt.c: Added in check_nt for bug | ||
14335 | 646516 git-svn-id: | ||
14336 | |||
14337 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@269 f882894a-f735-0410-b71e-b25c423dba1c | ||
14338 | |||
14339 | 2003-01-29 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14340 | |||
14341 | * plugins/check_mysql.c: remove incorrect check_disk() declaration git-svn-id: | ||
14342 | |||
14343 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@268 f882894a-f735-0410-b71e-b25c423dba1c | ||
14344 | |||
14345 | 2003-01-29 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14346 | |||
14347 | * plugins/check_ldap.c: fix segfault when argc>=2 and the -H or -b | ||
14348 | options are not supplied git-svn-id: | ||
14349 | |||
14350 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@267 f882894a-f735-0410-b71e-b25c423dba1c | ||
14351 | |||
14352 | 2003-01-29 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14353 | |||
14354 | * plugins/check_by_ssh.c: 1.8 git-svn-id: | ||
14355 | |||
14356 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@266 f882894a-f735-0410-b71e-b25c423dba1c | ||
14357 | |||
14358 | 2003-01-29 Ton Voon <tonvoon@users.sourceforge.net> | ||
14359 | |||
14360 | * plugins/check_http.c: Better error if server requests client based | ||
14361 | certificate (609382 - Olaf Greis) git-svn-id: | ||
14362 | |||
14363 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@265 f882894a-f735-0410-b71e-b25c423dba1c | ||
14364 | |||
14365 | 2003-01-29 Ton Voon <tonvoon@users.sourceforge.net> | ||
14366 | |||
14367 | * contrib/check_dns_random.pl: Exit code added (604837 - Lachlan | ||
14368 | Cameron-Smith) git-svn-id: | ||
14369 | |||
14370 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@264 f882894a-f735-0410-b71e-b25c423dba1c | ||
14371 | |||
14372 | 2003-01-29 Ton Voon <tonvoon@users.sourceforge.net> | ||
14373 | |||
14374 | * plugins-scripts/check_oracle.sh: Added dummy login test (650970 - | ||
14375 | Ton Voon) git-svn-id: | ||
14376 | |||
14377 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@263 f882894a-f735-0410-b71e-b25c423dba1c | ||
14378 | |||
14379 | 2003-01-29 Ton Voon <tonvoon@users.sourceforge.net> | ||
14380 | |||
14381 | * plugins/check_vsz.c: Error when no params passed, better invalid | ||
14382 | params message (652086 - Ton Voon) git-svn-id: | ||
14383 | |||
14384 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@262 f882894a-f735-0410-b71e-b25c423dba1c | ||
14385 | |||
14386 | 2003-01-29 Ton Voon <tonvoon@users.sourceforge.net> | ||
14387 | |||
14388 | * plugins/check_procs.c: Fixed NULL status in Solaris (644783 - | ||
14389 | Fabian Pehla) Fixed -p options (652082 - Ton Voon) git-svn-id: | ||
14390 | |||
14391 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@261 f882894a-f735-0410-b71e-b25c423dba1c | ||
14392 | |||
14393 | 2003-01-28 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14394 | |||
14395 | * contrib/checkciscotemp.pl: typo: had commented use Net::SNMP for | ||
14396 | testing git-svn-id: | ||
14397 | |||
14398 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@260 f882894a-f735-0410-b71e-b25c423dba1c | ||
14399 | |||
14400 | 2003-01-28 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14401 | |||
14402 | * plugins/check_real.c: make sure host_name is set and remove NULL | ||
14403 | string inits that can lead to segfaults git-svn-id: | ||
14404 | |||
14405 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@259 f882894a-f735-0410-b71e-b25c423dba1c | ||
14406 | |||
14407 | 2003-01-28 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14408 | |||
14409 | * plugins/check_mysql.c: missed argc check on port parameter git-svn-id: | ||
14410 | |||
14411 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@258 f882894a-f735-0410-b71e-b25c423dba1c | ||
14412 | |||
14413 | 2003-01-28 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14414 | |||
14415 | * contrib/checkciscotemp.pl: split and validate input more robustly git-svn-id: | ||
14416 | |||
14417 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@257 f882894a-f735-0410-b71e-b25c423dba1c | ||
14418 | |||
14419 | 2003-01-28 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14420 | |||
14421 | * plugins/check_http.c: remove NULL string inits that can lead to | ||
14422 | segfaults git-svn-id: | ||
14423 | |||
14424 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@256 f882894a-f735-0410-b71e-b25c423dba1c | ||
14425 | |||
14426 | 2003-01-28 Ton Voon <tonvoon@users.sourceforge.net> | ||
14427 | |||
14428 | * configure.in: ps support for Darwin / MacOSX git-svn-id: | ||
14429 | |||
14430 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@255 f882894a-f735-0410-b71e-b25c423dba1c | ||
14431 | |||
14432 | 2003-01-27 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14433 | |||
14434 | * plugins/check_http.c: do not pass host if none is provided git-svn-id: | ||
14435 | |||
14436 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@254 f882894a-f735-0410-b71e-b25c423dba1c | ||
14437 | |||
14438 | 2003-01-27 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14439 | |||
14440 | * plugins/check_http.c: we were sending extra CRLF git-svn-id: | ||
14441 | |||
14442 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@253 f882894a-f735-0410-b71e-b25c423dba1c | ||
14443 | |||
14444 | 2003-01-19 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14445 | |||
14446 | * plugins-scripts/check_rpc.pl: indicate new default state in | ||
14447 | get_rpcinfo, also fix a bunch of indents for consistent format git-svn-id: | ||
14448 | |||
14449 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@252 f882894a-f735-0410-b71e-b25c423dba1c | ||
14450 | |||
14451 | 2003-01-17 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
14452 | |||
14453 | * plugins-scripts/check_rpc.pl: bug fix for state and opt_c | ||
14454 | initialization git-svn-id: | ||
14455 | |||
14456 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@251 f882894a-f735-0410-b71e-b25c423dba1c | ||
14457 | |||
14458 | 2003-01-17 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
14459 | |||
14460 | * plugins/check_snmp.c: Counter32 tag parsing added git-svn-id: | ||
14461 | |||
14462 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@250 f882894a-f735-0410-b71e-b25c423dba1c | ||
14463 | |||
14464 | 2003-01-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14465 | |||
14466 | * plugins/check_mysql.c, plugins/check_pgsql.c: semicolon needed | ||
14467 | where progname define was replaced git-svn-id: | ||
14468 | |||
14469 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@249 f882894a-f735-0410-b71e-b25c423dba1c | ||
14470 | |||
14471 | 2003-01-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14472 | |||
14473 | * plugins/check_http.c: add option to let regex span newlines git-svn-id: | ||
14474 | |||
14475 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@248 f882894a-f735-0410-b71e-b25c423dba1c | ||
14476 | |||
14477 | 2003-01-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14478 | |||
14479 | * plugins/check_game.c: progname and print_usage need to be defined git-svn-id: | ||
14480 | |||
14481 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@247 f882894a-f735-0410-b71e-b25c423dba1c | ||
14482 | |||
14483 | 2003-01-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14484 | |||
14485 | * plugins/check_radius.c: semicolon needed where praogname define | ||
14486 | was replced git-svn-id: | ||
14487 | |||
14488 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@246 f882894a-f735-0410-b71e-b25c423dba1c | ||
14489 | |||
14490 | 2003-01-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14491 | |||
14492 | * plugins/check_hpjd.c: semicolon needed where praogname define was | ||
14493 | replced git-svn-id: | ||
14494 | |||
14495 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@245 f882894a-f735-0410-b71e-b25c423dba1c | ||
14496 | |||
14497 | 2003-01-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14498 | |||
14499 | * configure.in: find kerberos libs in latest Red Hat beta git-svn-id: | ||
14500 | |||
14501 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@244 f882894a-f735-0410-b71e-b25c423dba1c | ||
14502 | |||
14503 | 2003-01-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14504 | |||
14505 | * plugins/utils.c: restore max() macro git-svn-id: | ||
14506 | |||
14507 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@243 f882894a-f735-0410-b71e-b25c423dba1c | ||
14508 | |||
14509 | 2003-01-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14510 | |||
14511 | * plugins/check_tcp.c: cleanup progname assignment git-svn-id: | ||
14512 | |||
14513 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@242 f882894a-f735-0410-b71e-b25c423dba1c | ||
14514 | |||
14515 | 2003-01-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14516 | |||
14517 | * plugins-scripts/check_disk_smb.pl: accept $ for share and \\ for | ||
14518 | users git-svn-id: | ||
14519 | |||
14520 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@241 f882894a-f735-0410-b71e-b25c423dba1c | ||
14521 | |||
14522 | 2003-01-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14523 | |||
14524 | * plugins/check_by_ssh.c: avoid segfault when host is not given git-svn-id: | ||
14525 | |||
14526 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@240 f882894a-f735-0410-b71e-b25c423dba1c | ||
14527 | |||
14528 | 2003-01-13 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14529 | |||
14530 | * contrib/check_dhcp.c, contrib/check_fping_in.c, | ||
14531 | contrib/check_rbl.c: convert PROGANE from a define to a const char git-svn-id: | ||
14532 | |||
14533 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@239 f882894a-f735-0410-b71e-b25c423dba1c | ||
14534 | |||
14535 | 2003-01-13 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14536 | |||
14537 | * plugins/check_by_ssh.c, plugins/check_dig.c, | ||
14538 | plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, | ||
14539 | plugins/check_fping.c, plugins/check_hpjd.c, plugins/check_http.c, | ||
14540 | plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c, | ||
14541 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
14542 | plugins/check_nagios.c, plugins/check_nwstat.c, | ||
14543 | plugins/check_overcr.c, plugins/check_pgsql.c, | ||
14544 | plugins/check_ping.c, plugins/check_procs.c, | ||
14545 | plugins/check_radius.c, plugins/check_real.c, plugins/check_smtp.c, | ||
14546 | plugins/check_snmp.c, plugins/check_ssh.c, plugins/check_swap.c, | ||
14547 | plugins/check_tcp.c, plugins/check_time.c, plugins/check_udp.c, | ||
14548 | plugins/check_ups.c, plugins/check_users.c, plugins/check_vsz.c, | ||
14549 | plugins/negate.c, plugins/urlize.c, plugins/utils.c, | ||
14550 | plugins/utils.h.in: convert PROGANE from a define to a const char git-svn-id: | ||
14551 | |||
14552 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@238 f882894a-f735-0410-b71e-b25c423dba1c | ||
14553 | |||
14554 | 2003-01-13 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14555 | |||
14556 | * plugins/popen.c: change exit status to be POSIX compliant git-svn-id: | ||
14557 | |||
14558 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@237 f882894a-f735-0410-b71e-b25c423dba1c | ||
14559 | |||
14560 | 2003-01-13 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14561 | |||
14562 | * plugins/check_nagios.c: check for a few null strings, change | ||
14563 | PROGNAME from #define to const *char git-svn-id: | ||
14564 | |||
14565 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@236 f882894a-f735-0410-b71e-b25c423dba1c | ||
14566 | |||
14567 | 2003-01-13 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14568 | |||
14569 | * plugins/check_disk.c: add options for excluding devices and for | ||
14570 | skipping OK devices in summary git-svn-id: | ||
14571 | |||
14572 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@235 f882894a-f735-0410-b71e-b25c423dba1c | ||
14573 | |||
14574 | 2003-01-03 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14575 | |||
14576 | * plugins/utils.c: protect against some null strings, make formats | ||
14577 | more uniform git-svn-id: | ||
14578 | |||
14579 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@234 f882894a-f735-0410-b71e-b25c423dba1c | ||
14580 | |||
14581 | 2002-12-19 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14582 | |||
14583 | * plugins/check_tcp.c: expect is +OK for SPOP too git-svn-id: | ||
14584 | |||
14585 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@233 f882894a-f735-0410-b71e-b25c423dba1c | ||
14586 | |||
14587 | 2002-12-19 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14588 | |||
14589 | * plugins/check_tcp.c: server expect not getting set, expect is +OK | ||
14590 | for POP git-svn-id: | ||
14591 | |||
14592 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@232 f882894a-f735-0410-b71e-b25c423dba1c | ||
14593 | |||
14594 | 2002-12-19 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14595 | |||
14596 | * plugins/check_http.c: remove spurious CRLF git-svn-id: | ||
14597 | |||
14598 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@231 f882894a-f735-0410-b71e-b25c423dba1c | ||
14599 | |||
14600 | 2002-11-29 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
14601 | |||
14602 | * contrib/check_citrix: New plugin to check the ICA browse service | ||
14603 | (used by Citrix Metaframe servers) from Ed Rolison and Tom De | ||
14604 | Blende. git-svn-id: | ||
14605 | |||
14606 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@230 f882894a-f735-0410-b71e-b25c423dba1c | ||
14607 | |||
14608 | 2002-11-25 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14609 | |||
14610 | * plugins/check_tcp.c: was segfaulting if no dtat was returned git-svn-id: | ||
14611 | |||
14612 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@228 f882894a-f735-0410-b71e-b25c423dba1c | ||
14613 | |||
14614 | 2002-11-24 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14615 | |||
14616 | * tools/snapshot: some fixes needed to move off old devel box git-svn-id: | ||
14617 | |||
14618 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@227 f882894a-f735-0410-b71e-b25c423dba1c | ||
14619 | |||
14620 | 2002-11-24 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14621 | |||
14622 | * tools/snapshot: make routine snapshots of nagios and plugin CVS to | ||
14623 | expand testing git-svn-id: | ||
14624 | |||
14625 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@226 f882894a-f735-0410-b71e-b25c423dba1c | ||
14626 | |||
14627 | 2002-11-22 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14628 | |||
14629 | * plugins/check_ups.c: add replace battery condition, replace | ||
14630 | unchecked strcat calls with asprintf (I do not think buffer overflow | ||
14631 | was possible here, but lets be consistent) git-svn-id: | ||
14632 | |||
14633 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@225 f882894a-f735-0410-b71e-b25c423dba1c | ||
14634 | |||
14635 | 2002-11-22 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14636 | |||
14637 | * configure.in: get long args output to work on check_procs by | ||
14638 | putting incantations with -w ahead of others git-svn-id: | ||
14639 | |||
14640 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@224 f882894a-f735-0410-b71e-b25c423dba1c | ||
14641 | |||
14642 | 2002-11-22 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14643 | |||
14644 | * configure.in: get long args output to work on linux check_procs, | ||
14645 | actually works this time (needs OpenBSD testing) git-svn-id: | ||
14646 | |||
14647 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@223 f882894a-f735-0410-b71e-b25c423dba1c | ||
14648 | |||
14649 | 2002-11-22 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14650 | |||
14651 | * plugins/check_procs.c: add a few comments, trap a few place where | ||
14652 | a NULL string might have been handled git-svn-id: | ||
14653 | |||
14654 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@222 f882894a-f735-0410-b71e-b25c423dba1c | ||
14655 | |||
14656 | 2002-11-22 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14657 | |||
14658 | * configure.in: get long args output to work on linux check_procs | ||
14659 | (needs OpenBSD testing) git-svn-id: | ||
14660 | |||
14661 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@221 f882894a-f735-0410-b71e-b25c423dba1c | ||
14662 | |||
14663 | 2002-11-21 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14664 | |||
14665 | * plugins/check_dig.c: fix empty output on errors git-svn-id: | ||
14666 | |||
14667 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@220 f882894a-f735-0410-b71e-b25c423dba1c | ||
14668 | |||
14669 | 2002-11-20 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14670 | |||
14671 | * plugins/check_swap.c: add switch to evaluate each swap | ||
14672 | individually git-svn-id: | ||
14673 | |||
14674 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@219 f882894a-f735-0410-b71e-b25c423dba1c | ||
14675 | |||
14676 | 2002-11-20 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14677 | |||
14678 | * plugins/check_dig.c: fix solaris SEGV, still need to print | ||
14679 | meaningful error text git-svn-id: | ||
14680 | |||
14681 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@218 f882894a-f735-0410-b71e-b25c423dba1c | ||
14682 | |||
14683 | 2002-11-20 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14684 | |||
14685 | * plugins/check_by_ssh.c: in short options, t no no argument git-svn-id: | ||
14686 | |||
14687 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@217 f882894a-f735-0410-b71e-b25c423dba1c | ||
14688 | |||
14689 | 2002-11-20 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14690 | |||
14691 | * plugins/check_dig.c: replace some strcpy with strscpy git-svn-id: | ||
14692 | |||
14693 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@216 f882894a-f735-0410-b71e-b25c423dba1c | ||
14694 | |||
14695 | 2002-11-19 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14696 | |||
14697 | * plugins/Makefile.am: another try at portable symlinking git-svn-id: | ||
14698 | |||
14699 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@215 f882894a-f735-0410-b71e-b25c423dba1c | ||
14700 | |||
14701 | 2002-11-19 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14702 | |||
14703 | * plugins/Makefile.am: another try at portable symlinking git-svn-id: | ||
14704 | |||
14705 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@214 f882894a-f735-0410-b71e-b25c423dba1c | ||
14706 | |||
14707 | 2002-11-19 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14708 | |||
14709 | * plugins/check_time.c: explicitly cast recv() arg2 for SunOS5.6 git-svn-id: | ||
14710 | |||
14711 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@213 f882894a-f735-0410-b71e-b25c423dba1c | ||
14712 | |||
14713 | 2002-11-19 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14714 | |||
14715 | * plugins/Makefile.am: rewrite of install-exec-hook for solaris git-svn-id: | ||
14716 | |||
14717 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@212 f882894a-f735-0410-b71e-b25c423dba1c | ||
14718 | |||
14719 | 2002-11-18 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
14720 | |||
14721 | * contrib/check_javaproc.pl, contrib/nagios_sendim.pl: javaproc, | ||
14722 | sendim git-svn-id: | ||
14723 | |||
14724 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@211 f882894a-f735-0410-b71e-b25c423dba1c | ||
14725 | |||
14726 | 2002-11-18 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
14727 | |||
14728 | * contrib-reporting/process_perfdata.pl: New directory to for | ||
14729 | perfdata and reporting scripts git-svn-id: | ||
14730 | |||
14731 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@210 f882894a-f735-0410-b71e-b25c423dba1c | ||
14732 | |||
14733 | 2002-11-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14734 | |||
14735 | * plugins/check_swap.c: test total swap instead of individual disks git-svn-id: | ||
14736 | |||
14737 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@209 f882894a-f735-0410-b71e-b25c423dba1c | ||
14738 | |||
14739 | 2002-11-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14740 | |||
14741 | * plugins/check_disk.c: failed to handle multple disks git-svn-id: | ||
14742 | |||
14743 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@208 f882894a-f735-0410-b71e-b25c423dba1c | ||
14744 | |||
14745 | 2002-11-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14746 | |||
14747 | * plugins/utils.c: more readable max_state() code git-svn-id: | ||
14748 | |||
14749 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@207 f882894a-f735-0410-b71e-b25c423dba1c | ||
14750 | |||
14751 | 2002-11-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14752 | |||
14753 | * plugins/Makefile.am: fix too many sources problem for programs tha | ||
14754 | are symlinks to check_tcp git-svn-id: | ||
14755 | |||
14756 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@206 f882894a-f735-0410-b71e-b25c423dba1c | ||
14757 | |||
14758 | 2002-11-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14759 | |||
14760 | * plugins/check_snmp.c: my take on Subhendu's patches, plus a few | ||
14761 | comments for clarity git-svn-id: | ||
14762 | |||
14763 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@205 f882894a-f735-0410-b71e-b25c423dba1c | ||
14764 | |||
14765 | 2002-11-15 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
14766 | |||
14767 | * plugins/check_snmp.c: memory bounds in options, no output | ||
14768 | comparison case git-svn-id: | ||
14769 | |||
14770 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@204 f882894a-f735-0410-b71e-b25c423dba1c | ||
14771 | |||
14772 | 2002-11-15 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14773 | |||
14774 | * nagios-plugins.spec.in: make spec work again, now that release is | ||
14775 | in source name again git-svn-id: | ||
14776 | |||
14777 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@203 f882894a-f735-0410-b71e-b25c423dba1c | ||
14778 | |||
14779 | 2002-11-15 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14780 | |||
14781 | * configure.in: release numbering fix git-svn-id: | ||
14782 | |||
14783 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@202 f882894a-f735-0410-b71e-b25c423dba1c | ||
14784 | |||
14785 | 2002-11-15 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14786 | |||
14787 | * plugins/check_snmp.c: fix label handling, replace accidentally | ||
14788 | deleted elseif l.310 git-svn-id: | ||
14789 | |||
14790 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@201 f882894a-f735-0410-b71e-b25c423dba1c | ||
14791 | |||
14792 | 2002-11-14 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14793 | |||
14794 | * Makefile.am, acconfig.h, configure.in, nagios-plugins.spec.in, | ||
14795 | plugins/utils.c: fix bug with gettimeofday test, improve | ||
14796 | version/release handling, update rpm spec git-svn-id: | ||
14797 | |||
14798 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@200 f882894a-f735-0410-b71e-b25c423dba1c | ||
14799 | |||
14800 | 2002-11-14 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14801 | |||
14802 | * plugins/Makefile.am: fix typo in snprintf build git-svn-id: | ||
14803 | |||
14804 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@199 f882894a-f735-0410-b71e-b25c423dba1c | ||
14805 | |||
14806 | 2002-11-14 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14807 | |||
14808 | * plugins/Makefile.am: can't drop these sources -- neded for dist git-svn-id: | ||
14809 | |||
14810 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@198 f882894a-f735-0410-b71e-b25c423dba1c | ||
14811 | |||
14812 | 2002-11-14 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14813 | |||
14814 | * plugins/Makefile.am: fix build rule for snprintf git-svn-id: | ||
14815 | |||
14816 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@197 f882894a-f735-0410-b71e-b25c423dba1c | ||
14817 | |||
14818 | 2002-11-14 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14819 | |||
14820 | * plugins/check_http.c: pagesize count off by one git-svn-id: | ||
14821 | |||
14822 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@196 f882894a-f735-0410-b71e-b25c423dba1c | ||
14823 | |||
14824 | 2002-11-14 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14825 | |||
14826 | * plugins/check_http.c: clean up NULL from status on Solaris git-svn-id: | ||
14827 | |||
14828 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@195 f882894a-f735-0410-b71e-b25c423dba1c | ||
14829 | |||
14830 | 2002-11-14 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14831 | |||
14832 | * configure.in: typo in AC_DEFINE of PS_FORMAT for solaris git-svn-id: | ||
14833 | |||
14834 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@194 f882894a-f735-0410-b71e-b25c423dba1c | ||
14835 | |||
14836 | 2002-11-14 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14837 | |||
14838 | * plugins/Makefile.am: remove check_nt again git-svn-id: | ||
14839 | |||
14840 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@193 f882894a-f735-0410-b71e-b25c423dba1c | ||
14841 | |||
14842 | 2002-11-14 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14843 | |||
14844 | * plugins/Makefile.am: back out last change -- it was only work in | ||
14845 | progress git-svn-id: | ||
14846 | |||
14847 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@192 f882894a-f735-0410-b71e-b25c423dba1c | ||
14848 | |||
14849 | 2002-11-14 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14850 | |||
14851 | * plugins/Makefile.am, plugins/check_dns.c, plugins/check_ldap.c, | ||
14852 | plugins/check_mrtg.c, plugins/check_mrtgtraf.c, | ||
14853 | plugins/check_nwstat.c, plugins/check_radius.c, plugins/utils.c, | ||
14854 | plugins/version.h.in: remove call_getopt and ssprintf git-svn-id: | ||
14855 | |||
14856 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@191 f882894a-f735-0410-b71e-b25c423dba1c | ||
14857 | |||
14858 | 2002-11-13 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14859 | |||
14860 | * plugins/check_disk.c, plugins/check_dns.c, plugins/check_fping.c, | ||
14861 | plugins/check_hpjd.c, plugins/check_mrtg.c, plugins/check_nwstat.c, | ||
14862 | plugins/check_ping.c, plugins/check_vsz.c, plugins/urlize.c, | ||
14863 | plugins/utils.c: remove call_getopt and asprintf git-svn-id: | ||
14864 | |||
14865 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@190 f882894a-f735-0410-b71e-b25c423dba1c | ||
14866 | |||
14867 | 2002-11-12 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14868 | |||
14869 | * plugins/check_dig.c: cleanup asprintf, old function decls git-svn-id: | ||
14870 | |||
14871 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@189 f882894a-f735-0410-b71e-b25c423dba1c | ||
14872 | |||
14873 | 2002-11-12 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14874 | |||
14875 | * plugins/check_mysql.c, plugins/check_real.c, plugins/check_ups.c: | ||
14876 | remove call_getopt git-svn-id: | ||
14877 | |||
14878 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@188 f882894a-f735-0410-b71e-b25c423dba1c | ||
14879 | |||
14880 | 2002-11-11 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
14881 | |||
14882 | * plugins/check_snmp.c: should use asprintf git-svn-id: | ||
14883 | |||
14884 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@187 f882894a-f735-0410-b71e-b25c423dba1c | ||
14885 | |||
14886 | 2002-11-11 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
14887 | |||
14888 | * plugins/check_snmp.c: more snmpv3 patches git-svn-id: | ||
14889 | |||
14890 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@186 f882894a-f735-0410-b71e-b25c423dba1c | ||
14891 | |||
14892 | 2002-11-11 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
14893 | |||
14894 | * plugins/check_snmp.c: long opt for miblist, snmpv3 support | ||
14895 | (rosenauer) git-svn-id: | ||
14896 | |||
14897 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@185 f882894a-f735-0410-b71e-b25c423dba1c | ||
14898 | |||
14899 | 2002-11-11 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
14900 | |||
14901 | * plugins/check_snmp.c: option to specify a miblist - llow git-svn-id: | ||
14902 | |||
14903 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@184 f882894a-f735-0410-b71e-b25c423dba1c | ||
14904 | |||
14905 | 2002-11-11 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
14906 | |||
14907 | * plugins/check_snmp.c: misc doc fix, missing verbose option git-svn-id: | ||
14908 | |||
14909 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@183 f882894a-f735-0410-b71e-b25c423dba1c | ||
14910 | |||
14911 | 2002-11-09 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14912 | |||
14913 | * plugins/check_ups.c, plugins/check_users.c: remove call_getopt git-svn-id: | ||
14914 | |||
14915 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@182 f882894a-f735-0410-b71e-b25c423dba1c | ||
14916 | |||
14917 | 2002-11-09 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14918 | |||
14919 | * plugins/check_by_ssh.c, plugins/check_dig.c, | ||
14920 | plugins/check_ping.c, plugins/check_time.c: remove call_getopt git-svn-id: | ||
14921 | |||
14922 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@181 f882894a-f735-0410-b71e-b25c423dba1c | ||
14923 | |||
14924 | 2002-11-09 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14925 | |||
14926 | * plugins/check_snmp.c: cleaner handling of DEFAULT_PORT git-svn-id: | ||
14927 | |||
14928 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@180 f882894a-f735-0410-b71e-b25c423dba1c | ||
14929 | |||
14930 | 2002-11-09 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14931 | |||
14932 | * configure.in: add HPUX swap, try to cleanup getopt processing git-svn-id: | ||
14933 | |||
14934 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@179 f882894a-f735-0410-b71e-b25c423dba1c | ||
14935 | |||
14936 | 2002-11-09 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14937 | |||
14938 | * plugins/check_pgsql.c, plugins/check_ping.c, | ||
14939 | plugins/check_snmp.c, plugins/negate.c, plugins/utils.h.in: define | ||
14940 | and use usage3 where second part of message is a an int/char git-svn-id: | ||
14941 | |||
14942 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@178 f882894a-f735-0410-b71e-b25c423dba1c | ||
14943 | |||
14944 | 2002-11-09 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14945 | |||
14946 | * plugins/snprintf.c: HAVE_C99_SNPRINTF is not tested, so remove | ||
14947 | from ifdef git-svn-id: | ||
14948 | |||
14949 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@177 f882894a-f735-0410-b71e-b25c423dba1c | ||
14950 | |||
14951 | 2002-11-08 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14952 | |||
14953 | * plugins/check_snmp.c: user reports NULL still getting into | ||
14954 | asprintf git-svn-id: | ||
14955 | |||
14956 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@176 f882894a-f735-0410-b71e-b25c423dba1c | ||
14957 | |||
14958 | 2002-11-08 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14959 | |||
14960 | * plugins/check_vsz.c: remove call_getopt git-svn-id: | ||
14961 | |||
14962 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@175 f882894a-f735-0410-b71e-b25c423dba1c | ||
14963 | |||
14964 | 2002-11-08 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14965 | |||
14966 | * acconfig.h, configure.in, plugins/common.h.in, plugins/utils.c, | ||
14967 | plugins/utils.h.in: patches required to build on solaris with | ||
14968 | asprintf and gettimeofday git-svn-id: | ||
14969 | |||
14970 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@174 f882894a-f735-0410-b71e-b25c423dba1c | ||
14971 | |||
14972 | 2002-11-08 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14973 | |||
14974 | * plugins/check_http.c, plugins/check_load.c, plugins/check_ping.c, | ||
14975 | plugins/check_procs.c, plugins/check_smtp.c, plugins/check_tcp.c: | ||
14976 | remove unused variables git-svn-id: | ||
14977 | |||
14978 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@173 f882894a-f735-0410-b71e-b25c423dba1c | ||
14979 | |||
14980 | 2002-11-08 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14981 | |||
14982 | * tools/oneliners: some useful onliners git-svn-id: | ||
14983 | |||
14984 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@172 f882894a-f735-0410-b71e-b25c423dba1c | ||
14985 | |||
14986 | 2002-11-07 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14987 | |||
14988 | * plugins/check_snmp.c: bugfixes to command format and (null) text | ||
14989 | created by asprintf switch git-svn-id: | ||
14990 | |||
14991 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@171 f882894a-f735-0410-b71e-b25c423dba1c | ||
14992 | |||
14993 | 2002-11-07 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
14994 | |||
14995 | * plugins/check_by_ssh.c: remove call_getopt, add [] arougn time git-svn-id: | ||
14996 | |||
14997 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@170 f882894a-f735-0410-b71e-b25c423dba1c | ||
14998 | |||
14999 | 2002-11-07 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15000 | |||
15001 | * configure.in: test snprintf function family for ifdefs in | ||
15002 | snprintf.c git-svn-id: | ||
15003 | |||
15004 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@169 f882894a-f735-0410-b71e-b25c423dba1c | ||
15005 | |||
15006 | 2002-10-30 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15007 | |||
15008 | * plugins/check_tcp.c: replace fixed-lentgh buffer with asprintf git-svn-id: | ||
15009 | |||
15010 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@168 f882894a-f735-0410-b71e-b25c423dba1c | ||
15011 | |||
15012 | 2002-10-30 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15013 | |||
15014 | * plugins/check_udp.c: forgot to remove call_getopt git-svn-id: | ||
15015 | |||
15016 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@167 f882894a-f735-0410-b71e-b25c423dba1c | ||
15017 | |||
15018 | 2002-10-30 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15019 | |||
15020 | * plugins/check_ssh.c, plugins/check_swap.c: forgot to remove | ||
15021 | call_getopt declaration git-svn-id: | ||
15022 | |||
15023 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@166 f882894a-f735-0410-b71e-b25c423dba1c | ||
15024 | |||
15025 | 2002-10-30 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15026 | |||
15027 | * plugins/check_smtp.c: remove call_getopt, fix several buffer | ||
15028 | overruns possible due to use of fixed size buffers git-svn-id: | ||
15029 | |||
15030 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@165 f882894a-f735-0410-b71e-b25c423dba1c | ||
15031 | |||
15032 | 2002-10-30 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15033 | |||
15034 | * tools/setup: debian builds not actively maintained, so suppress | ||
15035 | error in setup script git-svn-id: | ||
15036 | |||
15037 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@164 f882894a-f735-0410-b71e-b25c423dba1c | ||
15038 | |||
15039 | 2002-10-30 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15040 | |||
15041 | * acconfig.h, configure.in, plugins-scripts/Makefile.am, | ||
15042 | plugins-scripts/check_mailq.pl, plugins-scripts/utils.pm.in: monitor | ||
15043 | mailq git-svn-id: | ||
15044 | |||
15045 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@163 f882894a-f735-0410-b71e-b25c423dba1c | ||
15046 | |||
15047 | 2002-10-28 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15048 | |||
15049 | * plugins-scripts/check_breeze.pl, | ||
15050 | plugins-scripts/check_disk_smb.pl, plugins-scripts/check_flexlm.pl, | ||
15051 | plugins-scripts/check_log.sh, plugins-scripts/check_ntp.pl, | ||
15052 | plugins-scripts/check_rpc.pl, plugins-scripts/check_sensors.sh, | ||
15053 | plugins-scripts/check_wave.pl: remove pspace in shebang since no | ||
15054 | sequent users replied git-svn-id: | ||
15055 | |||
15056 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@162 f882894a-f735-0410-b71e-b25c423dba1c | ||
15057 | |||
15058 | 2002-10-26 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15059 | |||
15060 | * nagios-plugins.spec.in: release should not be in tarball name git-svn-id: | ||
15061 | |||
15062 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@161 f882894a-f735-0410-b71e-b25c423dba1c | ||
15063 | |||
15064 | 2002-10-25 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15065 | |||
15066 | * nagios-plugins.spec.in: tweak source macro git-svn-id: | ||
15067 | |||
15068 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@160 f882894a-f735-0410-b71e-b25c423dba1c | ||
15069 | |||
15070 | 2002-10-25 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15071 | |||
15072 | * plugins/Makefile.am: remove check_nt git-svn-id: | ||
15073 | |||
15074 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@159 f882894a-f735-0410-b71e-b25c423dba1c | ||
15075 | |||
15076 | 2002-10-25 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15077 | |||
15078 | * Makefile.am, plugins/Makefile.am: include getloadavg sources, add | ||
15079 | some Solaris pkg build support git-svn-id: | ||
15080 | |||
15081 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@158 f882894a-f735-0410-b71e-b25c423dba1c | ||
15082 | |||
15083 | 2002-10-22 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15084 | |||
15085 | * plugins/check_ssh.c: remove call_getopt, replace ssprintf with | ||
15086 | asprintf,better server version reporting git-svn-id: | ||
15087 | |||
15088 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@157 f882894a-f735-0410-b71e-b25c423dba1c | ||
15089 | |||
15090 | 2002-10-22 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15091 | |||
15092 | * plugins/check_tcp.c: add check_spop git-svn-id: | ||
15093 | |||
15094 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@156 f882894a-f735-0410-b71e-b25c423dba1c | ||
15095 | |||
15096 | 2002-10-22 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15097 | |||
15098 | * plugins/check_procs.c: remove call_getopt, replace ssprintf with | ||
15099 | asprintf git-svn-id: | ||
15100 | |||
15101 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@155 f882894a-f735-0410-b71e-b25c423dba1c | ||
15102 | |||
15103 | 2002-10-22 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15104 | |||
15105 | * contrib/check_procr.sh: From: Jerome Tytgat - checks to see if | ||
15106 | named process is running git-svn-id: | ||
15107 | |||
15108 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@154 f882894a-f735-0410-b71e-b25c423dba1c | ||
15109 | |||
15110 | 2002-10-22 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15111 | |||
15112 | * README, plugins/check_nt.c: check_nt is downloadable from | ||
15113 | nsclient.ready2run.nl git-svn-id: | ||
15114 | |||
15115 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@153 f882894a-f735-0410-b71e-b25c423dba1c | ||
15116 | |||
15117 | 2002-10-21 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15118 | |||
15119 | * plugins/check_swap.c: use asprintf instead of ssprintf git-svn-id: | ||
15120 | |||
15121 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@152 f882894a-f735-0410-b71e-b25c423dba1c | ||
15122 | |||
15123 | 2002-10-21 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15124 | |||
15125 | * plugins/Makefile.am: need to define SOURCES for check_tcp to also | ||
15126 | build as check_ftp,check_imap,check_nntp,check_pop git-svn-id: | ||
15127 | |||
15128 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@151 f882894a-f735-0410-b71e-b25c423dba1c | ||
15129 | |||
15130 | 2002-10-21 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15131 | |||
15132 | * plugins/utils.c: use asprintf to do strscpy git-svn-id: | ||
15133 | |||
15134 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@150 f882894a-f735-0410-b71e-b25c423dba1c | ||
15135 | |||
15136 | 2002-10-21 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15137 | |||
15138 | * plugins/Makefile.am: roll check_ftp, check_imap, check_pop, and | ||
15139 | check_nntp into check_tcp git-svn-id: | ||
15140 | |||
15141 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@149 f882894a-f735-0410-b71e-b25c423dba1c | ||
15142 | |||
15143 | 2002-10-21 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15144 | |||
15145 | * plugins/check_ftp.c, plugins/check_imap.c, plugins/check_nntp.c, | ||
15146 | plugins/check_pop.c: these are all combined into check_tcp now git-svn-id: | ||
15147 | |||
15148 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@148 f882894a-f735-0410-b71e-b25c423dba1c | ||
15149 | |||
15150 | 2002-10-21 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15151 | |||
15152 | * plugins/check_load.c: remove broken call_getopt git-svn-id: | ||
15153 | |||
15154 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@147 f882894a-f735-0410-b71e-b25c423dba1c | ||
15155 | |||
15156 | 2002-10-21 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15157 | |||
15158 | * plugins/check_snmp.c: cleanup process_arguments, print_help, and | ||
15159 | print_usage git-svn-id: | ||
15160 | |||
15161 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@146 f882894a-f735-0410-b71e-b25c423dba1c | ||
15162 | |||
15163 | 2002-10-21 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15164 | |||
15165 | * plugins/check_pgsql.c: now we provide long opts if they do not | ||
15166 | exist git-svn-id: | ||
15167 | |||
15168 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@145 f882894a-f735-0410-b71e-b25c423dba1c | ||
15169 | |||
15170 | 2002-10-20 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15171 | |||
15172 | * plugins/check_snmp.c: fixed scanning for multiple OIDs, which was | ||
15173 | not working git-svn-id: | ||
15174 | |||
15175 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@144 f882894a-f735-0410-b71e-b25c423dba1c | ||
15176 | |||
15177 | 2002-10-20 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15178 | |||
15179 | * plugins/check_snmp.c: change ssprintf to asprintf back out change | ||
15180 | at line 225 in r1.4 (values were mismatched to format string, so | ||
15181 | output was nonsense) (I left a comment showing a construct that | ||
15182 | should work, but it fails for PHBs: if my disk gets nearly full, | ||
15183 | they want 'CRITICAL - 99%' not 'CRITICAL - Gauge32: 99') (If someine | ||
15184 | has a rationale for the change, maybe it could be done as an option? | ||
15185 | - it seems fairly clear that the Web display should be sensible | ||
15186 | to PHBs so long as there's no real loss) git-svn-id: | ||
15187 | |||
15188 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@143 f882894a-f735-0410-b71e-b25c423dba1c | ||
15189 | |||
15190 | 2002-10-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15191 | |||
15192 | * plugins/check_swap.c: remove old call_getopt git-svn-id: | ||
15193 | |||
15194 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@142 f882894a-f735-0410-b71e-b25c423dba1c | ||
15195 | |||
15196 | 2002-10-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15197 | |||
15198 | * plugins/check_load.c: remove old call_getopt code, fix bug taking | ||
15199 | single float, allow colon as separators in additin to commas git-svn-id: | ||
15200 | |||
15201 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@141 f882894a-f735-0410-b71e-b25c423dba1c | ||
15202 | |||
15203 | 2002-10-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15204 | |||
15205 | * plugins/utils.c: handle null src in strscat git-svn-id: | ||
15206 | |||
15207 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@140 f882894a-f735-0410-b71e-b25c423dba1c | ||
15208 | |||
15209 | 2002-10-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15210 | |||
15211 | * plugins/check_tcp.c: millisecond timing git-svn-id: | ||
15212 | |||
15213 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@139 f882894a-f735-0410-b71e-b25c423dba1c | ||
15214 | |||
15215 | 2002-10-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15216 | |||
15217 | * plugins/utils.h.in: refine STD_LONG_OPTS git-svn-id: | ||
15218 | |||
15219 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@138 f882894a-f735-0410-b71e-b25c423dba1c | ||
15220 | |||
15221 | 2002-10-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15222 | |||
15223 | * plugins/check_http.c: provide on more decimal point printing time git-svn-id: | ||
15224 | |||
15225 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@137 f882894a-f735-0410-b71e-b25c423dba1c | ||
15226 | |||
15227 | 2002-10-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15228 | |||
15229 | * plugins/check_ping.c: remove broken call_getopt stuff git-svn-id: | ||
15230 | |||
15231 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@136 f882894a-f735-0410-b71e-b25c423dba1c | ||
15232 | |||
15233 | 2002-10-17 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15234 | |||
15235 | * plugins/check_tcp.c: using asprintf git-svn-id: | ||
15236 | |||
15237 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@135 f882894a-f735-0410-b71e-b25c423dba1c | ||
15238 | |||
15239 | 2002-10-17 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15240 | |||
15241 | * INSTALL, INSTALLING, tools/setup: revise now that aclocal is | ||
15242 | remved from CVS git-svn-id: | ||
15243 | |||
15244 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@134 f882894a-f735-0410-b71e-b25c423dba1c | ||
15245 | |||
15246 | 2002-10-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15247 | |||
15248 | * configure.in: need some quoting on ifdef git-svn-id: | ||
15249 | |||
15250 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@133 f882894a-f735-0410-b71e-b25c423dba1c | ||
15251 | |||
15252 | 2002-10-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15253 | |||
15254 | * acinclude.m4, configure.in: finally a working fix for | ||
15255 | AM/AC_FUNC_STRTOD nightmare git-svn-id: | ||
15256 | |||
15257 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@132 f882894a-f735-0410-b71e-b25c423dba1c | ||
15258 | |||
15259 | 2002-10-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15260 | |||
15261 | * configure.in: mismatched quote git-svn-id: | ||
15262 | |||
15263 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@131 f882894a-f735-0410-b71e-b25c423dba1c | ||
15264 | |||
15265 | 2002-10-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15266 | |||
15267 | * configure.in: mismatched quote git-svn-id: | ||
15268 | |||
15269 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@130 f882894a-f735-0410-b71e-b25c423dba1c | ||
15270 | |||
15271 | 2002-10-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15272 | |||
15273 | * configure.in: missing commas git-svn-id: | ||
15274 | |||
15275 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@129 f882894a-f735-0410-b71e-b25c423dba1c | ||
15276 | |||
15277 | 2002-10-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15278 | |||
15279 | * configure.in: complains on paren in comment git-svn-id: | ||
15280 | |||
15281 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@128 f882894a-f735-0410-b71e-b25c423dba1c | ||
15282 | |||
15283 | 2002-10-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15284 | |||
15285 | * acinclude.m4: lost a paren git-svn-id: | ||
15286 | |||
15287 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@127 f882894a-f735-0410-b71e-b25c423dba1c | ||
15288 | |||
15289 | 2002-10-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15290 | |||
15291 | * acinclude.m4: old auto???? has AM_FUNC_STRTOD, now renamed | ||
15292 | AC_FUNC_STRTOD git-svn-id: | ||
15293 | |||
15294 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@126 f882894a-f735-0410-b71e-b25c423dba1c | ||
15295 | |||
15296 | 2002-10-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15297 | |||
15298 | * plugins/check_http.c, plugins/utils.c, plugins/utils.h.in: | ||
15299 | millisecond timimg where supported git-svn-id: | ||
15300 | |||
15301 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@125 f882894a-f735-0410-b71e-b25c423dba1c | ||
15302 | |||
15303 | 2002-10-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15304 | |||
15305 | * configure.in, missing: build cleanly on RedHat 8.0 git-svn-id: | ||
15306 | |||
15307 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@124 f882894a-f735-0410-b71e-b25c423dba1c | ||
15308 | |||
15309 | 2002-10-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15310 | |||
15311 | * .cvsignore: ignore aclocal.m4 git-svn-id: | ||
15312 | |||
15313 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@123 f882894a-f735-0410-b71e-b25c423dba1c | ||
15314 | |||
15315 | 2002-10-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15316 | |||
15317 | * configure.in: AM_STRTOD was a typo git-svn-id: | ||
15318 | |||
15319 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@122 f882894a-f735-0410-b71e-b25c423dba1c | ||
15320 | |||
15321 | 2002-10-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15322 | |||
15323 | * aclocal.m4: automake invokes acloacl on each run - it cannot be | ||
15324 | right to include this git-svn-id: | ||
15325 | |||
15326 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@121 f882894a-f735-0410-b71e-b25c423dba1c | ||
15327 | |||
15328 | 2002-10-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15329 | |||
15330 | * acconfig.h: better checks for vsnprintf stuff git-svn-id: | ||
15331 | |||
15332 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@120 f882894a-f735-0410-b71e-b25c423dba1c | ||
15333 | |||
15334 | 2002-10-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15335 | |||
15336 | * configure.in, plugins/check_http.c: use asprintf git-svn-id: | ||
15337 | |||
15338 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@119 f882894a-f735-0410-b71e-b25c423dba1c | ||
15339 | |||
15340 | 2002-10-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15341 | |||
15342 | * plugins/utils.c: use asprintf to construct strscat git-svn-id: | ||
15343 | |||
15344 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@118 f882894a-f735-0410-b71e-b25c423dba1c | ||
15345 | |||
15346 | 2002-10-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15347 | |||
15348 | * plugins/popen.h.in: timeout interval is extern git-svn-id: | ||
15349 | |||
15350 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@117 f882894a-f735-0410-b71e-b25c423dba1c | ||
15351 | |||
15352 | 2002-10-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15353 | |||
15354 | * plugins/utils.c, plugins/utils.h.in: start support for | ||
15355 | gettimeofday and tv_usec git-svn-id: | ||
15356 | |||
15357 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@116 f882894a-f735-0410-b71e-b25c423dba1c | ||
15358 | |||
15359 | 2002-10-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15360 | |||
15361 | * aclocal.m4: generated with automake 1.6 / autoconf 2.53 (maybe | ||
15362 | should not be in CVS, however) git-svn-id: | ||
15363 | |||
15364 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@115 f882894a-f735-0410-b71e-b25c423dba1c | ||
15365 | |||
15366 | 2002-10-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15367 | |||
15368 | * plugins/snprintf.c: newer snprintf from samba.org git-svn-id: | ||
15369 | |||
15370 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@114 f882894a-f735-0410-b71e-b25c423dba1c | ||
15371 | |||
15372 | 2002-10-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15373 | |||
15374 | * .cvsignore, depcomp: needed for automake 1.6 / autoconf 2.53 git-svn-id: | ||
15375 | |||
15376 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@113 f882894a-f735-0410-b71e-b25c423dba1c | ||
15377 | |||
15378 | 2002-10-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15379 | |||
15380 | * Makefile.am: cosmetic line wrap before 80 chars git-svn-id: | ||
15381 | |||
15382 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@112 f882894a-f735-0410-b71e-b25c423dba1c | ||
15383 | |||
15384 | 2002-10-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15385 | |||
15386 | * configure.in: work with newer automake, begin swithc to asprintf git-svn-id: | ||
15387 | |||
15388 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@111 f882894a-f735-0410-b71e-b25c423dba1c | ||
15389 | |||
15390 | 2002-10-15 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15391 | |||
15392 | * plugins-scripts/check_ifoperstatus.pl: new exit states, more | ||
15393 | conditional checking git-svn-id: | ||
15394 | |||
15395 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@110 f882894a-f735-0410-b71e-b25c423dba1c | ||
15396 | |||
15397 | 2002-10-07 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15398 | |||
15399 | * plugins/check_dns.c: patch for expected IP address git-svn-id: | ||
15400 | |||
15401 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@109 f882894a-f735-0410-b71e-b25c423dba1c | ||
15402 | |||
15403 | 2002-10-07 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15404 | |||
15405 | * plugins/popen.c: make sure we do not run past the end of an | ||
15406 | unterminated string git-svn-id: | ||
15407 | |||
15408 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@108 f882894a-f735-0410-b71e-b25c423dba1c | ||
15409 | |||
15410 | 2002-10-07 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15411 | |||
15412 | * plugins/negate.c: use asprintf, inhibit splint warning git-svn-id: | ||
15413 | |||
15414 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@107 f882894a-f735-0410-b71e-b25c423dba1c | ||
15415 | |||
15416 | 2002-10-05 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15417 | |||
15418 | * getloadavg.m4, plugins/getloadavg.c: lets use library instead od | ||
15419 | inconsistent command line interfaces git-svn-id: | ||
15420 | |||
15421 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@106 f882894a-f735-0410-b71e-b25c423dba1c | ||
15422 | |||
15423 | 2002-09-26 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15424 | |||
15425 | * plugins/urlize.c: use ssprintf instead of sprintf git-svn-id: | ||
15426 | |||
15427 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@105 f882894a-f735-0410-b71e-b25c423dba1c | ||
15428 | |||
15429 | 2002-09-25 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15430 | |||
15431 | * plugins/check_http.c: incorporate comment on my_recv from Russell | ||
15432 | Scibetti git-svn-id: | ||
15433 | |||
15434 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@104 f882894a-f735-0410-b71e-b25c423dba1c | ||
15435 | |||
15436 | 2002-09-25 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15437 | |||
15438 | * plugins/check_http.c: incorporate comments from Russell Scibetti git-svn-id: | ||
15439 | |||
15440 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@103 f882894a-f735-0410-b71e-b25c423dba1c | ||
15441 | |||
15442 | 2002-09-24 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15443 | |||
15444 | * plugins/check_http.c: replace remaining occurences of sprintf with | ||
15445 | snprintf git-svn-id: | ||
15446 | |||
15447 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@102 f882894a-f735-0410-b71e-b25c423dba1c | ||
15448 | |||
15449 | 2002-09-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15450 | |||
15451 | * INSTALL: needed for latest autoconf git-svn-id: | ||
15452 | |||
15453 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@101 f882894a-f735-0410-b71e-b25c423dba1c | ||
15454 | |||
15455 | 2002-09-16 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15456 | |||
15457 | * Makefile.am, aclocal.m4, configure.in, nagios-plugins.spec.in: | ||
15458 | finish ckleanup of rpm spec porcessing git-svn-id: | ||
15459 | |||
15460 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@100 f882894a-f735-0410-b71e-b25c423dba1c | ||
15461 | |||
15462 | 2002-09-14 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15463 | |||
15464 | * nagios-plugins.spec, nagios-plugins.spec.in: complete spec based | ||
15465 | on confugure.in git-svn-id: | ||
15466 | |||
15467 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@99 f882894a-f735-0410-b71e-b25c423dba1c | ||
15468 | |||
15469 | 2002-09-14 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15470 | |||
15471 | * make-tarball, rpm: automake makes the dist tarball, rpmbuild -ta | ||
15472 | makes the rpm git-svn-id: | ||
15473 | |||
15474 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@98 f882894a-f735-0410-b71e-b25c423dba1c | ||
15475 | |||
15476 | 2002-09-14 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15477 | |||
15478 | * plugins/check_http.c, plugins/check_tcp.c: time data in | ||
15479 | performance string git-svn-id: | ||
15480 | |||
15481 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@97 f882894a-f735-0410-b71e-b25c423dba1c | ||
15482 | |||
15483 | 2002-09-14 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15484 | |||
15485 | * plugins-scripts/check_log.sh: patch from Matthew Peters | ||
15486 | <mattp@esec.com.au>, plus turned up a few bugs on my own git-svn-id: | ||
15487 | |||
15488 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@96 f882894a-f735-0410-b71e-b25c423dba1c | ||
15489 | |||
15490 | 2002-09-12 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15491 | |||
15492 | * plugins/Makefile.am: negate wrapper git-svn-id: | ||
15493 | |||
15494 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@95 f882894a-f735-0410-b71e-b25c423dba1c | ||
15495 | |||
15496 | 2002-09-08 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15497 | |||
15498 | * plugins/negate.c: wrapper to invert return status git-svn-id: | ||
15499 | |||
15500 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@94 f882894a-f735-0410-b71e-b25c423dba1c | ||
15501 | |||
15502 | 2002-09-08 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15503 | |||
15504 | * plugins/utils.c: clears up warnings in splint git-svn-id: | ||
15505 | |||
15506 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@93 f882894a-f735-0410-b71e-b25c423dba1c | ||
15507 | |||
15508 | 2002-09-06 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15509 | |||
15510 | * plugins-scripts/check_rpc.pl: case on key to ERRORS hash git-svn-id: | ||
15511 | |||
15512 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@92 f882894a-f735-0410-b71e-b25c423dba1c | ||
15513 | |||
15514 | 2002-09-04 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15515 | |||
15516 | * configure.in: more Mysql patches git-svn-id: | ||
15517 | |||
15518 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@91 f882894a-f735-0410-b71e-b25c423dba1c | ||
15519 | |||
15520 | 2002-09-04 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15521 | |||
15522 | * plugins-scripts/check_ntp.pl: dispersion check now controlled by | ||
15523 | warn and crit git-svn-id: | ||
15524 | |||
15525 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@90 f882894a-f735-0410-b71e-b25c423dba1c | ||
15526 | |||
15527 | 2002-09-04 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15528 | |||
15529 | * configure.in: Mysql dir fix git-svn-id: | ||
15530 | |||
15531 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@89 f882894a-f735-0410-b71e-b25c423dba1c | ||
15532 | |||
15533 | 2002-09-04 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15534 | |||
15535 | * contrib/check_ifoperstatus.pl, contrib/check_ifstatus.pl: moved to | ||
15536 | supported plugins-scripts git-svn-id: | ||
15537 | |||
15538 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@88 f882894a-f735-0410-b71e-b25c423dba1c | ||
15539 | |||
15540 | 2002-09-02 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15541 | |||
15542 | * plugins/check_smtp.c: new -f option for adding a FROM address for | ||
15543 | RFC correctness git-svn-id: | ||
15544 | |||
15545 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@87 f882894a-f735-0410-b71e-b25c423dba1c | ||
15546 | |||
15547 | 2002-09-01 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15548 | |||
15549 | * INSTALL, INSTALLING: file rename for MacOS X git-svn-id: | ||
15550 | |||
15551 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@86 f882894a-f735-0410-b71e-b25c423dba1c | ||
15552 | |||
15553 | 2002-09-01 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15554 | |||
15555 | * plugins/check_smtp.c: Valid MAIL command git-svn-id: | ||
15556 | |||
15557 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@85 f882894a-f735-0410-b71e-b25c423dba1c | ||
15558 | |||
15559 | 2002-08-22 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15560 | |||
15561 | * contrib/check_snmp_process_monitor.pl: updates git-svn-id: | ||
15562 | |||
15563 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@84 f882894a-f735-0410-b71e-b25c423dba1c | ||
15564 | |||
15565 | 2002-08-22 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15566 | |||
15567 | * command.cfg.in: smsclient config git-svn-id: | ||
15568 | |||
15569 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@83 f882894a-f735-0410-b71e-b25c423dba1c | ||
15570 | |||
15571 | 2002-08-22 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15572 | |||
15573 | * contrib/check_snmp_disk_monitor.pl, | ||
15574 | contrib/check_snmp_process_monitor.pl: new plugins contrib git-svn-id: | ||
15575 | |||
15576 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@82 f882894a-f735-0410-b71e-b25c423dba1c | ||
15577 | |||
15578 | 2002-08-18 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15579 | |||
15580 | * plugins/check_by_ssh.c: typo in options passed to ssh for ipv6. | ||
15581 | fix by setting a generic hook for 1-char pasthhru options git-svn-id: | ||
15582 | |||
15583 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@81 f882894a-f735-0410-b71e-b25c423dba1c | ||
15584 | |||
15585 | 2002-08-14 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15586 | |||
15587 | * plugins-scripts/check_disk_smb.pl: patch for admin shares git-svn-id: | ||
15588 | |||
15589 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@80 f882894a-f735-0410-b71e-b25c423dba1c | ||
15590 | |||
15591 | 2002-08-14 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15592 | |||
15593 | * command.cfg.in: qpage definitions git-svn-id: | ||
15594 | |||
15595 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@79 f882894a-f735-0410-b71e-b25c423dba1c | ||
15596 | |||
15597 | 2002-08-14 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15598 | |||
15599 | * plugins-scripts/check_ifstatus.pl: skip PPP interfaces git-svn-id: | ||
15600 | |||
15601 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@78 f882894a-f735-0410-b71e-b25c423dba1c | ||
15602 | |||
15603 | 2002-08-14 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15604 | |||
15605 | * plugins/check_smtp.c: added HELO command git-svn-id: | ||
15606 | |||
15607 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@77 f882894a-f735-0410-b71e-b25c423dba1c | ||
15608 | |||
15609 | 2002-08-14 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15610 | |||
15611 | * plugins/check_by_ssh.c: ipv4/ipv6 switch added git-svn-id: | ||
15612 | |||
15613 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@76 f882894a-f735-0410-b71e-b25c423dba1c | ||
15614 | |||
15615 | 2002-08-14 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15616 | |||
15617 | * plugins/check_hpjd.c: net-snmp v5x fix git-svn-id: | ||
15618 | |||
15619 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@75 f882894a-f735-0410-b71e-b25c423dba1c | ||
15620 | |||
15621 | 2002-08-14 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15622 | |||
15623 | * contrib/check_apc_ups.pl: fix for ePN git-svn-id: | ||
15624 | |||
15625 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@74 f882894a-f735-0410-b71e-b25c423dba1c | ||
15626 | |||
15627 | 2002-08-14 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15628 | |||
15629 | * contrib/check_linux_raid.pl, contrib/check_nagios_db.pl: new plugins git-svn-id: | ||
15630 | |||
15631 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@73 f882894a-f735-0410-b71e-b25c423dba1c | ||
15632 | |||
15633 | 2002-08-14 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15634 | |||
15635 | * contrib/check_inodes-freebsd.pl: check inodes - freebsd - | ||
15636 | candidate for merge with check_inodes git-svn-id: | ||
15637 | |||
15638 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@72 f882894a-f735-0410-b71e-b25c423dba1c | ||
15639 | |||
15640 | 2002-08-14 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15641 | |||
15642 | * contrib/check_smb.sh: new smb check - users git-svn-id: | ||
15643 | |||
15644 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@71 f882894a-f735-0410-b71e-b25c423dba1c | ||
15645 | |||
15646 | 2002-08-13 Ethan Galstad <egalstad@users.sourceforge.net> | ||
15647 | |||
15648 | * plugins/check_game.c: Mod to display current/max number of players | ||
15649 | in a game (Frank Kannemann) git-svn-id: | ||
15650 | |||
15651 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@70 f882894a-f735-0410-b71e-b25c423dba1c | ||
15652 | |||
15653 | 2002-08-12 Ethan Galstad <egalstad@users.sourceforge.net> | ||
15654 | |||
15655 | * contrib/check_disk_snmp.pl: Updated to use getopt (Christoph | ||
15656 | Maser) git-svn-id: | ||
15657 | |||
15658 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@69 f882894a-f735-0410-b71e-b25c423dba1c | ||
15659 | |||
15660 | 2002-08-01 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15661 | |||
15662 | * plugins/check_snmp.c: re-patched exit state comparison git-svn-id: | ||
15663 | |||
15664 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@68 f882894a-f735-0410-b71e-b25c423dba1c | ||
15665 | |||
15666 | 2002-08-01 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15667 | |||
15668 | * plugins/check_snmp.c: port option added, -c support net-snmpv5, | ||
15669 | complete response string output git-svn-id: | ||
15670 | |||
15671 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@67 f882894a-f735-0410-b71e-b25c423dba1c | ||
15672 | |||
15673 | 2002-08-01 Ethan Galstad <egalstad@users.sourceforge.net> | ||
15674 | |||
15675 | * contrib/check_digitemp.pl: Add Brian Lane's Digitemp (1-wire temp | ||
15676 | sensor) plugin git-svn-id: | ||
15677 | |||
15678 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@66 f882894a-f735-0410-b71e-b25c423dba1c | ||
15679 | |||
15680 | 2002-07-16 Ethan Galstad <egalstad@users.sourceforge.net> | ||
15681 | |||
15682 | * contrib/check_disk_snmp.pl: Christoph Maser's plugin to check disk | ||
15683 | usage via SNMP3 git-svn-id: | ||
15684 | |||
15685 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@65 f882894a-f735-0410-b71e-b25c423dba1c | ||
15686 | |||
15687 | 2002-07-16 Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | ||
15688 | |||
15689 | * contrib/check_ms_spooler.pl: Primitive and in need of refinement | ||
15690 | test of MS spooler (with smbclient) git-svn-id: | ||
15691 | |||
15692 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@64 f882894a-f735-0410-b71e-b25c423dba1c | ||
15693 | |||
15694 | 2002-07-04 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15695 | |||
15696 | * contrib/check_procl.sh: Jerome Tytgat - accumulated/percentage | ||
15697 | CPU/MEM per process - bash plugin git-svn-id: | ||
15698 | |||
15699 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@63 f882894a-f735-0410-b71e-b25c423dba1c | ||
15700 | |||
15701 | 2002-07-04 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15702 | |||
15703 | * INSTALL: doc update git-svn-id: | ||
15704 | |||
15705 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@62 f882894a-f735-0410-b71e-b25c423dba1c | ||
15706 | |||
15707 | 2002-06-28 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15708 | |||
15709 | * INSTALL: note about autoconf/automake version git-svn-id: | ||
15710 | |||
15711 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@61 f882894a-f735-0410-b71e-b25c423dba1c | ||
15712 | |||
15713 | 2002-06-25 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15714 | |||
15715 | * contrib/check_rbl.c: Check if IP address is specified on RBL - Tim | ||
15716 | Bell git-svn-id: | ||
15717 | |||
15718 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@60 f882894a-f735-0410-b71e-b25c423dba1c | ||
15719 | |||
15720 | 2002-06-25 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15721 | |||
15722 | * contrib/check_lmmon.pl: check motherboard/cpu temp via lmmon git-svn-id: | ||
15723 | |||
15724 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@59 f882894a-f735-0410-b71e-b25c423dba1c | ||
15725 | |||
15726 | 2002-06-24 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15727 | |||
15728 | * plugins/check_http.c: ignore return status codes if user specified | ||
15729 | status line check git-svn-id: | ||
15730 | |||
15731 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@58 f882894a-f735-0410-b71e-b25c423dba1c | ||
15732 | |||
15733 | 2002-06-24 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15734 | |||
15735 | * plugins/check_snmp.c: printf bug for large numbers - Jeff Murray git-svn-id: | ||
15736 | |||
15737 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@57 f882894a-f735-0410-b71e-b25c423dba1c | ||
15738 | |||
15739 | 2002-06-20 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15740 | |||
15741 | * plugins-scripts/check_disk_smb.pl: logic fix for disk space | ||
15742 | thresholds git-svn-id: | ||
15743 | |||
15744 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@56 f882894a-f735-0410-b71e-b25c423dba1c | ||
15745 | |||
15746 | 2002-06-19 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15747 | |||
15748 | * plugins/check_dig.c, plugins/check_dns.c, plugins/check_fping.c, | ||
15749 | plugins/check_hpjd.c, plugins/check_nagios.c, plugins/check_ping.c, | ||
15750 | plugins/check_snmp.c, plugins/check_vsz.c, plugins/urlize.c, | ||
15751 | plugins/utils.c, plugins/utils.h.in: more POSIX return value | ||
15752 | comparison related code fixes git-svn-id: | ||
15753 | |||
15754 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@55 f882894a-f735-0410-b71e-b25c423dba1c | ||
15755 | |||
15756 | 2002-06-19 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15757 | |||
15758 | * plugins/check_disk.c, plugins/check_ping.c, plugins/check_procs.c: | ||
15759 | fixes for using POSIX return codes git-svn-id: | ||
15760 | |||
15761 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@54 f882894a-f735-0410-b71e-b25c423dba1c | ||
15762 | |||
15763 | 2002-06-18 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15764 | |||
15765 | * plugins/common.h.in: updated to POSIX return codes git-svn-id: | ||
15766 | |||
15767 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@53 f882894a-f735-0410-b71e-b25c423dba1c | ||
15768 | |||
15769 | 2002-06-18 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15770 | |||
15771 | * contrib/check_cluster.c: Ethan's check_cluster git-svn-id: | ||
15772 | |||
15773 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@52 f882894a-f735-0410-b71e-b25c423dba1c | ||
15774 | |||
15775 | 2002-06-13 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15776 | |||
15777 | * plugins/check_smtp.c: conformance to RFC 821 <CRLF> git-svn-id: | ||
15778 | |||
15779 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@51 f882894a-f735-0410-b71e-b25c423dba1c | ||
15780 | |||
15781 | 2002-06-13 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15782 | |||
15783 | * configure.in: use xntpdc on Solaris for check_ntp git-svn-id: | ||
15784 | |||
15785 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@50 f882894a-f735-0410-b71e-b25c423dba1c | ||
15786 | |||
15787 | 2002-06-10 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15788 | |||
15789 | * plugins/check_smtp.c: patch to stop NOQUEUE syslog messages - Karl | ||
15790 | Ewald git-svn-id: | ||
15791 | |||
15792 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@49 f882894a-f735-0410-b71e-b25c423dba1c | ||
15793 | |||
15794 | 2002-06-08 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15795 | |||
15796 | * plugins-scripts/check_ntp.pl: xntpdc/ntpdc patch - John Koyle git-svn-id: | ||
15797 | |||
15798 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@48 f882894a-f735-0410-b71e-b25c423dba1c | ||
15799 | |||
15800 | 2002-06-06 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15801 | |||
15802 | * plugins-scripts/subst.in, plugins-scripts/utils.sh.in: corrected | ||
15803 | result codes - for sh; corrected substition for libexec - Tom | ||
15804 | Bertelson git-svn-id: | ||
15805 | |||
15806 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@47 f882894a-f735-0410-b71e-b25c423dba1c | ||
15807 | |||
15808 | 2002-06-06 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15809 | |||
15810 | * plugins/check_disk.c: added option for mount point - Tom Bertelson git-svn-id: | ||
15811 | |||
15812 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@46 f882894a-f735-0410-b71e-b25c423dba1c | ||
15813 | |||
15814 | 2002-06-06 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15815 | |||
15816 | * plugins-scripts/check_oracle.sh: Add test for Oracle name server, | ||
15817 | can dynamicall determine ORACLE_HOME - tom Bertelson git-svn-id: | ||
15818 | |||
15819 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@45 f882894a-f735-0410-b71e-b25c423dba1c | ||
15820 | |||
15821 | 2002-06-06 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15822 | |||
15823 | * plugins-scripts/check_flexlm.pl: conditional on lmstat git-svn-id: | ||
15824 | |||
15825 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@44 f882894a-f735-0410-b71e-b25c423dba1c | ||
15826 | |||
15827 | 2002-06-06 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15828 | |||
15829 | * plugins-scripts/check_ntp.pl: conditional on ntpdc git-svn-id: | ||
15830 | |||
15831 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@43 f882894a-f735-0410-b71e-b25c423dba1c | ||
15832 | |||
15833 | 2002-05-29 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15834 | |||
15835 | * command.cfg.in: notes added git-svn-id: | ||
15836 | |||
15837 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@42 f882894a-f735-0410-b71e-b25c423dba1c | ||
15838 | |||
15839 | 2002-05-28 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15840 | |||
15841 | * command.cfg.in: option updates, more examples git-svn-id: | ||
15842 | |||
15843 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@41 f882894a-f735-0410-b71e-b25c423dba1c | ||
15844 | |||
15845 | 2002-05-28 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15846 | |||
15847 | * command.cfg.in: option updates, more examples git-svn-id: | ||
15848 | |||
15849 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@40 f882894a-f735-0410-b71e-b25c423dba1c | ||
15850 | |||
15851 | 2002-05-27 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15852 | |||
15853 | * plugins-scripts/check_ntp.pl: checked in too quickly git-svn-id: | ||
15854 | |||
15855 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@39 f882894a-f735-0410-b71e-b25c423dba1c | ||
15856 | |||
15857 | 2002-05-27 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15858 | |||
15859 | * doc/README, doc/developer-guidelines.html, | ||
15860 | doc/developer-guidelines.sgml: added developer guidelines. git-svn-id: | ||
15861 | |||
15862 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@38 f882894a-f735-0410-b71e-b25c423dba1c | ||
15863 | |||
15864 | 2002-05-27 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15865 | |||
15866 | * configure.in: typo, AIX 4.3 ps, smbclient, Net::SNMP fixes git-svn-id: | ||
15867 | |||
15868 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@37 f882894a-f735-0410-b71e-b25c423dba1c | ||
15869 | |||
15870 | 2002-05-27 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15871 | |||
15872 | * acconfig.h, plugins-scripts/utils.pm.in: new var - smbclient git-svn-id: | ||
15873 | |||
15874 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@36 f882894a-f735-0410-b71e-b25c423dba1c | ||
15875 | |||
15876 | 2002-05-27 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15877 | |||
15878 | * plugins-scripts/check_ntp.pl: logic reorg, ePN fix and support for | ||
15879 | utils.pm git-svn-id: | ||
15880 | |||
15881 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@35 f882894a-f735-0410-b71e-b25c423dba1c | ||
15882 | |||
15883 | 2002-05-27 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15884 | |||
15885 | * plugins-scripts/check_disk_smb.pl: ePN fix and support for | ||
15886 | utils.pm git-svn-id: | ||
15887 | |||
15888 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@34 f882894a-f735-0410-b71e-b25c423dba1c | ||
15889 | |||
15890 | 2002-05-23 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15891 | |||
15892 | * contrib/check_log2.pl, contrib/check_vcs.pl: New plugins from | ||
15893 | Aaron Bostick - Veritas Cluster, logfile git-svn-id: | ||
15894 | |||
15895 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@33 f882894a-f735-0410-b71e-b25c423dba1c | ||
15896 | |||
15897 | 2002-05-10 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15898 | |||
15899 | * plugins-scripts/check_rpc.pl: updates for ePN, patch for multiple | ||
15900 | version check git-svn-id: | ||
15901 | |||
15902 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@32 f882894a-f735-0410-b71e-b25c423dba1c | ||
15903 | |||
15904 | 2002-05-10 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15905 | |||
15906 | * configure.in, plugins-scripts/utils.pm.in: added programs to | ||
15907 | autoconf git-svn-id: | ||
15908 | |||
15909 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@31 f882894a-f735-0410-b71e-b25c423dba1c | ||
15910 | |||
15911 | 2002-05-10 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15912 | |||
15913 | * acconfig.h: This commit was generated by cvs2svn to compensate for | ||
15914 | changes in r29, which included commits to RCS files with non-trunk | ||
15915 | default branches. git-svn-id: | ||
15916 | |||
15917 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@30 f882894a-f735-0410-b71e-b25c423dba1c | ||
15918 | |||
15919 | 2002-05-09 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15920 | |||
15921 | * plugins-scripts/Makefile.am, | ||
15922 | plugins-scripts/check_ifoperstatus.pl: migrated check_ifoperstatus | ||
15923 | to standard plugin git-svn-id: | ||
15924 | |||
15925 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@28 f882894a-f735-0410-b71e-b25c423dba1c | ||
15926 | |||
15927 | 2002-05-08 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15928 | |||
15929 | * plugins/check_ping.c: patch for Suse 8.0 loss output git-svn-id: | ||
15930 | |||
15931 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@27 f882894a-f735-0410-b71e-b25c423dba1c | ||
15932 | |||
15933 | 2002-05-08 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15934 | |||
15935 | * plugins-scripts/utils.pm.in: is_hostname added, update CODES to POSIX git-svn-id: | ||
15936 | |||
15937 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@26 f882894a-f735-0410-b71e-b25c423dba1c | ||
15938 | |||
15939 | 2002-05-08 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15940 | |||
15941 | * plugins/check_hpjd.c, plugins/check_ups.c: updated notes git-svn-id: | ||
15942 | |||
15943 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@25 f882894a-f735-0410-b71e-b25c423dba1c | ||
15944 | |||
15945 | 2002-05-08 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15946 | |||
15947 | * configure.in: updated messages and check for host command git-svn-id: | ||
15948 | |||
15949 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@24 f882894a-f735-0410-b71e-b25c423dba1c | ||
15950 | |||
15951 | 2002-05-08 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15952 | |||
15953 | * plugins-scripts/Makefile.am, plugins-scripts/check_ifstatus.pl: | ||
15954 | moved updated check_ifstatus to standard plugin git-svn-id: | ||
15955 | |||
15956 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@23 f882894a-f735-0410-b71e-b25c423dba1c | ||
15957 | |||
15958 | 2002-05-07 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15959 | |||
15960 | * plugins-scripts/check_breeze.pl, plugins-scripts/check_flexlm.pl, | ||
15961 | plugins-scripts/check_ircd.pl, plugins-scripts/check_netdns.pl, | ||
15962 | plugins-scripts/check_ntp.pl, plugins-scripts/check_wave.pl: 2nd fix | ||
15963 | for ePN git-svn-id: | ||
15964 | |||
15965 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@22 f882894a-f735-0410-b71e-b25c423dba1c | ||
15966 | |||
15967 | 2002-05-02 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15968 | |||
15969 | * plugins-scripts/check_breeze.pl, | ||
15970 | plugins-scripts/check_disk_smb.pl, plugins-scripts/check_flexlm.pl, | ||
15971 | plugins-scripts/check_ircd.pl, plugins-scripts/check_netdns.pl, | ||
15972 | plugins-scripts/check_ntp.pl, plugins-scripts/check_rpc.pl, | ||
15973 | plugins-scripts/check_wave.pl: fix for embedded perl git-svn-id: | ||
15974 | |||
15975 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@21 f882894a-f735-0410-b71e-b25c423dba1c | ||
15976 | |||
15977 | 2002-05-02 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15978 | |||
15979 | * tools/README, tools/mini_epn.c, tools/p1.pl: updated mini_epn and | ||
15980 | p1.pl added to plugins distribution git-svn-id: | ||
15981 | |||
15982 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@20 f882894a-f735-0410-b71e-b25c423dba1c | ||
15983 | |||
15984 | 2002-05-01 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15985 | |||
15986 | * : remote log check (via snmp possible) by Alexander Haderer git-svn-id: | ||
15987 | |||
15988 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@19 f882894a-f735-0410-b71e-b25c423dba1c | ||
15989 | |||
15990 | 2002-04-29 Karl DeBisschop <kdebisschop@users.sourceforge.net> | ||
15991 | |||
15992 | * plugins/getopt.h: failed to carry over from old plugins, listed in | ||
15993 | EXTRA_DIST, needed for build git-svn-id: | ||
15994 | |||
15995 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@18 f882894a-f735-0410-b71e-b25c423dba1c | ||
15996 | |||
15997 | 2002-04-23 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
15998 | |||
15999 | * plugins/check_ping.c: corrected program name and added rtt patch | ||
16000 | for RH7.2+beta git-svn-id: | ||
16001 | |||
16002 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@17 f882894a-f735-0410-b71e-b25c423dba1c | ||
16003 | |||
16004 | 2002-04-18 Ethan Galstad <egalstad@users.sourceforge.net> | ||
16005 | |||
16006 | * contrib/check_inodes.pl: add check_inodes contrib plugin by John | ||
16007 | Jolet git-svn-id: | ||
16008 | |||
16009 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@16 f882894a-f735-0410-b71e-b25c423dba1c | ||
16010 | |||
16011 | 2002-04-18 Ethan Galstad <egalstad@users.sourceforge.net> | ||
16012 | |||
16013 | * configure.in: configure script patch for ping syntax git-svn-id: | ||
16014 | |||
16015 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@15 f882894a-f735-0410-b71e-b25c423dba1c | ||
16016 | |||
16017 | 2002-04-07 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
16018 | |||
16019 | * contrib/check_backup.pl, contrib/check_dl_size.pl: plugins from | ||
16020 | Patrick Greenwell git-svn-id: | ||
16021 | |||
16022 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@14 f882894a-f735-0410-b71e-b25c423dba1c | ||
16023 | |||
16024 | 2002-04-05 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
16025 | |||
16026 | * acconfig.h: This commit was generated by cvs2svn to compensate for | ||
16027 | changes in r12, which included commits to RCS files with non-trunk | ||
16028 | default branches. git-svn-id: | ||
16029 | |||
16030 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@13 f882894a-f735-0410-b71e-b25c423dba1c | ||
16031 | |||
16032 | 2002-04-05 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
16033 | |||
16034 | * : plugin to check spread messaging toolkit git-svn-id: | ||
16035 | |||
16036 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@11 f882894a-f735-0410-b71e-b25c423dba1c | ||
16037 | |||
16038 | 2002-04-03 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
16039 | |||
16040 | * contrib/check_oracle_instance.pl: from Sven Dolderer - check oracle instance git-svn-id: | ||
16041 | |||
16042 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@10 f882894a-f735-0410-b71e-b25c423dba1c | ||
16043 | |||
16044 | 2002-04-03 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
16045 | |||
16046 | * plugins-scripts/check_nfs.pl: check_nfs functionality exists in | ||
16047 | check_rpc git-svn-id: | ||
16048 | |||
16049 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@9 f882894a-f735-0410-b71e-b25c423dba1c | ||
16050 | |||
16051 | 2002-03-18 Subhendu Ghosh <sghosh@users.sourceforge.net> | ||
16052 | |||
16053 | * plugins-scripts/subst.in: function to update perl plugin scripts | ||
16054 | to find utils.pm git-svn-id: | ||
16055 | |||
16056 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@8 f882894a-f735-0410-b71e-b25c423dba1c | ||
16057 | |||
16058 | 2002-03-01 Ethan Galstad <egalstad@users.sourceforge.net> | ||
16059 | |||
16060 | * plugins/.cvsignore, plugins/config.h.in: Fix for stupid me git-svn-id: | ||
16061 | |||
16062 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@7 f882894a-f735-0410-b71e-b25c423dba1c | ||
16063 | |||
16064 | 2002-03-01 Ethan Galstad <egalstad@users.sourceforge.net> | ||
16065 | |||
16066 | * contrib/check_breeze.pl, contrib/check_dhcp.c, | ||
16067 | contrib/check_flexlm.pl, contrib/check_hltherm.c, | ||
16068 | contrib/check_hprsc.pl, contrib/check_ipxping.c, | ||
16069 | contrib/check_mysql.c, contrib/check_uptime.c, | ||
16070 | contrib/check_wave.pl, contrib/readme.txt, plugins/.cvsignore, | ||
16071 | plugins/config.h.in: Contrib plugin cleanup git-svn-id: | ||
16072 | |||
16073 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@6 f882894a-f735-0410-b71e-b25c423dba1c | ||
16074 | |||
16075 | 2002-02-28 Ethan Galstad <egalstad@users.sourceforge.net> | ||
16076 | |||
16077 | * .cvsignore, AUTHORS, CODING, COPYING, ChangeLog, FAQ, Helper.pm, | ||
16078 | INSTALL, LEGAL, Makefile.am, NEWS, README, REQUIREMENTS, ROADMAP, | ||
16079 | Requirements, acconfig.h, aclocal.m4, command.cfg.in, configure.in, | ||
16080 | contrib/aix/check_crit_dsk, contrib/aix/check_dsk, | ||
16081 | contrib/aix/check_failed, contrib/aix/check_io, | ||
16082 | contrib/aix/check_kerberos, contrib/aix/check_ping, | ||
16083 | contrib/aix/check_queue, contrib/aix/pg_stat, | ||
16084 | contrib/check_apache.pl, contrib/check_apc_ups.pl, | ||
16085 | contrib/check_bgpstate.pl, contrib/check_dhcp.c, | ||
16086 | contrib/check_dlswcircuit.pl, contrib/check_dns_random.pl, | ||
16087 | contrib/check_email_loop.pl, contrib/check_fping_in.c, | ||
16088 | contrib/check_ftpget.pl, contrib/check_ifoperstatus.pl, | ||
16089 | contrib/check_ifstatus.pl, contrib/check_ipxping.c, | ||
16090 | contrib/check_joy.sh, contrib/check_maxchannels.pl, | ||
16091 | contrib/check_maxwanstate.pl, contrib/check_mem.pl, | ||
16092 | contrib/check_mysql.c, contrib/check_mysql.pl, | ||
16093 | contrib/check_nagios.pl, contrib/check_netapp.pl, | ||
16094 | contrib/check_nmap.py, contrib/check_nwstat.pl, | ||
16095 | contrib/check_ora_table_space.pl, contrib/check_pop3.pl, | ||
16096 | contrib/check_qmailq.pl, contrib/check_rrd_data.pl, | ||
16097 | contrib/check_sap.sh, contrib/check_sockets.pl, | ||
16098 | contrib/check_timeout.c, contrib/check_uptime.c, | ||
16099 | contrib/checkciscotemp.pl, contrib/maser-oracle.pl, | ||
16100 | contrib/mrtgext.pl, contrib/readme.txt, contrib/restrict.pl, | ||
16101 | contrib/urlize.pl, contrib/utils.py, install-sh, make-tarball, | ||
16102 | missing, mkinstalldirs, nagios-plugins.spec, opttest.pl, | ||
16103 | package.def, plugins-scripts/.cvsignore, | ||
16104 | plugins-scripts/Makefile.am, plugins-scripts/check_breeze.pl, | ||
16105 | plugins-scripts/check_disk_smb.pl, plugins-scripts/check_flexlm.pl, | ||
16106 | plugins-scripts/check_ircd.pl, plugins-scripts/check_log.sh, | ||
16107 | plugins-scripts/check_netdns.pl, plugins-scripts/check_nfs.pl, | ||
16108 | plugins-scripts/check_ntp.pl, plugins-scripts/check_oracle.sh, | ||
16109 | plugins-scripts/check_rpc.pl, plugins-scripts/check_sensors.sh, | ||
16110 | plugins-scripts/check_wave.pl, plugins-scripts/subst.in, | ||
16111 | plugins-scripts/t/check_rpc.t, plugins-scripts/utils.pm.in, | ||
16112 | plugins-scripts/utils.sh.in, plugins/.cvsignore, | ||
16113 | plugins/Makefile.am, plugins/check_by_ssh.c, plugins/check_dig.c, | ||
16114 | plugins/check_disk.c, plugins/check_dns.c, plugins/check_dummy.c, | ||
16115 | plugins/check_fping.c, plugins/check_ftp.c, plugins/check_game.c, | ||
16116 | plugins/check_hpjd.c, plugins/check_http.c, | ||
16117 | plugins/check_ide-smart.c, plugins/check_imap.c, | ||
16118 | plugins/check_ldap.c, plugins/check_load.c, plugins/check_mrtg.c, | ||
16119 | plugins/check_mrtgtraf.c, plugins/check_mysql.c, | ||
16120 | plugins/check_nagios.c, plugins/check_nntp.c, plugins/check_nt.c, | ||
16121 | plugins/check_nwstat.c, plugins/check_overcr.c, | ||
16122 | plugins/check_pgsql.c, plugins/check_ping.c, plugins/check_pop.c, | ||
16123 | plugins/check_procs.c, plugins/check_radius.c, | ||
16124 | plugins/check_real.c, plugins/check_smtp.c, plugins/check_snmp.c, | ||
16125 | plugins/check_ssh.c, plugins/check_swap.c, plugins/check_tcp.c, | ||
16126 | plugins/check_time.c, plugins/check_udp.c, plugins/check_ups.c, | ||
16127 | plugins/check_users.c, plugins/check_vsz.c, plugins/common.h.in, | ||
16128 | plugins/getopt.c, plugins/getopt1.c, plugins/netutils.c, | ||
16129 | plugins/netutils.h.in, plugins/popen.c, plugins/popen.h.in, | ||
16130 | plugins/snprintf.c, plugins/t/check_disk.t, plugins/t/check_dns.t, | ||
16131 | plugins/t/check_fping.t, plugins/t/check_ftp.t, | ||
16132 | plugins/t/check_hpjd.t, plugins/t/check_http.t, | ||
16133 | plugins/t/check_imap.t, plugins/t/check_load.t, | ||
16134 | plugins/t/check_mysql.t, plugins/t/check_ping.t, | ||
16135 | plugins/t/check_pop.t, plugins/t/check_procs.t, | ||
16136 | plugins/t/check_smtp.t, plugins/t/check_snmp.t, | ||
16137 | plugins/t/check_swap.t, plugins/t/check_tcp.t, | ||
16138 | plugins/t/check_time.t, plugins/t/check_udp.t, | ||
16139 | plugins/t/check_users.t, plugins/t/check_vsz.t, | ||
16140 | plugins/tests/check_disk, plugins/tests/check_dns, | ||
16141 | plugins/tests/check_ftp, plugins/tests/check_hpjd, | ||
16142 | plugins/tests/check_http, plugins/tests/check_load, | ||
16143 | plugins/tests/check_ping, plugins/tests/check_procs, | ||
16144 | plugins/tests/check_swap, plugins/tests/check_users, | ||
16145 | plugins/tests/check_vsz, plugins/urlize.c, plugins/utils.c, | ||
16146 | plugins/utils.h.in, plugins/version.h.in, rpm, subst.in, subst.sh, | ||
16147 | test.pl.in, tools/setup, tools/tango: Initial revision git-svn-id: | ||
16148 | |||
16149 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2 f882894a-f735-0410-b71e-b25c423dba1c | ||
16150 | |||
16151 | 2002-02-28 (no author) <(no author)@f882894a-f735-0410-b71e-b25c423dba1c> | ||
16152 | |||
16153 | * New repository initialized by cvs2svn. git-svn-id: | ||
16154 | |||
16155 | https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1 f882894a-f735-0410-b71e-b25c423dba1c | ||
16156 | |||
diff --git a/Makefile.am b/Makefile.am index dc16654..98542b9 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -3,7 +3,7 @@ | |||
3 | SUBDIRS = gl tap lib plugins plugins-scripts plugins-root po @PERLMODS_DIR@ | 3 | SUBDIRS = gl tap lib plugins plugins-scripts plugins-root po @PERLMODS_DIR@ |
4 | 4 | ||
5 | EXTRA_DIST = config.rpath \ | 5 | EXTRA_DIST = config.rpath \ |
6 | ABOUT-NLS ACKNOWLEDGEMENTS AUTHORS CODING FAQ LEGAL NEWS \ | 6 | ABOUT-NLS ACKNOWLEDGEMENTS AUTHORS CODING ChangeLog FAQ LEGAL NEWS \ |
7 | NP-VERSION-GEN REQUIREMENTS SUPPORT THANKS \ | 7 | NP-VERSION-GEN REQUIREMENTS SUPPORT THANKS \ |
8 | NPTest.pm pkg nagios-plugins.spec \ | 8 | NPTest.pm pkg nagios-plugins.spec \ |
9 | config_test/Makefile config_test/run_tests config_test/child_test.c \ | 9 | config_test/Makefile config_test/run_tests config_test/child_test.c \ |
@@ -15,6 +15,13 @@ ACLOCAL_AMFLAGS = -I gl/m4 -I m4 | |||
15 | localedir = $(datadir)/locale | 15 | localedir = $(datadir)/locale |
16 | DEFS = -DLOCALEDIR=\"$(localedir)\" | 16 | DEFS = -DLOCALEDIR=\"$(localedir)\" |
17 | 17 | ||
18 | # | ||
19 | # The ChangeLog file is auto-generated from the Git history. We let it depend | ||
20 | # on NP-VERSION-GEN, as we bump our version number in that file. | ||
21 | # | ||
22 | ChangeLog: NP-VERSION-GEN | ||
23 | $(top_srcdir)/tools/generate-change-log > $@ | ||
24 | |||
18 | dist-hook: | 25 | dist-hook: |
19 | $(MAKE) THANKS | 26 | $(MAKE) THANKS |
20 | echo ${VERSION} >$(distdir)/release | 27 | echo ${VERSION} >$(distdir)/release |
diff --git a/tools/generate-change-log b/tools/generate-change-log new file mode 100755 index 0000000..03321fd --- /dev/null +++ b/tools/generate-change-log | |||
@@ -0,0 +1,67 @@ | |||
1 | #!/usr/bin/env perl | ||
2 | # | ||
3 | # Copyright (c) 2013 Nagios Plugins Development Team | ||
4 | # | ||
5 | # Originally written by Holger Weiss <holger@zedat.fu-berlin.de>. | ||
6 | # | ||
7 | # This file is free software; the Nagios Plugins Development Team gives | ||
8 | # unlimited permission to copy and/or distribute it, with or without | ||
9 | # modifications, as long as this notice is preserved. | ||
10 | # | ||
11 | # This program is distributed in the hope that it will be useful, but WITHOUT | ||
12 | # ANY WARRANTY, to the extent permitted by law; without even the implied | ||
13 | # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ||
14 | # | ||
15 | |||
16 | use warnings; | ||
17 | use strict; | ||
18 | use Text::Wrap; | ||
19 | |||
20 | # The lines will have a length of no more than $columns - 1. | ||
21 | $Text::Wrap::columns = 81; | ||
22 | |||
23 | if (system('git rev-parse --git-dir >/dev/null 2>&1') != 0) { | ||
24 | print "Not a Git repository, so I won't update the ChangeLog.\n"; | ||
25 | exit 0; | ||
26 | } | ||
27 | |||
28 | my $regex = | ||
29 | '^commit [0-9a-f]+\n' . | ||
30 | '^Author: (?<name>.+) <(?<email>.*)>\n' . | ||
31 | '^Date: (?<date>\d{4}-\d{2}-\d{2})\n' . | ||
32 | '^\n' . | ||
33 | '(?<message>(^ .*\n)+)' . | ||
34 | '^\n' . | ||
35 | '(?<files>(^.+\n)+)'; | ||
36 | |||
37 | my $git_log = qx'git log -M -C --stat --name-only --date=short'; | ||
38 | die "Cannot get `git log' output\n" if $? != 0; | ||
39 | |||
40 | my ($prev_date, $prev_name, $prev_email); | ||
41 | |||
42 | while ($git_log =~ /$regex/gm) { | ||
43 | my %commit = %+; | ||
44 | |||
45 | if (not defined $prev_date | ||
46 | or $commit{date} ne $prev_date | ||
47 | or $commit{name} ne $prev_name | ||
48 | or $commit{email} ne $prev_email) { | ||
49 | print "$commit{date} $commit{name} <$commit{email}>\n\n"; | ||
50 | } | ||
51 | $prev_date = $commit{date}; | ||
52 | $prev_name = $commit{name}; | ||
53 | $prev_email = $commit{email}; | ||
54 | |||
55 | my @files = split(/\n/, $commit{files}); | ||
56 | my @message = map { s/^ {4}//; $_ } split(/\n/, $commit{message}); | ||
57 | my $first_line = shift(@message); | ||
58 | $first_line =~ s/^$files[-1]: //; | ||
59 | my $intro = sprintf('* %s: %s', join(', ', @files), $first_line); | ||
60 | |||
61 | print fill("\t", "\t", $intro), "\n"; | ||
62 | foreach my $line (@message) { | ||
63 | print "\t$line" if length($line) > 0; | ||
64 | print "\n"; | ||
65 | } | ||
66 | print "\n"; | ||
67 | } | ||