diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 340 |
1 files changed, 340 insertions, 0 deletions
@@ -1,3 +1,343 @@ | |||
1 | 2005-07-25 15:17 illumino | ||
2 | |||
3 | * NPTest.pm: Change the environment variable NPTESTCACHE to | ||
4 | NPTEST_CACHE for consistancy | ||
5 | |||
6 | 2005-07-25 02:47 illumino | ||
7 | |||
8 | * Helper.pm, Makefile.am, NPTest.pm, configure.in, test.pl.in, | ||
9 | plugins/t/check_disk.t, plugins/t/check_dns.t, | ||
10 | plugins/t/check_fping.t, plugins/t/check_ftp.t, | ||
11 | plugins/t/check_hpjd.t, plugins/t/check_http.t, | ||
12 | plugins/t/check_imap.t, plugins/t/check_load.t, | ||
13 | plugins/t/check_mysql.t, plugins/t/check_ping.t, | ||
14 | plugins/t/check_pop.t, plugins/t/check_procs.t, | ||
15 | plugins/t/check_smtp.t, plugins/t/check_snmp.t, | ||
16 | plugins/t/check_swap.t, plugins/t/check_tcp.t, | ||
17 | plugins/t/check_time.t, plugins/t/check_udp.t, | ||
18 | plugins/t/check_users.t, plugins/t/check_vsz.t, | ||
19 | plugins-scripts/t/check_rpc.t: [1185704] New Testing | ||
20 | Infrastructure. Complete rewrite of the original testing | ||
21 | infrastructure and all test cases (to use the new infrastructure) | ||
22 | See NPTest.pm and issue 1185704 for more details. | ||
23 | |||
24 | 2005-07-20 23:39 tonvoon | ||
25 | |||
26 | * THANKS.in: More contributors | ||
27 | |||
28 | 2005-07-20 23:38 tonvoon | ||
29 | |||
30 | * plugins/check_ping.c: Fix parsing for netkit-ping and | ||
31 | iputils-ping (Christian G Warden) | ||
32 | |||
33 | 2005-07-11 23:15 tonvoon | ||
34 | |||
35 | * plugins/check_nwstat.c: Miscelleneous bug fixes (Gerd Mueller - | ||
36 | 1235879) | ||
37 | |||
38 | 2005-07-09 05:44 tonvoon | ||
39 | |||
40 | * BRANCHES: Changed format (already!) for awk simplicity | ||
41 | |||
42 | 2005-07-09 05:03 tonvoon | ||
43 | |||
44 | * BRANCHES: Master file to describe the current branches in CVS. | ||
45 | Will be used by sfsnapshot to create the snapshot tarballs | ||
46 | |||
47 | 2005-07-06 23:21 tonvoon | ||
48 | |||
49 | * configure.in: Removed ",", causing problems with MacOSX compile | ||
50 | |||
51 | 2005-07-06 23:10 tonvoon | ||
52 | |||
53 | * plugins/check_swap.c: Updated help file to remove swap -s | ||
54 | reference (Sivakumar Nellurandi) | ||
55 | |||
56 | 2005-07-06 22:00 tonvoon | ||
57 | |||
58 | * AUTHORS, THANKS.in: Sean Finney moved to main list of plugin | ||
59 | developers | ||
60 | |||
61 | 2005-07-04 10:52 opensides | ||
62 | |||
63 | * contrib/tarballs/check_traffic-0.90b.tar.gz: | ||
64 | replace the version of check_traffic who was missing the plugin | ||
65 | by a good one | ||
66 | |||
67 | 2005-06-29 05:11 seanius | ||
68 | |||
69 | * plugins/: runcmd.c, runcmd.h: initial versions of the runcmd | ||
70 | framework by andreas | ||
71 | |||
72 | 2005-06-29 02:04 seanius | ||
73 | |||
74 | * plugins/check_swap.c: divide by 0 fix for check_swap | ||
75 | |||
76 | 2005-06-28 03:26 seanius | ||
77 | |||
78 | * plugins/check_load.c: set LC_NUMERIC to POSIX in check_load | ||
79 | (1164325) | ||
80 | |||
81 | 2005-06-28 01:26 seanius | ||
82 | |||
83 | * configure.in, plugins/Makefile.am, plugins/check_swap.c: scanf | ||
84 | parsing fix for check_swap from tracker id 1123292. now use | ||
85 | floor(3) to round down floating point numbers. requires -lm on | ||
86 | many systems, so support for testing for this was added to the | ||
87 | configure.in and automake template | ||
88 | |||
89 | 2005-06-27 14:07 seanius | ||
90 | |||
91 | * plugins/check_hpjd.c: fixes from richard brodie (tracker id | ||
92 | 1216576) | ||
93 | |||
94 | 2005-06-26 17:27 seanius | ||
95 | |||
96 | * contrib/: check_dl_size.pl, check_ftpget.pl, check_logins.c, | ||
97 | check_mysql.c, check_mysql.pl, check_mysqlslave.pl, | ||
98 | check_nwstat.pl, check_pop3.pl, check_procl.sh, check_procr.sh: | ||
99 | spring cleaning of contrib directory from andreas | ||
100 | |||
101 | 2005-06-26 17:18 seanius | ||
102 | |||
103 | * contrib/tarballs/: berger-ping.tar.gz, check_memory.tgz, | ||
104 | check_spread.tar, radius.tar.gz: removal of obsolete tarballs | ||
105 | |||
106 | 2005-06-26 02:23 seanius | ||
107 | |||
108 | * plugins/check_swap.c: "asprintf madness" fix from andreas' patch | ||
109 | to np-d, minus the comments. | ||
110 | |||
111 | 2005-06-05 18:43 seanius | ||
112 | |||
113 | * plugins/check_tcp.c: check_tcp code cleanup from andreas plus fix | ||
114 | to andreas' patch from sean | ||
115 | |||
116 | 2005-06-03 14:53 seanius | ||
117 | |||
118 | * plugins/check_procs.c: gcc 2.x fixes from edward | ||
119 | |||
120 | 2005-06-01 20:41 sghosh | ||
121 | |||
122 | * plugins/check_snmp.c: only load mibs if needed or specified - | ||
123 | patch 1212395 | ||
124 | |||
125 | 2005-05-28 02:21 seanius | ||
126 | |||
127 | * plugins/check_load.c: bugfixes to check_load thanks to andreas | ||
128 | |||
129 | 2005-05-26 03:13 seanius | ||
130 | |||
131 | * plugins/check_mysql.c: fix for check_msyql so that it doesn't use | ||
132 | column numbers but the names instead for determining slave | ||
133 | status. thanks to james kingston. | ||
134 | |||
135 | 2005-05-25 18:42 sghosh | ||
136 | |||
137 | * plugins/check_time.c: 64bit sys support - 1185713 | ||
138 | |||
139 | 2005-05-25 16:40 sghosh | ||
140 | |||
141 | * plugins/check_snmp.c: support for getnext - 1106430 | ||
142 | |||
143 | 2005-05-25 15:25 sghosh | ||
144 | |||
145 | * plugins/check_ping.c: RH9 pattern | ||
146 | |||
147 | 2005-05-25 15:05 sghosh | ||
148 | |||
149 | * plugins-scripts/check_ntp.pl: perfdata patch - 1172539 | ||
150 | |||
151 | 2005-05-25 04:37 sghosh | ||
152 | |||
153 | * plugins-scripts/check_ntp.pl: new option for zero offset - | ||
154 | 1159317 | ||
155 | |||
156 | 2005-05-25 04:23 sghosh | ||
157 | |||
158 | * plugins/check_snmp.c: v2c support - 1155754 | ||
159 | |||
160 | 2005-05-25 01:43 seanius | ||
161 | |||
162 | * configure.in, plugins/check_nagios.c, plugins/check_procs.c: | ||
163 | fixes for check_procs: - added support for printing the pid in | ||
164 | all the ps outputs - don't use the proc name to ignore self, use | ||
165 | the pid vs getpid(). - initialize procetime to null string | ||
166 | otherwise -vvv can have funny results | ||
167 | |||
168 | 2005-05-25 01:30 seanius | ||
169 | |||
170 | * plugins/: check_tcp.c, netutils.c, netutils.h: bah, my_connect is | ||
171 | taken by mysql. now calling it np_net_connect. | ||
172 | |||
173 | 2005-05-24 23:33 sghosh | ||
174 | |||
175 | * plugins-scripts/check_ntp.pl: patched bug id 1200030 - regex | ||
176 | update | ||
177 | |||
178 | 2005-05-24 23:10 sghosh | ||
179 | |||
180 | * plugins-scripts/check_ntp.pl: patched bug id 1204636 | ||
181 | |||
182 | 2005-05-24 21:25 seanius | ||
183 | |||
184 | * plugins/: check_tcp.c, netutils.c, netutils.h: optimizations and | ||
185 | cleanup from andreas | ||
186 | |||
187 | 2005-05-23 06:09 seanius | ||
188 | |||
189 | * nagios-plugins.spec.in: build fix | ||
190 | |||
191 | 2005-05-03 03:00 seanius | ||
192 | |||
193 | * plugins/check_ping.c: setlocale(LC_ALL, "") should be | ||
194 | setlocale(LC_NUMERIC, "C") to properly parse the output of ping. | ||
195 | |||
196 | 2005-05-03 02:52 seanius | ||
197 | |||
198 | * plugins/check_tcp.c: if check_tcp was called with -e but not -s, | ||
199 | it would hang in a call to my_recv. the fix committed here adds | ||
200 | on more piece of logic to the check to see if more data needs to | ||
201 | be read, avoiding the deadlock call. a better fix would be to | ||
202 | not use these "voodoo" heuristics and instead use poll() or | ||
203 | select(), but that's quite a bit more complicated. | ||
204 | |||
205 | 2005-05-01 21:12 seanius | ||
206 | |||
207 | * plugins/: popen.c, popen.h: better error checking in spopen | ||
208 | signal handler (see 1107524) | ||
209 | |||
210 | 2005-05-01 20:50 seanius | ||
211 | |||
212 | * configure.in: provide a --with-perl option | ||
213 | |||
214 | 2005-04-29 01:27 stanleyhopcroft | ||
215 | |||
216 | * contrib/check_sybase: check_sybase 0.7 from Simon Bellman. Thx | ||
217 | |||
218 | 2005-04-19 01:16 seanius | ||
219 | |||
220 | * plugins-scripts/check_ntp.pl: regexp fix for check_ntp | ||
221 | |||
222 | 2005-04-19 01:09 seanius | ||
223 | |||
224 | * configure.in: check for the -w flag for ping6 as well as ping | ||
225 | |||
226 | 2005-04-17 23:22 seanius | ||
227 | |||
228 | * plugins-scripts/check_disk_smb.pl: also change the --help output | ||
229 | to reflect that check_disk_smb defaults to empty passwords | ||
230 | |||
231 | 2005-04-16 07:09 seanius | ||
232 | |||
233 | * plugins-scripts/check_disk_smb.pl: patch to check_disk_smb to | ||
234 | allow empty passwords | ||
235 | |||
236 | 2005-04-14 05:13 seanius | ||
237 | |||
238 | * plugins-scripts/check_mailq.pl: check_mailq fix, don't be case | ||
239 | sensitive matching /^\s+Total\sRequests:\s(\d+)$/ | ||
240 | |||
241 | 2005-04-14 05:07 seanius | ||
242 | |||
243 | * plugins-scripts/check_ntp.pl: typographical fix in check_ntp | ||
244 | |||
245 | 2005-04-11 19:02 seanius | ||
246 | |||
247 | * plugins/check_ssh.c: properly call close() on the ssh connection | ||
248 | before exiting. | ||
249 | |||
250 | 2005-04-11 04:07 seanius | ||
251 | |||
252 | * configure.in, plugins/check_tcp.c: this should add support for | ||
253 | check_ssmtp, based on the 1.3.x patch in 1155562, but fixed to | ||
254 | follow how things are done in 1.4 (using strdup instead of | ||
255 | asprintf) and patching configure.in instead of configure. | ||
256 | |||
257 | 2005-04-07 05:33 seanius | ||
258 | |||
259 | * plugins/check_smtp.c: in honor of joining up, my first bugfix. | ||
260 | this should resolve 1174070. | ||
261 | |||
262 | note i don't have an exchange server to test this against, but it | ||
263 | does what the requester mentioned (slightly cleaner than the | ||
264 | patch attached in the tracker). | ||
265 | |||
266 | it does, however, still work against my own postfix server :) | ||
267 | |||
268 | sean | ||
269 | |||
270 | 2005-04-05 22:26 harpermann | ||
271 | |||
272 | * plugins/check_snmp.c: This is a first cut at adding performance | ||
273 | data to check_snmp. I wasn't sure how to handle UOM so only | ||
274 | values that return SNMP type Counter32: are labled with "c". All | ||
275 | other values have a blank UOM. I also left off warn, crit, max | ||
276 | and min values in the performance data until we come up with a | ||
277 | way to handle them. | ||
278 | |||
279 | 2005-04-04 19:25 tonvoon | ||
280 | |||
281 | * THANKS.in: More contributors | ||
282 | |||
283 | 2005-04-04 19:23 tonvoon | ||
284 | |||
285 | * plugins/: check_smtp.c: Fix static buffer (Nikolay Sturm) | ||
286 | |||
287 | 2005-03-18 03:14 mattkent | ||
288 | |||
289 | * plugins/check_mysql.c: Replication check support for 4.1.x from | ||
290 | Gerrit Beine | ||
291 | |||
292 | 2005-03-08 06:19 tonvoon | ||
293 | |||
294 | * plugins-scripts/check_ntp.pl: Added OS info for offset issue | ||
295 | |||
296 | 2005-03-04 22:20 tonvoon | ||
297 | |||
298 | * plugins-scripts/check_ntp.pl: Ignore extra check on offset | ||
299 | 0.00000 (John Warburton - 1150777) | ||
300 | |||
301 | 2005-03-04 22:10 tonvoon | ||
302 | |||
303 | * plugins/: check_disk.c, check_smtp.c, check_ups.c: Fixed // | ||
304 | comments | ||
305 | |||
306 | 2005-03-04 21:58 tonvoon | ||
307 | |||
308 | * plugins/: check_disk.c, check_smtp.c, check_ups.c: Fixed // | ||
309 | comments (Steve Greenland - 1143836) | ||
310 | |||
311 | 2005-03-04 21:50 tonvoon | ||
312 | |||
313 | * plugins-scripts/check_ntp.pl: Support for IPv6 (Merijn Evertse - | ||
314 | 1119917) | ||
315 | |||
316 | 2005-03-04 21:04 tonvoon | ||
317 | |||
318 | * configure.in, package.def: Changed to next version number | ||
319 | |||
320 | 2005-03-04 21:03 tonvoon | ||
321 | |||
322 | * doc/RELEASING: Notes on branching | ||
323 | |||
324 | 2005-03-04 20:43 tonvoon | ||
325 | |||
326 | * CHANGES: Missed check_disk addition to 1.4 | ||
327 | |||
328 | 2005-02-11 11:49 stanleyhopcroft | ||
329 | |||
330 | * plugins/Makefile.am: Fix for check_icmp build on Solaris from | ||
331 | Andreas Ericsson <ae@op5.se> | ||
332 | |||
333 | 2005-02-04 00:44 tonvoon | ||
334 | |||
335 | * configure.in: For 1.4 release | ||
336 | |||
337 | 2005-02-04 00:43 tonvoon | ||
338 | |||
339 | * ChangeLog: Updated for 1.4 release | ||
340 | |||
1 | 2005-02-04 00:29 tonvoon | 341 | 2005-02-04 00:29 tonvoon |
2 | 342 | ||
3 | * BUGS: New file to note known bugs for major releases | 343 | * BUGS: New file to note known bugs for major releases |