diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2007-04-11 12:08:06 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2007-04-11 12:08:06 (GMT) |
commit | 56d7e8464971da14ade7bad08b8f43eb89f941e1 (patch) | |
tree | ccc5a0d71ec7085b2d1edb2d4b69cd5bbdcf4d1a /ChangeLog | |
parent | b1c694368b982919d8e563d9e922bddee034f45b (diff) | |
download | monitoring-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
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 150 |
1 files changed, 148 insertions, 2 deletions
@@ -1,3 +1,143 @@ | |||
1 | 2007-04-10 08:17 dermoth | ||
2 | |||
3 | * po/: POTFILES.in, de.po, fr.po, nagios-plugins.pot: Add some | ||
4 | check_ntp translations | ||
5 | |||
6 | 2007-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 | |||
13 | 2007-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 | |||
18 | 2007-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 | |||
23 | 2007-04-03 18:19 hweiss | ||
24 | |||
25 | * plugins/check_ntp.c: Fix the synchronization source selection on | ||
26 | big-endian systems. | ||
27 | |||
28 | 2007-04-03 02:31 dermoth | ||
29 | |||
30 | * plugins/check_ntp.c: Temporary fix for jitter calculation | ||
31 | |||
32 | 2007-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 | |||
38 | 2007-04-02 10:28 tonvoon | ||
39 | |||
40 | * lib/tests/Makefile.am: Add libgnu.a as regex functions required | ||
41 | |||
42 | 2007-04-02 08:32 dermoth | ||
43 | |||
44 | * plugins/check_ntp.c: Fix byte order in verbose logging | ||
45 | |||
46 | 2007-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 | |||
52 | 2007-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 | |||
60 | 2007-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 | |||
65 | 2007-03-31 19:49 hweiss | ||
66 | |||
67 | * NEWS: Various check_ntp fixes | ||
68 | |||
69 | 2007-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 | |||
74 | 2007-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 | |||
79 | 2007-03-31 18:29 hweiss | ||
80 | |||
81 | * plugins/check_ntp.c: Avoid division by zero. | ||
82 | |||
83 | 2007-03-31 18:25 hweiss | ||
84 | |||
85 | * plugins/check_ntp.c: Remove the '-O' option, as it's ignored. | ||
86 | |||
87 | 2007-03-30 16:45 tonvoon | ||
88 | |||
89 | * m4/np_mysqlclient.m4: Use AS_HELP_STRING instead of | ||
90 | ACX_HELP_STRING | ||
91 | |||
92 | 2007-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 | |||
98 | 2007-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 | |||
103 | 2007-03-30 09:56 psychotrahe | ||
104 | |||
105 | * plugins/check_disk.c: check_disk: minor fix for -C if bestmatch | ||
106 | != -p | ||
107 | |||
108 | 2007-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 | |||
114 | 2007-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 | |||
120 | 2007-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 | |||
126 | 2007-03-29 18:58 hweiss | ||
127 | |||
128 | * THANKS.in, plugins/check_mysql.c: Fix argument processing (Felix | ||
129 | Frank - 1690697) | ||
130 | |||
131 | 2007-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 | |||
137 | 2007-03-29 11:32 tonvoon | ||
138 | |||
139 | * BUGS, NEWS, configure.in, package.def, ChangeLog: 1.4.7 release | ||
140 | |||
1 | 2007-03-29 11:25 tonvoon | 141 | 2007-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 | ||
172 | 2007-03-11 06:51 dermoth | ||
173 | |||
174 | * plugins-root/t/check_icmp.t: Add tests for new check_icmp switch | ||
175 | -m | ||
176 | |||
32 | 2007-03-11 02:27 tonvoon | 177 | 2007-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 | ||
37 | 2007-03-11 01:57 tonvoon | 183 | 2007-03-11 01:57 tonvoon |
38 | 184 | ||