summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2007-06-04 08:58:13 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2007-06-04 08:58:13 (GMT)
commit80fbd442aac63cd978b95ba7d095f80b27388416 (patch)
treecaf65f7c37c072e9af6ecbe93714709be0ec93c2
parent9480b4ad3e33df79b11927399f4d13bbbb4816a5 (diff)
downloadmonitoring-plugins-80fbd442aac63cd978b95ba7d095f80b27388416.tar.gz
For 1.4.9 releaserelease-1.4.9
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1733 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r--BUGS14
-rw-r--r--ChangeLog279
-rw-r--r--NEWS4
-rw-r--r--configure.in2
-rw-r--r--package.def2
5 files changed, 282 insertions, 19 deletions
diff --git a/BUGS b/BUGS
index c7ffba1..774fd37 100644
--- a/BUGS
+++ b/BUGS
@@ -4,25 +4,15 @@ necessarily verified as errors.
4 4
5For the 1.4.9 release: 5For the 1.4.9 release:
6 6
71687867 - check_http: buffer overflow vulnerability 71724055 - check_dns: does not sort address data
81675306 - check_dhcp: does not add mandatory 'end' option 81681516 - output too verbose for various checks
91652471 - check_http: missing Accept header
101648570 - check_dhcp error by asking 2 dhcp servers
111637767 - check_ping on FreeBSD 5.4 fails 91637767 - check_ping on FreeBSD 5.4 fails
121614168 - not compatible with OpenSSL 0.9.8d
131595449 - check_procs bus error on Solaris 8,9,10 101595449 - check_procs bus error on Solaris 8,9,10
141573700 - check_swap on HP-UX incorrect
151573638 - check_swap SEGVs on Sol 10
161541340 - check_procs won't execute on Solaris 9 x86 111541340 - check_procs won't execute on Solaris 9 x86
171523748 - check_disk should error if warn range is subset of critical 121523748 - check_disk should error if warn range is subset of critical
181498923 - check_ldap build error on Solaris 9 131498923 - check_ldap build error on Solaris 9
191495828 - pst3 failure on solaris 10 x86
201494629 - check_icmp fails after a time on FreeBSD
211480574 - check_disk missing -lm on Solaris 141480574 - check_disk missing -lm on Solaris
221478287 - check_dns fails with CNAMEs 151478287 - check_dns fails with CNAMEs
231475899 - check_tcp segfaults with multiple -s or -e args
241470013 - check_tcp complains about double values in parameter
251469472 - check_ping dns lookup problem
261469468 - signal handler in popen.c is broken 161469468 - signal handler in popen.c is broken
271466426 - check_ldaps doesn't default to port 636 171466426 - check_ldaps doesn't default to port 636
281447642 - check_ping segfault on Sol 10 181447642 - check_ping segfault on Sol 10
diff --git a/ChangeLog b/ChangeLog
index 7f6db96..f09fc50 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,280 @@
12007-05-03 22:34 psychotrahe 12007-06-03 16:58 psychotrahe
2 2
3 * plugins/check_disk.c: - Fix partition selection if if last 3 * lib/tests/test_tcp.c: Minor corrections to test_tcp.c
4 argument is a pathname/device without using -p 4
52007-06-03 16:14 psychotrahe
6
7 * lib/tests/Makefile.am: Makefile.am changes for test_tcp.c
8
92007-06-03 16:00 psychotrahe
10
11 * configure.in, lib/tests/test_tcp.c, lib/tests/.cvsignore,
12 lib/tests/test_tcp.t: Added test cases for utils_tcp
13
142007-06-03 15:40 psychotrahe
15
16 * lib/utils_tcp.c, lib/utils_tcp.h, lib/Makefile.am,
17 plugins/check_tcp.c, NEWS: Moved check_tcp's expect string
18 testing into utils_tcp for testing purposes. Added -A/--all flag
19 to test for every expect string passed.
20
212007-06-02 00:11 hweiss
22
23 * BUGS, NEWS: Fix possible check_http segfaults when following HTTP
24 redirects.
25
262007-06-02 00:08 hweiss
27
28 * plugins/check_http.c: Fix an off-by-one error where a realloc(3)
29 call doesn't allocate space for nul-termination (Aravind
30 Gottipati - 1729692)
31
322007-06-01 23:57 hweiss
33
34 * plugins/sslutils.c: Call the SSL library initialization functions
35 only once (not for every SSL connection).
36
372007-06-01 18:06 hweiss
38
39 * plugins/sslutils.c: Save an entire CPU cycle if c points to NULL
40 already.
41
422007-06-01 17:42 hweiss
43
44 * plugins/sslutils.c: Set the pointers to the SSL and SSL_CTX
45 objects back to NULL after freeing them in np_net_ssl_cleanup().
46 This fixes a check_http segfault if an SSL site redirects to a
47 non-SSL one (reported by Aravind Gottipati via IRC).
48
492007-05-29 21:01 psychotrahe
50
51 * plugins/check_tcp.c: Fix segfault when -e is specified multiple
52 times. Thanks to John Rouillard and Ralph Roessner (#1475899)
53
542007-05-29 20:11 psychotrahe
55
56 * plugins/check_tcp.c: No more warn/crit values in performance data
57 if -w and -c are not specified. Thanks to Simon Bellwood
58 (#1181554)
59
602007-05-29 06:22 dermoth
61
62 * NEWS, plugins/check_snmp.c: check_snmp don't warn anymore if
63 something is printed on stderr
64
652007-05-29 05:25 dermoth
66
67 * plugins/check_snmp.c: change a bunch of whitespaces (no code was
68 harmed)
69
702007-05-27 15:49 psychotrahe
71
72 * THANKS.in, plugins-scripts/check_oracle.sh: check_oracle does not
73 need a valid ORACLE_HOME if called with --db. Thanks to Jason
74 Martin (#1505551)
75
762007-05-27 14:46 seanius
77
78 * lib/utils_base.c, lib/utils_base.h, plugins-root/check_dhcp.c,
79 plugins-root/check_icmp.c: added functions to utils_base:
80 np_check_if_root() - returns nonzero if geteuid()==0
81 np_warn_if_not_root() - uses the above to print an informative
82 warning added uses of these functions to check_dhcp and
83 check_icmp.
84
852007-05-24 09:53 tonvoon
86
87 * plugins/t/negate.pl: Test for new functionality in negate (not
88 automatically run in make test)
89
902007-05-24 09:35 tonvoon
91
92 * plugins/: check_dummy.c, t/check_dummy.t: Tests for check_dummy
93
942007-05-23 09:22 dermoth
95
96 * plugins/check_http.c, po/de.po, po/fr.po, NEWS,
97 po/nagios-plugins.pot: Update many strings in check_http to get
98 more consistent output Update translation files; fix all
99 check_http changes in French and most changes in German.
100
1012007-05-18 08:17 dermoth
102
103 * plugins/t/check_tcp.t: Make check_tcp.t compatible with picky web
104 servers.
105
1062007-05-13 21:02 hweiss
107
108 * plugins/check_http.c: Add missing options to the usage output.
109
1102007-05-13 13:28 psychotrahe
111
112 * THANKS.in, plugins-root/check_dhcp.c: check_dhcp now adds
113 mandatory end option (Thanks to Enrico Scholz - #1675306)
114
1152007-05-12 08:45 psychotrahe
116
117 * plugins/check_cluster.c: Fixed glibc error caused in utils_base.c
118 due to uninitialized thresholds struct (spotted on ubundu 6.06
119 LTS).
120
1212007-05-12 01:49 tonvoon
122
123 * ABOUT-NLS, configure.in, build-aux/mkinstalldirs: Updating
124 gettext files from coreutils-6.9. mkinstalldirs needs to be in
125 build-aux for some systems without gettext natively. Also have at
126 top level, though gettext documentation says file not neceesary
127
1282007-05-09 10:16 psychotrahe
129
130 * plugins/check_ups.c: small typo in --help
131
1322007-05-09 10:09 psychotrahe
133
134 * THANKS.in, plugins/check_ups.c: Fixed --help output (Ask Bjoern
135 Hansen - #1714823)
136
1372007-05-09 09:16 psychotrahe
138
139 * plugins/t/check_disk.t: added testcase to verify that old
140 positional arguments only select one path
141
1422007-05-03 21:43 psychotrahe
143
144 * ChangeLog, THANKS.in, plugins/check_disk.c: fixed backward
145 incompatibility introduced in 1.4.8 where all partitions are
146 selected, if path is specified as last argument (without using
147 -p). Thanks to Emil Michles (Emilis) on #nagios
148
1492007-05-02 11:11 dermoth
150
151 * tools/distclean: Making Solaris happy
152
1532007-05-02 06:30 dermoth
154
155 * NEWS: /* Nothing */
156
1572007-05-02 06:22 dermoth
158
159 * plugins/check_time.c, NEWS, THANKS.in: Fix check_time returning
160 wrong OK when time is before the epoch on some arch
161
1622007-04-28 22:57 psychotrahe
163
164 * plugins/t/check_cluster.t: added test cases for check_cluster
165
1662007-04-25 23:21 tonvoon
167
168 * tools/tinderbox_build: Test installs into temporary directories
169
1702007-04-25 23:10 tonvoon
171
172 * configure.in, NEWS, plugins/check_load.c, plugins/common.h,
173 plugins/t/check_load.t: check_load can optionally divide by
174 number of cpus
175
1762007-04-23 08:30 hweiss
177
178 * plugins/check_ping.c: #ifdef can only test a single macro, not an
179 expression.
180
1812007-04-20 18:55 hweiss
182
183 * plugins-root/check_dhcp.c: Remove unused variables.
184
1852007-04-20 18:46 hweiss
186
187 * plugins/check_cluster.c: Include "utils_base.h".
188
1892007-04-20 18:45 hweiss
190
191 * lib/utils_base.h: Declare print_thresholds().
192
1932007-04-20 18:39 hweiss
194
195 * plugins/check_cluster.c: Predeclare functions and remove unused
196 variables.
197
1982007-04-20 18:25 hweiss
199
200 * THANKS.in, plugins-root/check_dhcp.c: Use the 'server identifier'
201 option instead of the 'siaddr' field as the DHCP server address;
202 see RFC 2131, 2. (Denis Knauf - 1667488)
203
2042007-04-19 04:46 dermoth
205
206 * configure.in, NEWS: Fix compilation of check_ldap, check_radius
207 and check_pgsql (*ding*)
208
2092007-04-18 20:31 hweiss
210
211 * NEWS, plugins/check_by_ssh.c: Revert my previous change to
212 "-S/--skip" in favour of the two options "-E/--skip-stderr" and
213 "-S/--skip-stdout". Both of them support omitting the number of
214 lines to skip, in which case all output on the respective file
215 descriptor is skipped. "--skip" is kept as an alias for
216 "--skip-stdout" for backwards compatibility with recent releases.
217
218 Also, print a message if no (non-skipped) stdout/stderr output is
219 available. This fixes a segfault if the remote command prints no
220 output.
221
2222007-04-15 16:17 dermoth
223
224 * plugins/check_cluster.c: Localization and help fixes (Thanks
225 Benoit M.)
226
2272007-04-15 10:03 dermoth
228
229 * plugins/check_cluster.c: Cosmetic change
230
2312007-04-15 09:56 dermoth
232
233 * contrib/check_cluster2.README: More details about the changes
234
2352007-04-15 09:50 dermoth
236
237 * plugins/Makefile.am, plugins/check_cluster.c, NEWS: Add
238 thresholds support for check_cluster + lots of standardization.
239 Add forgotten items to NEWS.
240
2412007-04-15 07:44 dermoth
242
243 * plugins/check_snmp.c, BUGS: Fix bug #1344584: Counter64 values
244 not handled correctly
245
2462007-04-14 16:07 dermoth
247
248 * BUGS: Works for me
249
2502007-04-14 04:09 hweiss
251
252 * BUGS, plugins/check_by_ssh.c: Up to revision 1.35, the "-S"
253 option skipped the specified number of lines written to stderr.
254 With revision 1.36 and newer, "-S" skipped the specified number
255 of lines written to stdout. Now, "-S" skips the specified number
256 of lines written to stderr; and if the number specified via "-S"
257 minus the number of lines written to stderr is larger than 0, the
258 difference is used as the number of lines written to stdout to
259 skip. Also, the "--help" output was fixed. (Hector - 1675286)
260
2612007-04-13 12:38 dermoth
262
263 * plugins/.cvsignore: ... Some CVS magic too
264
2652007-04-13 12:35 dermoth
266
267 * contrib/check_cluster2.README, plugins/Makefile.am,
268 plugins/check_cluster.c: automake magic for check_cluster
269
2702007-04-11 15:43 tonvoon
271
272 * doc/RELEASING: Add news item to nagiosplugins.org
273
2742007-04-11 13:08 tonvoon
275
276 * BUGS, NEWS, AUTHORS, configure.in, package.def, ChangeLog: 1.4.8
277 release
5 278
62007-04-10 08:17 dermoth 2792007-04-10 08:17 dermoth
7 280
diff --git a/NEWS b/NEWS
index 4d3a0d9..75fc1c7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,9 @@
1This file documents the major additions and syntax changes between releases. 1This file documents the major additions and syntax changes between releases.
2 2
31.4.9 ?? 31.4.9 4th June 2006
4 Inclusion of contrib/check_cluster2 as check_cluster with some improvements 4 Inclusion of contrib/check_cluster2 as check_cluster with some improvements
5 New/improved -E/--skip-stderr and -S/--skip-stdout options for check_by_ssh 5 New/improved -E/--skip-stderr and -S/--skip-stdout options for check_by_ssh
6 check_snmp now support Counter64 6 check_snmp now supports Counter64
7 Fix compilation of check_ldap, check_radius and check_pgsql 7 Fix compilation of check_ldap, check_radius and check_pgsql
8 check_load can optionally divide by number of cpus 8 check_load can optionally divide by number of cpus
9 Fix check_time returning wrong OK when time is before the epoch on some arch 9 Fix check_time returning wrong OK when time is before the epoch on some arch
diff --git a/configure.in b/configure.in
index 26b0d24..7ce8a92 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.59) 3AC_PREREQ(2.59)
4AC_INIT(nagios-plugins,1.4.8) 4AC_INIT(nagios-plugins,1.4.9)
5AC_CONFIG_SRCDIR(NPTest.pm) 5AC_CONFIG_SRCDIR(NPTest.pm)
6AC_CONFIG_FILES(gl/Makefile) 6AC_CONFIG_FILES(gl/Makefile)
7AC_CONFIG_AUX_DIR(build-aux) 7AC_CONFIG_AUX_DIR(build-aux)
diff --git a/package.def b/package.def
index d79610a..1ce2427 100644
--- a/package.def
+++ b/package.def
@@ -1 +1 @@
PACKAGE_RELEASE="1.4.8" PACKAGE_RELEASE="1.4.9"