summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2007-04-11 12:08:06 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2007-04-11 12:08:06 (GMT)
commit56d7e8464971da14ade7bad08b8f43eb89f941e1 (patch)
treeccc5a0d71ec7085b2d1edb2d4b69cd5bbdcf4d1a
parentb1c694368b982919d8e563d9e922bddee034f45b (diff)
downloadmonitoring-plugins-56d7e8464971da14ade7bad08b8f43eb89f941e1.tar.gz
1.4.8 releaserelease-1.4.8
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1680 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r--AUTHORS1
-rw-r--r--BUGS2
-rw-r--r--ChangeLog150
-rw-r--r--NEWS2
-rw-r--r--configure.in2
-rw-r--r--package.def2
6 files changed, 153 insertions, 6 deletions
diff --git a/AUTHORS b/AUTHORS
index fa9e2d5..22e1602 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -4,6 +4,7 @@ Jeremy T Bouse
4Peter Bray 4Peter Bray
5Gavin Carr 5Gavin Carr
6Karl DeBisschop 6Karl DeBisschop
7Matthias Eble
7Ethan Galstad 8Ethan Galstad
8Sean Finney 9Sean Finney
9Subhendu Ghosh 10Subhendu Ghosh
diff --git a/BUGS b/BUGS
index 83fb03f..4465d25 100644
--- a/BUGS
+++ b/BUGS
@@ -2,7 +2,7 @@ This file lists the major bugs from the Nagios Plugins page on Sourceforge
2at http://sourceforge.net/tracker/?group_id=29880&atid=397597. These are not 2at http://sourceforge.net/tracker/?group_id=29880&atid=397597. These are not
3necessarily verified as errors. 3necessarily verified as errors.
4 4
5For the 1.4.6 release: 5For the 1.4.8 release:
6 6
71687867 - check_http: buffer overflow vulnerability 71687867 - check_http: buffer overflow vulnerability
81675306 - check_dhcp: does not add mandatory 'end' option 81675306 - check_dhcp: does not add mandatory 'end' option
diff --git a/ChangeLog b/ChangeLog
index 004f268..166b2a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,143 @@
12007-04-10 08:17 dermoth
2
3 * po/: POTFILES.in, de.po, fr.po, nagios-plugins.pot: Add some
4 check_ntp translations
5
62007-04-10 08:17 dermoth
7
8 * plugins/check_ntp.c: - Fix possibility of printing scientific
9 numbers in perfdata - Use fperfdata function for perfdata
10 formatting - Make the printing part a bit more flexible (similar
11 to check_disk)
12
132007-04-10 06:58 dermoth
14
15 * po/: de.po, fr.po, nagios-plugins.pot: Hopefully this is correct.
16 Need to make more changes so I'm commiting these.
17
182007-04-04 21:08 dermoth
19
20 * plugins/check_ntp.c: Fix for getting dispersion instead of jitter
21 on older servers (like xntpd on Solaris).
22
232007-04-03 18:19 hweiss
24
25 * plugins/check_ntp.c: Fix the synchronization source selection on
26 big-endian systems.
27
282007-04-03 02:31 dermoth
29
30 * plugins/check_ntp.c: Temporary fix for jitter calculation
31
322007-04-02 13:39 hweiss
33
34 * plugins/check_ntp.c: Don't rely on the assumption that the size
35 of a READSTAT response is a multiple of
36 sizeof(ntp_assoc_status_pair).
37
382007-04-02 10:28 tonvoon
39
40 * lib/tests/Makefile.am: Add libgnu.a as regex functions required
41
422007-04-02 08:32 dermoth
43
44 * plugins/check_ntp.c: Fix byte order in verbose logging
45
462007-04-02 07:00 dermoth
47
48 * plugins/check_ntp.c: Seems like we don't get any jitter
49 sometimes. While this needs to be fixed we should at least handle
50 it gracefully.
51
522007-04-01 15:21 psychotrahe
53
54 * plugins/t/check_http.t: check_http.t: - added internet_access
55 variable to skip tests where internet access is required.
56 - added host_tcp_http2 variable for a webserver serving
57 the string 'nagios' in index - no tests are
58 skipped if the new vars are not defined (existing installations)
59
602007-04-01 12:17 psychotrahe
61
62 * lib/utils_disk.c: utils_disk: fixed handling if check_disk -p is
63 a device (np_set_best_match())
64
652007-03-31 19:49 hweiss
66
67 * NEWS: Various check_ntp fixes
68
692007-03-31 19:48 hweiss
70
71 * plugins/check_ntp.c: Fix an out-of-bounds memcpy(3) and add a
72 realloc(3) error check in jitter_request().
73
742007-03-31 18:35 hweiss
75
76 * plugins/check_ntp.c: Add a warning to the verbose output if
77 jitter_request() found no synchronization source.
78
792007-03-31 18:29 hweiss
80
81 * plugins/check_ntp.c: Avoid division by zero.
82
832007-03-31 18:25 hweiss
84
85 * plugins/check_ntp.c: Remove the '-O' option, as it's ignored.
86
872007-03-30 16:45 tonvoon
88
89 * m4/np_mysqlclient.m4: Use AS_HELP_STRING instead of
90 ACX_HELP_STRING
91
922007-03-30 15:08 tonvoon
93
94 * NEWS, configure.in, m4/np_mysqlclient.m4: Fix AC_CHECK_LIB for
95 mysql_init - add dependent libraries. mysql detection separated
96 into external m4 file
97
982007-03-30 10:00 psychotrahe
99
100 * lib/tests/test_disk.c, plugins/t/check_disk.t: Test Cases for
101 check_disk's -r, -R, -C and -g
102
1032007-03-30 09:56 psychotrahe
104
105 * plugins/check_disk.c: check_disk: minor fix for -C if bestmatch
106 != -p
107
1082007-03-30 09:53 psychotrahe
109
110 * lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c:
111 check_disk: added regex functionality -r and -R. see np-devel
112 mail (2007-02-10)
113
1142007-03-30 09:52 psychotrahe
115
116 * lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c:
117 check_disk: added grouping functionality. see np-devel mail
118 (2007-02-10)
119
1202007-03-30 09:48 psychotrahe
121
122 * lib/utils_disk.c, lib/utils_disk.h, plugins/check_disk.c:
123 check_disk -C is more flexible now. See np-devel post
124 (2007-02-10)
125
1262007-03-29 18:58 hweiss
127
128 * THANKS.in, plugins/check_mysql.c: Fix argument processing (Felix
129 Frank - 1690697)
130
1312007-03-29 18:34 hweiss
132
133 * plugins-root/Makefile.am: Set the "read" and "execute" bits only
134 for "user" and "group" in order to not overwrite
135 "--without-world-permissions" for the root plugins.
136
1372007-03-29 11:32 tonvoon
138
139 * BUGS, NEWS, configure.in, package.def, ChangeLog: 1.4.7 release
140
12007-03-29 11:25 tonvoon 1412007-03-29 11:25 tonvoon
2 142
3 * plugins/check_ntp.c: Adding help text for jitter flags 143 * plugins/check_ntp.c: Adding help text for jitter flags
@@ -29,10 +169,16 @@
29 Tests updated to check for 100% packet loss (always if ping has 169 Tests updated to check for 100% packet loss (always if ping has
30 timeout), otherwise will check for "timed out" string 170 timeout), otherwise will check for "timed out" string
31 171
1722007-03-11 06:51 dermoth
173
174 * plugins-root/t/check_icmp.t: Add tests for new check_icmp switch
175 -m
176
322007-03-11 02:27 tonvoon 1772007-03-11 02:27 tonvoon
33 178
34 * plugins/t/check_ping.t: Converted check_ping.t to new-style 179 * plugins/t/check_ping.t, plugins-root/t/check_icmp.t: Converted
35 testcases. Added test case for check_icmp - requires sudo access 180 check_ping.t to new-style testcases. Added test case for
181 check_icmp - requires sudo access
36 182
372007-03-11 01:57 tonvoon 1832007-03-11 01:57 tonvoon
38 184
diff --git a/NEWS b/NEWS
index f1d44e0..ed94cd3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
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.8 ?? 31.4.8 11th April 2007
4 Respects --without-world-permissions for setuid plugins 4 Respects --without-world-permissions for setuid plugins
5 check_disk extra options for regex matching of filesystems and grouping of filesystems 5 check_disk extra options for regex matching of filesystems and grouping of filesystems
6 for collective thresholds 6 for collective thresholds
diff --git a/configure.in b/configure.in
index a53ef4f..e6843d6 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.7) 4AC_INIT(nagios-plugins,1.4.8)
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 2bc7bff..d79610a 100644
--- a/package.def
+++ b/package.def
@@ -1 +1 @@
PACKAGE_RELEASE="1.4.7" PACKAGE_RELEASE="1.4.8"