diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2008-09-25 08:15:58 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2008-09-25 08:15:58 (GMT) |
commit | 4677f3c2b4aefd9b969de1d055f151a45c74a1d4 (patch) | |
tree | 23ebcac16678f9ea39bcfbcb72974f0606712fed | |
parent | 4181892bccbf19ee8fe48e8f2613845ac2ade676 (diff) | |
download | monitoring-plugins-4677f3c2b4aefd9b969de1d055f151a45c74a1d4.tar.gz |
Preparation for 1.4.13release-1.4.13
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2057 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r-- | BUGS | 6 | ||||
-rw-r--r-- | ChangeLog | 412 | ||||
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | package.def | 2 |
5 files changed, 349 insertions, 77 deletions
@@ -2,8 +2,12 @@ This file lists the major bugs from the Nagios Plugins page on Sourceforge | |||
2 | at http://sourceforge.net/tracker/?group_id=29880&atid=397597. These are not | 2 | at http://sourceforge.net/tracker/?group_id=29880&atid=397597. These are not |
3 | necessarily verified as errors. | 3 | necessarily verified as errors. |
4 | 4 | ||
5 | For the 1.4.11 release: | 5 | For the 1.4.13 release: |
6 | 6 | ||
7 | 2075933 - check_disk segfault on freebsd 7 if using -p option | ||
8 | 1985263 - check_ups doesn't disconnect cleanly | ||
9 | 1984255 - check_swap not built on Solaris 10 and HP-UX 11.11, 11.23 | ||
10 | 1984240 - check_tcp Segmentation fault on HP-UX 11.23 | ||
7 | 1939578 - check_jabber: Always returns WARNING with Openfire server | 11 | 1939578 - check_jabber: Always returns WARNING with Openfire server |
8 | 1939529 - check_tcp: Expiring SSL certs produce confusing messages | 12 | 1939529 - check_tcp: Expiring SSL certs produce confusing messages |
9 | 1928399 - check_procs METRIC_CPU should ignore kernel processes on FreeBSD | 13 | 1928399 - check_procs METRIC_CPU should ignore kernel processes on FreeBSD |
@@ -1,3 +1,312 @@ | |||
1 | 2008-09-25 08:04 tonvoon | ||
2 | |||
3 | * [r2056] plugins/tests/check_http.t: | ||
4 | Fix small test failure | ||
5 | |||
6 | 2008-09-25 08:01 tonvoon | ||
7 | |||
8 | * [r2055] doc/LEAVERS, doc/NEW_STARTERS, doc/RELEASING: | ||
9 | Moving project administration documents to nagiosplugins.org site | ||
10 | |||
11 | 2008-09-02 12:28 dermoth | ||
12 | |||
13 | * [r2054] plugins/check_ntp_peer.c: | ||
14 | Typo | ||
15 | |||
16 | 2008-09-02 11:26 hweiss | ||
17 | |||
18 | * [r2053] THANKS.in, plugins/check_http.c: | ||
19 | Some HTTP server applications/configurations cause trouble if the | ||
20 | port is explicitly specified in our "Host:" header line. | ||
21 | Therefore, we now specify the port only if we're using a | ||
22 | non-default port (Erik Wasser - 2082501). | ||
23 | |||
24 | 2008-09-02 03:42 dermoth | ||
25 | |||
26 | * [r2052] NEWS, plugins/check_ntp_peer.c: | ||
27 | Fix possible segfault in check_ntp_peer with deliberately invalid | ||
28 | packets | ||
29 | |||
30 | 2008-09-01 14:04 dermoth | ||
31 | |||
32 | * [r2051] NEWS, plugins/check_ntp_peer.c, plugins/check_ntp_time.c: | ||
33 | check_ntp_peer/check_ntp_time used to show port in --help but | ||
34 | ignored the argument - now implemented. | ||
35 | |||
36 | 2008-09-01 14:04 dermoth | ||
37 | |||
38 | * [r2050] NEWS, THANKS.in, plugins/check_http.c: | ||
39 | Revert "Re-structure the HTTP 1.1 headers to prevent 301s on | ||
40 | servers with virtual hosts" | ||
41 | |||
42 | This reverts commit 2030 | ||
43 | |||
44 | 2008-09-01 12:20 hweiss | ||
45 | |||
46 | * [r2049] plugins/check_http.c: | ||
47 | Under some circumstances, the 'url' path of a redirection target | ||
48 | missed a leading slash. While this was fixed later on, the | ||
49 | incomplete 'url' was used for redirection loop detection and | ||
50 | error messages. This is now fixed by adding the missing slash | ||
51 | immediately. | ||
52 | |||
53 | 2008-08-25 18:39 tonvoon | ||
54 | |||
55 | * [r2048] plugins/tests/check_http.t: | ||
56 | Fix HTTP::Daemon::VERSION to get a fixed header size for tests | ||
57 | (Sven Nierlein) | ||
58 | |||
59 | 2008-08-25 13:26 tonvoon | ||
60 | |||
61 | * [r2047] plugins/tests/check_http.t: | ||
62 | Updated with more tests re: multiple status codes (Sven Nierlein) | ||
63 | |||
64 | 2008-08-25 11:42 hweiss | ||
65 | |||
66 | * [r2046] NEWS, THANKS.in, plugins/check_http.c, | ||
67 | plugins/tests/check_http.t: | ||
68 | The "-e" option now accepts a comma-delimited list of expected | ||
69 | status lines (Sven Nierlein - 1894496). | ||
70 | |||
71 | 2008-08-22 13:08 tonvoon | ||
72 | |||
73 | * [r2045] plugins/tests/check_http.t, plugins/tests/var/root: | ||
74 | Added HTTP tests for status codes | ||
75 | |||
76 | 2008-08-21 21:52 tonvoon | ||
77 | |||
78 | * [r2044] configure.in: | ||
79 | Only include extra-opts tests if libtap is enabled | ||
80 | |||
81 | 2008-08-21 15:21 tonvoon | ||
82 | |||
83 | * [r2043] NEWS: | ||
84 | Note re: --enable-libtap | ||
85 | |||
86 | 2008-08-21 15:18 tonvoon | ||
87 | |||
88 | * [r2042] lib/tests/Makefile.am, lib/tests/test_all.t, | ||
89 | lib/tests/test_base64.t, lib/tests/test_cmd.t, | ||
90 | lib/tests/test_disk.t, lib/tests/test_ini.t, | ||
91 | lib/tests/test_opts.t, lib/tests/test_tcp.t, | ||
92 | lib/tests/test_utils.c, lib/tests/test_utils.t: | ||
93 | Correctly link to included libtap. Simplify invoking test | ||
94 | scripts. Removed basename test as we should use base_name from | ||
95 | GNUlib which is tested separately | ||
96 | |||
97 | 2008-08-21 15:15 tonvoon | ||
98 | |||
99 | * [r2041] tools/tinderbox_build: | ||
100 | Fix regexp of version number of snapshot | ||
101 | |||
102 | 2008-08-21 15:12 tonvoon | ||
103 | |||
104 | * [r2040] Makefile.am: | ||
105 | Remove .svn files in distribution | ||
106 | |||
107 | 2008-08-21 15:12 tonvoon | ||
108 | |||
109 | * [r2039] external/tap-1.01-altinity.tar.gz, | ||
110 | external/tap-1.01-nagios-plugins.tar.gz, tools/setup: | ||
111 | Renamed altered tap file to nagios-plugins | ||
112 | |||
113 | 2008-08-21 09:41 dermoth | ||
114 | |||
115 | * [r2038] plugins/check_ntp_peer.c: | ||
116 | Nothing | ||
117 | |||
118 | 2008-08-21 04:22 dermoth | ||
119 | |||
120 | * [r2037] plugins/check_ntp_peer.c: | ||
121 | Misplaced comment | ||
122 | |||
123 | 2008-08-21 04:17 dermoth | ||
124 | |||
125 | * [r2036] plugins/check_ntp_peer.c: | ||
126 | Complete rewrite of the extract_value function | ||
127 | |||
128 | The original one was flawed (easy to trigger segfaults) and did | ||
129 | not allow some whitespaces as permitted by rfc1305. This one has | ||
130 | been troughfully tested with tap (the testing code might get | ||
131 | included later) | ||
132 | |||
133 | 2008-08-21 04:17 dermoth | ||
134 | |||
135 | * [r2035] lib/parse_ini.c, lib/parse_ini.h, lib/tests/test_opts.c: | ||
136 | Typos in comments | ||
137 | |||
138 | 2008-08-16 04:47 dermoth | ||
139 | |||
140 | * [r2034] plugins/check_mysql.c, plugins/check_mysql_query.c: | ||
141 | Fix assignment written as a comparison in validate_arguments() | ||
142 | when db_pass is NULL (Patch from | ||
143 | http://blog.barfoo.org/projects/rpms-for-sles10) | ||
144 | |||
145 | 2008-08-16 04:47 dermoth | ||
146 | |||
147 | * [r2033] plugins/check_fping.c: | ||
148 | Fix check_fping --help output (Patch from | ||
149 | http://blog.barfoo.org/projects/rpms-for-sles10) | ||
150 | |||
151 | 2008-08-16 01:52 dermoth | ||
152 | |||
153 | * [r2032] plugins/t/check_by_ssh.t: | ||
154 | Typo | ||
155 | |||
156 | 2008-08-08 16:12 tonvoon | ||
157 | |||
158 | * [r2031] plugins-root/pst3.c: | ||
159 | Close on fd | ||
160 | |||
161 | 2008-08-08 02:25 dermoth | ||
162 | |||
163 | * [r2030] NEWS, THANKS.in, plugins/check_http.c: | ||
164 | Re-structure the HTTP 1.1 headers to prevent 301s on servers with | ||
165 | virtual hosts | ||
166 | |||
167 | 2008-08-08 02:08 dermoth | ||
168 | |||
169 | * [r2029] plugins-root/check_icmp.c: | ||
170 | Typo in --help output | ||
171 | |||
172 | 2008-08-05 11:14 dermoth | ||
173 | |||
174 | * [r2028] tools/devmode: | ||
175 | Set -D_FORTIFY_SOURCE=2, and added a comment with link to | ||
176 | explaination of this flag. | ||
177 | |||
178 | 2008-07-28 20:15 psychotrahe | ||
179 | |||
180 | * [r2027] plugins-root/check_icmp.c: | ||
181 | -b option now specifies ICMP data bytes instead of packet size | ||
182 | |||
183 | 2008-07-17 07:06 psychotrahe | ||
184 | |||
185 | * [r2026] NEWS, plugins-root/check_icmp.c: | ||
186 | Add support for packet size modification (-b) | ||
187 | |||
188 | 2008-07-10 10:03 dermoth | ||
189 | |||
190 | * [r2025] plugins/check_disk.c: | ||
191 | Verbose should not have to exceed 3 as per developement | ||
192 | guidelines | ||
193 | |||
194 | 2008-07-10 10:03 dermoth | ||
195 | |||
196 | * [r2024] tools/devmode: | ||
197 | Add -D_FORTIFY_SOURCE | ||
198 | |||
199 | 2008-07-10 10:03 dermoth | ||
200 | |||
201 | * [r2023] plugins/check_ups.c: | ||
202 | Typo in check_ups | ||
203 | |||
204 | 2008-07-09 21:54 psychotrahe | ||
205 | |||
206 | * [r2022] plugins/t/check_snmp.t: | ||
207 | rewrote check_snmp.t to use Test::More added perfdata checking | ||
208 | for string values | ||
209 | |||
210 | 2008-07-09 21:53 psychotrahe | ||
211 | |||
212 | * [r2021] NEWS, plugins/check_snmp.c: | ||
213 | check_snmp now only prints perfdata for non numeric values (Joerg | ||
214 | Linge #1867716) | ||
215 | |||
216 | 2008-07-08 10:09 tonvoon | ||
217 | |||
218 | * [r2020] Makefile.am, tools/tinderbox_build: | ||
219 | Removed libtap configuration for the moment, as tinderbox builds | ||
220 | are breaking | ||
221 | |||
222 | 2008-07-08 09:31 tonvoon | ||
223 | |||
224 | * [r2019] NEWS, lib/utils_cmd.c, lib/utils_cmd.h, | ||
225 | plugins/Makefile.am, plugins/check_procs.c: | ||
226 | check_procs captures stderr and adds to plugin output. This is | ||
227 | from a merge of branch nagiosplug/branches/new_threshold_syntax | ||
228 | 1979:1982 | ||
229 | |||
230 | 2008-07-06 12:57 hweiss | ||
231 | |||
232 | * [r2018] plugins-root/check_dhcp.c: | ||
233 | Don't try to set the "SO_BROADCAST" socket option for unicast | ||
234 | requests. (Also, removed the unused "DHCP_UNICAST_FLAG" macro.) | ||
235 | |||
236 | 2008-07-02 20:07 tonvoon | ||
237 | |||
238 | * [r2017] lib/tests/Makefile.am: | ||
239 | Use tap.h from the libtap directory | ||
240 | |||
241 | 2008-07-02 20:00 tonvoon | ||
242 | |||
243 | * [r2016] plugins-root/Makefile.am, plugins-root/pst3.c: | ||
244 | Change pst3 again, this time to remove use of kvm which is not | ||
245 | available in Solaris 10 non-global zones. Uses /proc, which is | ||
246 | not available in older versions of Solaris. | ||
247 | |||
248 | 2008-06-30 14:32 tonvoon | ||
249 | |||
250 | * [r2015] tools/setup: | ||
251 | Fixed bug in tools/setup if docbook was run | ||
252 | |||
253 | 2008-06-30 09:01 tonvoon | ||
254 | |||
255 | * [r2014] Makefile.am: | ||
256 | Have to list tap_dir manually to get into make dist | ||
257 | |||
258 | 2008-06-26 22:00 tonvoon | ||
259 | |||
260 | * [r2013] Makefile.am, configure.in, external, external/README, | ||
261 | external/tap-1.01-altinity.tar.gz, lib/tests/Makefile.am, | ||
262 | tools/setup, tools/tinderbox_build: | ||
263 | Adding libtap into distribution to help run C based tests | ||
264 | |||
265 | 2008-06-17 14:19 tonvoon | ||
266 | |||
267 | * [r2012] plugins-root/pst3.c: | ||
268 | Fixed possible coredump. Removed one level of subroutines (Duncan | ||
269 | Ferguson) | ||
270 | |||
271 | 2008-06-09 19:47 psychotrahe | ||
272 | |||
273 | * [r2011] NEWS, plugins/check_dig.c, plugins/t/check_dig.t: | ||
274 | Added testcases for check_dig check_dig's -l option is mandatory | ||
275 | now (#1986306) | ||
276 | |||
277 | 2008-06-02 16:22 tonvoon | ||
278 | |||
279 | * [r2010] NEWS, plugins-root/pst3.c: | ||
280 | Optimised pst3 for systems with large number of processes (Duncan | ||
281 | Ferguson) | ||
282 | |||
283 | 2008-06-02 16:21 tonvoon | ||
284 | |||
285 | * [r2009] NEWS, perlmods/Nagios-Plugin-0.22.tar.gz, | ||
286 | perlmods/Nagios-Plugin-0.27.tar.gz: | ||
287 | Updated Nagios::Plugin perl modules to 0.27 | ||
288 | |||
289 | 2008-05-30 23:38 dermoth | ||
290 | |||
291 | * [r2008] NEWS, THANKS.in, plugins/check_http.c: | ||
292 | Fix Debian bug #460097: check_http --max-age broken (Hilko | ||
293 | Bengen) | ||
294 | |||
295 | 2008-05-29 10:21 dermoth | ||
296 | |||
297 | * [r2007] BUGS: | ||
298 | typo | ||
299 | |||
300 | 2008-05-27 23:44 tonvoon | ||
301 | |||
302 | * [r2006] doc/RELEASING: | ||
303 | Changed SF file release to use sftp instead of ftp | ||
304 | |||
305 | 2008-05-27 22:01 tonvoon | ||
306 | |||
307 | * [r2004] BUGS, ChangeLog, NEWS, configure.in, package.def: | ||
308 | Preparation for 1.4.12 release | ||
309 | |||
1 | 2008-05-27 21:52 tonvoon | 310 | 2008-05-27 21:52 tonvoon |
2 | 311 | ||
3 | * [r2003] THANKS.in, configure.in: | 312 | * [r2003] THANKS.in, configure.in: |
@@ -4762,8 +5071,7 @@ | |||
4762 | 5071 | ||
4763 | 2005-04-04 18:24 tonvoon | 5072 | 2005-04-04 18:24 tonvoon |
4764 | 5073 | ||
4765 | * [r1155] nagiosplug/branches/r1_4-patches/plugins/check_smtp.c, | 5074 | * [r1155] plugins/check_smtp.c: |
4766 | plugins/check_smtp.c: | ||
4767 | Fix static buffer (Nikolay Sturm) | 5075 | Fix static buffer (Nikolay Sturm) |
4768 | 5076 | ||
4769 | 2005-03-18 03:14 mattkent | 5077 | 2005-03-18 03:14 mattkent |
@@ -6506,8 +6814,7 @@ | |||
6506 | 6814 | ||
6507 | 2004-03-18 20:40 tonvoon | 6815 | 2004-03-18 20:40 tonvoon |
6508 | 6816 | ||
6509 | * [r852] nagiosplug/branches/release-1.3.0/configure.in, | 6817 | * [r852] configure.in: |
6510 | configure.in: | ||
6511 | Mysql include path not added correctly (Arnold Cavazos - 912974) | 6818 | Mysql include path not added correctly (Arnold Cavazos - 912974) |
6512 | 6819 | ||
6513 | 2004-03-18 20:31 tonvoon | 6820 | 2004-03-18 20:31 tonvoon |
@@ -6689,14 +6996,8 @@ | |||
6689 | 6996 | ||
6690 | 2004-02-20 05:25 kdebisschop | 6997 | 2004-02-20 05:25 kdebisschop |
6691 | 6998 | ||
6692 | * [r818] nagiosplug/branches/release-1.3.0/contrib/check_dhcp.c, | 6999 | * [r818] contrib/check_dhcp.c, plugins/check_snmp.c, |
6693 | nagiosplug/branches/release-1.3.0/contrib/check_procl.sh, | 7000 | plugins/negate.c, plugins/netutils.c, plugins/urlize.c: |
6694 | nagiosplug/branches/release-1.3.0/plugins/check_snmp.c, | ||
6695 | nagiosplug/branches/release-1.3.0/plugins/negate.c, | ||
6696 | nagiosplug/branches/release-1.3.0/plugins/netutils.c, | ||
6697 | nagiosplug/branches/release-1.3.0/plugins/urlize.c, | ||
6698 | contrib/check_dhcp.c, plugins/check_snmp.c, plugins/negate.c, | ||
6699 | plugins/netutils.c, plugins/urlize.c: | ||
6700 | spell fix "received" | 7001 | spell fix "received" |
6701 | 7002 | ||
6702 | 2004-02-20 05:21 kdebisschop | 7003 | 2004-02-20 05:21 kdebisschop |
@@ -6807,14 +7108,13 @@ | |||
6807 | 7108 | ||
6808 | 2004-01-21 12:50 kdebisschop | 7109 | 2004-01-21 12:50 kdebisschop |
6809 | 7110 | ||
6810 | * [r797] nagiosplug/branches/release-1.3.0/AUTHORS, AUTHORS: | 7111 | * [r797] AUTHORS: |
6811 | credit David Croft (patch check_tcp formultibyte malloc bug in | 7112 | credit David Croft (patch check_tcp formultibyte malloc bug in |
6812 | server_expect) | 7113 | server_expect) |
6813 | 7114 | ||
6814 | 2004-01-21 12:49 kdebisschop | 7115 | 2004-01-21 12:49 kdebisschop |
6815 | 7116 | ||
6816 | * [r796] nagiosplug/branches/release-1.3.0/plugins/check_tcp.c, | 7117 | * [r796] plugins/check_tcp.c: |
6817 | plugins/check_tcp.c: | ||
6818 | =fix segfault on malloc of server_expect for multibyte chars | 7118 | =fix segfault on malloc of server_expect for multibyte chars |
6819 | (David Croft) | 7119 | (David Croft) |
6820 | 7120 | ||
@@ -7384,8 +7684,7 @@ | |||
7384 | 7684 | ||
7385 | 2003-08-22 04:43 kdebisschop | 7685 | 2003-08-22 04:43 kdebisschop |
7386 | 7686 | ||
7387 | * [r689] nagiosplug/branches/release-1.3.0/plugins/check_http.c, | 7687 | * [r689] plugins/check_http.c: |
7388 | plugins/check_http.c: | ||
7389 | * bugfix: snprintf of timestamp truncated '\0' | 7688 | * bugfix: snprintf of timestamp truncated '\0' |
7390 | 7689 | ||
7391 | 2003-08-21 18:00 kdebisschop | 7690 | 2003-08-21 18:00 kdebisschop |
@@ -7765,8 +8064,7 @@ | |||
7765 | 8064 | ||
7766 | 2003-08-01 02:12 kdebisschop | 8065 | 2003-08-01 02:12 kdebisschop |
7767 | 8066 | ||
7768 | * [r624] nagiosplug/branches/release-1.3.0/plugins/Makefile.am, | 8067 | * [r624] plugins/Makefile.am: |
7769 | plugins/Makefile.am: | ||
7770 | 'ln -f -s ...' is not reliable/portable. Use 'rm -f ...; ln -s | 8068 | 'ln -f -s ...' is not reliable/portable. Use 'rm -f ...; ln -s |
7771 | ...' | 8069 | ...' |
7772 | 8070 | ||
@@ -7831,14 +8129,12 @@ | |||
7831 | 8129 | ||
7832 | 2003-07-29 03:06 kdebisschop | 8130 | 2003-07-29 03:06 kdebisschop |
7833 | 8131 | ||
7834 | * [r613] nagiosplug/branches/release-1.3.0/configure.in, | 8132 | * [r613] configure.in: |
7835 | configure.in: | ||
7836 | look for getloadavg.c in $topdir/lib, not $srcdir/lib | 8133 | look for getloadavg.c in $topdir/lib, not $srcdir/lib |
7837 | 8134 | ||
7838 | 2003-07-29 03:05 kdebisschop | 8135 | 2003-07-29 03:05 kdebisschop |
7839 | 8136 | ||
7840 | * [r612] nagiosplug/branches/release-1.3.0/plugins/check_http.c, | 8137 | * [r612] plugins/check_http.c: |
7841 | plugins/check_http.c: | ||
7842 | patch attempt to reference undefined optarg (credit Paul Farrall) | 8138 | patch attempt to reference undefined optarg (credit Paul Farrall) |
7843 | 8139 | ||
7844 | 2003-07-28 11:36 tonvoon | 8140 | 2003-07-28 11:36 tonvoon |
@@ -7974,9 +8270,7 @@ | |||
7974 | 8270 | ||
7975 | 2003-07-02 16:21 tonvoon | 8271 | 2003-07-02 16:21 tonvoon |
7976 | 8272 | ||
7977 | * [r581] | 8273 | * [r581] plugins-scripts/check_oracle.sh: |
7978 | nagiosplug/branches/release-1.3.0/plugins-scripts/check_oracle.sh, | ||
7979 | plugins-scripts/check_oracle.sh: | ||
7980 | Check for ORA- errors for tablespace and cache (patch 755456 - | 8274 | Check for ORA- errors for tablespace and cache (patch 755456 - |
7981 | Sven Meyer) | 8275 | Sven Meyer) |
7982 | 8276 | ||
@@ -8145,14 +8439,12 @@ | |||
8145 | 8439 | ||
8146 | 2003-06-12 04:46 undrgrid | 8440 | 2003-06-12 04:46 undrgrid |
8147 | 8441 | ||
8148 | * [r548] nagiosplug/branches/release-1.3.0/command.cfg.in, | 8442 | * [r548] command.cfg.in: |
8149 | command.cfg.in: | ||
8150 | Renamed duplicate check_snmp command definitions to be unique | 8443 | Renamed duplicate check_snmp command definitions to be unique |
8151 | 8444 | ||
8152 | 2003-06-12 04:16 undrgrid | 8445 | 2003-06-12 04:16 undrgrid |
8153 | 8446 | ||
8154 | * [r547] nagiosplug/branches/release-1.3.0/command.cfg.in, | 8447 | * [r547] command.cfg.in, configure.in: |
8155 | command.cfg.in, configure.in: | ||
8156 | Made the two check_ifoperstatus commands unique to remove | 8448 | Made the two check_ifoperstatus commands unique to remove |
8157 | conflicts | 8449 | conflicts |
8158 | 8450 | ||
@@ -8202,8 +8494,7 @@ | |||
8202 | 8494 | ||
8203 | 2003-06-02 14:46 kdebisschop | 8495 | 2003-06-02 14:46 kdebisschop |
8204 | 8496 | ||
8205 | * [r531] nagiosplug/branches/release-1.3.0/plugins/check_tcp.c, | 8497 | * [r531] plugins/check_tcp.c: |
8206 | plugins/check_tcp.c: | ||
8207 | finish recv() loop when stream GT or EQ maxbytes (was GT) | 8498 | finish recv() loop when stream GT or EQ maxbytes (was GT) |
8208 | 8499 | ||
8209 | 2003-06-01 05:38 kdebisschop | 8500 | 2003-06-01 05:38 kdebisschop |
@@ -8231,26 +8522,22 @@ | |||
8231 | 8522 | ||
8232 | 2003-05-17 23:10 tonvoon | 8523 | 2003-05-17 23:10 tonvoon |
8233 | 8524 | ||
8234 | * [r521] nagiosplug/branches/release-1.3.0/plugins/t/check_ftp.t, | 8525 | * [r521] plugins/t/check_ftp.t: |
8235 | plugins/t/check_ftp.t: | ||
8236 | Fixed test (Mathew Ericson - 738609) | 8526 | Fixed test (Mathew Ericson - 738609) |
8237 | 8527 | ||
8238 | 2003-05-17 17:59 tonvoon | 8528 | 2003-05-17 17:59 tonvoon |
8239 | 8529 | ||
8240 | * [r520] nagiosplug/branches/release-1.3.0/plugins/t/check_load.t, | 8530 | * [r520] plugins/t/check_load.t: |
8241 | plugins/t/check_load.t: | ||
8242 | Fixed tests (Mathew Ericson - 738607) | 8531 | Fixed tests (Mathew Ericson - 738607) |
8243 | 8532 | ||
8244 | 2003-05-17 17:50 tonvoon | 8533 | 2003-05-17 17:50 tonvoon |
8245 | 8534 | ||
8246 | * [r519] nagiosplug/branches/release-1.3.0/plugins/t/check_procs.t, | 8535 | * [r519] plugins/t/check_procs.t: |
8247 | plugins/t/check_procs.t: | ||
8248 | Fixed test commands (Mathew Ericson - 738605) | 8536 | Fixed test commands (Mathew Ericson - 738605) |
8249 | 8537 | ||
8250 | 2003-05-17 17:40 tonvoon | 8538 | 2003-05-17 17:40 tonvoon |
8251 | 8539 | ||
8252 | * [r518] nagiosplug/branches/release-1.3.0/plugins/t/check_http.t, | 8540 | * [r518] plugins/t/check_http.t: |
8253 | plugins/t/check_http.t: | ||
8254 | Fixed tests (Mathew Ericson - 738608) | 8541 | Fixed tests (Mathew Ericson - 738608) |
8255 | 8542 | ||
8256 | 2003-05-17 17:36 tonvoon | 8543 | 2003-05-17 17:36 tonvoon |
@@ -8261,9 +8548,7 @@ | |||
8261 | 8548 | ||
8262 | 2003-05-16 17:33 sghosh | 8549 | 2003-05-16 17:33 sghosh |
8263 | 8550 | ||
8264 | * [r515] | 8551 | * [r515] plugins-scripts/check_ntp.pl: |
8265 | nagiosplug/branches/release-1.3.0/plugins-scripts/check_ntp.pl, | ||
8266 | plugins-scripts/check_ntp.pl: | ||
8267 | bug fix | 8552 | bug fix |
8268 | 8553 | ||
8269 | 2003-05-14 23:17 tonvoon | 8554 | 2003-05-14 23:17 tonvoon |
@@ -8332,8 +8617,7 @@ | |||
8332 | 8617 | ||
8333 | 2003-05-09 03:00 kdebisschop | 8618 | 2003-05-09 03:00 kdebisschop |
8334 | 8619 | ||
8335 | * [r501] nagiosplug/branches/release-1.3.0/plugins/check_snmp.c, | 8620 | * [r501] plugins/check_snmp.c: |
8336 | plugins/check_snmp.c: | ||
8337 | cause snmpget try try for 1 second less than the timeout | 8621 | cause snmpget try try for 1 second less than the timeout |
8338 | (allowing plugin to force close if needed) | 8622 | (allowing plugin to force close if needed) |
8339 | 8623 | ||
@@ -8349,16 +8633,12 @@ | |||
8349 | 8633 | ||
8350 | 2003-04-25 09:07 sghosh | 8634 | 2003-04-25 09:07 sghosh |
8351 | 8635 | ||
8352 | * [r499] | 8636 | * [r499] plugins-scripts/check_ntp.pl: |
8353 | nagiosplug/branches/release-1.3.0/plugins-scripts/check_ntp.pl, | ||
8354 | plugins-scripts/check_ntp.pl: | ||
8355 | corrected output units | 8637 | corrected output units |
8356 | 8638 | ||
8357 | 2003-04-23 04:58 kdebisschop | 8639 | 2003-04-23 04:58 kdebisschop |
8358 | 8640 | ||
8359 | * [r498] nagiosplug/branches/release-1.3.0/plugins/check_http.c, | 8641 | * [r498] plugins/check_http.c: |
8360 | nagiosplug/branches/release-1.3.0/plugins/utils.c, | ||
8361 | plugins/check_http.c: | ||
8362 | update to RFC1123 hostname specs | 8642 | update to RFC1123 hostname specs |
8363 | 8643 | ||
8364 | 2003-04-17 05:56 kdebisschop | 8644 | 2003-04-17 05:56 kdebisschop |
@@ -8573,8 +8853,7 @@ | |||
8573 | 8853 | ||
8574 | 2003-03-24 00:42 tonvoon | 8854 | 2003-03-24 00:42 tonvoon |
8575 | 8855 | ||
8576 | * [r452] nagiosplug/branches/release-1.3.0/REQUIREMENTS, | 8856 | * [r452] REQUIREMENTS: |
8577 | REQUIREMENTS: | ||
8578 | Add NSClient requirement for check_nt | 8857 | Add NSClient requirement for check_nt |
8579 | 8858 | ||
8580 | 2003-03-24 00:26 tonvoon | 8859 | 2003-03-24 00:26 tonvoon |
@@ -8684,9 +8963,7 @@ | |||
8684 | 8963 | ||
8685 | 2003-03-17 22:24 tonvoon | 8964 | 2003-03-17 22:24 tonvoon |
8686 | 8965 | ||
8687 | * [r428] | 8966 | * [r428] plugins-scripts/check_oracle.sh: |
8688 | nagiosplug/branches/release-1.3.0/plugins-scripts/check_oracle.sh, | ||
8689 | plugins-scripts/check_oracle.sh: | ||
8690 | Allow default Oracle home from oratab (reported by Walbert | 8967 | Allow default Oracle home from oratab (reported by Walbert |
8691 | Oberngruber) | 8968 | Oberngruber) |
8692 | 8969 | ||
@@ -8872,8 +9149,7 @@ | |||
8872 | 9149 | ||
8873 | 2003-03-11 22:34 tonvoon | 9150 | 2003-03-11 22:34 tonvoon |
8874 | 9151 | ||
8875 | * [r397] nagiosplug/branches/release-1.3.0/plugins/negate.c, | 9152 | * [r397] plugins/negate.c: |
8876 | plugins/negate.c: | ||
8877 | Fixed reading too many argv parameters and changed to asprintf | 9153 | Fixed reading too many argv parameters and changed to asprintf |
8878 | 9154 | ||
8879 | 2003-03-11 22:22 tonvoon | 9155 | 2003-03-11 22:22 tonvoon |
@@ -8936,14 +9212,12 @@ | |||
8936 | 9212 | ||
8937 | 2003-03-09 10:39 tonvoon | 9213 | 2003-03-09 10:39 tonvoon |
8938 | 9214 | ||
8939 | * [r388] nagiosplug/branches/release-1.3.0/plugins/check_disk.c, | 9215 | * [r388] plugins/check_disk.c: |
8940 | plugins/check_disk.c: | ||
8941 | Implement error-only option for check_disk (Ian Duggan) | 9216 | Implement error-only option for check_disk (Ian Duggan) |
8942 | 9217 | ||
8943 | 2003-03-08 12:08 tonvoon | 9218 | 2003-03-08 12:08 tonvoon |
8944 | 9219 | ||
8945 | * [r387] nagiosplug/branches/release-1.3.0/plugins/check_disk.c, | 9220 | * [r387] plugins/check_disk.c: |
8946 | plugins/check_disk.c: | ||
8947 | Fix AIX /proc filesystem (Ian Duggan) | 9221 | Fix AIX /proc filesystem (Ian Duggan) |
8948 | 9222 | ||
8949 | 2003-03-08 11:44 tonvoon | 9223 | 2003-03-08 11:44 tonvoon |
@@ -9004,8 +9278,7 @@ | |||
9004 | 9278 | ||
9005 | 2003-03-08 00:23 tonvoon | 9279 | 2003-03-08 00:23 tonvoon |
9006 | 9280 | ||
9007 | * [r377] nagiosplug/branches/release-1.3.0/Makefile.am, | 9281 | * [r377] Makefile.am: |
9008 | Makefile.am: | ||
9009 | Use Makefile's variables (to support a shortcut in sfsnapshot) | 9282 | Use Makefile's variables (to support a shortcut in sfsnapshot) |
9010 | 9283 | ||
9011 | 2003-03-07 22:11 undrgrid | 9284 | 2003-03-07 22:11 undrgrid |
@@ -9027,14 +9300,12 @@ | |||
9027 | 9300 | ||
9028 | 2003-03-07 07:17 kdebisschop | 9301 | 2003-03-07 07:17 kdebisschop |
9029 | 9302 | ||
9030 | * [r373] nagiosplug/branches/release-1.3.0/plugins/check_smtp.c, | 9303 | * [r373] plugins/check_smtp.c: |
9031 | plugins/check_smtp.c: | ||
9032 | whole timer loop was on the wrong side of connection close code | 9304 | whole timer loop was on the wrong side of connection close code |
9033 | 9305 | ||
9034 | 2003-03-07 06:43 kdebisschop | 9306 | 2003-03-07 06:43 kdebisschop |
9035 | 9307 | ||
9036 | * [r372] nagiosplug/branches/release-1.3.0/plugins/check_udp.c, | 9308 | * [r372] plugins/check_udp.c: |
9037 | plugins/check_udp.c: | ||
9038 | fix for -H invocation of hostname | 9309 | fix for -H invocation of hostname |
9039 | 9310 | ||
9040 | 2003-03-06 06:40 undrgrid | 9311 | 2003-03-06 06:40 undrgrid |
@@ -11067,9 +11338,6 @@ | |||
11067 | 11338 | ||
11068 | 2002-02-28 06:42 | 11339 | 2002-02-28 06:42 |
11069 | 11340 | ||
11070 | * [r1] Nagios-Plugin, Nagios-Plugin/branches, Nagios-Plugin/tags, | 11341 | * [r1] .: |
11071 | Nagios-Plugin/trunk, nagiosmib, nagiosmib/branches, | ||
11072 | nagiosmib/tags, nagiosmib/trunk, nagiosplug, nagiosplug/branches, | ||
11073 | nagiosplug/tags, .: | ||
11074 | New repository initialized by cvs2svn. | 11342 | New repository initialized by cvs2svn. |
11075 | 11343 | ||
@@ -1,6 +1,6 @@ | |||
1 | This file documents the major additions and syntax changes between releases. | 1 | This file documents the major additions and syntax changes between releases. |
2 | 2 | ||
3 | 1.4.?? ??th ??? 200? | 3 | 1.4.13 25th Sept 2008 |
4 | Fix Debian bug #460097: check_http --max-age broken (Hilko Bengen) | 4 | Fix Debian bug #460097: check_http --max-age broken (Hilko Bengen) |
5 | Optimised pst3 for systems with large number of processes (Duncan Ferguson) | 5 | Optimised pst3 for systems with large number of processes (Duncan Ferguson) |
6 | Updated Nagios::Plugin to 0.27 | 6 | Updated Nagios::Plugin to 0.27 |
@@ -9,7 +9,7 @@ This file documents the major additions and syntax changes between releases. | |||
9 | check_procs now captures stderr in external command and adds to plugin output | 9 | check_procs now captures stderr in external command and adds to plugin output |
10 | check_snmp now only prints perfdata for non numeric values (#1867716) | 10 | check_snmp now only prints perfdata for non numeric values (#1867716) |
11 | check_icmp now supports packet size modification | 11 | check_icmp now supports packet size modification |
12 | check_http -e now accepts a comma-delimited list of expected status codes | 12 | check_http -e now accepts a comma-delimited list of expected status codes (Sven Nierlein) |
13 | libtap now included with this distribution for easier testing. Run ./configure with --enable-libtap | 13 | libtap now included with this distribution for easier testing. Run ./configure with --enable-libtap |
14 | check_ntp_peer/check_ntp_time used to show port in --help but ignored the argument - now implemented | 14 | check_ntp_peer/check_ntp_time used to show port in --help but ignored the argument - now implemented |
15 | Fix possible segfault in check_ntp_peer with deliberately invalid packets | 15 | Fix possible segfault in check_ntp_peer with deliberately invalid packets |
diff --git a/configure.in b/configure.in index bed4bd9..17fd14c 100644 --- a/configure.in +++ b/configure.in | |||
@@ -1,7 +1,7 @@ | |||
1 | dnl Process this file with autoconf to produce a configure script. | 1 | dnl Process this file with autoconf to produce a configure script. |
2 | AC_REVISION ($Revision$) | 2 | AC_REVISION ($Revision$) |
3 | AC_PREREQ(2.59) | 3 | AC_PREREQ(2.59) |
4 | AC_INIT(nagios-plugins,1.4.12) | 4 | AC_INIT(nagios-plugins,1.4.13) |
5 | AC_CONFIG_SRCDIR(NPTest.pm) | 5 | AC_CONFIG_SRCDIR(NPTest.pm) |
6 | AC_CONFIG_FILES(gl/Makefile) | 6 | AC_CONFIG_FILES(gl/Makefile) |
7 | AC_CONFIG_AUX_DIR(build-aux) | 7 | AC_CONFIG_AUX_DIR(build-aux) |
diff --git a/package.def b/package.def index 0b776ec..789254c 100644 --- a/package.def +++ b/package.def | |||
@@ -1 +1 @@ | |||
PACKAGE_RELEASE="1.4.12" | PACKAGE_RELEASE="1.4.13" | ||