summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2005-08-01 21:28:36 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2005-08-01 21:28:36 (GMT)
commit5944f15ae79704e35450bb3a411432976c11f702 (patch)
tree1e3ee5587463b510d8dfb3b9590484212dd73ca1
parent004ce6f5e23804c55d62ebbff73e57f02360763e (diff)
downloadmonitoring-plugins-5944f15ae79704e35450bb3a411432976c11f702.tar.gz
For 1.4.1 release
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1209 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r--BUGS8
-rw-r--r--ChangeLog340
-rw-r--r--REQUIREMENTS3
-rw-r--r--configure.in2
-rw-r--r--package.def2
5 files changed, 346 insertions, 9 deletions
diff --git a/BUGS b/BUGS
index 96be250..b3df059 100644
--- a/BUGS
+++ b/BUGS
@@ -3,12 +3,12 @@ Plugins page on Sourceforge at http://sourceforge.net/tracker/?group_id=29880&at
3 3
4For the 1.4 release: 4For the 1.4 release:
5 5
61107524 - check_ping can segfault if DNS lookups exceed timeout 61225470 - check_swap perf data incorrect
71218438 - check_radius linking to wrong header
81210958 - check_nwstat incorrectly reporting free disk space
91144727 - check_disk fails on solaris with large available space
71108499 - check_ping with -U on Debian fails 101108499 - check_ping with -U on Debian fails
81106849 - check_procs returns WARNING with procps 3.1.15
91105015 - nagios.spec.in problems
101094326 - check_ide_smart usage errors 111094326 - check_ide_smart usage errors
111090549 - check_dhcp ignores DHCP replies 121090549 - check_dhcp ignores DHCP replies
121081520 - check_snmp only works for version 1 and 3 of SNMP protocol
13 990948 - check_disk_smb doesn't allow spaces in share names 13 990948 - check_disk_smb doesn't allow spaces in share names
14 14
diff --git a/ChangeLog b/ChangeLog
index 81d253f..11f6efc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,343 @@
12005-07-25 15:17 illumino
2
3 * NPTest.pm: Change the environment variable NPTESTCACHE to
4 NPTEST_CACHE for consistancy
5
62005-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
242005-07-20 23:39 tonvoon
25
26 * THANKS.in: More contributors
27
282005-07-20 23:38 tonvoon
29
30 * plugins/check_ping.c: Fix parsing for netkit-ping and
31 iputils-ping (Christian G Warden)
32
332005-07-11 23:15 tonvoon
34
35 * plugins/check_nwstat.c: Miscelleneous bug fixes (Gerd Mueller -
36 1235879)
37
382005-07-09 05:44 tonvoon
39
40 * BRANCHES: Changed format (already!) for awk simplicity
41
422005-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
472005-07-06 23:21 tonvoon
48
49 * configure.in: Removed ",", causing problems with MacOSX compile
50
512005-07-06 23:10 tonvoon
52
53 * plugins/check_swap.c: Updated help file to remove swap -s
54 reference (Sivakumar Nellurandi)
55
562005-07-06 22:00 tonvoon
57
58 * AUTHORS, THANKS.in: Sean Finney moved to main list of plugin
59 developers
60
612005-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
672005-06-29 05:11 seanius
68
69 * plugins/: runcmd.c, runcmd.h: initial versions of the runcmd
70 framework by andreas
71
722005-06-29 02:04 seanius
73
74 * plugins/check_swap.c: divide by 0 fix for check_swap
75
762005-06-28 03:26 seanius
77
78 * plugins/check_load.c: set LC_NUMERIC to POSIX in check_load
79 (1164325)
80
812005-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
892005-06-27 14:07 seanius
90
91 * plugins/check_hpjd.c: fixes from richard brodie (tracker id
92 1216576)
93
942005-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
1012005-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
1062005-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
1112005-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
1162005-06-03 14:53 seanius
117
118 * plugins/check_procs.c: gcc 2.x fixes from edward
119
1202005-06-01 20:41 sghosh
121
122 * plugins/check_snmp.c: only load mibs if needed or specified -
123 patch 1212395
124
1252005-05-28 02:21 seanius
126
127 * plugins/check_load.c: bugfixes to check_load thanks to andreas
128
1292005-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
1352005-05-25 18:42 sghosh
136
137 * plugins/check_time.c: 64bit sys support - 1185713
138
1392005-05-25 16:40 sghosh
140
141 * plugins/check_snmp.c: support for getnext - 1106430
142
1432005-05-25 15:25 sghosh
144
145 * plugins/check_ping.c: RH9 pattern
146
1472005-05-25 15:05 sghosh
148
149 * plugins-scripts/check_ntp.pl: perfdata patch - 1172539
150
1512005-05-25 04:37 sghosh
152
153 * plugins-scripts/check_ntp.pl: new option for zero offset -
154 1159317
155
1562005-05-25 04:23 sghosh
157
158 * plugins/check_snmp.c: v2c support - 1155754
159
1602005-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
1682005-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
1732005-05-24 23:33 sghosh
174
175 * plugins-scripts/check_ntp.pl: patched bug id 1200030 - regex
176 update
177
1782005-05-24 23:10 sghosh
179
180 * plugins-scripts/check_ntp.pl: patched bug id 1204636
181
1822005-05-24 21:25 seanius
183
184 * plugins/: check_tcp.c, netutils.c, netutils.h: optimizations and
185 cleanup from andreas
186
1872005-05-23 06:09 seanius
188
189 * nagios-plugins.spec.in: build fix
190
1912005-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
1962005-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
2052005-05-01 21:12 seanius
206
207 * plugins/: popen.c, popen.h: better error checking in spopen
208 signal handler (see 1107524)
209
2102005-05-01 20:50 seanius
211
212 * configure.in: provide a --with-perl option
213
2142005-04-29 01:27 stanleyhopcroft
215
216 * contrib/check_sybase: check_sybase 0.7 from Simon Bellman. Thx
217
2182005-04-19 01:16 seanius
219
220 * plugins-scripts/check_ntp.pl: regexp fix for check_ntp
221
2222005-04-19 01:09 seanius
223
224 * configure.in: check for the -w flag for ping6 as well as ping
225
2262005-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
2312005-04-16 07:09 seanius
232
233 * plugins-scripts/check_disk_smb.pl: patch to check_disk_smb to
234 allow empty passwords
235
2362005-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
2412005-04-14 05:07 seanius
242
243 * plugins-scripts/check_ntp.pl: typographical fix in check_ntp
244
2452005-04-11 19:02 seanius
246
247 * plugins/check_ssh.c: properly call close() on the ssh connection
248 before exiting.
249
2502005-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
2572005-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
2702005-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
2792005-04-04 19:25 tonvoon
280
281 * THANKS.in: More contributors
282
2832005-04-04 19:23 tonvoon
284
285 * plugins/: check_smtp.c: Fix static buffer (Nikolay Sturm)
286
2872005-03-18 03:14 mattkent
288
289 * plugins/check_mysql.c: Replication check support for 4.1.x from
290 Gerrit Beine
291
2922005-03-08 06:19 tonvoon
293
294 * plugins-scripts/check_ntp.pl: Added OS info for offset issue
295
2962005-03-04 22:20 tonvoon
297
298 * plugins-scripts/check_ntp.pl: Ignore extra check on offset
299 0.00000 (John Warburton - 1150777)
300
3012005-03-04 22:10 tonvoon
302
303 * plugins/: check_disk.c, check_smtp.c, check_ups.c: Fixed //
304 comments
305
3062005-03-04 21:58 tonvoon
307
308 * plugins/: check_disk.c, check_smtp.c, check_ups.c: Fixed //
309 comments (Steve Greenland - 1143836)
310
3112005-03-04 21:50 tonvoon
312
313 * plugins-scripts/check_ntp.pl: Support for IPv6 (Merijn Evertse -
314 1119917)
315
3162005-03-04 21:04 tonvoon
317
318 * configure.in, package.def: Changed to next version number
319
3202005-03-04 21:03 tonvoon
321
322 * doc/RELEASING: Notes on branching
323
3242005-03-04 20:43 tonvoon
325
326 * CHANGES: Missed check_disk addition to 1.4
327
3282005-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
3332005-02-04 00:44 tonvoon
334
335 * configure.in: For 1.4 release
336
3372005-02-04 00:43 tonvoon
338
339 * ChangeLog: Updated for 1.4 release
340
12005-02-04 00:29 tonvoon 3412005-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
diff --git a/REQUIREMENTS b/REQUIREMENTS
index f4e9d7a..bd08aa1 100644
--- a/REQUIREMENTS
+++ b/REQUIREMENTS
@@ -76,6 +76,3 @@ HP-UX 11.11
76You need to use the version of gcc provided by HP at version 3.3.3. 76You need to use the version of gcc provided by HP at version 3.3.3.
77Also, you need GNU make 3.8 77Also, you need GNU make 3.8
78 78
79Mandrake 10.0
80If you have procps 3.1.15, you will need to run configure and then change
81the PS_COMMAND in config.h to remove the "-" from the ps command
diff --git a/configure.in b/configure.in
index f80be76..5453fe1 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
1dnl Process this file with autoconf to produce a configure script. 1dnl Process this file with autoconf to produce a configure script.
2AC_REVISION ($Revision$) 2AC_REVISION ($Revision$)
3AC_PREREQ(2.58) 3AC_PREREQ(2.58)
4AC_INIT(nagios-plugins,1.5) 4AC_INIT(nagios-plugins,1.4.1)
5AC_CONFIG_SRCDIR(NPTest.pm) 5AC_CONFIG_SRCDIR(NPTest.pm)
6AM_INIT_AUTOMAKE 6AM_INIT_AUTOMAKE
7AM_CONFIG_HEADER(config.h) 7AM_CONFIG_HEADER(config.h)
diff --git a/package.def b/package.def
index 85b8701..7f2c939 100644
--- a/package.def
+++ b/package.def
@@ -1 +1 @@
PACKAGE_RELEASE="1.5" PACKAGE_RELEASE="1.4.1"